@charset "utf-8";

/* CSS Document */

body {
  font-family: "Microsoft YaHei", "微软雅黑" !important;
  background: url(../images/sybj.png) no-repeat;
  position: relative;
}

/*****header*******/
.header {
  /* position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  background: #fff; */
}

.index_box {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.index_box ul {
  height: 100%;
}

.searchBtn {
  cursor: pointer;
  position: absolute;
  left: 155px;
  top: 50%;
  transform: translate(0, -50%);
  z-index:99999;
}

.headNav {
  background-color: #017ABF;
  height: 50px;

}

.headNav .headNavUl {
  display: table;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headNav li {
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  /* display: table-cell; */
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: relative;
}
.headNav a {
  /*   line-height: 26px;
  padding: 10px 0; */
  color: white;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 14px;
  height: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.headNav li.active,
.headNav li:hover {
  background-color: #2F6EFF;
}

.headNav li.active a,
.headNav li:hover a {
  color: #fff;
}

.search {

  width: 180px;
  border: 1px solid #D9D9D9;
  border-radius: 100px;
  height: 22px;
  padding-right: 25px;
  box-sizing: border-box;
  position: relative;
}

.search>input {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100% !important;
  border: 0;
  font-size: 10px;
  padding-left: 15px;
  box-shadow: 0 11px 5px -6px #e2e2e2 inset;
  
    z-index: 9999;
}

.header_nav {
  width: 80%;
  margin: 0 auto;
}

.logo {
  width: 60px;
  float: left;
  margin-top: 8px;
}

.menu {
  float: right;
}

.menu ul li {
  float: left;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 25px;
  position: relative;
  text-transform: capitalize;
}

.menu ul li a {
  color: #333;
  line-height: 90px;
  font-family: Arial, Helvetica, sans-serif;
}
.search input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.search input::-webkit-input-placeholder {  /* WebKit browsers */  color: #b1b1b1;  }  
.search input:-moz-placeholder {  /* Mozilla Firefox 4 to 18 */  color: #b1b1b1;  }  
.search input::-moz-placeholder {  /* Mozilla Firefox 19+ */  color: #b1b1b1;  }  
.search input:-ms-input-placeholder {  /* Internet Explorer 10+ */  color: #b1b1b1;  }/*****header*******/


/*****banner*******/

/*****banner*******/




/*****sec1*******/


/*****sec1*******/





/***footer***/
.footer {
  padding: 40px 0 0px;
  background: transparent;
  padding-top: 0;
}

.footerlogo {
  height: 32px;
  margin: 0 0 54px;
  background: #000;
  background: url(../images/cyc02.png);
  background-size: 5px 5px;
}

.footer .container {
  margin: 0 auto;
  padding: 0;
}

.footer .row {
  margin: 0px;
}

.footerlogo a {
  width: 144px;
  height: 39px;
  margin: 0 0 0 -15px;
  padding: 0 15px;
  background: #f3f4f4;
  display: block;
}

.footernavwarp {}

.footernavwarp .col-lg-3 {
  padding-left: 0px;
}

.footernavwarp ul li {
  margin: 0 0 8px;
  text-transform: capitalize;
}

.footBottom {
  display: flex;
  color: #605F5F;
  background-color: #242424;
  height: 50px;
  justify-content: center;
  align-items: center;
}

.footernavwarp ul li a {
  color: #808080;
  font-size: 13px;
}

.footernavwarp ul li a:hover {
  color: #005DA0;
}

.footernav .first {
  font-size: 15px;
  display: block;
  margin: 0 0 15px;
  text-transform: uppercase;
  color: #005DA0;
}

.copy {
  font-size: 12px;
  line-height: 40px;
  color: #666;
  margin: 0 25px 0 0;
  font-family: Arial, Helvetica, sans-serif;
}

.copy span {
  font-family: "Microsoft YaHei", "微软雅黑";
}

.index_sec {
  margin: 30px 0;
}

.unohacha_logo {
  float: right;
}

.footercopy .col-lg-6 {
  padding: 0px;
}

.footercopy {
  margin-top: 0px;
  border-top: #ddd 1px solid;
}

/***footer***/
.navbar .nav>li .dropdown-menu {
  margin: 0;
}

.navbar .nav>li:hover .dropdown-menu {
  display: block;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
  background-color: #285EF5;
}
.dropdown-menu{
  width: 100% !important;
  min-width: 80px;
  border: 0;
  margin: 0;
  height: auto !important;
  padding: 0;
  border-radius: 0;
  background-color: #0886CE;
}
.dropdown-menu>li{
  width: 100% !important;
  display: block;
  font-size: 12px !important;
  
  height: 30px;
  background-color: #0886CE;
  min-width: 80px;
  margin: 0;
  border-radius: 0;
}
.dropdown-menu>li a{
  
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px !important;

}
.topPosition{
  border-bottom: 1px solid #F2F2F2;
  
}
.firndsUrl>div{
  margin-right: 20px;
}
/* .hideUrl{
  display: none;
} */
@media (max-width:875px){
  .txtDate{
    display:none !important;
}
}
@media (max-width:1200px) {
  .txtDate{
    
    flex-direction: column;
}
  .pageAll{
    width: 100%;
    margin-bottom: 30px;
  }
  .index_box {
    width: 90%;
  }

  .footerLeft {
    padding-right: 50px;
  }

  .footerCenterOne {
    margin-right: 10px;
  }

  .footerLeft {
    padding-right: 10px;
  }
  .rks{
    font-size: 1rem;
    transform: translate(0,-17%);
  }
  .zs{
    display: none;
  }
  
}

@media (min-width:1200px) {
  .pageAll{
    width: auto;
  }
  .zs{
    display: block;
    right: 215px;
    bottom: 65px;
  }
  .rks{
    font-size: 14px;
    transform: translate(0,-17%);
  }
  .rks>div:last-child{
    display: block;
  }
  .footerCenter {
    padding-left: 80px;
  }

  .footerCenterOne {
    margin-right: 90px;
  }

  .footerLeft {
    padding-right: 50px;
  }
}
.mobile_menu{
  width: 100% !important;
  background-color: white !important;
}
.mobile_menu li{
  background-color: white !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}
.mobile_menu li a:hover{
  background-color: white !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}
@media (max-width:1100px) {
  .rks{
    transform: translate(0,-27%);
  }
  
}
@media (max-width:1000px) {
  .rks{
    transform: translate(0,-37%);
  }
}
@media (max-width:900px) {
  .rks>div:last-child{
    display: none;
  }
  .rks{
    display: flex;
    align-items: center;
  }
  .rk_icon{
    display: none !important;
  }
}
@media (min-width:768px) {
  .pagination1{
    display: block;
  }
  .fenleiHeight{
    height: 83px;
  }
  .schoolNews {
    flex-wrap: wrap;
  }

  .schoolNews>a {
    width: calc(25% - 11px);
  display:block;
  }

  .index_sec2 .index_box>div {
    width: calc(50% - 20px);
  }
}

.swiper-container{
  /* height: 300px !important; */
}
@media(max-width:350px){
  .rks>div:first-child{
    font-size: 12px !important;
  }
}
@media(max-width:500px){
  .bottomImgs>div:nth-of-type(1){
    display:none !important;
  }
  .bottomImgs>div{
    width:47% !important;
    margin-right:0 !important;
    margin-bottom:10px !important;
  }
  .bottomImgs img{
    width:100%;
    height:auto;
  }
  .bottomImgs{
    flex-wrap:wrap;
  }
}
@media(max-width:768px) {
  .pagination1{
    display: none;
  }
  .rks>div:last-child{
    display: none;
  }
  .rks{
    display: block;
    transform: translate(0,-50%) !important;
  }
  .fenleiHeight{
    height:auto;
  }
  .index_sec2 .index_box>div {
    width: 100%;
  }

  .navbar-nav {
    width: 100%;
    margin-top: 0;
    background-color: #FFFFFF;
    margin-left: 0px;
    text-transform: uppercase;
  }

  .schoolNews {
    flex-wrap: wrap;
  }

  .schoolNews> a{
  display:block;
    width: calc(50% - 7px);
  }

  .navbar-nav li {
    text-align: center;
    border-bottom: 1px dotted #e5e5e5;
    line-height: 40px;
  }

  .navbar-nav li a {
    color: #666;
    font-size: 13px;
  }
  .navbar-nav li a:hover {
    color: #0752a4;
  }

  .headerbg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }

  .logo_boxlist {
    float: left;
    width: 45px;
    margin-top: 7px;
  }

  .navbar-toggle {
    margin-top: 10px;
    padding-right: 0;
    margin-right: 0;
  }

  .navbar-toggle .icon-bar {
    background-color: #000;
  }

  .navbar-collapse {
    border-top: 1px solid #e5e5e5;
  }

  #header-nav {
    max-height: 500px;
    overflow: auto;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  #header-nav::-webkit-scrollbar-track-piece {
    width: 0px;
    background-color: #000;
  }

  #header-nav::-webkit-scrollbar {
    width: 0px;
    height: 6px
  }

  #header-nav::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #ccc;
  }

  #header-nav::-webkit-scrollbar-thumb:hover {
    background: #ccc;
  }
  .gang{
  display:none !important;
}
}
