*{
	padding: 0;
	margin: 0;
}
ul,li{
	list-style: none;
}
html, body {
	position: relative;
	height: 100%;
}
body {
	background: #f2f7f9;
  font-size: 14px;
  font-family: Microsoft YaHei ;
  min-width: 1200px;
}
.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.content{
	width: 1200px;
	margin: 0 auto;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
a{
    color: #333;
	text-decoration: none;
}
.wbg{
    background-color: #fff;
    overflow: hidden;
}
.menu-list{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-170px);
    height: 100%;
    width: 270px;
    transition: all 800ms cubic-bezier(.8, 0, .33, 1);
    z-index: 999;
}
.menu-list .menu-btn {
    position: absolute;
    top: 30px;
    right: 20px;
    padding: 0;
    width: 30px;
    cursor: pointer;
    z-index: 2;
}
.menu-list .menu-btn .line {
    padding: 0;
    width: 28px;
    background: #fff;
    height: 2px;
    margin: 5px 0;
    transition: all 700ms cubic-bezier(.9, 0, .33, 1);
}

.menu-list .menu-btn .line.line--1 {
    width: 28px;
    transform: rotate(0) translateY(0);
}

.menu-list .menu-btn .line.line--1.line-cross {
    width: 30px;
    transform: rotate(45deg) translateY(10px);
	background: #fff;
}

.menu-list .menu-btn .line.line--2 {
    width: 28px;
    transform: translateX(0);
}

.menu-list .menu-btn .line.line--2.line-fade-out {
    width: 28px;
    transform: translate(30px);
    opacity: 0;
}

.menu-list .menu-btn .line.line--3 {
    width: 28px;
    transform: rotate(0) translateY(0);
}

.menu-list .menu-btn .line.line--3.line-cross {
    width: 30px;
    transform: rotate(-45deg) translateY(-10px);
	background: #fff;
}

.menu-list .nav-links {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 40%;
    transform: translateX(-100px);
    opacity: 0;
    transition: all 900ms cubic-bezier(.9, 0, .33, 1);
    box-sizing: border-box;
}

.menu-list .nav-links.fade-in {
    opacity: 1;
    transform: translateX(0px);
}

.menu-list .nav-links .link {
    display: block;
    padding-left: 80px;
    font-size: 18px;
    color: #fff;
    height: 58px;
    line-height: 58px;
    transition: all 300ms cubic-bezier(.9, 0, .33, 1);
}

.menu-list .nav-links .link:hover {
    background-color: rgba(230,50,40,.8);
    font-size: 22px;
}
.menu-list.nav-open {
    transform: translateX(0px);
	background: rgba(7, 7, 7, 0.4);
}
.logo{
    position: absolute;
    top: 30px;
    right: 50px;
    z-index: 999;
}
.logo>img{
    display: block;
    height: 40px;
}
.other-login{
    margin-top: 100px;
    padding-left: 80px;
    font-size: 0;
}
.other-login>a{
    display: inline-block;
    margin-right: 25px;
}
.other-login>a img{
    width: 37px;
    height: 37px;
}
.footer{
    background-color: #000;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.wbg{
    background-color: #fff;
}
.footer{
	position: relative;
	background-color: #283040;
	height: 115px;
}
.footer-left{
	display: inline-block;
	position: relative;
	padding-right: 110px;
	text-align: center;
}
.footer-left a{
	display: inline-block;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
	color:#cacaca;
}
.conpanyRight{
	padding-top: 20px;
	font-size: 12px;
	color:#717171;
}
.footer-right{
	position: absolute;
	right: 0;
	top: 24px;
}
.tc{
	text-align: center;
}
.footer-left a:hover{
	color:#fff;
}
.footer-right img{
	width:65px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,dl,dd,dt,ul,li,ol,p{
    padding: 0;
    margin: 0;
}