@media (min-width: 1201px){
.inner {
    width: 96%;
    max-width: 1280px;
}}
.block {
    margin-bottom: 0;
}
.js-language-switch #language-switch {
    background: none;
    color: #FEE019;
}
.js-language-switch #language-switch .icon {
    font-size: 100%;
}
.inner .breadcrumb {
    text-align: right;
    padding-bottom: 20px;
    border-bottom: 2px solid #77110c;
    position: relative;
}
hr {
    background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
    border: 0;
    height: 1px;
    margin: 42px 0;
}
div#header.fixed-top {
    background:rgba(119,17,12,1);
}
div#header.header-bg-base.fixed-top{
   padding: 10px;
}
nav.breadcrumb:before {
    content: "";
    width: 400px;
    position: absolute;
    border-bottom: 4px solid #77110c;
    left: 0;
    bottom: 0;
}
@media only screen and (max-width: 992px){
nav.breadcrumb:before {
    display:none;
}}
span.f-r.outside-l{
  color:#999;
}
.page-url-qr-code img{
  width:150px;
  height:auto;
}
#header {
    position: fixed;
    z-index:2;
    width: 100%;
}

div#main {
    background: #FFF;
}

.fixed-top .header-container.inner {
    float: left;
    width: 560px;
}
#header-top {
    z-index: 20;
    position: fixed;
    width: 100%;
}
#header-top .inner {
    position: relative;
}
.fixed-top .header-body .header-container.main-menu-nav-primary{
  padding-top: 30px;
  float:right;
  width:calc(100% - 560px);
  background:none;
}
body .header-bg-base {
    background: rgba(0,0,0,.0);
    background: linear-gradient(rgba(119,17,12,1) ,rgba(119,17,12,0));
    border: none;
    width: 100%;
    padding: 5px 0 5vh 0;
}
.header-body .header-container.main-menu-nav-primary .inner.inside-c-tb {
    width: auto;
    text-align: right;
}
.main-menu-nav-primary {
    border-radius:5px;
    margin-top:0px;
    background:rgba(119,17,12,.4);
    background:none;
}
.header-bg-base .main-menu-1-1 .nav-menu>.menu-item {
    padding: 16px 14px;
}
.fixed-top.header-bg-base .main-menu-1-1 .nav-menu>.menu-item {
    padding: 16px 14px;
}
.main-menu-1-1 .nav-menu{
      display: inline-block;
}
.header-body {
  padding-right: 0; 
  padding-left: 0; 
  margin: 0 auto;
  min-height: 100px;
  width:96%;
  max-width:1600px;
}
.header-body .header-container.inner, .header-body .header-row {
    height: auto;
}

.fixed-menu{
    background: linear-gradient(rgba(119,17,12,1) ,rgba(119,17,12,.8));
    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;
}
@media (min-width:992px){
  #site-logo img {
    height: 80px;
}
}
@media (max-width: 992px) {
.header-container.inner {
    float: none;
    width: 100%;
}
#header-btns{
  background:none;
}
}
@media screen and (max-width: 768px){
#header .header-container .header-row .header-column #site-logo.header-logo img {
margin-top: 15px;
}
#header .header-container .header-row .header-column #header-btns {
    left: 0;
    top: 30%;
}
.header-container.inner, .header-row{
  height:auto;
  position: relative;
}
#header .header-container .header-row .header-column{
  position: initial;
}
.fixed-menu{
  position: initial  !important;
}
.page-url-qr-code.t-c{
  display:none;
}
}

.menu.nav-menu ul.dropdown-menu>li>a,
.menu.nav-menu .dropdown .dropdown-menu>li>a{
    text-align: left;
    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 #030768;
    background-color:rgba(119,17,12,0.8);
}
.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 .level-menu .active-item.active:not(.expanded) a,.main-menu-1-1 .nav-menu .level-menu .menu-item a:hover {
    background-color: rgba(119,17,12,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: none;
}
.main-menu-1-1 .nav-menu>.menu-item.active .menu-toggle a, .main-menu-1-1 .nav-menu>.menu-item:hover .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: #FFF ;
}
.sidebar-menu-2-4 .nav-menu .menu-item.active:not(.expanded) a {
    background: none;
    color: #77110c;
}
.sidebar-menu-2-4 .nav-menu .menu-item.active:not(.expanded) a:after {
    color: #77110c;
}
/*.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
}
/********** search ******/
.m-searching {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  overflow: hidden;
  background: rgba(0, 0, 0, .8);
  margin: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: scale(.2, .2);
  -ms-transform: scale(.2, .2);
  -o-transform: scale(.2, .2);
  transform: scale(.2, .2);
  -webkit-transition: all .3s cubic-bezier(.4, 0, 1, 1);
  -moz-transition: all .3s cubic-bezier(.4, 0, 1, 1);
  -o-transition: all .3s cubic-bezier(.4, 0, 1, 1);
  -ms-transition: all .3s cubic-bezier(.4, 0, 1, 1);
  transition: all .3s cubic-bezier(.4, 0, 1, 1);
}

.m-searching .search-popup-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress
}

.m-searching form {
  max-width: 100%;
  width: 600px;
  position: absolute;
  z-index: 10;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 50px;
  overflow: hidden;
}

.m-searching.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  visibility: visible;
}

.m-searching input[type=text] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  border-radius: 0;
  border: 0;
  height: 50px;
  line-height: 40px;
  float: left;
  margin: 0;
  padding-left: 20px;
  background: #fff;
  color: #999;
  font-size: 15px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-control:-moz-placeholder {
  color: #999
}

.form-control::-moz-placeholder {
  color: #999
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}
.block-region-right {
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
}
.title-inner h2, .field.field-name.field-type-string.field-label-hidden.field-item, .taxonomy_term--type-faculty .views-teacher h3,.block-region-right .block h2.block-title {
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
    font-size: 20px;
    color: #333;
    border-bottom:0;
}
.page-taxonomy .list-item .date {
    padding-left: 10px;
}
@media only screen and (min-width: 1200px){
.page-taxonomy .list-item a p {
    font-size: 16px;
}
.page-taxonomy .list-3 .list-item{
    padding-top: 14px !important;
    padding-bottom: 14px !important
}
}
.eventslist .event-list.event-list-4 .list-content{
  border-bottom:0;
  margin-bottom:20px;
  background-color:#f8f8f8;
  padding:20px;
}
.eventslist .event-list.event-list-4 .list-content:hover{
    background-color:#f2f2f2;
    box-shadow:2px 2px 6px rgba(0,0,0,0.2);
}
.eventslist .event-list.event-list-4 .list-content .event-content .event-left .event-time .event-day {
    font-size: 32px;
    font-weight: 600;
}
.eventslist .event-years {
    font-size: 12px;
}
.eventslist .event-list li a, .eventslist .event-list ul li a {
    font-weight: bold;
}
.event-list.event-list-4 .list-content .event-content .event-left {
    width: 100px;
}
#footer .row {
    align-items: center;
    vertical-align: middle;
    display: flex;
    flex-wrap: wrap;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1
}

.m-searching button {
  background: #319662;
  width: 50px;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  border-radius: 0;
  float: left;

  font-size: 16px;
  padding: 0;
  border: 0;
  color: #fff;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

.m-searching button .loading {
  display: none;
  -webkit-animation: weuiLoading 1s steps(12, end) infinite;
  animation: weuiLoading 1s steps(12, end) infinite;
}

@-webkit-keyframes weuiLoading {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes weuiLoading {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
  }
}

.m-searching .m-list-search {
  display: none;
  max-width: 600px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #f6f6f6 !important;
  top: 50%;
  margin: auto;
  z-index: 999;
  overflow: hidden;
  list-style: none;
  position: absolute;
  right: 0;
  max-height: 300px;
  overflow-y: auto;
  background: #fff !important;
  margin-top: 27px;
  left: 0;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  border-radius: 0;
  box-shadow: 2px 2px 6px -4px #000;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
  line-height: 20px;
}

.m-searching .m-list-search li {
  padding: 0;
  line-height: 30px;
  display: block;
  float: none;
  width: 100%;
  margin: 0 20px;
  border: 0 !important;
  padding-bottom: 0 !important;
}

.m-searching .m-list-search li a {
  color: #999;
  font-size: 14px;
}

.m-searching .m-list-search li a:hover {
  text-decoration: underline;
}


.m-searching .baoming {
  width: 480px;
  height: 470px;
  background: #fff;
  padding: 90px 40px;
  box-sizing: border-box;
}
.nodebanner {
    background-image: url(../../p2.jpg);
}
.banner {
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    font-size: 0 !important;
}
.equitment h3{
  font-size:20px;
  font-weight:600;
  padding:15px 20px 10px;
}
.equitment ul{
  overflow:hidden;
}
.equitment li{
    list-style: none;
    float: left;
    padding: 10px;
    margin: 5px;
    background: #f8f8f8;
}
.equitments ul{
  display:flex;
  flex-wrap:wrap;
}
.equitments ul li{
  list-style:none;
  margin-bottom:20px;
}
.teacherlist h3{
  font-size:20px;
  font-weight:600;
  padding:15px 20px 10px;
}
.teacherlist ul{
  overflow:hidden;
}
.teacherlist ul li{
    list-style: none;
    float: left;
    padding: 10px;
    margin: 5px;
    font-size:16px;
    min-width:120px;
}
.list-images-1-1 .list-left img {
    max-height: 240px;
    margin-right:20px;
}
.list-images-1-1 h4{
  font-size:20px;
  margin-top:20px;
}
.list-images-1-1 h4 span{
  font-size:14px;
}
@media  (max-width: 768px){
#header-top {
    position: absolute;
}
.header-bg-base .header-logo a {
    color: #fff;
    line-height: 100%;
    display: block;
}
#header {
    position: relative;
}
#header .header-container .header-row .header-column #site-logo.header-logo img {
            margin-top: 0;
        width: 90%;
        float: right;
}
body .header-bg-base{
  background: #03136a;
}
#header .header-container .header-row .header-column.t-r {
    position: absolute;
    width: auto;
    top: 0;
    left: 0;
}
#header .header-container .header-row .header-column #header-btns {
    left: 0;
    top: 20px;
    right: auto;
    bottom: auto;
    /* width: 20px; */
}
.banner {
    height: 0px;
}
#header .hamburger-box {
    width: 20px;
}
#header .hamburger-inner, #header .hamburger-inner:after, #header .hamburger-inner:before {
    width: 20px;
    height: 2px;
}
.hamburger-inner:before {
    top: -7px;
}
.hamburger--collapse .hamburger-inner:after {
    top: -14px;
}
}
@media  (max-width: 1520px){
.fixed-top.header-bg-base .main-menu-1-1 .nav-menu>.menu-item {
    padding: 16px 10px;
}
.fixed-top .header-container.inner {
    width: auto;
    float: none;
}
.fixed-top .header-body .header-container.main-menu-nav-primary {
    width: 100%;
    padding-top: 20px;
    float:none;
}
}
@media(min-width:1521px){
  .fixed-top .header-container.inner {
    width: 460px;
}
  .fixed-top .header-body .header-container.main-menu-nav-primary {
    width: calc(100% - 460px);
    padding-top: 20px;
}
}
/********** footer *****/
.footer-bg-primary{
  border-top:1px solid #ECECEC;
}
.field-body .footer-bg-primary h4{
  font-weight:bold;
}
.footer-bg-primary{
  color:#333;
}
.footer-bg-primary i, .footer-bg-primary p{
  color:#555;
}
#footer{
  background:#FFF;
  padding-top:20px;
  padding-bottom:20px;
  margin-top:20px;
}
.page-front #footer{
  background:#FFF;
  padding-top:0px;
  padding-bottom:0px;
  margin-top:0;
}
.displayred{
  display:none;
}