* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	font-size: 14px;
}
body {
	font-family: "微软雅黑", "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
	width: 100%;
	text-align: center;
	font-weight: 300;
	color: #5F5D5D;
	letter-spacing: 1px;
}
a {
	font-family: "微软雅黑", "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
	text-decoration: none;
	font-weight: 300;
	color: #5F5D5D;
	letter-spacing: 1px;
	font-size: 14px;
}
a img {
	border: none;
}
ul {
	list-style: none;
}
button {
	position: relative;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: none;
	background: 0 0;
	outline: 0;
	cursor: pointer;
}
button, input, select, textarea {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-kerning: normal;
	font-variant-ligatures: common-ligatures, contextual;
	-moz-font-feature-settings: "smcp" 1, "onum" 1, "frac" 1, "kern" 1, "liga" 1, "dlig" 1, "swsh" 1;
	-moz-font-feature-settings: "smcp=1, onum=1, frac=1, kern=1, liga=1, dlig=1, swsh=1";
	-ms-font-feature-settings: "smcp" 1, "onum" 1, "frac" 1, "kern" 1, "liga" 1, "dlig" 1, "swsh" 1;
	-o-font-feature-settings: "smcp" 1, "onum" 1, "frac" 1, "kern" 1, "liga" 1, "dlig" 1, "swsh" 1;
	-webkit-font-feature-settings: "smcp" 1, "onum" 1, "frac" 1, "kern" 1, "liga" 1, "dlig" 1, "swsh" 1;
	font-feature-settings: "smcp" 1, "onum" 1, "frac" 1, "kern" 1, "liga" 1, "dlig" 1, "swsh" 1;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button, select {
	text-transform: none;
}
button {
	overflow: visible;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	font-feature-settings: inherit;
	font-kerning: inherit;
	margin: 0;
}
.btn-x {
	display: block;
	width: 35px;
	height: 35px;
	overflow: hidden;
	text-indent: -5555px;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.btn-x::after, .btn-x::before {
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	background: #fff;
	content: "";
	-webkit-transition: -webkit-transform .25s cubic-bezier(.175, .885, .32, 1.275);
	-ms-transition: -ms-transform .15s ease-out;
	-moz-transition: -moz-transform .15s ease-out;
	transition: transform .25s cubic-bezier(.175, .885, .32, 1.275)
}
.btn-x::before {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	-ms-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg)
}
.btn-x::after {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-ms-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg)
}
.btn-x:hover::before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-ms-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg)
}
.btn-x:hover::after {
	-webkit-transform: rotate3d(0, 0, 1, 135deg);
	-ms-transform: rotate3d(0, 0, 1, 135deg);
	-moz-transform: rotate3d(0, 0, 1, 135deg);
	transform: rotate3d(0, 0, 1, 135deg)
}
.nav-mobile-control {
	position: fixed;
	top: 0;
	left: 120%;
	background: rgba(35,35,39,0.85);
	width: 100%;
	height: 100vh;
	padding-top: 62px;
	z-index: 9999;
	transition: all 0.5s;
}
.nav-mobile-control.active {
	left: 0;
}
.nav-mobile-control .nav-mobile-list {
	margin-bottom: 21px;
	text-align: left;
}
.nav-mobile-control .nav-mobile-list ul li > a {
	font-size: 18px;
	color: #fff;
	height: 60px;
	line-height: 60px;
	display: block;
	padding-left: 40px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.nav-mobile-control .close-mobile-nav {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 51px;
	height: 51px;
	text-transform: uppercase;
	text-indent: 51px;
	color: rgba(17,189,214,1);
	border: 2px solid rgba(220,220,220,1);
	border-radius: 25px;
}
.nav-mobile-control .btn-x {
	position: absolute;
	right: 5px;
	top: 5px;
}
.nav-mobile-control .btn-x:after, .nav-mobile-control .btn-x:before {
	background: rgba(255,255,255,1);
}
.nav-mobile-control .close-mobile-nav:hover .btn-x:before {
	background: rgba(255,255,255,1);
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-ms-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg)
}
.nav-mobile-control .close-mobile-nav:hover .btn-x:after {
	background: rgba(255,255,255,1);
	-webkit-transform: rotate3d(0, 0, 1, 135deg);
	-ms-transform: rotate3d(0, 0, 1, 135deg);
	-moz-transform: rotate3d(0, 0, 1, 135deg);
	transform: rotate3d(0, 0, 1, 135deg)
}
header {
	height: 72px;
	position: relative;
}

@media screen and (max-width:800px) {
header {
	height: 52px;
}
}
header .logo {
	width: 30px;
	position: absolute;
	left: 50px;
	top: 20px;
}

@media screen and (max-width:800px) {
header .logo {
	left: 12px;
	top: 12px;
}
}
header nav {
	position: absolute;
	right: 165px;
	top: 20px;
	display: block;
}

@media screen and (max-width:800px) {
header nav {
	display: none;
}
}
header nav li {
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
}
header nav a {
	text-transform: capitalize;
	font-size: 14px;
	display: block;
	line-height: 30px;
	position: relative;
	color: #A1A1A1;
}
header nav a:before {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	left: 0;
	bottom: -1px;
	background: #A1A1A1;
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
	-ms-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
}
header nav a:hover {
	color: #333333;
}
header nav a:hover:before {
	width: 100%;
}
header .logotxt {
	position: absolute;
	right: 50px;
	top: 20px;
	display: block;
	line-height: 30px;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: bold;
}

@media screen and (max-width:800px) {
header .logotxt {
	display: none;
}
}
header .btn-burger {
	position: absolute;
	z-index: 20;
	right: 20px;
	top: 8px;
	width: 34px;
	height: 40px;
	text-indent: -5555px;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
}

@media screen and (max-width:800px) {
header .btn-burger {
	display: block;
}
}
header .btn-burger a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent: -5555px
}
header .btn-burger span {
	display: block;
	position: absolute;
	left: 0;
	top: 18px;
	width: 30px;
	height: 2px;
	background-color: rgba(35,35,39,1);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: -webkit-transform .2s cubic-bezier(.175, .885, .32, 1.275);
	-ms-transition: -ms-transform .2s cubic-bezier(.175, .885, .32, 1.275);
	transition: transform .2s cubic-bezier(.175, .885, .32, 1.275)
}
header .btn-burger .l1 {
	margin-top: -8px
}
header .btn-burger .l3 {
	margin-top: 8px
}
header .btn-burger:hover .l1 {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px)
}
header .btn-burger:hover .l3 {
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px)
}
.container {
	margin: 0;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}
.container .start {
	height: calc(100vh - 72px)!important;
}

@media screen and (max-width:800px) {
.container .start {
	height: calc(100vh - 52px)!important;
}
}

.container .start a {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.container .projects {
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 50px;
	text-align: left;
}

@media screen and (max-width:800px) {
.container .projects {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
}
.container .projects:after {
	content: "";
	display: block;
	clear: both;
}
.container .projects h1 {
	font-size: 18px;
	font-weight: lighter;
	line-height: 50px;
}

@media screen and (max-width:800px) {
.container .projects h1 {
	text-align: center;
}
}
.container .projects li {
	width: 25%;
	float: left;
	position: relative;
}

@media screen and (max-width:800px) {
.container .projects li {
	width: 50%;
}
}

@media screen and (max-width:480px) {
.container .projects li {
	width: 100%;
	margin-bottom: 10px;
}
}
.container .projects li img {
	display: block;
	width: 100%;
}
.container .projects li .info {
	position: absolute;
	background-color: #E62040;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.container .projects li .info h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: lighter;
	color: #000000;
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
}
.container .projects li .info .tag {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	color: #000000;
}
.container .projects li .info .tag a {
	color: #000000;
}
.container .projects li:hover .info {
	display: block;
}
.container .page {
	text-align: left;
	margin: 50px;
}
@media screen and (max-width:800px) {
.container .page {
	margin: 10px;
}
}
.container .page .title {
	font-weight: 300;
	margin-bottom: 1em;
	font-size: 18px;
}
.container .page p {
	line-height: 24px;
}
.container .project {
	text-align: left;
	margin-top: 50px;
	margin-left: auto;
	margin-bottom: 50px;
	max-width: 800px;
	margin-right: auto;
}
@media screen and (max-width:800px) {
.container .project {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: auto;
}
}
.container .project .title {
	font-weight: 300;
	margin-bottom: 1em;
	font-size: 18px;
}
.container .project p {
	line-height: 24px;
	margin-bottom: 1em;
}
.container .project img {
	display: block;
	width: 100%;
}
footer {
	background-color: #EEEEEF;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: left;
}

@media screen and (max-width:800px) {
footer {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
}
footer:after {
	content: "";
	display: block;
	clear: both;
}
footer .logo {
	float: left;
	width: 80px;
	display: inline-block;
}

@media screen and (max-width:800px) {
footer .logo {
	float: none;
	margin-bottom: 1em;
}
}
footer nav {
	float: left;
	display: inline-block;
	margin-left: 35px;
}

@media screen and (max-width:800px) {
footer nav {
	display: none;
}
}
footer nav li {
	display: block;
}
footer nav a {
	display: block;
	padding-bottom: 15px;
	text-transform: capitalize;
	color: #5F5D5D;
	font-size: 14px;
	position: relative;
}
footer nav a:before {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	left: 0;
	bottom: 10px;
	background: #A1A1A1;
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
	-ms-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
}
footer nav a:hover:before {
	width: 100%;
}
footer .address {
	float: right;
	display: inline-block;
	font-size: 12px;
}

@media screen and (max-width:800px) {
footer .address {
	float: none;
	display: block;
}
}
footer .address label {
	padding-right: 10px;
}
footer .address label:last-child {
	padding-left: 10px;
}
footer .address p:first-child {
	margin-bottom: 0.5em;
}
footer .address p:last-child {
	margin-top: 2.5em;
}

@media screen and (max-width:800px) {
footer .address p:last-child {
	margin-top: 1.5em;
}
}
