@charset "utf-8";
i {
  font-style: normal;
}
img {
  vertical-align: top;
}
@keyframes twomove {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes twomove {
  /* Firefox */
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes twomove {
  /* Safari 和 Chrome */
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes twomove {
  /* Opera */
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fourmove {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes fourmove {
  /* Firefox */
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fourmove {
  /* Safari 和 Chrome */
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes fourmove {
  /* Opera */
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.banner {
  width: 100%;
  box-sizing: border-box;
}
.banner a {
  display: block;
  width: 100%;
  min-width: 1200px;
  height: 600px;
  background-color: #39c7ff;
  box-sizing: border-box;
}
.title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 52px;
  padding-bottom: 52px;
  position: relative;
  box-sizing: border-box;
}
.title h3 {
  font-size: 44px;
  color: #1a1a1a;
  text-align: center;
  padding: 0px 50px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  box-sizing: border-box;
}
.title span {
  margin: auto;
  display: block;
  width: 60px;
  height: 4px;
  background-color: #ffc72a;
  margin-top: 18px;
  box-sizing: border-box;
}
.title p {
  font-size: 22px;
  color: #545454;
  text-align: center;
  padding-top: 10px;
  box-sizing: border-box;
}
.title::before {
  content: '';
  position: absolute;
  width: 1200px;
  height: 1px;
  background-color: #e6e6e6;
  top: 82px;
  left: 0;
  box-sizing: border-box;
}
.content-one {
  padding-top: 30px;
  box-sizing: border-box;
}
.content-one .one-title {
  margin: 0 auto;
  width: 279px;
  height: 44px;
  line-height: 40px;
  font-size: 24px;
  color: #545454;
  text-align: center;
  border: 1px solid #545454;
  position: relative;
  margin-bottom: 60px;
  box-sizing: border-box;
}
.content-one .one-title::before {
  content: '';
  width: 60px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -48px;
  background-color: #545454;
  box-sizing: border-box;
}
.content-one .one-title::after {
  content: '';
  width: 60px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -48px;
  background-color: #545454;
  box-sizing: border-box;
}
.content-one .one-top {
  padding-bottom: 86px;
}
.content-one .one-top ul {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.content-one .one-top ul li {
  width: 33.33333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.content-one .one-top ul li i {
  display: block;
  width: 160px;
  height: 160px;
  background-image: url(../images/conversion_icon.png);
  background-repeat: no-repeat;
  transition: .3s;
  box-sizing: border-box;
}
.content-one .one-top ul li p {
  font-size: 24px;
  color: #1A1A1A;
  padding-top: 36px;
  box-sizing: border-box;
}
.content-one .one-top ul li:hover i {
  transform: scale(1.1);
  box-sizing: border-box;
}
.content-one .one-bottom ul li {
  float: left;
  width: 160px;
  height: 50px;
  line-height: 48px;
  border: 1px dotted #545454;
  font-size: 16px;
  color: #545454;
  text-align: center;
  margin-right: 13px;
  margin-bottom: 30px;
  transition: .3s;
  box-sizing: border-box;
}
.content-one .one-bottom ul li:hover {
  border: 1px solid #01B7E6;
  color: #01B7E6;
  box-sizing: border-box;
}
.content-one .one-bottom ul li:nth-child(7n) {
  margin-right: 0;
  box-sizing: border-box;
}
.content-one .one-message {
  font-size: 18px;
  color: #F7AB00;
  padding-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.content-one .one-advice {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 28px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.content-one .one-advice p {
  width: 324px;
  height: 44px;
  line-height: 42px;
  border: 1px solid #999999;
  border-right: none;
  text-align: center;
  font-size: 22px;
  color: #999999;
  box-sizing: border-box;
}
.content-one .one-advice a {
  width: 170px;
  height: 44px;
  line-height: 42px;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  background-color: #01B7E6;
  box-sizing: border-box;
}
.content-two {
  padding-bottom: 20px;
  box-sizing: border-box;
}
.content-two ul li {
  float: left;
  width: 290px;
  height: 327px;
  margin-right: 13px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(26, 26, 26, 0.16);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  overflow: hidden;
  transition: .3s;
  box-sizing: border-box;
}
.content-two ul li h5 {
  width: 100%;
  height: 134px;
  background-color: #01b7e6;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.content-two ul li h5 i {
  display: block;
  width: 93px;
  height: 79px;
  background-image: url(../images/conversion_icon.png);
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.content-two ul li h4 {
  font-size: 24px;
  color: #1A1A1A;
  padding-top: 36px;
  box-sizing: border-box;
}
.content-two ul li p {
  font-size: 22px;
  color: #E60012;
  padding-top: 16px;
  box-sizing: border-box;
}
.content-two ul li a {
  display: block;
  width: 124px;
  height: 33px;
  line-height: 30px;
  border-radius: 33px;
  font-size: 16px;
  color: #999999;
  text-align: center;
  border: 1px solid #999999;
  margin-top: 26px;
  transition: .3s;
  box-sizing: border-box;
}
.content-two ul li a:hover {
  border-color: #E60012;
  color: #fff;
  background-color: #E60012;
  box-sizing: border-box;
}
.content-two ul li:nth-child(1) h5 {
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#F59B83', endColorStr='#E85A5C', gradientType='0');
  background: -moz-linear-gradient(top, #F59B83, #E85A5C);
  background: -o-linear-gradient(top, #F59B83, #E85A5C);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F59B83), to(#E85A5C));
  box-sizing: border-box;
}
.content-two ul li:nth-child(2) h5 {
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#4FD999', endColorStr='#3AB7B3', gradientType='0');
  background: -moz-linear-gradient(top, #4FD999, #3AB7B3);
  background: -o-linear-gradient(top, #4FD999, #3AB7B3);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4FD999), to(#3AB7B3));
  box-sizing: border-box;
}
.content-two ul li:nth-child(3) h5 {
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#F5A131', endColorStr='#F08C24', gradientType='0');
  background: -moz-linear-gradient(top, #F5A131, #F08C24);
  background: -o-linear-gradient(top, #F5A131, #F08C24);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5A131), to(#F08C24));
  box-sizing: border-box;
}
.content-two ul li:nth-child(4) h5 {
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#2499F1', endColorStr='#6671DC', gradientType='0');
  background: -moz-linear-gradient(top, #2499F1, #6671DC);
  background: -o-linear-gradient(top, #2499F1, #6671DC);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2499F1), to(#6671DC));
  box-sizing: border-box;
}
.content-two ul li:nth-child(5) h5 {
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#6EC0FF', endColorStr='#2699FF', gradientType='0');
  background: -moz-linear-gradient(top, #6EC0FF, #2699FF);
  background: -o-linear-gradient(top, #6EC0FF, #2699FF);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6EC0FF), to(#2699FF));
  box-sizing: border-box;
}
.content-two ul li:nth-child(6) h5 {
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#F5A131', endColorStr='#F08C24', gradientType='0');
  background: -moz-linear-gradient(top, #F5A131, #F08C24);
  background: -o-linear-gradient(top, #F5A131, #F08C24);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5A131), to(#F08C24));
  box-sizing: border-box;
}
.content-two ul li:nth-child(7) h5 {
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#599EFF', endColorStr='#535BFF', gradientType='0');
  background: -moz-linear-gradient(top, #599EFF, #535BFF);
  background: -o-linear-gradient(top, #599EFF, #535BFF);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#599EFF), to(#535BFF));
  box-sizing: border-box;
}
.content-two ul li:nth-child(8) h5 {
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#F59B83', endColorStr='#E85A5C', gradientType='0');
  background: -moz-linear-gradient(top, #F59B83, #E85A5C);
  background: -o-linear-gradient(top, #F59B83, #E85A5C);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F59B83), to(#E85A5C));
  box-sizing: border-box;
}
.content-two ul li:hover {
  box-shadow: 0px 0px 14px rgba(26, 26, 26, 0.16);
  box-sizing: border-box;
}
.content-two ul li:nth-child(4n) {
  margin-right: 0;
  box-sizing: border-box;
}
.content-three {
  height: 518px;
  box-sizing: border-box;
}
.content-three .title h3 {
  color: #fff;
  background-color: transparent;
  box-sizing: border-box;
}
.content-three .title p {
  color: #fff;
  box-sizing: border-box;
}
.content-three .title::before {
  content: '';
  position: absolute;
  width: 374px;
  height: 1px;
  background-color: #e6e6e6;
  top: 82px;
  left: 0;
  box-sizing: border-box;
}
.content-three .title::after {
  content: '';
  position: absolute;
  width: 374px;
  height: 1px;
  background-color: #e6e6e6;
  top: 82px;
  right: 0;
  box-sizing: border-box;
}
.content-three .cause-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 100px;
  box-sizing: border-box;
}
.content-three .cause-box ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 16px;
  box-sizing: border-box;
}
.content-three .cause-box ul li span {
  font-size: 26px;
  color: #faff00;
  box-sizing: border-box;
}
.content-three .cause-box ul li p {
  font-size: 22px;
  color: #ffffff;
  box-sizing: border-box;
}
.content-three .cause-box div {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.content-three .cause-box div a {
  width: 216px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #3556ff;
  text-align: center;
  border-radius: 6px;
  background-color: #fdd000;
  margin-top: 34px;
  box-sizing: border-box;
}
.content-four {
  background-color: #FCFCFC;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.content-four .title h3 {
  color: #000000;
  background-color: transparent;
  box-sizing: border-box;
}
.content-four .title p {
  color: #fff;
  box-sizing: border-box;
}
.content-four .title::before {
  content: '';
  position: absolute;
  width: 440px;
  height: 1px;
  background-color: #e6e6e6;
  top: 82px;
  left: 0;
  box-sizing: border-box;
}
.content-four .title::after {
  content: '';
  position: absolute;
  width: 440px;
  height: 1px;
  background-color: #e6e6e6;
  top: 82px;
  right: 0;
  box-sizing: border-box;
}
.content-four ul {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.content-four ul li {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.content-four ul li i {
  display: block;
  width: 170px;
  height: 170px;
  background-image: url(../images/conversion_icon.png);
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.content-four ul li p {
  font-size: 22px;
  color: #1A1A1A;
  text-align: center;
  padding-top: 36px;
  line-height: 33px;
  box-sizing: border-box;
}
.content-four ul li p span {
  font-size: 18px;
  box-sizing: border-box;
}
.content-four ul li:hover i {
  animation: fourmove .6s ease 0s 1;
  -webkit-animation: fourmove .6s ease 0s 1;
  -moz-animation: fourmove .6s ease 0s 1;
  -o-animation: fourmove .6s ease 0s 1;
  box-sizing: border-box;
}
.content-four .four-message {
  font-size: 20px;
  color: #E60012;
  padding-top: 54px;
  text-align: center;
  box-sizing: border-box;
}
.content-four .four-advice {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 28px;
  box-sizing: border-box;
}
.content-four .four-advice p {
  width: 324px;
  height: 44px;
  line-height: 42px;
  border: 1px solid #999999;
  border-right: none;
  text-align: center;
  font-size: 22px;
  color: #999999;
  box-sizing: border-box;
}
.content-four .four-advice a {
  width: 170px;
  height: 44px;
  line-height: 42px;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  background-color: #01B7E6;
  box-sizing: border-box;
}
.content-five img {
  margin: 0 auto;
  margin-bottom: 70px;
  box-sizing: border-box;
}
.content-six {
  height: 785px;
  box-sizing: border-box;
}
.content-six .title h3 {
  color: #fff;
  background-color: transparent;
  box-sizing: border-box;
}
.content-six .title p {
  color: #fff;
  box-sizing: border-box;
}
.content-six .title::before {
  content: '';
  position: absolute;
  width: 462px;
  height: 1px;
  background-color: #e6e6e6;
  top: 82px;
  left: 0;
  box-sizing: border-box;
}
.content-six .title::after {
  content: '';
  position: absolute;
  width: 462px;
  height: 1px;
  background-color: #e6e6e6;
  top: 82px;
  right: 0;
  box-sizing: border-box;
}
.content-six ul li {
  float: left;
  width: 570px;
  height: 252px;
  margin-right: 60px;
  margin-bottom: 37px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  box-sizing: border-box;
}
.content-six ul li i {
  font-size: 26px;
  color: #1A1A1A;
  margin-top: -8px;
  box-sizing: border-box;
}
.content-six ul li h4 {
  font-size: 26px;
  color: #1A1A1A;
  padding-top: 16px;
  box-sizing: border-box;
}
.content-six ul li span {
  width: 100px;
  height: 2px;
  margin-top: 16px;
  transition: .3s;
  box-sizing: border-box;
}
.content-six ul li p {
  line-height: 24px;
  font-size: 16px;
  color: #545454;
  padding-top: 26px;
  box-sizing: border-box;
}
.content-six ul li:nth-child(1) span {
  background-color: #EF7E72;
  box-sizing: border-box;
}
.content-six ul li:nth-child(2) span {
  background-color: #43C5A8;
  box-sizing: border-box;
}
.content-six ul li:nth-child(3) span {
  background-color: #0AB0EF;
  box-sizing: border-box;
}
.content-six ul li:nth-child(4) span {
  background-color: #C087FE;
  box-sizing: border-box;
}
.content-six ul li:hover span {
  width: 300px;
  box-sizing: border-box;
}
.content-six ul li:nth-child(2n) {
  margin-right: 0px;
  box-sizing: border-box;
}
.content-seven .title {
  margin-bottom: 50px;
  box-sizing: border-box;
}
.content-seven ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
}
.content-seven ul li {
  width: 194px;
  height: 194px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: .3s;
  box-sizing: border-box;
}
.content-seven ul li .rotate-box {
  width: 194px;
  height: 194px;
  border: 1px solid #0AB0EF;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.content-seven ul li .rotate-box div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.content-seven ul li .rotate-box div i {
  font-size: 44px;
  color: #0AB0EF;
  position: relative;
  margin-top: 24px;
  box-sizing: border-box;
}
.content-seven ul li .rotate-box div i::before {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #CCCCCC;
  position: absolute;
  bottom: 0px;
  left: 6px;
  box-sizing: border-box;
}
.content-seven ul li .rotate-box div p {
  max-width: 160px;
  font-size: 20px;
  color: #0AB0EF;
  padding-top: 16px;
  text-align: center;
  box-sizing: border-box;
}
.content-seven ul li:hover {
  transform: translateY(-20px);
  box-sizing: border-box;
}
.content-seven .seven-bottom {
  margin: 0 auto;
  width: 864px;
  margin-bottom: 100px;
  box-sizing: border-box;
}
