body {
	background-color: #fff;
	background-image: url("../img/common/bg_s1.jpg");
	background-repeat: no-repeat;
	background-position: center 100px;
}

/* BANNER样式 */
.page-banner {
	position: relative;
	height: 295px;
}

.page-banner .bg {
	position: absolute;
	height: 72px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	
	background-image: url("../img/brand/banner/banner_bg.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}

.page-banner .list {
	height: 295px;
	overflow: hidden;
	background-color: #4c7ec6;
}

.page-banner .list > .item {
	text-align: center;
	font-size: 0;
	width: 100%;
	overflow: hidden;
}

.page-banner .list > .item > img {
	margin: 0 auto;
}

/* 中间部分样式 */
.page-content {
	padding: 0;
}

.page-content .wrapper {
	padding: 40px;
	background-color: #fff;
}

.page-content .navbar {
	height: 54px;
	margin: 0 -4px;
}

/* 导航样式 */
.page-content .navbar > a {
	height: 54px;
	width: 204px;
	line-height: 52px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	background-image: url("../img/game/game_icon.png");
	background-repeat: no-repeat;
	background-position: 0 -54px;
	margin: 0 5px;
}

.page-content .navbar > a:hover,
.page-content .navbar > a.active {
	background-position: 0 0;
}

.page-content .navbar > a > i {
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: -18px;
	background-image: url("../img/brand/brand_icon.png");
	background-repeat: no-repeat;
}

.page-content .navbar > a > i.group-int {
	background-position: 0 -108px;
}

.page-content .navbar > a > i.platform-int {
	background-position: -50px -108px;
}

.page-content .navbar > a > i.group-adv {
	background-position: -100px -108px;
}

.page-content .navbar > a > i.contact-us {
	background-position: -150px -108px;
}

/* 文本介绍样式 */
.page-content .content {
	position: relative;
	width: 968px;
	margin: 0 auto;
}

.page-content .content .t1-1 {
	height: 60px;
	line-height: 58px;
	font-size: 30px;
	color: #009ee6;
}

.page-content .content .t2-1 {
	height: 56px;
	line-height: 54px;
	font-size: 26px;
	color: #333;
	border-bottom: 1px dashed #c1c1c1;
}

.page-content .content .t2-1 > span {
	margin: 0 10px;
}

.page-content .content .t1-2 {
	height: 48px;
	line-height: 46px;
	font-size: 18px;
	color: #009ee6;
}

.page-content .content .p1-1 {
	line-height: 30px;
	font-size: 16px;
	color: #787876;
	text-indent: 2em;
}

.page-content .content .row {
	position: relative;
}

.page-content .content .row.p10 {
	padding: 10px 0;
}

.page-content .content .row.p20 {
	padding: 20px 0;
}

.page-content .content .img {
	font-size: 0;
}

.page-content .content .links {
	position: absolute;
	top: 10px;
	left: -3px;
	right: -3px;
}

.page-content .content .links > a {
	width: 156px;
	height: 72px;
	float: left;
	margin: 0 3px 6px 3px;
}

.page-content .content .button-s1 {
	width: 250px;
	height: 50px;
	margin: 10px 0;
	line-height: 48px;
	font-size: 20px;
	color: #fff;
	background-color: #10AEDE;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	display: block;
	transition: all 0.2s ease 0s;
}

.page-content .content .button-s1:hover {
	background-color: #12b5ff;
}

.page-content .content .contact-form > .item {
	height: 50px;
	line-height: 48px;
	color: #787876;
	font-size: 16px;
	margin-bottom: 20px;
}

.page-content .content .contact-form > .item:last-child {
	margin-bottom: 0;
}

.page-content .content .contact-form > .item > i.icon {
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: -18px;
	background-color: #2dbcf6;
	border-radius: 3px;
	background-image: url("../img/brand/brand_icon.png");
	background-repeat: no-repeat;
}

.page-content .content .contact-form > .item > i.icon.home {
	background-position: -204px 0;
}

.page-content .content .contact-form > .item > i.icon.call {
	background-position: -204px -50px;
}

.page-content .content .contact-form > .item > i.icon.message {
	background-position: -204px -100px;
}

.page-content .content .contact-form > .item > span {
	color: #000;
	font-size: 18px;
	margin-left: 10px;
}

.page-content .content .weixin {
	position: absolute;
	width: 312px;
	height: 198px;
	top: 42px;
	left: 442px;
	padding: 10px;
	background-image: url("../img/brand/contact_phone.png");
	background-position: right center;
	background-repeat: no-repeat;
}

.page-content .content .weixin > .img {
	width: 130px;
	height: 130px;
	border: 1px solid #d3d3d3;
	font-size: 0;
}

.page-content .content .weixin > .text {
	width: 130px;
	height: 30px;
	line-height: 28px;
	margin: 5px 0;
	font-family: inherit;
	background-color: #f1f1f1;
	border-radius: 6px;
	text-align: center;
}
