@charset "UTF-8";
/* CSS Document */
/* 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: "DIN-BoldAlternate";
  src: url("../fonts/DIN-BoldAlternate.woff2") format("woff2"), url("../fonts/DIN-BoldAlternate.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro.woff2") format("woff2"), url("../fonts/DINPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Microsoft Yahei", "微软雅黑", "微软雅黑", PingFangSC-Regular, SimSun, Arial, tahoma, arial !important;
  margin: 0;
  padding: 0;
  font-style: normal !important;
  font-variant: normal !important;
  color: #222;
  font-size: 12px;
}

html {
  font-size: 62.5%;
}

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;
}

a:hover {
  color: #5cdf6c;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

.clear {
  clear: both;
  font-size: 0px;
  line-height: 0;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

.cell, .cell2, .cell3 {
  border-collapse: collapse;
  border-spacing: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

a, img {
  border: 0px;
}

br {
  font-family: SimSun;
}

p {
  margin: 0px;
  padding: 0px;
  line-height: 1.75;
}

i {
  margin: 0px;
  padding: 0px;
  font-style: normal;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

br {
  margin: 0px;
  padding: 0px;
}

.clearheight {
  width: 100%;
  height: 1px;
  overflow: hidden;
}

input, select, textarea {
  font-family: "Microsoft Yahei", "微软雅黑", "微软雅黑", PingFangSC-Regular, SimSun, Arial, tahoma, arial !important;
  outline: none;
}

input::-ms-clear, input::-ms-reveal {
  display: none;
}

input[type=text]:disabled {
  background-color: #999;
}

input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #999;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

input[type=text], input[type=button], input[type=submit], input[type=reset], select, textarea, button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 100px white inset;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type=button], input[type=text], input[type=password] {
  -webkit-appearance: none;
  outline: none;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}

/*loading*/
@-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*/
.wrap {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
}

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

.w_wap {
  display: none !important;
}

body {
  background: url("../images/bg.webp") 50% 0% no-repeat;
  background-size:cover;
  background-color: #000c04;
}

.topfr {
  overflow: visible;
  height: 66px;
  background: url("../images/t_01.webp") no-repeat;
  background-size: cover;
  position: sticky;
  top: 0px;
  z-index: 999;
}

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

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

.topfr .fl img {
  display: block;
  height: 40px;
}

.topfr .menufr {
  float: left;
}

.topfr .menufr ul li {
  float: left;
  position: relative;
}

.topfr .menufr ul li .mu_t {
  overflow: hidden;
  height: 66px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0.12rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}

.topfr .menufr ul li .mu_t::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: linear-gradient(to right, #57c4e3, #5be06d);
  background: -webkit-linear-gradient(to right, #57c4e3, #5be06d);
  background: -o-linear-gradient(to right, #57c4e3, #5be06d);
  background: -moz-linear-gradient(to right, #57c4e3, #5be06d);
  mask-image: url("../images/mask_01.webp");
  mask-size: 100% 100%;
}

.topfr .menufr ul li .mu_t a {
  color: #fff;
  position: relative;
  z-index: 9;
}

.topfr .menufr ul li .mu_c {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 100%;
  background: url("../images/t_02.webp") 50% no-repeat;
  background-size: cover;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.1rem;
  display: none;
}

.topfr .menufr ul li .mu_c p {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 0.1rem 0px;
  position: relative;
}

.topfr .menufr ul li .mu_c p::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(to right, #57c4e3, #5be06d);
  background: -webkit-linear-gradient(to right, #57c4e3, #5be06d);
  background: -o-linear-gradient(to right, #57c4e3, #5be06d);
  background: -moz-linear-gradient(to right, #57c4e3, #5be06d);
}

.topfr .menufr ul li .mu_c p a {
  color: #fff;
}

.topfr .menufr ul li .mu_c p:last-child::before {
  display: none;
}

.topfr .menufr ul li.active .mu_t::before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.topfr .menufr ul li.active1 .mu_t::before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.topfr .topr_r {
  float: left;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  margin-left: 0.5rem;
}

.topfr .topr_r .c {
  display: inline-block;
}

.topfr .topr_r a {
  display: inline-block;
  float: left;
}

.topfr .topr_r a.a1 {
  display: inline-block;
  height:30px;position:relative;line-height:30px;
}

.topfr .topr_r a.a1 i {
  display: inline-block;
  position:relative;z-index:9;padding:0px 15px;color:#fff;
}
.topfr .topr_r a.a1::before{content:"";display:block;width:100%;height:100%;overflow:hidden;border-radius:3px;background:linear-gradient(to right,#57c1df,#5bdd6c);background:-webkit-linear-gradient(to right,#57c1df,#5bdd6c);background:-o-linear-gradient(to right,#57c1df,#5bdd6c);background:-moz-linear-gradient(to right,#57c1df,#5bdd6c);position:absolute;left:0px;top:0px;z-index:1;mask-image:url('../images/mask_03.webp');mask-size:100% 100%;}
.topfr .topr_r a.a1:hover i{color:#000;}
.topfr .topr_r a.a1:Hover:before{mask:none;}





.topfr .topr_r a.a1 i img {
  display: block;
  height: 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.topfr .topr_r a.a1 i img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.topfr .topr_r a.a1:hover i img.img2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.topfr .topr_r a.a1:hover i img.img1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.topfr .topr_r a.a1:nth-child(2) {
  margin-left: 0.07rem;
}

.topfr .topr_r a.a2 {
  height: 16px;
  margin-top: 4px;
  margin-left: 0.2rem;
}

.topfr .topr_r a.a2 i {
  display: inline-block;
  position: relative;
}

.topfr .topr_r a.a2 i img {
  display: block;
  height: 23px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.topfr .topr_r a.a2 i img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.topfr .topr_r a.a2:hover i img.img2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.topfr .topr_r a.a2:hover i img.img1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

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

.in_01 .in01_bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

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

.in_01 .in01_c {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.in_01 .in01_c .wrap_c {
  position: relative;
  height: 100%;
}

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

.in_01 .in01_c .p1 {
  position: absolute;
  left: 0px;
  top: 1.45rem;
}

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

.in_01 .in01_c .p2 {
  position: absolute;
  left: 0px;
  bottom: 1.23rem;
}

.in_01 .in01_c .p2 img {
  display: block;
  height: 0.54rem;
}

.in_01 .in01_c .p3 {
  position: absolute;
  left: 0px;
  bottom: 0.45rem;
}

.in_01 .in01_c .p3 a {
  display: inline-block;
  height: 0.4rem;
  padding: 0px 0.4rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background: linear-gradient(-45deg, #5cc0dd, #5be06b);
  background: -webkit-linear-gradient(-45deg, #5cc0dd, #5be06b);
  background: -o-linear-gradient(-45deg, #5cc0dd, #5be06b);
  background: -moz-linear-gradient(-45deg, #5cc0dd, #5be06b);
  letter-spacing: 0.04rem;
  font-size: 0.16rem;
  line-height: 0.4rem;
  color: #000c04;
  font-weight: bold;
}

.in_01 .in01_c .p3 a:hover {
  background: linear-gradient(-45deg, #5be06b, #5be06b);
  background: -webkit-linear-gradient(-45deg, #5be06b, #5be06b);
  background: -o-linear-gradient(-45deg, #5be06b, #5be06b);
  background: -moz-linear-gradient(-45deg, #5be06b, #5be06b);
}

.in_01 .in01_c .p4 {
  position: absolute;
  left: 0px;
  bottom: 0rem;
}

.in_01 .in01_c .p4 img {
  display: block;
  max-height: 100%;
}

.in_02 {
  overflow: hidden;
}

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

.in02_tit img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  width: 4.56rem;
}

.in02_tit1 {
  margin-top: 0.68rem;
}

.in_03 {
  overflow: hidden;
  position: relative;
  margin-top: 0.3rem;
  height: 3.6rem;
}

.in_03 .fl {
  width: 53.6%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

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

.in_03 .fl .bg img {
  width: calc(100% - 2px);
  height: calc(100% - 4px);
  display: block;
  object-fit: cover;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  clip-path: polygon(0% 0%, 100% 0%, 86% 100%, 0% 100%);
  position: absolute;
  left: 0px;
  top: 2px;
  z-index: 3;
}

.in_03 .fl .bg::before {
  content: "";
  display: block;
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: linear-gradient(-45deg, #2c6873, #51c56c);
  background: -webkit-linear-gradient(-45deg, #2c6873, #51c56c);
  background: -o-linear-gradient(-45deg, #2c6873, #51c56c);
  background: -moz-linear-gradient(-45deg, #2c6873, #51c56c);
  clip-path: polygon(0% 0%, 100% 0%, 86% 100%, 0% 100%);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.in_03 .fl .bg::after {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 4px);
  position: absolute;
  left: 0px;
  top: 2px;
  background-color: #000c04;
  z-index: 2;
  clip-path: polygon(0% 0%, 100% 0%, 86% 100%, 0% 100%);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.in_03 .fl.active .bg img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.in_03 .fl.active .bg::before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.in_03 .fl.active .bg::after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.in_03 .fr {
  width: 53.6%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
}

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

.in_03 .fr .bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 14% 0%);
  position: absolute;
  left: 0px;
  top: 2px;
  z-index: 3;
}

.in_03 .fr .bg::before {
  content: "";
  display: block;
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  background: linear-gradient(-45deg, #2c6873, #51c56c);
  background: -webkit-linear-gradient(-45deg, #2c6873, #51c56c);
  background: -o-linear-gradient(-45deg, #2c6873, #51c56c);
  background: -moz-linear-gradient(-45deg, #2c6873, #51c56c);
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 14% 0%);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.in_03 .fr .bg::after {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 4px);
  position: absolute;
  right: 0px;
  top: 2px;
  background-color: #000c04;
  z-index: 2;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 14% 0%);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.in_03 .fr.active .bg img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.in_03 .fr.active .bg::before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.in_03 .fr.active .bg::after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

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

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

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

.in_03 .txt .c .p1 {
  text-align: center;
  color: #5cdf6c;
}

.in_03 .txt .c .p1 img {
  display: block;
  height: 0.3rem;
  margin-right: 0.1rem;
}

.in_03 .txt .c .p1 i {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.in_03 .txt .c .p2 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 0.2rem;
}

.in_03 .txt .c .p3 {
  text-align: center;
  color: #fff;
  font-weight: 100;
  margin-top: 0.1rem;
}

.in_03 .txt .c .p4 {
  color: #fff;
  text-align: center;
  margin-top: 0.4rem;
}

.in_03 .txt .img {
  width: 0.62rem;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -0.31rem;
  z-index: 9;
}

.in_03 .txt .img img {
  width: 100%;
  display: block;
}

.in_03 .txt .img img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.in_03 .txt:hover .img img.img2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.in_03 .txt:hover .img img.img1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.in_03 .fl .txt .img {
  right: 12%;
}

.in_03 .fr .txt .img {
  left: 12%;
}

.in_04 {
  overflow: hidden;
}

.in02_tit2 {
  margin-top: 0.7rem;
}

.in04_c {
  width: 100%;
  overflow: visible;
  margin-top: 0.12rem;
  position: relative;
  padding-top: 2px;
}

.in04_c::before {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 2px;
  top: 1px;
  z-index: 1;
  background: linear-gradient(#0d4744, #000e06);
  background: -webkit-linear-gradient(#0d4744, #000e06);
  background: -o-linear-gradient(#0d4744, #000e06);
  background: -moz-linear-gradient(#0d4744, #000e06);
}

.in04_c .b1 {
  width: 2px;
  height: 100%;
  display: block;
  overflow: visible;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: linear-gradient(#5be06b, #000e06);
  background: -webkit-linear-gradient(#5be06b, #000e06);
  background: -o-linear-gradient(#5be06b, #000e06);
  background: -moz-linear-gradient(#5be06b, #000e06);
}

.in04_c .b1::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #58cbc3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 2;
}

.in04_c .b2 {
  width: 2px;
  height: 100%;
  display: block;
  overflow: visible;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  background: linear-gradient(#52c4a0, #000e06);
  background: -webkit-linear-gradient(#52c4a0, #000e06);
  background: -o-linear-gradient(#52c4a0, #000e06);
  background: -moz-linear-gradient(#52c4a0, #000e06);
}

.in04_c .b2::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #58cbc3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 2;
}

.in04_c .txt {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.6rem;
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
  padding-bottom: 1.7rem;
}

.in04_c .txt p {
  line-height: 1.8;
}

.in_05 {
  overflow: hidden;
  position: relative;
  margin-top: -0.7rem;
  z-index: 9;
}

.in05_t {
  width: 100%;
  overflow: visible;
  padding-top: 0.6rem;
}

.in05_t ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.in05_t ul li {
  width: 100%;
  overflow: visible;
  position: relative;
  padding: 0.4rem 0px 0.9rem 0px;
}

.in05_t ul li::before {
  content: "";
  display: block;
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.in05_t ul li:nth-child(1)::before {
  background: linear-gradient(#0e264f, #000c04);
  background: -webkit-linear-gradient(#0e264f, #000c04);
  background: -o-linear-gradient(#0e264f, #000c04);
  background: -moz-linear-gradient(#0e264f, #000c04);
}

.in05_t ul li:nth-child(2)::before {
  background: linear-gradient(#08322d, #000c04);
  background: -webkit-linear-gradient(#08322d, #000c04);
  background: -o-linear-gradient(#08322d, #000c04);
  background: -moz-linear-gradient(#08322d, #000c04);
}

.in05_t ul li:nth-child(3)::before {
  background: linear-gradient(#222142, #000c04);
  background: -webkit-linear-gradient(#222142, #000c04);
  background: -o-linear-gradient(#222142, #000c04);
  background: -moz-linear-gradient(#222142, #000c04);
}

.in05_t ul li:nth-child(4)::before {
  background: linear-gradient(#0c2f45, #000c04);
  background: -webkit-linear-gradient(#0c2f45, #000c04);
  background: -o-linear-gradient(#0c2f45, #000c04);
  background: -moz-linear-gradient(#0c2f45, #000c04);
}

.in05_t ul li b.b1 {
  width: 2px;
  height: 100%;
  display: block;
  overflow: visible;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.in05_t ul li b.b1::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #58cbc3;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 3;
}

.in05_t ul li b.b1::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  background: linear-gradient(#4dc07b, #000c04);
  background: -webkit-linear-gradient(#4dc07b, #000c04);
  background: -o-linear-gradient(#4dc07b, #000c04);
  background: -moz-linear-gradient(#4dc07b, #000c04);
}

.in05_t ul li b.b2 {
  width: 2px;
  height: 100%;
  display: block;
  overflow: visible;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
}

.in05_t ul li b.b2::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #58cbc3;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 3;
}

.in05_t ul li b.b2::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  background: linear-gradient(#4dc07b, #000c04);
  background: -webkit-linear-gradient(#4dc07b, #000c04);
  background: -o-linear-gradient(#4dc07b, #000c04);
  background: -moz-linear-gradient(#4dc07b, #000c04);
}

.in05_t ul li span {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  color: #fff;
  position: relative;
  z-index: 9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.8;
}

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

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

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

.in05c_img img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.in05c_img .txt {
  position: absolute;
  left: 0%;
  top: 0%;
  color: #fff;
}

.in05c_img .txt .p {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.in05c_img .txt .p1 {
  font-family: DINPro;
  text-align: center;
  font-weight: bold;
}

.in05c_img .txt .p2 {
  text-align: center;
}

.in05c_img .txt1 {
  left: 17%;
  top: 13%;
}

.in05c_img .txt2 {
  left: 40%;
  top: 17%;
}

.in05c_img .txt3 {
  left: 64%;
  top: 15%;
}

.in05c_img .txt4 {
  left: 28.3%;
  top: 46%;
}

.in05c_img .txt5 {
  left: 53.2%;
  top: 48%;
}

.in05c_img .txt6 {
  left: 71%;
  top: 45%;
}

.in_06 {
  overflow: hidden;
}

.in02_tit3 {
  padding-top: 0.7rem;
}

.in06_c {
  width: 100%;
  overflow: visible;
  position: relative;
}

.in06_c .b1 {
  width: 0.35rem;
  height: 1px;
  pointer-events: none;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in06c_slide {
  width: 100%;
  overflow: visible;
}

.in06c_slide .swiper-slide {
  width: calc((100% - 0.35rem) / 2);
  overflow: hidden;
}

.in06c_slide .swiper-slide img {
  width: 100%;
  display: block;
}

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

.in06_b i {
  display: inline-block;
  float: left;
  width: 0.31rem;
  height: 0.31rem;
  overflow: hidden;
  margin-left: 0.3rem;
  cursor: pointer;
}

.in06_b i:first-child {
  margin-left: 0px;
}

.in06_b .c {
  display: inline-block;
}

.in06_b .in06b_a1 {
  background: url("../images/in_01.png") 50% no-repeat;
  background-size: 100% 100%;
}

.in06_b .in06b_a4 {
  background: url("../images/in_04.png") 50% no-repeat;
  background-size: 100% 100%;
}

.in06_b .in06b_a2 {
  background: url("../images/in_03.png") 50% no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.in06_b .in06b_a2:hover {
  background: url("../images/in_02.png") 50% no-repeat;
  background-size: 100% 100%;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.in06_b .in06b_a3 {
  background: url("../images/in_03.png") 50% no-repeat;
  background-size: 100% 100%;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.in06_b .in06b_a3:hover {
  background: url("../images/in_02.png") 50% no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.in_07 {
  overflow: hidden;
  padding-top: 1.2rem;
}

.in07_c {
  width: 100%;
  overflow: hidden;
  padding-top: 0.7rem;
}

.in07_c ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content:flex-start;
  flex-wrap: wrap;
}

.in07_c ul li {
  width: 16.6666666667%;
  overflow: hidden;
  float: left;
  padding-bottom: 0.4rem;
}
.in07_c ul li {
      width:1.8rem;
        margin-right:calc( ( 100% - (1.8rem * 6) ) / 5 )
}
.in07_c ul li:nth-child(6n){margin-right:0px;}

.in07_c ul li .p {
  width: 100%;
  overflow: hidden;
}

.in07_c ul li .p1 img {
  display: block;
  width: 1.8rem;
  margin: 0px auto;
  padding: 0px;
}

.in07_c ul li .p2 {
  color: #fff;
  text-align: center;
  margin-top: 0.2rem;
  font-weight: bold;
}

.in07_c ul li .p3 {
  text-align: center;
  color: #fff;
  margin-top: 0.1rem;
}

.in07_c ul li .p4 {
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

.in07_c ul li:nth-child(n+19) {
  display: none;
}

.in07_c ul.active li:nth-child(n+19) {
  display: block;
}

.in07_b {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding-top: 0.2rem;position:relative;
}
.in07_b span{position:absolute;right:0px;top:.2rem;color:#fff;}

.in07_b a {
  display: inline-block;
}

.in07_b b {
  width: 0.32rem;
  height: 0.32rem;
  display: block;
  background: url("../images/in_05.png") 50% no-repeat;
  background-size: 100% 100%;
}

.in07_b b:Hover {
  background-image: url("../images/in_06.png");
}

.in07_b.active b{
  background:none;
}

.in07_info {
  width: 100%;
  overflow: hidden;
  text-align: right;
  color: #fff;
  margin-top: 0.3rem;
}

.in_08 {
  overflow: hidden;
  padding-top: 1.2rem;
}

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

.in08_c b.b1 {
  width: 0.35rem;
  height: 1px;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in08c_slide {
  width: 100%;
  max-width: 8.2rem;
  margin: 0px auto;
  padding: 0px;
  overflow: visible;
}

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

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

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

.in08c_slide .swiper-slide .img {
  position: relative;
}

.in08c_slide .swiper-slide .img::before {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  overflow: hidden;
  background-color: #14312d;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 3;
}

.in08c_slide .swiper-slide .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: linear-gradient(-45deg, #5be06b, #57c4e3);
  background: -webkit-linear-gradient(-45deg, #5be06b, #57c4e3);
  background: -o-linear-gradient(-45deg, #5be06b, #57c4e3);
  background: -moz-linear-gradient(-45deg, #5be06b, #57c4e3);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.in08c_slide .swiper-slide .img img.img1 {
  width: 100%;
  display: block;
}

.in08c_slide .swiper-slide .img b {
  width: 0.62rem;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.in08c_slide .swiper-slide .img b img {
  width: 100%;
  display: block;
}

.in08c_slide .swiper-slide .img b img.img3 {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.in08c_slide .swiper-slide .txt {
  text-align: center;
  color: #fff;
  margin-top: 0.3rem;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.in08c_slide .swiper-slide .txt span {
  width: calc(100% - 1rem);
  display: block;
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.in08c_slide .swiper-slide-active .txt {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}

.in08c_slide .swiper-slide-active .img b img.img3 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.in08c_slide .swiper-slide-active .img b img.img2 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.in08c_slide .swiper-slide-active .img::after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.in08c_slide .swiper-slide:hover .img b img.img3 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.in08c_slide .swiper-slide:hover .img b img.img2 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.in08c_slide .swiper-slide:hover .img::after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.in08_b {
  width: 100%;
  overflow: visible;
  text-align: center;
  padding-top: 0.4rem;
}

.in08_b .c {
  display: inline-block;
}

.in08_b i {
  display: inline-block;
  float: left;
  width: 0.31rem;
  height: 0.31rem;
  overflow: hidden;
  margin-left: 0.3rem;
  cursor: pointer;
}

.in08_b i:first-child {
  margin-left: 0px;
}

.in08_b .c {
  display: inline-block;
}

.in08_b .in08b_i1 {
  background: url("../images/in_01.png") 50% no-repeat;
  background-size: 100% 100%;
}

.in08_b .in08b_i4 {
  background: url("../images/in_04.png") 50% no-repeat;
  background-size: 100% 100%;
}

.in08_b .in08b_i2 {
  background: url("../images/in_03.png") 50% no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.in08_b .in08b_i2:hover {
  background: url("../images/in_02.png") 50% no-repeat;
  background-size: 100% 100%;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.in08_b .in08b_i3 {
  background: url("../images/in_03.png") 50% no-repeat;
  background-size: 100% 100%;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.in08_b .in08b_i3:hover {
  background: url("../images/in_02.png") 50% no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.in_09 {
  overflow: hidden;
  padding-top: 1.2rem;
  background:url("../images/in_12.png") 0% 0% no-repeat;background-size:100%;
}

.in09_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: -0.4rem;
  z-index: 9;
}

.in09c_fl {
  width: 32.52%;
  overflow: hidden;
  float: left;
}

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

.in09c_fl .p1 {
  overflow: hidden;position:relative;
}

.in09c_fl .p1 img {
  width: 100%;
  display: block;
}
.in09c_fl .p1 .txt{position:absolute;left:32%;top:44%;z-index:9;color:#fff;text-align:center;}
.in09c_fl .p1 .txt .ai1{display:flex;display:-webkit-flex;align-items:center;justify-content:center;}
.in09c_fl .p1 .txt .ai1 .sp1{font-weight:bold;}

.in09c_fl .p2 {
  padding-top: 0.25rem;
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
  padding-bottom: 0.45rem;
  position: relative;
  max-width: 91.5%;
}

.in09c_fl .p2::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(to right, #2f7b3c, #2d6d78);
  background: -webkit-linear-gradient(to right, #2f7b3c, #2d6d78);
  background: -o-linear-gradient(to right, #2f7b3c, #2d6d78);
  background: -moz-linear-gradient(to right, #2f7b3c, #2d6d78);
}

.in09c_fl .p2 p {
  line-height: 2;
}

.in09c_fl .p3 {
  margin-top: 0.3rem;
  color: #fff;
}

.in09c_fl .p3 .color1 {
  color: #7ed7b2;
}

.in09c_fr {
  width: calc(67.48% - 0.8rem);
  overflow: hidden;
  float: right;
  padding-top: 1.1rem;
}

.in09cr_t {
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #7ed7b2;
  padding-top: 0.15rem;
}

.in09cr_t::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(to right, #1a4b4e, #1e4f43);
  background: -webkit-linear-gradient(to right, #1a4b4e, #1e4f43);
  background: -o-linear-gradient(to right, #1a4b4e, #1e4f43);
  background: -moz-linear-gradient(to right, #1a4b4e, #1e4f43);
}

.in09cr_t .sp1 {
  width: 1rem;
  overflow: hidden;
  float: left;
}

.in09cr_t .sp2 {
  width: calc(100% - 1rem);
  overflow: hidden;
  float: left;
}

.in09cr_t .sp3 {
  position: absolute;
  right: 0px;
  top: 0.15rem;
}

.in09cr_li {
  width: 100%;
  overflow: hidden;
  padding-top: 0.3rem;
}

.in09cr_li ul li {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 0.25rem;
  position: relative;
}

.in09cr_li ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0.24rem;
  top: 0px;
  z-index: 1;
  background-color: #083530;
}

.in09cr_li ul li .time {
  width: 1rem;
  overflow: hidden;
  float: left;
  position: relative;
  z-index: 9;
}

.in09cr_li ul li .time i {
  width: 0.49rem;
  height: 0.49rem;
  display: block;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: url("../images/in_07.png") 50% no-repeat;
  background-size: 100% 100%;
}

.in09cr_li ul li .time i.i1 {
  background: url("../images/in_07.png") 50% no-repeat;
  background-size: 100% 100%;
}

.in09cr_li ul li .time i.i2 {
  background: url("../images/in_08.png") 50% no-repeat;
  background-size: 100% 100%;
}

.in09cr_li ul li .time i.i3 {
  background: url("../images/in_09.png") 50% no-repeat;
  background-size: 100% 100%;
}

.in09cr_li ul li .txt {
  width: calc(100% - 1rem);
  overflow: hidden;
  float: left;
}

.in09cr_li ul li .txt .p {
  width: 100%;
  overflow: hidden;
}

.in09cr_li ul li .txt .p1 {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
  font-weight: bold;
  margin-top: 0.08rem;
}

.in09cr_li ul li .txt .p1 i {
  width: 0.21rem;
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 0.06rem;
}

.in09cr_li ul li .txt .p1 i img {
  width: 100%;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.in09cr_li ul li .txt .p1 i img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.in09cr_li ul li .txt .p1 span {
  width: calc(100% - 0.21rem - 0.15rem);
  display: block;
  overflow: hidden;
  color: #fff;
}

.in09cr_li ul li .txt .p2 {
  color: #fff;
  margin-top: 0.1rem;
  font-weight: 100;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 0.36rem;
}

.in09cr_li ul li:last-child::before {
  display: none;
}

.in09cr_li ul li:hover .txt .p1 i img.img2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.in09cr_li ul li:hover .txt .p1 i img.img1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.in_10 {
  overflow: hidden;
  margin-top: -0.4rem;
  position: relative;
  z-index: 9;
  background:url("../images/in_13.png") 50% 0% no-repeat;background-size:100% 100%;
}

.in10_fl {
  width: 32.52%;
  overflow: hidden;
  float: left;
}

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

.in10_fl .p1 img {
  width: 100%;
  display: block;
}
.in10_fl .p1 .txt{position:absolute;left:26%;top:30%;z-index:9;color:#fff;text-align:center;}
.in10_fl .p1 .txt .ai1{display:flex;display:-webkit-flex;align-items:center;justify-content:center;}
.in10_fl .p1 .txt .ai1 .sp1{font-weight:bold;}


.in10_fl .p2 {
  margin-top: 0.2rem;
}

.in10_fl .p2 ul li {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #2e92f2;
}

.in10_fl .p2 ul li .p2_t {
  width: 100%;
  overflow: hidden;
  font-weight: bold;
  color: #2e92f2;
  padding: 0.2rem 0px;
  cursor: pointer;
}

.in10_fl .p2 ul li .p2_c {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0.2rem;
  color: #fff;
  line-height: 1.75;
  display: none;
}

.in10_fl .p2 ul li.active .p2_t {
  color: #fff;
}

.in10_fl .p2 ul li.active .p2_c {
  display: block;
}

.in10_fr {
  width: calc(67.48% - 0.8rem);
  overflow: hidden;
  float: right;
  padding-top: 1.1rem;
}

.in10cr_t {
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #2e92f2;
  padding-top: 0.15rem;
}

.in10cr_t::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(to right, #123961, #0e394c);
  background: -webkit-linear-gradient(to right, #123961, #0e394c);
  background: -o-linear-gradient(to right, #123961, #0e394c);
  background: -moz-linear-gradient(to right, #123961, #0e394c);
}

.in10cr_t .sp1 {
  width: 1rem;
  overflow: hidden;
  float: left;
}

.in10cr_t .sp2 {
  width: calc(100% - 1rem);
  overflow: hidden;
  float: left;
}

.in10cr_t .sp3 {
  position: absolute;
  right: 0px;
  top: 0.15rem;
}

.in10cr_li {
  width: 100%;
  overflow: hidden;
  padding-top: 0.3rem;
}

.in10cr_li ul li {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 0.25rem;
  position: relative;
}

.in10cr_li ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0.24rem;
  top: 0px;
  z-index: 1;
  background-color: #083530;
}

.in10cr_li ul li .time {
  width: 1rem;
  overflow: hidden;
  float: left;
  position: relative;
  z-index: 9;
}

.in10cr_li ul li .time i {
  width: 0.49rem;
  height: 0.49rem;
  display: block;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: url("../images/in_07.png") 50% no-repeat;
  background-size: 100% 100%;
}

.in10cr_li ul li .time i.i1 {
  background: url("../images/in_07.png") 50% no-repeat;
  background-size: 100% 100%;
}

.in10cr_li ul li .time i.i2 {
  background: url("../images/in_08.png") 50% no-repeat;
  background-size: 100% 100%;
}

.in10cr_li ul li .time i.i3 {
  background: url("../images/in_09.png") 50% no-repeat;
  background-size: 100% 100%;
}

.in10cr_li ul li .txt {
  width: calc(100% - 1rem);
  overflow: hidden;
  float: left;
}

.in10cr_li ul li .txt .p {
  width: 100%;
  overflow: hidden;
}

.in10cr_li ul li .txt .p1 {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
  font-weight: bold;
  margin-top: 0.08rem;
}

.in10cr_li ul li .txt .p1 i {
  width: 0.21rem;
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 0.06rem;
}

.in10cr_li ul li .txt .p1 i img {
  width: 100%;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.in10cr_li ul li .txt .p1 i img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.in10cr_li ul li .txt .p1 span {
  width: calc(100% - 0.21rem - 0.15rem);
  display: block;
  overflow: hidden;
  color: #fff;
}

.in10cr_li ul li .txt .p2 {
  color: #fff;
  margin-top: 0.1rem;
  font-weight: 100;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 0.36rem;
}

.in10cr_li ul li:last-child::before {
  display: none;
}

.in10cr_li ul li:hover .txt .p1 i img.img2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.in10cr_li ul li:hover .txt .p1 i img.img1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.in_11 {
  overflow: hidden;
  padding-top: 1.2rem;
}

.in11_c {
  width: 100%;
  overflow: hidden;
  padding-top: 0.6rem;
}

.in11_c ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.33rem;
  grid-row-gap: 0.1rem;
}

.in11_c ul li {
  width: 100%;
  height: 0.8rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.3rem;
  color: #fff;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}

.in11_c ul li::before {
  content: "";
  display: block;
  widtH: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.08rem 0.08rem 0px 0px;
  -webkit-border-radius: 0.08rem 0.08rem 0px 0px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 2px solid #45a95b;
  border-bottom: 0px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.in11_c ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.08rem 0.08rem 0px 0px;
  -webkit-border-radius: 0.08rem 0.08rem 0px 0px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  background: linear-gradient(#5ad695, #58cac9);
  background: -webkit-linear-gradient(#5ad695, #58cac9);
  background: -o-linear-gradient(#5ad695, #58cac9);
  background: -moz-linear-gradient(#5ad695, #58cac9);
}

.in11_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.in11_c ul li span {
  color: #fff;
  display: inline-block;
  width: calc(100% - 0.5rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.in11_c ul li a::before {
  content: "";
  display: block;
  width: 0.21rem;
  height: 0.2rem;
  background: url("../images/in_10.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0rem;
  top: 0px;
  z-index: 9;
}

.in11_c ul li:nth-child(2)::before {
  border: 2px solid #2e92f2;
  border-bottom: 0px;
}

.in11_c ul li:nth-child(3)::before {
  border: 2px solid #624ab7;
  border-bottom: 0px;
}

.in11_c ul li:nth-child(5)::before {
  border: 2px solid #2e92f2;
  border-bottom: 0px;
}

.in11_c ul li:nth-child(6)::before {
  border: 2px solid #624ab7;
  border-bottom: 0px;
}

.in11_c ul li:nth-child(8)::before {
  border: 2px solid #2e92f2;
  border-bottom: 0px;
}

.in11_c ul li:nth-child(9)::before {
  border: 2px solid #624ab7;
  border-bottom: 0px;
}

.in11_c ul li:nth-child(11)::before {
  border: 2px solid #2e92f2;
  border-bottom: 0px;
}

.in11_c ul li:nth-child(12)::before {
  border: 2px solid #624ab7;
  border-bottom: 0px;
}

.in11_c ul li:nth-child(14)::before {
  border: 2px solid #2e92f2;
  border-bottom: 0px;
}

.in11_c ul li:nth-child(15)::before {
  border: 2px solid #624ab7;
  border-bottom: 0px;
}

.in11_c ul li:nth-child(17)::before {
  border: 2px solid #2e92f2;
  border-bottom: 0px;
}

.in11_c ul li:nth-child(18)::before {
  border: 2px solid #624ab7;
  border-bottom: 0px;
}

.in11_c ul li:nth-child(20)::before {
  border: 2px solid #2e92f2;
  border-bottom: 0px;
}

.in11_c ul li:nth-child(21)::before {
  border: 2px solid #624ab7;
  border-bottom: 0px;
}

.in11_c ul li:nth-child(7)::before {
  border-bottom: 2px solid #45a95b;
}

.in11_c ul li:nth-child(8)::before {
  border-bottom: 2px solid #2e92f2;
}

.in11_c ul li:hover span {
  color: #000c04;
  font-weight: bold;
}

.in11_c ul li:hover a::before {
  background-image: url("../images/in_11.png");
}

.in11_c ul li:hover::after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.in11_c ul li:nth-child(n+9) {
  display: none;
}

.in11_c ul.active li:nth-child(n+9) {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.in11_c ul.active li:nth-child(7)::before {
  border-bottom: 0px solid #45a95b;
}

.in11_c ul.active li:nth-child(8)::before {
  border-bottom: 0px solid #2e92f2;
}

.in11_c ul.active li:nth-last-child(2)::before {
  border-bottom: 2px solid #624ab7;
}

.in11_c ul.active li:last-child::before {
  border-bottom: 2px solid #45a95b;
}

.in11_b {
  padding-top: 0.6rem;
}

.in_12 {
  overflow: hidden;
  padding-top: 0.9rem;
}

.in12_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.6rem;
}

.in12c_slide {
  width: 100%;
  overflow: visible;
}

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

.in12c_slide .swiper-slide ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.in12c_slide .swiper-slide ul li {
  width: 100%;
  overflow: hidden;
}

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

.in12c_slide .swiper-slide ul li .p {
  width: 100%;
  overflow: hidden;
}

.in12c_slide .swiper-slide ul li .p1 {
  position: relative;
}

.in12c_slide .swiper-slide ul li .p1::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #4299a2;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.in12c_slide .swiper-slide ul li .p1 img {
  width: 100%;
  display: block;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
}

.in12c_slide .swiper-slide ul li .p2 {
  color: #fff;
  margin-top: 0.15rem;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.in12c_slide .swiper-slide ul li .p3 {
  color: #fff;
  margin-top: 0.1rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.in12c_slide .swiper-slide ul li:hover .p1 img {
  transform: scale(1.06);
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.063);
}

.in12c_slide .swiper-slide-active ul li .p2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;
  padding:0px .2rem;
}

.in12c_slide .swiper-slide-active ul li .p3 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;
  padding:0px .2rem
}

.in12_b {
  width: 100%;
  overflow: visible;
  text-align: center;
  padding-top: 0.7rem;
}

.in12_b .c {
  display: inline-block;
}

.in12_b i {
  display: inline-block;
  float: left;
  width: 0.31rem;
  height: 0.31rem;
  overflow: hidden;
  margin-left: 0.3rem;
  cursor: pointer;
}

.in12_b i:first-child {
  margin-left: 0px;
}

.in12_b .c {
  display: inline-block;
}

.in12_b .in12b_i1 {
  background: url("../images/in_01.png") 50% no-repeat;
  background-size: 100% 100%;
}

.in12_b .in12b_i4 {
  background: url("../images/in_04.png") 50% no-repeat;
  background-size: 100% 100%;
}

.in12_b .in12b_i2 {
  background: url("../images/in_03.png") 50% no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.in12_b .in12b_i2:hover {
  background: url("../images/in_02.png") 50% no-repeat;
  background-size: 100% 100%;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.in12_b .in12b_i3 {
  background: url("../images/in_03.png") 50% no-repeat;
  background-size: 100% 100%;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.in12_b .in12b_i3:hover {
  background: url("../images/in_02.png") 50% no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.in_13 {
  overflow: hidden;
  padding-top: 1.2rem;
  background:url("../images/in_14.png") 0% no-repeat;background-size:100% 100%;
}

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

.in13_c img.img0{
  width: 100%;
  display: block;
  margin: 0px auto;
  padding: 0px;
}
.in13_c .logo_01{width:48.23%;height:62.21%;position:absolute;left:0%;top:0%;}
.in13_c .logo_01 .p{width:100%;overflow:hidden;position:absolute;left:0px;top:0px;}
.in13_c .logo_01 .p1{text-align:center;color:#a880ff;font-weight:bold;left:0%;top:13%;}
.in13_c .logo_01 .p2{height:100%;overflow:visible;}
.in13_c .logo_01 .p2 img{display:block;height:.6rem;position:absolute;}
.in13_c .logo_01 .p2 img.img1{
  left: 18.67%;
  top: 22.66%;
}
.in13_c .logo_01 .p2 img.img2{
  left: 56.41%;
  top: 22.1%;
}
.in13_c .logo_01 .p2 img.img3{left:10.52%;top:34.92%;}
.in13_c .logo_01 .p2 img.img4{left:39.56%;top:34.92%;}
.in13_c .logo_01 .p2 img.img5{left:66.52%;top:34.92%;}

.in13_c .logo_01 .p2 img.img6{
  left: 14.52%;
  top: 48.77%;
}
.in13_c .logo_01 .p2 img.img7{
  left: 45.48%;
  top: 48.77%;
}
.in13_c .logo_01 .p2 img.img8{
  left: 67.41%;
  top: 50.77%;
  height: 0.27rem;
}
.in13_c .logo_01 .p2 img.img9{
  left: 17.41%;
  top: 62.77%;
  height: 0.5rem;
}
.in13_c .logo_01 .p2 img.img10{
  left: 46.41%;
  top: 63.5%;
  height: 0.4rem;
}

.in13_c .logo_02{width:21.06%;height:27.29%;position:absolute;left:47.53%;top:4.49%;}
.in13_c .logo_02 .p{width:100%;overflow:hidden;position:absolute;left:0px;top:0px;}
.in13_c .logo_02 .p1{text-align:center;color:#548df9;font-weight:bold;left:0%;top:36%;}
.in13_c .logo_02 .p2{height:100%;overflow:visible;}
.in13_c .logo_02 .p2 img{display:block;height:.6rem;position:absolute;}
.in13_c .logo_02 .p2 img.img1{left:27.67%;top:52%;}

.in13_c .logo_03{width:20.29%;height:27.2%;position:absolute;left:75.68%;top:0%;}
.in13_c .logo_03 .p{width:100%;overflow:hidden;position:absolute;left:0px;top:0px;}
.in13_c .logo_03 .p1{text-align:center;color:#73f1f1;font-weight:bold;left:0%;top:36%;}
.in13_c .logo_03 .p2{height:100%;overflow:visible;}
.in13_c .logo_03 .p2 img{display:block;height:.6rem;position:absolute;}
.in13_c .logo_03 .p2 img.img1{left:27.67%;top:52%;}

.in13_c .logo_04{width:57.68%;height:73.61%;position:absolute;left:42.32%;top:26.39%;}
.in13_c .logo_04 .p{width:100%;overflow:hidden;position:absolute;left:0px;top:0px;}
.in13_c .logo_04 .p1{text-align:center;color:#00ccff;font-weight:bold;left:0%;top:11.83%;}
.in13_c .logo_04 .p2{height:100%;overflow:visible;}
.in13_c .logo_04 .p2 img{display:block;height:.6rem;position:absolute;}
.in13_c .logo_04 .p2 img.img1{left:16.14%;top:23.05%;}
.in13_c .logo_04 .p2 img.img2{left:34.1%;top:23.05%;}
.in13_c .logo_04 .p2 img.img3{left:50.12%;top:23.05%;}
.in13_c .logo_04 .p2 img.img4{left:74.22%;top:23.05%;}
.in13_c .logo_04 .p2 img.img5{left:13.49%;top:35.24%;}
.in13_c .logo_04 .p2 img.img6{left:40.48%;top:35.24%;}
.in13_c .logo_04 .p2 img.img7 {
  left: 3.93%;
  top: 48.24%;
}
.in13_c .logo_04 .p2 img.img8{
  left: 28.49%;
  top: 47.8%;
}
.in13_c .logo_04 .p2 img.img9{
  left: 58.1%;
  top: 47.8%;
}
.in13_c .logo_04 .p2 img.img10{
  left: 79.42%;
  top: 47.8%;
}
.in13_c .logo_04 .p2 img.img11{left:12.53%;top:60%;}
.in13_c .logo_04 .p2 img.img12{left:53.86%;top:60%;}
.in13_c .logo_04 .p2 img.img13{left:81.57%;top:60%;}
.in13_c .logo_04 .p2 img.img14{left:20.72%;top:71.22%;}
.in13_c .logo_04 .p2 img.img15{left:55.66%;top:71.22%;}
.in13_c .logo_04 .p2 img.img16{left:43.37%;top:81.22%;}

.in13_c .logo_05{width:23.84%;height:30.16%;position:absolute;left:18.49%;top:64.81%;}
.in13_c .logo_05 .p{width:100%;overflow:hidden;position:absolute;left:0px;top:0px;}
.in13_c .logo_05 .p1{text-align:center;color:#73f1f1;font-weight:bold;left:0%;top:24%;}
.in13_c .logo_05 .p2{height:100%;overflow:visible;}
.in13_c .logo_05 .p2 img{display:block;height:.6rem;position:absolute;}
.in13_c .logo_05 .p2 img.img1{left:27.67%;top:38%;}
.in13_c .logo_05 .p2 img.img2{left:27.67%;top:55%;}






.in_14 {
  overflow: hidden;
  padding-top: 0.6rem;
}

.in14_c {
  width: 100%;
  overflow: hidden;
  padding-top: 0.4rem;
  padding-bottom: 2rem;
}

.in14_c ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

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

.in14_c ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: linear-gradient(-45deg, #4398b3, #51c762);
  background: -webkit-linear-gradient(-45deg, #4398b3, #51c762);
  background: -o-linear-gradient(-45deg, #4398b3, #51c762);
  background: -moz-linear-gradient(-45deg, #4398b3, #51c762);
}

.in14_c ul li img {
  width: 104%;
  display: block;
  position: relative;
  z-index: 9;
}

.in14_c ul li i {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in14_c ul li img.img2 {
  position: absolute;
  left: -2%;
  top: -2%;
  height: 104%;
  object-fit: cover;
}

.in14_c ul li a {
  width: 100%;
  overflow: hidden;
  display: block;
}

.in14_c ul li.active i {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 2px;
  top: 2px;
}

@media screen and (min-width: 1921px) {

  .wrap_c {
    max-width: 1430px;
    margin: 0px auto;
    padding: 0px;
  }
}
@media screen and (max-width: 1366px) {

  .in05c_img .txt1 {
    left: 16%;
    top: 15%;
  }

  .in05c_img .txt2 {
    left: 40%;
    top: 17%;
  }

  .in05c_img .txt3 {
    left: 65%;
    top: 16%;
  }

  .in05c_img .txt4 {
    left: 29.3%;
    top: 47%;
  }

  .in05c_img .txt5 {
    left: 53.2%;
    top: 48%;
  }

  .in05c_img .txt6 {
    left: 72%;
    top: 47%;
  }

  .wrap_c {
    max-width: 1000px;
    margin: 0px auto;
    padding: 0px;
  }
}
@media screen and (max-width: 1200px) {

  /*移动端切换按钮*/
  .topr_en{
    position: relative;
    z-index: 99;
    height: 61px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin-top: 15px;
  }
  .topr_en a.a2 {
    margin-top: 0px;
  }
  .topr_en a.a2 {
    width: 23px;
    height: 23px;
    display: block;
    background: url(../upimg/t_022.svg) no-repeat;
    background-size: 100%;
    float: left;
    margin-top: 5px;
    margin-left: 0px;
  }

  .wrap_c {
    margin: 0px 20px;
    max-width: 100%;
    width: calc(100% - 40px);
  }
  .in_01 .in01_c .p1 img {
    width: 90%;
    height: auto;
  }
  .in_01 .in01_c .p2 img {
    width: 90%;
    height: auto;
  }
  .in_03 {
    height: auto;
  }
  .in_03 .fl {
    width: 100%;
    position: relative;
  }
  .in_03 .fl .bg img {
    clip-path: none;
  }
  .in_03 .fl .bg::before {
    clip-path: none;
  }
  .in_03 .fl .bg::after {
    clip-path: none;
  }
  .in_03 .fr {
    width: 100%;
    position: relative;
  }
  .in_03 .fr .bg img {
    clip-path: none;
  }
  .in_03 .fr .bg::before {
    clip-path: none;
  }
  .in_03 .fr .bg::after {
    clip-path: none;
  }
  .in_03 .txt {
    height: auto;
    position: relative;
    padding: 0.4rem 0px;
    display: block;
  }
  .in_03 .txt .img {
    position: relative;
    top: 0px;
    margin-top: 0.4rem;
    left: initial !important;
    right: initial !important;
    margin: 0px auto;
    padding: 0px;
    margin-top: 0.4rem;
  }
  .in05_t ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .in05_t ul li {
    padding: 0.6rem 0px;
  }
  .in06c_slide .swiper-slide {
    width: 100%;
  }
  .in07_c ul li {
      width:1.8rem;
        margin-right:calc( ( 100% - (1.8rem * 6) ) / 5 )
  }
  .in07_c ul li:nth-child(6n){margin-right:0px;}
  
  .in02_tit img {
    width: 6rem;
  }
  .in09c_fl {
    width: 100%;
  }
  .in09c_fr {
    width: 100%;
  }
  .in09cr_li ul li .time i {
    width: 0.8rem;
    height: 0.8rem;
  }
  .in10cr_li ul li .time i {
    width: 0.8rem;
    height: 0.8rem;
  }
  .in10_fl {
    width: 100%;
  }
  .in10_fr {
    width: 100%;
  }
  .in11_c ul {
    grid-template-columns: 100%;
  }
  .in12c_slide .swiper-slide ul {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 0.4rem;
  }
  .in14_c ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .topfr {
    height: 60px;
  }
  .topfr .fl {
    height: 60px;
  }
  .topfr .fl img {
    /*height: 30px;*/
  }
  .topfr .menufr {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 60px;
    display: block;
    height: calc(100vh - 60px);
    background: url("../images/t_01.webp") 50% no-repeat;
    background-size: cover;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
  }
  .topfr .menufr ul li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .topfr .menufr ul li .mu_t {
    width: 100%;
    overflow: hidden;
    justify-content: flex-start;
    padding: 0px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 48px;
    position: relative;
  }
  .topfr .menufr ul li .mu_t::before {
    display: none;
  }
  .topfr .menufr ul li .mu_t b {
    width: 0.24rem;
    height: 100%;
    display: block;
    overflow: hidden;
    background: url("../images/t_03.svg") 50% no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 0px;
  }
  .topfr .menufr ul li .mu_t i {
    width: 0.12rem;
    height: 100%;
    display: block;
    overflow: hidden;
    background: url("../images/t_04.svg") 50% no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 0px;
  }
  .topfr .menufr ul li .mu_c {
    position: relative;
    top: 0px;
  }
  .topfr .menufr ul li .mu_c p {
    padding: 0.15rem 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .topfr .menufr ul li.active .mu_c {
    display: block;
  }
  .topfr .menufr ul li.active .mu_t b {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .topfr .topr_r {
    display: none;
  }
  .in11_c ul li {
    height: auto;
    min-height: 1.2rem;
    padding: 0.25rem 0.2rem;
  }
  .in11_c ul li a::before {
    width: 0.26rem;
    height: 0.26rem;
    top: 0.1rem;
  }
  .in11_c ul li span {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal;
    line-height: 1.5;
  }
  .in11_c ul li:nth-child(7)::before {
    border-bottom: 0px;
  }
  
  .in07_c ul li{width:32%;margin-right:2%;}
  .in07_c ul li:nth-child(3n){margin-right:0px;}
  .in07_c ul li:nth-child(18){display:block;}
  .in07_c ul li:nth-child(n+19){display:none;}
  .in07_c ul.active li:nth-child(n+19){display:block;}
  
  .in09c_fl .p2{max-width:100%;}
  .in11_c ul.active li:nth-last-child(2)::before{border-bottom:0px;}
  
  .in12c_slide .swiper-slide ul li:nth-child(3){display:None;}
  .in12c_slide .swiper-slide ul li:nth-child(4){display:None;}
  
  .in05_c{width:calc(100% + 40px);margin-left:-20px;}
  .in05c_img img.img1{display:none;}
  .in05c_img img.img2{display:block;position:relative;opacity:1;}
  
  .in05c_img .txt1{left:15%;}
  .in05c_img .txt2{left:56%;top:14%;}
  .in05c_img .txt3{left:10%;top:54%;}
  .in05c_img .txt4{left:36.3%;top:36%;}
  .in05c_img .txt5{left:72.4%;top:40%}
  .in05c_img .txt6{left:51%;top:63%;}
  
  
  .in09c_fl .p1 img{width:60%;margin:0px auto;padding:0px;}
  
  .in10_fl .p1 img{width:60%;margin:0px auto;padding:0px;}
  
  .in09cr_li ul li::before{left:.4rem;}
  .in09cr_li ul li .txt .p1 i{width:.3rem;margin-top:.06rem;}
  .in09cr_li ul li .txt .p1 span{width:calc(100% - 0.21rem - 0.25rem)}
  .in09cr_li ul li .txt .p2{padding-left:0.45rem}
  
  .in10cr_li ul li::before{left:.4rem;}
  .in10cr_li ul li .txt .p1 i{width:.3rem;margin-top:.06rem;}
  .in10cr_li ul li .txt .p1 span{width:calc(100% - 0.21rem - 0.25rem)}
  .in10cr_li ul li .txt .p2{padding-left:0.45rem}
  
  .in_10{background-size:100%;}
  
  .in01_c1{width:100%;height:100%;overflow:hidden;position:absolute;left:0px;top:0px;z-index:9;}
  .in01_c1 img.img1{height:3.83rem;display:block;margin-left:4%;position:absolute;left:0px;top:0px;}
  .in01_c1 img.img2{height:2rem;display:block;margin-left:4%;position:absolute;left:0%;bottom:1rem;}
  .in01_c1 img.img3{height:.5rem;display:block;margin-left:4%;position:absolute;left:0%;bottom:.2rem;}
  .in01_c1 img.img4{height:.5rem;display:block;margin-left:calc(4% + 2.4rem);position:absolute;left:0%;bottom:.2rem;}
  
  .in13_c{width:calc(100% + 40px);margin-left:-20px}
  .in_13{background-size:100%;}
  
  .in13_c .logo_01{height:33.21%;width:100%;}
  .in13_c .logo_02{height:15.29%;width:35.06%;left:13.53%;top:29.49%;}
  .in13_c .logo_03{width:37.29%;height:15.2%;left:51.68%;top:33%;}
  .in13_c .logo_04{width:100%;height:40.61%;left:0%;top:44.39%;}
  .in13_c .logo_05{width:43.84%;height:17.16%;left:29.49%;top:82.81%;}
  
}
@media screen and (max-width: 768px) {
  .wrap_in {
    margin: 0px 10px;
  }
  .topfr .wrap_in {
    margin: 0px 10px;
  }
  .w_pc {
    display: none !important;
  }
  .w_wap {
    display: block !important;
  }
  .mtmenu_click {
    float: right;
    margin-left: 15px;
    position: relative;
    z-index: 9991;
    margin-top: 0rem;
  }
  .mtmenu_click a {
    width: 20px;
    height: 60px;
    display: block;
    overflow: hidden;
    background: url("../images/menu_01_on.svg") center no-repeat;
    background-size: 100%;
  }
  .mtmenu_click a.on {
    background: url("../images/menu_02_on.svg") center no-repeat;
    background-size: 100%;
  }
  }
  
  
  /*20250806*/
  .in_03n{overflow:hidden;}
  .in03nfr{width:100%;overflow:hidden;position:relative}
  .in03nfr .bg{width:100%;height:100%;overflow:hidden;position:absolute;left:0px;top:0px;z-index:1;border-radius:15px;}
  .in03nfr .bg:before{content:"";display:block;width:100%;height:100%;overflow:hidden;position:absolute;left:0px;top:0px;z-index:1;border-radius:15px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;background:linear-gradient(-45deg,#3299bf, #36bd48);background:-webkit-linear-gradient(-45deg,#3299bf, #36bd48);background:-o-linear-gradient(-45deg,#3299bf, #36bd48);background:-moz-linear-gradient(-45deg,#3299bf, #36bd48);}
  .in03nfr .bg img{width:calc(100% - 2px);height:calc(100% - 2px);display:block;object-fit:cover;position:absolute;left:1px;top:1px;border-radius:15px;z-index:2;}
  .in03nfr .txt{width:100%;overflow:hidden;position:relative;z-index:9;padding:0rem 0px .5rem 0px;}
  .in03nfr .txt .p{width:100%;overflow:hidden;}
  .in03nfr .txt .p0 .icon1{display:flex;display:-webkit-flex;align-items:center;justify-content:flex-start;margin:.25rem 0px 0px .4rem;}
  .in03nfr .txt .p0 .icon1 img{display:block;height:.3rem;margin-top:.05rem;}
  .in03nfr .txt .p0 .icon1 span{display:inline-block;color:#5cbf6c;margin-left:.2rem;}
  .in03nfr .txt .p1{margin-top:.2rem;}
  .in03nfr .txt .p1 img{display:block;height:1.44rem;margin:0px auto;padding:0px;}
  .in03nfr .txt .p2{margin-top:.35rem;text-align:center;}
  .in03nfr .txt .p2 a{display:inline-block;}
  .in03nfr .txt .p2 b{width:.62rem;height:.62rem;display:block;background:url("../upimg/play_01.png") 50% no-repeat;background-size:100% 100%;margin:0px auto;padding:0px;cursor:pointer}
  .in03nfr .txt .p2 b:hover{background-image:url("../upimg/play_02.png");}
  
  .in08c_slide .swiper-slide .img img.img4{width:calc(100% - 4px);height:calc(100% - 4px);display:block;position:absolute;left:2px;top:2px;z-index:9;object-fit:cover;}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
