/* banner图 */
.banner {
  width: 100%;
  height: 365px;
  min-width: 1000px;
  background: url(../image/case/banner.png) no-repeat;
  background-position: center;
}
.banner .banner-main {
  width: 1000px;
  margin: 0 auto;
  height: 365px;
}
.banner .banner-main h4 {
  height: 60px;
  font-size: 36px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #ffffff;
  padding-top: 127px;
}
.banner .banner-main .text {
  width: 800px;
  font-size: 14px;
  font-family: NotoSansHans-Regular;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  padding-top: 5px;
}
/*  特性*/
.feature {
  min-width: 1000px;
}
.feature-main {
  width: 1000px;
  margin: 0 auto;
  overflow: auto;
}
.feature-main li {
  width: 230px;
  margin-right: 20px;
  float: left;
  height: 400px;
}
.feature-main li:last-child {
  margin-right: 0;
}
.feature-main img {
  margin-top: 80px;
  margin-bottom: 25px;
  margin-left: 103px;
}
.feature-main img.img2 {
  display: none;
}
.feature-main h5 {
  font-size: 18px;
  font-family: NotoSansHans-Bold;
  font-weight: bold;
  color: #4a4a4a;
  line-height: 27px;
  text-align: center;
  margin-bottom: 15px;
}
.feature-main p {
  font-size: 14px;
  font-family: NotoSansHans-Regular;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 21px;
  text-align: center;
}
/* 典型案例 */
.case {
  min-width: 1000px;
  clear: both;
  background: #f7f8fa;
  height: 764px;
}
.case-main {
  width: 1000px;
  margin: 0 auto;
}
.case-main h4 {
  width: 190px;
  height: 60px;
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #363439;
  line-height: 60px;
  padding-top: 50px;
  margin-bottom: 6px;
}
.case-main .info {
  height: 14px;
  font-size: 14px;
  font-family: NotoSansHans-Regular;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 14px;
  margin-bottom: 34px;
}
.tab_menu {
  width: 1000px;
  background: #ffffff;
}
.tab_menu li {
  display: flex;
  align-items: center;
  width: 168px;
  height: 56px;
  float: left;
  font-size: 12px;
  font-family: NotoSansHans-Regular;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  color: #4a4a4a;
  position: relative;
  cursor: pointer;
  background: #fff;
  margin-right: 2px;
  margin-bottom: 2px;
}
.tab_menu li span {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.tab_menu li:hover {
  color: #4581fd;
}
.tab_menu li.current {
  background: #4581fd;
  font-weight: 400;
  color: #ffffff;
}
.tab_box .hide {
  display: none;
}
.triangle {
  width: 0;
  height: 0;
  border-top: 18px solid #4581fd;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  left: 70px;
  top: 49px;
  display: none;
}
.tab_menu li.current .triangle {
  display: block;
}
.tab_box img {
  display: block;
  width: 675px;
  float: left;
  padding-top: 30px;
  padding-bottom: 100px;
}
.tab_box .case-info {
  width: 290px;
  float: right;
}
.tab_box .case-info h5 {
  height: 24px;
  font-size: 18px;
  font-family: NotoSansHans-Medium;
  font-weight: 500;
  color: #4a4a4a;
  line-height: 25px;
  padding-bottom: 44px;
  padding-top: 50px;
}
.tab_box .case-info p {
  font-size: 16px;
  font-family: NotoSansHans-Regular;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 21px;
}
.business {
  min-width: 1000px;
  padding-top: 70px;
  margin-bottom: 20px;
}
.business .content {
  width: 1000px;
  margin: 0 auto;
}
.business .content h4 {
  font-size: 24px;
  font-weight: 500;
  color: #363439;
  line-height: 60px;
  margin-bottom: 50px;
}
.business .content .line {
  width: 100%;
  height: 180px;
}
.business .content .line .item {
  position: relative;
  display: inline-block;
  width: 462px;
  height: 160px;
  vertical-align: top;
}
.business .content .line .item p {
  position: relative;
  top: 62px;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 20px;
}
.business .content .line .item img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease 1.5s;
}
.business .content .line .item:first-child {
  margin-right: 66px;
}
.business .content .line .item:hover img {
  transform: rotateY(360deg);
}
.business .content .line .five p {
  top: 52px;
}
/*更多合作伙伴 */
.more {
  min-width: 1000px;
}
.more .more-main {
  width: 1000px;
  margin: 0 auto;
}
.more .more-main h4 {
  height: 60px;
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #363439;
  line-height: 60px;
  margin-bottom: 30px;
}
.more .more-main img {
  width: 1000px;
  margin-bottom: 50px;
}
.more .more-main .btn {
  display: block;
  width: 200px;
  height: 50px;
  background: #4581fd;
  border-radius: 5px;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 18px;
  font-family: NotoSansHans-Medium;
  font-weight: 500;
  color: #ffffff;
  line-height: 50px;
}
.more .more-main .btn:hover {
  background: #2b59b9;
}
/* 应用成果*/
.result {
  min-width: 1000px;
  padding-top: 120px;
}
.result-main {
  width: 1000px;
  margin: 0 auto;
  height: 600px;
}
.result-main h4 {
  height: 60px;
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #363439;
  line-height: 60px;
}
.result-main .result-info {
  width: 440px;
  float: left;
}
.result-main .result-info .text {
  font-size: 14px;
  font-family: NotoSansHans-Regular;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 24px;
  margin-bottom: 116px;
  width: 391px;
}
.result-main ul li {
  width: 146px;
  float: left;
}
.result-main li img {
  margin-bottom: 20px;
  margin-left: 31px;
}
.result-main li h5 {
  height: 18px;
  font-size: 18px;
  font-family: NotoSansHans-Bold;
  font-weight: bold;
  color: #4a4a4a;
  line-height: 27px;
  margin-bottom: 20px;
  text-align: center;
}
.result-main li p {
  font-size: 12px;
  font-family: NotoSansHans-Regular;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 15px;
  text-align: center;
}
.result-main .chart {
  width: 520px;
  float: right;
  height: 450px;
  position: relative;
}
.result-main .level {
  position: absolute;
  left: 50px;
}
.result-main .level div {
  /* width: 446px; */
  height: 1px;
  width: 0px;
  background: #dadada;
  position: relative;
}
.result-main .level div.level1 {
  margin-bottom: 31px;
}
.result-main .level div.level2 {
  margin-bottom: 79px;
}
.result-main .level div.level3 {
  margin-bottom: 48px;
}
.result-main .level div.level4 {
  margin-bottom: 30px;
}
.result-main .level div.level5 {
  margin-bottom: 32px;
}
.result-main .level div.level6 {
  margin-bottom: 30px;
}
.result-main .level div.level7 {
  margin-bottom: 41px;
}
.result-main .level div.level8 {
  margin-bottom: 11px;
}
.result-main .level div.level9 {
  margin-bottom: 8px;
}
.result-main .level div.level10 {
  border-top: 2px solid #ccc;
  /* width: 468px; */
}
.result-main .vertical {
  position: absolute;
  left: 50px;
  height: 320px;
}
.result-main .vertical div {
  width: 1px;
  /* height: 320px; */
  height: 0px;
  background: #dadada;
  bottom: 0;
}
.result-main .vertical div.vertical1 {
  position: absolute;
  left: 0;
}
.result-main .vertical div.vertical2 {
  position: absolute;
  left: 90px;
}
.result-main .vertical div.vertical3 {
  position: absolute;
  left: 178px;
}
.result-main .vertical div.vertical4 {
  position: absolute;
  left: 266px;
}
.result-main .vertical div.vertical5 {
  position: absolute;
  left: 355px;
}
.result-main .vertical div.vertical6 {
  position: absolute;
  left: 445px;
}
.result-main .axis-x {
  position: absolute;
  top: 335px;
  width: 550px;
  left: 5px;
  font-size: 12px;
  display: none;
}
.result-main .axis-x li {
  width: 89px;
  float: left;
  text-align: center;
  line-height: 18px;
}
.result-main .tip {
  position: absolute;
  top: 400px;
  font-size: 12px;
  left: 50px;
  right: -30px;
  display: none;
}
.result-main .tip li.left {
  width: 100%;
  margin-bottom: 10px;
}
.result-main .tip li.right {
  width: 100%;
}
.result-main .tip .left span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #0165f5;
  position: relative;
  top: 4px;
}
.result-main .tip .right span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #dadada;
  position: relative;
  top: 4px;
}
.result-main .axis-y {
  position: absolute;
  width: 50px;
  display: none;
}
.result-main .axis-y li {
  width: 41px;
  float: left;
  text-align: right;
  font-size: 12px;
  padding-right: 10px;
}
.result-main .bar-out {
  position: absolute;
  width: 450px;
  left: 50px;
  height: 320px;
  z-index: 10;
}
.result-main .bar-out div {
  width: 15px;
  background: #0165f5;
  bottom: 0;
  position: absolute;
  height: 0%;
}
.result-main .bar-out div.out2 {
  left: 82px;
  /* height: 3%; */
}
.result-main .bar-out div.out3 {
  left: 171px;
  /* height: 7%; */
}
.result-main .bar-out div.out4 {
  left: 259px;
  /* height: 20%; */
}
.result-main .bar-out div.out5 {
  left: 348px;
  /* height: 40%; */
}
.result-main .bar-out div.out6 {
  margin-right: 0px;
  left: 438px;
  /* height: 65%; */
}
.result-main .bar-in {
  position: absolute;
  width: 450px;
  left: 50px;
  height: 320px;
}
.result-main .bar-in div {
  width: 15px;
  background: #dadada;
  bottom: 0;
  position: absolute;
  height: 0;
}
.result-main .bar-in div.in2 {
  left: 82px;
  /* height: 30%; */
}
.result-main .bar-in div.in3 {
  /* height: 40%; */
  left: 171px;
}
.result-main .bar-in div.in4 {
  /* height: 50%; */
  left: 259px;
}
.result-main .bar-in div.in5 {
  left: 348px;
  /* height: 70%; */
}
.result-main .bar-in div.in6 {
  margin-right: 0px;
  left: 438px;
  /* height: 90%; */
}
.case-info-text {
  font-size: 12px !important;
}