body {
  min-width: 1200px;
  margin: 0;
}
.menu-container {
  background: #030D35;
}
.menu-div {
  /* border: 1px solid blue; */
  margin: auto;
  /* padding: 14px 0 12px; */
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-div-left {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.menu-div-left .logo img {
  position: relative;
  top: 4px;
  width: 82px;
  height: 33px;
}
.menu-div-left .line {
  margin: 0 7px;
  width: 2px;
  height: 12px;
  background: #fff;
}
.menu-div-left .logo-tips {
  padding: 2px 6px;
  background: #FFFFFF;
  border-radius: 2px;
  font-size: 12px;
  color: #1B0C8E;
}


.menu-div-center .el-menu {
  /* border: 1px solid red; */
}
.menu-div-center .el-menu.el-menu--horizontal {
  border-bottom: none;
}
.menu-div-center .el-menu .el-menu-item {
  height: 70px;
  line-height: 70px;
  font-size: 16px;
}
.menu-div-center .el-menu .el-menu-item:hover {
  background-color: transparent!important;
}

.menu-div-right {
  margin-left: 50px;
  text-align: right;
  font-size: 16px;
  color: #FFFFFF;
}
.menu-div-right a {
  margin-right: 20px;
}
.menu-div-right .el-button {
  background: transparent;
  color: #fff;
}
.menu-div-right .el-button.is-plain:focus, .menu-div-right .el-button.is-plain:hover {
  background: transparent;
  border-color: #2EC6B5;
  color: #fff;
}


.banner img {
  width: 100%;
  cursor: pointer;
}
.banner .bannner-div {
  width: 1200px;
  position: absolute;
  top: 12vw;
  left: 50%;
  margin-left: -600px;
  text-align: left;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}
.banner .logo-div {
  display: flex;
  margin-bottom: 5px;
  font-size: 50px;
}
.banner .bannner-div .logo img {
  width: 102px;
  height: 45.9px;
  margin-right: 5px;
}
.banner .bannner-div .insgeek-btn {
  width: 102px;
  height: 40px;
  border-radius: 22px;
  background: #2DC6B5;
  color: white;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  margin: 4vw 0 0;
  cursor: pointer;
  user-select: none;
}
.banner .bannner-div .insgeek-btn:hover {
  background: #249E91;
}
.banner .bannner-div .gide-tips {
  /* display: none; */
  margin-top: 38px;
  margin-left: -30px;
  padding: 16px 30px 24px;
  font-size: 16px;
  color: #FFFFFF;
  background: #00000033;
}
/* .banner:hover .gide-tips {
  display: block;
} */

.introduce {
  width: 1200px;
  margin: 140px auto 0;
  text-align: center;
}
.introduce .introduce-div {
  padding: 32px 28px;
  background: url(../../insgeekpc5/img/gide/introduce_bg.png) no-repeat center;
  background-size: 100%;
  font-size: 26px;
  color: #333333;
}
.introduce .introduce-div .introduce-div-top {
  width: 100%;
}
.introduce .introduce-div .introduce-div-content {
  margin-top: 40px;
  padding: 32px;
  width: 100%;
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(181, 186, 199, 0.3);
  border-radius: 4px;
}
.introduce .introduce-div .introduce-item {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0 8px;
}
.introduce .introduce-div .introduce-item .introduce-item-right {
  margin-left: 16px;
  font-size: 16px;
  color: #646464;
  text-align: left;
}
.introduce .introduce-div .introduce-item .introduce-item-title {
  margin-bottom: 16px;
  font-size: 20px;
  color: #333333;
}
.introduce .introduce-div .introduce-item img {
  width: 46px;
  height: 46px;
  padding-left: 8px;
  border-left: 1px solid #E8E8E8;
}
.introduce .introduce-div .introduce-item:first-child img {
  border-left: none;
}

.introduce .introduce-div .insgeek-btn , .insgeek-btn{
  width: 164px;
  height: 44px;
  border-radius: 22px;
  background: #2DC6B5;
  color: white;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  margin: 0 auto;
  margin-top: 48px;
  cursor: pointer;
  user-select: none;
  position: relative;
}
.introduce .introduce-div .btn_qrcode {
	position: absolute;
	top: -185px;
	left: 0;
	border-radius: 2px;
	display: none;
}
.introduce .introduce-div .btn_qrcode img, .btn_qrcode img {
	width: 100%;
	height: 100%;
}
.introduce .introduce-div .insgeek-btn:hover .btn_qrcode {
	display: block;
}
.btn_qrcode {
	position: absolute;
	top: -185px;
	left: 0;
	border-radius: 2px;
	display: none;
}
.introduce .introduce-div .btn_qrcode img {
	width: 100%;
	height: 100%;
}
.insgeek-btn:hover .btn_qrcode {
	display: block;
}


.situation {
  width: 1200px;
  margin: 140px auto 0;
  text-align: center;
}
.situation .situation-div .situation-div-header {
  font-size: 36px;
  color: #333333;
}
.situation .situation-div .situation-div-content {
  margin-top: 80px;
}
.situation .situation-div .situation-div-content > div {
  /* border: 1px solid red; */
  display: flex;
  justify-content: space-between;
}
.situation .situation-div .situation-div-content > div:last-child {
  margin-top: 16px;
}
.situation .situation-div .situation-div-content > div > div {
  flex: 1;
  margin-right: 20px;
  padding: 60px 115px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(181, 186, 199, 0.3);
  border-radius: 4px;
  font-size: 20px;
  color: #333333;
}
.situation .situation-div .situation-div-content > div > div:last-child {
  margin-right: 0;
}
.situation .situation-div .situation-div-content > div img {
  margin-bottom: 24px;
  width: 74px;
  height: 74px;
}

.solution {
  /* width: 1200px; */
  margin: 140px auto 0;
  text-align: center;
}
.solution .solution-div .solution-div-header {
  margin: auto;
  font-size: 36px;
  color: #333333;
}
.solution .solution-div .solution-div-header .solution-div-header-sub {
  font-size: 24px;
  color: #9B9BA3;
}
.solution .solution-div .solution-div-content {
  margin: 80px auto 0;
  overflow: hidden;
}
.solution .solution-div .solution-div-content > div {
  margin: auto;
  padding: 80px;
  width: 1200px;
  height: 532px;
}

.solution-img-div {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.solution-img-div .solution-item-title {
  font-weight: 500;
  font-size: 28px;
  color: #333333;
}
.solution-img-div .solution-item-title-sub {
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 20px;
}
.solution-img-div .solution-item-tip {
  margin-bottom: 24px;
  font-size: 20px;
  color: #666666;
}
.solution-img-div .solution-item-tip > img:first-child {
  margin-right: 16px;
}
.solution-img-div .solution-item-tip > .jike_img {
  position: relative;
  top: -2px;
}
.solution-img-div .solution-item-tip > .vip_icom {
  margin-left: 8px;
  position: relative;
  top: -2px;
}
.solution .solution-div .solution-img-div {
  /* border: 1px solid orange; */
  position: relative;
}
.solution .solution-div .solution-img-div  .insgeek-btn {
  margin: 36px 0 0;
  width: 110px;
  height: 40px;
  line-height: 40px;
}
.solution .solution-img-div .origin-div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.solution .solution-img-div .transfrom-div {
  display: none;
  margin: 0 -40px;
  overflow: hidden;
  -webkit-animation: height .4s linear;
  -moz-animation: height .4s linear;
}
@-webkit-keyframes height{
  0%  { height: 0px;opacity: 0;}
  100%{ height: 532px;opacity: 1;}
}
@-moz-keyframes height{
  0%  { height: 0px;opacity: 0;}
  100%{ height: 532px;opacity: 1;}
}
.solution .solution-img-div .transfrom-div-top, .solution .solution-img-div .transfrom-div-bottom {
  display: flex;
}
.solution .solution-img-div .transfrom-div-top > div, .solution .solution-img-div .transfrom-div-bottom > div {
  flex: 1;
  margin-right: 40px;
}
.solution .solution-img-div .transfrom-div-top > div:last-child, .solution .solution-img-div .transfrom-div-bottom > div:last-child {
  margin-right: 0;
}
.solution .solution-img-div .transfrom-div-top .transfrom-div-header {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}
.solution .solution-img-div .transfrom-div-top .transfrom-div-header .card-title-line {
  display: inline-block;
  margin-right: 16px;
  width: 5px;
  height: 24px;
  background: #2EC6B5;
  border-radius: 10px;
}
.solution .solution-img-div .transfrom-div-top .transfrom-div-header img {
  margin-left: 8px;
}
.solution .solution-img-div .transfrom-div-top .transfrom-div-content {
  margin-top: 8px;
  padding-bottom: 40px;
  font-size: 18px;
  color: #666666;
}
.solution .solution-img-div .transfrom-div-bottom {
  font-size: 18px;
  color: #333333;
}
.solution .solution-img-div .transfrom-div-bottom > div {
  border-top: 1px dashed #D3D5D8;
  padding-top: 24px;
}
.solution .solution-img-div .transfrom-div-bottom > div > div {
  margin-bottom: 8px;
}
.solution .solution-img-div .transfrom-div-bottom .left-circle {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 8px;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background: #2EC6B5;
}
.solution .solution-img-div .transfrom-div-bottom .claim-table {
  border: 1px solid red;
}
.solution .solution-img-div .transfrom-div-bottom-btn-div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.solution .solution-img-div .transfrom-div-bottom-btn-div .transfrom-div-bottom-btn {
  display: inline-block;
  width: 98px;
  height: 34px;
  line-height: 34px;
  border-radius: 4px 4px 0 0;
  text-align: center;
  background: #D2F2EE;
  font-size: 16px;
  color: #00ACA0;
  cursor: pointer;
}
.solution .solution-div .solution-img-div > img {
  transition: all ease .8s;
  opacity: 1;
}
.solution .solution-div .solution-div-content > div:nth-child(odd) {
  background: #F5F8FC;
  border-radius: 4px;
}

.gideProjectValue {
  width: 1200px;
  margin: 140px auto 0;
  text-align: center;
}
.gideProjectValue-div {
  padding-bottom: 100px;
}
.gideProjectValue .gideProjectValue-div .gideProjectValue-div-header {
  font-size: 36px;
  color: #333333;
}
.gideProjectValue .gideProjectValue-div .gideProjectValue-div-header-sub {
  font-size: 24px;
  color: #9B9BA3;
}
.gideProjectValue .gideProjectValue-div .gideProjectValue-div-content {
  margin-top: 80px;
  display: flex;
}
.gideProjectValue .gideProjectValue-div .gideProjectValue-div-content > div {
  flex: 1;
  font-size: 16px;
  text-align: center;
  color: #666666;
  border-left: 1px solid #E8E8E8;
}
.gideProjectValue .gideProjectValue-div .gideProjectValue-div-content > div:first-child {
  border-left: none;
}
.gideProjectValue .gideProjectValue-div .gideProjectValue-div-content img {
  width: 29px;
  height: 35px;
  margin-bottom: 16px;
}

.about {
  margin-top: 140px;
  background: url(../../insgeekpc5/img/gide/about_bg.png) no-repeat center;
  background-size: 100% 100%;
}
.about .about-div {
  padding: 60px 0 70px;
  font-size: 36px;
  color: #FFFFFF;
}
.about .about-div .about-div-header {
  text-align: center;
  font-size: 24px;
}
.about .about-div .about-div-content {
  width: 1100px;
  margin: auto;
  font-size: 16px;
}
.about .about-div .about-div-content > div {
  width: 1100px;
  margin: 24px auto 0;
  font-size: 16px;
  line-height: 2;
}

.cooperationCase {
  width: 1200px;
  margin: 140px auto 0;
  text-align: center;
}
.cooperationCase .cooperationCase-div .cooperationCase-div-header {
  font-size: 36px;
  color: #333333;
}
.cooperationCase .cooperationCase-div .cooperationCase-div-content {
  margin: 80px 0 120px;
}
.cooperationCase .cooperationCase-div .cooperationCase-div-content {
  margin: 80px 0 120px;
  display: flex;
}
.cooperationCase-div-content ul {
  list-style: none
}
.cooperationCase-div-content .box ul li {
  display: block;
  float: left;
  width: 300px;
  height: 124px;
  margin-right: -1px;
  background-size: cover;
  background-position: center center;
}
.cooperationCase-div-content .box{
  width: 3010px;
  height: 124px;
}
.cooperationCase-div-content #box1,#box2{
  float: left
}
.cooperationCase-div-content .wrap{
  position: relative;
  width: 900px;
  margin: auto;
  height: 124px;
  overflow: hidden;
}
.left-wrap {
  flex: 1;
  height: 124px;
  position: relative;
  left: 100px;
  z-index: 9;
  background: linear-gradient(90deg, #FFFFFF 11.36%, rgba(255, 255, 255, 0) 154.78%);
}
.right-wrap {
  flex: 1;
  height: 124px;
  position: relative;
  left: -100px;
  z-index: 9;
  background: linear-gradient(270deg, #FFFFFF 11.36%, rgba(255, 255, 255, 0) 154.78%);
}
.cooperationCase-div-content .box{
  position: absolute;
  left: 0;
}