/* 
 * html5 Reset Stylesheet 
 * v1.0 
 * 2021-8-3
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
    letter-spacing: 0px;
    -webkit-text-size-adjust: none;
}

body {
    line-height: 1;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/*阿里巴巴矢量库图标*/

.iconSvg {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.center {
    text-align: center;
}

img {
    max-width: 100%;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #0C4757;
}

::-webkit-scrollbar-track {
    background: #1F334A;
}

@font-face {
    font-family: 'dincond';
    src: url('../font/DINCond-Bold.woff') format('woff'),
        url('../font/DINCond-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceHanSansCN';
    src: url('../font/SourceHanSansCN-Normal-2.otf') format('opentype');
}
@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url('../font/SourceHanSansCN-Medium-2.otf') format('opentype');
}

/* 
 * 公共样式
 * v1.0 
 * 2020-8-3
*/

body {
    margin: 0;
    padding: 0;
    font-family: 'SourceHanSansCN';
    font-size: 16px;
    letter-spacing: 3px;
    cursor: default;
}

.main {
    width: 100%;
    min-width: 1200px;
    position: relative;
    background: #fff;
}

.headBox {
    width: 100%;
    height: 80px;
}

.headcon{
    width: 1200px;
    margin: 0 auto;
}

.logo {
    float: left;
    line-height: 80px;
    height: 80px;
    padding-top: 8px;
}
.menu {
    float: right;
    height: 80px;
}
.menu ul li{
    float: left;
    width: 74px;
    text-align: center;
    margin-left: 60px;
    font-family: 'SourceHanSansCN-Medium';
    font-size: 18px;
    color: #202020;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 80px;
    height: 80px;
    border-bottom: 4px solid #fff;
}
.menu ul li:nth-child(2){
    margin-left: 40px;
}
.menu ul li:hover,
.menu ul li.active{
    border-bottom: 4px solid #3757E2;
}
.menu ul li a{
    display: block;
    color: #202020;
}
.banner{
    position: relative;
}
.bannertext{
    text-align: center;
    color: #fff;
    position: absolute;
    width: 1200px;
    top: 200px;
    left: 50%;
    margin: 0 0 0 -600px;
}
.bannertext h3{
    font-size: 40px;
    animation: fadeInUpT 0.5s linear;
}
@keyframes fadeInUpT {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
.bannertext p{
    font-size: 18px;
    padding-top: 40px;
    opacity: 0;
    animation: fadeInUp 0.5s linear 0.8s forwards;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
.h2title{
    font-size: 32px;
    color: #151516;
    letter-spacing: 0.89px;
    text-align: center;
    font-weight: bold;
    padding: 70px 0;
    clear: both;
}
.contentBox{
    clear: both;
}
.contentBox .contitle{
    height: 200px;
    width: 462px;
    margin: 0px auto;
    display: flex;
    clear: both;
    padding-top: 70px;
}
.contentBox .contitle .lefticon{
    background: url(../images/titleL.png) no-repeat center center;
    height: 60px;
    width: 84px;
}
.contentBox .contitle .righticon{
    background: url(../images/titleR.png) no-repeat center center;
    height: 60px;
    width: 84px;
}
.contentBox .contitle .centertext{
    text-align: center;
    width: 290px;
    font-weight: 500;
}
.contentBox .contitle .centertext h3{
    font-size: 32px;
    color: #151516;
    letter-spacing: 0.89px;
    height: 40px;
}
.contentBox .contitle .centertext p{
    font-size: 20px;
    color: #D0D0D4;
    letter-spacing: 0.56px;
    height: 20px;
    transition: all .3s ease 0s;
}
.contentBox .indexcon:hover .contitle .centertext p{
    letter-spacing: 4px;
}
.contentBox .indexcon.products:hover .contitle .centertext p{
    letter-spacing: 3px;
}
.contentBox .mucon{
    width: 1200px;
    margin: 0 auto;
}
.footBox{
    height: 300px;
    background: #0D132D;
}
.footBox .footcon{
    height: 244px;
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    color: #FFFFFF;
    padding-top: 60px;
    position: relative;
}
.footBox .footcon li{
    float: left;
    padding-right: 70px;
}
.footBox .footcon li a{
    color: #FFFFFF;
    opacity: 0.5;
    transition: all .3s ease 0s;
}
.footBox .footcon li a:hover{
    opacity: 1;
}
.footBox .footcon .info{
    position: absolute;
    right: 0;
    line-height: 28px;
    font-size: 14px;
    font-weight: normal;
    opacity: 0.5;
}
.footBox .copyright{
    height: 56px;
    line-height: 56px;
    background: #090921;
    opacity: 0.5;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
}





/* 弹框样式 */
.dialogError {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.dialogContent {
    --color: #FB565C;
    /* width: 298px; */
    width: 360px;
    height: 230px;
    position: relative;
    color: var(--color);
    box-shadow: inset 0 1px 50px 0 #F71A22;
    border: solid 1px;
    padding: 20px 20px 10px;
    box-sizing: border-box;
    background-color: #063b46;
}

.systemError {
    display: none;
}

.dialogContent.sdialogContent {
    width: 300px;
    height: 136px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    line-height: 20px;
    font-size: 14px;
    text-indent: 1em;
}

.removeError {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.removeError .dialogContent {
    width: 400px;
    height: auto;
}

.removeError .dialogContent p {
    text-indent: 2em;
}

.removeError .dialogContent .buttonList {
    margin-top: 60px;
    text-align: right;
}

.dialogContent.blueColor {
    --color: #3FA8FC;
    box-shadow: inset 0 1px 50px 0 #3FA8FC;
}

.dialogContent .xBoxRed {
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    right: -25px;
    top: 0;
    border: 1px solid;
    box-shadow: inset 0 1px 10px 0 #F71A22;
}

.dialogContent.blueColor .xBoxRed {
    box-shadow: inset 0 1px 10px 0 #3FA8FC;
}

.dialogContent>span {
    position: absolute;
    width: 5px;
    height: 5px;
    border-style: solid;
}

.dialogContent .dialogLine01 {
    top: 4px;
    left: 4px;
    border-top-width: 1px;
    border-left-width: 1px;
}

.dialogContent .dialogLine02 {
    top: 4px;
    right: 4px;
    border-top-width: 1px;
    border-right-width: 1px;
}

.dialogContent .dialogLine03 {
    bottom: 4px;
    right: 4px;
    border-bottom-width: 1px;
    border-right-width: 1px;
}

.dialogContent .dialogLine04 {
    bottom: 4px;
    left: 4px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.dialogContent .dialogTit,
.dialogContent .logTit {
    text-align: center;
    font-size: 16px;
}

.dialogContent .dialogLine {
    width: 100%;
    height: 1px;
    background-color: var(--color);
    margin: 12px 0;
}

.dialogError .dialogContent #commondialog {
    overflow-y: auto;
    height: 120px;
}

/* .dialogContent #commondialogTitle li span:first-child {
    padding-left: 10px;
  }

 .dialogContent #commondialog li span:first-child {
  padding-left: 10px;
} */



.dialogContent ul li {
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #FFFFFF;
    border-bottom: solid 1px #224E52;
}

/* .dialogContent ul li:not(:first-child) {
    font-family: "dincond";
} */

.dialogContent ul li span {
    flex: 1;
    font-size: 12px;
    color: #fff;
}

.dialogContent ul li span:last-child {
    text-align: center;
    /* padding-left: 20px; */

}

.dialogContent ul li {
    padding-left: 15px;
}



.displayNone {
    display: none !important;
}

.showDialog {
    cursor: pointer;
}

/* 人员管控信息弹框 */
.staffEmployed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.staffEmployed .staffDialog {
    width: 386px;
    position: relative;
    color: #17FFFF;
    border: solid 1px;
    padding: 15px 20px 20px;
    box-sizing: border-box;
    background: #063B46;
}

.staffEmployed .staffDialog .xBoxStaff {
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    right: -25px;
    top: 0;
    border: 1px solid;
    background: #09626B;
}

.staffEmployed .staffDialog>span {
    position: absolute;
    width: 5px;
    height: 5px;
    border-style: solid;
}

.staffEmployed .staffDialog .dialogLine01 {
    top: 4px;
    left: 4px;
    border-top-width: 1px;
    border-left-width: 1px;
}

.staffEmployed .staffDialog .dialogLine02 {
    top: 4px;
    right: 4px;
    border-top-width: 1px;
    border-right-width: 1px;
}

.staffEmployed .staffDialog .dialogLine03 {
    bottom: 4px;
    right: 4px;
    border-bottom-width: 1px;
    border-right-width: 1px;
}

.staffEmployed .staffDialog .dialogLine04 {
    bottom: 4px;
    left: 4px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.staffEmployed .staffDialog .stafflogTit {
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.staffEmployed .staffDialog .dialogLine {
    width: 100%;
    height: 1px;
    background-color: #17FFFF;
    margin-top: 12px;
}

.staffEmployed .staffDialog .staffContent {
    padding-top: 4px;
}

.staffEmployed .staffDialog .staffContent li {
    margin-top: 8px;
    width: 100%;
    height: 26px;
    line-height: 26px;
    padding-left: 28px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #fff;
}

.staffEmployed .staffDialog .staffContent li>span {
    display: inline-block;
    width: 50px;
    margin-right: 25px;
}

.staffEmployed .staffDialog .staffContent li p {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.staffEmployed .staffDialog .staffContent li:nth-child(5n+1) {
    background: url("../../pages/index/img/staff01.png") no-repeat center;
}

.staffEmployed .staffDialog .staffContent li:nth-child(5n+2) {
    background: url("../../pages/index/img/staff02.png") no-repeat center;
}

.staffEmployed .staffDialog .staffContent li:nth-child(5n+3) {
    background: url("../../pages/index/img/staff03.png") no-repeat center;
}

.staffEmployed .staffDialog .staffContent li:nth-child(5n+4) {
    background: url("../../pages/index/img/staff04.png") no-repeat center;
}

.staffEmployed .staffDialog .staffContent li:nth-child(5n+5) {
    background: url("../../pages/index/img/staff05.png") no-repeat center;
}

.staffEmployedAlert {
    text-align: center;
    padding: 20px;
    font-size: 14px;

}