.pu_title {
    display: flex;
    width: 100%;
    margin-bottom: 0.26rem;
}

.pu_title img {
    display: block;
    width: 0.31rem;
    height: 0.31rem;
    padding-top: 0.06rem;
    margin-right: 0.19rem;
}

.pu_title .pu_title_left {
    display: flex;
    justify-content: space-between;
    flex: 1;
    width: 100%;
    padding-bottom: 0.04rem;
    border-bottom: 0.01rem solid #E4E4E4;
}

.pu_title .pu_title_left .pu_title_title1 {
    position: relative;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.22rem;
    color: #144FA6;
    line-height: 0.32rem;
}

.pu_title .pu_title_left .pu_title_title1::after {
    content: "";
    position: absolute;
    top: 0.36rem;
    left: 0;
    width: 100%;
    height: 0.02rem;
    background: #144FA6;
}

.pu_title .pu_title_left .pu_title_title2 {
    cursor: pointer;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #3D3D3D;
    line-height: 0.32rem;
}

.contact {
    padding-top: 0.4rem;
    width: 14rem;
    margin: 0 auto 0.4rem;
    padding-bottom: 0.6rem;
}

.contact .contact_top {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #3D3D3D;
    line-height: 0.32rem;
    margin-bottom: .4rem;
}

.contact .contact_list .contact_item {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    width: 19%;
    /*height: 1.1rem;*/
    margin-left: 1.2%;
    background: #FFFFFF;
    border: 0.01rem solid rgba(0, 0, 0, 0.12);
    padding: 0.17rem 0.12rem 0.17rem;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
}

.contact .contact_list .contact_item:first-child{
    margin-left: 0;
}

.contact_item .contact_item_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.08rem;
    width: 100%;
    gap: 0rem 0.1rem;
}

.contact_item .contact_item_top .contact_item_left {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.2rem;
    color: #3D3D3D;
    line-height: 0.32rem;
}

.contact_item .contact_item_top .contact_item_right {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.2rem;
    color: #EF1E1F;
    line-height: 0.32rem;
}

.contact_item .contact_item_bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #787878;
    line-height: 0.22rem;
    gap: 0rem 0.1rem;
        width: 100%;
}

.contact_item .contact_item_bot div{
    max-width: 55%;
}

.contact .contact_list .page {
    padding: 0.35rem 0 0.12rem;
}

.pu_title + .contact_list{
    display: flex;
}

.contact.w100{
    width: 100%;
    padding-top: 0;
}

.contact.w100 .contact_list{
    width: 100%;
}
.contact.w100 .contact_list .contact_item{
    width: 100%;
    padding:0.17rem 0.2em 0.17rem;
    margin-left: 0;
}


.newCertificate {
  width: 100%;
  margin: 0.32rem auto 0.4rem;
  display: flex;
  align-items: center;
  justify-content: spaceBetween;
}
.certificateSwiper {
  width: 12.72rem;
  margin: 0 auto;
  overflow: hidden;
  padding: 0.1rem;
}
.certificateSwiper .swiper-slide {
  background: #fff;
  height: 3.05rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.certificateSwiper .swiper-wrapper {
  align-items: flex-end;
}

.certificateSwiper .swiper-slide-active {
  width: 2.35rem !important;
  height: 3.23rem;
}
.certificateSwiper .swiper-slide img {
  width: 1.97rem;
  height: 2.8rem;
  object-fit: cover;
  display: block;
}

.certificateSwiper .swiper-slide-active > img {
  width: 2.1rem;
  height: 2.97rem;
}

.certificateLeft,
.certificateRight {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.6s;
}
.certificateLeft > img {
  width: 0.18rem;
  transform: rotate(-180deg);
}

.certificateRight > img {
  width: 0.18rem;
}

.certificateLeft:hover,
.certificateRight:hover {
  background-color: #144fa6;
}

.certificateLeft:hover > img,
.certificateRight:hover > img {
  filter: brightness(100);
}

.newCompanySwiper {
  width: 100%;
  overflow: hidden;
  margin-top: 0.45rem;
}

.companyList{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.companyList>li{
    width: 6.9rem;
    height: 2.27rem;
    border: 0.01rem solid #E9E9E9;
    margin-right: 0.18rem;
    margin-bottom: 0.2rem;
    cursor: pointer;
    padding-left: 0.1rem;
    padding-right: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing:border-box;
}

.companyList>li:nth-child(2n){
    margin-right: 0;
}


.companyList>li>img{
    width: 2.72rem;
    height: 2.04rem;
    object-fit: cover;
    
}

.companyRight{
    width: 3.66rem;
}

.companyTitle{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
}

.companyT1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #707070;
    line-height: 0.21rem;
    margin-top: 0.22rem;
}

.companyContact{
    display: flex;
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
}

.companyContact>.companyContactC+.companyContactC{
    margin-left: 0.47rem;
}
.companyContactC{
    display: flex;
    align-items: center;
}

.companyContactC>img{
    width: 0.18rem;
    height: 0.16rem;
    margin-right: 0.1rem;
    object-fit: contain;
}

.companyContactC>p{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.14rem;
    color: #333333;
}
.companyContactC>p>a{
    color: #144FA6;
    font-size: 0.16rem;
    display: inline;
}

.companyNavigation{
    display: flex;
    justify-content: center;
}

.companyNavigation>.right2{
    margin-left: 0.19rem;
}

.companyWindow{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

.companyWindowMain{
    width: 12rem;
    height: 6.58rem;
    background: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.companyWindowLeft{
    width: 5rem;
    margin-right: 0.33rem;
}

.companyWindowLeft>img{
    width: 100%;
    height: 3.75rem;
    object-fit: cover;
}

.companyWindowTitle{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
    margin:0.32rem 0;
}

.companyWindowLeft .companyContactC{
    margin-bottom: 0.24rem;
}

.companyWindowLeft .companyContactC:last-child{
    margin-bottom: 0;
}

.companyWindowContent{
    width: 5.64rem;
    height: 5.82rem;
    overflow-y: auto;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.24rem;
}

.companyWindowClose{
    width: 0.17rem;
    height: 0.17rem;
    position: absolute;
    right: 0.14rem;
    top: 0.14rem;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
.contact{
    margin-top: 1rem;
    width: 92%;
}
.pu_title .pu_title_left .pu_title_title1{
    font-size: 0.24rem;
}
.contact .contact_top{
    font-size: 0.24rem;
    line-height: 0.45rem;
}
.certificateSwiper{
    width: 100%;
}
.certificateSwiper .swiper-slide{
    width: 43% !important;
}
.companyList > li{
 width: 99%;
    display: block;
    height: auto;
    margin-right: 0;
    padding: 0.2rem;
}
.companyList > li > img {
  width: 100%;
  height: 3.5rem;
}
.companyRight {
  width: 100%;
  margin-top: .3rem;
}
.companyTitle{
    font-size: 0.24rem;
}
.companyT1{
    font-size: 0.24rem;
    line-height: 0.35rem;
}
.companyContactC > p{
    font-size: 0.24rem;
}
.companyContactC > p > a{
    font-size: 0.24rem;
}
.companyNavigation{
    margin-top: .5rem;
}
.pu_title{
    width: 92%;
}
}