body {
  font-family: Arial, sans-serif;
  background: #f1f5f9;
  background: url(../img/body_bg.png) no-repeat;
  background-size: cover;
}

body::-webkit-scrollbar {
  width: 5px;
  border-radius: 50px;
}

body::-webkit-scrollbar-thumb {
  background: rgba(198, 221, 243, 0.4);
  border-radius: 10px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

[v-cloak] {
  display: none;
}

a {
  color: #000;
  text-decoration: none !important;
}

a:hover {
  color: #409eff;
}

.navtop {
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100vw;
}

.navbar_left {
  display: flex;
  align-items: center;
}

.flex_sb {
  display: flex;
  justify-content: space-between;
}

.mainbody {
  width: 100%;
  height: calc(100vh);
}

.carousel {
  height: 580px;
  overflow: hidden;
}

.carousel-item {
  background-color: #f8f9fa;
  text-align: center;
  position: relative;
}

.carousel-item img {
  height: 100%;
  object-fit: cover;
}

.titlebox {
  position: absolute;
  width: 1100px;
  margin-left: -550px;
  left: 50%;
}

.titlebox .textbox {
  color: #000;
  font-size: 24px;
  padding-top: 180px;
  text-align: left;
}

.titlebox .textbox h2 {
  font-size: 50px;
  font-weight: 600;
}

.card {
  margin: 20px 0;
}

.tab-content img {
  max-width: 100%;
  height: auto;
}

.tab-pane {
  padding: 20px 0;
}

.solution-card {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.solution-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.solution-card img {
  max-width: 80px;
  margin-bottom: 20px;
}

.custom-video {
  border: 0px solid #4CAF50;
  border-radius: 10px;
  width: 100vw;
  /* height: 360px; */
}

.custom-video::-internal-media-controls {
  display: none;
}

.custom-controls {
  margin-top: 10px;
}

.custom-controls button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px;
  margin: 2px;
  cursor: pointer;
}

.custom-controls button:hover {
  background-color: #45a049;
}

.secondbanner {
  display: block;
  height: 280px;
  background-color: #e4f2ff;
  background: url(../img/second_bg.jpg) no-repeat;
  background-size: cover;
}

.secondbanner .secondbanner_text {
  width: 1140px;
  margin: 50px auto;
}

.secondbanner .secondbanner_text > h1 {
  font-size: 50px;
  padding-top: 80px;
  font-weight: 600;
  margin-bottom: 20px;
}

.pic_img {
  width: 100%;
}

h2.text-center {
  margin-bottom: 100px;
  position: relative;
  font-weight: 600;
}

h2.text-center::after {
  display: block;
  content: '';
  height: 5px;
  width: 56px;
  background-color: #0084ff;
  position: absolute;
  left: 50%;
  margin-left: -28px;
  top: 70px;
}

.container {
  margin-bottom: 40px;
}

label {
  margin-bottom: 0;
}

.xm_box .infocard {
  height: 300px;
  padding: 32px;
}

.xm_box .infocard .infocard_body ul li {
  line-height: 1.5;
}

.infocard {
  background: url(../img/cp/simple_bg.png) no-repeat;
  background: #e6ecf9;
  height: 546px;
  padding: 40px 32px;
  margin-bottom: 20px;
  border-radius: 10px;
  transition: ease all 0.5s;
}

.infocard:hover {
  background-color: #0084ff;
  background: url(../img/cp/simple_bg.png) no-repeat;
  background-size: cover;
  color: #333;
  cursor: pointer;
}

.infocard .infocard_header {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.infocard .infocard_body {
  font-size: 12px;
}

.infocard .infocard_body ul li {
  line-height: 2.2;
  font-size: 14px;
  margin-bottom: 20px;
  color: #778299;
}

.infocard .infocard_body ul li em {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  display: block;
  color: #5c7b9b;
}

.section3 {
  padding: 0 40px;
}

.cardbox {
  margin-top: 60px;
}

.adplus_box {
  background-color: #007bff;
  background: url(../img/bg_bottom.jpg) no-repeat;
  background-size: cover;
  padding: 80px 40px;
  text-align: center;
  color: #000;
  letter-spacing: 5px;
}

.adplus_box h2 {
  font-size: 48px;
  margin-bottom: 60px;
  font-weight: 600;
}

.adplus_box .hzbtn {
  padding: 16px 48px;
  font-size: 16px;
  background-color: #007bff;
  border-radius: 32px;
  color: #fff;
  transition: ease all 0.5s;
  border: 2px solid #fff;
}

.adplus_box .hzbtn:hover {
  background-color: #fff;
  color: #007bff;
  border: 2px solid #fff;
}

.fa_box {
  margin-top: 44px;
}

.jjfacard {
  width: 100%;
  height: 120px;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 28px;
  cursor: pointer;
  transition: ease all 0.5s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px #dfecf8;
}

.jjfacard .iconbox {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  position: absolute;
  right: -50px;
  top: 10px;
}

.jjfacard:hover {
  box-shadow: 0 3px 10px #dce8ff;
  background-color: #007bff;
  color: #fff;
}

.jjfacard:hover p {
  color: #fff;
}

.jjfacard:hover .iconbox {
  right: 20px;
}

.jjfacard h2 {
  font-size: 20px;
}

.jjfacard p {
  font-size: 14px;
  color: #778299;
}

.fbcontainer {
  text-align: center;
  padding: 20px 0;
  max-width: 1200px;
  width: 100%;
  margin-top: 40px;
}

.fbcontainer.fbcontainerapp .features {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.fbcontainer.fbcontainerapp .features .feature {
  position: inherit;
  padding-left: 0;
  text-align: center;
  background-color: #ebf1f7;
  padding: 10px;
  height: auto;
  transition: ease all 0.5s;
}

.fbcontainer.fbcontainerapp .features .feature:hover {
  position: relative;
  top: -16px;
}

.fbcontainer.fbcontainerapp .features .feature img {
  position: relative;
  left: 0;
  top: 0;
}

.fbcontainer.fbcontainerapp .features .feature .textbox {
  text-align: center;
}

.fbcontainer .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.fbcontainer .features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.fbcontainer .feature {
  width: 100%;
  height: 150px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 80px;
  transition: ease all 0.5s;
  top: 0;
}

.fbcontainer .feature:hover {
  top: -16px;
}

.fbcontainer .feature img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  position: absolute;
  left: 10px;
  top: 0px;
}

.fbcontainer .feature .textbox {
  text-align: left;
}

.fbcontainer .feature .textbox .feature-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #000;
}

.fbcontainer .feature .textbox .feature-description {
  font-size: 14px;
  color: #778299;
}

.liveapp_tab_list {
  margin-top: 20px;
}

.liveapp_tab_list li {
  margin-bottom: 32px;
}

.liveapp_tab_list li h3 {
  font-size: 18px;
  text-align: left;
  font-weight: 400;
}

.liveapp_tab_list li p {
  margin: 0;
  margin-top: 16px;
  text-align: left;
  font-size: 14px;
  color: #778299;
}

.tabcontentbox .imgbox {
  width: 100%;
  height: 460px;
  overflow: hidden;
}

.tabcontentbox .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newstab .el-tabs__nav {
  justify-content: center;
  float: initial;
}

.newstab .el-tabs__active-bar {
  height: 3px;
}

.newstab .el-tabs__nav-wrap:after {
  height: 1px;
}

.newstab .el-tabs__item {
  font-size: 18px;
  padding: 16px 48px;
}

#companymap {
  overflow: hidden;
  width: 100%;
  height: 600px;
}

.zhiwei .feature {
  background: #ebf1f7;
  margin-bottom: 32px;
  padding: 20px;
  border: 1px solid #fff;
  transition: ease all 0.5s;
  overflow: hidden;
}

.zhiwei .feature:hover {
  border-color: #007bff;
}

.zhiwei .feature .feature-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.zhiwei .feature .feature-text {
  height: 300px;
  font-size: 14px;
}

.toudilabel {
  border: 1px solid #000;
  padding: 6px 24px;
  margin-top: 20px;
  display: inline-block;
  float: right;
}

.toudilabel:hover {
  border-color: #007bff;
}

.zxbox {
  margin-top: 100px;
}

.zxbox > ul li {
  list-style: circle;
  margin-left: 16px;
  margin-bottom: 16px;
}

.zxbox .zx_btn {
  margin-top: 60px;
  border-radius: 0;
  display: inline-block;
  border: 1px solid #000;
  padding: 6px 24px;
  margin-top: 20px;
  transition: ease all 0.5s;
}

.zxbox .zx_btn:hover {
  border-color: #007bff;
}
