.pc {
  display: none!important;
}
.mobile {
  display: block!important;
}
.fixed-btn {
  width: auto;
  padding: 0 2vw;
  text-align: center;
  z-index: 111;
  border-radius: 5px;
  right: 5px;
  top: 25%;
  background: #fff;
  border: 1px solid #999;
  position: fixed;
}
.fixed-btn .fixed-item {
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 15px;
  cursor: pointer;
}
.fixed-btn .fixed-item > svg {
  color: #999;
  font-size: 6.66666667vw;
  margin-bottom: 1.33333333vw;
  transition: all 0.3s;
}
.fixed-btn .fixed-item .text {
  font-size: 12px;
  color: #999;
  text-align: center;
  transition: all 0.3s;
}
.fixed-btn .fixed-box {
  min-width: 35vw;
  opacity: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 17vw;
  padding: 3vw;
  background: -webkit-linear-gradient(top, #65a4fe, #0f2bb7);
  border-radius: 5px;
  pointer-events: none;
}
.fixed-btn .fixed-box .fixed-border {
  position: absolute;
  right: 0;
  top: 36px;
  z-index: 12;
  width: 6px;
  height: 20px;
  background: #fff;
}
.fixed-btn .fixed-box .fixed-title {
  display: flex;
  align-items: center;
}
.fixed-btn .fixed-box .fixed-title svg {
  font-size: 14px;
  color: #fff;
  margin-right: 2vw;
}
.fixed-btn .fixed-box .fixed-title span {
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
.fixed-btn .fixed-box p {
  font-size: 12px;
  color: #fff;
  margin-top: 2vw;
  margin-bottom: 4vw;
  text-align: left;
  letter-spacing: 1px;
}
.fixed-btn .fixed-box .fixed-img {
  width: 20vw;
  height: 20vw;
  background: #999;
  margin: 3vw auto 4vw;
  border-radius: 5px;
  overflow: hidden;
}
.fixed-btn .fixed-box .fixed-img img {
  width: 100%;
  height: 100%;
}
.fixed-btn .fixed-item:nth-child(1):hover > svg {
  color: #0f2bb7;
}
.fixed-btn .fixed-item:nth-child(1):hover .text {
  font-size: 12px;
}
.fixed-btn .fixed-item:nth-child(1):hover .f1 {
  opacity: 1;
  z-index: 111;
}
.fixed-btn .fixed-item:nth-child(2):hover > svg {
  color: #0f2bb7;
}
.fixed-btn .fixed-item:nth-child(2):hover .text {
  font-size: 12px;
}
.fixed-btn .fixed-item:nth-child(2):hover .f2 {
  opacity: 1;
  z-index: 111;
}
.fixed-btn .fixed-item:nth-child(2):hover .f2 .fixed-border {
  top: 116px;
}
.btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: 0 0;
  cursor: default;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.perspective {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  display: inline-block;
}
.btn-8 {
  display: block;
  background: #5cbcf6;
  outline: 1px solid transparent;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.btn-8:active {
  background: #55b7f3;
}
.btn-8a:after {
  width: 100%;
  height: 42%;
  left: 0;
  top: -42%;
  background: #49a7df;
  -webkit-transform-origin: 0% 100%;
  -webkit-transform: rotateX(90deg);
  -moz-transform-origin: 0% 100%;
  -moz-transform: rotateX(90deg);
  transform-origin: 0% 100%;
  transform: rotateX(90deg);
}
.btn-8a:hover {
  -webkit-transform: rotateX(-15deg);
  -moz-transform: rotateX(-15deg);
  -ms-transform: rotateX(-15deg);
  transform: rotateX(-15deg);
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.title {
  height: 3.73333333vw;
  border-left: 1.33333333vw solid #4e88c6;
  padding-left: 2.93333333vw;
  margin-left: 2.66666667vw;
}
.title span {
  font-size: 5.33333333vw;
  font-weight: bold;
  float: left;
  line-height: 1;
  margin-top: -1.6vw;
  cursor: default;
}
.title span + span {
  font-size: 3.73333333vw;
  font-weight: bold;
  margin-top: 0;
}
#cont {
  height: auto;
  width: 100%;
  margin: 0 auto 10.66666667vw;
  position: relative;
}
#cont .banner {
  display: block;
  width: 100%;
  height: 48vw;
  margin: auto;
  background: url(../images/banner.jpg) no-repeat top center;
  background-size: 200% 95%;
}
#cont .end-data {
  position: absolute;
  top: 46.5vw;
  right: 3vw;
  color: #666;
  font-size: 3vw;
}
#cont .data-1 {
  width: 94vw;
  margin: 0 auto;
}
#cont .data-1 .data-1-box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#cont .data-1 .data-1-box .data-1-con {
  width: 49%;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  float: left;
  margin-bottom: 2.4vw;
}
#cont .data-1 .data-1-box .data-1-item {
  width: 100%;
  height: 16vw;
  position: relative;
}
#cont .data-1 .data-1-box .data-1-item img {
  width: 100%;
}
#cont .data-1 .data-1-box .data-1-item .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 2.93333333vw;
  padding-top: 5px;
  padding-bottom: 2.66666667vw;
}
#cont .data-1 .data-1-box .data-1-item .text .num {
  font-size: 6.66666667vw;
  color: #fff;
  line-height: 1.3;
}
#cont .data-1 .data-1-box .data-1-item .text .tit {
  font-size: 3.73333333vw;
  color: #fff;
  line-height: 1;
}
#cont .data-1 .data-1-box .data-1-con:nth-child(1) .data-1-item:after {
  background: #238bae !important;
}
#cont .data-1 .data-1-box .data-1-con:nth-child(2) .data-1-item:after {
  background: #c35e3c !important;
}
#cont .data-1 .data-1-box .data-1-con:nth-child(3) .data-1-item:after {
  background: #3f966e !important;
}
#cont .data-1 .data-1-box .data-1-con:nth-child(4) .data-1-item:after {
  background: #945dac !important;
}
#cont .data-1 .data-1-text {
  font-size: 3.73333333vw;
  color: #333;
  line-height: 2;
  text-indent: 2em;
  margin: 4vw auto 6.66666667vw;
}
#cont .data-1 .data-1-text a {
  font-size: 3vw;
  color: #1262b2;
}
#cont .data-1 .data-1-text a:hover {
  color: #1262b2;
  text-decoration: underline;
}
#cont .data-2 {
  width: 100%;
  height: auto;
  background: #f3f7f9;
  border-top: 1px solid #bbd1e7;
  text-align: center;
  position: relative;
  padding-top: 8vw;
}
#cont .data-2 .data-2-title {
  display: inline-block;
  color: #4e88c6;
  line-height: 1;
  font-size: 16px;
  background: #fff;
  background: -webkit-linear-gradient(#fff, #f3f7f9);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#fff, #f3f7f9);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#fff, #f3f7f9);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#fff, #f3f7f9);
  /* 标准的语法 */
  position: absolute;
  top: -9px;
  padding: 0 10px;
  transform: translate(-50%);
}
#cont .data-2 .data-2-box {
  width: 70%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  /* .data-2-item:nth-child(4) {
                  display: none;
              }*/
}
#cont .data-2 .data-2-box .data-2-item {
  align-self: center;
  width: 28.66666667vw;
  height: 28.66666667vw;
  margin-right: 12vw;
  margin-bottom: 5vw;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
#cont .data-2 .data-2-box .data-2-item > div {
  margin-top: -1px;
  margin-left: 0px;
  border-radius: 50%;
}
#cont .data-2 .data-2-box .data-2-item .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 5.33333333vw;
  text-align: center;
}
#cont .data-2 .data-2-box .data-2-item .text .num {
  font-size: 7.33333333vw;
  color: #333;
  text-align: center;
  line-height: 1.5;
  cursor: default;
}
#cont .data-2 .data-2-box .data-2-item .text .tit {
  transform: scale(0.95);
  display: inline-block;
  font-size: 3vw;
  line-height: 1;
  text-align: center;
  padding: 0.53333333vw 1.06666667vw 0.66666667vw;
  border-radius: 5px;
  color: #fff;
  cursor: default;
  background: #4e88c6;
}
#cont .data-2 .data-2-box .data-2-item #indicatorContainer4 + .text .tit {
  background: #fa794c;
}
#cont .data-2 .data-2-box .data-2-item:nth-child(2n) {
  margin-right: 0;
}
#cont .data-3 {
  width: 100%;
  margin: 10vw auto;
}
#cont .data-3 .data-3-box {
  margin-top: 6.66666667vw;
  height: 93.33333333vw;
  padding-top: 10.66666667vw;
  text-align: center;
  position: relative;
}
#cont .data-3 .data-3-box .data-3-bg {
  width: 70%;
}
#cont .data-3 .data-3-box .data-3-title {
  color: #46c1ea;
  font-size: 3.2vw;
  top: 56vw;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}
#cont .data-3 .data-3-box .data-3-item {
  position: absolute;
  font-size: 3.2vw;
}
#cont .data-3 .data-3-box .data-3-item img {
  display: none;
  width: 14vw;
}
#cont .data-3 .data-3-box .i1 {
  top: 4vw;
  left: 50%;
  transform: translateX(-50%);
}
#cont .data-3 .data-3-box .i2 {
  top: 12vw;
  left: 50%;
  margin-left: 18.66666667vw;
}
#cont .data-3 .data-3-box .i3 {
  top: 52.66666667vw;
  left: 50%;
  margin-left: 25.33333333vw;
}
#cont .data-3 .data-3-box .i4 {
  top: 73.33333333vw;
  left: 50%;
  margin-left: 18.66666667vw;
}
#cont .data-3 .data-3-box .i5 {
  top: 80vw;
  left: 50%;
  transform: translateX(-50%);
}
#cont .data-3 .data-3-box .i6 {
  top: 73.33333333vw;
  right: 50%;
  margin-right: 18.66666667vw;
}
#cont .data-3 .data-3-box .i7 {
  top: 52.66666667vw;
  right: 50%;
  margin-right: 26.66666667vw;
}
#cont .data-3 .data-3-box .i8 {
  top: 12vw;
  right: 50%;
  margin-right: 18.66666667vw;
}
#cont .data-4 {
  width: 100%;
  height: 80vw;
  margin: 10vw auto;
  position: relative;
  text-align: center;
}
#cont .data-4 img {
  width: 89%;
  margin: 0 auto;
  padding: 8.66666667vw 0;
}
#cont .data-4 .data-4-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 93.33333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 12.4vw 0;
}
#cont .data-4 .data-4-box .data-4-item {
  width: 33.33%;
  height: 35.6vw;
  text-align: center;
  padding-top: 3.46666667vw;
}
#cont .data-4 .data-4-box .data-4-item i {
  display: inline-block;
  font-size: 11.33333333vw;
  color: #fff;
  transition: all 0.2s;
}
#cont .data-4 .data-4-box .data-4-item .text {
  margin-top: 18px;
  font-size: 3.2vw;
  color: #333;
  line-height: 1.5;
  text-align: center;
  cursor: default;
  transition: all 0.3s;
}
#cont .data-5 {
  width: 100%;
  height: 122.66666667vw;
  margin: 10vw auto 0;
  padding: 17.33333333vw 0;
  background: url(../images/data-5-bg-m.jpg) no-repeat top center;
  background-size: 100% 100%;
}
#cont .data-5 .data-5-box {
  width: 100%;
  height: auto;
}
#cont .data-5 .data-5-box .data-5-box {
  margin: 8vw auto;
}
#cont .data-5 .data-5-box .data-5-con {
  width: 94%;
  height: auto;
  margin: 5.33333333vw auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#cont .data-5 .data-5-box .data-5-con .data-5-item {
  width: 48%;
  height: 10.66666667vw;
  position: relative;
  box-shadow: 3px 3px 10px #e3ebf3;
  border-radius: 50px;
}
#cont .data-5 .data-5-box .data-5-con .data-5-item > img {
  width: 100%;
}
#cont .data-5 .data-5-box .data-5-con .data-5-item .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: table-cell;
  vertical-align: middle;
  line-height: 10vw;
}
#cont .data-5 .data-5-box .data-5-con .data-5-item .text span {
  vertical-align: middle;
  font-size: 3.2vw;
  font-weight: bold;
  color: #666;
  margin-right: 2.4vw;
  line-height: 0;
  text-align: center;
  cursor: default;
}
#cont .data-5 .data-5-box .data-5-con .data-5-item .text .jt {
  width: 7.33333333vw;
  height: auto;
  margin-right: 0.66666667vw;
}
#cont .data-5 .data-5-box .data-5-con .data-5-item .text .jx {
  transform: rotateY(180deg);
}
#cont .data-5 .data-5-box .data-5-con .data-5-item .text img:last-child {
  position: absolute;
  right: 2.66666667vw;
  top: 1.6vw;
  height: 8vw;
  transition: all 0.3s;
}
#cont .data-5 .data-5-box .data-5-con .data-5-item .text:hover img:last-child {
  transform: rotate(5deg);
}
#cont .data-5 .data-5-box .data-5-con .data-5-item:nth-child(2) .text span {
  display: inline-block;
  line-height: 1.5;
}
#cont .data-5 .data-5-box .data-5-con:nth-child(1) .data-5-item:nth-child(1) .text {
  padding-left: 8.66666667vw;
}
#cont .data-5 .data-5-box .data-5-con:nth-child(1) .data-5-item:nth-child(1) .text span {
  padding-left: 2.66666667vw;
  display: inline-block;
  line-height: 1.5;
}
#cont .data-5 .data-5-box .data-5-con:nth-child(1) .data-5-item:nth-child(2) .text span {
  padding-left: 2.66666667vw;
}
#cont .data-5 .data-5-box .data-5-con:nth-child(2) .data-5-item:nth-child(1) .text span {
  padding-left: 2vw;
}
#cont .data-5 .data-5-box .data-5-con:nth-child(2) .data-5-item:nth-child(2) .text span {
  padding-left: 2.66666667vw;
}
#cont .data-5 .data-5-box .data-5-con:nth-child(3) .data-5-item:nth-child(1) .text span {
  padding-left: 2vw;
  display: inline-block;
  line-height: 1.5;
}
#cont .data-5 .data-5-box .data-5-con:nth-child(3) .data-5-item:nth-child(2) .text .jt {
  margin-right: 0;
}
#cont .data-5 .data-5-box .data-5-con:nth-child(3) .data-5-item:nth-child(2) .text span {
  padding-left: 0;
  display: inline-block;
  line-height: 1.5;
}
#cont .data-5 .data-5-box .data-5-con:nth-child(4) .data-5-item:nth-child(1) .text span {
  padding-left: 2vw;
  display: inline-block;
  line-height: 1.5;
}
#cont .data-5 .data-5-box .data-5-con:nth-child(4) .data-5-item:nth-child(2) .text span {
  padding-left: 0;
  display: inline-block;
  line-height: 1.5;
}
#cont .data-5 .data-5-box .data-5-con:nth-child(5) .data-5-item {
  margin: 0 auto;
}
#cont .data-5 .data-5-box .data-5-con:nth-child(5) .data-5-item .text {
  padding-left: 9.33333333vw;
}
#cont .data-6 {
  width: 100%;
  height: 160vw;
  margin: 0 auto 17.33333333vw;
  background: url(../images/data-6-bg-m.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 17.33333333vw 0 0;
}
#cont .data-6 .data-6-con {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#cont .data-6 .data-6-con .data-6-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 8vw 2.66666667vw;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-1 {
  width: 44vw;
  height: 44vw;
  border: 1px solid #4e88c6;
  border-radius: 50%;
  padding: 2.26666667vw;
  margin-right: 5.06666667vw;
  margin-bottom: 8vw;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-1 .data-6-1-text {
  width: 100%;
  height: 100%;
  background: url(../images/data-6-1-text.png) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 9.33333333vw;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-1 .data-6-1-text * {
  text-align: center;
  color: #4e88c6;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-1 .data-6-1-text .data-6-1-tit {
  font-size: 9.6vw;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-1 .data-6-1-text .data-6-1-txt {
  font-size: 4vw;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-2 {
  margin-top: -2vw;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-2 .data-6-2-item {
  width: 39.33333333vw;
  margin-left: 2.93333333vw;
  position: relative;
  /*        display: -webkit-box;
                          display: -ms-flexbox;
                          display: -webkit-flex;
                          display: flex;*/
  margin-bottom: 4.66666667vw;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-2 .data-6-2-item .data-6-2-quan {
  position: absolute;
  top: 0;
  left: 0;
  width: 13.33333333vw;
  height: 4.26666667vw;
  font-size: 4.26666667vw;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  color: #4e88c6;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-2 .data-6-2-item .data-6-2-quan:after {
  display: block;
  content: '';
  width: 13.33333333vw;
  height: 1.33333333vw;
  background: #c0d9f4;
  border-radius: 10px;
  margin-top: -1.33333333vw;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-2 .data-6-2-item .data-6-2-txt {
  margin-left: 0;
  margin-top: 0;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-2 .data-6-2-item .data-6-2-txt * {
  font-size: 3.2vw;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-2 .data-6-2-item .data-6-2-txt .data-6-2-title {
  width: 100%;
  padding-left: 18.66666667vw;
  font-weight: bold;
  color: #333;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-2 .data-6-2-item .data-6-2-txt .data-6-2-text {
  color: #666;
  font-size: 3.2vw;
  line-height: 1.8;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-3 {
  margin-top: -2vw;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-3 .data-6-3-item {
  width: 43.73333333vw;
  margin-left: 2.13333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 8.53333333vw;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-3 .data-6-3-item .data-6-3-quan {
  width: 10.66666667vw;
  height: 4.26666667vw;
  font-size: 4.26666667vw;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  color: #4e88c6;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-3 .data-6-3-item .data-6-3-quan:after {
  display: block;
  content: '';
  width: 10.66666667vw;
  height: 1.33333333vw;
  background: #c0d9f4;
  border-radius: 10px;
  margin-top: -1.33333333vw;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-3 .data-6-3-item .data-6-3-txt {
  align-self: center;
  margin-left: 1.33333333vw;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-3 .data-6-3-item .data-6-3-txt * {
  font-size: 3.2vw;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-3 .data-6-3-item .data-6-3-txt .data-6-3-title {
  font-weight: bold;
  color: #333;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-3 .data-6-3-item .data-6-3-txt .data-6-3-text {
  color: #666;
  line-height: 1.6;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-3 .data-6-3-item:nth-child(1) .data-6-3-quan:after {
  background: #ffbf6c;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-4 {
  margin-top: -2vw;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-4 .data-6-4-item {
  margin-left: 2.93333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 5.06666667vw;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-4 .data-6-4-item .data-6-4-quan {
  width: 10.66666667vw;
  height: 4.26666667vw;
  font-size: 4.26666667vw;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  color: #4e88c6;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-4 .data-6-4-item .data-6-4-quan:after {
  display: block;
  content: '';
  width: 10.66666667vw;
  height: 1.33333333vw;
  background: #c0d9f4;
  border-radius: 10px;
  margin-top: -1.33333333vw;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-4 .data-6-4-item .data-6-4-txt {
  align-self: center;
  margin-left: 1.33333333vw;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-4 .data-6-4-item .data-6-4-txt * {
  font-size: 3.2vw;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-4 .data-6-4-item .data-6-4-txt .data-6-4-title {
  font-weight: bold;
  color: #333;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-4 .data-6-4-item .data-6-4-txt .data-6-4-text {
  color: #666;
  line-height: 1.6;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-line {
  width: 3.2vw;
  height: auto;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-line i {
  display: block;
  width: 1.33333333vw;
  height: 1.33333333vw;
  border: 0.13333333vw solid #4e88c6;
  border-radius: 50%;
  margin: 0 auto;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-line p {
  width: 0.13333333vw;
  height: 52px;
  background: #4e88c6;
  margin: 0 auto;
}
#cont .data-6 .data-6-con .data-6-boxs .data-6-line div {
  font-size: 3.2vw;
  font-weight: bold;
  color: #4e88c6;
}
#cont .data-6 .data-6-con .data-6-boxs .m0 {
  padding-top: 0;
}
#cont .data-6 .data-6-con .data-6-boxs .m0 p {
  height: 6.4vw;
}
#cont .data-6 .data-6-con .data-6-boxs .m40 {
  padding-top: 0;
}
#cont .data-6 .data-6-con .data-6-boxs .m40 p {
  height: 15.33333333vw;
}
#cont .data-6 .data-6-con .data-6-boxs .m60 {
  padding-top: 0;
}
#cont .data-6 .data-6-con .data-6-boxs .m60 p {
  height: 16vw;
}
#cont .data-6 .data-6-con .data-6-ps {
  width: 40vw;
  position: absolute;
  bottom: 2.66666667vw;
  left: 2.66666667vw;
}
#cont .data-6 .data-6-con .data-6-title {
  width: 38vw;
  position: absolute;
  bottom: 14.66666667vw;
  left: 45.33333333vw;
}
#cont .data-6 .data-6-con .data-6-btn {
  position: absolute;
  width: 50.66666667vw;
  height: 5.33333333vw;
  color: #fff;
  font-size: 3.2vw;
  text-align: center;
  border-radius: 5px;
  line-height: 5.06666667vw;
  font-weight: bold;
  background: #3d81c8;
  bottom: 6.66666667vw;
  left: 45.33333333vw;
}
#cont .data-6 .data-6-con .end-data {
  transform: scale(0.8);
  position: absolute;
  bottom: 29.33333333vw;
  right: 0;
  font-size: 3.2vw;
  color: #aaa;
}
#cont .data-6 .data-6-box {
  margin: 40px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#cont .data-6 .data-6-box .data-6-item {
  width: 380px;
  height: 160px;
  position: relative;
}
#cont .data-6 .data-6-box .data-6-item .data-6-con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#cont .data-6 .data-6-box .data-6-item .data-6-title {
  margin-top: 35px;
  font-size: 45px;
  color: #4e88c6;
  text-align: center;
  cursor: default;
}
#cont .data-6 .data-6-box .data-6-item .data-6-title-2 {
  margin-top: 50px;
  font-size: 45px;
  color: #4e88c6;
  text-align: center;
}
#cont .data-6 .data-6-box .data-6-item .data-6-title-2 span {
  display: block;
  font-size: 32px;
  color: #333;
  text-align: center;
  cursor: default;
}
#cont .data-6 .data-6-box .data-6-item .data-6-title-2 div {
  width: 120px;
  height: 25px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background: #4e88c6;
  line-height: 24px;
  border-radius: 5px;
  margin: 0 auto;
  cursor: default;
}
#cont .data-6 .data-6-box .data-6-item .data-6-text {
  font-size: 18px;
  color: #4e88c6;
  font-weight: bold;
  text-align: center;
  cursor: default;
}
#cont .data-6 .data-6-box .data-6-item .data-6-text-2 {
  display: table-cell;
  vertical-align: middle;
  width: 380px;
  height: 160px;
  font-size: 14px;
  color: #333;
  text-align: center;
  padding: 0 42px;
  cursor: default;
}
#cont .data-6 .data-6-bot {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 70px auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#cont .data-6 .data-6-bot .data-6-bot-item {
  width: 50%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
#cont .data-6 .data-6-bot .data-6-bot-item .data-6-quan {
  position: absolute;
  top: -30px;
  left: 0;
  width: 57px;
  height: 57px;
  color: #fff;
  text-align: center;
  line-height: 57px;
  font-size: 18px;
  cursor: default;
  background: url(../images/data-6-quan.png) no-repeat top center;
}
#cont .data-6 .data-6-bot .data-6-bot-item .data-6-bot-tit {
  width: 145px;
  margin-left: 35px;
}
#cont .data-6 .data-6-bot .data-6-bot-item .data-6-bot-tit .data-6-num {
  font-size: 40px;
  color: #4e88c6;
  text-align: center;
  margin-bottom: 15px;
  cursor: default;
}
#cont .data-6 .data-6-bot .data-6-bot-item .data-6-bot-tit .data-6-text {
  font-size: 18px;
  color: #333;
  text-align: center;
  cursor: default;
}
#cont .data-6 .data-6-bot .data-6-bot-item .lf90 {
  margin-left: 90px;
}
#cont .data-6 .data-6-bot .data-6-bot-item .lf60 {
  margin-left: 60px;
}
#cont .data-6 .data-6-bot .data-6-bot-item + .data-6-bot-item {
  border-left: 1px solid #4e88c6;
}
#cont .data-6 .data-6-bot .data-6-bot-item + .data-6-bot-item .data-6-quan {
  left: 30px;
}
#cont .data-6 .col {
  width: calc(25% - 2rem);
}
#cont .data-6 .co {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
#cont .data-6 .front,
#cont .data-6 .back {
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-height: 160px;
  height: auto;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
}
#cont .data-6 .back {
  background: #dfe9f6;
  background: -webkit-linear-gradient(45deg, #f3f7f9 0%, #dfe9f6 100%);
  background: -o-linear-gradient(45deg, #f3f7f9 0%, #dfe9f6 100%);
  background: linear-gradient(45deg, #f3f7f9 0%, #dfe9f6 100%);
}
#cont .data-6 .front:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
}
#cont .data-6 .co:hover .front,
#cont .data-6 .co:hover .back {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
#cont .data-6 .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#cont .data-6 .inner {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
}
#cont .data-6 .co .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#cont .data-6 .co .front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background: url(../images/data-6-bg.png) no-repeat bottom center;
  background-size: 100% 100%;
}
#cont .data-6 .co:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#cont .data-6 .co:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#cont .data-7 {
  width: 100%;
}
#cont .data-7 .data-7-box {
  padding: 6.66666667vw 0 0;
}
#cont .data-7 .data-7-box .list-box {
  width: 94%;
  margin: 0 auto;
}
#cont .data-7 .data-7-box .list-box .list-item {
  width: 100%;
  height: 20vw;
  background: #f3f7f9;
  margin-bottom: 4vw;
  position: relative;
}
#cont .data-7 .data-7-box .list-box .list-item .list-img {
  width: 220px;
  height: 120px;
  float: left;
  overflow: hidden;
  position: relative;
}
#cont .data-7 .data-7-box .list-box .list-item .list-img > img {
  position: absolute;
  left: 50%;
  top: 0%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
  float: left;
  z-index: 2;
}
#cont .data-7 .data-7-box .list-box .list-item .list-img .default-img {
  z-index: 1;
}
#cont .data-7 .data-7-box .list-box .list-item .default-img {
  left: 0;
}
#cont .data-7 .data-7-box .list-box .list-item:hover {
  background: #eaf1f5;
}
#cont .data-7 .data-7-box .list-box .list-item:hover .triangle {
  border-left: 0 solid #e7e7e7;
  border-right: 14px solid #e7e7e7;
}
#cont .data-7 .data-7-box .list-box .list-item:hover .list-title {
  color: #000;
}
#cont .data-7 .data-7-box .list-box .list-item-con {
  width: 100%;
  height: 100%;
  padding: 3.33333333vw;
  position: relative;
}
#cont .data-7 .data-7-box .list-box .list-item-con .list-title {
  font-size: 3.2vw;
  transition: all 0.3s;
  padding-left: 1.33333333vw;
  border-left: 0.93333333vw solid #0bace9;
}
#cont .data-7 .data-7-box .list-box .list-item-con .list-title a {
  font-size: 3.2vw;
}
#cont .data-7 .data-7-box .list-box .list-item-con .list-title a:hover {
  color: #0a6ab6;
}
#cont .data-7 .data-7-box .list-box .list-item-con .list-from {
  position: absolute;
  left: 1.73333333vw;
  bottom: 3.33333333vw;
  transform: scale(0.8);
}
#cont .data-7 .data-7-box .list-box .list-item-con .list-from > span {
  font-size: 3.2vw;
  color: #555;
  margin-right: 10px;
}
#cont .data-7 .data-7-box .list-box .list-item-con .list-share {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#cont .data-7 .data-7-box .list-box .list-item-con .list-share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #bbb;
  margin-left: 10px;
  transition: all 0.3s;
}
#cont .data-7 .data-7-box .list-box .list-item-con .list-share a > img {
  width: 20px;
  height: 20px;
  margin-bottom: 1px;
}
#cont .data-7 .data-7-box .list-box .list-item-con .list-share .icon-sina img {
  width: 25px;
  height: 25px;
}
#cont .data-7 .data-7-box .list-box .list-item-con .list-share .icon-sina:hover {
  background: #cc2020;
}
#cont .data-7 .data-7-box .list-box .list-item-con .list-share .icon-qq:hover {
  background: #1374c7;
}
#cont .data-7 .data-7-box .list-box .list-item-con .list-share .icon-weixin {
  position: relative;
}
#cont .data-7 .data-7-box .list-box .list-item-con .list-share .icon-weixin:hover {
  background: #0f9850;
}
#cont .data-7 .data-7-box .list-box .list-item-con .list-share .icon-weixin:hover .wechat-qrcode {
  display: block;
  opacity: 1;
}
#cont .data-7 .data-7-box .list-box .list-item-con .list-share .wechat-qrcode {
  display: none;
  opacity: 0;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -200px;
  left: -56px;
  width: 142px;
  height: 190px;
  color: #666;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 0.4s;
  -webkit-tansition: all 0.4s;
  -moz-transition: all 0.4s;
}
#cont .data-7 .data-7-box .list-box .list-item-con .list-share .wechat-qrcode h4 {
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  background: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #333;
  text-align: center;
}
#cont .data-7 .data-7-box .list-box .list-item-con .list-share .wechat-qrcode .QRcode {
  width: 110px;
  margin: 7px auto;
}
#cont .data-7 .data-7-box .list-box .list-item-con .list-share .wechat-qrcode .QRcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
#cont .data-7 .data-7-box .list-box .list-item-con .list-share .wechat-qrcode p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #666;
}
#cont .data-7 .data-7-box .img-con {
  width: 94%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#cont .data-7 .data-7-box .img-con a {
  display: block;
  width: 49%;
}
#cont .data-7 .data-7-box .img-con a img {
  width: 100%;
}
