﻿@charset "utf-8";
*{
	margin: 0px;
	padding: 0px
		
}
.main2 .main2right .form1 {
	width: 280px;
	height: auto;
	margin: 0 auto;
}

.main2 .main2right h2 {
	text-align: center;
	width: 320px;
	font-family: "微软雅黑";
	font-weight: normal;	
	margin-top: 20px;
}
.main2right form input {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 245px;
	border-radius: 6px;
	height: 33px;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #777777;
	line-height: 33px;
	padding-left: 35px;
}
/*.main2right form input:nth-of-type(1){
        background:url(images/userimg.jpg);
		background-repeat: no-repeat;
        }
.main2right form input:nth-of-type(2){
            background:url(images/pwdimg.jpg);
			background-repeat: no-repeat;
 }

.main2right form input:nth-child(2n+1) {
        background: url(images/pwdimg.jpg);
        background-repeat: no-repeat;
}*/

.usr_input {
	background: url(images/userimg.jpg);
	background-repeat: no-repeat;
}

.pwd_input {
	background: url(images/pwdimg.jpg);
	background-repeat: no-repeat;
}


.top1 {
	width: 1100px;
	margin: 0 auto;
	height: 100px;
	line-height: 80px;
}

.toplfet {
	width: 307 px;
	width: 62 px;
	display: inline-block;
	margin-top: 20px;
}

.topright {
	float: right;
}


.toplin {
	list-style: none;
}.topright .toplin li {
	font-size: 14px;
	line-height: 62px;
	width: 90px;
	display: inline-block;
	
}

.main1 {
	width: 100%;
	height: 600px;
	background: url(images/mainbj.jpg);
	background-repeat: no-repeat;
	background-position: center;

}

.main2right {
	width: 320px;
	height: 350px;
	float: right;
	box-shadow: 0px 0px 10px #ccc;
	border: 1px solid #f0f0f0;
	background-color: rgba(255,255,255,0.8);
	margin-top: 100px;
	border-radius: 6px;
}

.main3right {
    width: 320px;
    height: 330px;
    float: right;
    box-shadow: 0px 0px 10px #ccc;
    border: 1px solid #f0f0f0;
    background-color: rgba(255,255,255,0.8);
    margin-top: 100px;
    border-radius: 6px;
    padding:10px;
}

.main2 {
	width: 1100px;
	margin: 0 auto;
}

.dl2 {
	width: 280px;
	display: block;
	height: 40px;
	background: #faa600;
	margin-top: 30px;	
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑";
	border-radius: 4px;
}

 a.dl2:link {
	text-decoration: none;
	color: #fff;
}
 a.dl2:visited {
	text-decoration: none;
	color: #fff;
}
 a.dl2:hover {
	text-decoration: none;
	color: #fff;
}
 a.dl2:active {
	text-decoration: none;
	color: #fff;
}


.di {
	width: 800px;
	margin: 0 auto;
	height: 80px;
	font-family: "微软雅黑";
	line-height: 80px;
	text-align: center;
	color: #787878
}


.dl2_btn {
    clear:both;
	width: 280px;
	display: block;
	height: 60px;
	background: #faa600;
	margin-top: 30px;	
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑";
	border-radius: 4px;
}
