.sara-logo-box {
	display: flex;
	align-items: center;
}
.navbar-brand-home {
	margin-right: 13px;
}
.header-sara-box header {
  height: 70px;
  background-color: #ffffff;
}
.header-sara-box header a {
  color: #000000;
}
.header-sara-box .navbar-brand img {
  width: 230px;
  margin-right: 15px;
}
.header-sara-box header .robot-language {
  color: #509acb;
  margin-top: 0;
  width: 95px;
}
.header-sara-box header .robot-language a {
  margin: 0 5px;
}
.header-sara-box header .robot-language a.active,
.header-sara-box header .robot-language a:hover {
  color: #2e9cd0;
}
.sara-navbar-nav {
  width: 900px;
}
.sara-nav-item {
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: relative;
  padding: 0 5px;
}
.sara-nav-item:hover,
.sara-nav-item.active {
  background: #323232;
}
.sara-nav-item:hover a,
.sara-nav-item.active a {
  color: #fff;
}
.sara-nav-item .sara-dropdown-menu {
  display: none;
  position: absolute;
  top: 70px;
  background: #377de5;
  width: 280px;
	text-align: left;
  left: 0;
}
.sara-nav-item .sara-dropdown-menu .dropdown-item {
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  padding: 0 12px;
  display: block;
}
.sara-nav-item .sara-dropdown-menu .dropdown-item:hover,
.sara-nav-item .sara-dropdown-menu .dropdown-item.active {
  background: #333333;
}

.sara-nav-item .nav-link {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.sara-nav-item:hover .sara-dropdown-menu {
  display: block;
}
.sara-banner {
  background: url(../images/sara_banner.png) no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 399px;
}
.icon-sara,
.sara-wjld-text::before,
.btn-zssp-select::after,
.head-select-list li::after {
  background-image: url(../images/icon-sara.png);
  background-repeat: no-repeat;
  background-size: 119px 86px;
}
.sara-arrow {
  width: 7px;
  height: 4px;
  background-position: -70px 0;
  margin-left: 5px;
}
.sara-nav-item:hover .sara-arrow,
.sara-nav-item.active .sara-arrow {
  background-position: -105px 0;
}
/* 征集通知 */
.sara-notice {
  height: 139px;
  background: url(../images/sara_brief_bg.png) no-repeat;
  background-size: cover;
  width: 100%;
}
.sara-notice-content {
  height: inherit;
  padding: 0 17px;
}
.sara-notice-content p {
  font-size: 30px;
  color: #333333;
  font-weight: 800;
	line-height: 46px;
}
.sara-notice-content p span {
	display: block;
  color: #326dd3;
  font-size: 30px;
}
.sara-notice-content .btn-sara-notice {
  display: block;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  width: 190px;
  height: 64px;
  line-height: 64px;
  border-radius: 32px;
  background: linear-gradient(180deg, #3ca2ff, #3467e9);
}
.sara-title {
  font-size: 42px;
  font-weight: 900;
  background: linear-gradient(to bottom, #1e6dce, #1c4d97);
  -webkit-background-clip: text;
  color: transparent;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.sara-title::before,
.sara-title::after {
  content: "";
  height: 6px;
  border-radius: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  display: block;
  bottom: -15px;
}
.sara-title::before {
  width: 33px;
  background: #5abfec;
  z-index: 1;
}
.sara-title::after {
  width: 125px;
  background: #e0ecf2;
}
/* 会议简介 */
.brief-more-bottom {
  margin-top: -70px;
}
.sara-brief-text {
  font-size: 22px;
  color: #2d2d2d;
  line-height: 40px;
}

/* 往届亮点 */
.sara-wjld-box {
	margin-top: 50px;
}
.sara-wjld-content-box {
  color: #262626;
}
.wjld-tab-item {
  width: 49.5%;
  height: 70px;
  line-height: 70px;
  border-radius: 5px;
  text-align: center;
  font-size: 26px;
  background-color: #f4f7f9;
  position: relative;
  cursor: pointer;
}
.wjld-tab-item:hover,
.wjld-tab-item.active {
  font-weight: bold;
  color: #118bfb;
}
.wjld-tab-item:hover::after,
.wjld-tab-item.active::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background-color: #118bfb;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.wjld-swiper-box {
  margin: 0 auto;
  position: relative;
}
.wjld-swiper-box figure {
  width: 822px;
	height: 460px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  border-radius: 20px;
}
.wjld-swiper-box figure img {
	width: 100%;
	height: 100%;
}
.wjld-swiper {
  position: static;
}
.wjld-swiper .swiper-button-next, 
.wjld-swiper .swiper-button-prev {
	color: #41abf5;
	top: 230px;
}
.wjld-swiper .swiper-button-prev {
	left: 80px;
}
.wjld-swiper .swiper-button-next {
	right: 80px;
}
.wjld-swiper .swiper-button-next.swiper-button-disabled,
.wjld-swiper .swiper-button-prev.swiper-button-disabled {
	color: #9cdbff;
}
.wjld-tab-content {
  border: 1px solid #e0f3ff;
  border-radius: 5px;
  padding: 30px;
  margin: 30px auto;
  display: none;
}
.wjld-tab-content.active {
  display: block;
}
.sara-wjld-text {
  margin: 40px 0;
  position: relative;
  padding-left: 40px;
}
.sara-wjld-text::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 28px;
  background-position: 0 0;
  top: 8px;
  left: 0;
}
.sara-wjld-text h2 {
  display: inline;
  font-size: 28px;
  line-height: 36px;
  /* 行高需大于字体大小 */
  background-image: linear-gradient(#e1f5ff, #e1f5ff);
  background-repeat: repeat-x;
  background-position: 0 20px;
}
.wjld-text-list {
  /* justify-content: space-between; */
}
.wjld-text-list li {
  width: 19%;
  position: relative;
  font-size: 20px;
  padding-left: 20px;
  margin-top: 20px;
  margin-right: 7px;
}
.wjld-text-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #c3e5fa;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
}

/* 报告视频 */
.bgsp-box-head {
  margin: 40px auto;
}
.bgsp-box-head h2 {
  color: #313547;
  font-size: 34px;
  position: relative;
  padding-left: 20px;
}
.bgsp-box-head a.bgsp-more {
  font-size: 18px;
  color: #8ea6bc;
}
.bgsp-box-head a.bgsp-more .icon-sara-more {
  display: inline-block;
  width: 6px;
  height: 11px;
  background-position: -35px 0;
}
.bgsp-box-head h2:before {
  content: "";
  width: 6px;
  height: 33px;
  border-radius: 5px;
  background: linear-gradient(180deg, #67f0d2, #3ca2ff);
  position: absolute;
  left: 0;
  top: 52%;
  transform: translate(0, -50%);
}
.bgsp-box-list {
}
.bgsp-box-list li {
  width: 285px;
  padding: 8px 8px 20px;
  background-color: #f6f6f6;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.bgsp-box-list li:nth-child(4n + 4) {
  margin-right: 0;
}
.bgsp-box-list li .bgsp-img {
  width: 270px;
  height: 152px;
  border-radius: 5px;
  border: 1px solid #ebf0f4;
  overflow: hidden;
}
.line-3 {
  text-overflow: ellipsis;
  text-overflow: -webkit-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bgsp-box-list li .bgsp-text {
  color: #262626;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0;
}
.bgsp-box-list li .bgsp-time {
  font-size: 14px;
  color: #7f7f7f;
  text-align: right;
  display: block;
  padding-right: 5px;
}
/* 图片展示 */
.tpzs-box {
  background: url(../images/tpzs_bg.png) no-repeat center bottom;
  height: 621px;
  background-size: 100% 100%;
}
.tpzs-swiper .swiper-wrapper {
  padding: 5px 0;
  /* transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); */
}
.tpzs-swiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  width: 932px;
  height: 545px;
  text-align: center;
  background-color: #ffffff;
}
.tpzs-swiper .swiper-slide.swiper-slide-active {
  border: 10px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 5px #d7e5f3;
}

/* 展示视频 */
.zssp-year {
  width: 140px;
  height: 50px;
  line-height: 48px;
  color: #3a9bf7;
  font-size: 24px;
  border: 1px solid #399bf6;
  text-align: center;
  border-radius: 25px;
  position: relative;
  margin-right: 50px;
}
.zssp-year:last-child {
  margin-right: 0;
}
.zssp-year:hover,
.zssp-year.active {
  color: #ffffff;
  background: linear-gradient(180deg, #3ca2ff, #3467e9);
}
.zssp-year:hover::after,
.zssp-year.active::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 8px solid #3467e9;
  bottom: -14px;
  left: 50%;
  transform: translate(-50%, 0);
}
.zssp-head-select {
  width: 390px;
  height: 50px;
  position: relative;
}
.btn-zssp-select {
  width: 390px;
  height: 50px;
  line-height: 50px;
  color: #356ceb;
  font-size: 22px;
  border: 0;
  background: #e0f3ff;
  position: relative;
}
.btn-zssp-select::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 10px;
  background-position: 0 -30px;
  right: 30px;
  top: 42%;
  transform: translateX(-50%);
}
.head-select-box {
  display: none;
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
  width: 626px;
  top: 50px;
  right: 0;
  margin-top: 25px;
	box-shadow: 0 0 10px #d0d0d0;
}
/* .zssp-head-select:hover .head-select-box {
	display: block;
} */
.head-select-head {
  border-radius: 10px 10px 0 0;
  font-size: 26px;
  color: #ffffff;
  height: 65px;
  line-height: 65px;
  padding: 0 25px;
  background: linear-gradient(180deg, #158cf9, #386ffa);
}
.head-select-list {
  border-radius: 0 0 10px 10px;
  padding: 20px 25px;
  height: 693px;
  background-color: #ffffff;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.head-select-list li {
  margin: 10px 0;
  padding: 10px 30px;
  border-radius: 5px;
  position: relative;
}
.head-select-list li a {
  color: #313547;
  font-size: 20px;
  position: relative;
}
.head-select-list li a::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #313547;
  border-radius: 4px;
  position: absolute;
  left: -8px;
  top: 12px;
}
.head-select-list li::after {
  content: "";
  width: 8px;
  height: 14px;
  background-position: -35px -30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
}
.head-select-list li:hover {
  background-color: #eef8ff;
}
.head-select-list li:hover a {
  color: #2798ff;
  font-weight: bold;
}
.head-select-list li:hover::after {
  background-position: -70px -30px;
}
.zssp-box-list {
  margin-top: 40px;
}
.zssp-box-list li {
  width: 380px;
  padding: 20px 16px;
  background-color: #f6f6f6;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.zssp-box-list li:nth-child(3n + 3) {
  margin-right: 0;
}
.bgsp-box-list li .bgsp-img {
  width: 270px;
  height: 152px;
  border-radius: 5px;
  border: 1px solid #ebf0f4;
}
.zssp-text {
  font-size: 18px;
  line-height: 24px;
  color: #262626;
}
.zssp-author {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 22px;
  border-top: 1px solid #eaeaea;
  margin-top: 12px;
  padding-top: 12px;
}
.sara-zssp-user {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-position: -105px -30px;
}

/* 视频弹窗 */
.modal-mask {
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.modal-card {
  width: 1000px;
  max-height: calc(100vh - 40px);
  margin: 5% auto;
  position: relative;
}
.video-close {
  position: absolute;
  top: -50px;
  right: -50px;
}
.icon-sara-close {
  display: block;
  width: 44px;
  height: 44px;
  background: url(../images/icon-close.png) no-repeat;
}

.modal-card-body .video-info {
  background-color: #f7f7f7;
  padding: 15px 35px;
  border-radius: 10px 10px 0 0;
}
.modal-card-body .video-info .video-title {
  font-size: 30px;
  color: #262626;
  line-height: 40px;
}
.modal-card-body .video-author-box {
  border-top: 1px solid #eaeaea;
  padding: 15px 0 10px;
  margin-top: 15px;
}
.modal-card-body .video-author-box .video-author {
  width: 80%;
}
.modal-card-body .video-author-box .video-author,
.modal-card-body .video-author-box span {
  color: #8a8a8a;
  line-height: 22px;
  font-size: 14px;
}
.modal-card-body .video-box {
  border-radius: 0 0 10px 10px;
  padding: 40px;
  background-color: #fff;
}
.modal-card-body .expo-video-js {
  width: 100%;
  max-height: 400px;
  min-height: 300px;
  object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .modal-card,
  .modal-content {
    width: 90%;
  }
}

/* 论文征集 */
.lwzj-tab-item {
  position: relative;
  width: 32.5%;
  height: 65px;
  line-height: 65px;
  border-radius: 5px;
  text-align: center;
  color: #151515;
  font-size: 20px;
  background-color: #f4f7f9;
}
.lwzj-tab-item.active {
  font-weight: bold;
  color: #118bfb;
}
.lwzj-tab-item.active::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background-color: #118bfb;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.lw-submit-box {
	background: url(../images/lw_bg.png) no-repeat center top;
	background-size: 100% 100%;
	width: 100%;
	height: 126px;
  padding-left: 100px;
	padding-right: 40px;
  margin: 0 0 30px;
}
.lw-submit-box .lw-submit-left .submit-title {
	font-size: 24px;
	margin-bottom: 5px;
	color: #151515;
	font-weight: bold;
}
.lw-submit-box .lw-submit-left p {
	font-size: 18px;
	color: #505050;
	text-indent: 0;
}
.lw-submit-box .lw-submit-btn {
	background-color: #edf9ff;
	height: 50px;
	font-weight: 600;
	line-height: 48px;
	border-radius: 25px;
	border: 1px solid #118bfb;
	font-size: 22px;
	color: #118bfb;
	text-decoration: none;
	padding: 0 25px;
}
.lw-submit-box .lw-submit-btn::after {
	content: '＞';
	font-size: 24px;
}
.lwzj-tab-content,
.gy-content-box {
  border: 1px solid #e0f3ff;
  border-radius: 5px;
  padding: 30px;
  margin: 30px auto;
  color: #151515;
}
.lwzj-head,
.sara-head {
  margin: 20px 0;
}
.lwzj-head h2,
.sara-head h2 {
  font-size: 28px;
	padding-bottom: 10px;
}
.sara-head .tip {
	color: #646464;
}
.lwzj-head .lwzj-subtitle {
  font-size: 22px;
  line-height: 32px;
}
.lwzj-content-p {
}
.lwzj-content-p p {
  font-size: 18px;
  line-height: 36px;
  text-indent: 2em;
}
.lwzj-section {
  margin: 20px 0;
  line-height: 36px;
}
.lwzj-section h2 {
  display: inline;
  position: relative;
  margin-left: 15px;
  font-size: 20px;
  /* border-bottom: 12px solid #e1f5ff; */
  background-image: linear-gradient(#e1f5ff, #e1f5ff);
  background-repeat: repeat-x;
  background-position: 0 15px;
  margin-bottom: 10px;
}
.lwzj-section h2::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 20px;
  border-radius: 3px;
  background: linear-gradient(180deg, #00f5d1, #00a3ff);
  bottom: 2px;
  left: -15px;
}
.lwzj-section ul li {
  display: flex;
}
.lwzj-section ul li p,
.lwzj-section ul li span {
  font-size: 18px;
}
.lwzj-section-zzwyh p {
	padding-left: 20px;
}
/* .lwzj-section ul li h3::before,
.lwzj-section ul li>p::before */
.lwzj-section ul li::before {
  content: "·";
  color: #00adf9;
  margin-right: 5px;
  font-size: 30px;
}
.lwzj-section-zzwyh ul li::before {
  content: "·";
  color: #00adf9;
  margin-right: 5px;
  font-size: 30px;
	position: relative;
	top: 5px;
}
.lwzj-content .lwzj-section ul li p span {
  width: 380px;
  display: inline-block;
}
.lwzj-section-zzwyh ul li {
  display: block;
}
.lwzj-section ul li h3 {
  display: inline;
  background-image: linear-gradient(#e1f5ff, #e1f5ff);
  background-repeat: repeat-x;
  background-position: 0 15px;
}
.lwzj-section-zzwyh ul li p span:first-child {
  padding-left: 5px;
  width: 280px;
}

/* 关于 */
.gy-title {
  font-size: 38px;
  font-weight: 900;
  background: linear-gradient(to bottom, #1e6dce, #1c4d97);
  -webkit-background-clip: text;
  color: transparent;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.gy-content-box {
  padding: 20px 60px;
}
.gy-content-box .lwzj-section ul li p span {
  width: 340px;
}
.gy-hydd {
  margin-top: 40px;
  text-align: center;
}

/* 论文终稿提交指南 */
.lwzg-content-item a {
  display: inline;
  color: #0084ff;
  font-size: 18px;
  text-decoration: underline;
}
.lwzg-content-item em {
  color: #0084ff;
  font-size: 34px;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0), 8px 0px 8px rgba(0, 0, 0, 0),
    0px -13px #d0f1ff inset;
  margin-right: 8px;
}
.lwzg-content-item span,
.lwzg-content-item p,
.lwzg-content-item strong {
  font-size: 18px;
}
.lwzg-content-item .lwzj-content-p strong,
.lwzg-content-item .colors,
.lwzj-tab-content .colors {
  font-size: 18px;
  color: #0084ff;
}
.lwzg-step-box {
	margin-top: 20px;
  margin-bottom: 20px;
	position: relative;
	padding-left: 70px;
}
.hyzc-step-box {
	margin-top: 20px;
  margin-bottom: 20px;
}
.hyzc-step-box .img-box {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.lwzg-step-box::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: #d0f1ff;
	left: 25px;
	top: 20px;
}
.lwzg-step-box strong {
	color: #0084ff;
}
.lwzg-step-box .lwzg-step {
  width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #0084ff;
	color: #fff;
	position: absolute;
	left: 0px;
	top: -5px;
}
.lwzg-step-box .lwzg-step a {
	color: #fff;
  display: block;
	font-size: 12px;
	text-decoration: none;
	width: 100%;
	height: 16px;
	text-align: center;
}
.lwzg-step-box .lwzg-step span {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 2px;
	font-weight: 900;
}
/* 论文展示 */
.lwzs-content p {
  color: #151515;
  font-size: 18px;
  text-indent: 2em;
  line-height: 36px;
}
/* 会议注册 */
/* 表格响应式容器 */
.hyzc-content .table-responsive {
  overflow-x: auto;
}

/* 表格基本样式 */
.hyzc-content .registration-table {
  width: 50%;
  border-collapse: collapse;
  margin-top: 20px;
}

/* 表头样式 */
.hyzc-content .registration-table thead th {
  border: 2px solid #fff;
  background-color: #2265f2;
  color: white;
  padding: 10px 20px;
  text-align: left;
  font-weight: normal;
}

/* 表体单元格样式 */
.hyzc-content .registration-table tbody td {
  padding: 10px 20px;
  border: 2px solid #fff;
  background-color: #f9fcfe;
  color: #2265f2;
}

/* 奇数行背景色 */
.hyzc-content .registration-table tbody tr:nth-child(odd) td {
  background-color: #eaf2fb;
}

/* 会议日程 */
.sara-hyrc-box {
  margin-top: 30px;
}
.sara-coming {
  background: url(../images/coming0bg.png) no-repeat;
  width: 1200px;
  height: 530px;
  text-align: center;
  font-size: 28px;
  color: #2a4879;
  display: flex;
  flex-direction: column;
  line-height: 46px;
  justify-content: center;
  margin-bottom: 10px;
}
table.dayB {
  /* Day table Program at a glance B */
  border-collapse: collapse;
  border-width: 1px;
  margin-left: auto;
  margin-right: auto;
}
table.dayB td {
  border-width: 1px;
  padding: 2px;
  border-style: solid;
  border-color: gray;
}

.dHd {
  /* Day header Program at a Glance B */
  background-color: black;
  color: white;
  text-align: center;
}

.tHdr {
  /* Track header row Program at a Glance B */
  background-color: #cccccc;
}

/* 报告嘉宾 */
.sara-bgjb-box {
  padding: 0 40px;
}
.bgjb-list li {
  margin-right: 60px;
  margin-bottom: 30px;
}
.bgjb-list li:nth-child(3n + 3) {
  margin-right: 0;
}
.bgjb-list li a {
  display: block;
  padding: 18px;
  width: 331px;
  background-color: #f4f8fa;
  color: #151515;
  line-height: 30px;
}

.bgjb-list li figure,
.bgjb-content-head figure {
  width: 300px;
  height: 400px;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 0 60px 0 60px;
}
.bgjb-list li figure img,
.bgjb-content-head figure img{
  width: 100% !important;
}
.bgjb-list li h2 {
  font-size: 20px;
  background-image: linear-gradient(90deg, #c3ebff, #f4f8fa);
  background-repeat: repeat-x;
  background-position: 0px 15px;
  margin: 15px 0 10px;
}
.bgjb-list li p {
  height: 150px;
  text-overflow: ellipsis;
  text-overflow: -webkit-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* 报告嘉宾详情 */
.sara-bgjb-content-box {
  color: #151515;
  background-color: #f4f8fa;
  padding: 35px 45px;
  line-height: 30px;
}
.bgjb-content-head {
  position: relative;
  padding-bottom: 40px;
}
.bgjb-content-head::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, #c8ebff, #f4f8fa);
}
.bgjb-content-right {
  margin-left: 40px;
  margin-top: 40px;
  width: 770px;
}
.bgjb-content-right h2.bgjb-content-name {
  font-size: 24px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.bgjb-content-right h2.bgjb-content-name::after {
  position: absolute;
  content: "";
  width: 46px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #0084ff, #46a6ff);
  left: 0;
  bottom: 0;
}
.bgjb-content-item {
  margin-bottom: 30px;
}
.bgjb-content-item:last-child {
  margin-bottom: 0;
}
.bgjb-subtitle {
  font-size: 20px;
  font-weight: bold;
}
.bgjb-section {
  margin-top: 30px;
}
.bgjb-section h3 {
  font-size: 18px;
  margin-bottom: 3px;
}

/* 联系我们 */
.sara-lxwm-box {
  background-color: #f4f8fa;
  border-radius: 5px;
  padding: 15px;
  margin-top: 30px;
}
.sara-lxwm-left {
  flex: 1;
  padding-left: 20px;
  color: #151515;
}
.sara-lxwm-left h2 {
  font-size: 22px;
  padding-bottom: 20px;
  position: relative;
}
.sara-lxwm-left h2::after {
  position: absolute;
  content: "";
  width: 46px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #0084ff, #46a6ff);
  left: 0;
  bottom: 0;
}
.sara-lxwm-item .icon-sara-concat {
  width: 54px;
  height: 54px;
  background: linear-gradient(180deg, #3ca2ff, #037bf6);
  border-radius: 54px;
  position: relative;
  display: flex;
}
.icon-concat-user {
  width: 23px;
  height: 26px;
  background-position: 0 -60px;
  margin: auto;
}
.icon-concat-phone {
  width: 26px;
  height: 25px;
  background-position: -35px -60px;
  margin: auto;
}
.icon-concat-email {
  width: 27px;
  height: 20px;
  background-position: -70px -60px;
  margin: auto;
}
.sara-lxwm-item {
  margin: 20px 0 10px;
}
.sara-lxwm-item .sara-lxwm-concat {
  line-height: 30px;
  margin-left: 20px;
}
.sara-lxwm-item .sara-lxwm-concat h3 {
  font-size: 20px;
}
.sara-lxwm-item .sara-lxwm-concat span {
  font-size: 18px;
}
.sara-lxwm-right {
  width: 488px;
  height: 329px;
  position: relative;
}
.sara-lxwm-right::after {
  content: "";
  position: absolute;
  width: 488px;
  height: 329px;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}
.sara-lxwm-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
