@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	max-width: 100%;
}

html, body {
	height: 100%;
	width: 100%;
	background-color: #282d3d;
}

ul {
	margin: 0;
	list-style: none;
}

/* unvisited link */
a:link {
	color: black;
	text-decoration: none;
}

/* visited link */
a:visited {
	color: black;
	text-decoration: none;
}

/* mouse over link */
a:hover {
	color: black;
	text-decoration: none;
}

/* selected link */
a:active {
	color: black;
	text-decoration: none;
}

textarea:focus, input:focus {
	outline: none;
}

.main_wrap {
	height: 100%;
	width: 100%;
}

.main_img {
	width: 100%;
	height: 765px;
	background-color:#515A78;
	background-repeat: no-repeat;
	background-size: 1920px 765px;
	background-image: url('../image/main_img_1.jpg');
	background-position:top center;
	position: relative;
	text-align: center;
}

.top_bar {
	width: 100%;
	height: 78px;
	overflow: hidden;
	background-color: rgba(116, 116, 116, 0.3);
	position: relative;
	text-align: center;
}

.top_bar img {
	margin-top: 15.5px;
}

.ww_info {
	width: 100%;
	height: 285px;
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url('../image/wonderwallinfo.png');
	background-position: center center;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
}

.ww_footer {
	width: 100%;
	height: 175px;
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url('../image/wwsoft_footer.png');
	background-position: center center;
}

.ww_conbox {
	width: 1000px;
	height: 537px;
	position: relative;
	display: inline-block;
	margin-top: 92px;
}

.ww_conbox_l {
	width: 500px;
	height: 537px;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	background-image: url('../image/kingdom_cmt.png');
	background-position: right 54px top 157px;
}

.ww_conbox_r {
	width: 500px;
	height: 537px;
	position: absolute;
	right:0px;
	background-repeat: no-repeat;
	background-image: url('../image/prod_img_1.png');
	background-position: right 50px center;
}

.link_box {
	position: absolute;
	bottom: 0px;
	margin-left: 85px;
	margin-bottom: 105px;
}

.link_box_b {
	position: absolute;
	bottom: 0px;
	margin-left: 85px;
	margin-bottom: 70px;
}

.link_box_2 {
	position: absolute;
	bottom: 0px;
	margin-right: 100px;
	margin-bottom: 100px;
	right:0px;
}

.footer_icon_b {
	width: 131px;
	height: 44px;
}

.footer_icon_s {
	position: relative;
	width: 44px;
	height: 44px;
	margin-left: 10px;
	display: inline-block;
}

.ww_conbox_l_2 {
	width: 500px;
	height: 537px;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	background-image: url('../image/prod_img_2.png');
	background-position: left 30px center;
}

.ww_conbox_r_2 {
	width: 500px;
	height: 537px;
	position: absolute;
	right:0px;
	background-repeat: no-repeat;
	background-image: url('../image/heart_cmt.png');
	background-position: right 95px top 148px;
}