/*.admin-bar .sticky-navigation-open .sticky-navigation {
	top: 32px; 
     opacity: 1;
}*/
/*---------------------------------------
   1.1 PRE-LOADER
-----------------------------------------*/

a {
	text-decoration-line: none;
}
li {
    list-style-type: none;
}

.wxewm {
	position: fixed;
    display: inline-block;
}

.wxewm .wxlg{

}
.wxewm .wxlg img{
	margin-top: 10px;
	width: 36px;
	
}
.wxewm .wxlg p {
	text-align: center;
	margin: 10px 0 5px;
	font-size: 12px;
	color: #fff
}
.wxewm  .ma {
	margin-top: 0;
	width: 162px;
	display:none;
	margin-right: 10px;
}
.wxewm:hover .ma {
	display:block;
}
@media screen and (max-width: 768px){
	body {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.wxewm {
		display: none;
	}
	
}



.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}

.status {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
}
.status {
	background-image: url(/images/loader-blue.gif);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
  clear: both
}
.sticky-navigation {
  background: #ffffff;
  min-height: 70px;
  border: none;
  font-weight: 400;
  margin-bottom: 0 !important;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}
.sticky-navigation-open .sticky-navigation {
  top: 0px;
  opacity: 1;
}
.appear-on-scroll {
  opacity: 0;
}
.navbar-inverse {
  background-color: #fff;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

.navbar .navbar-tel {
  width: 1170px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #f4f4f4;
  margin: 0 auto;
  font-size: 14px;
  color: #000;
}
.navbar .navbar-tel span {
  color: #777;
  margin-right: 40px;
}
.navbar .navbar-tel i {
  color: #ea5413;
  margin-right: 5px;
  vertical-align: bottom;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}
@media (min-width:768px) {
	
  .container {
    width: 750px
  }
}
@media (min-width:992px) {
  .container {
    width: 970px
  }
}
@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333
}
.navbar-toggle {
	margin-right: 5px;
	padding: 13px 10px;
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}
.navbar-toggle:focus {
  outline: 0
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-image: url(images/tr-btn.png);
	background-repeat: repeat-x;
	background-color: #00a5f9;
	background-size: contain;
	text-shadow: none;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 1.6;
	border: none;
	padding: 10px 30px 10px 30px;
	color: #ffffff;
	-webkit-transition: none;
	transition: none;
	font-weight: bold;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #008ed6;
	border-color: inherit;

}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="week"],
input[type="month"],
input[type="datetime-local"],
input[type="datetime"],
input[type="date"],
input[type="color"],
textarea,
select {
	color: #666;
	border: 1px solid #dedede;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	color: #008ed6;
}
.screen-reader-text { position: absolute!important; clip: rect(1px,1px,1px,1px); overflow: hidden; color: #000; background: #fff; width: 1px; height: 1px; }
.screen-reader-text:focus { clip: auto; overflow: auto; left: 1em; top: 1em; z-index: 100; padding: 1em; background-color: #fff; font-size: 1.2em; outline: 1px solid; width: auto; height: auto; }
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #008ed6;
	height: 4px;
	width: 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

header .navbar-brand {
	padding: 7px;
	height: 70px;
	line-height: 52px;
}

.navbar-brand > img {
	max-height: 60px;
	display: inline-block;
	    vertical-align: middle;
		padding-top: 5px;
}



.sticky-navigation .navbar-brand img {
    -webkit-backface-visibility: hidden;
}

.sticky-navigation .navbar-brand .logo-h1 {
	font-size:20px;
	display:inline;
	margin: 0;
	padding-left: 10px;
    font-weight: 700;
    color: #333;
	height: 60px;
    line-height: 60px;
	vertical-align: bottom;
}

.sticky-navigation .main-navigation {
    margin-top: 0;
}

.sticky-navigation .main-navigation li a {
    text-transform: uppercase;
	line-height: 18px;
	margin: 26px 18px;
	padding: 0;
}

.sticky-navigation .main-navigation .sub-menu li a {
	margin: 0;
}


.menu-align-center  .main-navigation li a {
	margin: 0;
}

.sticky-navigation .main-navigation a {
	display: block;
	text-decoration: none;
	text-align: left;
	color: #313131;
}

.sticky-navigation .main-navigation ul ul a {
	width: 200px;
	padding: 10px
}
#menu-primary {
	float: right;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px
}
.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}
.site-header-menu {
	display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}
.main-navigation {
	font-family: Montserrat, sans-serif;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
}
.small-text {
	font-size: 14px;
}

.main-navigation li {
	position: relative;
}
.menu-item-has-children a:after,
.dropdown-toggle:after{
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
.dropdown-toggle {
	position: absolute;
    z-index: 9;
    right: 0;
    top: 10px;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #999999;
}

.dropdown-toggle:after {
	content: "\e0d4";
	font-family: stamp-icons!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #008ed6;
	color: #ffffff;
	z-index: 1;
}

.dropdown-toggle.toggled-on,
.dropdown-toggle.toggled-on:hover,
.dropdown-toggle.toggled-on:focus {
	background-color: #008ed6;
	color: #fff;
	z-index: 1;
}

.dropdown-toggle.toggled-on:after {
	content: "\e0d4";
	font-family: stamp-icons!important;
}


.dropdown-toggle.toggled-on:after {
	content: "\e0d4";
	font-family: stamp-icons!important;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}


.main-navigation a {
	color: #1a1a1a;
	display: block;
	line-height: 1.3125;
	padding: 0.84375em 0;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #007acc;
}

.main-navigation ul ul {
	display: none;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 50px;
}
.collapse {
  display: none;
  visibility: hidden
}
.collapse.in {
  display: block;
  visibility: visible
}

@media (max-width: 767px) {
	.container>.navbar-header {
    margin-left: 0;
    margin-right: 0;
}
.navbar-collapse .main-navigation li a {
    margin: 0;
    line-height: 25px;
	padding: 10px;
}
  .admin-bar .sticky-navigation-open .sticky-navigation {
    top: 46px;
  }
  .contact-links .contact-link-box {
    margin-right: 0;
  }
  .navbar .navbar-tel {
	font-size: 12px;
    width: 95%;
  }
  .navbar .navbar-tel span {
    font-size: 12px;
    margin-right: 20px;
  }
  .navbar-inverse .navbar-toggle,
	.navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
		background-color: inherit;
		box-shadow: none;
	}
		.navbar-inverse .navbar-toggle {
		border: 0 !important;
	}
	#menu-primary {
		float: none;
		width: 100%;
		margin: 0;
	}
	.menu-align-center #menu-primary > ul {
		margin-left: 0;
	}
	.nav > li {
		margin-left: 0;
		padding-left: 0;
	}
		/* fixed header */
	.sticky-navigation {
		top: 0 !important;
		opacity: 1 !important;
		position: relative !important;
	}

	.sticky-navigation .main-navigation ul,
	.sticky-navigation .main-navigation ul ul,
	.sticky-navigation .main-navigation ul ul ul{
		position: relative;
		left: 0;
		left: auto;
	}

	.sticky-navigation .main-navigation ul,
	.sticky-navigation .main-navigation ul li,
	.sticky-navigation .main-navigation ul a {
		width: 100%;
	}

	.sticky-navigation .main-navigation ul li:hover > ul {
		left: 0;
	}

	.sticky-navigation .main-navigation ul {
		box-shadow: none;
		padding: 0;
	}

	.sticky-navigation .primary-menu ul li {
		padding-left: 7%;
	}

	.sticky-navigation .main-navigation ul .dropdownmenu,
	.dropdownmenu {
		position: absolute;
		z-index: 9;
		right: 0;
		top: 5px;
		width: 25px;
		height: 25px;
		margin: 0;
		padding: 0;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		background: #999999;
	}

	.sticky-navigation .main-navigation ul .this-open > .dropdownmenu,
	.this-open > .dropdownmenu {
		background: #008ed6;
	}

	.dropdownmenu:before {
		content "";
		text-align: center;
		width: 25px;
		height: 25px;
		color: #FFF;
		line-height: 26px !important;
		text-align: center;
		float: left;
	}
}
@media (min-width:768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0
  }
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0
  }
    .navbar-header {
    float: left
  }
    .navbar-toggle {
    display: none
  }
    .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important
  }
  .navbar-collapse.in {
    overflow-y: visible
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0
  }
  .main-navigation {
		margin: 0 -0.875em;
	}
	
	.main-navigation .primary-menu {
		border: 0;
	}
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
    	margin-left: 0;
	}

	.main-navigation li {
		border: 0;
		float: left;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #007acc;
	}

	.main-navigation ul ul {

		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		display: block;
		float: left;
		margin: 0;
		position: absolute;
		left: -999em;
		z-index: 99999;
		padding: 0;
		top: 100%;
		background: #FFF;
		list-style: none;
	}

	.main-navigation ul ul ul {
		left: -999em;
		top: 0px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 15em;
	}


	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
	}

	.main-navigation .menu-item-has-children > a:after{
		content: "\e0d4";
		font-family: stamp-icons!important;
		position: absolute;
		top: 23px;
		right: 0;
		z-index: -1;
		line-height: 24px;
	}


	.main-navigation ul ul .menu-item-has-children > a:after {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		top: 0;
		line-height: 38px;
		right: 10px;
	}

	.no-menu > li{
		float:none;
		display: inline-block;
	}
	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}
}

/*footer*/
.contact-info {
	text-align: center;
	background-color: #FFF;
}

.contact-info .section-overlay-layer {
	padding-top: 30px;
	padding-bottom: 70px;
}

.contact-info .logo-container {
	margin-top: 20px;
	margin-bottom: 35px;
}

.contact-info .logo-container img {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	opacity: 0.6;
	max-width: 65px;
}

.contact-info .icon-container {
	font-size: 30px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.contact-info .contact-links a {
	padding-top: 65px;
	padding-bottom: 0;
	color: #ef5e17;
}

.contact-links .contact-link-box {
	float: none;
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
	text-align: center;
}

.pirate-forms-section{
	text-align: center;
	background-color: #FFF;
	padding-bottom: 70px;
}





.footer {
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
}
.grey-bg {
    background: #5a6369;
}
.footer-widget-wrap {
	width: 100%;
	text-align: center;
}
.color-bg {
	background: #008ed6;
}

.colored-text {
	color: #fff;
}
strong,
.strong {
	font-weight: 600;
}
.col-sm-4 {
    width: 33.33333333%;
}
.footer  h6 {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-weight: 700;
}
.footer .footer-lianxi a {
    width: 84px;
    float: left;
    margin-right: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    margin-top: 17px;
    position: relative;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.footer-dizhi, .footer-lianxi {
	width: 33%;
	display: inline-block;
	padding: 10px;
	vertical-align: top; 
}

.footer-kefu {
	width: 23%;
	display: inline-block;
	padding: 10px;
	vertical-align: top; 
}
.footer-kefu {
	text-align: center;
}
.footer-kefu img {
	padding: 20px;
	width: 60%;
}
@media (max-width: 767px) {
	.navbar-fixed-top, .navbar-fixed-bottom {
		position: unset;
	}
	.col-sm-4 {
		width: 100%;
	}
	.footer h6 {
		margin: 10px 0;
	}
	.footer-kefu {
		width: 100%;
		padding: 0;
	}
	.footer-kefu img {
		width: 50%;
	}
	.footer-dizhi, .footer-lianxi {
		width: 95%;
	}
	.footer .footer-lianxi a {
		width: auto;
	}
}
.footer__connect-with-us {
    background-color: #0a2d50;
    color: #0a2d50;
    margin-bottom: 0;
    padding: 1.875rem 0;
}
.container-fluid {
    max-width: 1100px;
    padding-left: 20px;
    padding-right: 20px;
	margin: auto;
}
.footer__connect-with-us  h5 {
    font-size: 1.5rem;
    line-height: 1.25;
	color: #fff;
	margin: 0;
}
@media (max-width: 767px) {
	.footer__connect-with-us h5 {
		font-size: 18px;
	}
}

.title_34 {
    font-size: 34px;
    font-weight: bold;
    padding-top: 40px;
    letter-spacing: 1px;
    color: #393939;
    text-align: center;
}
.text_18 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #797979;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}
.text_18::before {
    content: '';
    width: 81px;
    height: 7px;
    background: url(/zhuanti/images/sheda/text_right.png) no-repeat top center;
    margin-right: 11px;
}
.text_18::after {
    content: '';
    width: 81px;
    height: 7px;
    background: url(/zhuanti/images/sheda/text_left.png) no-repeat top center;
    margin-left: 11px;
}

.fy-banner {
	height: 350px;
    margin-top: 75px;
	
}
.about-bg {
	background-image: url(../../H-andover/images/banner5.jpg);
    background-size: cover;
}
.apply-bg {
	background-image: url(../../H-andover/images/banner1.jpg);
    background-size: cover;
}
.cost-bg {
	background-image: url(../../H-andover/images/banner2.jpg);
    background-size: cover;
}
.learning-bg {
	background-image: url(../../H-andover/images/banner3.jpg);
    background-size: cover;
}
.contact-bg {
	background-image: url(../../H-andover/images/img2.jpg);
    background-size: cover;
}
.news-bg {
	background-image: url(../../H-andover/images/banner6.jpg);
    background-size: cover;
}
.fy-banner .banner-text {
	width: 1200px;
	margin: 0 auto;
	padding-top:180px; 
}
.fy-banner .banner-text h2 {
	    background: #ffe800;
    color: #000;
    padding: 10px 0;
    font-size: 16px;
    width: 200px;
    text-align: center;
	    margin: 2px 0;
}
.fy-banner .banner-text h3:hover {
	background: #1e1a34;
	color: #fff;
}
.fy-banner .banner-text h3 {
	font-size: 35px;
	color: #000;
	margin: 0;
	background: #fff;
    width: 200px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
@media (max-width: 767px) {
	.fy-banner {
		height: auto;
		margin-top: 0;
	}
	.fy-banner .banner-text {
		width: 90%;
		padding-top: 80px;
	}
	.fy-banner .banner-text h3 {
		font-size: 25px;
		height: 60px;
		line-height: 60px;
	}
}

.fy-main {
	width: 1200px;
	margin: 20px auto;
	vertical-align: top;
	color: #2c2c2c;
}
.fy-main .fy-main-lt {
	display: inline-block;
	width: 60%;
	vertical-align: top;
	padding-right: 2%;
}
.fy-main p {
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 16px;
}
.fy-main .fy-main-lt .main-content ul {
    list-style-type: none;
    padding-left: 0;
    padding-top: 0;
	font-size: 16px;
    font-family: KingsBureauGrotFiveOne, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 1.875rem;
}
.fy-main .fy-main-lt .main-content ul li {
    padding: .375rem 0 .375rem 1.5rem;
    position: relative;
}
.fy-main .fy-main-lt .main-content ul li:before {
    content: '';
    display: block;
    height: .625rem;
    border-radius: 50%;
    background-color: #cdd7dc;
    position: absolute;
    left: 0;
    top: .7rem;
    width: .625rem;
}
.fy-main .fy-main-rt {
	display: inline-block;
	width: 35%;
	padding-left: 2%;
	border-left: 1px dashed #b1b1b1;
}
.fy-main .fy-main-rt p {
	margin-top: 0
}
.fy-main .fy-main-rt h3 {
	margin: 0;
	padding: 20px 0 10px;
	border-top: 1px dashed #f1eeee;
}
@media (max-width: 767px) {
	.fy-main {
		width: 100%;
		
	}
	.fy-main .fy-main-lt {
		width: 94%;		
		margin: 0 3%;
		padding-right: 0;
	}
	.fy-main .fy-main-rt {
		width: 94%;
		margin: 0 3%;
		border-left: none;
		padding-left: 0;
	}
	.fy-main .fy-main-rt h3 {
		padding: 10px 0 0;
		border-top: none;
	}
}