*{ margin:0; padding:0;}
body { margin: 0px; padding:0px; font-size:1em; color:#444; min-width:1100px; font-family: 'Microsoft YaHei';}
form,div,ul,li,dl,dt,dd{ 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; }
.cls{ clear:both; height:1px; overflow:hidden;}

.w1200 { width: 1200px; margin: auto auto;}

.header { height: 100px;}
.header > .w1200 {
    height: 100px;
    background: url("../../images/computer/logo.png") no-repeat left center;
    display: flex;
    justify-content: flex-end;
}
.header > .w1200 > div {
    background: url("../../images/computer/telphone.png") no-repeat left center;
    padding-left: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header > .w1200 > div > p { color: #000; }
.header > .w1200 > div > p > span { color: #ff0000; }

.adTop { 
    position: relative;
 }

.menu { 
    width: 100%;
    height: 65px; 
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.menu > .w1200 > ul {
    display: flex;
    justify-content: space-around;
}

.menu > .w1200 > ul > li {
    position: relative;
}

.menu > .w1200 > ul > li > a {
    color: #ffffff;
    line-height: 65px;
    margin: 0px 18px;
}

.menu > .w1200 > ul > li > .twomenu { 
    width:170%; 
    position: absolute; 
    display: none; 
    z-index: 999; 
    background: rgba(0, 0, 0, 0.8);
    color: #393837;
}
.menu > .w1200 > ul > li > .twomenu > ul > li > a {
    color: #ffffff; 
    line-height: 2em; 
    font-size: 14px;
    padding: 0px 10px;
}
.menu > .w1200 > ul > li > .twomenu > ul > li > a:hover { 
    color: #ffffff;
 }

.footer {
    height: 215px;
    overflow: hidden;
    background-color: #001431;
}

.footer > .w1200 {
    display: flex;
    justify-content: space-between;
    color: #ffffff;
}

.footer > .w1200 > .footer-left {
    width: 880px;
    height: 215px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer > .w1200 > .footer-left > p {
    line-height: 2;
}
.footer > .w1200 > .footer-left > p > a {
    color: #ffffff;
}

.footer > .w1200 > .footer-right {
    width: 100px;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    margin-top: 50px;
}

.noData{ 
    padding:30px; 
    text-align:center; 
    font-size:14px;
    font-family: Microsoft YaHei; 
    font-weight:bold; 
    color:#C00;
}