* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	display: block;
}

ol,
li,
ul {
	list-style: none;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: '\20';
	display: block;
	clear: both;
	height: 0;
}

img {
	border: 0;
	vertical-align: middle;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.dorpdown {
	position: relative;
}

.omit {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

body {
	font: 14px/24px "Microsoft YaHei";
	color: #646464;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	/* zoom:0.86; */
}

body,
html {
	height: 100%;
	overflow: hidden;
}

@media screen and (max-width: 2500px) {
	body {
		zoom: 0.86;
	}
}

@media screen and (max-width: 1800px) {
	body {
		zoom: 0.78;
	}
}

@media screen and (max-width: 1280px) {
	body {
		zoom: 0.6;
	}
}

em,
i {
	font-style: normal;
}

.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.bg {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.main {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -550px;
	width: 1100px;
	height: 100%;
	/* background: red; */
}

.main .logo {
	width: 176px;
	height: 36px;
	padding-top: 6%;
}

/* @media screen and (max-width: 1800px) {
    .main .logo{
    	padding-top: 6%;
    }
} */
.con {
	width: 100%;
	height: 100%;
	/* margin-top: 95px; */
}

.con .left {
	height: 800px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -400px;
}

.con .left h3 {
	font-size: 52px;
	color: #fff;
	height: 48px;
	line-height: 48px;
}

.con .left h3 em {
	font-size: 24px;
	font-weight: inherit;
}

.con .left p {
	font-size: 26px;
	color: #fff;
	margin: 6% 0 20%;
	/* margin: 25px 0 50px; */
}

.con .left div {
	font-size: 18px;
	color: #fff;
	line-height: 35px;
}

.con .sm {
	width: 385px;
	margin-top: 20%;
	/* margin-top: 80px; */

}

.con .sm .btn div {
	width: 180px;
	height: 50px;
	margin-bottom: 25px;
}

.con .sm .erweima {
	width: 130px;
	height: 130px;
}
.con .sm .erweima img{
	width: 100%;
	height: 100%;
}
.con .right {
	width: auto;
	height: 78%;
	position: absolute;
	top: 50%;
	right: -140px;
	margin-top: -380px;
}

.con .right div {
	text-align: center;
	font-size: 18px;
	color: #000;
	line-height: 35px;
}

.foot {
	position: fixed;
	bottom: 30px;
	width: 1120px;
	left: 50%;
	margin-left: -560px;
	font-size: 16px;
	color: #aab6c3;
	text-align: center;
}

.foot a {
	display: inline-block;
	color: #aab6c3;
	cursor: pointer;
}
