.contactuspage{
  background:url(../../images/pc/contactus.png) no-repeat center top;
  background-size:100%;
}
.contactusBanner{
    
    padding:72px 0 51px 0;
}
.contactusBanner h1{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 36px;
    text-align: center;
    color: #303133;
    /* margin-top:43px; */
}
.contactusWrap1{
    padding:51px 0;
}
.contactusWrap1 .centerBg{
    width:1185px;
    margin:0 auto;
}
.contactusWrap1 ul{
    
}
.contactusWrap1 ul li{
    height: 467px;
    width: 569px;
    border-radius: 8px;
    padding: 96px 0;
    float:left;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    margin-right:47px;
    background:#fff;
}
.contactusWrap1 ul li img{
    width:88px;
    /* height:88px; */
    position: relative;
    top: 16%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.contactusWrap1 ul li h3{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 45px;
    color: #000000;
    text-align:center;
    margin-top:24px;
}
.contactusWrap1 ul li p{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* 文字/次要文字 */
    text-align:center;
    color: #909399;
    margin-top:24px;
}
.contactusWrap1 ul li a{
    width: 146px;
    height: 48px;
    background: #4877F0;
    border-radius: 4px;
    display: block;
    margin: 24px auto 0;
    cursor: pointer;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 48px;
    text-align:center;
    color: #FFFFFF;
    transition: 0.5s;
}
.contactusWrap1 ul li a:hover{
  background:rgba(110, 147, 240);
}
.contactusWrap1 ul li:last-child{
    margin-right: 0;
}
.contactusWrap2{
    margin-bottom:120px;
}
.contactusWrap2 .centerBg{
    width:1210px;
    margin:0 auto;
}
.contactusWrap2 ul{
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.contactusWrap2 ul li{
    padding:35.5px 61.67px;
    float:left;
    margin-right:20px;
    width: 383.33px;
    height: 258px;
    background: rgba(255, 255, 255, 1);
}
.contactusWrap2 ul li:last-child{
    margin-right:0;
}
.contactusWrap2 ul li h3{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 31px;
    color: #303133;
    text-align:Center;
}
.contactusWrap2 ul li p{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #303133;
    margin-top:31px;
    position: relative;
    padding-left:12px;
    text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;					
	-webkit-box-orient: vertical;
}
.contactusWrap2 ul li p::after{
    position: absolute;
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    left:0;
    top: 10px;
    background: #303133;
    border-radius: 50%;
    
}
.contactusWrap2 ul li a{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #396AFA;
    display:block;
    margin-top:31px;
    text-align: center;
}
.qrcodeBg{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.4);
    display:none;
}
.qrcodeBg .qrcode{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
    width: 278px;
    height: 303px;
    background: #FFFFFF;
    border-radius: 11.1111px;
    
}
.qrcodeBg .qrcode .qrcodeBox{
    width: 222.22px;
    height: 222.22px;
    /* background: #D9D9D9; */
    border-radius: 8.33333px;
    margin:25px 28px 13.89px 28px;
}
.qrcodeBg .qrcode .qrcodeBox img{
    width:100%;
    height:auto !important;
}
.qrcodeBg .qrcode p{
    width:100%;
    height:44.44px;
    color:#fff;
    background: #4C57EC;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 30.5556px;
    line-height: 37px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align:center;
}
.qrcodeBg .closeBtn{
    width: 28px;
    height: 28px;
    position:absolute;
    bottom:-60px;
    left:0;
    right:0;
    margin:auto;
    display:block;
    cursor: pointer;
}
@media screen and (max-width: 1180px) {
  .contactusBanner{
    padding: 5% 0;
  }
  .contactusBanner h1{
    font-size: 30px;
  }
  .contactusBanner .centerBg{
    width:92%;
    margin:0 auto;
  }
  .contactusBanner p{
    margin-top: 4%;
  }
  .contactusWrap1 .centerBg{
    width:92%;
    margin:0 auto;
  }
  .contactusWrap1{
    padding:4% 0;
  }
  .contactusWrap1 ul li{
    width:48%;
    margin:0 1%;
    padding:4% 0;
  }
  .contactusWrap1 ul li h3{
    font-size: 25px;
    margin-top: 11%;
  }
  .contactusWrap1 ul li img{
    width:20%;
    margin:0 auto;
  }
  .contactusWrap1 ul li p{
    font-size:13px;
    margin-top: 0;
  }
  .contactusWrap1 ul li a{
    width:50%;
    height:40px;
    line-height:40px;
  }
  .contactusWrap2 .centerBg{
    width:92%;
    margin:0 auto;
  }
  .contactusWrap2 ul li{
    width:31%;
    margin:1%;
    padding:4%;
  }
  .contactusWrap2{
    margin-bottom:4%;
  }

}
@media screen and (max-width: 860px) {
  .contactusWrap1 ul li{
    width:100%;
    margin-bottom:4%;
  }
  .contactusWrap2 ul{
    box-shadow:none;
  }
  .contactusWrap2 ul li{
    width:100%;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
  }
}