.about_page {
  width: 1200px;
  min-height: 600px;
  background: #ffffff;
  box-shadow: 1px 1px 3px 4px rgba(11, 77, 151, 0.07);
  border-radius: 6px;
  margin: 150px auto;
  padding: 10vh 20vh 5vh 5vh;
}

.about_page .about_page_img {
  margin-top: 2.5vh;
}
.product_introduce_box {
  width: 100%;
  min-height: 780px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.product_introduce_title {
  font-size: 36px;
  font-family: xiaowei;
  font-weight: 400;
  color: #ffffff;
  margin-top: 6%;
}

.product_introduce_title_small {
  font-size: 15px;
  font-family: Cambria;
  font-weight: 400;
  line-height: 17px;
  color: #ffffff;
  margin-top: 1%;
}

#particles-js {
  width: 100%;
  height: 100%;
  background-color: #001433;
  z-index: -1;
  opacity: 0.4;
}

#particles-js canvas{
  min-height: 738px;
  max-height: 738px;
}

#particle-canvas {
  opacity: 0.4;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgb(10, 10, 50) 0%,
    rgb(60, 10, 60) 100%
  );
  vertical-align: middle;
}

#container canvas {
  opacity: 0.6;
  width: 100%;
  height: 780px;
}

.product_introduce_box .product_1_img img {
  margin-top: 8%;
}
.product_introduce_box .product_1_img .p1 {
  margin-top: 1%;
  margin-bottom: 5%;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 28px;
  color: #e2e2e2;
  opacity: 1;
}
.product_introduce_box .product_1_img .p2 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  color: #aeaeae;
  opacity: 1;
}

.about_page .about_title {
  width: 149px;
  height: 39px;
  font-size: 36px;
  font-family: xiaowei;
  font-weight: 400;
  line-height: 28px;
  color: #061b32;
  opacity: 1;
}

.about_page .about_title_small {
  width: 144px;
  height: 19px;
  font-size: 16px;
  font-family: Cambria;
  font-weight: bold;
  line-height: 19px;
  color: #aeaeae;
  opacity: 1;
}

.about_page .about_content .about_content_title {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.about_page .about_content .g_content {
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  color: #888888;
  float: left;
  letter-spacing: 1px;
}
.about_page .about_content .g_content span {
  color: #004ea2;
  font-size: 18px;
  font-weight: bold;
}

.anchorPoint_Box{
   width: 24px;
   text-align: center;
    position: fixed;
    top: 45%;
    right: 50px;
    list-style: none;
    z-index: 100000;
}

.anchorPoint{
  width: 8px;
  height: 8px;
  background: #AEAEAE;
  border-radius: 50%;
}
.anchorPointFather{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.anchorPointAction{
  width: 24px;
  height: 24px;
  border: 1px solid #FF9041;
  border-radius: 50%; 
}
.anchorPointAction .anchorPoint{
  background: #FF9041;
}

#about-con-1 .about-con-1-title{
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 28px;
  color: #004EA2;
}

#about-con-1 .about-con-1-text{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  color: #888888;
  letter-spacing: 1px;
}

#about-con-1 .about-con-1-text span{
    color: #004EA2;
    font-weight: bold;
    font-size: 18px;
}

#about-con-3 .about-con-3-box{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 40px;
  color: #7E7E7E;
  letter-spacing: 1px;
  overflow: hidden;
}

.life_hover{
  background-color: rgba(6, 27, 50, 0.35);
  height: 100%;
  margin-top: 310px;
  transition: margin-top 0.3s ease-out;
  padding: 25px 200px 30px 30px;
}

.life_hover:hover{
  margin-top: 0px;
  transition: margin-top 0.3s ease-out;
}

.life_hover:hover .life_hover_title{
    margin-top: 140px;
    transition: margin-top 0.3s ease-out;
}

.life_right_hover{
  background-color: rgba(6, 27, 50, 0.35);
  height: 100%;
  margin-top: 160px;
  transition: margin-top 0.3s ease-out;
  padding: 25px 25px 30px 30px;
}

.life_right_hover:hover{
  margin-top: 0px;
  transition: margin-top 0.3s ease-out;
}

.life_right_hover:hover .life_right_hover_title{
  margin-top: 30px;
  transition: margin-top 0.3s ease-out;
}

.flex-even:nth-child(even){
  margin-left: 2%;
}

.amap-marker-label{
  border: unset !important;
  background: unset !important;
}

.contact_bottom_title{
  font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
line-height: 28px;
color: #004EA2;
margin-bottom: 10px;
}

.contact_bottom_info{
  font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
line-height: 28px;
color: #888888;
}

.contact_bs{
  overflow: hidden;
  width: 50%;
  float: left;
  margin-bottom: 60px;
}

.contact_bs .left_img{
  float: left;
  margin-right: 60px;
}

.contact_bs .right_info{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 28px;
  color: #888888;
}
.contact_bs .right_info_title{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 28px;
  color: #004EA2
}
.pagination{
  width: 100%;
}
.pagination>ul>.active>a, .pagination>ul>.active>a:focus, .pagination>ul>.active>a:hover, .pagination>ul>.active>span, .pagination>ul>.active>span:focus, .pagination>ul>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination>ul>li:first-child>a, .pagination>ul>li:first-child>span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
cursor:pointer
}

.pagination>ul>li>a, .pagination>ul>li>span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
display: inline-block;
cursor:pointer
}

.radius{
  width: 16px;
  height: 16px;
  border: 1px solid #DBDBDB;
  border-radius: 50%;
  opacity: 1;
    position: absolute;
  bottom: -7px;
  left: 8px;
}
.radius:before{
  content: "";
  width: 1px;
  height: 120px;
  background: #DBDBDB;
  position: absolute;
  bottom: 43px;
  left: 7px;
}



.radius2{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  bottom: -80px;
  left: 8px;
}

.radius2::before{
  content: "";
  width: 1px;
  height: 120px;
  background: #DBDBDB;
  position: absolute;
  bottom: 92px;
  left: 8px;
}