.header{
	position: relative;
	border-bottom: 1px solid #ccc;
}
.header .nav ul li a{
	font-size: 14px;
	color: #999999;
}
.header .search form{
	border-color:#ccc ;
}
.header .search form .sub{
	width: 20px;
	height:20px;
	background: url(../images/greysearch.png) no-repeat center;
}
.header .search form .txt{
	color: #ccc;
}
.main-wrapper{
	width: 100%;
	background:#f2f2f2;
}
.main-wrapper .main{
	width: 100%;
	max-width:1220px;
	height: 1008px;
	margin: 0 auto;
	padding-top: 1rem;
}
.main>p{
	color: #bd302a;
	font-size: 12px;
	margin-bottom: 1rem;
}
.main-wrapper .main .center{
	width: 1000px;
	min-height: 735px;
	margin: 2rem auto;
	background: #fff;
	box-sizing: border-box;
	padding:3rem;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.main-wrapper .main .center .left{
	width: 50%;
	box-sizing: border-box;
	padding-right: 3rem;
	border-right:1px solid #ccc ;
}
.main-wrapper .main .center .left>h4{
	margin: 0.5rem 0;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}
.main-wrapper .main .center .left>h5 a{
	margin: 0.5rem 0;
	font-size: 14px;
	color: #666666;
}
.main-wrapper .main .center .left>h5 a:hover{
	color:#00A7E1;
}

.main-wrapper .main .center .left>p{
	font-size: 12px;
	color: #999;
	margin: 0.5rem 0;
	line-height: 15px;
}
.main-wrapper .main .center .left ul{
	margin-top: 1rem;
}
.main-wrapper .main .center .left ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom:20px;
}
.main-wrapper .main .center .left ul li img{
	margin-right: 1rem;
	width: 61px;
	height: 60px;
}
.main-wrapper .main .center .left ul li .word h5{
	font-size: 14px;
	color: #666;
}
.main-wrapper .main .center .left ul li .word p{
	font-size: 12px;
	color: #999;
	line-height:15px;
}
.main-wrapper .main .center .right{
	width: 50%;
	box-sizing: border-box;
	padding-left: 3rem;
}
.main-wrapper .main .center .right h4{
	font-size: 30px;
	color: #666;
	line-height: 2rem;
}
.main-wrapper .main .center .right h5{
	font-size:12px;
	color: #999;
	line-height: 1.5em;
}
.main-wrapper .main .center .right form{
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	padding-bottom: 1rem;
}
.main-wrapper .main .center .right form input.email,.main-wrapper .main .center .right form input.pwd{
	width: 100%;
	height: 38px;
	border: 1px solid #ccc;
	border-radius:10px;
	margin: 10px 0;
	box-sizing:border-box;
	padding-left: 0.5rem;
	color: #666;
	font-size: 12px;
}
.main-wrapper .main .center .right form input.sub{
	width: 100%;
	height: 38px;
	border-radius:10px;
	margin: 10px 0;
	color: #fff;
	font-size: 12px;
	background: #bd3a00;
}
.main-wrapper .main .center .right form div span{
	color: #666;
	font-size: 12px;
	margin-left: 10px;
	
}
.main-wrapper .main .center .right form p a{
	font-size: 12px;
	color: #bd302a;
	margin-right: 15px;
	
}
.main-wrapper .main .center .right .else p{
	font-size: 12px;
	color: #999;
	margin: 0.5rem 0;
	line-height: 1.5em;
}
.main-wrapper .main .center .right .else div a{
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #666666;
	font-size: 14px;
	border-radius:10px ;
	margin: 0.5rem 0;
	
}
.main-wrapper .main .center .right .else div a:hover{
	color: #00A7E1;
}
.main .center .tanchu{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 350px;
	height: 150px;
	background: #fff;
	transform: translate(-50%,-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9;
}
.main .center .tanchu i{
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 18px;
	cursor: pointer;
}
.main .center .tanchu p{
	font-size: 12px;
	color: #666;
}
.big-shadow{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(223,223,223,0.5);
	z-index: 8;
	display: none;
}
@media screen and (max-width:1200px){
	.main-wrapper .main .center{
		width: 100%;
	}
	
}
@media screen and (max-width:960px){
	
}


@media screen and (max-width:768px){
	.main-wrapper .main{
		height: auto;
	}
	.main-wrapper .main .center{
		display: flex;
		flex-direction: column;
		height: auto;
		align-items: center;justify-content: center;
	}
	.main-wrapper .main .center>div{
		width: 80% !important;
		padding: 0 !important;
	}
	.main-wrapper .main .center .left{
		border: none;
	}
}
@media screen and (max-width:640px){
	.main-wrapper .main .center>div{
		width: 100% !important;
	}
	
	
}

@media screen and (max-width:480px){
	
}




















































































