body {
  background-color: #fff;
}
/*=======================================================
凌仕医疗
=====================================================================================*/
.detalis_bg {
  padding-top: 110px;
  background-color: #fff;
}
.detalis_bg .detalis_box {
  display: flex;
  justify-content: space-between;
}
.detalis_bg .detalis_box .details_left {
  width: 48%;
  margin-right: 35px;
}
.detalis_bg .detalis_box .details_left h3 {
  font-size: 24px;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  color: #333333;
  line-height: 32px;
}
.detalis_bg .detalis_box .details_left .introduce_content {
  background-image: url(/images/introduce/tabbj2.png);
}
.detalis_bg .detalis_box .details_left p {
  margin: 20px 0;
  font-size: 16px;
  font-family: Source Han Sans CN-Regular;
  color: #666666;
  line-height: 32px;
  text-align: justify;
}
.detalis_bg .detalis_box .details_left p .first_word {
  opacity: 0.99;
  font-size: 16px;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  color: #021e83;
  line-height: 32px;
}
.detalis_bg .detalis_box .details_left .to_more {
  display: block;
  padding-top: 25px;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  color: #021e83;
  line-height: 28px;
}
.detalis_bg .detalis_box .details_right {
  position: relative;
  max-width: 700px;
  width: 48%;
  border-radius: 20px;
}
.detalis_bg .detalis_box .details_right::before {
  position: absolute;
  content: '';
  right: -65px;
  top: -42px;
  width: 110px;
  height: 110px;
  display: block;
  background-image: url(/images/introduce/bj2.png);
}
.detalis_bg .detalis_box .details_right::after {
  position: absolute;
  content: '';
  left: -34px;
  bottom: -50px;
  width: 110px;
  height: 110px;
  display: block;
  background-image: url(/images/introduce/bj1.png);
}
.detalis_bg .detalis_box .details_right .details_image {
  max-height: 360px;
  overflow: hidden;
  border-radius: 15px;
}
.detalis_bg .detalis_box .details_right img {
  position: relative;
  z-index: 1;
  width: 100%;
  transform: scale(1);
  transition: all 0.6s;
}
.detalis_bg .detalis_box .details_right:hover {
  cursor: pointer;
}
.detalis_bg .detalis_box .details_right:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 1300PX) {
  .detalis_bg .detalis_box {
    padding: 0 40px;
    box-sizing: border-box;
  }
  .detalis_bg .detalis_box .details_left .introduce_content p {
    font-size: 14px;
  }
  .detalis_bg .detalis_box .details_right {
    align-items: center;
    justify-content: center;
    display: flex;
  }
}
@media screen and (max-width: 1000PX) {
  .detalis_bg {
    padding-top: 70px;
  }
  .detalis_bg .detalis_box {
    padding: 0 20px;
    flex-direction: column;
    align-items: center;
  }
  .detalis_bg .detalis_box .details_left {
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
  }
  .detalis_bg .detalis_box .details_left h3 {
    font-size: 22px;
  }
  .detalis_bg .detalis_box .details_left .to_more {
    font-size: 16px;
  }
  .detalis_bg .detalis_box .details_right {
    width: 100%;
  }
  .detalis_bg .detalis_box .details_right::after {
    left: -34px;
    bottom: -59px;
  }
  .detalis_bg .detalis_box .details_right::before {
    right: -32px;
  }
}
/*=======================================================
企业理念
====================================================================================*/
.idea_bg {
  padding: 100px 0 50px;
  background: #fff;
}
.idea_bg .idea_box {
  display: flex;
  border-radius: 17px;
}
.idea_bg .idea_box .idea_image {
  max-width: 700px;
  width: 100%;
  overflow: hidden;
  border-radius: 17px 0 0 17px;
}
.idea_bg .idea_box .idea_image img {
  display: block;
  transform: scale(1);
  transition: all 0.6s;
  width: 100%;
}
.idea_bg .idea_box .idea_image:hover {
  cursor: pointer;
}
.idea_bg .idea_box .idea_image:hover img {
  transform: scale(1.1);
}
.idea_bg .idea_box .idea_right {
  transition: all 0.5s;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1401px;
  width: 100%;
  background: #eef6fa;
  border-radius: 0 17px 17px 0;
}
.idea_bg .idea_box .idea_right::after {
  position: absolute;
  right: 40px;
  top: 30%;
  content: '';
  display: block;
  width: 362px;
  height: 171px;
  background-image: url(/images/introduce/linianlogo.png);
}
.idea_bg .idea_box .idea_right span {
  margin-left: 28px;
  margin-bottom: 20px;
  margin-right: 20px;
  font-size: 24px;
  color: #333333;
  line-height: 32px;
  display: -webkit-box;
  font-family: Source Han Sans CN-Regular;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.idea_bg .idea_box .idea_right span:nth-child(1) {
  font-weight: 600;
  font-family: SourceHanSansSC-Bold;
}
@media screen and (max-width: 1700PX) {
  .idea_bg .idea_box .idea_right span:nth-child(1) {
    font-size: 24px;
  }
  .idea_bg .idea_box .idea_right span {
    font-size: 18px;
  }
}
@media screen and (max-width: 1400PX) {
  .idea_bg .idea_box {
    padding: 0 40px;
    box-sizing: border-box;
  }
  .idea_bg .idea_box .idea_right {
    transition: all 0.5s;
  }
  .idea_bg .idea_box .idea_right::before {
    right: -35px;
  }
  .idea_bg .idea_box .idea_right::after {
    width: 315px;
    height: 150px;
    background-size: cover;
    right: 16px;
  }
}
@media screen and (max-width: 1300PX) {
  .idea_bg .idea_box {
    padding: 0 40px;
    box-sizing: border-box;
  }
  .idea_bg .idea_box .idea_right {
    transition: all 0.5s;
  }
  .idea_bg .idea_box .idea_right span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000PX) {
  .idea_bg .idea_box {
    padding: 0 20px;
    border-radius: 0;
    flex-direction: column;
  }
  .idea_bg .idea_box .idea_image {
    max-width: none;
    border-radius: 17px 17px 0 0;
  }
  .idea_bg .idea_box .idea_right {
    position: relative;
    top: -20px;
    padding: 30px 20px 10px;
    box-sizing: border-box;
    border-radius: 0 0 17px 17px;
  }
  .idea_bg .idea_box .idea_right::after {
    width: 157px;
    height: 75px;
  }
  .idea_bg .idea_box .idea_right span {
    font-size: 16px;
    margin-right: 0;
    margin-left: 0;
  }
}
/*========================================================
全国布局
====================================================================================*/
.layout_bg {
  background-color: #fff;
}
.layout_bg .layout_box {
  display: flex;
  justify-content: space-between;
}
.layout_bg .layout_box .layout_left {
  position: relative;
  align-self: center;
  width: 30%;
}
.layout_bg .layout_box .layout_left .layout_content {
  position: relative;
  z-index: 2;
}
.layout_bg .layout_box .layout_left .layout_content h3 {
  font-size: 24px;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  color: #333333;
  line-height: 32px;
}
.layout_bg .layout_box .layout_left .layout_content p {
  margin: 30px 0 60px;
  opacity: 0.99;
  font-size: 16px;
  font-family: Source Han Sans CN-Regular;
  color: #666666;
  line-height: 32px;
}
.layout_bg .layout_box .layout_left .layout_content p .stress {
  font-family: SourceHanSansSC-Bold;
  font-size: 16px;
  font-weight: 700;
  color: #021e83;
}
.layout_bg .layout_box .layout_left .layout_content .to_more {
  display: block;
  padding-top: 25px;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  color: #021e83;
  line-height: 28px;
}
.layout_bg .layout_box .layout_left .layout_bg {
  bottom: -70%;
  left: -60%;
  position: absolute;
}
.layout_bg .layout_box .layout_right {
  position: relative;
  z-index: 1;
  max-width: 665px;
  padding-right: 120px;
  width: 100%;
}
.layout_bg .layout_box .layout_right polygon {
  fill: #e8f2ff;
  stroke: #8cb2ed;
  stroke-width: 0.5;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.layout_bg .layout_box .layout_right .branch_bg {
  position: absolute;
  opacity: 0.7;
  left: 35.1%;
  top: 70.5%;
  width: 140px;
  display: block;
  z-index: -1;
}
.layout_bg .layout_box .layout_right .branch_bg_1 {
  position: absolute;
  opacity: 1;
  right: 0;
  top: 63.5%;
  width: 18%;
  display: block;
  z-index: -1;
}
.layout_bg .layout_box .layout_right circle {
  fill: #021E83;
  stroke: #bacde7;
  stroke-width: 4;
  display: block;
  opacity: 0.92;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.layout_bg .layout_box .layout_right text {
  font-size: 12px;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  color: #021e83;
  line-height: 14px;
  fill: #021e83;
  font-weight: bold;
  display: block;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.layout_bg .layout_box .layout_right circle.anim {
  animation: dotsShow ease 1s infinite;
}
.layout_bg .layout_box .layout_right .city {
  fill: #0278D8;
  stroke: #a3c4f3ae;
}
.layout_bg .layout_box .layout_right .market {
  font-weight: 400;
  color: #666666;
  fill: #666666;
  font-size: 10px;
  font-family: Source Han Sans CN-Regular;
}
@keyframes dotsShow {
  0% {
    stroke-width: 4;
    r: 4;
  }
  50% {
    stroke-width: 0;
    r: 2;
  }
  100% {
    stroke-width: 4;
    r: 4;
  }
}
@media screen and (max-width: 1400PX) {
  .layout_bg .layout_box {
    padding: 0 40px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1300PX) {
  .layout_bg .layout_box .layout_left {
    width: 85%;
  }
  .layout_bg .layout_box .layout_right .branch_bg {
    position: absolute;
    opacity: 0.7;
    left: 30.1%;
    top: 68.5%;
    width: 140px;
    display: block;
    z-index: -1;
  }
}
@media screen and (max-width: 1000PX) {
  .layout_bg .layout_box {
    flex-direction: column;
    padding: 0 40px;
    box-sizing: border-box;
  }
  .layout_bg .layout_box .layout_left {
    width: 100%;
  }
  .layout_bg .layout_box .layout_left .layout_content h3 {
    font-size: 22px;
  }
  .layout_bg .layout_box .layout_left .layout_content p {
    margin: 20px 0;
  }
  .layout_bg .layout_box .layout_left .layout_content .to_more {
    font-size: 16px;
  }
  .layout_bg .layout_box .layout_left .layout_bg {
    display: none;
    z-index: -3;
    left: 0;
    bottom: 0;
  }
  .layout_bg .layout_box .layout_right .branch_bg {
    width: 25.5%;
    left: 41.1%;
  }
}
@media screen and (max-width: 768PX) {
  .layout_bg .layout_box {
    flex-direction: column;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .layout_bg .layout_box .layout_left {
    width: 100%;
  }
  .layout_bg .layout_box .layout_left .layout_content h3 {
    font-size: 22px;
  }
  .layout_bg .layout_box .layout_left .layout_content p {
    margin: 20px 0;
  }
  .layout_bg .layout_box .layout_left .layout_content .to_more {
    font-size: 16px;
  }
  .layout_bg .layout_box .layout_left .layout_bg {
    display: none;
    z-index: -3;
    left: 0;
    bottom: 0;
  }
  .layout_bg .layout_box .layout_right {
    padding-right: 0;
  }
  .layout_bg .layout_box .layout_right .branch_bg {
    display: none;
  }
  .layout_bg .layout_box .layout_right .branch_bg_1 {
    display: none;
  }
}
/*=========================================================
荣誉资质
=======================================================================================*/
.honor_bg {
  padding: 33px 0 100px;
  background: #fff;
}
.honor_bg .honor_title h3 {
  font-size: 24px;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  color: #333333;
  line-height: 32px;
  margin-bottom: 30px;
}
.honor_bg .honor_list {
  display: flex;
  flex-wrap: wrap;
}
.honor_bg .honor_list a {
  position: relative;
  margin-right: 30px;
  margin-bottom: 20px;
  width: calc((100% - 30px * 2) / 3);
  display: flex;
  flex-direction: column;
}
.honor_bg .honor_list a:nth-child(3n + 3) {
  margin-right: 0;
}
.honor_bg .honor_list a .honor_img {
  overflow: hidden;
  width: 100%;
  border-radius: 15px;
}
.honor_bg .honor_list a .honor_img img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.6s;
}
.honor_bg .honor_list a .honor_img:hover {
  cursor: pointer;
}
.honor_bg .honor_list a .honor_img:hover img {
  transform: scale(1.1);
}
.honor_bg .honor_list a span {
  width: 90%;
  padding: 20px 0 26px;
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
.honor_bg .honor_list a .trophy_logo {
  position: absolute;
  right: 0;
  bottom: 0;
}
.honor_bg .page_turning .layui-box {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.honor_bg .page_turning .layui-box > a {
  margin-right: 8px;
  width: 32px;
  height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 29px;
  color: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: Roboto, Roboto-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  padding: 0;
}
.honor_bg .page_turning .layui-box > a:hover {
  background-color: #021e83;
  color: #fff;
  border: 1px solid #021e83;
}
.honor_bg .page_turning .layui-box .layui-laypage-curr {
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  border: none;
}
.honor_bg .page_turning .layui-box .layui-laypage-curr .layui-laypage-em {
  left: 1px;
  top: -3px;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 29px;
  color: #d9d9d9;
  font-size: 14px;
  font-family: Roboto, Roboto-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.honor_bg .page_turning .layui-box .layui-laypage-curr em {
  font-size: 14px;
}
.honor_bg .page_turning .layui-box .layui-laypage-spr {
  align-self: flex-start;
  border: none;
  font-size: 20px;
  color: #d9d9d9;
}
.honor_bg .page_turning .layui-box .layui-laypage-prev,
.honor_bg .page_turning .layui-box .layui-laypage-next {
  width: 32px;
  height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 29px;
  color: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  padding: 0;
}
.honor_bg .page_turning .layui-box .layui-laypage-prev .icon-xiangzuojiantou,
.honor_bg .page_turning .layui-box .layui-laypage-next .icon-xiangzuojiantou {
  font-size: 14px;
  font-family: Roboto, Roboto-Regular;
  font-weight: 400;
  text-align: CENTER;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.honor_bg .page_turning .layui-box .layui-laypage-prev:hover .icon-xiangzuojiantou,
.honor_bg .page_turning .layui-box .layui-laypage-next:hover .icon-xiangzuojiantou {
  color: #fff;
}
@media screen and (max-width: 1300PX) {
  .honor_bg .honor_box .honor_list a span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000PX) {
  .honor_bg .honor_box {
    padding: 0 20px;
  }
  .honor_bg .honor_box .honor_list {
    justify-content: space-between;
  }
  .honor_bg .honor_box .honor_list a {
    margin-right: 0;
    width: calc((100% - 30px) / 2);
    align-items: center;
  }
  .honor_bg .honor_box .honor_list a .trophy_logo {
    display: none;
  }
}
@media screen and (max-width: 768PX) {
  .honor_bg .honor_box {
    padding: 0 20px;
  }
  .honor_bg .honor_box .honor_list {
    justify-content: space-between;
  }
  .honor_bg .honor_box .honor_list a {
    margin-right: 0;
    width: 100%;
    align-items: center;
  }
  .honor_bg .honor_box .honor_list a .trophy_logo {
    display: none;
  }
}
/*===================================================
联系我们
===============================================================================*/
.contact_bg {
  padding: 70px 0;
  background-color: #fff;
}
.contact_bg .line {
  width: 100%;
  height: 1px;
  background: #E8E8E8;
}
.contact_bg .contact_list {
  position: relative;
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact_bg .contact_list li {
  margin-top: 30px;
  position: relative;
  width: calc((100% - 30px) / 2);
}
.contact_bg .contact_list li .ad_image {
  overflow: hidden;
  border-radius: 15px;
  width: 100%;
}
.contact_bg .contact_list li .ad_image img {
  width: 100%;
  transform: scale(1);
  transition: all 0.6s;
}
.contact_bg .contact_list li:hover {
  cursor: pointer;
}
.contact_bg .contact_list li:hover .ad_image img {
  transform: scale(1.1);
}
.contact_bg .contact_list li .contact_address {
  left: 50%;
  top: 30%;
  transform: translate(-50%);
  position: absolute;
  width: 45%;
  height: 26%;
  padding: 43px 30px 43px;
  z-index: 5;
  opacity: 0.9;
  background: #ffffff;
  border-radius: 10px;
}
.contact_bg .contact_list li .contact_address .contact_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_bg .contact_list li .contact_address .contact_top h4 {
  position: relative;
  font-size: 16px;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  color: #021e83;
  line-height: 16px;
}
.contact_bg .contact_list li .contact_address .contact_top h4::after {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  width: 148px;
  height: 18px;
  background-image: url(/images/contact/Vector.png);
}
.contact_bg .contact_list li .contact_address .contact_top .to_more {
  font-size: 14px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: LEFT;
  color: #021e83;
  line-height: 28px;
}
.contact_bg .contact_list li .contact_address > span {
  margin-top: 7px;
  display: block;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: LEFT;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1400PX) {
  .contact_bg .contact_list {
    box-sizing: border-box;
  }
  .contact_bg .contact_list li .contact_address {
    top: 22%;
    height: 30%;
    padding: 30px 30px 43px;
  }
}
@media screen and (max-width: 1000PX) {
  .contact_bg .contact_list {
    padding: 0 20px;
    flex-direction: column;
  }
  .contact_bg .contact_list li {
    width: 100%;
  }
  .contact_bg .contact_list li .contact_address {
    width: 65%;
    top: 18%;
    height: 34%;
    padding: 14px 22px 43px;
  }
  .contact_bg .contact_list li .contact_address .contact_top h4 {
    font-size: 18px;
  }
  .contact_bg .contact_list li .contact_address .contact_top h4::after {
    width: 100%;
    background-size: cover;
  }
  .contact_bg .contact_list li .contact_address > span {
    font-size: 16px;
  }
}
/*=====================================================
公司新闻
=================================================================================*/
.new_bg {
  background: #fff;
}
.new_bg .new_box {
  display: flex;
  flex-direction: column;
}
.new_bg .new_box .new_list .list_detalis {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}
.new_bg .new_box .new_list .list_detalis::after {
  transition: all 0.5s ease;
  position: absolute;
  bottom: 0;
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #021E83;
}
.new_bg .new_box .new_list .list_detalis .list_image {
  max-width: 384px;
  max-height: 198px;
  width: 100%;
  height: 100%;
  margin-right: 32px;
  border-radius: 10px;
  overflow: hidden;
}
.new_bg .new_box .new_list .list_detalis .list_image img {
  -webkit-transition: all 0.5s ease;
  display: block;
  width: 100%;
  min-height: 198px;
  height: 100%;
  overflow: hidden;
}
.new_bg .new_box .new_list .list_detalis .list_content {
  width: 100%;
}
.new_bg .new_box .new_list .list_detalis .list_content .list_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new_bg .new_box .new_list .list_detalis .list_content .list_title h4 {
  font-size: 18px;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  color: #333333;
  line-height: 18px;
}
.new_bg .new_box .new_list .list_detalis .list_content .list_title .to_more {
  font-size: 14px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  color: #021e83;
  line-height: 28px;
}
.new_bg .new_box .new_list .list_detalis .list_content > span {
  display: block;
  padding: 8px 0 15px;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: LEFT;
  color: #999999;
  line-height: 28px;
}
.new_bg .new_box .new_list .list_detalis .list_content p {
  font-size: 14px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: LEFT;
  color: #666666;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.new_bg .new_box .new_list .list_detalis:hover::after {
  transition: all 0.5s ease;
  width: 100%;
}
.new_bg .new_box .new_list .list_detalis:hover .list_image img {
  width: 103%;
}
.new_bg .new_box .new_list .list_detalis:hover .list_content .list_title h4 {
  color: #021e83;
}
.new_bg .new_box .new_list .list_detalis:hover .list_content > span {
  color: #021e83;
}
.new_bg .new_box .new_list .list_detalis:hover .list_content > p {
  color: #021e83;
}
.new_bg .new_box .page_turning .ayui-elem-field {
  border: none;
}
.new_bg .new_box .page_turning .layui-box {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new_bg .new_box .page_turning .layui-box > a {
  margin-right: 8px;
  width: 32px;
  height: 32px;
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: Roboto, Roboto-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  padding: 0;
}
.new_bg .new_box .page_turning .layui-box .layui-laypage-curr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  border: none;
}
.new_bg .new_box .page_turning .layui-box .layui-laypage-curr .layui-laypage-em {
  left: 1px;
  top: -4px;
  width: 32px;
  height: 32px;
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
  font-size: 14px;
  font-family: Roboto, Roboto-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.new_bg .new_box .page_turning .layui-box .layui-laypage-curr em {
  font-size: 14px;
}
.new_bg .new_box .page_turning .layui-box .layui-laypage-spr {
  align-self: flex-start;
  border: none;
  font-size: 20px;
  color: #d9d9d9;
}
.new_bg .new_box .page_turning .layui-box .layui-laypage-prev,
.new_bg .new_box .page_turning .layui-box .layui-laypage-next {
  width: 32px;
  height: 32px;
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  padding: 0;
}
.new_bg .new_box .page_turning .layui-box .layui-laypage-prev .icon-xiangzuojiantou,
.new_bg .new_box .page_turning .layui-box .layui-laypage-next .icon-xiangzuojiantou {
  font-size: 14px;
  font-family: Roboto, Roboto-Regular;
  font-weight: 400;
  text-align: CENTER;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
@media screen and (max-width: 1400PX) {
  .new_box {
    padding: 0 40px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1000PX) {
  .new_bg {
    padding: 80px 0 60px;
  }
  .new_bg .new_box .new_list .list_detalis {
    flex-wrap: wrap;
    align-items: center;
  }
  .new_bg .new_box .new_list .list_detalis .list_image {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }
  .new_bg .new_box .new_list .list_detalis .list_content .list_title {
    flex-wrap: wrap;
  }
  .new_bg .new_box .new_list .list_detalis .list_content .list_title h4 {
    margin-bottom: 10px;
  }
  .new_bg .new_box .new_list .list_detalis .list_content > span {
    padding: 10px 0;
  }
}
@media screen and (max-width: 600PX) {
  .new_bg {
    padding: 60px 0 30px;
  }
  .new_bg .new_box {
    padding: 0 20px;
  }
  .new_bg .new_box .page_turning {
    display: none;
  }
}
/*===================================================
新闻动态详情
==================================================================================*/
.details_content {
  transition: all 0.5s;
  padding: 110px 0;
  background: #fff;
}
.details_content .detalis_title {
  padding-bottom: 13px;
  border-bottom: 1px dashed #e8e8e8;
}
.details_content .detalis_title h3 {
  font-size: 30px;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  color: #333333;
  line-height: 30px;
  margin-bottom: 13px;
}
.details_content .detalis_title span {
  font-family: Source Han Sans CN-Regular;
  font-size: 14px;
  font-weight: 400;
  text-align: LEFT;
  color: #999999;
  line-height: 14px;
}
.details_content p {
  /*padding: 30px 0 60px;*/
  white-space: pre-line;
}
.details_content p img {
  max-width: 100%;
  height: auto;
  /*display: block;*/
}
.details_content .detalis_page {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details_content .detalis_page div {
  font-size: 14px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.details_content .detalis_page div a {
  color: #666666;
}
.details_content .detalis_page .return_back {
  display: block;
  border: 1px solid #999999;
  border-radius: 31px;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  padding: 7px 18px;
  color: #999999;
  line-height: 14px;
}
.details_content .detalis_page .return_back:hover {
  border: 1px solid #021e83;
  background-color: #021e83;
  color: #fff;
}
@media screen and (max-width: 1400PX) {
  .details_content {
    transition: all 0.5s;
    padding: 110px 40px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1000PX) {
  .details_content {
    padding: 110px 20px;
    box-sizing: border-box;
  }
  .details_content .detalis_page {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600PX) {
  .details_content {
    padding: 80px 20px 30px;
    box-sizing: border-box;
  }
  .details_content .detalis_title h3 {
    font-size: 26px;
  }
  .details_content p {
    padding: 30px 0;
  }
  .details_content .detalis_page {
    flex-wrap: wrap;
  }
  .details_content .detalis_page div {
    margin-bottom: 20px;
  }
  .details_content .detalis_page .return_back {
    margin-bottom: 20px;
  }
}
/*===================================================
公司团队
==================================================================================*/
.team_bg {
  transition: all 0.5s;
  padding: 110px 0;
  background: #fff;
}
.team_bg .team_title {
  font-size: 24px;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  color: #333333;
  line-height: 32px;
}
.team_bg .team_section {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
}
.team_bg .team_gm {
  border-radius: 20px;
  display: flex;
  align-items: center;
  background-image: url(/images/team/Group\ 331.png);
  background-size: cover;
}

.team_bg .eng_gm  {
    padding: 30px 0;
}
.team_bg .team_gm .gm_image {
  padding-top: 57px;
  margin-left: 157px;
  margin-right: 200px;
  max-width: 324px;
  width: 100%;
}
.team_bg .team_gm .gm_image img {
  width: 100%;
  display: block;
}
.team_bg .team_gm .gm_right {
  width: 40%;
}
.team_bg .team_gm .gm_right .gm_title {
  display: flex;
  align-items: flex-end;
  font-family: Source Han Sans CN-Regular;
  color: #fff;
}


.team_bg .team_gm .gm_right .gm_title h3 {
  font-size: 32px;
  font-weight: 600;
  margin-right: 30px;
}
.team_bg .team_gm .gm_right .gm_title span {
  opacity: 0.9;
  line-height: 32px;
  font-size: 20px;
}

.team_bg .team_gm .gm_right .eng_title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  font-family: Source Han Sans CN-Regular;
  color: #fff;
}

.team_bg .team_gm .gm_right .eng_title h3 {
  font-size: 24px;
}

.team_bg .team_gm .gm_right .eng_title span {
  font-size: 18px;
}
.team_bg .team_gm .gm_right p {
  margin: 20px 0 30px;
  opacity: 0.9;
  color: #fff;
  line-height: 32px;
  font-size: 16px;
  font-weight: lighter;
}
.team_bg .team_gm .gm_right .gm_list li {
  position: relative;
  padding-left: 15px;
  opacity: 0.9;
  color: #fff;
  line-height: 32px;
  font-size: 14px;
  font-weight: lighter;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.team_bg .team_gm .gm_right .gm_list li::before {
  position: absolute;
  left: 0;
  top: 15px;
  content: '';
  display: flex;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}
.team_bg .team_leading {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.team_bg .team_leading .team_list {
  margin-top: 30px;
  display: flex;
  align-items: center;
  padding: 30px 40px 30px;
  box-sizing: border-box;
  width: calc((100% - 30px) / 2);
  background: rgba(238, 246, 250);
  border-radius: 20px;
}
.team_bg .team_leading .team_list .team_top {
  width: 80%;
  margin-right: 21px;
}
.team_bg .team_leading .team_list .team_top .list_img {
  transition: all 0.5s;
  max-width: 257px;
  max-height: 257px;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), #d9e8f129, #4a80ac);
  border-radius: 50%;
  overflow: hidden;
}
.team_bg .team_leading .team_list .team_top .list_img img {
  width: 100%;
  display: block;
}
.team_bg .team_leading .team_list .list_right {
  align-self: flex-start;
  width: 100%;
  position: relative;
}
.team_bg .team_leading .team_list .list_right .list_title {
  margin-bottom: 20px;
}
.team_bg .team_leading .team_list .list_right .list_title h4 {
  color: #333;
  font-size: 18px;
  font-family: SourceHanSansSC-Bold;
}
.team_bg .team_leading .team_list .list_right .list_title span {
  color: #333;
  font-size: 16px;
  font-family: Source Han Sans CN-Regular;
}
.team_bg .team_leading .team_list .list_right p {
  text-align: justify;
  font-family: Source Han Sans CN-Regular;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 2;
}
.team_bg .team_leading .team_list .list_right .leading_project li {
  position: relative;
  font-family: Source Han Sans CN-Regular;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 2;
  box-sizing: border-box;
}
.team_bg .team_leading .team_list .list_right .leading_logo {
  position: absolute;
  top: -20px;
  right: -40px;
}
.team_bg .team_leading .team_list .list_right .leading_logo img {
  max-width: 200px;
}
.team_bg .team_leading .team_list:hover .list_right .list_title h4 {
  color: #021e83;
  font-size: 18px;
  font-weight: 600;
  font-family: SourceHanSansSC-Bold;
}
.team_bg .team_leading .team_list:hover .list_right .list_title span {
  color: #021e83;
  font-size: 16px;
  font-family: Source Han Sans CN-Regular;
}
.team_bg .team_leading .team_list:hover .list_right p {
  color: #021e83;
}
.team_bg .team_leading .team_list:hover .list_right .leading_project li {
  color: #021e83;
}
@media screen and (max-width: 1400PX) {
  .team_bg {
    transition: all 0.5s;
    padding: 110px 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1400PX) {
  .team_bg .team_gm {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .team_bg .team_gm .gm_image {
    margin: 57px 0 0;
  }
  .team_bg .team_leading .team_list {
    padding: 20px 30px;
  }
  .team_bg .team_leading .team_list .team_top .list_img {
    margin-right: 0;
    max-width: 200px;
  }
  .team_bg .team_leading .team_list .team_top .list_title {
    text-align: center;
  }
  .team_bg .team_leading .team_list .list_img {
    width: 50%;
    transition: all 0.5s;
    min-width: 200px;
  }
  .team_bg .team_leading .team_list .list_right p {
    overflow: initial;
    display: block;
    font-size: 12px;
  }
  .team_bg .team_leading .team_list .list_right .leading_project li {
    font-size: 12px;
  }
  .team_bg .team_leading .team_list .list_right .leading_project li::after {
    width: 4px;
    top: 12px;
    height: 4px;
  }
  .team_bg .team_leading .team_list .list_right .leading_project li {
    font-size: 12px;
  }
  .team_bg .team_leading .team_list .team_top .list_title {
    margin: 0;
  }
}
@media screen and (max-width: 1200PX) {
  .team_bg .team_gm {
    width: 100%;
    align-items: center;
  }
  .team_bg .team_gm .gm_right .gm_title {
    flex-wrap: wrap;
  }
  .team_bg .team_leading .team_list {
    flex-wrap: wrap;
  }
  .team_bg .team_leading .team_list .list_img {
    margin-right: 0;
    max-height: none;
  }
}
@media screen and (max-width: 768PX) {
  .team_bg {
    padding: 80px 20px 60px;
  }
  .team_bg .team_gm {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 40px;
  }
  .team_bg .team_gm .gm_image {
    margin: 0;
  }
  .team_bg .team_gm .gm_right {
    padding: 30px 25px;
    width: 100%;
  }
  .team_bg .team_gm .gm_right .gm_title {
    font-size: 26px;
  }
  .team_bg .team_gm .gm_right .gm_title h3 {
    font-size: 20px;
  }
  .team_bg .team_gm .gm_right .gm_title span {
    font-size: 18px;
  }
  .team_bg .team_gm .gm_right p {
    font-size: 15px;
  }
  .team_bg .team_leading {
    flex-wrap: wrap;
  }
  .team_bg .team_leading .team_list {
    width: 100%;
    justify-content: space-between;
  }
  .team_bg .team_leading .team_list .list_img {
    transition: all 0.5s;
    min-width: 200px;
    max-width: 257px;
  }
}
/*===================================================
在线留言
===================================================================================*/
.message_bg {
  background-color: #fff;
  padding: 70px 0 0;
}
.message_bg .line {
  width: 100%;
  height: 1px;
  background: #E8E8E8;
}
.message_bg .layui-form {
  transition: all 0.5s;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 0 0;
  background-image: url(/images/contact/Image.png);
}
.message_bg .layui-form .layui-form-item {
  margin-bottom: 30px;
  width: calc((100% - 60px) / 2);
}
.message_bg .layui-form .layui-form-item .layui-form-label {
  font-family: Source Han Sans CN-Regular;
  text-align: left;
  padding: 10px 0;
  font-size: 16px;
}
.message_bg .layui-form .layui-form-item .layui-form-label .red_must {
  color: #ff0000;
}
.message_bg .layui-form .layui-form-item .layui-input {
  padding: 25px 12px;
  border-radius: 10px;
  background: none;
}
.message_bg .layui-form .layui-form-item .layui-input:focus {
  outline: 1px solid #021e83;
}
.message_bg .layui-form .layui-form-text {
  width: 100%;
}
.message_bg .layui-form .layui-form-text .layui-input-block {
  margin-left: 0;
}
.message_bg .layui-form .layui-form-text .layui-input-block .layui-textarea {
  height: 200px;
  padding: 10px 30px;
  resize: none;
  font-size: 14px;
  border-radius: 10px;
  background: none;
}
.message_bg .layui-form .layui-form-text .layui-input-block .layui-textarea:focus {
  outline: 1px solid #021e83;
}
.message_bg .layui-form .btn_inp {
  margin: 50px 0;
  width: 100%;
}
.message_bg .layui-form .btn_inp .layui-input-block {
  margin-left: 0;
  display: flex;
  justify-content: center;
}
.message_bg .layui-form .btn_inp .layui-input-block .layui-btn {
  display: flex;
  height: auto;
  padding: 5px 65px;
  border-radius: 8px;
  background-color: #021e83;
}
@media screen and (max-width: 1400PX) {
  .message_bg .layui-form {
    transition: all 0.5s;
    padding: 50px 40px 0;
  }
}
@media screen and (max-width: 768PX) {
  .message_bg .layui-form {
    padding: 50px 20px 0;
  }
  .message_bg .layui-form .layui-form-item {
    width: 100%;
  }
  .message_bg .layui-form .btn_inp {
    margin: 20px 0 50px;
  }
}
/*==================================================
合作伙伴
===================================================================================*/
.partner_bg {
  padding: 110px 0;
  background-color: #fff;
}
.partner_bg .partner_title {
  margin-bottom: 10px;
  font-size: 24px;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  color: #333333;
  line-height: 32px;
}
.partner_bg .partner_box {
  display: flex;
  flex-wrap: wrap;
}
.partner_bg .partner_box .partner_list {
  margin-right: 21px;
  margin-top: 20px;
  max-width: 334px;
  width: calc((100% - 21px * 3) / 4);
}
.partner_bg .partner_box .partner_list:nth-child(4n + 4) {
  margin-right: 0;
}
.partner_bg .partner_box .partner_list img {
  width: 100%;
}
@media screen and (max-width: 1400PX) {
  .partner_bg {
    padding: 110px 40px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768PX) {
  .partner_bg {
    padding: 80px 20px 60px;
  }
  .partner_bg .partner_box {
    display: flex;
    justify-content: space-between;
  }
  .partner_bg .partner_box .partner_list {
    margin-right: 0;
    width: calc((100% - 20px) / 2);
  }
}
/*====================================================
培训体系
=====================================================================================*/
.train_bg {
  transition: all 0.5s;
  padding: 110px 0 60px;
  background-color: #fff;
}
.train_bg .train_box h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  color: #333333;
  line-height: 32px;
}
.train_bg .train_box .train_content {
  display: flex;
}
.train_bg .train_box .train_content .train_list {
  padding: 35px 46px;
  transition: all 0.3s;
  box-sizing: border-box;
  width: calc((100% - 58px * 2) / 3);
  margin-right: 58px;
  border: 1px solid #d0e1fe;
  border-radius: 10px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
.train_bg .train_box .train_content .train_list:nth-child(3) {
  margin-right: 0;
}
.train_bg .train_box .train_content .train_list .train_image {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.train_bg .train_box .train_content .train_list .train_image .two {
  display: none;
}
.train_bg .train_box .train_content .train_list .train_image .image_left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #054880;
  border-radius: 50%;
  box-shadow: 4px 5px 15px 0px rgba(5, 72, 128, 0.1);
}
.train_bg .train_box .train_content .train_list .train_image .imgae_right {
  max-width: 110px;
  width: 100%;
}
.train_bg .train_box .train_content .train_list .train_image .imgae_right img {
  width: 100%;
}
.train_bg .train_box .train_content .train_list h4 {
  font-size: 20px;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  color: #373737;
  line-height: 38px;
  margin-bottom: 10px;
}
.train_bg .train_box .train_content .train_list p {
  font-size: 16px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  color: #7b7b7b;
  line-height: 32px;
}
.train_bg .train_box .train_content .train_list:hover {
  transition: all 0.3s;
  background: #054880;
  border: 1px solid #d0e1fe;
  border-radius: 10px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
.train_bg .train_box .train_content .train_list:hover .train_image .one {
  display: none;
}
.train_bg .train_box .train_content .train_list:hover .train_image .two {
  display: block;
}
.train_bg .train_box .train_content .train_list:hover .train_image .image_left {
  background: #fff;
}
.train_bg .train_box .train_content .train_list:hover h4 {
  color: #fff;
}
.train_bg .train_box .train_content .train_list:hover p {
  color: #fff;
}
@media screen and (max-width: 1400PX) {
  .train_bg {
    transition: all 0.5s;
    padding: 110px 40px 60px;
  }
}
@media screen and (max-width: 1500PX) {
  .train_bg .train_box .train_content .train_list {
    width: calc((100% - 20px * 2) / 3);
    margin-right: 20px;
  }
  .train_bg .train_box .train_content .train_list p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000PX) {
  .train_bg .train_box .train_content .train_list {
    padding: 20px;
  }
  .train_bg .train_box .train_content .train_list .train_image .image_left {
    width: 65px;
    height: 65px;
  }
  .train_bg .train_box .train_content .train_list .train_image .imgae_right {
    max-width: 80px;
  }
}
@media screen and (max-width: 768PX) {
  .train_bg .train_box .train_content {
    flex-direction: column;
  }
  .train_bg .train_box .train_content .train_list {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
  }
  .train_bg .train_box .train_content .train_list p {
    display: block;
    font-size: 14px;
  }
  .train_bg .train_box .train_content .train_list .train_image .image_left {
    width: 65px;
    height: 65px;
  }
  .train_bg .train_box .train_content .train_list .train_image .imgae_right {
    max-width: 80px;
  }
}
/*========================================================
晋升体系
=======================================================================================*/
.promote_bg {
  padding: 0 0 200px;
  background-color: #fff;
  background-image: url(/images/train/bj.png);
  background-size: cover;
}
.promote_bg h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  color: #333333;
  line-height: 32px;
}
.promote_bg .promote_box {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.promote_bg .promote_box .promote_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 100px) / 2);
}
.promote_bg .promote_box .promote_left .sing_list {
  position: relative;
  width: 76%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.promote_bg .promote_box .promote_left .sing_list::before {
  position: absolute;
  left: 0;
  top: 155px;
  content: '';
  display: block;
  width: 2px;
  height: 264px;
  background-color: #05488033;
}
.promote_bg .promote_box .promote_left .sing_list::after {
  position: absolute;
  right: 0;
  top: 155px;
  content: '';
  display: block;
  width: 2px;
  height: 264px;
  background-color: #05488033;
}
.promote_bg .promote_box .promote_left .sing_list span {
  max-width: 90px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  padding: 12px 15px;
  border-radius: 8px;
  background-color: rgba(238, 246, 250);
  font-size: 16px;
  font-family: Source Han Sans CN-Regular;
}
.promote_bg .promote_box .promote_left .sing_list span::after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%);
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background-color: #05498098;
}
.promote_bg .promote_box .promote_left .sing_list .even_list {
  border-top: 2px solid #05488033;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.promote_bg .promote_box .promote_left .sing_list .even_list .even_left {
  position: relative;
  z-index: 1;
  left: -75px;
}
.promote_bg .promote_box .promote_left .sing_list .even_list .even_left li {
  text-align: center;
  max-width: 120px;
  width: 100%;
  position: relative;
  margin-top: 40px;
  padding: 12px 15px;
  border-radius: 8px;
  background-color: rgba(238, 246, 250);
  font-size: 16px;
  font-family: Source Han Sans CN-Regular;
}
.promote_bg .promote_box .promote_left .sing_list .even_list .even_right {
  position: relative;
  z-index: 1;
  right: -67px;
}
.promote_bg .promote_box .promote_left .sing_list .even_list .even_right li {
  text-align: center;
  max-width: 120px;
  width: 100%;
  position: relative;
  margin-top: 40px;
  padding: 12px 15px;
  border-radius: 8px;
  background-color: rgba(238, 246, 250);
  font-size: 16px;
  font-family: Source Han Sans CN-Regular;
}
.promote_bg .promote_box .promote_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 100px) / 2);
  margin-right: 40px;
}
.promote_bg .promote_box .promote_right .sing_bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 76%;
}
.promote_bg .promote_box .promote_right .sing_bottom::before {
  position: absolute;
  left: 0;
  top: 47px;
  content: '';
  display: block;
  width: 2px;
  height: 40px;
  background-color: #05488033;
}
.promote_bg .promote_box .promote_right .sing_bottom::after {
  position: absolute;
  right: 0;
  top: 47px;
  content: '';
  display: block;
  width: 2px;
  height: 40px;
  background-color: #05488033;
}
.promote_bg .promote_box .promote_right .sing_bottom .bottom {
  text-align: center;
  max-width: 120px;
  width: 100%;
  position: relative;
  left: 4px;
  margin-top: 40px;
  padding: 12px 15px;
  border-radius: 8px;
  background-color: rgba(238, 246, 250);
  font-size: 16px;
  font-family: Source Han Sans CN-Regular;
}
.promote_bg .promote_box .promote_right .sing_bottom .bottom::after {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%);
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background-color: #05498098;
}
.promote_bg .promote_box .promote_right .sing_bottom .even_top {
  width: 100%;
  position: relative;
  display: flex;
  text-align: center;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 2px solid #05488033;
}
.promote_bg .promote_box .promote_right .sing_bottom .even_top .even_left {
  padding: 12px 15px;
  max-width: 120px;
  width: 100%;
  position: relative;
  left: -73px;
  margin-bottom: 40px;
  border-radius: 8px;
  background-color: rgba(238, 246, 250);
  font-size: 16px;
  font-family: Source Han Sans CN-Regular;
}
.promote_bg .promote_box .promote_right .sing_bottom .even_top .even_left > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.promote_bg .promote_box .promote_right .sing_bottom .even_top .event_right {
  max-width: 210px;
  text-align: center;
  width: 100%;
  position: relative;
  right: -113px;
  margin-bottom: 30px;
  padding: 7px 15px;
  border-radius: 8px;
  background-color: rgba(238, 246, 250);
  font-size: 16px;
  font-family: Source Han Sans CN-Regular;
}
.promote_bg .promote_box .promote_right .sing_bottom .even_top .event_right span {
  display: block;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 1400PX) {
  .promote_bg {
    padding: 0 40px 200px;
    box-sizing: border-box;
  }
  .promote_bg .promote_box .promote_right {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1000PX) {
  .promote_bg .promote_box {
    flex-direction: column;
  }
  .promote_bg .promote_box .promote_left {
    width: 100%;
    margin-bottom: 100px;
  }
  .promote_bg .promote_box .promote_right {
    width: 100%;
    margin-right: 40px;
  }
}
@media screen and (max-width: 768PX) {
  .promote_bg {
    padding: 0 20px 80px;
  }
  .promote_bg .promote_box {
    margin-top: 40px;
    flex-direction: column;
  }
  .promote_bg .promote_box .promote_left {
    width: 75%;
    margin-bottom: 100px;
  }
  .promote_bg .promote_box .promote_left .sing_list .even_list .even_left {
    left: -59px;
  }
  .promote_bg .promote_box .promote_left .sing_list .even_list .even_right {
    right: -31px;
  }
  .promote_bg .promote_box .promote_right {
    width: 75%;
    margin-right: 0;
  }
  .promote_bg .promote_box .promote_right .sing_bottom .even_top .even_left {
    min-width: 82px;
    left: -53px;
  }
  .promote_bg .promote_box .promote_right .sing_bottom .even_top .event_right {
    min-width: 82px;
    right: -12px;
  }
}
/*=========================================================
CRO服务 & SMO服务
=======================================================================================*/
.cro_bg {
  transition: all 0.5s;
  padding: 110px 0 84px;
  background-color: #fff;
}
.cro_bg .cro_box h3 {
  font-size: 24px;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  text-align: LEFT;
  color: #333333;
  line-height: 32px;
}
.cro_bg .cro_box .cro_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cro_bg .cro_box .cro_list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
  padding: 53px 0;
  box-sizing: border-box;
  text-align: center;
  margin-top: 30px;
  margin-right: 60px;
  width: calc((100% - 60px * 5) / 6);
  border: 1px solid #d0e1fe;
  border-radius: 6px;
  background-image: url(/images/cro/croimg.png);
  background-size: cover;
}
.cro_bg .cro_box .cro_list a:nth-child(6n + 6) {
  margin-right: 0%;
}
.cro_bg .cro_box .cro_list a img {
  height: 40px;
}
.cro_bg .cro_box .cro_list a img:nth-child(2) {
  display: none;
}
.cro_bg .cro_box .cro_list a span {
  margin-top: 18px;
  display: block;
}
.cro_bg .cro_box .cro_list a:hover {
  transition: all 0.3s;
  background-color: #021e83;
  background-image: url(/images/cro/croimg.png);
}
.cro_bg .cro_box .cro_list a:hover span {
  color: #fff;
}
.cro_bg .cro_box .cro_list a:hover img:nth-child(1) {
  display: none;
}
.cro_bg .cro_box .cro_list a:hover img:nth-child(2) {
  display: block;
}
.cro_bg .cro_box .smo_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cro_bg .cro_box .smo_list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
  padding: 53px 0;
  box-sizing: border-box;
  text-align: center;
  margin-top: 30px;
  margin-right: 20px;
  width: calc((100% - 20px * 6) / 7);
  border: 1px solid #d0e1fe;
  border-radius: 6px;
  background-image: url(/images/cro/croimg.png);
  background-size: cover;
}
.cro_bg .cro_box .smo_list a:nth-child(7n + 7) {
  margin-right: 0%;
}
.cro_bg .cro_box .smo_list a img {
  height: 40px;
}
.cro_bg .cro_box .smo_list a img:nth-child(2) {
  display: none;
}
.cro_bg .cro_box .smo_list a span {
  margin-top: 18px;
  display: block;
}
.cro_bg .cro_box .smo_list a:hover {
  transition: all 0.3s;
  background-color: #021e83;
  background-image: url(/images/cro/croimg.png);
}
.cro_bg .cro_box .smo_list a:hover span {
  color: #fff;
}
.cro_bg .cro_box .smo_list a:hover img:nth-child(1) {
  display: none;
}
.cro_bg .cro_box .smo_list a:hover img:nth-child(2) {
  display: block;
}
@media screen and (max-width: 1400PX) {
  .cro_bg {
    transition: all 0.5s;
    padding: 110px 40px 84px;
    box-sizing: border-box;
  }
  .cro_bg .cro_box .cro_list a {
    padding: 40px 0;
    margin-right: 40px;
    font-size: 14px;
    width: calc((100% - 40px * 5) / 6);
  }
  .cro_bg .cro_box .smo_list a {
    padding: 40px 0;
    margin-right: 20px;
    width: calc((100% - 20px * 4) / 5);
  }
  .cro_bg .cro_box .smo_list a:nth-child(7n + 7) {
    margin-right: 20px;
  }
  .cro_bg .cro_box .smo_list a:nth-child(5n + 5) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1300PX) {
  .cro_bg .cro_box .smo_list a span {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000PX) {
  .cro_bg {
    transition: all 0.5s;
    padding: 110px 40px 84px;
    box-sizing: border-box;
  }
  .cro_bg .cro_box .cro_list a {
    padding: 40px 0;
    margin-right: 40px;
    width: calc((100% - 40px * 3) / 4);
  }
  .cro_bg .cro_box .cro_list a:nth-child(6n + 6) {
    margin-right: 40px;
  }
  .cro_bg .cro_box .cro_list a:nth-child(4n + 4) {
    margin-right: 0;
  }
  .cro_bg .cro_box .smo_list a {
    padding: 40px 0;
    margin-right: 20px;
    width: calc((100% - 20px * 3) / 4);
  }
  .cro_bg .cro_box .smo_list a:nth-child(5n + 5) {
    margin-right: 20px;
  }
  .cro_bg .cro_box .smo_list a:nth-child(4n + 4) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768PX) {
  .cro_bg {
    transition: all 0.5s;
    padding: 110px 20px 84px;
    box-sizing: border-box;
  }
  .cro_bg .cro_box .cro_list {
    display: flex;
    justify-content: space-between;
  }
  .cro_bg .cro_box .cro_list a {
    padding: 40px 0;
    margin-right: 0;
    width: calc((100% - 40px) / 2);
  }
  .cro_bg .cro_box .cro_list a:nth-child(6n + 6) {
    margin-right: 0;
  }
  .cro_bg .cro_box .smo_list {
    display: flex;
    justify-content: space-between;
  }
  .cro_bg .cro_box .smo_list a {
    padding: 40px 0;
    margin-right: 0;
    width: calc((100% - 40px) / 2);
  }
  .cro_bg .cro_box .smo_list a:nth-child(5n + 5) {
    margin-right: 0;
  }
  .cro_bg .cro_box .smo_list a:nth-child(7n + 7) {
    margin-right: 0px;
  }
}
/*===========================================================
服务案例
==========================================================================================*/
.case_bg {
  padding: 0 0 110px;
  background: #fff;
}
.case_bg .case_box {
  transition: all 0.5s;
}
.case_bg .case_box h3 {
  font-size: 24px;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  text-align: LEFT;
  color: #333333;
  line-height: 32px;
  margin-bottom: 30px;
}
.case_bg .case_box .case_content {
  display: flex;
  flex-direction: column;
}
.case_bg .case_box .case_content .case_list {
  transition: all 0.6s;
  width: 100%;
  display: flex;
  background: #eef6fa;
}
.case_bg .case_box .case_content .case_list:nth-child(1) .case_left .left_info li:nth-child(2n + 2) {
  width: 36%;
}
.case_bg .case_box .case_content .case_list .case_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 30px;
  box-sizing: border-box;
  width: 50%;
}
.case_bg .case_box .case_content .case_list .case_left h4 {
  font-size: 20px;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  text-align: LEFT;
  color: #333333;
  line-height: 32px;
  margin-bottom: 10px;
}
.case_bg .case_box .case_content .case_list .case_left .left_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case_bg .case_box .case_content .case_list .case_left .left_info li {
  position: relative;
  width: 50%;
  display: flex;
  padding-left: 15px;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: LEFT;
  color: #666;
  margin-top: 15px;
}
.case_bg .case_box .case_content .case_list .case_left .left_info li::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #021E83;
  border-radius: 50%;
}
.case_bg .case_box .case_content .case_list .case_left .left_info li:nth-child(2n + 2) {
  width: 43%;
}
.case_bg .case_box .case_content .case_list .case_right {
  width: 50%;
  overflow: hidden;
}
.case_bg .case_box .case_content .case_list .case_right img {
  transform: scale(1);
  transition: all 0.6s;
  background-color: rgba(209, 234, 247);
  height: 100%;
  display: block;
  width: 100%;
}
.case_bg .case_box .case_content .case_list:hover {
  transition: all 0.6s;
}
.case_bg .case_box .case_content .case_list:hover .case_left h4 {
  color: #021e83;
}
.case_bg .case_box .case_content .case_list:hover .case_left .left_info li {
  color: #021e83;
}
.case_bg .case_box .case_content .case_list:hover .case_left .left_info li::before {
  background-color: #021e83;
}
.case_bg .case_box .case_content .case_list:hover .case_right {
  overflow: hidden;
}
.case_bg .case_box .case_content .case_list:hover .case_right img {
  transform: scale(1.1);
  transition: all 0.6s;
}
@media screen and (max-width: 1400PX) {
  .case_bg .case_box {
    transition: all 0.5s;
    box-sizing: border-box;
  }
  .case_bg .case_box .case_content .case_list .case_left {
    padding: 20px 30px;
  }
  .case_bg .case_box .case_content .case_list .case_left .left_info li {
    width: 40%;
  }
}
@media screen and (max-width: 1300PX) {
  .case_bg .case_box .case_content .case_list .case_left .left_info li {
    font-size: 12px;
  }
  .register_case .case_content .case_list .case_left .left_info li {
    font-size: 12px;
  }
}
@media screen and (max-width: 768PX) {
  .case_bg .case_box {
    transition: all 0.5s;
    padding: 0;
  }
  .case_bg .case_box .case_content .case_list {
    flex-direction: column;
  }
  .case_bg .case_box .case_content .case_list .case_left {
    width: 100%;
    padding: 20px 30px;
  }
  .case_bg .case_box .case_content .case_list .case_left .left_info {
    width: 100%;
  }
  .case_bg .case_box .case_content .case_list .case_left .left_info li {
    width: 100% !important;
  }
  .case_bg .case_box .case_content .case_list .case_right {
    width: 100%;
  }
}
/*==========================================================
注册服务
==========================================================================================*/
.register_bg {
  padding: 110px 0 80px;
  background-color: #ffff;
  background-image: url(/images/register/Image.png);
  background-size: cover;
  transition: all 0.5s;
}
.register_bg .register_box {
  display: flex;
  justify-content: space-between;
}
.register_bg .register_box .register_left {
  width: 43%;
}
.register_bg .register_box .register_left .left_content {
  margin-bottom: 90px;
}
.register_bg .register_box .register_left .left_content h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  color: #333333;
  line-height: 32px;
}
.register_bg .register_box .register_left .left_content p {
  font-size: 14px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.register_bg .register_box .register_right {
  transition: all 0.5s;
  margin-right: 60px;
  position: relative;
  width: 24rem;
  height: 24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px dashed #4a80ac14;
}
.register_bg .register_box .register_right .right_center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  background-color: rgba(34, 94, 144);
  border-radius: 50%;
}
.register_bg .register_box .register_right .right_center h4 {
  color: #fff;
  font-size: 24px;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  line-height: 32px;
}
.register_bg .register_box .register_right .register_info li {
  position: absolute;
}
.register_bg .register_box .register_right .register_info li div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  max-width: 5rem;
  padding: 18px 0;
  background: rgba(120, 160, 194);
}
.register_bg .register_box .register_right .register_info li div span {
  letter-spacing: 14px;
  padding-left: 16px;
  color: #fff;
}
.register_bg .register_box .register_right .register_info li img {
  z-index: 1;
  position: absolute;
}
.register_bg .register_box .register_right .register_info li:nth-child(1) {
  top: -40px;
  left: 50%;
  transform: translate(-50%);
}
.register_bg .register_box .register_right .register_info li:nth-child(1) img {
  top: 47px;
  right: -83px;
}
.register_bg .register_box .register_right .register_info li:nth-child(2) {
  top: 56px;
  right: -18px;
}
.register_bg .register_box .register_right .register_info li:nth-child(2) img {
  top: 116px;
  right: -2px;
}
.register_bg .register_box .register_right .register_info li:nth-child(3) {
  bottom: 64px;
  right: -21px;
}
.register_bg .register_box .register_right .register_info li:nth-child(3) img {
  bottom: -57px;
  right: 92px;
}
.register_bg .register_box .register_right .register_info li:nth-child(4) {
  bottom: -40px;
  left: 50%;
  transform: translate(-50%);
}
.register_bg .register_box .register_right .register_info li:nth-child(4) img {
  bottom: 47px;
  right: 119px;
}
.register_bg .register_box .register_right .register_info li:nth-child(5) {
  bottom: 66px;
  left: -13px;
}
.register_bg .register_box .register_right .register_info li:nth-child(5) img {
  bottom: 108px;
  right: 52px;
}
.register_bg .register_box .register_right .register_info li:nth-child(6) {
  top: 56px;
  left: -21px;
}
.register_bg .crad_box {
  margin-top: 110px;
  display: flex;
}
.register_bg .crad_box .card_list {
  display: flex;
  justify-content: space-between;
  padding: 40px 30px 100px;
  box-sizing: border-box;
  width: calc(100% / 3);
}
.register_bg .crad_box .card_list .list_title {
  position: relative;
  margin-right: 35px;
}
.register_bg .crad_box .card_list .list_title span {
  top: 7px;
  right: 10px;
  position: absolute;
  font-size: 20px;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  color: #fff;
  line-height: 20px;
}
.register_bg .crad_box .card_list p {
  width: 70%;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.register_bg .crad_box .card_list:nth-child(1) {
  background-color: rgba(71, 121, 163);
}
.register_bg .crad_box .card_list:nth-child(2) {
  background-color: rgba(47, 103, 152);
  background-image: url(/images/register/shanchang.png);
  background-size: cover;
}
.register_bg .crad_box .card_list:nth-child(3) {
  background-color: rgba(26, 88, 140);
  background-image: url(/images/register/youshi3_1.png);
  background-size: cover;
}
@media screen and (max-width: 1400PX) {
  .register_bg {
    padding: 110px 40px 80px;
    box-sizing: border-box;
    transition: all 0.5s;
  }
  .register_bg .crad_box .card_list {
    padding: 30px 20px 60px;
  }
  .register_bg .crad_box .card_list .list_title {
    margin-right: 30px;
  }
  .register_bg .crad_box .card_list p {
    -webkit-line-clamp: 4;
  }
}
@media screen and (max-width: 1300PX) {
  .register_bg .crad_box .card_list p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000PX) {
  .register_bg {
    padding: 110px 80px 80px;
  }
  .register_bg .register_box {
    flex-direction: column;
    align-items: center;
  }
  .register_bg .register_box .register_left {
    width: 100%;
  }
  .register_bg .register_box .register_right {
    margin-right: 0;
  }
  .register_bg .crad_box {
    flex-direction: column;
  }
  .register_bg .crad_box .card_list {
    width: 100%;
    padding: 30px 20px 60px;
  }
}
@media screen and (max-width: 768PX) {
  .register_bg {
    padding: 80px 20px 80px;
  }
  .register_bg .register_box .register_right {
    transition: all 0.5s;
    width: 16rem;
    height: 16rem;
  }
  .register_bg .register_box .register_right .right_center {
    width: 120px;
    height: 120px;
  }
  .register_bg .register_box .register_right .register_info li:nth-child(1) {
    top: -40px;
    left: 50%;
    transform: translate(-50%);
  }
  .register_bg .register_box .register_right .register_info li:nth-child(1) img {
    top: 38px;
    right: -53px;
  }
  .register_bg .register_box .register_right .register_info li:nth-child(2) {
    top: 32px;
    right: -26px;
  }
  .register_bg .register_box .register_right .register_info li:nth-child(2) img {
    top: 81px;
    right: -2px;
  }
  .register_bg .register_box .register_right .register_info li:nth-child(3) {
    bottom: 26px;
    right: -29px;
  }
  .register_bg .register_box .register_right .register_info li:nth-child(3) img {
    bottom: -28px;
    right: 71px;
  }
  .register_bg .register_box .register_right .register_info li:nth-child(4) {
    bottom: -40px;
    left: 50%;
    transform: translate(-50%);
  }
  .register_bg .register_box .register_right .register_info li:nth-child(4) img {
    bottom: 33px;
    right: 84px;
  }
  .register_bg .register_box .register_right .register_info li:nth-child(5) {
    bottom: 24px;
    left: -17px;
  }
  .register_bg .register_box .register_right .register_info li:nth-child(5) img {
    bottom: 76px;
    right: 48px;
  }
  .register_bg .register_box .register_right .register_info li:nth-child(6) {
    top: 40px;
    left: -27px;
  }
}
/*========================================================
注册服务-服务案例 
=========================================================================================*/
.register_case {
  background-color: #fff;
  padding-bottom: 80px;
  transition: all 0.5s;
}
.register_case h3 {
  font-size: 24px;
  font-family: SourceHan Sans CN-Bold;
  font-weight: 700;
  text-align: LEFT;
  color: #333333;
  line-height: 32px;
  margin-bottom: 34px;
}
.register_case .case_content {
  display: flex;
  flex-direction: column;
}
.register_case .case_content .case_list {
  width: 100%;
  display: flex;
  background: #eef6fa;
}
.register_case .case_content .case_list .case_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 62px;
  box-sizing: border-box;
  width: 50%;
}
.register_case .case_content .case_list .case_left h4 {
  font-size: 20px;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  color: #333333;
  line-height: 32px;
  margin-bottom: 12px;
}
.register_case .case_content .case_list .case_left .left_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.register_case .case_content .case_list .case_left .left_info li {
  position: relative;
  width: 30%;
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: LEFT;
  color: #666;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.register_case .case_content .case_list .case_left .left_info li::before {
  position: absolute;
  left: 0;
  top: 45%;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #021E83;
  border-radius: 50%;
}
.register_case .case_content .case_list .case_left .left_info li:nth-child(2n + 2) {
  width: 43%;
}
.register_case .case_content .case_list .case_right {
  width: 50%;
  overflow: hidden;
}
.register_case .case_content .case_list .case_right img {
  background-color: rgba(209, 234, 247);
  height: 100%;
  display: block;
  width: 100%;
  transition: all 0.6s;
  transform: scale(1);
}
.register_case .case_content .case_list:hover {
  transition: all 0.6s;
}
.register_case .case_content .case_list:hover .case_left h4 {
  color: #021e83;
}
.register_case .case_content .case_list:hover .case_left .left_info li {
  color: #021e83;
}
.register_case .case_content .case_list:hover .case_left .left_info li::before {
  background-color: #021e83;
}
.register_case .case_content .case_list:hover .case_right {
  overflow: hidden;
}
.register_case .case_content .case_list:hover .case_right img {
  transform: scale(1.1);
  transition: all 0.6s;
}
@media screen and (max-width: 1400PX) {
  .register_case {
    padding: 0 40px 80px;
    box-sizing: border-box;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 1300PX) {
  .register_case .case_content .case_list .case_left .left_info li {
    font-size: 12px;
  }
  .register_case .case_content .case_list .case_left {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 768PX) {
  .register_case {
    padding: 0 20px 80px;
  }
  .register_case .case_content .case_list {
    flex-direction: column;
  }
  .register_case .case_content .case_list .case_left {
    width: 100%;
    padding: 20px 30px;
  }
  .register_case .case_content .case_list .case_left .left_info {
    width: 100%;
  }
  .register_case .case_content .case_list .case_left .left_info li {
    width: 100%;
  }
  .register_case .case_content .case_list .case_right {
    width: 100%;
  }
}
/*========================================================
临床评价-服务案例 
==========================================================================================*/
.evaluate_bg {
  padding-bottom: 110px;
  background-color: #fff;
  transition: all 0.5s;
}
.evaluate_bg h3 {
  font-size: 24px;
  font-family: SourceHan Sans CN-Bold;
  font-weight: 700;
  text-align: LEFT;
  color: #333333;
  line-height: 32px;
  margin-bottom: 34px;
}
.evaluate_bg .evaluate_content {
  width: 100%;
  display: flex;
  background: #eef6fa;
  transition: all 0.6s;
}
.evaluate_bg .evaluate_content .evaluate_image {
  width: 50%;
  overflow: hidden;
}
.evaluate_bg .evaluate_content .evaluate_image img {
  background-color: rgba(209, 234, 247);
  height: 100%;
  display: block;
  width: 100%;
  transform: scale(1);
  transition: all 0.6s;
}
.evaluate_bg .evaluate_content .evaluate_word {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  box-sizing: border-box;
  width: 50%;
}
.evaluate_bg .evaluate_content .evaluate_word h4 {
  font-size: 20px;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  color: #333333;
  line-height: 32px;
  margin-bottom: 12px;
}
.evaluate_bg .evaluate_content .evaluate_word .evaluate_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.evaluate_bg .evaluate_content .evaluate_word .evaluate_list li {
  padding-left: 15px;
  position: relative;
  width: 90%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: LEFT;
  color: #666;
  line-height: 2;
}
.evaluate_bg .evaluate_content .evaluate_word .evaluate_list li::before {
  position: absolute;
  left: 0;
  top: 15px;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  background-color: #021E83;
  border-radius: 50%;
}
.evaluate_bg .evaluate_content .evaluate_word p {
  margin-top: 20px;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.evaluate_bg .evaluate_content:hover {
  transition: all 0.6s;
}
.evaluate_bg .evaluate_content:hover .evaluate_image {
  width: 50%;
  overflow: hidden;
}
.evaluate_bg .evaluate_content:hover .evaluate_image img {
  transform: scale(1.1);
  transition: all 0.6s;
}
.evaluate_bg .evaluate_content:hover .evaluate_word h4 {
  color: #021e83;
}
.evaluate_bg .evaluate_content:hover .evaluate_word .evaluate_list li {
  color: #021e83;
}
.evaluate_bg .evaluate_content:hover .evaluate_word .evaluate_list li::before {
  background-color: #021E83;
}
.evaluate_bg .evaluate_content:hover .evaluate_word p {
  color: #021e83;
}
@media screen and (max-width: 1400PX) {
  .evaluate_bg {
    padding: 0 40px 110px;
    transition: all 0.5s;
  }
  .evaluate_bg .evaluate_content .evaluate_word {
    padding: 40px 45px;
  }
}
@media screen and (max-width: 1300PX) {
  .evaluate_bg .evaluate_content .evaluate_word .evaluate_list li {
    font-size: 12px;
  }
  .evaluate_bg .evaluate_content .evaluate_word {
    padding: 20px 30px;
  }
  .evaluate_bg .evaluate_content .evaluate_word p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768PX) {
  .evaluate_bg {
    padding: 0 20px 110px;
  }
  .evaluate_bg .evaluate_content {
    flex-direction: column;
  }
  .evaluate_bg .evaluate_content .evaluate_image {
    width: 100%;
  }
  .evaluate_bg .evaluate_content .evaluate_word {
    width: 100%;
    padding: 40px 45px;
  }
}
/*========================================================
其他服务
=========================================================================================*/
.other_bg {
  padding: 110px 0;
  background-color: #fff;
  transition: all 0.5s;
}
.other_bg h3 {
  font-size: 24px;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  color: #333333;
  line-height: 32px;
  margin-bottom: 20px;
}
.other_bg .other_box {
  display: flex;
}
.other_bg .other_box .other_list {
  border: 1px solid #d0e1fe;
  border-radius: 11px;
  width: calc((100% - 30px * 3) / 4);
  margin-right: 30px;
}
.other_bg .other_box .other_list .list_image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.other_bg .other_box .other_list .list_image img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.6s;
}
.other_bg .other_box .other_list .list_image .image_title {
  top: 34%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  font-size: 16px;
  width: 52%;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  color: #ffffff;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: center;
}
.other_bg .other_box .other_list .other_content {
  padding: 20px 40px;
  padding-right: 30px;
}
.other_bg .other_box .other_list .other_content .content_word {
  position: relative;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}
.other_bg .other_box .other_list .other_content .content_word::before {
  position: absolute;
  left: -10px;
  top: 14px;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #021e83;
  border-radius: 50%;
}
.other_bg .other_box .other_list:hover .list_image img {
  transform: scale(1.1);
}
.other_bg .other_box .other_list:hover .content_word span {
  color: #021e83;
}
@media screen and (max-width: 1400PX) {
  .other_bg {
    padding: 110px 40px;
    transition: all 0.5s;
  }
  .other_bg .other_box .other_list .other_content {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 1300PX) {
  .other_bg .other_box .other_list .other_content {
    padding: 10px 23px;
  }
}
@media screen and (max-width: 1000PX) {
  .other_bg {
    padding: 110px 20px;
    transition: all 0.5s;
  }
  .other_bg .other_box {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .other_bg .other_box .other_list {
    width: calc((100% - 30px) / 2);
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768PX) {
  .other_bg {
    padding: 110px 40px;
    transition: all 0.5s;
  }
  .other_bg .other_box .other_list {
    width: 100%;
  }
}
/*=========================================================
招贤纳士
===========================================================================================*/
.recruit_bg {
  padding: 110px 0;
  background-color: #fff;
}
.recruit_bg .recruit_box .search_input {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.recruit_bg .recruit_box .search_input input {
  width: 84%;
  padding: 15px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
}
.recruit_bg .recruit_box .search_input input:focus {
  outline: 1px solid #021e83;
}
.recruit_bg .recruit_box .search_input a {
  margin-left: 25px;
  padding: 15px 50px;
  background: #021e83;
  border-radius: 6px;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
  white-space: nowrap;
}
.recruit_bg .recruit_box .recruit_address {
  width: 1400px;
  padding: 40px 37px;
  display: flex;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
}
.recruit_bg .recruit_box .recruit_address > span {
  margin-top: 5px;
  margin-right: 30px;
  font-size: 16px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  width: 10%;
  white-space: nowrap;
}
.recruit_bg .recruit_box .recruit_address .address_btn {
  display: flex;
  flex-wrap: wrap;
}
.recruit_bg .recruit_box .recruit_address .address_btn a {
  margin-bottom: 10px;
  margin-right: 6px;
  padding: 8px 16px;
  font-size: 16px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
}
.recruit_bg .recruit_box .recruit_address .address_btn a:nth-child(17n + 17) {
  margin-right: 0;
}
.recruit_bg .recruit_box .recruit_address .address_btn .choice {
  border-radius: 5px;
  background-color: #021e83;
  color: #fff;
}
.recruit_bg .recruit_box .recruit_info {
  margin-top: 40px;
}
.recruit_bg .recruit_box .recruit_info .info_title {
  width: 1400px;
  display: flex;
  justify-content: space-between;
  background-color: #EEF6FA;
  padding: 20px 40px;
  box-sizing: border-box;
}
.recruit_bg .recruit_box .recruit_info .info_title span {
  width: 5%;
  font-size: 16px;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  color: #333333;
  line-height: 16px;
  white-space: nowrap;
}
.recruit_bg .recruit_box .recruit_info li {
  width: 1400px;
  border-bottom: 0.5px solid #e4e4e4;
}
.recruit_bg .recruit_box .recruit_info li .info_re {
  display: flex;
  justify-content: space-between;
  padding: 30px 40px 20px;
}
.recruit_bg .recruit_box .recruit_info li .info_re span {
  width: 5%;
  font-size: 16px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  white-space: nowrap;
}
.recruit_bg .recruit_box .recruit_info li .info_re .layui-icon {
  cursor: pointer;
  font-size: 20px;
}
.recruit_bg .recruit_box .recruit_info li .info_re #shut {
  display: none;
}
.recruit_bg .recruit_box .recruit_info li .open_re span {
  color: #021E83;
}
.recruit_bg .recruit_box .recruit_info li .info_open {
  display: none;
  line-height: 1.8;
  white-space: pre-line;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  padding: 20px 40px;
}
.recruit_bg .recruit_box .recruit_info li .info_open .line {
  width: 100%;
  height: 1px;
  background-color: #B9B9B9;
}
.recruit_bg .recruit_box .page_turning .ayui-elem-field {
  border: none;
}
.recruit_bg .recruit_box .page_turning .layui-box {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit_bg .recruit_box .page_turning .layui-box > a {
  margin-right: 8px;
  width: 32px;
  height: 32px;
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: Roboto, Roboto-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  padding: 0;
}
.recruit_bg .recruit_box .page_turning .layui-box .layui-laypage-curr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  border: none;
}
.recruit_bg .recruit_box .page_turning .layui-box .layui-laypage-curr .layui-laypage-em {
  left: 1px;
  top: -4px;
  width: 32px;
  height: 32px;
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
  font-size: 14px;
  font-family: Roboto, Roboto-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.recruit_bg .recruit_box .page_turning .layui-box .layui-laypage-curr em {
  font-size: 14px;
}
.recruit_bg .recruit_box .page_turning .layui-box .layui-laypage-spr {
  align-self: flex-start;
  border: none;
  font-size: 20px;
  color: #d9d9d9;
}
.recruit_bg .recruit_box .page_turning .layui-box .layui-laypage-prev,
.recruit_bg .recruit_box .page_turning .layui-box .layui-laypage-next {
  width: 32px;
  height: 32px;
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  padding: 0;
}
.recruit_bg .recruit_box .page_turning .layui-box .layui-laypage-prev .icon-xiangzuojiantou,
.recruit_bg .recruit_box .page_turning .layui-box .layui-laypage-next .icon-xiangzuojiantou {
  font-size: 14px;
  font-family: Roboto, Roboto-Regular;
  font-weight: 400;
  text-align: CENTER;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
@media screen and (max-width: 1700PX) {
  .recruit_bg {
    box-sizing: border-box;
  }
  .recruit_bg .recruit_box .recruit_address {
    max-width: 1200PX;
  }
  .recruit_bg .recruit_box .recruit_info .info_title {
    max-width: 1200PX;
  }
  .recruit_bg .recruit_box .recruit_info .info_list_all {
    max-width: 1200PX;
  }
}
@media screen and (max-width: 1400PX) {
  .recruit_bg {
    padding: 110px 40px;
    box-sizing: border-box;
  }
  .recruit_bg .recruit_box .recruit_address {
    max-width: 1060PX;
  }
  .recruit_bg .recruit_box .recruit_info .info_title {
    max-width: 1060PX;
  }
  .recruit_bg .recruit_box .recruit_info .info_list_all {
    max-width: 1060PX;
  }
  .recruit_bg .recruit_box .recruit_f {
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768PX) {
  .recruit_bg {
    padding: 80px 20px;
  }
  .recruit_bg .recruit_box .search_input a {
    padding: 15px 14px;
  }
  .recruit_bg .recruit_box .recruit_f {
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 50px;
  }
  .recruit_bg .recruit_box .recruit_f .recruit_address {
    padding: 25px 15px;
  }
  .recruit_bg .recruit_box .recruit_f .recruit_address > span {
    margin-right: 0;
  }
}
/*========================================================
发展历程
===========================================================================================*/
.grow {
  position: relative;
  padding: 110px 0;
  background-color: #fff;
  background-image: url(/images/grow/fazhanbj.png);
  background-size: cover;
  height: 100%;
}
.grow .grow_line {
  top: 38%;
  width: 100%;
  position: absolute;
}
.grow .grow_box {
  position: relative;
}
.grow .grow_box h3 {
  font-size: 24px;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  text-align: LEFT;
  color: #333333;
  line-height: 32px;
}
.grow .grow_box .grow_swiper {
  overflow: hidden;
  height: 800px;
}
.grow .grow_box .swiper_btn {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 50%;
}
.grow .grow_box .swiper_btn .grow-button-prev {
  position: absolute;
  left: -60px;
}
.grow .grow_box .swiper_btn .grow-button-next {
  position: absolute;
  right: -60px;
}
.grow .grow_box .swiper_btn .iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border: 1px solid #999999;
  color: #999999;
  font-size: 20px;
  border-radius: 23px;
}
.grow .grow_box .swiper-slide {
  padding-left: 10px;
  box-sizing: border-box;
  top: 80px;
  position: relative;
  transition: all 2s;
}
.grow .grow_box .swiper-slide-active {
  transition: all 2s;
  top: 250px;
}
.grow .grow_box .swiper-slide-next {
  transition: all 2s;
  top: 150px;
}
.grow .grow_box .grow_content {
  padding: 60px 0;
}
.grow .grow_box .grow_content .grow_list .grow_top {
  display: flex;
}
.grow .grow_box .grow_content .grow_list .grow_top .list_line {
  position: relative;
  width: 2px;
  height: 146px;
  background: linear-gradient(rgba(10, 126, 209, 0), #0a7ed1, rgba(10, 126, 209, 0) 100%);
}
.grow .grow_box .grow_content .grow_list .grow_top .list_line::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #054880;
  border-radius: 50%;
}
.grow .grow_box .grow_content .grow_list .grow_top .list_title {
  padding-left: 20px;
  box-sizing: border-box;
}
.grow .grow_box .grow_content .grow_list .grow_top .list_title h4 {
  font-size: 20px;
  font-weight: 800;
  font-family: SourceHanSansSC-Bold;
  color: #054880;
  line-height: 32px;
}
.grow .grow_box .grow_content .grow_list .grow_top .list_title span {
  display: block;
  font-size: 16px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  color: #054880;
  line-height: 32px;
}
.grow .grow_box .grow_content .grow_list .grow_bottom {
  margin-top: 200px;
  margin-left: 160px;
}
.grow .grow_box .grow_content .grow_list .grow_bottom .list_line::before {
  top: 95%;
}
@media screen and (max-width: 1400PX) {
  .grow {
    padding: 110px 40px;
    box-sizing: border-box;
  }
  .grow .grow_box .grow_content {
    padding-top: 0;
  }
  .grow .grow_box .swiper_btn {
    display: flex;
    justify-content: space-between;
  }
  .grow .grow_box .swiper_btn .grow-button-prev {
    position: relative;
    left: 0px;
  }
  .grow .grow_box .swiper_btn .grow-button-next {
    position: relative;
    right: 0px;
  }
}
@media screen and (max-width: 768PX) {
  .grow {
    padding: 60px 0 0;
  }
  .grow .grow_line {
    display: none;
  }
  .grow .grow_box {
    overflow: hidden;
  }
  .grow .grow_box .grow_swiper {
    height: auto;
  }
  .grow .grow_box .grow_swiper .swiper-slide-active {
    top: 0;
  }
  .grow .grow_box .grow_swiper .swiper-slide-next {
    top: 0;
  }
  .grow .grow_box .grow_swiper .swiper_btn {
    top: 20px;
  }
  .grow .grow_box .grow_swiper .swiper_btn .grow-button-prev {
    position: relative;
    left: 0px;
    margin-right: 20px;
  }
  .grow .grow_box .grow_swiper .swiper_btn .grow-button-next {
    position: relative;
    right: 0px;
  }
  .grow .grow_box .grow_swiper .swiper_btn .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .grow .grow_box .grow_swiper .grow_content {
    padding: 25px 0 50px;
  }
  .grow .grow_box .grow_swiper .grow_content .grow_list {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .grow .grow_box .grow_swiper .grow_content .grow_list .grow_top {
    width: 100%;
  }
  .grow .grow_box .grow_swiper .grow_content .grow_list .grow_top .list_line {
    display: none;
  }
  .grow .grow_box .grow_swiper .grow_content .grow_list .grow_top .list_title {
    padding-left: 0;
  }
  .grow .grow_box .grow_swiper .grow_content .grow_list .grow_top .list_title h4 {
    font-size: 22px;
  }
  .grow .grow_box .grow_swiper .grow_content .grow_list .grow_top .list_title span {
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
  }
  .grow .grow_box .grow_swiper .grow_content .grow_list .grow_top .list_title span::after {
    position: absolute;
    top: 15px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: '';
    display: block;
    background-color: #021e83;
  }
  .grow .grow_box .grow_swiper .grow_content .grow_list .grow_bottom {
    padding-top: 30px;
    margin: 0;
  }
}
