/*
 *
 *   INSPINIA Landing Page - Responsive Admin Theme
 *   Copyright 2014 Webapplayers.com
 *
*/
/* GLOBAL STYLES
-------------------------------------------------- */
body {
	color: #676a6c;
	font-family: "微软雅黑";
	line-height: 2;
	overflow-x: hidden;
}

span.navy {
	color: #1ab394;
}

p.text-color {
	color: #676a6c;
}

a.navy-link {
	color: #1ab394;
	text-decoration: none;
}

a.navy-link:hover {
	color: #17a185;
}

address {
	font-size: 13px;
}

h1 {
	margin-top: 10px;
	font-size: 30px;
	font-weight: 200;
}

.navy-line {
	width: 60px;
	height: 1px;
	margin: 60px auto 0;
	border-bottom: 2px solid #1ab394;
}
/**/

.container{
	width: 87.5%;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.container-fluid {
	width: 100%;
	padding: 0;
}

.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
	padding-right: 0;
	padding-left: 0;
}

.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
	background: url(../img/topbg.png) no-repeat;
	background-origin: content-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.navbar-default.navbar-scroll {
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
	transition: all 0.3s ease-in-out 0s;
}

.navbar-default .nav li a {
	color: #fff;
	font-weight: lighter;
	font-size: 16px;
}

.navbar-nav {
	position: relative;
	top: 70px;
	left: 50px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
	background: transparent;
	color: #000;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #000;
}

.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
	color: #000;
}

.navbar-default.navbar-scroll .navbar-nav > .active > a:focus {
	background: transparent;
	color: inherit;
}

.navbar-default .navbar-brand {
	color: #fff;
	height: auto;
	display: block;
	font-size: 14px;
	padding: 15px 20px 15px 20px;
	border-radius: 0 0px 5px 5px;
	font-weight: 700;
	transition: all 0.3s ease-in-out 0s;
}
.navbar-default .navbar-brand img{
	max-height:88px
}

.navbar-wrapper .navbar.navbar-scroll {
	padding-top: 0;
	border-radius: 0;
}

.nav > li > a {
	padding: 0 14px;
}

.nav > li > a em {
	position: relative;
	width: 21px;
	height: 13px;
	background: url(../img/icon_nav.png) no-repeat;
	display: inline-block;
	background-size: 85%;
	top: 1px;
}

.nav-home {
	background: none;
	border-color: #FFF;
	padding: 0 30px!important;
}
/* TOP NAV */
.p-re {
	position: relative;
}

.top-nav {
	position: absolute;
	top: 10px;
	right: 0;
}

.top-nav span {
	display: inline-block;
	position: relative;
	padding: 0 5px;
}
.top-nav span a{
	text-decoration: none;
	padding: 0 5px;
}
.top-nav .tel {
	padding-left: 25px;
	color: #FFF;
}

.top-nav .tel em {
	width: 18px;
	height: 21px;
	background: url(../img/tel.png) no-repeat;
	display: inline-block;
	position: absolute;
	left: 0;
}
/* BACKGROUNDS SLIDER
-------------------------------------------------- */
.header-back {
	width: 100%;
	background-origin: content-box!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: 50% 50%!important;
}
.header-back img{
	width: 100%;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
	margin-top: 118px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
	background-color: #777;
}

.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

.carousel-control {
	width: 6%;
}

.carousel-inner {
	overflow: visible;
}

.carousel-caption {
	position: absolute;
	bottom: 20px;
	right: 20px;
	left: auto;
	top: auto;
	text-align: left;
}

.carousel-image {
	position: absolute;
	right: 10px;
	top: 150px;
}

.carousel-indicators {
	bottom: 0px;
}

.carousel-caption h1 {
	font-weight: lighter;
	font-size: 32px;
	text-transform: uppercase;
	text-shadow: none;
	padding: 10px 0;
}

.carousel-caption p {
	text-transform: uppercase;
	text-shadow: none;
	font-weight: lighter;
}

.caption-link {
	color: #fff;
	margin-left: 10px;
	text-transform: capitalize;
	font-weight: 400;
}

.caption-link:hover {
	text-decoration: none;
	color: inherit;
}
/* Sections
------------------------- */
.i-team-box {
	padding-top: 60px;
}

.i-team-box .team-box {
	border: 2px solid #6cb07d;
	border-radius: 3px;
	padding: 0;
	margin-bottom: 30px;
}

.team-box p img {
	width: 100%;
}

.team-box p.info,.team-box p.button {
	padding: 0 10px;
	color: #8693a7;
	line-height: 2;
	font-size: 14px;
}

.team-box h3 {
	padding: 0 10px;
	font-size: 22px;
}

p.button {
	padding-bottom: 10px;
	color: #6cb07d;
	font-size: 16px;
}

p.button a {
	color: #6cb07d;
	text-decoration: none;
}

p.button i {
	width: 25px;
	height: 25px;
	line-height: 20px;
	color: #6cb07d;
	border: 2px solid #6cb07d;
	border-radius: 20px;
	font-size: 12px;
	text-align: center;
	font-weight: lighter;
	position: relative;
}
/* course */
.course-banner {
	width: 100%;
}
.course-banner img{
	width: 100%;
}
.classroom-banner {
	width: 100%;
}
.classroom-banner img{
	width: 100%;
}
.sls-banner {
	width: 100%;
}

.sls-banner img {
	width: 100%;
}

.join-banner {
	width: 100%;
}
.join-banner img{
	width: 100%;
}
.course-img {
	width: 100%;
}

.course-img img {
	width: 100%;
}

.services {
	padding-top: 60px;
}

.services h2 {
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: 600;
	text-transform: uppercase;
}

.features-block {
	margin-top: 40px;
}

.features-text {
	margin-top: 40px;
}

.features small {
	color: #1ab394;
}

.features h2 {
	font-size: 18px;
	margin-top: 5px;
}

.features-text-alone {
	margin: 40px 0;
}

.features-text-alone h1 {
	font-weight: 200;
}

.features-icon {
	color: #1ab394;
	font-size: 40px;
}

.navy-section {
	margin-top: 60px;
	background: #1ab394;
	color: #fff;
	padding: 20px 0;
}

.gray-section {
	background: #f4f4f4;
	margin-top: 60px;
}

.team-member {
	text-align: center;
}

.team-member img {
	margin: auto;
}

.social-icon a {
	background: #1ab394;
	color: #fff;
	padding: 4px 8px;
	height: 28px;
	width: 28px;
	display: block;
	border-radius: 50px;
}

.social-icon a:hover {
	background: #17a185;
}

.img-small {
	height: 88px;
	width: 88px;
}

.pricing-plan {
	margin: 20px 30px 0 30px;
	border-radius: 4px;
}

.pricing-plan.selected {
	transform: scale(1.1);
	background: #f4f4f4;
}

.pricing-plan li {
	padding: 10px 16px;
	border-top: 1px solid #e7eaec;
	text-align: center;
	color: #aeaeae;
}

.pricing-plan .pricing-price span {
	font-weight: 700;
	color: #1ab394;
}

li.pricing-desc {
	font-size: 13px;
	border-top: none;
	padding: 20px 16px;
}

li.pricing-title {
	background: #1ab394;
	color: #fff;
	padding: 10px;
	border-radius: 4px 4px 0 0;
	font-size: 22px;
	font-weight: 600;
}

.testimonials {
	padding-top: 40px;
	padding-bottom: 60px;
	background-color: #1ab394;
	background-image: url('../img/avatar_all.png');
}

.big-icon {
	font-size: 56px;
}

.features .big-icon {
	color: #1ab394;
}

.contact {
	background-image: url('../img/word_map.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-top: 60px;
}
/* Buttons - only primary custom button
------------------------- */
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
	color: #fff;
}

.btn-primary {
	background-color: #1ab394;
	border-color: #1ab394;
	color: #FFFFFF;
	font-size: 14px;
	padding: 10px 20px;
	font-weight: 600;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-color: #18a689;
	border-color: #18a689;
	color: #FFFFFF;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
	background-color: #1dc5a3;
	border-color: #1dc5a3;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
  /* Navbar positioning foo */
	.navbar-wrapper {
		margin-top: 20px;
	}

	.navbar-wrapper .container {
		padding-right: 15px;
		padding-left: 15px;
	}

	.navbar-wrapper .navbar {
		padding-right: 0;
		padding-left: 0;
	}
  /* The navbar becomes detached from the top, so we round the corners */
	.navbar-wrapper .navbar {
	}
  /* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 1.6;
	}

	.featurette-heading {
		font-size: 50px;
	}
}

@media (max-width: 992px) {
	.carousel-image {
		display: none;
	}
}

@media (max-width: 768px) {
	.carousel-caption,
  .carousel-caption.blank {
		left: 5%;
		top: 80px;
	}

	.carousel-caption h1 {
		font-size: 28px;
	}

	.navbar.navbar-scroll .navbar-brand {
		margin-top: 6px;
	}

	.navbar-default {
		background-color: #fff;
		border-color: #fff;
		padding: 15px 0;
	}

	.navbar-default .navbar-nav > .active > a:focus {
		background: transparent;
		color: inherit;
	}

	.navbar-default .nav li a {
		color: #676a6c;
	}

	.navbar-default .nav li a:hover {
		color: #1ab394;
	}

	.navbar-wrapper .navbar {
		padding-top: 0;
		padding-bottom: 5px;
		border-bottom: 1px solid #e7eaec;
		border-radius: 0;
	}

	.nav > li > a {
		padding: 25px 10px 15px 10px;
	}

	.navbar-nav > li > a {
		padding: 20px 10px;
	}

	.navbar .navbar-brand {
		margin-top: 6px;
		border-radius: 5px;
		font-size: 12px;
		padding: 10px;
		height: auto;
	}

	.navbar-wrapper .navbar {
		padding-left: 15px;
		padding-right: 5px;
	}

	.navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover {
		color: inherit;
	}

	.carousel-control {
		display: none;
	}
}

@media (min-width: 992px) {
	.featurette-heading {
		margin-top: 120px;
	}
}
/* MARGINS & PADDINGS
-------------------------------------------------- */
.p-xxs {
	padding: 5px;
}

.p-xs {
	padding: 10px;
}

.p-sm {
	padding: 15px;
}

.p-m {
	padding: 20px;
}

.p-md {
	padding: 25px;
}

.p-lg {
	padding: 30px;
}

.p-xl {
	padding: 40px;
}

.p-b-xl {
	padding-bottom: 40px;
}

.m-xxs {
	margin: 2px 4px;
}

.m-xs {
	margin: 5px;
}

.m-sm {
	margin: 10px;
}

.m {
	margin: 15px;
}

.m-md {
	margin: 20px;
}

.m-lg {
	margin: 30px;
}

.m-xl {
	margin: 50px;
}

.m-n {
	margin: 0 !important;
}

.m-l-none {
	margin-left: 0;
}

.m-l-xs {
	margin-left: 5px;
}

.m-l-sm {
	margin-left: 10px;
}

.m-l {
	margin-left: 15px;
}

.m-l-md {
	margin-left: 20px;
}

.m-l-lg {
	margin-left: 30px;
}

.m-l-xl {
	margin-left: 40px;
}

.m-l-n-xxs {
	margin-left: -1px;
}

.m-l-n-xs {
	margin-left: -5px;
}

.m-l-n-sm {
	margin-left: -10px;
}

.m-l-n {
	margin-left: -15px;
}

.m-l-n-md {
	margin-left: -20px;
}

.m-l-n-lg {
	margin-left: -30px;
}

.m-l-n-xl {
	margin-left: -40px;
}

.m-t-none {
	margin-top: 0;
}

.m-t-xxs {
	margin-top: 1px;
}

.m-t-xs {
	margin-top: 5px;
}

.m-t-sm {
	margin-top: 10px;
}

.m-t {
	margin-top: 15px;
}

.m-t-md {
	margin-top: 20px;
}

.m-t-lg {
	margin-top: 30px;
}

.m-t-xl {
	margin-top: 40px;
}

.m-t-n-xxs {
	margin-top: -1px;
}

.m-t-n-xs {
	margin-top: -5px;
}

.m-t-n-sm {
	margin-top: -10px;
}

.m-t-n {
	margin-top: -15px;
}

.m-t-n-md {
	margin-top: -20px;
}

.m-t-n-lg {
	margin-top: -30px;
}

.m-t-n-xl {
	margin-top: -40px;
}

.m-r-none {
	margin-right: 0;
}

.m-r-xxs {
	margin-right: 1px;
}

.m-r-xs {
	margin-right: 5px;
}

.m-r-sm {
	margin-right: 10px;
}

.m-r {
	margin-right: 15px;
}

.m-r-md {
	margin-right: 20px;
}

.m-r-lg {
	margin-right: 30px;
}

.m-r-xl {
	margin-right: 40px;
}

.m-r-n-xxs {
	margin-right: -1px;
}

.m-r-n-xs {
	margin-right: -5px;
}

.m-r-n-sm {
	margin-right: -10px;
}

.m-r-n {
	margin-right: -15px;
}

.m-r-n-md {
	margin-right: -20px;
}

.m-r-n-lg {
	margin-right: -30px;
}

.m-r-n-xl {
	margin-right: -40px;
}

.m-b-none {
	margin-bottom: 0;
}

.m-b-xxs {
	margin-bottom: 1px;
}

.m-b-xs {
	margin-bottom: 5px;
}

.m-b-sm {
	margin-bottom: 10px;
}

.m-b {
	margin-bottom: 15px;
}

.m-b-md {
	margin-bottom: 20px;
}

.m-b-lg {
	margin-bottom: 30px;
}

.m-b-xl {
	margin-bottom: 40px;
}

.m-b-n-xxs {
	margin-bottom: -1px;
}

.m-b-n-xs {
	margin-bottom: -5px;
}

.m-b-n-sm {
	margin-bottom: -10px;
}

.m-b-n {
	margin-bottom: -15px;
}

.m-b-n-md {
	margin-bottom: -20px;
}

.m-b-n-lg {
	margin-bottom: -30px;
}

.m-b-n-xl {
	margin-bottom: -40px;
}

.space-15 {
	margin: 15px 0;
}

.space-20 {
	margin: 20px 0;
}

.space-25 {
	margin: 25px 0;
}

.space-30 {
	margin: 30px 0;
}

.lineheight2 {
	line-height: 2;
}
/* PACE PLUGIN
-------------------------------------------------- */
.pace .pace-progress {
	background: #fff;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 2px;
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
}

.pace-inactive {
	display: none;
}

.kc-listbox {
	border: 2px solid #cccdcf;
	padding: 1px;
}

.kc-listbox img {
	width: 100%;
}

.kc-listbox h3 {
	font-size: 22px;
	margin: 10px 20px;
}

.kc-listbox p {
	color: #2b704b;
	margin: 10px 20px;
	font-size: 16px;
}

.kc-listbox a {
	color: #2b704b;
	text-decoration: none;
}

.casebg {
	width: 100%;
}
.casebg img{
	width: 100%;
}

.more-btn {
	background: none;
	padding: 0px 50px;
	border: 2px solid #fff;
	font-size: 20px;
	font-weight: lighter;
	line-height: 2;
	margin-top: 40px;
}

.more-btn:hover,.more-btn:active {
	background: rgba(255,255,255,.5);
}

.sls-listbg {
	background: -moz-linear-gradient(top, #ffffff 0%, #e8e9ea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e9ea));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e8e9ea 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e8e9ea 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e8e9ea 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e8e9ea 100%);
}

.sls-l-bg {
	background: url(../img/solutin-pic1.jpg) no-repeat;
	position: relative;
	background-size: 100%;
	padding-top: 10%;
	padding-bottom: 45%;
}

.sls-r-bg {
	background: url(../img/solutin-pic3.jpg) no-repeat;
	position: relative;
	background-size: 100%;
	padding-top: 10%;
	padding-bottom: 45%;
}

.sls-l-content {
	position: absolute;
	right: 0;
	vertical-align: middle;
	line-height: 2;
	color: #000000;
}

.sls-r-content {
	position: absolute;
	left: 5%;
	vertical-align: middle;
	line-height: 2;
	color: #000000;
}

.sls-listbg h2 {
	font-size: 24px;
	line-height: 1.5;
}

.sls-listbg p {
	font-size: 16px;
	line-height: 1.5;
}

.btn-s-info {
	background: #4baf78;
	color: #ffffff;
	font-size: 16px;
	padding: 6px 30px;
	border: none;
	border-radius: 5px;
}

.btn-s-info i {
	top: 3px;
}

@media (max-width:960px) {
	.sls-l-bg {
		padding-bottom:;
	}

	.sls-l-content {
		position: absolute;
		width: 100%;
		right: 0;
		left: 0;
		bottom: 0;
		vertical-align: middle;
		top: 0;
		text-align: center;
		background: rgba(0,0,0,.5);
		padding: 10% 5% 28% 5%;
		vertical-align: middle;
		line-height: 2;
		color: #ffffff;
	}

	.sls-r-content {
		position: absolute;
		width: 100%;
		right: 0;
		left: 0;
		bottom: 0;
		vertical-align: middle;
		top: 0;
		text-align: center;
		background: rgba(0,0,0,.5);
		padding: 10% 5% 28% 5%;
		vertical-align: middle;
		line-height: 2;
		color: #ffffff;
	}
}

.sls-bg4 {
	width: 100%;
}
.sls-bg4 img{
	width: 100%;
}

.vip-bannerbg {
	width: 100%;
}
.vip-bannerbg img{
	width: 100%;
}

.vip-bannerbg h1 {
	font-size: 100px;
	color: #000;
	font-weight: 500;
	padding: 5%;
}
.picstyle img{
	width: 100%;
}

.vip-content {
	width: 100%;
}
.vip-content img{
	width: 100%;
}
.vip-content h2 {
	font-size: 22px;
	font-weight: 500;
	margin-top: 3px;
	line-height: 1.6;
}

.vip-content p {
	font-size: 14px;
	line-height: 1.6;
}
.vip-content .m-t-002{
	margin-bottom: 20%;
}
.vip-content .m-t-001{
	margin-bottom: 10%;
}
.vip-pic6 {
    background: url(../img/vip-pic6.jpg) no-repeat;
    width: 100%;
    vertical-align: middle;
    height: 450px;
    background-size: 100%;
}
.vip-pic6 p {
    position: relative;
    padding: 0 10%;
    padding-top: 25%;
}
.h-450{
	height: 450px;
	overflow: hidden;
}
.h-450 img{
	width: auto;
	height: 100%;
}

.news-tit {
	color: #000000;
	line-height: 1.5;
}
.news-tit h2{
	font-size: 24px;
	font-weight: bold;
}
.news-tit h3 {
	font-size: 18px;
	font-weight: 600;
}

.news-tit p {
	font-size: 14px;
}
.news-tit .picstyle p{
	padding-top: 10px;
}
.news-tit h4 a{
	text-decoration: none;
	font-weight: 500;
}
.f-16{
	font-size: 18px!important;
	padding: 3px 0;
}
.col1 {
	color: #999999;
}
.well{
	margin-bottom: 0;
}
.well h2{
	font-size: 20px;
	font-weight: 600;
}
.well ol{
	margin-left: -23px;
}
.biaoqian {
	line-height: 2;
	color: #666666;
	font-size: 18px;
	font-weight: 500;
}

.biaoqian span {
	padding: 10px;
	white-space: nowrap;
}

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font24 {
	font-size: 24px;
}

.font60 {
	font-size: 60px;
}

.join-ban-tit {
	color: #000;
	text-align: center;
}

.border-bottom {
	border-bottom: 1px solid #e3e3e3;
}

.well {
	border-radius: 0;
}

.joinicon img {
	margin: 20px;
}

.contantbg {
	background: url(../img/contantbg.jpg) no-repeat;
	width: 100%;
	height: 734px;
}

.col2 {
	color: #ffffff;
}

.col3 {
	color: #946950;
}
.col3 a{
	color: #946950;
}

.btn-finsh {
	background: #4baf78;
	color: #ffffff;
	padding: 12px 35px;
	border: 0;
	padding-top: 15px;
}

.btn-finsh:hover {
	color: rgba(255,255,255,.81)
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	color: #ffffff;
	background: rgba(255,255,255,.1)
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}

@media (max-width: 768px) {
	.navbar-wrapper .navbar {
		border-bottom: 0px solid #e7eaec;
	}
}

@media (max-width: 768px) {
	.navbar-default .nav li a {
		color: #ffffff;
	}
}

@media (max-width: 768px) {
	.navbar-default .nav li a:hover,.navbar-default .nav li a:active,.navbar-default .nav li a:focus,.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
		color: #000000;
	}
}

.news-content {
	line-height: 2;
}

.news-content p {
	text-indent: 2em;
	margin: 20px 0;
}

.news-content .picstyle {
	margin: 40px;
}

.news-content .picstyle img {
	width: 100%;
}
.news-show{
	margin: 0 auto;
	padding: 0;
	width: 84%;
}

.link-box{
	width: 100%;
}
.link-box ul {
	width: 100%;
	padding: 0;
	margin: 0;
}
.link-box ul li{
	width: 100%;
	list-style: none;
	clear: both;
	text-align: center;
}
.link-box ul li img{
	height: 60px
}
.link-box ul li img.s-img{

}
.link-box ul li img.s-img-02{

}

.job_box{
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

/* modal-content */
.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0px;
}
.modal.modal-fullscreen .modal-dialog {
  margin: 0;
  width: 100%;
  height: calc(100% - 118px);
  top: 118px;
}
.modal.modal-fullscreen .modal-content {
  overflow: auto;
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
}
.modal.modal-fullscreen.force-fullscreen {
  /* Remove the padding inside the body */
}

.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  left: 0;
  position: absolute;
  right: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
  top: 0;
}
.modal-body{
	padding: 0;
	top: 50px;
}
.modal-body label,.modal-body .col2{
	color: #676a6c;
}
.custom-btn-2 {
	padding: 8px 40px;
	padding-top: 14px;
}

#code-box .modal-content{
	background: rgba(0, 0, 0, 0.6);
}
#code-box .close{
	font-size: 41px;
	color: #FFF;
	opacity: 1;
}
#code-box .modal-header{
	border-bottom: none;
}
#code-box .modal-body{
	text-align: center;
}
#code-box img{
	width: 40%;
	margin-top: 10%;
}

@media (max-width: 1279px) {
	.carousel-caption h1{
		font-size: 28px;
	}
	.sls-banner{
		height: 680px;
	}
	.slstit{
		bottom: 3%;
	}
	.slstit p{
		line-height: 1.5;
	}
}
@media (max-width: 1200px) {
	.navbar-default .nav li a{
		font-size: 14px;
	}
	.nav > li > a{
		padding: 0 8px;
	}
	.vip-content h2{
		font-size: 18px;
		line-height: 1.1;
	}
	.vip-content p{
		line-height: 1.4;
	}
	.vip-content .m-t-002{
		margin-bottom: 10%;
	}
	.vip-content .m-t-xl{
		margin-top: 30px;
	}
	.vip-pic6{
		height: 370px;
	}
	.h-450{
		height: 370px;
	}
	.vip-pic6 p{
		padding-top: 19%;
	}
}
@media (max-width: 1024px) {
	.course-img img{
		height: 540px;
	}
	.classroom-banner{
		height: 450px;
	}	
	.sls-banner{
		height: 550px;
	}
	.slstit h2{
		font-size: 20px;
	}
	.slstit p{
		font-size: 16px;
	}
	.sls-listbg p{
		font-size: 16px;
		line-height: 1.5;
	}
	.vip-bannerbg{
		height: 600px;
	}
	.vip-bannerbg h1 {
		font-size: 70px;
	}
	.join-banner{
		height: 550px;
	}
	.join-banner .font60{
		font-size: 45px;
	}
	.join-banner .font24{
		font-size: 18px;
	}
	.joinicon img{
		width: 50px;
		margin: 0 20px;
	}
}

