.renzhengliucheng{
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    width: 100%;
}
.zhixian{
    position: absolute;
    top: 50px;
}
.dayuan{
    position: relative;
    width: 98px;
	height: 98px;
	border: solid 2px #6184f8;
    border-radius: 50%;
}
.xiaoyuan{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80px;
	height: 80px;
	background-color: #6184f8;
    border-radius: 50%;
    text-align: center;
    font-size: 37px;
    font-family: AlibabaPuHuiTi_2_65_Medium;
	font-weight: bolder;
	line-height: 80px;
	color: #ffffff;
}
.renzheng_font{
    margin-top: 10px;
    font-size: 22px;
	color: #333333;
}
.lainxi_img{
  width: 54px;
  height: 54px;
}
.renzhengBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.renzhengBox:hover{
    cursor: pointer;
}
.dayuan:hover {
	-webkit-animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.dianjiBtn1{
    margin: 50px auto 0;
    width: 180px;
	height: 40px;
	background-color: #315dee;
	border-radius: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
	font-weight: bold;
	color: #ffffff;
}
.guanyu_box{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.guanyu_box_box1{
  width: 500px;
  text-align: justify;
}
.guanyu_box_dianjiBtn1{
  margin-top: 50px;
  width: 180px;
height: 40px;
background-color: #315dee;
border-radius: 20px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
font-weight: bold;
color: #ffffff;
}
.guanyu_box_p1{
  margin-bottom: 15px;
	font-size: 24px;
	letter-spacing: 1px;
	color: #333333;
}
.guanyu_box_p2,.guanyu_box_p3{
    text-indent: 2em;
	font-size: 12px;
	letter-spacing: 1px;
	color: #333333;
	font-weight: bolder;
}
.guanyu_img{
  width: 385px;
}
.guanyu_box_p3{
  margin-top: 25px;
}
.hezuohuoban{
    background-color: rgb(255, 255, 255);
}
.hezuos_img{
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    background-color: #f0f0f0; /* 文件背景颜色 */
    border: 1px solid #ddd; /* 文件边框 */
    padding: 8px 12px 8px 36px; /* 调整以适应图标 */
    border-radius: 4px; /* 文件圆角 */
    transition: background-color 0.3s, color 0.3s; /* 过渡效果 */
	height: 40px;
    margin-right:7px;
    margin-bottom: 7px;
}
.hezuos_img::before {
    content: ""; /* 使用SVG图标 */
    position: absolute; /* 绝对定位 */
    left: 8px; /* 根据需要调整 */
    width: 20px; /* 图标宽度 */
    height: 20px; /* 图标高度 */
}
.hezuos_img:hover{
    background-color: #e0e0e0;
    color: #000;
    cursor: pointer;
 }

.hezuo_img{
    width: 212.99px;
    height: 100px;
}
.hezuo_img:hover{
    cursor: pointer;
    -webkit-animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.dianjiBtn1:hover{
    cursor: pointer;
    -webkit-animation: shadow-inset-tb 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: shadow-inset-tb 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.guanyu_box_dianjiBtn1:hover{
  cursor: pointer;
  -webkit-animation: shadow-inset-tb 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: shadow-inset-tb 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2024-2-22 12:3:11
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shadow-inset-tb
 * ----------------------------------------
 */
 @-webkit-keyframes shadow-inset-tb {
    0% {
      -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0), inset 0 0 0 0 rgba(0, 0, 0, 0);
              box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0), inset 0 0 0 0 rgba(0, 0, 0, 0);
    }
    100% {
      -webkit-box-shadow: inset 0 -6px 14px -6px rgba(0, 0, 0, 0.5), inset 0 6px 14px -6px rgba(0, 0, 0, 0.5);
              box-shadow: inset 0 -6px 14px -6px rgba(0, 0, 0, 0.5), inset 0 6px 14px -6px rgba(0, 0, 0, 0.5);
    }
  }
  @keyframes shadow-inset-tb {
    0% {
      -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0), inset 0 0 0 0 rgba(0, 0, 0, 0);
              box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0), inset 0 0 0 0 rgba(0, 0, 0, 0);
    }
    100% {
      -webkit-box-shadow: inset 0 -6px 14px -6px rgba(0, 0, 0, 0.5), inset 0 6px 14px -6px rgba(0, 0, 0, 0.5);
              box-shadow: inset 0 -6px 14px -6px rgba(0, 0, 0, 0.5), inset 0 6px 14px -6px rgba(0, 0, 0, 0.5);
    }
  }
  
/* ----------------------------------------------
 * Generated by Animista on 2024-2-22 11:27:9
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shadow-drop-2-center
 * ----------------------------------------
 */
 @-webkit-keyframes shadow-drop-2-center {
    0% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
    100% {
      -webkit-transform: translateZ(50px);
              transform: translateZ(50px);
      -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
              box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    }
  }
  @keyframes shadow-drop-2-center {
    0% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
    100% {
      -webkit-transform: translateZ(50px);
              transform: translateZ(50px);
      -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
              box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    }
  }
  