* {
	margin: 0;
	padding: 0
}

body {
	background: #fff;
	width: 100%;
	height: 100%;
}

div.screen {
	width: 100%;
	height: 100%;
	/* 	overflow: hidden;
	position: absolute; */
	background: #31558a
}

div.burger {
	height: 30px;
	width: 40px;
	position: fixed;
	z-index: 9999;
	top: 10px;
	right: 20px;
	cursor: pointer
}

div.x,
div.y,
div.z {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	background: #000;
	border-radius: 2px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}

div.x,
div.y,
div.z {
	height: 3px;
	width: 26px
}

div.y {
	top: 18px
}

div.z {
	top: 37px
}

div.collapse {
	top: 0px;
	background: #30373f;
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out
}

div.rotate30 {
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: all 50ms ease-out;
	-moz-transition: all 50ms ease-out;
	-ms-transition: all 50ms ease-out;
	-o-transition: all 50ms ease-out;
	transition: all 50ms ease-out
}

div.rotate150 {
	-ms-transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	-webkit-transition: all 50ms ease-out;
	-moz-transition: all 50ms ease-out;
	-ms-transition: all 50ms ease-out;
	-o-transition: all 50ms ease-out;
	transition: all 50ms ease-out
}

div.rotate45 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out
}

div.rotate135 {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out
}

div.navbar {
	height: 70px;
	background: #fff;
	z-index: 9999;
	position: fixed;
	top: 0;
	width: 100%;
}

div.circle {

	/* 	width: 0;
	height: 0; */
	position: fixed;
	/* top: 35px;
	left: 36px; */
	background: #fff;
	z-index: 9999;
	/* 	opacity: 1;
	-webkit-transition: all 300ms cubic-bezier(0, .995, .99, 1);
	-moz-transition: all 300ms cubic-bezier(0, .995, .99, 1);
	-ms-transition: all 300ms cubic-bezier(0, .995, .99, 1);
	-o-transition: all 300ms cubic-bezier(0, .995, .99, 1);
	transition: all 300ms cubic-bezier(0, .995, .99, 1) */
}

div.circle.expand {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/* 	-webkit-transition: all 400ms cubic-bezier(0, .995, .99, 1);
	-moz-transition: all 400ms cubic-bezier(0, .995, .99, 1);
	-ms-transition: all 400ms cubic-bezier(0, .995, .99, 1);
	-o-transition: all 400ms cubic-bezier(0, .995, .99, 1);
	transition: all 400ms cubic-bezier(0, .995, .99, 1) */
}

div.menu {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: scroll;
}

div.menu ul li {
	list-style: none;
	/* position: absolute;
	top: 50px;
	left: 0;
	opacity: 0; */
	width: 100%;
	font-size: 0;
	-webkit-transition: all 70ms cubic-bezier(0, .995, .99, 1);
	-moz-transition: all 70ms cubic-bezier(0, .995, .99, 1);
	-ms-transition: all 70ms cubic-bezier(0, .995, .99, 1);
	-o-transition: all 70ms cubic-bezier(0, .995, .99, 1);
	transition: all 70ms cubic-bezier(0, .995, .99, 1)
}

div.menu ul li a {
	font-size: 14px;
    padding-left: 48px;
	line-height: 3rem;
}
div.menu ul li .submenu li a{
    line-height: 3.5rem;
}
div.menu li.animate {
	font-size: 21px;
	opacity: 1;
	-webkit-transition: all 150ms cubic-bezier(0, .995, .99, 1);
	-moz-transition: all 150ms cubic-bezier(0, .995, .99, 1);
	-ms-transition: all 150ms cubic-bezier(0, .995, .99, 1);
	-o-transition: all 150ms cubic-bezier(0, .995, .99, 1);
	transition: all 150ms cubic-bezier(0, .995, .99, 1)
}

.accordion {
    width: 100%;
    margin: 50px auto 20px;
    background: #fff;
    border-top: 1px solid #f2f2f2;
	display: none;
}
.accordion .link {
    cursor: pointer;
    display: inline-block;
	
    padding: 10px 10px 10px 24px;
    color: #4d4d4d;
    font-size: 14px;
    width: 60%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.accordion li{
	position: relative;
}
.accordion li img{
	display: inline-block;
	position: absolute;
	right: 0px;
	width: 20px;
	padding: 20px 12px 20px 20px;
}
.submenu {
    display: none;
    font-size: 14px;
}
.submenu li {
    border-bottom: 1px solid #f2f2f2;
}
.submenu a {
    display: block;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.link img{
	width: 16px;
    float: right;
    position: absolute;
    top: 23px;
    right: 12px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.accordion li.open img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
/* .accordion .have_submenu {
	color: #b10000;
} */
.accordion .rotate90 {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out
}