.wrap {
  width: 1400px;
}
.wrap2 {
  width: 1400px;
}
@media (max-width: 1680px) {
  .container,
  .foot-container,
  .wrap,
  .wrap2 {
    width: 1400px;
  }
}
@media (max-width: 1460px) {
  .wrap2,
  .wrap,
  .container,
  .foot-container {
    width: 1150px;
  }
}
@media (max-width: 1260px) {
  .wrap2,
  .wrap,
  .container,
  .foot-container {
    width: 970px;
    /* width: calc(100% - 60px ); */
  }
}
@media (max-width: 992px) {
  .wrap2,
  .wrap,
  .container,
  .foot-container {
    width: 750px;
    width:931px;
  }
}
@media (max-width: 768px) {
  .wrap2,
  .container,
  .wrap,
  .index-container,
  .foot-container,
  .drop-container {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    margin: 0 auto;
    width: 100%;
  }
}
/* 视屏 */
#publicity-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#publicity-video video {
  display: block;
}
.msg-box-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.8);
}
.msg-box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.3);
}
.msg-box .close-box {
  width: 0.3rem;
  height: 0.3rem;
  background: url("../images/btn-close-modal.png") no-repeat center;
  cursor: pointer;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.msg-box .close-box:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.abo_video {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
/* about页面pc端版心 */
/* about页面移动端版心 */
/* 公会介绍页面开始 */
/* abo_con2 机构简介*/
.i {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-1rem);
  opacity: 0;
}
.abo_con2 {
  width: 100%;
  position: relative;
  padding-top: 0.95rem;
}
.abo_con2 .top {
  width: 100%;
  padding-bottom: 0.55rem;
}
.abo_con2 .top .rq {
  position: relative;
}
.abo_con2 .top .rq .lef {
  width: 43%;
}
.ab_bt {
  font-size: 0.48rem;
  color: #333333;
  padding-left: 0.22rem;
  position: relative;
}
.ab_bt::before {
  content: '';
  width: 0.06rem;
  height: 0.45rem;
  background-image: linear-gradient(to top, #4b5cc4, #44cbf5);
  position: absolute;
  left: 0;
  top: 54%;
  transform: translateY(-50%);
}
.abo_con2 .top .rq .lef .div {
  width: 100%;
  margin-top: 0.5rem;
  border-top: 0.01rem solid #d8d8d8;
  padding-top: 0.48rem;
}
.abo_con2 .top .rq .lef .div .p1 {
  font-size: 0.26rem;
  color: #333333;
}
.abo_con2 .top .rq .lef .div .div1 {
  width: 100%;
  margin-top: 0.28rem;
  height: 3.7rem;
  padding-right: 0.1rem;
  overflow-y: auto;
}
.abo_con2 .top .rq .lef .div .div1::-webkit-scrollbar {
  width: 0.03rem;
  background-color: #999;
  border-radius: 0.5rem;
}
.abo_con2 .top .rq .lef .div .div1::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  background-color: #274496;
}
.abo_con2 .top .rq .lef .div .div1 p {
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
  margin-bottom: 0.34rem;
}
.abo_con2 .top .rq .lef .div .div1 p:last-child {
  margin-bottom: 0;
}
.abo_con2 .top .rq .rig {
  width: 46.2%;
  position: absolute;
  right: 0;
  top: 0;
}
.abo_con2 .top .rq .rig .div {
  width: 100%;
  position: relative;
  margin-bottom: 0.03rem;
}
.abo_con2 .top .rq .rig .div img {
  width: 100%;
  vertical-align: middle;
}
.abo_con2 .top .rq .rig .div p {
  font-size: 0.16rem;
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0.24rem;
  left: 0;
}
.abo_con2 .bot {
  width: 100%;
  height: 3.02rem;
  background-image: url(../images/img35.png);
  background-size: cover;
  padding-top: 0.54rem;
}
.abo_con2 .bot .div {
  width: 43%;
}
.abo_con2 .bot .div .div1 {
  width: 100%;
  position: relative;
}
.abo_con2 .bot .div .div1::before {
  content: '';
  width: 0.02rem;
  height: 1.7rem;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.abo_con2 .bot .div .div2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.52rem;
}
.abo_con2 .bot .div .div2:last-child {
  margin-bottom: 0;
}
.abo_con2 .bot .div .div3 p {
  font-size: 0.24rem;
  color: #fff;
  position: relative;
}
.abo_con2 .bot .div .div3 p em {
  font-size: 0.24rem;
  color: #fff;
  position: absolute;
  top: 0.08rem;
  margin-left: 0.07rem;
}
.abo_con2 .bot .div .div3 p span {
  font-size: 0.68rem;
  line-height: 0.68rem;
  color: #fff;
  font-weight: bold;
  margin-right: 0.12rem;
  display: inline-block;
}
.abo2_con1 {
  width: 100%;
  padding-top: 1.4rem;
}
.abo2_con1 .top {
  width: 100%;
}
.abo2_con1 .top .lef {
  width: 50%;
  padding-right: 0.84rem;
  float: left;
}
.abo2_con1 .top .lef .div {
  width: 100%;
  height: 3.5rem;
  margin-top: 0.58rem;
  overflow-y: auto;
  padding-right: 0.45rem;
}
.abo2_con1 .top .lef .div::-webkit-scrollbar {
  width: 0.03rem;
  background-color: #999;
  border-radius: 0.5rem;
}
.abo2_con1 .top .lef .div::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  background-color: #274496;
}
.abo2_con1 .top .lef .div p {
  font-size: 0.162rem;
  color: #666666;
  line-height: 0.3rem;
  margin-bottom: 0.25rem;
}
@media (max-width: 1680px) {
  .abo2_con1 .top .lef .div p {
    font-size: 0.2rem;
  }
}
.abo2_con1 .top .rig {
  width: 50%;
  float: left;
  position: relative;
}
.abo2_con1 .top .rig .bj {
  width: 100%;
  vertical-align: middle;
}
.abo2_con1 .top .rig::before {
  content: '';
  width: 2.8rem;
  height: 2.8rem;
  background: #45cbf6;
  position: absolute;
  left: -0.2rem;
  bottom: -0.2rem;
  z-index: -1;
}
.abo2_con1 .top .rig::after {
  content: '';
  width: 3.65rem;
  height: 3.65rem;
  background: #274496;
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  z-index: -1;
}
.abo2_con1 .top .rig .abo_video::before {
  content: '';
  width: 0.72rem;
  height: 0.72rem;
  background-image: url(../images/img135.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.abo2_con1 .bot {
  width: 100%;
  height: 2.6rem;
  margin-top: 0.56rem;
  background: #f8f8f8;
  display: flex;
  justify-content: space-between;
}
.abo2_con1 .bot .div {
  padding-left: 0.48rem;
  padding-top: 0.52rem;
  width: 20%;
}
.abo2_con1 .bot .div .p1 {
  font-size: 0.24rem;
  color: #333333;
  margin-bottom: 0.24rem;
}
.abo2_con1 .bot .div .p2 {
  font-size: 0.56rem;
  color: #495cc3;
}
.abo2_con1 .bot .div .p2 span {
  font-size: 0.5rem;
}
.abo2_con1 .bot .div .p2 em {
  font-size: 0.18rem;
  color: #666666;
  margin-left: 0.1rem;
}
.abo2_con1 .bot .div .p3 {
  font-size: 0.32rem;
  color: #495cc3;
  line-height: 0.32rem;
}
.abo2_con1 .bot .div .p4 {
  font-size: 0.48rem;
  color: #495cc3;
}
.abo2_con1 {
  margin-bottom: 0.8rem;
}
@media (max-width: 1459px) {
  .abo2_con1 {
    padding-top: 1.06rem;
  }
  .abo2_con1 .top .lef {
    padding-right: 0.4rem;
  }
  .abo2_con1 .top .lef .div {
    height: 3.8rem;
    margin-top: 0.4rem;
    padding-right: 0.24rem;
  }
  .abo2_con1 .top .lef .div p {
    font-size: 0.15rem;
    line-height: 0.25rem;
    margin-bottom: 0.2rem;
  }
  .abo2_con1 .top .rig::before {
    width: 2.12rem;
    height: 2.14rem;
    left: -0.14rem;
    bottom: -0.14rem;
  }
  .abo2_con1 .top .rig::after {
    width: 2.76rem;
    height: 2.76rem;
    top: -0.14rem;
    right: -0.14rem;
  }
  .abo2_con1 .top .rig .abo_video::before {
    width: 0.54rem;
    height: 0.54rem;
  }
  .abo2_con1 .bot {
    height: 2rem;
    margin-top: 0.42rem;
  }
  .abo2_con1 .bot .div .p1 {
    font-size: 0.18rem;
    margin-bottom: 0.18rem;
  }
  .abo2_con1 .bot .div .p2 {
    font-size: 0.42rem;
  }
  .abo2_con1 .bot .div .p2 span {
    font-size: 0.36rem;
  }
  .abo2_con1 .bot .div .p2 em {
    font-size: 0.14rem;
    margin-left: 0.08rem;
  }
  .abo2_con1 .bot .div .p3 {
    font-size: 0.24rem;
    line-height: 0.24rem;
  }
  .abo2_con1 .bot .div .p4 {
    font-size: 0.34rem;
  }
  .abo2_con1 .bot .div {
    padding-left: 0.36rem;
    padding-top: 0.47rem;
  }
  .abo2_con1 .top .lef .div p {
    line-height: 1.5;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .abo2_con1 {
    padding-top: 0.8rem;
    margin-bottom: .5rem;
  }
  .abo2_con1 .top .lef .div {
    /* height: 3.4rem; */
    height: 3.7rem;
    margin-top: 0.2rem;
    padding-right: 0.2rem;
  }
  .abo2_con1 .top .rig::before {
    width: 1.6rem;
    height: 1.6rem;
  }
  .abo2_con1 .top .rig::after {
    width: 1.6rem;
    height: 1.6rem;
  }
  .abo2_con1 .bot .div .p1 {
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
  }
  .abo2_con1 .bot .div .p2 {
    font-size: 0.3rem;
  }
  .abo2_con1 .bot .div .p2 span {
    font-size: 0.28rem;
  }
  .abo2_con1 .bot .div .p2 em {
    font-size: 0.12rem;
    margin-left: 0.06rem;
  }
  .abo2_con1 .bot .div .p3 {
    font-size: 0.2rem;
    line-height: 0.2rem;
  }
  .abo2_con1 .bot .div .p4 {
    font-size: 0.26rem;
  }
  .abo2_con1 .bot .div {
    padding-left: 0.2rem;
    padding-top: 0.3rem;
  }
  .abo2_con1 .bot {
    height: 1.46rem;
    margin-top: 0.42rem;
  }
}
@media (max-width:991px) {
  .abo2_con1 .top .lef .div{
    height: 4rem;
  }
}
@media (max-width: 768px) {
  .abo2_con1 {
    padding-top: 0.3rem;
    margin-bottom: 0.55rem;
  }
  .abo2_con1 .ab_bt {
    font-size: 0.22rem;
  }
  .abo2_con1 .top .lef {
    width: 100%;
    padding-right: 0;
  }
  .abo2_con1 .top .rig {
    width: 100%;
    margin-top: 0.25rem;
  }
  .abo2_con1 .bot {
    height: auto;
    margin-top: 0.42rem;
    padding: 0.2rem 0;
  }
  .abo2_con1 .bot .div {
    padding-left: 0rem;
    padding-top: 0;
  }
  .abo2_con1 .bot {
    flex-wrap: wrap;
    justify-content: left;
  }
  .abo2_con1 .bot .div {
    width: 33%;
    margin: 0.1rem 0;
  }
  .abo2_con1 .bot .div .p1 {
    font-size: 0.16rem;
    margin-bottom: 0.04rem;
    text-align: center;
  }
  .abo2_con1 .bot .div .p2 {
    font-size: 0.26rem;
    text-align: center;
  }
  .abo2_con1 .bot .div .p2 span {
    font-size: 0.24rem;
  }
  .abo2_con1 .bot .div .p3 {
    font-size: 0.18rem;
    line-height: 0.2rem;
    text-align: center;
    padding: 0 0.1rem;
  }
  .abo2_con1 .bot .div .p4 {
    font-size: 0.24rem;
    text-align: center;
  }
  .abo2_con1 .top .lef .div p {
    line-height: 1.5;
  }
}
@media (max-width: 500px) {
  .abo2_con1 {
    padding-top: 0.45rem;
  }
  .abo2_con1 .top .lef .div {
    height: 1.9rem;
    margin-top: 0.16rem;
    padding-right: 0.1rem;
  }
  .abo2_con1 .top .lef .div p {
    font-size: 0.14rem;
    line-height: 0.24rem;
    margin-bottom: 0.16rem;
  }
  .abo2_con1 .top .rig::before {
    width: 1.3rem;
    height: 1.3rem;
    left: -0.1rem;
    bottom: -0.1rem;
  }
  .abo2_con1 .top .rig::after {
    width: 1.3rem;
    height: 1.3rem;
    top: -0.1rem;
    right: -0.1rem;
  }
  .abo2_con1 .bot .div:nth-child(4),
  .abo2_con1 .bot .div:nth-child(5) {
    display: none;
  }
  .abo2_con1 .bot .div {
    margin: 0rem 0;
  }
  .abo2_con1 .bot {
    margin-top: 0.32rem;
  }
}
/* abo_con5 发展历程*/
.abo_con5 {
  width: 100%;
  height: 8.76rem;
  background-image: url(../images/img78.jpg);
  background-size: cover;
  background-position-x: center;
  background-position-y: bottom;
  position: relative;
  padding-top: 0.94rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
.abo_con5 .rq {
  width: 100%;
  padding-top: 0.86rem;
  position: relative;
}
.abo_con5 .rq .p {
  font-size: 3.9rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
}
@media (max-width:1680px) {
  .abo_con5 .rq .p{
    top: 35%;
  }
}



.abo_con5 .rq .top {
  width: 100%;
  height: 4.15rem;
  padding: 0 4rem;
}
.abo_con5 .rq .top .div {
  min-width: 4.75rem;
  max-width: 4.75rem;
  width: auto;
  display: table;
  background: #fff;
  margin: 0 auto;
  padding: 0 0.15rem;
  padding-top: 0.46rem;
  padding-bottom: 0.5rem;
  position: relative;
  min-height: 200px;
}
@media (max-width:1459px) {
  .abo_con5 .rq .top .div{
    min-height: 130px;
  }
}


.abo_con5 .rq .top .div::before {
  content: '';
  width: 100%;
  height: 0.08rem;
  background-image: linear-gradient(to right, #4b5cc4, #44cbf5);
  position: absolute;
  bottom: 0;
  left: 0;
}
.abo_con5 .rq .top .div .p1 {
  font-size: 0.24rem;
  color: #333333;
  text-align: center;
  margin-bottom: 0.12rem;
}
.abo_con5 .rq .top .div .p2 {
  font-size: 0.162rem;
  line-height: 0.28rem;
  color: #666666;
  text-align: center;
}
@media (max-width: 1680px) {
  .abo_con5 .rq .top .div .p2 {
    font-size: 0.2rem;
  }
}
.abo_con5 .rq .bot {
  width: 100%;
  position: relative;
}
.abo_con5 .rq .bot::before {
  content: '';
  width: 100%;
  height: 0.01rem;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.abo_con5 .rq .bot .p1 {
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  opacity: 0;
}
.abo_con5 .rq .bot .p1 span {
  font-size: 0.24rem;
  color: #fff;
}
.abo_con5 .rq .bot .swiper-slide {
  cursor: pointer;
}
.abo_con5 .rq .bot .swiper-slide-thumb-active .p1 {
  opacity: 1;
}
.abo_con5 .rq .bot em {
  display: block;
  margin: 0 auto;
  width: 0.18rem;
  height: 0.18rem;
  background-image: url(../images/img79.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.1rem;
  margin-bottom: 0.08rem;
}
.abo_con5 .rq .bot .p2 {
  font-size: 0.18rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 1680px) {
  .abo_con5 .rq .bot .p2 {
    font-size: 0.2rem;
  }
}
@media (max-width: 768px) {

  .abo_con5 .rq .bot .p1 span{
    font-size: .18rem;
  }
  .abo_con5 .rq .bot .p2 {
    font-size: 0.14rem;
  }
}
.abo_con5 .rq .bot .swiper-slide-thumb-active .p2 {
  opacity: 0;
}
.abo_con5 .swiper-button-next,
.abo_con5 .swiper-button-prev {
  /* display: none; */
  background-size: 18px 44px;
  transform: translateY(-50%);
  margin-top: 0;
}
@media (min-width:769px) {
  .abo_con5 .swiper-button-next{
    right: 0px;
    left: unset;
  }
  .abo_con5 .swiper-button-prev{
    right: unset;
    left: 0px;
  }
}
@media (max-width:1459px) {
  .abo_con5 .swiper-button-prev{
    left: 26%;
  }
  .abo_con5 .swiper-button-next{
    right: 26%;
  }
}
@media (max-width:1366px) {
  .abo_con5 .swiper-button-prev{
    left: 28%;
  }
  .abo_con5 .swiper-button-next{
    right: 28%;
  }
}
@media (max-width:1259px) {
  .abo_con5 .swiper-button-prev{
    left: 23%;
  }
  .abo_con5 .swiper-button-next{
    right: 23%;
  }
}
@media (max-width:1024px) {
  .abo_con5 .swiper-button-prev{
    left: 23%;
  }
  .abo_con5 .swiper-button-next{
    right: 23%;
  }
}
@media (max-width:991px) {
  .abo_con5 .swiper-button-prev{
    left: 25%;
  }
  .abo_con5 .swiper-button-next{
    right: 25%;
  }
}


@media (max-width:1680px) {
  .abo_con5 .swiper-button-next,.abo_con5 .swiper-button-prev{
    /* top: */
  }
}

@media (max-width: 1459px) {
  .ny_banner .rq .p1 {
    font-size: 0.32rem;
    padding-bottom: 0.24rem;
  }
  .ny_banner .rq .p1 span {
    letter-spacing: 0.18rem;
  }
  .ny_banner .rq .p1::before {
    width: 0.46rem;
    height: 0.02rem;
  }
  .ny_banner .rq .p2 {
    font-size: 0.16rem;
    margin-top: 0.18rem;
  }
  .dh {
    line-height: 0.48rem;
  }
  .dh a {
    font-size: 0.14rem;
  }
  .abo_con1 .rq span a {
    font-size: 0.15rem;
    line-height: 0.5rem;
    margin: 0rem 0.3rem;
  }
  .abo_con2 {
    padding-top: 0.7rem;
  }
  .abo_con2 .top .rq .lef {
    width: 48%;
  }
  .ab_bt {
    font-size: 0.34rem;
    padding-left: 0.2rem;
  }
  .ab_bt::before {
    width: 0.04rem;
    height: 0.35rem;
  }
  .abo_con2 .top .rq .lef .div {
    margin-top: 0.38rem;
    padding-top: 0.36rem;
  }
  .abo_con2 .top .rq .lef .div .p1 {
    font-size: 0.22rem;
  }
  .abo_con2 .top .rq .lef .div .div1 p {
    font-size: 0.15rem;
    line-height: 0.26rem;
    margin-bottom: 0.2rem;
  }
  .abo_con2 .top .rq .lef .div .div1 {
    margin-top: 0.2rem;
    height: 2.95rem;
  }
  .abo_con2 .bot .div {
    width: 48%;
  }
  .abo_con2 .bot {
    height: 2.3rem;
    padding-top: 0.3rem;
  }
  .abo_con2 .bot .div .div3 p span {
    font-size: 0.5rem;
    line-height: 0.5rem;
    margin-right: 0.04rem;
  }
  .abo_con2 .bot .div .div3 p em {
    font-size: 0.18rem;
    top: 0.06rem;
    margin-left: 0.05rem;
  }
  .abo_con2 .bot .div .div3 p {
    font-size: 0.18rem;
  }
  .abo_con2 .bot .div .div1::before {
    height: 1.5rem;
  }
  .abo_con3 {
    padding-top: 1.08rem;
    padding-bottom: 0.68rem;
  }
  .abo_con3 .rq {
    padding-top: 0.36rem;
  }
  .abo_con3 .rq .lef .div .p1 {
    font-size: 0.2rem;
    margin-bottom: 0.12rem;
  }
  .abo_con3 .rq .lef .div .p2 {
    font-size: 0.16rem;
    line-height: 0.28rem;
  }
  .abo_con3 .rq .lef::before {
    height: 0.06rem;
  }
  .abo_con3 .rq .rig {
    padding-left: 0.5rem;
  }
  .abo_con3 .rq .rig .div .div1 {
    padding-left: 0.54rem;
    padding-right: 1.18rem;
  }
  .abo_con3 .rq .rig .div .div1 img {
    width: 0.38rem;
  }
  .abo_con3 .rq .rig .div .div1 .p1 {
    font-size: 0.18rem;
    margin-bottom: 0.04rem;
  }
  .abo_con3 .rq .rig .div .div1 .p2 {
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  .abo_con3 .rq .rig .div {
    padding-bottom: 0.3rem;
    margin-bottom: 0.25rem;
  }
  .abo_con3 .rq .rig .div .div1::before {
    height: 0.64rem;
    right: 0.52rem;
  }
  .abo_con4 .rq {
    padding-top: 0.6rem;
  }
  .abo_con4 .rq .div {
    width: 0.9rem;
    top: 0.6rem;
  }
  .abo_con4 .rq .div p {
    font-size: 0.14rem;
    margin-top: 0.05rem;
  }
  .abo_con5 {
    height: auto;
    padding-top: 0.68rem;
    padding-bottom: 0.76rem;
  }
  .abo_con5 .rq {
    padding-top: 0.64rem;
  }
  .abo_con5 .rq .top {
    height: 2.6rem;
    padding: 0 1rem;
  }
  .abo_con5 .rq .top .div {
    padding-top: 0.36rem;
    padding-bottom: 0.4rem;
  }
  .abo_con5 .rq .top .div .p1 {
    font-size: 0.18rem;
    /* margin-bottom: 0.06rem; */
    margin-bottom: 10px;
  }
  .abo_con5 .rq .top .div .p2 {
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  .abo_con5 .rq .p {
    font-size: 2.9rem;
    /* top: 26%; */
    top: 38%;
  }
  .abo_con5 .rq .bot .p1 {
    font-size: 0.18rem;
  }
  .abo_con5 .rq .bot em {
    width: 0.12rem;
    height: 0.12rem;
    margin-top: 0.06rem;
    margin-bottom: 0.04rem;
  }
  .abo_con5 .rq .bot::before {
    /* top: 0.35rem; */
    top: .4rem;
  }
  .abo_con6 {
    padding-top: 0.65rem;
    padding-bottom: 0.82rem;
  }
  .abo_con6 .rq .div {
    width: 0.95rem;
    height: 0.95rem;
  }
  .abo_con6 .rq .div1 p {
    font-size: 0.14rem;
  }
  .abo_con6 .rq .div1 p em {
    width: 0.05rem;
    height: 0.05rem;
  }
  .abo_con6 .rq1 .div .p1 {
    font-size: 0.18rem;
    margin-bottom: 0.06rem;
  }
  .abo_con6 .rq1 .div .p2 {
    font-size: 0.14rem;
  }
  .abo_con7 {
    padding-top: 0.66rem;
    padding-bottom: 0.52rem;
  }
  .abo_con7 .rq {
    margin-top: 0.3rem;
  }
  .abo_con7 .rq .div {
    height: 0.8rem;
  }
  .abo_con7 .rq .swiper-container {
    padding-bottom: 0.4rem;
  }
}
@media (max-width:1290px) {
  .abo_con5 .rq .p{
    top: 39%;
  }
}
@media (max-width: 1024px) {
  .abo_con2 .top .rq .lef .div {
    margin-top: 0.18rem;
    padding-top: 0.18rem;
  }
  .ab_bt {
    font-size: 0.28rem;
    padding-left: 0.16rem;
  }
  .ab_bt::before {
    width: 0.03rem;
    height: 0.28rem;
  }
  .abo_con2 .top .rq .lef .div .p1 {
    font-size: 0.2rem;
  }
  .abo_con2 .top .rq .lef .div .div1 p {
    font-size: 0.14rem;
    line-height: 0.23rem;
    margin-bottom: 0.14rem;
  }
  .abo_con2 .top .rq .lef .div .div1 {
    margin-top: 0.14rem;
    height: 2.58rem;
  }
  .abo_con2 .top {
    padding-bottom: 0.3rem;
  }
  .abo_con2 .bot {
    height: 1.6rem;
    padding-top: 0.28rem;
  }
  .abo_con2 .bot .div .div3 p span {
    font-size: 0.36rem;
    line-height: 0.36rem;
    margin-right: 0.04rem;
  }
  .abo_con2 .bot .div .div3 p em {
    font-size: 0.14rem;
    top: 0.02rem;
    margin-left: 0.05rem;
  }
  .abo_con2 .bot .div .div3 p {
    font-size: 0.14rem;
  }
  .abo_con2 .bot .div .div2 {
    margin-bottom: 0.3rem;
  }
  .abo_con2 .bot .div .div1::before {
    height: 1rem;
  }
  .abo_con2 .top .rq .rig .div p {
    font-size: 0.14rem;
    bottom: 0.14rem;
  }
  .abo_con1 {
    top: 0.6rem;
  }
  .abo_con3 {
    padding-top: 0.8rem;
    padding-bottom: 0.5rem;
  }
  .abo_con3 .rq .rig {
    padding-left: 0.3rem;
  }
  .abo_con3 .rq .rig .div .div1 {
    padding-left: 0.54rem;
    padding-right: 0.4rem;
  }
  .abo_con3 .rq .rig .div .div1::before {
    height: 0.66rem;
    right: 0.2rem;
  }
  .abo_con4 .rq {
    padding-top: 0.36rem;
  }
  .abo_con4 .rq .div {
    width: 0.6rem;
    top: 0.36rem;
  }
  .abo_con5 .rq .top {
    /* height: 2rem; */
    height: 2.5rem;
    padding: 0 0.6rem;
  }
  .abo_con5 .rq .p {
    /* font-size: 2.25rem; */
    /* top: 32%; */
    font-size: 3rem;
    top: 41%;
  }
  .abo_con7 .rq .div {
    height: 0.6rem;
  }
}
@media (max-width:991px) {
  .abo_con5 .rq .p {
    top: 42%;
  }
}
@media (max-width: 768px) {
  .abo_con5 .rq .bot::before{
    top: .35rem;
  }
  .abo_con1 .rq {
    overflow-x: auto;
    white-space: nowrap;
    display: block;
    width: 100%;
  }
  .abo_con1 .rq span {
    display: inline-block;
  }
  .abo_con1 .rq::-webkit-scrollbar {
    height: 0.01rem;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0.5rem;
  }
  .abo_con1 .rq::-webkit-scrollbar-thumb {
    border-radius: 0.5rem;
    background-color: rgba(0, 0, 0, 0);
  }
  .abo_con1 .rq span a {
    font-size: 0.14rem;
    line-height: 0.5rem;
    margin: 0rem 0.18rem;
  }
  .abo_con2 .top .rq .lef {
    width: 100%;
  }
  .abo_con2 .top .rq .rig {
    width: 100%;
    position: sticky;
  }
  .abo_con2 .bot .div {
    width: 80%;
    margin: 0 auto;
  }
  .abo_con3 .rq .lef {
    width: 100%;
  }
  .abo_con3 .rq .rig {
    width: 100%;
    padding-left: 0;
    margin-top: 0.2rem;
  }
  .abo_con5 .rq {
    padding-top: 0.4rem;
  }
  .abo_con5 .rq .top {
    height: auto;
    padding: 0 0rem;
    margin-bottom: 0.4rem;
  }
  .abo_con5 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .abo_con5 .rq .p {
    top: 39%;
    display: none;
  }
  .abo_con5 .ab_bt {
    font-size: 0.22rem;
  }
  .abo_con5 .rq .top .div {
    min-width: 100%;
    min-height: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .abo_con5 .swiper-button-next,
  .abo_con5 .swiper-button-prev {
    background-size: 0.15rem 0.2rem;
    display: block;
  }
  .abo_con5 .swiper-button-next {
    /* right: 0.05rem; */
    right: 0;
    /* top: 25%; */
  }
  .abo_con5 .swiper-button-prev {
    /* left: 0.05rem; */
    left: 0;
    /* top: 25%; */
  }
  .abo_con6 .rq .div {
    width: 0.66rem;
    height: 0.66rem;
  }
}
@media (max-width: 500px) {
  .abo_con2 {
    padding-top: 0.45rem;
  }
  .ab_bt {
    font-size: 0.24rem;
    padding-left: 0.12rem;
  }
  .ab_bt::before {
    width: 0.03rem;
    height: 0.25rem;
  }
  .abo_con2 .top .rq .lef .div .div1 {
    margin-top: 0.1rem;
    height: 2.58rem;
    margin-bottom: 0.25rem;
  }
  .abo_con2 .bot .div {
    width: 100%;
  }
  .abo_con3 {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
  }
  .abo_con3 .rq {
    padding-top: 0.24rem;
  }
  .abo_con3 .rq .rig .div {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
    border-bottom: none;
  }
  .abo_con3 .rq .rig .div .div1 {
    width: 100%;
    padding: 0 !important;
    border-bottom: 0.01rem solid #d6d6d6;
    padding-bottom: 0.1rem !important;
    padding-left: 0.5rem !important;
    margin-bottom: 0.1rem;
  }
  .abo_con3 .rq .rig .div .div1::before {
    display: none;
  }
  .abo_con5 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .abo_con5 .rq .top {
    margin-bottom: 0.2rem;
  }
  .abo_con5 .rq .top .div {
    min-width: 100%;
    padding: 0 0.15rem;
    padding-top: 0.28rem;
    padding-bottom: 0.3rem;
    min-height: 1.5rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .abo_con5 .rq {
    padding-top: 0.28rem;
  }
  .abo_con5 .rq .top .div .p1 {
    margin-bottom: 0.03rem;
  }
  .abo_con5 .rq .p {
    font-size: 1.88rem;
    top: 35%;
    display: none;
  }
  .abo_con6 {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
  }
  .abo_con6 .rq img {
    width: 100%;
  }
  .abo_con6 .rq .div {
    width: 0.4rem;
    height: 0.4rem;
  }
  @keyframes yfd {
    0% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translate(-50%, -50%) scale(2);
    }
  }
  .abo_con6 .rq1 .div {
    padding: 0 0.1rem;
  }
  .abo_con6 .rq1 .div .p1 {
    font-size: 0.16rem;
  }
  .abo_con7 {
    padding-top: 0.45rem;
    padding-bottom: 0.3rem;
  }
  .abo_con7 .rq {
    margin-top: 0.24rem;
  }
  .abo_con7 .rq .swiper-container {
    padding-bottom: 0.3rem;
  }
}
/* about-six 荣誉资质 */
.about-six {
  position: relative;
  padding: 0.77rem 0 0.86rem;
  background: url(../images/abx-bg.jpg) no-repeat center;
  background-size: cover;
}
.abx-swiper {
  position: relative;
  /* margin-top: 0.77rem; */
  margin-top: 3.125vw;
}
.abx-swiper .swiper-container {
  padding-bottom: 0.8rem;
}
.abx-pic img {
  display: block;
  width: 100%;
}
.abx-swiper .swiper-pagination {
  width: 100%;
  bottom: 0rem;
}
.abx-swiper .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  opacity: 1;
  margin: 0 0.12rem;
  background: none;
  border: solid 0.02rem #cdcdcd;
}
.abx-swiper .swiper-pagination-bullet-active {
  background: #4877aa;
  border-color: #4877aa;
}
.abx-swiper p {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.18rem;
  text-align: center;
  margin-top: .2rem;
}
.abx-list {
  background: white;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
  /* padding-bottom: 0.4rem; */
  padding-bottom: 0.2rem;
}
.about-tit {
  font-size: 0.46rem;
  line-height: 0.5rem;
  color: #333;
  text-align: center;
}
@media (max-width: 1680px) {
  .abx-swiper p {
    font-size: 0.2rem;
  }
}
@media (max-width: 1459px) {
  .about-tit {
    font-size: 0.4rem;
  }
}
@media (max-width: 991px) {
  .about-tit {
    font-size: 0.46rem;
  }
}
@media (max-width: 768px) {
  .abx-swiper p {
    font-size: 0.14rem;
    margin-top: .15rem;
  }
  .about-six {
    padding: 0.4rem 0;
  }
  .about-tit {
    font-size: 0.22rem;
  }
  .about-tit {
    line-height: 0.28rem;
  }
  .abx-swiper {
    margin-top: 0.3rem;
  }
  .abx-swiper {
    margin-top: 0.25rem;
  }
  .abx-swiper .swiper-container {
    padding-bottom: 0.3rem;
  }
  .abx-list {
    padding-bottom: 0.15rem;
    /* padding-bottom: 0.1rem; */
  }
  .abx-swiper .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0.05rem;
    border-width: 0.01rem;
  }
}
/* 合作伙伴 */
.tit h4 {
  font-size: 0.46rem;
  color: #333;
  margin-top: -0.3rem;
}
.tit span img {
  margin: 0.18rem auto 0.3rem 0;
}
.in-six {
  padding: 0.5rem 0 0.6rem;
  background: #ebf1f5;
}
.in-six .tit {
  text-align: left;
}
.in-six .tit h4 {
  margin-top: 0;
}
.in-six .tit span {
  display: inline-block;
}
.in6-swiper {
  position: relative;
  padding-bottom: 0;
}
.in6-swiper .swiper-container {
  overflow: hidden;
}
.in6-swiper .swiper-slide {
  overflow: hidden;
}
.in6-swiper .swiper-slide img {
  display: block;
  width: 100%;
  transition: all 0.4s;
}
.in6-swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.in6-swiper .swiper-pagination {
  bottom: 0;
}
.in6-swiper .swiper-pagination-bullet {
  border-color: #777;
}
.in6-swiper .swiper-pagination-bullet-active {
  border-color: #0599d9;
}
.in6-swiper .swiper-button-prev,
.in6-swiper .swiper-button-next {
  width: 0.46rem;
  height: 0.46rem;
  box-shadow: 0.05rem 0.01rem 0.3rem rgba(34, 34, 34, 0.1);
  border-radius: 50%;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s;
  cursor: pointer;
}
.in6-swiper .swiper-pagination {
  display: none;
}
.in6-swiper .swiper-button-prev {
  left: -0.67rem;
  background: url(../images/right5.png) no-repeat center;
  transform: rotate(180deg);
  background-size: contain;
}
.in6-swiper .swiper-button-next {
  right: -0.67rem;
  background: url(../images/right5.png) no-repeat center;
  background-size: contain;
}
.in6-swiper .swiper-button-prev:hover,
.in6-swiper .swiper-button-next:hover {
  background: url(../images/right5h.png) no-repeat center;
  background-size: contain;
}
@media (min-width: 1680px) {
  .in-six .tit {
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 1680px) {
  .in6-swiper .swiper-button-prev {
    left: 0;
  }
  .in6-swiper .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 991px) {
  .in-six {
    padding: 0 0 0.4rem 0;
  }
  .in-six .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
  }
  .in6-swiper {
    padding-bottom: 0.3rem;
  }
  .in6-swiper .swiper-button-prev,
  .in6-swiper .swiper-button-next {
    display: none;
  }
  .in6-swiper .swiper-pagination {
    display: block;
    width: 100%;
  }
  .tit span img {
    margin: 0.1rem auto 0;
  }
  .tit h4 {
    font-size: 0.26rem;
    margin-top: -0.2rem;
  }
  .tit span img {
    margin: 0.1rem auto 0;
  }
  .tit {
    margin-bottom: 0.24rem;
  }
  .swiper-pagination-bullet {
    margin: 0px 5px!important;
  }
  .in6-swiper .swiper-pagination-bullet {
    border-color: #777;
  }
  .in6-swiper .swiper-pagination-bullet-active {
    border-color: #0599d9;
  }
}
/* 会员中心 */
.hy_con5 {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  background: #ebf1f5;
  padding-top: 0.8rem;
  padding-bottom: 0.9rem;
}
.hy_con5 .hy_title {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 0.7rem;
}
.hy_con5 .hy_title h2 {
  font-size: 0.46rem;
}
.hy_con5 .container {
  overflow: hidden;
}
.hy_con5 .li {
  width: 100%;
  margin-right: 1.5%;
  background: #fff;
  margin-bottom: 0.2rem;
}
.hy_con5 .li .img,
.hy_con5 .li .img img {
  width: 100%;
}
.hy_con5 .li:nth-of-type(3n) {
  margin-right: 0;
}
.hy_con5 .li .title {
  font-size: 0.18rem;
  color: #2196F3;
  padding: 0.2rem 0.15rem 0.15rem 0.15rem;
}
.hy_con5 .li .text {
  font-size: 0.16rem;
  color: #666;
  line-height: 1.5;
  padding: 0 0.15rem 0.2rem 0.15rem;
  display: -webkit-box;
}
.hyzx-swiper-pagination .swiper-pagination-bullet-active {
  background: #4877aa;
}
@media (min-width: 768px) {
  .hyzx-swiper-pagination {
    width: 100%;
    left: unset !important;
    display: flex;
    justify-content: center;
    margin-top: 0.2rem;
  }
  .hyzx-swiper-pagination .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
  }
}
@media (max-width: 1680px) {
  .hy_con5 .li .title {
    font-size: 0.2rem;
  }
  .hy_con5 .li .text {
    font-size: 0.2rem;
  }
}
@media (max-width: 768px) {
  .hy_con5 {
    padding: 0.4rem 0 0.4rem 0;
  }
  .hy_con5 .li {
    width: 100%;
    margin-right: 0%;
    background: #fff;
    margin-bottom: 0.2rem;
  }
  .hy_con5 .li:nth-of-type(2n) {
    margin-right: 0;
  }
  .hy_con5 .li:nth-of-type(3n) {
    margin-right: 0;
  }
  .hy_con5 .hy_title h2 {
    font-size: 0.22rem;
  }
  .hy_con5 .hy_title {
    margin-bottom: 0.25rem;
  }
  .hy_con5 .hyzx-swiper {
    overflow: hidden;
  }
  .hy_con5 .hyzx-swiper-pagination {
    display: flex;
    justify-content: center;
  }
  .hy_con5 .li .title {
    font-size: 0.16rem;
    padding: 0.15rem 0.15rem 0.1rem 0.15rem;
  }
  .hy_con5 .li .text {
    font-size: 0.14rem;
  }
}
/* 服务对象 */
.con5 {
  padding-bottom: 1rem;
}
.con5 .contitle-big {
  font-size: 0.46rem;
  font-weight: 400;
  line-height: 1.7;
}
@media (min-width:769px) {
  .con5 .contitle-big{
    height: 1.7rem;
    display: flex;
    align-items: center;
  }
}
.con5 .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.con5 .swiper-slide {
  /* text-align: center;
	font-size: 0.18rem;
	background: #fff;
	height: calc((100% - 0.3rem) / 2); */
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.con5 {
  background: #f8f8f8;
}
.con5 .wrap2 {
  position: relative;
}
.con5-conli {
  overflow: hidden;
  margin-top: 0.6rem;
  position: relative;
}
.con5-conli .fwSwiper-a {
  width: 100%;
}
.con5-conli .fwSwiper-a img {
  width: 100%;
  height: 100%;
}
.con5-conli .swiper-slide {
  padding: 0 !important;
  /* margin-bottom: 0.2rem; */
}
.con5-conli .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
.con5 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -3.5%;
  /* top: 77%; */
  top: 80%;
  transform: translate(-50%, -50%) !important;
  color: #dfdfdf;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23dfdfdf'%2F%3E%3C%2Fsvg%3E");
}
.con5 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -5%;
  /* top: 77%; */
  top: 80%;
  transform: translate(-50%, -50%) !important;
  color: #dfdfdf;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23dfdfdf'%2F%3E%3C%2Fsvg%3E");
}



/* @media (max-width: 1024px) {
  .con5 .swiper-button-prev,
  .con5 .swiper-button-next {
    top: 83%;
  }
}
@media (max-width: 991px) {
  .con5 .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -3.5% !important;
    top: 81%;
  }
  .con5 .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -7.2% !important;
    top: 81%;
  }
} */

@media (max-width:1680px) {
  .con5 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    top: 81%;
  }
  .con5 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    top: 81%;
  }
  }
  @media (max-width:1560px) {
  .con5 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: -2%;
  }
  .con5 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: -4%;
  }
  }
  @media (max-width:1440px) {
  .con5 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: -4.8%;
    top: 78%;
  }
  .con5 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: -7%;
    top: 78%;
  }
  }

  @media (max-width:1290px) {
  .con5 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: -3%;
  }
  .con5 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: -5.5%;
  }
  }

  @media (max-width:1259px) {
  .con5 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: -5%;
  }
  .con5 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: -8%;
  }
  }

  @media (max-width:1024px){
  .con5 .swiper-button-prev,.con5 .swiper-button-next {
    /* top: 83%; */
    top: 80%;
  }

  .con5 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: -1.5%;
  }
  .con5 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: -4%;
  }
  .con5 .swiper-button-prev,.con5 .swiper-button-next{
    background-size: 20px 44px;
  }
    
  }
  
  @media (max-width:991px) {
  .con5 .swiper-button-prev,.con5 .swiper-button-next{
    background-size: 15px 44px;
  }
    .con5 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
      left: -1% ;
        top: 83%;
    }
    
    .con5 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
          right: -3.8%;
          top: 83%;
    }
  }
  



.con5-conli .swiper-pagination-bullet-active {
  background: #4877aa !important;
}
.con5-conli .swiper-pagination-fraction {
  left: 50% !important;
  /* top: 50% !important; */
  transform: translate(-50%, -50%) !important;
}
.con5-tn {
  height: 1.7rem;
  border-bottom: 0.02rem solid #e7eaf1;
}
.con5 .con5-nav {
  display: flex;
  height: 100%;
  padding-bottom: 0;
  align-items: center;
}
.con5 .con5-title {
  font-size: 0.55rem;
  line-height: 2.5rem;
}
.con5 .con5-navLi {
  font-size: 0.22rem;
  text-align: center;
  color: #181325;
  /* padding: 0.15rem 0.4rem; */
  position: relative;
  padding: 0 2.604vw;
  height: 2.604vw;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.con5 .navLiOn {
  background: #3378af;
  color: #fff;
  position: relative;
  transform: all 0.3s;
  /* padding: 0.15rem 0.4rem; */
  padding: 0 2.604vw;
  height: 2.604vw;
  min-height: 40px;
}
.con5 .navLiOn::before {
  content: '';
  width: 100%;
  height: 0.04rem;
  /* border-radius: 0.04rem; */
  background: #3378af;
  position: absolute;
  left: 50%;
  /* top: 1.1rem; */
  transform: translateX(-50%);
  transition: all 0.5s;
  bottom: -.6rem;
}
@media (max-width: 768px) {
  .con5 {
    padding-bottom: 0.35rem;
  }
  .con5 .con5-title {
    line-height: 1;
  }
  .con5 .contitle-big {
    padding-top: 0.3rem;
  }
  .con5-tn {
    height: auto;
    padding-top: 0.1rem;
  }
  .con5 .con5-nav {
    display: flex;
    float: unset;
    justify-content: center;
    width: 100%;
    padding-top: 0.95rem;
    padding-bottom: 0.2rem;
  }
  .con5 .con5-navLi {
    background: #bbb;
    font-size: 0.16rem;
    justify-content: center;
    padding: 0.1rem 0.4rem;
    color: #fff;
    width: 48%;
  }
  .con5 .navLiOn {
    padding: 0.1rem 0.4rem;
    background: #3378af;
  }
  .con5 .navLiOn::before {
    top: 0.56rem;
  }
  .con5 .con5-navLi:nth-of-type(1) {
    margin-right: 4%;
  }
  .con5-conli {
    margin-top: 0.25rem;
    height: 40vw;
  }
  .con5-conli .swiper-pagination {
    bottom: -0.05rem;
  }
  .con5-conli .fwSwiper-a {
    width: auto;
    height: auto;
  }
  .con5-conli .swiper-slide {
    margin-bottom: auto;
  }
  .con5 .swiper-wrapper {
    height: auto;
  }
  .swiper-button-next,
  .swiper-button-prev {
    background-size: 17px 40px;
  }
  .con5 .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -9% !important;
    top: 86%;
  }
  .con5 .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -1.9% !important;
    top: 86%;
  }
}
/* 入会申请 */
.rh_con6 {
  margin: 0.7rem 0 0.2rem 0;
}
.rh_con6 .container img {
  max-width: 100%;
}
.rh_con6 .rh_down,
.rh_con6 .rh_down .downBtn a {
  width: 100%;
  display: flex;
  justify-content: center;
}
.rh_con6 .rh_down .downBtn {
  height: 0.9rem;
  display: flex;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  cursor: pointer;
  margin: 0.5rem 0;
}
.rh_con6 .rh_down .downBtn .text {
  width: 3rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3rem;
}
.rh_con6 .rh_down .downBtn .img {
  width: 0.7rem;
  height: 100%;
  background: url('../images/x_xz2.png') 100%;
  background-size: cover;
  transition: all 0.5s;
}
.rh_con6 .rh_down .downBtn:hover .img {
  background: url('../images/x_xz.png') 100%;
  background-size: cover;
}
@media (max-width: 1680px) {
  .rh_con6 .textBox p {
    font-size: 0.2rem;
  }
  .rh_con6 .textBox p strong {
    font-size: 0.22rem;
  }
}
@media (max-width: 768px) {
  .rh_con6 .rh_down .downBtn {
    width: 75%;
  }
  .rh_con6 .rh_down .downBtn .text {
    font-size: 0.24rem;
    width: 100%;
    flex: 3;
  }
  .rh_con6 .rh_down .downBtn {
    height: 1rem;
  }
  .rh_con6 .rh_down .downBtn .img {
    flex: 1;
  }
  .rh_con6 .textBox p {
    font-size: 0.16rem;
    line-height: 1.3;
    color: #666;
  }
  .rh_con6 .textBox img {
    max-width: 100%;
    margin: 0.15rem 0;
  }
}
/* 公会介绍页面结束 */
/* 服务领域开始 */
/* bread二级导航 */
.bread {
  border-bottom: 0.01rem solid #d6d6d6;
  transition: all 0.5s;
}
.bread .wrap {
  display: flex;
  /* justify-content: center; */
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .bread ul {
    display: flex;
    min-width: 50%;
  }
}
.bread ul li {
  font-size: 0.18rem;
  flex: 1;
  /* justify-content: center; */
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.bread ul li:last-child {
  margin-right: 0;
}
.bread ul li a {
  color: #666666;
  padding: 0.3rem 0;
  display: inline-block;
  position: relative;
  transition: all ease-out 0.3s;
  font-size: 0.2rem;
}
@media (max-width: 1680px) {
  .bread ul li a {
    font-size: 0.22rem;
  }
}
.bread ul li a:after {
  position: absolute;
  content: "";
  border-bottom: 0.03rem solid #4877aa;
  width: 0;
  bottom: 0;
  left: 0;
  transition: all ease-out 0.3s;
}
.bread ul li a:hover {
  color: #4877aa;
  transition: all ease-out 0.3s;
}
.bread ul li a:hover:after {
  position: absolute;
  content: "";
  border-bottom: 0.03rem solid #4877aa;
  width: 100%;
  transition: all ease-out 0.3s;
}
.bread ul li a.on {
  color: #4877aa;
}
.bread ul li a.on:after {
  position: absolute;
  content: "";
  border-bottom: 0.03rem solid #4877aa;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .bread {
    background: #fff;
  }
  .bread ul {
    padding-top: 0.3rem;
    margin-bottom: 0.2rem;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    width: 100%;
  }
  .bread ul li {
    min-width: 25%;
    background-color: #fff !important;
    flex: unset;
    margin-right: 0;
    margin-bottom: 0.1rem;
  }
  .bread ul li a {
    padding: 0.1rem 0;
    font-size: 0.14rem;
  }
  .bread ul li a.on:after {
    content: unset;
  }
  .bread ul li a.on {
    background: #4877aa;
    color: #fff;
    width: 100%;
    text-align: center;
  }
  .bread ul {
    overflow-x: scroll;
    display: -webkit-box;
    flex-wrap: unset;
    padding-top: 0;
    margin-bottom: 0;
  }
  .bread ul li {
    margin-right: 3%;
    margin-bottom: 0;
  }
  .bread ul::-webkit-scrollbar {
    display: none;
  }
}
.bread_fixed {
  position: fixed;
  /* top: 0.96rem; */
  top: 1rem;
  width: 100%;
  background: #f7f7f7;
  z-index: 9999;
}
@media (max-width: 768px) {
  .bread_fixed {
    top: 0.6rem;
    background: #fff;
  }
  .bread_fixed ul {
    padding-top: 0;
    margin-bottom: 0;
  }
  .bread_fixed ul li {
    margin: 0;
  }
  .bread ul li a.on {
    background: transparent;
    color: #4877aa;
    border-bottom: 3px solid #4877aa;
  }
}
.bread_fixed ul li a {
  padding: 0.1rem 0;
}
/* bread二级导航 */
.sa_con1 {
  margin-bottom: 0.5rem;
}
.sa_con1 .text p>img{
  width: 100%;
  height: auto;
}
.sa_con1 .title,
.sa_con1 .title p {
  margin-top: 0.8rem;
  font-size: 0.4rem;
  width: 100%;
  /* text-align: center; */
  text-align: left;
  word-break: break-all;
  white-space: normal;
  line-height: 1.5;
}
.sa_con1 .hh-link-box {
  width: 100%;
  display: flex;
  /* justify-content: center; */
  justify-content: flex-start;
  margin: 0.4rem 0;
}
.sa_con1 .hh-link-box .hh-link {
  width: 0.4rem;
  height: 0.02rem;
  background: #4877aa;
}
.sa_con1 .textBox img {
  max-width: 100%;
}
.sa_con1 .rh_down,
.sa_con1 .rh_down .downBtn a {
  width: 100%;
  display: flex;
  justify-content: center;
}
.sa_con1 .rh_down .downBtn {
  height: 0.9rem;
  display: flex;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  cursor: pointer;
  margin: 0.5rem 0;
}
.sa_con1 .rh_down .downBtn .text {
  width: 3rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3rem;
}
.sa_con1 .rh_down .downBtn .img {
  width: 0.7rem;
  height: 100%;
  background: url('../images/x_xz2.png') 100%;
  background-size: cover;
  transition: all 0.5s;
}
.sa_con1 .rh_down .downBtn:hover .img {
  background: url('../images/x_xz.png') 100%;
  background-size: cover;
}
@media (max-width: 1680px) {
  .sa_con1 .textBox p {
    font-size: 0.2rem;
  }
  .sa_con1 .textBox p strong {
    font-size: 0.22rem;
  }
}
@media (max-width: 768px) {
  .sa_con1 {
    /* margin-bottom: 0.4rem; */
    margin-bottom: 0;
    padding-bottom: .4rem;
    margin-top: .4rem;
  }
  .sa_con1 .title,
  .sa_con1 .title p {
    margin-top: 0.1rem;
    font-size: 0.16rem;
  }
  .sa_con1 .hh-link-box {
    margin: 0.15rem 0;
  }
  .sa_con1 .textBox p strong {
    font-size: 0.18rem;
  }
  .sa_con1 .textBox p {
    font-size: 0.14rem;
    line-height: 1.3;
    color: #666;
  }
  .sa_con1 .textBox img {
    max-width: 100%;
    margin: 0.15rem 0;
  }
  .sa_con1 .rh_down .downBtn {
    width: 75%;
  }
  .sa_con1 .rh_down .downBtn .text {
    font-size: 0.24rem;
    width: 100%;
    flex: 3;
  }
  .sa_con1 .rh_down .downBtn {
    height: 1rem;
  }
  .sa_con1 .rh_down .downBtn .img {
    flex: 1;
  }
  .sa_con1 .text,.sa_con1 .text p,.sa_con1 .text p span{
    font-size: 14px !important;
    line-height: 1.5;
  }

  .sa_con1 .text img,.sa_con1 .text p img{
    max-width: 100%;
  }
}
/* 服务领域结束 */
/* 服务项目开始*/
/* 面包屑 */
.serpro_mbx{
  background: #f9f9f9;
}
.serpro_mbx .wrap {
  /* min-height: 0.87rem; */
  /* min-height: .45rem; */
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.serpro_mbx .wrap .title {
  font-size: 0.2rem;
  color: #505050;
  position: relative;
  padding-left: 0.45rem;
}
.serpro_mbx .wrap .title::before {
  content: '';
  width: 0.05rem;
  height: 0.25rem;
  background: #4877aa;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.serpro_mbx .wrap .spMbx .ul {
  display: flex;
}
.serpro_mbx .wrap .spMbx .ul .li {
  margin-right: 0.4rem;
  position: relative;
  display: flex;
}
.serpro_mbx .wrap .spMbx .ul .li .a {
  /* font-size: 0.18rem; */
  /* font-size: .16rem; */
  font-size: 14px;
  color: #999;
}
.serpro_mbx .wrap .spMbx .ul .li::before {
  content: '';
  width: 0.01rem;
  height: 0.2rem;
  background: #999;
  position: absolute;
  top: 50%;
  right: -0.2rem;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .serpro_mbx .wrap {
    /* height: 0.6rem; */
    /* min-height: 0.6rem; */
    height: .35rem;
    min-height: .35rem;
    width: 100%;
    padding: 0 0.2rem;
  }
  .serpro_mbx .wrap .title {
    display: none;
  }
  .serpro_mbx .wrap .spMbx .ul .li .a {
    font-size: 0.12rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .serpro_mbx .wrap .spMbx .ul .li {
    display: flex;
    align-items: center;
    margin-right: 0.3rem;
  }
  .serpro_mbx .wrap .spMbx .ul .li::before {
    height: 0.15rem;
    right: -0.15rem;
  }
}
/* 服务项目结束*/
/* ser2_con1 */
.ser2_con1 {
  width: 100%;
  padding-bottom: 120px;
}
.ser2_con1 .rq {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  padding-bottom: 70px;
}
.ser2_con1 .rq .p {
  font-size: 30px;
  color: #000000;
  text-align: center;
  font-weight: bold;
}
.ser2_con1 .rq .p span {
  color: #4877aa;
}
.ser2_con1 .rq .p1 {
  font-size: 16px;
  color: #999999;
  text-align: left;
  padding-top: 5px;
  padding-left: 65px;
  line-height: 1.8;
  margin-top: 25px;
}
.ser2_con1 .rq1 {
  width: 100%;
  padding-top: 46px;
}
.ser2_con1 .rq2 {
  width: 100%;
}
.ser2_con1 .rq2 .div {
  width: 33.33%;
  float: left;
  margin-bottom: 35px;
}
.ser2_con1 .rq2 .div1 {
  width: 100%;
  padding-left: 155px;
  position: relative;
}
.ser2_con1 .rq2 .div1 p {
  width: 155px;
  font-size: 15px;
  color: #666666;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 45px;
  text-align: right;
  padding-right: 10px;
}
.ser2_con1 .rq2 .div1 p span {
  color: #ff000c;
  margin-right: 5px;
}
.ser2_con1 .rq2 .div1 input.text,
.ser2_con1 .rq2 .div1 .select {
  width: 100%;
  height: 45px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  color: #666666;
  padding: 0 15px;
  appearance: none;
}
.ser2_con1 .rq2 .div2 {
  width: 33.33%;
  float: left;
  margin-bottom: 24px;
}
.ser2_con1 .rq2 .div3 {
  width: 100%;
}
.ser2_con1 .rq2 .div3 span {
  float: left;
  width: 110px;
  line-height: 45px;
  font-size: 14px;
  color: #999999;
  position: relative;
}
.ser2_con1 .rq2 .div3 input {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ser2_con1 .rq2 .div3 label {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-image: url(../images/img65.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8px;
}
.ser2_con1 .rq2 .div3 input:checked + label {
  background-image: url(../images/img66.png);
}
.ser2_con1 .rq2 .div4 {
  height: 45px;
  border: 1px solid #e5e5e5;
  padding-right: 110px;
  position: relative;
}
.ser2_con1 .rq2 .div4 input {
  font-size: 14px;
  color: #666666;
  padding: 0 15px;
  width: 100%;
  height: 100%;
  display: block;
}
.ser2_con1 .rq2 .div4 img {
  width: 87px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.ser2_con1 .rq2 .div5 {
  width: 100%;
  float: left;
  padding-left: 155px;
}
@media (min-width:769px) {
  .ser2_con1 .rq2 .div5{
    display: flex;
    justify-content: center;
    margin-top: .3rem;
  }
}


.ser2_con1 .rq2 .div5 button {
  font-size: 16px;
  color: #ffffff;
  /* width: 23.33%; */
  width: 70%;
  height: 45px;
  background: #4877aa;
  display: block;
}
.ser2_con1 .rq2 .div5 .p2 {
  font-size: 16px;
  color: #666666;
  margin-top: 25px;
  margin-bottom: 20px;
}
.ser2_con1 .rq2 .div5 .p3 {
  font-size: 36px;
  color: #4877aa;
  font-weight: bold;
}
.ser2_con1 .tysup_text {
  border: 1px solid #e5e5e5;
  width: 100%;
  resize: none;
}
.ser2_con1 .div2-box .div2 {
  width: 33.33%;
}
@media (max-width: 1459px) {
  .ser2_con1 .rq {
    padding: 44px 0;
    padding-bottom: 60px;
  }
  .ser2_con1 {
    padding-top: 44px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1280px) {
  .ser2_con1 .rq2 .div,
  .ser2_con1 .div2-box .div2 {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .ser2_con1 .rq {
    padding: 40px 15px;
    padding-bottom: 60px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .ser2_con1 .rq .p1 {
    padding-left: 0;
  }
  .ser2_con1 .rq2 .div {
    width: 100%;
  }
  .ser2_con1 .rq2 .div1 p {
    width: 135px;
    font-size: 22px;
  }
  .ser2_con1 .rq2 .div1 {
    padding-left: 140px;
  }
  .ser2_con1 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .ser2_con1 .rq {
    padding-bottom: 40px;
  }
  .ser2_con1 .rq .p1 {
    font-size: 22px;
  }
  .ser2_con1 .rq2 .div5 {
    padding-left: 140px;
  }
  .ser2_con1 .rq2 .div5 button {
    font-size: 22px;
    height: 55px;
  }
}
@media (max-width: 768px) {
  .ser2_con1 .rq2 .div,
  .ser2_con1 .div2-box .div2 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .ser2_con1 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .ser2_con1 .rq {
    padding: 40px 15px;
  }
  .ser2_con1 .rq .p {
    font-size: 24px;
  }
  .ser2_con1 .rq .p1 {
    /* font-size: 13px; */
    padding-left: 0;
    font-size: 14px;
  }
  .ser2_con1 .rq .p1 p,.ser2_con1 .rq .p1 p span{
    font-size: 14px !important;
  }
  .ser2_con1 .rq1 {
    padding-top: 24px;
  }
  .ser2_con1 .rq2 .div {
    width: 100%;
    margin-bottom: 10px;
  }
  .ser2_con1 .rq2 .div1 p {
    width: 80px;
    font-size: 13px;
    line-height: 34px;
    padding-right: 0;
  }
  .ser2_con1 .rq2 .div1 {
    padding-left: 90px;
  }
  .ser2_con1 .rq2 .div1 input.text,
  .ser2_con1 .rq2 .div1 .select {
    height: 34px;
    font-size: 12px;
    padding: 0 10px;
  }
  .ser2_con1 .rq2 .div2 {
    margin-bottom: 10px;
  }
  .ser2_con1 .rq2 .div3 span {
    width: 33.3333%;
    line-height: 34px;
    font-size: 13px;
  }
  .ser2_con1 .rq2 .div4 {
    width: 100%;
    height: 34px;
    padding-right: 90px;
  }
  .ser2_con1 .rq2 .div4 img {
    width: 70px;
  }
  .ser2_con1 .rq2 .div4 input {
    font-size: 12px;
    padding: 0 10px;
  }
  .ser2_con1 .rq2 .div5 {
    padding-left: 130px;
  }
  .ser2_con1 .rq2 .div5 button {
    font-size: 14px;
    /* width: 100%; */
    width: 41%;
    height: 42px;
  }
  .ser2_con1 .rq2 .div5 .p2 {
    font-size: 14px;
    margin-top: 14px;
    margin-bottom: 4px;
  }
  .ser2_con1 .rq2 .div5 .p3 {
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  .ser2_con1 .rq2 .div3 span {
    width: 50%;
  }
  .ser2_con1 .rq2 .div5 {
    /* padding-left: 90px; */
    padding-left: 0;
    display: flex;
    justify-content: center;

  }
}
.ser2_con1 .tysup_text {
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 10px 0 10px 15px;
}
.ser2_con1 .tysup_text::-webkit-scrollbar {
  width: 2px;
  height: 3px;
}
.ser2_con1 .tysup_text::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #2a78ab;
}
.ser2_con1 .tysup_text::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.new_con1 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 94px;
}
.new_con1 .rq {
  width: 100%;
  padding-bottom: 20px;
}
.new_con1 .rq .div {
  width: 100%;
  background: #f4f4f4;
  margin-bottom: 35px;
  position: relative;
}
.new_con1 .rq .div a {
  display: block;
  width: 100%;
  height: 100%;
}
.new_con1 .rq .div::before {
  content: '';
  width: 8px;
  height: 100%;
  background-image: linear-gradient(to bottom, #4b5ec5, #44ccf5);
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
}
.new_con1 .rq .div:hover::before {
  opacity: 1;
}
.new_con1 .rq .div .lef {
  width: 36.6%;
  float: left;
  overflow: hidden;
  position: relative;
}
.new_con1 .rq .div .lef::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/img215.png);
  background-size: cover;
  position: absolute;
  left: -100%;
  top: 0;
  transition: all 0.5s;
}
.new_con1 .rq .div .lef img {
  width: 100%;
  vertical-align: middle;
}
.new_con1 .rq .div:hover .lef::before {
  left: 0;
}
.new_con1 .rq .div .rig {
  width: 63.4%;
  float: left;
  padding-left: 188px;
  padding-top: 48px;
  padding-right: 98px;
  position: relative;
}
.new_con1 .rq .div .rig .div1 {
  position: absolute;
  left: 60px;
  top: 48px;
}
.new_con1 .rq .div .rig .div1 .p1 {
  font-size: 50px;
  color: #333333;
  position: relative;
  padding-bottom: 5px;
  text-align: center;
}
.new_con1 .rq .div .rig .div1 .p1::before {
  content: '';
  width: 35px;
  height: 2px;
  background: #acacac;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.new_con1 .rq .div .rig .div1 .p2 {
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin-top: 20px;
}
.new_con1 .rq .div .rig .p3 {
  font-size: 30px;
  color: #333333;
  transition: all 0.5s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.new_con1 .rq .div:hover .rig .p3 {
  color: #274597;
}
.new_con1 .rq .div .rig .p4 {
  font-size: 20px;
  color: #999999;
  line-height: 30px;
  margin-top: 22px;
  margin-bottom: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new_con1 .rq .div .rig .p5 {
  font-size: 20px;
  color: #666666;
  transition: all 0.5s;
}
.new_con1 .rq .div:hover .rig .p5 {
  color: #0790d9;
}
@media (max-width: 1366px) {
  .new_con1 {
    padding-top: 78px;
    padding-bottom: 70px;
  }
  .new_con1 .rq .div {
    margin-bottom: 22px;
  }
  .new_con1 .rq .div .rig {
    padding-left: 140px;
    padding-top: 36px;
    padding-right: 76px;
  }
  .new_con1 .rq .div .rig .div1 {
    left: 44px;
    top: 36px;
  }
  .new_con1 .rq .div .rig .div1 .p1 {
    font-size: 38px;
  }
  .new_con1 .rq .div .rig .div1 .p1::before {
    width: 30px;
  }
  .new_con1 .rq .div .rig .div1 .p2 {
    font-size: 16px;
    margin-top: 14px;
  }
  .new_con1 .rq .div .rig .p3 {
    font-size: 22px;
  }
  .new_con1 .rq .div .rig .p4 {
    font-size: 16px;
    line-height: 28px;
    margin-top: 18px;
    margin-bottom: 22px;
  }
  .new_con1 .rq .div .rig .p5 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .new_con1 .rq .div .rig {
    padding-left: 110px;
    padding-top: 18px;
    padding-right: 40px;
  }
  .new_con1 .rq .div .rig .div1 {
    left: 34px;
    top: 18px;
  }
  .new_con1 .rq .div .rig .div1 .p1 {
    font-size: 32px;
  }
  .new_con1 .rq .div .rig .div1 .p2 {
    font-size: 14px;
    margin-top: 10px;
  }
  .new_con1 .rq .div .rig .p4 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 14px;
    margin-bottom: 16px;
  }
  .new_con1 .rq .div::before {
    width: 4px;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .new_con1 .rq .div .lef {
    width: 100%;
  }
  .new_con1 .rq .div .rig {
    width: 100%;
    padding-bottom: 20px;
  }
  .new_con1 .rq .div .rig .p4 {
    font-size: 20px;
  }
  .new_con1 .rq .div .rig .p5 {
    font-size: 18px;
  }
  .new_con1 .rq .div .rig .div1 .p2 {
    font-size: 18px;
  }
  .new_con1 .rq .div .rig .div1 .p1 {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .new_con1 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .new_con1 .rq .div .rig {
    /* padding-left: 70px; */
    padding-left: 15px;
    padding-right: 15px;
  }
  .new_con1 .rq .div .rig .div1 {
    left: 16px;
    position: unset;
    display: flex;
    margin-bottom: .1rem;
  }
  .new_con1 .rq .div .rig .div1 .p1 {
    /* font-size: 28px; */
    font-size: 12px;
    order: 2;
    padding-bottom: 0;
  }
  .new_con1 .rq .div .rig .div1 .p1::before{
    content: unset;
  }
  .new_con1 .rq .div .rig .div1 .p2 {
    font-size: 12px;
    /* margin-top: 6px; */
    margin-top: 0;
    order: 1;
  }
  .new_con1 .rq .div .rig .p3 {
    font-size: 20px;
  }
  .new_con1 .rq .div .rig .p5 {
    font-size: 14px;
  }
  .new_con1 .rq {
    padding-bottom: 5px;
  }
  .new_con1 .rq .div .lef {
    width: 100%;
  }
  .new_con1 .rq .div .rig {
    width: 100%;
    padding-bottom: 20px;
  }
}
/* 分页器开始 */
/* fyq */
.fyq {
  display: table;
  width: auto;
  margin: 0 auto;
}
.fyq li {
  float: left;
  margin: 0 4px;
}
.fyq li a {
  display: block;
  width: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: 999;
  border: 1px solid #eee;
  transition: all 0s;
}
.fyq .per a,
.fyq .nex a {
  width: 86px;
  font-size: 18px;
}
.fyq .on a,
.fyq li a:hover {
  color: #fff;
  background: #4877aa;
}
@media (max-width: 1459px) {
  .hor_con1 {
    padding-top: 76px;
    padding-bottom: 70px;
  }
  .hor_con1 .rq .div {
    height: 300px;
  }
  .hor_con1 .rq .div p {
    font-size: 14px;
  }
  .hor_con1 .rq .div p em {
    width: 30px;
    height: 30px;
    margin-bottom: 6px;
  }
  .hor_con1 .rq {
    padding-bottom: 30px;
  }
  .fyq li a {
    width: 46px;
    line-height: 46px;
    font-size: 16px;
  }
  .fyq .per a,
  .fyq .nex a {
    width: 70px;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .hor_con1 .rq .div {
    height: 220px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .hor_con1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hor_con1 .rq .div {
    width: 23.5%;
    height: 200px;
    margin-right: 2%;
  }
  .hor_con1 .rq .div:nth-child(5n) {
    margin-right: 2%;
  }
  .hor_con1 .rq .div:nth-child(4n) {
    margin-right: 0%;
  }
}
@media (max-width: 500px) {
  .hor_con1 .rq .div {
    width: 32%;
    height: 146px;
    margin-right: 2%;
  }
  .hor_con1 .rq .div:nth-child(4n) {
    margin-right: 2%;
  }
  .hor_con1 .rq .div:nth-child(3n) {
    margin-right: 0%;
  }
  .hor_con1 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .hor_con1 .rq {
    padding-bottom: 15px;
  }
  .fyq li a {
    width: 36px;
    line-height: 36px;
    font-size: 14px;
  }
}
/* 下载中心开始 */
.dow_con1 {
  width: 100%;
  padding-top: 62px;
  padding-bottom: 100px;
  background: #f8f8f8;
}
.dow_con1 .rq {
  width: 100%;
  background: #fff;
}
.dow_con1 .rq .top {
  width: 100%;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #7e7e80;
}
.dow_con1 .rq .top .div {
  display: table;
  width: auto;
  margin: 0 auto;
}
.dow_con1 .rq .top .div a {
  float: left;
  font-size: 28px;
  color: #000000;
  margin-right: 44px;
  font-weight: bold;
}
.dow_con1 .rq .top .div a:hover {
  color: #a72e2b;
}
.dow_con1 .rq .top .div a.on {
  color: #a72e2b;
  border-bottom: 1px solid #a72e2b;
}
.dow_con1 .rq .top .div a:last-child {
  margin-right: 0;
}
.dow_con1 .rq .bot {
  width: 100%;
}
.dow_con1 .rq .bot .rq1 {
  width: 100%;
  padding: 0 30px;
  padding-bottom: 74px;
}
.dow_con1 .bot .rq1 a {
  width: 100%;
  display: block;
  padding: 35px 0;
  border-bottom: 1px solid #e5e5e5;
}
.dow_con1 .bot .rq1 .lef {
  width: 85%;
  float: left;
  padding-left: 80px;
  position: relative;
}
.dow_con1 .bot .rq1 .lef i {
  width: 51px;
  height: 52px;
  background-image: url(../images/img71.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.dow_con1 .bot .rq1 a:hover .lef i {
  background-image: url(../images/img72.png);
}
.dow_con1 .bot .rq1 .lef p {
  font-size: 22px;
  color: #000;
}
.dow_con1 .bot .rq1 .lef p span {
  font-size: 18px;
  color: #999999;
  padding-left: 30px;
}
.dow_con1 .bot .rq1 .rig {
  max-width: 15%;
  float: right;
  font-size: 20px;
  color: #000;
  padding-left: 45px;
  position: relative;
  transition: all 0.5s;
}
.dow_con1 .bot .rq1 .rig i {
  width: 40px;
  height: 35px;
  background-image: url(../images/img73.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.dow_con1 .bot .rq1 a:hover .rig i {
  background-image: url(../images/img74.png);
}
.dow_con1 .bot .rq1 a:hover .rig {
  color: #4877aa;
}
.dow_con1 .fyq {
  margin-top: 60px;
}
@media (max-width: 1459px) {
  .dow_con1 {
    padding-top: 46px;
    padding-bottom: 106px;
  }
  .dow_con1 .rq .top .div a {
    font-size: 20px;
    margin-right: 33px;
  }
  .dow_con1 .rq .bot .rq1 {
    padding: 0 20px;
    padding-bottom: 54px;
  }
  .dow_con1 .bot .rq1 .lef i {
    width: 38px;
    height: 38px;
  }
  .dow_con1 .bot .rq1 .lef {
    padding-left: 60px;
  }
  .dow_con1 .bot .rq1 .lef p {
    font-size: 18px;
  }
  .dow_con1 .bot .rq1 .lef p span {
    font-size: 14px;
    padding-left: 30px;
  }
  .dow_con1 .bot .rq1 .rig {
    font-size: 16px;
    padding-left: 35px;
  }
  .dow_con1 .bot .rq1 .rig i {
    width: 28px;
    height: 25px;
  }
}
@media (max-width: 991px) {
  .dow_con1 .bot .rq1 .lef {
    width: 80%;
    padding-left: 60px;
  }
  .dow_con1 .bot .rq1 .rig {
    max-width: 20%;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .dow_con1 .bot .rq1 .lef p {
    font-size: 22px;
  }
  .dow_con1 .bot .rq1 .lef p span {
    font-size: 16px;
  }
  .dow_con1 .bot .rq1 .rig {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .dow_con1 .rq .top .div a {
    font-size: 14px;
    margin-right: 24px;
  }
  .dow_con1 .rq .top {
    height: 54px;
    line-height: 54px;
  }
  .dow_con1 .bot .rq1 a {
    padding-top: 24px;
    padding-bottom: 12px;
  }
  .dow_con1 .bot .rq1 .lef {
    width: 100%;
    padding-left: 35px;
  }
  .dow_con1 .bot .rq1 .lef i {
    width: 24px;
    height: 24px;
  }
  .dow_con1 .bot .rq1 .lef p {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
  }
  .dow_con1 .bot .rq1 .lef p span {
    font-size: 12px;
    padding-left: 18px;
  }
  .dow_con1 .bot .rq1 .rig {
    max-width: 100%;
    margin-top: 15px;
  }
  .dow_con1 .bot .rq1 .rig {
    font-size: 15px;
    padding-left: 30px;
  }
  .dow_con1 .bot .rq1 .rig i {
    width: 19px;
    height: 18px;
  }
  .dow_con1 .rq .bot .rq1 {
    padding: 0px 10px;
    padding-bottom: 30px;
  }
  .dow_con1 {
    padding-top: 42px;
    padding-bottom: 48px;
  }
}
/* 下载中心结束 */
/* 联系我们开始 */
.abo_bt {
  font-size: 36px;
  color: #333333;
  padding-bottom: 24px;
  position: relative;
}
.abo_bt::before {
  content: '';
  width: 40px;
  height: 2px;
  background: #999999;
  position: absolute;
  bottom: 0;
  left: 0;
}
.abo6_con1 {
  padding-top: 70px;
  padding-bottom: 115px;
}
.abo6_con1 .rq {
  margin-top: 34px;
  width: 100%;
  box-shadow: 0px 0px 20px 0px rgba(90, 91, 95, 0.2);
  padding: 45px 55px;
  display: flex;
}
.abo6_con1 .rq .lef {
  width: 60%;
  position: relative;
  padding-right: 54px;
}
.abo6_con1 .rq .lef::before {
  content: '';
  width: 1px;
  height: 100%;
  background: #d7d7d7;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.abo6_con1 .rq .p1 {
  font-size: 26px;
  color: #333333;
  margin-bottom: 34px;
}
.abo6_con1 .rq .p2 {
  font-size: 18px;
  color: #333333;
}
.abo6_con1 .rq .p3 {
  font-size: 22px;
  color: #21b2bb;
  margin-top: 5px;
  margin-bottom: 25px;
}
.abo6_con1 .rq .p4 {
  font-size: 14px;
  color: #777777;
}
.abo6_con1 .rq .rig {
  width: 40%;
  /* padding-left: 17%; */
}
.abo6_con1 .rq .rig .p1 {
  text-align: center;
}
.abo6_con1 .rq .rig img {
  display: block;
  margin: 0 auto;
}
.abo6_con1 .lef .rq1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.abo6_con1 .lef .div {
  width: 48%;
}
.abo6_con1 .lef label {
  font-size: 16px;
  color: #999;
  margin-bottom: 3px;
}
.abo6_con1 .lef .div input {
  width: 100%;
  height: 45px;
  font-size: 16px;
  color: #666;
  border: 1px solid #dbdbdb;
  padding-left: 5px;
}
.abo6_con1 .lef .div2 {
  width: 100%;
}
.abo6_con1 .lef .div2 textarea {
  width: 100%;
  height: 100px;
  font-size: 16px;
  color: #666;
  border: 1px solid #dbdbdb;
  padding-left: 5px;
  padding-top: 5px;
}
.abo6_con1 .lef button {
  width: 120px;
  height: 45px;
  background: #21b2bb;
  font-size: 16px;
  color: #ffff;
  margin-top: 15px;
}
/* abo6_con2 */
.abo6_con2 {
  width: 100%;
  padding-top: 83px;
  padding-bottom: 110px;
  background: #f6f8f9;
}
.abo6_con2 .rq {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 30px;
}
.abo6_con2 .rq p {
  width: 50%;
  float: left;
  font-size: 16px;
  color: #777777;
  margin-bottom: 15px;
}
.abo6_con2 .rq1 {
  width: 100%;
}
.abo6_con2 .rq1 img {
  width: 100%;
  vertical-align: middle;
}
.abo6_con2 .wap {
  display: none;
}
/*分辨率 */
@media (max-width: 1459px) {
  .abo6_con1 {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .abo6_con1 .rq {
    margin-top: 26px;
    padding: 25px 25px;
  }
  .abo6_con1 .rq .p1 {
    font-size: 22px;
    margin-bottom: 26px;
  }
  .abo6_con1 .rq .p2 {
    font-size: 16px;
  }
  .abo6_con1 .rq .p3 {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 18px;
  }
  .abo6_con1 .rq .rig img {
    width: 90px;
  }
  .abo6_con1 .rq .lef {
    padding-right: 25px;
  }
  .abo6_con1 .rq .rig {
    width: 40%;
  }
  .abo6_con1 .lef label {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .abo6_con1 .lef .div input {
    height: 40px;
    font-size: 14px;
  }
  .abo6_con1 .lef .div2 textarea {
    height: 80px;
    font-size: 14px;
  }
  .abo6_con2 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .abo6_con2 .rq {
    margin-top: 22px;
    margin-bottom: 16px;
  }
  .abo6_con2 .rq p {
    width: 50%;
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .abo6_con1 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .abo6_con1 .rq {
    flex-wrap: wrap;
  }
  .abo6_con2 .rq p {
    width: 100%;
  }
  .abo6_con1 .rq .lef {
    width: 100%;
    padding-right: 0;
  }
  .abo6_con1 .rq .lef::before {
    content: none;
  }
  .abo6_con1 .rq .rig {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .abo6_con2 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .abo6_con2 .rq {
    display: flex;
    flex-direction: column;
  }
  .abo6_con2 .rq p {
    font-size: 18px;
    line-height: 1.7;
  }
}
@media (max-width: 500px) {
  .abo6_con1 .rq .p1 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .abo6_con1 .rq .p3 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .abo6_con2 .rq p {
    width: 100%;
    line-height: 1.7;
  }
  .abo6_con1 .lef .rq1 {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .abo6_con1 .lef .div {
    width: 100%;
    margin-bottom: 10px;
  }
  .abo6_con1 .lef button {
    width: 90px;
    height: 35px;
    font-size: 14px;
  }
  .abo_bt {
    font-size: 22px;
  }
  .abo6_con2 .rq p {
    font-size: 16px;
  }
  .abo6_con2 .pc {
    display: none;
  }
  .abo6_con2 .wap {
    display: block;
  }
}
/* 新闻详情 */
.new_dat1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.new_dat1 .lef {
  width: 65%;
  float: left;
  border-right: 1px solid #e7e7e7;
  padding-top: 45px;
  padding-bottom: 94px;
  padding-right: 75px;
}
.new_dat1 .lef .top {
  width: 100%;
  padding-bottom: 42px;
  border-bottom: 1px solid #e7e7e7;
}
.new_dat1 .lef .top .p1 {
  font-size: 20px;
  color: #666666;
}
.new_dat1 .lef .top .p1 em {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-image: url(../images/img207.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -2px;
  margin-right: 10px;
}
.new_dat1 .lef .top .p2 {
  font-size: 40px;
  color: #333333;
  line-height: 60px;
  margin-top: 30px;
}
.new_dat1 .lef .bot {
  width: 100%;
  padding-top: 50px;
}
.new_dat1 .lef .bot p {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}
.new_dat1 .lef .bot .p1 {
  font-size: 20px;
  color: #666666;
  margin-bottom: 10px;
}
.new_dat1 .lef .bot img {
  max-width: 100% !important;
  height: auto !important;
}
.new_dat1 .lef .bot .p2 {
  margin-bottom: 34px;
}
.new_dat1 .lef .bot .p3 {
  margin-top: 34px;
}
.new_dat1 .lef .div1 {
  width: 100%;
  margin-top: 87px;
  display: flex;
  justify-content: space-between;
}
.new_dat1 .lef .div1 a {
  font-size: 16px;
  line-height: 60px;
  color: #333333;
  float: left;
  width: 45%;
  text-align: center;
  background: #f1f1f1;
  transition: all 0.5s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 15px;
}
.new_dat1 .lef .div1 a:hover {
  color: #fff;
  background: #4877aa;
}
.new_dat1 .lef .div1 a:nth-child(1) {
  margin-right: 10%;
}
.new_dat1 .lef .div1 a:nth-child(2) {
  width: 45%;
  margin: 0 1%;
}
.new_dat1 .lef .div1 a em {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/img210.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -4px;
  margin-right: 5px;
}
.new_dat1 .lef .div1 a:hover em {
  background-image: url(../images/img211.png);
}
.new_dat1 .rig {
  width: 35%;
  float: left;
  padding-top: 45px;
  padding-left: 75px;
  position: sticky;
  top: 95px;
}
.new_dat1 .rig .div {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 55px;
}
.new_dat1 .rig .div a {
  display: block;
  padding-bottom: 50px;
}
.new_dat1 .rig .div a .p1 {
  font-size: 20px;
  color: #666666;
}
.new_dat1 .rig .div a .p1 em {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../images/img207.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-bottom: -3px;
}
.new_dat1 .rig .div a .p2 {
  font-size: 24px;
  color: #333333;
  margin-top: 15px;
  transition: all 0.5s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.new_dat1 .rig .div a:hover .p2 {
  color: #293f94;
}
.new_dat1 .rig .div1 {
  width: 100%;
}
.new_dat1 .rig .div1 .p1 {
  font-size: 32px;
  color: #333333;
}
.new_dat1 .rig .div1 .rq {
  width: 100%;
  margin-top: 22px;
  background: #f4f3f3;
  padding: 16px;
}
.new_dat1 .rig .div1 .rq a {
  font-size: 18px;
  color: #666666;
  line-height: 46px;
  padding: 0 20px;
  background: #fff;
  float: left;
  margin-right: 8px;
  margin-bottom: 6px;
}
.new_dat1 .rig .div1 .rq a:hover {
  color: #fff;
  background: #293f94;
}
@media (max-width: 1459px) {
  .new_dat1 .lef {
    padding-top: 45px;
    padding-bottom: 70px;
    padding-right: 40px;
  }
  .new_dat1 .lef .top .p1 {
    font-size: 16px;
  }
  .new_dat1 .lef .top .p1 em {
    width: 16px;
    height: 16px;
    margin-bottom: -1px;
    margin-right: 6px;
  }
  .new_dat1 .lef .top .p2 {
    font-size: 30px;
    line-height: 45px;
    margin-top: 20px;
  }
  .new_dat1 .lef .top {
    padding-bottom: 26px;
  }
  .new_dat1 .lef .bot {
    padding-top: 38px;
  }
  .new_dat1 .lef .bot .p1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .new_dat1 .lef .bot p {
    font-size: 14px;
    line-height: 26px;
  }
  .new_dat1 .lef .bot .p3 {
    margin-top: 20px;
  }
  .new_dat1 .lef .bot .p2 {
    margin-bottom: 20px;
  }
  .new_dat1 .lef .div1 {
    margin-top: 60px;
  }
  .new_dat1 .lef .div1 a {
    font-size: 16px;
    line-height: 40px;
  }
  .new_dat1 .lef .div1 a em {
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
    margin-right: 3px;
  }
  .new_dat1 .rig {
    padding-top: 45px;
    padding-left: 40px;
  }
  .new_dat1 .rig .div a .p1 {
    font-size: 16px;
  }
  .new_dat1 .rig .div a .p1 em {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    margin-bottom: -1px;
  }
  .new_dat1 .rig .div a .p2 {
    font-size: 16px;
    margin-top: 8px;
  }
  .new_dat1 .rig .div a {
    padding-bottom: 38px;
  }
  .new_dat1 .rig .div {
    margin-bottom: 40px;
  }
  .new_dat1 .rig .div1 .p1 {
    font-size: 24px;
  }
  .new_dat1 .rig .div1 .rq {
    margin-top: 12px;
    padding: 12px;
  }
  .new_dat1 .rig .div1 .rq a {
    font-size: 14px;
    line-height: 36px;
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .new_dat1 .lef {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  .new_dat1 .rig {
    display: none;
  }
}
@media (max-width: 500px) {
  .new_dat1 .lef {
    padding: 40px 0;
  }
  .new_dat1 .lef .top .p1 {
    font-size: 14px;
  }
  .new_dat1 .lef .div1 a {
    font-size: 14px;
  }
  .new_dat1 .lef .top .p2 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 10px;
  }
  .new_dat1 .lef .top {
    padding-bottom: 16px;
  }
  .new_dat1 .lef .bot {
    padding-top: 18px;
  }
  .new_dat1 .lef .bot .p2 {
    margin-bottom: 15px;
  }
  .new_dat1 .lef .bot .p3 {
    margin-top: 15px;
  }
  .new_dat1 .lef .div1 {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
  }
  .new_dat1 .lef .div1 a {
    width: 100% !important;
    margin: 5px 0 !important;
  }
}


.more_20220222{
    width: 3.5rem;
    height: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.3rem;
    margin: 0.5rem 0;
    box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    cursor: pointer;
}
.more_20220222 img{
  margin-left: .1rem;
  width: .3rem;
}
@media (max-width: 768px) {
  .more_20220222{
    width: 2rem;
    height: 0.5rem;
    font-size: .16rem;
    margin: .25rem 0;
  }
  .more_20220222 img{
    width: .15rem;
  }
}