.logings {
  width: 100px;
  margin-left: 100px;
}

.overlay-bg {
  background: url('./png/主页/主页_顶部图片.jpg') 55% 55% no-repeat !important;
  /* background-image: url('./png/主页/主页_顶部图片.jpg') !important; */
  height: 92%;
  background-size: 50% 50% !important;    /* 通过百分比设置 */
  background-size: cover !important;      /* 覆盖:图片成比例填满盒子。可用于适配 */
  
}

.default-header {
  padding: 10px 20px;
  background: rgba(180, 190, 195, 0.7);
  
  /* font-family: Open Sans; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  /* height: 5rem; */
  z-index: 1000; /* 确保 div 在页面顶层 */
  /* opacity: 0.7; */
  
}

.header-top {
  width: 100%;
}

.homelogog img {
  width: 200px;
  margin-bottom: 20px;
}
.content-div {
	font-weight: 700;
	margin-top: 20px;
	height: 30px;
}
.five-img1 {
	width: 600px;
	margin-top: 10px;
}
.five-img2,.five-img3,.two-img {
	width: 500px;
	margin-top: 10px;
}
.four-img {
	width: 470px;
	margin-top: 10px;
}
.four-img2 {
	width: 400px;
	margin-top: 10px;
}
.one-img {
	width: 400px;
	margin-top: 10px;
}
.one-img2 {
	width: 600px;
	margin-top: 10px;
}
.six-img {
	width: 600px;
	margin-top: 10px;
}
.six-img1 {
	width: 500px;
	margin-top: 10px;
}
.six-img2 {
	width: 400px;
	margin-top: 10px;
}
.three-img {
	width: 400px;
	margin-top: 10px;
}
.three-img1 {
	width: 400px;
	margin-top: 10px;
}
.three-div {
	padding: 0px 100px;
}
@media (max-width: 720px) {
  .homelogog img {
    width: 100px;
    margin-bottom: 10px;
  }
  .logings {
    width: 100px;
    margin-left: 10px;
  }
  .three-div {
  	padding: 0px 0px;
  }
  .two-img,.five-img1,.five-img2,.five-img3,
  .five-img4,.four-img,.four-img1,.four-img2,
  .one-img, .one-im1, .one-img2,.six-img,.six-img1,
  .six-img2,.three-img,.three-img1,.three-img2 {
  	width: 320px;
  }
}


.underline-text {
  text-decoration: underline;
}

.padd {
  /* padding: 20px; */
  font-size: 14px;
}

.blog-card .blog-img img {
  transition: all .5s ease-out;
  width: 100%;
}

.blog-meta li {
  margin-bottom: 8px;
}

/* html,
body {
  overflow-x: hidden;
} */

.fadeInDown {
  /* padding: 20px; */
}

.blog-content {
  padding: 20px 0;
  color: #000;
}

.more-btn {
  border: 1px solid #777777;
  margin: 10px 0;
  padding: 11px;
  display: inline-block;
}
.more-btn:hover {
	margin: 10px 0;
	padding: 11px;
	display: inline-block;
	background: rgb(0, 0, 0,0.9);
	color: rgb(255, 255, 255);
}


@media(max-width: 1199px) {
  .home1-why-choose-us-section.two {
    padding: 90px 0
  }
}

@media(max-width: 767px) {
  .home1-why-choose-us-section.two {
    padding: 70px 0
  }
}

.logo-section .logo-wrap .marquee {
  display: flex;
  gap: 80px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

@media(max-width: 1199px) {
  .logo-section .logo-wrap .marquee {
    gap: 60px
  }
}

@media(max-width: 576px) {
  .logo-section .logo-wrap .marquee {
    gap: 50px
  }
}

.logo-section .logo-wrap .marquee .marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 80px;
  min-width: 100%;
  animation: scroll-x 30s linear infinite;
}

@media(max-width: 1199px) {
  .logo-section .logo-wrap .marquee .marquee__group {
    gap: 60px
  }
}

@media(max-width: 576px) {
  .logo-section .logo-wrap .marquee .marquee__group {
    gap: 50px
  }
}

@media(max-width: 1199px) {
  .logo-section .logo-wrap .marquee .marquee__group a img {
    width: 80px
  }
}

@media(max-width: 576px) {
  .logo-section .logo-wrap .marquee .marquee__group a img {
    width: 75px
  }
}

@keyframes scroll-x {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-100%)
  }
}

.logo-section.style-2 .logo-wrap .marquee {
  gap: 24px
}

@media(max-width: 1199px) {
  .logo-section.style-2 .logo-wrap .marquee {
    gap: 15px
  }
}

@media(max-width: 576px) {
  .logo-section.style-2 .logo-wrap .marquee {
    gap: 0
  }
}

.scoimg {
  width: 180px
}

.logo-section.style-2 .logo-wrap .marquee .marquee__group {
  gap: 24px
}

@media(max-width: 1199px) {
  .logo-section.style-2 .logo-wrap .marquee .marquee__group {
    gap: 15px
  }
}

@media(max-width: 576px) {
  .logo-section.style-2 .logo-wrap .marquee .marquee__group {
    gap: 0
  }
}

@media(max-width: 1199px) {
  .logo-section.style-2 .logo-wrap .marquee .marquee__group a img {
    width: 180px
  }
}

@media(max-width: 576px) {
  .logo-section.style-2 .logo-wrap .marquee .marquee__group a img {
    width: 140px
  }
}

.home1-portfolio-section {
  background-color: #F4F5F6;
  padding: 130px 0
}

@media(max-width: 1199px) {
  .home1-portfolio-section {
    padding: 90px 0
  }
}

@media(max-width: 767px) {
  .home1-portfolio-section {
    padding: 70px 0
  }
}

.home1-portfolio-section .pagination-area .swiper-pagination2 {
  position: relative;
  top: unset;
  left: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px
}

.home1-portfolio-section .pagination-area .swiper-pagination2 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: var(--paragraph-color);
  opacity: 1;
  margin: 0;
  position: relative
}

.home1-portfolio-section .pagination-area .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--title-color);
  margin: 0
}

.home1-portfolio-section .pagination-area .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border: 1px solid var(--title-color);
  border-radius: 50%
}

.portfolio-card {
  border-radius: 18px;
  position: relative
}

@media(max-width: 576px) {
  .portfolio-card {
    border-radius: 15px
  }
}

.portfolio-card .portfolio-img img {
  border-radius: 18px;
  min-height: 420px;
  -o-object-fit: cover;
  object-fit: cover
}

@media(max-width: 576px) {
  .portfolio-card .portfolio-img img {
    min-height: 370px;
    border-radius: 15px
  }
}

.whiteHOme {
  color: white;
  margin: 40px;
}

.erwei {
  margin-bottom: 10px;
  width: 100px;
}

.magnetic-item {
  position: relative;
}

.matop {
  margin-top: 64px;
}

.magnetic-item2 {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
}

.magnetic-item2 .bg {
  /* background: url('./png/gsjs-img/1.png') no-repeat 100% 100%; */
  width: 100%;
}

.bglogo {
  max-width: 200px;
  position: absolute;
}
.padd-px150 {
	height: 120px;
}
@media (max-width: 767px) {
  .matop {
    margin-top: 20px;
  }

  .bglogo {
    max-width: 100px;
  }
  .padd-px150 {
  	height: 60px;
  }
}

.ditu {
  width: 100%;
}

.disbox {
  text-align: center;
  color: #000;
  font-size: 12px;
}
.disbox-p {
	font-weight: 600;
	height: 30px;
}

.disbox img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.h2matop {
  margin-top: 20px;
}

.faq-wrap img {
  width: 100%;
}

.primary-btn {
  color: black;
  border: 1px solid #ccc;
  text-align: center;
  /* border-radius: 2px; */
  /* border: 2px solid rgba(63, 78, 80, 0.8); */
}

.erjibg {
  background: url('./png/erji.png') no-repeat;
  background-size: 100% auto;
  background-size: 100% contain;
  background-position: center 80%;
  padding: 20px 0;
  text-align: center;
  height: 10.625rem;
}

.erjibg2 {
  background: url('./png/server/services_Health_Insurance_Solutions.png') no-repeat;
  background-size: 100% auto;
  background-size: 100% contain;
  background-position: center 80%;
  padding: 20px 0;
  text-align: center;
}
.erjibg3 {
  background: url('./png/server/services_TPA.png') no-repeat;
  background-size: 100% auto;
  background-size: 100% contain;
  background-position: center 80%;
  padding: 20px 0;
  text-align: center;
  color: #F4F5F6 !important;
}
.erjibg4 {
  background: url('./png/server/services_Risk_Management.png') no-repeat;
  background-size: 100% auto;
  background-size: 100% contain;
  background-position: center 80%;
  padding: 20px 0;
  text-align: center;
  color: #F4F5F6 !important;
}

.erjibg h1 {
  font-size: 30px;
  color: white;
  line-height: 140px;
}

.erjibg2 h1 {
  font-size: 30px;
  color: white;
  margin-bottom: 10px;
  color: #F4F5F6 !important;
}
.erjibg3 h1 {
  font-size: 30px;
  color: white;
  margin-bottom: 10px;
  color: #F4F5F6 !important;
}
.erjibg4 h1 {
  font-size: 30px;
  color: white;
  margin-bottom: 10px;
  color: #F4F5F6 !important;
}

.erjibg2 p {
  color: white;
  font-size: 16px;
}
.erjibg2 div {
  color: white;
  font-size: 16px;
}
.erjibg3 p {
  color: white;
    font-size: 16px;
}
.erjibg3 div {
  color: white;
    font-size: 16px;
}
.erjibg4 p {
  color: white;
    font-size: 16px;
}
.erjibg4 div {
  color: white;
    font-size: 16px;
}

.form-inner {
  position: relative;
  line-height: 1
}

.form-inner label {
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px
}
.form-inner div {
	height: 25px;
}
.form-inner input {
  /* background: transparent; */
  /* color: var(--title-color); */
  font-family: var(--font-manrope);
  font-size: 18px;
  font-weight: 400;
  height: 54px;
  width: 100%;
  /* padding: 10px 20px 10px 0; */
  outline: 0;
  border-radius: 10px;
  /* border: unset; */
  border: 1px solid rgba(63, 78, 80, 0.8);
  padding-left: 20px;
}
.height-px130 {
	height: 130px;
}
.container-px25 {
	margin-left: 25%;
}
.contact-form {
	color: #000;
	background: #f5f5f5;
	padding: 20px;
}

@media(max-width: 576px) {
  .form-inner input {
    font-size: 16px
  }
  .height-px130 {
  	height: 70px;
  }
  .container-px25 {
  	margin-left: 0%;
  }
}

/* .form-inner input::-moz-placeholder {
  color: #8A8C9A
} */

./* form-inner input::placeholder {
  color: #8A8C9A
} */

./* form-inner input:focus {
  border-bottom: 1px solid var(--primary-color)
} */

.wpcf7-form-control {
	font-size: 18px;
	font-weight: 400;
	width: 100%;
	padding: 20px 20px 20px 25px;
	outline: 0;
	border-bottom: 1px solid rgba(63, 78, 80, 0.8);
	min-height: 150px;
	resize: none;
	border-radius: 50px;
}

@media(max-width: 576px) {
  .form-inner textarea {
    font-size: 16px
  }
}

/* .form-inner textarea::-moz-placeholder {
  color: #8A8C9A
}

.form-inner textarea::placeholder {
  color: #8A8C9A
}

.form-inner textarea:focus {
  border-bottom: 1px solid var(--primary-color)
} */

.form-inner2 .form-check {
  min-height: unset;
  margin-bottom: 0
}

.form-inner2 .form-check .form-check-input {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin-top: 5px;
  border: 1px solid var(--paragraph-color);
  border-radius: unset
}

.form-inner2 .form-check .form-check-input:focus {
  box-shadow: none;
  border-color: var(--primary-color3)
}

.form-inner2 .form-check .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color)
}

.form-inner2 .form-check .form-check-label {
  cursor: pointer;
  color: var(--paragraph-color);
  font-family: var(--font-manrope);
  font-size: 16px;
  font-weight: 400
}

@media(max-width: 576px) {
  .form-inner2 .form-check .form-check-label {
    font-size: 14px
  }
}

.serimg {
  width: 50px;
  margin-bottom: 20px;
}

.single-service .top {
  padding: 20px;
  color: black;
}

.bggreen {
  background: #b4b9c3;
}


.single-service :hover {
  background: #ccc !important;
  cursor: pointer;
}

.servive-info {
	width: 260px;
	margin-right: 20px;
}
.div-px110 {
	height: 110px;
	font-size: 15px;
	color: #000;
}
/* 移动端适配 */
@media (max-width: 576px) {
	.servive-info {
		/* width: 260px; */
		margin-right: 20px;
	}
	.div-px110 {
		height: 70px;
		font-size: 15px;
		color: #000;
	}
	.div-px50 {
		height: 70px;
	}
}






.lbt {
	position: relative;
	/* width: 100%; */
	/* max-width: 1000px; */
	margin: 20px auto;
	overflow: hidden;
}

.lbt-inner {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.lbt-item {
	flex: 0 0 33.33%; /* 每屏显示3张 */
	box-sizing: border-box;
	padding: 5px;
}

.lbt-item img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 8px;
}

.lbt-control {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.6);
	color: white;
	border: none;
	padding: 12px 16px;
	cursor: pointer;
	font-size: 20px;
	border-radius: 50%;
}

.lbt-control.prev {
	left: 10px;
	top: 120px;
}

.lbt-control.next {
	right: 10px;
	top: 120px;
}
		
/* 移动端适配 */
@media (max-width: 576px) {

	.lbt-item {
	flex: 0 0 100%; /* 移动端显示1张 */
	
	}
	.lbt-arrow {
		width: 30px;
		height: 30px;
		font-size: 16px;
	}

	.lbt-control.prev {
		left: 10px;
		top: 120px;
	}
	.lbt-control.next {
		right: 10px;
		top: 120px;
	}
}
/* 状态指示器 */
.lbt-dots {
	text-align: center;
	margin-top: 1rem;
}

.dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: #ddd;
	border-radius: 50%;
	cursor: pointer;
	transition: background 0.3s ease;
}

.dot.active {
	background: #333;
}
.padding-px100 {
	padding: 100px 200px;
}

/* 移动端适配 */
@media (max-width: 576px) {
	.padding-px100 {
		padding: 90px 18px;
	}
	
}



  /* 遮罩层 */
  #overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    /* IE9以下不支持rgba模式 */
    background-color: rgba(0, 0, 0, 0.5);
    /* 兼容IE8及以下 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    display: none;
  }
  /* 弹出框主体 */
  .popup {
    background-color: #ffffff;
    max-width: 400px;
    min-width: 200px;
    height: 240px;
    border-radius: 5px;
    margin: 100px auto;
    text-align: center;
  }
  /* 弹出框的标题 */
  .popup_title {
    height: 60px;
    line-height: 60px;
    border-bottom: solid 1px #cccccc;
  }
  /* 弹出框的内容 */
  .popup_content {
    height: 50px;
    /* line-height: 50px; */
    /* padding: 15px 20px; */
  }
  /* 弹出框的按钮栏 */
  .popup_btn {
    padding-bottom: 10px;
  }
  /* 弹出框的按钮 */
  .popup_btn button {
    color: #778899;
    width: 40%;
    height: 40px;
    cursor: pointer;
    border: solid 1px #cccccc;
    border-radius: 5px;
    margin: 5px 10px;
    color: #ffffff;
    background-color: #337ab7;
	margin-top: 20px;
  }


