
    /*
    * @time Mon Apr 14 2025 15:42:46 GMT+0800 (中国标准时间)
    */
   @charset 'utf-8';
html,
body,
div,
p,
hr,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
th,
tfoot,
tbody,
thead,
form,
input,
textarea,
label,
ul,
ol,
dl,
li,
dt,
dd,
.clearfix:after {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'PingFang SC', 'XHW-pzh', 'Lantinghei SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', '微软雅黑', 'STHeitiSC-Light', 'simsun', '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', sans-serif;
}
@font-face {
  font-family: 'XHW-pzh';
  src: url("/global/public/text/XHW-pzh.woff2") format('woff2'), url("/global/public/text/XHW-pzh.woff") format('woff'), url("/global/public/text/XHW-pzh.ttf") format('truetype');
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  outline: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #ffbc3f !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
iframe,
img {
  border: 0;
}
img {
  vertical-align: top;
}
.clearfix {
  display: block;
}
.clearfix:after {
  content: '';
  overflow: hidden;
  width: 100%;
  height: 0px;
  font-size: 0px;
  display: block;
  clear: both;
}
i {
  font-style: normal;
}
.bg-white {
  background: #fff;
}
.part {
  width: 1400px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.left {
  float: left;
}
.right {
  float: right;
}
.breath img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.breath:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.hide {
  display: none;
}
.title {
  text-align: center;
  position: relative;
}
.title .part {
  position: relative;
}
.title .more {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  color: #999;
  line-height: 1.2;
}
.title .more a {
  color: #999;
}
.list.list-txt.dot li {
  position: relative;
  padding-left: 16px;
}
.list.list-txt.dot li:before {
  position: absolute;
  display: block;
  left: 0;
  top: 10px;
  content: "";
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #2c62f7;
  width: 7px;
  height: 7px;
}
.list.list-txt li {
  font-size: 16px;
  color: #2c62f7;
  line-height: 1.5;
}
.list.list-txt li a {
  color: #2c62f7;
}
.list.list-pic ul {
  font-size: 0;
}
.list.list-pic li {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.list.list-pic li .img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.list.list-pic li .img img {
  width: 100%;
  height: auto;
}
.list.list-pic li .tit {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.list.list-pic li .tit a {
  color: #333;
}
.list.list-mix li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list.list-mix li .img {
  position: relative;
  width: 240px;
  height: 135px;
  margin-right: 16px;
  overflow: hidden;
}
.list.list-mix li .img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.list.list-mix li .tit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 26px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #2c62f7;
}
.list.list-mix li .tit a {
  color: #2c62f7;
}
@-moz-keyframes hornPlay {
  from {
    width: 13px;
  }
  to {
    width: 20px;
  }
}
@-webkit-keyframes hornPlay {
  from {
    width: 13px;
  }
  to {
    width: 20px;
  }
}
@keyframes hornPlay {
  from {
    width: 13px;
  }
  to {
    width: 20px;
  }
}
@-moz-keyframes breath {
  from {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  to {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
}
@-webkit-keyframes breath {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes breath {
  from {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-moz-keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
         transform: translateY(-2000px);
  }
}
@-webkit-keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
         transform: translateY(-2000px);
  }
}
@-moz-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
         transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
         transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    -moz-transform: translateY(-1000px);
         transform: translateY(-1000px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    -moz-transform: translateY(-65px);
         transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    -moz-transform: translateY(-28px);
         transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
         transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
  }
}
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    -moz-transform: translateY(-1000px);
         transform: translateY(-1000px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    -moz-transform: translateY(-65px);
         transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    -moz-transform: translateY(-28px);
         transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
         transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
         transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
  }
}
@-moz-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    -moz-transform: translateX(-1000px);
         transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
         transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    -moz-transform: translateX(-1000px);
         transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
         transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes slit-in-horizontal {
  0% {
    -webkit-transform: translateZ(-800px) rotateX(90deg);
    -moz-transform: translateZ(-800px) rotateX(90deg);
         transform: translateZ(-800px) rotateX(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateX(87deg);
    -moz-transform: translateZ(-160px) rotateX(87deg);
         transform: translateZ(-160px) rotateX(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateX(0);
    -moz-transform: translateZ(0) rotateX(0);
         transform: translateZ(0) rotateX(0);
  }
}
@-webkit-keyframes slit-in-horizontal {
  0% {
    -webkit-transform: translateZ(-800px) rotateX(90deg);
    transform: translateZ(-800px) rotateX(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateX(87deg);
    transform: translateZ(-160px) rotateX(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateX(0);
    transform: translateZ(0) rotateX(0);
  }
}
@keyframes slit-in-horizontal {
  0% {
    -webkit-transform: translateZ(-800px) rotateX(90deg);
    -moz-transform: translateZ(-800px) rotateX(90deg);
         transform: translateZ(-800px) rotateX(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateX(87deg);
    -moz-transform: translateZ(-160px) rotateX(87deg);
         transform: translateZ(-160px) rotateX(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateX(0);
    -moz-transform: translateZ(0) rotateX(0);
         transform: translateZ(0) rotateX(0);
  }
}
@-moz-keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
         transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
         transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    -moz-transform: translateX(-30px) rotate(-6deg);
         transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    -moz-transform: translateX(15px) rotate(6deg);
         transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    -moz-transform: translateX(-15px) rotate(-3.6deg);
         transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    -moz-transform: translateX(9px) rotate(2.4deg);
         transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    -moz-transform: translateX(-6px) rotate(-1.2deg);
         transform: translateX(-6px) rotate(-1.2deg);
  }
}
@-webkit-keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
         transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
         transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    -moz-transform: translateX(-30px) rotate(-6deg);
         transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    -moz-transform: translateX(15px) rotate(6deg);
         transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    -moz-transform: translateX(-15px) rotate(-3.6deg);
         transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    -moz-transform: translateX(9px) rotate(2.4deg);
         transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    -moz-transform: translateX(-6px) rotate(-1.2deg);
         transform: translateX(-6px) rotate(-1.2deg);
  }
}
@-moz-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    -moz-transform: translateX(1000px);
         transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
         transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    -moz-transform: translateX(1000px);
         transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
         transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes tilt-in-fwd-br {
  0% {
    -webkit-transform: rotateY(-180deg) rotateX(-35deg) translate(-3300px, 300px) skew(35deg, -10deg);
    -moz-transform: rotateY(-180deg) rotateX(-35deg) translate(-3300px, 300px) skew(35deg, -10deg);
         transform: rotateY(-180deg) rotateX(-35deg) translate(-3300px, 300px) skew(35deg, -10deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    -moz-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
         transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}
@-webkit-keyframes tilt-in-fwd-br {
  0% {
    -webkit-transform: rotateY(-180deg) rotateX(-35deg) translate(-3300px, 300px) skew(35deg, -10deg);
    transform: rotateY(-180deg) rotateX(-35deg) translate(-3300px, 300px) skew(35deg, -10deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}
@keyframes tilt-in-fwd-br {
  0% {
    -webkit-transform: rotateY(-180deg) rotateX(-35deg) translate(-3300px, 300px) skew(35deg, -10deg);
    -moz-transform: rotateY(-180deg) rotateX(-35deg) translate(-3300px, 300px) skew(35deg, -10deg);
         transform: rotateY(-180deg) rotateX(-35deg) translate(-3300px, 300px) skew(35deg, -10deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    -moz-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
         transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
  min-width: 1400px;
}
.banner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 899px;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide {
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* 导航 */
.nav {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  height: 109px;
  border-bottom: 1px solid #272c8f;
}
.nav ul {
  font-size: 0;
  white-space: nowrap;
}
.nav li {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  line-height: 109px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.nav li a {
  color: #fff;
}
.nav li.active:before,
.nav li:hover:before {
  content: '';
  background-color: #fd7269;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
}
.notice {
  position: relative;
  z-index: 5;
  margin-top: -50px;
  height: 120px;
}
.notice .part {
  background-color: #0840ac;
  height: 100%;
}
.notice .notice-title {
  float: left;
  width: 200px;
  height: 100%;
  background-image: url("https://education.news.cn/zthz/jgskxwcbz/images/gg-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
          background-size: 100% 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notice .notice-title .name {
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-top: 10px;
}
.notice .notice-title .name a {
  color: #fff;
}
.notice .notice-title .name:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  background-color: #fff;
  width: 13px;
  height: 3px;
  margin-right: 10px;
}
.notice .notice-title .name:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  background-color: #fff;
  width: 13px;
  height: 3px;
  margin-left: 10px;
}
.notice .notice-cont {
  float: right;
  width: 1200px;
  height: 100%;
}
.notice .notice-cont ul {
  height: 100%;
}
.notice .notice-cont li {
  height: 100%;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 30px 0 70px;
}
.notice .notice-cont li:before {
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  content: '';
  background-color: #fd7269;
  width: 21px;
  height: 50px;
}
.notice .notice-cont li .txt {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.notice .notice-cont li .tit {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
.notice .notice-cont li .tit a {
  color: #fff;
}
.notice .notice-cont li .abs {
  margin-top: 5px;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.554;
}
.notice .swiper-container {
  width: 100%;
  height: 100%;
}
.notice .swiper-slide {
  font-size: 0;
}
.cg {
  margin-top: 60px;
  padding-bottom: 60px;
}
.cg .cont {
  margin-top: 40px;
}
.cg .list {
  width: 760px;
}
.cg .list ul {
  font-size: 0;
}
.cg .list li {
  display: inline-block;
  vertical-align: top;
  width: 370px;
  height: 208px;
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}
.cg .list li .img {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}
.cg .list li .img img {
  width: 100%;
  height: 100%;
}
.cg .list li .txt {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -moz-transition: transform 0.8s, -moz-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s, -moz-transform 0.8s;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cg .list li .name {
  margin-top: 15px;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
.cg .list li .name a {
  color: #fff;
}
.cg .list li:nth-child(1) .txt {
  background-color: rgba(5,86,195,0.7);
}
.cg .list li:nth-child(2) .txt {
  background-color: rgba(42,128,252,0.7);
}
.cg .list li:nth-child(3) .txt {
  background-color: rgba(71,203,180,0.7);
}
.cg .list li:nth-child(4) .txt {
  background-color: rgba(253,114,105,0.7);
}
.cg .list li:nth-child(5) .txt {
  background-color: rgba(253,156,30,0.7);
}
.cg .list li:nth-child(6) .txt {
  background-color: rgba(60,184,201,0.7);
}
.cg .list li.active .txt {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.cg .info {
  width: 640px;
}
.cg .info li {
  display: none;
}
.cg .info li.active {
  display: block;
}
.cg .info .info-item {
  height: 208px;
  margin-bottom: 10px;
}
.cg .info .info-top {
  padding-top: 45px;
}
.cg .info .info-top .tit {
  position: relative;
  padding-left: 63px;
}
.cg .info .info-top .tit:before {
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  content: '';
  background-color: #fd7269;
  width: 21px;
  height: 55px;
}
.cg .info .info-top .tit .cn {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  line-height: 55px;
  text-align: left;
}
.cg .info .info-top .tit .en {
  font-size: 16px;
  color: #999;
  line-height: 1.2;
}
.cg .info .info-top .abs {
  padding-left: 63px;
  margin-top: 15px;
  font-size: 14px;
  color: #999;
  line-height: 1.5;
}
.cg .info .info-middle {
  background-image: url("https://education.news.cn/zthz/jgskxwcbz/images/kjcg-time.png");
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
          background-size: 100% 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cg .info .info-middle .name {
  font-size: 30px;
  color: #333;
  line-height: 1.2;
}
.cg .info .info-middle .date {
  font-size: 24px;
  font-family: 'Akrobat';
  color: #333;
  line-height: 1.2;
  font-weight: 300;
}
.cg .info .info-middle .time {
  font-size: 0;
}
.cg .info .info-middle .time .begin,
.cg .info .info-middle .time .end {
  display: inline-block;
  vertical-align: middle;
}
.cg .info .info-middle .time .begin span,
.cg .info .info-middle .time .end span {
  display: block;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  font-family: 'Akrobat';
  color: #3cb8c9;
  line-height: 1.2;
}
.cg .info .info-middle .time .begin i,
.cg .info .info-middle .time .end i {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #3cb8c9;
  line-height: 1.2;
}
.cg .info .info-middle .time .cut {
  display: inline-block;
  vertical-align: middle;
  background-color: #47cbb4;
  width: 20px;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -15px;
}
.cg .info .info-bottom {
  font-size: 0;
}
.cg .info .info-bottom .info-bottom-item {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  text-align: center;
}
.cg .info .info-bottom .info-bottom-item .name .cn {
  font-size: 30px;
  color: #333;
  line-height: 1.2;
}
.cg .info .info-bottom .info-bottom-item .name .en {
  font-size: 18px;
  font-family: 'Myriad Pro';
  color: #333;
  line-height: 1.2;
  font-weight: 300;
}
.cg .info .info-bottom .address {
  width: 319px;
  margin-right: 1px;
  background-color: #f1f1f1;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cg .info .info-bottom .address .txt {
  font-size: 18px;
  color: #333;
  line-height: 1.2;
}
.cg .info .info-bottom .address .icon {
  margin-top: 18px;
  margin-bottom: 18px;
}
.cg .info .info-bottom .reserve {
  width: 320px;
  background-color: #f1f1f1;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cg .info .info-bottom .reserve .code {
  margin-top: 15px;
  background-color: #d4d4d4;
  width: 102px;
  height: 102px;
}
.cg .info .info-bottom .reserve .code img {
  width: 100%;
  height: 100%;
}
#zrzy .list li {
  margin-left: 10px;
  margin-right: 0;
}
.rwkj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("https://education.news.cn/zthz/jgskxwcbz/images/rw-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
          background-size: 100% 100%;
}
.rwkj .cont {
  margin-top: 40px;
}
.rwkj .list ul {
  font-size: 0;
}
.rwkj .list li {
  display: inline-block;
  vertical-align: top;
  width: 225px;
  height: 225px;
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -moz-transition: transform 0.8s, -moz-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s, -moz-transform 0.8s;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 100%, 0 100%);
}
.rwkj .list li:last-child {
  margin-right: 0;
}
.rwkj .list li .txt {
  z-index: 5;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rwkj .list li .name {
  margin-top: 15px;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
.rwkj .list li .name a {
  color: #fff;
}
.rwkj .list li:nth-child(1) .txt {
  background-color: #0556c3;
}
.rwkj .list li:nth-child(2) .txt {
  background-color: #2a80fc;
}
.rwkj .list li:nth-child(3) .txt {
  background-color: #47cbb4;
}
.rwkj .list li:nth-child(4) .txt {
  background-color: #fd7269;
}
.rwkj .list li:nth-child(5) .txt {
  background-color: #fd9c1e;
}
.rwkj .list li:nth-child(6) .txt {
  background-color: #3cb8c9;
}
.rwkj .list li.active {
  -webkit-transform: translateY(-20px);
     -moz-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}
.rwkj .info li {
  display: none;
}
.rwkj .info li.active {
  display: block;
}
.rwkj .info .info-left {
  width: 700px;
}
.rwkj .info .info-right {
  width: 690px;
}
.rwkj .info .info-top {
  height: 145px;
  margin-bottom: 2px;
  background-color: #fff;
  padding-top: 20px;
}
.rwkj .info .info-top .tit {
  position: relative;
  padding-left: 63px;
}
.rwkj .info .info-top .tit:before {
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  content: '';
  background-color: #fd7269;
  width: 21px;
  height: 55px;
}
.rwkj .info .info-top .tit .cn {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  line-height: 55px;
  text-align: left;
}
.rwkj .info .info-top .tit .en {
  font-size: 16px;
  color: #999;
  line-height: 1.2;
}
.rwkj .info .info-top .abs {
  padding-left: 63px;
  margin-top: 10px;
  font-size: 14px;
  color: #999;
  line-height: 1.5;
  padding-right: 25px;
}
.rwkj .info .info-bottom {
  height: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.rwkj .info .info-bottom .datetime {
  background-color: #fff;
  width: 345px;
  height: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rwkj .info .info-bottom .datetime .name {
  font-size: 30px;
  color: #333;
  line-height: 1.2;
}
.rwkj .info .info-bottom .datetime .date {
  font-size: 24px;
  font-family: 'Akrobat';
  color: #333;
  line-height: 1.2;
  font-weight: 300;
}
.rwkj .info .info-bottom .datetime .time {
  font-size: 0;
  margin-top: 15px;
}
.rwkj .info .info-bottom .datetime .time .begin,
.rwkj .info .info-bottom .datetime .time .end {
  display: inline-block;
  vertical-align: middle;
}
.rwkj .info .info-bottom .datetime .time .begin span,
.rwkj .info .info-bottom .datetime .time .end span {
  display: block;
  text-align: center;
  font-size: 46px;
  font-weight: bold;
  font-family: 'Akrobat';
  color: #0556c3;
  line-height: 1.2;
}
.rwkj .info .info-bottom .datetime .time .begin i,
.rwkj .info .info-bottom .datetime .time .end i {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #0556c3;
  line-height: 1.2;
}
.rwkj .info .info-bottom .datetime .time .cut {
  display: inline-block;
  vertical-align: middle;
  background-color: #0556c3;
  width: 20px;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -15px;
}
.rwkj .info .info-bottom .address {
  background-color: #fff;
  width: 177px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rwkj .info .info-bottom .address .name .cn {
  font-size: 30px;
  color: #333;
  line-height: 1.2;
}
.rwkj .info .info-bottom .address .name .en {
  font-size: 18px;
  font-family: 'Myriad Pro';
  color: #333;
  line-height: 1.2;
  font-weight: 300;
}
.rwkj .info .info-bottom .address .txt {
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  padding: 0 15px;
}
.rwkj .info .info-bottom .address .icon {
  margin-top: 18px;
  margin-bottom: 18px;
}
.rwkj .info .info-bottom .reserve {
  background-color: #fff;
  width: 174px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rwkj .info .info-bottom .reserve .name .cn {
  font-size: 30px;
  color: #333;
  line-height: 1.2;
}
.rwkj .info .info-bottom .reserve .name .en {
  font-size: 18px;
  font-family: 'Myriad Pro';
  color: #333;
  line-height: 1.2;
  font-weight: 300;
}
.rwkj .info .info-bottom .reserve .code {
  margin-top: 15px;
  background-color: #d4d4d4;
  width: 102px;
  height: 102px;
}
.rwkj .info .info-bottom .reserve .code img {
  width: 100%;
  height: 100%;
}
.rwkj .info .info-right {
  width: 690px;
  height: 388px;
}
.rwkj .info .info-right .img {
  width: 100%;
  height: 100%;
}
.rwkj .info .info-right .img img {
  width: 100%;
  height: 100%;
}
.jyky {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("https://education.news.cn/zthz/jgskxwcbz/images/jy-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
          background-size: 100% 100%;
}
.jyky .title .more a {
  color: #fff;
}
.jyky .cont {
  margin-top: 40px;
}
.jyky .cont .part {
  position: relative;
}
.jyky .cont .list {
  position: absolute;
  left: -260px;
  top: 0;
  z-index: 10;
  width: 615px;
  height: 720px;
  background-image: url("https://education.news.cn/zthz/jgskxwcbz/images/jy-list-bg-01.png");
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
          background-size: 100% 100%;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
.jyky .cont .list li {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 60px;
  text-align: right;
}
.jyky .cont .list li:nth-child(1) {
  right: 73px;
  top: 45px;
}
.jyky .cont .list li:nth-child(1) .name {
  padding-right: 77px;
}
.jyky .cont .list li:nth-child(2) {
  right: 176px;
  top: 157px;
}
.jyky .cont .list li:nth-child(2) .name {
  padding-right: 54px;
}
.jyky .cont .list li:nth-child(3) {
  right: 220px;
  top: 271px;
}
.jyky .cont .list li:nth-child(3) .name {
  padding-right: 60px;
}
.jyky .cont .list li:nth-child(4) {
  right: 220px;
  top: 385px;
}
.jyky .cont .list li:nth-child(4) .name {
  padding-right: 60px;
}
.jyky .cont .list li:nth-child(5) {
  right: 176px;
  top: 497px;
}
.jyky .cont .list li:nth-child(5) .name {
  padding-right: 54px;
}
.jyky .cont .list li:nth-child(6) {
  right: 73px;
  top: 607px;
}
.jyky .cont .list li:nth-child(6) .name {
  padding-right: 77px;
}
.jyky .cont .list li .name {
  font-size: 18px;
  color: #fff;
  line-height: 60px;
}
.jyky .cont .icons {
  width: 180px;
  height: 710px;
  position: relative;
  z-index: 1;
}
.jyky .cont .icons ul {
  height: 100%;
}
.jyky .cont .icons li {
  display: none;
  height: 100%;
  text-align: center;
}
.jyky .cont .icons li img {
  display: inline-block;
  vertical-align: middle;
}
.jyky .cont .icons li.active {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jyky .cont .info {
  width: 1000px;
  height: 710px;
}
.jyky .cont .info li {
  display: none;
}
.jyky .cont .info li.active {
  display: block;
}
.jyky .cont .info .info-top {
  height: 428px;
  background-image: url("https://education.news.cn/zthz/jgskxwcbz/images/jy-info-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
          background-size: 100% 100%;
}
.jyky .cont .info .info-title {
  height: 157px;
  margin-bottom: 2px;
  padding-top: 20px;
}
.jyky .cont .info .info-title .tit {
  position: relative;
  padding-left: 63px;
}
.jyky .cont .info .info-title .tit:before {
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  content: '';
  background-color: #fd7269;
  width: 21px;
  height: 55px;
}
.jyky .cont .info .info-title .tit .cn {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  line-height: 55px;
  text-align: left;
}
.jyky .cont .info .info-title .tit .en {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}
.jyky .cont .info .info-title .abs {
  padding-left: 63px;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  padding-right: 25px;
}
.jyky .cont .info .info-text {
  height: 268px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.jyky .cont .info .info-text .datetime {
  width: 380px;
  height: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jyky .cont .info .info-text .datetime .name {
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
}
.jyky .cont .info .info-text .datetime .date {
  font-size: 24px;
  font-family: 'Akrobat';
  color: #fff;
  line-height: 1.2;
  font-weight: 300;
}
.jyky .cont .info .info-text .datetime .time {
  font-size: 0;
  margin-top: 15px;
}
.jyky .cont .info .info-text .datetime .time .begin,
.jyky .cont .info .info-text .datetime .time .end {
  display: inline-block;
  vertical-align: middle;
}
.jyky .cont .info .info-text .datetime .time .begin span,
.jyky .cont .info .info-text .datetime .time .end span {
  display: block;
  text-align: center;
  font-size: 46px;
  font-weight: bold;
  font-family: 'Akrobat';
  color: #fff;
  line-height: 1.2;
}
.jyky .cont .info .info-text .datetime .time .begin i,
.jyky .cont .info .info-text .datetime .time .end i {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
}
.jyky .cont .info .info-text .datetime .time .cut {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  width: 20px;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -15px;
}
.jyky .cont .info .info-text .address {
  width: 306px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jyky .cont .info .info-text .address .name .cn {
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
}
.jyky .cont .info .info-text .address .name .en {
  font-size: 18px;
  font-family: 'Myriad Pro';
  color: #fff;
  line-height: 1.2;
  font-weight: 300;
}
.jyky .cont .info .info-text .address .txt {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  padding: 0 15px;
}
.jyky .cont .info .info-text .address .icon {
  margin-top: 18px;
  margin-bottom: 18px;
}
.jyky .cont .info .info-text .reserve {
  width: 306px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jyky .cont .info .info-text .reserve .name .cn {
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
}
.jyky .cont .info .info-text .reserve .name .en {
  font-size: 18px;
  font-family: 'Myriad Pro';
  color: #fff;
  line-height: 1.2;
  font-weight: 300;
}
.jyky .cont .info .info-text .reserve .code {
  margin-top: 15px;
  background-color: #fff;
  width: 102px;
  height: 102px;
}
.jyky .cont .info .info-text .reserve .code img {
  width: 100%;
  height: 100%;
}
.jyky .cont .info .info-bottom {
  width: 100%;
  height: 280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jyky .cont .info .info-bottom .img {
  width: 500px;
  height: 280px;
  padding: 2px 1px 0px 1px;
}
.jyky .cont .info .info-bottom .img img {
  width: 100%;
  height: 100%;
}
.mtjz {
  margin-top: 60px;
}
.mtjz .cont {
  margin-top: 40px;
}
.mtjz .cont ul {
  font-size: 0;
  width: 1440px;
}
.mtjz .cont ul li {
  width: 210px;
  height: 70px;
  background-color: #fff;
  border: 1px solid #eee;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-right: 28px;
  margin-bottom: 30px;
}
.mtjz .cont ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.mtjz .cont ul li img {
  max-height: 70%;
  max-width: 80%;
}
.cp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("https://education.news.cn/zthz/jgskxwcbz/images/cp-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
          background-size: 100% 100%;
  overflow: hidden;
}
.cp .title .more a {
  color: #fff;
}
.cp .cont {
  margin-top: 40px;
  position: relative;
}
.cp .bigpic {
  border-width: 4px;
  border-color: #47cbb4;
  border-style: solid;
  background-color: #d0d0d0;
  width: 1196px;
  height: 671px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cp .bigpic .part {
  position: relative;
  width: 100%;
  height: 100%;
}
.cp .bigpic ul {
  width: 100%;
  height: 100%;
}
.cp .bigpic li {
  width: 100%;
  height: 100%;
  display: none;
}
.cp .bigpic li .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.cp .bigpic li .img:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  content: "";
  width: 100%;
  height: 148px;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.65)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
}
.cp .bigpic li .img img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.cp .bigpic li.active {
  display: block;
}
.cp .smallpic {
  position: absolute;
  left: 50%;
  bottom: 15px;
  z-index: 5;
  width: 1400px;
  margin-left: -585px;
  overflow: visible;
}
.cp .smallpic .swiper-scrollbar {
  height: 1px;
  background: rgba(255,255,255,0.5);
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 1400px;
}
.cp .smallpic .swiper-scrollbar-drag {
  background: #fff;
  height: 6px;
  top: -3px;
}
.cp .smallpic .swiper-slide {
  position: relative;
}
.cp .smallpic .swiper-slide .slide-cont {
  overflow: hidden;
}
.cp .smallpic .swiper-slide .img {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-width: 4px;
  border-color: #fff;
  border-style: solid;
  background-color: #fff;
}
.cp .smallpic .swiper-slide .img img {
  width: 100%;
  height: 100%;
}
.cp .smallpic .swiper-slide .txt {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  width: 211px;
  height: 114px;
  width: 100%;
  height: 100%;
  border-width: 4px;
  border-color: #fff;
  border-style: solid;
  background-color: rgba(0,0,0,0.5);
}
.cp .smallpic .swiper-slide .txt .num {
  font-size: 24px;
  font-family: 'Akrobat';
  color: #fff;
  line-height: 1.333;
  width: 45px;
  text-align: center;
}
.cp .smallpic .swiper-slide .txt .tit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: none;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 1.333;
}
.cp .smallpic .swiper-slide .txt .tit a {
  color: #fff;
}
.cp .smallpic .swiper-slide-active .img {
  opacity: 0;
}
.cp .smallpic .swiper-slide-active .txt {
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 0;
}
.cp .smallpic .swiper-slide-active .txt .tit {
  display: block;
}
