@charset "utf-8";
/* CSS Document */

* {	padding: 0;	margin: 0; }
html,body,div,ul,li,h1,h2,h3,h4,p,img,form,input,select,button,dl,dt,textarea,iframe,table,tr,th,td {	padding: 0;	margin: 0;}
body{
	width: 100%;
	font-family: "microsoft yahei";
	background:url(/Tpl/Home/Index/images/renzheng/home-bg.jpg) no-repeat fixed;
}
.content{
	width: 1280px; 
	height: 440px;
	border-radius: 40px;
	margin: 50px auto; 
	padding-top: 300px;
	background-image:url(/Tpl/Home/Index/images/renzheng/a-bg.png);
	box-shadow: #3E3E3E 0px 0px 20px;
}
.button{
	width: 960px;
	height: 220px;
	margin: 0 auto;
	display: block;
}
.cont{ 
	width: 1280px;
	 margin: 0 auto;
}

.shouquan{
	width: 216px;
	height: 216px;
	background: linear-gradient(to top,#0b71cf, #060841);
	border: 2px #0062AD solid;
	border-radius: 100%;
	text-align: center;
	font-size: 56px;
	display: inline-block;
	margin: 0 49px;
	color: #fff;
	float: left;

}
.shouquan:hover{
	background: linear-gradient(to top,#cf0b0b, #ffbe40);
	border: 2px #F09B97 solid;
}

.sq1{
	height: 146px;
	padding-top:70px ;
}
.sq2{
	height: 176px;
	padding-top: 40px;
}

.sq-cntent{
	max-width: 1000px;
	background-color: #fff;
	padding: 40px 20px;
	box-shadow: #686868 0 0 30px;
	z-index: 200;
	display: none;
	overflow: hidden;
	font-size: 16px;
	position: absolute;
	top: 5%;
	margin-left: -35px;
	
}
.sq-cntent h2{
	font-size: 56px;
	color: #b11411;
	font-weight: 800;
	text-align: center;
	margin-bottom: 25px;
}

.sq-cntent ul a{
	text-decoration: none;
	width: 146px;
	height: 40px;
	background-color: #dcdcdc;
	float: left;
	text-align: center;
	padding-top: 20px;
	margin: 10px;
	color: #333;
	display: inline-block;
}
.sq-cntent ul a:hover{
	background-color: #f00;
	color: #fff;
}
.sq-cntent ul a:visited li{
	background: #fdcdcdc;
	color:#333;
}
.sq-cntent ul a:visited li:hover{
	color: #fff;
}


.close{
	width:100%;
	padding: 20px 0 40px 0;
	margin: 0 auto;
	background: url(/Tpl/Home/Index/images/renzheng/close-button.jpg) center no-repeat;
	border: 0;
/* 	background-color: #fff;
	font-size: 24px;
	font-weight: 500; */
}
.close:hover{
/* 	color: #fff;
	font-weight: 800;
	background: red; */
	background: url(/Tpl/Home/Index/images/renzheng/buttonh.jpg) center no-repeat;
}
.left{
	float: left;
}
.right{
	float: right;
}
.rzc-bottom{
	width: 100%;
	overflow: hidden;
	background:#123C90;
	position:fixed;
	left: 0px;
	bottom:0px;
	z-index: 100;
	display:inline-block;
	text-align: center;
}
.rzc-bottom a li{
	width: 25%;
	color: #fff;
	display: inline-block;
	line-height: 2.5rem;
}
.rzc-bottom a li img {
	margin-top: 1em;
	width: 40px;
	height: 40px;
}
.rzc-bottom a li h2{
	font-size: 0.75rem;
	font-weight: 100;
	margin: 0;
	padding: 0;
}
.window-show{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 5000;
	display: block;
	position: fixed;
	margin: 0;
	padding: 0;
	top:0px;
	left: 0px;
	
}
.alert-main{
	width: 50%;
	height: auto;
	background: #f0f0f0;
	border: 1px solid #888888;
	padding: 3em;
	display: block;
	overflow: hidden;
	line-height: 1.8em;
	margin: 5% auto;
}
.alert-main h2{
	font-size: 2em;
	font-weight: bold;
	color: #B0050c;
	letter-spacing: 1em;
	text-align: center;
	margin-bottom: 1.2em;
}
.alert-main ol{
	padding:1em 3em;
	list-style: decimal !important;
}
.eg{
	font-size: 0.8em;
	color:gray;
	line-height: 1.5em;
	
}
.alert-close{
	width: 9em;
	height: 4em;
	display: block;
	margin: 2em auto 0 auto;
}
.alert-close:hover{
	background: #f00;
	color: #fff;
	border: 1px solid #F09B97;
	border-radius: 4px;
	text-align: center;
}


@media only screen and (max-width:1279px){
	body{
		width: 100%;
		height: auto;
		background:url(/Tpl/Home/Index/images/renzheng/phone-bg.jpg) no-repeat top left #ccbfaf;
		background-size: 100% inherit;
		display: block;
		overflow: scroll;
	}
	
	.content{
		width: 100%;
		height: inherit;
		margin: 0 auto;
		display:block;
		background: none;
		border: none;
		box-shadow: none;
	}
	.rzc-bottom a li h2{
		font-size: 2em;
		font-weight: 100;
		margin: 0;
		padding: 0;
	}
	.rzc-bottom a li img{
		width: 40px;
		height: 40px;
	}
	.window-show{
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.8);
		z-index: 5000;
		display: block;
		position: fixed;
		margin: 0;
		padding: 0;
	}
	.alert-main{
		width: 70%;
		height: auto;
		background: #f0f0f0;
		border: 1px solid #888888;
		padding: 3em;
		display: block;
		line-height: 1.8em;
		margin: 1% auto;
	}

}
@media only screen and (max-width:400px){
	body{
		width: 100%;
		height:inherit;
		background:url(/Tpl/Home/Index/images/renzheng/phone-bg.jpg) no-repeat top center #ccbfaf;
		background-size: cover;
		display: block;
		overflow: scroll;
	}
	.rzc-bottom a li{
		line-height: inherit;
	}
	.rzc-bottom a li h2{
		font-size: 0.8em;
		margin: 0 0 0.5em 0 ;
	}		
	.content{
		background: linear-gradient(to bottom,rgb(147,66,0,0.5),rgb(255,202,99,0.5));
		width: 90%;
		margin: 120px auto;
		padding-top: 50px;
		display: list-item;
		overflow: hidden;
	}
	.shouquan{
		width: 80px;
		height: 50px;
		margin: 12px;
		display: block;
		float: left;
		overflow: hidden;
	}
	.sq1{
		height: 50px;
		padding-top:  30px;
		font-size: 1.2em;
		font-weight: bold;
	}
	.sq2{
		height: 60px;
		padding-top:  20px;
		font-size: 1.2em;
		font-weight: bold;
	}
	.sq-cntent{
		width: 80%;
		top: 4em;
		padding: 1em;
		margin: 0 auto;
	}
	.sq-cntent ul a li{
		width: 5em;
		height: 1.4em;
		line-height: 1.4em;
		text-align: center;
		padding:0.2em 0;
		margin: 10px 5px;
		
	}
	.sq-cntent h2{
		font-size: 1.5em;
		margin-bottom: 1em;
}

	.alert-main{
		width: 90%;
		height: auto;
		background: #f0f0f0;
		border: 1px solid #888888;
		padding: 1em;
		display: block;
		line-height: 1.8em;
		margin: 1% auto;
	}
}
