.out-div{
	background: url(../images/beij.jpg) center no-repeat;
	height: auto;
	padding-bottom: 3%;
}
.headlogo{
	background: url(../images/header.PNG)center no-repeat;
	height: 135px;
}
.riname{
	color: #0d4c77;
	font-size: 43px;
	float: right;
	line-height: 85px;
}
.tab-div{
	text-align: center;
	padding: 0px 50px;

}
.tab-div li{
	display: inline-block;
	border-radius: 100px;
	background: #e2e2e2;
	width: 460px;
	line-height: 43px;
	border: 3px #063351 solid;
	text-align: center;
	font-size: 22PX;
	color: #fff;
	margin: 9px;
	cursor: pointer;
	text-shadow:
   -1px -1px 0 #4f4d57,  
   1px -1px 0 #4f4d57,
   -1px 1px 0 #4f4d57,
   1px 1px 0 #4f4d57,
   5px 5px 10px rgba(1,1,1,1);       
   color: #f2f2f2; }
.tab-div .on{
	background: url(../images/keb.png) 100% 100%;
	color:#FFFF00;
}
.title{
	font-size: 53px;
	 background-image: -webkit-linear-gradient(bottom, #eac728,#fdea3d, #fff);
	  -webkit-background-clip: text;
	  color: transparent;
	  text-align: center;
	  height: 50px;
	  margin: 10px auto;
}
.polist{
	font-size: 0px;
	text-align: center;
}
.polist li{
	width: 25%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.polist li p{
	color: #fff;
	font-size: 18px;
	width: 260px;
	text-align: left;
	padding-left: 17px;
	margin-top: 10px;
	margin: 0 auto;
}

.polist li p span{
	display: inline-block;
	margin-left: -20px;
}

.tablediv+.tablediv{
	display: none;
}
.flex-control-nav{
	display: none;
}

.home_slider{
	position: relative;
}
.flex-direction-nav{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -16px;
}
.flex-direction-nav li{
	font-size: 0px;
	display: inline-block;
	width: 22px;
	height: 33px;
	background: url(../images/lef.PNG) 100% 100%;
	background-size: 100% 100%;
	z-index: 9999
}

.flex-direction-nav li+li{
	font-size: 0px;
	display: inline-block;
	width: 22px;
	height: 33px;
	background: url(../images/rg.PNG) 100% 100%;
	float:right;
	background-size: 100% 100%;

}
@media only screen and (max-width: 750px) {

	.headlogo{
		height: 55px;
		background-size: auto 100%;
		background-position: center;
	}

	.headlogo img{
		height: 50px;
		padding-top: 5px;
	}
	.riname{
		font-size: 14px;
		line-height: 40px;
	}
	.tab-div li{
		width: 88%;
		font-size: 15px;
		margin: 1% auto;
		line-height: 36px;
	}
	.tab-div{
		padding: 2% 2%;
	}
	.title{
		font-size: 24px;
	}

	.polist li{
		width: 100%;
	}
}