* { margin: 0px; padding: 0px; }
ul, ol, li {
	list-style: outside none none;
}
em, i {
	font-style: normal;
}
body {
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	color: rgb(102, 102, 102);
	font-size: 14px;
	font-family: arial;
}
a {
	color: rgb(102, 102, 102);
	text-decoration: none;
}
html, body {
	background: rgb(249, 249, 249) none repeat scroll 0% 0%;
	width: 100%;
	height: 100%;
	font-family: Helvetica,sans-serif;
	-moz-text-size-adjust: none;
}
* {  }
.clearfix::after {
	display: block; content: "";
	clear: both;
	visibility: hidden;
}
body {
	font: 12px/1.5 "Microsoft YaHei",tahoma,arial,Hiragino Sans GB,宋体;
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
}
a {
	text-decoration: none;
}
.header {
	position: fixed;
	width: 100%;
	top: 20px;
	left: 0px;
	z-index: 999;
}
.nav {
	width: 80%;
	height: 35px;
	line-height: 35px;
	margin: 0px auto;
}
.logo {
	float: left;
	background-image: url(../images/logo.png);
	display: block;
	width: 150px;
	height: 35px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 150px auto;
}
.entry {
	float: right;
	color: rgb(255, 255, 255);
	margin-top:-10px;
	font-size:0.8rem;
}
.skype{
	display:-webkit-box;
	margin-top:-8px;
}
.skypeId{
	margin-top:-7px;
	margin-left:5px;
	font-size:0.9rem;
}

.entry a {
	font-size: 12px;
	color: rgb(255, 255, 255);
	margin: 0px 5px;
}
.entry a:hover {
	color: rgb(0, 187, 238);
}
.container {
	width: 100%;
	height: 100%;
	background-color: rgb(255, 255, 255);
}
.content {
	width: 1200px;
	height: 100%;
	margin: 0px auto;
}
.wrap {
	position: absolute;
	left: 0px; top: 20%;
	width: 100%;
	text-align: center;
	z-index: 2;
}
.slogan {
	width: 600px;
	height: 200px;
	background: transparent url(../images/slogan_homepage.png)no-repeat scroll 0px 0px / 600px auto;
	display: inline-block;
}
.mid {
	width: 100%;
}
.main-entry {
	width: 550px;
	height: 50px;
	margin: 15px auto 0px;
}
.main-entry a {
	display: inline-flex;
	text-decoration: none;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
	border-radius: 8px;
	font-size: 14px;
	letter-spacing: 1px;
	height: 50px;
	width: 170px;
	color: rgb(255, 255, 255);
	line-height: 50px;
	position: relative;
	overflow: hidden;
}
.main-entry a .title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.main-entry s {
	background-color: rgb(0, 163, 238);
	opacity: 0.9;
	display: block;
	border-radius: 8px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
}
.main-entry a:hover s {
	background-color: rgb(0, 170, 238);
	opacity: 1;
}
a.login_2, a.login_3 {
	margin-left: 20px;
	transition: all 0.3s ease-in-out 0s;
}
.front, .items, .item {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.back {
	bottom: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	overflow: hidden;
}
.items {
	overflow: visible;
}
.item {
	background: rgb(255, 255, 255) none no-repeat scroll center center / cover ;
	display: none;
}
.copyright{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:65px;
    z-index:100000;
	text-align: center;
	line-height: 25px;
	color:#FCFCFC;
}
.icon{
	background-image:url(../images/telegram-brands.svg);
	width:20px;
	height:20px;
	background-size:20px;
	display:block;
    margin-top:2px;
}
