body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0;-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; font-size:100%;}
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none; }
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }
header{
    width: 100%;
}
header nav{
    width: 980px;
    margin: 0 auto;
}
header nav img{
    width: 15%;
    margin-top: 1%;
    float: left;
}
header nav ul{
    margin-top: 0%;
}
header nav ul li{
    display: inline-block;
    margin-left: 5%;
    width: 15%;
    text-align: center;
    padding: 2.2% 0;
}
header nav ul li a{
    font-size: 1.1rem;
    font-family: 微软雅黑;
    color: black;
    padding: 5% 5%;
}
header nav ul li a:hover{
    border-bottom: solid 2px #1f90c8;
    text-decoration: none;
}
header nav ul li:nth-of-type(2) a:hover{
    border: none;
}
header ul li:nth-of-type(2) ul{
    position: absolute;
    padding-top: 1.3rem;
    display: none;
    z-index: 10000;
    width: 0%;
}
header ul li:nth-of-type(2) ul li{
    float: left;
    width: 8rem;
    background-color: white;
}
header ul li:nth-of-type(2) ul li:hover{
    background-color: #1f90c8;
}
header ul li:nth-of-type(2) ul li a{
    padding: 0px;
    border: none;
    line-height: 40px;
}
header ul li:nth-of-type(2) ul li a:hover{
    padding: 0px;
    border: none;
    color: white;
}
.banner{
    width: 100%;
}
.About{
    width: 100%;
    background-color: #ffffff;
}
.About .About-one{
    width: 980px;
    margin: 0 auto;
}
.About .About-one .intro {
    text-align: center;
    margin: 8% 0;
    -webkit-animation-duration:1s;
}
.About .About-one .intro  img{
    width: 72%;
    margin-top: 2%;
}
.About .About-one .intro  p{
    font-size: 2rem;
    font-family: 微软雅黑;
    color: #198cc8;
    margin-top: -3%;
}
.About .About-one .intro-content{
    margin: 0 3%;
    font-family: 微软雅黑;
    font-size: 1.2rem;
    color: #595959;
    line-height: 40px;
    text-indent: 2em;
    margin-top: 3%;
    -webkit-animation-duration:1.5s;
}
.About .About-one .intro-content:last-child{
    margin-bottom: 10%;
}
.Culture{
    width: 100%;
    background-image: url("../img/g_00003.jpg");
    background-size: 100% 100%;
}
.Culture .Culture-one{
    width: 980px;
    margin: 0 auto;
}
.Culture .Culture-one .title{
    padding: 8% 0;
    font-size: 2rem;
    font-family: 微软雅黑;
    color: white;
    text-align: center;
    -webkit-animation-duration:1s;
}
.Culture .Culture-one div .worth{
    font-size: 1.5rem;
    font-family: 微软雅黑;
    color: white;
    text-align: center;
    line-height: 200%;
    -webkit-animation-delay:0.5s;
    -webkit-animation-duration:1s;
    padding: .6rem;
}
.Culture .Culture-one div .worth.fadeInRight{
    font-size: 1.2rem;
}
.Culture .Culture-one div .worth:last-child{
    padding-bottom: 10%;
}
.location{
    width: 100%;
}
.location .location_one{
    width: 980px;
    margin: 0 auto;
}
.location .location_one .intro {
    text-align: center;
    margin: 8% 0 6% 0;
    -webkit-animation-duration:1s;
}
.location .location_one .intro  img{
    width: 72%;
    margin-top: 2%;
}
.location .location_one .intro  p{
    font-size: 2rem;
    font-family: 微软雅黑;
    color: #198cc8;
    margin-top: -3%;
}
.location .location_one .location1{
    text-align: center;
    font-size: 1.5rem;
    font-family: 微软雅黑;
    color: #198cc8;
    line-height: 300%;
    margin-bottom: 2%;
    -webkit-animation-delay:0.5s;
    -webkit-animation-duration:1.5s;

}
.plat{
    width: 100%;
    height: 20%;
}
footer{
    width: 100%;
    background-color: #4d4d4d;
}
footer .close{
    width: 980px;
    overflow: hidden;
    margin: 0 auto;
}
footer .close .pecifics{
    float: left;
    width: 60%;
    margin: 4% 0;
}
footer .close .pecifics .site li{
    display: inline-block;
    margin: 1.5% 2.4%;
    font-size: 0.8rem;
    color: white;
}
footer .close .pecifics hr{
    width: 100%;
}
footer .close .pecifics .coding li{
    display: inline-block;
    margin: 1.5% 0.6%;
    font-size: 0.7rem;
    color: white;
}
footer .close .pecifics .coding li a{
    color: white;
}
footer .close .code{
    text-align: center;
    padding: 2% 0;
}
footer .close .code img{
    width: 8%;
}
footer .close .code p{
    font-size: 0.8rem;
    color: white;
    margin-top: 2%;
}
.Mask{
    position: relative;
    overflow: hidden;
}
.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 500;
    display: none;
}
.win{
    position: absolute;
    position: fixed;
    z-index: 600;
    margin-top: 15%;
    margin-left: 40%;
    display: none;
}
.Memory{
    width: 55px;
    height: 116px;
    position: fixed;
    bottom: 100px;
    margin-left: 94%;
}
.Memory .ol{
    float: left;
    margin-left: -120px;
    margin-top: -20px;
    width: 100px;
    display: none;
}
.Memory .model div{
    text-align: center;
    padding: 4px 2px;
    background-color: #b2b2b2;
    margin-bottom: 10px;
}
.Memory .model div:nth-of-type(2){
    padding: 9px 0;
}
.Memory .model div .port1{
    width: 35px;
    height: 35px;
    padding: 0.3rem 0.2rem;
}
.Memory .model div .port{
    width: 30px;
}
.Memory .model div p{
    font-size: 10px;
    margin-top: 5px;
    color: white;
}
.Memory .model div .port_2{
    width: 35px;
}
.Memory .model div:last-child {
    padding: 7px 0;
}