	body, html {
	    width: 100%;
	    min-width: 1200px;
	    max-width: 1920px;
	    margin: 0 auto;
    	font-family: "Microsoft YaHei","Helvetica Neue",Arial,HelveticaNeue,Helvetica,"BBAlpha Sans",sans-serif;
	}
	body {
	    /*font-family: Arial,"Hiragino Sans GB","Microsoft YaHei",SimSun,Helvetica,Tahoma,Arial sans-serif;*/
	    line-height: 1.7;
	    font-size: 12px;
	    color: #000;
	}
	.wrap {
	    z-index: 1;
	    width: 100%;
		overflow: hidden;
	}
	 

	/*---------------*/
	.main{
		width: 100%;
	    height: 3689px;
	    overflow: hidden;
	    min-width: 1200px;
	    margin: 0;
	    padding: 0;
	    background: url(https://res.zulong.com/cms/zulong/jinlingjiang_bg.jpg) 0 0 no-repeat;
	    background-position: center 0;
	} 
	
	 

	/*---------------*/
	.bottom{
		width:100%;
		height:311px;
		background: #331e0c;
		overflow: hidden;
		box-sizing: border-box;
    	padding-top: 100px;
	}
	.bottom_c{
		width:760px;
		height:311px;
		margin:0 auto;
	}
	.b_left{
		width:139px;
		height:48px;
		margin-top:26px;
		float: left;
	}
	.b_center{
		float: left;
		overflow: hidden;
		margin:10px 0 0 40px;
	}
	.b_center>ul>li{
		font-size: 16px;
		color:#fff;
		float: left;
		margin-right: 30px;
	}
	.b_center>ul>li>a{
		font-size: 14px;
		color:#fff;
		text-decoration: none;
	}
	.b_center>p{
		font-size: 12px;
		color:#fff;
		margin-bottom:5px;
	}
	.b_center>p:nth-child(2){
		margin-top:10px;
	}