*
{
	margin: 0;
	padding: 0;
}




/*登陆样式*/
.login
{
	margin: 0 auto;
	padding-top: 1px;
	width: 848px;
        width: 100%;
	height: 400px;
	background: url("../img/login1.png") no-repeat;
        background-size: 100% 100%;
}
.logined
{
	max-width:600px;
        width: 90%;
	margin: 66px auto;

}
.logined ul li:after
{
	content: "";
	display: block;
	clear: both;
}
.logined ul li
{
	list-style: none;
	margin-bottom: 10px;
}
.logined ul li span
{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 58px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	float: left;
}
.logined ul li input
{
	width: 409px;
	height: 40px;
	float: right;
	margin-top: 6px;
	padding-left: 10px;
	line-height: 40px\0;
}
.dl
{
	text-align: center;
	margin-top: 5%;
}
.submit
{
	width: 240px;
	height: 55px;
	margin: 0 auto;
	background: #b0101a;
	border:none;
	outline: none;
	cursor: pointer;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	color: #ffffff;
	letter-spacing:2px;
}



/*图片列表*/
.lists
{
	width: *846px;
	margin: 0 auto;
}
.lists ul:after
{
	content: "";
	display: block;
	clear: both;
}
.lists ul li
{
    float: left;
    width: 23%;
    height: 185px;
    list-style: none;
    box-sizing: border-box;
    position: relative;
    margin: 30px 1%;
    text-align: center;
}
.lists ul li:hover .make
{
	display: block;
}
.lists ul li:hover a>p
{
	display: none;
}

.lists ul li a img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.lists ul li a>p
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #101309;
	opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	font-family: MicrosoftYaHei;
	font-size: 15px;
	color: #ffffff;
}
.lisr
{
	margin-right: 0!important;
}
/*遮罩*/
.make
{
	text-align: center;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
        right: 0;
	background: url("../img/make.png") no-repeat;
	display: none;
}
.make img
{
	width: 32px!important;
	height: 32px!important;
	margin-top: 55px;
}
.make>p
{
    width: 50%;
    margin: 0 auto;
    margin-top: 55%;
    border-radius: 3px;
    line-height: 32px;
    background: #910007;
    opacity: 1;
    color: #ffffff;
    font-size: 15px;
    opacity: 0.7;
}
.make1 {
    text-align: center;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url("../img/make.png") no-repeat;
    display: none;
}
.lists ul li .make>p:hover {
    opacity: 1;
}
.lists ul li:hover .make1 {
    display: block;
}
.lists ul li:hover .make1 a {
    width: 50%;
    margin: 0 auto;
    margin-top: 55%;
    border-radius: 3px;
    line-height: 32px;
    background: #910007;
    opacity: 1;
    color: #ffffff;
    font-size: 15px;
    display: block;
    opacity: 0.7;
}
.lists ul li .make1 a:hover {
    opacity: 1;
}

.lbxz {
    margin: 30px 0;
    text-align: right;
}
.lbxz input {
    width: 120px;
    line-height: 28px;
    color: #fff;
    background: #890007;
    border: 1px solid #890007;
    border-radius: 3px;
}


@media only screen and (max-width: 767px){
  .lists ul li {
    width: 31%;
}  
}
@media only screen and (max-width: 500px){
  .lists ul li {
    width: 48%;
}  
}
@media only screen and (max-width: 300px){
  .lists ul li {
    width: 98%;
}  
}