.backtop {
  z-index: 20;
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-size: 32px;
  background-color: #014590;
}
.backtop::after {
  content: '↑';
  color: white;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.pbg_jtqy {
  background: url(../images/jtqy_banner.jpg) top center no-repeat;
}
.jtqy {
  box-sizing: border-box;
  width: 1180px;
  margin: 40px auto;
  position: relative;
}
.jtqy div {
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .jtqy {
    width: 100%;
  }
}
.sidebar {
  position: absolute;
  top: 0px;
  left: 0;
  width: 220px;
  background: #f5f5f5;
}
.sidebar.fixed {
  position: fixed;
  top: 0px;
  left: auto;
  right: calc(50% + 370px);
}
.sidebar .sidebar_header {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 10px;
  background: url(../images/side_menu_title.png) bottom right no-repeat #004590;
  line-height: 1.5;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.sidebar .sidebar_menu {
  padding: 10px;
}
.sidebar .sidebar_menu span {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: 1.1;
}
.sidebar .sidebar_menu a {
  margin-top: 10px;
  display: flex;
  align-items: center;
  height: 52px;
  background: #ffffff;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  text-align: center;
  position: relative;
}
.sidebar .sidebar_menu a:hover {
  color: #014590;
}
.sidebar .sidebar_menu a.active {
  background: #daecff;
  box-shadow: 0px 2px 2px 0px #b5d1ee;
  color: #004590;
}
.sidebar .sidebar_menu a.active::before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 26px;
  height: 26px;
  background: url(../images/side_menu_icon1.png) no-repeat center;
  background-size: contain;
}
.sidebar .sidebar_menu a.active::after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 26px;
  height: 26px;
  background: url(../images/side_menu_icon2.png) no-repeat center;
  background-size: contain;
}
@media (max-width: 480px) {
  .sidebar {
    display: none;
  }
}
.jtqy_content {
  width: 100%;
  padding-left: 240px;
}
@media (max-width: 480px) {
  .jtqy_content {
    padding-left: 0;
  }
}
.jtqy_title {
  margin-bottom: 30px;
  line-height: 46px;
  background: url(../images/jtqy_title.png) no-repeat left center;
  background-size: auto 100%;
  padding-left: 50px;
  text-align: left;
}
.jtqy_title span {
  display: inline-block;
  width: 80px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.jtqy_title span.companyname {
    width: 365px;
    color: #395493;
    font-size: 20px;
}
.jtqy_gsm {
  position: relative;
  width: 100%;
  height: 338px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-left: 65px;
}
.jtqy_gsm img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
}
.jtqy_gsm h6 {
  position: relative;
  z-index: 2;
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 480px) {
  .jtqy_title span.companyname {
    width: 270px;
    font-size: 14px;
  }
  .jtqy_gsm {
    height: auto;
    padding-left: 0;
    justify-content: center;
  }
  .jtqy_gsm img {
      width: 100%;
  }
  .jtqy_gsm h6 {
    font-size: 26px;
  }
}
.p p {
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
  color: #333;
  text-align: justify;
  word-break: break-word;
}
@media (max-width: 480px) {
  .p {
    padding: 0 20px;
  }
  .p p:has(img) {
    overflow-x: auto;
  }
}
.p p {
  margin: 0;
}
.p a:hover {
  color: #014590;
}
.p img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 8px;
}
