@charset "UTF-8";
/**
 * Author: UiDEA
 * Copyright: UiDEA
 */
/* 导入scss文件 */
/**
 * Author: UiDEA
 * Copyright: UiDEA
 */
/**
 * 函数指令 @function
 * px单位转换成vw,vh
 * 支持最低分辩1280*720，当宽<1280,高<720时出现滚动条
 */
/* cssreset */
html, body {
  color: #fff;
  background: #fff; }

body, form, ul, ol, li, dl, dt, dd, th, td, p, blockquote, pre, fieldset, legend, hr, h1, h2, h3, h4, h5, h6, button, input, textarea {
  margin: 0;
  padding: 0; }

body, div, li, dt, dd, td, p, span, button, input, select, textarea {
  font-family: Tahoma,Arial,"Hiragino Sans GB","Microsoft YaHei",\5b8b\4f53,sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

address, cite, dfn, em, var {
  font-style: normal; }

code, kbd, pre, samp {
  font-family: Courier New,Courier,monospace; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ul, ol {
  list-style: none outside none; }

span {
  font-size: 100%; }

legend {
  color: #666; }

fieldset, img {
  border: 0 none; }

img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
  border: 0 none; }

sub, sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -5px; }

sub {
  bottom: -5px; }

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

button, input, select, textarea {
  margin: 0;
  padding: 0;
  outline: none; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="radio"], input[type="checkbox"] {
  position: relative;
  top: -2px; }

textarea {
  overflow: auto; }

a {
  color: #333;
  background: transparent;
  text-decoration: none; }

a:hover {
  color: #06c;
  text-decoration: none; }

a:active {
  color: #06c;
  outline: 0; }

a:focus {
  outline: 0; }

/* float */
.fl {
  float: left; }

.fr {
  float: right; }

/* color */
.c666 {
  color: #666; }

.c999 {
  color: #999; }

/* text-alignment */
.txtl {
  text-align: left; }

.txtc {
  text-align: center; }

.txtr {
  text-align: right; }

/* background */
.bfff {
  background: #fff; }

/* cover-background */
.coverbg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  display: none;
  width: 100%;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5; }

/* layout */
.clearfix {
  zoom: 1; }

body, div, li, dt, dd, td, p, span, button, input, select, textarea {
  font-size: 1.14583vw; }

.zsy_screen {
  width: 100vw;
  height: 100vh;
  background: #020c29; }

.zsy_title {
  position: relative;
  height: 8.33333vh; }

.zsy_title:before, .zsy_title:after {
  content: "";
  position: absolute;
  top: 2.31481vh;
  width: 35.52083vw;
  height: 6.01852vh;
  background: url(../images/zsy_titsidebg.png) no-repeat top right;
  background-size: auto 100%; }

.zsy_title:after {
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.zsy_title .topbg {
  height: 2.31481vh;
  background: rgba(14, 22, 88, 0.5); }

.zsy_title h1 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 28.95833vw;
  height: 8.33333vh;
  margin-left: -14.47917vw;
  padding-left: 3.125vw;
  font-size: 1.77083vw;
  font-weight: bold;
  line-height: 8.33333vh;
  background: rgba(14, 22, 88, 0.5);
  text-align: center;
  border-bottom: 0.18519vh solid #215aff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.zsy_title h1:before, .zsy_title h1:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%; }

.zsy_title h1:before {
  top: 0;
  height: 0.09259vh;
  background: linear-gradient(to right, rgba(33, 90, 255, 0), #215aff, rgba(33, 90, 255, 0)); }

.zsy_title h1:after {
  bottom: -0.18519vh;
  height: 0.18519vh;
  background: linear-gradient(to right, rgba(0, 216, 255, 0), #00d8ff, rgba(0, 216, 255, 0)); }

.zsy_title h1 .light {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 19.27083vw;
  height: 2.77778vh;
  margin-left: -9.63542vw;
  background: url(../images/zsy_light.png) no-repeat center bottom;
  background-size: auto 100%; }

.zsy_title h1 img {
  position: absolute;
  top: 50%;
  width: 2.34375vw;
  margin: -2.03704vh 0 0 -3.125vw; }

.zsy_scrbtn {
  position: absolute;
  top: 4.16667vh;
  right: 20.83333vw;
  z-index: 99;
  width: 6.25vw;
  height: 2.77778vh;
  font-size: 0.72917vw;
  line-height: 2.77778vh;
  color: #27cfff;
  text-align: center;
  background: url(../images/zsy_scrbtn.png) no-repeat;
  background-size: 100% 100%;
  border: none;
  outline: none;
  cursor: pointer; }

.zsy_date {
  position: absolute;
  top: 4.16667vh;
  right: 1.5625vw;
  font-size: 0.9375vw;
  font-weight: bold; }

.zsy_cont {
  position: relative;
  width: 95.3125vw;
  height: 85.64815vh;
  margin: 2.03704vh auto 0;
  background: rgba(1, 17, 63, 0.08);
  border-width: 0.74074vh 0.625vw 2.40741vh;
  border-style: solid;
  border-color: #0e1658; }

.zsy_cont:before, .zsy_cont:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0.98958vw;
  height: 100%;
  background: url(../images/zsy_sideimg.png) no-repeat center right;
  background-size: 100% auto; }

.zsy_cont:before {
  left: -1.61458vw; }

.zsy_cont:after {
  right: -1.61458vw;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.zsy_cont .topimg {
  position: absolute;
  top: -3.24074vh;
  right: -0.625vw;
  left: -0.625vw;
  height: 2.5vh; }

.zsy_cont .topimg:before, .zsy_cont .topimg:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 17.5vw;
  background: url(../images/zsy_topimg.png) no-repeat;
  background-size: auto 100%; }

.zsy_cont .topimg:before {
  left: 0; }

.zsy_cont .topimg:after {
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.zsy_cont .lines {
  position: absolute;
  top: 0.55556vh;
  bottom: 0.55556vh;
  left: 0;
  display: -webkit-flex;
  display: flex;
  width: 100%; }

.zsy_cont .lines i {
  -webkit-flex: 1;
  flex: 1;
  height: 100%;
  background: url(../images/zsy_linerepeat.png) repeat-y top right; }

.zsy_cont .lines i:last-child {
  background: none; }

.zsy_cont .bomimg {
  position: absolute;
  bottom: -2.40741vh;
  left: 0;
  width: 100%;
  height: 1.2963vh;
  background: url(../images/zsy_bomimg.jpg) no-repeat center;
  background-size: auto 100%; }

.zsy_cont .movebar {
  position: absolute;
  top: 16.66667vh;
  z-index: 1;
  width: 0.26042vw;
  height: 5.18519vh;
  background: #215aff;
  border-radius: 0.46296vh 0.26042vw; }

.zsy_cont .movebar.left {
  left: -0.88542vw;
  -webkit-animation: movebom 10s linear 0s infinite;
  animation: movebom 10s linear 0s infinite; }

.zsy_cont .movebar.right {
  right: -0.88542vw;
  -webkit-animation: movetop 10s linear 0s infinite;
  animation: movetop 10s linear 0s infinite; }

.zsy_carlist {
  height: 100%;
  overflow: hidden; }

.zsy_carlist ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.zsy_carlist li {
  height: 7.12963vh;
  -webkit-flex: 0 0 20%;
  flex: 0 0 20%;
  font-weight: bold;
  line-height: 7.12963vh;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(33, 90, 255, 0.5); }

.zsy_carlist li:nth-child(10n), .zsy_carlist li:nth-child(10n-4), .zsy_carlist li:nth-child(10n-3), .zsy_carlist li:nth-child(10n-2), .zsy_carlist li:nth-child(10n-1) {
  background: rgba(144, 173, 254, 0.08); }

.zsy_newcartip {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 31.25vw;
  height: 21.85185vh;
  margin: -10.92593vh 0 0 -15.625vw;
  text-align: center;
  background: rgba(25, 81, 240, 0.74);
  border-radius: 1.85185vh 1.04167vw; }

.zsy_newcartip:before {
  content: "";
  position: absolute;
  top: 0.74074vh;
  right: 0.41667vw;
  bottom: 0.74074vh;
  left: 0.41667vw;
  border: 2px solid #fff;
  border-radius: 1.85185vh 1.04167vw; }

.zsy_newcartip label {
  position: relative;
  display: inline-block;
  margin: 3.24074vh 0 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1; }

.zsy_newcartip label:before, .zsy_newcartip label:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8.33333vw;
  height: 2px; }

.zsy_newcartip label:before {
  right: -9.63542vw;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white); }

.zsy_newcartip label:after {
  left: -9.63542vw;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0)); }

.zsy_newcartip span {
  position: relative;
  display: block;
  height: 12.03704vh;
  font-size: 3.75vw;
  font-weight: bold;
  line-height: 11.11111vh; }

.zsy_newcartip span:before, .zsy_newcartip span:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1.35417vw;
  height: 0.74074vh;
  background: #fff;
  border-radius: 0.74074vh 0.41667vw; }

.zsy_newcartip span:before {
  left: 7.29167vw; }

.zsy_newcartip span:after {
  right: 7.29167vw; }

@-webkit-keyframes movebom {
  0% {
    top: 16.66667vh; }
  50% {
    top: 62.96296vh; }
  100% {
    top: 16.66667vh; } }

@keyframes movebom {
  0% {
    top: 16.66667vh; }
  50% {
    top: 62.96296vh; }
  100% {
    top: 16.66667vh; } }

@-webkit-keyframes movetop {
  0% {
    top: 62.96296vh; }
  50% {
    top: 16.66667vh; }
  100% {
    top: 62.96296vh; } }

@keyframes movetop {
  0% {
    top: 62.96296vh; }
  50% {
    top: 16.66667vh; }
  100% {
    top: 62.96296vh; } }

@media only screen and (max-width: 1280px) {
  body, div, li, dt, dd, td, p, span, button, input, select, textarea {
    font-size: 14.66667px; }
  .zsy_screen {
    width: 1280px;
    height: 720px;
    background: #020c29; }
  .zsy_title {
    position: relative;
    height: 60px; }
  .zsy_title:before, .zsy_title:after {
    content: "";
    position: absolute;
    top: 16.66667px;
    width: 454.66667px;
    height: 43.33333px;
    background: url(../images/zsy_titsidebg.png) no-repeat top right;
    background-size: auto 100%; }
  .zsy_title:after {
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  .zsy_title .topbg {
    height: 16.66667px;
    background: rgba(14, 22, 88, 0.5); }
  .zsy_title h1 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 370.66667px;
    height: 60px;
    margin-left: -185.33333px;
    padding-left: 40px;
    font-size: 22.66667px;
    font-weight: bold;
    line-height: 60px;
    background: rgba(14, 22, 88, 0.5);
    text-align: center;
    border-bottom: 1.33333px solid #215aff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .zsy_title h1:before, .zsy_title h1:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%; }
  .zsy_title h1:before {
    top: 0;
    height: 0.66667px;
    background: linear-gradient(to right, rgba(33, 90, 255, 0), #215aff, rgba(33, 90, 255, 0)); }
  .zsy_title h1:after {
    bottom: -1.33333px;
    height: 1.33333px;
    background: linear-gradient(to right, rgba(0, 216, 255, 0), #00d8ff, rgba(0, 216, 255, 0)); }
  .zsy_title h1 .light {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 246.66667px;
    height: 20px;
    margin-left: -123.33333px;
    background: url(../images/zsy_light.png) no-repeat center bottom;
    background-size: auto 100%; }
  .zsy_title h1 img {
    position: absolute;
    top: 50%;
    width: 30px;
    margin: -14.66667px 0 0 -40px; }
  .zsy_scrbtn {
    position: absolute;
    top: 30px;
    right: 266.66667px;
    z-index: 99;
    width: 80px;
    height: 20px;
    font-size: 9.33333px;
    line-height: 20px;
    color: #27cfff;
    text-align: center;
    background: url(../images/zsy_scrbtn.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    outline: none;
    cursor: pointer; }
  .zsy_date {
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 12px;
    font-weight: bold; }
  .zsy_cont {
    position: relative;
    width: 1220px;
    height: 616.66667px;
    margin: 14.66667px auto 0;
    background: rgba(1, 17, 63, 0.08);
    border-width: 5.33333px 8px 17.33333px;
    border-style: solid;
    border-color: #0e1658; }
  .zsy_cont:before, .zsy_cont:after {
    content: "";
    position: absolute;
    top: 0;
    width: 12.66667px;
    height: 100%;
    background: url(../images/zsy_sideimg.png) no-repeat center right;
    background-size: 100% auto; }
  .zsy_cont:before {
    left: -20.66667px; }
  .zsy_cont:after {
    right: -20.66667px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  .zsy_cont .topimg {
    position: absolute;
    top: -23.33333px;
    right: -8px;
    left: -8px;
    height: 18px; }
  .zsy_cont .topimg:before, .zsy_cont .topimg:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 224px;
    background: url(../images/zsy_topimg.png) no-repeat;
    background-size: auto 100%; }
  .zsy_cont .topimg:before {
    left: 0; }
  .zsy_cont .topimg:after {
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  .zsy_cont .lines {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    display: -webkit-flex;
    display: flex;
    width: 100%; }
  .zsy_cont .lines i {
    -webkit-flex: 1;
    flex: 1;
    height: 100%;
    background: url(../images/zsy_linerepeat.png) repeat-y top right; }
  .zsy_cont .lines i:last-child {
    background: none; }
  .zsy_cont .bomimg {
    position: absolute;
    bottom: -17.33333px;
    left: 0;
    width: 100%;
    height: 9.33333px;
    background: url(../images/zsy_bomimg.jpg) no-repeat center;
    background-size: auto 100%; }
  .zsy_cont .movebar {
    position: absolute;
    top: 120px;
    z-index: 1;
    width: 3.33333px;
    height: 37.33333px;
    background: #215aff;
    border-radius: 3.33333px 3.33333px; }
  .zsy_cont .movebar.left {
    left: -11.33333px;
    -webkit-animation: movebom 10s linear 0s infinite;
    animation: movebom 10s linear 0s infinite; }
  .zsy_cont .movebar.right {
    right: -11.33333px;
    -webkit-animation: movetop 10s linear 0s infinite;
    animation: movetop 10s linear 0s infinite; }
  .zsy_carlist {
    height: 100%;
    overflow: hidden; }
  .zsy_carlist ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .zsy_carlist li {
    height: 51.33333px;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    font-weight: bold;
    line-height: 51.33333px;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(33, 90, 255, 0.5); }
  .zsy_carlist li:nth-child(10n), .zsy_carlist li:nth-child(10n-4), .zsy_carlist li:nth-child(10n-3), .zsy_carlist li:nth-child(10n-2), .zsy_carlist li:nth-child(10n-1) {
    background: rgba(144, 173, 254, 0.08); }
  .zsy_newcartip {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 157.33333px;
    margin: -78.66667px 0 0 -200px;
    text-align: center;
    background: rgba(25, 81, 240, 0.74);
    border-radius: 13.33333px 13.33333px; }
  .zsy_newcartip:before {
    content: "";
    position: absolute;
    top: 5.33333px;
    right: 5.33333px;
    bottom: 5.33333px;
    left: 5.33333px;
    border: 2px solid #fff;
    border-radius: 13.33333px 13.33333px; }
  .zsy_newcartip label {
    position: relative;
    display: inline-block;
    margin: 23.33333px 0 0;
    font-size: 26px;
    font-weight: bold;
    line-height: 1; }
  .zsy_newcartip label:before, .zsy_newcartip label:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 106.66667px;
    height: 2px; }
  .zsy_newcartip label:before {
    right: -123.33333px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white); }
  .zsy_newcartip label:after {
    left: -123.33333px;
    background: linear-gradient(to left, white, rgba(255, 255, 255, 0)); }
  .zsy_newcartip span {
    position: relative;
    display: block;
    height: 86.66667px;
    font-size: 48px;
    font-weight: bold;
    line-height: 80px; }
  .zsy_newcartip span:before, .zsy_newcartip span:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 17.33333px;
    height: 5.33333px;
    background: #fff;
    border-radius: 5.33333px 5.33333px; }
  .zsy_newcartip span:before {
    left: 93.33333px; }
  .zsy_newcartip span:after {
    right: 93.33333px; }
  @-webkit-keyframes movebom {
    0% {
      top: 120px; }
    50% {
      top: 453.33333px; }
    100% {
      top: 120px; } }
  @keyframes movebom {
    0% {
      top: 120px; }
    50% {
      top: 453.33333px; }
    100% {
      top: 120px; } }
  @-webkit-keyframes movetop {
    0% {
      top: 453.33333px; }
    50% {
      top: 120px; }
    100% {
      top: 453.33333px; } }
  @keyframes movetop {
    0% {
      top: 453.33333px; }
    50% {
      top: 120px; }
    100% {
      top: 453.33333px; } } }
