.box-container {
  display: flex;
  flex-direction: column;
}

.top-menu {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  padding: 20px;
  margin: auto;
}

.top-menu .logo img {
  max-height: 60px;
}

.menu-group {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
}

.menu-group li {
  display: inline-block;
  line-height: 1;
}

.menu-group li .link-container {
  display: inline-block;
  cursor: pointer;
  padding: 10px 7px; 
}

.menu-group li a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  font-family: raleway, helvetica, sans-serif;
}
.menu-group li.selected a {
  border-style: solid;
  border-color: inherit;
  border-width: 0 0 1px;
}

.page-wrapper {
  min-height: calc(0px + 100vh);
}

.bg-image {
  padding-top: 75px;
  padding-bottom: 75px;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 1903px 1070.44px;
  background-color: rgb(118, 128, 144);
  background-position: 0px -272.719px;
  background-image: url('../image/bigBg.webp');
  background-attachment: fixed;
}

.component-content {
  white-space: pre-wrap;
}

.column, 
.columns {
  transition: width .2scubic-bezier(.7,0,.3,1), margin .2scubic-bezier(.7,0,.3,1), padding .2scubic-bezier(.7,0,.3,1);
}

.wrapper-container {
  position: relative;
  z-index: 3;
}

.theme {
  background: #fff;
}
.theme.dark-theme {
  background: #1c1c1c;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 17px;
  line-height: 1.5;
  width: 94%;
  margin: 0 auto;
  max-width: 94%;
  box-sizing: border-box;
  width: 1200px;
}

.comm-title {
  margin-bottom: 10px;
}

.comm-cont {
  margin-bottom: 45px;
}

.comm-button {
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-weight: 500;
  background: #ffc34a;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  padding: 16px 28px;
  cursor: pointer;
  border-radius: 4px;
  line-height: 1;
}

.section-cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
}

.services-cont {
  padding-bottom: 20px;
}

.slide-item {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 10px 12px;
  transition: all .2sease-in;
  margin: 0;
  position: relative;
}

.slide-item .slide-img {
  width: 60.3166666%;
}
.slide-item .slide-img::after {
  content: '';
  display: block;
  clear: both;
}

.slide-item .slide-img img {
  float: left;
  width: 100%;
}

.slide-item .slide-text {
  box-sizing: border-box;
  display: flex;
  padding-left: 1%;
  margin-top: 10px;
  flex-direction: column;
  justify-content: center;
  width: 35.3166666%;
  margin-left: 1.04166666%;
  margin-right: 1.04166666%;
  font-family: roboto, helvetica, sans-serif;
}

.slide-item .slide-text .slide-title {
  font-size: 18px;
  margin-bottom: 5px;
  color: rgb(29, 32, 35);
  font-weight: normal;
}

.slide-item .slide-text .slide-cont {
  color: rgb(80, 85, 92);
  line-height: 1.45;
  word-wrap: break-word;
}

.cont-text {
	margin-bottom: 40px;
	text-align: center;
}

.cont-text .cont-text-title {
	color: #fff;
	font-size: 36px;
	margin-bottom: 10px;
}

.cont-text .cont-text-p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 5px;
}

.cont-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cont-img .cont-img-box {
	box-sizing: border-box;
	width: 33.33333333%;
	padding: 0 12.5px;
}

.cont-img .img-slide-item {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
  width: 100%;
	height: 100%;
	padding: 16px;
	margin-bottom: 30px;
	background: #fff;
}

.cont-img-text {
	flex: 1;
	text-align: center;
	word-wrap: break-word;
	line-height: 1.45;
	margin-top: 15px;
}

.cont-img-text .cont-img-title {
	margin-bottom: 5px;
}

.cont-img-text .cont-img-p {
	color: #50555c;
	word-wrap: break-word;
}

.cont-img .img-slide-item .slide-img::after {
	content: '';
	display: block;
	clear: both;
}

.cont-img .img-slide-item .slide-img img {
	float: left;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}

.img-button {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

.img-button .cont-img-button {
	color: rgba(0, 0, 0, 0.8);
	background: #d2a03c;
	border: none;
	background-clip: border-box;
	font-size: 16px;
	padding: 12px 18px;
	border-radius: 4px;
	cursor: pointer;
}

.slide-group {
	color: #fff;
}

.slide-group .slide-item .slide-text .slide-title {
	color: #fff;
}

.slide-group .slide-item .slide-text {
	justify-content: flex-start;
	margin-top: 0;
}

.call-cont {
	width: 97.8166666%;
	margin: auto;
}

.call-cont .cont-text {
	width: 100%;
	text-align: center;
}

.call-cont .cont-text .cont-text-title {
	font-size: 48px;
	line-height: 1.4;
}

.call-cont .cont-text .cont-text-title {
	margin-bottom: 10px;
	color: #1d2023;
	font-size: 48px;
	line-height: 1.4;
	font-weight: normal;
	word-wrap: break-word;
	font-family: roboto, helvetica, sans-serif;
}

.call-cont .cont-text .cont-text-p {
	margin-bottom: 10px;
	color: #d2a03c;
	font-size: 28px;
	line-height: 1.5;
	font-weight: normal;
	word-wrap: break-word;
	font-family: roboto, helvetica, sans-serif;
}

.call-group {
	width: 100%;
	display: flex;
	justify-content: center;
}     
   
.contact-info-column {
	flex: 0 0 auto;
	order: 3;
	font-size: 17px;
	line-height: 1.5;
	color: #50555c;
}

.google-maps-column,
.email-column {
	margin-right: 30px;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 0%;
}

.email-column {
  order: 1;
}

.google-maps-column {
  order: 2;
}

.email-int {
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	color: #444;
	font-size: 18px;
	padding: 11px 10px;
	border-radius: 3px;
	border: 1px solid #bbb;
	-webkit-appearance: none;
	resize: none;
}

.contact-info-column p {
	text-align: left;
	word-break: break-word;
	display: inline;
	vertical-align: baseline;
}

.contact-info-column .info-box {
	display: flex;
	gap: 10px;
	justify-content: flex-start;
}

.contact-info-column .info-box img {
	width: 17px;
	height: 17px;
	margin-top: 6px;
}

.contact-info-column .component-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	max-width: 275px;
}

.email-body {
	padding: 5px 0;
}

.email-column .img-button {
	justify-content: flex-start;
}

.mobile-menu {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	width: 100%;
	height: 55px;
	background-color: #fff;
	border-top: 1px solid #eee;
}
/* 新增位置 */
.top_menu_mobile {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1010;
	background-color: transparent;
	box-sizing: border-box;
	transition: all .4s cubic-bezier(.7, 0, .3, 1);
	font-size: 17px;
	line-height: 1.5;
	padding: 10px;
	height: 60px;
	text-align: center;
}

.menu-mobile-cont {
	position: relative;
	z-index: 1020;
	float: left;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(255, 255, 255);
	border-radius: 4px;
	color: #fff;
	width: 40px;
	height: 40px;
	cursor: pointer;
	outline-style: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navbar-icons {
	width: 24px;
	height: 17px;
	position: relative;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	display: inline-block;
	cursor: pointer;
}

.navbar-icons span {
  display: block;
  background-color: rgb(0, 0, 0);;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.navbar-icons span:first-child {
  top: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.navbar-icons span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.navbar-icons span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.menu-mobile-cont.drawer-open .navbar-icons span {
  background-color: rgb(169, 174, 178);
}

.drawer-open .navbar-icons span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 3px;
}

.drawer-open .navbar-icons span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.drawer-open .navbar-icons span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 17px;
  left: 3px;
}

.navbar-drawer-mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	display: none;
}

.navbar-drawer {
	width: 100%;
	background: #fff;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	z-index: 1002;
	height: 0;
	transition: all .4s ease-in-out;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	max-height: 100vh;
	max-height: 100%;
}

.navbar-drawer.translate {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  height: auto;
}

.navbar-drawer ul {
	list-style: none;
	position: relative;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	padding-top: 54px;
}

.navbar-drawer ul#nav-drawer-list {
  border-right: 1px solid #efefef;
}

.navbar-drawer ul li {
  display: block;
  position: relative;
  z-index: 1015;
  padding: 0 24px;
}

.navbar-drawer ul li a {
  display: block;
  color: #666;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 300;
  border-bottom: 1px solid #d1d1d1;
	text-align: left;
}

.navbar-drawer ul#nav-drawer-list li a.selected {
  background: #efefef;
  box-shadow: 5px 0 0 0 #d1d1d1 inset;
	color: #333;
	font-weight: 700;
	outline-style: none;
}
/* 新增位置结束 */
@media only screen and (min-width: 728px) {
  .slide-group .slide-item .slide-img {
    width: 41.5666666%;
		padding-left: 6.25%;
		margin-right: 1.04166666%;
  }
}


@media screen and (max-width: 727px) {
  .bg-image {
    padding: 40px 0;
    background-size: cover;
    background-position: 50% 50%;
  }

  .comm-button {
    width: 100%;
    font-size: 20px;
    padding: 14px 28px;
    box-sizing: border-box;
  }

  .slide-item {
    flex-direction: column;
		padding: 0;
  }
  .slide-item .slide-img {
    width: 100%;
  }

  .slide-item .slide-text {
    width: 100%;
  }
	
	.cont-img {
		flex-direction: column;
		gap: 30px;
	}
	.cont-img .cont-img-box {
	  width: 100%;
	  padding: 0 12.5px;
	}
	
	.services-cont .slide-group {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	
	.services-cont .slide-group .slide-item .slide-text {
		margin-top: 20px;
	}
	
	.contact-info-column,
	.google-maps-column,
	.email-column {
		flex: 1;
		width: 100%;
	}
	
	.contact-info-column {
		order: 1;
		margin-bottom: 20px;
	}
	
	.call-group {
		flex-direction: column;
	}
	
	.email-column .img-button {
		width: 100%;
	}
	
	.email-column .img-button .cont-img-button {
		display: inline-block;
		width: 100%;
	}

	.contact-info-column .component-content {
			max-width: 100%;
	}
	
	.menu-group {
		display: none;
	}
	
	.top-menu .logo img {
	    max-height: 50px;
	}
	.top-menu {
		padding: 5px;
		justify-content: center;
	}

	.mobile-menu {
		display: block;
		z-index: 9;
	}
	.mobile-menu ul {
		display: flex;
	}
	
	.mobile-menu ul li {
		width: 25%;
		height: 55px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		line-height: 18px;
		font-size: 14px;
		text-align: center;
	}
	.mobile-menu ul li a {
		color: #636972;
	}
	.mobile-menu ul li img {
		width: 20px;
		height: 20px;
	}
	/* 新增位置 */
	.top_menu_mobile {
		display: block;
	}
	/* 新增位置结束 */
}


@media only screen and (max-width: 1023px) {
  .container {
    width: 90%;
    margin: 0 auto;
  }
}

