#box {
  position: relative;
}
.header {
  padding: 15px 0;
  box-shadow: 0px 0px 13px 0px rgba(80, 79, 79, 0.2);
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
}
.header .headerBox {
  width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .headerLeft {
  display: flex;
  align-items: center;
}
.header .headerLeft .logoStyle {
  position: relative;
  top: -5px;
  cursor: pointer;
}
.header .headerLeft .headerTitle {
  font-weight: bold;
  font-size: 30px;
  cursor: pointer;
}
.header .headerRight a {
  padding: 0 0 0 60px;
}
.header .headerRight a span {
  font-size: 16px;
}
.content {
  display: flex;
  width: 70%;
  margin: 0 auto;
  padding-top: 50px;
  min-height: 75vh;
  margin-top: 70px;
}
.content .content_left {
  width: 25%;
}
.content .content_left .menuimg {
  position: relative;
  top: 4px;
  width: 260px;
  background: url('../img/myjr_hzdkcp.png') no-repeat;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .content_left .menuimg .menuimg-text {
  font-size: 26px;
  font-weight: 700;
  color: #693805;
}
.content .content_left .menus {
  border-right: 0;
  width: 260px;
}
.content .content_left .menus .el-submenu__icon-arrow {
  font-size: 16px;
}
.content .content_left .menus .el-submenu__title {
  font-size: 16px;
}
.content .content_left .menus .el-submenu .el-menu-item {
  font-size: 16px;
}
.content .content_right {
  width: 70%;
  position: relative;
  margin-left: 5%;
}
.content .content_right .content_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DEDEDE;
  padding: 20px 0;
}
.content .content_right .content_title .title1 {
  color: #333;
  font-size: 30px;
  font-weight: bold;
}
.content .content_right .content_title .menuimg {
  display: flex;
  align-items: center;
}
.content .content_right .content_title .menuimg .menuimgTitle {
  font-size: 16px;
}
.content .content_right .content_title .menuimg .img {
  width: 78px;
  height: 62px;
}
.content .content_right .content_title .menuimg .bankName {
  font-weight: bold;
  font-size: 24px;
}
.content .content_right .contentMain {
  padding-top: 20px;
  min-height: 40vh;
}
.content .content_right .linkInfo {
  text-align: center;
  padding-bottom: 70px;
}
.content .content_right .linkInfo .img {
  width: 43px;
  height: 43px;
}
.content .content_right .linkInfo .line1 {
  color: #EE8215;
  font-size: 40px;
  font-weight: bold;
  margin: 10px 0;
}
.content .content_right .linkInfo .line2 {
  font-size: 20px;
}
.footer {
  background: #4A4A4B;
  padding: 30px 15.3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footerImg {
  width: 260px;
}
.footer .fright .fright_line1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #F1F1F1;
  font-size: 16px;
  margin-bottom: 20px;
}
.footer .fright .fright_line1 a {
  color: #F1F1F1;
}
.footer .fright .fright_line1 .line {
  margin: 0 40px;
  color: #B5B5B5;
}
.footer .fright .fright_line2 {
  font-size: 14px;
  color: #BDBDBD;
  text-align: right;
}
.footer .fright .fright_line2 .line {
  margin: 0 5px;
}
.el-menu-item.is-active {
  color: #766551 !important;
  background: #FFD7AB !important;
}
.el-menu-item:hover {
  background: #FFD7AB !important;
}
.el-submenu__title:hover {
  background: #FFD7AB !important;
}
@media screen and (min-width: 1367px) and (max-width: 1670px) {
  .footer {
    padding: 30px 10%;
  }
}
.el-submenu .el-menu-item {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .header .headerLeft .myjrlogo {
    width: 185px;
  }
  .header .headerRight a {
    padding: 0 0 0 40px;
  }
  .header .headerRight a span {
    font-size: 14px;
  }
  .content {
    width: 80%;
  }
  .content .content_left .menuimg {
    width: 200px;
  }
  .content .content_left .menus {
    width: 200px;
  }
  .content .content_right {
    width: 75%;
  }
  .content .content_right .content_title .title1 {
    font-size: 20px;
  }
  .content .content_right .content_title .menuimg .menuimgTitle {
    font-size: 16px;
  }
  .content .content_right .content_title .menuimg .img {
    width: 65px;
    height: 49px;
  }
  .content .content_right .contentMain {
    padding-top: 20px;
  }
  .content .content_right .linkInfo {
    left: 35%;
  }
  .content .content_right .linkInfo .img {
    width: 35px;
    height: 35px;
  }
  .content .content_right .linkInfo .line1 {
    font-size: 20px;
  }
  .footer {
    padding: 30px 5%;
  }
  .footer .footerImg {
    width: 185px;
  }
  .footer .fright .fright_line1 {
    font-size: 14px;
  }
  .footer .fright .fright_line1 .line {
    margin: 0 20px;
  }
  .footer .fright .fright_line2 {
    font-size: 13px;
  }
}
