body {
  background-color: #f8f8f8;
}

.fujia {
  margin-right: auto;
  margin-left: 5%;
}

.sticky {
  cursor: pointer;
  padding: 10px;
  bottom: 10%;
  right: -70px;
  position: fixed;
  background: #fff;
  border: 0;
  border-radius: 5px;
  -moz-box-shadow: 0px 1px 5px #ddd;
  -webkit-box-shadow: 0px 1px 5px #ddd;
  box-shadow: 0px 1px 5px #ddd;
  transition-delay: 0s;
  transition: right 0.4s linear;
}

.sticky:hover {
  color: #fabe00;
}

.sticky:hover img:nth-child(2) {
  display: block;
}

.sticky:hover img:nth-child(1) {
  display: none;
}

.sticky_img {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 2px;
}

.sticky_img img:nth-child(2) {
  display: none;
}

.advantage_img {
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.advantage_img_item {
  width: 30%;
}

.advantage_img .advantage_img_item img {
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
}

.sy1_tit,
#phone_content {
  color: #fff;
}

.banner img {
  width: 100%;
  height: 100%;
}

.active a {
  color: #0052d9;
}

.content {
  width: 100%;
}

.content .content1 {
  display: none;
  padding-top: 65px;
}

.content div.selected {
  width: 100%;
  display: block !important;
}

.p_nav li {
  width: 33%;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.p_nav li :hover {
  color: #0052d9;
}

.p_nav li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.text {
  font-size: 18px;
  font-weight: 600;
  border-left: 3px solid #0052d9;
  padding-left: 5px;
  margin-left: 5px;
  margin-top: 30px;
}

.text_detail {
  padding-bottom: 20px;
  display: block;
  margin: 10px;
  font-size: 16px;
  line-height: 35px;
  font-weight: 100;
}

.label {
  font-size: 18px;
  font-weight: 600;
  margin: 30px 0 30px 5px;
  padding-left: 5px;
  border-left: 3px solid #0052d9;
}
.label_1 {
  margin-left: 5px;
  font-size: 18px;
  font-weight: 600;
  padding-left: 5px;
  border-left: 3px solid #0052d9;
}

.content1 .content1_img_box img {
  border-radius: 10px;
  width: 100%;
}

.content1_img_box {
  margin-bottom: 50px;
  width: 100%;
}

video {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.p_message {
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  font-size: 18px;
  line-height: 2;
  color: #2c2e2d;
  font-weight: 500;
}

.box-container,
.box-container_2,
.box-container_3,
.box-container_4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box img {
  width: 170px;
  height: 170px;
}

.pro_message > .title {
  font-size: 18px;
  line-height: 32px;
}

.pro_message > .content {
  color: #5d6665;
  overflow: hidden;
  /* 溢出时不显示溢出的内容 */
  text-overflow: ellipsis;
  /* 发生溢出时使用省略号代替 */
  display: -webkit-box;
  /* chrome浏览器的私有属性。显示为box。 */
  -webkit-box-orient: vertical;
  /* 垂直排列元素 */
  -webkit-line-clamp: 2;
  /* 显示多少行 */
}
.table_icp {
  padding: 50px 0;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 35px;
}

.table_icp .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /* margin: -17px; */
}

.table_icp .row .coll {
  margin: 5px 5px;
  padding: 5px 5px;
  width: 218px;
  opacity: 0.9;
}
.gdjgt img {
  border-radius: 10px;
  width: 100%;
}

.project_nav {
  position: relative;
}

.sy1_li .active_blue {
  font-weight: bold;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 27px;
}

.price_box {
  width: 100%;
  margin-bottom: 50px;
}

.price_nav_bar {
  border-bottom: 1px solid #d5d6d9;
}

.price_active {
  color: #0052d9;
  border-bottom: 3px solid #0052d9;
}

.price_item {
  display: none;
  width: 100%;
  margin-top: 50px;
}

.price_show {
  display: block;
}

.header_box {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
  z-index: 1030;
}
.price_item_l_title {
  font-weight: bold;
  font-size: 18px;
}

.price_item_l_title_bar {
  margin-top: 10px;
  width: 25px;
  border: 2px solid #0052d9;
  margin-bottom: 20px;
}

.price_item_r img {
  width: 100%;
  height: auto;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.p_message_content {
  padding: 10px 20px;
}
