html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
a,
video input,
select {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
}

html,
body {
    font-family: "Microsoft YaHei", SimSun;
    font-size: 16px;
    min-width: 1024px;
    color: #222222;
    height: 100%;
}

.content-contaner {
    width: 100%;
}

.backg-img {
    width: 100%;
}

.tree-meau {
    width: 90%;
    max-width: 746px;
}

.tree-vessels {

    width: 100%;
    position: absolute;
    top: 30%;
    text-align: center;
    min-width:1024px;
}

.special {
    text-align: left;
    width: 48%;
    display: inline-block;
}

.editnote-a {
    width: 8%;
    max-width: 160px;
    position: absolute;
    top: -8%;
    left: 51%;
}

.special>a>img {
    width: 100%;
}

.vorkinyang-a {
    width: 8.5%;
    max-width: 173px;
    position: absolute;
    top: 14%;
    left: 53%;
}

.special>a:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    -o-transform: scale(1.1);
    /* Opera */
}

.safety-a {
    width: 6%;
    max-width: 120px;
    position: absolute;
    top: 35%;
    left: 75%;
}

.transportdirector-a {
    width: 10%;
    max-width: 213px;
    position: absolute;
    top: 38%;
    left: 48%;
}

.companyedit-a {
    width: 9%;
    max-width: 213px;
    position: absolute;
    top: 28%;
    left: 21%;
}

.campusmap-a {
    width: 8%;
    max-width: 163px;
    position: absolute;
    top: 5%;
    left: 26%;
}

.publicnotice-a {
    width: 7.5%;
    max-width: 163px;
    position: absolute;
    top: -4%;
    left: 38%;
}

.firbar-contaner {
    position: absolute;
    display: inline-block;
    min-width: 265px;
}

.firebar {
    width: 44%;
    margin: 0 auto;
    display: block;
}

.login-in {
    width: 40%;
    margin: 0 auto;
    display: block;
}
.getxh {
    width: 7%;
    margin: 0 auto;
    display: block;
}

.login-in:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    -o-transform: scale(1.1);
    /* Opera */
    cursor:pointer;
}

.group-div {
    overflow: hidden;
    padding: 10px 7%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c82c2c2c, endColorstr=#c82c2c2c);
    background-color: rgba(44, 44, 44, .8);
}

.two-code {
    text-align: center;
    width: 35%;
    display: inline-block;
}

.two-code>ul>li {
    width: 28%;
    list-style-type: none;
    float: left;
}

.two-code>ul>li>img {
    max-width: 94px;
    width: 100%;
}

.two-code>ul>li {
    margin: 0px -10px;
}

.two-code>ul>li>p {
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.infor-bo {
    width: 55%;
    color: #fff;
    float: right;
}

.infor-bo>p {
    padding-bottom: 10px;
}

.infor-bo>p>label {
    display: inline-block;
    width: 35%;
}

.infor-bo>p>span {
    display: inline-block;
    width: 65%;
}
.foot-bottom{
    background-color:#2c2c2c;
    color: #fff; 
    padding: 5px 0;
    text-align: center;

}
.footer{
    position: relative;
    z-index: 8888;

    margin-top: -160px;
}
.green-font{
    color: #4bc331;
}

.pop-div {
    display: none;
   
}

.login-bg {
    width: 100%;
    /*margin-top: 10px;*/
    margin-bottom: 10px;
}

.login-divcon {
    text-align: center;
    margin-bottom: 16px;
}

.login-divcon>input {
    width: 180px;
    height: 26px;
}

.login-btnpot {
    text-align: center;
    width: 60%;
    padding: 10px;
    margin:15px auto;
    margin-bottom: 2px;
    background-color: #00a3c7;
    color: #Fff;
    cursor: pointer;
}
.ps-tip{
    color: red;
    padding: 16px;
}
.pop-content{
    width: 96%;
    margin:auto;
    background-color: #fff;
}