@charset "utf-8";
*{ margin: 0; padding: 0}
*, :focus, :hover, :active {-webkit-tap-highlight-color:rgba(204,0,0,0);outline: 0;}
body{ width:100%; margin:0; padding:0; -webkit-user-select: none; /* 不允许选择文字 */
	font-family: Microsoft YaHei,Arial,Helvetica,STHeiti STXihei,Tohoma,Arial;
	font-size:1em;color:#525252; background-color:#fff;
	padding-bottom:7em;
}
input[type="submit"],input[type="reset"],input[type="button"], button, textarea{ -webkit-appearance: none; }/* 去除默认样式 */
div,ul,li,p{ padding:0; margin:0; }
li{ list-style:none; }
img{ border:0; display:block; }
a{ color:#000; text-decoration:none; }

.general-nav {
    width: 100%;
    position: relative;
    line-height: 3;
    border-bottom: 1px solid #ddd;
    margin: 0vh 2vw 1.2em 2vw;
}

.general-nav::after {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    bottom: -1px;
    width: 35px;
    height: 2px;
    background-color: #ea0001;
}

.noData{ 
    padding:30px; 
    text-align:center; 
    font-size:14px;
    font-family: Microsoft YaHei; 
    font-weight:bold; 
    color:#C00;
}

.header {
    height: 15vh;
    overflow: hidden;
    background: url("../../images/computer/logo.png") no-repeat center center;
    background-size: 70%;
    border-bottom: 1px solid #f2f2f2;
}

.banner {
    width: 100vw;
    overflow: hidden;
}

.banner img {
    width: 100vw;
    height: auto;
}

.menus {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.menus > a {
    display: block;
    width: 21vw;
    height: 5vh;
    overflow: hidden;
    text-align: center;
    line-height: 5vh;
}

.footer {
    color: #ffffff;
    background-color: #015f64;
    text-align: center;
    line-height: 2;
    position: fixed;
    width: 100vw;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.footer > p > a {
    color: #ffffff;
}