body{overflow: hidden;font-size: 12px;color: #666}
.wrap{width: 100%;height: 100vh;background: url(../01_07/img/pattern.png)left top}
header{position: relative;width: 100%;height: 69px;background: #fff url(../01_07/img/top-bg.png)repeat-x left top;border-bottom: 1px #888 solid;z-index: 10;}
header h1{width: 190px;height: 69px;background: url(../01_07/img/logo.png)no-repeat left top;float: left;cursor: pointer}
header img{float: left;width: 656px;margin-left: 300px;}
header ul{float: right;margin-right: 32px;margin-top: 24px}
header li{float: left;padding: 4px}
header a{display: block}
.map{position: absolute;width: 100%;background: rgb(220, 220, 220);left: 0;top: 0;transform: translateY(-100%);transition: all .3s ease;z-index: 5;}
.map img{margin-left: 10%}
.map.on{transform: translateY(0);top: 70px}


.topcontent{position: absolute;left: 8%;top: 30%}

.list{position: absolute;left:11%;top: 16%;width: 1000px;height: 728px;}
.list img{position: absolute;left: 0;top: 0;display: none;}

.list p.line{position: absolute;background: #5d9fd2;}
.list p.top{left: 0;top: 0;width: 0%;height: 2px;}
.list p.right{right: 0;top: 0;width: 2px;height: 0%;}
.list p.bottom{right: 0;bottom: 0;width: 0%;height: 2px;}
.list p.left{left: 0;bottom:0;width: 2px;height: 0%;}

.list1{position: absolute;left: 0%;top: 50%;width: 100%;height: 0px;background: #fff;overflow: hidden;transform: translateY(-50%)}
.list1 img{position: absolute;left: 12%;top: 0;}

.close1,.close2{position: absolute;left: 10px;top: 10px;width: 30px;height: 30px;cursor: pointer;z-index: 10;}
.close2{left: 13%}
.button{position: relative;left: 20%;top: 55%}
button{width: 280px;height: 30px;border: 1px #333 solid;background: #5d9fd2;display: inline-block;color: #fff;font-size: 18px;cursor: pointer;}
button:first-child{margin-right: 100px}

.girl{position: absolute;bottom:-2%;right: -15%;width: 42%;z-index: 10;}
.girl img{width: 100%;}

footer{position: absolute;left: 0;bottom: 0;width: 100%;height: 129px;background: #fff;border-top: 1px solid #888}
footer img{margin-left: 8%}
