@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-size: 0.16rem;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

button {
  border: none;
}

button:hover {
  cursor: pointer;
}

input {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

textarea{
  resize: none;
  outline: none;
}

.center_box {
  width: 14rem;
  margin: auto;
  position: relative;
  z-index: 100;
}



.content{
  display: none;
}
.active{
  display: flex;
}

/*多行溢出*/
.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

.line5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 5;
}

.line6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 6;
}

.line7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 7;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;

}

/* hover-图片放大1.1 */
.scale_box {
  display: block;
  width: auto;
  overflow: hidden;
}

.scale_box .scale_img {
  width: 100%;
  height: 100%;
  transition: var(--s_tran);
  cursor: pointer;
  object-fit: cover;
}

.hover_box:hover .scale_img {
  transform: scale(1.1);
}

/* hover-图片旋转向上位移 */
.rotate_box {
  display: block;
  width: auto;
}

.rotate_box .rotate_img {
  transition: var(--s_tran);
  object-fit: cover;
}

.hover_box:hover .rotate_img {
  transform: rotateY(180deg) translateY(-0.1rem);
}

/* 页码 */
.page {
  width: fit-content;
  margin: 0 auto;
  margin-top: 0.41rem;
  display: flex;
  align-items: center;
}

.page .list {
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.page .list .item {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.03rem;
  margin-right: 0.03rem;
  border: 0.01rem solid rgba(56, 102, 240, 0);
  text-align: center;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #FFFFFF;
  cursor: pointer;
  overflow: hidden;
}

.page .list .item:hover {
  background: #3866f0;
  color: white;
  border: 0.01rem solid #3866f0;
}

.page .list .active {
  background: #3866f0;
  color: white;
  border: 0.01rem solid #3866f0;
}

.page .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.03rem;
  margin-right: 0.03rem;
  border: 0.01rem solid #3866f0;
  cursor: pointer;
  overflow: hidden;
}

.page .btn img {
  height: 0.11rem;
  object-fit: contain;
}

.page .prev::after {
  content: "<";
}

.page .next::after {
  content: ">";
}

.page .prev::after,
.page .next::after {
  position: absolute;
  font-size: 0.16rem;
  font-family: "宋体";
  color: #fff;
  font-weight: bold;
}

.page .btn:hover {
  background: #3d60ed;
}

.page .disable {
  opacity: 0.5;
}

.page .btn:hover img {
  filter: brightness(0) invert(1);
}

.page .total {
  margin-right: 0.23rem;
  font-size: 0.14rem;
  color: #333333;
}

.page .to_page {
  font-size: 0.14rem;
  color: #FFFFFF;
  margin-left: 0.08rem;
}

.page .to_page input {
  width: 0.6rem;
  height: 0.31rem;
  margin: 0 0.05rem;
  padding: 0 0.1rem;
  border-radius: 0.01rem 0.01rem 0.01rem 0.01rem;
  border: 0.01rem solid #3d60ed;
  outline: none;
  font-size: 0.14rem;
  color: #FFFFFF;
  background: transparent;
}

textarea {
  outline: none;
  padding-top: 0.2rem;
  padding-left: 1rem;
  padding-right: 0.3rem;
}

.right_Quality_bottom_Pager {
  display: flex;
  align-items: center;
  margin: auto;
  margin-top: 0.6rem;
  width: fit-content;
}

.right_Quality_bottom_Pager>div:nth-of-type(1) {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #7D7D7D;
}

.pager_small {
  display: flex;
  align-items: center;
}

.pager_small>p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #7D7D7D;
  margin-left: 0.1rem;
}

.pager_small>input:nth-of-type(1) {
  width: 0.6rem;
  height: 0.32rem;
  background: rgba(255, 255, 255, 0);
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  border: 0.01rem solid #DEDEDE;
  padding-left: 0.08rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #7D7D7D;
  margin-left: 0.1rem;
}

.btn_clor {
  width: 0.72rem;
  height: 0.32rem;
  background: #1978DC;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  margin-left: 0.2rem;
}

.right_Quality_bottom_Pager>div:nth-of-type(2) {
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.2rem;
  border: 0.01rem solid #EEEEEE;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
}

.right_Quality_bottom_Pager>div:nth-of-type(2) a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right_Quality_bottom_Pager>div:nth-of-type(2) a img {
  width: 0.05rem;
  height: 0.1rem;
}

.right_Quality_bottom_Pager>div:nth-last-of-type(2) {
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.1rem;
  border: 0.01rem solid #EEEEEE;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
}

.right_Quality_bottom_Pager>div:nth-last-of-type(2) a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right_Quality_bottom_Pager>div:nth-last-of-type(2) a img {
  width: 0.05rem;
  height: 0.1rem;
}

.Pager_One,
.Pager_Two,
.Pager_Three,
.Pager_Four,
.Pager_six,
.Pager_seven {
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.1rem;
  border: 0.01rem solid #EEEEEE;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
}

.Pager_One:hover,
.Pager_Two:hover,
.Pager_Three:hover,
.Pager_Four:hover,
.Pager_six:hover {
  background: #1978DC;
}

.Pager_One:hover a,
.Pager_Two:hover a,
.Pager_Three:hover a,
.Pager_Four:hover a,
.Pager_six:hover a {
  color: #FFFFFF;
}

.Pager_One a,
.Pager_Two a,
.Pager_Three a,
.Pager_Four a,
.Pager_six a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #7D7D7D;
}

.Disabled_Quality {
  cursor: not-allowed;
}

.Pager_five {
  font-weight: 400;
  font-family: Microsoft YaHei, Microsoft YaHei;
  color: #7D7D7D;
  font-size: 0.14rem;
  margin-left: 0.1rem;
}

:root {
  --c: #EE5D13;
  --s_tran: 0.6s ease-in-out;
  --l_tran: 0.8s ease-in-out;
  --backpre: #1978DC;
}

/* .main {
  justify-content: space-between;
  max-width: 12rem;
  width: 95%;
  margin: 0 auto;
} */



.section_top_box {
  margin-bottom: 0.65rem;
}

.section_top_titlex {
  font-weight: 300;
  font-size: 0.3rem;
  color: #191919;
  margin-bottom: 0.11rem;
  text-align: center;
}

.section_top_titlex1 {
  font-weight: 500;
  font-size: 0.45rem;
  color: #191919;
  text-align: center;
  margin-bottom: 1.16rem;
}

.top_main_nav {
  display: flex;
  margin: auto;
  width: fit-content;
}

.nav_ul {
  display: flex;
}

.nav_li {
  padding: 0.15rem 0.15rem;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav_li_a {
  font-weight: 500;
  font-size: 0.19rem;
  color: #505050;
}

.li_active {
  position: relative;

  &::after {
    position: absolute;
    top: 95%;
    left: 0;
    content: "";
    width: 100%;
    height: 0.03rem;
    background: #191919;
  }

  a {
    color: #191919;
  }
}

.section_top_boxr {
  width: 100%;
  height: 8rem;
  background-image: url(../img/zu28509.png);
  background-size: 100% 100%;
}

.Rcu_box {
  padding-left: 0.47rem;
  padding-top: 2.75rem;
}

.Servi_tit {
  font-weight: 500;
  font-size: 0.45rem;
  color: #FAFAFA;
}

.Servi_text {
  width: 4.42rem;
  font-weight: 300;
  font-size: 0.25rem;
  color: #F2F2F2;
  margin-top: 0.3rem;
  line-height: 0.5rem;
}

.Customer_box {
  padding-top: 1.25rem;
  padding-bottom: 0.9rem;
}

.Custm_p {
  font-weight: 300;
  font-size: 0.25rem;
  color: #505050;
  line-height: 0.5rem;
  text-align: center;
  width: 10.08rem;
  margin: auto;
  margin-top: 0.47rem;
}

.Custm_p:nth-child(1) {
  margin-top: 0;
  width: 11.66rem;
}

.Custm_img {
  margin: auto;
  margin-top: 0.57rem;
  width: 0.57rem;
  height: 0.59rem;
  display: flex;
}

.section_t_box{
  background-image: url(../img/meng295.png);
  height: 4.95rem;
  background-size: 100% 100%;
  width: 100%;
}
.banner_box{
  width: 100%;
  height: 100%;
  background: linear-gradient( 133deg, rgba(7,90,162,0.65) 0%, rgba(5,83,141,0.19) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.baner_tit{
  width: fit-content;
  height: fit-content;
}
.btitle{
  font-weight: bold;
  font-size: 0.48rem;
  color: #FFFFFF;
  margin-bottom: 0.3rem;
}
.btitle1{
  width: 0.52rem;
  height: 0.02rem;
  background: #FFFFFF;
  margin: auto;
}
.Curbms_box{
  /*height: 0.64rem;*/
  border: 0.01rem solid #DEDEDE;
}
.curbs{
  display: flex;
  justify-content: space-between;
}
.curbs_ul{
  display: flex;
  width: fit-content;
}
.curbs_li_a{
  padding: 0.2rem 0.4rem;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: center;
}
.curbs_li_a:hover{
  background: #1978DC;
  color: #FFF;
}
.curbs_li_a.active{
  background: #1978DC;
  color: #FFF;
}
.curbs_box{
  display: flex;
  align-items: center;
}
.xiao_cur{
  width: 0.18rem;
  height: 0.18rem;
  display: flex;
  margin-right: 0.2rem;
}
.xiao_cur1{
  font-weight: 400;
  font-size: 0.14rem;
  color: #686868;
}
.xiao_hengx{
  font-weight: 400;
  font-size: 0.14rem;
  color: #686868;
  margin: 0 0.07rem;
}
.section_content{
  padding-top: 0.8rem;
}
.content_title{
  font-weight: bold;
  font-size: 0.4rem;
  color: #000000;
  text-align: center;
  margin-bottom: 0.5rem;
}
.content_main{
  width: 100%;
  font-weight: 400;
  font-size: 0.16rem;
  color: #555555;
  line-height: 0.3rem;
}
.t1{
  text-indent: 2em;
}
.main_con{
  display: flex;
  margin-top: 0.4rem;justify-content: space-between;

}
.one_con{
  /* margin-right: 2.1rem; */
  width: fit-content;
}
/* .one_con:nth-last-child(1){
  margin-right: 0;
} */
.con_img_1{
  width: 1rem;
  height: 1rem;
  display: flex;
}
.con_text_1{
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.trp1{
  font-family: Bebas, Bebas;
  font-weight: 400;
  font-size: 0.4rem;
  color: #333333;
}
.trp2{
  font-size: 0.2rem;
  font-weight: bold;
}
.gop1{
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  margin-top: 0.1rem;
  text-align: center;
}
.main_img{
  margin-top: 0.3rem;
  width: 14rem;
  height: 6rem;
  border: 0.01rem solid #707070;
}


.curbs_box {
  height: 0.64rem;
  margin-left: auto;
}

.main_box {
  padding-top: 0.6rem;
  padding-bottom: 1.2rem;
}

.left_asider {}

.con_asde {
  width: 2.5rem;
  height: 1.3rem;
  background-size: 100% 100%;
  background-image: url(../img/zu12023.png);
  padding-top: 0.4rem;
  padding-left: 0.28rem;
}

.asdi_text {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 0.3rem;
  color: #FFFFFF;
}

.asde_box {
  margin-top: 0.15rem;
  border: 0.01rem solid #FFFFFF;
  width: 0.3rem;
}

.asdi_li {
  padding: 0.13rem 0.38rem 0.13rem 0.52rem;
  border: 0.01rem solid #DCDCDC;
  width: fit-content;
  border-top: none;
  display: flex;
  align-items: center;
  width: 100%;
  padding: .13rem .35rem;
}

.asdi_li.active {
  background: #DCDCDC;

  .as_p {
      color: #1978DC;
  }

  .asdi_img img {
      filter: brightness(1);
  }
}

.as_p {
  font-size: 0.18rem;
  color: #666666;
  margin-right: 0.61rem;
}

.asdi_li_a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.asdi_img {
  width: auto;
  height: 0.12rem;
  display: flex;

  img {
      filter: brightness(0.2);
  }
}

.main_cen {
  display: flex;
}

.right {
  margin-left: 0.6rem;
  width: 100%;
}

.right_titler {
  width: 100%;
  padding-bottom: 0.1rem;
  border-bottom: 0.01rem solid #D4D4D4;
  font-weight: bold;
  font-size: 0.2rem;
  color: #1978DC;
}

.titelrx {
  position: relative;
  width: fit-content;
}

.titelrx::After {
  position: absolute;
  bottom: -50%;
  left: 0;
  content: "";
  width: 100%;
  border-bottom: 0.01rem solid #1978DC;
}


@media only screen and (max-width:768px){
    .center_box{
        width: 7rem;
    }
    .main_img{
        width: 7rem;
        height: auto;
    }
    .left {
    width: 100%;
    }
    .main_cen{
            flex-wrap: wrap;
    }
    .con_asde{
        width:100%;
    }
    .right{
        margin-top: 0.2rem;
        margin-left: 0;
    }
    .section_t_box{
        margin-top: 1rem;
            height: 2.95rem;
    }
}