/*reset*/

@charset "utf-8";

/* CSS Document */

html,
body,
div,
span,
object,
embed,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
cite,
code,
del,
dfn,
em,
img,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
    display: block;
}

ul,
li,
ol {
    list-style: none;
}

i,
em,
cite,
dfn {
    font-style: normal;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearMargin:before {
    content: "";
    display: table;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *display: inline-block;
    *zoom: 100%;
}

.clear {
    clear: both;
    line-height: 1px;
    height: 1px;
    *display: inline;
    font-size: 1px;
}

.c:before,
.c:after {
    content: "";
    display: table;
}

.c:after {
    clear: both;
}

.c {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.alignL {
    text-align: left;
}

.alignC {
    text-align: center;
}

.alignR {
    text-align: right;
}

.middle {
    vertical-align: middle;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.none {
    display: none;
}

.block {
    display: block;
}

.overf {
    overflow: hidden;
}

.center {
    margin: 0 auto;
}

.db {
    display: block;
    text-indent: -9999px;
}

.hide {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

:focus,
a {
    outline: none;
    -moz-outline-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.flex1 {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

body {
    font: 14px/1.6 "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", tahoma, Arial;
    color: #fff;
}

.wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 7;
    min-width: 1920px;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.bg1 {
    background: url(../images/bg1.jpg) 50% 0 no-repeat;
    height: 1000px;
}

.bg2 {
    background: url(../images/bg2.jpg) 50% 0 no-repeat;
    height: 1369px;
    margin-top: -1px;
}

.bt1 {
    height: 460px;
}

.btn-login {
    position: absolute;
    width: 204px;
    height: 46px;
    background: url(../images/btn-login.png) no-repeat center;
    top: 0;
    right: 0;
    color: #fff;
}

.login-info {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
}

.btn-logout {
    font-weight: bold;
    color: #fff;
}

.table-list {
    width: 1000px;
    height: 470px;
    margin-left: 84px;
    display: flex;
    justify-content: center;
}

.left-list {
    width: 226px;
    height: 460px;
    text-align: center;
    color: #c3f4f2;
    font-size: 18px;
}

.left-list li {
    width: 226px;
    height: 45px;
    line-height: 45px;
    margin-top: 6px;
    cursor: pointer;
}

.left-list li.on {
    background: url(../images/click-bg.png) 0 0/100% no-repeat;
}

.right {
    width: 774px;
    height: 460px;
    text-align: center;
    display: none;
    position: relative;
}

.right h3 {
    width: 774px;
    height: 120px;
    line-height: 120px;
    font-size: 30px;
    color: #70e4ff;
}

.right h5 {
    width: 774px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #9becff;
}

.right p {
    width: 774px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #d9fffd;
}

.right4 h3 {
    height: 80px;
    line-height: 100px;
}

.right4 h5 {
    height: 50px;
    line-height: 50px;
}

.right4 p {
    height: 25px;
    line-height: 25px;
}

.right1 p,
.right5 p,
.right6 p,
.right7 p,
.right8 p {
    height: 60px;
    line-height: 60px;
}

.btn-lqjl {
    display: block;
    width: 204px;
    height: 46px;
    background: url(../images//btn-lqjl.png) 0 0/100% no-repeat;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%);
}

.right2 .btn-lqjl,
.right4 .btn-lqjl {
    bottom: 20px;
}