/* 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-weight: 500;
  color: #ffffff;
  padding-top: 127px;
}
.banner .banner-main .text {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  padding-top: 5px;
}
/*  特性*/
.feature {
  min-width: 1000px;
}
.feature-main {
  width: 1000px;
  margin: 0 auto;
  overflow: auto;
}
.feature-main li {
  width: 250px;
  float: left;
  height: 352px;
}
.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-weight: bold;
  color: #4a4a4a;
  line-height: 27px;
  text-align: center;
  margin-bottom: 15px;
}
.feature-main p {
  font-size: 14px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 24px;
  text-align: center;
}
/* 典型案例 */
.case {
  min-width: 1000px;
  clear: both;
  background: #f7f8fa;
  height: 714px;
}
.case-main {
  width: 1000px;
  margin: 0 auto;
}
.case-main h4 {
  width: 96px;
  height: 60px;
  font-size: 24px;
  font-weight: 500;
  color: #363439;
  line-height: 60px;
  padding-top: 50px;
  margin-bottom: 6px;
}
.case-main .info {
  height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 14px;
  margin-bottom: 34px;
}
.tab_menu {
  width: 1000px;
  background: #ffffff;
}
.tab_menu li {
  width: 168px;
  height: 56px;
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 53px;
  text-align: center;
  color: #4a4a4a;
  position: relative;
  cursor: pointer;
  background: #fff;
  margin-bottom: 2px;
  margin-right: 2px;
}
.tab_menu li:hover {
  color: #4581fd;
}
.tab_menu li.current {
  background: #4581fd;
  font-weight: 500;
  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: 24px;
  font-weight: 500;
  color: #4a4a4a;
  line-height: 36px;
  padding-bottom: 54px;
  padding-top: 50px;
}
.tab_box .case-info p {
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 30px;
}
.main .business {
  min-width: 1000px;
  padding-top: 70px;
  margin-bottom: 20px;
}
.main .business .content {
  width: 1000px;
  margin: 0 auto;
}
.main .business .content h4 {
  font-size: 24px;
  font-weight: 500;
  color: #363439;
  line-height: 60px;
  margin-bottom: 50px;
}
.main .business .content .line {
  width: 100%;
  height: 160px;
}
.main .business .content .line .item {
  position: relative;
  display: inline-block;
  width: 462px;
  height: 120px;
  vertical-align: top;
}
.main .business .content .line .item p {
  position: relative;
  top: 58px;
  font-size: 14px;
  color: #4A4A4A;
  line-height: 30px;
}
.main .business .content .line .item img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all ease 1.5s;
  transition: all ease 1.5s;
}
.main .business .content .line .item:first-child {
  margin-right: 66px;
}
.main .business .content .line .item:hover img {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.main .business .content .line .five p {
  top: 52px;
}
/*更多合作伙伴 */
.more {
  min-width: 1000px;
}
.more .more-main {
  width: 1000px;
  margin: 0 auto;
}
.more .more-main h4 {
  width: 144px;
  height: 60px;
  font-size: 24px;
  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-weight: 500;
  color: #ffffff;
  line-height: 50px;
}
.more .more-main .btn:hover {
  background: #2b59b9;
}
/* 应用成果*/
.result {
  min-width: 1000px;
  padding-top: 80px;
}
.result-main {
  width: 1000px;
  margin: 0 auto;
  height: 530px;
}
.result-main h4 {
  height: 60px;
  font-size: 24px;
  font-weight: 500;
  color: #363439;
  line-height: 60px;
  overflow: auto;
}
.result-main .result-info {
  width: 440px;
  float: left;
}
.result-main .result-info .text {
  font-size: 14px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 30px;
  margin-bottom: 116px;
  width: 391px;
}
.result-main ul li {
  width: 120px;
  float: left;
}
.result-main li img {
  margin-bottom: 20px;
  margin-left: 20px;
}
.result-main li h5 {
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  color: #4a4a4a;
  line-height: 27px;
  margin-bottom: 20px;
  text-align: center;
}
.result-main li p {
  height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 21px;
  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;
  display: none;
}
.result-main .tip li.left {
  width: 266px;
  float: left;
  margin-right: 15px;
}
.result-main .tip li.right {
  width: 166px;
  float: left;
}
.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%; */
}
/* .arrow-left {
  position: absolute;
  left: 120px;
  top: 123%;
  width: 17px;
  height: 30px;
  z-index: 1000;
}
.arrow-left i:hover {
  color: #4581fd;
}
.arrow-right {
  position: absolute;
  right: 120px;
  top: 123%;
  width: 17px;
  height: 30px;
  z-index: 1000;
}
.arrow-right i:hover {
  color: #4581fd;
} */

.feature2 {
  clear: both;
  min-width: 1000px;
}
.feature2-main {
  width: 1000px;
  margin: 0 auto;
}
.feature2-main h4 {
  margin-top: 130px;
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: 500;
  color: #4a4a4a;
  text-align: center;
}
.feature2-container {
  position: relative;
  width: 1000px;
  height: 635px;
  overflow: hidden;
  margin-bottom: 150px;
}
.feature2-container .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
  /*right:30px;*/
}
.feature2-container .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none;
}
.feature2-container .iconfont {
  font-size: 50px;
  color: #c4c6c5;
}
.feature2-container .swiper-slide {
  position: relative;
}
.feature2-main .swiper-slide img {
  display: block;
  float: left;
  margin-right: 100px;
  width: 480px;
  margin-left: 105px;
}
.feature2-main .swiper-wrapper .info {
  float: left;
  width: 248px;
}
.feature2-main .swiper-wrapper h5 {
  font-size: 36px;
  font-weight: 500;
  color: #4a4a4a;
  line-height: 54px;
  margin-top: 150px;
}
.feature2-main .swiper-wrapper p {
  font-size: 14px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 30px;
  margin-top: 40px;
}
.feature2-main .swiper-wrapper a {
  width: 200px;
  height: 45px;
  background: #4581fd;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 45px;
  margin-top: 40px;
  display: block;
  text-align: center;
}
.feature2-main .swiper-wrapper a:hover {
  background: #2b59b9;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  top: 90px;
  left: 635px;
  width: 300px;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  background: #c4c6c5;
  opacity: .2;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}
.arrow-left {
  position: absolute;
  left: 15px;
  top: 43%;
  width: 17px;
  height: 30px;
  z-index: 1000;
}
.arrow-left i:hover {
  color: #4581fd;
}
.arrow-right {
  position: absolute;
  right: 45px;
  top: 43%;
  width: 17px;
  height: 30px;
  z-index: 1000;
}
.arrow-right i:hover {
  color: #4581fd;
}