#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 .banner {
  position: relative;
  height: 279px;
  margin-top: 72px;
}
.content .banner .bannerBg {
  width: 100%;
  height: 100%;
}
.content .banner .bannerTxt {
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 37%;
  left: 15%;
}
.content .info {
  margin-left: 15%;
  background: url('../img/myjr_aboutBg.png') no-repeat;
  background-size: cover;
  padding: 50px 15% 0 0;
}
.content .info .line1 {
  font-weight: bold;
  font-size: 28px;
  color: #333333;
}
.content .info .line2 {
  width: 30px;
  height: 5px;
  background: #EE7700;
  margin: 20px 0;
}
.content .info .line3 {
  font-size: 16px;
  line-height: 25px;
}
.content .info .line4 {
  display: flex;
  justify-content: space-between;
}
.content .info .line4 .part {
  width: 32%;
  padding-top: 60px;
  position: relative;
}
.content .info .line4 .part .img {
  width: 100%;
}
.content .info .line4 .part .partInfo {
  position: absolute;
  left: 10%;
  bottom: 60px;
  color: #fff;
  width: 80%;
}
.content .info .line4 .part .partInfo .partInfo1 {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}
.content .info .line4 .part .partInfo .partInfo2 {
  font-size: 14px;
}
.content .info .line4 .part .partInfo1 {
  bottom: 40px;
}
.content .info .line5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 90px 0;
}
.content .info .line5 .phoneimg {
  width: 43px;
  height: 43px;
}
.content .info .line5 .line5_1 {
  color: #EE8215;
  font-size: 40px;
  font-weight: bold;
  margin: 10px 0;
}
.content .info .line5 .line5_2 {
  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;
}
.footer .fright .fright_line2 .line {
  margin: 0 5px;
}
@media screen and (min-width: 1367px) and (max-width: 1670px) {
  .footer {
    padding: 30px 10%;
  }
}
@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 .banner .bannerTxt {
    font-size: 30px;
    top: 45%;
  }
  .content .info .line1 {
    font-size: 24px;
  }
  .content .info .line4 .part {
    padding-top: 40px;
  }
  .content .info .line4 .part .partInfo {
    bottom: 30px;
  }
  .content .info .line4 .part .partInfo .partInfo1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .content .info .line4 .part .partInfo .partInfo2 {
    font-size: 12px;
  }
  .content .info .line4 .part .partInfo1 {
    bottom: 20px;
  }
  .content .info .line5 {
    padding: 40px 0;
  }
  .content .info .line5 .phoneimg {
    width: 35px;
    height: 35px;
  }
  .content .info .line5 .line5_1 {
    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;
  }
}
