.banner_wrapper {
	background: #263344 url('../images/screenshots/bg-br.jpg') no-repeat center center;
	background-size: cover;
}
.banner_wrapper h1 {
	font-size: 50px;
	font-size: 5.0rem;	
	padding: 12.4% 0 4.7% 0;
	color: #FFFFFF;
}
.banner_wrapper p {
	font-size: 30px\0;
	font-size: 3.0rem;
	color: #FFFFFF;	
	padding-bottom: 12.4%;
	font-family: 'HelveticaLT35Thin';
}
/*banner end*/
.main-content-wrapper h2 {
	color: #111;
	padding: 8% 0 9% 0;
}
.main-content-wrapper .line {
	border-top: 1px solid #dbdbdb;
}
.main-content-wrapper .menu {
	font-size: 0;
	margin-top: -2.3%;
}
.main-content-wrapper .menu li {
	display: inline-block;
	box-sizing: border-box;
	width: 28%;
	font-size: 20px;
	font-size: 2.0rem;
	color: #5c5d5e;
	line-height: 2.2;
	border: 1px solid #a7abaf;
	border-radius: 30px;
	text-align: center;
	cursor: pointer;
	background: #FFFFFF;
	transition: all 0.5s;
}
.main-content-wrapper .menu li:first-child {
	margin: 0 6% 0 19%;
}
.main-content-wrapper .menu li.show {
	background: #495b71;
	border-color: #495b71;
	color: #FFFFFF;
}
.main-content-wrapper .menu li:hover {
	background: #495b71;
	border-color: #495b71;
	color: #FFFFFF;
}
.main-content-wrapper .menu-content {
	margin-top: 7%;
	display: none;
	position: relative;
}
.main-content-wrapper .active {
	display: block;
}
.main-content-wrapper .menu-content ul {
	overflow: hidden;
	clear: both;
}
.main-content-wrapper .menu-content ul li {
	float: left;
	width: 30%;
	box-sizing: border-box;
	margin: 0 0 5% 5%;
	border: 1px solid #ebf0f5;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
	text-align: center;
	padding: 3px 3px 1% 3px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	color: #5b5b5b;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.main-content-wrapper .menu-content ul li:hover{border-color: #dae3ed;}
.main-content-wrapper .menu-content ul li img {
	margin-bottom: 4%;
}
.main-content-wrapper .menu-content ul .first {
	margin-left: 0;
}
.main-content-wrapper .menu-content ul li span {
	width: 100%;
	position: absolute;
	top: 3px;
	left: 3px;
	display: none;
	background: url('../images/screenshots/ic-View.png') no-repeat;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.main-content-wrapper .menu-content ul li:hover span {
	display: block;
}
.main-content-wrapper .menu-content .more {
	display: block;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	color: #359EFF;
	text-align: center;
	margin: 1% 0 8% 0;
}
.main-content-wrapper .menu-content .more:hover {
	text-decoration: underline;
}
#body-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	display: none;
	z-index: 999999;
}
.bigimg-show {
	font-size: 0;
	position: fixed;
	top: 8%;
	display: none;
	z-index: 9999999;
}
.bigimg-show>p {
	font-size: 30px;
	font-size: 3.0rem;
	color: #FFFFFF;
	padding-bottom: 1%;
}
.bigimg-show .page {
	display: block;
	font-size: 20px;
	font-size: 2.0rem;
	color: #FFFFFF;
	text-align: center;
}
.bigimg-show div,.bigimg-show ol {
	display: inline-block;
	vertical-align: middle;
}
.bigimg-show div {
	width: 2%;
	height: 38px;
	cursor: pointer;
}
.bigimg-show .arrow-left {
	margin-right: 4%;
	background: url(../images/icon/arrow-left-white.png) no-repeat center center;
	background-size: contain;
}
.bigimg-show .arrow-right {
	background: url(../images/icon/arrow-right-white.png) no-repeat center center;
	background-size: contain;	
	margin-left: 4%;	
}
.bigimg-show .arrow-left:hover {
	background: url(../images/icon/arrow-left-blue.png) no-repeat center center;
	background-size: contain;
}
.bigimg-show .arrow-right:hover {
	background: url(../images/icon/arrow-right-blue.png) no-repeat center center;
	background-size: contain;	
}
.bigimg-show .arrow-left-blue {
	background: url(../images/icon/arrow-left-blue.png) no-repeat center center;
	background-size: contain;
}
.bigimg-show ol {
	width: 88%;
}
.bigimg-show ol li {
	display: none;
}
.bigimg-show ol li.active {
	display: block;
}
.bigimg-show ol li img {
	margin: 0 auto;
}
.bigimg-show .close {
	width: 32px;
	height: 32px;
	background: url('../images/icon/ic-out.png') no-repeat 0px 0px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.bigimg-show .close:hover {
	background-position-y: -32px;
}
/*safari 兼容性*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.prd_msg ul li:first-child {
		margin-right: 2%;
	}
}
/*移动端css*/
@media (min-width:768px) and (max-width:999px){     /*平板及中等屏幕*/
	.content_msg_wrapper ul .last .left img,
	.content_msg_wrapper ul .last .right img {
		margin: 0 auto;
	}
	.content_msg_wrapper ul .last .left p,
	.content_msg_wrapper ul .last .right p {
		margin: 0 auto;
	}
	.content_msg_wrapper ul .last .left .down {
		margin: 0;
	}
	.content_msg_wrapper ul .last .right .down {
		margin: 0;
	}
	.server-list-wrapper .center .msg a {
		margin-right: 17%;
	}
}
@media (min-width:320px) and (max-width:767px){     /*手机屏幕*/
	.center {
		padding: 20px 15px;
	}
	.main-content-wrapper .line {
		display: none;
	}
	.main-content-wrapper .menu {
		text-align: center;
	}
	.main-content-wrapper .menu li:first-child {
		margin: 0;
		margin-right: 1%;
		margin-bottom: 5px;
	}
	.main-content-wrapper .menu li {
		width: 100%;
	}
	.main-content-wrapper .menu-content ul li {
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
	}
	.main-content-wrapper .menu-content ul li img {
		margin: 20px auto;
	}
	.at_web7_app>.center{
		padding:0;}
	.banner_wrapper p,
	.main-content-wrapper .menu li{font-size: 3.6rem !important;
		line-height:1.5;}
	.main-content-wrapper .menu li{
		line-height:2.2;}
	.main-content-wrapper .menu-content ul li,
	.main-content-wrapper .menu-content .more{font-size: 3.2rem !important;}
}