@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: "Armstrong";
  src: url("../fonts/Armstrong.woff2") format("woff2"),url("../fonts/Armstrong.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PingFangSC-Regular";
  src: url("../fonts/PingFangSC-Regular.woff2") format("woff2"),
    url("../fonts/PingFangSC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
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: #254194;
  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 ,
h2,
h3 {
  margin: 0px;
  padding: 0px;
  font-style: normal;
  font-weight: normal;
}

ul,
dl,
dt,dd{
  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: "albb", Arial, "Microsoft Yahei", "微软雅黑", 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_in {
  margin: 0px 10%;
}

.wrap_c {
  margin: 0px 12.63vw;
}

.w_wap {
  display: none !important;
}

.topfr {
  width: 100%;
  overflow: hidden;
  position: sticky;
  left: 0px;
  top: 0px;
  z-index: 9999;
  height: 70px;
  /* background-color: #11163e; */
  background: linear-gradient(to right, #4d90e6 10%, #9983fe 90%);
}

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

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

.menufr {
  float: left;
}

.menufr ul li {
  float: left;
  height: 90px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin-left: 2.6vw;
  position: relative;
}

.menufr ul li::before {
  content: "";
  width: 100%;
  height: 3px;
  display: none;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(to right, #09bcff, #aa3bff);
  background: -webkit-linear-gradient(to right, #09bcff, #aa3bff);
  background: -o-linear-gradient(to right, #09bcff, #aa3bff);
  background: -moz-linear-gradient(to right, #09bcff, #aa3bff);
}

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

.menufr ul li a:hover {
  background: linear-gradient(to right, #09bcff, #aa3bff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menufr ul li:first-child {
  margin-left: 0px;
}

.menufr ul li.on::before {
  display: block;
}

.topr_bm {
  float: left;
  margin-left: 6.25vw;
  height: 90px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.topr_bm a {
  display: inline-block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  background: url("../images/t_02.png") center no-repeat;
  background-size: 100% 100%;
}

.topr_bm span {
  display: inline-block;
  background: url("../images/t_01.png") left center no-repeat;
  background-size: 20px;
  padding-left: 30px;
}

.topr_bm a:hover {
  color: #fff;
  background: linear-gradient(to right, #09bcff, #aa3bff);
  background: -webkit-linear-gradient(to right, #09bcff, #aa3bff);
  background: -o-linear-gradient(to right, #09bcff, #aa3bff);
  background: -moz-linear-gradient(to right, #09bcff, #aa3bff);
}

.topr_bm a:hover span {
  background: url("../images/t_01_on.png") left center no-repeat;
  background-size: 22px;
}

.hg_topfr .menufr ul li {
  margin-left: 2.6vw;
}

.hg_topfr .topr_bm {
  margin-left: 3.13vw;
}

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

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

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

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

.br_01_c .br01c_c {
  width: 100%;
  overflow: hidden;
}

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

.br01c_c .p1 img {
  display: block;
  width: 38.28vw;
}

.br01c_c .p2 {
  margin-top: 5.56vh;
}

.br01c_c .p2 a {
  display: inline-block;
  width: 180px;
  height: 50px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background: url("../images/t_02.png") center no-repeat;
  background-size: 100% 100%;
}

.br01c_c .p2 span {
  display: inline-block;
  padding-left: 50px;
}

.br01c_c .p2 .a1 span {
  background: url("../images/t_01.png") left center no-repeat;
  background-size: 22px;
}

.br01c_c .p2 .a2 span {
  background: url("../images/in_01.png") left center no-repeat;
  background-size: 22px;
}

.br01c_c .p2 .a2 {
  margin-left: 10px;
}

.br01c_c .p2 a:hover {
  color: #fff;
  background: linear-gradient(to right, #09bcff, #aa3bff);
  background: -webkit-linear-gradient(to right, #09bcff, #aa3bff);
  background: -o-linear-gradient(to right, #09bcff, #aa3bff);
  background: -moz-linear-gradient(to right, #09bcff, #aa3bff);
}

.br01c_c .p2 a.a1:hover span {
  background: url("../images/t_01_on.png") left center no-repeat;
  background-size: 22px;
}

.br01c_c .p2 a.a2:hover span {
  background: url("../images/in_01_on.png") left center no-repeat;
  background-size: 22px;
}

.br01c_c .p3 {
  margin-top: 2.78vh;
  color: #fff;
  line-height: 35px;
}

.br01c_c .p3 span {
  display: inline-block;
}

.br01c_c .p3 span.sp1 {
  background: url("../images/in_22.svg") left 8px no-repeat;
  background-size: 20px;
  padding-left: 25px;
}

.br01c_c .p3 span.sp2 {
  margin-left: 40px;
  background: url("../images/in_23.svg") left 8px no-repeat;
  background-size: 20px;
  padding-left: 25px;
}

.in_01 {
  overflow: hidden;
  padding-top: 5.56vh;
  background: url("../images/t_03.jpg") center top no-repeat;
  background-size: 100%;
}

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

.in_01_t img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  width: 39.53vw;
}

.in_01_t.text2 {
  margin-top: 5.56vh;
}

.in_01_c {
  width: 100%;
  overflow: hidden;
  margin-top: 5.56vh;
}

.in_01_c p {
  color: #fff;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}

.in_01_b {
  width: 100%;
  overflow: hidden;
  margin-top: 5.56vh;
}

.in_01_b ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.04vw;
}

.in_01_b ul li {
  width: 100%;
  overflow: hidden;
  background-color: #0b1739;
  padding: 4.17vh 1.04vw;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_01_b ul li p {
  width: 100%;
  overflow: hidden;
  color: #fff;
}

.in_01_b ul li p.p1 {
  line-height: 1;
  font-family: arial;
}

.in_01_b ul li p.p2 {
  margin-top: 1.85vh;
  position: relative;
  padding-bottom: 2.31vh;
}

.in_01_b ul li p.p2::before {
  content: "";
  width: 2.71vw;
  height: 1px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(to right, #09bcff, #aa3bff);
  background: -webkit-linear-gradient(to right, #09bcff, #aa3bff);
  background: -o-linear-gradient(to right, #09bcff, #aa3bff);
  background: -moz-linear-gradient(to right, #09bcff, #aa3bff);
}

.in_01_b ul li:hover {
  background: linear-gradient(to right, #09bcff, #aa3bff);
  background: -webkit-linear-gradient(to right, #09bcff, #aa3bff);
  background: -o-linear-gradient(to right, #09bcff, #aa3bff);
  background: -moz-linear-gradient(to right, #09bcff, #aa3bff);
}

.in_01_b ul li:hover p.p2::before {
  background: linear-gradient(to right, #adfeb6, #008eff);
  background: -webkit-linear-gradient(to right, #adfeb6, #008eff);
  background: -o-linear-gradient(to right, #adfeb6, #008eff);
  background: -moz-linear-gradient(to right, #adfeb6, #008eff);
}

.in_01_b2 {
  width: 100%;
  overflow: hidden;
  text-align: right;
  color: #fff;
  line-height: 1.75;
  margin-top: 1.85vh;
}

.in_02 {
  overflow: hidden;
  padding-top: 12.96vh;
}

.in_02_c {
  width: 100%;
  overflow: hidden;
  margin-top: 9.26vh;
}

.in_02_c ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 4.69vw;
  grid-row-gap: 3.13vw;
}

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

.in_02_c ul li a {
  width: 100%;
  overflow: hidden;
}

.in_02_c ul li em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_02_c ul li em.em1 img {
  width: 100%;
  display: block;
  max-width: 70%;
  margin: 0px auto;
  padding: 0px;
}

.in_02_c ul li em.em2 {
  width: 100%;
}

.in_02_c ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.in_02_c ul li em.em2 span.sp1 {
  position: relative;
  color: #fff;
  text-align: center;
  margin-top: 3.7vh;
  padding-top: 1.85vh;
  line-height: 26px;
}

.in_02_c ul li em.em2 span.sp1::before {
  content: "";
  display: block;
  width: 1.67vw;
  height: 0.28vh;
  position: absolute;
  left: 50%;
  margin-left: -0.83vw;
  top: 0px;
  background: linear-gradient(to right, #09bcff, #aa3bff);
  background: -webkit-linear-gradient(to right, #09bcff, #aa3bff);
  background: -o-linear-gradient(to right, #09bcff, #aa3bff);
  background: -moz-linear-gradient(to right, #09bcff, #aa3bff);
}

.in_02_c ul li em.em2 span.sp2 {
  margin-top: 2.78vh;
  height: 5.46vh;
  background: url("../images/in_02.png") center no-repeat;
  background-size: 100% 100%;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.in_02_c ul li a:hover em.em2 span.sp2 {
  background: url("../images/in_03.png") center no-repeat;
  background-size: 100% 100%;
}

.in_03 {
  overflow: hidden;
  padding-top: 12.96vh;
}

.in_03_t {
  width: 100%;
  overflow: hidden;
  margin-top: 4.63vh;
  position: relative;
  z-index: 99;
}

.in_03_t label {
  display: inline-block;
  height: 6.02vh;
  line-height: 6.02vh;
  width: 10.42vw;
  font-weight: bold;
  padding-left: 1.56vw;
  background: url("../images/in_04.jpg") center no-repeat;
  background-size: 100% 100%;
  border-radius: 5px 5px 0px 0px;
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_03_t1 {
  width: 100%;
  overflow: hidden;
  margin-top: -3.15vh;
  background: url("../images/in_08.jpg") center no-repeat;
  padding: 3.13vw 1.56vw 1.56vw 1.56vw;
  background-size: cover;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_03t1_t {
  width: 100%;
  overflow: hidden;
  line-height: 32px;
  background: url("../images/in_09.png") center bottom no-repeat;
  background-size: 100% 0.74vh;
  padding-bottom: 2.78vh;
  color: #fff;
}

.in_03t1_t span {
  float: left;
}

.in_03t1_t a {
  float: left;
  display: inline-block;
  color: #fff;
  margin-left: 2.6vw;
  background: url("../images/in_05.png") right center no-repeat;
  background-size: 32px;
  padding-right: 50px;
}

.in_03t1_c {
  width: 100%;
  overflow: hidden;
  color: #fff;
}

.in_03t1_c .fr {
  width: 17.92vw;
  overflow: hidden;
  padding: 3.7vh 0px;
  background: url("../images/in_10.png") left top no-repeat;
  background-color: 12px 100%;
  padding-left: 4.17vw;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_03t1_c .fr p {
  width: 100%;
  overflow: hidden;
  line-height: 1.5;
}

.in_03t1_c .fr p.p2 {
  line-height: 1.75;
  margin-top: 1.85vh;
}

.in_03t1_c .fl {
  width: 100%;
  padding-top: 3.7vh;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_03t1_c .fl p {
  width: 100%;
  overflow: hidden;
  text-align: justify;
  text-justify: inter-ideograph;
}

.in_03_c {
  width: 100%;
  overflow: hidden;
  margin-top: 3.24vh;
  position: relative;
}

.in_03_c::before {
  content: "";
  width: 14px;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/in_11.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: calc(10.21vw - 14px);
  top: 0px;
  pointer-events: none;
}

.in_03_c ul li {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 12.5vw 30.36vw 11.98vw auto;
  border-bottom: 1px solid rgba(176, 155, 255, 0.2);
}

.in_03_c ul li .in_03c_li {
  width: 100%;
  overflow: hidden;
  margin: 0.93vh 0px;
  line-height: 30px;
  padding: 0.93vh 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_03_c ul li .li1 {
  position: relative;
}

.in_03_c ul li .li1 i {
  display: inline-block;
  color: #fff;
  background: linear-gradient(to right, #09bcff, #aa3bff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.in_03_c ul li .li1::before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  overflow: hidden;
  background: url("../images/in_07.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 2.29vw;
  top: 17px;
}

.in_03_c ul li .li2 {
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 5.21vw;
}

.in_03_c ul li .li2 span {
  display: inline-block;
  padding-left: 26px;
}

.in_03_c ul li .li2 a {
  display: inline-block;
  padding-left: 26px;
  background: url("../images/in_06.png") left 5px no-repeat;
  background-size: 20px;
  color: #fff;
}

.in_03_c ul li .li3 {
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  padding-right: 0vw;
}

.in_03_c ul li .li4 {
  color: Rgba(255, 255, 255, 1);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.in_03_c ul li .li5 {
  display: none;
}

.in_04_t {
  width: 100%;
  overflow: hidden;
  background: url("../images/in_12.png") center no-repeat;
  padding: 2.78vh 1.46vw 0.93vh 1.46vw;
  margin-top: -1.48vh;
  line-height: 1.75;
  color: #fff;
  background-size: 100% 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_04_c {
  width: 100%;
  overflow: hidden;
  margin-top: 1.85vh;
}

.in_04_c .fl {
  width: 20.83vw;
  overflow: hidden;
  position: relative;
}

.in_04_c .fl::before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.4;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(to right, #09bcff, #aa3bff);
  background: -webkit-linear-gradient(to right, #09bcff, #aa3bff);
  background: -o-linear-gradient(to right, #09bcff, #aa3bff);
  background: -moz-linear-gradient(to right, #09bcff, #aa3bff);
}

.in_04_c .fl ul {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.in_04_c .fl ul li {
  width: 100%;
  overflow: hidden;
  height: 9.26vh;
  position: relative;
  cursor: pointer;
  padding: 0 1.3vw;
  font-weight: bold;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_04_c .fl ul li::before {
  content: "";
  width: 100%;
  height: 0.28vh;
  display: block;
  overflow: hidden;
  background: url("../images/in_15.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.in_04_c .fl ul li a {
  color: #fff;
}

.in_04_c .fl ul li.on {
  background: url("../images/in_13.jpg") center no-repeat;
  background-size: 100% 100%;
}

.in_04_c .fr {
  width: calc(100% - 21.88vw);
  overflow: hidden;
}

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

.in_04crc_t {
  width: 100%;
  overflow: hidden;
  color: #fff;
  line-height: 1.75;
  background: url("../images/in_14.jpg") center no-repeat;
  padding: 1.39vh 1.25vw;
  background-size: cover;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

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

.in_04rct_c {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0.93vh;
  margin-top: 0.93vh;
}

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

.in_04crc_c ul li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #292850;
  padding: 1.11vh 0px;
}

.in_04crc_c ul li .in_04ccli_l {
  width: 100%;
  float: left;
  padding: 0px 1.25vw;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_04crc_c ul li .in_04ccli_l p {
  width: 100%;
  overflow: hidden;
  line-height: 26px;
}

.in_04crc_c ul li .in_04ccli_l p.p1 i {
  display: inline-block;
  color: #fff;
  background: linear-gradient(to right, #09bcff, #aa3bff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.in_04crc_c ul li .in_04ccli_l p.p2 {
  color: #fff;
  display: grid;
  grid-template-columns: auto 136px 19.79vw;
}

.in_04crc_c ul li .in_04ccli_l p.p2 em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_04crc_c ul li .in_04ccli_l p.p2 em.em1 {
  padding-right: 50px;
}

.in_04crc_c ul li .in_04ccli_l p.p2 em.em2 {
  padding-right: 50px;
}

.in_04crc_c ul li .in_04ccli_l p.p2 em label {
  width: 100%;
  display: block;
  overflow: hidden;
}

.in_04crc_c ul li .in_04ccli_l p.p2 em span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.in_04crc_c ul li .in_04ccli_l p.p2 em span.sp1 {
  margin-bottom: 0.46vh;
}

.in_04crc_c ul li .in_04ccli_l p.p2 em span.sp1 i {
  display: inline-block;
  color: #fff;
  background: linear-gradient(to right, #09bcff, #aa3bff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.in_04crc_c ul li .in_04ccli_l p.p2 em.em2 span.sp2 {
  font-weight: bold;
}

.in_04crc_c ul li .in_04ccli_l p.p2 em.em4 {
  display: none;
}

.in_04crc_c ul li .in_04ccli_l p.p2 a {
  color: #fff;
  line-height: 26px;
  position: relative;
}

.in_04crc_c ul li .in_04ccli_l p.p2 a i {
  padding-right: 26px;
}

.in_04crc_c ul li .in_04ccli_l p.p2 a::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/in_06.png") right center no-repeat;
  background-size: 20px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.in_04crc_c ul li .in_04ccli_r {
  width: calc(100% - 29.17vw);
  float: right;
  overflow: hidden;
}

.in_04crc_c ul li .in_04ccli_r p {
  width: 100%;
  overflow: hidden;
  line-height: 26px;
}

.in_04crc_c ul li .in_04ccli_r p.p1 {
  color: #fff;
}

.in_04crc_c ul li .in_04ccli_r p.p2 {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 10px;
}

.in_04crc_c.on ul li {
  display: block;
}

.in_04crc_b {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 1.56vw;
}

.in_04crc_b a {
  width: 9.38vw;
  height: 2.6vw;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  line-height: 2.6vw;
  background: url("../images/in_16.png") center no-repeat;
  background-size: 100% 100%;
  border-radius: 2.31vh;
}

.in_04crc_b a i {
  display: inline-block;
  color: #fff;
  background: linear-gradient(to right, #09bcff, #aa3bff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.in_04crc_b a:hover {
  background: none;
  background: linear-gradient(to right, #09bcff, #aa3bff);
  background: -webkit-linear-gradient(to right, #09bcff, #aa3bff);
  background: -o-linear-gradient(to right, #09bcff, #aa3bff);
  background: -moz-linear-gradient(to right, #09bcff, #aa3bff);
}

.in_04crc_b a:hover i {
  color: #fff;
  background: linear-gradient(to right, #fff, #fff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.in_05 {
  overflow: hidden;
  padding-top: 12.96vh;
}

.in_05_c {
  width: 100%;
  overflow: hidden;
  margin-top: 5.56vh;
}

.in_05_c ul {
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.88vw;
}

.in_05_c ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  flex: 1;
}

.in_05_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.in_05_c ul li em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_05_c ul li em.em1 img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_05_c ul li em.em2 {
  position: absolute;
  left: 0px;
  bottom: 2.31vh;
  padding: 0px 1.3vw;
}

.in_05_c ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.in_05_c ul li em.em2 span.sp1 {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.75;
}

.in_05_c ul li em.em2 span.sp2 {
  color: #fff;
  margin-top: 5px;
  line-height: 26px;
  height: 52px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.in_05_c ul li em.em2 span.sp3 {
  margin-top: 10px;
}

.in_05_c ul li em.em2 span.sp3 b {
  width: 28px;
  height: 18px;
  display: block;
  overflow: hidden;
  background: url("../images/in_17.png") center no-repeat;
  background-size: 100%;
}

.in_05_c ul li a:hover em.em1 img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.in_05_c ul li dl {
  width: 100%;
  height: 100%;
  overflow: hidden;
  flex: 1;
  margin: 0px;
  padding: 0px;
  padding-right: 8px;
  overflow-y: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_05_c ul li dl dd {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: calc((100% - 4.07vh) / 3);
  padding: 0px 1.3vw;
  overflow: hidden;
  background-color: #111538;
  border-radius: 8px;
  margin-bottom: 2.04vh;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.in_05_c ul li dl dd:last-child {
  margin-bottom: 0px;
}

.in_05_c ul li dl dd a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.in_05_c ul li dl dd a span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.in_05_c ul li dl dd a span.sp1 {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.75;
}

.in_05_c ul li dl dd a span.sp2 {
  color: #fff;
  margin-top: 5px;
  line-height: 26px;
  height: 52px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.in_05_c ul li dl dd a span.sp3 {
  margin-top: 10px;
}

.in_05_c ul li dl dd a span.sp3 b {
  width: 28px;
  height: 18px;
  display: block;
  overflow: hidden;
  background: url("../images/in_17.png") center no-repeat;
  background-size: 100%;
}

.in_05_c ul li dl dd:hover {
  background-color: #171c48;
}

.in_05_c {
  overflow: visible;
}

.in_05_c ul {
  overflow: visible;
}

.in_05_c ul li {
  overflow: visible;
}

.in_05_c ul li .in_05c_prev {
  width: 16px;
  height: 30px;
  display: block;
  overflow: hidden;
  background: url("../upimg/hg_17.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  left: calc(100% - 52px);
  top: -40px;
  z-index: 999;
}

.in_05_c ul li .in_05c_prev:hover {
  background: url("../upimg/hg_17_on.png") center no-repeat;
  background-size: 100%;
}

.in_05_c ul li .in_05c_next {
  width: 16px;
  height: 30px;
  display: block;
  overflow: hidden;
  background: url("../upimg/hg_18.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  left: calc(100% - 16px);
  top: -40px;
  z-index: 999;
}

.in_05_c ul li .in_05c_next:hover {
  background: url("../upimg/hg_18_on.png") center no-repeat;
  background-size: 100%;
}

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

.in_05c_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  padding: 0px 1.3vw;
  overflow: hidden;
  background-color: #111538;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

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

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

.in_05c_slide .swiper-slide a span.sp1 {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.75;
}

.in_05c_slide .swiper-slide a span.sp2 {
  color: #fff;
  margin-top: 5px;
  line-height: 26px;
  height: 52px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.in_05c_slide .swiper-slide a span.sp3 {
  margin-top: 10px;
}

.in_05c_slide .swiper-slide a span.sp3 b {
  width: 28px;
  height: 18px;
  display: block;
  overflow: hidden;
  background: url("../images/in_17.png") center no-repeat;
  background-size: 100%;
}

.in_05c_slide .swiper-slide:hover {
  background-color: #171c48;
}

.in_06 {
  overflow: hidden;
  padding-top: 12.96vh;
}

.in_06_c {
  width: 100%;
  overflow: hidden;
  margin-top: 5.56vh;
}

.in_06_c ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 2.78vh;
}

.in_06_c ul li .in_06c_t {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #29274e;
  padding-bottom: 4px;
}

.in_06_c ul li .in_06c_t label {
  min-width: 7.29vw;
  height: 2.29vw;
  line-height: 2.4vw;
  color: #fff;
  font-weight: bold;
  padding-left: 0.78vw;
  display: inline-block;
  padding-right: 1.82vw;
  overflow: hidden;
  background: url("../images/in_18.png") center no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_06_c ul li .in_06c_c {
  width: 100%;
  overflow: hidden;
  margin-top: 1.67vh;
}

.in_06_c ul li .in_06c_c dl {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.in_06_c ul li .in_06c_c dd {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  float: left;
  border-radius: 0.31vw;
  flex: 1;
  margin-right: 2.6vw;
  margin-bottom: 1.04vw;
}

.in_06_c ul li .in_06c_c dd:last-child {
  margin-right: 0px;
}

.in_06_c ul li .in_06c_c dd img {
  display: block;
  height: 6.48vh;
}

.in_06_c ul li .in_06c_c dl.dl1 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.04vw;
}

.in_06_c ul li .in_06c_c dl.dl1 dd {
  height: auto;
  margin: 0px;
  margin-right: 0px;
}

.in_06_c ul li .in_06c_c dl.dl1 dd img {
  width: 100%;
  height: auto;
}

.in_07 {
  overflow: hidden;
  padding-top: 12.96vh;
  padding-bottom: 18.52vh;
  background: url("../images/in_19.png") center bottom no-repeat;
  background-size: 100%;
}

.in_07_c {
  width: 100%;
  overflow: hidden;
  margin-top: 5.56vh;
}

.in_07_c ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.08vw;
}

.in_07_c ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

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

.in_07_c ul li em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_07_c ul li em.em1 img {
  width: 100%;
  display: block;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_07_c ul li em.em2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.in_07_c ul li em.em2 span {
  width: 19.79vw;
  height: 5.56vh;
  color: #fff;
  padding: 0px 1.56vw;
  display: block;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(to right, #aa3bff, #09bcff);
  background: -webkit-linear-gradient(to right, #aa3bff, #09bcff);
  background: -o-linear-gradient(to right, #aa3bff, #09bcff);
  background: -moz-linear-gradient(to right, #aa3bff, #09bcff);
}

.in_07_c ul li em.em3 {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0px 1.56vw;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.in_07_c ul li em.em3 label {
  width: 100%;
  display: block;
  overflow: hidden;
}

.in_07_c ul li em.em3 span {
  width: 100%;
  display: block;
  overflow: hidden;
  color: #fff;
}

.in_07_c ul li em.em3 span.sp1 {
  font-family: Bahnschrift;
  line-height: 1;
  font-weight: bold;
}

.in_07_c ul li em.em3 span.sp2 {
  line-height: 1.75;
}

.in_07_c ul li a:hover em.em1 img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

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

.bm_banner .bm_bcs {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0;
}

.bm_banner .bm_bcs img {
  display: block;
  width: 24.17vw;
}

.bm_01 {
  overflow: hidden;
  position: relative;
  margin-top: -11.11vh;
  z-index: 99;
}

.bm_01 ul {
  width: calc(100% + 36px);
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 33px;
  margin-left: -0.94vw;
}

.bm_01 ul li {
  width: 100%;
  overflow: hidden;
  height: 522px;
  position: relative;
  padding-left: 18px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.bm_01 ul li:nth-child(1):before {
  content: "";
  width: calc(100% - 18px);
  height: 100%;
  border-radius: 0.94vw;
  display: block;
  overflow: hidden;
  background: url("../upimg/bm_12.jpg") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.bm_01 ul li:nth-child(2):before {
  content: "";
  width: calc(100% - 18px);
  height: 100%;
  border-radius: 0.94vw;
  display: block;
  overflow: hidden;
  background: url("../upimg/bm_13.jpg") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.bm_01_t {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  font-weight: bold;
  text-align: center;
  position: relative;
  color: #fff;
  line-height: 88px;
}

.bm_01_t::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  overflow: hidden;
  background: url("../upimg/bm_14.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.bm_01_c {
  width: 100%;
  height: 185px;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 30px 14px 0px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.bm_01_c p {
  width: 100%;
  overflow: hidden;
  background: url("../upimg/bm_18.png") left 10px no-repeat;
  line-height: 30px;
  margin-bottom: 20px;
  color: #fff;
  background-size: 8px;
  padding-left: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

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

.bm_01_dw {
  width: 100%;
  height: 54px;
  line-height: 48px;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  background: url("../upimg/bm_15.png") left center no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0px;
  top: 293px;
}

.bm_01_dw label {
  float: left;
  display: inline-block;
  margin-left: calc(0.94vw + 14px);
}

.bm_01 ul li img {
  width: 100%;
  display: block;
}

.bm_01_c3 {
  width: 420px;
  height: 134px;
  overflow: hidden;
  background: url("../upimg/bm_17.png") center no-repeat;
  background-size: 100% 100%;
  border-radius: 8px;
  position: relative;
  z-index: 9;
  margin: 0px auto;
  padding: 0px;
  margin-top: 20px;
}

.bm_01_c3 span {
  width: 50%;
  overflow: hidden;
  height: 134px;
  color: #fff;
  display: block;
  float: left;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.bm_01_c3 span.sp2 {
  text-decoration: line-through;
}

.bm_01_dw1 {
  width: 100%;
  height: 54px;
  line-height: 48px;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  background: url("../upimg/bm_16.png") left center no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0px;
  top: 293px;
}

.bm_01_dw1 label {
  float: left;
  display: inline-block;
  margin-left: calc(0.94vw + 14px);
}

.bm_02 {
  overflow: hidden;
  padding-top: 12.96vh;
}

.bm_02_c {
  width: 100%;
  overflow: hidden;
  margin-top: 8.33vh;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
}

.bm_02_c .fl {
  width: 16.15vw;
  overflow: hidden;
  background: url("../upimg/bm_11.jpg") center no-repeat;
  background-size: 100% 100%;
}

.bm_02_c .fl ul {
  width: 100%;
  overflow: hidden;
  flex: 1;
  height: 100%;
  position: relative;
}

.bm_02_c .fl ul::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  overflow: hidden;
  background: url("../upimg/bm_10.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -0.5px;
}

.bm_02_c .fl ul li {
  width: 100%;
  overflow: hidden;
  height: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

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

.bm_02_c .fl ul li p.p1 img {
  display: block;
  height: 2.78vh;
  margin: 0px auto;
  padding: 0px;
}

.bm_02_c .fl ul li p.p2 {
  color: #fff;
  text-align: center;
  margin-top: 1.85vh;
}

.bm_02_c .fl ul li p.p3 {
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin-top: 1.85vh;
}

.bm_02_c .fl ul li p.p4 {
  color: #fff;
  text-align: center;
}

.bm_02_c .fr {
  width: calc(100% - 16.15vw);
  overflow: hidden;
  flex: 1;
}

.bm_02_c .fr img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.bm_03 {
  overflow: hidden;
  padding-top: 12.96vh;
  padding-bottom: 17.59vh;
}

.bm_03_c {
  width: 100%;
  overflow: hidden;
  margin-top: 8.33vh;
}

.bm_03_c p {
  width: 100%;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.bm_03_c p.p1 {
  color: #fff;
}

.bm_03_c p.p2 {
  background: url("../upimg/bm_06.png") left 10px no-repeat;
  background-size: 8px;
  padding-left: 20px;
}

.bm_01_c1 {
  width: 100%;
  overflow: hidden;
  margin-top: 54px;
  position: relative;
  z-index: 9;
  padding: 0px 14px;
  padding-top: 20px;
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.bm_01_c2 {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
  position: relative;
  z-index: 9;
}

.bm_01_c2 a {
  width: 180px;
  height: 50px;
  overflow: hidden;
  display: block;
  margin: 0px auto;
  padding: 0px;
  border-radius: 6px;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.bm_01_c2 a {
  background: linear-gradient(to right, #aa3bff, #09bcff);
  background: -webkit-linear-gradient(to right, #aa3bff, #09bcff);
  background: -o-linear-gradient(to right, #aa3bff, #09bcff);
  background: -moz-linear-gradient(to right, #aa3bff, #09bcff);
}

.bm_01_c2 a:hover {
  background: linear-gradient(to right, #09bcff, #aa3bff);
  background: -webkit-linear-gradient(to right, #09bcff, #aa3bff);
  background: -o-linear-gradient(to right, #09bcff, #aa3bff);
  background: -moz-linear-gradient(to right, #09bcff, #aa3bff);
}

.bm_01_c4 {
  margin-top: 85px;
}

.hg_01 {
  overflow: visible;
  padding-top: 0vh;
  background: url("../images/t_03.jpg") center top no-repeat;
  background-size: 100%;
}

.hg_01_c {
  width: 100%;
  overflow: visible;
  padding-top: 5.56vh;
}

.hg_01 ul {
  width: calc(100% + 13px);
  overflow: visible;
  display: grid;
  grid-template-columns: 43% repeat(2, 1fr);
  grid-gap: 1.77vw;
  margin-left: -13px;
}

.hg_01 ul li {
  width: 100%;
  overflow: visible;
  position: relative;
  flex: 1;
}

.hg_01 ul li .hg01_cfr {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: relative;
}

.hg_01 ul li .hg01_cfr .hz01_c {
  width: calc(100% - 9px);
  overflow: hidden;
  margin-left: 9px;
  height: 100%;
  background: url("../upimg/hg_02.jpg") center no-repeat;
  background-size: cover;
  border-radius: 0.42vw;
}

.hg_01 ul li .hg01_cfr .hz01_tip1 {
  width: 100%;
  height: 36px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 9px;
  background: url("../upimg/hg_03.png") left center no-repeat;
  background-size: auto 100%;
  z-index: 99;
}

.hg_01 ul li .hg01_cfr .hz01_tip1 span {
  line-height: 33px;
  color: #fff;
  margin-left: 14px;
  font-weight: bold;
  float: left;
}

.hg_01 ul li .hg01_cfr .hz01_c {
  padding: 0.63vw 2.22vh;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.hg_01 ul li .hg01_cfr .hz01_c p {
  width: 100%;
  overflow: hidden;
}

.hg_01 ul li .hg01_cfr .hz01_c .p0 span {
  width: 116px;
  height: 40px;
  display: block;
  color: #fff;
  float: right;
  overflow: hidden;
  border-radius: 0.21vw;
  background-color: rgba(156, 193, 229, 0.1);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.hg_01 ul li .hg01_cfr .hz01_c .p0 span i {
  display: inline-block;
  position: relative;
  padding-left: 16px;
}

.hg_01 ul li .hg01_cfr .hz01_c .p0 span i::before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #00fffc;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -3.5px;
}

.hg_01 ul li .hg01_cfr .hz01_c1 .p1 {
  margin-top: 1.85vh;
}

.hg_01 ul li .hg01_cfr .hz01_c1 .p1 img {
  display: block;
  height: 15px;
}

.hg_01 ul li .hg01_cfr .hz01_c1 .p2 {
  color: #fff;
  line-height: 1.5;
  margin-top: 1.39vh;
}

.hg_01 ul li .hg01_cfr .hz01_c1 .p3 {
  margin-top: 0.26vw;
  line-height: 20px;
  color: #fff;
}

.hg_01 ul li .hg01_cfr .hz01_c1 .p3 span {
  display: inline-block;
  background: url("../upimg/hg_05.png") left center no-repeat;
  background-size: 18px;
  padding-left: 30px;
}

.hg_01 ul li .hg01_cfr .hz01_c1 .p4 {
  margin-top: 2.78vh;
  margin-bottom: 2.78vh;
}

.hg_01 ul li .hg01_cfr .hz01_c1 .p4 img {
  display: block;
  width: 36px;
}

.hg_01 ul li .hg01_cfr .hz01_c0 .p1 {
  text-align: center;
  margin-top: 6.94vh;
}

.hg_01 ul li .hg01_cfr .hz01_c0 .p1 img {
  display: block;
  height: 67px;
  margin: 0px auto;
  padding: 0px;
}

.hg_01 ul li .hg01_cfr .hz01_c0 .p2 {
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin-top: 4.63vh;
  font-weight: bold;
  font-size: 50px;
}

.hg_01 ul li .hg01_cfr .hz01_c0 .p3 {
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin-top: 4.63vh;
  font-size: 35px;
  font-weight: bold;
}

.hg_01 ul li .hg01_cfr .hz01_c0 .p4 {
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 0.19vh;
}

.hg_01 ul li .hg01_cfr .hz01_c0 .p5 {
  margin-top: 2.22vh;
}

.hg_01 ul li .hg01_cfr .hz01_c0 .p5 img {
  display: block;
  width: 45px;
  margin: 0px auto;
  padding: 0px;
}

.hg_01 ul li .hg01_cfr .hz01_c0 .p6 {
  position: absolute;
  left: 1.3vw;
  bottom: 3.7vh;
  color: #fff;
  line-height: 20px;
}

.hg_01 ul li .hg01_cfr .hz01_c0 .p6 span {
  display: inline-block;
  background: url("../upimg/hg_05.png") left center no-repeat;
  background-size: 18px;
  padding-left: 30px;
}

.hg_01 ul li:nth-child(1) .hg01_cfr .hz01_c {
  width: calc(100% - 13px);
  overflow: hidden;
  margin-left: 13px;
  background: url("../upimg/hg_01.jpg") center no-repeat;
  background-size: cover;
}

.hg_01 ul li:nth-child(1) .hg01_cfr .hz01_tip {
  width: 100%;
  height: 54px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 34px;
  background: url("../upimg/hg_07.png") left center no-repeat;
  background-size: auto 100%;
  z-index: 99;
}

.hg_01 ul li:nth-child(1) .hg01_cfr .hz01_tip span {
  line-height: 47px;
  color: #fff;
  margin-left: 44px;
  font-weight: bold;
  float: left;
}

.hg_01 ul li:nth-child(1) .hg01_cfr .hz01_c {
  padding: 1.04vw 1.3vw;
}

.hg_01 ul li:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.hg_02 {
  padding-top: 12.96vh;
  background: none;
}

.hg_03 {
  overflow: hidden;
  padding-top: 12.96vh;
}

.hg_03_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 2.78vh;
  padding: 0.52vw 2.6vw;
  background: url("../upimg/hg_11.png") center no-repeat;
  background-size: cover;
  border-radius: 0.31vw;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.hg_03_c::before {
  content: "";
  width: 0.1vw;
  height: calc(100% - 5.21vw);
  display: none;
  overflow: hidden;
  background-color: #2c294d;
  position: absolute;
  left: 50%;
  top: 2.6vw;
  margin-left: -0.05vw;
}

.hg_03_c ul {
  width: 100%;
}

.hg_03_c ul:nth-child(1) {
  float: left;
}

.hg_03_c ul:nth-child(2) {
  float: right;
}

.hg_03_c ul li {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  border-bottom: 1px solid #292850;
  padding: 1.04vw 0px;
}

.hg_03_c ul li:last-child {
  margin-bottom: 0px;
}

.hg_03_c ul li a {
  color: #fff;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: url("../upimg/hg_10.png") 99% 50% no-repeat;
  background-size: auto 30px;
}

.hg_03_c ul li span {
  width: calc(100% - 50px);
  overflow: hidden;
  display: block;
}

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

.hg_03_t1 {
  width: 100%;
  overflow: hidden;
  margin-top: 5.56vh;
  font-weight: bold;
}

.hg_03_t1 i {
  display: inline-block;
  color: #fff;
  background: linear-gradient(to right, #09bcff, #aa3bff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hg_03_t {
  width: 100%;
  overflow: hidden;
  margin-top: 5.56vh;
  padding: 2.08vw;
  background: url("../images/hg_01.jpg") center no-repeat;
  background-size: cover;
  border-radius: 0.42vw;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.hg_03_t .hg_03t_c {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.hg_03_t .hg_03t_c .fl {
  width: 13.54vw;
  overflow: hidden;
}

.hg_03_t .hg_03t_c .fl img {
  width: 100%;
  display: block;
}

.hg_03_t .hg_03t_c .fr {
  width: calc(100% - 16.15vw);
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.hg_03_t .hg_03t_c .fr .hg03trc_c {
  width: 100%;
  overflow: hidden;
}

.hg_03_t .hg_03t_c .fr .hg03trc_c p {
  width: 100%;
  overflow: hidden;
}

.hg_03_t .hg_03t_c .fr .hg03trc_c p.p1 {
  color: #fff;
  font-weight: bold;
}

.hg_03_t .hg_03t_c .fr .hg03trc_c p.p2 {
  margin-top: 3.7vh;
}

.hg_03_t .hg_03t_c .fr .hg03trc_c p.p2 a {
  display: inline-block;
  border-radius: 8px;
  color: #fff;
  line-height: 5.46vh;
  padding: 0px 3.07vw;
  background: linear-gradient(to right, #aa3bff, #09bcff);
  background: -webkit-linear-gradient(to right, #aa3bff, #09bcff);
  background: -o-linear-gradient(to right, #aa3bff, #09bcff);
  background: -moz-linear-gradient(to right, #aa3bff, #09bcff);
}

.hg_04 {
  overflow: hidden;
  padding-top: 12.96vh;
}

.hg_04_c {
  width: 100%;
  overflow: visible;
  margin-top: 5.56vh;
  position: relative;
}

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

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

.hg_04c_slide .swiper-slide ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2.08vw;
  grid-row-gap: 0.52vw;
}

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

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

.hg_04_c .hg_04c_prev {
  width: 16px;
  height: calc(100% - 0vh);
  display: block;
  overflow: hidden;
  background: url("../upimg/hg_17.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  left: -50px;
  top: 0vh;
  z-index: 999;
}

.hg_04_c .hg_04c_prev:hover {
  background: url("../upimg/hg_17_on.png") center no-repeat;
  background-size: 100%;
}

.hg_04_c .hg_04c_next {
  width: 16px;
  height: calc(100% - 0vh);
  display: block;
  overflow: hidden;
  background: url("../upimg/hg_18.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: -50px;
  top: 0vh;
  z-index: 999;
}

.hg_04_c .hg_04c_next:hover {
  background: url("../upimg/hg_18_on.png") center no-repeat;
  background-size: 100%;
}

.hg_04_c .swiper-button-disabled {
  display: none;
}

.hg_04c_spfr {
  width: 100%;
  overflow: visible;
  text-align: center;
  padding-top: 2.78vh;
}

.hg_04c_spfr span {
  width: 2.6vw;
  height: 0.42vw;
  display: inline-block;
  border-radius: 0.42vw;
  background: url("../upimg/hg_14.png") center no-repeat;
  background-size: 100% 100%;
  margin: 0px 0.42vw !important;
  opacity: 1;
}

.hg_04c_spfr span.swiper-pagination-bullet-active {
  background: url("../upimg/hg_15.png") center no-repeat;
  background-size: 100% 100%;
}

.hg_05 {
  overflow: hidden;
  padding-top: 12.96vh;
}

.hg_05_c {
  width: 100%;
  overflow: visible;
  padding-top: 5.56vh;
  position: relative;
}

.hg_05_c .hg_05c_prev {
  width: 16px;
  height: calc(100% - 5.56vh);
  display: block;
  overflow: hidden;
  background: url("../upimg/hg_17.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  left: -50px;
  top: 5.56vh;
  z-index: 999;
}

.hg_05_c .hg_05c_prev:hover {
  background: url("../upimg/hg_17_on.png") center no-repeat;
  background-size: 100%;
}

.hg_05_c .hg_05c_next {
  width: 16px;
  height: calc(100% - 5.56vh);
  display: block;
  overflow: hidden;
  background: url("../upimg/hg_18.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: -50px;
  top: 5.56vh;
  z-index: 999;
}

.hg_05_c .hg_05c_next:hover {
  background: url("../upimg/hg_18_on.png") center no-repeat;
  background-size: 100%;
}

.hg_05_c .swiper-button-disabled {
  display: none;
}

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

.hg_05c_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  border-radius: 0.42vw;
}

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

.hg_05c_spfr {
  width: 100%;
  overflow: visible;
  text-align: center;
  padding-top: 2.78vh;
  display: none;
}

.hg_05c_spfr span {
  width: 2.6vw;
  height: 0.42vw;
  display: inline-block;
  border-radius: 0.42vw;
  background: url("../upimg/hg_14.png") center no-repeat;
  background-size: 100% 100%;
  margin: 0px 0.42vw !important;
  opacity: 1;
}

.hg_05c_spfr span.swiper-pagination-bullet-active {
  background: url("../upimg/hg_15.png") center no-repeat;
  background-size: 100% 100%;
}

.ft70 {
  font-size: 61.2px;
}

.ft60 {
  font-size: 51.2px;
}

.ft55 {
  font-size: 35.2px;
}

.ft48 {
  font-size: 39.2px;
}

.ft36 {
  font-size: 27.2px;
}

.ft32 {
  font-size: 23.2px;
}

.ft30 {
  font-size: 21.2px;
}

.ft28 {
  font-size: 23.2px;
}

.ft26 {
  font-size: 21.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: 15px;
}

.ft14 {
  font-size: 11.2px;
}

@media screen and (min-width: 1921px) {
  .wrap_c {
    max-width: 1400px;
    margin: 0px auto;
    padding: 0px;
  }
}
@media screen and (max-width: 1500px) {
  .in_02_c ul {
    grid-column-gap: 1.04vw;
  }
  .hg_01 ul li .hg01_cfr .hz01_c0 .p2 {
    font-size: 40px;
  }
  .hg_01 ul li .hg01_cfr .hz01_c0 .p3 {
    font-size: 20px;
  }
  .hg_topfr .menufr ul li {
    margin-left: 1.56vw;
  }
  .ft70 {
    font-size: 57.2px;
  }
  .ft60 {
    font-size: 47.2px;
  }
  .ft55 {
    font-size: 35.2px;
  }
  .ft48 {
    font-size: 35.2px;
  }
  .ft36 {
    font-size: 23.2px;
  }
  .ft32 {
    font-size: 19.2px;
  }
  .ft30 {
    font-size: 17.2px;
  }
  .ft28 {
    font-size: 21.2px;
  }
  .ft26 {
    font-size: 19.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;
  }
  .ft14 {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 1470px) {
  .in_03_c ul li {
    grid-template-columns: 12.5vw 30.36vw 10.42vw auto;
  }
}
@media screen and (max-width: 1440px) {
  .bm_01_c {
    padding-right: 50px;
  }
  .in_04crc_c ul li .in_04ccli_l p.p2 {
    grid-template-columns: auto 126px 16.67vw;
  }
  .hg_03_t .hg_03t_c .fr .hg03trc_c p.p2 a {
    line-height: 40px;
    padding: 0px 30px;
  }
}
@media screen and (max-width: 1366px) {
  .wrap_c {
    max-width: 1000px;
    margin: 0px auto;
    padding: 0px;
  }
  .in_05_c ul li em.em2 span.sp2 {
    line-height: 20px;
    height: 40px;
  }
  .in_05_c ul li dl dd a span.sp3 b {
    width: 20px;
    height: 13px;
  }
  .in_05_c ul li dl dd a span.sp2 {
    line-height: 20px;
    height: 40px;
  }
  .in_05_c ul li em.em2 span.sp3 b {
    width: 20px;
    height: 13px;
  }
  .in_05c_slide .swiper-slide a span.sp3 b {
    width: 20px;
    height: 13px;
  }
  .in_05c_slide .swiper-slide a span.sp2 {
    line-height: 20px;
    height: 40px;
  }
  .in_05_c ul li em.em1 img {
    height: 400px;
  }
  .in_04crc_c ul li .in_04ccli_l p.p2 {
    grid-template-columns: auto 126px 37%;
  }
  .hg_01 ul li .hg01_cfr .hz01_c0 .p1 img {
    height: 50px;
  }
  .hg_01 ul li .hg01_cfr .hz01_c0 .p2 {
    font-size: 45px;
  }
  .hg_01 ul li .hg01_cfr .hz01_c0 .p3 {
    font-size: 26px;
  }
  .hg_01 ul li .hg01_cfr .hz01_c1 .p1 img {
    height: 10px;
  }
  .hg_01 ul li .hg01_cfr .hz01_c1 .p3 {
    font-size: 14px;
  }
  .hg_01 ul li .hg01_cfr .hz01_c1 .p3 span {
    background-size: 14px;
    padding-left: 20px;
  }
  .hg_01 ul li .hg01_cfr .hz01_c0 .p2 {
    font-size: 30px;
  }
  .hg_01 ul li .hg01_cfr .hz01_c0 .p3 {
    font-size: 16px;
  }
  .hg_03_c ul li {
    padding: 1.04vw 0px;
  }
  .hg_03_c ul li a {
    background-size: 20px;
  }
  .ft70 {
    font-size: 46.2px;
  }
  .ft60 {
    font-size: 36.2px;
  }
  .ft55 {
    font-size: 28.2px;
  }
  .ft48 {
    font-size: 30.2px;
  }
  .ft36 {
    font-size: 18.2px;
  }
  .ft32 {
    font-size: 18.2px;
  }
  .ft30 {
    font-size: 17.2px;
  }
  .ft28 {
    font-size: 16.2px;
  }
  .ft26 {
    font-size: 16.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;
  }
  .ft14 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .wrap_c {
    margin: 0px 20px;
    max-width: 100%;
  }
  .in_03_c ul li {
    grid-template-columns: 12.5vw auto 6.88vw 31.3vw;
  }
  .in_04crc_c ul li .in_04ccli_l {
    width: 100%;
  }
  .in_04crc_c ul li .in_04ccli_r {
    width: calc(100% - 36.46vw);
  }
  .in_04_c .fl {
    font-size: 16px;
  }
  .hg_05_c .hg_05c_prev {
    left: 20px;
  }
  .hg_05_c .hg_05c_next {
    right: 20px;
  }
  .hg_04_c .hg_04c_prev {
    left: 20px;
  }
  .hg_04_c .hg_04c_next {
    right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .hg_topfr {
    height: 60px;
    overflow: visible;
  }
  .hg_topfr .fl {
    height: 60px;
    position: relative;
    z-index: 999;
  }
  .hg_topfr .fl img {
    height: 40px;
  }
  .hg_topfr .menufr {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 60px;
    background-color: #11163e;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: none;
  }
  .hg_topfr .menufr ul li {
    width: 100%;
    overflow: hidden;
    height: 50px;
    margin: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .hg_topfr .topr_bm {
    height: 60px;
  }
  .hg_topfr .topr_bm a {
    height: 30px;
    width: 100px;
    line-height: 30px;
  }
  .hg_topfr .topr_bm span {
    background-size: 14px;
    padding-left: 20px;
  }
  .hg_topfr .mtmenu_click {
    float: left;
    margin-left: 20px;
    position: relative;
    z-index: 9991;
    margin-top: 0rem;
  }
  .hg_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%;
  }
  .hg_topfr .mtmenu_click a.on {
    background: url("../images/menu_02_on.svg") center no-repeat;
    background-size: 100%;
  }
  .in_02_c ul {
    grid-column-gap: 0.52vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 861px) {
  .hg_01 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .hg_01 ul li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .hg_01 ul li .hg01_cfr .hz01_c0 .p6 {
    position: relative;
    left: 0px;
    bottom: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .hg_03_c ul li a {
    width: auto;
    display: inline-block;
    background-position: 0% 4px;
  }
  .hg_03_c ul li span {
    display: inline-block;
    width: auto;
    margin-left: 30px;
  }
}
@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;
  }
  .topfr {
    height: 60px;
    overflow: visible;
  }
  .topfr .fl {
    height: 60px;
    position: relative;
    z-index: 999;
  }
  .topfr .fl img {
    height: 40px;
  }
  .menufr {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 60px;
    background-color: #11163e;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: none;
  }
  .menufr ul li {
    width: 100%;
    overflow: hidden;
    height: 60px;
    margin: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .topr_bm {
    height: 60px;
  }
  .topr_bm a {
    height: 30px;
    width: 100px;
    line-height: 30px;
  }
  .topr_bm span {
    background-size: 14px;
    padding-left: 20px;
  }
  .mtmenu_click {
    float: left;
    margin-left: 20px;
    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%;
  }
  .br_01_c {
    position: relative;
  }
  .br01c_c p.p1 {
    display: none;
  }
  .br01c_c .p2 {
    margin-top: 20px;
  }
  .br01c_c .p2 a {
    height: 30px;
    width: 100px;
    line-height: 30px;
  }
  .br01c_c .p2 .a1 span {
    background-size: 14px;
    padding-left: 20px;
  }
  .br01c_c .p2 .a2 span {
    background-size: 14px;
    padding-left: 20px;
  }
  .in_01 {
    padding-top: 40px;
  }
  .in_01_t img {
    width: 300px;
  }
  .in_01_c {
    margin-top: 20px;
  }
  .in_01_b {
    margin-top: 20px;
  }
  .in_01_b ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .in_01_b ul li {
    padding: 15px 10px;
  }
  .in_01_b ul li p.p2 {
    margin-top: 5px;
  }
  .in_01_t.text2 {
    margin-top: 20px;
  }
  .in_02 {
    padding-top: 40px;
  }
  .in_02_c {
    margin-top: 20px;
  }
  .in_02_c ul {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .in_03 {
    padding-top: 40px;
  }
  .in_03_t {
    margin-top: 20px;
  }
  .in_03_t label {
    width: 100px;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
  }
  .in_03_t1 {
    margin-top: -20px;
    padding: 30px 10px 10px 10px;
  }
  .in_03_c ul li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .in_03_c ul li .in_03c_li {
    padding: 0px;
    margin: 0px;
  }
  .in_03_c ul li .li1 {
    width: 100%;
    padding-left: 25px;
  }
  .in_03_c ul li .li1::before {
    right: initial;
    left: 0px;
    top: 7px;
  }
  .in_03_c ul li .li2 {
    width: calc(100% - 25px);
    margin-left: 25px;
    padding-right: 0px;
  }
  .in_03_c ul li .li3 {
    display: none;
  }
  .in_03_c ul li .li4 {
    display: none;
  }
  .in_03_c ul li .li5 {
    display: block;
    width: calc(100% - 25px);
    margin-left: 25px;
    color: #fff;
  }
  .in_03_c ul li .li5 p {
    width: 100%;
    overflow: hidden;
    line-height: 24px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
  }
  .in_03_c ul li .li5 p label {
    line-height: 24px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .in_03_c ul li .li5 i.i1 {
    font-weight: bold;
    margin-right: 10px;
    min-width: 50px;
  }
  .in_03_c::before {
    left: 0px;
  }
  .in_03_c ul li .li2 span {
    padding-left: 0px;
  }
  .in_04_c .fl {
    width: 100%;
  }
  .in_04_c .fl ul li {
    width: 50%;
    float: left;
    text-align: center;
    padding: 0px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .in_04_c .fr {
    width: 100%;
    margin-top: 20px;
  }
  .in_04crc_c ul li {
    padding: 20px 0px 10px 0px;
  }
  .in_04crc_c ul li .in_04ccli_l {
    width: 100%;
    padding: 0px;
  }
  .in_04crc_c ul li .in_04ccli_r {
    width: 100%;
    margin-top: 10px;
  }
  .in_04crc_b {
    margin-top: 20px;
  }
  .in_04crc_b a {
    height: 30px;
    width: 100px;
    line-height: 30px;
  }
  .in_05 {
    padding-top: 40px;
  }
  .in_05_c {
    margin-top: 20px;
  }
  .in_05_c ul li em.em2 {
    padding: 0px 20px;
  }
  .in_05_c ul {
    display: block;
  }
  .in_05_c ul li dl {
    position: relative;
    margin-top: 20px;
    padding-right: 0px;
  }
  .in_05_c ul li dl dd {
    padding: 20px 20px;
  }
  .in_05c_slide {
    position: relative;
    margin-top: 20px;
  }
  .in_05c_slide .swiper-slide {
    padding: 20px;
  }
  .in_06 {
    padding-top: 40px;
  }
  .in_06_c {
    margin-top: 20px;
  }
  .in_06_c ul li .in_06c_t label {
    height: 30px;
    padding-right: 20px;
    padding-left: 10px;
    line-height: 30px;
  }
  .in_06_c ul li .in_06c_c {
    margin-top: 10px;
  }
  .in_06_c ul li .in_06c_c dl.dl1 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
  .in_07 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .in_07_c {
    margin-top: 20px;
  }
  .in_07_c ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .in_07_c ul li em.em2 {
    position: relative;
  }
  .in_07_c ul li em.em2 span {
    width: 100%;
    position: relative;
  }
  .in_04crc_c ul li .in_04ccli_l p.p2 {
    display: block;
  }
  .in_04crc_c ul li .in_04ccli_l p.p2 em.em2 {
    width: auto;
    padding: 0px;
    display: inline-block;
    padding-right: 10px;
    display: none;
  }
  .in_04crc_c ul li .in_04ccli_l p.p2 em.em3 {
    width: auto;
    display: none;
  }
  .in_04crc_c ul li .in_04ccli_l p.p2 em.em2 span.sp1 {
    display: none;
  }
  .in_04crc_c ul li .in_04ccli_l p.p2 em.em3 span.sp1 {
    display: none;
  }
  .in_04crc_c ul li .in_04ccli_l p.p2 em.em4 {
    display: block;
  }
  .in_04crc_c ul li .in_04ccli_l p.p2 em.em4 label {
    line-height: 24px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .in_04crc_c ul li .in_04ccli_l p.p2 em.em4 label span {
    display: inline;
    width: auto;
  }
  .in_04crc_c ul li .in_04ccli_l p.p2 em.em4 label span.sp1 {
    min-width: 50px;
    margin-right: 10px;
    font-weight: bold;
  }
  .in_04crc_c ul li .in_04ccli_l p.p2 em.em1 {
    padding-right: 0px;
  }
  .bm_banner .bm_bcs {
    position: relative;
  }
  .bm_01 {
    margin-top: 20px;
  }
  .bm_01 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .bm_02 {
    padding-top: 40px;
  }
  .bm_02_c {
    margin-top: 20px;
    display: block;
  }
  .bm_02_c .fl {
    width: 100%;
  }
  .bm_02_c .fl ul::before {
    width: 12px;
    height: 100%;
    display: block;
    background: url("../images/in_10.png") center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    margin: 0px;
    margin-left: -6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .bm_02_c .fl ul li {
    width: 50%;
    float: left;
    padding: 20px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .bm_02_c .fl ul li p.p4 {
    line-height: 1.3;
    text-align: center;
  }
  .bm_02_c .fl ul li p.p1 img {
    height: 30px;
  }
  .bm_02_c .fr {
    width: 100%;
  }
  .bm_03 {
    padding-top: 40px;
  }
  .bm_03_c {
    margin-top: 20px;
  }
  .bm_01_c p {
    margin-bottom: 10px;
  }
  .bm_01_c3 {
    width: 80%;
    height: 100px;
  }
  .bm_01_c3 span {
    height: 100px;
  }
  .bm_01_dw1 {
    top: 240px;
  }
  .bm_01_c {
    padding-top: 20px;
  }
  .bm_01_c1 {
    padding-top: 30px;
  }
  .bm_01_c4 {
    margin-top: 70px;
  }
  .bm_01 ul li {
    height: auto;
    margin-left: -18px;
  }
  .bm_01_c2 {
    margin-bottom: 20px;
  }
  .hg_01 {
    padding-top: 40px;
  }
  .hg_03 {
    padding-top: 40px;
  }
  .hg_03_c {
    margin-top: 20px;
  }
  .hg_03_c::before {
    display: none;
  }
  .hg_03_c ul {
    width: 100%;
  }
  .hg_03_c ul li {
    line-height: 24px;
  }
  .hg_03_c ul:nth-child(2) {
    margin-top: 15px;
  }
  .hg_03_c ul li a {
    background-size: 20px;
    width: auto;
    padding-right: 20px;
  }
  .hg_04 {
    padding-top: 40px;
  }
  .hg_04_c {
    margin-top: 20px;
  }
  .hg_04c_slide .swiper-slide ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .hg_05 {
    padding-top: 40px;
  }
  .hg_05_c {
    padding-top: 20px;
  }
  .in_06_c ul li .in_06c_c dd {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .in_06_c ul li .in_06c_c dd img {
    height: 40px;
  }
  .br01c_c .p3 span {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .br01c_c .p3 span.sp2 {
    margin-left: 0px;
  }
  .hg_01 ul li .hg01_cfr .hz01_c p.p0 {
    margin-top: 30px;
  }
  .hg_01 ul li .hg01_cfr .hz01_c p.p0 span {
    height: 47px;
    font-weight: bold;
  }
  .hg_01 ul li .hg01_cfr .hz01_c0 .p1 {
    margin-top: 20px;
  }
  .hg_01 ul li .hg01_cfr .hz01_c1 p.p0 {
    margin-top: 9px;
  }
  .hg_01 ul li .hg01_cfr .hz01_c1 p.p0 span {
    height: 33px;
  }
  .hg_03_t .hg_03t_c .fl {
    width: 30%;
  }
  .hg_03_t .hg_03t_c .fr {
    width: calc(70% - 20px);
  }
  .hg_03_t {
    margin-top: 20px;
  }
  .hg_03_t1 {
    margin-top: 20px;
  }
  .hg_03_c {
    margin-top: 10px;
  }
  .hg_01_c {
    padding-top: 20px;
  }
  .hg_03_t .hg_03t_c .fr .hg03trc_c p.p1 {
    font-size: 16px;
  }
  .hg_03_t .hg_03t_c .fr .hg03trc_c p.p2 {
    margin-top: 15px;
  }
  .ft70 {
    font-size: 38px;
  }
  .ft60 {
    font-size: 26px;
  }
  .ft55 {
    font-size: 26px;
  }
  .ft48 {
    font-size: 26px;
  }
  .ft36 {
    font-size: 24px;
  }
  .ft32 {
    font-size: 20px;
  }
  .ft30 {
    font-size: 18px;
  }
  .ft28 {
    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;
  }
  .ft14 {
    font-size: 12px;
  }
}
@media screen and (max-width: 578px) {
  .in_02_c ul li em.em2 span.sp1 br {
    display: none;
  }
}
