@charset "UTF-8";
/* CSS Document */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #313287;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #313287;
}

@font-face {
  font-family: "BaiJamjuree-SemiBold";
  src: url("../fonts/BaiJamjuree-SemiBold.woff2") format("woff2"), url("../fonts/BaiJamjuree-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.wrap {
  /*loading*/
}
.wrap a {
  color: #222;
  text-decoration: none;
  outline: none;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.wrap a:hover {
  color: #254194;
  text-decoration: none;
  outline: none;
}
.wrap a:focus {
  outline: none;
  text-decoration: none;
}
.wrap .clear {
  clear: both;
  font-size: 0px;
  line-height: 0;
  height: 0;
}
.wrap * html .clearfix {
  zoom: 1;
}
.wrap *:first-child + html .clearfix {
  zoom: 1;
}
.wrap .cell, .wrap .cell2, .wrap .cell3 {
  border-collapse: collapse;
  border-spacing: 0;
}
.wrap .fl {
  float: left;
}
.wrap .fr {
  float: right;
}
.wrap a, .wrap img {
  border: 0px;
}
.wrap br {
  font-family: SimSun;
}
.wrap p {
  margin: 0px;
  padding: 0px;
  line-height: 1.75;
}
.wrap i {
  margin: 0px;
  padding: 0px;
  font-style: normal;
}
.wrap ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.wrap ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.wrap br {
  margin: 0px;
  padding: 0px;
}
.wrap .clearheight {
  width: 100%;
  height: 1px;
  overflow: hidden;
}
.wrap input, .wrap select, .wrap textarea {
  font-family: "albb", Arial, "Microsoft Yahei", "微软雅黑", SimSun, Arial, tahoma, arial !important;
  outline: none;
}
.wrap input::-ms-clear, .wrap input::-ms-reveal {
  display: none;
}
.wrap input[type=text]:disabled {
  background-color: #999;
}
.wrap input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.wrap input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
}
.wrap input:-ms-input-placeholder {
  color: #999;
}
.wrap input::-webkit-input-placeholder {
  color: #999;
}
.wrap input[type=text], .wrap input[type=button], .wrap input[type=submit], .wrap input[type=reset], .wrap select, .wrap textarea, .wrap button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.wrap input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 100px white inset;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.wrap input[type=button], .wrap input[type=text], .wrap input[type=password] {
  -webkit-appearance: none;
  outline: none;
}
.wrap a, .wrap a:hover, .wrap a:active, .wrap a:visited, .wrap a:link, .wrap a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}
@-webkit-keyframes an_01 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@keyframes an_01 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@-webkit-keyframes ksan {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes ksan {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    opacity: 0;
  }
}

/*common*/
/* CSS Document */
html, body {
  height: auto;
}

header {
  position: relative;
  z-index: 9999;
  background-color: #fff;
}

.nav-main {
  z-index: 9999;
}

.wrap {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
}

.wrap_in {
  margin: 0px 10%;
}

.wrap_c {
  width: 85.652%;
  max-width: 1430.016px;
  margin: 0px auto;
  padding: 0px;
}

.w_wap {
  display: none !important;
}

body {
  background-color: #000;
}

.topfr {
  width: 100%;
  overflow: hidden;
  position: sticky;
  top: 0px;
  z-index: 99;
  background: linear-gradient(to right, #493976, #004c6a);
  background: -webkit-linear-gradient(to right, #493976, #004c6a);
  background: -o-linear-gradient(to right, #493976, #004c6a);
  background: -moz-linear-gradient(to right, #493976, #004c6a);
  height: 0.8rem;
}

.topfr .fl {
  height: 0.8rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.topfr .fl a {
  display: inline-block;
}

.topfr .fl img {
  display: block;
  height: 0.44rem;
}

.topfr .fr .menufr {
  float: left;
}

.topfr .fr .menufr ul li {
  float: left;
  height: 0.8rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-family: "Microsoft Yahei", "微软雅黑", "微软雅黑", -apple-system, BlinkMacSystemFont;
}

.topfr .fr .menufr ul li a {
  color: #fff !important;
  display: inline-block;
  padding: 0.0961rem 0.3rem;
  line-height: 1.5;
}

.topfr .fr .menufr ul li.active a {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 0.02rem solid transparent;
  background: url("../images/t_01.png") 50% no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1028px) {
  .topfr {
    height: 60px;
    overflow: visible;
  }
  .topfr .fl {
    height: 60px;
    position: relative;
    z-index: 9;
  }
  .topfr .fl img {
    height: 26px;
  }
  .topfr .mtmenu_click {
    float: left;
    margin-left: 20px;
    position: relative;
    z-index: 9991;
    margin-top: 0rem;
  }
  .topfr .mtmenu_click a {
    width: 20px;
    height: 60px;
    display: block;
    overflow: hidden;
    background: url("../images/menu_01_on.svg") center no-repeat;
    background-size: 100%;
  }
  .topfr .mtmenu_click a.on {
    background: url("../images/menu_02_on.svg") center no-repeat;
    background-size: 100%;
  }
  .topfr .fr .menufr {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background: linear-gradient(to right, #493976, #004c6a);
    background: -webkit-linear-gradient(to right, #493976, #004c6a);
    background: -o-linear-gradient(to right, #493976, #004c6a);
    background: -moz-linear-gradient(to right, #493976, #004c6a);
    z-index: 8;
    display: none;
  }
  .topfr .fr .menufr ul {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.1);
  }
  .topfr .fr .menufr ul li {
    width: 100%;
    height: 56px;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
  }
  .topfr .fr .menufr ul li a {
    padding: 0px;
  }
  .topfr .fr .menufr ul li.active a {
    border: 0px;
    background: none;
  }
}

.in_01 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.in01_bg {
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.in01_bg img.img1 {
  width: 100%;
  display: block;
}

.in01_bg img.img2 {
  height: calc(100% + 0.8rem);
  display: block;
  position: absolute;
  right: 10.73%;
  top: -0.8rem;
}

.in01_bg img.img3 {
  height: 4.14rem;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

@media screen and (max-width: 750px) {
  .in01_bg {
    position: relative;
    left: 0px;
    top: 0px;
    height: auto;
  }
  .in01_bg img.img1 {
    height: 100%;
  }
  .in01_bg img.img2 {
    height: auto;
    width: 100%;
    right: 0%;
    top: initial;
    bottom: 0px;
  }
}

.in01_c {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.in01_c .c {
  width: 100%;
  overflow: hidden;
}

.in01_c .p {
  width: 100%;
  overflow: hidden;
}

.in01_c .p1 {
  margin-top: 0.2rem;
}

.in01_c .p1 img {
  display: block;
  height: 2.1rem;
}

.in01_c .p2 {
  margin-top: 0.6rem;
  color: #fff;
  line-height: 1.75;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 300;
  font-family: "Microsoft Yahei", "微软雅黑", "微软雅黑", -apple-system, BlinkMacSystemFont;
}

.in01_c .p2 label {
  display: inline-block;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  float: left;
  width: auto;
}

.in01_c .p2 label:nth-child(2) {
  margin-left: 0.2rem;
}

.in01_c .p2 label img {
  display: block;
  width: 0.2rem;
  margin-right: 0.15rem;
}

.in01_c .p3 {
  margin-top: 0.3rem;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.in01_c .p3 a {
  display: inline-block;
  line-height: 1.3;
  padding: 0.139rem 0.6rem;
  background: linear-gradient(to right, #0b94d5, #7e77e9);
  background: -webkit-linear-gradient(to right, #0b94d5, #7e77e9);
  background: -o-linear-gradient(to right, #0b94d5, #7e77e9);
  background: -moz-linear-gradient(to right, #0b94d5, #7e77e9);
  color: #fff;
}

@media screen and (max-width: 1028px) {
  .in01_c .p1 img {
    height: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  .in01_c {
    position: relative;
    height: auto;
  }
  .in01_c .p1 img {
    height: 1.4rem !important;
  }
  .in01_c .p2 {
    display: block;
  }
  .in01_c .p2 label {
    width: 100%;
  }
  .in01_c .p2 label:nth-child(2) {
    margin-left: 0px;
    margin-top: 0px;
  }
}

.in_01 .in01_c .nr {
  width: 100%;
  overflow: hidden;
  margin-left: 0%;
}
@media screen and (max-width: 750px) {
  .in_01 {
    background: url("../upimg/banner_02.webp") no-repeat;
    background-size: cover;
  }
  .in_01 .in01_bg {
    padding: 0rem 0px;
  }
  .in_01 .in01_bg img.img1 {
    display: none;
  }
  .in_01 .in01_bg img.img2 {
    position: relative;
    width: calc(100% - 1.6rem);
    margin: 0px auto;
    padding: 0px;
    margin-top: -60px;
  }
  .in_01 .in01_bg img.img3 {
    display: none !important;
    height: 0px;
    width: 0px;
  }
  .in_01 .in01_c {
    padding: 0.6rem 0px 0.6rem 0px;
    text-align: center;
    margin-top: -0.6rem;
  }
  .in_01 .in01_c .nr {
    display: inline-block;
    width: auto;
    text-align: left;
    width: 4rem;
  }
  .in_01 .in01_c::before {
    content: "";
    display: block;
    width: 2rem;
    height: 100%;
    background: url("../images/svg_09_01.png") 0% 100% no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
  }
}

.in_02 {
  overflow: hidden;
  position: relative;
}

.in_02 .in02_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(#19182e, #051d2b);
  background: -webkit-linear-gradient(#19182e, #051d2b);
  background: -o-linear-gradient(#19182e, #051d2b);
  background: -moz-linear-gradient(#19182e, #051d2b);
  z-index: 1;
}

.in_02 .in02_bg img {
  display: block;
  width: 2.28rem;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.in_02 .in02_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 0.5rem 0px 0.6rem 0px;
}

.in02c_t {
  width: 100%;
  overflow: hidden;
}

.in02c_t img {
  display: block;
  width: 100%;
  max-width: 5.83rem;
  margin: 0px auto;
  padding: 0px;
}

@media screen and (max-width: 750px) {
  .in02c_t img {
    max-width: 4.83rem;
  }
}

.in02c_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0px 0.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in02c_c::before {
  content: "";
  display: block;
  width: 81.54%;
  height: 100%;
  overflow: hidden;
  background: url("../images/svg_07.webp") 0% 0% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.in02c_c::after {
  content: "";
  display: block;
  widtH: 30.21%;
  height: 90%;
  overflow: hidden;
  background: url("../images/svg_08.webp") 0% 0% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .in02c_c::after {
    height: calc(100% - 0.8rem);
  }
  .in02c_c::before {
    width: calc(100% - 2rem);
  }
}
.in02c_c .p {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.in02c_c .p1 {
  color: #6b98e8;
  line-height: 1.5;
}

.in02c_c .p2 {
  color: #fff;
  font-weight: 300;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 0.3rem;
  font-family: "Microsoft Yahei", "微软雅黑", "微软雅黑", -apple-system, BlinkMacSystemFont;
}

.in02c_c .p2 p {
  line-height: 1.65;
  margin-bottom: 0.2rem;
}

.in02c_c .p3 {
  color: #6b98e8;
  text-align: right;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .in02c_c {
    padding: 0px 0.2rem;
  }
}

.in_03 {
  overflow: hidden;
  position: relative;
}

.in_03 .in03_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(#101124, #000000);
  background: -webkit-linear-gradient(#101124, #000000);
  background: -o-linear-gradient(#101124, #000000);
  background: -moz-linear-gradient(#101124, #000000);
  z-index: 1;
}

.in_03 .in03_bg img.img1 {
  display: block;
  width: 2.28rem;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in_03 .in03_bg img.img2 {
  display: block;
  width: 1.74rem;
  position: absolute;
  right: 0px;
  top: 0px;
}

.in_03 .in03_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 1rem 0px 0.18rem 0px;
}

.in03c_01 {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-weight: 900;
  margin-top: 0.5rem;
}

.in03c_02 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.2rem;
}

.in03c_02 ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0.26rem;
  grid-row-gap: 0.26rem;
}

.in03c_02 ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.in03c_02 ul li .in03cli_bg {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  height: 100%;
}

.in03c_02 ul li .in03cli_bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in03c_02 ul li .in03cli_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding-bottom: 0.9rem;
}

.in03c_02 ul li .in03cli_c .p {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.in03c_02 ul li .in03cli_c .p1 {
  margin-top: 0.6rem;
}

.in03c_02 ul li .in03cli_c .p1 label {
  display: inline-block;
  font-weight: 900;
  line-height: 1;
}

.in03c_02 ul li:nth-child(1) .in03cli_c .p1 label {
  background: linear-gradient(to right, #c7a070, #cf7f22);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.in03c_02 ul li:nth-child(2) .in03cli_c .p1 label {
  background: linear-gradient(to right, #2a8cda, #8176e9);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.in03c_02 ul li:nth-child(3) .in03cli_c .p1 label {
  background: linear-gradient(to right, #98cc6d, #169fc4);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.in03c_02 ul li:nth-child(4) .in03cli_c .p1 label {
  background: linear-gradient(to right, #a472a6, #9172ec);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.in03c_02 ul li .in03cli_c .p2 {
  color: #fff;
  font-weight: 300;
  margin-top: 0.2rem;
  line-height: 1.65;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.1rem;
  font-family: "Microsoft Yahei", "微软雅黑", "微软雅黑", -apple-system, BlinkMacSystemFont;
}

@media screen and (max-width: 1699px) {
  .in03c_02 ul li .in03cli_c .p2 br {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  .in03c_02 ul li .in03cli_c .p2 br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .in03c_02 ul li .in03cli_c .p2 {
    padding: 0px 0.4rem;
  }
}

.in03c_03 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.2rem;
}

.in03c_03 ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0.26rem;
  grid-row-gap: 0.26rem;
}

.in03c_03 ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.in03c_03 ul li .in03cli_bg {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  height: 100%;
}

.in03c_03 ul li .in03cli_bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 0%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in03c_03 ul li .in03cli_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding-bottom: 0.9rem;
}

.in03c_03 ul li .in03cli_c .p {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.in03c_03 ul li .in03cli_c .p1 {
  margin-top: 0.6rem;
  height: 1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.in03c_03 ul li .in03cli_c .p1 img {
  display: block;
  height: 1rem;
  margin: 0px auto;
  padding: 0px;
}

.in03c_03 ul li .in03cli_c .p1 label {
  display: inline-block;
  font-weight: 900;
  line-height: 1;
}

.in03c_03 ul li:nth-child(1) .in03cli_c .p1 label {
  background: linear-gradient(#bbd856, #5bb796);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.in03c_03 ul li:nth-child(2) .in03cli_c .p1 label {
  background: linear-gradient(to right, #b9715a, #9172ec);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.in03c_03 ul li .in03cli_c .p2 {
  color: #fff;
  margin-top: 0.06rem;
  line-height: 1.65;
  font-weight: 900;
}

.in03c_03 ul li .in03cli_c .p3 {
  color: #fff;
  font-weight: 300;
  line-height: 1.65;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.1rem;
  font-family: "Microsoft Yahei", "微软雅黑", "微软雅黑", -apple-system, BlinkMacSystemFont;
}

.in03c_03 ul li .in03cli_c .p2 {
  color: #fff;
  font-weight: 900;
  margin-top: 0.2rem;
  line-height: 1.65;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.1rem;
}

@media screen and (max-width: 1699px) {
  .in03c_03 ul li .in03cli_c .p2 br {
    display: none;
  }
}

@media screen and (max-width: 1699px) {
  .in03c_03 ul li .in03cli_c .p3 br {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  .in03c_03 ul li .in03cli_c .p3 br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .in03c_03 ul li .in03cli_c .p3 {
    padding: 0px 0.4rem;
  }
  .in03c_03 ul li .in03cli_c .p3 br.br1 {
    display: block;
  }
}

.in03c_03 ul li:hover .in03cli_c .p1 img {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}

.in_04 {
  overflow: hidden;
  position: relative;
}

.in_04 .in04_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(#091c2c, #1a182f);
  background: -webkit-linear-gradient(#091c2c, #1a182f);
  background: -o-linear-gradient(#091c2c, #1a182f);
  background: -moz-linear-gradient(#091c2c, #1a182f);
  z-index: 1;
}

.in_04 .in04_bg img.img1 {
  display: block;
  width: 1.87rem;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in_04 .in04_bg img.img2 {
  display: block;
  width: 1.74rem;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.in_04 .in04_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 1rem 0px 0.8rem 0px;
}

.in04c_t {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
  text-align: center;
}

.in04c_t ul {
  width: 4.64rem;
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  font-weight: 900;
}

.in04c_t ul.ul1 {
  background: url("../images/t_02.png") 50% no-repeat;
  background-size: 100% 100%;
}

.in04c_t ul.ul2 {
  background: url("../images/t_03.png") 50% no-repeat;
  background-size: 100% 100%;
}

.in04c_t ul li {
  width: 50%;
  float: left;
  text-align: center;
  color: #fff;
  height: 0.545rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.in04c_t ul li span {
  display: inline-block;
  position: relative;
  top: -0.01rem;
}

@media screen and (max-width: 1505px) {
  .in04c_t ul li {
    height: 0.545rem;
  }
}
@media screen and (max-width: 1439px) {
  .in04c_t ul li {
    height: 0.545rem;
  }
}
@media screen and (max-width: 1366px) {
  .in04c_t ul li {
    height: 0.645rem;
  }
}
@media screen and (max-width: 1023px) {
  .in04c_t ul {
    width: 6.64rem;
  }
  .in04c_t ul li {
    height: 0.845rem;
  }
}
@media screen and (max-width: 768px) {
  .in04c_t ul {
    width: 100%;
  }
  .in04c_t ul li {
    height: 0.845rem;
  }
}
@media screen and (max-width: 750px) {
  .in04c_t ul {
    width: 100%;
  }
  .in04c_t ul li {
    height: 0.545rem;
  }
}

.in04c_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
}

.in04cc_t {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.in04cct_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  z-index: 1;
}

.in04cct_bg img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in04cct_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.in04cct_c .li {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 1rem;
  color: #fff;
}

.in04cct_c .li1 {
  width: 17.48%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 900;
}

.in04cct_c .li1 span {
  display: inline-block;
  margin-left: 28%;
  padding-left: 0.3rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in04cct_c .li2 {
  width: 82.52%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.in04cct_c .li2 label {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: 900;
}

.in04cct_c .li2 label span {
  display: inline-block;
}

.in04cct_c .li2 label .sp1 {
  padding-left: 0.36rem;
}

.in04cct_c .li2 label .sp2 {
  margin-left: 0.15rem;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}

.in04cc_c {
  width: 100%;
  overflow: hidden;
}

.in04cc_c ul li {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  color: #fff;
  line-height: 1.5;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.229rem 0px;
}

.in04cc_c ul li .li {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 0.2rem;
}

.in04cc_c ul li .li1 {
  width: 17.48%;
  font-weight: 300;
  font-family: "Microsoft Yahei", "微软雅黑", "微软雅黑", -apple-system, BlinkMacSystemFont;
}

.in04cc_c ul li .li1 span {
  display: inline-block;
  text-align: left;
  margin-left: 28%;
  padding-left: 0.3rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in04cc_c ul li .li2 {
  width: 48.11%;
  font-weight: 900;
}

.in04cc_c ul li .li2 span {
  display: inline-block;
  margin-left: 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in04cc_c ul li .li2 i {
  display: inline-block;
  font-weight: 300;
  font-family: "Microsoft Yahei", "微软雅黑", "微软雅黑", -apple-system, BlinkMacSystemFont;
}

.in04cc_c ul li .li3 {
  width: 34.41%;
  font-weight: 300;
  font-family: "Microsoft Yahei", "微软雅黑", "微软雅黑", -apple-system, BlinkMacSystemFont;
}

.in04cc_c ul li .li3 span {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
}

.in04cc_c_01 {
  background: url("../images/svg_01.webp") 50% no-repeat;
  background-size: cover;
}

.in04cc_c_01 ul li .li1 span {
  background: url("../upimg/in_19.png") 0% 50% no-repeat;
  background-size: 0.17rem;
}

.in04cc_c_01 ul li .li2 span {
  background: url("../upimg/in_20.png") 0% calc((28.8px - 0.19rem) / 2) no-repeat;
  background-size: 0.17rem;
  padding-left: 0.36rem;
}

.in04cc_c_01 ul li .li3 span {
  background: url("../upimg/in_21.png") 0% 50% no-repeat;
  background-size: 0.2rem;
  padding-left: 0.39rem;
}

.in04cc_c_01 ul li:nth-child(2) {
  background: linear-gradient(to right, #4b4897, #355293);
  background: -webkit-linear-gradient(to right, #4b4897, #355293);
  background: -o-linear-gradient(to right, #4b4897, #355293);
  background: -moz-linear-gradient(to right, #4b4897, #355293);
}

.in04cc_c_01 ul li:nth-child(4) {
  background: linear-gradient(to right, #444896, #355293);
  background: -webkit-linear-gradient(to right, #444896, #355293);
  background: -o-linear-gradient(to right, #444896, #355293);
  background: -moz-linear-gradient(to right, #444896, #355293);
}

.in04cc_c_01 ul li:nth-child(6) {
  background: linear-gradient(to right, #3d4894, #355293);
  background: -webkit-linear-gradient(to right, #3d4894, #355293);
  background: -o-linear-gradient(to right, #3d4894, #355293);
  background: -moz-linear-gradient(to right, #3d4894, #355293);
}

.in04cc_c_01 ul li:nth-child(8) {
  background: linear-gradient(to right, #364793, #355293);
  background: -webkit-linear-gradient(to right, #364793, #355293);
  background: -o-linear-gradient(to right, #364793, #355293);
  background: -moz-linear-gradient(to right, #364793, #355293);
}

.in04cc_c_01 ul li:nth-child(10) {
  background: linear-gradient(to right, #2e4792, #355293);
  background: -webkit-linear-gradient(to right, #2e4792, #355293);
  background: -o-linear-gradient(to right, #2e4792, #355293);
  background: -moz-linear-gradient(to right, #2e4792, #355293);
}

.in04cc_c_01 ul li:nth-child(12) {
  background: linear-gradient(to right, #274791, #355293);
  background: -webkit-linear-gradient(to right, #274791, #355293);
  background: -o-linear-gradient(to right, #274791, #355293);
  background: -moz-linear-gradient(to right, #274791, #355293);
}

.in04cc_c_02 {
  background: url("../images/svg_02.svg") 50% no-repeat;
  background-size: cover;
}

.in04cc_c_02 ul li .li1 span {
  background: url("../upimg/in_19.png") 0% 50% no-repeat;
  background-size: 0.17rem;
}

.in04cc_c_02 ul li .li2 span {
  background: url("../upimg/in_20.png") 0% 50% no-repeat;
  background-size: 0.17rem;
  padding-left: 0.36rem;
}

.in04cc_c_02 ul li .li3 span {
  background: url("../upimg/in_21.png") 0% 50% no-repeat;
  background-size: 0.2rem;
  padding-left: 0.39rem;
}

.in04cc_c_02 ul li:nth-child(2) {
  background: linear-gradient(to right, #484997, #255290);
  background: -webkit-linear-gradient(to right, #484997, #255290);
  background: -o-linear-gradient(to right, #484997, #255290);
  background: -moz-linear-gradient(to right, #484997, #255290);
}

.in04cc_c_02 ul li:nth-child(4) {
  background: linear-gradient(to right, #3e4895, #255290);
  background: -webkit-linear-gradient(to right, #3e4895, #255290);
  background: -o-linear-gradient(to right, #3e4895, #255290);
  background: -moz-linear-gradient(to right, #3e4895, #255290);
}

.in04cc_c_02 ul li:nth-child(6) {
  background: linear-gradient(to right, #324892, #255290);
  background: -webkit-linear-gradient(to right, #324892, #255290);
  background: -o-linear-gradient(to right, #324892, #255290);
  background: -moz-linear-gradient(to right, #324892, #255290);
}

.in04cc_c_02 ul li:nth-child(8) {
  background: linear-gradient(to right, #364793, #255290);
  background: -webkit-linear-gradient(to right, #364793, #255290);
  background: -o-linear-gradient(to right, #364793, #255290);
  background: -moz-linear-gradient(to right, #364793, #255290);
}

.in04cc_c_02 ul li:nth-child(10) {
  background: linear-gradient(to right, #2e4792, #255290);
  background: -webkit-linear-gradient(to right, #2e4792, #255290);
  background: -o-linear-gradient(to right, #2e4792, #255290);
  background: -moz-linear-gradient(to right, #2e4792, #255290);
}

.in04cc_c_02 ul li:nth-child(12) {
  background: linear-gradient(to right, #274791, #255290);
  background: -webkit-linear-gradient(to right, #274791, #255290);
  background: -o-linear-gradient(to right, #274791, #255290);
  background: -moz-linear-gradient(to right, #274791, #255290);
}

.in04cc_c_03 {
  background: url("../images/svg_03.svg") 50% no-repeat;
  background-size: cover;
}

.in04cc_c_03 ul li .li1 span {
  background: url("../upimg/in_24.png") 0% 50% no-repeat;
  background-size: 0.17rem;
}

.in04cc_c_03 ul li .li2 span {
  background: url("../upimg/in_25.png") 0% 50% no-repeat;
  background-size: 0.17rem;
  padding-left: 0.36rem;
}

.in04cc_c_03 ul li .li3 span {
  background: url("../upimg/in_21.png") 0% 50% no-repeat;
  background-size: 0.2rem;
  padding-left: 0.39rem;
}

.in04cc_c_03 ul li:nth-child(2) {
  background: linear-gradient(to right, #484997, #255290);
  background: -webkit-linear-gradient(to right, #484997, #255290);
  background: -o-linear-gradient(to right, #484997, #255290);
  background: -moz-linear-gradient(to right, #484997, #255290);
}

.in04cc_c_03 ul li:nth-child(4) {
  background: linear-gradient(to right, #3e4895, #255290);
  background: -webkit-linear-gradient(to right, #3e4895, #255290);
  background: -o-linear-gradient(to right, #3e4895, #255290);
  background: -moz-linear-gradient(to right, #3e4895, #255290);
}

.in04cc_c_03 ul li:nth-child(6) {
  background: linear-gradient(to right, #324892, #255290);
  background: -webkit-linear-gradient(to right, #324892, #255290);
  background: -o-linear-gradient(to right, #324892, #255290);
  background: -moz-linear-gradient(to right, #324892, #255290);
}

.in04cc_c_03 ul li:nth-child(8) {
  background: linear-gradient(to right, #364793, #255290);
  background: -webkit-linear-gradient(to right, #364793, #255290);
  background: -o-linear-gradient(to right, #364793, #255290);
  background: -moz-linear-gradient(to right, #364793, #255290);
}

.in04cc_c_03 ul li:nth-child(10) {
  background: linear-gradient(to right, #2e4792, #255290);
  background: -webkit-linear-gradient(to right, #2e4792, #255290);
  background: -o-linear-gradient(to right, #2e4792, #255290);
  background: -moz-linear-gradient(to right, #2e4792, #255290);
}

.in04cc_c_03 ul li:nth-child(12) {
  background: linear-gradient(to right, #274791, #255290);
  background: -webkit-linear-gradient(to right, #274791, #255290);
  background: -o-linear-gradient(to right, #274791, #255290);
  background: -moz-linear-gradient(to right, #274791, #255290);
}

.in04cc_t1 {
  margin-top: 0.4rem;
}

.in04cc_1 {
  width: 100%;
  overflow: hidden;
  background: url("../images/svg_03.svg") 50% no-repeat;
  background-size: cover;
}

.in04cc_1 ul li {
  width: 100%;
  overflow: hidden;
  padding: 0.2rem 0px;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  line-height: 1.5;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
}

.in04cc_1 ul li:last-child {
  border-bottom: 0px;
}

.in04cc_1 ul li .li1 {
  width: 17.48%;
  font-weight: 300;
  font-family: "Microsoft Yahei", "微软雅黑", "微软雅黑", -apple-system, BlinkMacSystemFont;
}

.in04cc_1 ul li .li1 span {
  display: inline-block;
  text-align: left;
  margin-top: 0.07rem;
  margin-left: 28%;
  padding-left: 0.3rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: url("../upimg/in_22.png") 0% 50% no-repeat;
  background-size: 0.17rem;
}

.in04cc_1 ul li .li2 {
  width: 82.52%;
}

.in04cc_1 ul li .li2 dl {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.2rem;
}

.in04cc_1 ul li .li2 dl dd {
  margin: 0px;
  padding: 0px;
  position: relative;
  background: url("../images/svg_04.svg") 50% no-repeat;
  background-size: cover;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-height: 1.212rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.in04cc_1 ul li .li2 dl dd::before {
  content: "";
  display: block;
  width: 0.18rem;
  height: 100%;
  background: url("../upimg/in_23.png") 50% 0% no-repeat;
  background-size: 100%;
  pointer-events: none;
  position: absolute;
  left: 0.14rem;
  top: 0.12rem;
}

.in04cc_1 ul li .li2 dl dd span {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  font-weight: 900;
}

.in04cc_1 ul li .li2 dl dd i {
  width: 100%;
  display: block;
  overflow: hidden;
  font-weight: 300;
  font-family: "Microsoft Yahei", "微软雅黑", "微软雅黑", -apple-system, BlinkMacSystemFont;
}

.in04cc_b {
  width: 100%;
  overflow: hidden;
  text-align: right;
  color: #97cbec;
  line-height: 1.5;
  margin-top: 0.2rem;
}

@media screen and (max-width: 1440px) {
  .in04cc_1 ul li .li1 span {
    margin-left: 24%;
  }
}

@media screen and (max-width: 1440px) {
  .in04_c .in04cct_c .li1 span {
    margin-left: 24%;
  }
  .in04_c .in04cc_c ul li .li1 span {
    margin-left: 24%;
  }
}

.in_05 {
  overflow: hidden;
  position: relative;
}

.in_05 .in05_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(#171730, #04050a);
  background: -webkit-linear-gradient(#171730, #04050a);
  background: -o-linear-gradient(#171730, #04050a);
  background: -moz-linear-gradient(#171730, #04050a);
  z-index: 1;
}

.in_05 .in05_bg img.img1 {
  display: block;
  width: 0.95rem;
  position: absolute;
  right: 0px;
  top: 0px;
}

.in_05 .in05_bg img.img2 {
  display: block;
  width: 2.35rem;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.in_05 .in05_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 0.7rem 0px 0.8rem 0px;
}

.in05c_01 {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 0.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in05c_01::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: url("../upimg/svg_01.svg") 50% 0% no-repeat;
  background-size: 100%;
}

.in05c_01 .p {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in05c_01 .p1 {
  padding: 0px 0.7rem;
  padding-top: 0.6rem;
  color: #fff;
  line-height: 1.65;
}

.in05c_01 .p2 {
  margin-top: 0.6rem;
}

.in05c_01 .p2 ul {
  width: calc(100% - 1.4rem);
  margin: 0px auto;
  padding: 0px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0.8rem;
  grid-row-gap: 0px;
}

.in05c_01 .p2 ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.in05c_01 .p2 ul li .ai1 {
  padding: 0px 0.2rem;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in05c_01 .p2 ul li .ai1 i {
  display: inline-block;
  position: relative;
  width: 100%;
}

.in05c_01 .p2 ul li .ai1 img.img1 {
  width: 100%;
  display: block;
}

.in05c_01 .p2 ul li .ai1 img.img2 {
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.in05c_01 .p2 ul li .ai1 img.img3 {
  width: calc(100% - 0rem);
  display: block;
  position: absolute;
  left: 0.03rem;
  top: 0px;
  z-index: 4;
}

.in05c_01 .p2 ul li .i2 {
  position: relative;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  position: relative;
  margin-top: -0.35rem;
}

.in05c_01 .p2 ul li .i2::before {
  content: "";
  display: block;
  width: calc(100% - 0.07rem);
  height: calc(100% - 0.07rem);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.in05c_01 .p2 ul li .i2::after {
  content: "";
  display: block;
  width: calc(100% - 0.07rem);
  height: calc(100% - 0.07rem);
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}

.in05c_01 .p2 ul li .i2 label {
  width: auto;
  display: inline-block;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  padding: 0.154rem 0px;
}

.in05c_01 .p2 ul li .i2 label img {
  display: block;
  width: 0.34rem;
}

.in05c_01 .p2 ul li .i2 label span {
  padding-left: 0.12rem;
}

.in05c_01 .p2 ul li:nth-child(1) .i2::before {
  background: linear-gradient(to right, #7e77e9, #0895d4);
  background: -webkit-linear-gradient(to right, #7e77e9, #0895d4);
  background: -o-linear-gradient(to right, #7e77e9, #0895d4);
  background: -moz-linear-gradient(to right, #7e77e9, #0895d4);
}

.in05c_01 .p2 ul li:nth-child(1) .i2::after {
  background: url("../upimg/svg_02_03.webp") 50% no-repeat;
  background-size: 100% 100%;
}

.in05c_01 .p2 ul li:nth-child(2) .i2::before {
  background: linear-gradient(to right, #ccde4a, #0498d0);
  background: -webkit-linear-gradient(to right, #ccde4a, #0498d0);
  background: -o-linear-gradient(to right, #ccde4a, #0498d0);
  background: -moz-linear-gradient(to right, #ccde4a, #0498d0);
}

.in05c_01 .p2 ul li:nth-child(2) .i2::after {
  background: url("../upimg/svg_03_03.webp") 50% no-repeat;
  background-size: 100% 100%;
}

.in05c_01 .p2 ul li:nth-child(3) .i2::before {
  background: linear-gradient(to right, #9172eb, #d27101);
  background: -webkit-linear-gradient(to right, #9172eb, #d27101);
  background: -o-linear-gradient(to right, #9172eb, #d27101);
  background: -moz-linear-gradient(to right, #9172eb, #d27101);
}

.in05c_01 .p2 ul li:nth-child(3) .i2::after {
  background: url("../upimg/svg_04_03.webp") 50% no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .in_05 .in05c_01 .p2 ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .in_05 .in05c_01 .p2 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .in_05 .in05c_01 .p1 {
    padding: 0px 0.2rem;
    padding-top: 0.3rem;
  }
  .in_05 .in05c_01 .p2 {
    margin-top: 0.3rem;
  }
  .in_05 .in05c_01 .p2 ul {
    width: calc(100% - 1.4rem);
    grid-row-gap: 0.3rem;
  }
}

.in05c_02 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
  position: relative;
}

.in05c_02 img {
  width: 100%;
  display: block;
}

.in05c_02 .p {
  width: 100%;
  text-align: center;
  overflow: hidden;
  color: #fff;
  line-height: 1.65;
  position: absolute;
  left: 0px;
  bottom: 0.4rem;
  z-index: 9;
}

.in_06 {
  overflow: hidden;
  position: relative;
}

.in_06 .in06_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(#1d172f, #071c2b);
  background: -webkit-linear-gradient(#1d172f, #071c2b);
  background: -o-linear-gradient(#1d172f, #071c2b);
  background: -moz-linear-gradient(#1d172f, #071c2b);
  z-index: 1;
}

.in_06 .in06_bg img.img1 {
  display: block;
  width: 1.74rem;
  position: absolute;
  right: 0px;
  top: 0px;
}

.in_06 .in06_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 0.6rem 0px 0.6rem 0px;
}

.in05c_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.in05c_c .txt {
  width: 26.78%;
  overflow: hidden;
  padding: 0px 0.4rem;
  background: url("../images/svg_06.svg") 50% no-repeat;
  background-size: cover;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in05c_c .txt .c {
  width: 100%;
  overflow: hidden;
}

.in05c_c .txt .p {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.2rem;
}

.in05c_c .txt .p:last-child {
  margin-bottom: 0px;
}

.in05c_c .txt .p1 img {
  display: block;
  width: 0.14rem;
  float: left;
  position: relative;
  top: calc((23.43px - 0.13rem) / 2);
}

.in05c_c .txt .p1 span {
  width: calc(100% - 0.14rem - 0.08rem);
  display: block;
  float: right;
  color: #fff;
  line-height: 1.65;
}

.in05c_c .txt .p2 {
  text-align: center;
  margin-top: 0.4rem;
}

.in05c_c .txt .p2 a {
  display: inline-block;
  background-color: #fff;
  border-radius: 0.03rem;
  -webkit-border-radius: 0.03rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  color: #000;
  padding: 0.1278rem 0.36rem;
}

.in05c_c .txt .p2 span {
  display: inline-block;
  background: url("../upimg/in_40.png") 100% calc(50% + 0.02rem) no-repeat;
  background-size: 0.13rem;
  padding-right: 0.24rem;
}

.in05c_c .img {
  width: 73.22%;
  overflow: hidden;
}

.in05c_c .img img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 1500px) {
  .in05c_c .img {
    width: 70%;
  }
  .in05c_c .img img {
    object-fit: cover;
    height: 100%;
    object-position: 100% 50%;
  }
  .in05c_c .txt {
    width: 30%;
    padding: 0.4rem 0.4rem;
  }
  .in05c_c .txt .p {
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width: 750px) {
  .in05c_c .img img {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
}

.in_07 {
  overflow: hidden;
  position: relative;
}

.in_07 .in07_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(#1e1c3f, #03080c);
  background: -webkit-linear-gradient(#1e1c3f, #03080c);
  background: -o-linear-gradient(#1e1c3f, #03080c);
  background: -moz-linear-gradient(#1e1c3f, #03080c);
  z-index: 1;
}

.in_07 .in07_bg img.img1 {
  display: block;
  width: 4.26rem;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.in_07 .in07_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 0.6rem 0px 1.6rem 0px;
}

.in_07 .in07_c .b1 {
  width: 0.1rem;
  height: 1px;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in07c_c {
  width: 100%;
  overflow: visible;
  margin-top: 0.5rem;
  position: relative;
}

.in07c_c .in07c_prev {
  width: 0.22rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../upimg/in_41.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: -0.42rem;
  top: 0px;
  z-index: 999;
}

.in07c_c .in07c_next {
  width: 0.22rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../upimg/in_44.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: -0.42rem;
  top: 0px;
  z-index: 999;
}

@media screen and (max-width: 1200px) {
  .in07c_c .in07c_prev {
    left: 0.2rem;
  }
  .in07c_c .in07c_next {
    right: 0.2rem;
  }
}

.in07c_slide {
  width: 100%;
  overflow: hidden;
}

.in07c_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.in07c_slide .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.in07c_slide .swiper-slide img {
  width: 100%;
  display: block;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in07c_slide .swiper-slide:hover img {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.in03c_04 {
  margin-top: -0.1rem;
}

.in03c_02 ul li .in03cli_c .p2 i {
  display: inline-block;
  width: 0.1rem;
}

.in03c_02 {
  margin-top: 0.3rem;
}

.in03c_03 {
  margin-top: 0.3rem;
}

.ft70 {
  font-size: 61.2px;
}

.ft60 {
  font-size: 51.2px;
}

.ft55 {
  font-size: 35.2px;
}

.ft48 {
  font-size: 39.2px;
}

.ft42 {
  font-size: 33.2px;
}

.ft36 {
  font-size: 27.2px;
}

.ft32 {
  font-size: 23.2px;
}

.ft30 {
  font-size: 21.2px;
}

.ft28 {
  font-size: 23.2px;
}

.ft27 {
  font-size: 22.2px;
}

.ft26 {
  font-size: 21.2px;
}

.ft25 {
  font-size: 20.2px;
}

.ft24 {
  font-size: 19.2px;
}

.ft22 {
  font-size: 17.2px;
}

.ft20 {
  font-size: 16.2px;
}

.ft18 {
  font-size: 14.2px;
}

.ft16 {
  font-size: 13.2px;
}

.ft15 {
  font-size: 12.2px;
}

.ft14 {
  font-size: 11.2px;
}

.ft12 {
  font-size: 12px;
}

@media screen and (max-width: 1505px) {
  .ft70 {
    font-size: 57.2px;
  }
  .ft60 {
    font-size: 47.2px;
  }
  .ft55 {
    font-size: 35.2px;
  }
  .ft48 {
    font-size: 35.2px;
  }
  .ft42 {
    font-size: 29.2px;
  }
  .ft36 {
    font-size: 23.2px;
  }
  .ft32 {
    font-size: 19.2px;
  }
  .ft30 {
    font-size: 17.2px;
  }
  .ft28 {
    font-size: 21.2px;
  }
  .ft27 {
    font-size: 20.2px;
  }
  .ft26 {
    font-size: 19.2px;
  }
  .ft25 {
    font-size: 18.2px;
  }
  .ft24 {
    font-size: 17.2px;
  }
  .ft22 {
    font-size: 15.2px;
  }
  .ft20 {
    font-size: 16.2px;
  }
  .ft18 {
    font-size: 14.2px;
  }
  .ft16 {
    font-size: 13.2px;
  }
  .ft15 {
    font-size: 11.2px;
  }
  .ft14 {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 1439px) {
  .ft70 {
    font-size: 46.2px;
  }
  .ft60 {
    font-size: 36.2px;
  }
  .ft55 {
    font-size: 28.2px;
  }
  .ft48 {
    font-size: 30.2px;
  }
  .ft42 {
    font-size: 24.2px;
  }
  .ft36 {
    font-size: 18.2px;
  }
  .ft32 {
    font-size: 18.2px;
  }
  .ft30 {
    font-size: 17.2px;
  }
  .ft28 {
    font-size: 16.2px;
  }
  .ft27 {
    font-size: 17.2px;
  }
  .ft26 {
    font-size: 16.2px;
  }
  .ft25 {
    font-size: 18.2px;
  }
  .ft24 {
    font-size: 17.2px;
  }
  .ft22 {
    font-size: 15.2px;
  }
  .ft20 {
    font-size: 15.2px;
  }
  .ft18 {
    font-size: 13.2px;
  }
  .ft16 {
    font-size: 14px;
  }
  .ft15 {
    font-size: 15px;
  }
  .ft14 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .topfr {
    height: 0.792rem;
  }
  .topfr .fl {
    height: 0.792rem;
  }
  .topfr .fl img {
    height: 0.4rem;
  }
  .topfr .fr .menufr ul li {
    height: 0.792rem;
  }
  .in01_c .p1 img {
    height: 2.025rem;
  }
  .in01_c .p3 {
    margin-top: 0.2rem;
  }
  .in01_c .p3 a {
    padding: 0.093rem 0.56rem;
  }
  .in_01 .in01_c .c {
    margin-top: -0.5rem;
  }
  .in02c_t img {
    max-width: 5.72rem;
  }
  .in03c_02 {
    margin-top: 0.28rem;
  }
  .in03c_03 {
    margin-top: 0.28rem;
  }
  .in03c_03 ul li .in03cli_c .p1 img {
    height: 0.9rem;
  }
  .in03c_03 ul li .in03cli_c .p2 {
    margin-top: 0px;
  }
  .in03c_03 ul li .in03cli_c .p1 {
    margin-top: 0.28rem;
  }
  .in03c_03 ul li .in03cli_c {
    padding-bottom: 0.4rem;
  }
  .in_04 .in04_c {
    padding-top: 0.8rem;
  }
  .in04c_t ul li {
    height: 0.445rem;
  }
  .in04cct_c .li {
    height: 0.9rem;
  }
  .in04cc_c ul li {
    padding: 0.18rem 0px;
  }
  .in_05 .in05_c {
    padding-top: 0.5rem;
  }
  .in05c_01 .p1 {
    padding-top: 0.4rem;
  }
  .in05c_01 .p2 ul li .i2 label img {
    height: 0.34rem;
  }
  .in05c_c .txt .p2 a {
    padding: 0.0878rem 0.36rem;
  }
  .in05c_c .txt {
    width: 26.78%;
  }
  .in05c_c .img {
    width: 73.22%;
  }
  .in_07 .in07_c {
    padding-top: 0.5rem;
  }
  .topfr .fr .menufr ul li a {
    padding: 0.0761rem 0.3rem;
  }
  .in01_bg img.img3 {
    top: -0.5rem;
    left: -0.23rem;
  }
  .in05c_c .txt .p1 img {
    top: 0.049rem;
  }
  .in03c_04 {
    margin-top: -0.2rem;
  }
  .in03c_02 {
    margin-top: 0.3rem;
  }
  .in03c_03 {
    margin-top: 0.3rem;
  }
  .ft70 {
    font-size: 0.6rem;
  }
  .ft60 {
    font-size: 36.2px;
  }
  .ft55 {
    font-size: 28.2px;
  }
  .ft48 {
    font-size: 30.2px;
  }
  .ft42 {
    font-size: 24.2px;
  }
  .ft36 {
    font-size: 0.371rem;
  }
  .ft32 {
    font-size: 18.2px;
  }
  .ft30 {
    font-size: 17.2px;
  }
  .ft28 {
    font-size: 16.2px;
  }
  .ft27 {
    font-size: 17.2px;
  }
  .ft26 {
    font-size: 0.255rem;
  }
  .ft25 {
    font-size: 0.241rem;
  }
  .ft24 {
    font-size: 0.231rem;
  }
  .ft22 {
    font-size: 15.4px;
  }
  .ft20 {
    font-size: 0.189rem;
  }
  .ft18 {
    font-size: 0.172rem;
  }
  .ft16 {
    font-size: 14px;
  }
  .ft15 {
    font-size: 0.133rem;
  }
  .ft14 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .in_04 .in04_c {
    padding: 0.6rem 0px;
  }
  .in04cct_c .li1 {
    width: 100%;
    height: auto;
  }
  .in04_c .in04cct_c .li1 span {
    margin-left: 0.1rem;
  }
  .in04cct_c {
    padding: 0.2rem 0px;
  }
  .in04cct_c .li2 {
    width: 100%;
    height: auto;
    padding: 0.05rem 0px;
  }
  .in04cct_c .li2 label {
    margin-left: 0.1rem;
  }
  .in04cct_c .li2 label .sp1 {
    padding-left: 0.3rem;
  }
  .in04cc_c ul li {
    display: block;
    padding: 0.15rem 0px;
  }
  .in04cc_c ul li .li1 {
    width: 100%;
  }
  .in04_c .in04cc_c ul li .li1 span {
    margin-left: 0.4rem;
  }
  .in04cc_c ul li .li2 {
    width: 100%;
  }
  .in04cc_c ul li .li2 span {
    margin-left: 0.4rem;
    padding-left: 0.3rem;
  }
  .in04cc_c_01 ul li .li2 span {
    background-position: 0% 0.1rem;
  }
  .in04cc_c ul li .li3 {
    width: 100%;
    padding-top: 0.1rem;
  }
  .in04cc_c ul li .li3 span {
    margin-left: 0.4rem;
    padding-left: 0.3rem;
  }
  .in04cc_c ul li .li_empty {
    display: none;
  }
  .in04cc_c ul li .li1 {
    padding: 0.05rem 0px;
  }
  .in04cc_1 ul li {
    display: block;
    width: calc(100% - 0.8rem);
    margin: 0px auto;
    border: 0px;
  }
  .in04cc_1 ul li:first-child {
    padding-bottom: 0px;
  }
  .in04cc_1 ul li .li1 {
    width: 100%;
  }
  .in04cc_1 ul li .li1 span {
    margin-left: 0.14rem;
  }
  .in04cc_1 ul li .li2 {
    width: 100%;
    padding-top: 0.2rem;
  }
  .in04cc_1 ul li .li2 dl {
    grid-template-columns: 100%;
  }
  .ft70 {
    font-size: 38px;
  }
  .ft60 {
    font-size: 26px;
  }
  .ft55 {
    font-size: 26px;
  }
  .ft48 {
    font-size: 26px;
  }
  .ft42 {
    font-size: 25px;
  }
  .ft36 {
    font-size: 24px;
  }
  .ft32 {
    font-size: 20px;
  }
  .ft30 {
    font-size: 18px;
  }
  .ft28 {
    font-size: 16px;
  }
  .ft27 {
    font-size: 16px;
  }
  .ft26 {
    font-size: 16px;
  }
  .ft24 {
    font-size: 16px;
  }
  .ft22 {
    font-size: 16px;
  }
  .ft20 {
    font-size: 16px;
  }
  .ft18 {
    font-size: 15px;
  }
  .ft16 {
    font-size: 14px;
  }
  .ft15 {
    font-size: 14px;
  }
  .ft14 {
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  .wrap_c {
    width: 95%;
  }
  .topfr .wrap_c {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .wrap_in {
    width: 95%;
  }
  .topfr .wrap_in {
    width: 95%;
  }
  .w_pc {
    display: none !important;
  }
  .w_wap {
    display: block !important;
  }
  .in_03 .in03_c {
    padding: 0.6rem 0px;
  }
  .in03c_02 ul {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 0.2rem;
  }
  .in03c_02 ul li .in03cli_c {
    padding-bottom: 0.4rem;
  }
  .in03c_01 {
    margin-top: 0.4rem;
  }
  .in03c_03 ul {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 0.2rem;
  }
  .in03c_03 ul li .in03cli_c {
    padding-bottom: 0.4rem;
  }
  .in03c_03 ul li .in03cli_c .p1 {
    margin-top: 0.3rem;
  }
  .in_04 .in04_c {
    padding: 0.6rem 0px;
  }
  .in04cct_c .li1 {
    width: 100%;
    height: auto;
  }
  .in04_c .in04cct_c .li1 span {
    margin-left: 0.1rem;
  }
  .in04cct_c {
    padding: 0.2rem 0px;
  }
  .in04cct_c .li2 {
    width: 100%;
    height: auto;
    padding: 0.05rem 0px;
  }
  .in04cct_c .li2 label {
    margin-left: 0.1rem;
  }
  .in04cct_c .li2 label .sp1 {
    padding-left: 0.3rem;
  }
  .in04cc_c ul li {
    display: block;
    padding: 0.15rem 0px;
  }
  .in04cc_c ul li .li1 {
    width: 100%;
  }
  .in04_c .in04cc_c ul li .li1 span {
    margin-left: 0.4rem;
  }
  .in04cc_c ul li .li2 {
    width: 100%;
  }
  .in04cc_c ul li .li2 span {
    margin-left: 0.4rem;
    padding-left: 0.3rem;
  }
  .in04cc_c_01 ul li .li2 span {
    background-position: 0% 0.1rem;
  }
  .in04cc_c ul li .li3 {
    width: 100%;
    padding-top: 0.1rem;
  }
  .in04cc_c ul li .li3 span {
    margin-left: 0.4rem;
    padding-left: 0.3rem;
  }
  .in04cc_c ul li .li_empty {
    display: none;
  }
  .in04cc_c ul li .li1 {
    padding: 0.05rem 0px;
  }
  .in04cc_1 ul li {
    display: block;
  }
  .in04cc_1 ul li .li1 {
    width: 100%;
  }
  .in04cc_1 ul li .li1 span {
    margin-left: 0.4rem;
  }
  .in04cc_1 ul li .li2 {
    width: 100%;
    padding-top: 0.2rem;
  }
  .in04cc_1 ul li .li2 dl {
    grid-template-columns: 100%;
  }
  .in_05 .in05_c {
    padding: 0.6rem 0px;
  }
  .in05c_c {
    width: 100%;
    display: block;
  }
  .in05c_c .txt {
    width: 100%;
  }
  .in05c_c .img {
    width: 100%;
  }
  .in05c_02 .p {
    bottom: 0.1rem;
  }
  .in04cc_1 ul li {
    border-bottom: 0px;
  }
  .in04cc_1 ul li:first-child {
    padding-bottom: 0px;
  }
  .in04cc_1 ul li {
    width: calc(100% - 0.8rem);
    margin: 0px auto;
  }
  .in04cc_1 ul li .li1 span {
    margin-left: 0.13rem;
  }
  .ft70 {
    font-size: 38px;
  }
  .ft60 {
    font-size: 26px;
  }
  .ft55 {
    font-size: 26px;
  }
  .ft48 {
    font-size: 26px;
  }
  .ft42 {
    font-size: 25px;
  }
  .ft36 {
    font-size: 24px;
  }
  .ft32 {
    font-size: 20px;
  }
  .ft30 {
    font-size: 18px;
  }
  .ft28 {
    font-size: 16px;
  }
  .ft27 {
    font-size: 16px;
  }
  .ft26 {
    font-size: 16px;
  }
  .ft24 {
    font-size: 15.7px;
  }
  .ft22 {
    font-size: 15.7px;
  }
  .ft20 {
    font-size: 15.7px;
  }
  .ft18 {
    font-size: 15px;
  }
  .ft16 {
    font-size: 14px;
  }
  .ft15 {
    font-size: 14px;
  }
  .ft14 {
    font-size: 12px;
  }
}
.in04cc_c_01 ul li .li2 span {
  background: url("../upimg/in_20.png") 0% calc((28.8px - 0.19rem) / 2) no-repeat;
  background-size: 0.17rem;
}
@media screen and (max-width: 1505px) {
  .in04cc_c_01 ul li .li2 span {
    background: url("../upimg/in_20.png") 0% calc((28.8px - 0.19rem) / 2) no-repeat;
    background-size: 0.17rem;
  }
}
@media screen and (max-width: 1439px) {
  .in04cc_c_01 ul li .li2 span {
    background: url("../upimg/in_20.png") 0% calc((25.8px - 0.19rem) / 2) no-repeat;
    background-size: 0.17rem;
  }
}
@media screen and (max-width: 1366px) {
  .in04cc_c_01 ul li .li2 span {
    background: url("../upimg/in_20.png") 0% calc((25.8px - 0.19rem) / 2) no-repeat;
    background-size: 0.17rem;
  }
}
@media screen and (max-width: 1023px) {
  .in04cc_c_01 ul li .li2 span {
    background: url("../upimg/in_20.png") 0% calc((24px - 0.19rem) / 2) no-repeat;
    background-size: 0.17rem;
  }
}
@media screen and (max-width: 768px) {
  .in04cc_c_01 ul li .li2 span {
    background: url("../upimg/in_20.png") 0% calc((24px - 0.19rem) / 2) no-repeat;
    background-size: 0.17rem;
  }
}
.in04cc_c_01 ul li .li3 span {
  background: url("../upimg/in_21.png") 0% calc((28.8px - 0.24rem) / 2) no-repeat;
  background-size: 0.2rem;
}
@media screen and (max-width: 1505px) {
  .in04cc_c_01 ul li .li3 span {
    background: url("../upimg/in_21.png") 0% calc((28.8px - 0.28rem) / 2) no-repeat;
    background-size: 0.2rem;
  }
}
@media screen and (max-width: 1439px) {
  .in04cc_c_01 ul li .li3 span {
    background: url("../upimg/in_21.png") 0% calc((25.8px - 0.28rem) / 2) no-repeat;
    background-size: 0.2rem;
  }
}
@media screen and (max-width: 1366px) {
  .in04cc_c_01 ul li .li3 span {
    background: url("../upimg/in_21.png") 0% calc((25.8px - 0.28rem) / 2) no-repeat;
    background-size: 0.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .in04cc_c_01 ul li .li3 span {
    background: url("../upimg/in_21.png") 0% calc((24px - 0.24rem) / 2) no-repeat;
    background-size: 0.17rem;
  }
}
@media screen and (max-width: 768px) {
  .in04cc_c_01 ul li .li3 span {
    background: url("../upimg/in_21.png") 0% calc((24px - 0.24rem) / 2) no-repeat;
    background-size: 0.17rem;
  }
}

.in04cc_c_02 ul li .li2 span {
  background: url("../upimg/in_19.png") 0% calc((28.8px - 0.19rem) / 2) no-repeat;
  background-size: 0.17rem;
}
@media screen and (max-width: 1505px) {
  .in04cc_c_02 ul li .li2 span {
    background: url("../upimg/in_19.png") 0% calc((28.8px - 0.19rem) / 2) no-repeat;
    background-size: 0.17rem;
  }
}
@media screen and (max-width: 1439px) {
  .in04cc_c_02 ul li .li2 span {
    background: url("../upimg/in_19.png") 0% calc((25.8px - 0.19rem) / 2) no-repeat;
    background-size: 0.17rem;
  }
}
@media screen and (max-width: 1366px) {
  .in04cc_c_02 ul li .li2 span {
    background: url("../upimg/in_19.png") 0% calc((25.8px - 0.19rem) / 2) no-repeat;
    background-size: 0.17rem;
  }
}
@media screen and (max-width: 1023px) {
  .in04cc_c_02 ul li .li2 span {
    background: url("../upimg/in_19.png") 0% calc((24px - 0.19rem) / 2) no-repeat;
    background-size: 0.17rem;
  }
}
@media screen and (max-width: 768px) {
  .in04cc_c_02 ul li .li2 span {
    background: url("../upimg/in_19.png") 0% calc((24px - 0.19rem) / 2) no-repeat;
    background-size: 0.17rem;
  }
}
.in04cc_c_02 ul li .li3 span {
  background: url("../upimg/in_21.png") 0% calc((28.8px - 0.24rem) / 2) no-repeat;
  background-size: 0.2rem;
}
@media screen and (max-width: 1505px) {
  .in04cc_c_02 ul li .li3 span {
    background: url("../upimg/in_21.png") 0% calc((28.8px - 0.28rem) / 2) no-repeat;
    background-size: 0.2rem;
  }
}
@media screen and (max-width: 1439px) {
  .in04cc_c_02 ul li .li3 span {
    background: url("../upimg/in_21.png") 0% calc((25.8px - 0.28rem) / 2) no-repeat;
    background-size: 0.2rem;
  }
}
@media screen and (max-width: 1366px) {
  .in04cc_c_02 ul li .li3 span {
    background: url("../upimg/in_21.png") 0% calc((25.8px - 0.28rem) / 2) no-repeat;
    background-size: 0.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .in04cc_c_02 ul li .li3 span {
    background: url("../upimg/in_21.png") 0% calc((24px - 0.28rem) / 2) no-repeat;
    background-size: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .in04cc_c_02 ul li .li3 span {
    background: url("../upimg/in_21.png") 0% calc((24px - 0.28rem) / 2) no-repeat;
    background-size: 0.2rem;
  }
}

.in04cc_c_03 ul li .li2 span {
  background: url("../upimg/in_25.png") 0% calc((28.8px - 0.23rem) / 2) no-repeat;
  background-size: 0.17rem;
}
@media screen and (max-width: 1505px) {
  .in04cc_c_03 ul li .li2 span {
    background: url("../upimg/in_25.png") 0% calc((28.8px - 0.23rem) / 2) no-repeat;
    background-size: 0.17rem;
  }
}
@media screen and (max-width: 1439px) {
  .in04cc_c_03 ul li .li2 span {
    background: url("../upimg/in_25.png") 0% calc((25.8px - 0.23rem) / 2) no-repeat;
    background-size: 0.17rem;
  }
}
@media screen and (max-width: 1366px) {
  .in04cc_c_03 ul li .li2 span {
    background: url("../upimg/in_25.png") 0% calc((25.8px - 0.23rem) / 2) no-repeat;
    background-size: 0.17rem;
  }
}
@media screen and (max-width: 1023px) {
  .in04cc_c_03 ul li .li2 span {
    background: url("../upimg/in_25.png") 0% calc((24px - 0.23rem) / 2) no-repeat;
    background-size: 0.17rem;
  }
}
@media screen and (max-width: 768px) {
  .in04cc_c_03 ul li .li2 span {
    background: url("../upimg/in_25.png") 0% calc((24px - 0.23rem) / 2) no-repeat;
    background-size: 0.17rem;
  }
}

@media screen and (max-width: 750px) {
  .topfr {
    height: 60px;
  }
  .topfr .fl {
    height: 60px;
  }
  .in_01 .in01_c {
    display: none;
  }
}