body {
  background-color: #f5f6f7;
}
.h5 {
  display: none;
}
a {
  cursor: pointer !important;
}
.pc {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pc .banner {
  width: 100%;
  height: 6.6rem;
}
.pc .banner img {
  width: 100%;
  height: 6.6rem;
}
.pc .main {
  width: 14.4rem;
  margin-top: -2rem;
  border-radius: 0.6rem;
  background-color: #ffffff;
  box-shadow: -0.16rem -0.28rem 0.62rem 0px rgba(51, 70, 122, 0.2);
  box-sizing: border-box;
  position: relative;
  z-index: 100;
}
.pc .main .title {
  width: 100%;
  margin: 0.5rem auto;
  display: flex;
  font-size: 0.3rem;
  justify-content: center;
  position: relative;
}
.pc .main .title li {
  margin: 0 0.5rem;
  cursor: pointer !important;
  color:#6a7f9c;
}
.pc .main .title li:hover,
.pc .main .title li.active {
  color: #163175;
  font-weight: 600;
}
.pc .main .title .more {
  font-size: 0.14rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2rem;
  color: #6A7F9C;
  cursor: pointer !important;
}

.pc .main .artical {
  width: 14.4rem;
  display: flex;
  margin: 0 auto 0.55rem;
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.pc .main .artical .artical-img {
  width: 6.15rem;
  height: 3.6rem;
  border-radius: 0.2rem;
  background-size: 100% 100%;
}
.pc .main .artical ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.35rem;
  box-sizing: border-box;
  font-size: 0.16rem;
  color: #4A5F7B;
}
.pc .main .artical li {
  width: 100%;
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
}
.pc .main .artical p {
  width: 1.6rem;
  text-align: right;
}
.pc .main .artical li a{
  color: #4A5F7B;
}
.pc .main .artical li:hover a,
.pc .main .artical li.active a {
  font-size: 0.22rem;
  color: #1D1E20;
  font-weight: 600;
}
.pc .about {
  width: 100%;
  padding: 0.5rem 0 0;
  box-sizing: border-box;
}
.pc .about .about-content {
  width: 14.4rem;
  height: 5.09rem;
  display: flex;
  margin: 0 auto;
  border-radius: 0.5rem;
  box-sizing: border-box;
  overflow: hidden;
}
.pc .about .about-content img{
  height:100%;
}
.pc .about .about-left {
  width: 6.25rem;
  height: 5.09rem;
  border-radius: 0.5rem 0px 0px 0.5rem;
}
.pc .about .about-center {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0.25rem;
}
.pc .about .about-center div {
  width: 3.45rem;
  height: 2.42rem;
}
.pc .about .about-right {
  width: 4.24rem;
  height: 5.09rem;
  background-color: #FFFFFF;
}
.pc .about .about-right .under a {
  display: block;
  width: 1.56rem;
  height: 0.51rem;
  border-radius: 0.2rem;
  border: 1px solid #163175;
  box-sizing: border-box;
  text-align: center;
  line-height: 0.51rem;
  font-size: 0.18rem;
  color: #163175;
  margin: 0 auto;
}
.pc .about .about-right .title {
  font-weight: bold;
  font-size: 0.36rem;
  color: #163175;
  text-align: center;
  margin-top: 0.85rem;
}
.pc .about .about-right .content {
  width: 3.1rem;
  height: 1.37rem;
  margin: 0 auto;
  font-size: 0.16rem;
  margin: 0.6rem;
  color: #4A5F7B;
  line-height: 0.35rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pc .core {
  width: 100%;
  background-color: #f5f6f7;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pc .core .title {
  color: #163175;
  font-size: 0.3rem;
  font-weight: 600;
  padding-top: 0.54rem;
  text-align: center;
}
.pc .core .subtitle {
  color: #6A7F9C;
  font-size: 0.2rem;
  margin-top: 0.3rem;
  text-align: center;
}
.pc .core .core-content {
  width: 14.4rem;
  display: flex;
  justify-content: space-between;
  margin-top: 0.42rem;
}
.pc .core .core-item {
  width: 4.62rem;
  height: 6.4rem;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 0 0.35rem;
  box-sizing: border-box;
}
.pc .core .core-item:hover {
  box-shadow: -0.17rem 0.2rem 0.62rem 0px rgba(51, 70, 122, 0.2);
}
.pc .core .core-item .title {
  color: #4A5F7B;
  font-size: 0.3rem;
}
.pc .core .core-item .subtitle {
  color: #6A7F9C;
  font-size: 0.2rem;
}
.pc .core .core-item .content {
  height: 0.8rem;
  font-size: 0.18rem;
  color: #4A5F7B;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pc .core .core-item .core-img {
  width: 100%;
  height: 2.09rem;
  border-radius: 0.2rem;
  margin: 0.46rem auto 0.35rem;
}
.pc .core .core-item .core-img img{
  width:100%;
  height:100%;
}
.pc .core .under a {
  display: block;
  width: 1.56rem;
  height: 0.51rem;
  border-radius: 0.2rem;
  border: 1px solid #163175;
  box-sizing: border-box;
  text-align: center;
  line-height: 0.51rem;
  font-size: 0.18rem;
  color: #163175;
  margin: 0.2rem auto 0;
}
.pc .core .core-business {
  width: 100%;
  margin-top: 0.67rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: -moz-linear-gradient(-78deg, #e6eef5 0%, #dff3de 99%);
  background-image: -webkit-linear-gradient(-78deg, #e6eef5 0%, #dff3de 99%);
  background-image: -ms-linear-gradient(-78deg, #e6eef5 0%, #dff3de 99%);
}
.pc .core .core-business .bus-item {
  width: 4.6rem;
  height: 7rem;
  text-align: center;
  padding: 0.45rem 0;
}
.pc .core .core-business .bus-item img {
  width: 100%;
  height: 3.5rem;
}
.pc .core .core-business .bus-item:nth-of-type(1) img {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pc .core .core-business .bus-item:nth-of-type(2) img {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pc .core .core-business .bus-item:nth-of-type(3) img {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pc .core .core-business .bus-item .con {
  height: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pc .core .core-business .bus-item .con .title {
  font-size: 0.3rem;
  color: #4a5f7b;
  padding: 0;
}
.pc .core .core-business .bus-item .con .subtitle {
  font-size: 0.2rem;
  color: #6a7f9c;
  margin: 0 0 0.18rem 0;
}
.pc .core .core-business .bus-item .con .text {
  margin-bottom: 0.15rem;
  font-size: 0.16rem;
  color: #4a5f7b;
}
.pc .core .core-business .bus-item .jt {
  width: 0;
  height: 0;
  border-left: 0.2rem solid transparent;
  border-right: 0.2rem solid transparent;
  border-bottom: 0.2rem solid white;
  margin: 0.3rem auto;
}
.pc .core .core-business .bus-item .jt-reverse {
  width: 0;
  height: 0;
  border-left: 0.2rem solid transparent;
  border-right: 0.2rem solid transparent;
  border-top: 0.2rem solid white;
  margin: 0.3rem auto;
}
.pc .partner {
  width: 100%;
  position: relative;
}
.pc .partner .title {
  color: #163175;
  font-size: 0.3rem;
  font-weight: 600;
  padding-top: 0.7rem;
  text-align: center;
}
.pc .partner img {
  width: 14rem;
  margin: 0.4rem auto 1.2rem;
}
.pc .partner .more {
  font-size: 0.14rem;
  position: absolute;
  right: 3.73rem;
  top: 0.89rem;
}
.pc .partner .more a {
  color: #6A7F9C;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .h5 {
    min-height: 100vh;
    display: block;
    position: relative;
  }
  
  .h5 .banner {
    width: 100%;
    height:4rem;
  }
  .h5 .banner img {
    width: 100%;
    height: 4rem;
  }
  .h5 .main {
    width: 7.1rem;
    background: linear-gradient(180deg, #ffffff 0%, rgba(244, 246, 247, 1) 100%);
    border-radius: 0.6rem;
    margin: -1rem auto 0;
    padding: 0 0.25rem;
    box-sizing: border-box;
     position: relative;
  	z-index: 100;
  }
  .h5 .main .title {
    display: flex;
    font-size: 0.3rem;
    justify-content: space-around;
    padding: 0.43rem 0;
    align-items: flex-end;
  }
  .h5 .main .title li {
  	color: #163175;
    position: relative;
  }
  .h5 .main .title .active {
    font-weight: 600;
    font-size: 0.34rem;
  }
  .h5 .main .title .active::after {
    position: absolute;
    content: '';
    background-color: #05a1ff;
    width: 0.3rem;
    height: 0.07rem;
    bottom: -0.15rem;
    left: 50%;
    transform: translate(-50%);
    border-radius: 0.5rem;
  }
  .h5 .main .artical {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .h5 .main .artical .artical-title a{
  	color: #4A5F7B;
  }
  .h5 .main .artical .artical-img {
    width: 3.6rem;
    height: 2.2rem;
    border-radius: 0.3rem;
    overflow: hidden;
  }
  .h5 .main .artical .artical-img img {
    width: 100%;
    height: 100%;
  }
  .h5 .main .artical .artical-title {
    width: 2.8rem;
    height: 1.2rem;
    font-size: 0.28rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .h5 .main .artical .more {
    position: absolute;
    right: 0.3rem;
    bottom: 0.1rem;
  }
  .h5 .main .artical .more a {
    display: block;
    border-width: 1px;
    border-color: #163175;
    border-style: solid;
    border-radius: 0.2rem;
    box-sizing: border-box;
    width: 1.55rem;
    height: 0.5rem;
    font-size: 0.18rem;
    color: #163175;
    text-align: center;
    line-height: 0.5rem;
  }
  .h5 .about {
    width: 7.1rem;
    height: 7.9rem;
    margin: 0.4rem auto 0;
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 0.19rem 0.3rem 0 rgba(220, 232, 248, 0.8);
    padding: 0.5rem 0.25rem 0;
    box-sizing: border-box;
  }
  .h5 .about .title {
    font-size: 0.36rem;
    color: #163175;
    font-weight: bold;
    text-align: center;
  }
  .h5 .about img {
    width: 100%;
    height: 3.6rem;
    margin-top: 0.2rem;
    border-radius: 0.5rem;
  }
  .h5 .about .content {
    font-size: 0.26rem;
    color: #4a5f7b;
    width: 6.54rem;
    height: 1.2rem;
    margin-top: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .h5 .about .under a {
    display: block;
    width: 2.68rem;
    height: 0.65rem;
    border-radius: 0.2rem;
    border: 1px solid #163175;
    box-sizing: border-box;
    text-align: center;
    line-height: 0.65rem;
    font-size: 0.22rem;
    color: #163175;
    margin: 0.35rem auto 0;
  }
  .h5 .core {
    width: 100%;
    padding: 0.57rem 0 0;
    box-sizing: border-box;
  }
  .h5 .core .title, .h5 .core-business .title{
    text-align: center;
    font-size: 0.36rem;
    color: #163175;
    font-weight: bold;
  }
  .h5 .core .nav-title {
    display: flex;
    font-size: 0.3rem;
    justify-content: space-around;
    padding: 0.43rem 0;
    align-items: flex-end;
  }
  .h5 .core .nav-title li {
    color: #163175;
    position: relative;
  }
  .h5 .core .nav-title .active {
    font-weight: 600;
    font-size: 0.34rem;
  }
  .h5 .core .nav-title .active::after {
    position: absolute;
    content: '';
    background-color: #05a1ff;
    width: 0.3rem;
    height: 0.07rem;
    bottom: -0.15rem;
    left: 50%;
    transform: translate(-50%);
    border-radius: 0.5rem;
  }
  .h5 .core .subtitle,.h5 .core-business .subtitle {
    font-size: 0.2rem;
    color: #6a7f9c;
    text-align: center;
    margin-top: 0.1rem;
  }
  .h5 .core .core-img {
    width: 6.5rem;
    height: 3.6rem;
    margin: 0 auto;
    border-radius: 0.2rem;
  }
  .h5 .core .core-item {
    width: 4.2rem;
    height: 1rem;
    line-height: 1rem;
    display: flex;
    background-color: white;
    border-radius: 0.2rem;
    justify-content: center;
    margin: -0.6rem auto 0.55rem;
    position: relative;
    box-shadow: 0 0.1rem 0.2rem 0 rgba(220, 232, 248, 0.8);
    color: #4a5f7b;
  }
  .h5 .core .core-item p:first-child {
    font-size: 0.3rem;
    font-weight: bold;
  }
  .h5 .core .core-item p:last-child {
    margin-left: 0.34rem;
    font-size: 0.18rem;
    margin-top: 0.02rem;
  }
  .h5 .core .core-item a,.h5 .core-business a{
     color: #4a5f7b;
  }
  .h5 .core-business {
    width: 100%;
    background-color: #e6eef5;
    padding: 0.57rem 0 0.1rem;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #e6eef5 0%, #e6eef5 50%, #e0f2e1 100%);
  }
  .h5 .core-business .bus-item {
    border-radius: 0.5rem;
    background-color: #ffffff;
    width: 7.1rem;
    height: 3.53rem;
    margin: 0.3rem auto;
  }
  .h5 .core-business .bus-title {
    width: 6.5rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 0.3rem;
    color: #4a5f7b;
    padding: 0.3rem 0 0.2rem;
    box-sizing: border-box;
    border-bottom: dashed 1px #dce8f8;
  }
  .h5 .core-business .bus-title p:first-child {
    font-weight: bold;
  }
  .h5 .core-business .bus-title p:last-child {
    margin-left: 0.34rem;
    font-size: 0.18rem;
    margin-top: 0.05rem;
  }
  .h5 .core-business .bus-con {
    width: 6.5rem;
    margin: 0.2rem auto;
    display: flex;
  }
  .h5 .core-business .bus-con img {
    width: 3.15rem;
    height: 2.15rem;
  }
  .h5 .core-business .bus-con .con {
    font-size: 0.24rem;
    color: #4a5f7b;
    line-height: 0.45rem;
    margin-left: 1.05rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .h5 .contact {
    width: 7.1rem;
    margin: 0.4rem auto;
    padding: 0.45rem 0.88rem;
    box-sizing: border-box;
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 0.19rem 0.3rem 0 rgba(220, 232, 248, 0.8);
  }
  .h5 .contact .title {
    text-align: center;
    font-size: 0.36rem;
    font-weight: 600;
    color: #163175;
  }
  .h5 .contact ul {
    width: 100%;
  }
  .h5 .contact ul li {
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
  }
  .h5 .contact ul li .icon-address {
    display: block;
    width: 0.38rem;
    height: 0.47rem;
  }
  .h5 .contact ul li .icon-phone {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
  }
  .h5 .contact ul li .icon-email {
    display: block;
    width: 0.4rem;
    height: 0.3rem;
  }
  .h5 .contact ul li p {
    width: 4.5rem;
    font-size: 0.26rem;
    color: #4a5f7b;
    margin-left: 0.25rem;
  }
  .h5 .contact .code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 0.26rem;
    color: #4a5f7b;
    text-align: center;
    margin-top: 0.5rem;
  }
  .h5 .contact .code img {
    width: 2.2rem;
    height: 2.2rem;
  }
  .h5 .contact .code p {
    margin-top: 0.2rem;
  }
  .h5 .friendship {
    padding: 0.2rem 0 0.6rem;
  }
  .h5 .friendship .title {
    font-size: 0.36rem;
    color: #163175;
    font-weight: bold;
    text-align: center;
  }
  .h5 .friendship ul {
    width: 100%;
    padding: 0 0.48rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #94a8c5;
    font-size: 0.24rem;
  }
  .h5 .friendship ul li {
    line-height: 0.6rem;
    padding: 0 0.3rem;
    background-color: white;
    border-radius: 0.3rem;
    box-shadow: 0 0.19rem 0.3rem 0 rgba(220, 232, 248, 0.8);
    margin-top: 0.3rem;
  }
}
