.contentwrap{
    display: block;
    max-width: 1170px!important;
    padding: 0 15px;
    margin: 0 auto;
}
.flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body{
  color: #000000;
}
.bold{font-weight: bold;}
.mt20{
  position: relative;
  margin-top: 20px;
}
.mt30{
  margin-top: 30px;
}
.mt100{
  margin-top: 1rem;
}
.mt80{
  margin-top: 0.8rem;
}

/* 顶部 */
.top{
  width: 100%;
  background-color: #D4E8FF;
}
.top_box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 30px;
  font-size: 14px;
}
.top .top_box .top_right{
  display: -ms-flexbox;
  display: flex;
}
.top .top_box .top_right .right_ifont{
  position: relative;
  margin-right: 35px;
  cursor: pointer;
}
.top .top_box .top_right .right_ifont .icon{
  width: 17px;
  height: 13px;
  margin-top: 8px;
}
.top .top_box .top_right span{
  display: inline-block;
  position: relative;
}
.top .top_box .top_right i{
  color: #0b4fb4;
}
.top .top_box .top_right .right_ifont h2{
  width: 100px;
  height: 100px;
  background: url(../img/gzhewm.c2f0438.jpg) no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 99;
  display: none;
}
.right_ifont .official {
  position: absolute;
  top: 34px;
  right: -0.8rem;
  text-align: center;
  z-index: 999;
  display: none;
}
.right_ifont .official img{
  width: 1.87rem;
  height: 1.87rem;
}
.wxifont:hover .official{
  display: block;
}
a {
  color: #000;
}
a:hover,a:focus{
  color: #2d8cf0;
  background: 0 0;
  outline: 0;
  cursor: pointer;
  transition: color .2s ease;
  text-decoration: none;
}
.head{
  padding: 30px 15px;
}
.head_left{
  display: flex;
}
.head_left img{
  margin-right: 10px;
}
.head_left .firstlogo{
  width: 0.77rem;
  height: 0.77rem;
}
.head_left .secondlogo{
  width: 1rem;
  height: 0.71rem;
}
.head_left .jobname{
  font-size: 0.24rem;
  text-align:center;
  font-weight: bold;
  margin-right: 10px;
}
.head .soso {
  /* width: 340px; */
  /* display: -ms-flexbox;
  display: flex; */
  /* -ms-flex-align: center;
  align-items: center; */
  height: 100%;
  position: relative;
  margin-top: 20px;
}
.soso input {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0 55px 0 20px;
}
.head .soso .soso_btn {
  display: block;
  width: 90px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  background: #094eb7;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  /* position: absolute;
  right: 0; */
  font-size: 14px;
}

.navwrapbg{
  width: 100%;
  background-color: #0069BA;
}
/* 导航 */
.navbar {
  border-radius: unset; 
  border: unset; 
  margin-bottom: 0;
}
.navbar-default {
  background-color: #0069BA;
}
.navbar-header{
  line-height: 60px; 
}
.navbar-default .navbar-nav>li>a{
  color: #fff;
  font-size: 18px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
  color: #e7e7e7;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
  background-color: transparent;
  color: #fff;
  border-bottom: 2px solid #fff;
}
.navbar-default .navbar-toggle .icon-bar{
  background-color: #fff;
}
.navbar-nav>li {
  float: none;
}
.navbar-nav .navline{
  position: absolute;
  width: 2px;
  height: 0.14rem;
  background-color: #fff;
  right: -20%;
  top: 0.2rem;
}
/* 底部 */
.contactusbg{
  width: 100%;
  background-color: #F4F7FE;
  padding: 0.4rem 0;
  margin-top: 30px;
}
.contactuswrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactuswrap .contactname{
  /* width: 1.2rem; */
  height: 0.6rem;
  font-size: 0.3rem;
  color: #0068C6;
  border-bottom: 3px solid #0068C6;
}
.contactus{
  color: #000000;
  font-weight: bold;
}
.ma{
  width: 1.87rem;
  height: 1.87rem;
}

.footer{
  width: 100%;
  background-color: #DDECFF;
  padding: 0.2rem 0;
  text-align: center;
}
.footer a{
  color: #000;
}
.footer .inlet{
  font-size: 16px;
}

/* 分页 */
.pagination{
  text-align: center;
}

@media (min-width: 768px){
  .navbar-nav {
    width: 100%;
    display: flex;
    margin: 0;
    justify-content: space-around;
}
}
@media (max-width: 768px) {
  .newsnav,.comnav,.top_right,.soso,.footer,.edudetail{display: none!important;}
}