a,
img {
  display: block;
}
.offcn_copyright a,
.offcn_copyright img {
  display: inline;
}
.bg {
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
.xbg {
  background-repeat: no-repeat;
  background-size: cover;
}
.wh-100 {
  width: 100%;
  height: 100%;
}
.bold {
  font-weight: bold;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.part {
  padding-bottom: 50px;
}
.index-title {
  padding: 70px 0 35px 0;
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.index-title .title-cont {
  display: inline-block;
  position: relative;
  line-height: 1;
  font-weight: bold;
  font-size: 42px;
  color: #333;
}
.index-title .title-cont span {
  color: #3FA595;
}
.index-title .title-cont::before,
.index-title .title-cont::after {
  position: absolute;
  content: '';
  background-size: cover;
}
.index-title .title-cont::before {
  top: -16px;
  left: -59px;
  width: 88px;
  height: 58px;
  background-image: url(../image/index-title-left.png);
}
.index-title .title-cont::after {
  top: -3px;
  right: -66px;
  width: 51px;
  height: 35px;
  background-image: url(../image/index-title-right.png);
}
.index-title .desc {
  margin-top: 13px;
  line-height: 1;
  font-size: 22px;
  color: #333;
}
.index-title::before {
  position: absolute;
  top: 49px;
  left: 50%;
  content: '';
  width: 495px;
  height: 31px;
  background-image: url(../image/index-title-top.png);
  background-size: cover;
  transform: translateX(-50%);
}
.index-title.flip .title-cont::before {
  top: -3px;
  left: -62px;
  height: 55px;
  background-image: url(../image/index-title-left-flip.png);
}
.index-button {
  margin: 36px auto 0;
  display: block;
  width: 410px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  background: linear-gradient(0deg, #3FA595 0%, #3FA595 100%);
  border-radius: 28px;
}
.index-button:hover {
  background: linear-gradient(0deg, #FFB830 0%, #FFC75D 100%);
}
.banner {
  height: 600px;
  background-image: url(../image/banner-bg.jpg);
}
.banner .inner {
  padding-top: 81px;
}
.banner .banner-top {
  padding-left: 150px;
  position: relative;
  width: 560px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #1FB4F8;
  background: #C8EAFE;
  box-shadow: 0 3px 9px 1px rgba(31, 180, 248, 0.3);
  border-radius: 10px;
}
.banner .banner-top span {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 60px;
  color: #fff;
  background: #1FB4F8;
  border-radius: 10px 0 30px 10px;
}
.banner .banner-top span::after {
  position: absolute;
  top: 5px;
  right: 5px;
  content: '';
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 50%;
}
.banner .banner-title {
  margin-top: 85px;
  width: 815px;
  height: 192px;
  background-image: url(../image/banner-title.png);
  background-size: cover;
}
.banner .banner-ul {
  margin-top: 14px;
  padding: 0 30px;
  align-items: center;
  width: 812px;
  height: 60px;
  background-image: url(../image/banner-ul-bg.png);
  background-size: cover;
}
.banner .banner-ul .li {
  padding-left: 38px;
  line-height: 30px;
  font-weight: bold;
  font-size: 26px;
  color: #333;
  background-image: url(../image/banner-icon-yes.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left center;
}
.part-1 .part1-wrapper {
  width: 100%;
}
.part-1 .part1-wrapper .part1-cont {
  width: 585px;
}
.part-1 .part1-wrapper .part1-cont .cont-box {
  position: relative;
  width: 100%;
  height: 496px;
  background: #FFFFFF;
  border: 1px solid #1FB4F8;
  border-radius: 10px;
  box-sizing: border-box;
}
.part-1 .part1-wrapper .part1-cont .cont-box::before {
  position: absolute;
  top: 72px;
  left: 20px;
  content: '';
  width: 38px;
  height: 402px;
  background-size: cover;
}
.part-1 .part1-wrapper .part1-cont .cont-box .cont-title {
  position: relative;
  width: 585px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  background: #1FB4F8;
  border-radius: 10px 10px 0 0;
}
.part-1 .part1-wrapper .part1-cont .cont-box .cont-title::before {
  position: absolute;
  top: 50%;
  left: 20px;
  content: '';
  width: 76px;
  height: 16px;
  background-image: url(../image/part1-circle-menu.png);
  background-size: cover;
  transform: translateY(-50%);
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul {
  padding: 20px 20px 0 78px;
  width: 100%;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul .li {
  margin-top: 21px;
  background: #FFFFFF;
  box-shadow: 0 0 9px 1px rgba(215, 215, 215, 0.45);
  border-radius: 6px;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul .li:first-child {
  margin-top: 0;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li {
  padding: 8px 20px 0;
  width: 232px;
  height: 184px;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li:first-child {
  width: 100%;
  height: 197px;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .li-title {
  display: flex;
  align-items: center;
  height: 46px;
  border-bottom: 1px solid #E4F7FF;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .li-title .text {
  flex: 1;
  font-weight: bold;
  font-size: 20px;
  color: #1FB4F8;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .li-title .more {
  font-size: 16px;
  color: #666;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .li-cont {
  margin-top: 20px;
  display: flex;
  width: 100%;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .chart-1 {
  position: relative;
  flex: 1;
  display: flex;
  align-items: flex-end;
  background-image: url(../image/part1-left-chart.png);
  background-repeat: no-repeat;
  background-size: 242px;
  background-position: 36px 11px;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .chart-1 .ol {
  width: 84px;
  text-align: center;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .chart-1 .ol .text {
  line-height: 25px;
  font-size: 14px;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .chart-1 .ol .text.big {
  line-height: 1;
  font-size: 16px;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .chart-1 .ol .text.blue {
  font-weight: bold;
  color: #1FB4F8;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .chart-1 .ol .text.big-1 {
  margin-bottom: 15px;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .chart-1 .ol .text.big-2 {
  margin-bottom: 27px;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .chart-1 .ol .text.big-3 {
  margin-bottom: 65px;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .chart-1 .ol:first-child {
  padding-bottom: 15px;
  width: 36px;
  text-align: left;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .chart-1 .num {
  padding-left: 12px;
  position: absolute;
  top: 38px;
  left: 241px;
  line-height: 24px;
  font-weight: bold;
  font-size: 16px;
  color: #FF7430;
  background-image: url(../image/icon-arrow-red.png);
  background-repeat: no-repeat;
  background-size: 8px;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .chart-desc {
  padding-top: 18px;
  width: 149px;
  height: 103px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #666;
  background: #ECF9FF;
  border-radius: 6px;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .chart-desc span {
  color: #1FB4F8;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .chart-2 {
  margin-top: 15px;
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .chart-2 .ol {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .chart-2 .ol::after {
  position: absolute;
  bottom: 23px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #E0E0E0;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .chart-2 .ol .text {
  line-height: 1;
  font-size: 16px;
  color: #666;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .chart-2 .ol .text.red {
  color: #FF7430;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .chart-2 .ol .box {
  margin: 8px 0;
  width: 24px;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .chart-2 .ol:nth-child(1) .box {
  height: 19px;
  background: #ECF9FF;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .chart-2 .ol:nth-child(2) .box {
  height: 31px;
  background: #C4ECFF;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .chart-2 .ol:nth-child(3) .box {
  height: 48px;
  background: #FF7430;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .balance-wrapper {
  margin: 10px 0 0 6px;
  position: relative;
  width: 171px;
  height: 101px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .balance-wrapper .img {
  width: 171px;
  height: 101px;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .balance-wrapper::before {
  position: absolute;
  top: 37px;
  left: 0;
  content: '10';
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-1 .li .balance-wrapper::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '1';
  width: 27px;
  height: 27px;
  line-height: 27px;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-2 .li {
  padding: 0 24px 0 28px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  width: 487px;
  height: 120px;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-2 .li::after {
  position: absolute;
  right: 18px;
  bottom: 14px;
  line-height: 1;
  font-weight: bold;
  font-size: 32px;
  color: #1FB4F8;
  opacity: 0.25;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-2 .li .icon {
  width: 76px;
  height: 76px;
  background: linear-gradient(0deg, #1FB4F8 0%, #72D3FF 100%);
  border-radius: 50%;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-2 .li .icon .img {
  width: 36px;
  height: 36px;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-2 .li .desc {
  flex: 1;
  padding-left: 14px;
  line-height: 34px;
  font-size: 18px;
  color: #666;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-2 .li:nth-child(even) {
  box-shadow: 0 0 9px 1px rgba(215, 215, 215, 0.45);
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-2 .li:nth-child(even) .icon {
  background: linear-gradient(0deg, #FFB830 0%, #FFD991 100%);
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-2 .li:nth-child(even)::after,
.part-1 .part1-wrapper .part1-cont .cont-box .ul-2 .li:nth-child(even) .desc span {
  color: #FFB830;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-2 .li:nth-child(1)::after {
  content: '01';
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-2 .li:nth-child(1) .icon .img {
  width: 28px;
  height: 42px;
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-2 .li:nth-child(2)::after {
  content: '02';
}
.part-1 .part1-wrapper .part1-cont .cont-box .ul-2 .li:nth-child(3)::after {
  content: '03';
}
.part-1 .part1-wrapper .part1-cont:nth-child(1) .cont-box::before {
  background-image: url(../image/part1-left-menu.png);
}
.part-1 .part1-wrapper .part1-cont:nth-child(1) .index-button:hover {
  background: linear-gradient(0deg, #1FB4F8 0%, #66CFFF 100%);
}
.part-1 .part1-wrapper .part1-cont:nth-child(2) .cont-box::before {
  background-image: url(../image/part1-right-menu.png);
}
.part-1 .part1-wrapper .part1-cont:nth-child(2) .index-button {
  background: linear-gradient(0deg, #FFB830 0%, #FFC75D 100%);
}
.part-2 {
  display: flex;
  align-items: center;
  height: 214px;
  background-image: url(https://sy.xhd.cn/topic/2023xnb/static/image/part2-bg.jpg);
  background-size: cover;
}
.part-2 .part2-wrapper {
  height: 133px;
}
.part-2 .part2-wrapper .li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 276px;
  height: 52px;
  font-size: 20px;
  color: #666;
  background: #FFFFFF;
  border-radius: 26px;
}
.part-2 .part2-wrapper .li:hover {
  font-weight: bold;
  color: #1FB4F8;
  box-shadow: 0 0 9px 1px rgba(0, 149, 217, 0.45);
  transform: translateY(-10px);
}
.part-2 .part2-wrapper .li::before {
  margin-right: 11px;
  display: block;
  content: '';
  width: 28px;
  height: 28px;
  background-size: cover;
}
.part-2 .part2-wrapper .li:nth-child(1)::before {
  background-image: url(../image/part2-icon-1.png);
}
.part-2 .part2-wrapper .li:nth-child(2)::before {
  background-image: url(../image/part2-icon-2.png);
}
.part-2 .part2-wrapper .li:nth-child(3)::before {
  background-image: url(../image/part2-icon-3.png);
}
.part-2 .part2-wrapper .li:nth-child(4)::before {
  background-image: url(../image/part2-icon-4.png);
}
.part-2 .part2-wrapper .li:nth-child(5)::before {
  background-image: url(../image/part2-icon-5.png);
}
.part-2 .part2-wrapper .li:nth-child(6)::before {
  background-image: url(../image/part2-icon-6.png);
}
.part-2 .part2-wrapper .li:nth-child(7)::before {
  background-image: url(../image/part2-icon-7.png);
}
.part-2 .part2-wrapper .li:nth-child(8)::before {
  background-image: url(../image/part2-icon-8.png);
}
.part-3 {
  background-color: #EDF5E8;
}
.part-3 .part3-cont {
  align-items: center;
  position: relative;
  width: 100%;
  height: 216px;
  text-align: center;
  font-size: 18px;
  color: #666;
  background: #FFFFFF;
  box-shadow: 3px 0 7px 1px rgba(158, 226, 255, 0.45);
  border-radius: 0 10px 10px 0;
}
.part-3 .part3-cont .blue-item {
  padding-top: 20px;
  position: absolute;
  bottom: 0;
  width: 356px;
  height: 236px;
  background-size: cover;
}
.part-3 .part3-cont .blue-item .img {
  width: 296px;
  height: 154px;
  background: #F2FBFF;
  border: 2px solid #FFFFFF;
  border-radius: 6px;
  box-sizing: border-box;
}
.part-3 .part3-cont .blue-item .text {
  margin-top: 18px;
  position: relative;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.part-3 .part3-cont .blue-item .text::before {
  position: absolute;
  top: 50%;
  content: '';
  width: 42px;
  height: 8px;

  background-size: cover;
  transform: translateY(-50%);
}
.part-3 .part3-cont.cont-1 {
  margin-top: 35px;
  padding: 0 22px 0 358px;
}
.part-3 .part3-cont.cont-1 .item {
  width: 261px;
}
.part-3 .part3-cont.cont-1 .item .img {
  width: 261px;
  height: 136px;
}
.part-3 .part3-cont.cont-1 .item .text {
  margin-top: 14px;
  line-height: 1;
}
.part-3 .part3-cont.cont-1 .item .text span {
  font-weight: bold;
  color: #22B5F9;
}
.part-3 .part3-cont.cont-1 .blue-item {
  padding-right: 20px;
  left: 0;
  background-image: url(../image/part3-blue-left.png);
}
.part-3 .part3-cont.cont-1 .blue-item .text::before {
  right: 43px;
}
.part-3 .part3-cont.cont-2 {
  margin-top: 50px;
  padding: 0 358px 0 22px;
}
.part-3 .part3-cont.cont-2 .item {
  padding-top: 34px;
  position: relative;
  width: 183px;
}
.part-3 .part3-cont.cont-2 .item .icon-text {
  position: absolute;
  top: 0;
  left: 50%;
  width: 67px;
  height: 67px;
  line-height: 63px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.part-3 .part3-cont.cont-2 .item .text {
  padding-top: 47px;
  position: relative;
  width: 100%;
  height: 136px;
  line-height: 32px;
  border-radius: 6px;
}
.part-3 .part3-cont.cont-2 .item .text::after {
  position: absolute;
  top: 50%;
  right: -18px;
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: translateY(-50%);
}
.part-3 .part3-cont.cont-2 .item:nth-child(odd) .icon-text {
  background: #23B7F8;
}
.part-3 .part3-cont.cont-2 .item:nth-child(odd) .text {
  background: #ECF9FF;
}
.part-3 .part3-cont.cont-2 .item:nth-child(odd) .text::after {
  border-left: 18px solid #ECF9FF;
}
.part-3 .part3-cont.cont-2 .item:nth-child(even) .icon-text {
  background: #FFB830;
}
.part-3 .part3-cont.cont-2 .item:nth-child(even) .text {
  background: #FFF7E9;
}
.part-3 .part3-cont.cont-2 .item:nth-child(even) .text::after {
  border-left: 18px solid #FFF7E9;
}
.part-3 .part3-cont.cont-2 .blue-item {
  padding-left: 20px;
  right: 0;
  background-image: url(../image/part3-blue-right.png);
}
.part-3 .part3-cont.cont-2 .blue-item .text::before {
  left: 28px;
  transform: rotate(180deg) translateY(50%);
}
.part-4 .part4-wrapper {
  width: 100%;
  height: 620px;
}
.part-4 .part4-wrapper .item {
  padding-bottom: 29px;
  position: relative;
  width: 380px;
  height: 295px;
  font-size: 16px;
  color: #666;
  background: #FFFFFF;
  box-shadow: 0 3px 7px 1px rgba(215, 215, 215, 0.45);
  border-radius: 10px;
}
.part-4 .part4-wrapper .item .item-title {
  display: flex;
  position: relative;
  width: 100%;
  height: 52px;
  line-height: 52px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.part-4 .part4-wrapper .item .item-title .num {
  position: relative;
  width: 64px;
  text-align: center;
  font-size: 26px;
  z-index: 3;
}
.part-4 .part4-wrapper .item .item-title .text {
  padding-left: 28px;
  font-size: 22px;
  color: #fff;
}
.part-4 .part4-wrapper .item .item-title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 64px;
  border-right: 10px solid transparent;
}
.part-4 .part4-wrapper .item .desc {
  margin-top: 12px;
  padding: 0 10px 0 21px;
  width: 100%;
  line-height: 32px;
}
.part-4 .part4-wrapper .item .ul-wrapper {
  flex: 1;
  width: 100%;
}
.part-4 .part4-wrapper .item .button {
  width: 292px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 20px;
  border-radius: 21px;
}
.part-4 .part4-wrapper .item:nth-child(odd) .item-title {
  background: #23B7F8;
}
.part-4 .part4-wrapper .item:nth-child(odd) .item-title .num {
  color: #23B7F8;
}
.part-4 .part4-wrapper .item:nth-child(odd) .item-title::before {
  border-bottom: 52px solid #D6F3FF;
}
.part-4 .part4-wrapper .item:nth-child(odd) .ul {
  width: 300px;
}
.part-4 .part4-wrapper .item:nth-child(odd) .ul .li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.part-4 .part4-wrapper .item:nth-child(odd) .ul .li::before {
  margin-bottom: 11px;
  display: block;
  content: '';
  width: 36px;
  height: 36px;
  background-color: #1FB4F8;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.part-4 .part4-wrapper .item:nth-child(odd) .button {
  color: #23B7F8;
  background: #D6F3FF;
}
.part-4 .part4-wrapper .item:nth-child(odd) .button:hover {
  color: #fff;
  background: #23B7F8;
}
.part-4 .part4-wrapper .item:nth-child(even) .item-title {
  background: #FFB830;
}
.part-4 .part4-wrapper .item:nth-child(even) .item-title .num {
  color: #FFB830;
}
.part-4 .part4-wrapper .item:nth-child(even) .item-title::before {
  border-bottom: 52px solid #FFF0D2;
}
.part-4 .part4-wrapper .item:nth-child(even) .button {
  color: #FFAD11;
  background: #FFF3DC;
}
.part-4 .part4-wrapper .item:nth-child(even) .button:hover {
  color: #fff;
  background: #FFB830;
}
.part-4 .part4-wrapper .item:nth-child(1) .ul .li::before {
  background-size: 17px;
}
.part-4 .part4-wrapper .item:nth-child(1) .ul .li:nth-child(1)::before {
  background-image: url(../image/part4-1-1.png);
}
.part-4 .part4-wrapper .item:nth-child(1) .ul .li:nth-child(2)::before {
  background-image: url(../image/part4-1-2.png);
}
.part-4 .part4-wrapper .item:nth-child(1) .ul .li:nth-child(3)::before {
  background-image: url(../image/part4-1-3.png);
}
.part-4 .part4-wrapper .item:nth-child(3) .ul .li::before {
  background-size: 18px;
}
.part-4 .part4-wrapper .item:nth-child(3) .ul .li:nth-child(1)::before {
  background-image: url(../image/part4-3-1.png);
}
.part-4 .part4-wrapper .item:nth-child(3) .ul .li:nth-child(2)::before {
  background-image: url(../image/part4-3-2.png);
}
.part-4 .part4-wrapper .item:nth-child(3) .ul .li:nth-child(3)::before {
  background-image: url(../image/part4-3-3.png);
}
.part-4 .part4-wrapper .item:nth-child(5) .ul .li::before {
  background-size: 24px;
}
.part-4 .part4-wrapper .item:nth-child(5) .ul .li:nth-child(1)::before {
  background-image: url(../image/part4-5-1.png);
}
.part-4 .part4-wrapper .item:nth-child(5) .ul .li:nth-child(2)::before {
  background-image: url(../image/part4-5-2.png);
}
.part-4 .part4-wrapper .item:nth-child(5) .ul .li:nth-child(3)::before {
  background-image: url(../image/part4-5-3.png);
}
.part-4 .part4-wrapper .item:nth-child(2) .ul {
  width: 330px;
}
.part-4 .part4-wrapper .item:nth-child(2) .ul .li {
  position: relative;
  width: 82px;
  height: 54px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  color: #FFAD11;
  border: 1px dashed #FFB830;
  border-radius: 10px;
}
.part-4 .part4-wrapper .item:nth-child(2) .ul .li::after {
  position: absolute;
  top: 50%;
  right: -33px;
  content: '';
  width: 24px;
  height: 24px;
  background-color: #FFB830;
  background-image: url(../image/part4-icon-add.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.part-4 .part4-wrapper .item:nth-child(2) .ul .li:last-child::after {
  display: none;
}
.part-4 .part4-wrapper .item:nth-child(4) .ul {
  padding: 0 5px;
  width: 337px;
  height: 56px;
  border: 1px solid #FFB830;
  border-radius: 10px;
}
.part-4 .part4-wrapper .item:nth-child(4) .ul .li {
  position: relative;
  width: 94px;
  line-height: 54px;
  text-align: center;
}
.part-4 .part4-wrapper .item:nth-child(4) .ul .li::after {
  position: absolute;
  top: 50%;
  right: -20px;
  content: '';
  width: 20px;
  height: 20px;
  background-color: #FFB830;
  background-image: url(../image/part4-icon-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.part-4 .part4-wrapper .item:nth-child(4) .ul .li:last-child::after {
  display: none;
}
.part-4 .part4-wrapper .item:nth-child(6) .ul {
  padding: 0 22px;
  width: 100%;
}
.part-4 .part4-wrapper .item:nth-child(6) .ul .li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 65px;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  color: #FFAD11;
  border: 1px dashed #FFB830;
  border-radius: 10px;
}
.part-4 .part4-wrapper .item:nth-child(6) .ul .li::before {
  margin-right: 8px;
  display: block;
  content: '';
  width: 36px;
  height: 36px;
  background-size: cover;
}
.part-4 .part4-wrapper .item:nth-child(6) .ul .li:nth-child(1):before {
  background-image: url(../image/part4-6-1.png);
}
.part-4 .part4-wrapper .item:nth-child(6) .ul .li:nth-child(2) {
  width: 148px;
}
.part-4 .part4-wrapper .item:nth-child(6) .ul .li:nth-child(2):before {
  background-image: url(../image/part4-6-2.png);
}
.part-5 {
  height: 988px;
  background-image: url(../image/part5-bg.jpg);
}
.part-5 .part5-wrapper {
  width: 100%;
  height: 698px;
}
.part-5 .part5-wrapper .item {
  padding: 18px 20px 0;
  width: 279px;
  height: 212px;
  background: #FFFFFF;
  box-shadow: 0 0 9px 1px rgba(215, 215, 215, 0.45);
  border-radius: 10px;
}
.part-5 .part5-wrapper .item .item-title {
  padding-right: 10px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 46px;
  line-height: 1;
  font-weight: bold;
}
.part-5 .part5-wrapper .item .item-title .name {
  position: relative;
  flex: 1;
  font-size: 22px;
  color: #333;
  z-index: 3;
}
.part-5 .part5-wrapper .item .item-title .en {
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 1;
  font-size: 18px;
  color: #23B7F8;
}
.part-5 .part5-wrapper .item .item-title .en::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 22px;
  background: linear-gradient(0deg, #ffffff 20%, rgba(255, 255, 255, 0.6) 100%);
}
.part-5 .part5-wrapper .item .item-title .icon {
  width: 30px;
  height: 30px;
}
.part-5 .part5-wrapper .item .item-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #E0E0E0 0%, #FFFFFF 100%);
}
.part-5 .part5-wrapper .item .desc {
  margin-top: 8px;
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.part-5 .part5-wrapper .item .button {
  margin: 13px auto 0;
  width: 160px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #23B7F8;
  border: 1px solid #23B7F8;
  border-radius: 21px;
}
.part-5 .part5-wrapper .item .button:hover {
  color: #fff;
  background: #23B7F8;
}
.part-5 .part5-wrapper .item:nth-child(5) .item-title .en,
.part-5 .part5-wrapper .item:nth-child(6) .item-title .en,
.part-5 .part5-wrapper .item:nth-child(7) .item-title .en,
.part-5 .part5-wrapper .item:nth-child(8) .item-title .en {
  color: #FFB830;
}
.part-5 .part5-wrapper .item:nth-child(5) .button,
.part-5 .part5-wrapper .item:nth-child(6) .button,
.part-5 .part5-wrapper .item:nth-child(7) .button,
.part-5 .part5-wrapper .item:nth-child(8) .button {
  color: #FFB830;
  border: 1px solid #FFB830;
}
.part-5 .part5-wrapper .item:nth-child(5) .button:hover,
.part-5 .part5-wrapper .item:nth-child(6) .button:hover,
.part-5 .part5-wrapper .item:nth-child(7) .button:hover,
.part-5 .part5-wrapper .item:nth-child(8) .button:hover {
  color: #fff;
  background: #FFB830;
}
.part-6 .part6-table {
  width: 100%;
  text-align: center;
  font-size: 16px;
  border: 1px solid #3FA595;
  border-radius: 10px;
  overflow: hidden;
}
.part-6 .part6-table table {
  width: 100%;
  border-radius: 10px;
  border-collapse: collapse;
  overflow: hidden;
}
.part-6 .part6-table tr:last-child {
  height: 86px;
}
.part-6 .part6-table tr:last-child td {
  border-bottom: none;
}
.part-6 .part6-table tr:last-child td:last-child {
  border-right: none;
}
.part-6 .part6-table tr:nth-child(3) td:nth-child(1) {
  width: 116px;
}
.part-6 .part6-table tr:nth-child(3) td:nth-child(2) {
  width: 123px;
}
.part-6 .part6-table tr:nth-child(3) td:nth-child(7),
.part-6 .part6-table tr:nth-child(3) td:nth-child(8) {
  width: 200px;
}
.part-6 .part6-table th,
.part-6 .part6-table td {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.part-6 .part6-table th {
  padding: 12px 0;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  background: #3FA595;
}
.part-6 .part6-table th:last-child {
  border-right: none;
}
.part-6 .part6-table td {
  padding: 16px 0;
}
.part-6 .part6-table td.title {
  font-weight: bold;
  color: #3FA595;
}
.part-6 .part6-table td.contact {
  font-weight: bold;
  font-size: 24px;
  color: #3FA595;
}
.part-6 .part6-table td.contact .icon {
  margin-top: 6px;
  display: inline-block;
  margin-left: 13px;
  vertical-align: top;
}
.part-6 .part6-table td .button {
  display: inline-block;
  width: 350px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(0deg, #3FA595 0%, #3FA595 100%);
  border-radius: 10px;
}
.part-6 .part6-table td .button:hover {
  font-weight: bold;
  background: linear-gradient(0deg, #FFB830 0%, #FFC75D 100%);
}
.part-6 .part6-table td:nth-child(8) {
  border-right: none;
}
.part-6 .part6-table .title {
  font-size: 18px;
}
.part-7 {
  padding-top: 40px;
  height: 265px;
  background-image: url(../image/part7-bg.jpg);
}
.part-7 .part7-wrapper {
  padding: 0 23px 0 61px;
  align-items: center;
  height: 185px;
  line-height: 1;
  background-image: url(../image/part7-cont-bg.jpg);
  border-radius: 10px;
}
.part-7 .part7-wrapper .cont-left {
  color: #fff;
}
.part-7 .part7-wrapper .cont-left .desc {
  font-size: 24px;
}
.part-7 .part7-wrapper .cont-left .title {
  margin-top: 24px;
  font-size: 45px;
}
.part-7 .part7-wrapper .cont-right {
  width: 330px;
  text-align: center;
}
.part-7 .part7-wrapper .cont-right .text {
  font-size: 22px;
  color: #666;
}
.part-7 .part7-wrapper .cont-right .button {
  margin: 20px auto 0;
  width: 222px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  background: linear-gradient(0deg, #FFB830 0%, #FFC75D 100%);
  border-radius: 26px;
}
.part-7 .part7-wrapper .cont-right .button:hover {
  background: linear-gradient(0deg, #1FB4F8 0%, #66CFFF 100%);
}
.part-8 {
  background-image: url(../image/part8-bg.jpg);
  background-position: bottom center;
}
.part-8 .part8-wrapper {
  position: relative;
  width: 100%;
  height: 570px;
}
.part-8 .part8-wrapper .item {
  position: absolute;
  width: 232px;
}
.part-8 .part8-wrapper .item .item-top {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.part-8 .part8-wrapper .item .item-top .num {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 24px 24px 0 24px;
}
.part-8 .part8-wrapper .item .item-top .title {
  margin-left: 10px;
  line-height: 30px;
  font-size: 20px;
}
.part-8 .part8-wrapper .item .item-cont {
  margin-top: 14px;
  padding-top: 37px;
  width: 232px;
  height: 195px;
  text-align: center;
  background-size: 232px;
}
.part-8 .part8-wrapper .item .item-cont .label {
  width: 56px;
  height: 56px;
  line-height: 48px;
  font-weight: bold;
  font-size: 26px;
  background: #FFFFFF;
  border-radius: 50%;
}
.part-8 .part8-wrapper .item .item-cont .desc {
  margin-top: 8px;
  line-height: 32px;
  font-size: 18px;
  color: #fff;
}
.part-8 .part8-wrapper .item:nth-child(odd) .num {
  background: #3FA595;
}
.part-8 .part8-wrapper .item:nth-child(odd) .title,
.part-8 .part8-wrapper .item:nth-child(odd) .label {
  color: #3FA595;
}
.part-8 .part8-wrapper .item:nth-child(odd) .item-cont {
  background-image: url(../image/part8-bg-blue.png);
}
.part-8 .part8-wrapper .item:nth-child(odd) .item-cont .label {
  border: 4px solid #BEEBFF;
}
.part-8 .part8-wrapper .item:nth-child(even) .num {
  background: #FFB830;
}
.part-8 .part8-wrapper .item:nth-child(even) .title,
.part-8 .part8-wrapper .item:nth-child(even) .label {
  color: #FFB830;
}
.part-8 .part8-wrapper .item:nth-child(even) .item-cont {
  background-image: url(../image/part8-bg-orange.png);
}
.part-8 .part8-wrapper .item:nth-child(even) .item-cont .label {
  border: 4px solid #FFE9C1;
}
.part-8 .part8-wrapper .item:nth-child(1) {
  left: 0;
  bottom: 194px;
}
.part-8 .part8-wrapper .item:nth-child(2) {
  left: 194px;
  bottom: 292px;
}
.part-8 .part8-wrapper .item:nth-child(3) {
  left: 387px;
  bottom: 194px;
}
.part-8 .part8-wrapper .item:nth-child(4) {
  right: 387px;
  bottom: 97px;
}
.part-8 .part8-wrapper .item:nth-child(5) {
  right: 194px;
  bottom: 0;
}
.part-8 .part8-wrapper .item:nth-child(6) {
  right: 0;
  bottom: 97px;
}
.part-8 .part8-wrapper .img {
  position: absolute;
  width: 266px;
  height: 224px;
}
.part-8 .part8-wrapper .img::before,
.part-8 .part8-wrapper .img::after {
  position: absolute;
  content: '';
  background-size: cover;
}
.part-8 .part8-wrapper .img.img-blue {
  bottom: 53px;
  left: 177px;
  background-image: url(../image/part8-img-blue.png);
}
.part-8 .part8-wrapper .img.img-blue::before,
.part-8 .part8-wrapper .img.img-blue::after {
  background-image: url(../image/part8-small-blue.png);
}
.part-8 .part8-wrapper .img.img-blue::before {
  top: 110px;
  left: -90px;
  width: 59px;
  height: 50px;
}
.part-8 .part8-wrapper .img.img-blue::after {
  top: 91px;
  right: -30px;
  width: 24px;
  height: 20px;
}
.part-8 .part8-wrapper .img.img-orange {
  bottom: 281px;
  right: 184px;
  background-image: url(../image/part8-img-orange.png);
}
.part-8 .part8-wrapper .img.img-orange::before,
.part-8 .part8-wrapper .img.img-orange::after {
  background-image: url(../image/part8-small-orange.png);
}
.part-8 .part8-wrapper .img.img-orange::before {
  bottom: -217px;
  left: -207px;
  width: 59px;
  height: 50px;
}
.part-8 .part8-wrapper .img.img-orange::after {
  top: 1px;
  left: 1px;
  width: 33px;
  height: 27px;
}
.part-9 {
  background-color: #EDEFC0;
}
.part-9 .part9-wrapper {
  width: 100%;
}
.part-9 .part9-wrapper .item .img {
  width: 285px;
  height: 232px;
  background: #84AFFF;
  border-radius: 10px;
  overflow: hidden;
}
.part-9 .part9-wrapper .item .text {
  position: relative;
  width: 100%;
  height: 82px;
  line-height: 72px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #3FA595;
}
.part-9 .part9-wrapper .item .text::before,
.part-9 .part9-wrapper .item .text::after {
  position: absolute;
  left: 50%;
  content: '';
  background: #23B7F8;
  transform: translateX(-50%);
}
.part-9 .part9-wrapper .item .text::before {
  bottom: 23px;
  width: 160px;
  height: 2px;
  opacity: 0.5;
  border-radius: 1px;
}
.part-9 .part9-wrapper .item .text::after {
  bottom: 22px;
  width: 50px;
  height: 4px;
  border-radius: 2px;
}
.part-10 {
  background-image: url(../image/part10-bg.jpg);
  background-position: bottom center;
}
.part-10 .top-list {
  width: 100%;
}
.part-10 .top-list .item {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 279px;
  height: 196px;
  background: linear-gradient(0deg, #CDEEFD 0%, #F2FBFF 100%);
  border-radius: 10px;
}
.part-10 .top-list .item .icon-box {
  width: 86px;
  height: 86px;
  background: linear-gradient(0deg, rgba(31, 180, 248, 0.5) 0%, rgba(102, 207, 255, 0.5) 100%);
  border-radius: 50%;
}
.part-10 .top-list .item .icon-box .icon-circle {
  width: 74px;
  height: 74px;
  background: linear-gradient(0deg, #1FB4F8 0%, #66CFFF 100%);
  border-radius: 50%;
}
.part-10 .top-list .item .icon-box .icon-circle .icon {
  width: 46px;
  height: 46px;
  background-size: cover;
}
.part-10 .top-list .item .text {
  margin-top: 19px;
  font-size: 20px;
  color: #666;
}
.part-10 .top-list .item .text span {
  font-weight: bold;
  font-size: 22px;
  color: #23B7F8;
}
.part-10 .top-list .item:nth-child(1) .icon {
  background-image: url(../image/part10-icon-1.png);
}
.part-10 .top-list .item:nth-child(2) .icon {
  background-image: url(../image/part10-icon-2.png);
}
.part-10 .top-list .item:nth-child(3) .icon {
  background-image: url(../image/part10-icon-3.png);
}
.part-10 .top-list .item:nth-child(4) .icon {
  background-image: url(../image/part10-icon-4.png);
}
.part-10 .bottom-list {
  margin-top: 30px;
  padding: 30px;
  width: 100%;
  height: 610px;
  background: #F2FBFF;
  border-radius: 10px;
}
.part-10 .bottom-list .item {
  width: 555px;
  height: 260px;
  background-repeat: no-repeat;
  background-size: 390px;
  background-position: bottom right;
}
.part-10 .bottom-list .item .num {
  padding-left: 22px;
  width: 165px;
  height: 70px;
  line-height: 62px;
  font-style: italic;
  font-weight: bold;
  font-size: 46px;
}
.part-10 .bottom-list .item .item-cont {
  padding: 0 23px 0 29px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 250px;
  height: 190px;
  background: #FFFFFF;
  box-shadow: 0 0 7px 1px rgba(152, 214, 242, 0.3);
  border-radius: 0 10px 0 10px;
}
.part-10 .bottom-list .item .item-cont .title {
  padding-bottom: 15px;
  width: max-content;
  font-weight: bold;
  font-size: 24px;
  border-bottom: 2px solid;
}
.part-10 .bottom-list .item .item-cont .desc {
  margin-top: 10px;
  line-height: 30px;
  font-size: 18px;
}
.part-10 .bottom-list .item:nth-child(1) {
  background-image: url(../image/part10-img-1.jpg);
}
.part-10 .bottom-list .item:nth-child(1) .num,
.part-10 .bottom-list .item:nth-child(1) .title {
  color: #3FA595;
}
.part-10 .bottom-list .item:nth-child(1) .title {
  border-bottom-color: #23B7F8;
}
.part-10 .bottom-list .item:nth-child(2) {
  background-image: url(../image/part10-img-2.jpg);
}
.part-10 .bottom-list .item:nth-child(2) .num,
.part-10 .bottom-list .item:nth-child(2) .title {
  color: #3FA595;
}
.part-10 .bottom-list .item:nth-child(2) .title {
  border-bottom-color: #2387F8;
}
.part-10 .bottom-list .item:nth-child(3) {
  background-image: url(../image/part10-img-3.jpg);
}
.part-10 .bottom-list .item:nth-child(3) .num,
.part-10 .bottom-list .item:nth-child(3) .title {
  color: #FFB830;
}
.part-10 .bottom-list .item:nth-child(3) .title {
  border-bottom-color: #FFB830;
}
.part-10 .bottom-list .item:nth-child(4) {
  background-image: url(../image/part10-img-4.jpg);
}
.part-10 .bottom-list .item:nth-child(4) .num,
.part-10 .bottom-list .item:nth-child(4) .title {
  color: #FF9130;
}
.part-10 .bottom-list .item:nth-child(4) .title {
  border-bottom-color: #FF9130;
}
.float-nav {
  padding: 12px 10px;
  position: absolute;
  top: 200px;
  left: 20px;
  width: 120px;
  height: 303px;
  background: #FF8A00;
  border-radius: 10px;
  z-index: 50;
}
.float-nav .close {
  position: absolute;
  top: -40px;
  left: 46px;
  width: 28px;
  height: 28px;
  background-image: url(../image/float-nav-close.png);
  cursor: pointer;
}
.float-nav .ul {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #FFE7B9 0%, #FFF9ED 100%);
  border-radius: 10px;
}
.float-nav .ul .li {
  position: relative;
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  color: #666;
}
.float-nav .ul .li:hover {
  color: #FF6A21;
}
.float-nav .ul .li::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 74px;
  height: 1px;
  border-bottom: 1px dashed #FFC26C;
  transform: translateX(-50%);
  box-sizing: border-box;
}
.float-nav .ul .li:last-child::after {
  display: none;
}
.float-nav .contact {
  position: absolute;
  bottom: 14px;
  left: 50%;
  width: 68px;
  height: 68px;
  background: linear-gradient(0deg, #FFD800 0%, #FFF5A1 100%);
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.float-nav .contact .box {
  padding: 7px 3px 0;
  width: 58px;
  height: 58px;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  background: linear-gradient(0deg, #FFF5A1 0%, #FFD800 100%);
  border-radius: 50%;
}
.float-nav:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 120px;
  height: 54px;
  background-image: url(../image/float-nav-after.png);
  background-size: cover;
}
.part-bottom-wrapper .part-bottom-bg {
  width: 100%;
  height: 70px;
  background-color: #252525;
}
.part-bottom-wrapper .part-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(0deg, #3FA595 0%, #3FA595 100%);
  z-index: 49;
}
.part-bottom-wrapper .part-bottom .inner {
  padding-right: 56px;
  position: relative;
  display: flex;
  align-items: center;
  height: 120px;
}
.part-bottom-wrapper .part-bottom .inner .title {
  flex: 1;
  padding-left: 55px;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.part-bottom-wrapper .part-bottom .inner .title .text {
  width: 204px;
  line-height: 1;
  font-size: 32px;
  color: #FEFEFE;
}
.part-bottom-wrapper .part-bottom .inner .title .button {
  margin-top: 12px;
  width: 204px;
  height: 34px;
  line-height: 34px;
  font-size: 20px;
  color: #2387F8;
  background: #FFEE65;
  border-radius: 17px;
}


.part-bottom-wrapper .part-bottom .inner .ul .li {
  padding-left: 26px;
  width: max-content;
  line-height: 35px;
  font-size: 16px;
  color: #fff;
  background-image: url(../image/bottom-icon-check.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: left center;
  box-sizing: content-box;
}
.part-bottom-wrapper .part-bottom .inner .ul .li span {
  font-weight: bold;
  color: #FFEE65;
}
.part-bottom-wrapper .part-bottom .inner .ul.ul-1 .li:nth-child(1) {
  border-bottom: 1px dashed #7DB9FC;
}
.part-bottom-wrapper .part-bottom .inner .ul.ul-2 .li:nth-child(2) {
  border-top: 1px dashed #7DB9FC;
}
.part-bottom-wrapper .part-bottom .inner .code-wrapper {
  justify-content: center;
  width: 250px;
  height: 102px;
}
.part-bottom-wrapper .part-bottom .inner .code-wrapper .code-img {
  width: 68px;
  height: 68px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  box-sizing: content-box;
}
.part-bottom-wrapper .part-bottom .inner .code-wrapper .desc {
  margin-top: 7px;
  line-height: 1;
  font-size: 16px;
  color: #fff;
}
.part-bottom-wrapper .part-bottom .inner .close {
  position: absolute;
  top: 8px;
  right: 1px;
  width: 31px;
  height: 31px;
  background-image: url(../image/bottom-icon-close.png);
  cursor: pointer;
}
/* transition */
.close:hover {
  transform: rotate(180deg);
}
.close,
.part-2 .li {
  transition: all 0.3s ease-in-out;
}


/*
 
 * �ز�8
 * �꾡��Ϣ�뿴������http://www.sucai8.cn
 *
 * Copyright , �ز�8
 * ͼƬ�������ã���������á�
 
 * ������ԭ����δ����������ת�ء�
 * �ڱ�����Ȩ��ǰ���¿�Ӧ���ڸ��˻���ҵ��;
 
*/

*{margin:0px;padding:0px;box-sizing:border-box}
body{margin:0 auto;font-size:12px;font-family:"΢���ź�";line-height:normal;min-width:1200px}
ul{list-style:none}
a{text-decoration:none}

.footer{width:100%;background-color:#252525;padding-top:70px;height:auto;overflow:hidden}
.other-link{width:1200px;margin:0 auto;height:auto;overflow:hidden}
.other-link>div{float:center}
.other-link .sucai-contact{float:right}
.link-look{width:1300px;padding-bottom:45px}
.link-list{float:left;width:20%}
.link-list h3{height:45px;line-height:20px;font-size:20px;color:#ffffff}
.link-list ul li a{line-height:33px;color:#f2fbff;font-size:15px}
.link-list ul li a:hover{color:#FF6666}
.sucai-contact{width:240px}
.bottom-logo{width:132px;height:38px}
.bottom-logo a{display:block;width:100%;height:100%;background:url("https://sy.xhd.cn/topic/2022xnbpc/static/images/index_sprite_img.png") no-repeat -151px -10px}
.sucai-companyname{height:40px;line-height:18px;font-size:18px;color:#ffffff;margin-top:25px}
.sucai-phone,.sucai-qq{height:34px;line-height:15px;font-size:15px;color:#ABACAF}
.erweima-box{margin-top:34px}
.erweima-box>div{float:left;width:100px}
.erweima-box>div:first-child{margin-right:30px}
.wechat-erwei div:first-child,.phonenet-erwei div:first-child{height:30px;line-height:14px;font-size:14px;color:#ABACAF}
.footer-bottom{height:100px;text-align:center;padding-top:27px;border-top:1px solid #42444B}
.footer-bottom p{line-height:26px;font-size:14px;color:#f2fbff}
.footer-bottom p span{margin-left:17px}
.footer-bottom p span.police-icon{display:inline-block;width:25px;height:20px;background:url("https://sy.xhd.cn/topic/2022xnbpc/static/images/index_sprite_img.png") no-repeat -334px -170px;vertical-align:top}
.sucai_wechat,.sucai_web{width:100%;height:100px}
.sucai_wechat{background:url("https://sy.xhd.cn/topic/2022xnbpc/static/images/index_sprite_img.png") no-repeat -250px -206px}
.sucai_web{background:url("https://sy.xhd.cn/topic/2022xnbpc/static/images/index_sprite_img.png") no-repeat -360px -206px}
