.wrap{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.header {
  width: 100%;
  position: relative;
}

.container {
  width: 144px;
  min-width: 1200px;
  margin: 0 auto;
}
.headinner {
  padding: 23px 20px 11px 21px;
}
.hflex {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.header-left {
  display: flex;
}
.header-rig {
  display: flex;
  align-items: center;
}
.header-rig span {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.header-rig span img{
  width: 40px;
}
.header-rig span i {
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.logo {
  display: block;
  width: 262px;
  height: 25px;
  margin: 5px 0 4px 0;
}

.links {
  display: flex;
  justify-content: space-between;
}
.links a {
  padding-bottom: 20px;
  margin: 6px 0 0 60px;
  font-size: 20px;
  position: relative;
}

.links a span {
  color: #000;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.links a span:hover {
  color: #54a8de;
}
.links a:after,
.links a:before {
  position: absolute;
  width: 0;
  bottom: 0;
  height: 3px;
  background: #54a8de;
  content: "";
  transition: all 0.3s;
}

.links a:before {
  left: 0;
}

.links a:after {
  right: 0;
}

.links a.router-link-exact-active,
.links a:hover span {
  opacity: 1;
}

.links a.router-link-exact-active:after,
.links a.router-link-exact-active:before,
.links a:hover:after,
.links a:hover:before {
  width: 50%;
}
.tel-wrapper {
  margin-left: 6px;
}
.tel-wrapper .span2 {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.tel-wrapper .span1 {
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  line-height: 14px;
}
.idxbanner {
  width: 100%;
  height: calc(100vh - 80px);
  overflow: hidden;
  position: relative;
}
.idxbannerinner img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bannerinner img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.compintro {
  width: 100%;
  padding-top: 160px;
  background: url(../img/introbg.png) center 0 no-repeat;
  background-size:  100% 753px;
  position: relative;
}
.compintroinner {
  position: relative;
}
.compbox {
  width: 100%;
  height: auto;
  border-radius: 6px;
  padding: 20px 20px 20px 30px;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.compbox .boxinner {
  flex: 1;
  margin: 10px 54px 22px 0;
}
.compbox .boxinner h3 {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 44px;
  font-weight: bold;
  white-space: nowrap;
  line-height: 62px;
  margin: 0 214px 0 10px;
  padding-bottom: 25px;
  font-family: PingFangSC-Semibold;
  position: relative;
}
.compbox .boxinner h3::after {
  content: "";
  width: 79px;
  height: 10px;
  background: #54a8de;
  position: absolute;
  left: 0;
  bottom: 0;
}
.compbox .boxinner p {
  font-weight: 600;
  font-size: 19px;
  color: #333333;
  line-height: 38px;
  margin-top: 37px;
}
.compbox .boxinner .btn {
  width: 205px;
  color: #fff;
  font-size: 22px;
  background-color: rgba(8, 152, 246, 1);
  border-radius: 6px;
  margin: 32px 0 0 0;
  padding: 13px 25px 13px 25px;
}
.compbox .boxinner .btn img{
  width: 25px;
  margin-left: 9px;
}
/* about */
.aboutwrap {
  width: 100%;
  padding: 60px 0 296px;
  background: url(../img/aboutbg.png) center bottom no-repeat;
  overflow: hidden;
  position: relative;
}
.aboutinner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.aboutinner img{
  width: 100%;
}
.miaoshu {
  padding: 0 22px;
  font-size: 22px;
  color: #333333;
  line-height: 38px;
  margin-bottom: 76px;
}
.title {
  padding: 0 22px;
  font-size: 44px;
  font-weight: bold;
  line-height: 62px;
  padding-bottom: 25px;
  margin: 30px 0 60px 0;
  color: rgba(51, 51, 51, 1);
  font-family: PingFangSC-Semibold;
  position: relative;
}
.title::after {
  content: "";
  width: 79px;
  height: 10px;
  background: #54a8de;
  position: absolute;
  left: 22px;
  bottom: 0;
}
/* ryzs */
.ryzsinnertop {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.ryzsimgs img + img {
  margin-left: 22px;
}
.ryzsinnerbot {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
  overflow: hidden;
}
.ryzsinnerbot  img{
  width: calc(16.66% - 15px);
  margin: 0 7px;
}
/* pro */
.nav{
  background: #0898f6;
}
.navitem {
  width: 240px;
  height: 100px;
  background: #0898f6;
  position: relative;
}
.navitem img {
  width: 76px;
  margin-bottom: 10px;
}
.navitem p {
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.navitem.on::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.navitem:hover:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.crbwrap {
  width: 100%;
  background: url(../img/probg1.png) center 0 no-repeat;
  overflow: hidden;
}
.crbinner {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
  overflow: hidden;
}
.crbinfo {
  flex: 1;
  margin-left: 91px;
  margin-top: 60px;
}
.crbinfo .title {
  padding-left: 0;
}
.crbinfo .title::after {
  left: 0;
}
.crbinfo p {
  font-size: 19px;
  line-height: 27px;
}
.crbwrap2 {
  width: 100%;
  background: url(../img/probg2.png) center 0 no-repeat;
  overflow: hidden;
}
.crbinfo2 {
  width: 1031px;
}
.crbinfo2 h4 {
  width: 100%;
  font-weight: 600;
  font-size: 61px;
  color: #333333;
  line-height:85px;
  margin-bottom: 35px;
}
.molist a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.molist a img{
  width: 328px;
}
.molist a:first-child {
  margin-right: 40px;
}
.molist a button {
  outline: none;
  border: none;
  width: 171px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  background: #000000;
  margin-bottom: 25px;
}

/* jzq */
.jzqwrap {
  width: 100%;
  background: url(../img/jzqbg1.png) center 0 no-repeat;
  overflow: hidden;
}
.jzqinner {
  width: 100%;
  padding: 70px 0 60px;
  margin: 0 auto;
  overflow: hidden;
}
.jzqlist img {
  width: 288px;
}
.jzqinfo .p {
  font-weight: 600;
  font-size: 19px;
  color: #333333;
  line-height: 27px;
  margin-bottom: 117px;
}
.jzqwrap2 {
  width: 100%;
  background: url(../img/jzqbg2.png) center 0 no-repeat;
  overflow: hidden;
}
.jzqinfo2 .p {
  font-weight: 600;
  font-size: 19px;
  color: #333333;
  line-height: 27px;
  margin-bottom: 30px;
}

.jzqlist2 .item {
  width: 226px;
  height: 408px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(270deg, #f4feff 0%, #ffffff 100%);
  box-shadow: 0px 2px 10px 0px rgba(131, 160, 179, 0.1);
  border-radius: 10px;
  border: 1px solid #cccccc;
  margin-left: 10px;
}
.jzqlist2>img{
  display: block;
}
.jzqlist2 h6 {
  font-weight: 600;
  font-size: 20px;
  color: #54a8de;
  line-height: 28px;
  text-align: center;
  margin-bottom: 10px;
}
.jzqlist2 p {
  font-weight: 600;
  font-size: 19px;
  color: #333333;
  line-height: 27px;
  text-align: justify;
}
.jzqlist2 .item img {
  display: block;
  width: 100%;
}
.pcshow {
  display: block;
}
.sjshow {
  display: none;
}
@media screen and (max-width: 1500px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .sjshow {
    display: block;
  }
  .pcshow {
    display: none;
  }
  .container {
    width: 100%;
    min-width: 100%;
  }
  .header-rig span {
    display: none;
  }
  .sjmenu {
    width: 18px;
    height: 15px;
  }
  .sjmenu img {
    display: block;
    width: 100%;
  }
  .logo .sjshow {
    width: 177px;
  }
  .headinner {
    padding: 12px 10px;
  }
  .banner{
    height: auto;
  }
  .idxbanner {
      width: 100%;
      /* height: calc(100vh - 80px); */
	  height: auto;
      overflow: hidden;
      position: relative;
  }
  .idxbannerinner img {
      display: block;
      margin: 0 auto;
      width: 100%;
      height: 100%; 
      object-fit: cover;
  }
  .compintroinner {
    padding-top: 50px;
    background-size: 100%;
  }
  .compintro{
    padding-top: 0;
    background-size: 100% auto;
  }
  .compbox {
    width: calc(100% - 40px);
    height: auto;
    margin: 0 20px;
    border-radius: 6px;
    padding: 15px;
  }
  .boxinner .sjshow {
    width: 100%;
  }
  .compbox .boxinner h3 {
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 15px;
    padding-bottom: 10px;
  }
  .compbox .boxinner {
    margin: 0;
    width: 100%;
  }
  .compbox .boxinner h3::after {
    height: 3px;
  }
  .compbox .boxinner p {
    width: 100%;
    font-size: 14px;
    text-align: justify;
    margin-top: 15px;
    line-height: 24px;
  }
  .compbox .boxinner .btn {
    width: 101px;
    font-size: 12px;
    margin: 15px 0;
    padding: 7px 12px;
  }
  .compbox .boxinner .btn img {
    width: 16px;
    height: 16px;
    margin-left: 9px;
}
  .links {
    position: absolute;
    top: 45px;
    right: 10px;
    padding: 10px 0 0;
    display: none;
    flex-direction: column;
    width: 100px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #cccccc;
    z-index: 9999;
  }
  .links.on {
    display: flex;
  }
  .links a {
    line-height: 20px;
    padding-bottom: 0px;
    margin: 0 0 10px;
    font-size: 12px;
    text-align: center;
  }
  .links a:after,
  .links a:before {
    display: none;
  }
  .navitem {
    width: 30%;
    height: 65px;
  }
  .navitem img {
    width: 50px;
    margin-bottom: 5px;
  }
  .navitem p {
      font-size: 14px;
      color: #fff;
      text-align: center;
  }
  .jzqwrap {
    background: url(../img/sjjzqbg1.png) center 0 no-repeat;
    background-size: 100%;
  }
  .jzqinner {
    width: 100%;
    padding: 20px 15px;
  }
  .title {
    padding: 0 22px;
    font-size: 44px;
    font-weight: bold;
    line-height: 62px;
    padding-bottom: 25px;
    margin: 30px 0 60px 0;
    color: rgba(51, 51, 51, 1);
    font-family: PingFangSC-Semibold;
    position: relative;
  }
  .title::after {
    content: "";
    width: 79px;
    height: 10px;
    background: #54a8de;
    position: absolute;
    left: 22px;
    bottom: 0;
  }
  .jzqinfo {
    width: 100%;
    overflow: hidden;
  }
  .jzqinfo .p {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 15px;
  }
  .jzqlist.justify-between {
    flex-wrap: wrap;
    justify-content: center;
  }
  .jzqlist a {
    width: 33.333%;
  }
  .jzqlist a img {
    display: block;
    width: 100%;
  }
  .jzqinfo2 {
    width: 100%;
    overflow: hidden;
  }
  .jzqinfo2 .p {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  .jzqlist2 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .jzqlist2 p {
    font-size: 10px;
    text-align: justify;
    font-size: 12px;
    line-height: 19px;
  }
  .jzqlist2 > img {
    width: calc(33.33% - 10px);
    margin: 0 5px 10px;
  }
  .jzqlist2 .item {
    width: calc(33.33% - 10px);
    height: auto;
    margin: 0 5px 10px;
    padding: 10px;
  }
  .jzqlist2 .item > img {
    margin-top: 5px;
  }
  /* pro */
  .crbwrap {
    width: 100%;
    background: url(../img/sjprobg1.png) center 0 no-repeat;
    background-size: 100% 100%;
  }
  .crbinner {
    width: 100%;
    padding: 20px 15px 30px;
  }
  .crbinfo {
    flex: 1;
    margin-left: 0px;
    margin-top: 0px;
  }
  .crbinfo .justify-between img {
    width: 150px;
  }
  .crbinfo .justify-between p {
    color: #333;
    margin-left: 20px;
    font-size: 14px;
    line-height: 25px;
  }
  .crbinfo .title {
    padding-left: 0;
  }
  .crbinfo .title::after {
    left: 0;
  }
  .crbwrap2 {
    width: 100%;
    background: url(../img/sjprobg2.png) center 0 no-repeat;
    background-size: 100% 100%;
  }
  .crbinfo2 h4 {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 35px;
  }
  .crbinfo2 .molist.flex-row {
    width: 165px;
    flex-direction: column;
  }
  .crbinfo2 .molist.flex-row img {
    width: 100%;
  }
  .molist a:first-child {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .molist a button {
    width: 80px;
    height: 25px;
    font-size: 10px;
    border-radius: 25px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  /* about */
  .aboutwrap {
    width: 100%;
    padding: 30px 15px 85px;
    background: url(../img/sjaboutbg.png) center bottom no-repeat;
    background-size: 100% 100%;
  }
  .aboutinner {
    width: 100%;
  }
  .aboutinner img {
    width: 100%;
  }
  .aboutinner .miaoshu {
    margin-bottom: 40px;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
  }
  .ryzswrap.mb60{
    margin-bottom: 0;
  }
  .ryzsinnertop {
    width: 100%;
    padding: 20px 15px 27px;
    overflow: hidden;
  }
  .ryzsimgs img {
    width: 320px;
    margin: 0 auto;
  }
  .ryzsinnertop .miaoshu {
    margin-bottom: 40px;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
  }
  .ryzsinnerbot {
    width: 100%;
    padding: 20px 15px 30px;
  }
  .ryzsinnerbot .miaoshu {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
  }
  .ryzsinnerbot .justify-between{
    justify-content: center;
    flex-wrap: wrap;
  }
  .ryzsinnerbot .justify-between img{
    width: calc(28% - 15px);
    margin:  7px;
  }
}
