p {
  margin: 0;
}

li {
  list-style-type: none;
}

.bsbb {
  box-sizing: border-box;
}

.yx_wid {
  width: 1200px;
  margin: 0 auto;
}

.yx_banner {
  padding: 100px 0;
  background: url('../img/yingxiao/yx_pic1.jpg') center top no-repeat;
  background-size: cover;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yx_banner .h1 {
  margin-top: 0;
  font-size: 50px;
}

.yx_banner .p {
  font-size: 30px;
}

.yx_publicTitle {
  text-align: center;
  color: #333;
  line-height: 1.5;
  font-size: 20px;
}

.yx_publicTitle .strong {
  font-size: 30px;
}

.yx_publicTitle .p2 {
  margin: 30px 0 30px;
}

.yx_publicTitle .span {
  color: #f90;
  display: inline-block;
  margin: 0 15px;
}

.yx_server {
  padding: 50px 0;
  min-height: 500px;
  background: url('../img/yingxiao/yx-bg1.jpg') #f7f7f7 center bottom no-repeat;
  background-size: 100% 429px;
}

.yx_server .pt20 {
  padding-top: 10px;
}

.yx_serverList {
  margin-top: 50px;
}

.yx_serverList .ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  gap: 15px;
  margin: 0;
}

.yx_serverList .ul .li {
  flex: 1 1 23%;
  background-color: #fff;
  border-radius: 4px;
  padding: 30px 8px 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  font-size: 18px;
  color: #707070;
  line-height: 1.4;
  flex-wrap: wrap;
  text-align: center;
}

.yx_serverList .ul .li .strong {
  width: 100%;
  font-size: 20px;
  margin-bottom: 8px;
  color: #4575f3;
}

.yx_serverList .ul .li .p {
  font-size: 16px;
}

.yx_serverList .ul .li .picBox {
  margin: 0 auto 15px;
}

.yx_serverList .ul .li .picBox .img {
  width: 60%;
}

.yx_adv {
  padding: 50px 0 50px;
  background: url('../img/yingxiao/yx-bg2.jpg') center top no-repeat;
  background-size: cover;
}

.yx_adv .yx_items {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 50px auto 0;
}

.yx_adv .yx_items .yx_vs {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 120px;
  height: 106px;
  transform: translate(-50%, -50%);
}

.yx_adv .yx_items .item {
  width: 46%;
  margin: 0 2%;
}

.yx_adv .yx_items .item .top {
  height: 80px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 28px;
  justify-content: center;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(to right, #398afc, #0b70ff);
}

.yx_adv .yx_items .item .tp2 {
  color: #6f4c16;
  background: linear-gradient(to right, #efd8a6, #dfb780);
}

.yx_adv .yx_items .item .text {
  padding: 60px 5px 40px;
  border: 1px solid #d1d1d1;
  border-top: none;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 0 0 6px 6px;
}

.yx_adv .yx_items .item .text .p {
  position: relative;
  font-size: 18px;
  color: #707070;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: left;
  flex: 0 0 70%;
}

.yx_items .item .text p:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 6px;
  height: 6px;
  background-color: #1469de;
  border-radius: 50%;
  transform: translateY(-50%);
}

.yx_price {
  padding: 50px 0 50px;
  background: url('../img/yingxiao/yx-bg3.jpg') center top no-repeat;
  background-size: 100% 100%;
}

.yx_priceList {
  background-color: #fff;
  box-shadow: 0 0 27px rgba(6, 0, 1, 0.25);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
}

.yx_priceList .item+.item {
  border-left: 1px solid #d1d1d1;
  padding-left: 20px;
}

.yx_priceList .item {
  flex: 1;
  line-height: 1.4;
  /* border-right: 1px solid #d1d1d1; */
}

.yx_priceList .item .strong {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}

.yx_priceList .item .tp {
  font-weight: bold;
  color: #707070;
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}

.yx_priceList .item .tp .span {
  font-size: 24px;
  color: #f90;
}

.yx_priceList .item .text .p_after {
  position: relative;
  font-size: 18px;
  color: #707070;
  margin-bottom: 10px;
  padding-left: 25px;
}

.yx_priceList .item .text .p_after .span {
  font-size: 14px;
}

.yx_priceList .item .yx_img {
  width: 280px;
  height: 240px;
  display: block;
  margin-top: 30px;
}

.p_after:after {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url('../img/yingxiao/yx_pic12.png') center top no-repeat;
  background-size: 100% 100%;
  display: block;
  transform: translateY(-50%);
}

.maxw-1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.yx_focus {
  background: url('../img/yingxiao/bg_102.png') center center / cover no-repeat;
  padding: 50px 0;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.yx_focus .title {
  font-size: 30px;
}

.yx_focus .desc {
  font-size: 20px;
}

.yx_focus .desc.form {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.yx_focus .button {
  border: 1px solid #fff;
  height: 30px;
  width: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  cursor: pointer;
  transition: .3s;
}

.yx_focus .button:hover {
  background: #fff;
  color: #000;
}

.yx_service_step {
  padding: 40px 0;
  max-width: 80%;
  margin: 0 auto;
}

.yx_service_step .yx_service_step_title {
  text-align: center;
  font-size: 30px;
  color: #333;
}

.yx_service_step .list {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}

.yx_service_step .list .arrow {
  display: flex;
  align-items: center;
}

.yx_service_step .list .item {
  width: 150px;
  height: 150px;
  border: 3px solid #4246ee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.yx_service_step .list .item .title {
  font-size: 20px;
  color: #4246ee;
}

.yx_service_step .list .item .desc {
  font-size: 16px;
  color: #707070;
  text-align: center;
}

.yx_service_step .list .item .icon_wrap {
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 50%;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  transform: translate(50%, -50%);
  background: #fff;
  box-shadow: 3px 3px 10px #ccc;
}

.yx_service_step .list .item .icon_wrap .icon {
  width: 50%;
}

.yx-issue {
  background: url('../img/yingxiao/bg_101.png') center center / cover no-repeat;
  padding-bottom: 30px;
}

.yx-issue .yx-issue-title {
  max-width: 70%;
  margin: 0 auto;
  padding: 30px 0 20px;
  font-size: 30px;
  color: #333;
}

.yx-issue .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 70%;
  margin: 0 auto;
}

.yx-issue .list .icon_105 {
  height: 300px;
}

.yx-issue .list .item .issue {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  gap: 10px;
}

.yx-issue .list .item .issue .icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(45deg, #5ea6f0, #4246ee);
  display: flex;
  align-items: center;
  justify-content: center;
}

.yx-issue .list .item .issue .icon .img {
  max-width: 50%;
  width: 100%;
  display: block;
  max-height: 80%;
}

.yx-issue .item_reverse .issue {
  flex-direction: row-reverse;
}

.yx_about {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background: url('../img/yingxiao/bg_100.png') center center / cover no-repeat;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #fff;
}

.yx_about .title {
  font-size: 30px;
}

.yx_about .desc {
  font-size: 20px;
}

.yx_about .sub {
  font-size: 20px;
}