﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	margin: 0px 0px 0px 0px;
}

#wrapss{padding-top:190px;margin:0 auto;width: 1000px;height: 400px;}
#wrapss > ul{width: 120%;list-style: none;}
#wrapss > ul > li{float: left;width: 100px;height: 400px;cursor: pointer;border: solid 1px #484848;box-shadow: 10px 10px 5px #0d0d0d;}
#wrapss > ul > li:nth-child(1){background: url('../img/1.gif') no-repeat center/cover;}
#wrapss > ul > li:nth-child(2){background: url('../img/2.gif') no-repeat center/cover;}
#wrapss > ul > li:nth-child(3){background: url('../img/3.gif') no-repeat center/cover;}
#wrapss > ul > li:nth-child(4){background: url('../img/4.gif') no-repeat center/cover;}
#wrapss > ul > li:nth-child(5){background: url('../img/5.gif') no-repeat center/cover;width: 700px;}
#wrapss > ul > li > .text{width: 100px;height: 100%;background: #000;font-size:16px;opacity: .6;}
#wrapss > ul > li > .text p{padding: 20px 40px;font-family: 'Microsoft yahei';font-size:16px;color: #e7d4b9;}
