body{
  /*width: 100%;*/
  /*height: 100%;*/
  /*overflow: scroll;*/
}

/*@media screen and (min-width:767px){*/
  section {
    min-width: 1200px;
  }
  .footer {
    min-width: 1200px; 
  }
  .head-wrap {
    min-width: 1200px;
  }
/*}*/


.head-wrap {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  /*min-width: 1200px;*/
}

.head-active {
  background-color: #545455;
}

.head {
  width: 1200px;
  margin: 0 auto;
}

.logo {
  height: 36px;
  width: auto;
  padding-top: 12px;
  float: left;
  cursor: pointer;
}

.tap-list {
  margin-left: 29px;
  float: left;
}

.tap {
  padding-top: 23px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  font-size: 16px;
  list-style: none;
  float: left;
  cursor: pointer;
}

.tap>a {
  color: #fff;
  font-size: 16px;
}

.head-wrap .active {
  padding-top: 17px;
  height: 100%;
  padding-bottom: 13px;
  background-color: rgb(9, 76, 198);
  border-top: 6px solid rgb(216, 184, 135);
}

.head-wrap .click-active {
  padding-top: 17px;
  height: 100%;
  padding-bottom: 13px;
  background-color: rgb(9, 76, 198);
  border-top: 6px solid rgb(216, 184, 135);
}

.active {
  padding-top: 0;
  height: 100%;
  padding-bottom: 0;
  border: 0;
}

.search {
  float: left;
  margin-left: 100px;
  padding-right: 40px;
  width: 120px;
  height: 32px;
  border-radius: 16px;
  border: none;
  background-color: rgb(255, 255, 255);
  opacity: 0.5;
  padding-left: 20px;
  color: black;
}

.search input {
  border: none;
}

.search-img {
  position: absolute;
  right: 60px;
  top: 28px;
}

.user {
  float: right;
  color: #fff;
  font-size: 15px;
  line-height: 60px;
  cursor: pointer;
}

.quit {
  color: #fff;
  font-size: 15px;
  line-height: 60px;
  cursor: pointer;
  float: right;
}

.user-img {
  float: left;
  width: 30px;
  border-radius: 50%;
  margin-left: 17px;
  margin-top: 16px;
}


/*移动端*/

.mobile-head {
  height: 4.9rem;
  width: 100%;
  background-color:#074b97;
  position: relative;
}

.mobile-logo {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 7rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.nav-list {
  width: 2.2rem;
  height: auto;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.mobile-user {
  float: right;
  margin-right: 5.5rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 4.9rem;
}

.mobile-user-img {
  float: right;
  margin-right: 1rem;
  width: 2.9rem;
  height: 2.9rem;
  margin-top: 1rem;
  border-radius: 50%;
  position: relative;
}

.down-list {
  width: 12rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color:#074b97;
  position: absolute;
  top: 4.9rem;
  right: 0;
  list-style: none;
  z-index: 1000;
  display: none;
}

.down-list li {
  height: 3.5rem;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}
.down-list li:last-child{
  border: none;
}
.search-list {
  position: relative;
}

.search-list a {
  color: #fff;
  line-height: 3.5rem;
  font-size: 1.2rem;
}

.mobile-search {
  width: 100%;
  padding-left: 10%;
  height: 2.5rem;
  margin-top: 0.5rem;
  border-radius: 1.4rem;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
}

.mobile-search-img {
  position: absolute;
  width: 1.5rem;
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.home,
.application {
  line-height: 4.7rem;
  text-align: center;
  font-size: 1.3rem;
  color: white;
}

.home >a,
.application>a {
  color: white;
}

.home {
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.footer {
  width: 100%;
  /*padding-bottom: 12px;*/
  z-index: 99;
  background: url(../img/footerbgm.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  /*min-width: 1200px*/
}


.footer-logo {
  display: block;
  margin: 0 auto;
  padding-top: 50px;
}

.footer-bar {
  margin-top: 30px;
  height: 1px;
  width: 100%;
  display: block;
  background-color: #fff;
  opacity: 0.3;
}

.icon-list {
  position: relative;
  top: 45px;
  text-align: center;
  /* left: 50%; */
  /* transform: translate(-50%); */
  /* -webkit-transform: translate(-50%); */
}

.icon-list li {
  list-style: none;
  display: inline-block;
  /* float: left; */
}

.icon-center {
  margin-left: 60px;
  margin-right: 60px;
}

.state {
  color: white;
  margin-top: 90px;
  font-size: 12px;
  text-align: center;
}

.state a {
  color: white;
  /*border-bottom: 1px solid #fff;*/
}

.dialog-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.wx {
  position: relative;
  cursor: pointer;
}

.erweima {
  position: absolute;
  width: 180px;
  height: 180px;
  top: -90px;
  left: -200px;
  display: none;
}


/*媒体查询*/

/* 新版   百度奖学金
*  导航栏  START
*  from    zhangziyang
*/
.head_wrap{
  height: 76px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #000000;
  min-width: 1400px!important;
  /* background-color: #000000; */
  /* border:2px solid #070707; */
}
.headNav{
  width: 1400px;
  height: 100%;
  margin:0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.headNav>div{
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.logo_baidu{
  width: 102px;
  height: 34px;
  margin-right: 53px;
}
.tab_list{
  width: 510px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.tab_list li{
  height: 100%;
  line-height: 76px;
}
.tab_list li a{
  color: #fff;
  font-size: 14px;
  /* line-height: 76px; */
  /* height: 76px; */
  display: inline-block;
}
.tab_list_eng .hoverDiv li a{
  font-size: 12px!important;
}
.tab_list_eng .hoverDivs li a{
  font-size: 12px!important;
}
.search_baidu{
  width: 255px;
  height: 43px;
  line-height: 43px;
  background-color: #3B3B3B;
  border-radius: 20px;
  padding-left: 14px;
  color: #fff;
  font-size: 16px;
  border:none;
  margin-right: 40px;
}
.login_reg{
  color: #ffffff;
  font-size: 16px;
  height: 76px;
  line-height: 76px;
}
.login_reg>span>a{
  color: #fff;
}
.tab_list .actives{
  color: #1958BF!important;
  font-weight: bold;
}
.hoverDiv{
  padding:10px 0px;
  background-color: #2176FF;
  position: absolute;
  top: 76px;
  left: 210px;
  display: none;
  height: 144px;
}
.hoverDiv li,.hoverDivs li{
  width: 140px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 4px;
}
.hoverDiv li:hover,.hoverDivs li:hover{
  background-color: #1456C2;
}
.hoverDivs{
  padding:10px 0px;
  background-color: #2176FF;
  position: absolute;
  top: 76px;
  left: 315px;
  display: none;
  height: 144px;
}
.tab_list_eng .hoverDiv{
  left: 186px;
}
.tab_list_eng .hoverDivs{
  left: 280px;
}

/* 底部更改 */
.footer-box {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}
.inputSearch{
  visibility:hidden;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.text{
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  width: 50px;
  margin-left: 10px;
}
