h4, h5, h6,h1, h2, h3,ul, ol,p {margin: 0;}
html, body{
  font-family:'微软雅黑';
   background:#fff; 
}
a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  text-decoration: none;
}
/*--banner start here--*/
.banner {}
.banner-bot-main {
    position: relative; height:350px;
}
span.menu {
  display: none;
}
span.logo-clr {
  color: #e83f12;
}
.header {
  background: rgba(255, 255, 255, 0.7);
  padding: 1em 0em 1em 0em;
}
.top-nav ul {
  padding: 0px;
  list-style: none;
}
.top-nav ul li {
  display: inline-block; margin-top:10px;
}
.logo {
  float: left;
  width: 50%;
}
.logo img{ height:40px;}
.header-right {
  float: right;
  width: 45%; margin-top:5px;
}
.top-nav {
  float:right;
}
.top-nav ul li a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-decoration:none;

}
.top-nav ul li a:hover,.top-nav ul li a.active{
	color:#e83f12;
}
.banner-bot-main li{ width:100%; height:350px;}
.banner-bot-main li a{ display:block; width:100%; height:350px;}
.banner-bot-main h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 10px;
  background: #000;
  width: 40%; margin:200px auto 5px; 
  border-radius: 7px 25px 6px 25px;

}
.banner-bot-main p {
  font-size: 14px;
  font-weight: 400;
  color: rgb(255, 255, 255); padding:10px;
  background: #000;
  border-radius: 5px;
  width: 55%;text-align: center; margin:0px auto;
}
/*--- slider-css --*/
.slider {
	position: relative;
}
.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:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


span.bg-small {
	background: rgba(0, 0, 0, 0.39);
	display: block;
	width: 40%;
	height: 48px;
	position: absolute;
	top: 83px;
	left: -40px;
}
span.bg-large {
	background: rgba(0, 0, 0, 0.39);
	display: block;
	width: 60%;
	height: 70px;
	position: absolute;
	top: 194px;
	left: -40px;
}
.more{ margin:10px 0px; }
a.morebtn{
	background:#e83f12; padding:5px 10px;
	display:block;
	font-size:14px; text-align:center; color:#FFF;
	width:25%;
	margin:0 auto;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
}
a.morebtn:hover{
	background:#585686;
}
.callbacks_nav {
    position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 100%;
  left: 10px;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 48px;
  width: 45px;
  background: url("../images/left.png") no-repeat left top;
  margin-top: -200px;
  border-radius: 100%;
}
.callbacks_nav.next {
  left: auto;
background:url("../images/right.png") no-repeat left top;
  right: 10px;
 }
/*--banner end here--*/
/*--banner-info start here--*/
.banner-info { padding:20px 0px;}
.bann-info-grid h4 {
  font-size: 18px; margin-bottom:10px;
  font-weight: 600;
  color: #000;
}
.bann-info-grid p {
  font-size: 14px;
  font-weight: 400;
  color: #939090;
  line-height: 1.7em;
}
.banner-info h3 {
  font-size: 24px; text-align:center;
  font-weight: 600;
  color: #e83f12; margin-bottom:20px;
}
/*--banner-info end here--*/
/*--our creative start here--*/
.creative { padding:20px 0px; background:#e83f12;
}
.creative h3 {
  font-size: 24px; text-align:center;
  font-weight: 600;
  color: #fff; margin-bottom:20px;
}
.portfolio-wrapper{ width:50%; float:left; margin-bottom:10px;}
/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(15, 207, 140, 0.9);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top:0%;
	display: -webkit-inline-box;
}
h2.b-animate.b-from-left.b-delay03 {
	padding-top: 2em;
	font-size: 18px;
	color: #fff;
}
h2.b-animate.b-from-left.b-delay03 img {
  width: 13%;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
span.m_4{
	font-size:14px;
	font-weight:400;
}
p.m_5 {
	margin: 2% auto 5%;
	width: 70%;
	color: #283A47;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
}
ul#filters {
	padding: 0px;
	margin: 1em 0em;
	text-align: center;
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
#portfoliolist .portfolio {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		width: 25%;
		display:none;
		float:left;
		overflow:hidden;
}
div#portfoliolist {
		padding: 10px 0px;
}	
.portfolio img {
		max-width:100%;
		display: block;
		margin: 0px auto 0px;
		/*--position: relative;--*/
		transition: all 300ms!important;
		-webkit-transition: all 300ms!important;
		-moz-transition: all 300ms!important;
}

.b-wrapper:hover {
	background: rgba(0, 80, 164, 0.8);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/*--our creative end here--*/
/*--program start here--*/
.program {
  padding: 20px 0px; background:#e83f12;
}
.program h3 {
  font-size: 24px; text-align:center;
  font-weight: 600;
  color: #fff; margin-bottom:20px;
}
.programli {
  float:left; width:50%; height:180px; overflow:hidden; margin-bottom:10px;
}
.programli img { width:100%; height:100px;}
.programli p {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 18px;
}
.programli h5 {
  font-size: 14px; line-height:18px;
  font-weight: 600;
  color: #fff; margin:5px 0px;
}


.program a.morebtn{
	background:#fff; color:#000;
}

.program2 {
  padding: 20px 0px; background:#fff;
}
.program2 h3 {
  font-size: 24px; text-align:center;
  font-weight: 600;
  color: #e83f12; margin-bottom:20px;
}
.program2 .programli {
  float:left; width:50%; height:200px; overflow:hidden; margin-bottom:10px;
}
.program2 .programli p {
  color: #888;
}
.program2 .programli h5 {
  color: #000;
}
/*--program end here--*/
/*--blog start here--*/
.blog {
  padding: 20px 0px;background: rgba(153, 153, 153, 0.15);
}
.blog h3 {
  font-size: 24px; text-align:center;
  font-weight: 600;
  color: #e83f12; margin-bottom:20px;
}
.blog-triners {
  text-align: center; float:left; width:50%; height:246px; overflow:hidden; margin-bottom:10px;
}
.blog-triners img {
  border-radius: 100px;
  border: 3px solid #e83f12;
}
.blog-triners p {
  font-size: 12px;
  font-weight: 400;
  color: #888;
  line-height: 18px;
}
.blog-triners h5 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin:5px 0px;
}
/*--blog end here--*/
/*--clients start here--*/
.clients {
  padding: 20px 0px; 
}
.clients h3 {
  font-size: 24px; text-align:center;
  font-weight: 600;
  color: #e83f12; margin-bottom:20px;
 
}
.clients-bottom img { width:100%; height:200px;}
.clients-bottom h5 {
  font-size: 18px; margin:10px 0px;
  font-weight: 600;
  color: #000; 
}
.clients-bottom p {
  font-size: 14px;
  font-weight: 400;
  color: #888;
  line-height: 18px;
  width: 100%; margin-bottom:10px;
}
/*--clients end here--*/
/*--contact start here--*/
.contact { padding:20px 0px;
  background: url(../images/con-bann.jpg)no-repeat center;
  background-size: cover;
}
.contact h3 {
  font-size: 24px; text-align:center;
  font-weight: 600;
  color: #fff;  margin-bottom:20px;
}
.ftr-left-gd1 p {
  font-size: 16px; line-height:20px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
}
.ftr-left-gd1 p a {
  color: #fff;
  text-decoration: none;
}
.ftr-left-gd1 p a:hover{
	color:#e83f12;
}

/*--contact end here--*/
/*--footer start here--*/
#toTop {
	display:none;
	text-decoration: none;
	position: fixed;
	bottom: 0px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background-size: 35px;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
.footer {
  background: #000;
}
.copyright {
  text-align: center;
}
.copyright  p {
  font-size: 12px; line-height:40px; height:40px;
  font-weight: 400;
  color: #fff;
}
/*--footer end here--*/
/*--meadia quiries start here--*/



@media(max-width:768px){
span.menu{
		display: block;
		text-align: center;
		padding: 1px 0px 0px 0px;
		cursor: pointer;
		color: #E74C3C;
		font-size: 16px;
		font-weight: 700;
		position:relative;
	}
.top-nav ul.res{
	 display:none;
	 padding:0px; margin-top:10px;
		z-index: 999;
		position: absolute;
		width: 100%;
		left:0;
}
.top-nav ul.res li {
		display: block;
		text-align: center;
		background:#e83f12;
		margin: 0;
}
.top-nav ul.res li a {
		font-size: 16px; line-height:50px; height:50px;
		color: #fff;
		display: block;
}
ul.res li a:hover,ul.res li a.active{
	color:#000;
}

}
