html, body {
	/*position: relative;*/
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;

}

html {
	font-family:  'Gill Sans MT', 'STXihei', "华文细黑", "Microsoft Yahei", "微软雅黑";
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

@font-face {
    font-family: 'msyahei';
    src: url('../resource/fonts/msyh.ttf');
}

@font-face {
    font-family: 'SimKai';
    src: url('../resource/fonts/simkai.ttf');
}

@font-face {
    font-family: 'msyahei';
    src: url('../resources/msyh.ttf');
}

@font-face {
    font-family: 'SimKai';
    src: url('../resources/simkai.ttf');
}

@font-face {
	font-family: "myriad pro reg";
	src:url('../resource/fonts/MyriadSetPro-Thin.ttf');
}

#video-wall {
	min-width: 100%; 
	min-height: 60%; 
	width: auto; 
	height: auto;
	z-index: -1000; 
	overflow: hidden;
	position: absolute;
	top: 20%;
	left: 0;
}
video {
	background-image: url(../resource/images/89.gif);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: center;
}

#video { 
  	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto;
	z-index: -1000; 
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
#vid-control {
	width: 82px;
	height: 82px;
	position: absolute;
	right: 10px;
	top: 10px;
	/*margin-left: -82px;
	margin-top:-82px;*/
	/*display: none;*/
}
#vid-play {
	/*width: 100px;
	height: 100px;*/
	/*position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -82px;
	margin-top:-82px;*/
	width: 82px;
	height: 82px;
	opacity: 0.5;
	/*display: none;*/
}
#vid-pause {
	/*width: 100px;
	height: 100px;*/
	/*position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -82px;
	margin-top:-82px;*/
	width: 82px;
	height: 82px;
	opacity: 0.5;
	display: none;
}
.loading {
	z-index: 999999;
	position: absolute;
	left: 50%;
	top: 50%;
}
#preload-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgb(230,230,230);
	z-index: 9997;
	opacity: 1;
	-webkit-transition: opacity 1s;
	        transition: opacity 1s;
}

#main-wrapper {
	position: fixed;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	right: 0;
	top: 0;
	width: 100%;
	/*background: url('../resource/images/2.jpg');
	background-repeat: no-repeat;
	background-size: cover;*/
	/*background-color: black;*/
	-webkit-transition: width 1s;
	        transition: width 1s;
}

#navigator {
	width: 280px;
	height: 100%;
	position: fixed;
	/*background-color: gray;*/
	box-shadow: 2px 0px 2px #f1f1f1;
	z-index: 100;
	background-color: white;
	/*display: none;*/
	opacity: 0.95;
}

#main-logo {
	display: block;
	position: relative;
	margin: 0 auto;
	top: 30px;
	width: 100px;
}

#main-nav {
	position: relative;
	/*top: 5%;*/
	text-align: center;
	padding: 0;
	margin: 0;
	-webkit-transition: top 2s;
	        transition: top 2s;
}

#main-nav li.active p {
	color: #d3a84f;
}

#main-nav li p {
	margin: 0;
	-webkit-transition: color 1s;
	        transition: color 1s;
}
#main-nav li:hover p{
	/*color: #d3a84f;*/
	/*color: #f1f1f1;
	-webkit-transition: color 1s;
	        transition: color 1s;*/
}
#main-nav li:hover .text2 {
	color: #333333;
}

#sub-nav {
	position: absolute;
	bottom: 110px;
	-webkit-transition: bottom 2s;
	        transition: bottom 2s;
	padding:0;
	/*width: 134px;*/
	/*width: 67px;*/
	left: 45px;
	/*margin-left: -67px;*/
	/*margin-left: -33px;*/
	display: flex;
}	
#sub-nav li {
	/*float: left;*/
	margin-right: 18px;
	border-bottom: 1px solid white;
	opacity: 0.5;
	-webkit-transition: opacity 1s;
	        transition: opacity 1s;
}
#sub-nav li:last-child {
	margin-right: 0;

}
#sub-nav li img {
	/*width: 20px;*/
	height: 20px;
	cursor: pointer;
}
#sub-nav li:hover {
	/*border-bottom: 1px solid black;*/
	-webkit-transition: opacity 1s;
	        transition: opacity 1s;
	opacity: 1;
}

#arrow:hover {
	cursor: pointer;
}

#footer {
	clear: both;
	position: absolute;
	bottom: 20px;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	text-align: center;
}
#footer p {
	margin: 0;
	font-family: 'Gill Sans MT', "myriad pro reg", 'STXihei', "华文细黑", "Microsoft Yahei", "微软雅黑";
	font-size: 12px;
	color: #999;
}

.hide-menu {
	left: -200px;
}



#nav-min {
	width: 80px;
	height: 100%;
	position: fixed;
	/*background-color: gray;*/
	box-shadow: 2px 0px 2px #f1f1f1;
	background-color: white;
	left: -85px;
	z-index: 100;
}
#min-logo {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 40px;
	height: 40px;
}
#min-arrow {
	position: absolute;
	bottom: 5%;
	left: 30px;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

#min-arrow:hover {
	/*transform: scale(1.2, 1.2);*/
	-webkit-transform: rotate(540deg);
	        transform: rotate(540deg);
	-webkit-transition: 1s all;
	        transition: 1s all;
	cursor: pointer;

}
#min-title {
	font-size: 12px;
	position: absolute;
	top: 40%;
	left: -50px;
    width: 181px;
	-webkit-transform: rotate(270deg);
	        transform: rotate(270deg);
	padding: 0;
}
#min-title span {
	padding: 0 8px 0 8px;
}
#min-title span:first-child	{
	display: inline-block;
	border-right: 1px solid black;
	font-family: "myriad pro reg";
}
#min-title span:last-child{
	font-family: 'Gill Sans MT', "myriad pro reg", 'STXihei', "华文细黑", "Microsoft Yahei", "微软雅黑";
}


/**************************************************/
/****************index page*********************/
/**************************************************/
.mdiv {
	position: relative;
	/*height: 100%;*/
	/*width: 100%;*/
	/*min-height: 800px;*/
	/*min-width: 1200px;*/
	overflow: hidden;

}
.mdiv .bg {
	position: absolute;
	width: 100%;
	height: 140%;
	min-height: 800px;
	min-width: 1200px;
	top: -40%;
}
.mdiv-f .bg {
	width: 100%;
	height: 100%;
}

.cc {
	position: absolute;
	width: 100px;
	height: 100px;
	background: yellow;
	top: 100px;
	right: 100px;
}

#text-1 {
	position: absolute;
	z-index: 1;
	color: white;
	font-size: 20px;
	width: 500px;
	top: 50px;
	left: 50%;
	margin-left: -250px;
}
#text-2-1 {
	position: absolute;
	z-index: 1;
	color: black;
	font-size: 20px;
	width: 350px;
	top: 25%;
	left: 320px;
	/*margin-left: -150px;*/
	/*width: 300px;*/
	opacity: 0;
}
#text-2-2 {
	/*background-color: black;*/
	position: absolute;
	z-index: 2;
	color: black;
	font-size: 20px;
	width: 350px;
	top: 25%;
	right: 10%;
	line-height: 2;
	/*margin-left: -150px;*/
	/*width: 300px;*/
	/*opacity: 0;*/
}
#text-3 {
	
	position: absolute;
	z-index: 1;
	color: white;
	font-size: 20px;
	width: 350px;
	top: 20%;
	left: 320px;
	/*margin-left: -150px;*/

	opacity: 0;
}
#text-4 {
	
	position: absolute;
	z-index: 1;
	color: white;
	font-size: 20px;
	width: 350px;
	top: 20%;
	left: 320px;
	/*margin-left: -150px;*/
	opacity: 0;
}
#text-5 {
	
	position: absolute;
	z-index: 1;
	color: white;
	font-size: 20px;
	width: 300px;
	top: 20%;
	left: 320px;
	/*margin-left: -150px;*/
	opacity: 0;
}

.text-museum {
	position: fixed;
	top: 10%;
	right: 20%;

}

/*#m1st .bg{
	top: 0;

}
#m2nd .bg{
	top
	
}
#m3rd .bg{
	background-image: url('../resource/images/3.jpg');
	
}
#m4th .bg{
	background-image: url('../resource/images/4.jpg');
	
}
#m5th .bg{
	background-image: url('../resource/images/5.jpg');
	
}*/

.bg1 {
	width: 1200px;
	height: 1200px;
}

#round-layer-1 {
	position: absolute;
	width: 120%;
	height: 30%;
	background-color: white;
	/*z-index: 2;*/
	border: 1px solid white;
	border-radius: 50% 50% 0 0;
	bottom: -35%;
	left: 50%;
	margin-left:-60%;
}

#round-layer-2 {
	position: absolute;
	width: 70%;
	height: 300%;
	background-color: white;
	/*z-index: 2;*/
	border: 1px solid white;
	border-radius: 0 50% 50% 0;
	bottom: -30%;
	right: 110%;
	/*margin-left:-60%;*/
}

#round-layer-3 {
	position: absolute;
	width: 70%;
	height: 300%;
	background-color: white;
	/*z-index: 2;*/
	border: 1px solid white;
	border-radius: 50% 0 0 50%;
	top: -30%;
	left: 110%;
}


#round-layer-1 .wrapper {
	position: absolute;
	height: 200px;
	width: 60%;
	/*background-color: black;*/
	/*border: 1px solid black;*/
	left: 20%;
	top: 10%;
}

.tech-unit {
	text-align: center;
	float: left;
	height: 80%;
	width: 25%;
	/*border: 1px solid black;*/
}
.tech-unit .title {
	font-weight: bold;
	position: relative;
	top: 50%;
}
.tech-unit .discription {
	color: gray;
	position: relative;
	top: 50%;
	font-size: 12px;
}

.unit-1 {
	background: url('../resource/images/tech/1.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
}
.unit-2 {
	background: url('../resource/images/tech/2.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unit-3 {
	background: url('../resource/images/tech/3.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unit-4 {
	background: url('../resource/images/tech/4.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}

.unit-5 {
	background: url('../resource/images/tech/5.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unit-6 {
	background: url('../resource/images/tech/6.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unit-7 {
	background: url('../resource/images/tech/7.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unit-8 {
	background: url('../resource/images/tech/8.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unit-9 {
	background: url('../resource/images/tech/9.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unit-10 {
	background: url('../resource/images/tech/10.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unit-11 {
	background: url('../resource/images/tech/11.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unit-12 {
	background: url('../resource/images/tech/12.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unit-13 {
	background: url('../resource/images/tech/13.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}


.unitq-1 {
	background: url('../resource/images/qua/1.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
}
.unitq-2 {
	background: url('../resource/images/qua/2.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unitq-3 {
	background: url('../resource/images/qua/3.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unitq-4 {
	background: url('../resource/images/qua/4.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}

.unitq-5 {
	background: url('../resource/images/qua/5.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unitq-6 {
	background: url('../resource/images/qua/6.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unitq-7 {
	background: url('../resource/images/qua/7.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unitq-8 {
	background: url('../resource/images/qua/8.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unitq-9 {
	background: url('../resource/images/qua/9.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unitq-10 {
	background: url('../resource/images/qua/10.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unitq-11 {
	background: url('../resource/images/qua/11.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unitq-12 {
	background: url('../resource/images/qua/12.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unitq-14 {
	background: url('../resource/images/qua/14.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unitq-15 {
	background: url('../resource/images/qua/15.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unitq-16 {
	background: url('../resource/images/qua/16.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unitq-17 {
	background: url('../resource/images/qua/17.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unitq-18 {
	background: url('../resource/images/qua/18.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unitq-19 {
	background: url('../resource/images/qua/19.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unitq-20 {
	background: url('../resource/images/qua/20.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unitq-21 {
	background: url('../resource/images/qua/21.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}
.unitq-13 {
	background: url('../resource/images/qua/13.png');
	background-repeat: no-repeat;
	background-position: 50% 20%;
	
}


/**************************************************/
/****************success cases*********************/
/**************************************************/
.case-list {
	list-style: none;
	margin: 0;
	padding: 0;

}
.case-list li {
	position: relative;
	float: left;
	height: 400px;
	width: 19.9%;
	border-left: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	overflow: hidden;
	/*background-color: yellow;*/


}
.case-list li img {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform  5s;
	        transition: transform  5s;
}

.case-list .text-container {
	position: absolute;
	width: 100%;
	height: 27%;
	bottom: 0;
}

.case-list li .title {
	/*position: static;*/
	width: 100%;
	text-align: center;
	/*position: absolute;*/
	bottom: 20%;
	color: black;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Gill Sans MT', "myriad pro reg", 'STXihei', "华文细黑", "Microsoft Yahei", "微软雅黑";
}
.case-list li .sub {
	/*position: static;*/
	width: 100%;
	text-align: center;
	/*position: absolute;*/
	bottom: 15%;
	font-family: 'Gill Sans MT', "myriad pro reg", 'STXihei', "华文细黑", "Microsoft Yahei", "微软雅黑";
	font-size: 13px;
	color: gray;
}

.case-list li:hover .sub  {
	color: #EFEFEF;
}
.case-list li:hover .title {
	color: white;
}


.case-list li .layer {
	position: absolute;
	width: 100%;
	height: 50%;
	background-color: #ffd426;
	top: 100%;
	-webkit-transition: top .5s;
	        transition: top .5s;
}
.case-list li .layer img{
	position: relative;
	height:20px;
	width: 20px;
	margin: 50px auto 0 auto;
	display: block;
	
	opacity: 0;
	-webkit-transition: opacity 3s;
	        transition: opacity 3s;
}
.case-list .image-container {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 70%;
	margin: 0 auto;
	/*width: 182px;
	height: 182px;*/
	top: 0;
}
.case-list li:hover {
	cursor: pointer;
}


.case-list li:hover img {
	-webkit-transform: scale(1.2, 1.2);
	        transform: scale(1.2, 1.2);
	-webkit-transition: -webkit-transform  5s;
	        transition: transform  5s;
}
.case-list li:hover .layer {
	top: 50%;
	-webkit-transition: top .5s;
	        transition: top .5s;
}
.case-list li:hover .layer img {
	opacity: 1;
	-webkit-transition: opacity 3s;
	        transition: opacity 3s;
}

#case-discription {
	position: fixed;
	overflow-y: scroll;
	width: 50%;
	background-color: white;
	height: 100%;
	left: 100%;
	padding-left: 20px;
	-webkit-transition: left 1s;
	        transition: left 1s;
	font-size: 12px;
}
#case-discription-wrapper {
	position: absolute;
	padding:50px;
}
#case-slider {
	position: fixed;
	width: 50%;
	background-color: #eeeeee;
	height: 100%;
	left: 100%;
	overflow-y: scroll;
	padding-left: 30px;
	-webkit-transition: left 1s;
	        transition: left 1s;
}
#case-slider-title {
	position: relative;
	width: 100%;
	background-color: #a5a5a5;
	height: 100px;
	text-align: center;
	font-size: 18px;
	color: white;
}
#case-cancel {
	position: fixed;
	width: 100%;
	height: 50px;
	font-size: 30px;
	text-align: center;
	top: -50px;
	/*background-color: rgba(0,0,0,0.8); */
	background-color: #333333;
	color: white;
	line-height: 50px;
	-webkit-transition: top 1s;
	        transition: top 1s;
}

#case-cancel:hover {
	cursor: pointer;
}
#case-cancel img {
	/*display: block;*/
	position: relative;
	/*right: 85px;*/
}

/**************************************************/
/****************products*********************/
/**************************************************/
#pd-list {
	list-style: none;
	margin: 0;
	padding: 0;

}
#pd-list li {
	position: relative;
	float: left;
	height: 400px;
	width: 24.9%;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	overflow: hidden;

	/*background-color: yellow;*/
}


#pd-list li img {
	position: absolute;
	width: 60%;
	height: 60%;
	left: 20%;
	top: 20%;
	-webkit-transition: -webkit-transform  5s;
	        transition: transform  5s;
}

#pd-list .text-container {
	position: absolute;
	width: 100%;
	height: 40%;
	bottom: 0;
}

#pd-list li .title {
	width: 100%;
	text-align: center;
	/*position: absolute;*/
	bottom: 20%;

	font-size: 20px;
	font-weight: bold;
}
#pd-list li .sub {
	width: 100%;
	text-align: center;
	/*position: absolute;*/
	bottom: 15%;

	font-size: 15px;
	color: gray;
}

#pd-list li .layer {
	position: absolute;
	width: 100%;
	height: 60%;
	background-color: #3db8fe;
	top: 100%;
	-webkit-transition: top .5s;
	        transition: top .5s;
}
#pd-list li .layer p{
	position: absolute;
	width: 100%;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	top: 10%;
	color: white;
	opacity: 0;
	-webkit-transition: opacity 3s;
	        transition: opacity 3s;
}
.image-container {
	overflow: hidden;
	position: relative;
	margin: 20px auto;
	width: 182px;
	height: 182px;
	top: 0;
}
#pd-list li:hover {
	cursor: pointer;
}

#pd-list li:hover img {
	-webkit-transform: scale(1.2, 1.2);
	        transform: scale(1.2, 1.2);
	-webkit-transition: -webkit-transform  5s;
	        transition: transform  5s;
}
#pd-list li:hover .layer {
	top: 40%;
	-webkit-transition: top .5s;
	        transition: top .5s;
}
#pd-list li:hover .layer p {
	opacity: 1;
	-webkit-transition: opacity 3s;
	        transition: opacity 3s;
}
#pd-list li:hover .sub {
	color: white;
}

#pd-discription {
	position: fixed;
	overflow-y: scroll;
	width: 50%;
	background-color: white;
	height: 100%;
	left: 100%;
	padding-left: 20px;
	-webkit-transition: left 1s;
	        transition: left 1s;
	font-size: 12px;
	top: 0;
}
#pd-discription-wrapper {
	position: absolute;
	padding:50px;
}
#pd-slider {
	position: fixed;
	width: 52%;
	background-color: #eeeeee;
	min-height: 100%;
	left: 100%;
	overflow-y: scroll;
	/*padding-left: 30px;*/
	-webkit-transition: left 1s;
	        transition: left 1s;
	top: 0;
}
#pd-slider-title {
	position: relative;
	width: 100%;
	background-color: #a5a5a5;
	height: 100px;
	
	/*padding-left: 30px;*/
	text-align: center;
	/*padding-left: 100px;*/
	font-size: 20px;
	color: white;
}
#pd-slider-title p {
	/*line-height: 50px;*/
	margin: 0;
}
#pd-cancel {
	position: fixed;
	width: 100%;
	height: 50px;
	font-size: 30px;
	text-align: center;
	top: -50px;
	/*background-color: rgba(0,0,0,0.8); */
	background-color: #333333;
	color: white;
	line-height: 50px;
	-webkit-transition: top 1s;
	        transition: top 1s;
}

#pd-buy {
	height: 30px;
	width: 120px;
	border: 1px solid #02baff;
	border-radius: 25px;
	color: #02baff;
	background-color: white;
	text-align: center;
	/*line-height: 28px;*/

}

/**************************************************/
/****************tech*********************/
/**************************************************/

.tech-wrapper {
	position: relative;
	width: 80%;
	/*height: 500px;*/
	margin: 0 10%;
	/*background-color: black;*/
}
.tech-title {
	text-align: center;
	font-size: 30px;
	color: #c69d4b;
	font-weight: bold;
}
.tech-sub {
	text-align: center;
	color: #999999;
	font-size: 12px;
	line-height: 1.8;
}

/**************************************************/
/****************news*********************/
/**************************************************/
.news-top {
	border-bottom: 1px solid #d8d8d8;
	padding-right: 50px;
	padding-bottom: 25px;
	background-color: #ffffff;
}
.news-top p {
	text-align: right;
	color: #999999;
	margin: 0;
}
.news-list {
	margin: 0;
	padding: 0px;
	background-color: #ffffff;
}
.news-list li {
	border-bottom: 1px solid #d8d8d8;
	/*padding: 10px 20px 10px 20px;*/
}
.news-list li img{
	width: 200px;
	/*height: 113px;*/
	float: left;
	padding: 20px 100px 20px 20px;
}
.news-list li p {
	margin: 0;
}
.news-list-title {
	font-size: 20px;
	padding: 12px 0;
	color: #323232;
}
.news-list-sub {
	font-size: 12px;
	line-height: 1.8;
	padding-top: 12px;
	color: #9a9a9a;
}
.list-item-wrapper {
	position: relative;
	width: 80%;
	margin: 0 auto;

	cursor: pointer;
}

/**************************************************/
/****************about*****************************/
/**************************************************/

#about-1 {
	position: relative;
	background: url('../resource/images/museum.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	min-height: 800px;
	overflow: hidden;
}
#about-2 {
	width: 100%;
	/*height: 60%;*/
	/*min-height: 480px;*/
	margin-bottom: 50px;
}
#about-3 {
	width: 100%;
	/*height: 60%;*/
	min-height: 480px;
	padding-bottom: 150px;
}
#about-4 {
	position: relative;
	background: url('../resource/images/clients.png');
	background-size: 70% 70%;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 60%;
	min-height: 480px;
}
#about-5 {
	width: 100%;
	height: 100%;
	/*background: #333333;*/
	min-height: 800px;
}

.summary {
	/*overflow-y: auto;*/
	/*max-height: 70%;*/
	width: 1000px;
	min-height: 300px;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	        transform: translate(-50%, -50%);
  	padding: 50px;
	background-color: #d3a84f;
}
.summary p {
	color: white;
}

#team-head {
	width: 30%;
	float: left;
	height: 400px;
	background-color: #202020;
}
#team-summary {
	width: 70%;
	text-align: left;
	float: left;
	height: 400px;
	background-color: #da423f;
}
#team-unit {
	position: relative;
	margin-top: 50px;
	width: 100%;
	text-align: center;
}
#team-unit img {
	height: 150px;
	width: 150px;
	border: 5px solid #393939;
	border-radius: 50%;
}
#team-unit p {
	color: #999999;
}

.contact-wrapper {
	position: relative;
	width: 80%;
	margin:0 auto;
	height: 400px;
	/*text-align: center;*/
	/*background: #ffffff;*/
}
#myform input:focus {
	outline: none;
	border-bottom: 1px solid #95732d;
}

.half {
	float: left;
	width: 42%;
	border: none;
	border-bottom: 1px solid #3e3d42;
	background-color: #333333;
	color: #6e6e6e;
	line-height: 2.5;
}
.full {
	width: 99%;
	border: none;
	border-bottom: 1px solid #3e3d42;
	background-color: #333333;
	color: #6e6e6e;
	line-height: 2;
}
.contact-submit {
	border: none;
	/*width: 100px;*/
	height: 30px;
	background-color: #da423f;
	/*color: #e9d4aa;*/
	color: white;
	/*margin-top: 20px;*/
}

#map-list-menu {
	padding: 0;
}
#map-list-menu li {
	float: left;
	width: 32%;
	height: 50px;
	background-color: #2e2e2e;
	color: white;
	line-height: 50px;
	text-align: center;
}
#map-list-menu li.active {
	background-color: #95732d;
}
#map-list {
	clear: both;
	padding: 0;
	height: 300px;
}
#map-list li {
	width: 99%;
	height: 75%;
}

.certificate-wrapper {
	position: relative;
	width: 1200px;
	margin: 100px auto 300px auto;
}
.certificate-wrapper ul {
	padding:0;
	/*background-color: black;*/
}
.certi-column {
	float: left;
	width: calc(25% - 10px);
	
	height: 400px;
	margin: 10px 5px;
	/*background-color: white;*/
}
.certi-column .unit {
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.certi-column .unit-1{
	background-image: url(../resource/images/certi-1.jpg);
	height: 25%;
}
.certi-column .unit-2{
	background-image: url(../resource/images/certi-2.jpg);
	height: 25%;
}
.certi-column .unit-3{
	background-image: url(../resource/images/certi-3.jpg);
	height: 50%;
}
.certi-column .unit-4{
	background-image: url(../resource/images/certi-4.jpg);
	height: calc(100%  +  22px);
}
.certi-column .unit-5{
	background-image: url(../resource/images/certi-5.jpg);
	height: calc(50%  +  5px);
	margin-bottom: 10px;
}
.certi-column .unit-6{
	background-image: url(../resource/images/certi-6.jpg);
	height: calc(50%  +  5px);
	margin-bottom: 10px;
}
.certi-column .unit-7{
	background-image: url(../resource/images/certi-7.jpg);
	height: calc(50%  +  5px);
	margin-bottom: 10px;
}
.certi-column .unit-8{
	background-image: url(../resource/images/certi-8.jpg);
	height: calc(50%  +  5px);
	margin-bottom: 10px;
}
/*photo wall*/
.certi-column .unit{
	background-size: cover;
}
.certi-column .unit-9{
	background-image: url(../resource/images/about/0.JPG);
	height: calc(50% - 10px);
	margin-bottom: 10px;
}
.certi-column .unit-10{
	background-image: url(../resource/images/about/1.png);
	height: calc(50% - 10px);
	margin-bottom: 10px;
}
.certi-column .unit-11{
	background-image: url(../resource/images/about/2.png);
	height: calc(50% - 10px);
	margin-bottom: 10px;
}
.certi-column .unit-12{
	background-image: url(../resource/images/about/3.png);
	height: calc(100% - 10px);
	margin-bottom: 10px;
}
.certi-column .unit-13{
	background-image: url(../resource/images/about/4.png);
	height: calc(40% - 10px);
	margin-bottom: 10px;
}
.certi-column .unit-14{
	background-image: url(../resource/images/about/5.png);
	height: calc(60% - 10px);
	margin-bottom: 10px;
}
.certi-column .unit-15{
	background-image: url(../resource/images/about/6.png);
	height: calc(44% - 10px);
	margin-bottom: 10px;
}
.certi-column .unit-16{
	background-image: url(../resource/images/about/7.png);
	height: calc(44% - 10px);
	margin-bottom: 10px;
}
.certi-column .unit-17{
	background-image: url(../resource/images/about/8.png);
	height: calc(40% - 10px);
	margin-bottom: 10px;
}
.certi-column .unit-18{
	background-image: url(../resource/images/about/9.png);
	height: calc(60% - 10px);
	margin-bottom: 10px;
}
.certi-column .unit-19{
	background-image: url(../resource/images/about/10.png);
	height: calc(50% - 10px);
	margin-bottom: 10px;
}
.certi-column .unit-20{
	background-image: url(../resource/images/about/11.png);
	height: calc(100% - 10px);
	margin-bottom: 10px;
}
.certi-column .unit-21{
	background-image: url(../resource/images/about/12.png);
	height: calc(94% - 10px);
	margin-bottom: 10px;
}
.certi-column .unit-22{
	background-image: url(../resource/images/about/13.png);
	height: calc(50% - 10px);
	margin-bottom: 10px;
}
.certi-column .unit-23{
	background-image: url(../resource/images/about/14.png);
	height: calc(56% - 10px);
	margin-bottom: 10px;
}
.certi-column .unit-24{
	background-image: url(../resource/images/about/15.jpg);
	height: calc(56% - 10px);
	margin-bottom: 10px;
}
.certi-column .unit-25{
	background-image: url(../resource/images/about/16.jpeg);
	height: calc(56% - 10px);
	margin-bottom: 10px;
}
/**************************************************/
/****************general control*******************/
/**************************************************/
#lang-switcher {
	width: 82px;
	height: 20px;
	padding:0;
	background-color: white;
	position: relative;
	margin: 50px auto 0 auto;
	/*left: 50%;*/
	/*bottom: 20%;*/
	/*margin-left: -60px;*/
	/*margin-top: -25px;*/
	/*box-shadow: 1px 1px 1px black;*/
	z-index: 10000;
	/*display: none;*/
}
#lang-switcher li {
	float: left;
	width: 22px;
	height: 12px;
	margin-right: 8px;
}
#lang-switcher li:last-child {
	margin-right: 0;
}
#lang-switcher li a {
	display: block;
	width: 100%;
	height: 100%;
}
#lang-switcher #cn{
	background:url(../resource/images/cn.png);
	background-size: 22px 12px;
	background-repeat: no-repeat;
}
#lang-switcher #en{
	background:url(../resource/images/en.png);
	background-size: 22px 12px;
	background-repeat: no-repeat;
}
#lang-switcher #hn{
	background:url(../resource/images/hu.png);
	background-size: 22px 12px;
	background-repeat: no-repeat;
}


.text1 {
	/*font-weight: bold;*/
	font-family: 'Gill Sans MT', "myriad pro reg", 'STXihei', "华文细黑", "Microsoft Yahei", "微软雅黑";
	color: #333333;
	font-size: 16px;
	/*text-transform: uppercase;*/
}

.text2 {
	font-family: 'myriad pro reg';
	font-size: 10px;
	color: #c4c4c4;
	line-height: 1.8;
}

.text3 {

}
.solution-tags { 
	margin: 0;
	padding: 0;
}
.solution-tags li {
	float: left;
	margin: 0 5px 5px 0;

}
.solution-tags li a {
	color: white;
	background-color: green;
	display: block;
	padding: 5px;
}

.tech-tags {
	clear: both;
	margin: 0;
	padding: 0;
}
.tech-tags li {
	position: relative;
	float: left;
	height: 70px;
	width: 45%;
}

.tech-tags .th {
	position: relative;
	left: 70px;
	font-weight: bold;

}
.tech-tags .tc {
	position: relative;
	left: 70px;
}
.tech-tags .tech-1 {
	background: url(../resource/images/tech/1.png);
	background-repeat: no-repeat;
	
}
.tech-tags .tech-2 {
	background: url(../resource/images/tech/2.png);
	background-repeat: no-repeat;
	
}
.tech-tags .tech-3 {
	background: url(../resource/images/tech/3.png);
	background-repeat: no-repeat;
	
}
.tech-tags .tech-4 {
	background: url(../resource/images/tech/4.png);
	background-repeat: no-repeat;
	
}
.tech-tags .tech-5 {
	background: url(../resource/images/tech/5.png);
	background-repeat: no-repeat;
	
}
.tech-tags .tech-6 {
	background: url(../resource/images/tech/6.png);
	background-repeat: no-repeat;
	
}
.tech-tags .tech-7 {
	background: url(../resource/images/tech/7.png);
	background-repeat: no-repeat;
	
}
.tech-tags .tech-8 {
	background: url(../resource/images/tech/8.png);
	background-repeat: no-repeat;
	
}
.tech-tags .tech-9 {
	background: url(../resource/images/tech/9.png);
	background-repeat: no-repeat;
	
}
.tech-tags .tech-10 {
	background: url(../resource/images/tech/10.png);
	background-repeat: no-repeat;
	
}
.tech-tags .tech-11 {
	background: url(../resource/images/tech/11.png);
	background-repeat: no-repeat;
	
}
.tech-tags .tech-12 {
	background: url(../resource/images/tech/12.png);
	background-repeat: no-repeat;
	
}
.tech-tags .tech-13 {
	background: url(../resource/images/tech/13.png);
	background-repeat: no-repeat;
	
}

#case-discription .tech-tags li {
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-position: 0 10px;
}



#s2 {
	/*background: url('../resource/images/digital-wall.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;*/
	background-color: black;
}

#s3 {
	/*background: url('../resource/images/2.jpg');*/
	/*background-size: cover;
	background-repeat: no-repeat;
	background-position: center;*/
	background:#f1f1f1;

}

#s4 {
	
}

#s5 {
	background: url('../resource/images/3.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#s2-1 {
	position: absolute;
	left: 300px;
	top: 40%;
	-webkit-transition: top 1s;
	        transition: top 1s;
	display: none;
}
#s2-2 {
	position: absolute;
	left: 300px;
	top: 40%;
	padding-top: 60px;
	width: 245px;
	color: white;
	font-size: 24px;
	text-shadow: 1px 0 1px gray;
	-webkit-transition: top 1s;
	        transition: top 1s;
	display: none;
	text-align: center;
	/*font-family: 'sans-serif';*/
	/*padding-top: 100px;*/
}

#s3-wrapper {
	position: relative;
	width: 100%;
	height:100%;
}

#s3-1 {

	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -40px;
	margin-left: -550px;
	width: 192px;
	height: 379px;
	background: url(../resource/images/e01.png);
	background-repeat: no-repeat;
	background-size: 192px 379px;
	background-position: top;
	padding-bottom: 90px;
	/*opacity: 0;*/
}
#s3-2 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	margin-left: 330px;
	width: 170px;
	height: 328px;
	background: url(../resource/images/e02.png);
	background-repeat: no-repeat;
	background-size: 170px 328px;
	background-position: top;
	padding-bottom: 80px;
	/*opacity: 0;*/
}
#s3-3 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	margin-left: 500px;
	width: 170px;
	height: 328px;
	background: url(../resource/images/e03.png);
	background-repeat: no-repeat;
	background-size: 170px 328px;
	background-position: top;
	padding-bottom: 80px;
	/*opacity: 0;*/
}
#s3-4 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	margin-left: 670px;
	width: 170px;
	height: 328px;
	background: url(../resource/images/e04.png);
	background-repeat: no-repeat;
	background-size: 170px 328px;
	background-position: top;
	padding-bottom: 80px;
	/*opacity: 0;*/
}
#s3-5 {
	
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -950px;
	margin-top: 0px;
	width: 402px;
	height: 353px;
	background: url(../resource/images/e05.png);
	background-repeat: no-repeat;
	background-size: 402px 353px;
	background-position: top;
	padding-bottom: 50px;
	/*opacity: 0;*/
}
#s3-6 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -855px;
	margin-top: -380px;
	width: 615px;
	height: 344px;
	background: url(../resource/images/e07.png);
	background-repeat: no-repeat;
	background-size: 615px 344px;
	background-position: top;
	/*opacity: 0;*/
}
#s3-7 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 255px;
	margin-top: -350px;
	width: 626px;
	height: 318px;
	background: url(../resource/images/e08.png);
	background-repeat: no-repeat;
	background-size: 626px 318px;
	background-position: top;
	/*opacity: 0;*/
}
#s3-8 {
	position: absolute;
	left: 50%;
	margin-left: -433px;
	margin-top: -262px;
	top: 50%;

	width: 866px;
	height: 515px;
	background: url(../resource/images/e09.png);
	background-repeat: no-repeat;
	background-size: 866px 515px;
	background-position: top;
	padding-bottom: 80px;
	/*opacity: 0;*/
}

.s3-t {
	color: #999999;
	text-align: center;
	width: 100%;
	position: absolute;
	/*display: block;*/
	bottom: 0;
	/*padding-top: 100px;*/
}
.s3-t1{
	font-size: 15px;
}
.s3-t2{
	font-size: 12px;
}

.shadow {
	/*box-shadow: 20px 20px 40px -5px #ededed; */
}
#s4-wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#s4-bb {
	top: 0;
	position: absolute;
	/*margin-top: -21.5px;*/
	/*padding-top: 0;*/
	height: 100%;
	width: 100%;
	background: url(../resource/images/museum.jpg);
	background-position: top right;
	background-size: 98% 110%;
	background-repeat:no-repeat;
	transition: background-position .5s;
}
#s4-bg {
	top: 0;
	left: 50%;
	position: absolute;
	/*position: absolute;*/
	/*margin-top: -21.5px;*/
	/*padding-top: 0;*/
	height: 100%;
	width: 50%;
	background:url(../resource/images/museum2.jpg);
	background-position: top right;
	background-size:196% 110%;
	background-repeat:no-repeat;
	transition: background-position .5s;
}
#s4-pc {
	position: absolute;
	width: 100%;
	height: 100%;
	background:url(../resource/images/lcover.png);
	background-position: top right;
	background-size:100% 100%;
	background-repeat:no-repeat;
}
#s4-shade {
	position: absolute;
	height: 100%;
	width:100%;
	top: 0;
	left: 0;
	background-color: black;
	opacity: 1;
}
#s4-enter{
	width: 150px;
	height: 60px;
	border-radius: 30px;
	top:50%;
	left:50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
  	        transform: translate(-50%, -50%);
  	background-color: #ff4735;
  	color: #ffffff;
  	text-align: center;
  	font-size: 15px;
  	line-height: 60px;
  	font-family:  'Gill Sans MT', 'STXihei', "华文细黑", "Microsoft Yahei", "微软雅黑";
  	cursor: pointer;
  	display: none;
  	-webkit-transition: background-color 1s;
	        transition: background-color 1s;
}
#s4-enter:hover {
	background-color: #d3a84f;
	-webkit-transition: background-color 1s;
	        transition: background-color 1s;
}
#s4-1 {
	position: absolute;
	margin: 0;
	/*z-index: 9999;*/
	font-size: 18px;
	color: white;
	top: 50%;
	margin-top: -80px;
	left: 300px;
	text-shadow: 2px 0 2px gray;
	display: none;
	font-family:  'Gill Sans MT', 'STXihei', "华文细黑", "Microsoft Yahei", "微软雅黑";
}
#s4-2 {
	position: absolute;
	margin: 0;
	/*z-index: 9999;*/
	font-size: 30px;
	color: #ffbb00;
	top: 50%;
	margin-top: -50px;
	left: 300px;
	text-shadow: 2px 0 2px gray;
	display: none;
	font-family:  'Gill Sans MT', 'STXihei', "华文细黑", "Microsoft Yahei", "微软雅黑";
	cursor:pointer;
}

#s4-techwrapper {
	position: absolute;
	top: 50%;
	margin-top: 10px;
	left: 300px;
	font-family:  'Gill Sans MT', 'STXihei', "华文细黑", "Microsoft Yahei", "微软雅黑";
	width:calc(45% - 300px);
	max-width: 400px;
	min-width: 250px;
	padding: 0;
	display: none;
}

#s4-techwrapper li {
	height: 130px;
	width: 25%;
	float: left;

}
#s4-techwrapper .image{
	margin: 0;
	height: 100px;
	background-position: center;
	background-size: 60px 60px;
	background-repeat: no-repeat;
}
#s4-techwrapper .text{
	margin: 0;
	height: 30px;
	text-align: center;
	color: #f9f9f9;
	font-size: 12px;
}

#s4-techwrapper .image-1{
	background-image: url('../resource/images/04-1.png');
}
#s4-techwrapper .image-2{
	background-image: url('../resource/images/04-2.png');
}
#s4-techwrapper .image-3{
	background-image: url('../resource/images/04-3.png');
}
#s4-techwrapper .image-4{
	background-image: url('../resource/images/04-4.png');
}

#s5-1 {
	position: absolute;
	z-index: 1;
	top: 300px;
	left: 300px;
	display: none;
}
#s5-2 {
	position: absolute;
	z-index: 1;
	font-size: 20px;
	color: white;
	top: 320px;
	left: 300px;
	text-shadow: 2px 0 2px gray;
	display: none;
}
#s5-3 {
	position: absolute;
	z-index: 1;
	top: 360px;
	left: 300px;
	display: none;
}
#s5-4 {
	position: absolute;
	z-index: 1;
	color: white;
	top: 420px;
	left: 300px;
	text-shadow: 2px 0 5px gray;
	display: none;
}
#s5-5 {
	position: absolute;
	left: 100%;
	top: 100%;
	/*z-index: -1;*/
	/*display: none;*/
}
#anchor-nav {
	width: 50px;
	/*height: 200px;*/
	/*background-color: white;*/
	position: fixed;
	right: 10px;
	top: 50%;
	padding: 0;
	margin: -137px 0 0 0;
}
#anchor-nav li {
	height: 50px;
}
#anchor-nav li a{
	display: block;
	text-align: center;
	line-height: 50px;
	color: white;
	border:1px solid white;
	margin-top: 5px;
	border-radius: 50%;
	-webkit-transition: border-radius 1s;
	        transition: border-radius 1s;
}
#anchor-nav li.active a {
	background-color: white;
	color: black;
	opacity: 0.5;
}

#anchor-nav li:hover a {
	border-radius: 0;
	-webkit-transition: border-radius 1s;
	        transition: border-radius 1s;
}

#anchor-pagination {
	position: fixed;
	right: 20px;
	bottom: 20px;
	height: 46px;
}
#anchor-pagination p {
	float: left;
	/*padding: 0;*/
	margin: 0;
}
#anchor-pagination #l {
	
	color: white;
	font-size: 35px;
} 
#anchor-pagination #r {
	color: white;
	font-size: 15px;
	margin-top: 20px;
	margin-left: 10px;
	

}

.mouse-icon {
  	position: absolute;
  	left: 50%;
  	bottom: 100px;
	margin-left: -18px;
	/*margin-top: -50px;*/
	width: 36px;
	height: 36px;
	stroke: white;
	/*stroke: currentColor;*/
	fill: white;
}

.noscroll {
	overflow-y: hidden;
}

@media (max-width: 1800px) and (min-width:1370px)  {
.summary {
	width: 900px;
}

#s3-1 {

	
	margin-top: -60px;
	margin-left: -411px;
	width: 144px;
	height: 285px;
	background: url(../resource/images/e01.png);
	background-repeat: no-repeat;
	background-size: 144px 285px;
	background-position: top;
	/*opacity: 0;*/
}
#s3-2 {
	
	margin-top: -9px;
	margin-left: 246px;
	width: 126px;
	height: 246px;
	background: url(../resource/images/e02.png);
	background-repeat: no-repeat;
	background-size: 126px 246px;
	background-position: top;
	/*opacity: 0;*/
}
#s3-3 {
	
	margin-top: -9px;
	margin-left: 375px;
	width: 126px;
	height: 246px;
	background: url(../resource/images/e03.png);
	background-repeat: no-repeat;
	background-size: 126px 246px;
	background-position: top;
	/*opacity: 0;*/
}
#s3-4 {
	
	margin-top: -9px;
	margin-left: 500px;
	width: 126px;
	height: 246px;
	background: url(../resource/images/e04.png);
	background-repeat: no-repeat;
	background-size: 126px 246px;
	background-position: top;
	/*opacity: 0;*/
}
#s3-5 {
	
	margin-left: -711px;
	margin-top: 0px;
	width: 300px;
	height: 264px;
	background: url(../resource/images/e05.png);
	background-repeat: no-repeat;
	background-size: 300px 264px;
	background-position: top;
	/*opacity: 0;*/
}
#s3-6 {
	
	margin-left: -642px;
	margin-top: -255px;
	width: 459px;
	height: 240px;
	background: url(../resource/images/e07.png);
	background-repeat: no-repeat;
	background-size: 459px 240px;
	background-position: top;
	/*opacity: 0;*/
}
#s3-7 {
	
	margin-left: 264px;
	margin-top: -261px;
	width: 468px;
	height: 237px;
	background: url(../resource/images/e08.png);
	background-repeat: no-repeat;
	background-size: 468px 237px;
	background-position: top;
	/*opacity: 0;*/
}
#s3-8 {
	
	margin-left: -324px;
	margin-top: -195px;
	width: 648px;
	height: 387px;
	background: url(../resource/images/e09.png);
	background-repeat: no-repeat;
	background-size: 648px 387px;
	background-position: top;
	/*opacity: 0;*/
}

}

@media (max-width: 768px) {

	.certificate-wrapper {
		width: 300px;
	}
	
	.certi-column {
		width: calc(100% - 10px);
	}

	.summary {
		width: 300px;
	}
  	/*#navigator {
    	display: none;
  	}
  	#nav-min {
  		display: none;
  	}*/
  	.tech-tags li {
		
		width: 95%;
	}
  	#text-2 {
  		width: 280px;
  		font-size: 12px;
  		left: 20px;
  	}
  	#text-3 {
  		font-size: 12px;
  		width: 280px;
  		left: 20px;
  	}
  	#text-4 {
  		font-size: 12px;
  		width: 280px;
  		left: 20px;
  	}
  	#text-5 {
  		/*font-size: 12px;*/
  		width: 280px;
  		left: 20px;
  	}

  	.mdiv .bg{
  		left: -455px;
  	}

   	.case-list li {
  		width: 99.8%;
  	}
  	#pd-list li {
  		width: 99.8%;
  	}
  	.tech-unit {
  		width: 99.8%;
  	}

  	#team-head {
  		width: 100%;
  	}
  	#team-summary {
  		width: 100%;
  	}

#s3-1 {

	
	margin-top: -20px;
	margin-left: -137px;
	width: 48px;
	height: 95px;
	background: url(../resource/images/e01.png);
	background-repeat: no-repeat;
	background-size: 48px 95px;
	background-position: top;
	/*opacity: 0;*/
}
#s3-2 {
	
	margin-top: -3px;
	margin-left: 82px;
	width: 42px;
	height: 82px;
	background: url(../resource/images/e02.png);
	background-repeat: no-repeat;
	background-size: 42px 82px;
	background-position: top;
	/*opacity: 0;*/
}
#s3-3 {
	
	margin-top: -3px;
	margin-left: 125px;
	width: 42px;
	height: 82px;
	background: url(../resource/images/e03.png);
	background-repeat: no-repeat;
	background-size: 42px 82px;
	background-position: top;
	/*opacity: 0;*/
}
#s3-4 {
	
	margin-top: -3px;
	margin-left: 167px;
	width: 42px;
	height: 82px;
	background: url(../resource/images/e04.png);
	background-repeat: no-repeat;
	background-size: 42px 82px;
	background-position: top;
	/*opacity: 0;*/
}
#s3-5 {
	
	margin-left: -237px;
	margin-top: 0px;
	width: 100px;
	height: 88px;
	background: url(../resource/images/e05.png);
	background-repeat: no-repeat;
	background-size: 100px 88px;
	background-position: top;
	/*opacity: 0;*/
}
#s3-6 {
	
	margin-left: -213px;
	margin-top: -85px;
	width: 153px;
	height: 80px;
	background: url(../resource/images/e07.png);
	background-repeat: no-repeat;
	background-size: 153px 80px;
	background-position: top;
	/*opacity: 0;*/
}
#s3-7 {
	
	margin-left: 88px;
	margin-top: -87px;
	width: 156px;
	height: 79px;
	background: url(../resource/images/e08.png);
	background-repeat: no-repeat;
	background-size: 156px 79px;
	background-position: top;
	/*opacity: 0;*/
}
#s3-8 {
	
	margin-left: -108px;
	margin-top: -65px;
	width: 216px;
	height: 129px;
	background: url(../resource/images/e09.png);
	background-repeat: no-repeat;
	background-size: 216px 129px;
	background-position: top;
	/*opacity: 0;*/
}
}



@media (max-width: 1370px) and (min-width:768px)  {

	.certificate-wrapper {
		width: 600px;
	}
	
	.certi-column {
		width: calc(50% - 10px);
	}

	#s4-2 {
		font-size: 13px;
	}
	#s4-2 {
		font-size: 24px;
	}
	.summary {
		width: 700px;
	}
  	.case-list li {
  		width: 33.1%;
  	}
  	#pd-list li {
  		width: 33.1%;
  	}
  	.tech-unit {
  		width: 33%;
  	}
  	.tech-tags li {
		
		width: 95%;
	}

#s3-1 {

	
	margin-top: -40px;
	margin-left: -275px;
	width: 96px;
	height: 190px;
	background: url(../resource/images/e01.png);
	background-repeat: no-repeat;
	background-size: 96px 190px;
	background-position: top;
	/*opacity: 0;*/
}
#s3-2 {
	
	margin-top: -5px;
	margin-left: 165px;
	width: 85px;
	height: 164px;
	background: url(../resource/images/e02.png);
	background-repeat: no-repeat;
	background-size: 85px 164px;
	background-position: top;
	/*opacity: 0;*/
}
#s3-3 {
	
	margin-top: -5px;
	margin-left: 250px;
	width: 85px;
	height: 164px;
	background: url(../resource/images/e03.png);
	background-repeat: no-repeat;
	background-size: 85px 164px;
	background-position: top;
	/*opacity: 0;*/
}
#s3-4 {
	
	margin-top: -5px;
	margin-left: 335px;
	width: 85px;
	height: 164px;
	background: url(../resource/images/e04.png);
	background-repeat: no-repeat;
	background-size: 85px 164px;
	background-position: top;
	/*opacity: 0;*/
}
#s3-5 {
	
	margin-left: -475px;
	margin-top: 0px;
	width: 201px;
	height: 176px;
	background: url(../resource/images/e05.png);
	background-repeat: no-repeat;
	background-size: 201px 176px;
	background-position: top;
	/*opacity: 0;*/
}
#s3-6 {
	
	margin-left: -427px;
	margin-top: -190px;
	width: 307px;
	height: 161px;
	background: url(../resource/images/e07.png);
	background-repeat: no-repeat;
	background-size: 307px 161px;
	background-position: top;
	/*opacity: 0;*/
}
#s3-7 {
	
	margin-left: 177px;
	margin-top: -175px;
	width: 313px;
	height: 159px;
	background: url(../resource/images/e08.png);
	background-repeat: no-repeat;
	background-size: 313px 159px;
	background-position: top;
	/*opacity: 0;*/
}
#s3-8 {
	
	margin-left: -216px;
	margin-top: -131px;
	width: 433px;
	height: 258px;
	background: url(../resource/images/e09.png);
	background-repeat: no-repeat;
	background-size: 433px 258px;
	background-position: top;
	/*opacity: 0;*/
}
}

/*Floating slider*/
.jsfs-container-outer {
	position: relative;
	margin: 100px 0 0 0;
	width: 100%;
	height: 500px;
	/*background: black;*/
	/*border: 1px solid black;*/
	overflow: hidden;
	display: none;
}
.jsfs-container-inner {
	height: 100%;
	/*width: 3000px;*/
	position: absolute;
	transform: matrix3d(1, 0, 0, 0,
		                0, 1, 0, 0,
		                0, 0, 1, 0,
		                0, 0, 0, 1);
	-webkit-transition: left .5s linear;
	        transition: left .5s linear;
	/*transition-delay: 0.1s;*/
}
.jsfs-container-inner .item{
	float: left;
	height: 100%;
}
.jsfs-touch-surface {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	left: 0;
}
.item-inner {
	position: relative;
	width: 80%;
	height: 80%;
	margin: 0 auto;
	/*border: 1px solid white;*/
	top: 10%;
	/*background: black;*/
	
	-webkit-animation-name: floating1;

	        animation-name: floating1;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
}

@-webkit-keyframes floating1 {
    0%   {margin-top:0px;}
    25%  {margin-top:15px;}
    /*50%  {margin-top:0px;}*/
    75%  {margin-top:-15px;}
    100% {margin-top:0px;}
}

@keyframes floating1 {
    0%   {margin-top:0px;}
    25%  {margin-top:15px;}
    /*50%  {margin-top:0px;}*/
    75%  {margin-top:-15px;}
    100% {margin-top:0px;}
}

.delay-1{
	-webkit-animation-duration: 10s;
	        animation-duration: 10s;
}
.delay-2{
	-webkit-animation-duration: 15s;
	        animation-duration: 15s;
}
.delay-3{
	-webkit-animation-duration: 13s;
	        animation-duration: 13s;
}
.delay-4{
	-webkit-animation-duration: 8s;
	        animation-duration: 8s;
}

.jsfs-info{
	position: relative;
	width: 100%;
	height: 50px;
	/*border: 1px solid white;*/

}
.jsfs-info li {
	color: white;
	/*position: absolute;*/
	text-align: center;
	display: none;
}
