@media (min-width: 1201px){
.inner {
    width: 96%;
    max-width: 1460px;
}
}
a,a:hover,a:focus{
	outline:none;
}
.rowflex{
	display:flex;
	flex-wrap:wrap;
}
.block{
	margin-bottom:0;
}
.language-zh-hans .displaycn,.language-en .displayen{
	display:block;
}
.language-en .displaycn, .language-zh-hans .displayen{
	display:none;
}
.header-right .block {
    margin-bottom: 0;
}
.js-language-switch #language-switch {
    background: none;
    color: #FFF;
}
.js-language-switch #language-switch .icon {
    font-size: 100%;
}
.header-container.inner, .header-row {
    height: 90px;
}
.header-row .header-column {
    display: inline-block;
    vertical-align: middle;
}

div#header.fixed-top {
    background:#FFF;
    z-index:102;
}
div#header.header-bg-base.fixed-top{
box-shadow: 0 5px 7px rgb(0 0 0 / 20%);
}
@-webkit-keyframes fadeInDown{
	0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px);}
	100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
	
}
@keyframes fadeInDown{
		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);}
		
	}
.fadeInDown{
			-webkit-animation-name:fadeInDown;animation-name:fadeInDown;
		}
.fixed-top{
    background: #FFF;
    opacity: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    width:100%;
    z-index: 100;
    border: none;
    position:fixed;
}

.header-body{
overflow: visible;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 14px;
    padding-left: 14px;
    max-width: 1460px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    min-height: 90px;
    display: flex;
    align-items: center;
}
.header-container.inner{
    float: left;
    width: 30%;
    padding: 0;
        margin-right: 5%;
}
.header-body .header-container.main-menu-nav-primary{
	width:65%;
	float:left;
    margin-top:10px;
}
@media (min-width: 768px){

  .header-body .inner.inside-c-tb{
    width : auto;
  }
  .col-md-9 .inner{
    width : auto;
  }
}

@media (min-width: 768px) and (max-width: 992px){
  .header-container.inner{
    float: none;
    width: 90%;
  }
}
@media (max-width: 992px){
.header-body{
    min-height:auto;
  }
.field-body p {
    word-break: break-word !important;
}
#header .hamburger-inner, #header .hamburger-inner::after, #header .hamburger-inner::before {
  background-color: #1C9AF5;
}
}
@media (max-width: 768px){
  .header-left{
    display:none;
  }
  .header-container.inner{
      float: none;
      width: 100%;
  }
  #header .header-container .header-row .header-column #site-logo.header-logo img {
    max-height: 80px;
   margin-top: 0;
  }
  #header .header-container .header-row .header-column #header-btns {
    right: auto;
    top: auto;
    left: 0;
    bottom: 32px;
}
}

#site-logo img {
    height: auto;
    max-height: 80px;
    margin-top: 3.5%;
}
#header-top {
background-color:#1C9AF5;
}
.header-left {
    padding: 10px;
}
#header-top .header-right {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    position:relative;
}
#header-top div.toplinks{
 margin-bottom:0;
 padding-right:10px;
 font-size: 15px;
 font-weight:bold;
 color:rgba(255,255,255,0.7);
}
#header-top .search{
position:absolute;
right:0;
top: 0;
}
#header-top div.toplinks a{
color:rgba(255,255,255,0.8);
}
#header-top div.toplinks a:hover{
color:rgba(255,255,255,1);
}
.search-block-form .form-actions{
  margin: 0;
  color: #fff;
}
#search_block_form .form-actions .form-submit{
  padding: 0;
  height: 36px;
}
 #header-top #search_block_form .form-actions:after {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  top: 0px;
  left: -2px;
  color: inherit;
  font-size: 1.2rem;
}
#search_block_form input.form-text {
  line-height: 36px;
  height: 36px;
  width: 36px;
  padding: 7px 18px;
  border-radius: 18px;
  transition: all ease 0.3s;
  background: transparent;
  border:0;
}
.stickyhead .top-header{
	display:none;
}
@media screen and (min-width: 768px) {  
#search_block_form:hover input.form-text {
    background: #fff;
    width: 200px;
    border-color: #ddd;
  }
#search_block_form:hover .form-actions,
#search_block_form:hover .form-actions {
    color: #1C9AF5;
  }
}
@media screen and (max-width: 767px) {
#header-top #search_block_form .form-actions:after {
    width: 32px;
    height: 32px;
    line-height: 32px;
    left: 2px;
  }
#search_block_form input.form-text {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    padding: 5px 16px;
  }
#header .header-container .header-row .header-column #header-btns {
    position: initial;
}
}
@media screen and (max-width: 480px) {
 #header-top #search_block_form .form-actions:after {
    width: 28px;
    height: 28px;
    line-height: 30px;
    left: 6px;
    font-size: 16px;
  }
#search_block_form input.form-text {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 16px;
    display: block;
    padding: 0;
  }
}
.main-menu-nav-primary {
    background: transparent;
}
.main-menu-1-1 .nav-menu>.menu-item {
    padding: 18px 1.5%;
}
.menu.nav-menu ul.dropdown-menu>li>a,
.menu.nav-menu .dropdown .dropdown-menu>li>a{
    text-align: center;
    font-size: 14px;
}
.menu.nav-menuul .dropdown-menu,
.menu.nav-menu .dropdown .dropdown-menu{
    min-width: 160px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border-top: 3px solid #FFF;
    opacity: 0.9;
    background-image: linear-gradient(270deg, #0F76C0, #1C9AF5);
    background-image: -webkit-linear-gradient(270deg, #0F76C0, #1C9AF5);
    background-image: -moz-linear-gradient(270deg, #0F76C0, #1C9AF5);
    background-image: -ms-linear-gradient(270deg, #0F76C0, #1C9AF5);
    background-image: -o-linear-gradient(270deg, #0F76C0, #1C9AF5);
}
.main-menu-1-1 .nav-menu .level-menu .menu-item {
    border-top: 1px solid rgba(255,255,255,0.3);
}
.main-menu-1-1 .nav-menu>.menu-item .menu-toggle a, .main-menu-1-1 .nav-menu>.menu-item>a, .main-menu-1-1 .nav-menu>.menu-item i, .main-menu-1-1 .nav-menu>.menu-item span{
   font-weight:bold;
}
.main-menu-1-1 .nav-menu .level-menu .active-item.active:not(.expanded) a,.main-menu-1-1 .nav-menu .level-menu .menu-item a:hover {
    background-color: rgba(0,88,28,0.6);
}
.main-menu-1-1 .nav-menu .level-menu .menu-item>a.is-active, .main-menu-1-1 .nav-menu .level-menu .menu-item>a:hover {
    background:#1C9AF5;
    opacity: 1;
}

.main-menu-1-1 .nav-menu>.menu-item.active .menu-toggle a,  .main-menu-1-1 .nav-menu>.menu-item:focus .menu-toggle a.main-menu-1-1 .nav-menu .menu-item:hover a:hover,.main-menu-1-1 .nav-menu .menu-item:hover a, .main-menu-1-1 .nav-menu>.menu-item.active a {
    color:#1C9AF5;
}

.main-menu-1-1 .nav-menu .level-menu .menu-item:hover a:hover,
.main-menu-1-1 .nav-menu .level-menu .menu-item:hover a,
.main-menu-1-1 .nav-menu .level-menu .menu-item a{ 
    color:#FFF !important;
}


.main-menu-1-1 .nav-menu>.menu-item.active .menu-toggle a,.main-menu-1-1 .nav-menu>.menu-item:hover .menu-toggle a {
    color:#1C9AF5;
}
/*.main-menu-1-1 .nav-menu .menu-item:hover ul a{
  color:#333;
}*/
.main-menu-1-1 .nav-menu>.menu-item.active, .main-menu-1-1 .nav-menu>.menu-item:hover, .main-menu-1-1 .nav-menu>.menu-item:focus {
    background: none
}
.main-menu-1-1 .nav-menu .level-menu .menu-item .level-menu {
    top: -3px;
}
@media screen and (max-width:1360px) {
   .main-menu-1-1 .nav-menu>.menu-item {
    padding: 18px 1.4%;
}
}
@media screen and (min-width: 992px) {
div#block-header-block,div#block-headerlogin {
    position: fixed!important;
    width: 100%;
    z-index: 99;
}
div#main {
    padding-top: 140px;
}
.main-menu-1-1 .nav-menu {
    display: flex;
    justify-content: right;
}
}
@media (max-width: 992px){
.header-body{
    min-height:auto;
  }
.field-body p {
    word-break: break-word !important;
}
.header-row {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
#site-logo {
    height: auto;
}
#site-logo img {
    height: auto;
    max-height: 80px;
    margin-top: 0;
}
#header .header-container .header-row .header-column #site-logo.header-logo img {
    max-height: 70px !important;
    margin-top: 0 !important;
}
#header-btns {
    background: none;
}
}
@media (min-width:992px) and (max-width: 1460px){
   .header-body{
   display:block;
     padding-right: 0px; 
    padding-left: 0px; 
    padding-top: 10px;
    max-width: initial;
   }
   .header-container.inner,.header-body #main-menu{
   width:100%;
   float: none;
   }
.header-container.inner, .header-row {
    height: 70px;
}
.main-menu-1-1 .nav-menu {
        display: flex;
        justify-content: center;
    }
   #site-logo img {
    height: auto;
    margin-top:10px; 
    max-height:70px;
    margin-left:20px;
}

   .header-body .inner.inside-c-tb {
    width: 100%;
}
.main-menu-1-1 .nav-menu {
    justify-content: center;
}
#main-menu {
    background: #FFF;
}
.main-menu-1-1 .nav-menu>.menu-item .menu-toggle a, .main-menu-1-1 .nav-menu>.menu-item>a, .main-menu-1-1 .nav-menu>.menu-item i, .main-menu-1-1 .nav-menu>.menu-item span {
    color: #333;
    }
div#header.fixed-top, div#header.headerfixtop {
    padding-bottom: 0;
}
.fixed-top .header-body, .headerfixtop .header-body {
    padding-bottom: 0;
    background:#FFF
}
}
.breadcrumb .list-breadcrumb {
    text-align:left;
}
/*** banner ****/
.banner{
  height:40vh;
  max-height:400px;
  width:100%;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  font-size:0 !important;
  background-image:url("../../banner001.jpg");
}
.title-inner h2{
	margin-bottom:20px;
	font-size:26px;
	font-weight:600;
}
@media only screen and (min-width: 1280px) {
    .list-item a {
        padding: 12px 0;
        display: block;
    }
     .list-item a p{
     	font-size:16px;
     }
    .list-item .date {
    font-size: 16px;
    line-height: 1.5;
}
}
.page-node-type-teacher .block-region-right .field-body h3{
  font-size:18px;
  font-weight:600;
  color:#0799f1;
  padding:20px 0 10px 0;
}
.page-node-type-teacher .block-region-right{
	padding:0 20px;
}
.footer-bg-primary h4 {
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.footer-bg-primary h4:after{
	content:"";
	background:#E9DE7C;
	width:40px;
	height:2px;
	position:absolute;
	bottom:0;
	left:0;
}