*{
	margin: 0;
	padding: 0;
}
html,body{
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#container,.sections{
	height: 100%;
	width: 100%;
	position: relative;
}
.section{
	width: 100%;
	height: 100%;
	text-align: center;
	color: white;
	font-size: 40px;
	font-family: "microsoft yahei",Simsun,Tahoma;
	position: relative;
}
.section-1{
	background: url(../img/about_bg.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.section-2{
	background-color: #000ccc;

}
.section-3{
	background-color: #000000;
}
.section-4{
	background-color: #CC0000;
}
.section-5{
	background-color: #ccc;
}
.insection{
	height: 100%;
}
.insection-1{
	background-color: #FFCC00;
}
.insection-2{
	background-color: #6599FF;
}
.insection-3{
	background-color: #FF9900;
}
.control-prev{
	font-size: 60px;
	position: fixed;
	top:150%;
	left: 50px;
	cursor: pointer;
}
.control-next{
	font-size: 60px;
	position: fixed;
	top: 150%;
	right: 50px;
	cursor: pointer;
}
.horizontal{
	width: 82px;
	position:fixed;
	list-style: none;
	margin:auto;
	left:0;
	right:0;
	bottom: 15px;
}
.horizontal > li{
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	margin: 0px 10px 0 0;
	float: left;
}
.horizontal > li.active{
	width: 14px;
	height: 14px;
	border: 2px solid #FFFE00;
	background: none;
	margin-top: -5px;
}

.vertical{
	position:fixed;
	list-style: none;
	right: 10px;
	top: 50%;
}
.vertical > li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 50%;
    height: 14px;
    margin: 0 0 10px 5px;
    width: 14px;
	border: 2px solid #96e105;
}
.vertical > li.active {
    
	background: #96e105 none repeat scroll 0 0;
    height: 14px;
    width: 14px;
}

.services_title h1 {
    margin: 0;
    padding: 30px 0;
	color: #cccccc;
    font-family: roboto-medium;
    font-size: 19px;
}
.carousel-control.left, .carousel-control.right{
	background-image:none;
}
.find a  {
    border: 1px solid #96e105;
    border-radius: 5px;
    color: #96e105;
    display: block;
    font-family: roboto-light;
    max-width: 30%;
	margin:0 auto;
    padding: 12px 0;
    text-align: center;
    transition: all 0.35s ease 0s;
    width: 100%;
	font-size:13px;
	background: transparent none repeat scroll 0 0;
}
.find a:hover {
    background: #96e105 none repeat scroll 0 0;
    border: 1px solid #96e105;
    color: #000;
}

.carousel-control {
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity:1;
    position: absolute;
    text-align: center;
    text-shadow: none;
    top: 0;
    width: 0;
}
.middle{
	margin:0 auto;
}
.services_title h1{
	line-height:33px;
}
.services_title p{
	font-size:16px;
	font-family:roboto-light;
	padding-bottom:35px;
}
.services_title h2{
	font-size:25px;
	font-family:roboto-light;
}
.services_title h3{
	font-family:roboto-light;
	font-size: 23px;
    line-height: 35px;
	padding-bottom:20px;
}
.carousel {
    margin-top: 65px;
    position: relative;
}
.cont_bottom{
	border: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
    display: block;
    font-family: roboto-light;
    max-width: 15%;
	margin:0 auto;
    padding: 12px 0;
    text-align: center;
    transition: all 0.35s ease 0s;
    width: 100%;
	font-size:13px;	
}
.cont_bottom a{
	color:#fff;
}
.text-uppercase > span {
    margin-right: 15px;
}
.sec_h {
    color: #96e105;
    font-family: roboto-bold;
    font-size: 19px;
    padding: 45px 0;
    text-align: left;
}
.sec_p {
    font-family: roboto-light;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}
section h3{
	font-size:19px !important;
}
.pt{
	padding-top:100px;
}
.pt_less{
	padding-top:50px;
}
.section-2, .section-3, .section-4, .section-5{
	background:url(../img/about_bg.png) repeat center center / cover;
}
.sep{
	background:#5c5c5c;
	padding:30px;
}
.sep p{
	padding:0;
	margin:0;
}
.modal-lg {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 0;
    border-radius: 0px;
    box-shadow:none;
    outline: 0 none;
    position: relative;
}
.modal {
    width: 100%;
	max-width:600px;
	margin:0 auto;
	right:0;
	left:0;
	float:right;
}
.vertical {
    list-style: outside none none;
    position: fixed;
    right: 26px;
    top: 40%;
}
/*.carousel-inner{
	min-height:200px;
	height:100%;
}*/

.simplePopup {
display:none;
position:fixed;
border:4px solid #808080;
background:#fff;
z-index:3;
padding:12px;
width:70%;
min-width:70%;
}

.simplePopupClose {
float:right;
cursor:pointer;
margin-left:10px;
margin-bottom:10px;
}

.simplePopupBackground {
display:none;
background:#000;
position:fixed;
height:100%;
width:100%;
top:0;
left:0;
z-index:1;
}
