
/* common */
.n_infomation-banner {
	width: 100%;
	height: 400px;
	background: url(../images/news/news.png) no-repeat center center;
	background-size: cover;
}


.fullSlide {
	width: 100%;
	position: relative;
	/*background: #000;*/
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bd li a {
	display: block;
	color: #fff;
}

.fullSlide .hd {
	margin-bottom: 15px;
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 45px;
	line-height: 45px;
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	margin: 0px 20px 1px 0px;
	overflow: hidden;
	background: #adbbc6;
}

.fullSlide .hd ul .on {
	background: #ec7519;
}

.fullSlide .prev, .fullSlide .next {
	display: none;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 0%;
	z-index: 1;
	width: 40px;
	height: 60px;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}

.fullSlide .next {
	left: auto;
	right: 0%;
}

.n_server {
	width: 100%;
	background-size: cover;
	background: #F6F6F6;
	padding-bottom: 30px;
}

.n_server-pannel {
	width: 90%;
	margin: 0 auto 2%;
}

.n_server-item {
	border-radius: 10px;
	background: #fff;
	width: 49%;
	height: 160px;
	box-shadow: 0 0 10px #ccc;
	text-align: center;
}

.n_server-item_pic {
	float: left;
	width: 60px;
	margin: 20px;
}

.n_server-item_info {
	float: left;
	width: 70%;
	margin-top: 20px;
}

.n_server-item_title {
	font-size: 20px;
	text-align: left;
	/* font-weight:bold; */
	color: #666666;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 14px;
}

.n_server-item_p {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #666666;
	line-height: 24px;
}

.n_server-item_link {
	margin-top: 25px;
	font-size: 16px;
	float: right;
	padding-right: 20px;
	font-weight: normal;
	color: #cccccc;
}


.n_server-item:nth-child(odd) {
	float: left;
}

.n_server-item:nth-child(even) {
	float: right;
}

.n_server-item:hover {
	cursor: pointer;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.n_server-item_a, .n_server-item_a:link, .n_server-item_a:visited, .n_server-item_a:hover, .n_server-item_a:active {
	color: #666666;
}


.n_advantage {
	width: 100%;
	text-align: center;
}

.n_advcance-pic_wrap {
	background-image: url(../images/home/advantage_bg.jpg);
}

.n_advantage-pic {
	padding:5%;
	width: 50%;
}

.n_partner {
	width: 100%;
	text-align: center;
	padding-bottom: 80px;
}

.n_partner-pic {
	width: 70%;
}






