﻿*{
	margin: 0;padding: 0;
}
html,body{
	font-size:12px;color:#333;font-family:"微软雅黑",Arial, Helvetica, sans-serif;background:#fff;
	min-width:1200px;
}
ul li{
	list-style:none;
}
img{
	border:0;
}
a{
	text-decoration:none;color:#333;
}
input, select, textarea {
    outline: none;
    border: 0;
}
.warp{
	width:1200px;margin:0 auto;overflow:hidden;
}
.fl{
	float:left;	
}
.fr{
	float:right;	
}
.clearfix:after{
	content:"."; display:block; height:0; clear:both; visibility:hidden;
}
.mt50{
	margin-top:50px;
}








/*.page{
	text-align:center;padding:40px 0;font-size: 16px;
}
.page a{
	border:1px solid #c1c1c1;padding:5px 10px;background: #fcfcfc;color:#7f7f7f;
}
.page a:hover{
	background: #153f8b;color:#fff;
}
.page span{
	border:1px solid #c1c1c1;padding:5px 10px;background: #fcfcfc;color:#7f7f7f;
}*/


.page{
	margin: 20px 0 20px 0;
}
.page ul{

	text-align: center;
}
.page ul li{
	display: inline-block;
	margin-right: 12px;
}
.page ul li a{
	display: inline-block;
	width:40px;
	height: 40px;
	background: #ebebeb;
	text-align: center;
	border-radius: 50px;
	line-height: 40px;
	text-align: center;
}
.page ul li a:hover,.page ul li.on a{
	background: #d5a95b;
	color:#fff;
}




.footer-copyright{
	background: #1a222d;
	text-align: center;
	padding:30px 0;
	font-size: 14px;
	color: #999;
}
@media  screen and (width:1920px){
	.footer-copyright{
		margin-bottom:100px;
	}
}
@media  screen and (width:1440px){
	.footer-copyright{	
		margin-bottom:75px;
	}
}
.footer-copyright p{
	line-height: 26px;
}
.footer-copyright p span{
	color:#ff5908;
}

.join-ad{
	position:fixed;
	bottom:0;
	z-index:1111;
	width:100%;
}
.join-ad img{
	display:block;
	width:100%;
}
.join-ad .closeX{
	position:absolute;
	right:10px;
	display:inline-block;
	top:30px;
	color:#fff;
	font-size:28px;
	z-index:1110;
	cursor:pointer;
}

/*留言*/
.Legal-opinion{
	background:#242e47;
	padding:38px 0;
}
.Legal-opinion-title{
	font-size:30px;
	color:#ff6d20;
	text-align:center;
}
.Legal-opinion-message{
	margin-top:42px;
}
.Legal-opinion-message p{
	height:46px;
	width:360px;
	background:#1d2539;
	border:1px solid #868b95;
	margin-bottom:28px;
	line-height:46px;
	color:#fff;
	font-size:18px;
}
.Legal-opinion-message p label{
	padding-left:10px;
	float:left;
}
.Legal-opinion-message-left p .inptext{
	background:transparent;
	padding-left:10px;
	width:298px;
	color:#fff;
	font-size:18px;
}
.Legal-opinion-message-right p{
	width:800px;
	height:120px;
} 
.Legal-opinion-message-right p .textarea{
	background:transparent;
	padding-left:10px;
	width:700px;
	height:120px;
	color:#fff;
	font-size:18px;
	line-height:30px;
	resize:none;
}
.Legal-opinion .inpsub{
	width:260px;
	height:52px;
	border:1px solid #2882e8;
	line-height:52px;
	text-align:center;
	color:#fff;
	font-size:16px;
	margin:0 auto;
	border-radius:52px;
	cursor:pointer;
}