@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 fivemove {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes fivemove {
  /* Firefox */
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fivemove {
  /* Safari 和 Chrome */
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes fivemove {
  /* 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 ul {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.content-one ul li {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  box-sizing: border-box;
}
.content-one ul li i {
  display: inline-block;
  width: 117px;
  height: 131px;
  background-image: url(../images/copyright_icon.png);
  background-repeat: no-repeat;
  margin-bottom: 46px;
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
  box-sizing: border-box;
}
.content-one ul li p {
  font-size: 24px;
  color: #1A1A1A;
  box-sizing: border-box;
}
.content-one ul li:hover i {
  transform: translate(0, -5px);
  box-sizing: border-box;
}
.content-one .one-message {
  padding-top: 46px;
  padding-bottom: 66px;
  line-height: 27px;
  font-size: 18px;
  color: #545454;
  box-sizing: border-box;
}
.content-one .one-message span {
  color: #2DABE3;
  box-sizing: border-box;
}
.content-two {
  height: 831px;
  box-sizing: border-box;
}
.content-two .title h3 {
  color: #1A1A1A;
  background-color: transparent;
  box-sizing: border-box;
}
.content-two .title::before {
  content: '';
  position: absolute;
  width: 286px;
  height: 1px;
  background-color: #B3B3B3;
  top: 82px;
  left: 0;
  box-sizing: border-box;
}
.content-two .title::after {
  content: '';
  position: absolute;
  width: 286px;
  height: 1px;
  background-color: #B3B3B3;
  top: 82px;
  right: 0;
  box-sizing: border-box;
}
.content-two ul li {
  width: 280px;
  height: 294px;
  float: left;
  background-color: #fff;
  margin-right: 26px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0px;
  border-radius: 6px;
  box-sizing: border-box;
}
.content-two ul li i {
  display: inline-block;
  width: 113px;
  height: 113px;
  background-image: url(../images/copyright_icon.png);
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.content-two ul li p {
  font-size: 24px;
  color: #1A1A1A;
  box-sizing: border-box;
}
.content-two ul li a {
  display: none;
  width: 114px;
  height: 29px;
  line-height: 26px;
  font-size: 18px;
  color: #fff;
  border-radius: 6px;
  border: 1px solid #fff;
  text-align: center;
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
  box-sizing: border-box;
}
.content-two ul li:nth-child(4n) {
  margin-right: 0;
  box-sizing: border-box;
}
.content-two ul li:hover {
  padding: 40px 0px;
  box-sizing: border-box;
}
.content-two ul li:hover p {
  padding-top: 10px;
  color: #fff;
  box-sizing: border-box;
}
.content-two ul li:hover a {
  display: block;
  animation: twomove 1s ease 0s 1;
  -webkit-animation: twomove 1s ease 0s 1;
  -moz-animation: twomove 1s ease 0s 1;
  -o-animation: twomove 1s ease 0s 1;
  box-sizing: border-box;
}
.content-two ul li:nth-child(1):hover {
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#e85a5c', endColorStr='#f59b83', gradientType='0');
  background: -moz-linear-gradient(top, #e85a5c, #f59b83);
  background: -o-linear-gradient(top, #e85a5c, #f59b83);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e85a5c), to(#f59b83));
  box-sizing: border-box;
}
.content-two ul li:nth-child(1):hover i {
  background-position: -99px -1795px !important;
  box-sizing: border-box;
}
.content-two ul li:nth-child(2):hover {
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#40a0f6', endColorStr='#26d1e7', gradientType='0');
  background: -moz-linear-gradient(top, #40a0f6, #26d1e7);
  background: -o-linear-gradient(top, #40a0f6, #26d1e7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#40a0f6), to(#26d1e7));
  box-sizing: border-box;
}
.content-two ul li:nth-child(2):hover i {
  background-position: -407px -1795px !important;
  box-sizing: border-box;
}
.content-two ul li:nth-child(3):hover {
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#3ab7b3', endColorStr='#4fd999', gradientType='0');
  background: -moz-linear-gradient(top, #3ab7b3, #4fd999);
  background: -o-linear-gradient(top, #3ab7b3, #4fd999);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3ab7b3), to(#4fd999));
  box-sizing: border-box;
}
.content-two ul li:nth-child(3):hover i {
  background-position: -712px -1795px !important;
  box-sizing: border-box;
}
.content-two ul li:nth-child(4):hover {
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#1e8bfb', endColorStr='#9e3dd2', gradientType='0');
  background: -moz-linear-gradient(top, #1e8bfb, #9e3dd2);
  background: -o-linear-gradient(top, #1e8bfb, #9e3dd2);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1e8bfb), to(#9e3dd2));
  box-sizing: border-box;
}
.content-two ul li:nth-child(4):hover i {
  background-position: -1020px -1795px !important;
  box-sizing: border-box;
}
.content-two ul li:nth-child(5):hover {
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#6671dc', endColorStr='#2499f1', gradientType='0');
  background: -moz-linear-gradient(top, #6671dc, #2499f1);
  background: -o-linear-gradient(top, #6671dc, #2499f1);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6671dc), to(#2499f1));
  box-sizing: border-box;
}
.content-two ul li:nth-child(5):hover i {
  background-position: -99px -2119px !important;
  box-sizing: border-box;
}
.content-two ul li:nth-child(6):hover {
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#cb9bf0', endColorStr='#aca3ef', gradientType='0');
  background: -moz-linear-gradient(top, #cb9bf0, #aca3ef);
  background: -o-linear-gradient(top, #cb9bf0, #aca3ef);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cb9bf0), to(#aca3ef));
  box-sizing: border-box;
}
.content-two ul li:nth-child(6):hover i {
  background-position: -406px -2119px !important;
  box-sizing: border-box;
}
.content-two ul li:nth-child(7):hover {
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f08c24', endColorStr='#f5a131', gradientType='0');
  background: -moz-linear-gradient(top, #f08c24, #f5a131);
  background: -o-linear-gradient(top, #f08c24, #f5a131);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f08c24), to(#f5a131));
  box-sizing: border-box;
}
.content-two ul li:nth-child(7):hover i {
  background-position: -712px -2119px !important;
  box-sizing: border-box;
}
.content-two ul li:nth-child(8):hover {
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#3ab7b3', endColorStr='#4fd999', gradientType='0');
  background: -moz-linear-gradient(top, #3ab7b3, #4fd999);
  background: -o-linear-gradient(top, #3ab7b3, #4fd999);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3ab7b3), to(#4fd999));
  box-sizing: border-box;
}
.content-two ul li:nth-child(8):hover i {
  background-position: -1019px -2119px !important;
  box-sizing: border-box;
}
.content-three ul {
  display: flex;
  flex-direction: row;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.content-three ul li {
  width: 20%;
  height: 264px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2px 22px;
  position: relative;
  box-sizing: border-box;
}
.content-three ul li i {
  width: 96px;
  height: 90px;
  background-image: url(../images/copyright_icon.png);
  background-repeat: no-repeat;
  transition: .3s;
  box-sizing: border-box;
}
.content-three ul li h4 {
  font-size: 30px;
  color: #1A1A1A;
  padding-top: 38px;
  box-sizing: border-box;
}
.content-three ul li p {
  line-height: 21px;
  font-size: 14px;
  color: #545454;
  padding-top: 26px;
  box-sizing: border-box;
}
.content-three ul li::after {
  content: '';
  width: 1px;
  height: 164px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #E6E6E6;
  box-sizing: border-box;
}
.content-three ul li:last-child::after {
  display: none;
  box-sizing: border-box;
}
.content-three ul li:hover i {
  transform: scale(1.2);
  box-sizing: border-box;
}
.content-four {
  height: 518px;
  box-sizing: border-box;
}
.content-four .title h3 {
  color: #fff;
  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: 374px;
  height: 1px;
  background-color: #E6E6E6;
  top: 82px;
  left: 0;
  box-sizing: border-box;
}
.content-four .title::after {
  content: '';
  position: absolute;
  width: 374px;
  height: 1px;
  background-color: #E6E6E6;
  top: 82px;
  right: 0;
  box-sizing: border-box;
}
.content-four .cause-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 100px;
  box-sizing: border-box;
}
.content-four .cause-box ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 16px;
  box-sizing: border-box;
}
.content-four .cause-box ul li span {
  font-size: 26px;
  color: #FAFF00;
  box-sizing: border-box;
}
.content-four .cause-box ul li p {
  font-size: 22px;
  color: #FFFFFF;
  box-sizing: border-box;
}
.content-four .cause-box div {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.content-four .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-five ul {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.content-five ul li {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
.content-five ul li i {
  display: block;
  width: 120px;
  height: 120px;
  background-image: url(../images/copyright_icon.png);
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.content-five ul li h4 {
  font-size: 30px;
  color: #1A1A1A;
  padding-top: 26px;
  padding-bottom: 46px;
  box-sizing: border-box;
}
.content-five ul li p {
  width: 240px;
  height: 38px;
  line-height: 38px;
  font-size: 20px;
  color: #1A1A1A;
  position: relative;
  box-sizing: border-box;
}
.content-five ul li p:before {
  content: '';
  position: absolute;
  top: 15px;
  left: -20px;
  width: 10px;
  height: 10px;
  background-color: #01B7E6;
  border-radius: 50%;
  box-sizing: border-box;
}
.content-five ul li:first-child::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 0px;
  height: 350px;
  border-right: 1px dotted #999999;
  box-sizing: border-box;
}
.content-five ul li:hover i {
  animation: fivemove .6s ease 0s 1;
  -webkit-animation: fivemove .6s ease 0s 1;
  -moz-animation: fivemove .6s ease 0s 1;
  -o-animation: fivemove .6s ease 0s 1;
  box-sizing: border-box;
}
.content-five .five-message {
  font-size: 16px;
  color: #545454;
  padding-top: 50px;
  text-align: center;
  box-sizing: border-box;
}
.content-five .five-message span {
  color: #E60012;
  box-sizing: border-box;
}
.content-five a {
  margin: 0 auto;
  display: block;
  width: 204px;
  height: 42px;
  line-height: 38px;
  background-color: #E60012;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 4px;
  margin-top: 16px;
  margin-bottom: 60px;
  box-sizing: border-box;
}
.content-six {
  height: 734px;
  box-sizing: border-box;
}
.content-six .title {
  padding-bottom: 16px;
  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: 352px;
  height: 1px;
  background-color: #E6E6E6;
  top: 82px;
  left: 0;
  box-sizing: border-box;
}
.content-six .title::after {
  content: '';
  position: absolute;
  width: 352px;
  height: 1px;
  background-color: #E6E6E6;
  top: 82px;
  right: 0;
  box-sizing: border-box;
}
.content-six ul {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.content-six ul li {
  width: 20%;
  height: 154px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.content-six ul li p {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.content-six ul li h4 {
  font-size: 28px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.content-six ul li i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #fff;
  font-size: 24px;
  color: #000000;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.content-six ul li:hover i::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.5);
  border-radius: 50%;
  box-sizing: border-box;
}
.content-six ul li:hover h4 {
  color: #ffc72a;
  box-sizing: border-box;
}
.content-six ul li:nth-child(1) {
  margin-top: 232px;
  box-sizing: border-box;
}
.content-six ul li:nth-child(1) i::after {
  content: '';
  position: absolute;
  top: -19px;
  left: 24px;
  width: 126px;
  height: 1px;
  background-color: #fff;
  transform: rotate(-35deg);
  z-index: -1;
  box-sizing: border-box;
}
.content-six ul li:nth-child(2) {
  margin-top: 177px;
  box-sizing: border-box;
}
.content-six ul li:nth-child(2) i::after {
  content: '';
  position: absolute;
  top: 17.5px;
  left: -102px;
  width: 240px;
  height: 1px;
  background-color: #fff;
  z-index: -1;
  box-sizing: border-box;
}
.content-six ul li:nth-child(3) {
  margin-top: 105px;
  box-sizing: border-box;
}
.content-six ul li:nth-child(3) i::after {
  content: '';
  position: absolute;
  top: 17.5px;
  left: -114px;
  width: 264px;
  height: 1px;
  background-color: #fff;
  transform: rotate(-24.5deg);
  z-index: -1;
  box-sizing: border-box;
}
.content-six ul li:nth-child(4) {
  margin-top: 67px;
  box-sizing: border-box;
}
.content-six ul li:nth-child(4) i::after {
  content: '';
  position: absolute;
  top: 17.5px;
  left: -102px;
  width: 240px;
  height: 1px;
  background-color: #fff;
  z-index: -1;
  box-sizing: border-box;
}
.content-six ul li:nth-child(5) i::after {
  content: '';
  position: absolute;
  top: 42px;
  right: 24px;
  width: 120px;
  height: 1px;
  background-color: #fff;
  transform: rotate(-25deg);
  z-index: -1;
  box-sizing: border-box;
}
.content-six .advisory {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 50px;
  box-sizing: border-box;
}
.content-six .advisory p {
  width: 389px;
  height: 53px;
  line-height: 48px;
  font-size: 28px;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
  box-sizing: border-box;
}
.content-six .advisory a {
  display: block;
  width: 208px;
  height: 53px;
  line-height: 50px;
  background-color: #E60012;
  font-size: 28px;
  color: #fff;
  text-align: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  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: 580px;
  height: 456px;
  border: 1px solid #E6E6E6;
  box-shadow: 0px 0px 0px rgba(78, 78, 78, 0.1);
  border-radius: 10px;
  padding: 50px 80px;
  padding-right: 60px;
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  box-sizing: border-box;
}
.content-seven ul li h4 {
  font-size: 30px;
  color: #1A1A1A;
  padding-bottom: 40px;
  text-align: center;
  box-sizing: border-box;
}
.content-seven ul li h4 span {
  color: #01B7E6;
  box-sizing: border-box;
}
.content-seven ul li p {
  font-size: 18px;
  line-height: 27px;
  color: #545454;
  padding-top: 8px;
  position: relative;
  box-sizing: border-box;
}
.content-seven ul li p::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 17px;
  left: -20px;
  background-color: #01B7E6;
  border-radius: 50%;
  box-sizing: border-box;
}
.content-seven ul li:hover {
  box-shadow: 0px 3px 30px rgba(78, 78, 78, 0.1);
  box-sizing: border-box;
}
.content-eight ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.content-eight ul li {
  width: 380px;
  height: 267px;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  position: relative;
  padding: 80px 54px 0px;
  box-sizing: border-box;
}
.content-eight ul li i {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  font-size: 22px;
  color: #FFFFFF;
  padding-top: 8px;
  padding-left: 14px;
  box-sizing: border-box;
  box-sizing: border-box;
}
.content-eight ul li p {
  line-height: 27px;
  font-size: 22px;
  color: #1A1A1A;
  box-sizing: border-box;
}
.content-eight ul li a {
  margin: 0 auto;
  display: block;
  width: 180px;
  height: 35px;
  line-height: 32px;
  border: 1px solid #F5A131;
  color: #F5A131;
  border-radius: 6px;
  text-align: center;
  font-size: 18px;
  margin-top: 54px;
  box-sizing: border-box;
}
.content-eight ul li a:hover {
  background-color: #E60012;
  border-color: #E60012;
  color: #fff;
  box-sizing: border-box;
}
