@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0px;}
a {text-decoration: none; }

li {list-style: none; }
h3 a,p a{ display:inline-block}
img {border: none;display: block; }
/*清除浮动*/
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}
/*.warp{ width:100%;}
.content{ width:95%; margin:0 auto;}
.left{ float:left;}*/
.sider{
	margin-bottom: 40px;
	line-height: 28px;

}
.sider dl dt{
	color: #555;
	font-size: 16px;
	font-weight: 700;
	
}
.sider dl dd a{
	color: #666;
	font-size: 14px;
	font-weight: 400;
	
}
.sider dl dd a:hover{color:#fe806a ;}
@media screen and (min-width: 700px) {
	.active{
		font-weight: 700 !important;
		color: #333 !important;
	}
	/*免责声明*/
	.dbt{display: none;}
	.warp{
		margin-top: 30px;
	}
	.content{
		margin: 0 auto;
		max-width: 1200px;
	}
	.bigleft{float: left; margin-right: 20px; /*width: 400px;*/}
	.close{display: none;}
	.bigleft ul li{
		/*float: left;*/
		/*height: 30px;*/
		line-height: 30px;
		margin-bottom: 20px;
	}
	.bigleft ul li a{
		color: #333;
	}
	.bigleft ul li a.active{
		font-weight: bold;
	}
	.bigright{float: right; width: 950px;}
	.bigright .sametitle{
		font-size: 18px;
		margin-bottom: 20px;
		/*line-height: 35px;*/
	}
	/*add*/
	.nobigright .sametitle{
		font-size: 18px;
		margin-bottom: 20px;
		text-align: center;
		
		/*line-height: 35px;*/
	}
	.nobigright .samecontent p{
		/*text-indent: 2em;*/
		line-height: 32px;
		margin-bottom: 10px;
	}
	/*end*/
	.bigright .samecontent{
		font-size: 16px;
		color: #333;
		padding-bottom: 30px;
	}
	.bigright .samecontent p{
		/*text-indent: 2em;*/
		line-height: 32px;
		margin-bottom: 10px;
	}
	.w3 {
	    margin-bottom: 3px;
	    font-size: 16px;
	    line-height: 1.5;
	    padding-top: 5px;
	}
	h2{margin-bottom: 20px;}
	
}
@media screen and (max-width:699px) {
	.active{
		font-weight: 1000 !important;
		/*color: #333 !important;*/
	}
	.warp{
		width: 100%;
		/*margin-top: 30px;*/
	}
	.dbt{
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		text-align: center;
		border-bottom: solid 1px #EEEEEE;
	}
  	.content{
		margin: 0 auto;
		width: 96%;
		
	}
	
	.bigright{margin-top: 20px;}
	.bigright .sametitle{
		font-size: 18px;
		margin-bottom: 20px;
		/*line-height: 35px;*/
	}
	/*add*/
	.nobigright{margin-top: 20px;}
	.nobigright .sametitle{
		font-size: 18px;
		margin-bottom: 20px;
		text-align: center;
		/*line-height: 35px;*/
	}
	.nobigright .samecontent p{
		line-height: 35px;
	}
	/*end*/
	.bigright .samecontent{
		font-size: 16px;
		color: #333;
		padding-bottom: 30px;
	}
	.bigright .samecontent p{
		/*text-indent: 2em;*/
		line-height: 35px;
	}
	.bignav{
		display: none; 
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.4);
		z-index: 1000;
	}
	.navleft{
		width: 30%;
	    height:100%; 
	    opacity: 0.6; 
	    float: left; 
	 }
	.bigleft {
		width: 70%;
		height: 100%;
		background-color: #fff;
		float: left;
	}
	
	.bigleft .close {
		width: 15px;
		height: 15px;
		float: left;
		margin: 24px 0 0 13px;
	}
	
	.bigleft .close img {
		width: 15px;
		height: 15px;
	}
	
	.bigleft ul {
		margin-top: 30px;
		float: left;
		width: 100%;
	}
	.sider {
        margin-top: 20px;
        line-height: 30px;
	    float: left;
	    width: 100%;
	    margin-bottom: 0;
	}
	.sider dl{
	    margin-left: 30px;
	}
	.sider dl dd a{
		color:#fe806a; 
	}
	.bigleft ul li {
		width: 100%;
		float: left;
		font-size: 16px;
		margin-bottom: 25px;
		position: relative;
		
	}
	
	.bigleft ul li a {
		color: #333;
		margin-left: 20px;
	}
	
	.bigleft ul li a.active {
		font-weight: bold;
		
	}
}

