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

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-size: 0.72917vw;
  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: -0.46296vh; }

sub {
  bottom: -0.46296vh; }

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: -0.18519vh; }

textarea {
  overflow: auto; }

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

a:hover {
  color: #87b9ff;
  text-decoration: none; }

a:active {
  color: #87b9ff;
  outline: 0; }

a:focus {
  outline: 0; }

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

.fr {
  float: right; }

/* height */
.h140 {
  height: 12.96296vh; }

.h210 {
  height: 19.44444vh; }

.h225 {
  height: 20.83333vh; }

.h240 {
  height: 22.22222vh; }

.h275 {
  height: 25.46296vh; }

.h290 {
  height: 26.85185vh; }

.h310 {
  height: 28.7037vh; }

/* margin-padding */
.mt10 {
  margin-top: 0.92593vh; }

.mr10 {
  margin-right: 0.52083vw; }

.mb10 {
  margin-bottom: 0.92593vh; }

.ml10 {
  margin-left: 0.52083vw; }

.mt30 {
  margin-top: 2.77778vh !important; }

.pt10 {
  padding-top: 0.92593vh; }

.pr10 {
  padding-right: 0.52083vw; }

.pb10 {
  padding-bottom: 0.92593vh; }

.pl10 {
  padding-left: 0.52083vw; }

/* font-family */
@font-face {
  font-family: led;
  src: url("webfont/led.ttf"); }

/* font */
.fs12 {
  font-size: 0.625vw; }

.fs14 {
  font-size: 0.72917vw; }

.fs16 {
  font-size: 0.83333vw; }

.fs18 {
  font-size: 0.9375vw; }

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

.c999 {
  color: #999; }

.c00e1ff {
  color: #00e1ff; }

.cffa90a {
  color: #ffa90a; }

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

.txtc {
  text-align: center; }

.txtr {
  text-align: right; }

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

/* control */
.input {
  height: 1.66667vh;
  line-height: 1.66667vh;
  padding: 0.15625vw 0.46296vh;
  border: 0.05208vw solid #ddd; }

.select {
  padding: 0.10417vw 0.18519vh;
  border: 0.05208vw solid #ddd; }

.textarea {
  padding: 0.26042vw 0.46296vh;
  border: 0.05208vw solid #ddd;
  color: #666; }

/* ellipsis */
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/* overflow */
.ofvisible {
  overflow: visible; }

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

/* layout */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.clearfix {
  zoom: 1; }

/* main */
.hdgj_yc_screen {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  background: #000b2b url(../images/hdgj_yc_mainbg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden; }

.hdgj_yc_header {
  position: relative; }

.hdgj_yc_header:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1.85185vh;
  background: #00094b;
  border-bottom: 1px solid #034299; }

.hdgj_yc_header .tit {
  position: relative;
  width: 27.5vw;
  height: 7.40741vh;
  background: #00094b;
  margin: auto; }

.hdgj_yc_header .tit:before, .hdgj_yc_header .tit:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 16.61458vw;
  height: 7.40741vh;
  margin-left: 13.69792vw;
  background: url(../images/hdgj_yc_itimg.png) no-repeat;
  background-size: 100% 100%; }

.hdgj_yc_header .tit:before {
  margin-left: -30.36458vw;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.hdgj_yc_header .tit h1 {
  position: relative;
  height: 7.40741vh;
  font-size: 1.66667vw;
  font-weight: bold;
  line-height: 7.40741vh;
  text-align: center;
  background-image: repeating-linear-gradient(#fff 30%, #81beff 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
  border-bottom: 1px solid #034299; }

.hdgj_yc_header .tit h1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(0, 95, 232, 0), #005fe8, rgba(0, 95, 232, 0)); }

.hdgj_yc_header .tit h1:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(56, 219, 254, 0), #38dbfe, rgba(56, 219, 254, 0)); }

.hdgj_yc_header .tit span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.22222vh;
  font-size: 1.875vw;
  font-weight: bold;
  line-height: 7.40741vh;
  color: #fff;
  text-shadow: 0 0 12px rgba(0, 158, 240, 0.9);
  text-align: center;
  z-index: 1; }

.hdgj_yc_header .tit .light {
  position: absolute;
  top: 0;
  width: 27.5vw;
  height: 7.22222vh;
  margin: auto;
  background: url(../images/hdgj_yc_light.png) no-repeat; }

.hdgj_yc_header .operate {
  position: absolute;
  top: 3.7037vh;
  right: 1.04167vw;
  margin: 0; }

.hdgj_yc_header .topdot {
  position: absolute;
  top: 1.11111vh;
  z-index: 1;
  width: 0;
  height: 5vh;
  opacity: 0;
  background: url(../images/hdgj_yc_topdot.png) no-repeat;
  background-size: auto 100%;
  -webkit-animation: movedot 3s linear 0s infinite;
  animation: movedot 3s linear 0s infinite; }

.hdgj_yc_header .topdot.leftdot {
  right: 27.5vw;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-backface-visibility: hidden; }

.hdgj_yc_header .topdot.rightdot {
  left: 27.5vw; }

.hdgj_yc_scrbtn {
  position: absolute;
  top: 3.7037vh;
  right: 23.95833vw;
  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/hdgj_yc_scrbtn.png) no-repeat;
  background-size: 100% 100%;
  border: none;
  outline: none;
  cursor: pointer; }

.hdgj_yc_horn {
  position: absolute;
  width: 33.69792vw;
  height: 2.40741vh;
  background: url(../images/hdgj_yc_hornimg.png) no-repeat; }

.hdgj_yc_horn.lthorn {
  top: 3.7037vh;
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.hdgj_yc_horn.rthorn {
  top: 3.7037vh;
  right: 0; }

.hdgj_yc_date .timeicon {
  display: inline-block;
  width: 0.9375vw;
  height: 1.66667vh;
  margin-bottom: 0.18519vh;
  vertical-align: middle;
  background: url(../images/hdgj_yc_timeicon.png) no-repeat;
  background-size: auto 100%; }

.hdgj_yc_date .time {
  display: inline-block;
  height: 2.40741vh;
  padding: 0 0 0 0.52083vw;
  font-size: 0.72917vw;
  color: #fff;
  line-height: 2.40741vh; }

.hdgj_yc_topdec {
  position: absolute;
  top: 0.83333vh;
  width: 2.39583vw;
  height: 0.27778vh;
  background: url(../images/hdgj_yc_topdec.png) no-repeat; }

.hdgj_yc_topdec.ldec {
  left: 0.3125vw; }

.hdgj_yc_topdec.rdec {
  right: 0.3125vw; }

@-webkit-keyframes movedot {
  0% {
    width: 0;
    opacity: 1; }
  80% {
    width: 15.83333vw;
    opacity: 1; }
  100% {
    width: 15.83333vw;
    opacity: 0; } }

@keyframes movedot {
  0% {
    width: 0;
    opacity: 1; }
  80% {
    width: 15.83333vw;
    opacity: 1; }
  100% {
    width: 15.83333vw;
    opacity: 0; } }

.hdgj_yc_main {
  padding: 2.77778vh 1.04167vw 0; }

.hdgj_yc_side {
  position: relative;
  z-index: 1;
  width: 25.52083vw; }

.hdgj_yc_pubbox {
  position: relative;
  margin-top: 1.11111vh;
  background: rgba(9, 21, 70, 0.4);
  border: 1px solid #024063;
  box-shadow: inset 0 0 30px rgba(63, 161, 255, 0.15);
  border-radius: 0 0 1.25vw 0; }

.hdgj_yc_pubbox:before {
  content: "";
  position: absolute;
  top: -1.11111vh;
  left: -0.05208vw;
  width: 8.07292vw;
  height: 1.11111vh;
  background: url(../images/hdgj_yc_pubtop.png) no-repeat center;
  background-size: 100% 100%; }

.hdgj_yc_pubbox:after {
  content: "";
  position: absolute;
  bottom: -0.09259vh;
  right: -0.05208vw;
  width: 2.13542vw;
  height: 3.7037vh;
  background: url(../images/hdgj_yc_pubbot.png) no-repeat center;
  background-size: 100% 100%; }

.hdgj_yc_pubbox .signmr {
  position: absolute;
  bottom: 8.33333vh;
  right: -0.05208vw;
  width: 0.57292vw;
  height: 7.77778vh;
  background: url(../images/hdgj_yc_pubside.png) no-repeat center;
  background-size: 100% 100%; }

.hdgj_yc_pubbox .pubtit {
  padding: 1.11111vh 1.04167vw 0 1.04167vw;
  font-size: 0.83333vw;
  color: #fff; }

.hdgj_yc_pubbox dl {
  padding: 0 0.78125vw; }

.hdgj_yc_pubbox dt {
  margin: 1.11111vh 0 0.74074vh 0; }

.hdgj_yc_pubbox dt, .hdgj_yc_pubbox dd {
  display: block;
  font-size: 0.83333vw;
  color: #87b9ff;
  text-align: center;
  overflow: hidden; }

.hdgj_yc_pubbox dd p {
  float: left;
  width: 50%;
  font-size: 0.83333vw; }

.hdgj_yc_pubbox em {
  display: inline-block;
  margin-bottom: 0.27778vh;
  padding-left: 0.41667vw;
  font: bold 1.5625vw arial;
  color: #ffa90a;
  vertical-align: middle; }

.hdgj_yc_pubbox dd p em {
  font-size: 1.14583vw; }

.hdgj_yc_slide .hd {
  position: relative; }

.hdgj_yc_slide .hd .arrow {
  position: absolute;
  top: 1.11111vh;
  right: 0.625vw; }

.hdgj_yc_slide .hd .arrow a {
  display: inline-block;
  width: 1.30208vw;
  height: 1.30208vw;
  line-height: 1.30208vw;
  margin-left: 0.36458vw;
  text-align: center;
  cursor: pointer;
  background: #091546;
  border: 1px #193269 solid;
  border-radius: 0.15625vw; }

.hdgj_yc_slide .hd .arrow a i {
  font-size: 0.72917vw;
  color: #00d5ff; }

.hdgj_yc_slide .hd .arrow a:hover i {
  color: #fff; }

.hdgj_yc_video {
  position: relative;
  height: 19.90741vh;
  margin: 1.38889vh 1.04167vw 0;
  border: 0.05208vw solid #0293de;
  overflow: hidden; }

.hdgj_yc_video img {
  width: 100%; }

.hdgj_yc_video .connectimg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9.0625vw;
  height: 3.17708vw;
  margin: -1.5625vw 0 0 -4.53125vw;
  background: url(../images/hdgj_yc_connectimg.png);
  background-size: cover; }

.hdgj_yc_stevedore {
  padding: 2.31481vh 0 0 3.64583vw;
  overflow: hidden; }

.hdgj_yc_stevedore li {
  float: left;
  width: 50%;
  padding: 1.38889vh 0; }

.hdgj_yc_stevedore li i {
  display: inline-block;
  float: left;
  width: 2.76042vw;
  height: 2.76042vw;
  line-height: 2.76042vw;
  font-size: 1.5625vw;
  color: #00d5ff;
  text-align: center;
  background: #0b1e4e;
  border: 1px #193269 solid;
  border-radius: 0.26042vw; }

.hdgj_yc_stevedore li dl {
  margin-left: 4.0625vw;
  padding: 0; }

.hdgj_yc_stevedore li dt {
  margin: 0;
  font-size: 0.83333vw;
  text-align: left; }

.hdgj_yc_stevedore li dd {
  padding-top: 0.46296vh;
  font: bold 1.35417vw arial;
  color: #ffa90a;
  text-align: left; }

.hdgj_yc_center {
  position: relative;
  width: 42.70833vw;
  height: 89.81481vh;
  margin: 0 2.08333vw; }

.hdgj_yc_line {
  position: absolute;
  bottom: 2.31481vh;
  left: 0;
  width: 100%;
  font-size: 0.83333vw;
  color: #fff; }

.hdgj_yc_keydata .tit {
  padding: 0.46296vh 0 0.92593vh;
  font-size: 0.9375vw;
  color: #fff; }

.hdgj_yc_keydata .keydata {
  margin: 0 -0.9375vw; }

.hdgj_yc_keydata .keydata p {
  width: 100%;
  font-size: 2.8125vw;
  font-family: led;
  line-height: 1;
  color: #fff;
  text-align: center;
  vertical-align: bottom;
  overflow: hidden; }

.hdgj_yc_keydata .keydata .odometer span, .hdgj_yc_keydata .keydata .odometer .odometer-value {
  width: 3.22917vw;
  font-size: 2.8125vw;
  font-family: led;
  color: #fff;
  text-align: center;
  vertical-align: bottom; }

.hdgj_yc_keydata .keydata .odometer .odometer-digit {
  width: 3.22917vw;
  height: 4.16667vw;
  margin: 0 0.3125vw;
  line-height: 4.16667vw;
  text-align: center;
  background: url(../images/hdgj_yc_keynumbg.png) no-repeat center/cover; }

.hdgj_yc_keydata .keydata .odometer .odometer-formatting-mark {
  margin: 0 -0.15625vw;
  font-weight: bold;
  font-size: 3.125vw;
  color: #1438b5; }

.hdgj_yc_keydata ul {
  margin: 0.92593vh -1.04167vw 0 0;
  overflow: hidden; }

.hdgj_yc_keydata li {
  float: left;
  display: -webkit-flex;
  display: flex;
  width: 21.09375vw;
  height: 4.44444vh;
  margin-right: 0.625vw;
  padding: 0 1.04167vw;
  align-items: center;
  background: rgba(33, 90, 255, 0.2);
  border-radius: 0.20833vw; }

.hdgj_yc_keydata li label {
  font-size: 0.83333vw;
  color: #fff; }

.hdgj_yc_keydata li i {
  margin-right: 0.52083vw;
  font-size: 1.14583vw; }

.hdgj_yc_keydata li p {
  -webkit-flex: 1;
  flex: 1;
  font: bold 1.45833vw arial;
  line-height: 1;
  text-align: right; }

.hdgj_yc_crane {
  height: 21.94444vh;
  margin: 1.66667vh 1.04167vw 0;
  overflow: hidden; }

.hdgj_yc_crane img {
  width: 100%; }

.hdgj_yc_map {
  height: 55.55556vh; }

.hdgj_yc_map .map {
  height: 100%;
  margin: 0 -0.52083vw 0 -10.41667vw; }

.hdgj_yc_screenslide {
  position: fixed;
  right: -35.41667vw;
  bottom: 4.62963vh;
  z-index: 99999999;
  width: 37.5vw;
  height: 16.66667vh; }

.hdgj_yc_screenslide .menu {
  width: 2.08333vw;
  height: 16.66667vh;
  padding: 0 0.52083vw;
  text-align: center;
  cursor: pointer;
  border-radius: 0.20833vw 0 0 0.20833vw;
  overflow: hidden;
  background: url(../images/hdgj_yc_screenslidebg.png) no-repeat;
  background-size: 100% 100%; }

.hdgj_yc_screenslide .menu h3 {
  margin-top: 1.38889vh;
  font-size: 0.83333vw;
  color: #fff;
  font-weight: bold;
  line-height: 1.85185vh;
  text-shadow: 0.05208vw 0.09259vh 0.05208vw rgba(0, 76, 169, 0.5); }

.hdgj_yc_screenslide .menu i {
  margin-top: 0.74074vh;
  font-size: 1.04167vw;
  color: #fff;
  text-shadow: 0.05208vw 0.09259vh 0.05208vw rgba(0, 76, 169, 0.5); }

.hdgj_yc_screenslide .cont {
  width: 35.41667vw;
  height: 16.66667vh;
  background: #05144f;
  border: 1px solid #024063;
  box-shadow: inset 0 0 30px rgba(63, 161, 255, 0.15); }

.hdgj_yc_screenslide .cont li {
  float: left;
  margin: 1.38889vh 0 0 1.04167vw;
  text-align: center;
  cursor: pointer; }

.hdgj_yc_screenslide .cont li .img {
  position: relative;
  width: 10.3125vw;
  height: 11.11111vh;
  padding: 0.52083vw;
  border: 0.05208vw #063e77 solid; }

.hdgj_yc_screenslide .cont li .img img {
  width: 100%;
  height: 100%; }

.hdgj_yc_screenslide .cont li .img .triangle {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 1.82292vw solid #00d5ff;
  border-left: 1.82292vw solid transparent; }

.hdgj_yc_screenslide .cont li .img .triangle i {
  position: absolute;
  top: 1.66667vh;
  left: -0.9375vw;
  font-size: 0.83333vw;
  color: #fff; }

.hdgj_yc_screenslide .cont li P {
  font-size: 0.72917vw;
  color: #fff;
  line-height: 3.24074vh; }

.hdgj_yc_screenslide .cont li.on .img {
  border-color: #00d5ff; }

.hdgj_yc_screenslide .cont li.on .img .triangle {
  display: block; }

@media only screen and (max-width: 1280px) {
  /* cssreset */
  html, body {
    color: #87b9ff;
    background: #041439; }
  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-size: 9.33333px;
    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: -3.33333px; }
  sub {
    bottom: -3.33333px; }
  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: -1.33333px; }
  textarea {
    overflow: auto; }
  a {
    color: #87b9ff;
    background: transparent;
    text-decoration: none; }
  a:hover {
    color: #87b9ff;
    text-decoration: none; }
  a:active {
    color: #87b9ff;
    outline: 0; }
  a:focus {
    outline: 0; }
  *, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  /* float */
  .fl {
    float: left; }
  .fr {
    float: right; }
  /* height */
  .h140 {
    height: 93.33333px; }
  .h210 {
    height: 140px; }
  .h225 {
    height: 150px; }
  .h240 {
    height: 160px; }
  .h275 {
    height: 183.33333px; }
  .h290 {
    height: 193.33333px; }
  .h310 {
    height: 206.66667px; }
  /* margin-padding */
  .mt10 {
    margin-top: 6.66667px; }
  .mr10 {
    margin-right: 6.66667px; }
  .mb10 {
    margin-bottom: 6.66667px; }
  .ml10 {
    margin-left: 6.66667px; }
  .mt30 {
    margin-top: 20px !important; }
  .pt10 {
    padding-top: 6.66667px; }
  .pr10 {
    padding-right: 6.66667px; }
  .pb10 {
    padding-bottom: 6.66667px; }
  .pl10 {
    padding-left: 6.66667px; }
  /* font-family */
  @font-face {
    font-family: led;
    src: url("webfont/led.ttf"); }
  /* font */
  .fs12 {
    font-size: 8px; }
  .fs14 {
    font-size: 9.33333px; }
  .fs16 {
    font-size: 10.66667px; }
  .fs18 {
    font-size: 12px; }
  /* color */
  .c666 {
    color: #666; }
  .c999 {
    color: #999; }
  .c00e1ff {
    color: #00e1ff; }
  .cffa90a {
    color: #ffa90a; }
  /* text-alignment */
  .txtl {
    text-align: left; }
  .txtc {
    text-align: center; }
  .txtr {
    text-align: right; }
  /* background */
  .bfff {
    background: #fff; }
  /* control */
  .input {
    height: 12px;
    line-height: 12px;
    padding: 2px 3.33333px;
    border: 0.66667px solid #ddd; }
  .select {
    padding: 1.33333px 1.33333px;
    border: 0.66667px solid #ddd; }
  .textarea {
    padding: 3.33333px 3.33333px;
    border: 0.66667px solid #ddd;
    color: #666; }
  /* ellipsis */
  .ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  /* overflow */
  .ofvisible {
    overflow: visible; }
  /* cover-background */
  .coverbg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999998;
    display: none;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5; }
  /* layout */
  .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden; }
  .clearfix {
    zoom: 1; }
  /* main */
  .hdgj_yc_screen {
    position: relative;
    width: 1280px;
    height: 720px;
    margin: 0 auto;
    background: #000b2b url(../images/hdgj_yc_mainbg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden; }
  .hdgj_yc_header {
    position: relative; }
  .hdgj_yc_header:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 13.33333px;
    background: #00094b;
    border-bottom: 1px solid #034299; }
  .hdgj_yc_header .tit {
    position: relative;
    width: 352px;
    height: 53.33333px;
    background: #00094b;
    margin: auto; }
  .hdgj_yc_header .tit:before, .hdgj_yc_header .tit:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 212.66667px;
    height: 53.33333px;
    margin-left: 175.33333px;
    background: url(../images/hdgj_yc_itimg.png) no-repeat;
    background-size: 100% 100%; }
  .hdgj_yc_header .tit:before {
    margin-left: -388.66667px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  .hdgj_yc_header .tit h1 {
    position: relative;
    height: 53.33333px;
    font-size: 21.33333px;
    font-weight: bold;
    line-height: 53.33333px;
    text-align: center;
    background-image: repeating-linear-gradient(#fff 30%, #81beff 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 2;
    border-bottom: 1px solid #034299; }
  .hdgj_yc_header .tit h1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(0, 95, 232, 0), #005fe8, rgba(0, 95, 232, 0)); }
  .hdgj_yc_header .tit h1:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, rgba(56, 219, 254, 0), #38dbfe, rgba(56, 219, 254, 0)); }
  .hdgj_yc_header .tit span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    font-size: 24px;
    font-weight: bold;
    line-height: 53.33333px;
    color: #fff;
    text-shadow: 0 0 12px rgba(0, 158, 240, 0.9);
    text-align: center;
    z-index: 1; }
  .hdgj_yc_header .tit .light {
    position: absolute;
    top: 0;
    width: 352px;
    height: 52px;
    margin: auto;
    background: url(../images/hdgj_yc_light.png) no-repeat; }
  .hdgj_yc_header .operate {
    position: absolute;
    top: 26.66667px;
    right: 13.33333px;
    margin: 0; }
  .hdgj_yc_header .topdot {
    position: absolute;
    top: 8px;
    z-index: 1;
    width: 0;
    height: 36px;
    opacity: 0;
    background: url(../images/hdgj_yc_topdot.png) no-repeat;
    background-size: auto 100%;
    -webkit-animation: movedot 3s linear 0s infinite;
    animation: movedot 3s linear 0s infinite; }
  .hdgj_yc_header .topdot.leftdot {
    right: 352px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-backface-visibility: hidden; }
  .hdgj_yc_header .topdot.rightdot {
    left: 352px; }
  .hdgj_yc_scrbtn {
    position: absolute;
    top: 26.66667px;
    right: 306.66667px;
    z-index: 99;
    width: 80px;
    height: 20px;
    font-size: 9.33333px;
    line-height: 20px;
    color: #27cfff;
    text-align: center;
    background: url(../images/hdgj_yc_scrbtn.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    outline: none;
    cursor: pointer; }
  .hdgj_yc_horn {
    position: absolute;
    width: 431.33333px;
    height: 17.33333px;
    background: url(../images/hdgj_yc_hornimg.png) no-repeat; }
  .hdgj_yc_horn.lthorn {
    top: 26.66667px;
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  .hdgj_yc_horn.rthorn {
    top: 26.66667px;
    right: 0; }
  .hdgj_yc_date .timeicon {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-bottom: 1.33333px;
    vertical-align: middle;
    background: url(../images/hdgj_yc_timeicon.png) no-repeat;
    background-size: auto 100%; }
  .hdgj_yc_date .time {
    display: inline-block;
    height: 17.33333px;
    padding: 0 0 0 6.66667px;
    font-size: 9.33333px;
    color: #fff;
    line-height: 17.33333px; }
  .hdgj_yc_topdec {
    position: absolute;
    top: 6px;
    width: 30.66667px;
    height: 2px;
    background: url(../images/hdgj_yc_topdec.png) no-repeat; }
  .hdgj_yc_topdec.ldec {
    left: 4px; }
  .hdgj_yc_topdec.rdec {
    right: 4px; }
  @-webkit-keyframes movedot {
    0% {
      width: 0;
      opacity: 1; }
    80% {
      width: 202.66667px;
      opacity: 1; }
    100% {
      width: 202.66667px;
      opacity: 0; } }
  @keyframes movedot {
    0% {
      width: 0;
      opacity: 1; }
    80% {
      width: 202.66667px;
      opacity: 1; }
    100% {
      width: 202.66667px;
      opacity: 0; } }
  .hdgj_yc_main {
    padding: 20px 13.33333px 0; }
  .hdgj_yc_side {
    position: relative;
    z-index: 1;
    width: 326.66667px; }
  .hdgj_yc_pubbox {
    position: relative;
    margin-top: 8px;
    background: rgba(9, 21, 70, 0.4);
    border: 1px solid #024063;
    box-shadow: inset 0 0 30px rgba(63, 161, 255, 0.15);
    border-radius: 0 0 16px 0; }
  .hdgj_yc_pubbox:before {
    content: "";
    position: absolute;
    top: -8px;
    left: -0.66667px;
    width: 103.33333px;
    height: 8px;
    background: url(../images/hdgj_yc_pubtop.png) no-repeat center;
    background-size: 100% 100%; }
  .hdgj_yc_pubbox:after {
    content: "";
    position: absolute;
    bottom: -0.66667px;
    right: -0.66667px;
    width: 27.33333px;
    height: 26.66667px;
    background: url(../images/hdgj_yc_pubbot.png) no-repeat center;
    background-size: 100% 100%; }
  .hdgj_yc_pubbox .signmr {
    position: absolute;
    bottom: 60px;
    right: -0.66667px;
    width: 7.33333px;
    height: 56px;
    background: url(../images/hdgj_yc_pubside.png) no-repeat center;
    background-size: 100% 100%; }
  .hdgj_yc_pubbox .pubtit {
    padding: 8px 13.33333px 0 13.33333px;
    font-size: 10.66667px;
    color: #fff; }
  .hdgj_yc_pubbox dl {
    padding: 0 10px; }
  .hdgj_yc_pubbox dt {
    margin: 8px 0 5.33333px 0; }
  .hdgj_yc_pubbox dt, .hdgj_yc_pubbox dd {
    display: block;
    font-size: 10.66667px;
    color: #87b9ff;
    text-align: center;
    overflow: hidden; }
  .hdgj_yc_pubbox dd p {
    float: left;
    width: 50%;
    font-size: 10.66667px; }
  .hdgj_yc_pubbox em {
    display: inline-block;
    margin-bottom: 2px;
    padding-left: 5.33333px;
    font: bold 20px arial;
    color: #ffa90a;
    vertical-align: middle; }
  .hdgj_yc_pubbox dd p em {
    font-size: 14.66667px; }
  .hdgj_yc_slide .hd {
    position: relative; }
  .hdgj_yc_slide .hd .arrow {
    position: absolute;
    top: 8px;
    right: 8px; }
  .hdgj_yc_slide .hd .arrow a {
    display: inline-block;
    width: 16.66667px;
    height: 16.66667px;
    line-height: 16.66667px;
    margin-left: 4.66667px;
    text-align: center;
    cursor: pointer;
    background: #091546;
    border: 1px #193269 solid;
    border-radius: 2px; }
  .hdgj_yc_slide .hd .arrow a i {
    font-size: 9.33333px;
    color: #00d5ff; }
  .hdgj_yc_slide .hd .arrow a:hover i {
    color: #fff; }
  .hdgj_yc_video {
    position: relative;
    height: 143.33333px;
    margin: 10px 13.33333px 0;
    border: 0.66667px solid #0293de;
    overflow: hidden; }
  .hdgj_yc_video img {
    width: 100%; }
  .hdgj_yc_video .connectimg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 116px;
    height: 40.66667px;
    margin: -20px 0 0 -58px;
    background: url(../images/hdgj_yc_connectimg.png);
    background-size: cover; }
  .hdgj_yc_stevedore {
    padding: 16.66667px 0 0 46.66667px;
    overflow: hidden; }
  .hdgj_yc_stevedore li {
    float: left;
    width: 50%;
    padding: 10px 0; }
  .hdgj_yc_stevedore li i {
    display: inline-block;
    float: left;
    width: 35.33333px;
    height: 35.33333px;
    line-height: 35.33333px;
    font-size: 20px;
    color: #00d5ff;
    text-align: center;
    background: #0b1e4e;
    border: 1px #193269 solid;
    border-radius: 3.33333px; }
  .hdgj_yc_stevedore li dl {
    margin-left: 52px;
    padding: 0; }
  .hdgj_yc_stevedore li dt {
    margin: 0;
    font-size: 10.66667px;
    text-align: left; }
  .hdgj_yc_stevedore li dd {
    padding-top: 3.33333px;
    font: bold 17.33333px arial;
    color: #ffa90a;
    text-align: left; }
  .hdgj_yc_center {
    position: relative;
    width: 546.66667px;
    height: 646.66667px;
    margin: 0 26.66667px; }
  .hdgj_yc_line {
    position: absolute;
    bottom: 16.66667px;
    left: 0;
    width: 100%;
    font-size: 10.66667px;
    color: #fff; }
  .hdgj_yc_keydata .tit {
    padding: 3.33333px 0 6.66667px;
    font-size: 12px;
    color: #fff; }
  .hdgj_yc_keydata .keydata {
    margin: 0 -12px; }
  .hdgj_yc_keydata .keydata p {
    width: 100%;
    font-size: 36px;
    font-family: led;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: bottom;
    overflow: hidden; }
  .hdgj_yc_keydata .keydata .odometer span, .hdgj_yc_keydata .keydata .odometer .odometer-value {
    width: 41.33333px;
    font-size: 36px;
    font-family: led;
    color: #fff;
    text-align: center;
    vertical-align: bottom; }
  .hdgj_yc_keydata .keydata .odometer .odometer-digit {
    width: 41.33333px;
    height: 53.33333px;
    margin: 0 4px;
    line-height: 53.33333px;
    text-align: center;
    background: url(../images/hdgj_yc_keynumbg.png) no-repeat center/cover; }
  .hdgj_yc_keydata .keydata .odometer .odometer-formatting-mark {
    margin: 0 -2px;
    font-weight: bold;
    font-size: 40px;
    color: #1438b5; }
  .hdgj_yc_keydata ul {
    margin: 6.66667px -13.33333px 0 0;
    overflow: hidden; }
  .hdgj_yc_keydata li {
    float: left;
    display: -webkit-flex;
    display: flex;
    width: 270px;
    height: 32px;
    margin-right: 8px;
    padding: 0 13.33333px;
    align-items: center;
    background: rgba(33, 90, 255, 0.2);
    border-radius: 2.66667px; }
  .hdgj_yc_keydata li label {
    font-size: 10.66667px;
    color: #fff; }
  .hdgj_yc_keydata li i {
    margin-right: 6.66667px;
    font-size: 14.66667px; }
  .hdgj_yc_keydata li p {
    -webkit-flex: 1;
    flex: 1;
    font: bold 18.66667px arial;
    line-height: 1;
    text-align: right; }
  .hdgj_yc_crane {
    height: 158px;
    margin: 12px 13.33333px 0;
    overflow: hidden; }
  .hdgj_yc_crane img {
    width: 100%; }
  .hdgj_yc_map {
    height: 400px; }
  .hdgj_yc_map .map {
    height: 100%;
    margin: 0 -6.66667px 0 -133.33333px; }
  .hdgj_yc_screenslide {
    position: fixed;
    right: -453.33333px;
    bottom: 33.33333px;
    z-index: 99999999;
    width: 480px;
    height: 120px; }
  .hdgj_yc_screenslide .menu {
    width: 26.66667px;
    height: 120px;
    padding: 0 6.66667px;
    text-align: center;
    cursor: pointer;
    border-radius: 2.66667px 0 0 2.66667px;
    overflow: hidden;
    background: url(../images/hdgj_yc_screenslidebg.png) no-repeat;
    background-size: 100% 100%; }
  .hdgj_yc_screenslide .menu h3 {
    margin-top: 10px;
    font-size: 10.66667px;
    color: #fff;
    font-weight: bold;
    line-height: 13.33333px;
    text-shadow: 0.66667px 0.66667px 0.66667px rgba(0, 76, 169, 0.5); }
  .hdgj_yc_screenslide .menu i {
    margin-top: 5.33333px;
    font-size: 13.33333px;
    color: #fff;
    text-shadow: 0.66667px 0.66667px 0.66667px rgba(0, 76, 169, 0.5); }
  .hdgj_yc_screenslide .cont {
    width: 453.33333px;
    height: 120px;
    background: #05144f;
    border: 1px solid #024063;
    box-shadow: inset 0 0 30px rgba(63, 161, 255, 0.15); }
  .hdgj_yc_screenslide .cont li {
    float: left;
    margin: 10px 0 0 13.33333px;
    text-align: center;
    cursor: pointer; }
  .hdgj_yc_screenslide .cont li .img {
    position: relative;
    width: 132px;
    height: 80px;
    padding: 6.66667px;
    border: 0.66667px #063e77 solid; }
  .hdgj_yc_screenslide .cont li .img img {
    width: 100%;
    height: 100%; }
  .hdgj_yc_screenslide .cont li .img .triangle {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 23.33333px solid #00d5ff;
    border-left: 23.33333px solid transparent; }
  .hdgj_yc_screenslide .cont li .img .triangle i {
    position: absolute;
    top: 12px;
    left: -12px;
    font-size: 10.66667px;
    color: #fff; }
  .hdgj_yc_screenslide .cont li P {
    font-size: 9.33333px;
    color: #fff;
    line-height: 23.33333px; }
  .hdgj_yc_screenslide .cont li.on .img {
    border-color: #00d5ff; }
  .hdgj_yc_screenslide .cont li.on .img .triangle {
    display: block; } }
