html,body{
    		height:100%;
    		font-family:"微软雅黑";
    	}
    	.main{
    		height:auto;
    		min-height:550px;
    		background:url(../images/downbg.png) no-repeat;
			background-size: cover;
			padding-top: 100px;
    	}
    	.downMain{
    		width:900px;
    		margin:0 auto;
    	}
    	.downLeft,.downRight{
    		float:left;
    	}
		.downLeft{
			width:450px;
		}
		.downLeftImg{
			width:450px;
			height:500px;
			background: url(../images/downLeftImg.png) center no-repeat;
			background-size: 52%;
		}
		.downRightContent{
			text-align:center;
			color:#FFF;
		}
		.downRightLi1 h3{
			line-height: 50px;
		}
		.downRightLi2{
			font-size:14px;
			line-height:20px;
		}
		.downRightLi3{
			height:40px;
			border:1px solid #FFF;
			line-height:40px;
		}
		.downRightLi4{
			font-size:12px;
		}
		.downRightLi5{
			padding:20px 0 10px 0;
		}
		.downRightLi6{
			font-size:12px;
			margin-bottom:15px;
		}
		.downRightLi31{
			padding:10px 43px;
		}
		.c{
			width:143px;
			overflow: hidden;
			margin:0 auto;
		}
		.c>div{
			float: left;
			color:#FFF;
		}
		.headerbg{
			height:66px;
			position:fixed;
			top:0;
			z-index:9;
			//opacity: 0.9;
			filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
			background:#FFFFFF\0;/*兼容IE8*/
			border-bottom:1px solid #E5D7D7\0;
		}
		.headerbg{
			box-shadow: 0 2px 5px #888888;
		}
		.header1{
			width:1000px;
			left:50%;
			margin-left:-500px;
			height:66px;
			position:relative;
			z-index:10;
			position:fixed;
		}
		.headerbg{
			width:100%;
			left:0;
			//background:#FFFFFF;
			background:rgba(255,255,255,0.9);
		}
		.logo{
			position:absolute;
			left:0;
			width:156px;
			height:66px;
			top: 0.5em;
		}
	
		.nav{
			position:absolute;
			left:200px;
			top:25px;
			display: none;
		}
		.navli{
			width:110px;
			float:left;
			text-align:center;
		}
		.nav-active a{
			color:#FD6138;
		}
		.arrow{
			width:18px;
			height:10px;
			position:absolute;
			background:url(../images/arrow.png);
			left:45px;
			top:-10px;
			z-index:20;
		}
		.Itemli{
			height:35px;
			line-height:35px;
			border-bottom:1px solid #E5D7D7;
			background:#FFFFFF;
			
		}
		.Itemli:last-child{
			border:0;
		}
		.Itemli a{
			font-size:14px;
			color:#939FA6;
			padding:20px 0;
		}
		.Itemli:hover{
			background:#FD6138;
			
		}
		.Itemli a:hover{
			color:#FFFFFF;
			
		}
		.menuItemPop{
			border:1px solid #E5D7D7;
			position:relative;
			margin-top:15px;
		}
		.link{
			position:absolute;
			right:-60px;
			top:25px;
		}
		
		.link a{
			padding:5px 10px;
			font-size:14px;
		}
		.link-normal:hover{
			color:#FD714C;
		}
		.link-active{
			background:#FD6138;
			color:#FFFFFF;
		}
		.link-active:hover{
			background:#FD714C;
		}
		 
		.phone{
			display: none;
		}
		.pc{
			display: block;
		}
		.uhide{
			display:none;
		}