/*-- Reset Code --*/
body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: "微软雅黑", sans-serif;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
body a:focus, a:hover {
	text-decoration: none;
}
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}
p {
	margin:0;
}
ul {
	margin:0;
	padding:0;
}
label {
	margin:0;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none
}
img {
	width: 100%;
}
/*-- //Reset Code --*/

body{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-family: 'Raleway', sans-serif;
}




/*-- About Section --*/
.about{
	text-align:center;
	padding-top:50px;
	background-color:white;
}
.about h3{
	color: #000;
	font-size: 50px;
}
label.line{
	background-color:#D5D5D5;
	display:block;
	width: 100%;
    height: 1px;
	margin:30px auto;
}
.about h4{
	font-size:35px;
}
.about h6{
    color: #797979;
    padding-bottom: 30px;
    width: 45%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 25px;
}
.aboutleft{
	text-align:left;
}
.aboutleftbottom {
    border: 1px solid #C5C5C5;
    padding: 25px 25px;
    text-align: left;
    position: absolute;
    width: 68%;
    top: 110px;
    left: -268px;
    color: black;
    background-color: rgba(255, 255, 255, 0.4);
}
.aboutleftbottom  p{
	margin-bottom:10px;
	line-height:25px;
}
.aboutleftbottom  a{
	background-color:black;
	padding:10px 15px;
	color:white;
	border:2px solid black;
	margin:8px 0px;
    display:inline-block;
}
.aboutleftbottom  a:hover{
	color:black;
	border:2px solid black;
	background:transparent;
}
.aboutmiddle{
	position:relative;
}
.aboutmiddle img{
	width:100%;
}
.aboutright{
	font-size:40px;
	color:black;
}
.aboutright p{
	font-size:20px;
}
.aboutrighttop{
	border:1px solid #07cbc9;
	padding:20px 60px;
}
.aboutrightbottom{
	border:1px solid #07cbc9;
	margin-top:30px;
	padding:21px 60px;
}

label.aline{
	background-color:#07cbc9;
	display:block;
	width: 40px;
	height: 2px;
	margin:5px auto;
}
.abouttop{
	margin-bottom:50px;
}
.aboutbottom{
	margin:0;
	padding:0;
}
.aboutimg{
   padding:0;
   height:200px;
}
.aboutimg img{
	width:100%;
	height:100%;
}
.abouttext{
	height:200px;
    background-color:#FFFFFF;
	color:white;
	padding: 20px 30px;
    text-align:left;
}
.abouttext h4 {
    font-weight: 600;
    font-size: 24px;
	text-align:left;
	color:#000
}
.abouttext h5 {
    line-height: 25px;
    font-weight: 400;
	color: #666;
	font-size: 16px;
	text-align:left;
}
.abouttext p {
    line-height: 22px;
    font-size: 14px;
    color: #333;
	text-align:left;
	margin-bottom:10px;
}
.abouttext a{
	background-color:black;
	padding:10px 20px;
	color:white;
	display:inline-block;
	margin-top:5px;
	border: 2px solid black;
	font-size: 13px;
}
.abouttext a:hover{
	border: 2px solid black;
	background:transparent;
}

.modal-content  img{
	width:100%;
	height:300px;
}
.modal-content  h4{
		color:#07cbc9;
		text-align:center;
		font-size: 30px;
}
.modal-content  h5{
		color:black;
		padding-top:10px;
}
.modal-content p{
	color:#636363;
	font-size:14px;
	line-height:25px;
	    padding-top: 15px;
}
/*-- //About Section --*/


/*-- Gallery Section --*/
#parallax {
	height:100%;
	width:100%;
	top:0;
	position:fixed;
	background-image:url(/home/img/intro.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: -100;
}
div#gallery{
	padding:0px;
	max-width:100%;
	margin:auto
}
div#gallery h3{
	color: #333;
	font-size: 42px;
}
div#gallery h6{
	   color: #797979;
    padding-bottom: 30px;
    width: 45%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 25px;
}
#gallery img {
	width:100%;
	height:auto;
		transition:all .3s ease-in-out;
}
#gallery img:hover {
	transform:scale(1.3);
}
#gallery a {
	display:block;
	overflow:hidden;
	margin-bottom:20px;
}
#gallery a img {
	margin-bottom:0px;
	display:block;
	width:100%;
	max-width:100%;
}
#gallery .description {
	background-color:#000;
	display:block;
	padding:15px;
	color:#fff;
	text-transform:uppercase;
	clear:both;
	position: relative;
	opacity:0.7;
	margin-top:-50px
}
#gallery .caption {
	float:left;
}
#gallery .camera {
	float:right;
}
#gallery a.btn {
	display:inline-block;
}


/*------------------ Slider Part starts Here----------*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 2px;
    width: 45px;
    margin-top: 0;
    background: #FFF;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
    right:0;
    background-position: right top;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  width:100%;
}
.callbacks_tabs{
    list-style: none;
    position: absolute;
    top: 91%;
    z-index: 999;
    right: 48%;
    padding: 0;
    margin: 0;
}
.slider-top{
	text-align: center;
	padding:10em 0;
}
.slider-top h1{
	font-weight:700;
	font-size:48px;
	color:#010101;
}
.slider-top p{
	font-weight:400;
	font-size:20px;
	padding:1em 7em;
	color:#010101;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}
ul.social-slide li i{
	width:70px;
	height:74px;
	background:url(/home/images/img-resources.png)no-repeat;
	display: inline-block;
	margin:0px 15px;
}
ul.social-slide li i.win{
	background-position:-6px 0px;
}
ul.social-slide li i.android{
	background-position:-110px 0px;
}
ul.social-slide li i.mac{
	background-position:-215px 0px;
}
.callbacks_tabs li{
  display: inline-block;
  margin: 0 .2em;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
    font-size: 0;
    visibility: visible;
    display: block;
    height: 12px;
    width: 12px;
    background: none;
    border: solid 1px #fff;
    display: inline-block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
}
.callbacks_here a:after{
    background: #FFFFFF;
    height: 12px;
    width: 12px;
}	
ul.callbacks_tabs.callbacks2_tabs {
    top: 73%;
    left: 46%;
}
ul.callbacks_tabs.callbacks2_tabs li {
    display: inline-block;
    margin: 0 .5em;
}
ul.callbacks_tabs.callbacks2_tabs a:after {
    background: #F1C99B !important;
}
ul.callbacks_tabs.callbacks2_tabs a:after {
    border: none;
}
.slider {
    padding: 0;
	position:relative;
}
.slider1{
    background: url(/home/images/banner1.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 725px;
}
.slider2{
	background:url(/home/images/banner1.jpg) no-repeat 0px 0px;
	background-size:cover;
}
.slider3{
	background:url(/home/images/banner1.jpg) no-repeat 0px 0px;
	background-size:cover;
} 
 
   }
   
/*切换样式*/
.home_ad{width:100%;overflow:hidden;margin:50px auto}
.home_ad .picScroll-left{width:100%;}
.home_ad .picScroll-left .ad_title{height:50px;padding:10px;overflow:hidden;margin-top:5px;}
.home_ad .picScroll-left .ad_title span{float:left;font-size:20px;color:#000;}
.home_ad .picScroll-left .ad_title .hd{float:right;width:100%;position:absolute; top: 110px; z-index: 999999;}
.home_ad .picScroll-left .ad_title .hd a{cursor:pointer;width:30px;height:65px;display:block;position:absolute;}
.home_ad .picScroll-left .ad_title .hd a.next{background:url("../images/icon-forward_ee579597.jpg") no-repeat;right:10px;}
.home_ad .picScroll-left .ad_title .hd a.prev{background:url("../images/icon-backward_30ac881d.jpg") no-repeat;left:0px;}
.home_ad .picScroll-left .ad_title .hd a.prevStop{opacity:.5;filter:alpha(opacity=50)}
.home_ad .picScroll-left .ad_title .hd a.nextStop{opacity:.5;filter:alpha(opacity=50)}
.home_ad .picScroll-left .ad_title .hd ul{margin-left:21px;text-indent:99999px;}
.home_ad .picScroll-left .ad_title .hd ul li{width:23px;height:18px;float:left;cursor:pointer;background:url("../images/icon-pagenation_8b2f0f92.jpg") no-repeat center;}
.home_ad .picScroll-left .ad_title .hd ul li.on{background:url("../images/icon-pagenation-current_ad0a381a.jpg") no-repeat center;}

.home_ad .picScroll-left .bd .picList li{float:left;display:inline;background:#fff;padding:5px;position:relative;box-shadow:0 1px 3px rgba(0,0,0,0.1);}
.home_ad .picScroll-left .bd{padding:0 5px;}
.home_ad .picScroll-left .bd ul{overflow:hidden;zoom:1;}
.home_ad .picScroll-left .bd ul li{float:left;_display:inline;overflow:hidden;text-align:center;}
.home_ad .picScroll-left .bd ul li{text-align:center;}
.home_ad .picScroll-left .bd ul li img{width:200px;height:168px;}
.home_ad .picScroll-left .bd ul li a:hover img{border-color:#999;}
.home_ad .picScroll-left .bd ul li .title{line-height:24px;}


/*切换样式2*/
.home_ad{width:100%;overflow:hidden;margin:50px auto}
.home_ad .picScroll-left2{width:100%;}
.home_ad .picScroll-left2 .ad_title{height:50px;padding:10px;overflow:hidden;margin-top:5px;}
.home_ad .picScroll-left2 .ad_title span{float:left;font-size:20px;color:#000;}
.home_ad .picScroll-left2 .ad_title .hd{float:right;width:100%;position:absolute; top: 110px; z-index: 999999;}
.home_ad .picScroll-left2 .ad_title .hd a{cursor:pointer;width:30px;height:65px;display:block;position:absolute;}
.home_ad .picScroll-left2 .ad_title .hd a.next{background:url("../images/icon-forward_ee579597.jpg") no-repeat;right:10px;}
.home_ad .picScroll-left2 .ad_title .hd a.prev{background:url("../images/icon-backward_30ac881d.jpg") no-repeat;left:0px;}
.home_ad .picScroll-left2 .ad_title .hd a.prevStop{opacity:.5;filter:alpha(opacity=50)}
.home_ad .picScroll-left2 .ad_title .hd a.nextStop{opacity:.5;filter:alpha(opacity=50)}
.home_ad .picScroll-left2 .ad_title .hd ul{margin-left:21px;text-indent:99999px;}
.home_ad .picScroll-left2 .ad_title .hd ul li{width:23px;height:18px;float:left;cursor:pointer;background:url("../images/icon-pagenation_8b2f0f92.jpg") no-repeat center;}
.home_ad .picScroll-left2 .ad_title .hd ul li.on{background:url("../images/icon-pagenation-current_ad0a381a.jpg") no-repeat center;}

.home_ad .picScroll-left2 .bd .picList li{float:left;display:inline;background:#fff;padding:5px;position:relative;box-shadow:0 1px 3px rgba(0,0,0,0.1);}
.home_ad .picScroll-left2 .bd{padding:0 5px;}
.home_ad .picScroll-left2 .bd ul{overflow:hidden;zoom:1;}
.home_ad .picScroll-left2 .bd ul li{float:left;_display:inline;overflow:hidden;text-align:center;}
.home_ad .picScroll-left2 .bd ul li{text-align:center;}
.home_ad .picScroll-left2 .bd ul li img{width:200px;height:168px;}
.home_ad .picScroll-left2 .bd ul li a:hover img{border-color:#999;}
.home_ad .picScroll-left2 .bd ul li .title{line-height:24px;}

/*鼠标悬停*/
.da-thumbs li a,.da-thumbs li a img{display:block;position:relative;}
.da-thumbs li a{overflow:hidden;}
.da-thumbs li a div{position:absolute;background:#000;width:100%;height:174px;overflow:hidden;opacity:.8;filter:alpha(opacity=80);}
.da-thumbs li a div.da-animate{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
/* Initial state classes:*/
.da-slideFromTop{left:0px;top:-100%;}
.da-slideFromBottom{left:0px;top:100%;}
.da-slideFromLeft{top:0px;left:-100%;}
.da-slideFromRight{top:0px;left:100%;}
/* Final state classes:*/
.da-slideTop{top:0px;}
.da-slideLeft{left:0px;}
.da-thumbs li a div span{display:block;position:relative;}
.home_ad .picScroll-left .bd .da-thumbs li a div span img{width:142px;height:48px;border:0;position:absolute;left:40px;top:60px;}