@charset "UTF-8";
.heng {
  width: 100%;
  height: 216px;
  background: url(/skin/images/hengdi.jpg) center no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heng .hccc {
  width: 100%;
  max-width: 1500px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.heng .hccc .hc_left {
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
}

.heng .hccc .hc_left h3 {
  color: #fff;
  font-size: 36px;
}

.heng .hccc .hc_left p {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 24px;
}

.heng .hccc .hc_left p span {
  color: #0F58D6;
  font-size: 24px;
}

.heng .hccc .hc_right {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  width: 15%;
  height: 100%;
}

.heng .hccc .hc_right p {
  color: #fff;
  font-size: 14px;
}

.heng .hccc .hc_right h3 {
  color: #fff;
  font-size: 30px;
  padding: 15px 0 20px 0;
  text-shadow: 0 0 1px #000;
}

.heng .hccc .hc_right a {
  width: 100px;
  height: 40px;
  background-color: #0F58D6;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}

.heng .hccc .hc_right a:hover {
  background-color: #fff;
  color: #0F58D6;
}

.youshi {
  width: 100%;
  height: auto;
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.youshi .title {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.youshi .title h2 {
  color: #000;
  font-size: 2rem;
}

.youshi .title p {
  color: #999;
  font-size: 1rem;
}

.youshi .yscontent {
  width: 100%;
  height: auto;
}

.youshi .yscontent .ys1 {
  position: relative;
  width: 100%;
  height: 300px;
  box-shadow: 0 0 20px #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 50px;
  border-left: 4px solid #0F58D6;
}

.youshi .yscontent .ys1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: -10px 0 20px rgba(204, 204, 204, 0.5);
  /* 仅左侧阴影 */
  z-index: -1;
}

.youshi .yscontent .ys1 .ys1_left {
  width: 65%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.youshi .yscontent .ys1 .ys1_left .ys1_left11 {
  margin-bottom: 1rem;
  width: 100%;
  height: auto;
  display: flex;
  align-items: baseline;
}

.youshi .yscontent .ys1 .ys1_left .ys1_left11 h3 {
  color: #000;
  font-size: 2rem;
  margin-right: 15px;
  font-weight: bold;
}

.youshi .yscontent .ys1 .ys1_left .ys1_left11 p {
  color: #0F58D6;
  font-size: 1.3rem;
}

.youshi .yscontent .ys1 .ys1_left .ys1_left11 span {
  color: #666;
  font-size: 1.3rem;
}

.youshi .yscontent .ys1 .ys1_left .ys1_left22 {
  width: 100%;
  height: auto;
}

.youshi .yscontent .ys1 .ys1_left .ys1_left22 ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.youshi .yscontent .ys1 .ys1_left .ys1_left22 ul li {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.youshi .yscontent .ys1 .ys1_left .ys1_left22 ul li i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0F58D6;
  margin-right: 15px;
}

.youshi .yscontent .ys1 .ys1_left .ys1_left22 ul li p {
  color: #333;
  font-size: 0.8rem;
}

.youshi .yscontent .ys1 .ys1_right {
  width: 25%;
  height: auto;
}

.youshi .yscontent .ys1 .ys1_right img {
  width: 100%;
}

.youshi .yscontent .ys2 {
  position: relative;
  width: 100%;
  height: 300px;
  box-shadow: 0 0 20px #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 50px;
  border-right: 4px solid #0F58D6;
}

.youshi .yscontent .ys2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 10px 0 20px rgba(204, 204, 204, 0.5);
  /* 仅右侧阴影 */
  z-index: -1;
}

.youshi .yscontent .ys2 .ys2_left {
  width: 65%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.youshi .yscontent .ys2 .ys2_left .ys2_left11 {
  margin-bottom: 1rem;
  width: 100%;
  height: auto;
  display: flex;
  align-items: baseline;
}

.youshi .yscontent .ys2 .ys2_left .ys2_left11 h3 {
  color: #000;
  font-size: 2rem;
  margin-right: 15px;
  font-weight: bold;
}

.youshi .yscontent .ys2 .ys2_left .ys2_left11 p {
  color: #0F58D6;
  font-size: 1.3rem;
}

.youshi .yscontent .ys2 .ys2_left .ys2_left11 span {
  color: #666;
  font-size: 1.3rem;
}

.youshi .yscontent .ys2 .ys2_left .ys2_left22 {
  width: 100%;
  height: auto;
}

.youshi .yscontent .ys2 .ys2_left .ys2_left22 ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.youshi .yscontent .ys2 .ys2_left .ys2_left22 ul li {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.youshi .yscontent .ys2 .ys2_left .ys2_left22 ul li i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0F58D6;
  margin-right: 15px;
}

.youshi .yscontent .ys2 .ys2_left .ys2_left22 ul li p {
  color: #333;
  font-size: 0.8rem;
}

.youshi .yscontent .ys2 .ys2_right {
  width: 25%;
  height: auto;
}

.youshi .yscontent .ys2 .ys2_right img {
  width: 100%;
}
