

/* header */

.navbar {
}

header h1 {
    line-height: 0;
}

a.navbar-brand i {
    color: #fd5c63;
}

header h1 a span {
    font-size: 18px;
    letter-spacing: 1px;
}

.navbar-brand {
    font-size: 1em;
    text-transform: capitalize;
    display: initial;
    margin: 0;
}
.navbar-light .navbar-brand {
    color: #fff;
    font-weight: 700;
}
.navbar-brand:hover,
.navbar-brand:focus {
    color: rgba(254, 59, 48, 0.6);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #fff;
}
.navbar-brand::first-letter {
    border-bottom: 3px solid #fe3b30;
    color: #fe3b30;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .show>.nav-link,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link {
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 2px;
}
.navbar-light .navbar-nav .dropdown-menu a.nav-link {
    color: #333;
    padding-left: 1em;
    font-weight: 600;
}
.navbar-light .navbar-nav .dropdown-menu a.nav-link:hover {
    color: #fd5c63;
}
a.contact {
    padding: 12px 30px !important;
    color: #fff;
    background: #22d7bb;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 35px;
    text-transform: uppercase;
}
a.contact:hover {
    background: #fff;
    color: #22d7bb;
}
a.contact-reg {
    padding: 12px 30px !important;
    color: #22d7bb;
	background-color: transparent;
	border: 2px solid #22d7bb;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 35px;
    text-transform: uppercase;
}
a.contact-reg:hover {
    background: #fff;
	border:2px solid #ffffff;
    color: #22d7bb;
}
li.nav-item {
    padding-top: 5px;
}
.dropdown-menu li.nav-item {
    padding-top: 0px;
}

.w3ls-btn {
    letter-spacing: 1px;
}
header {
    position: absolute;
    z-index: 9;
    width: 100%;
}



/*-- banner --*/
.banner{
	background:url(../img/banner-cloud.jpg) 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:770px;
	position: relative;
}
.banner-layer {
    background: url(../img/layer.png)repeat;
      background: rgba(0, 0, 0, 0.2);
    min-height: 770px;
}
.banner-product{
	background:url(../img/banner-product.jpg) 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;
}
.banner-pricing{
	background:url(../img/banner-pricing.jpg) 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;
}
.banner-case{
	background:url(../img/banner-case.jpg) 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;
}
.banner-news{
	background:url(../img/banner-news.jpg) 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;
}
.banner-about{
	background:url(../img/banner-about.jpg) 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;
}
.banner-layer1 {
    background: url(../img/layer.png)repeat;
	min-height:300px;
}

.agile_banner_info {
    padding: 16em 0em 0em;
}
.agile_banner_info1{
	margin-left:0em;
}
.agile_banner_info h3{
	font-size:1em;
	color:#fff;
	text-transform:capitalize;
	line-height:1.5em;
}
.agile_banner_info h3 span{
	color: #fff;
    padding: .2em .8em;
    background:#ec9114;
}
.banner_agile_para {
    margin-right: 10em;
	margin-bottom: 80px;
}
#typed{
	font-size:3.5em;
	color:#fff;
	text-transform:capitalize;
	line-height:1.5em;
     font-weight: 600;
}
#typed i{
	font-style:normal;
    color: #3ed7b5;
	font-weight:600;
}

.banner_agile_para p{
    color: #fff;
    margin: 1em 0;
    line-height: 2em;
    letter-spacing: 2px;
}
.agile_banner_info a {
    padding: 12px 35px;
    color: #fff;
    background: #22d7bb;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 1.5em;
    border-radius: 35px;
}
.agile_banner_info a:hover {
    background: #fd5c63;
}
button.btn.btn-primary.play {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    outline: none;
    cursor: pointer;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    background-color: #03cce6;
    border: none;
}
li.nav-item {
    padding-top: 5px;
}

/*-- input-top --*/

.agileinfo {
	margin:1em 0 0;
     position: relative;
	width: 600px;
}
.agileinfo input[type="number"]{
	outline:none;
	padding:10px;
	width:100%;
	background:#fff;
	border:none;
     font-size: 15px;
	color:#212121;
     border-radius: 35px;
     padding: 12px 12px 12px 25px;
     box-sizing: border-box;
}
.agileinfo input[type="submit"]{
	outline: none;
    padding: 12px 0;
    width: 38%;
    background:#22d7bb;
    border: none;
     font-size: 15px;
	 letter-spacing: 1px;
    color: #fff;
    border-radius: 35px;
    box-sizing: border-box;
    position: absolute;
    right: -1px;
    top: 0;
}
.agileinfo input[type="submit"]:hover{
	background:#fd5c63;
	color:#fff;
} 

.why-choose li { list-style: none; }
.why-choose article {
	background: #fff;
	text-align: center;
	border-bottom: 2px solid #00aeef;
	padding: 0 20px;
	padding-bottom: 30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	margin-bottom: 50px;
	margin-top:40px;
}
.why-choose article h6 {
    font-size: 16px;
    font-weight: bold;
}
.why-choose article hr {
	width: 40px;
	height: 2px;
	background: #00aeef;
	border: none;
	margin: 20px auto;
}
.why-choose article .icon {
	height: 80px;
	width: 80px;
	margin-top: -40px;
	border-radius: 50%;
	line-height: 80px;
	background: #00aeef;
	color: #fff;
	display: inline-block;
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}

#blog .blog-item-wrapper {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
}

#blog .blog-item-wrapper:hover {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.08);
}

#blog .blog-item-wrapper:hover .blog-item-img:before {
  opacity: 1;
  height: 100%;
  width: 100%;
}

#blog .blog-item-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#blog .blog-item-img img {
  width: 100%;
}

#blog .blog-item-text {
  padding: 20px;
}

#blog .blog-item-text h3 {
  font-size: 15px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}

#blog .blog-item-text h3 a {
  color: #333;
}

#blog .blog-item-text h3 a:hover {
  color: #22d7bb;
}

#blog .blog-item-text p {
  line-height: 25px;
  margin-bottom: 20px;
}

.logo-0-2-132 {
    filter: grayscale(100%) sepia(10%) opacity(0.5);
    display: flex;
    padding: 15px 7px;
    transition: filter .3s ease-in-out, opacity .3s ease-in-out, false-shadow .3s ease-in-out, background-color .3s ease-in-out;
    align-items: center;
    justify-content: center;
}
.logo-0-2-132 img { width:170px;}



.suspension {
	width: 46px;
	height: 210px;
	position: fixed;
	right: 30px;
	bottom: 60px;
	z-index: 999
}
.suspension li {
	position: relative;
	width: 46px;
	height: 46px;
	margin-top: 10px;
	list-style: none;
}
.suspension li:first-child {
	margin-top: 0
}
.buy-car, .pop-qrcode, .pop-tel, .to-top {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #bcbcbc;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/suspend_icon.png)
}
.voice-service {
	background-image: url()
}
.pop-tel {
	border-color: #0af;
	background-color: #0af;
	background-position: -1px 0
}
.pop-qrcode {
	background-position: -1px -51px
}
.to-top {
	background-position: 0 -100px;
	cursor: pointer
}
.buy-car {
	background-image: url(../img/side_icon_04.png)
}
.connect-us {
	position: absolute;
	width: 240px;
	right: 54px;
	bottom: 0;
	z-index: 30;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
	display: none
}
.connect-us ul {
	margin: 32px 24px
}
.connect-us li {
	display: list-item;
	width: 100%;
	height: auto;
	padding: 16px 0;
	overflow: hidden;
	margin-top: 0;
	border-top: 1px solid #f4f4f4
}
.connect-us li:first-child {
	padding-top: 0;
	border-top: none
}
.connect-us li.feedback-item {
	padding-bottom: 0
}
.connect-us li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0 0
}
.service-online {
	background-image: url(../img/suspend_icon_03.png)
}
.service-online:hover {
	background-image: url(../img/suspend_icon_03_blue.png)
}
.service-feedback:hover .info-name, .service-online:hover .info-name {
	color: #0af
}
.footer .service-phone {
	background-image: url(../img/suspend_icon_01.png)
}
.footer .service-phone:hover {
	background-image: url(../img/suspend_icon_01_blue.png)
}
.service-feedback {
	background-image: url(../img/suspend_icon_02.png)
}
.service-feedback:hover {
	background-image: url(../img/suspend_icon_02_blue.png)
}
.info-name, .info-value {
	display: block;
	padding-left: 52px
}
.info-name {
	height: 14px;
	font-size: 14px;
	color: #333
}
.info-value {
	margin-top: 8px;
	height: 18px;
	font-size: 18px;
	font-weight: 700;
	color: #f90
}
.service-feedback .info-value, .service-online .info-value {
	font-size: 12px;
	font-weight: inherit;
	color: #999
}
.qrcode {
	position: absolute;
	width: 139px;
	height: 163px;
	right: 55px;
	bottom: 0;
	z-index: 30;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
	background: url(../img/code2d.jpg);
	display: none
}
.footer-floor1 {
	width: 100%;
	padding: 40px 0 62px
}
.footer-list {
	width: 68%;
	height: 100%;
	border-left: 1px solid #414b51;
	padding-left: 20px;
	float: left
}
.footer-list ul {
	float: left;
	width: 25%
}
.footer-list li {
	line-height: 30px;
	list-style: none;
}
.footer-list li a {
	color: #819199;
	font-size: 14px;
	text-decoration: none
}
.footer-list li a:hover {
	text-decoration: underline;
	color: #fff
}
.footer-list .flist-title {
	font-size: 16px;
	color: #fff;
}
.footer-left {
	width: 32%;
	float: left
}
.company-box {
	padding-left: 20px
}
.company-logo {
	height: 40px;
	background: url(../img/bottom_logo.png) no-repeat left
}
.company-logo span {
	display: inline-block;
	margin-left: 120px;
	width: 179px;
	height: 40px;
	background: url(../img/bottom_16.gif) no-repeat left
}
.company-name {
	margin-top: 20px;
	line-height: 25px;
	font-size: 14px;
	color: #fff
}
.official-plat {
	width: 100%;
	height: 100%;
	margin-top: 20px;
	position: relative
}
.official-plat ul {
	width: 100%;
	padding-left: 20px;
}
.official-plat ul li {
	float: left;
	margin-right: 15px;
	width: 40px;
	height: 40px;
	list-style: none;
}
.official-plat ul a {
	display: block
}
.official-plat ul li span {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center
}
.official-plat li .weixin-logo {
	background-image: url(../img/bottom_25.png)
}
.official-plat li .weibo-logo {
	background-image: url(../img/bottom_23.png)
}
.official-plat li .qq-logo {
	background-image: url(../img/bottom_27.png)
}
.official-plat li .email-logo {
	background-image: url(../img/bottom_29.png)
}
.official-plat li:hover .weixin-logo {
	background-image: url(../img/bottom_25_hover.png)
}
.official-plat li:hover .weibo-logo {
	background-image: url(../img/bottom_23_hover.png)
}
.official-plat li:hover .qq-logo {
	background-image: url(../img/bottom_27_hover.png)
}
.official-plat li:hover .email-logo {
	background-image: url(../img/bottom_29_hover.png)
}
.official-plat>p {
	display: inline-block;
	width: 132px;
	height: 132px;
	border: 1px solid #ddd;
	background-color: #fff
}
.official-plat .weixin {
	position: absolute;
	top: -145px;
	left: 24px;
	background-image: url(../img/plat_qrcode.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: none
}
.official-plat .weibo {
	position: absolute;
	top: -145px;
	left: -32px;
	background-image: url(../img/plat_qrcode.png);
	background-repeat: no-repeat;
	background-position: -132px 0;
	display: none
}
.corner {
	border: 10px solid transparent;
	border-top: 10px solid #fff;
	position: absolute;
	bottom: -20px;
	right: 50%;
	margin-right: -10px;
	z-index: 10
}
.five-superiority {
	width: 100%;
	height: 120px;
	border-bottom: 1px solid #414b51
}
.five-superiority-list { padding-left: 0px; margin-bottom: 0px;}
.five-superiority-list li {
	float: left;
	width: 25%;
	height: 120px;
	list-style: none;
}
.five-superiority-list li a {
	white-space: nowrap;
	display: block;
	line-height: 120px;
	padding-left: 95px;
	background-repeat: no-repeat;
	background-position: 28px center;
	font-size: 16px;
	color: #fff
}
.compensate_ico a {
	background-image: url(../img/bottom_03.png)
}
.retreat_ico a {
	background-image: url(../img/bottom_05.png)
}
.technology_ico a {
	background-image: url(../img/bottom_07.png)
}
.prepare_ico a {
	background-image: url(../img/bottom_09.png)
}
.footer-floor2 {
	width: 100%;
	border-top: 1px solid #414b51;
	padding: 15px 0 0 0;
	text-align: center;
	margin-top: 30px;
}
.footer-floor2 p {
	text-align: center;
	color: #819199;
	font-size: 12px;
	line-height: 25px
}
.footer-floor2 p span {
	font-family: PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', tahoma, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif
}
.footer-floor2 a {
	color: #819199;
	margin-left: 20px;
}
.footer-floor2 a:hover {
	text-decoration: underline
}
.foot-link {
	margin: 0 15px;
	text-decoration: none;
	color: #b6e2f2
}
.foot-link:hover {
	text-decoration: underline
}


.js .animate-box {
    opacity: 0;
}
.gtco-tabs .gtco-tab-nav {
  clear: both;
  margin: 0 0 3em 0;
  padding: 3px;
  float: left;
  width: 100%;
  background: #22d7bb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gtco-tabs .gtco-tab-nav li {
  float: left;
  margin: 0;
  padding: 0;
  width: 25%;
  text-align: center;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gtco-tabs .gtco-tab-nav li .icon {
  font-size: 30px;
}
.gtco-tabs .gtco-tab-nav li a {
  padding: 20px;
  width: 100%;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
}
.gtco-tabs .gtco-tab-nav li a:hover {
  color: #4d4d4d;
}
.gtco-tabs .gtco-tab-nav li.active a {
  background: #fff;
  color: #22d7bb;
}
.gtco-tabs .gtco-tab-content-wrap {
  clear: both;
  position: relative;
  top: 20px;
}
.gtco-tabs .gtco-tab-content-wrap .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.gtco-tabs .gtco-tab-content-wrap .tab-content.active {
  opacity: 1;
  visibility: visible;
}
.gtco-tabs .icon-xlg {
  font-size: 400px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gtco-tabs .icon-xlg {
    font-size: 300px;
  }
}
@media screen and (max-width: 480px) {
  .gtco-tabs .icon-xlg {
    font-size: 200px;
  }
}
.gtco-tabs .icon-xlg i {
  color: #52d3aa;
}


.pricing {
  display: block;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.price-box {
  width: 100%;
  text-align: center;
  padding: 30px;
  background: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
}
.price-box.popular .btn-select-plan {
  background: #EA9215;
}
.price-box.popular .price {
  color: #EA9215;
}
.price-box .btn-select-plan {
  padding: 10px 20px;
  background: #09C6AB;
  color: #fff;
}
.price-box .classes {
  padding: 0;
  padding-top: 50px;
}
.price-box .classes li {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  font-size: 16px;
  padding: 8px 10px;
  color: #666666;
}
.price-box .classes li.color {
  background: rgba(0, 0, 0, 0.04);
}
.price-box .classes i { color: #00b383; font-size: 18px;}
.price-box .classes i.cross { color: rgba(0, 0, 0, 0.1);}
.price-box .left li { text-align: left; padding-left: 30px;}
.price-box .price-left {text-align: left; padding-left: 60px;}
.price-title{
    background: #5bdec147;
    padding: 6px 10px;
    position: absolute;
    width: 100%;
    margin-left: -30px;
	font-weight: bold;
	color: #333333;
}

.pricing-plan {
  margin: 0 0 55px 0;
  padding: 0;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
.pricing-plan.pricing-plan-offer {
  margin-bottom: 24px;
}
.pricing-plan span {
  display: block;
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
    background-color: #EA9215;
    font-size: 13px;
    font-weight: normal;
    border-radius: 100px;
    padding: 4px 0px;
    width: 55px;
    margin-left: 25px;
	
}
.price {
  font-size: 40px;
  color: #000;
  line-height: 50px;
}
.price .currency {
  font-size: 20px;
  padding-right: 10px;
}
.price small {
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  color: #888f94;
}
.gtco-tab-content .title { margin-top: 3em;}
.gtco-tab-content .img-responsive { width: 92%; margin-left: 60px;}



.switch-pictures{position: relative;overflow: auto;text-align: center;width:780px;margin:0 auto}
.switch-pictures .dots{position:absolute;left:0;right:0;bottom:20px;z-index:3;}
.switch-pictures .dots li{display:inline-block;width:12px;height:12px;margin:0 4px;text-indent:-999em;border:2px solid #22d7bb;border-radius:20px;cursor:pointer;opacity:.4;-webkit-transition:background .5s,opacity .5s;-moz-transition:background .5s,opacity .5s;transition:background .5s,opacity .5s}
.switch-pictures .dots li.active{background:#22d7bb;opacity:1}
.switch-pictures .arrow{position:absolute;width:20px;height:37px;top: 50%; margin-top: -18px; overflow: hidden;z-index: 2; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;  -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
.switch-pictures #al{left:15px}
.switch-pictures #ar{right:15px}
.switch-pictures ul{z-index: 1;width: 600%;overflow: hidden;}
.switch-pictures ul .slider-item {width:780px; float: left;height:480px; position: relative; overflow: hidden;}
.switch-pictures ul .slider-item img { width: 780px; height: auto;}
.switch-pictures .progress{position:absolute;left:0;bottom:-20px;width:15%;min-height:5px; height: 5px; overflow:hidden;z-index:2;background:#22d7bb;}


@media screen and (max-width: 768px) {
  .agileinfo {
		width:345px;
	}
	.banner_agile_para {
		margin-right: 0;
	}
	#typed {
		font-size: 20px;	
	}
	.navbar-nav{
		text-align: right;
		background-color: rgba(0,0,0,0.6);
		float: right;
	}
	
	.navbar-nav .last {
		margin-right: 2rem !important;
		margin-top:6px;
	}
	.banner,.banner-layer {
		min-height: 600px;
	}
	.fh5co-heading h2 {
		font-size: 34px;
	}
  .fh5co-heading p {
		font-size: 19px;
	}
	.navbar-toggler:focus {
		outline: 0;
	}
	.navbar-light .navbar-toggler{
		border-color: #fff;
	}
	.navbar-toggler:focus, .navbar-toggler:hover {
    background-color: #f9f9f9;
    border-color: #f9f9f9;
}

	.footer {
    min-width: auto;
	}
	.footer-list ul {
		width:30%;
	}
  .five-superiority-list li {
    width:50%;
  }
  .five-superiority-list li a {
    padding-left:74px;
    background-position: 20px center;
    font-size: 14px;
  }
  .footer-left {
    width:auto;
  }
  .footer-list {
		width:100%;
		padding-left:0;
  }

  
  .footer-banner {
    height: 210px;
  }

	
}
