@font-face {
    font-family: 'yahei';  /*给自定义字体命名*/
    src: url('/Pub/Home/font/blockLight_1.0.ttc');
}
.callbacks_container {
 	position: relative;
	float: left;
	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;
  width: 100%;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 15%;
	right: 0%;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 28%;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 56%;
	left: 8%;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 46px;
	width: 36px;
	background: transparent url("../images/img-sprite.png") -105px -1px;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
 	left: auto;
	background-position:-136px -1px;
	right: 8%;
}

.callbacks_tabs{
	list-style: none;
	position: absolute;
	top: 89%;
	z-index: 999;
	left: 47%;
	padding: 0;
	margin: 0;
}
.callbacks_tabs li{
	display:inline-block;
}
.slide-text-info,.slide-text-info-2{
	margin-left: 10%;
}
.height50{height: 50px}

@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  .callbacks_nav {
    top: 47%;
    }
}



	.callbacks_tabs a{
	 visibility: hidden;
	}
	.callbacks_tabs a:after {
	  content: "\f111";
	  font-size:0;
	  font-family: FontAwesome;
	  visibility: visible;
	  display: block;
	  height:16px;
	  width:16px;
	  display:inline-block;
	  border:2px solid #FFF;
	  border-radius: 30px;
	  -webkit-border-radius: 30px;
	  -moz-border-radius: 30px;
	  -o-border-radius: 30px;
	  -ms-border-radius: 30px;
	}
	.callbacks_here a:after{
		background:#f8991e;
	}
	.slide-text-info h2{
		font-weight: 200;
		text-transform: uppercase;
		display: inline-block;
		font-size: 2.85em;
		width: 50%;
		margin:0;
		line-height:70px;
		font-family: '微软雅黑';
		font-weight: 300;
	}
	.slide-text-info P{
		width: 100%;
		margin: 0.5em 0 1.5em;
		font-size: 2.4em;
		line-height: 25px;
		font-family: '微软雅黑';
		font-weight: 100;
	}
	a.startnow{
		filter:alpha(Opacity=90);-moz-opacity:0.9;opacity: 0.9;
		text-decoration:none;
		color:#fff;
		padding:10px 80px;
		transition:0.5s all;
		font-size: 0.8em;
		background: #59acff;
		border-radius:30px;
	}
	a.startnow:hover{
		filter:alpha(Opacity=100);-moz-opacity:1;opacity: 1;
	}
	.slide-text-info{
		margin-top: 80px;
	}
	
@media screen and (max-width: 1600px) {
	
	.slide-text-info{
		margin-top: 50px;
	}
	.slide-text-info P{
		width: 100%;
		margin: 0.5em 0 1.5em;
		font-size: 2.0em;
		line-height: 25px;
		font-family: '微软雅黑';
		font-weight: 100;
	}
}
@media screen and (max-width: 1281px) {
	
	.slide-text-info{
		margin-top: 0px;
	}
	.slide-text-info P{
		width: 100%;
		margin: 0.5em 0 1.5em;
		font-size: 2.0em;
		line-height: 25px;
		font-family: '微软雅黑';
		font-weight: 100;
	}
}
@media screen and (max-width: 1024px) {
	
	.slide-text-info{
		margin-top: 0px;
	}
	.slide-text-info P{
		width: 100%;
		margin: 0.5em 0 1.5em;
		font-size: 1.0em;
		line-height: 15px;
		font-family: '微软雅黑';
		font-weight: 100;
	}
	.slide-text-info h2{
		font-weight: 200;
		text-transform: uppercase;
		display: inline-block;
		font-size: 1.5em;
		width: 50%;
		margin:0;
		line-height:30px;
		font-family: '微软雅黑';
		font-weight: 100;
	}
	a.startnow{
		font-size:15px;
		padding: 10px 20px;
		border-radius:10px;
	}
}
	
@media(max-width:768px){
	.callbacks .caption {
		top: 6%;
	}
	.slide-text-info h2 {
		font-size: 1.2em;
		width: 49%;
		line-height: 27px;
	}
	.slide-text-info P {
		width: 100%;
		height: 50px;
		overflow: hidden;
	}
	a.startnow {
		padding: 8px 10px;
	}
	.callbacks_tabs {
		top: 84%;
	}
}
@media(max-width:640px){
	.callbacks .caption {
		top: 5%;
	}
	.slide-text-info h2 {
		font-size: 1.1em;
		width: 53%;
		line-height: 25px;
	}
	.slide-text-info p {
		height:25px;
		margin:0.5em 0 1em;
	}
	a.startnow {
		padding: 4px 8px;
	}
	.callbacks_tabs {
		top: 82%;
		left: 42%;
	}
}
@media(max-width:480px){
	.slide-text-info h2 {
		font-size: 1em;
		width: 100%;
		line-height: 19px;
		margin: 0 0 0.9em;
	}
	.slide-text-info p {
		display: none;
	}
	.callbacks_nav {
		top: 71%;
	}
	.callbacks_tabs {
		top: 79%;
		left: 39%;
	}
}
@media(max-width:320px){
	.callbacks .caption {
		font-size: 14px;
		padding:5px 20px;
	}
	.slide-text-info h2 {
		font-size: 1em;
		margin: 0 0 0.7em;
		height: 16px;
		overflow: hidden;
	}
	a.startnow {
		padding: 3px 6px;
		font-size: 0.9em;
	}
	.callbacks_nav {
		top: 90%;
	}
	.callbacks_tabs a:after {
	  height:12px;
	  width:12px;
	}
	.callbacks_tabs {
		top: 72%;
		left: 36%;
	}	
}
.bread_nav{
	margin-bottom:3vh;
	padding-bottom:1.5vh;
	font-size:15px;
}
.bread_nav a{
	
}