body, ul, a, img, h1,h2,h3{
	margin: 0;
	padding: 0;
	padding-top:0;
	border: 0;
	font-family: Segoe UI, arial, sans-serif;
	text-decoration: none;
	color: #000;
}
@font-face {
    font-family: Days;
  src: local("GothamLight"),
  local("GothamLight"),
  url(../fonts/Days.ttf);
  font-weight: normal;
}
@font-face {
    font-family: Brandon_light;
  src: local("GothamLight"),
  local("GothamLight"),
  url(../fonts/Brandon_light.otf);
  font-weight: normal;
}
@font-face {
    font-family: gotham;
  src: local("GothamLight"),
  local("GothamLight"),
  url(../fonts/gotham.ttf);
  font-weight: normal;

}
@font-face {
  font-family: GothamLight;
  src: local("GothamLight"),
  local("GothamLight"),
  url(../fonts/gotham-light.otf);
  font-weight: normal;
}		
.main{
	background-color: #2fcdb4;
	height: 370px;
	padding: 70px 50px 25px 50px;
	user-select:none;
}
.bottom{
	background-color: #eaeaea;
	padding: 100px 50px 25px 100px;
}
.content{
	width: 100%;
	height: 20px;
	margin: auto;
	background-image: url('../images/back.png');
	height: 500px;
	background-repeat: repeat-x;
	-webkit-user-select:none;
}
.logo{
float: left;
}
.logo-text{
    font-family: Days;
}
.top{
	width: 1100px;
	margin: auto;
	height: 500px;
	margin-top: 25px;
	overflow: hidden;
}
.logo-text{
	font-family: Days, sans-serif;
	float: left;
	font-size: 30px;
	margin-top: 10px;
	margin-left: 10px;
}
.logo-text a{
	font-family: Days, sans-serif;
}
.nav{
	list-style-type: none;
	float: right;
	margin-top: 25px;
}
.nav  li{
	float: left;
	border: 1px solid #fff;
	padding: 0 20px 0 20px;
}
.nav li a{
	color: #aaa;
}
.text{

	font-family: Brandon_light;
	line-height: 30px;

	font-size: 25px;
	width: 60%;
	padding: 15px;
	color: #aaa;
	margin-top: 170px;

}
.text h1{
	font-family: gotham;
	margin-bottom: 30px;
	font-size: 40px;
	padding: 2px;

}
.text span{
	padding:0 5px 0 5px;
	background-image: url('../images/span-bk.png');
	color: #fff;
	line-height: 36px;
}
.button{
	padding: 7px 35px 7px 35px;
	text-align: center;
	border: 2px solid #8de0d3;
	border-radius: 5px;
	width: 300px;
	line-height: 25px;
	margin-top:30px;
	background-color: #fff;
	display: block;
}
.button p{
	display: inline;
}
.button:hover{
	border: 2px solid #2fcdb4;
	background-color: #fff;
}
.middle{
	width: 1100px;
	margin: auto;
}
.monitor{
	float: right;
}
.middle-text{
	float: left;
	color:#fff;
	line-height: 27px;
	font-family: Brandon_light;
	padding: 20px;
	background-color: #1fa691;
	width: 55%;
	height: 267px;
}
.middle-text h1{
	color: #fff;
	padding: 5px 0 5px 0;
	margin-bottom: 30px;
}
.btm-content{
	width: 1100px;
	margin: auto;
}
.btm-cnt{
	width: 33.3%;
	float: left;
	line-height: 30px;
	color: #666;
    font-family: Brandon_light;
}
.btm-cnt{
	margin-bottom: 20px;
	border-radius: 10px;
	padding: 20px 0 20px 0;
}
.btm-cnt p{
	width: 90%;
}
.btm-cnt img{
	margin-bottom: 15px;
}
.things{
	width: 96px;
	height: 86px;
	background-image: url('../images/sp.png');
	background-position: 0 -86px;
	-webkit-transition:background-position 0.5s ease;
	-moz-transition:background-position 0.5s ease;
}
.btm-cnt:hover  .things{
	background-position: 0 0;
}
.btm-cnt:hover{
	background-color: #efefef;

}
.magnifier{
	width: 96px;
	height: 86px;
	background-image: url('../images/magnifier.png');
	background-position: 0 -86px;
	-webkit-transition:background-position 0.5s ease;
	-moz-transition:background-position 0.5s ease;
}
.light{
	width: 96px;
	height: 86px;
	background-image: url('../images/light.png');
	background-position: 0 -86px;
	-webkit-transition:background-position 0.5s ease;
	-moz-transition:background-position 0.5s ease;
}
.btm-cnt:hover  .magnifier{
	background-position: 0 0;
}
.btm-cnt:hover  .light{
	background-position: 0 0;
}
.social{
	margin-top: 70px;
	display: block;
	line-height: 25px;
}
.footer ul {
	line-height: 25px;
	font-size: 14px;
	margin: auto;
	display: inline-block;
}
.footer p{
	font-size: 14px;
	color: #999;	
}
.footer ul a{
	color: #999;
}
.footer ul a:hover{
	color: #000;
}
.footer{
	margin-top: 30px;
	text-align: center;
	line-height: 40px;
}
.footer ul li{
	list-style-type: none;
	float: left;
	margin-right: 50px;
}

/* about page style */

.header-wrapper{
	width: 100%;
	height:120px;
	padding: 50px 0 0 0;
	background-color: #fff;
	border-top: 5px solid #2fcdb4;
	line-height: normal;

}
.header{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	color: #000;

}
.wrapper{
		background-color: #f1f0f0;
		width: 100%;
		height: 100%;
}
.logo-text-pages {
	font-family: GothamLight, sans-serif;
	float: left;
	font-size: 30px;
	margin-top: 10px;
	margin-left: 10px;
}
.logo-text-pages a{
	font-family: GothamLight, sans-serif;
}
.wrapper-content{
	width: 960px;
	padding-top: 30px;
	font-family: GothamLight, sans-serif;
	font-size: 17px;
	line-height: 25px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.person{
	height: 332px;
	width: 100%;
	margin: 13px 0 0 0;
	display: block;
}
.person:hover .abt{
	color: #5a6c70;
	background-color: #262f32;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.person:hover .abt span{
	color: #fff;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.person img{
	float: right;
}
.abt{
	background-color: #fff;
	font-family: GothamLight, sans-serif;
	float: left;
	width: 592px;
	padding: 20px;
	height: 292px;
	color: #7F898C;
	line-height: 30px;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	cursor: pointer;
}
.abt span{
	color: #000;
}
.abt p{
	font-size: 15px;
}
.position{
	font-size: 11px;
}
.info{
    margin-right: 15%;
    width: 45%;
	float: left;
	line-height: 33px;
	font-size: 18px;
}
.info span{
	line-height: 10px;
}
.right-content{
	float: right;
	background-color: #fff;
	padding: 32px;
	width: 32%;
	color: #888;
	margin-top:30px;
}
.right-content b{
color: #000;
}
.right-content a{
	color: #888;
}
.footer-page-wrapper{
	background-color: #fff;
	width: 100%;
	height: 100px;
	margin-top: 70px;
}
.footer-page{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	padding-top: 50px;
	font-size: 12px;
	color: #888;
  font-family: GothamLight;
}
.footer-page span{
	float: right;
	display: inline;
}
.ss-links{
	position: fixed;
	left: 10px;
	top: 200px;
	width: 25%;
	z-index: 10;
}
.ss-links a{
	background: rgba(0,0,0,0.2);
	font-size: 13px;
	font-weight: normal;
	width: 40px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	margin: 5px;
	border-radius: 50%;
	display: block;
	text-align: center;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.ss-links a:hover{
	background: rgba(0,0,0,0.4);
}
.ss-container{
    width: 100%;
    position: relative;
    text-align: left;
    float: left;
	overflow: hidden;
	padding-bottom: 500px;
}
.ss-container h2{
    font-size: 30px;
    text-transform: uppercase;
    color: rgba(78,84,123,0.2);
	text-shadow: 0px 1px 1px #fff;
	padding: 20px 0px;
}
.ss-container:before{
    position: absolute;
    width: 4px;
    background: rgba(17,17,22,0.8);
    top: 0px;
    left: 50%;
	margin-left: -2px;
    content: '';
    height: 100%;
}
.ss-row{
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    padding: 30px 0;
}
.ss-left, .ss-right{
    float: left;
    width: 48%;
    position: relative;
}
.ss-right{
    padding-left: 2%;
}
.ss-left{
    text-align: right;
    float: left;
    padding-right: 2%;
}
.ss-circle{
    border-radius: 50%;
    overflow: hidden;
    display: block;
    text-indent: -9000px;
    text-align: left;
    -webkit-box-shadow: 
		0px 2px 5px rgba(0,0,0,0.7) inset, 
		0px 0px 0px 12px rgba(61,64,85,0.3);
    -moz-box-shadow: 
		0px 2px 5px rgba(0,0,0,0.7) inset, 
		0px 0px 0px 12px rgba(61,64,85,0.3);
    box-shadow: 
		0px 2px 5px rgba(0,0,0,0.7) inset, 
		0px 0px 0px 12px rgba(61,64,85,0.3);
	background-size: cover;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-position: center center;
	position: static;
}
.ss-small .ss-circle{
	width: 100px;
	height: 100px;
}
.ss-medium .ss-circle{
	width: 200px;
	height: 200px;
}
.ss-large .ss-circle{
	width: 300px;
	height: 300px;
}
.ss-circle-deco:before{
	width: 29%;
	height: 0px;
	border-bottom: 3px dotted #aaa;
	border-bottom: 3px dotted #aaa;
	position: absolute;
	top: 50%;
	content: '';
	margin-top: -3px;
}
.ss-circle-deco:after{
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
}
.ss-left .ss-circle-deco:before{
    right: 2%;   
}
.ss-right .ss-circle-deco:before{
    left: 2%;   
}
.ss-left .ss-circle-deco:after{
	right: 0;
	border-right: 10px solid rgba(17,17,22,0.8);
}
.ss-right .ss-circle-deco:after{
	left: 0;
	border-left: 10px solid rgba(17,17,22,0.8);
}
.ss-left .ss-circle{
    float: right;
    margin-right: 30%;
}
.ss-right .ss-circle{
    float: left;
    margin-left: 30%;
}
.ss-container h3{
    margin-top: 34px;
	padding: 10px 15px;
	background: #2fcdb4;

}
.ss-container .ss-medium h3{
	margin-top: 82px;
}
.ss-container .ss-large h3{
	margin-top: 133px;
}
.ss-container .ss-left h3{
	border-right: 5px solid rgba(164,166,181,0.8);
}
.ss-container .ss-right h3{
	border-left: 5px solid rgba(164,166,181,0.8);
}
.ss-container h3 span{
    color: rgba(255,255,255,0.8);
    font-size: 12px;
    display: block;
    padding-bottom: 5px;
}
.ss-container h3 {
    font-size: 20px;
    color: rgba(255,255,255,0.9);
    display: block;
	cursor: default;
}

.ss-circle-1{
    background-image:url(../images/1.jpg);
}
.ss-circle-2{
    background-image: url(../images/2.jpg);
}
.ss-circle-3{
    background-image: url(../images/3.jpg);
}
.ss-circle-4{
    background-image: url(../images/4.jpg);
}
.ss-circle-5{
    background-image: url(../images/5.jpg);
}
.ss-circle-6{
    background-image: url(../images/6.jpg);
}
.ss-circle-7{
    background-image: url(../images/7.jpg);
}
.ss-circle-8{
    background-image: url(../images/8.jpg);
}
.ss-circle-9{
    background-image: url(../images/9.jpg);
}
.ss-circle-10{
    background-image: url(../images/10.jpg);
}
.ss-circle-11{
    background-image: url(../images/11.jpg);
}
.ss-circle-12{
    background-image: url(../images/12.jpg);
}
.ss-circle-13{
    background-image: url(../images/13.jpg);
}
.ss-circle-14{
    background-image: url(../images/14.jpg);
}
.ss-circle-15{
    background-image: url(../images/15.jpg);
}
.ss-circle-16{
    background-image: url(../images/16.jpg);
}
.ss-circle-17{
    background-image: url(../images/17.jpg);
}
.ss-circle-18{
    background-image: url(../images/18.jpg);
}
.ss-circle-19{
    background-image: url(../images/19.jpg);
}
.ss-circle-20{
    background-image: url(../images/20.jpg);
}
.ss-circle-21{
    background-image: url(../images/21.jpg);
}
.ss-circle-22{
    background-image: url(../images/22.jpg);
}
.ss-circle-23{
    background-image: url(../images/23.jpg);
}
.ss-circle-24{
    background-image: url(../images/24.jpg);
}
.ss-circle-25{
    background-image: url(../images/25.jpg);
}
.ss-circle-26{
    background-image: url(../images/26.jpg);
}
.ss-circle-27{
    background-image: url(../images/27.jpg);
}
.ss-circle-28{
    background-image: url(../images/28.jpg);
}
.ss-circle-29{
    background-image: url(../images/29.jpg);
}
.ss-circle-30{
    background-image: url(../images/30.jpg);
}
#hideAll
 {
   position: fixed;
   left: 0px; 
   right: 0px; 
   top: 0px; 
   bottom: 0px; 
   background-color: #fff;
   z-index: 99;
 }