html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
article,
aside,
audio,
canvas,
figure,
footer,
header,
mark,
menu,
nav,
section,
time,
video {
    margin : 0;
    padding: 0;
}

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

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
    display: block;
}

ul,
ol {
    list-style: none;
}

img {
    border        : 0 none;
    vertical-align: top;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

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

strong,
em,
i {
    font-style : normal;
    font-weight: normal;
}

ins {
    text-decoration: underline;
}

del {
    text-decoration: line-through;
}

mark {
    background: none;
}

input::-ms-clear {
    display: none !important;
}

body {
    /* font      : 12px/1.5 \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, "Microsoft YaHe", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif; */
    background: #fff;
	font-family:"Microsoft YaHei"!important;
}

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

a:hover {
    text-decoration: underline;
}

body,
html,
.main {
    width : 100%;
    height: 100%;
}
@font-face {
  font-family: "UnidreamLED";
  src: url(../../plugin/font/UnidreamLED.eot); /***兼容ie9***/
  src: url(../../plugin/font/UnidreamLED.eot?#iefix) format("embedded-opentype"),
    /***兼容ie6-ie8***/ url("../../plugin/font/UnidreamLED.woff") format("woff"),
    local("UnidreamLED"), url("../../plugin/font/UnidreamLED.woff"); /***默认使用本地的***/
}
.main {
    position       : relative;
    /* background     : url(../image/bg.jpg) no-repeat; */
    background-size: cover;
	background: #040F18;
}

.nav {
    position       : relative;
    top            : 0;
    width          : 100%;
    height         : 5vw;
    background     : url(../image/top.png) no-repeat;
    background-size: 100%;
    text-align     : center;
    line-height    : 3vw;
    color          : #fff;
    font-size      : 38px;
    letter-spacing : .5vw;
	font-weight: bold;
	text-shadow: 0 6px 12px rgba(0,12,37,.82), 0 1px 0 #004c4e, 0 2px 0 #003435, 0 6px 16px rgba(0,220,228,.58), 1px -3px 12px #00e0ec;
}
.nav_mag{
	margin-top: 3px;
	display: inline-block;
}

.nav_btn {
    position: absolute;
    top     : 10px;
    width   : 100%;
    height  : 50px;
}

.btn_left {
    float      : left;
    width      : 30%;
    margin-left: 4%;
    height     : 100%;
}

.btn_right {
    float       : right;
    width       : 30%;
    margin-right: 4%;
    height      : 100%;
}

.btn_list {
    position      : relative;
    float         : left;
    width         : 7.4vw;
    height        : 50px;
    text-align    : center;
    line-height   : 50px;
    font-size     : 18px;
    color         : #0efcff;
    letter-spacing: .1vw;
    cursor        : pointer;
	font-weight: 700;
}

.btn_list1 {
    position      : relative;
    float         : left;
    width         : 7.4vw;
    height        : 50px;
    text-align    : center;
    line-height   : 50px;
    font-size     : 18px;
    color         : #0efcff;
    letter-spacing: .1vw;
    cursor        : pointer;
	font-weight: 700;
}

.btn_left a,
.btn_right a {
    display: inline-block;
}
.btn_right a {
    float: right;
}
.btn_left a:nth-child(2) {
    margin: 0 .6vw;
}

.btn_left a:nth-child(4) {
    margin-left: .6vw;
}

.btn_right a:nth-child(2) {
    margin: 0 .6vw;
}

.btn_right a:nth-child(4) {
    margin-left: .6vw;
}

.btn_list:before {
    content  : '';
    position : absolute;
    top      : 0;
    right    : 0;
    bottom   : 0;
    left     : 0;
    border   : 1px solid #6176AF;
    transform: skewX(-38deg);
	border-color: #0f7895;
	box-shadow  : 1px 1px 3px 1px #0f7895 inset;
	background:rgba(13, 117, 146, 0.20)
}

.btn_list:hover::before {
    border-color: #0efcff;
    box-shadow  : 1px 1px 3px 1px #0efcff inset;
}

.btn_list1:before {
    content  : '';
    position : absolute;
    top      : 0;
    right    : 0;
    bottom   : 0;
    left     : 0;
    border   : 1px solid #6176AF;
    transform: skewX(38deg);
	border-color: #0f7895;
	box-shadow  : 1px 1px 3px 1px #0f7895 inset;
	background:rgba(13, 117, 146, 0.20)
}

.btn_list1:hover::before {
    border-color: #0efcff;
    box-shadow  : 1px 1px 3px 1px #0efcff inset;
}

.listActive:before {
    border-color: #0efcff;
    box-shadow  : 1px 1px 10px 1px #0efcff inset;
}

.content {
    position     : relative;
    width        : 97%;
    height       : 87%;
    margin       : auto;
    /* background: white; */
}

.baseBox {
    position     : relative;
    float        : left;
    width        : 48.8%;
    height       : 32.3%;
    border       : 1px solid #6176AF;
    background   : rgba(11, 21, 44, 0.60);
    border-radius: 5px;
}

.baseHeightBox {
    height: 100%;
}

.baseCenterBox {
    margin: 1.5% 0;
}

.leftBox {
    float        : left;
    height       : 100%;
    width        : 34.5%;
    /* background: yellow; */
}

.rightBox {
    float : left;
    height: 100%;
    width : 34.5%;
}

.centerBox {
    position     : relative;
    float        : left;
    width        : 30%;
    height       : 100%;
    margin       : 0 .5%;
    /* background: red; */
}

.marginLeft {
    margin-left: 1.5%;
}

/* 边框描边 */
.leftTopLine1 {
    position  : absolute;
    top       : 0;
    left      : -1px;
    height    : 1vw;
    width     : 2px;
    background: #0efcff;
}

.leftTopLine2 {
    position  : absolute;
    top       : -1px;
    left      : 0;
    height    : 2px;
    width     : 1vw;
    background: #0efcff;
}

.rightTopLine1 {
    position  : absolute;
    top       : 0;
    right     : -1px;
    height    : 1vw;
    width     : 2px;
    background: #0efcff;
}

.rightTopLine2 {
    position  : absolute;
    top       : -1px;
    right     : 0;
    height    : 2px;
    width     : 1vw;
    background: #0efcff;
}

.leftBottomLine1 {
    position  : absolute;
    bottom    : 0;
    left      : -1px;
    height    : 1vw;
    width     : 2px;
    background: #0efcff;
}

.leftBottomLine2 {
    position  : absolute;
    bottom    : -1px;
    left      : 0;
    height    : 2px;
    width     : 1vw;
    background: #0efcff;
}

.rightBottomLine1 {
    position  : absolute;
    bottom    : 0;
    right     : -1px;
    height    : 1vw;
    width     : 2px;
    background: #0efcff;
}

.rightBottomLine2 {
    position  : absolute;
    bottom    : -1px;
    right     : 0;
    height    : 2px;
    width     : 1vw;
    background: #0efcff;
}

.boxTitle {
    font-size  : 1vw;
    color      : #0efcff;
    width      : 80%;
    margin-left: .8vw;
    margin-top : .5vw;
}

.left {
    float: left;
}

.right {
    font: right;
}
body::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
body {
	overflow-y: scroll;
}

/* 视频新加 */
.video-js .vjs-control {
    width: 1vw !important;
}
.vjs-volume-panel {
    display: none !important;
}
.vjs-live-display {
    display: none !important;
}
.vjs-audio-button{
    display: none !important;
}

  
 /*layer 加载动画 */
 .layui-layer-setwin span {
    line-height: 28px;
}

.layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    /*right: 28px;*/
    /*top: 28px;*/
    color: #1adfe1;
    background-color: transparent;
    padding: 3px;
    border: 3px solid;
    width: 28px;
    height: 28px;
    font-size: 28px;
    font-weight: bolder;
    border-radius: 30%;
    margin-left: 0;
}
.layui-layer-setwin .layui-layer-close2:hover {
    color: #00f6ff;
    background-color: transparent;
}
.layui-icon-close:before {
    color: #f73b36;
}
.layui-layer {
    box-shadow: 1px 1px 50px rgb(0 0 0 / 0%);
}
.layui-layer-page .layui-layer-content {
	box-shadow: 0px 0px 30px 0px rgba(14,252,255,0.7)!important;
}
 .layui-layer-loading-icon {
    font-size: 60px;
    color:#00f6ff;
}
 .nav_tit{
 	font-size: 16px;
 	color: #FFFF90;
	display: block;
	line-height: 5px;
	letter-spacing: .2vw;
	margin-top: 14px;
 }