body {
  font-family: 'Architects Daughter', sans-serif;
}

#paper-back {
  width: 100%;
  height: 100vh;
  background-color: #243040;
  position: fixed;
  top: 0;
  left: 0;
  font-size: 33px;
}
#paper-back nav {
  padding: 120px 34px;
}
#paper-back nav a {
  display: block;
  margin-bottom: 25px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}

#paper-window {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 2;
}
#paper-window.tilt {
  overflow: hidden;
  pointer-events: none;
}
#paper-window.tilt #paper-front {
  -webkit-transform: rotate(10deg) translateZ(0);
          transform: rotate(10deg) translateZ(0);
}

#paper-front {
  pointer-events: auto;
  position: relative;
  z-index: 3;
  background-color: white;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  -webkit-transform-origin: center 70%;
      -ms-transform-origin: center 70%;
          transform-origin: center 70%;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

#container section {
  min-height: 100vh;
/*  text-align: center; */
}
/* @media only screen and (min-width: 1024px) {
  .container {
   height: auto;
  }
} */
#container section:first-of-type {
  padding-top: 10vh;
}
#container section:first-of-type h1 {
  font-size: 45px;
}
#container section:first-of-type p {
  font-size: 25px;
  padding: 0 5% 0 5%;
}
@media (max-width: 600px) {
  #container section:first-of-type {
    padding-top: 15vh;
  }
  #container section:first-of-type h1 {
    font-size: 30px;
  }
  #container section:first-of-type p {
    font-size: 18px;
  }
}
#container section:nth-of-type(2n) {
  background-color: #edf1f5;
}

.hamburger {
  position: fixed;
  z-index: 4;
  top: 30px;
  left: 30px;
  width: 45px;
  height: 34px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.hamburger span {
  position: relative;
}
.hamburger span, .hamburger span:before, .hamburger span:after {
  display: block;
  width: 45px;
  height: 6px;
  background-color: #243040;
  border-radius: 2px;
}
.hamburger span:before, .hamburger span:after {
  content: '';
  position: absolute;
}
.hamburger span:before {
  bottom: -14px;
}
.hamburger span:after {
  bottom: -28px;
}

.close {
  position: fixed;
  top: 30px;
  left: 30px;
  width: 45px;
  height: 34px;
  cursor: pointer;
}
.close-z-index{
  z-index: 10;
}
.close:before, .close:after {
  content: '';
  position: absolute;
  display: block;
  width: 45px;
  height: 6px;
  top: 50%;
  background-color: white;
  border-radius: 2px;
}
.close:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.close:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

/* ------------------------------------default.css ----------------------------------- */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?rretjt');
	src:url('../fonts/icomoon.eot?#iefixrretjt') format('embedded-opentype'),
		url('../fonts/icomoon.woff?rretjt') format('woff'),
		url('../fonts/icomoon.ttf?rretjt') format('truetype'),
		url('../fonts/icomoon.svg?rretjt#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[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;
}

body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body{
	background: #f9f7f6;
	color: #404d5b;
	font-weight: 500;
	font-size: 1.05em;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}
a{color: #2fa0ec;text-decoration: none;outline: none;}
a:hover,a:focus{color:#74777b;}

.htmleaf-container{
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.htmleaf-content {
	font-size: 150%;
	padding: 1em 0;
}

.htmleaf-content h2 {
	margin: 0 0 2em;
	opacity: 0.1;
}

.htmleaf-content p {
	margin: 1em 0;
	padding: 5em 0 0 0;
	font-size: 0.65em;
}
.bgcolor-1 { background: #f0efee; }
.bgcolor-2 { background: #f9f9f9; }
.bgcolor-3 { background: #e8e8e8; }/*light grey*/
.bgcolor-4 { background: #2f3238; color: #fff; }/*Dark grey*/
.bgcolor-5 { background: #df6659; color: #521e18; }/*pink1*/
.bgcolor-6 { background: #2fa8ec; }/*sky blue*/
.bgcolor-7 { background: #d0d6d6; }/*White tea*/
.bgcolor-8 { background: #3d4444; color: #fff; }/*Dark grey2*/
.bgcolor-9 { background: #ef3f52; color: #fff;}/*pink2*/
.bgcolor-10{ background: #64448f; color: #fff;}/*Violet*/
.bgcolor-11{ background: #3755ad; color: #fff;}/*dark blue*/
.bgcolor-12{ background: #3498DB; color: #fff;}/*light blue*/
/* Header */
.htmleaf-header{
	padding: 1em 190px 1em;
	letter-spacing: -1px;
	text-align: center;
}
.htmleaf-header h1 {
	font-weight: 600;
	font-size: 2em;
	line-height: 1;
	margin-bottom: 0;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}
.htmleaf-header h1 span {
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
	display: block;
	font-size: 60%;
	font-weight: 400;
	padding: 0.8em 0 0.5em 0;
	color: #c3c8cd;
}
/*nav*/
.htmleaf-demo a{color: #1d7db1;text-decoration: none;}
.htmleaf-demo{width: 100%;padding-bottom: 1.2em;}
.htmleaf-demo a{display: inline-block;margin: 0.5em;padding: 0.6em 1em;border: 3px solid #1d7db1;font-weight: 700;}
.htmleaf-demo a:hover{opacity: 0.6;}
.htmleaf-demo a.current{background:#1d7db1;color: #fff; }
/* Top Navigation Style */
.htmleaf-links {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	font-size: 1.5em;
	text-align: center;
}

.htmleaf-links::after {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 100%;
	background: #dbdbdb;
	content: '';
	-webkit-transform: rotate3d(0,0,1,22.5deg);
	transform: rotate3d(0,0,1,22.5deg);
}

.htmleaf-icon {
	display: inline-block;
	margin: 0.5em;
	padding: 0em 0;
	width: 1.5em;
	text-decoration: none;
}

.htmleaf-icon span {
	display: none;
}

.htmleaf-icon:before {
	margin: 0 5px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}
/* footer */
.htmleaf-footer{width: 100%;padding-top: 10px;}
.htmleaf-small{font-size: 0.8em;}
.center{text-align: center;}
/****/
.related {
	color: #fff;
	background: #333;
	text-align: center;
	font-size: 1.25em;
	padding: 0.5em 0;
	overflow: hidden;
}

.related > a {
	vertical-align: top;
	width: calc(100% - 20px);
	max-width: 340px;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}
.related a {
	display: inline-block;
	text-align: left;
	margin: 20px auto;
	padding: 10px 20px;
	opacity: 0.8;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
}

.related a:hover,
.related a:active {
	opacity: 1;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
	border-radius: 4px;
}
.related a:hover img,
.related a:active img {
	opacity: 1;
}
.related h3{font-family: "Microsoft YaHei", sans-serif;}
.related a h3 {
	font-weight: 300;
	margin-top: 0.15em;
	color: #fff;
}
/* icomoon */
.icon-htmleaf-home-outline:before {
	content: "\e5000";
}

.icon-htmleaf-arrow-forward-outline:before {
	content: "\e5001";
}

@media screen and (max-width: 50em) {
	.htmleaf-header {
		padding: 3em 10% 4em;
	}
	.htmleaf-header h1 {
        font-size:2em;
    }
}


@media screen and (max-width: 40em) {
	.htmleaf-header h1 {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 30em) {
    .htmleaf-header h1 {
        font-size:1.2em;
    }
}


/* ----------------------------------------------客户案例logo适配-------------------------------------------- */
.boxup{ 
	width: 90%;  
	margin: 0 5% 0 5%;
	height: 100%;
	float: left;
}
@media only screen and (min-width: 414px) {
  .boxup{
  	width: 90%;  
  	margin: 0 5% 0 5%;
  }
}
/* -------------------------------------公司logo适配开始-------------------------------------------------- */
.logoup{
	width: 16.5%;
	float: left; 
	text-align:center;
}
@media only screen and (min-width: 320px) {
  .logoup{
  	width: 100%;
	height: 260px;
  	text-align:center;
	display: flex;  /* 图片水平垂直居中 */
	justify-content: center;
	align-items: center;
  }
}
@media only screen and (min-width: 375px) {
  .logoup{
  	width: 100%;
	height: 260px;
  	text-align:center;
	display: flex;  /* 图片水平垂直居中 */
	justify-content: center;
	align-items: center;
  }
}
@media only screen and (min-width: 414px) {
  .logoup{
  	width: 100%;
	height: 260px;
  	text-align:center;
	display: flex;  /* 图片水平垂直居中 */
	justify-content: center;
	align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .logoup{
  	width: 50%;
	height: 300px;
	display: flex;  /* 图片水平垂直居中 */
	justify-content: center;
	align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .logoup{
  	width: 33.3%;
  	text-align:center;
  }
}
@media only screen and (min-width: 1280px) {
  .logoup{
  	width: 33.3%;
  	text-align:center;
  }
}
@media only screen and (min-width: 1366px) {
  .logoup{
  	width: 16.5%;
  	text-align:center;
  }
}
/* -------------------------------------公司logo适配结束-------------------------------------------------- */
/* .mtop1{
	margin: 3% 0 0 0;
}
.mtop2{
	margin: 2% 0 0 0;
} */
.boxdown{
	width: 90%; 
	margin:5% 5% 0 5%;
	float: left;
}
/* -------------------------------------小程序码适配开始-------------------------------------------------- */
.imgcs{
	width: 25%;
	float: left; 
	text-align: center;
}
@media only screen and (min-width: 320px) {
  .imgcs{
  	width: 100%;
  	float: left; 
  	text-align: center; 
	margin-top: 45px;
  }
}
@media only screen and (min-width: 375px) {
  .imgcs{
  	width: 100%;
  	float: left; 
  	text-align: center; 
	margin-top: 45px;
  }
}
@media only screen and (min-width: 414px) {
  .imgcs{
  	width: 100%;
  	float: left; 
  	text-align: center; 
	margin-top: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .imgcs{
  	width: 50%;
  	float: left; 
  	text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .imgcs{
  	width: 50%;
  	float: left; 
  	text-align: center;
  }
}

@media only screen and (min-width: 1280px) {
	 .imgcs{
	 	width: 50%;
	 	float: left; 
	 	text-align: center;
	 }
}
@media only screen and (min-width: 1366px) {
	  .imgcs{
	  	width: 25%;
	  	float: left; 
	  	text-align: center;
	  }
}
@media only screen and (min-width: 1440px) {
	  .imgcs{
	  	width: 25%;
	  	float: left; 
	  	text-align: center;
	  }
}
@media only screen and (min-width: 1680px) {
	  .imgcs{
	  	width: 25%;
	  	float: left; 
	  	text-align: center;
	  }
}
@media only screen and (min-width: 1920px) {
	  .imgcs{
	  	width: 25%;
	  	float: left; 
	  	text-align: center;
	  }
}
@media only screen and (min-width: 2560px) {
	  .imgcs{
	  	width: 25%;
	  	float: left; 
	  	text-align: center;
	  }
} 
/* -------------------------------------小程序码适配结束-------------------------------------------------- */







/* ---------------------------------公司产品/主营业务样式------------------------------------------------- */
.cpbox{
	width: 80%; 
	margin:0 10% 0 10%;
	height: 420px;
}
.xleft{
	width: 30%; 
	height: 420px; 
	float: left; 
	display: flex; 
	justify-content: center; 
	align-items: center;
	margin-bottom: 5%;
}
@media only screen and (min-width: 320px) {
	.xleft{
		width: 100%; 
		height: 350px; 
		float: left; 
		display: flex; 
		justify-content: center; 
		align-items: center;
  }
}
@media only screen and (min-width: 375px) {
	.xleft{
		width: 100%; 
		height: 350px; 
		float: left; 
		display: flex; 
		justify-content: center; 
		align-items: center;
  }
}
@media only screen and (min-width: 414px) {
  .xleft{
  		width: 100%; 
  		height: 350px; 
  		float: left; 
  		display: flex; 
  		justify-content: center; 
  		align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .xleft{
  		width: 100%; 
  		height: 350px; 
  		float: left; 
  		display: flex; 
  		justify-content: center; 
  		align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .xleft{
  		width: 100%; 
  		height: 350px; 
  		float: left; 
  		display: flex; 
  		justify-content: center; 
  		align-items: center;
		margin: 7% 0 0 0;
  }
}

@media only screen and (min-width: 1280px) {
	.xleft{
			width: 30%; 
			height: 350px; 
			float: left; 
			display: flex; 
			justify-content: center; 
			align-items: center;
			margin-top: 30px;
	}
}
@media only screen and (min-width: 1366px) {
	  .xleft{
	  		width: 30%; 
	  		height: 350px; 
	  		float: left; 
	  		display: flex; 
	  		justify-content: center; 
	  		align-items: center;
	  		margin-top: 30px;
	  }
}
@media only screen and (min-width: 1440px) {
	  .xleft{
	  		width: 30%; 
	  		height: 350px; 
	  		float: left; 
	  		display: flex; 
	  		justify-content: center; 
	  		align-items: center;
	  		margin-top: 30px;
	  }
}
@media only screen and (min-width: 1680px) {
	  .xleft{
	  		width: 30%; 
	  		height: 350px; 
	  		float: left; 
	  		display: flex; 
	  		justify-content: center; 
	  		align-items: center;
	  		margin-top: 30px;
	  }
}
@media only screen and (min-width: 1920px) {
	  .xleft{
	  		width: 30%; 
	  		height: 350px; 
	  		float: left; 
	  		display: flex; 
	  		justify-content: center; 
	  		align-items: center;
	  		margin-top: 30px;
	  }
}
@media only screen and (min-width: 2560px) {
	 .xleft{
	 		width: 30%; 
	 		height: 350px; 
	 		float: left; 
	 		display: flex; 
	 		justify-content: center; 
	 		align-items: center;
	 		margin-top: 30px;
	 }
} 
.pright{
	width: 70%;
	height: 420px; 
	float: right; 
	display: flex; 
	justify-content: left; 
	align-items: center;
}
@media only screen and (min-width: 320px) {
	.pright{
		width: 100%;
		height: 350px; 
		float: right; 
		display: flex; 
		justify-content: left; 
		align-items: center;
	}
}
@media only screen and (min-width: 375px) {
	.pright{
		width: 100%;
		height: 350px; 
		float: right; 
		display: flex; 
		justify-content: left; 
		align-items: center;
	}
}
@media only screen and (min-width: 414px) {
  .pright{
		width: 100%;
		height: 350px; 
		float: right; 
		display: flex; 
		justify-content: left; 
		align-items: center;
	}
}
@media only screen and (min-width: 768px) {
  .pright{
  	width: 100%;
  	height: 350px; 
  	float: right; 
  	display: flex; 
  	justify-content: left; 
  	align-items: center;
	/* margin: 7% 0 7% 0; */
  }
}
@media only screen and (min-width: 1024px) {
  .pright{
  	width: 100%;
  	height: 350px; 
  	float: right; 
  	display: flex; 
  	justify-content: left; 
  	align-items: center;
	/* margin:15% 0 15% 0; */
  }
}
@media only screen and (min-width: 1280px) {
	.pright{
		width: 70%;
		height: 350px; 
		float: right; 
		display: flex; 
		justify-content: left; 
		align-items: center;
		margin-top:30px;
	}
}
@media only screen and (min-width: 1366px) {
	  .pright{
	  	width: 70%;
	  	height: 350px; 
	  	float: right; 
	  	display: flex; 
	  	justify-content: left; 
	  	align-items: center;
	  	margin-top:30px;
	  }
}
@media only screen and (min-width: 1440px) {
	  .pright{
	  	width: 70%;
	  	height: 350px; 
	  	float: right; 
	  	display: flex; 
	  	justify-content: left; 
	  	align-items: center;
	  }
}
@media only screen and (min-width: 1680px) {
	  .pright{
	  	width: 70%;
	  	height: 350px; 
	  	float: right; 
	  	display: flex; 
	  	justify-content: left; 
	  	align-items: center;
	  }
}
@media only screen and (min-width: 1920px) {
	  .pright{
	  	width: 70%;
	  	height: 350px; 
	  	float: right; 
	  	display: flex; 
	  	justify-content: left; 
	  	align-items: center;
	  }
}
@media only screen and (min-width: 2560px) {
	  .pright{
	  	width: 70%;
	  	height: 350px; 
	  	float: right; 
	  	display: flex; 
	  	justify-content: left; 
	  	align-items: center;
	  }
} 