/*nav部分的样式修改*/
.main-menu{
  display: flex;
  justify-content: center;
  background-color: #0d7eff !important;
  border: 0.5px solid #e9e4e4 ;
}
.menu-nav{
  display: block;
  margin:0 auto;
  background-color: #087df2  !important;
}

.yh-header-ul >li>a{
  padding: 17px 38.4px !important;
}
.yh-header-ul>li{
  height: 56px;
  border: 0.5px solid #e9e4e4;
  background-color: #087df2 !important;
}
.yh-header-ul>li:hover{
  border-top:3px solid #033886;
  border-left: 1px solid #033886;
  border-right: 1px solid #033886;
  background-color: rgb(255, 255, 255) !important;
}
.style_box{
  background-color: rgb(247,247,247);
  width: 100%;
}
/*头部login样式的修改*/
.yh-login-button{
  font-weight: bold;
  font-size: 16px;
}
.yh-login-box{
  width: 200px;
  height: 50px;
  border-radius: 15px;
  text-align: center;
  color: white !important;
  border: solid 1px rgba(3,56,134,0.5);
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #f7f7f7;
  transition: all 0.5s;
}
.yh-login-box:hover{
  background-color: rgba(8,48,106,0.16);
  transition: all 0.5s;
}
.logo2{
  justify-content: space-between;
  align-items: center;
}

.loginimg{
  width: 40px;
  height: 40px;
}
/*底部样式修改*/
.footer-bg2{
  background-color: #0d7eff !important;
}
.page-footer2{
  color: white !important;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #0d7eff !important;
  /* padding: 30px 0; */
  padding: 50px 0;
}