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

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.625vw;
  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: #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; }

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

.mr10 {
  margin-right: 0.52083vw; }

.mb10 {
  margin-bottom: 0.92593vh; }

.ml10 {
  margin-left: 0.52083vw; }

.pt10 {
  padding-top: 0.92593vh; }

.pr10 {
  padding-right: 0.52083vw; }

.pb10 {
  padding-bottom: 0.92593vh; }

.pl10 {
  padding-left: 0.52083vw; }

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

.fs14 {
  font-size: 0.72917vw; }

.fs16 {
  font-size: 0.83333vw; }

.fs18 {
  font-size: 0.9375vw; }

.fs20 {
  font-size: 1.04167vw; }

.fs36 {
  font-size: 1.875vw; }

.ffy {
  font-family: arial,sans-serif; }

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

/* color */
.cfff {
  color: #fff; }

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

.txtc {
  text-align: center; }

.txtr {
  text-align: right; }

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

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

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

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

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

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

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

/* main */
.ltk_header {
  position: relative; }

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

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

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

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

.ltk_header .tit h1 {
  position: relative;
  height: 7.22222vh;
  font-size: 1.5625vw;
  font-weight: bold;
  line-height: 7.22222vh;
  color: #fff;
  text-align: center;
  z-index: 2;
  border-bottom: 0.05208vw solid #034299; }

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

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

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

.ltk_header .operate {
  position: absolute;
  top: 4.07407vh;
  left: 1.04167vw;
  margin: 0; }

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

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

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

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

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

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

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

.ltk_toprinfo {
  position: relative;
  z-index: 9;
  padding: 0.18519vh 1.04167vw 0 0;
  text-align: right;
  font-size: 0.72917vw;
  line-height: 1.66667vh;
  color: #87b9ff; }

.ltk_toprinfo a {
  font-size: 0.72917vw;
  line-height: 1.66667vh;
  color: #87b9ff; }

.ltk_toprinfo i {
  display: inline-block;
  width: 1.14583vw;
  height: 2.03704vh;
  margin: 0 0.26042vw 0.18519vh 0;
  vertical-align: middle; }

.ltk_toprinfo i.refresh_icon {
  background: url(../images/ltk_refreshicon.png) no-repeat;
  background-size: auto 100%; }

.ltk_toprinfo i.role_icon {
  background: url(../images/ltk_roleicon.png) no-repeat;
  background-size: auto 100%; }

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

.ltk_date .time {
  display: inline-block;
  height: 2.40741vh;
  padding: 0 1.04167vw 0 0.52083vw;
  font-size: 0.72917vw;
  color: #87b9ff;
  line-height: 2.40741vh; }

.ltk_main {
  padding: 0.92593vh 1.04167vw 0;
  overflow: hidden; }

.ltk_main .h895 {
  height: 86.2963vh; }

.ltk_main .h540 {
  height: 53.33333vh; }

.ltk_main .h288 {
  height: 30.27778vh; }

.ltk_sidebar, .ltk_sidebar2 {
  position: relative;
  width: 12.86458vw;
  padding: 0.83333vh 0 0; }

.ltk_sidebar:before, .ltk_sidebar:after, .ltk_sidebar2:before, .ltk_sidebar2:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 12.86458vw;
  height: 0.83333vh;
  background: url(../images/ltk_sidebartop3.png) no-repeat;
  background-size: auto 100%;
  content: ""; }

.ltk_sidebar:after, .ltk_sidebar2:after {
  top: auto;
  bottom: 0;
  height: 0.83333vh;
  background: url(../images/ltk_sidebarbot2.jpg) no-repeat bottom center;
  background-size: auto 100%; }

.ltk_sidebar .inner, .ltk_sidebar2 .inner {
  height: 100%;
  padding: 0.92593vh 0.72917vw;
  background: rgba(18, 69, 151, 0.1);
  border: 1px solid #034299;
  box-shadow: 0 0 20px 5px inset rgba(63, 161, 255, 0.2);
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ltk_sidebar .inner {
  position: relative;
  padding-top: 3.14815vh; }

.ltk_sidebar .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.22222vh;
  background: #004687; }

.ltk_sidebar .inner:after {
  content: "";
  position: absolute;
  top: 0.27778vh;
  right: 0.46875vw;
  left: 0.46875vw;
  height: 1.66667vh;
  background: url(../images/ltk_smallbar.png) repeat-x; }

.ltk_sidebar .inner p {
  display: block;
  font-size: 0.72917vw;
  line-height: 4.07407vh;
  color: #00d5ff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ltk_sidebar .inner p em {
  padding: 0 0.26042vw 0 0;
  font-size: 0.83333vw;
  font-family: num;
  color: #f4de22; }

.ltk_sidebar .inner dl {
  padding: 0.92593vh 0 1.38889vh;
  margin-bottom: 0.92593vh;
  border-bottom: 1px #035e93 solid; }

.ltk_sidebar .inner dl:last-child {
  border: none; }

.ltk_sidebar .inner dt {
  padding: 0.92593vh 0 1.38889vh;
  font: bold 0.83333vw/normal Microsoft Yahei; }

.ltk_sidebar .floicon {
  position: absolute;
  top: 34.25926vh;
  right: 0;
  width: 0.625vw;
  height: 6.48148vh;
  background: url(../images/ltk_sidebarflo.png) no-repeat;
  background-size: auto 100%; }

.ltk_sidebar .sidelist {
  width: 11.51042vw;
  padding-top: 0.18519vh; }

.ltk_sidebar .sidelist li {
  position: relative;
  width: 11.40625vw;
  height: 3.51852vh;
  line-height: 3.51852vh;
  margin-top: 0.37037vh;
  font-size: 0.72917vw;
  color: #87b9ff;
  background: rgba(18, 69, 151, 0.2);
  border: 1px solid #034299;
  cursor: pointer; }

.ltk_sidebar .sidelist li:before, .ltk_sidebar .sidelist li:after {
  content: "";
  position: absolute;
  left: -1px;
  width: 0.52083vw;
  height: 0.92593vh;
  border-left: 1px solid #006cff; }

.ltk_sidebar .sidelist li:before {
  top: -1px;
  border-top: 1px solid #006cff; }

.ltk_sidebar .sidelist li:after {
  bottom: -1px;
  border-bottom: 1px solid #006cff; }

.ltk_sidebar .sidelist li h3 {
  padding-left: 1.14583vw; }

.ltk_sidebar .sidelist li span {
  position: relative;
  padding-right: 1.30208vw;
  color: #87b9ff; }

.ltk_sidebar .sidelist li span:before, .ltk_sidebar .sidelist li span:after {
  content: "";
  position: absolute;
  right: -1px;
  width: 0.52083vw;
  height: 0.92593vh;
  border-right: 1px solid #006cff; }

.ltk_sidebar .sidelist li span:before {
  top: -1px;
  border-top: 1px solid #006cff; }

.ltk_sidebar .sidelist li span:after {
  bottom: -1px;
  border-bottom: 1px solid #006cff; }

.ltk_sidebar .sidelist li.on {
  font-weight: bold;
  color: #fff;
  background: url(../images/ltk_sidemenubg3.png) no-repeat center;
  background-size: 100% auto; }

.ltk_sidebar .sidelist li.on:before {
  width: 0;
  height: 0;
  border-width: 0.46296vh 0.26042vw;
  border-style: solid;
  border-color: #56d3fc transparent transparent #56d3fc; }

.ltk_sidebar .sidelist li.on span {
  color: #fff; }

.ltk_sidebar .sidelist li.on:after, .ltk_sidebar .sidelist li.on span:before, .ltk_sidebar .sidelist li.on span:after {
  border-color: #56d3fc; }

.ltk_sidebar .sideimg {
  height: 18.33333vh;
  background: #051b4b; }

.ltk_sidebar .sideimg li {
  display: none; }

.ltk_sidebar .sideimg li img {
  width: 100%;
  height: 18.33333vh; }

.ltk_sidebar .sideimg li.on {
  display: block; }

.ltk_sidebar .video {
  position: relative;
  width: 11.35417vw;
  height: 11.66667vh;
  margin: 0 auto 0.92593vh;
  padding-top: 0.18519vh;
  cursor: pointer;
  overflow: hidden; }

.ltk_sidebar .video img {
  width: 100%; }

.ltk_sidebar .video i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -1.38889vh auto 0;
  display: inline-block;
  width: 1.5625vw;
  height: 2.77778vh;
  background: url(../images/ltk_videoicon.png) no-repeat;
  background-size: auto 100%; }

.ltk_sidebar p.tit {
  line-height: 3.7037vh;
  color: #fff; }

.ltk_cont {
  width: 83.95833vw;
  margin: 0.74074vh 0 0 0; }

.ltk_serbox {
  position: relative;
  height: 7.22222vh;
  padding: 0 0.46875vw; }

.ltk_serbox:before, .ltk_serbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.46875vw;
  height: 7.22222vh;
  background: url(../images/ltk_serleftbg.png) no-repeat;
  background-size: auto 100%;
  content: ""; }

.ltk_serbox:after {
  left: auto;
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.ltk_serbox .inner {
  width: 100%;
  height: 7.22222vh;
  background: url(../images/ltk_sercenbg.png) repeat-x;
  background-size: auto 100%; }

.ltk_serbox .rimg {
  position: absolute;
  right: 2.60417vw;
  top: 2.40741vh;
  width: 10.9375vw;
  height: 2.31481vh; }

.ltk_serbox .rimg img {
  width: 100%; }

.ltk_search input {
  float: left;
  width: 19.79167vw;
  height: 2.77778vh;
  line-height: 2.77778vh;
  padding: 0.46296vh 0.52083vw;
  margin: 1.66667vh 0 0 1.04167vw;
  font-size: 0.83333vw;
  color: #eaf1ff;
  background: transparent;
  border: 1px #0c79b8 solid; }

.ltk_search input::-webkit-input-placeholder {
  color: #87b9ff; }

.ltk_search input:-moz-placeholder {
  color: #87b9ff;
  opacity: 1; }

.ltk_search input::-moz-placeholder {
  color: #87b9ff;
  opacity: 1; }

.ltk_search input:-ms-input-placeholder {
  color: #87b9ff; }

.ltk_search input::-ms-input-placeholder {
  color: #87b9ff; }

.ltk_search .btn {
  float: left;
  width: 3.22917vw;
  height: 4.81481vh;
  padding: 0 0 0 2.1875vw;
  margin: 0.83333vh 0 0 0.41667vw;
  font-size: 0.83333vw;
  line-height: 5.55556vh;
  color: #56d3fc;
  background: url(../images/ltk_searchbtn.png) no-repeat;
  background-size: auto 100%; }

.ltk_type {
  float: left;
  margin: 2.59259vh 0 0 1.30208vw; }

.ltk_type .radio, .ltk_header .checkbox {
  display: inline-block;
  margin-left: 0.52083vw; }

.ltk_type .radio input, .ltk_header .checkbox input {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.ltk_type .radio .rdlabel, .ltk_header .checkbox .cklabel {
  display: inline-block;
  cursor: pointer; }

.ltk_type .radio .icon, .ltk_header .checkbox .icon {
  display: inline-block;
  margin: 0 0.15625vw 0.18519vh 0;
  width: 2.22222vh;
  height: 1.66667vh;
  background: url(../images/ltk_radio.png) no-repeat;
  background-size: auto 100%;
  vertical-align: middle; }

.ltk_type .radio .rdlabel.on .icon, .ltk_header .checkbox .cklabel.on .icon {
  background-position: -2.22222vh 0; }

.ltk_type .radio .text, .ltk_header .checkbox .text {
  height: 1.66667vh;
  line-height: 1.66667vh;
  font-size: 0.72917vw;
  color: #87b9ff; }

.ltk_cenbox {
  position: relative;
  height: 60.92593vh;
  padding: 1.57407vh 0; }

.ltk_cenbox:before, .ltk_cenbox:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.57407vh;
  background: url(../images/ltk_cenboxtopbg2.png) repeat-x;
  content: "";
  background-size: auto 100%;
  border-left: 1px solid #034299;
  border-right: 1px solid #034299; }

.ltk_cenbox:after {
  top: auto;
  bottom: 0;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1); }

.ltk_cenbox .icons {
  position: absolute;
  left: 0.10417vw;
  right: 0.10417vw;
  display: -webkit-flex;
  display: flex;
  height: 1.57407vh;
  justify-content: space-between;
  overflow: hidden; }

.ltk_cenbox .icons img {
  display: block;
  height: 1.01852vh;
  margin: 0.27778vh 0; }

.ltk_cenbox .icons img:last-child {
  margin-right: 0; }

.ltk_cenbox .icons.top {
  top: 0; }

.ltk_cenbox .icons.bottom {
  bottom: 0; }

.ltk_cenbox .inner {
  position: relative;
  height: 100%;
  padding-top: 0.46296vh;
  background: url(../images/ltk_cenboxbg.png) repeat-y;
  background-size: 100% auto;
  box-sizing: border-box; }

.ltk_railwaybg {
  height: 0.55556vh;
  margin: 0 0.88542vw 0.64815vh;
  background-image: linear-gradient(90deg, #fff 25%, #4d4d4d 0, #4d4d4d 50%, #fff 0, #fff 75%, #4d4d4d 0);
  background-size: 6.25vw auto;
  border: 0.09259vh solid #404351;
  border-width: 0.09259vh 0; }

.ltk_toparea {
  position: relative;
  height: 31.48148vh;
  margin: 0 1.04167vw; }

.ltk_dividingline {
  position: absolute;
  width: 100%;
  height: 1.11111vh;
  margin: 0.46296vh 0;
  background: url(../images/ltk_cenboxhorbg.png) repeat-x;
  background-size: auto; }

.ltk_dividingline.bom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }

.ltk_railway {
  position: absolute;
  top: 2.77778vh;
  width: 100%;
  height: 4.16667vh;
  background: url(../images/ltk_railwaybg.png) repeat-x;
  background-size: auto 100%; }

.ltk_toparealist {
  padding: 7.59259vh 1.5625vw 0; }

.ltk_toparealist .single {
  position: relative;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.60417vw;
  height: 20.18519vh;
  margin: 0.55556vh 0 0 0.52083vw;
  writing-mode: vertical-rl;
  letter-spacing: 0.55556vh;
  background: url(../images/ltk_areabg.jpg) repeat;
  border: 0.05208vw solid #046fd9;
  border-radius: 0.20833vw;
  box-sizing: border-box; }

.ltk_toparealist .single p {
  font-size: 0.72917vw;
  color: #6c8dc7; }

.ltk_toparealist .single img {
  position: absolute;
  bottom: 1.01852vh;
  width: 2.03704vh;
  height: 5.64815vh; }

.ltk_toparealist .emptyarea {
  width: 13.54167vw; }

.ltk_toparealist .emptyarea .item {
  width: 13.02083vw;
  height: 4.62963vh;
  margin: 0.55556vh 0 0 0.52083vw;
  color: #00d5ff;
  background: url(../images/ltk_areabg.jpg) repeat;
  border: 0.05208vw solid #046fd9;
  border-radius: 0.20833vw;
  box-sizing: border-box; }

.ltk_toparealist ul {
  width: 56.875vw; }

.ltk_toparealist li {
  float: left;
  width: 18.4375vw;
  margin: 0.55556vh 0 0 0.52083vw; }

.ltk_toparealist li .item {
  position: relative;
  height: 4.62963vh;
  color: #00d5ff;
  background: url(../images/ltk_areabg.jpg) repeat;
  border: 0.05208vw solid #046fd9;
  border-radius: 0.20833vw;
  box-sizing: border-box; }

.ltk_toparealist li .item .bd {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: 4.6875vw;
  align-items: center;
  justify-content: center; }

.ltk_toparealist li .item .bd p {
  display: block;
  margin-left: 0.26042vw; }

.ltk_toparealist li .item .bd p:nth-child(2n) {
  margin-left: -0.26042vw; }

.ltk_toparealist li .item .bd p i {
  float: left;
  width: 0.57292vw;
  height: 1.01852vh;
  background: url(../images/ltk_roll1.png) no-repeat;
  background-size: contain;
  cursor: pointer; }

.ltk_toparealist li .item .bd p i.fill {
  background: url(../images/ltk_roll2.png) no-repeat;
  background-size: contain; }

.ltk_toparealist li .item .hd {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.6875vw;
  height: 100%;
  padding: 0.37037vh 0;
  background: rgba(0, 96, 255, 0.4);
  box-sizing: border-box; }

.ltk_toparealist li .item .hd span {
  display: block;
  text-align: center; }

.ltk_toparealist li .item .hd span.ce9d002 {
  color: #e9d002; }

.ltk_crane {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 1.97917vw;
  height: 100%; }

.ltk_crane .bar {
  position: absolute;
  top: 0;
  width: 0.20833vw;
  height: 100%; }

.ltk_crane .bar i {
  position: absolute;
  left: 50%;
  margin-left: -0.78125vw;
  font-size: 1.5625vw; }

.ltk_crane .bar i.top {
  top: -0.41667vw; }

.ltk_crane .bar i.bom {
  bottom: -0.41667vw; }

.ltk_crane .hook {
  position: absolute;
  top: 50%;
  width: 2.29167vw;
  margin: -1.14583vw 0 0 -1.14583vw; }

.ltk_crane .hook i {
  position: absolute;
  left: 50%;
  margin-left: -0.52083vw;
  font-size: 2.29167vw; }

.ltk_crane .hook span {
  position: absolute;
  left: 0.9375vw;
  z-index: 1;
  font-size: 0.83333vw;
  font-weight: bold;
  line-height: 2.1875vw;
  color: #fff; }

.ltk_crane.state1 .bar {
  background: #3adbff; }

.ltk_crane.state1 .bar i, .ltk_crane.state1 .hook i {
  color: #3adbff; }

.ltk_crane.state2 .bar {
  background: #fe9d12; }

.ltk_crane.state2 .bar i, .ltk_crane.state2 .hook i {
  color: #fe9d12; }

.ltk_crane.state3 .bar {
  background: #43d9ac; }

.ltk_crane.state3 .bar i, .ltk_crane.state3 .hook i {
  color: #43d9ac; }

.ltk_crane.state4 .bar {
  background: #7092fa; }

.ltk_crane.state4 .bar i, .ltk_crane.state4 .hook i {
  color: #7092fa; }

.ltk_crane.state5 .bar {
  background: #cfcfcf; }

.ltk_crane.state5 .bar i, .ltk_crane.state5 .hook i {
  color: #cfcfcf; }

.ltk_bomarea {
  position: relative;
  height: 28.88889vh; }

.ltk_valve {
  position: absolute;
  top: -1.57407vh;
  left: 0.15625vw;
  width: 0.57292vw; }

.ltk_statelist {
  width: 29.16667vw;
  margin: 12.96296vh 0 0 3.90625vw; }

.ltk_statelist p {
  width: 11.71875vw;
  height: 3.24074vh;
  padding-left: 1.04167vw;
  font-size: 0.72917vw;
  line-height: 3.24074vh;
  color: #56d3fc;
  background: linear-gradient(to right, rgba(0, 126, 255, 0.5), rgba(0, 126, 255, 0));
  border-left: 0.15625vw solid #56d3fc; }

.ltk_statelist ul {
  margin-top: 2.31481vh; }

.ltk_statelist li {
  float: left;
  padding: 0 2.08333vw 0 0.26042vw;
  font-size: 0.83333vw;
  color: #668fcf; }

.ltk_statelist li i {
  display: inline-block;
  width: 0.52083vw;
  height: 0.52083vw;
  margin-right: 0.625vw;
  border-radius: 50%; }

.ltk_statelist li.state1 i {
  background: #3adbff; }

.ltk_statelist li.state2 i {
  background: #fe9d12; }

.ltk_statelist li.state3 i {
  background: #43d9ac; }

.ltk_statelist li.state4 i {
  background: #7092fa; }

.ltk_statelist li.state5 i {
  background: #cfcfcf; }

.ltk_otherarea {
  width: 2.96875vw;
  height: 19.35185vh;
  margin: 5.55556vh 1.25vw 0 0; }

.ltk_otherarea img {
  width: 100%;
  height: 100%; }

.ltk_bomcrane {
  position: absolute;
  bottom: 3.24074vh;
  right: 3.64583vw;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21.875vw;
  height: 20.37037vh;
  background: url(../images/ltk_bomareabg.png) no-repeat;
  background-size: 100% 100%; }

.ltk_bomcrane dl {
  width: 60%;
  margin: 4.16667vh auto 0;
  color: #00d5ff;
  text-align: center; }

.ltk_bomcrane dt {
  padding-bottom: 0.46296vh; }

.ltk_bomcrane dt, .ltk_bomcrane dd {
  font-size: 0.83333vw; }

.ltk_bomcrane dd {
  height: 2.77778vh;
  line-height: 2.77778vh;
  background: linear-gradient(to right, rgba(0, 96, 255, 0) 20%, rgba(0, 96, 255, 0.55), rgba(0, 96, 255, 0) 80%); }

.ltk_bomcrane dd span {
  padding-right: 1.04167vw;
  font-size: 0.83333vw;
  color: #e9d002; }

.ltk_bomcrane .ltk_crane {
  top: -0.92593vh;
  bottom: -0.92593vh;
  height: auto; }

.ltk_bomcrane .single {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5.9375vw;
  height: 5.37037vh;
  border: 0.10417vw solid #034299; }

.ltk_footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30.72917vw;
  height: 2.96296vh;
  margin: 0 auto;
  text-align: center;
  background: #02113b;
  border-top: 0.05208vw #033580 solid; }

.ltk_footer::before, .ltk_footer::after {
  content: '';
  position: absolute;
  left: -35.15625vw;
  width: 35.15625vw;
  height: 3.05556vh;
  background: url(../images/ltk_botbg.png) no-repeat;
  background-size: 100% auto; }

.ltk_footer::after {
  left: auto;
  right: -35.15625vw;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.ltk_footer span {
  padding: 0 5px;
  color: #476fa7;
  line-height: 2.96296vh; }

.ltk_cont .h225 {
  height: 20.83333vh; }

.ltk_cont .ltk_sidebar {
  width: 100%;
  margin-top: 0.92593vh; }

.ltk_cont .ltk_sidebar .floicon {
  top: 8.33333vh; }

.ltk_cont .ltk_sidebar:after {
  left: 50%;
  margin-left: -6.45833vw; }

.ltk_cont .ltk_sidebar .inner {
  padding-left: 0; }

.ltk_cont .ltk_sidebar .inner dl {
  position: relative;
  float: left;
  width: 13.54167vw;
  padding: 0 0 0 5.20833vw;
  border-bottom: 0; }

.ltk_cont .ltk_sidebar .inner dl::before {
  content: "";
  position: absolute;
  top: 1.11111vh;
  left: 0;
  width: 1px;
  height: 13.88889vh;
  background: #034299; }

.ltk_cont .ltk_sidebar .inner dl:first-child {
  width: 20.83333vw; }

.ltk_cont .ltk_sidebar .inner dl:first-child::before {
  width: 0; }

.ltk_cont .ltk_sidebar .inner dt {
  padding-bottom: 0.74074vh; }

.ltk_cont .ltk_sidebar .inner dd.ml100 {
  margin-left: 5.20833vw; }

@-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; } }

/* end */
@media only screen and (max-width: 1280px) {
  /* cssreset */
  html, body {
    color: #fff;
    background: #000b2b; }
  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: 8px;
    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: #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; }
  /* margin-padding */
  .mt10 {
    margin-top: 6.66667px; }
  .mr10 {
    margin-right: 6.66667px; }
  .mb10 {
    margin-bottom: 6.66667px; }
  .ml10 {
    margin-left: 6.66667px; }
  .pt10 {
    padding-top: 6.66667px; }
  .pr10 {
    padding-right: 6.66667px; }
  .pb10 {
    padding-bottom: 6.66667px; }
  .pl10 {
    padding-left: 6.66667px; }
  /* font */
  .fs12 {
    font-size: 8px; }
  .fs14 {
    font-size: 9.33333px; }
  .fs16 {
    font-size: 10.66667px; }
  .fs18 {
    font-size: 12px; }
  .fs20 {
    font-size: 13.33333px; }
  .fs36 {
    font-size: 24px; }
  .ffy {
    font-family: arial,sans-serif; }
  @font-face {
    font-family: num;
    src: url("webfont/num.ttf"); }
  /* color */
  .cfff {
    color: #fff; }
  /* text-alignment */
  .txtl {
    text-align: left; }
  .txtc {
    text-align: center; }
  .txtr {
    text-align: right; }
  /* 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; }
  /* cover-background */
  .coverbg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70); }
  /* layout */
  .ltk_layout:after, .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden; }
  .ltk_layout {
    position: relative;
    width: 1280px;
    height: 720px;
    margin: 0 auto;
    background: #000b2b url(../images/ltk_bg.jpg) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden; }
  /* main */
  .ltk_header {
    position: relative; }
  .ltk_header:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 13.33333px;
    background: #00094b;
    border-bottom: 0.66667px solid #034299; }
  .ltk_header .tit {
    position: relative;
    width: 352px;
    height: 53.33333px;
    background: #00094b;
    margin: auto; }
  .ltk_header .tit:before, .ltk_header .tit:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 212.66667px;
    height: 52.66667px;
    margin-left: 175.33333px;
    background: url(../images/ltk_itimg.png) no-repeat;
    background-size: auto 100%; }
  .ltk_header .tit:before {
    margin-left: -388.66667px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  .ltk_header .tit h1 {
    position: relative;
    height: 52px;
    font-size: 20px;
    font-weight: bold;
    line-height: 52px;
    color: #fff;
    text-align: center;
    z-index: 2;
    border-bottom: 0.66667px solid #034299; }
  .ltk_header .tit h1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.66667px;
    background: linear-gradient(to right, rgba(0, 95, 232, 0), #005fe8, rgba(0, 95, 232, 0)); }
  .ltk_header .tit h1:after {
    content: "";
    position: absolute;
    bottom: -0.66667px;
    left: 0;
    width: 100%;
    height: 1.33333px;
    background: linear-gradient(to right, rgba(56, 219, 254, 0), #38dbfe, rgba(56, 219, 254, 0)); }
  .ltk_header .tit .light {
    position: absolute;
    top: 0;
    width: 352px;
    height: 52px;
    margin: auto;
    background: url(../images/ltk_light.png) no-repeat; }
  .ltk_header .operate {
    position: absolute;
    top: 29.33333px;
    left: 13.33333px;
    margin: 0; }
  .ltk_header .topdot {
    position: absolute;
    top: 8px;
    z-index: 1;
    width: 0;
    height: 36px;
    opacity: 0;
    background: url(../images/ltk_topdot.png) no-repeat;
    background-size: auto 100%;
    -webkit-animation: movedot 3s linear 0s infinite;
    animation: movedot 3s linear 0s infinite; }
  .ltk_header .topdot.leftdot {
    right: 352px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-backface-visibility: hidden; }
  .ltk_header .topdot.rightdot {
    left: 352px; }
  .ltk_scrbtn {
    position: absolute;
    top: 26.66667px;
    right: 33.33333px;
    z-index: 99;
    width: 80px;
    height: 20px;
    font-size: 9.33333px;
    line-height: 20px;
    color: #27cfff;
    text-align: center;
    background: url(../images/ltk_scrbtn.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    outline: none;
    cursor: pointer; }
  .ltk_horn {
    position: absolute;
    width: 431.33333px;
    height: 17.33333px;
    background: url(../images/ltk_hornimg.png) no-repeat; }
  .ltk_horn.lthorn {
    top: 26.66667px;
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  .ltk_horn.rthorn {
    top: 26.66667px;
    right: 0; }
  .ltk_toprinfo {
    position: relative;
    z-index: 9;
    padding: 1.33333px 13.33333px 0 0;
    text-align: right;
    font-size: 9.33333px;
    line-height: 12px;
    color: #87b9ff; }
  .ltk_toprinfo a {
    font-size: 9.33333px;
    line-height: 12px;
    color: #87b9ff; }
  .ltk_toprinfo i {
    display: inline-block;
    width: 14.66667px;
    height: 14.66667px;
    margin: 0 3.33333px 1.33333px 0;
    vertical-align: middle; }
  .ltk_toprinfo i.refresh_icon {
    background: url(../images/ltk_refreshicon.png) no-repeat;
    background-size: auto 100%; }
  .ltk_toprinfo i.role_icon {
    background: url(../images/ltk_roleicon.png) no-repeat;
    background-size: auto 100%; }
  .ltk_date .timeicon {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-bottom: 1.33333px;
    vertical-align: middle;
    background: url(../images/ltk_timeicon.png) no-repeat;
    background-size: auto 100%; }
  .ltk_date .time {
    display: inline-block;
    height: 17.33333px;
    padding: 0 13.33333px 0 6.66667px;
    font-size: 9.33333px;
    color: #87b9ff;
    line-height: 17.33333px; }
  .ltk_main {
    padding: 6.66667px 13.33333px 0;
    overflow: hidden; }
  .ltk_main .h895 {
    height: 621.33333px; }
  .ltk_main .h540 {
    height: 384px; }
  .ltk_main .h288 {
    height: 218px; }
  .ltk_sidebar, .ltk_sidebar2 {
    position: relative;
    width: 164.66667px;
    padding: 6px 0 0; }
  .ltk_sidebar:before, .ltk_sidebar:after, .ltk_sidebar2:before, .ltk_sidebar2:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 164.66667px;
    height: 6px;
    background: url(../images/ltk_sidebartop3.png) no-repeat;
    background-size: auto 100%;
    content: ""; }
  .ltk_sidebar:after, .ltk_sidebar2:after {
    top: auto;
    bottom: 0;
    height: 6px;
    background: url(../images/ltk_sidebarbot2.jpg) no-repeat bottom center;
    background-size: auto 100%; }
  .ltk_sidebar .inner, .ltk_sidebar2 .inner {
    height: 100%;
    padding: 6.66667px 9.33333px;
    background: rgba(18, 69, 151, 0.1);
    border: 1px solid #034299;
    box-shadow: 0 0 20px 5px inset rgba(63, 161, 255, 0.2);
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .ltk_sidebar .inner {
    position: relative;
    padding-top: 22.66667px; }
  .ltk_sidebar .inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: #004687; }
  .ltk_sidebar .inner:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 6px;
    left: 6px;
    height: 12px;
    background: url(../images/ltk_smallbar.png) repeat-x; }
  .ltk_sidebar .inner p {
    display: block;
    font-size: 9.33333px;
    line-height: 29.33333px;
    color: #00d5ff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .ltk_sidebar .inner p em {
    padding: 0 3.33333px 0 0;
    font-size: 10.66667px;
    font-family: num;
    color: #f4de22; }
  .ltk_sidebar .inner dl {
    padding: 6.66667px 0 10px;
    margin-bottom: 6.66667px;
    border-bottom: 1px #035e93 solid; }
  .ltk_sidebar .inner dl:last-child {
    border: none; }
  .ltk_sidebar .inner dt {
    padding: 6.66667px 0 10px;
    font: bold 10.66667px/normal Microsoft Yahei; }
  .ltk_sidebar .floicon {
    position: absolute;
    top: 246.66667px;
    right: 0;
    width: 8px;
    height: 46.66667px;
    background: url(../images/ltk_sidebarflo.png) no-repeat;
    background-size: auto 100%; }
  .ltk_sidebar .sidelist {
    width: 147.33333px;
    padding-top: 1.33333px; }
  .ltk_sidebar .sidelist li {
    position: relative;
    width: 146px;
    height: 25.33333px;
    line-height: 25.33333px;
    margin-top: 2.66667px;
    font-size: 9.33333px;
    color: #87b9ff;
    background: rgba(18, 69, 151, 0.2);
    border: 1px solid #034299;
    cursor: pointer; }
  .ltk_sidebar .sidelist li:before, .ltk_sidebar .sidelist li:after {
    content: "";
    position: absolute;
    left: -1px;
    width: 6.66667px;
    height: 6.66667px;
    border-left: 1px solid #006cff; }
  .ltk_sidebar .sidelist li:before {
    top: -1px;
    border-top: 1px solid #006cff; }
  .ltk_sidebar .sidelist li:after {
    bottom: -1px;
    border-bottom: 1px solid #006cff; }
  .ltk_sidebar .sidelist li h3 {
    padding-left: 14.66667px; }
  .ltk_sidebar .sidelist li span {
    position: relative;
    padding-right: 16.66667px;
    color: #87b9ff; }
  .ltk_sidebar .sidelist li span:before, .ltk_sidebar .sidelist li span:after {
    content: "";
    position: absolute;
    right: -1px;
    width: 6.66667px;
    height: 6.66667px;
    border-right: 1px solid #006cff; }
  .ltk_sidebar .sidelist li span:before {
    top: -1px;
    border-top: 1px solid #006cff; }
  .ltk_sidebar .sidelist li span:after {
    bottom: -1px;
    border-bottom: 1px solid #006cff; }
  .ltk_sidebar .sidelist li.on {
    font-weight: bold;
    color: #fff;
    background: url(../images/ltk_sidemenubg3.png) no-repeat center;
    background-size: 100% auto; }
  .ltk_sidebar .sidelist li.on:before {
    width: 0;
    height: 0;
    border-width: 3.33333px 3.33333px;
    border-style: solid;
    border-color: #56d3fc transparent transparent #56d3fc; }
  .ltk_sidebar .sidelist li.on span {
    color: #fff; }
  .ltk_sidebar .sidelist li.on:after, .ltk_sidebar .sidelist li.on span:before, .ltk_sidebar .sidelist li.on span:after {
    border-color: #56d3fc; }
  .ltk_sidebar .sideimg {
    height: 132px;
    background: #051b4b; }
  .ltk_sidebar .sideimg li {
    display: none; }
  .ltk_sidebar .sideimg li img {
    width: 100%;
    height: 132px; }
  .ltk_sidebar .sideimg li.on {
    display: block; }
  .ltk_sidebar .video {
    position: relative;
    width: 145.33333px;
    height: 84px;
    margin: 0 auto 6.66667px;
    padding-top: 1.33333px;
    cursor: pointer;
    overflow: hidden; }
  .ltk_sidebar .video img {
    width: 100%; }
  .ltk_sidebar .video i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -10px auto 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/ltk_videoicon.png) no-repeat;
    background-size: auto 100%; }
  .ltk_sidebar p.tit {
    line-height: 26.66667px;
    color: #fff; }
  .ltk_cont {
    width: 1074.66667px;
    margin: 5.33333px 0 0 0; }
  .ltk_serbox {
    position: relative;
    height: 52px;
    padding: 0 6px; }
  .ltk_serbox:before, .ltk_serbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 52px;
    background: url(../images/ltk_serleftbg.png) no-repeat;
    background-size: auto 100%;
    content: ""; }
  .ltk_serbox:after {
    left: auto;
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  .ltk_serbox .inner {
    width: 100%;
    height: 52px;
    background: url(../images/ltk_sercenbg.png) repeat-x;
    background-size: auto 100%; }
  .ltk_serbox .rimg {
    position: absolute;
    right: 33.33333px;
    top: 17.33333px;
    width: 140px;
    height: 16.66667px; }
  .ltk_serbox .rimg img {
    width: 100%; }
  .ltk_search input {
    float: left;
    width: 253.33333px;
    height: 20px;
    line-height: 20px;
    padding: 3.33333px 6.66667px;
    margin: 12px 0 0 13.33333px;
    font-size: 10.66667px;
    color: #eaf1ff;
    background: transparent;
    border: 1px #0c79b8 solid; }
  .ltk_search input::-webkit-input-placeholder {
    color: #87b9ff; }
  .ltk_search input:-moz-placeholder {
    color: #87b9ff;
    opacity: 1; }
  .ltk_search input::-moz-placeholder {
    color: #87b9ff;
    opacity: 1; }
  .ltk_search input:-ms-input-placeholder {
    color: #87b9ff; }
  .ltk_search input::-ms-input-placeholder {
    color: #87b9ff; }
  .ltk_search .btn {
    float: left;
    width: 41.33333px;
    height: 34.66667px;
    padding: 0 0 0 28px;
    margin: 6px 0 0 5.33333px;
    font-size: 10.66667px;
    line-height: 40px;
    color: #56d3fc;
    background: url(../images/ltk_searchbtn.png) no-repeat;
    background-size: auto 100%; }
  .ltk_type {
    float: left;
    margin: 18.66667px 0 0 16.66667px; }
  .ltk_type .radio, .ltk_header .checkbox {
    display: inline-block;
    margin-left: 6.66667px; }
  .ltk_type .radio input, .ltk_header .checkbox input {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .ltk_type .radio .rdlabel, .ltk_header .checkbox .cklabel {
    display: inline-block;
    cursor: pointer; }
  .ltk_type .radio .icon, .ltk_header .checkbox .icon {
    display: inline-block;
    margin: 0 2px 1.33333px 0;
    width: 16px;
    height: 12px;
    background: url(../images/ltk_radio.png) no-repeat;
    background-size: auto 100%;
    vertical-align: middle; }
  .ltk_type .radio .rdlabel.on .icon, .ltk_header .checkbox .cklabel.on .icon {
    background-position: -16px 0; }
  .ltk_type .radio .text, .ltk_header .checkbox .text {
    height: 12px;
    line-height: 12px;
    font-size: 9.33333px;
    color: #87b9ff; }
  .ltk_cenbox {
    position: relative;
    height: 438.66667px;
    padding: 11.33333px 0; }
  .ltk_cenbox:before, .ltk_cenbox:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 11.33333px;
    background: url(../images/ltk_cenboxtopbg2.png) repeat-x;
    content: "";
    background-size: auto 100%;
    border-left: 1px solid #034299;
    border-right: 1px solid #034299; }
  .ltk_cenbox:after {
    top: auto;
    bottom: 0;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1); }
  .ltk_cenbox .icons {
    position: absolute;
    left: 1.33333px;
    right: 1.33333px;
    display: -webkit-flex;
    display: flex;
    height: 11.33333px;
    justify-content: space-between;
    overflow: hidden; }
  .ltk_cenbox .icons img {
    display: block;
    height: 7.33333px;
    margin: 2px 0; }
  .ltk_cenbox .icons img:last-child {
    margin-right: 0; }
  .ltk_cenbox .icons.top {
    top: 0; }
  .ltk_cenbox .icons.bottom {
    bottom: 0; }
  .ltk_cenbox .inner {
    position: relative;
    height: 100%;
    padding-top: 3.33333px;
    background: url(../images/ltk_cenboxbg.png) repeat-y;
    background-size: 100% auto;
    box-sizing: border-box; }
  .ltk_railwaybg {
    height: 4px;
    margin: 0 11.33333px 4.66667px;
    background-image: linear-gradient(90deg, #fff 25%, #4d4d4d 0, #4d4d4d 50%, #fff 0, #fff 75%, #4d4d4d 0);
    background-size: 80px auto;
    border: 0.66667px solid #404351;
    border-width: 0.66667px 0; }
  .ltk_toparea {
    position: relative;
    height: 226.66667px;
    margin: 0 13.33333px; }
  .ltk_dividingline {
    position: absolute;
    width: 100%;
    height: 8px;
    margin: 3.33333px 0;
    background: url(../images/ltk_cenboxhorbg.png) repeat-x;
    background-size: auto; }
  .ltk_dividingline.bom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
  .ltk_railway {
    position: absolute;
    top: 20px;
    width: 100%;
    height: 30px;
    background: url(../images/ltk_railwaybg.png) repeat-x;
    background-size: auto 100%; }
  .ltk_toparealist {
    padding: 54.66667px 20px 0; }
  .ltk_toparealist .single {
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.33333px;
    height: 145.33333px;
    margin: 4px 0 0 6.66667px;
    writing-mode: vertical-rl;
    letter-spacing: 4px;
    background: url(../images/ltk_areabg.jpg) repeat;
    border: 0.66667px solid #046fd9;
    border-radius: 2.66667px;
    box-sizing: border-box; }
  .ltk_toparealist .single p {
    font-size: 9.33333px;
    color: #6c8dc7; }
  .ltk_toparealist .single img {
    position: absolute;
    bottom: 7.33333px;
    width: 14.66667px;
    height: 40.66667px; }
  .ltk_toparealist .emptyarea {
    width: 173.33333px; }
  .ltk_toparealist .emptyarea .item {
    width: 166.66667px;
    height: 33.33333px;
    margin: 4px 0 0 6.66667px;
    color: #00d5ff;
    background: url(../images/ltk_areabg.jpg) repeat;
    border: 0.66667px solid #046fd9;
    border-radius: 2.66667px;
    box-sizing: border-box; }
  .ltk_toparealist ul {
    width: 728px; }
  .ltk_toparealist li {
    float: left;
    width: 236px;
    margin: 4px 0 0 6.66667px; }
  .ltk_toparealist li .item {
    position: relative;
    height: 33.33333px;
    color: #00d5ff;
    background: url(../images/ltk_areabg.jpg) repeat;
    border: 0.66667px solid #046fd9;
    border-radius: 2.66667px;
    box-sizing: border-box; }
  .ltk_toparealist li .item .bd {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-left: 60px;
    align-items: center;
    justify-content: center; }
  .ltk_toparealist li .item .bd p {
    display: block;
    margin-left: 3.33333px; }
  .ltk_toparealist li .item .bd p:nth-child(2n) {
    margin-left: -3.33333px; }
  .ltk_toparealist li .item .bd p i {
    float: left;
    width: 7.33333px;
    height: 7.33333px;
    background: url(../images/ltk_roll1.png) no-repeat;
    background-size: contain;
    cursor: pointer; }
  .ltk_toparealist li .item .bd p i.fill {
    background: url(../images/ltk_roll2.png) no-repeat;
    background-size: contain; }
  .ltk_toparealist li .item .hd {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    padding: 2.66667px 0;
    background: rgba(0, 96, 255, 0.4);
    box-sizing: border-box; }
  .ltk_toparealist li .item .hd span {
    display: block;
    text-align: center; }
  .ltk_toparealist li .item .hd span.ce9d002 {
    color: #e9d002; }
  .ltk_crane {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 25.33333px;
    height: 100%; }
  .ltk_crane .bar {
    position: absolute;
    top: 0;
    width: 2.66667px;
    height: 100%; }
  .ltk_crane .bar i {
    position: absolute;
    left: 50%;
    margin-left: -10px;
    font-size: 20px; }
  .ltk_crane .bar i.top {
    top: -5.33333px; }
  .ltk_crane .bar i.bom {
    bottom: -5.33333px; }
  .ltk_crane .hook {
    position: absolute;
    top: 50%;
    width: 29.33333px;
    margin: -14.66667px 0 0 -14.66667px; }
  .ltk_crane .hook i {
    position: absolute;
    left: 50%;
    margin-left: -6.66667px;
    font-size: 29.33333px; }
  .ltk_crane .hook span {
    position: absolute;
    left: 12px;
    z-index: 1;
    font-size: 10.66667px;
    font-weight: bold;
    line-height: 28px;
    color: #fff; }
  .ltk_crane.state1 .bar {
    background: #3adbff; }
  .ltk_crane.state1 .bar i, .ltk_crane.state1 .hook i {
    color: #3adbff; }
  .ltk_crane.state2 .bar {
    background: #fe9d12; }
  .ltk_crane.state2 .bar i, .ltk_crane.state2 .hook i {
    color: #fe9d12; }
  .ltk_crane.state3 .bar {
    background: #43d9ac; }
  .ltk_crane.state3 .bar i, .ltk_crane.state3 .hook i {
    color: #43d9ac; }
  .ltk_crane.state4 .bar {
    background: #7092fa; }
  .ltk_crane.state4 .bar i, .ltk_crane.state4 .hook i {
    color: #7092fa; }
  .ltk_crane.state5 .bar {
    background: #cfcfcf; }
  .ltk_crane.state5 .bar i, .ltk_crane.state5 .hook i {
    color: #cfcfcf; }
  .ltk_bomarea {
    position: relative;
    height: 208px; }
  .ltk_valve {
    position: absolute;
    top: -11.33333px;
    left: 2px;
    width: 7.33333px; }
  .ltk_statelist {
    width: 373.33333px;
    margin: 93.33333px 0 0 50px; }
  .ltk_statelist p {
    width: 150px;
    height: 23.33333px;
    padding-left: 13.33333px;
    font-size: 9.33333px;
    line-height: 23.33333px;
    color: #56d3fc;
    background: linear-gradient(to right, rgba(0, 126, 255, 0.5), rgba(0, 126, 255, 0));
    border-left: 2px solid #56d3fc; }
  .ltk_statelist ul {
    margin-top: 16.66667px; }
  .ltk_statelist li {
    float: left;
    padding: 0 26.66667px 0 3.33333px;
    font-size: 10.66667px;
    color: #668fcf; }
  .ltk_statelist li i {
    display: inline-block;
    width: 6.66667px;
    height: 6.66667px;
    margin-right: 8px;
    border-radius: 50%; }
  .ltk_statelist li.state1 i {
    background: #3adbff; }
  .ltk_statelist li.state2 i {
    background: #fe9d12; }
  .ltk_statelist li.state3 i {
    background: #43d9ac; }
  .ltk_statelist li.state4 i {
    background: #7092fa; }
  .ltk_statelist li.state5 i {
    background: #cfcfcf; }
  .ltk_otherarea {
    width: 38px;
    height: 139.33333px;
    margin: 40px 16px 0 0; }
  .ltk_otherarea img {
    width: 100%;
    height: 100%; }
  .ltk_bomcrane {
    position: absolute;
    bottom: 23.33333px;
    right: 46.66667px;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 146.66667px;
    background: url(../images/ltk_bomareabg.png) no-repeat;
    background-size: 100% 100%; }
  .ltk_bomcrane dl {
    width: 60%;
    margin: 30px auto 0;
    color: #00d5ff;
    text-align: center; }
  .ltk_bomcrane dt {
    padding-bottom: 3.33333px; }
  .ltk_bomcrane dt, .ltk_bomcrane dd {
    font-size: 10.66667px; }
  .ltk_bomcrane dd {
    height: 20px;
    line-height: 20px;
    background: linear-gradient(to right, rgba(0, 96, 255, 0) 20%, rgba(0, 96, 255, 0.55), rgba(0, 96, 255, 0) 80%); }
  .ltk_bomcrane dd span {
    padding-right: 13.33333px;
    font-size: 10.66667px;
    color: #e9d002; }
  .ltk_bomcrane .ltk_crane {
    top: -6.66667px;
    bottom: -6.66667px;
    height: auto; }
  .ltk_bomcrane .single {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 76px;
    height: 38.66667px;
    border: 1.33333px solid #034299; }
  .ltk_footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 393.33333px;
    height: 21.33333px;
    margin: 0 auto;
    text-align: center;
    background: #02113b;
    border-top: 0.66667px #033580 solid; }
  .ltk_footer::before, .ltk_footer::after {
    content: '';
    position: absolute;
    left: -450px;
    width: 450px;
    height: 22px;
    background: url(../images/ltk_botbg.png) no-repeat;
    background-size: 100% auto; }
  .ltk_footer::after {
    left: auto;
    right: -450px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  .ltk_footer span {
    padding: 0 5px;
    color: #476fa7;
    line-height: 21.33333px; }
  .ltk_cont .h225 {
    height: 150px; }
  .ltk_cont .ltk_sidebar {
    width: 100%;
    margin-top: 6.66667px; }
  .ltk_cont .ltk_sidebar .floicon {
    top: 60px; }
  .ltk_cont .ltk_sidebar:after {
    left: 50%;
    margin-left: -82.66667px; }
  .ltk_cont .ltk_sidebar .inner {
    padding-left: 0; }
  .ltk_cont .ltk_sidebar .inner dl {
    position: relative;
    float: left;
    width: 173.33333px;
    padding: 0 0 0 66.66667px;
    border-bottom: 0; }
  .ltk_cont .ltk_sidebar .inner dl::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 1px;
    height: 100px;
    background: #034299; }
  .ltk_cont .ltk_sidebar .inner dl:first-child {
    width: 266.66667px; }
  .ltk_cont .ltk_sidebar .inner dl:first-child::before {
    width: 0; }
  .ltk_cont .ltk_sidebar .inner dt {
    padding-bottom: 5.33333px; }
  .ltk_cont .ltk_sidebar .inner dd.ml100 {
    margin-left: 66.66667px; }
  @-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; } }
  /* end */ }
