	@CHARSET "UTF-8";
	/*** -------- 通用样式--------- ***/
	
	* {
		margin: 0;
		padding: 0;
		border: 0;
		font: inherit;
		vertical-align: baseline;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	html,
	body {
		width: 100%;
		height: 100%;
		font-family: "Microsoft YaHei", PingFangSC-Regular, Arial, Helvetica, sans-serif;
		line-height: 1;
	}
	
	h1,
	h2,
	h3,
	h4 {
		font-weight: normal;
	}
	
	a,
	button,
	input,
	textarea {
		outline: 0 none;
		text-decoration: none;
		border: 0;
	}
	
	textarea {
		resize: none;
	}
	
	li,
	dt,
	dd {
		margin: 0;
		list-style: none;
	}
	
	button,
	img {
		border: none;
	}
	
	img {
		width: 100%;
		height: 100%;
		display: block;
	}
	
	i,
	b {
		font-weight: normal;
		font-style: normal;
	}
	
	a,
	button,
	input,
	textarea {
		color: #424242;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	
	.x-clear:after {
		content: "";
		display: table;
		clear: both;
	}
	
	input {
		appearance: none;
		-webkit-appearance: none;
		border: none;
	}
	
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		color: #DDD;
	}
	/*媒体查询*/
	.app-vetically {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}
	.app-comwidth {
		margin: 0 auto;
		height: 100%;
		overflow: hidden;
	}
	.app-comwidth .leftbox{
		position: relative;
		width: 65%;
		height: 100%;
		float: left;
	}
	.app-comwidth .rightbox{
		width: 35%;
		height: 100%;
		float: right;
		background-color: #fff;
	}
	.app-comwidth .leftbox ul{
	    position: relative;
		height: 100%;
		width: 100%;
		overflow: hidden;
	}
	.app-comwidth .leftbox li{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.app-comwidth .leftbox .flash{
		height: 100%;
		width: 100%;
	}
	.app-comwidth .text {
		z-index: 999;
		position: absolute;
		left: 50px;
		bottom: 60px;
		color: #fff;
	}
	.app-comwidth .text h3 {
		margin-bottom: 24px;
		font-size: 39px;
		letter-spacing: 3px;
	}
	.app-comwidth .text p {
		margin-bottom: 28px;
		font-size: 53px;
		letter-spacing: 4px;
	}
	.app-comwidth .text span {
		font-size: 18px;
		color: #ccc;
		letter-spacing: 1px;
	}
	.app-comwidth .rightbox{
		position: relative;
		/* background: url(../img/bg.png) no-repeat bottom center; */
		background-size: 100%;
	}
	.app-comwidth .rightbox .logo{
		position: absolute;
		top: 8%;
		left: 50%;
		margin-left: -140px;
		width: 252px;
		height: 64px;
		background: url(../img/logo.jpg) no-repeat center;
	}
