body {
    position: relative;
    margin: 0px;
    padding:0px; 
    font-size:1em; 
    color:#333; 
    font-family: 'Microsoft YaHei';
    background-color: #fff;
    min-width:1100px; 
    min-height: calc(100vh - 188px);
    padding-bottom: 188px;
}

form, div, ul, li, dl, dt, dd, p{ 
    border:0px; 
    margin:0px; 
    padding:0px; 
}

li{
    list-style-type:none;
}

img{
    border:0px;
    vertical-align:top;
}

input{ 
    outline:none;
}

a{
    text-decoration: none; 
    outline:none;
}

a:link,a:visited {
    color:#444;
}

a:hover {
    color:#F00;
}

a.tag{ 
    margin-right:10px; 
}

a.tag:link, a.tag:visited{
    padding:3px 5px; 
    background-color:#5cb85c; 
    color:#FFF;
    border-radius:3px;  
    outline:none;	
}

a.tag:hover{ 
    color:#F00; 
}

.modal-footer {
    text-align: right;
}

.w1080 {
    width: 1080px;
    overflow: hidden;
    margin: auto auto;
}
.w1200 {
    width: 1200px;
    overflow: hidden;
    margin: auto auto;
}

/* header */
.headerBg {
    height: 295px;
    background: url("../../images/computer/headerBg.jpg") no-repeat top center;
}
.header {
    position: relative;
    height: 295px;
}
.header > .text {
    position: absolute;
    top: 20px;
    color: #033f77;
}
.header > .text > a {
    color: #033f77;
}

.header > .logo {
    position: absolute;
    top: 170px;
    color: #246eba;
}
.header > .logo > h1 {
    font-size: 40px;
    font-weight: bold;
    margin: 0;
}
.header > .logo > p {
    margin-top: 10px;
    font-size: 18px;
}

/* 菜单 */
.menuBg {
    /*height: 84px;*/
    background-color: #066ccb;
}
.menu > li {
    width: 140px;
    float: left;
}
.menu > li > a {
    display: block;
    text-align: center;
    line-height: 84px;
    font-size: 24px;
    color: #fff;
}
.menu > li:hover {
    background-color: #075dae;
}


/* 友情链接 */
.friendLinkBg {
    overflow: hidden;
    margin-bottom: 24px;
}

.friendTit {
    position: relative;
    margin-top: 20px;
    border-bottom: 1px solid #e0e0e0;
}
.friendTit h3 {
    position: relative;
    margin: 0;
    font-size: 24px;
    width: max-content;
    padding: 6px 12px;
    color: #066ccb;
    border-bottom: 3px solid #066ccb;
}
.friendTit h3::after {
    content: '';
    position: absolute;
    left: 48%;
    bottom: -1px;
    width: 0;
    height: 0;
    border-bottom: 5px solid #066ccb;
    border-right: 4.5px solid transparent;
    border-left: 4.5px solid transparent;
}

.friendLink {
    color: #fff;
    line-height: 46px;
}
.friendLink > a {
    display: block;
    float: left;
    width: 180px;
    height: 70px;
    overflow: hidden;
    margin: 5px 10px;
    transition: all 0.3s;
}
.friendLink > a > img {
    width: 100%;
}

.friendLink > a:hover {
    transform: scale(1.1);
}

/* footer */
.footerBg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 188px;
    background-color: #1c69d5;
}
.footer {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.footerMenu {
    color: #fff;
    margin-top: 42px;
    overflow: hidden;
}

.footerMenu a.footerLink {
    display: block;
    float: left;
    color: #fff;
    padding: 0 10px;
    border-right: 1px solid #fff;
}
.footerMenu a.footerLink:first-child {
    padding-left: 0;
}
.footerMenu a.footerLink:last-child { border: none; }

.footerInfo {
    margin-top: 14px;
}
.footerInfo > p,
.footerInfo > p > a.footerLink {
    color: #fff;
    line-height: 1.8;
}

a.footerLink:hover { color: red; }

.footerQRcode {
    position: absolute;
    right: 0;
    top: 28px;
    color: #fff;
    text-align: center;
}
.footerQRcode img {
    width: 120px;
}