@media (min-width: 1201px){
.inner {
    width: 96%;
    max-width: 1400px;}
}
.header-body {
    background-image: url(../../headerbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.header-container.inner{
    background: url(../../xxpic.png) no-repeat right center;
}
.menu.nav-menu ul.dropdown-menu>li>a,.menu.nav-menu .dropdown .dropdown-menu>li>a{padding-left:25px;} 
.main-menu-nav-primary .inner.inside-c-tb .main-menu-1-1 .menu.nav-menu>.menu-item,
#main-menu .inner.inside-c-tb .main-menu-1-1 .menu.nav-menu>li.menu-item{
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.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: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0 0 4px 4px;
    border-top: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.block h2.block-title,.field.field-name.field-type-string.field-label-hidden.field-item,.title-inner h2{
    border-bottom: 0;
    padding: 7px 14px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    display:block;
    margin-bottom:15px;
    line-height:120%;
}
.title-inner h2{
    border-bottom: 0;
    padding: 0px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    display:block;
    margin-bottom:15px;
}
.block-region-middle-first-left .block h2.block-title{
  font-size:1.3em;
}
/****** equitments *****/
.eqcss {
  margin-top:30px;
}
.eqcss .pager.outside-tb.t-c {
    clear: both;
    padding-top: 20px;
}
.yqblocks{
  overflow:hidden;
}
.yqblock {

}
.yqblock img{
  padding-bottom:10px;
}
.boxflow ul {
    column-count: 2;
    column-gap: 5px;
}
.shareeq{
    background-image: url(../../bookingeq.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 220px;
    width: 100%;
    background-position: top center;
    position: relative;
}
.shareeq p{
  position:absolute;
  bottom:10px;
  left:0;
  right:0;
  text-align:center;
}
.shareeq p a{
  display:inline-block;
  padding:10px 30px;
  background:#5277DE;
  color:#FFF;
  border-radius:5px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.shareeq p a:hover{
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.block-region-right-left .field-name{
      border-bottom: 0;
    padding: 0px;
    font-size: 24px;
    font-weight: bold;
    color: #2063D3;
    margin-bottom:7;
    margin-top: 14px;
}
/********** cg page *******/
.indexcg{
  padding:20px;
}
.indexcg h3{
  padding:10px 10px 15px 0px;
  font-weight:600;
}
.indexcg .mbody{
  line-height:150%;
  margin-bottom:10px;
  padding-right:10px;
}
.banner{
  font-size:0 !important;
  background-size:cover;
  height:30vh;
  background-position:top center;
  background-repeat:no-repeat;
}
.banner.shebei{
  background-image:url(../../shebeibg.jpg);
}
.banner.chengguo{
  background-image:url(../../chengguobg.jpg);
}
/******* about faculty **********/
.faculty{
  padding:20px;
}
.faculty h3{
    clear: both;
    padding: 10px 20px;
    border-left: 6px solid #069;
    background: #f8f8f8;
    margin-top: 20px;
    margin-bottom:0;
}
.faculty li{
  list-style:none;
}
.faculty ul {
    overflow: hidden;
}
/******* short code ******/
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}


 /* 弹窗样式 */
        #modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    height: auto;
    max-width: 1200px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 20px;
    box-sizing: border-box;
        display: none;
        }
        
        /* 遮罩层样式 */
        #overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
            z-index: 999;
        }