/*单页全局样式*/
.yxz_content a,.yxz_content a:hover,.yxz_content a:active,.yxz_content a:link,.yxz_content a:visited{
  color: white;
  text-decoration: none;
}
.yxz_content{
  width: 1100px;
  margin: 0 auto;
  background-color: white;
  display: flex;
  justify-content: space-around;
  padding: 30px;
}
.yxz_content p{
  margin: 0;
  padding: 0;
}
.yxz_p1{
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  line-height: 26px;


}
.yxz_p2{
  font-size: 14px;
  font-weight: 400;
  color: #525252;
  line-height: 40px;
}
.yxz_p3{
  font-size: 34px;
  font-weight: 900;
  color: #F1F1F1;
  line-height: 36px;
  text-shadow: 0px 3px 8px rgba(66, 137, 215, 0.55);
  -webkit-text-stroke: 2px #3C68A7;
  margin: 20px 0 !important;
}
/*左*/
.yxz_content_left{
  width: 32%;
  position: relative;
}
.yxz_content_left_img1{
  width: 90%;
}
.yxz_content_left_img2{
  position: absolute;
  left: 13px;
  bottom: 45px;	}
/*右*/
.yxz_content_right{
  width: 63%;
}
.yxz_content_right_cont{
  background-color: #E0E9F8;
  text-align: center;
  padding: 15px 0;
  padding-bottom: 44px;
}
.button1{
  display: inline-block;
  width: 120px;
  height: 30px;
  line-height:30px ;
  background: linear-gradient(90deg, #4286F4, #55A7F6);
  box-shadow: 0px 3px 8px 0px rgba(66, 137, 215, 0.55);
  border-radius: 10px;
  margin-top: 15px;
  margin-right: 100px;

}
.button2{
  display: inline-block;
  width: 120px;
  height: 30px;
  line-height:30px ;
  background: linear-gradient(90deg, #FE7876, #FF5054);
  box-shadow: 0px 3px 8px 0px rgba(66, 137, 215, 0.55);
  border-radius: 10px;

}
.yxz_content_right_cont_p{
  border-bottom: 1px dashed #9C9C9C;
  margin-top: 20px;
}