@import url('http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:400,600,700'); 
@import url('font-awesome.css');  
@import url('animate.css');
@import url("icomoon.css");
	@import url("header-im.css");

	@font-face{
		font-family:icomoon;
		src:url(fonts/icomoon.eot);
		src:url(fonts/icomoond41d.eot?#iefix) format('embedded-opentype'),url(fonts/icomoon.woff) format('woff'),url(fonts/icomoon.ttf) format('truetype'),url(fonts/icomoon.svg) format('svg');
		font-weight:400;
		font-style:normal
	}

	[class*=" icon-"],
	[class^=icon-]{
		font-family:icomoon;
		speak:none;
		font-style:normal;
		font-weight:400;
		font-variant:normal;
		text-transform:none;
		line-height:1;
		-webkit-font-smoothing:antialiased;
		-moz-osx-font-smoothing:grayscale
	}

* {margin:0;padding:0;font-family: "Microsoft Yahei","å†¬é’é»‘ä½“ç®€ä½“ä¸­æ–‡ w3","å®‹ä½“";}
body {
	font-weight:300;
	line-height:1.6em;
	color:#656565;
	font-size: 1.4em;
	background: #f7f7f7;
}

a:active {
	outline:0;
}

h1,h2{
	font-weight: 700;
	line-height:1.1em;
	color: #333333;
	margin-bottom: 20px;
	text-transform: capitalize;
}
h3, h4, h5, h6 {
	line-height:1.1em;
	color: #212121;
	margin-bottom: 20px;
	font-weight: 600;
}
input, button, select, textarea { 
    border-radius: 0px !important;
}

.widget {
    color:#9b9ea0;
}
.row,.row-fluid {
	margin-bottom:30px;
}

.row .row,.row-fluid .row-fluid{
	margin-bottom:30px;
}

.row.nomargin,.row-fluid.nomargin {
	margin-bottom:0;
}
.about-image img {
    width: 100%;
}
img.img-polaroid {
	margin:0 0 20px 0;
}
.img-box {
	max-width:100%;
}
.navbar-default .navbar-toggle {
    border-color: #43b7e9;
    margin-top: 10px;
}
/*  Header
==================================== */
.topbar{
	background-color: #03415d;
	padding: 4px 0;
	/* color:#fff; */
	border-bottom: 1px solid #145c7c;
}
.topbar .container .row {
    margin: 0;
	padding:0;
}
.topbar .container .row .col-md-12 { 
	padding:0;
}
.topbar p{
	margin:0;
	display:inline-block;
	font-size: 11px;
	color: #38a3d4;
}
.topbar p > i{
	margin-right:5px;
}
.topbar p:last-child{
	text-align:right;
} 
header .navbar {
    margin-bottom: 0;
}

.navbar-default {
    border: none;
}

.navbar-brand {
    color: #222;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -1px;
	position:absolute;
	top:-25px;
}
.navbar-default .navbar-brand{
color: #1891EC;

}

header .navbar-collapse  ul.navbar-nav {
    float: right;
    margin-right: 0;
}
header .navbar {
	min-height: 70px;
	padding: 18px 0;
	background:rgba(255, 255, 255, 0.2)
	
	}
.home-page header .navbar-default{
    background: #03415d;
    /* position: absolute; */
    width: 100%;
}

header .nav li a:hover,
header .nav li a:focus,
header .nav li.active a,
header .nav li.active a:hover,
header .nav li a.dropdown-toggle:hover,
header .nav li a.dropdown-toggle:focus,
header .nav li.active ul.dropdown-menu li a:hover,
header .nav li.active ul.dropdown-menu li.active a{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:hover,
header .navbar-default .navbar-nav > .open > a:focus {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


header .navbar {
    min-height: 62px;
    padding: 0;
}

header .navbar-nav > li  {
    padding-bottom: 12px;
    padding-top: 12px;
    padding: 0 !important;
}

header  .navbar-nav > li > a {
    /* padding-bottom: 6px; */
    /* padding-top: 5px; */
    margin-left: 2px;
    line-height: 30px;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.dropdown-menu li a:hover {
    color: #fff !important;
    background: #05142b !important;
}

header .nav .caret {
    border-bottom-color: #29448e;
    border-top-color: #29448e;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #fff;
}
/*<!--.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color:  #fff;
}	-->*/
	

.dropdown-menu  {
    box-shadow: none;
    border-radius: 0;
	border: none;
}

.dropdown-menu li:last-child  {
	padding-bottom: 0 !important;
	margin-bottom: 0;
}

header .nav li .dropdown-menu  {
   padding: 0;
}

header .nav li .dropdown-menu li a {
   line-height: 28px;
   padding: 3px 12px;
}

/* --- menu --- */
.flex-caption p {
    line-height: 22px;
    font-weight: 300;
    color: #03415d;
    text-transform: capitalize;
}
header .navigation {
	float:right;
}

header ul.nav li {
	border:none;
	margin:0;
}

header ul.nav li a {
	font-size: 13px;
	border:none;
	font-weight: 600;
	text-transform:uppercase;
}

header ul.nav li ul li a {	
	font-size:12px;
	border:none;
	font-weight:300;
	text-transform:uppercase;
}


.navbar .nav > li > a {
  color: #ffffff;
  text-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0) !important;
}

.navbar .nav a:hover {
	background:none;
	color: #2e8eda;
}

.navbar .nav > .active > a,.navbar .nav > .active > a:hover {
	background:none;
	font-weight:700;
}

.navbar .nav > .active > a:active,.navbar .nav > .active > a:focus {
	background:none;
	outline:0;
	font-weight:700;
}

.navbar .nav li .dropdown-menu {
	z-index:2000;
}

header ul.nav li ul {
	margin-top:1px;
}
header ul.nav li ul li ul {
	margin:1px 0 0 1px;
}
.dropdown-menu .dropdown i {
	position:absolute;
	right:0;
	margin-top:3px;
	padding-left:20px;
}

.navbar .nav > li > .dropdown-menu:before {
  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-bottom-color: none;
  content:none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {color: #fff;border-radius: 0;background-color: transparent;}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #fff;
  
}
.navbar-collapse ul>li:after {
    content: '';
    height: 2px;
    width: calc(100% - 34px);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
ul.nav li.dropdown a {
	z-index:1000;
	display:block;
}

 select.selectmenu {
	display:none;
}
.pageTitle{
color: #fff;
margin: 30px 0 3px;
display: inline-block;
}
 
#banner{
	width: 100%;
	background:#000;
	position:relative;
	margin:0;
	padding:0;
}

/*  Sliders
==================================== */
/* --- flexslider --- */
#main-slider:before {content: '';width: 100%;height: 100%;background: rgba(0, 0, 0, 0.03);z-index: 1;position: absolute;}
.flex-direction-nav a{
display:none;
}
.flexslider {
	padding:0;  
	background: #fff; 
	position: relative; 
	zoom: 1;
}
.flex-direction-nav .flex-prev{
left:0px; 
}
.flex-direction-nav .flex-next{ 
right:0px;
}
.flex-caption {zoom: 1;bottom: 198px;background-color: transparent;color: #fff;margin: 0;padding: 2px 25px 0px 30px;/* position: absolute; */left: 0;text-align: center;margin: 0 auto;right: 0px;display: inline-block;bottom: 18%;width: 78%;right: 0 !important;border-radius: 15px 15px 0 0;text-align: right;}
.flex-caption h3 {color: #03415d;letter-spacing: 0px;margin-bottom: 8px;text-transform: uppercase;font-size: 60px;font-weight: 700;}
.flex-caption p {margin: 8px 6px 18px;font-size: 20px;font-weight: 400;}
.skill-home{
margin-bottom:50px;
}

.skill-home .icons {line-height: 94px;width: 100px;height: 94px;color: #fff;font-size: 42px;font-size: 38px;text-align: center;-ms-border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 0;display: inline-table;border: 4px solid #e3f5fd;color: #2e8eda;background: transparent;border-radius: 50%;background: #ffffff;}
.skill-home h2 {
padding-top: 20px;
font-size: 36px;
font-weight: 700;
} 
.testimonial-solid {
padding: 50px 0 60px 0;
margin: 0 0 0 0;
background: #FFFFFF;
text-align: center;
}
.testi-icon-area {
text-align: center;
position: absolute;
top: -84px;
margin: 0 auto; 
width: 100%;
}
.testi-icon-area .quote {
padding: 15px 0 0 0;
margin: 0 0 0 0;
background: #ffffff;
text-align: center;
color: #1891EC;
display: inline-table;
width: 70px;
height: 70px;
-ms-border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
font-size: 42px; 
border: 1px solid #1891EC;
display: none;
}

.testi-icon-area .carousel-inner { 
margin: 20px 0;
}
.carousel-indicators {
bottom: -30px;
}
.text-center img {
margin: auto;
}
.aboutUs{
padding:40px 0;
background: #F2F2F2;
}
img.img-center {
margin: 0 auto;
display: block;
max-width: 100%;
}
.home-about{
	padding: 60px 0 0px;
	background: #fff;
	color: #000;
}
.home-about hr{
	padding:0;
	margin:0;
}

/* Testimonial
----------------------------------*/
.testimonial-area {
padding: 0 0 0 0;
margin:0;
background: url(../img/low-poly01.jpg) fixed center center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
}
.testimonial-solid p {
color: #000000;
font-size: 16px;
line-height: 30px;
font-style: italic;
} 
section.hero-text {
	background: #F4783B;
	padding:50px 0 50px 0;
	color: #fff;
}
section.hero-text h1{ 
	color: #fff;
}

/* Clients
------------------------------------ */
#clients {
  padding: 60px 0;
  }
  #clients .client .img {
    height: 76px;
    width: 138px;
    cursor: pointer;
    -webkit-transition: box-shadow .1s linear;
    -moz-transition: box-shadow .1s linear;
    transition: box-shadow .1s linear; }
    #clients .client .img:hover {
      cursor: pointer;
      /*box-shadow: 0px 0px 2px 0px rgb(155, 155, 155);*/
      border-radius: 8px; }
  #clients .client .client1 {
    background: url("../img/client1.png") 0 -75px; }
    #clients .client .client1:hover {
      background-position: 1px 0px; }
  #clients .client .client2 {
    background: url("../img/client2.png") 0 -75px; }
    #clients .client .client2:hover {
      background-position: -1px 0px; }
  #clients .client .client3 {
    background: url("../img/client3.png") 0 -76px; }
    #clients .client .client3:hover {
      background-position: 0px 0px; }


/* Content
==================================== */

#content {
	position:relative;
	background: #f7f7f7;
	padding:50px 0 0px 0;
}
 
.cta-text {
	text-align: center;
	margin-top:10px;
}


.big-cta .cta {
	margin-top:10px;
}
 
.box {
	width: 100%;
}
.box-gray  {
	background: #f8f8f8;
	padding: 20px 20px 30px;
}
.box-gray  h4,.box-gray  i {
	margin-bottom: 20px;
}
.box-bottom {
	padding: 20px 0;
	text-align: center;
}
.box-bottom a {
	color: #fff;
	font-weight: 700;
}
.box-bottom a:hover {
	color: #eee;
	text-decoration: none;
}


/* Bottom
==================================== */

#bottom {
	background:#fcfcfc;
	padding:50px 0 0;

}
/* twitter */
#twitter-wrapper {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
#twitter em {
    font-style: normal;
    font-size: 13px;
}

#twitter em.twitterTime a {
	font-weight:600;
}

#twitter ul {
    padding: 0;
	list-style:none;
}
#twitter ul li {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
    word-break: break-word;
}


/* page headline
==================================== */

#inner-headline{background: #43b7e9;position: relative;margin: 0;padding: 0;color: #1891EC;}


#inner-headline h2.pageTitle{
	color: #fff;
	padding: 5px 0;
	display:block;
	text-align: center;
}

/* --- breadcrumbs --- */
#inner-headline ul.breadcrumb {
	margin:40px 0;
	float:left;
}

#inner-headline ul.breadcrumb li {
	margin-bottom:0;
	padding-bottom:0;
}
#inner-headline ul.breadcrumb li {
	font-size:13px;
	color:#fff;
}

#inner-headline ul.breadcrumb li i{
	color:#dedede;
}

#inner-headline ul.breadcrumb li a {
	color:#fff;
}

ul.breadcrumb li a:hover {
	text-decoration:none;
}

/* Forms
============================= */

/* --- contact form  ---- */
form#contactform input[type="text"] {
  width: 100%;
  border: 1px solid #f5f5f5;
  min-height: 40px;
  padding-left:20px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

form#contactform textarea {
border: 1px solid #f5f5f5;
  width: 100%;
  padding-left:20px;
  padding-top:10px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

form#contactform .validation {
	font-size:11px;
}

#sendmessage {
	border:1px solid #e6e6e6;
	background:#f6f6f6;
	display:none;
	text-align:center;
	padding:15px 12px 15px 65px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;

}

#sendmessage.show,.show  {
	display:block;
}
 
form#commentform input[type="text"] {
  width: 100%;
  min-height: 40px;
  padding-left:20px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-border-radius: 2px 2px 2px 2px;
		-moz-border-radius: 2px 2px 2px 2px;
			border-radius: 2px 2px 2px 2px;

}

form#commentform textarea {
  width: 100%;
  padding-left:20px;
  padding-top:10px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-border-radius: 2px 2px 2px 2px;
		-moz-border-radius: 2px 2px 2px 2px;
			border-radius: 2px 2px 2px 2px;
}


/* --- search form --- */
.search{
	float:right;
	margin:35px 0 0;
	padding-bottom:0;
}

#inner-headline form.input-append {
	margin:0;
	padding:0;
}

.about-text h3 {
	font-size: 22px;
	/* padding-bottom: 20px; */
}

.about-text .btn {
	margin-top: 20px;
	//font-size: 15px;
	//text-align: justify;
}

.about-image img {
}

.about-text ul {
	margin-top: 30px;
	padding: 0;
}

.about-text li {
	margin-bottom: 10px;
	//
	font-weight: bold;
	list-style: none;
}

 
.about-text-2 img {
	border: 5px solid #ddd;
	margin-bottom: 20px;
}

.about-text-2 p {
	margin-bottom: 20px;
}

#call-to-action {
	background: url(../images/bg/about.jpg) no-repeat;
	background-attachment: fixed;
	background-position: top center;
	padding: 100px 0;
	color: #fff;
}

.call-to-action h3 {
	font-size: 40px;
	letter-spacing: 15px;
	color: #fff;
	padding-bottom: 30px;
}

.call-to-action p {
	color: #999;
	padding-bottom: 20px;
}

.call-to-action .btn-primary {
	background-color: transparent;
	border-color: #999;
}

.call-to-action .btn-primary:hover {
	background-color: #151515;
	color: #999;
	border-color: #151515;
}

#call-to-action-2 {
	background: #ffffff url(../img/img-2.jpg) top right no-repeat;
	padding: 50px 0;
	background-size: cover;
}
#call-to-action-2 h3 {
	color: #03415d;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
#call-to-action-2 p {
	color: #5f5f5f;
	font-size: 15px;
}
#call-to-action-2 .btn-primary {
	/* background: transparent; */
	margin-top: 50px;
	color: #fff;
}
section.section-padding.gray-bg {
    background: #ffffff;
    color: #009eea;
}
 
  #accordion-alt3 .panel-heading h4 {
font-size: 13px;
line-height: 28px;
}
.panel .panel-heading h4 {
font-weight:400;
width:100%;
padding:10px 0;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 15px;
color: inherit;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 2px;
}
.panel {margin-bottom: 18px;background-color: #fff;}
#accordion-alt3 .panel-heading h4 a i {font-size: 17px;line-height: 18px;width: 18px;height: 18px;margin-right: 8px;color: #ffffff;text-align: center;border-radius: 50%;margin-left: 6px;font-weight: bold;}  
.progress.pb-sm {
height: 6px!important;
}
.progress {
box-shadow: inset 0 0 2px rgba(0,0,0,.1);
}
.progress {
overflow: hidden;
height: 18px;
margin-bottom: 18px;
background-color: #f5f5f5;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress .progress-bar.progress-bar-red {
background: #ed5441;
} 
.progress .progress-bar.progress-bar-green {
background: #51d466;
}
.progress .progress-bar.progress-bar-lblue {
background: #32c8de;
}
/* --- portfolio detail --- */
.top-wrapper {
	margin-bottom:20px;
}
.info-blocks {margin-bottom: 15px;/* background: #efefef; */}
.info-blocks i.icon-info-blocks {float: left;color: #ffffff;font-size: 30px;min-width: 50px;margin-top: 7px;text-align: center;background: #43b7e9;width: 72px;height: 72px;padding-top: 21px;}
.info-blocks .info-blocks-in {
padding: 0 10px;
overflow: hidden;
}
.info-blocks .info-blocks-in h3 {color: #000;font-size: 16px;line-height: 28px;margin:0px;margin-bottom: 0px;font-weight: 600;}
.info-blocks .info-blocks-in p {font-size: 14px;}
  
blockquote {
	font-size: 13px !important;
	font-weight:400;
	font-style:italic;
	padding-left:0;
	color: #111523 !important;
	line-height:1.6em;
	border:none;
}

blockquote cite 							{ display:block; font-size:12px; color:#666; margin-top:10px; }
blockquote cite:before 					{ content:"\2014 \0020"; }
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited 				{ color:#555; }
.pg2 .panel{
	background: #eaf9ff;
}
.pg2#accordion-alt3 .panel-heading h4 a i{
	color:#000 !important;
}
/* --- pullquotes --- */

.pullquote-left {
	display:block;
	color:#a2a2a2;
	font-family:'Noto Serif', serif;
	font-size:14px;
	line-height:1.6em;
	padding-left:20px;
}

.pullquote-right {
	display:block;
	color:#a2a2a2;
	font-family:'Noto Serif', serif;
	font-size:14px;
	line-height:1.6em;
	padding-right:20px;
}

/* --- button --- */
.btn{text-align: center;color: #FFFFFF;padding: 12px 25px;border-radius: 0;background: #43b7e9;border-color: #43b7e9;}
.btn-theme {
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	padding: 12px 30px;
	font-weight: bold;
}
.btn-theme:hover {
	color: #eee;
}

/* --- list style --- */

ul.general {
	list-style:none;
	margin-left:0;
}

ul.link-list{
	margin:0;
	padding:0;
	list-style:none;
}

ul.link-list li{
	margin:0;
	padding:2px 0 2px 0;
	list-style:none;
}
footer{background:#f5f5f6;}
.footer1{background:#31373b;}
footer ul.link-list li a{
	color:#9b9ea0;
}
footer ul.link-list li a:hover {
	color: #43b7e9;
}
/* --- Heading style --- */

h4.heading {
	font-weight:700;
}

.heading { margin-bottom: 30px; }

.heading {
	position: relative;
	
}


.widgetheading {
	width:100%;
	padding:0;
	font-weight: bold;
}

#bottom .widgetheading {
	position: relative;
	border-bottom: #e6e6e6 1px solid;
	padding-bottom: 9px;
}

aside .widgetheading {
	position: relative;
	border-bottom: #e9e9e9 1px solid;
	padding-bottom: 9px;
}

footer .widgetheading {
	position: relative;
}

footer .widget .social-network {
	position:relative;
}

.team-member h4{
  text-align: center;
  margin-bottom: 5px;
}
.team-member .deg{
text-align:center;
display:block;
}
#bottom .widget .widgetheading span, aside .widget .widgetheading span, footer .widget .widgetheading span {	
	position: absolute;
	width: 60px;
	height: 1px;
	bottom: -1px;
	right:0;

}
.panel-title>a {
    color:#999999;
    text-decoration: none;
}

.box-area{padding: 15px;background: #ffffff;margin-top: -21px;border: 2px solid #e2f7ff;}
.box-area h3{font-size: 17px;font-weight: 600;}
/* --- Map --- */
.map{
	position:relative;
	margin-top:-50px;
	margin-bottom:40px;
}

.map iframe{
	width:100%;
	height:450px;
	border:none;
}

.map-grid iframe{
	width:100%;
	height:350px;
	border:none;
	margin:0 0 -5px 0;
	padding:0;
}

 
ul.team-detail{
	margin:-10px 0 0 0;
	padding:0;
	list-style:none;
}

ul.team-detail li{
	border-bottom:1px dotted #e9e9e9;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	list-style:none;
}

ul.team-detail li label {
	font-size:13px;
}

ul.team-detail li h4, ul.team-detail li label{
	margin-bottom:0;
}

ul.team-detail li ul.social-network {
	border:none;
	margin:0;
	padding:0;
}

ul.team-detail li ul.social-network li {
	border:none;	
	margin:0;
}
ul.team-detail li ul.social-network li i {
	margin:0;
}

 
.pricing-title{
	background:#fff;
	text-align:center;
	padding:10px 0 10px 0;
}

.pricing-title h3{
	font-weight:600;
	margin-bottom:0;
}

.pricing-offer{
	background: #fcfcfc;
	text-align: center;
	padding:40px 0 40px 0;
	font-size:18px;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}

.pricing-box.activeItem .pricing-offer{
	color:#fff;
}

.pricing-offer strong{
	font-size:78px;
	line-height:89px;
}

.pricing-offer sup{
	font-size:28px;
}

.pricing-container{
	background: #fff;
	text-align:center;
	font-size:14px;
}

.pricing-container strong{
color:#353535;
}

.pricing-container ul{
	list-style:none;
	padding:0;
	margin:0;
}

.pricing-container ul li{
	border-bottom: 1px solid #CFCFCF;
list-style: none;
padding: 15px 0 15px 0;
margin: 0 0 0 0;
color: #222;
}

.pricing-action{
	margin:0;
	background: #fcfcfc;
	text-align:center;
	padding:20px 0 30px 0;
}

.pricing-wrapp{
	margin:0 auto;
	width:100%;
	background:#fd0000;
}
 .pricing-box-item {border: 1px solid #e6e6e6;background:#fcfcfc;position:relative;margin:0 0 20px 0;padding:0;-webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.03);-moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);box-shadow: 0 2px 0 rgba(0,0,0,0.03);-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;overflow: hidden;}

.pricing-box-item .pricing-heading {
	background: #ffffff;
	text-align: center;
	padding: 20px 0;
	display:block;
}
.pricing-box-item.activeItem .pricing-heading {
	text-align: center;
	border-bottom:none;
	display:block;
	color:#fff;
}
.pricing-box-item.activeItem .pricing-heading h3 {
	 
color: #fff;
}

.pricing-box-item .pricing-heading h3 strong {
	font-size:28px;
	font-weight:700;
	letter-spacing:-1px;
	color: #05142b;
}
.pricing-box-item .pricing-heading h3 {
	font-size:32px;
	font-weight:300;
	letter-spacing:-1px;
}

.pricing-box-item .pricing-terms {
	text-align: center;
	background: #fff;
	display: block;
	overflow: hidden;
	padding: 11px 0 5px;
	/* border-top: 2px solid #BBBBBB; */
	border-bottom: 2px dotted #CDCDCD;
}

.pricing-box-item .pricing-terms  h6 {
	margin-top: 16px;
	color: #2e8eda;
	font-size: 22px;
}

.pricing-box-item .icon .price-circled {
    margin: 10px 10px 10px 0;
    display: inline-block !important;
    text-align: center !important;
    color: #fff;
    width: 68px;
    height: 68px;
	padding:12px;
    font-size: 16px;
	font-weight:700;
    line-height: 68px;
    text-shadow:none;
    cursor: pointer;
    background-color: #888;
    border-radius: 64px;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
}

.pricing-box-item  .pricing-action{
	margin:0;
	text-align:center;
	padding:30px 0 30px 0;
}
.pricing-action .btn{
	background: #2e8eda;
	color: #fff;
} 

/* Testimonials */
.testimonials blockquote {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 20px;
    position: relative;
}
.testimonials blockquote::before {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 20px solid #43b7e9;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-bottom-style: inset; /*FF fixes*/
}
.testimonials blockquote::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #c5c5c5 transparent transparent transparent;
}
.testimonials .carousel-info img {
    border: 1px solid #cccccc;
    border-radius: 150px !important;
    height: 75px;
    padding: 3px;
    width: 75px;
}
.testimonials .carousel-info {
    overflow: hidden;
}
.testimonials .carousel-info img {
    margin-right: 15px;
}
.testimonials .carousel-info span {
    display: block;
}
.testimonials span.testimonials-name {
    color: #111523;
    font-size: 16px;
    font-weight: 300;
    margin: 14px 0 1px;
}
.testimonials span.testimonials-post {
    color: #ffffff;
    font-size: 12px;
}
/* ===== Widgets ===== */

/* --- flickr --- */
.widget .flickr_badge {
	width:100%;
}
.widget .flickr_badge img { margin: 0 9px 20px 0; }

footer .widget .flickr_badge {
    width: 100%;
}
footer .widget .flickr_badge img {
    margin: 0 9px 20px 0;
}

.flickr_badge img {
    width: 50px;
    height: 50px;
    float: left;
	margin: 0 9px 20px 0;
}
 
/* --- Recent post widget --- */

.recent-post{
	margin:20px 0 0 0;
	padding:0;
	line-height:18px;
}

.recent-post h5 a:hover {
	text-decoration:none;
}

.recent-post .text h5 a {
	color:#353535;
}

  
#sub-footer{
	padding:50px 0 0 0;
	color: #eaf9ff;
	border-top: 2px solid #4b5054;
}
  
footer{
	padding:50px 0 0 0;
}
footer a {
	color: #43b7e9;
}

footer a:hover {
	color:#eee;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6{
	color:#d7d8d9;
}

footer address {
	line-height:1.6em;
	color:#9b9ea0;
}

footer h5 a:hover, footer a:hover {
	text-decoration:none;
}

ul.social-network {
	list-style:none;
	margin-bottom:30px;
}

ul.social-network li {
	display:inline;
	margin: 0 50px;
	padding: 5px 0 0;
	width: 32px;
	display: inline-block;
	text-align:center;
	height: 32px;
	line-height:32px;
	vertical-align: baseline;
}

#sub-footer{
	text-shadow:none;
	color:#f5f5f5;
	padding:0;
	padding-top:30px;
	margin:20px 0 0 0;
	background:#31373b;
}
#sub-footer1{
	text-shadow:none;
	color:#f5f5f5;
	padding:0;
	padding-top:30px;
	margin:20px 0 0 0;
	background:#f5f5f6;
}

#sub-footer p{
	margin:0;
	padding:0;
}

#sub-footer span{
	color: #43b7e9;
}

.copyright {
	text-align:left;
	font-size:12px;
	margin-top:45px;
}

#sub-footer ul.social-network {
	float:right;
}

  

/* scroll to top */
.scrollup{
    position:fixed;
    width:32px;
    height:32px;
    bottom:0px;
    right:20px;
    background:#3ebeff;
}

a.scrollup {
	outline:0;
	text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}



 
.absolute{
	position:absolute;
}

.relative{
	position:relative;
}

.aligncenter{
	text-align:center;
	color:#009eea
}

.aligncenter span{
	margin-left:0;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.floatnone {
	float:none;
}

.aligncenter {
	text-align:center;
}
 
img.pull-left, .align-left{
	float:left;
	margin:0 15px 15px 0;
}

.widget img.pull-left {
	float:left;
	margin:0 15px 15px 0;
}

img.pull-right, .align-right {
	float:right;
	margin:0 0 15px 15px;
}

article img.pull-left, article .align-left{
	float:left;
	margin:5px 15px 15px 0;
}

article img.pull-right, article .align-right{
	float:right;
	margin:5px 0 15px 15px;
}

.clear-marginbot{
	margin-bottom:0;
}

.marginbot10{
	margin-bottom:10px;
}
.marginbot20{
	margin-bottom:20px;
}
.marginbot30{
	margin-bottom:30px;
}
.marginbot40{
	margin-bottom:40px;
}

.clear-margintop{
	margin-top:0;
}

.margintop10{
	margin-top:10px;
}

.margintop20{
	margin-top:20px;
}

.margintop30{
	margin-top:30px;
}

.margintop40{
	margin-top:40px;
}
.flex-control-paging li a {
  width: 26px;
  height: 10px;
  border-radius: 5px;
  background: #ffffff;
  text-indent: 50px;
  overflow: hidden;
}
.btn:hover, .btn:focus {
  color: #FFF;
  text-decoration: none;
  background: #1c7bc5;
  border-color: #1c7bc5;
}
/*  Media queries 
============================= */

@media (min-width: 768px) and (max-width: 979px) {

	a.detail{
		background:none;
		width:100%;
	}


	
	footer .widget form  input#appendedInputButton {
		  display: block;
		  width: 91%;
		  -webkit-border-radius: 4px 4px 4px 4px;
			 -moz-border-radius: 4px 4px 4px 4px;
				  border-radius: 4px 4px 4px 4px;
	}
	
	footer .widget form  .input-append .btn {
		  display: block;
		  width: 100%;
		  padding-right: 0;
		  padding-left: 0;
		  -webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
				  box-sizing: border-box;
				  margin-top:10px;
	}

	ul.related-folio li{
		width:156px;
		margin:0 20px 0 0;
	}	
}

@media (max-width: 767px) {
.navbar-default .navbar-collapse{background: #03415d;}
.navbar-default .navbar-toggle .icon-bar {background-color: #43b7e9;border-radius: 0;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: rgba(221, 221, 221, 0);
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-color: rgba(255, 255, 255, 0.58);
margin-top: 15px;
}
  body {
    padding-right: 0;
    padding-left: 0;
  }
	.navbar-brand {
		margin-top: 10px;
		border-bottom: none;
	}
	.navbar-header {
		/* margin-top: 20px; */
		border-bottom: none;
	}
	
	.navbar-nav {
		border-top: none;
		float: none;
		width: 100%;
	}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover {
background: none;
font-weight: 700;
color: #FFFFFF;
}
	header .navbar-nav > li {
padding-bottom: 2px;
padding-top: 3px;
}
	header .nav li .dropdown-menu  {
		margin-top: 0;
	}

	.dropdown-menu {
	  position: absolute;
	  top: 0;
	  left: 40px;
	  z-index: 1000;
	  display: none;
	  float: left;
	  min-width: 160px;
	  padding: 5px 0;
	  margin: 2px 0 0;
	  font-size: 13px;
	  list-style: none;
	  background-color: #fff;
	  background-clip: padding-box;
	  border: 1px solid #f5f5f5;
	  border: 1px solid rgba(0, 0, 0, .15);
	  border-radius: 0;
	  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
			  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}
	

	
	li.active  {
		border: none;
		overflow: hidden;
		background: #43b7e9;
}

	
	.box {
		border-bottom:1px solid #e9e9e9;
		padding-bottom:20px;
	}

	.flexslider .slide-caption {
		width: 90%; 
		padding: 2%; 
		position: absolute; 
		left: 0; 
		bottom: -40px; 
	}


	#inner-headline .breadcrumb {
		float:left;
		clear:both;
		width:100%;
	}

	.breadcrumb > li {
		font-size:13px;
	}

	
	ul.portfolio li article a i.icon-48{
		width:20px;
		height:20px;
		font-size:16px;
		line-height:20px;
	}


	.left-sidebar{
		border-right:none;
		padding:0 0 0 0;
		border-bottom: 1px dotted #e6e6e6;
		padding-bottom:10px;
		margin-bottom:40px;
	}
	
	.right-sidebar{
		margin-top:30px;
		border-left:none;
		padding:0 0 0 0;
	}
	
	
	footer .col-lg-1, footer .col-lg-2, footer .col-lg-3, footer .col-lg-4, footer .col-lg-5, footer .col-lg-6, 
	footer .col-lg-7, footer .col-lg-8, footer .col-lg-9, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12{
		margin-bottom:20px;
	}

	#sub-footer ul.social-network {
		float:left;
	}
	

	
  [class*="span"] {
		margin-bottom:20px;
  }

}

@media (max-width: 480px) {
	.bottom-article a.pull-right {
		float:left;
		margin-top:20px;
	}


	.search{
		float:left;
	}

	.flexslider .flex-caption {
		display:none;
	}


	.cta-text {
		margin:0 auto;
		text-align:center;	
	}
	
	ul.portfolio li article a i{
		width:20px;
		height:20px;
		font-size:14px;
	}


}
.section-centents-one{
	
	height:126px;
     background: url(../img/tuoyuan.png)
	}
.section-centents-one ul li{
	list-style:none;
	float:left;
	text-align:center;
	line-height:126px;
	font-size:18px;
	margin:0 92px;
	}
/*section-centents-one*/
@media (max-width: 480px) {
.section-centents-one{
	 background:#f7f7f7;
    -moz-border-radius:15%;
    -webkit-border-radius:15%;
    border-radius:15%;
	}
.section-centents-one ul li{
	list-style:none;
	float:left;
	text-align:center;
	line-height:20px;
	font-size:14px;
	
	}
}



.section-header::after{
	bottom: 0;
    color: #25aeef;
    font-size: 20px;
    left: 0;
    position: absolute;
	}
.section-header{
	font-size:20px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
	}



.post-thumbnail {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.post-thumbnail iframe,
.post-thumbnail img {
    width: 100%;
	border-radius: 2%
}
.post-thumbnail .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}





.hover-link .overlay,
.hover-link-text .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	border-radius: 2%
    background-color:#11101087;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
	z-index:0;
}
.hover-link .overlay i,
.hover-link-text .overlay i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 1.3em;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(270deg);
    -moz-transform: translate(-50%, -50%) rotate(270deg);
    -ms-transform: translate(-50%, -50%) rotate(270deg);
    transform: translate(-50%, -50%) rotate(270deg);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

.hover-link-text:hover .overlay,
.hover-link:hover .overlay {
    opacity: 1
}
.hover-link-text:hover .overlay i,
.hover-link:hover .overlay i {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0)
}

@-webkit-keyframes zoom {
    0%, 100% {
        width: 20px;
        height: 20px;
        opacity: 0
    }
    33% {
        width: 40px;
        height: 40px;
        opacity: 1
    }
    66% {
        width: 60px;
        height: 60px;
        opacity: 0
    }
}
@-moz-keyframes zoom {
    0%, 100% {
        width: 20px;
        height: 20px;
        opacity: 0
    }
    33% {
        width: 40px;
        height: 40px;
        opacity: 1
    }
    66% {
        width: 60px;
        height: 60px;
        opacity: 0
    }
}
@-ms-keyframes zoom {
    0%, 100% {
        width: 20px;
        height: 20px;
        opacity: 0
    }
    33% {
        width: 40px;
        height: 40px;
        opacity: 1
    }
    66% {
        width: 60px;
        height: 60px;
        opacity: 0
    }
}
@keyframes zoom {
    0%, 100% {
        width: 20px;
        height: 20px;
        opacity: 0
    }
    33% {
        width: 40px;
        height: 40px;
        opacity: 1
    }
    66% {
        width: 60px;
        height: 60px;
        opacity: 0
    }
}
@-webkit-keyframes zoom1 {
    0%, 33% {
        width: 20px;
        height: 20px;
        opacity: 0
    }
    66% {
        width: 40px;
        height: 40px;
        opacity: 1
    }
    100% {
        width: 60px;
        height: 60px;
        opacity: 0
    }
}
@-moz-keyframes zoom1 {
    0%, 33% {
        width: 20px;
        height: 20px;
        opacity: 0
    }
    66% {
        width: 40px;
        height: 40px;
        opacity: 1
    }
    100% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
}
@-ms-keyframes zoom1 {
    0%, 33% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    66% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
    100% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
}
@keyframes zoom1 {
    0%, 33% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    66% {
        width: 40px;
        height: 40px;
        opacity: 1
    }
    100% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
}
@-webkit-keyframes zoom2 {
    0% {
        width: 60px;
        height: 60px;
        opacity: 0
    }
    33%,
    66% {
        width: 20px;
        height: 20px;
        opacity: 0;;
    }
    100% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
}
@-moz-keyframes zoom2 {
    0% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
    33%,
    66% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    100% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
}
@-ms-keyframes zoom2 {
    0% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
    33%,
    66% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    100% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
}
@keyframes zoom2 {
    0% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
    33%,
    66% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    100% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
}
@-webkit-keyframes zoom3 {
    0% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
    33% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
    100%,
    66% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
}
@-moz-keyframes zoom3 {
    0% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
    33% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
    100%,
    66% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
}
@-ms-keyframes zoom3 {
    0% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
    33% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
    100%,
    66% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
}
@keyframes zoom3 {
    0% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
    33% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
    100%,
    66% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
}
ol,
ul {
    padding: 0 0 0 20px;
    margin: 0;
    font-family: Poppins, sans-serif;
}
ol li,
ul li {
    font-size: 14px;
    line-height: 2.3em;
}



/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}

	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}





.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #009eea;
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #b1e6ff;
}

.owl-carousel-word{
	height:40px;
	margin-top:20px;
	}

.owl-carousel-more{
	width:179px;
	height:28px;
	margin:0 auto;
	border:2px solid #333333;
	
	}
.owl-carousel-more a{
    color: #333333;
	}
.owl-carousel-more a:hover, a:focus {
    color: #333333;
    text-decoration: underline;
	}
	
.clean-blurb-round-icon .clean-icon{
	width: 100px;
	height: 100px;
	margin: 0px auto 30px;
	text-align: center;
	border: 5px solid #b1e6ff;
	border-radius: 50%;
	line-height: 0;
	padding: 8px;
}

.clean-blurb-round-icon .clean-icon i{
	line-height: 70px;
	font-size: 36px;
	color: #dadada;
}

.clean-blurb-round-icon .clean-icon{
	-webkit-transition: all .35s linear;
	   -moz-transition: all .35s linear;
	    -ms-transition: all .35s linear;
	     -o-transition: all .35s linear;
	        transition: all .35s linear;
}

.clean-blurb-round-icon:hover .clean-icon{
	border: 1px solid rgba(0,0,0,0);
}

.clean-blurb-round-icon:hover .clean-icon i{
	color: #ffffff;
}

.clean-blurb-round-icon h3{
	text-align: center;
	font-size: 18px;
	color: #616161;
	margin-top: 0;
	margin-bottom: 15px;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}


/* ===================================
	SECTIONS
====================================== */
.clean-section-wrapper{
	padding:5px 0;
	overflow: hidden;
}


.clean-blurb-round-icon:hover .clean-icon{
	background-color: #009eea;
}


.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa fa-html5{
	background:url(../images/shejiaos.png)
	}
	
	

.how-we-box {
	z-index: 1;
	margin-bottom: 33px;
}
.how-we-box::before,
.how-we-box::after {
	content: "";
	height: 1px;
	width: 50%;
	position: absolute;
	top: 55px;
	z-index: -1;
}
.how-we-box::before {
	left: 0;
}
.how-we-box::after {
	right: 0;
}
.how-we-box i,
.how-we-box h5 {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;	
}
.how-we-box-one i {
	background:#fff url(../img/index/fenxi2.png) no-repeat 10px 15px;
	border: 1px solid #009eea;
	border-radius: 50%;
	color: #0559b8;
	font-size: 36px;
	height: 112px;
	width: 112px;
	display: block;
	margin: 0 auto;
}
.how-we-box-one:hover i {
	border-color: transparent;
	background:#fff url(../img/index/fenxi2-1.png)no-repeat 10px 15px;
	border: 1px solid #c9c9c9;
}

.how-we-box-two i {
	background:#fff url(../img/index/nengli-1.png) no-repeat 15px 15px;
	border: 1px solid #009eea;
	border-radius: 50%;
	color: #0559b8;
	font-size: 36px;
	height: 112px;
	width: 112px;
	display: block;
	margin: 0 auto;
}
.how-we-box-two:hover i {
	border-color: transparent;
	background:#fff url(../img/index/nengli.png)no-repeat 15px 15px;
	border: 1px solid #c9c9c9;
}

.how-we-box-three i {
	background:#fff url(../img/index/qianyue1-1.png) no-repeat 15px 15px;
	border: 1px solid #009eea;
	border-radius: 50%;
	color: #0559b8;
	font-size: 36px;
	height: 112px;
	width: 112px;
	display: block;
	margin: 0 auto;
}
.how-we-box-three:hover i {
	border-color: transparent;
	background:#fff url(../img/index/qianyue.png)no-repeat 15px 15px;
	border: 1px solid #c9c9c9;
}

.how-we-box-four i {
	background:#fff url(../img/index/sheji1-1.png) no-repeat 15px 15px;
	border: 1px solid #009eea;
	border-radius: 50%;
	color: #0559b8;
	font-size: 36px;
	height: 112px;
	width: 112px;
	display: block;
	margin: 0 auto;
}
.how-we-box-four:hover i {
	border-color: transparent;
	background:#fff url(../img/index/sheji.png)no-repeat 15px 15px;
	border: 1px solid #c9c9c9;
	
}

.how-we-box-fives i {
	background:#fff url(../img/index/weihu1-1.png) no-repeat 15px 15px;
	border: 1px solid #009eea;
	border-radius: 50%;
	color: #0559b8;
	font-size: 36px;
	height: 112px;
	width: 112px;
	display: block;
	margin: 0 auto;
}
.how-we-box-fives:hover i {
	border-color: transparent;
	background:#fff url(../img/index/weihu.png)no-repeat 15px 15px;
	border: 1px solid #c9c9c9;
	
}

.how-we-box-six i {
	background:#fff url(../img/index/shangxian-1.png) no-repeat 15px 15px;
	border: 1px solid #009eea;
	border-radius: 50%;
	color: #0559b8;
	font-size: 36px;
	height: 112px;
	width: 112px;
	display: block;
	margin: 0 auto;
}
.how-we-box-six:hover i {
	border-color: transparent;
	background:#fff url(../img/index/shangxian.png)no-repeat 15px 15px;
	border: 1px solid #c9c9c9;
	
}

.how-we-box-seven i {
	background:#fff url(../img/index/kaifa1-1.png) no-repeat 15px 15px;
	border: 1px solid #009eea;
	border-radius: 50%;
	color: #0559b8;
	font-size: 36px;
	height: 112px;
	width: 112px;
	display: block;
	margin: 0 auto;
}
.how-we-box-seven:hover i {
	border-color: transparent;
	background:#fff url(../img/index/kaifa1.png)no-repeat 15px 15px;
	border: 1px solid #c9c9c9;
	
}


.how-we-box-eight i {
	background:#fff url(../img/index/kafa2-2.png) no-repeat 15px 15px;
	border: 1px solid #009eea;
	border-radius: 50%;
	color: #0559b8;
	font-size: 36px;
	height: 112px;
	width: 112px;
	display: block;
	margin: 0 auto;
}
.how-we-box-eight:hover i {
	border-color: transparent;
	background:#fff url(../img/index/kaifa2.png)no-repeat 15px 15px;
	border: 1px solid #c9c9c9;
	
}

.how-we-box i::before {
	line-height: 112px;
}
.how-we-box h5 {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: 0.56px;
	margin-top: 18px;
	margin-bottom: 3px;
}
.how-we-box:hover h5 {
	color: #009eea;
}
.how-we-box p {
	color: #555555;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0.455px;
}



/* - max-width: 479 */
@media (max-width: 479px) {
	/* + Header */
	/* - Header 1 */
	
	
	/* - How we Section */
	.how-we-box {
		width: 100%;
	}
	.how-we-box::before,
	.how-we-box::after {
		display: none;
	}
	
	
}
.block-heading-title{
	text-align:center;
	padding-top:30px;
	}
.block-heading-title span{
	color:#3ebeff;
	font-size:24px;
	}
.block-heading-title hr{
	margin-top:20px;
	}
/*ä¿éšœ*/


.single-feature-img{
	margin-top:30px;
	}

.single-feature > h4 {
	text-transform: uppercase;
	line-height: 50px;
}
.single-feature > p {
	color: #666666;
}
.col-xs-center{
	border:1px solid #009eea;
	border-radius:5%;
	height:266px;
	}
.single-feature h4{
	margin-top:15px;
	}
.single-feature p{
	margin-bottom:25px;
	}
.single-feature-line{
	border:2px solid #009eea;
	width:36px;
	margin:0 auto;
	}

@keyframes fadeInUp {
	0% {
	opacity:0;
	-webkit-transform:translateY(20px);
	-ms-transform:translateY(20px);
	transform:translateY(20px);
}
100% {
	opacity:1;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
}
}
.fadeInUp {
	-webkit-animation-name:fadeInUp;
	animation-name:fadeInUp;
}

/*---browse-grid-----*/
.w3l-movie-gride-agile {
      text-align: center;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.35);
    margin-right: 0%;
    margin-bottom:3%;
    position: relative;
    padding-left: 0;
}
.w3l-movie-gride-agile:nth-child(6),.w3l-movie-gride-agile:nth-child(12) {
    margin-left: 0%;
}




@media (max-width:991px){
	.w3l-movie-gride-agile {
		text-align: center;
		box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.35);
		margin-right: 0%;
		margin-bottom: 3%;
		position: relative;
		padding-left: 0;
		float: left;
		width: 33.33%;
	}

}

@media (max-width:414px){
	.w3l-movie-gride-agile {
		    margin-right:2%;
			margin-bottom: 4%;
			float: left;
			width: 48%;
			padding:0;
		  
	}
}


/*åˆä½œä¼™ä¼´*/

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*åœ°å›¾*/

/*-- services --*/
.footer, .services, .team, .menu-w3l, .testimonials, .delicious_food {
    padding: 5em 0;
}


/*-- footer --*/
.footer{
	background:#f7f7f7;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.logo-2 h2 a span {
    display: block;
    font-size: .25em;
    letter-spacing: 12px;
    font-family: 'Lato', sans-serif;
}
.logo-2 h2 a {
    font-size: 1.4em;
    color: #fff;
    letter-spacing: 3px;
    text-decoration: none;
    font-family: 'Oleo Script', cursive;
}
.w3-agile-footer-grid h3{
    color: #FFF;
    margin-bottom: 1em;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
}
.w3-agile-footer-grid ul {
    padding: 2em 0 0;
}

.w3-agile-footer-grid ul li {
    margin-bottom: 1em;
    color: #d6d6d6;
    font-size: .9em;
    list-style: none;
    letter-spacing: 1px;
}
.w3-agile-footer-grid ul li a{
    color: #FFF;
}
.w3-agile-footer-grid ul li a:focus{
	outline:none;
}
.w3-agile-footer-grid ul li a:hover{
	color:#8a8a8a;
}
.w3-agile-footer-grid ul li:last-child{
	margin-bottom:0;
}
.contact-block-left input[type="text"], .contact-block-left input[type="email"], .contact-block-left input.subject, .contact-block-left textarea {
    font-size: 1em;
    color: #000000;
    width: 49%;
    margin: 0 0 .8em;
    padding: 0.8em;
    outline: none;
    border: none;
    background:#ededed;
}
.contact-block-left input.email {
    margin:0% 0% 0% 1.1%;
}

.contact-block-left textarea {
    width: 100%;
    height: 13em;
	resize: none;
}
.contact-block-left input[type="submit"] {
    background: #95d8f8;
    color: #000;
    font-size: 1em;
    border: none;
    padding:.9em 4em;
    outline: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.contact-block-left input[type="submit"]:hover{
    background:#009eea;
	color:#fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.navbar-collapse ul>li:hover:after{
    background-color: #fff;
}
navigation ul>li:after{
    content: '';
    height: 2px;
    width: calc(100% -34px);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
/*app*/

/*-- services --*/
.services {
    background:#fff;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    background-attachment: fixed;
}

.wthree-services-grids,.agileinfo-gallery,.agile-team-grids,.wthree-news-grids,.agile-contact-form{
	margin:4em 0 0 0;
}
.wthree-services-grid {
	overflow: hidden;
	position: relative;
	display: block;
	border:1px solid #e9feff;
}
.wthree-services-info{
    padding: 6em 0;
    background: #FFFFFF;
    text-align: center;
	background: url('/style/images/index/dsgw.png');
}

.wthree-services-info h4{
	color: #fff;
    font-size: 1.2em;
    margin: 1em 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
	margin-top:70px;
	font-family:å¾®è½¯é›…é»‘;
}
.w3ls-border{
    width: 15%;
    margin: 1em auto 0;
    border: solid 2px #fff;
}
.wthree-services-captn {
	height: 100%;
    width: 100%;
    position: absolute;
    padding: 6em 1em;
    text-align: center;
    top: -100%;
    right: 0;
    background-color: #009eea;
	 -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.wthree-services-captn h4 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
}
.wthree-services-captn p {
    font-size: 13px;
    margin-top: 14px;
    color: #fff;
    line-height: 21px;
}
.wthree-services-grid:hover .wthree-services-captn {
	display:block;
	top: 0%;
}
.services-grids1{
	margin:2em 0 0 0 !important;
}

@media(max-width:991px){
	
	.services {
		margin-top: 200px;
	}
	.about, .team, .gallery, .contact, .subscribe, .services, .admission {
		padding: 4em 0;
	}
	.wthree-services-info {
		padding: 3em 0;
	}
	.wthree-services-captn {
		padding: 3em 1em;
	}
	
	
}


@media(max-width:736px){
	
	.services {
		margin-top: 0;
	}
	.wthree-services {
		width: 50%;
		float: left;
		margin-bottom: 20px;
	}
	
}



@media(max-width:414px){
	
	.wthree-services {
		width: 100%;
		float: none;
	}
	
	
}
/*app*/
.btn-default1 {
	font-size: 17px;
	margin: 30px 0 10px;
	margin-right: 10px;
	line-height: 20px;
	padding: 15px 35px;
	height: 50px;
	border: 2px solid #009eea;
	background: transparent;
	transition: all 0.4s;
	color: #202020;
	border-radius: 100px;
}
.btn-default1:hover, .btn-default1:focus, .btn-default1:active, .btn-default1.active, .open > .dropdown-toggle.btn-default1 {
	border: 2px solid #009eea;
	background: #009eea;
	color: white;
}
.seeapp{
	float:left;
	margin:45px;
	}
/*wechat*/
.btn-primary1 {
	font-size: 17px;
	margin: 30px 0 10px;
	margin-right: 10px;
	line-height: 20px;
	padding: 15px 35px;
	height: 50px;
	border: 2px solid #d4e7ff;
	background: #d4e7ff;
	transition: all 0.4s;
	color: rgb(18, 18, 22);
	border-radius: 100px;
}
.btn-primary1:hover, .btn-primary1:focus, .btn-primary1:active, .btn-primary1.active, .open > .dropdown-toggle.btn-primary {
	border: 2px solid #d4e7ff;
	background: transparent;
	color: #d4e7ff;
}
.agileits_service_grid_btm_left1{
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	z-index: 1;
    overflow: hidden;
    position: relative;
	 box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
	width:258px;
	float:left;
	margin:17px;
	height:350px;
	
}
.agileits_service_grid_btm_left1:before {
    bottom: 0;
    right: 0;
    border-bottom:3px solid #009eea;
    border-right:3px solid #009eea;
}
.agileits_service_grid_btm_left1:after, .agileits_service_grid_btm_left1:before {
    content: '';
    z-index: 2;
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}
.agileits_service_grid_btm_left1:after {
    top: 0;
    left: 0;
    border-top:3px solid #009eea;
    border-left:3px solid #009eea;
}
.agileits_service_grid_btm_left1:hover:after, .agileits_service_grid_btm_left1:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
}
.pic1{
    background: #009eea url("../img/wechat/wachat001.png") no-repeat scroll center center;
    border: 1px solid #009eea;
    border-radius: 50%;
    height: 125px;
    left: 30%;
	margin:0 auto;
    transition: all 0.3s ease 0s;
    width: 125px;
}
.pic2{
    background: #009eea url("../img/wechat/wachat002.png") no-repeat scroll center center;
    border: 1px solid #009eea;
    border-radius: 50%;
    height: 125px;
    left: 30%;
	margin:0 auto;
    transition: all 0.3s ease 0s;
    width: 125px;
}
.pic3{
    background: #009eea url("../img/wechat/wachat003.png") no-repeat scroll center center;
    border: 1px solid #009eea;
    border-radius: 50%;
    height: 125px;
    left: 30%;
	margin:0 auto;
    transition: all 0.3s ease 0s;
    width: 125px;
}
.pic4{
    background: #009eea url("../img/wechat/wachat004.png") no-repeat scroll center center;
    border: 1px solid #009eea;
    border-radius: 50%;
    height: 125px;
    left: 30%;
	margin:0 auto;
    transition: all 0.3s ease 0s;
    width: 125px;
}

	.wpcf7 textarea {
		height: 200px;
		line-height: 24px;
	}

	textarea {
		line-height: 24px;
		padding: 20px;
	}
	.page-full-width {
		width: 100% !important;
		max-width: 100% !important;
	}
	
/*	BUTTON
/*=============*/

	.button,
	button,
	input[type="reset"],
	input[type="submit"],
	input[type="button"],
	.wc-proceed-to-checkout a,
	.single_add_to_cart_button {
		outline: none;
		border: none;
		color: #fff;
		text-transform: uppercase;
		position: relative;
		display: inline-block;
		margin: 0 0px 5px 0;
		overflow: hidden;
		-webkit-backface-visibility: hidden;
		z-index:1;
		text-align: center;
	}
	.button.small {
		padding:3px 15px; 
		font-size:12px;
		line-height: 22px;
	}

/*	ICON LIST
/*=============*/
	
	.nz-i-list {list-style:none;}

	.nz-i-list li {
		display: table;
	}
	.nz-i-list li:last-child {margin-bottom: 0px;}

	.nz-i-list > li > div {
		display: table-cell;
		padding: 0;
		margin: 0;
		vertical-align: top;
	}

	.nz-i-list span.icon {
		display: block;
		margin-right: 10px;
		margin-bottom: 0;
		margin-left: 0;
		margin-top: 6px;
		text-align: center;
		font-size: 12px;
		line-height: 12px !important;
	}

	.nz-i-list.square span.icon
	{margin-top: 2px;}

	/*types*/

	.nz-i-list.square span.icon {
		font-size: 10px;
		width: 20px;
		height: 20px;
		border-radius: 3px;
		line-height: 20px !important;
	}
	
/*	ICON SEPARATOR
/*=============*/	
    .default.button-normal {
        background-color: #009eea
    }
    .default.animate-false.button-normal.hover-fill:hover {
        background-color: rgb(121, 173, 23);
    }

.wthree_more a{
	    padding: 10px 10px;
    border: 1px solid #07acfa;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    background: #07acfa;
}
/* Wayra */
.button--wayra {
    overflow: hidden;
    width: 13%;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    text-align: center;
    margin-top: 4em;
}
.button--wayra::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3bc1ff;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra:hover {
	color: #fff;
	border-color:#37bfff;
}

.button--wayra:hover::before {
	opacity: 1;
	background-color:#3bc1ff;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}


.wthree_more.wthree_more3 a {
    width: 30%!important;
}
/*-- //banner --*/
/*-- banner-bottom --*/
.banner-bottom,.news,.login,.single,.w3agile_comments,.services,.about-bottom,.mail,.typo,.services-bottom,.special-services,.about,.about-counter{
	padding:1em 0;
}
/*-- about --*/
.agile_about_grids{
	margin:4em 0 0;
}
.agile_about_grid_left_img{
	padding:2em 1em 0;
}
.agile_about_grid_right h4{
	text-transform:capitalize;
	font-size:1.8em;
	color:#212121;
	line-height:1.5em;
}
.agile_about_grid_right p{
    margin: 2em 0 2.5em;
    line-height: 2em;
}

.wthree_more3 a {
	margin:0 !important;
}
/*-- //about --*/
/*-- about-counter --*/
.about-counter{
	background:url(../img/about/17.png) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
}
.about_counter_left {
    text-align: center;
	margin-top:80px;
}
.about_counter_left i{
    font-size:2em;
	color:#1abc9c;
}
.about_counter_left p{

	    font-size: 2.5em;
    font-weight: 400;
    color: #fff;
    margin: 0.5em 0 0em;
}
.about_counter_left h3{
    color: #fff;
    font-size: 1.1em;
    margin: .5em 0 0;
    font-weight: 300;
    letter-spacing: 3px;
}
/*-- //about-counter --*/
/*-- about-bottom --*/
.w3l_about_bottom_grid_left h3{
	text-transform:capitalize;
	font-size:1.5em;
	color:#212121;
}
.w3l_about_bottom_grid_left p{
	color:#999;
	line-height:2em;
	margin:1em 0 3em;
}
.w3l_about_bottom_grid_left ol li{
	color: #999;
    margin-bottom: 1.5em;
    font-size: 1em;
    text-transform: capitalize;
}
.w3l_about_bottom_grid_left ol {
    padding-left: 1em;
	margin: 0;
}
.w3l_about_bottom_grid_left ol li:last-child {
    margin-bottom: 0;
}
.bar_group.group_ident-1 {
    z-index: 0;
    position: relative;
    width: 85%;
    margin: 0 auto;
}
.bar_group__bar.thin::before{
	display: block;
	content: '';
	position: absolute;
	z-index: -1;
}

.bar_group__bar.thin::before {
	width: 100%;
	height: 4px;
	border-radius: 2px;
	background: #E4E4E4;
}

.bar_group__bar.thin {
	width: 0%;
    height: 4px;
    border-radius: 2px;
    background: #1abc9c;
    margin-bottom: 2em;
    -webkit-transition: width 1s;
    transition: width 1s;
	-o-transition: width 1s;
	-ms-transition: width 1s;
	-moz-transition: width 1s;
}
.bar_group .elastic {
	background: #009eea;
    -webkit-transition-timing-function: cubic-bezier(0.5, 0.25, 0.375, 1.335);
    transition-timing-function: cubic-bezier(0.5, 0.25, 0.375, 1.335);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}
.bar_group.group_ident-1 p {
    color: #212121;
    margin-bottom: 1em;
    text-transform: uppercase;
}
/*-- //about-bottom --*/


@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}


@media (max-width: 1280px){
	
	.button--wayra {
		margin-top: 2em;
	}
}


/*new*/


/* -- Section Padding */
.section-padding {
	padding-top:35px;
	padding-bottom:35px;
}

.padding-50 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding-90 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.padding-100 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.main-container {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}


/* - Page Banner */ 
.page-banner {
	background:url(../img/new/page-banner-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}
.case-banner {
	background:url(../img/case/osvJS34WhD.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}
.service-banner {
	background:url(../img/service/banner.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}
.app-banner {
	background:url(../img/app/banner.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}
.page-banner1 {
	background:url(../img/about/kskkskss.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}
.page-banner h3 {
	color: #fff;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: 2px;
	margin-bottom: 26px;
	margin-top: 0;
	text-transform: uppercase;
}
.page-banner .breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
}
.page-banner .breadcrumb li {
	font-size: 15px;
	color: #3bc1ff;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.6px;
}
.page-banner .breadcrumb li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.breadcrumb > li + li::before {
	content: "\f105";
	font-family: FontAwesome;
	padding: 0 10px;
}

/* Pagination */
.ow-pagination {
	display: inline-block;
	width: 100%;
	background-color: transparent;
	margin: 0;
	text-align: center;
}
.ow-pagination ul {
	margin: 0;
}
.ow-pagination ul li {
	display: inline-block;
	margin: 0 4px;
}
.ow-pagination ul li a {
	border: 1px solid #009eea;
	color: #009eea;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border-radius: 0;
	padding: 0;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.ow-pagination .pagination > li:first-child > a,
.ow-pagination .pagination > li:last-child > a {
	border-radius: 0;
}
.ow-pagination ul li a:hover {
	background-color: #009eea;
	border-color: #009eea;
	color: #fff;
}
@media (max-width: 767px) {	
	.section-padding,
	.padding-100 {
		padding-bottom: 35px;
		padding-top: 35px;
	}
	/* - Page Banner */
	.page-banner h3 { 
		font-size: 40px;
	}
}
.entry-cover img {
    max-width: 100%;
	height: auto;
}

/*case_lsit*/

.screenshot{
    position: relative;
}
.screenshot-all-img{
    margin-left: 15px;
}
.screenshots-top{
    text-align: center;
    padding-bottom:40px;
    max-width: 600px;
    margin: 0 auto;
}

.screenshots-top h2{
    padding-bottom: 27px;
    color: #009eea;
	font-weight:600;
    text-transform: uppercase;
}
.screenshots-top p{
    color: #000;
}
.screenshot-mobile-img {
    left:40%;
    position: absolute;
    top: -52px;
    z-index: 1;
}
#screenshots-section .owl-pagination{
    padding-top: 70px;
}
.owl-theme .owl-controls .owl-page span:hover {
    background: #2f4cf4 none repeat scroll 0 0;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
/* For mobile device */

@media screen and (min-width:320px) and (max-width:767px) {
    .section-padding {
        padding: 50px 0;
    }
    .common-section-blue-top h2 {
        padding-bottom: 10px;
        font-size: 25px;
    }
    .common-section-blue-top {
        padding-bottom: 40px;
    }
    
    
   
    /* screenshots section */
    .screenshot-mobile-img {

    }
    .screenshots-top {
        padding-bottom: 100px;
    }
    .screenshots-top h2 {
        padding-bottom: 10px;
    }
    .screenshot-all-img {
 
    }
	#screenshots-section .carousel-common img {
	border: 20px solid #ddd;
	margin: 0 auto;
    }
	.screenshot-mobile-img img{
		 display:none;
	}
	#screenshots-section .owl-pagination {
	  padding-top: 20px;
	}
    
    
    
}


/* MOBILE DEVICE (321PX TO 360PX) */

@media screen and (min-width:321px) and (max-width:360px) {

}


/* FOR TABLET DEVICE */

@media screen and (min-width:768px) and (max-width:991px) {
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .common-section-blue-top h2 {
        padding-bottom: 10px;
    }
  
    .common-section-blue-top {
        padding-bottom: 50px;
    }
  
   
   
  
   
}


/* FOR MEDIUM DEVICE */

@media screen and (min-width:992px) and (max-width:1199px) {
    
    /* screenshot section */
    .screenshot-all-img {
        margin-left: 70px;
    }
    .screenshot-mobile-img {
        left: 291px;
    }
    #screenshots-section .owl-pagination {
        margin-right: 85px;
    }
}
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}



/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.case_img_logo{
	height:100px;
	width:300px;
	margin:0 auto
	}
.case_img_logo li img{
	height:100px;
	width:100px;
	margin:0 10px;
	}

.pic_fw1{
    background:url("../img/service/shouqianfuwu.png") no-repeat scroll center center;
    height:200px;
    left: 30%;
	margin:0 auto;
    transition: all 0.3s ease 0s;
    width:265px;
}

.pic_fw1_1{
    background: #009eea url("../img/service/xstdi.png") no-repeat scroll center center;
    border: 1px solid #009eea;
    border-radius: 50%;
    height: 125px;
    left: 30%;
	margin:0 auto;
    transition: all 0.3s ease 0s;
    width: 125px;
}
.pic_fw1_2{
    background: #009eea url("../img/service/cptdii.png") no-repeat scroll center center;
    border: 1px solid #009eea;
    border-radius: 50%;
    height: 125px;
    left: 30%;
	margin:0 auto;
    transition: all 0.3s ease 0s;
    width: 125px;
}
.pic_fw1_3{
    background: #009eea url("../img/service/cehuatd.png") no-repeat scroll center center;
    border: 1px solid #009eea;
    border-radius: 50%;
    height: 125px;
    left: 30%;
	margin:0 auto;
    transition: all 0.3s ease 0s;
    width: 125px;
}
.pic_fw2{
    background:url("../img/service/shouzhongfuwu.png") no-repeat scroll center center;
    height:200px;
    left: 30%;
	margin:0 auto;
    transition: all 0.3s ease 0s;
    width:265px;
}
.pic_fw2_1{
    background: #009eea url("../img/service/kajstds.png") no-repeat scroll center center;
    border: 1px solid #009eea;
    border-radius: 50%;
    height: 125px;
    left: 30%;
	margin:0 auto;
    transition: all 0.3s ease 0s;
    width: 125px;
}
.pic_fw2_2{
    background: #009eea url("../img/service/uisjtd.png") no-repeat scroll center center;
    border: 1px solid #009eea;
    border-radius: 50%;
    height: 125px;
    left: 30%;
	margin:0 auto;
    transition: all 0.3s ease 0s;
    width: 125px;
}
.pic_fw2_3{
    background: #009eea url("../img/service/pzjkongtud.png") no-repeat scroll center center;
    border: 1px solid #009eea;
    border-radius: 50%;
    height: 125px;
    left: 30%;
	margin:0 auto;
    transition: all 0.3s ease 0s;
    width: 125px;
}

.pic_fw3{
    background:url("../img/service/shouhoufuwu.png") no-repeat scroll center center;
    height:200px;
    left: 30%;
	margin:0 auto;
    transition: all 0.3s ease 0s;
    width:265px;
}
.pic_fw3_1{
    background: #009eea url("../img/service/tgtdi1.png") no-repeat scroll center center;
    border: 1px solid #009eea;
    border-radius: 50%;
    height: 125px;
    left: 30%;
	margin:0 auto;
    transition: all 0.3s ease 0s;
    width: 125px;
}
.pic_fw3_2{
    background: #009eea url("../img/service/shfuwd.png") no-repeat scroll center center;
    border: 1px solid #009eea;
    border-radius: 50%;
    height: 125px;
    left: 30%;
	margin:0 auto;
    transition: all 0.3s ease 0s;
    width: 125px;
}
.pic_fw3_3{
    background: #009eea url("../img/service/appwedi.png") no-repeat scroll center center;
    border: 1px solid #009eea;
    border-radius: 50%;
    height: 125px;
    left: 30%;
	margin:0 auto;
    transition: all 0.3s ease 0s;
    width: 125px;
}
.worde-s{
color:#373d41;	
	}




/*æ¡ˆä¾‹*/
.case{ width:1230px; margin:0 auto; overflow:hidden; }
.case_con{ overflow:hidden;}
.case_con dl{ width:380px; height:520px; margin:0 15px; margin-top:40px;  float:left; color:#666;text-alignt:center;}
.case_con dl dd{  height:451px;}
.case_con dl dd a{ display:block; width:100%; height:100%;}
.case_con dt{ margin-top:3px;}
.case_con h3{ margin-top:15px; margin-bottom:5px;}
.case_con dl h3 a{ font-size:16px; color:#333; }
.case_con dl h3 a:hover{ color:#009eea;}

.blog_tab{ width:100%; background:url(../Images/about_line.jpg) repeat-x left bottom;  overflow:hidden;    clear:both;}
.blog_tab ul{ width:100%; text-align:center; margin:0 auto; overflow:hidden; }
.blog_tab ul li{ display:inline; text-align:center; }
.blog_tab ul li a{ font-size:16px; line-height:62px; color:#333; display:inline-block; padding:0 6px;   margin:0 15px;}
.blog_tab ul li a:hover{ color:#009eea; border-bottom:3px solid #009eea; }

@media screen and (max-width:1237px){
.case{ width:1200px;}
.case_con dl{ width:30.5%; height:275px; margin:0 1.4%; margin-top:40px;  float:left; color:#666;}
}

@media screen and (max-width:1208px){
.case{ width:1000px;}

}
 
@media screen and (max-width:1000px){
.case{ width:90%;}
.case_con dl{ width:44%; margin:0 3%; margin-top:40px;}
}
@media screen and (max-width:780px){
.blog_tab{ background:none; padding-top:10px; padding-bottom:10px;}	
.blog_tab ul li{ display:block; float:left; width:29%; margin:5px 2%;}
.blog_tab ul li a{ display:block; font-size:15px;  line-height:39px;  margin:0; border-radius:2px; border:1px solid #dadada; }
.blog_tab ul li a:hover{ color:#fff; background:#3ebeff ; border:1px solid #3ebeff ;}
}
@media screen and (max-width:760px){
.case{ width:100%;}
.case_con dl{ width:100%;  margin:0 auto; height:auto; margin-bottom:35px;   float:none; font-size:14px;}

.case_con dl dd{  height:451px;}
.case_con dl dt{ padding:0 12px;}

}	
.case_img{position:relative; width:380px; height:520px;background:url(../img/case/screenshots-mobile.png) no-repeat center top;}
.case_img li{ position:absolute; top:52px; left:88px;  display: none;  transition:2s;}
.case_img li.current{ display:block;}
.case_img li img{ width:205px; height:347px; }
.case_con dt{
	text-align:center
	}


/*åœ¨çº¿å’¨è¯¢*/

.to_contact{display:block;width:100%;height:50px;background:#ffffff;overflow:hidden;position:fixed;left:0;bottom:0;border-top:1px solid #e6e6e6;}
.to_c_l{display:block;width:49%;height:50px;float:left;border-right:1px solid #e6e6e6}
.to_c_r{display:block;width:50%;height:50px;float:right}
.tel{width:100px;height:41px;margin:.75rem auto 0}
.tel span.phone{display:block;width:23px;height:25px;background:url(../img/phone.png) no-repeat;background-size:cover;float:left}
.tel span.phone_number{float:right;display:block;width:70px;height:20px;font-size:16px;line-height:25px;color:#29a7e2}
.qq{width:100px;height:41px;margin:.75rem auto 0}
.qq span.qq_1{display:block;width:21px;height:25px;background:url(../img/qq.png) no-repeat;background-size:cover;float:left}
.qq span.qq_number{float:right;display:block;width:72px;height:20px;font-size:16px;line-height:25px;color:#29a7e2}
