/* 产品服务 样式 */
* {
  box-sizing: border-box;
}

.wrapper {
  position: relative;
}

.wrapper .gk-footer {
  z-index: 100;
}

.wrapper .container {
  position: relative;
  padding-bottom: 13.9rem;
  overflow-y: hidden;
}

.wrapper .container .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - (100vw / 1024 * 536)*0.85 + 10px);
  background-image: linear-gradient(0deg, #00091B 0%, #093E73 100%);
  z-index: 1;
}

.wrapper .container .bottom-img {
  position: absolute;
  bottom: calc((100vw / 1024 * 536)*-0.15);
  left: 0;
  width: 100%;
  z-index: 1;
}

.wrapper .container .content-box {
  position: relative;
  z-index: 10;
  padding-top: 17rem;
  /* border: 1px solid #fff; */
  color: #fff;
}

.content-box .title {
  font-size: 3.1rem;
  margin-bottom: 1.2rem;
  text-align: center;
}

.content-box .desc {
  font-size: 0.85rem;
  margin-top: 0.2rem;
  text-align: center;
}

.content-box .type-btns-bar {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
}

.content-box .type-btns-bar .type-btn {
  width: 9rem;
  height: 3.2rem;
  margin-right: 5.5rem;
  border-radius: 1.6rem;
  line-height: 3.2rem;
  font-size: 1.05rem;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  color: #000;
  cursor: pointer;
}

.content-box .type-btns-bar .type-btn:hover {
  color: #fff;
  background-color: rgb(137, 216, 226);
}

.content-box .type-btns-bar .type-btn:nth-last-child(1) {
  margin-right: 0;
}

.content-box .type-btns-bar .active {
  color: #fff;
  background-color: rgb(42, 207, 228);
}

.card-container {
  margin: 3.1rem auto 0 auto;
  width: 64%;
}

.card-container .title {
  font-size: 2.9rem;
  margin-bottom: 2.4rem;
  text-align: center;
}

.card-container .top-content .item-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-container .top-content .item-box .item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.card-container .top-content .item-box .item img {
  width: 2rem;
  height: 2rem;
}

.card-container .top-content .item-box .item span {
  font-size: 1.6rem;
  line-height: 2rem;
}

.card-container .top-content .item-box .left {
  width: calc(15 * 1.6rem);
}

.card-container .top-content .item-box .right {
  width: calc(18 * 1.6rem);
}

.card-container .top-content .img-box {
  display: flex;
  justify-content: space-around;
  margin-top: 1rem;
}

.card-container .top-content .img-box .desc {
  text-align: center;
  font-size: 1rem;
  margin-top: 0.9rem;
}

.card-container .top-content .img-box img {
  height: 17rem;
  /* margin-right: 1rem; */
}

.card-container .top-content .img-box img:nth-last-child(1) {
  margin-right: 0;
}

.card-container .desc-box {
  margin-top: 5.4rem;
  font-size: 1rem;
}

.card-container .desc-box .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.card-container .desc-box .desc {
  font-size: 1rem;
  margin-bottom: 0.3rem;
  text-indent: 2em;
  text-align: left;
}

.card-container .desc-box .feature {
  margin-top: 2.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-container .desc-box .feature .top {
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ff4500;
  margin-bottom: 0.6rem;
}

.card-container .desc-box .feature .bottom {
  text-align: center;
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}

.card-container .desc-box .img-box {
  width: 100%;
  margin: 1.9rem auto 0 auto;
  text-align: center;
  line-height: 1.5rem;
}

.card-container .desc-box .img-box img {
  margin-top: 0.3rem;
  width: 100%;
}

.card-container .solution {
  margin: 2.7rem auto 6rem auto;
}

.card-container .solution .title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.3rem;
}

.card-container .solution .solution-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.card-container .solution .solution-item {
  width: 33.33%;
}

.card-container .solution .solution-item .top {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
  color: #2acfe4;
}

.card-container .solution .solution-item .bottom {
  font-size: 1rem;
  margin-bottom: 0.4rem;
}



/*------------ cnc ----------- */
.cnc-card-container .top-content .item-box {
  padding-left: 0;
}

.cnc-card-container .top-content .item-box .left {
  width: calc(11 * 1.6rem);
  margin-right: 5rem;
  margin-left: 2rem;
}

.cnc-card-container .top-content .item-box .right {
  width: calc(12 * 1.6rem);
}

.cnc-card-container .top-content .cnc-img-box {
  display: flex;
  justify-content: space-around;
  margin-top: 1rem;
  width: 100%;
  height: auto;
}

.cnc-card-container .top-content .cnc-img-box .desc {
  text-align: center;
  font-size: 1rem;
  margin-top: 0.9rem;
  width: 100%;
}

.cnc-card-container .top-content .cnc-img-box .item {
  width: 45%;
  height: auto;
}

.cnc-card-container .top-content .cnc-img-box .item .desc {
  font-size: 2rem;
  line-height: 2rem;
}

.cnc-card-container .top-content .cnc-img-box .item:nth-child(1) {
  color: #ff0000;
}

.cnc-card-container .top-content .cnc-img-box .item:nth-child(2) {
  color: #03b0f0;
}

.cnc-card-container .top-content .cnc-img-box img {
  width: 100%;
  height: auto;
  margin-right: 1rem;
}

.cnc-card-container .top-content .cnc-img-box img:nth-last-child(1) {
  margin-right: 0;
}

.cnc-card-container .desc-box {
  margin-top: 3rem;
  font-size: 1rem;
}

/* ------------ CAM ----------- */
.cam-card-container .title {
  color: #ff4500;
  font-weight: 600;
  margin-bottom: 2.6rem;
}

.cam-card-container .desc-box {
  margin-top: 0;
  font-size: 1rem;
}

.cam-card-container .desc-box .desc {
  margin-bottom: 1.2rem;
  text-align: center;
  color: #ff4500;
  font-weight: 600;
  font-size: 1.55rem;
}

.cam-card-container .desc-box .desc-item {
  margin-bottom: 1.2rem;
  text-align: left;
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  padding-left: 0.8rem;
  display: flex;
  align-items: center;
}

.cam-card-container .desc-box .margin-small {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-left: 14.5rem; */
}

.cam-card-container .desc-box .desc-item p {
  margin: 0;
  width: 35rem;
}

.cam-card-container .desc-box .desc-item span {
  color: #ff4500;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.cam-card-container .desc-box .desc-item img {
  margin-left: 5rem;
  width: 2rem;
  height: 2rem;
}

.cam-card-container .desc-box .img-box {
  margin: 2.5rem 0 3.4rem 0;
  position: relative;
  width: 100%;
}

.cam-card-container .img-box .box-show {
  width: 100%;
  height: 27.78rem;
  overflow: hidden;
}

.cam-card-container .img-box .box-show img {
  /* width: 100%; */
  height: 100%;
  width: auto;
  margin: 0 auto;
  /* object-fit: cover; */
  display: none;
}

.cam-card-container .img-box .box-show .active {
  display: block;
}

.cam-card-container .img-box .box-list {
  display: flex;
  justify-content: center;
  margin-top: 0.8rem;
}

.cam-card-container .img-box .box-list img {
  /* width: 80px; */
  height: 6rem;
  /* object-fit: cover; */
  margin: 0 0.3rem;
  cursor: pointer;
  border: 2px solid transparent;
}

.cam-card-container .img-box .box-list img.active {
  border-color: #fff;
}

/* 轮播图2 */
.cam-card-container .desc-box .img-box2 {
  margin: 2.5rem 0 2.4rem 0;
  position: relative;
  width: 100%;
}

.cam-card-container .img-box2 .box-show2 {
  width: 100%;
  height: 27.78rem;
  overflow: hidden;
}

.cam-card-container .img-box2 .box-show2 .show-item {
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: auto;
  margin: 0 auto;
  /* object-fit: cover; */
  display: none;
  background-color: #fff;
}

.cam-card-container .img-box2 .box-show2 .show-item img {
  height: 100%;
  width: 33.3333%;
  object-fit: contain;
}

.cam-card-container .img-box2 .box-show2 .active {
  display: flex;
}

.cam-card-container .img-box2 .box-list2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  word-wrap: normal;
  width: 100%;
  margin-top: 0.8rem;
}

.cam-card-container .img-box2 .box-list2 .box-item {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-shrink: 0;
  word-wrap: normal;
  width: 24.3%;
  height: 6rem;
  /* object-fit: cover; */
  margin: 0;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid transparent;
  background-color: #fff;
}

.cam-card-container .img-box2 .box-list2 .box-item:nth-last-child(1) {
  margin-right: 0;
}

.cam-card-container .img-box2 .box-list2 .box-item img {
  height: 100%;
  width: 33.3333%;
  object-fit: contain;
}

.cam-card-container .img-box2 .box-list2 .active {
  border-color: #ff4500;
}

/* 定制滚动条样式 */
.cam-card-container .img-box2 .box-list2::-webkit-scrollbar {
  display: none;
  height: 6px;
}

.box-list2::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 3px;
}

.box-list2::-webkit-scrollbar-track {
  background-color: transparent;
}

/* Firefox 滚动条样式 */
.box-list2 {
  scrollbar-width: thin;
  scrollbar-color: white transparent;
}

.cam-card-container .desc-box .text {
  margin-bottom: 1.6rem;
  text-align: center;
  color: #ff4500;
  font-size: 1.75rem;
}

.cam-card-container .desc-box .text-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  margin-bottom: 10rem;
}

.cam-card-container .desc-box .text-bottom .bottom-item {
  width: 33.33%;
  height: 100%;
}

.cam-card-container .desc-box .text-bottom .bottom-item .img-box {
  width: 100%;
  height: 15.56rem;
  position: relative;
  margin-bottom: 0.8rem;
  margin-top: 0;
  background-color: #fff;
}

.cam-card-container .desc-box .text-bottom .bottom-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cam-card-container .desc-box .text-bottom .bottom-item .bottom-desc {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  font-size: 1.5rem;
  text-align: left;
  font-weight: 400;
  color: #ff4500;
}

.cam-card-container .desc-box .text-bottom .bottom-item .text {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #fff;
}