
@import url("../assets/css/iconfont.css");
@import url("../assets/libs/font-awesome/css/font-awesome.min.css");


*{
	margin: 0;
    padding: 0;
    border: 0;
}

@font-face {
  /* font-family: "syht"; */
  /* src: url(/static/fonts/SourceHanSans-ExtraLight.otf); */
}
*,:after,:before{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
    width: 100%;
	overflow-x:visible;
	overflow-y:hidden;
}
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 50px); 
}
.melpage-box{
	position: absolute;
    bottom: 42px;
    height: 50px;
    width: 100%;
    text-align: center;
	z-index: 0;
}
.melpage-box em{
	width: 50px;
    height: 50px;
    display: inline-block;
	position: relative;
}
.melpage-box em .up-edge{
	position: absolute;
	right: 10px;
	top: 6px;
	margin-top: 5px;
	cursor: pointer;
	border-width: 6px;
	border-top-style: solid;
	transition: all .3s;
	-webkit-transition: all .3s;
	cursor: inherit;
	display: block;
	width: 20px;
	height: 20px;
	border-left: 1px solid #fff;
	transform: rotate(45deg);
	border-width: 1px;
	border-top-color: #fff;
}
.melpage-box em .up-edge.down {
	margin-top: -9px;
	-webkit-transform: rotate(180deg);
	transform: rotate(226deg);
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family:"思源黑体","Source Han sans-serif", "Microsoft Yahei", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #10333f;
	text-decoration: none;
}

a:hover,
a:focus {
    color: #10333f;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-weight: 200; */
    letter-spacing: 1px;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, button, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 200;
    font-style: inherit;
    vertical-align: baseline;
    background: transparent;
    text-transform: inherit;
    letter-spacing: inherit;
}
b,b *{
	font-weight: 600 !important;
}


.navbar-default {
    font-weight: 200;
    letter-spacing: 1px;
}

.navbar-default .navbar-header .navbar-brand {
    font-weight: 200;
    letter-spacing: 1px;
    color: #474157;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #474157;
}

.navbar-default .navbar-header .navbar-toggle {
    font-size: 12px;
    color: #474157;
    padding: 8px 10px;
}

.navbar-default .nav > li > a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    color: #7a798c;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #474157;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #474157 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}



#mainbody .index-text {
    text-align: center;
    padding: 250px 0 50px;
    position: relative;
    height: 100vh;
}

#mainbody .index-text h1 {
    font-size: 50px;
    font-weight: bold;
    color: #171347
}

#mainbody .index-gallery {
    text-align: center;
    padding: 200px 0 50px;
    position: relative;
}

:root {
    --header-height: 90px;
    --container-gutter: 30px;
    --font-size-multiplier: 1;
    --color-font: #000;
    --color-background: #fff;
    --color-background-grey: #f3f2f0;
    --color-border: rgba(0,0,0,0.15);
}
.home-item-image{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
	-webkit-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out,-webkit-transform .4s ease-out;
}

.clearfix{
	overflow: hidden;
	_height:1%;
		}
.topBox{
	position: fixed;
    width: 100%;
    height: 5vh;
    top: 90px;
    left: 0px;
    z-index: 100;
}
.topBox .nav li {
        list-style: none;
    float: left;
    text-align: center;
    height: 5vh;
    line-height: 5vh;
    cursor: pointer;
    margin: 0px 22px;
}
.topBox .nav li:hover {
    font-weight:500;
}
.topBox .nav {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    color: #10333f;
	justify-content: center;
}
.bottomLine {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #10333f;
    transition: all 0.3s ease;
	
}	
.fhNav {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}

.sjx{
	width: 50px;
    margin: 0px 3vw 0px 2vw;
}
.sjx:after, .sjx:before {
	content: "";
    position: absolute;
    width: 22px;
    height: 1px;
    background: currentColor;
    transform: rotate(45deg);
    display: inline-block;
    top: 30px;
}
.sjx:before {
	top: 15px;
	transform: rotate(-45deg);
}

.djt-box{
	width: 40px;
	margin: 0px 1vw 0px 1vw;
	position:relative;
}
.djt{
	
    width: 40px;
}


.djt:after, .djt:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 1px;
    background: currentColor;
    display: inline-block;
    top: 10px;
    right: 7px;
}
.djt:before {
    top: 8px;
    transform: rotate(45deg);
    width: 7px;
    right: 7px;
}
.login-section {
  margin: 50px auto;
  width: 460px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.login-section.login-section-weixin {
  min-height: 315px;
}
.login-section .logon-tab {
  margin: -15px -15px 0 -15px;
}
.login-section .logon-tab > a {
  display: block;
  padding: 20px;
  float: left;
  width: 50%;
  font-size: 16px;
  text-align: center;
  color: #616161;
  background-color: #ececec;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.login-section .logon-tab > a:hover {
  background-color: #fafafa;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.login-section .logon-tab > a.active {
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.login-section .login-main {
  padding: 40px 45px 20px 45px;
}
.login-section .control-label {
  font-size: 13px;
}
.login-section .n-bootstrap .form-group {
  position: relative;
}
.login-section .n-bootstrap .input-group {
  position: inherit;
}
.login-section .n-bootstrap .n-right {
  margin-top: 0;
  top: 0;
  position: absolute;
  left: 0;
  text-align: right;
  width: 100%;
}
.login-section .n-bootstrap .n-right .msg-wrap {
  position: relative;
}
.user-section {
	padding: 15px;
}
.inline {
    display: inline;
}
.pull-right {
    float: right !important;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
@media (min-width: 720px){
	:root {
		--container-gutter: 50px;
		--font-size-multiplier: 0.85;
	}
}
@media (min-width: 720px){
	:root {
		--header-height: 160px;
		--font-size-multiplier: 1;
	}
}
@media (min-width: 1080px){
	:root {
		--container-gutter: 85px;
	}
	.mCSB_scrollTools{
		right:42px;
	}
}

header{
	
	-webkit-clip-path: polygon(0 0,calc(var(--scrollOffset, 1)*100%) 0,calc(var(--scrollOffset, 1)*100%) 100%,0 100%);
	clip-path: polygon(0 0,calc(var(--scrollOffset, 1)*100%) 0,calc(var(--scrollOffset, 1)*100%) 100%,0 100%);
	font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: .1em;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
    color: #000;
    color: var(--color-font);
    font-weight: 700;
    letter-spacing: .3em;
    line-height: 1;
	height:90px;
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}
.logo{
	display: inline-block;
    margin: 50px 60px;
}
.logo img{
	max-height:98px;
	max-width:250px;
}
.home {
    background-color: #0c0900;
    color: #fff;
    background-position: 50% 80%;
    background-repeat: no-repeat;
}
.home-content{
	width: 100%;
    outline: none;
    text-transform: uppercase;
    pointer-events: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home-background{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* padding-top: 60px; */
    color: #fff;
	background-size: cover;
}
.top-head{
	position: absolute;
    z-index: 102;
    color: inherit;
    contain: layout;
}


.header-logo {
    display: block;
    margin-right: 10px;
    width: 56px;
    height: 37px;
}
.ci-rows{
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
}
.ci-list{
	width: 27%;
    text-align: center;
    margin: 0% 11% 10%;
	padding: 12px 0px;
	pointer-events: auto;
	cursor: pointer;
}
.ci-list:hover{
	background:#567f902b;
}
.ci-list img{
	display:block;
	margin: 7px auto 13px;
}
.home-item {
    position: relative;
    padding-bottom: 55px;
	width: 100vw;
}
.scroll-wrap-item .home-item:nth-child(2n):hover{
	background: #f3f2f0;
}
.home-item-container, .home-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.home-item-inner {
    position: relative;
    z-index: 1;
}
.home-item-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 70px;
    padding-left: var(--container-gutter);
    padding-right: 70px;
    padding-right: var(--container-gutter);
}
.home-item-content {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
}
.home-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.home-title {
    font-size: 54px;
    letter-spacing: -.05em;
    font-family: Bandein Sans Web,sans-serif;
    font-weight: 500;
    line-height: .9;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	margin: 42px 0px 15px;
}

.home-item-img{
	display: block;
    position: relative;
    margin-left: calc(var(--container-gutter)*-1);
    margin-right: calc(var(--container-gutter)*-1);
    overflow: hidden;
}
.home-item-container, .home-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.home-item-title .title1{
	font-size:72px;
	display:block;
	font-weight: 200;
}
.home-item-title .title2{
	font-size:48px;
	display:block;
	font-weight: 200;
}
.Copyright p{
	font-size:16px;
	color: #f3f2f0;
}
.Copyright p.title1{
	font-size:80px;
}
.Copyright p.title2{
	font-size:50px;
}
.Copyright{
	position: absolute;
	bottom: 5vh;left:5vw;
	width: 623px;
	max-width: 80vw;
}
.home-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #180d07;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.home-video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    background-position: 50%;
    background-image: url(/static/images/video-bg.jpg);
	    max-width: 100vw;
    height: 100vh;
}
.home-item .jumbotron{
	color: #10333f;
	    width: 100%;
}
.home-item .jumbotron h3{
	font-size:26px;
	margin:25px 0px 18px;
}
.home-item .jumbotron p{
	margin-bottom: 18px;
	font-size: 18px;
}
.home-item .jumbotron dt{
	font-size: 35px;
    margin: 30px 0px;
}
.home-item .jumbotron dd{
	text-align:center;
	width: 100%;
    display: block;
	position: relative;
	display: flex;
    justify-content: center;
	font-size: 1vw;
}
@media (min-width: 1080px){
	.home-video {
		width: 100vw;
		height: 100%;
	}
	.Copyright{
		max-width:36vw;
		left: 5vw;
	}
	.home-item-info {
		margin-top: 30px;
	}
	.home-item-img:before {
		content: "";
		display: block;
		padding-bottom: 62.38095238%;
	}
	
	.scroll-wrap {
		position: relative;
		height: 100vh;
		width: 100vw;
		overflow-x: hidden;
		overflow-y: hidden;
		scrollbar-width: none;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background: transparent;
	}
	.scroll-wrap>div:not([class]) {
		-webkit-transform: none!important;
		transform: none!important;
		position: static!important;
		padding: 0!important;
	}
	.home-item-img{
		margin-top: 0;
		margin-bottom: 30px;
	}
	.home-title {
		margin-bottom: 30px;
		margin-top: 0;
		font-size: calc(var(--font-size-multiplier)*100px);
	}
	.home-item-info {
		margin-top: 0;
		user-drag: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: opacity .25s ease-in-out;
		transition: opacity .25s ease-in-out;
	}
	.home-item-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.scroll-wrap-item .home-item:nth-child(2n) .home-item-content{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.home-item-container {
		padding-left: calc(var(--container-gutter)*1.5);
		padding-right: calc(var(--container-gutter)*1.5);
	}
	.home-item .jumbotron {
		padding-left: calc(var(--container-gutter));
		padding-right: calc(var(--container-gutter));
		    width: 50vw;
		    min-width: 840px;
	}
	.home-item .jumbotron dl{
		margin-bottom: 20px;
	}
	.home-overlay {
		position: absolute;
		top: 0;
		z-index: 0;
		right: calc(20vw + 1000px);
		contain: strict;
		width: 400px;
		height: 100%;
		background: #10333fdb;
		-webkit-transform: translate3d(calc(var(--scrollOffset)*250%),0,0);
		transform: translate3d(calc(var(--scrollOffset)*250%),0,0);
	}
	.home {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		min-width: 100vw;
	}
	.home-content{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		z-index: -1;
		margin: auto;
		padding-left: 0;
		-webkit-clip-path: polygon(0 0,calc(var(--scrollOffset, 1)*100%) 0,calc(var(--scrollOffset, 1)*100%) 100%,0 100%);
		clip-path: polygon(0 0,calc(var(--scrollOffset, 1)*100%) 0,calc(var(--scrollOffset, 1)*100%) 100%,0 100%);
	}
	.home-ci{
		position: absolute;
		right: calc(20vw + 1000px);
		width: 400px;
		overflow: hidden;
		-webkit-transform: translate3d(calc(var(--scrollOffset)*250%),0,0);
		transform: translate3d(calc(var(--scrollOffset)*250%),0,0);
		opacity: 1;
		display: -webkit-box;
	}
	.home-background{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		/* padding-top: 148px; */
		/* padding-top: var(--header-height); */
		/* padding-bottom: 74px; */
		width: 100vw;
		min-height: 100vh;
		contain: strict;
		/* background-color: #101417; */
		/* background: url("/static/images/home.jpg") center; */
		/* background-size: auto 100%; */
		/* background-position: 0 100%; */
		/* background-repeat: no-repeat; */
	}
	.ci-rows{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-transform: translate3d(calc(var(--scrollOffset)*-300%),0,0);
		transform: translate3d(calc(var(--scrollOffset)*-300%),0,0);
		margin-left: 233%;
		width: 73%;
	}
	.scroll-wrap-inner{
		padding-left: calc(100%);
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 100%;
	}
	.scroll-wrap-item{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		position: relative;
		width: auto;
		height: 100vh;
		background: #fff;
		background: var(--color-background);
	}
	.home-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-top: var(--header-height);
		padding-bottom: 40px;
		width: 50vw;
		min-width: 840px;
	}
	.scroll-wrap-item .home-item:hover{
		background: #f3f2f0;
	}
	.scroll-wrap-item .home-item:nth-child(2n){
		align-items: flex-end;
	}
	.scroll-wrap-item .home-item:nth-child(2n) .home-item-info{
		    margin-bottom: 12vh;
	}
	.home-item:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 0;
		opacity: 0;
		pointer-events: none;
		background: #f3f2f0;
		background: var(--color-background-grey);
		-webkit-transition: opacity .25s ease-in-out;
		transition: opacity .25s ease-in-out;
		will-change: opacity;
	}
	.home-item-img{
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 0;
		width: 100%;
		max-height: 40vh;
	}
	.home-item:hover .home-item-image{
		-webkit-transform: scale3d(1.05,1.05,1);
		transform: scale3d(1.05,1.05,1);
	}
}
@media (min-width: 1680px){
	.home-overlay,.home-ci{
		right: calc(20vw + 1312.5px);
		width: 525px;
	}
}

@media (min-height:520px) {
    .home-item-title .title1{
		font-size: 50px;
	}
	.home-item-title .title2{
		font-size: 30px;
	}
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    #mainbody .index-text {
        text-align: left;
    }
	.header-logo {
		margin-right: 17px;
		width: 68px;
		height: 44px;
	}
}

@media (max-width: 767px) {

    .navbar-default {
        background-color: #f1f6fd;
        border-color: #f1f6fd;
    }

    .navbar-default .navbar-collapse {
        background: #f1f6fd;
        box-shadow: 5px 9px 5px rgba(0, 0, 0, 0.07);
    }

    #mainbody {
        height: unset;
    }

    #mainbody .index-text {
        padding: 130px 0 0 0;
        height: calc(100vh - 261px);
    }

    #mainbody .index-gallery {
        padding: 30px 0 50px 0;
    }

    #mainbody .index-text h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }
}

footer {
    background-color: #222222;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}

footer p {
    font-size: 14px;
    margin: 0;
}

.bg-primary {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
}

.btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 300px;
}

.btn-xl {
    margin-top: 20px;
    padding: 10px 45px;
    font-size: 14px;
}

.loader-body { 
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background: #10333f;
	font-family: 'Open Sans';
	font-weight: 100;
	color:#f2f2f2;
	font-size:100%;
	margin:0em;
	padding:0em;
	width:100%;
	height:100%;
	position:absolute;
	z-index:101;
}

/* Start the loader code, first, let's align it the center of screen */
.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-mos-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align:center;
/* disable selection and cursor changes */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor:default;
}

/* Text align it the center of screen and connect the looped animation for 2.5 seconds */
.loader .text{
	position: absolute;
	top: 1.8em;
	left: 0.4em;
	z-index:5;
	font-size: 2em;
	text-transform: uppercase;
-webkit-animation: text 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
-moz-animation: text 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
-ms-animation: text 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
-o-animation: text 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
animation: text 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
}

/* Create a container for animation*/
.spinner {
	position: relative;
	width: 5em;
	height: 5em;
	color:#fff;
} 

.spinner:before,
.spinner:after {
	content: "";
	position: relative;
	display: block;
}

/* Create cube and set animation*/
.spinner:before {
	-webkit-animation: spinner 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
	-moz-animation: spinner 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
	-ms-animation: spinner 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
	-o-animation: spinner 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
	animation: spinner 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
	width: 10em;
	height: 10em;
	background-color: #DB2F00;
}

/* Create shadow and set animation*/
.spinner:after {
	-webkit-animation: shadow 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
	-moz-animation: shadow 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
	-ms-animation: shadow 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
	-o-animation: shadow 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
	animation: shadow 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
	position: relative;
	bottom: -1.75em;
	height: .25em;
	border-radius: 50%;
	background-color: #322b27;
}

/* Animation keys */
/* from cube to circle */
@-webkit-keyframes spinner {
	50%		{ 
			-webkit-border-radius: 50%;
			-webkit-transform: scale(.5) rotate(360deg);
			background-color: #13A3A5; }
	100% {
			-webkit-transform: scale(1) rotate(720deg);
			background-color: #DB2F00; }
}

@-moz-keyframes spinner {
	50%		{ 
			-moz-border-radius: 50%;
			-moz-transform: scale(.5) rotate(360deg);
			background-color: #13A3A5;}
	100%	{
			-moz-transform: scale(1) rotate(720deg);
			background-color: #DB2F00; }
}

@-mos-keyframes spinner {
	50%		{ 
			-mos-border-radius: 50%;
			-mos-transform: scale(.5) rotate(360deg);
			background-color: #13A3A5; }
	100% 	{
			-mos-transform: scale(1) rotate(720deg);
			background-color: #DB2F00; }
}

@-o-keyframes spinner {
	50%		{ 
			-o-border-radius: 50%;
			-o-transform: scale(.5) rotate(360deg);
			background-color: #13A3A5; }
	100%	{
			-o-transform: scale(1) rotate(720deg);
			background-color: #DB2F00; }
}

@keyframes spinner {
	50%		{ 
			border-radius: 50%;
			transform: scale(.5) rotate(360deg);
			background-color: #13A3A5; }
	100%	{
			transform: scale(1) rotate(720deg);
			background-color: #DB2F00; }
}


/* animation shadow */
@-webkit-keyframes shadow {
	50%		{ 
			-webkit-transform: scale(.5);
			background-color: #322b27; }
}

@-moz-keyframes shadow {
	50%		{ 
			-moz-transform: scale(.5);
			background-color: #322b27; }
}

@-mos-keyframes shadow {
	50%		{ 
			-mos-transform: scale(.5);
			background-color: #322b27; }
}

@-o-keyframes shadow {
	50%		{ 
			-o-transform: scale(.5);
			background-color: #322b27; }
}

@keyframes shadow {
	50%		{ 
			transform: scale(.5);
			background-color: #322b27; }
}

/* animation text */
@-webkit-keyframes text {
	0%		{ -webkit-transform: scale(1,1); }
	50%		{ -webkit-transform: scale(.5,.5); }
	100%	{ -webkit-transform: scale(1,1); }
}

@-moz-keyframes text {
	0%		{ -moz-transform: scale(1,1); }
	50% 	{ -moz-transform: scale(.5,.5); }
	100%	{ -moz-transform: scale(1,1); }
}

@-mos-keyframes text {
	0%		{ -mos-transform: scale(1,1); }
	50%		{ -mos-transform: scale(.5,.5); }
	100%	{ -mos-transform: scale(1,1); }
}

@-o-keyframes text {
	0%		{ -o-transform: scale(1,1); }
	50%		{ -o-transform: scale(.5,.5); }
	100%	{ -o-transform: scale(1,1); }
}

@keyframes text {
	0%		{ transform: scale(1,1); }
	50%		{ transform: scale(.5,.5);}
	100%	{ transform: scale(1,1); }
}


.loader .icon{
	width: 50px;
    height: 50px;
    top: 75px;
    left: 75px;
    position: absolute;
	/* -webkit-animation: icon 2.5s cubic-bezier(0, 0, 0, 0) infinite normal; */
	/* -moz-animation: icon 2.5s cubic-bezier(0, 0, 0, 0) infinite normal; */
	/* -ms-animation: icon 2.5s cubic-bezier(0, 0, 0, 0) infinite normal; */
	/* -o-animation: icon 2.5s cubic-bezier(0, 0, 0, 0) infinite normal; */
	/* animation: icon 2.5s cubic-bezier(0, 0, 0, 0) infinite normal; */
}


@-webkit-keyframes icon {
	50%		{ transform: scale(1) rotate(360deg);}
	100%	{transform: scale(1) rotate(720deg); }
}

@-moz-keyframes icon {
	50%		{ transform: scale(1) rotate(360deg);}
	100%	{transform: scale(1) rotate(720deg); }
}

@-mos-keyframes icon {
	50%		{ transform: scale(1) rotate(360deg);}
	100%	{transform: scale(1) rotate(720deg); }
}

@-o-keyframes icon {
	50%		{ transform: scale(1) rotate(360deg);}
	100%	{transform: scale(1) rotate(720deg); }
}

@keyframes icon {
	50%		{ transform: scale(1) rotate(360deg);}
	100%	{transform: scale(1) rotate(720deg); }
}


.loader svg path{
	-webkit-animation: svg 2.5s cubic-bezier(0, 0, 0, 0) infinite normal;
	-moz-animation: svg 2.5s cubic-bezier(0, 0, 0, 0) infinite normal;
	-ms-animation: svg 2.5s cubic-bezier(0, 0, 0, 0) infinite normal;
	-o-animation: svg 2.5s cubic-bezier(0, 0, 0, 0) infinite normal;
	animation: svg 2.5s cubic-bezier(0, 0, 0, 0) infinite normal;
}
/* animation svg */
@-webkit-keyframes svg {
	0%		{	stroke-dashoffset: 1082;stroke-dasharray: 1082; }
	50%		{ stroke-dashoffset: 541;stroke-dasharray: 1082; }
	100%	{ stroke-dashoffset: 0;stroke-dasharray: 1082; }
}

@-moz-keyframes svg {
	0%		{	stroke-dashoffset: 1082;stroke-dasharray: 1082; }
	50%		{ stroke-dashoffset: 541;stroke-dasharray: 1082; }
	100%	{ stroke-dashoffset: 0;stroke-dasharray: 1082; }
}

@-mos-keyframes svg {
	0%		{	stroke-dashoffset: 1082;stroke-dasharray: 1082; }
	50%		{ stroke-dashoffset: 541;stroke-dasharray: 1082; }
	100%	{ stroke-dashoffset: 0;stroke-dasharray: 1082; }
}

@-o-keyframes svg {
	0%		{	stroke-dashoffset: 1082;stroke-dasharray: 1082; }
	50%		{ stroke-dashoffset: 541;stroke-dasharray: 1082; }
	100%	{ stroke-dashoffset: 0;stroke-dasharray: 1082; }
}

@keyframes svg {
	0%		{	stroke-dashoffset: 1082;stroke-dasharray: 1082; }
	50%		{ stroke-dashoffset: 541;stroke-dasharray: 1082; }
	100%	{ stroke-dashoffset: 0;stroke-dasharray: 1082; }
}



[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 0;
    padding-right: 36px;
    height: 50px;
    pointer-events: auto;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .3em;
    text-transform: uppercase;
	    margin-right: 60px;
		    color: inherit;
}
.top-head .header__button{
	color:#fff;
}

.header__button {
	padding-right: 47px;
	font-size: 14px;
	outline:none;
}
.header__button:after, .header__button:before {
	content: "";
	position: absolute;
	right: 0;
	width: 22px;
	height: 2px;
	background: currentColor;
	-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;
}
.header__button.open:after, .header__button.open:before{
	-ms-transform: rotate(90deg); 
	-webkit-transform: rotate(90deg); 
	transform: rotate(90deg);	
	top: 22px;
	left: 80px;
}
.header__button.open:before{
	left: 70px;
}
.header__button:before {
	top: 20px;
}
.header__button:after {
	top: 28px;
}




div.screen{
	width: 385px;
    overflow: hidden;
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100%;
    background: #10333f66;
    z-index: 101;
	display:none;
	-webkit-transition: all 100ms ease-out;
		   -moz-transition: all 500ms ease-out;
		    -ms-transition: all 500ms ease-out;
		     -o-transition: all 500ms ease-out;
		        transition: all 500ms ease-out;
	-webkit-transform:translateX(385px);
	transform: translateX(385px);
}
div.screen.show{
	-webkit-transform:translateX(0px);
	transform: translateX(0px);
}
.list{margin-top:36px; text-align:left;}
.item{
	height:115px;
	margin-top:30px 0;
	padding-left:115px;
	clear:both;
}
.item .img, .item span{background:#214273; border-radius:3px;}
.item .img{float:left; width:71px; height:71px; margin-left:-93px;}
.item span{height:11px; width:180px; margin-bottom:19px; float:left;}
.item span:nth-of-type(3){width:75px; margin-botom:0;}

div.burger {
	height: 30px; 
	width: 40px;
	position: absolute;
	top: 11px; 
	left: 21px;
	cursor: pointer;	
}
	div.x,
	div.y,
	div.z {
		position: absolute; margin: auto;
		top: 0px; bottom: 0px;		
		background: #fff;
		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: 20px;
		background:#4a89dc;
		-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;
		display:inline-block;
	}
	 
	
	.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;					
	}
	.rotate90{
		-ms-transform: rotate(90deg); 
    	-webkit-transform: rotate(90deg); 
	    transform: rotate(90deg);	
		-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;					
	}
	.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;					
	}
	
	.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;					
	}
	.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:73px;background:#385e97;}

div.circle{	
	border-radius: 50%;
	width: 0px;
	height: 0px; 
	position:absolute;
	top: 35px;
	left: 36px;
	background:#fff;
	opacity:1;
	-webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}
div.circle.expand{
	width:1200px;
	height:1200px;
	top: -560px;
	left: -565px; 	
	-webkit-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);					
	
}
div.menu {
	height: 100%; 
	width: 100%;
	position: absolute;
	top: 0px; left: 0px;
}
div.menu ul li {
	list-style: none;
	left:0;
	opacity:0;
	width: 100%;
    text-align: center;
    height: 8vh;
	    max-height: 42px;
	font-size:0px;
	-webkit-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition-delay: 0.1s;
	-moz-transition-delay: 0.1s; /* Firefox 4 */
	-webkit-transition-delay: 0.1s; /* Safari 和 Chrome */
	-o-transition-delay: 0.1s; /* Opera */
	text-align: right;
    padding-right: 65px;
	-webkit-transform:translateX(185px);
	transform: translateX(185px);
}
div.menu ul li:nth-child(1){
	transition-delay: 0.2s;
	-moz-transition-delay: 0.2s; /* Firefox 4 */
	-webkit-transition-delay: 0.2s; /* Safari 和 Chrome */
	-o-transition-delay: 0.2s; /* Opera */
}
div.menu ul li:nth-child(2){
	transition-delay: 0.3s;
	-moz-transition-delay: 0.3s; /* Firefox 4 */
	-webkit-transition-delay: 0.3s; /* Safari 和 Chrome */
	-o-transition-delay: 0.3s; /* Opera */
}
div.menu ul li:nth-child(3){
	transition-delay: 0.4s;
	-moz-transition-delay: 0.4s; /* Firefox 4 */
	-webkit-transition-delay: 0.4s; /* Safari 和 Chrome */
	-o-transition-delay: 0.4s; /* Opera */
}
div.menu ul li:nth-child(4){
	transition-delay: 0.5s;
	-moz-transition-delay: 0.5s; /* Firefox 4 */
	-webkit-transition-delay: 0.5s; /* Safari 和 Chrome */
	-o-transition-delay: 0.5s; /* Opera */
}
div.menu ul li:nth-child(5){
	transition-delay: 0.6s;
	-moz-transition-delay: 0.6s; /* Firefox 4 */
	-webkit-transition-delay: 0.6s; /* Safari 和 Chrome */
	-o-transition-delay: 0.6s; /* Opera */
}
div.menu ul li:nth-child(6){
	transition-delay: 0.7s;
	-moz-transition-delay: 0.7s; /* Firefox 4 */
	-webkit-transition-delay: 0.7s; /* Safari 和 Chrome */
	-o-transition-delay: 0.7s; /* Opera */
}
div.menu ul li:nth-child(7){
	transition-delay: 0.8s;
	-moz-transition-delay: 0.8s; /* Firefox 4 */
	-webkit-transition-delay: 0.8s; /* Safari 和 Chrome */
	-o-transition-delay: 0.8s; /* Opera */
}
div.menu ul li:nth-child(8){
	transition-delay: 0.9s;
	-moz-transition-delay: 0.9s; /* Firefox 4 */
	-webkit-transition-delay: 0.9s; /* Safari 和 Chrome */
	-o-transition-delay: 0.9s; /* Opera */
}
div.menu ul li:nth-child(9){
	transition-delay: 1.0s;
	-moz-transition-delay: 1.0s; /* Firefox 4 */
	-webkit-transition-delay: 1.0s; /* Safari 和 Chrome */
	-o-transition-delay: 1.0s; /* Opera */
}
div.menu ul li:nth-child(10){
	transition-delay: 1.1s;
	-moz-transition-delay: 1.1s; /* Firefox 4 */
	-webkit-transition-delay: 1.1s; /* Safari 和 Chrome */
	-o-transition-delay: 1.1s; /* Opera */
}
div.menu ul li:hover a{
	font-size:24px;
	/* color:#10333f; */
}
div.menu ul li a {
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
	text-decoration:none;	
	letter-spacing:3px;			
}

div.menu li.animate{
	font-size:21px;
	opacity:1;
	-webkit-transition: all 350ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 350ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 350ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 350ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 350ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-webkit-transform:translateX(0px);
	transform: translateX(0px);
}
.scroll-wrap-item{
	position:relative;background:#fff;
}

.layui-form-checkbox, .layui-form-checkbox *, .layui-form-switch {
    display: inline-block;
    vertical-align: middle;
}
.layui-form-switch {
    position: absolute;
    height: 22px;
    line-height: 22px;
    min-width: 35px;
    padding: 0 5px;
    margin-top: 8px;
    border: 1px solid #d2d2d2;
    border-radius: 20px;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: .1s linear;
    transition: .1s linear;
	    display: flex;
    right: calc(var(--container-gutter)*1.5);
    bottom: 40px;
}
.layui-form-switch em {
    position: relative;
    top: 0;
    width: 25px;
    margin-left: 21px;
    padding: 0!important;
    text-align: center!important;
    color: #999!important;
    font-style: normal!important;
    font-size: 12px;
}
.layui-form-switch i {
    position: absolute;
    left: 5px;
    top: 3px;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: #d2d2d2;
    -webkit-transition: .1s linear;
    transition: .1s linear;
}
.layui-form-onswitch {
    border-color: #10333f;
    background-color: #10333f;
}
.layui-form-onswitch em {
    margin-left: 5px;
    margin-right: 21px;
    color: #fff!important;
}
.layui-form-onswitch i {
    left: 100%;
    margin-left: -21px;
    background-color: #fff;
}

@media (max-width: 1079px) {
	body{
		overflow-y:visible;
		overflow-x:hidden;
	}
	.topBox{display:none;}
	.home {
		position: relative;
		z-index: 100;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		/* background: url(/static/images/home.jpg) no-repeat; */
		/* background-size: 110% auto; */
		min-height: 45vw;
	}
	
	.home-item .jumbotron {
		padding-left: 5vw;
		padding-right: 5vw;
		margin-top: 30px;
	}
    .home-content {
		margin-left: auto;
		margin-right: auto;
		padding-left: 30px;
		padding-right: 30px;
		width: 90%;
		max-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	.home-ci{
		position: absolute;
		width: 400px;
		overflow: hidden;
		opacity: 1;
		display: -webkit-box;
		margin-top: 120px;
	}
	.ci-rows{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.home-overlay {
		position: absolute;
		top: 0;
		z-index: 0;
		contain: strict;
		width: 100%;
		height: 61vh;
		background: #10333f59;
	}
	.ci-list {
		width: 23%;
		text-align: center;
		margin: 0% 5% 10%;
		padding: 12px 0px;
		pointer-events: auto;
	}
	.Copyright p.title1{
		font-size:8vw;
	}
	.Copyright p.title2{
		font-size:5vw;
	}
	.logo {
		display: inline-block;
		margin: 30px 30px;
	}
	.home-item-image{
		position:relative;
	}
	.scroll-wrap-item .home-item:nth-child(2n) .home-item-info{
		text-align:right;
	}
	div.screen{
		width:100%;
		background: #305354;
	}
	.header__button{
		margin-right:0px;
	}
	.header__button span{
		display:none;
	}
	.header__button:after, .header__button:before{
		right: 47px;
	}
	.header__button.open:after, .header__button.open:before{
		left: -10px;
	}
	.header__button.open:before {
		left: 0px;
	}
}
@media (max-width: 768px) {
	.Copyright{
		bottom:4vh;
	}
	.home-item {
		padding-bottom: 0px;
	}
	.body-head.mode-dodge{
		mix-blend-mode: color-dodge;
		z-index:103;
		color: #fff;
		background: transparent;
	}
	.mode-difference{
		mix-blend-mode: difference;
	}
}