﻿* {
    margin:0;
    padding:0;
    border:0;
}
ul, li {
    list-style:none;
}
a {
    text-decoration:none;
    color:#666;
}
a:hover {
        color:#1e90ff;
        text-decoration:underline;
    }
a:focus { 
        outline:none; 
} 
i, em {
  font-style:normal;
}
body{
	background-image: url(../image/bg0.jpg);
	background-repeat: repeat-x;
	background-color: #e8ecef;

}

.content {
	width:1200px;
	height:560px;
	margin:0 auto;
	background-image: url(../image/bg1.jpg);
	background-repeat: no-repeat;
}

.contentlc {
	width:1200px;
	height:560px;
	margin:0 auto;
	background-image: url(../image/lcbg1.jpg);
	background-repeat: no-repeat;
}

.contentzd {
	width:1200px;
	height:560px;
	margin:0 auto;
	background-image: url(../image/bgzd.jpg);
	background-repeat: no-repeat;
}
.ad-box {
	margin-top:90px;
	width:780px;
	height:300px;
	float:left;
}

.login-box {
	float:left;
    width:280px;
    height:280px;
	margin-top:75px;
    padding-top:10px;
	float:left;
    background:#e8ecef;
    border-radius:6px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
.login-box  .tt {
    position:absolute;
    top:-50px;
    left:0;
    color:#fff;
    font-size:24px;

}
    .login-box .inputline {
        margin:0 auto 20px auto;
        padding:0 33px;
        height:30px;
        width:240px;
        clear:both;
        line-height:30px;
        font-size:14px;
    }
    .login-box .input1 {
        height:18px;
        width:175px;
        border-radius:4px;
        float:left;
        padding:6px 5px 6px 32px;
        font-size:14px/18px;
    }
        .login-box .inputu {
			height:18px;
			width:175px;
			border-radius:4px;
			float:left;
			padding:6px 5px 6px 32px;
			font-size:14px/18px;		
            background:#fff url(../image/user.png) no-repeat;
        } 
        .login-box .inputp {
			height:18px;
			width:175px;
			border-radius:4px;
			float:left;
			padding:6px 5px 6px 32px;
			font-size:14px/18px;
            background:#fff url(../image/key.png) no-repeat;
        }
        .login-box .inpuyzm {
			height:18px;
			width:90px;
			border-radius:4px;
			float:left;
			padding:6px 5px 6px 32px;
			font-size:14px/18px;
            background:#fff url(../image/key.png) no-repeat;
        }

        .login-box .inputext {
			height:18px;
			width:175px;
			border-radius:4px;
			float:left;
			padding:6px 5px 6px 32px;
			font-size:14px/18px;
            background:#fff url(../image/text.png) no-repeat;
        }

    .login-box .input2 {
        width:100px;
        height:18px;
        margin-right:10px;
        border-radius:4px;
        float:left;
        padding:6px 5px;
        font-size:14px/18px;
    }
    .login-box .passcode {
        width:70px;
        height:30px;
        line-height:24px;
        position:relative;
        border-radius:4px;
        float:left;
        cursor:pointer;
    }
    .login-box .misspassword {
		width:100px;
        position:relative;
        display:inline-block;
        margin-left:15px;
        *top:-7px;
    }


.product-list {
    position:absolute;
    left:0;
    bottom:100px;
    width:100%;
    text-align:center;
	float:left;
}
    .product-list li {
        display:inline-block;
        width:137px;
        height:48px;
        margin:0 30px;
    }
@media (max-width:1300px) {
    .login-box {
        right:5%;
    }
    .product-list li {
        margin:0 15px;
    }
}