@charset "UTF-8";
/* CSS Document */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}


.itemInfo .in_02_b a:hover  {
  color: #fff!important;
}

.jxxzUl li:hover {
  background: #def0ff!important;
}
::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #aaaaaa;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #aaaaaa;
}

body.bl_body {
  font-family: "微软雅黑", "Microsoft Yahei", tahoma, arial, "宋体", sans-serif;
  margin: 0;
  padding: 0;
  font-style: normal !important;
  font-variant: normal !important;
  color: #222;
  font-size: 12px;
}

html {
  font-size: 62.5%;
}

.bl_body a {
  text-decoration: none;
  outline: none;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.bl_body a:hover {
  color: #254194;
  text-decoration: none;
  outline: none;

}

.bl_body a:focus {
  outline: none;
  text-decoration: none;
}

.bl_body .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;
}

.bl_body .fl {
  float: left;
}

.bl_body .fr {
  float: right;
}

.bl_body a, img {
  border: 0px;
}

.bl_body br {
  font-family: SimSun;
}

.bl_body 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;
}

.bl_body br {
  margin: 0px;
  padding: 0px;
}

.bl_body .clearheight {
  width: 100%;
  height: 1px;
  overflow: hidden;
}

.bl_body input, select, textarea {
  font-family: Arial, "Microsoft Yahei", "微软雅黑", SimSun, Arial, tahoma, arial !important;
  outline: none;
}

.bl_body input::-ms-clear, input::-ms-reveal {
  display: none;
}

.bl_body input[type=text]:disabled {
  background-color: #999;
}

.bl_body input::-moz-placeholder {
  color: #999;
}

.bl_body input::-moz-placeholder {
  color: #999;
}

.bl_body input:-ms-input-placeholder {
  color: #999;
}

.bl_body input::-webkit-input-placeholder {
  color: #999;
}

.bl_body 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);
}

.bl_body input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 100px white inset;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.bl_body input[type=button], input[type=text], input[type=password] {
  -webkit-appearance: none;
  outline: none;
}

.bl_body 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(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ksan {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6);
    opacity: 0;
  }
}
@-webkit-keyframes an_02 {
  0% {
    opacity: 0.5;
    background-size: 100%;
  }
  50% {
    opacity: 1;
    background-size: 100% 26.8%;
  }
  100% {
    opacity: 0.5;
    background-size: 100%;
  }
}
@keyframes an_02 {
  0% {
    opacity: 0.5;
    background-size: 100%;
  }
  50% {
    opacity: 1;
    background-size: 100% 26.8%;
  }
  100% {
    opacity: 0.5;
    background-size: 100%;
  }
}
/*common*/
html {
  height: auto !important;
}

.bl_body {
  height: auto !important;
  min-height: 100vh;
}

.bl_mainfr {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.xp_wrap {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
}

.xp_wrap_in {
  margin: 0px 10%;
}

.xp_wrap_c {
  max-width: 1400px;
  margin: 0px auto;
}

.xpw_wap {
  display: none !important;
}

.topfr {
  width: 100%;
  height: 100px;
  overflow: visible;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  background-color: #fff;
   -moz-box-shadow:0px 0px .2rem rgba(0, 0, 0, 0.25);-webkit-box-shadow:0px 0px .2rem rgba(0, 0, 0, 0.25);box-shadow:0px 0px .2rem rgba(0, 0, 0, 0.25);
}

.topfr .fl {
  height: 100px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.topfr .fl img {
  display: block;
  height: 32px;
}

.menufr {
  float: left;
}

.menufr ul li {
  float: left;
  height: 100px;
  margin: 0px 0.2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.menufr ul li:first-child {
  margin-left: 0px;
}

.menufr ul li a {
  color: #333;
}

.menufr ul li > a {
  display: inline-block;
  position: relative;
  line-height: 60px;
}

.menufr ul li > a::before {
  content: "";
  width: 100%;
  height: 2px;
  display: none;
  overflow: hidden;
  background-color: #0066cc;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.menufr ul li .menu_sub {
  width: 8.33vw;
  border-radius: 0.47vw;
  display: none;
  position: absolute;
  left: 50%;
  top: 80px;
  margin-left: -4.17vw;
  overflow: hidden;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

.menufr ul li .menu_sub p {
  width: 100%;
  margin: 5px 0px;
  font-size: 0.16rem;
  line-height: 1.75;
  text-align: center;
  padding: 5px 0px;
}

.menufr ul li .menu_sub p a {
  color: #333333;
}

.menufr ul li .menu_sub p:first-child {
  margin-top: 20px;
}

.menufr ul li .menu_sub p:last-child {
  margin-bottom: 20px;
}

.menufr ul li .menu_sub p:hover {
  background-color: #ebf3fb;
}

.menufr ul li .menu_sub p:hover a {
  color: #0066cc;
}

.menufr ul li .menu_sub p.on {
  background-color: #ebf3fb;
}

.menufr ul li .menu_sub p.on a {
  color: #0066cc;
}

.menufr ul li:hover .menu_sub {
  display: block;
}

.menufr ul li.on > a {
  color: #0066cc;
}

.menufr ul li.on > a::before {
  display: block;
}

.menufr ul li:hover > a {
  color: #0066cc;
}

.menufr ul li:hover > a::before {
  display: block;
}

.topr_re {
  float: left;
  height: 100px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin-left: 44px;
}

.topr_re a {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  color: rgba(51, 51, 51, 0.6);
  background: url("../images/in_01.png") left center no-repeat;
  background-size: 24px;
  padding-left: 32px;
}

.topr_re a:hover {
  background: url("../images/in_01_on.png") left center no-repeat;
  background-size: 24px;
}

.top_empty {
  overflow: hidden;
  height: 100px;
}

.banner {
  overflow: hidden;
  position: relative;
}



.banner .img1 {
  width: 100%;
  display: block;
}

.banner_c {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.banner_c .brc_c {
  width: 100%;
  overflow: hidden;
}

.banner_c p {
  width: 100%;
  overflow: hidden;
  color: #fff;
}

.banner_c .p1 {
  line-height: 1;
}

.banner_c .p2 {
  font-weight: bold;
  line-height: 1.3;
  margin-top: 10px;
}

.banner_c .p3 {
  margin-top: 50px;
}

.banner_c .p3 a {
  display: inline-block;
  margin-right: 30px;
  line-height: 50px;
  padding: 0px 54px;
  background-color: #2a81d9;
  color: #fff;
  border-radius: 50px;
}

.banner_c .p3 a.a1 {
  background-color: #0066cc;
}

.banner_c .p3 a:hover {
  color: #fff !important;
  opacity: 0.8;
}

.in_01 {
  overflow: hidden;
  background: url("../images/in_03.jpg") center bottom no-repeat;
  background-size: cover;
  padding-top: 70px;
}

.in_01_title {
  width: 100%;
  overflow: hidden;
}

.in_01_title h4 {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  line-height: 1.5;
  text-align: center;
}

.in_01_t {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.in_01_t ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.in_01_t ul li {
  width: 100%;
  overflow: hidden;
}

.in_01_t ul li em {
  display: block;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_01_t ul li em.em1 img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  height: 82px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_01_t ul li em.em2 {
  width: 100%;
  margin-top: 20px;
}

.in_01_t ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
}

.in_01_t ul li em.em2 .sp1 {
  line-height: 1.5;
  color: #333;
  font-weight: bold;
}

.in_01_t ul li em.em2 .sp2 {
  color: rgba(51, 51, 51, 0.6);
  line-height: 1.5;
  margin-top: 5px;
}

.in_01_t ul li:hover em.em1 img {
  transform: translateY(-3px);
}

.in_01_c {
  width: 100%;
  overflow: visible;
  padding-bottom: 90px;
  padding-top: 70px;
}

.in_01_c ul {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.in_01_c ul li {
  width: calc((100% - 10.42vw) / 3);
  float: left;
  position: relative;
  border-radius: 0.83vw;
  overflow: hidden;
  -moz-box-shadow: 0px 0 1.04vw rgba(133, 133, 133, 0.08);
  -webkit-box-shadow: 0px 0 1.04vw rgba(133, 133, 133, 0.08);
  box-shadow: 0px 0 1.04vw rgba(133, 133, 133, 0.08);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_01_c ul li em {
  display: block;
  overflow: hidden;
  font-style: normal;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_01_c ul li em.em1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.in_01_c ul li em.em1 img {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_01_c ul li em.em2 {
  padding: 46px 0px 0px 0px;
  position: relative;
  z-index: 9;
}

.in_01_c ul li em.em3 {
  width: 100%;
  overflow: hidden;
}

.in_01_c ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_01_c ul li em.em2 .sp1 img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  width: 158px;
}

.in_01_c ul li em.em2 .sp2 {
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 20px;
}

.in_01_c ul li em.em2 .sp3 {
  padding: 0px 2.6vw;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
  color: rgba(51, 51, 51, 0.6);
}

.in_01_c ul li em.em2 .sp4 {
  overflow: visible;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 65px;
}

.in_01_c ul li em.em2 .sp4 i {
  display: inline-block;
  line-height: 40px;
  padding: 0px 40px;
  border-radius: 40px;
  background-color: #2a81d9;
  color: #fff;
  -moz-box-shadow: 0px 0.52vw 1.3vw rgba(18, 96, 175, 0.15);
  -webkit-box-shadow: 0px 0.52vw 1.3vw rgba(18, 96, 175, 0.15);
  box-shadow: 0px 0.52vw 1.3vw rgba(18, 96, 175, 0.15);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_01_c ul li:nth-child(2) em.em2 .sp4 i {
  background-color: #8181e4;
  -moz-box-shadow: 0px 0.52vw 1.3vw rgba(108, 108, 216, 0.15);
  -webkit-box-shadow: 0px 0.52vw 1.3vw rgba(108, 108, 216, 0.15);
  box-shadow: 0px 0.52vw 1.3vw rgba(108, 108, 216, 0.15);
}

.in_01_c ul li:nth-child(3) em.em2 .sp4 i {
  background-color: #f4b131;
  -moz-box-shadow: 0px 0.52vw 1.3vw rgba(228, 163, 40, 0.15);
  -webkit-box-shadow: 0px 0.52vw 1.3vw rgba(228, 163, 40, 0.15);
  box-shadow: 0px 0.52vw 1.3vw rgba(228, 163, 40, 0.15);
}

.in_01_c ul li:hover em.em1 img {
  transform: scale(1.06, 1.06);
  -moz-transform: scale(1.06, 1.06);
  -webkit-transform: scale(1.06, 1.06);
}

.in_01_c ul li:hover em.em2 .sp4 i {
  opacity: 0.8;
}

.in_01_c ul li:hover em.em2 .sp1 {
  transform: translateY(-3px);
}

.in_01_video {
  width: 100%;
  overflow: hidden;
  margin-top: 70px;
  padding-bottom: 90px;
}

.in_01_video video {
  width: 100%;
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  display: block;
}

.in_02 {
  overflow: hidden;
  background-color: #fff;
  padding-top: 30px;
}

.in_02_c {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.in_02_c .fl {
  width: 35.42vw;
  overflow: hidden;
  position: relative;
}

.in_02_c .fl ul {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in_02_c .fl ul li {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.in_02_c .fl ul li:last-child {
  margin-bottom: 0px;
}

.in_02_c .fl ul li a {
  widtH: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in_02_c .fl ul li em {
  display: block;
  width: 100%;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_02_c .fl ul li em.em1 {
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in_02_c .fl ul li em.em1 img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_02_c .fl ul li em.em2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 9;
  background-color: rgba(42, 40, 40, 0.6);
  padding: 1.85vh 0px;
}

.in_02_c .fl ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0px 1.56vw;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_02_c .fl ul li em.em2 span.sp1 {
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}

.in_02_c .fl ul li em.em2 span.sp2 {
  color: #fff;
  line-height: 1.3;
  margin-top: 10px;
}

.in_02_c .fl ul li: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_02_c .fl ul li:hover em.em2 span.sp1 {
  color: #0066cc;
}

.in_02_c .fl ul li:hover em.em2 {
  background-color: rgba(255, 255, 255, 0.2);
}

.in_02_c .fr {
  width: calc(100% - 39.06vw);
  overflow: hidden;
}

.in_02_c .fr ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 4.63vh;
}

.in_02_c .fr ul li:last-child {
  margin-bottom: 0px;
}

.in_02_c .fr ul li a {
  widtH: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.in_02_c .fr ul li em {
  display: block;
  font-style: normal;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_02_c .fr ul li em.em1 {
  width: 77px;
  overflow: hidden;
  float: left;
  position: relative;
}

.in_02_c .fr ul li em.em1::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #e6ebf0;
  position: absolute;
  right: 0px;
  top: 0px;
}

.in_02_c .fr ul li em.em1 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.in_02_c .fr ul li em.em1 .sp1 {
  color: #47515a;
  line-height: 1;
  font-weight: bold;
}

.in_02_c .fr ul li em.em1 .sp2 {
  color: rgba(51, 51, 51, 0.4);
  line-height: 1;
  margin-top: 10px;
}

.in_02_c .fr ul li em.em2 {
  width: calc(100% - 77px - 28px);
  overflow: hidden;
  float: right;
}

.in_02_c .fr ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.in_02_c .fr ul li em.em2 .sp1 {
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.in_02_c .fr ul li em.em2 .sp2 {
  color: rgba(51, 51, 51, 0.6);
  line-height: 1.5;
  margin-top: 10px;
}

.in_02_c .fr ul li em.em2 .sp3 {
  margin-top: 25px;
}

.in_02_c .fr ul li em.em2 .sp3 i {
  width: 20px;
  height: 12px;
  display: block;
  overflow: hidden;
  background: url("../images/in_16.png") center no-repeat;
  background-size: 100% 100%;
}

.in_02_c .fr ul li:hover em.em1 .sp1 {
  color: #0066cc;
}

.in_02_c .fr ul li:hover em.em1 .sp2 {
  color: #0066cc;
}

.in_02_c .fr ul li:hover em.em2 .sp1 {
  color: #0066cc;
}

.in_02_c .fr ul li:hover em.em2 .sp3 i {
  background: url("../images/in_17.png") center no-repeat;
  background-size: 100% 100%;
}

.in_02_b {
  overflow: hidden;
  padding-top: 20px;

}

.in_02_b a {
  display: inline-block;
  line-height: 50px;
  padding: 0px 50px;
  background-color: #0066cc;
  border-radius: 50px;
  color: #fff;
  -moz-box-shadow: 0px 0.93vh 1.3vw rgba(18, 96, 175, 0.15);
  -webkit-box-shadow: 0px 0.93vh 1.3vw rgba(18, 96, 175, 0.15);
  box-shadow: 0px 0.93vh 1.3vw rgba(18, 96, 175, 0.15);
}

.in_02_b span {
  display: inline-block;
  background: url("../images/in_18.png") right center no-repeat;
  background-size: 15px;
  padding-right: 30px;
  color: #fff;
}

.in_02_b a:hover {

  background: #0055b7;
}

.in_03 {
  overflow: hidden;
  background: url("../images/in_19.jpg") center no-repeat;
  background-size: cover;
  padding-top: 80px;
}

.in_03_c {
  width: 100%;
  overflow: visible;
  padding: 0px 20px;
  padding-top: 40px;
  position: relative;
}

.in_03_c ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 40px;
}

.in_03_c ul li {
  overflow: hidden;
  width: 100%;
  border-radius: 0.52vw;
  border: 1px solid #ecf4ff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-shadow: 0px 0px 2.08vw rgba(211, 224, 238, 0.2);
  -webkit-box-shadow: 0px 0px 2.08vw rgba(211, 224, 238, 0.2);
  box-shadow: 0px 0px 2.08vw rgba(211, 224, 238, 0.2);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_03_c ul li img {
  width: 100%;
  display: block;
}

.in_03_c ul li:hover {
  transform: translateY(-2px);
  -moz-box-shadow: 0px 0px 2.08vw rgba(211, 224, 238, 0.5);
  -webkit-box-shadow: 0px 0px 2.08vw rgba(211, 224, 238, 0.5);
  box-shadow: 0px 0px 2.08vw rgba(211, 224, 238, 0.5);
}

.in_03_c .in_03c_prev {
  width: 20px;
  height: calc(100% - 40px);
  display: block;
  overflow: hidden;
  background: url("../images/zin_01.svg") center no-repeat;
  background-size: 100%;
  position: absolute;
  left: -30px;
  top: 40px;
  z-index: 999;
}

.in_03_c .in_03c_prev:hover {
  background: url("../images/zin_03.svg") center no-repeat;
  background-size: 100%;
}

.in_03_c .in_03c_next {
  width: 20px;
  height: calc(100% - 40px);
  display: block;
  overflow: hidden;
  background: url("../images/zin_02.svg") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: -30px;
  top: 40px;
  z-index: 999;
}

.in_03_c .in_03c_next:hover {
  background: url("../images/zin_04.svg") center no-repeat;
  background-size: 100%;
}

.in_03_c .swiper-button-disabled {
  display: none;
}

.in_03c_spfr {
  width: 100%;
  overflow: visible;
  padding-top: 0.4rem;
  text-align: center;
}

.in_03c_spfr .in_03c_sp {
  width: auto;
}

.in_03c_c {
  width: 100%;
  overflow: hidden;
}

.in_03c_slide {
  width: 100%;
  overflow: visible;
}

.in_03c_slide .swiper-slide {
  width: 20%;
  overflow: hidden;
  border-radius: 0.52vw;
  border: 1px solid #ecf4ff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-shadow: 0px 0px 2.08vw rgba(211, 224, 238, 0.2);
  -webkit-box-shadow: 0px 0px 2.08vw rgba(211, 224, 238, 0.2);
  box-shadow: 0px 0px 2.08vw rgba(211, 224, 238, 0.2);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_03c_slide .swiper-slide img {
  width: 100%;
  display: block;
}
.in_03c_slide .swiper-slide a{width:100%;display:block;overflow:hidden;background-color:#fff;border-radius:vwFn(10);display:flex;display:-webkit-flex;align-items:center;justify-content:center;}
.in_03c_slide .swiper-slide img{max-width:90%;display:block;max-height:90%;object-fit:contain;}


.in_03c_slide .swiper-slide:hover {
  transform: translateY(-2px);
  -moz-box-shadow: 0px 0px 2.08vw rgba(211, 224, 238, 0.5);
  -webkit-box-shadow: 0px 0px 2.08vw rgba(211, 224, 238, 0.5);
  box-shadow: 0px 0px 2.08vw rgba(211, 224, 238, 0.5);
}

.btn_01 {
  overflow: hidden;
  background-color: #e7f0f9;
  padding-top: 20px;
  padding-bottom: 20px;
}

.btn_01 .fl {
  width: 50vw;
  max-width: 820px;
}

.btn_fl_t {
  width: 100%;
  overflow: hidden;
}

.btn_fl_t p {
  width: 100%;
  overflow: hidden;
}

.btn_fl_t p.p1 {
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.btn_fl_t p.p2 {
  margin-top: 20px;
}

.btn_fl_t p.p2 label {
  width: 100%;
  height: 60px;
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.52vw;
  position: relative;
}

.btn_fl_t p.p2 label input.btn_01_txt {
  width: 100%;
  font-size: 16px;
  height: 100%;
  padding: 0px 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.btn_fl_t p.p2 label input.btn_01_btn {
  width: 24px;
  height: 100%;
  border: 0px;
  cursor: pointer;
  background: url("../images/in_38.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 30px;
  top: 0px;
  z-index: 999;
}

.btn_fl_c {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.btn_fl_c dl {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.btn_fl_c dl dt {
  width: 100%;
  line-height: 1.75;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}

.btn_fl_c dl dt a {
  color: #333;
  font-weight: bold;
}

.btn_fl_c dl dd {
  width: 100%;
  overflow: hidden;
  line-height: 1.75;
  margin-bottom: 20px;
}

.btn_fl_c dl dd a {
  color: rgba(51, 51, 51, 0.9);
}

.btn_01 .fr {
  max-width: 460px;
  overflow: visible;
}

.btn_fr_t {
  width: 100%;
  overflow: visible;
}

.btn_fr_t ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.82vw;
}

.btn_fr_t ul li {
  background-color: #fff;
  text-align: center;
  border-radius: 0.52vw;
  -moz-box-shadow: 0px 0px 2.08vw rgba(211, 224, 238, 0.2);
  -webkit-box-shadow: 0px 0px 2.08vw rgba(211, 224, 238, 0.2);
  box-shadow: 0px 0px 2.08vw rgba(211, 224, 238, 0.2);
}

.btn_fr_t ul li a {
  display: inline-block;
}

.btn_fr_t ul li a img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  height: 41px;
  margin-top: 10px;
}

.btn_fr_t ul li a span {
  widtH: 100%;
  display: block;
  overflow: hidden;
  color: rgba(51, 51, 51, 0.8);
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
}

.btn_fr_t ul li a:hover span {
  color: #0066cc;
}

.btn_fr_c {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.btn_fr_c p {
  width: 100%;
  overflow: hidden;
}

.btn_fr_c p.p1 {
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.btn_fr_c p.p2 {
  margin-top: 14px;
}

.btn_fr_c p.p2 a {
  float: left;
  margin-right: 30px;
}

.btn_fr_c p.p2 a:last-child {
  margin-right: 0px;
}

.btn_fr_c p.p2 img {
  display: block;
  width: 36px;
  border-radius: 50%;
  background-color: #818182;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.btn_fr_c p.p3 {
  color: rgba(51, 51, 51, 0.7);
  line-height: 1.75;
  margin-top: 10px;
}

.btn_fr_c p.p2 img:hover {
  background-color: #0066cc;
}

.subfr {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(#fff, #f8fafc);
  background: -webkit-linear-gradient(#fff, #f8fafc);
  background: -o-linear-gradient(#fff, #f8fafc);
  background: -moz-linear-gradient(#fff, #f8fafc);
}

.subfr span {
  float: left;
  display: inline-block;
  padding-left: 25px;
  color: rgba(0, 0, 0, 0.4);
  background: url("../images/cos_01.png") left center no-repeat;
  background-size: 15px;
}

.subfr a {
  float: left;
  color: rgba(0, 0, 0, 0.4);
}

.subfr i {
  float: left;
  color: rgba(0, 0, 0, 0.4);
  margin: 0px 10px;
}

.cos_fr {
  width: 100%;
  overflow: hidden;
  background: url("../images/bg_01.jpg") center top no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

.cos_01 {
  overflow: hidden;
  padding: 40px 0px 0px 0px;
}

.cos_01 h1 {
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow: hidden;
  line-height: 1.75;
}

.cos_02 {
  overflow: visible;
  padding-top: 40px;
}

.cos_02fr {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  -moz-box-shadow: 0px 0px 24px rgba(133, 133, 133, 0.08);
  -webkit-box-shadow: 0px 0px 24px rgba(133, 133, 133, 0.08);
  box-shadow: 0px 0px 24px rgba(133, 133, 133, 0.08);
}

.cos_02_t {
  width: 100%;
  overflow: hidden;
  line-height: 50px;
  position: relative;
  color: #333;
  font-weight: bold;
  margin-top: 35px;
  position: relative;
  padding: 0px 34px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cos_02_t::before {
  content: "";
  width: 5px;
  height: 28px;
  display: block;
  overflow: hidden;
  border-radius: 0px 5px 5px 0px;
  background-color: #0066cc;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -14px;
}

.cos_02_c {
  width: 100%;
  overflow: hidden;
  color: rgba(51, 51, 51, 0.7);
  padding: 0px 34px;
  margin-top: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cos_02_c p {
  width: 100%;
  overflow: hidden;
  line-height: 1.75;
}

.cos_02_video {
  width: 100%;
  max-width: 845px;
  margin: 0px auto;
  padding: 0px;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0px 34px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cos_02_video video {
  max-width: 845px;
  margin: 0px auto;
  padding: 0px;
  display: block;
  cursor: pointer;
  width: 100%;
}

.in_05_c {
  width: 100%;
  overflow: hidden;
  height: 100%;
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9999;
  pointer-events: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.in_05_c p {
  width: 100%;
  overflow: hidden;
}

.in_05_c .p1 img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  width: 10.42vw;
}

.in_05_c .p2 {
  margin-top: 4.63vh;
  text-align: center;
  overflow: visible;
}

.in_05_c .p2 span {
  display: inline-block;
  position: relative;
}

.in_05_c .p2 img {
  display: block;
  width: 2.34vw;
}

.in_05_c .p2 span::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  -webkit-animation: ksan 2.1s linear infinite;
  animation: ksan 2.1s linear infinite;
  background: url("../images/in_01_04.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.cos_03 {
  padding-top: 50px;
}

.cos_02_ul {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0px 70px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cos_02_ul ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 70px;
}

.cos_02_ul ul li {
  widtH: 100%;
  overflow: hidden;
}

.cos_02_ul ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.cos_02_ul ul li em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
}

.cos_02_ul 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;
}

.cos_02_ul ul li em.em2 {
  text-align: center;
  line-height: 1.75;
  font-style: normal;
  margin-top: 20px;
  color: #333;
}

.cos_02_ul 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);
}

.cos_02_ul1 {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0px 34px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cos_02_ul1 ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 34px;
}

.cos_02_ul1 ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.cos_02_ul1 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.cos_02_ul1 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;
}

.cos_02_ul1 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;
}

.cos_02_ul1 ul li em.em2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(rgba(0, 102, 204, 0), rgb(0, 102, 204));
  background: -webkit-linear-gradient(rgba(0, 102, 204, 0), rgb(0, 102, 204));
  background: -o-linear-gradient(rgba(0, 102, 204, 0), rgb(0, 102, 204));
  background: -moz-linear-gradient(rgba(0, 102, 204, 0), rgb(0, 102, 204));
}

.cos_02_ul1 ul li em.em2 {
  color: #fff;
  padding: 50px 26px 26px 26px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cos_02_ul1 ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 1.75;
  position: relative;
  padding-bottom: 26px;
}

.cos_02_ul1 ul li em.em2 span::before {
  content: "";
  width: 28px;
  height: 3px;
  display: block;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.cos_02_ul1 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);
}

.jjfa_01 {
  overflow: hidden;
  background-color: #fff;
  padding: 50px 0px 0px 0px;
}

.jjfa_01_t {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.jjfa_01_t_r {
  width: 100%;
  overflow: hidden;
  text-align: right;
}

.jjfa_01_t h1 {
  margin: 0px;
  padding: 0px;
  line-height: 1.75;
  color: #262934;
}

.jjfa_01_c {
  width: 100%;
  overflow: visible;
  padding-top: 50px;
  padding-bottom: 60px;
}

.jjfa_01_c ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.jjfa_01_c ul li {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  border: 3px solid #fff;
  position: relative;
  -moz-box-shadow: 0px 0px 21px rgba(172, 199, 225, 0.34);
  -webkit-box-shadow: 0px 0px 21px rgba(172, 199, 225, 0.34);
  box-shadow: 0px 0px 21px rgba(172, 199, 225, 0.34);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.jjfa_01_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 26px 0px;
}

.jjfa_01_c ul li b {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  background-position: right bottom;
  background-size: cover;
}

.jjfa_01_c ul li label {
  display: inline-block;
  position: relative;
  z-index: 9;
}

.jjfa_01_c ul li label img {
  display: block;
  height: 76px;
  float: left;
}

.jjfa_01_c ul li label em {
  display: block;
  float: left;
  margin-left: 26px;
  font-style: normal;
  text-align: left;
}

.jjfa_01_c ul li label span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.jjfa_01_c ul li label .sp1 {
  color: #1e2a43;
  line-height: 36px;
  font-weight: bold;
  margin-top: 8px;
}

.jjfa_01_c ul li label .sp2 {
  color: #8d959f;
  line-height: 24px;
}

.jjfa_01_c ul {
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 20px;
}

.jjfa_01_c ul li label img {
  float: none;
  margin: 0px auto;
}

.jjfa_01_c ul li label em {
  width: 100%;
  float: none;
  margin: 0px;
  margin-top: 0.2rem;
  text-align: center;
}

.jjfa_01_c ul li.on {
  border: 3px solid #0066cc;
}

.jjfa_01_c ul li.on label .sp1 {
  color: #0066cc;
}

.jjfa_01_c ul li.on label .sp2 {
  color: #0066cc;
}

.jjfa_01_c ul li:hover {
  border: 3px solid #0066cc;
}

.jjfa_01_c ul li:hover label .sp1 {
  color: #0066cc;
}

.jjfa_01_c ul li:hover label .sp2 {
  color: #0066cc;
}

.jjfa_02 {
  overflow: hidden;
  background-color: #f2f8fe;
  padding: 65px 0px 60px 0px;
}

.jjfa_02_c {
  width: 100%;
  overflow: visible;
}

.jjfa_02_c ul li {
  width: 100%;
  overflow: hidden;
  padding: 30px 50px;
  background-color: #fff;
  margin-bottom: 40px;
  border-radius: 8px;
  border: 3px solid #fff;
  -moz-box-shadow: 0px 0px 21px rgba(172, 199, 225, 0.34);
  -webkit-box-shadow: 0px 0px 21px rgba(172, 199, 225, 0.34);
  box-shadow: 0px 0px 21px rgba(172, 199, 225, 0.34);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.jjfa_02_c ul li a {
  width: 100%;
  display: block;
  overflow: visible;
  position: relative;
  padding-right: 130px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.jjfa_02_c ul li span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.jjfa_02_c ul li .sp1 {
  font-weight: bold;
  color: #333;
  line-height: 1.75;
}

.jjfa_02_c ul li .sp1 i {
  display: inline-block;
  background: url("../images/jjfa_08.jpg") left center no-repeat;
  background-size: 22px;
  padding-left: 34px;
}

.jjfa_02_c ul li .sp2 {
  color: rgba(51, 51, 51, 0.8);
  line-height: 1.5;
  margin-top: 10px;
}

.jjfa_02_c ul li .sp3 {
  color: rgba(51, 51, 51, 0.6);
  line-height: 1.5;
  margin-top: 20px;
}

.jjfa_02_c ul li b {
  width: 66px;
  height: 66px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  background: url("../images/jjfa_09.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -33px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.jjfa_02_c ul li:hover {
  background-color: #fbfcfe;
}

.jjfa_02_c ul li:hover b {
  background: url("../images/jjfa_10.png") center no-repeat;
  background-size: 100% 100%;
}

.jjfa_02_b {
  overflow: hidden;
  width: 100%;
  padding: 44px 0px;
  text-align: center;
}

.jjfa_02_b a {
  display: inline-block;
  line-height: 50px;
  padding: 0px 48px;
  background-color: #0066cc;
  color: #fff;
  border-radius: 50px;
  -moz-box-shadow: 0px 0px 21px rgba(18, 96, 175, 0.15);
  -webkit-box-shadow: 0px 0px 21px rgba(18, 96, 175, 0.15);
  box-shadow: 0px 0px 21px rgba(18, 96, 175, 0.15);
}

.jjfa_02_b a span {
  display: inline-block;
  color: #fff;
  background: url("../images/jjfa_18.png") right center no-repeat;
  background-size: 18px;
  padding-right: 30px;
}

.jjfa_02_b a:hover {
  opacity: 0.8;
}

.sthz_fr {
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px;
  background: url("../images/st_01.jpg") right top no-repeat #fff;
  background-size: 100%;
}

.st_01 {
  overflow: hidden;
  margin-top: 50px;
}

.st_01 h1 {
  width: 100%;
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}

.st_02 {
  overflow: visible;
  padding-top: 26px;
}

.st_02 .xp_wrap_c {
  position: relative;
}

.st_02 .st_02_b {
  width: 23px;
  height: 10px;
  display: block;
  overflow: hidden;
  z-index: 999;
  position: absolute;
  right: 80px;
  top: 73px;
  background: url("../images/st_05.png") center no-repeat;
  background-size: 100%;
}

.st_02_t {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 8;
  height: 60px;
  line-height: 60px;
  padding-left: 100px;
  padding-right: 200px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.st_02_t .sp1 {
  color: #333;
  position: absolute;
  left: 0px;
  top: 0px;
}

.st_02_t .sp2 {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 60px;
  position: relative;
  height: 60px;
  -moz-box-shadow: 0px 0px 21px rgba(162, 175, 188, 0.15);
  -webkit-box-shadow: 0px 0px 21px rgba(162, 175, 188, 0.15);
  box-shadow: 0px 0px 21px rgba(162, 175, 188, 0.15);
}

.st_02_t .sp2 input.st_02t_txt {
  width: 100%;
  height: 60px;
  font-size: 18px;
  border: 1px solid #9cc3ea;
  padding: 0px 180px 0px 50px;
  border-radius: 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.st_02_t .sp2::before {
  content: "";
  width: 18px;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/st_02.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 17px;
  top: 0px;
}

.st_02_t .sp2::after {

  content: "";
  width: 1px;
  height: 24px;
  display: block;
  overflow: hidden;
  background-color: #999999;
  position: absolute;
  left: 43px;
  top: 50%;
  margin-top: -12px;
}

.st_02_t .sp2 i {
  width: 150px;
  height: 52px;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 5px;
  top: 4px;
  border-radius: 52px;
  background-color: #0066cc;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.st_02_t .sp2 i input {
  width: 200%;
  height: 200%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: -50%;
  top: -50%;
  opacity: 0;
}

.st_02_t .sp2 i b {
  font-weight: normal;
  color: #fff;
  display: inline-block;
  background: url("../images/st_03.png") left center no-repeat;
  background-size: 22px;
  padding-left: 30px;
}

.st_02_t .sp3 {
  width: 180px;
  height: 60px;
  cursor: pointer;
  display: block;
  color: #0066cc;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
  overflow: hidden;
  border-radius: 60px;
  border: 1px solid #9cc3ea;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.st_02_t .sp3 i {
  display: inline-block;
  background: url("../images/st_04.png") right center no-repeat;
  background-size: 9px;
  padding-right: 17px;
}

.st_02_c {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 8;
  padding-top: 20px;
  padding-left: 100px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.st_02_hid {
  display: none;
}

.st_02c_c {
  width: 100%;
  overflow: hidden;
  padding: 40px 40px 20px 40px;
  background-color: #fff;
  position: relative;
  z-index: 9;
  border-radius: 16px;
  -moz-box-shadow: 0px 0px 21px rgba(162, 175, 188, 0.15);
  -webkit-box-shadow: 0px 0px 21px rgba(162, 175, 188, 0.15);
  box-shadow: 0px 0px 21px rgba(162, 175, 188, 0.15);
}

.st_02c_c ul li {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.st_02c_c ul li .fl {
  width: 100px;
}

.st_02c_c ul li .fr {
  width: calc(100% - 130px);
}

.st_02c_c ul li .fr dl {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.st_02c_c ul li .fr dl dd {
  margin: 0px;
  padding: 0px;
  float: left;
  margin-bottom: 20px;
  width: 16.6666666667%;
}

.st_02c_c ul li .fr dl dd input {
  float: left;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin: 7px 10px 0px 0px;
  outline: none;
  display: block;
  background: url("../images/st_06.png") center no-repeat;
  background-size: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

.st_02c_c ul li .fr dl dd input:checked {
  background: url("../images/st_07.png") center no-repeat;
  background-size: 100%;
}

.st_02c_c ul li:last-child {
  margin-bottom: 0px;
}

.st_03 {
  overflow: hidden;
  margin-top: 70px;
}

.st_03 table {
  width: 100%;
  overflow: hidden;
}

.st_03 table tr th {
  background-color: #0066cc;
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
  padding: 10px;
}

.st_03 table tr th:first-child {
  border-radius: 6px 0px 0px 6px;
}

.st_03 table tr th:last-child {
  border-radius: 0px 6px 6px 0px;
}

.st_03 table tr td {
  padding: 20px 10px;
  line-height: 1.5;
  color: #666666;
  text-align: center;
}

.st_03 table tr td:first-child {
  border-radius: 6px 0px 0px 6px;
}

.st_03 table tr td:last-child {
  border-radius: 0px 6px 6px 0px;
}

.st_03 table tbody tr:nth-child(2n) td {
  background-color: #f8f9fb;
}

.st_03 table tr td span.sp1 {
  display: inline-block;
  background: url("../images/st_08.png") left center no-repeat;
  background-size: 14px;
  padding-left: 20px;
  color: #0066cc;
}

.st_03 table tr td .a1 {
  display: inline-block;
  width: 18px;
  height: 20px;
  margin: 0px auto;
  padding: 0px;
  display: block;
  overflow: hidden;
  background: url("../images/st_09.png") center no-repeat;
  background-size: 100%;
}

.st_03 table tr td .a1:hover {
  background: url("../images/st_10.png") center no-repeat;
  background-size: 100%;
}

.st_04 {
  overflow: visible;
  margin-top: 50px;
  line-height: 50px;
  color: rgba(51, 51, 51, 0.6);
}

.st_04 span {
  float: left;
}

.st_04 a {
  float: left;
  width: 38px;
  height: 38px;
  margin-top: 6px;
  margin-left: 12px;
  background-color: #f8f9fb;
  border-radius: 6px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.st_04 i {
  float: left;
  margin-left: 12px;
}

.st_04 span.sp1 {
  margin-right: 18px;
}

.st_04 a.a2 {
  font-family: SimSun;
}

.st_04 a:nth-child(1) {
  margin-left: 0px;
}

.st_04 .sp2 {
  margin-left: 14px;
}

.st_04 .st_04_txt {
  float: left;
  width: 38px;
  height: 38px;
  text-align: center;
  margin: 0px 14px;
  margin-top: 6px;
  border: 1px solid #dfe2e6;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.st_04 .a4 {
  width: auto;
  background-color: #0066cc;
  color: #fff;
  padding: 0px 48px;
  border-radius: 38px;
  height: 50px;
  line-height: 50px;
  margin-top: 0px;
  margin-left: 40px;
}

.st_04 .a4 {
  -moz-box-shadow: 0px 0px 21px rgba(18, 96, 175, 0.15);
  -webkit-box-shadow: 0px 0px 21px rgba(18, 96, 175, 0.15);
  box-shadow: 0px 0px 21px rgba(18, 96, 175, 0.15);
}

.st_04 .a4 b {
  display: inline-block;
  font-style: normal;
  background: url("../images/st_15.png") right center no-repeat;
  background-size: 0.99vw;
  padding-right: 1.56vw;
  color: #fff !important;
}

.st_04 .a4:hover {
  opacity: 0.8;
}

.st_body {
  height: 100vh;
  overflow: hidden;
}

.sttopfr {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: url("../images/st_11.jpg") center bottom no-repeat #00041b;
  background-size: 100%;
}

.sttopfr img.img1 {
  width: 100%;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.stop_01 {
  width: 31.25vw;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -15.63vw;
  bottom: 21.3vh;
  z-index: 4;
  text-align: center;
}

.stop_01 p {
  width: 100%;
  overflow: hidden;
  color: #fff;
}

.stop_01 p.p1 {
  line-height: 1.5;
}

.stop_01 p.p2 {
  margin-top: 2.78vh;
}

.stop_01 p.p2 span {
  display: inline-block;
  cursor: pointer;
  height: 46px;
  padding: 0px 36px;
  border-radius: 46px;
  background-color: #0066cc;
  color: #fff;
  line-height: 46px;
}

.stop_02fr {
  width: 91.15vw;
  overflow: visible;
  height: 38.33vw;
  position: absolute;
  left: 4.43vw;
  bottom: 0px;
  z-index: 3;
}

.stop_02 {
  width: 91.15vw;
  height: 91.15vw;
  overflow: visible;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.stop_02 ul li {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1.15vw;
  height: 1.15vw;
  color: #fff;
  opacity: 0;
}

.stop_02 ul li b {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/st_13.png") center no-repeat;
  background-size: 100% 100%;
}

.stop_02 ul li label {
  position: absolute;
  color: #fff;
  display: inline-block;
  width: 8.33vw;
  left: 50%;
  margin-left: -4.17vw;
  bottom: 2.78vh;
  text-align: center;
}

.stop_02 ul li.li1 label {
  margin-left: -5.21vw;
}

.stop_02 ul li.li2 label {
  margin-left: -2.08vw;
}

.stop_02_dw {
  width: 91.15vw;
  height: 91.15vw;
  overflow: visible;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.sttcfr {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.sttcfr .sttc_c {
  width: 29.17vw;
  padding: 2.6vw;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.47vw;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.sttcfr .sttc_c {
  -moz-box-shadow: 0px 0px 21px rgba(108, 112, 116, 0.2);
  -webkit-box-shadow: 0px 0px 21px rgba(108, 112, 116, 0.2);
  box-shadow: 0px 0px 21px rgba(108, 112, 116, 0.2);
}

.sttcfr .sttc_c a.close {
  width: 0.73vw;
  height: 0.73vw;
  display: block;
  overflow: hidden;
  background: url("../images/close.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 1.04vw;
  top: 1.04vw;
}

.sttcfr .stccc_c {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 4.17vw auto;
  grid-column-gap: 1.3vw;
}

.sttcfr .stccc_c img {
  width: 4.17vw;
  display: block;
}

.sttcfr .stccc_c .stc_r {
  width: 100%;
}

.sttcfr .stccc_c .stc_r p {
  width: 100%;
  overflow: hidden;
}

.sttcfr .stccc_c .stc_r p.p1 {
  color: #333;
  font-weight: bold;
}

.sttcfr .stccc_c .stc_r p.p2 {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
  margin-top: 0.93vh;
}

.sttcfr .stccc_c .stc_r p.p3 {
  margin-top: 4.63vh;
}

.sttcfr .stccc_c .stc_r p.p3 em {
  display: inline-block;
  font-style: normal;
}

.sttcfr .stccc_c .stc_r p.p3 a {
  float: left;
  width: 5.73vw;
  height: 2.08vw;
  display: block;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  background-color: #f9f9f9;
  border-radius: 4px;
  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;
}

.sttcfr .stccc_c .stc_r p.p3 a:nth-child(2) {
  margin-left: 1.56vw;
}

.sttcfr .stccc_c .stc_r p.p3 a.a1 {
  background-color: #0066cc;
  border: 1px solid #0066cc;
  color: #fff;
}

.sttcfr .stccc_c .stc_r p.p3 a.a1:hover {
  color: #fff !important;
}

.brc_c1 .p1 {
  line-height: 1.5;
  margin: 0.46vh 0px;
}

.brc_c1 .p1 span {
  display: inline-block;
  min-width: 3.75vw;
  text-align: justify;
  text-align-last: justify;
}

.brc_c1 .p1 i {
  display: inline-block;
  margin: 0px 1.04vw;
}

.brc_c1 .p2 {
  margin-top: 2.78vh;
}

.font74 {
  font-size: 0.74rem;
}

.font50 {
  font-size: 0.5rem;
}

.font48 {
  font-size: 0.48rem;
}

.font44 {
  font-size: 0.44rem;
}

.font36 {
  font-size: 0.36rem;
}

.font32 {
  font-size: 0.32rem;
}

.font30 {
  font-size: 0.3rem;
}

.font24 {
  font-size: 0.24rem;
}

.font22 {
  font-size: 0.22rem;
}

.font20 {
  font-size: 0.2rem;
}

.font18 {
  font-size: 0.18rem;
}

.font16 {
  font-size: 0.16rem;
}

.font14 {
  font-size: 0.14rem;
}

/*20240117*/
.in_01v_c{width:100%;overflow:hidden;position:relative;cursor:pointer;}
.in_01v_c::before{content:"";width:100%;height:100%;display:block;overflow:hidden;position:absolute;left:0px;top:0px;z-index:990;cursor:pointer;background-color:rgba(0,0,0,0.5);pointer-events:none;}
.in_01v_c em{width:.8rem;height:.8rem;display:block;overflow:visible;position:absolute;left:50%;top:50%;z-index:999;background:url("../images/in_01_02.png") no-repeat;background-size:.8rem;pointer-events:none;transform:translate(-50%, -50%);}
.in_01v_c em:before{content:"";width:100%;height:100%;display:block;border-radius:50%;position:absolute;left:0%;top:0%;cursor:pointer;border:.02rem solid #fff;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-animation:ksan 2.1s linear infinite;animation:ksan 2.1s linear infinite;}
.in_01v_c.on:before{display:none;}
.in_01v_c.on em{display:none;}

.in_02_c .fl{width:48.57%;}
.in_02_c .fr{width:46.42%;}

.in_02_b{text-align:center;padding-bottom:.8rem;}

/*底部分享*/
.btn_fr_c{overflow:visible;}
.btn_fr_c .p2{width:100%;overflow:visible;padding-top:14px;}
.btn_fr_c .p2 a{display:inline-block;position:relative;margin-right:.2rem;}
.btn_fr_c .p2 a:last-child{margin-right:0px;}
.btn_fr_c .p2 img.img1{width:36px;background-color:#818182;border-radius:50%;}
.btn_fr_c .p2 a:hover img.img1{background-color:#0066cc;}
.btn_fr_c .p2 .fx_tc_img{display:none;position:absolute;left:50%;margin-left:calc(-67px);bottom:calc(36px + .2rem);z-index:999;border-radius:0px;width:120px;max-width:120px;height:auto !important;-moz-box-shadow:0px 0px 21px rgba(0,0,0,0.05); -webkit-box-shadow:0px 0px 21px rgba(0,0,0,0.05); box-shadow:0px 0px 21px rgba(0,0,0,0.05);}
.btn_fr_c .p2 .fx_tc_img .fxtci_c{width:100%;overflow:hidden;background-color:#fff;position:relative;z-index:9;border-radius:6px;}
.btn_fr_c .p2 .fx_tc_img:after{content:"";width:.1rem;height:.1rem;display:block;overflow:hidden;background-color:#fff;position:absolute;left:50%;bottom:-.05rem;transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);}
.btn_fr_c .p2 .fx_tc_img img{width:100%;max-width:100%;height:auto;display:block;border-radius:0px;background-color:#fff;}
.btn_fr_c .p2 .fx_tc_img img:hover{background-color:#fff;}
.btn_fr_c .p2 a:hover .fx_tc_img{display:block;}
.btn_fr_c .p2 a:hover .fx_tc_img img{background-color:#fff;}



@media screen and (max-width: 960px) {
  .btn_fr_c .p2 .fx_tc_img{position:fixed;bottom:2.1rem;}
  .btn_fr_c .p2 .fx_tc_img:after{display:none;}
}
/*end底部分享*/


@media screen and (max-height: 624px) {
    .sttopfr {
    height: 120vh;
  }
  .stop_01 {
    bottom: 28.3vh;
  }
}
@media screen and (max-width: 1880px) {
  .brc_c1 .p1 span {
    min-width: 4.69vw;
  }
}
@media screen and (max-width: 1439px) {
  .xp_wrap_c {
    margin: 0px 7.5%;
  }
  .font74 {
    font-size: 0.74rem;
  }
  .font50 {
    font-size: 0.5rem;
  }
  .font48 {
    font-size: 0.48rem;
  }
  .font44 {
    font-size: 0.44rem;
  }
  .font32 {
    font-size: 0.32rem;
  }
  .font30 {
    font-size: 0.3rem;
  }
  .font36 {
    font-size: 0.36rem;
  }
  .font24 {
    font-size: 0.24rem;
  }
  .font22 {
    font-size: 0.22rem;
  }
  .font20 {
    font-size: 0.2rem;
  }
  .font18 {
    font-size: 0.18rem;
  }
  .font16 {
    font-size: 0.16rem;
  }
  .font14 {
    font-size: 0.14rem;
  }
  .topr_re {
    margin-left: 0.44rem;
  }
  .btn_fr_c p.p2 a {
    margin-right: 0.3rem;
  }
}
@media screen and (max-width: 1280px) {
  .menufr ul li {
    margin-left: 0.4rem;
  }
  .topr_re {
    margin-left: 0.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .font74 {
    font-size: 0.74rem;
  }
  .font50 {
    font-size: 0.5rem;
  }
  .font48 {
    font-size: 0.58rem;
  }
  .font44 {
    font-size: 0.44rem;
  }
  .font36 {
    font-size: 0.46rem;
  }
  .font32 {
    font-size: 0.32rem;
  }
  .font30 {
    font-size: 0.3rem;
  }
  .font24 {
    font-size: 0.34rem;
  }
  .font22 {
    font-size: 0.32rem;
  }
  .font20 {
    font-size: 0.3rem;
  }
  .font18 {
    font-size: 0.28rem;
  }
  .font16 {
    font-size: 0.16rem;
  }
  .font14 {
    font-size: 0.14rem;
  }
  .xpw_wap {
    display: block !important;
  }
  .xpw_pc {
    display: none !important;
  }
  .xp_wrap_in {
    margin: 0px 20px;
  }
  .top_empty {
    height: 1rem;
  }
  .topfr .fl {
    height: 1rem;
    position: relative;
    z-index: 999;
  }
  .topfr .fl img {
    height: 0.32rem;
  }
  .topr_re {
    height: 1rem;
    position: relative;
    z-index: 999;
  }
  .topfr {
    overflow: visible;
    height: 1rem;
  }
  .menufr {
    widtH: 100%;
    overflow: hidden;
    left: 0px;
    top: 0px;
    background-color: #fff;
    display: none;
    position: absolute;
    z-index: 9;
  }
  .menufr ul {
    width: 100%;
    overflow: hidden;
    margin-top: 1rem;
    border-top: 1px solid rgba(51, 51, 51, 0.08);
  }
  .menufr ul li {
    width: 100%;
    overflow: hidden;
    height: 1rem;
    margin: 0px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.08);
    justify-content: flex-start;
  }
  .menufr ul li a {
    margin-left: 20px;
  }
  .menufr.on {
    display: block;
  }
  .mtmenu_click {
    float: left;
    margin-left: 0.2rem;
    position: relative;
    z-index: 999;
    height: 1rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
  }
  .mtmenu_click a {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    overflow: hidden;
    background: url("../images/menu_01.svg") center no-repeat;
    background-size: 100%;
  }
  .mtmenu_click a.on {
    background: url("../images/menu_02.svg") center no-repeat;
    background-size: 0.4rem;
  }
  .banner .img1 {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
    object-fit: cover;
    object-position: center bottom;
  }
  .banner_c {
    align-items: flex-start;
  }
  .banner_c .brc_c {
    margin-top: 0.4rem;
  }
  .banner_c .p1 {
    font-size: 0.36rem;
    line-height: 1.5;
  }
  .banner_c .p2 {
    font-size: 0.6rem;
  }
  .banner_c .p3 {
    margin-top: 0.6rem;
  }
  .banner_c .p3 a {
    line-height: 0.8rem;
    padding: 0px 0.6rem;
    border-radius: 0.8rem;
    margin-right: 0.3rem;
  }
  .brc_c1 .p1 {
    font-size: 0.24rem;
  }
  .brc_c1 .p2 {
    margin-top: 0.3rem;
    font-size: 0.4rem;
  }
  .in_01 {
    padding-top: 0.6rem;
  }
  .in_01_t ul {
    display: block;
  }
  .in_01_t ul li {
    width: 50%;
    float: left;
  }
  .in_01_t ul li em.em1 img {
    height: 0.8rem;
  }
  .in_01_t ul li:nth-child(3) {
    margin-top: 0.4rem;
  }
  .in_01_t ul li:nth-child(4) {
    margin-top: 0.4rem;
  }
  .in_01_c {
    padding-top: 0.6rem;
  }
  .in_01_c ul {
    display: block;
  }
  .in_01_c ul li {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .in_01_c ul li:last-child {
    margin-bottom: 0px;
  }
  .in_01_c ul li em.em2 {
    padding-top: 0.46rem;
  }
  .in_01_c ul li em.em2 .sp1 img {
    width: 2.58rem;
  }
  .in_01_c ul li em.em2 .sp2 {
    margin-top: 0.2rem;
  }
  .in_01_c ul li em.em2 .sp3 {
    margin-top: 0.2rem;
  }
  .in_01_c ul li em.em2 .sp4 {
    padding-top: 0.4rem;
    padding-bottom: 0.65rem;
  }
  .in_01_c ul li em.em2 .sp4 i {
    line-height: 0.8rem;
    border-radius: 0.8rem;
    padding: 0px 0.6rem;
  }
  .in_01_video {
    margin-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .in_02 {
    padding-top: 0.8rem;
  }
  .in_02_c {
    margin-top: 0.4rem;
    display: block;
  }
  .in_02_c .fl {
    width: 100%;
  }
  .in_02_c .fl ul {
    position: relative;
  }
  .in_02_c .fl ul li {
    height: auto;
    margin-bottom: 0.2rem;
  }
  .in_02_c .fl ul li a {
    position: relative;
  }
  .in_02_c .fl ul li em.em1 {
    position: relative;
  }
  .in_02_c .fl ul li em.em1 img {
    position: relative;
    height: auto;
  }
  .in_02_c .fr {
    width: 100%;
    margin-top: 0.4rem;
  }
  .in_02_b {
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
  }
  .in_02_b a {
    line-height: 0.8rem;
    padding: 0px 0.6rem;
    border-radius: 0.8rem;
  }
  .in_02_b span {
    background-size: 0.15rem;
    padding-right: 0.3rem;
  }
  .in_03 {
    padding-top: 0.8rem;
  }
  .in_03_c {
    padding: 0px;
    padding-top: 0.4rem;
  }
  .in_03_c ul {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0.2rem;
    grid-row-gap: 0.2rem;
  }
  .btn_01 {
    padding: 0.8rem 0px 0.8rem 0px;
  }
  .btn_01 .fl {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .btn_01 .fr {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    margin-top: 0.4rem;
    float: none;
    max-width: 100%;
  }
  .btn_fl_t p.p2 label {
    width: 100%;
  }
  .btn_fl_t p.p2 label input.btn_01_txt {
    font-size: 0.16rem;
  }
  .btn_fl_t p.p2 label {
    height: 0.8rem;

  }
  .btn_fl_t p.p2 label input.btn_01_btn {
    width: 0.24rem;
    right: 0.3rem;
  }
  .btn_fl_c {
    margin-top: 0.5rem;
  }
  .btn_fr_c {
    margin-top: 0.8rem;
  }
  .banner_c .brc_c1 {
    margin-top: 0.6rem;
  }
  .cos_01 {
    padding-top: 0.4rem;
  }
  .cos_02 {
    padding-top: 0.4rem;
  }
  .cos_02_t {
    margin-top: 0.2rem;
    padding: 0px 0.3rem;
  }
  .cos_02_t::before {
    width: 0.05rem;
    height: 0.28rem;
    margin-top: -0.14rem;
  }
  .cos_02_c {
    margin-top: 0.2rem;
    padding: 0px 0.3rem;
  }
  .cos_02_video {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    padding: 0px 0.3rem;
  }
  .cos_02_ul ul {
    grid-column-gap: 0.1rem;
  }
  .cos_02_ul {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    padding: 0px 0.3rem;
  }
  .cos_02_ul ul li em.em2 {
    margin-top: 0.2rem;
  }
  .cos_02_ul1 {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    padding: 0px 0.3rem;
  }
  .cos_02_ul1 ul {
    grid-column-gap: 0.1rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .cos_02_ul1 ul li {
    margin-bottom: 0.3rem;
  }
  .cos_02_ul1 ul li em.em2 {
    position: relative;
    background-color: rgb(0, 102, 204);
    padding: 0.2rem;
  }
  .cos_02_ul1 ul li em.em2 span {
    padding-bottom: 0.2rem;
  }
  .jjfa_01 {
    padding-top: 0.5rem;
  }
  .jjfa_01_c {
    padding-top: 0.5rem;
    padding-bottom: 0.6rem;
    overflow: visible;
  }
  .jjfa_01_c ul {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.1rem;
  }
  .jjfa_01_c ul li label img {
    height: 0.8rem;
    float: none;
    margin: 0px auto;
    padding: 0px;
  }
  .jjfa_01_c ul li label em {
    width: 100%;
    margin: 0px;
    margin-top: 0.1rem;
  }
  .jjfa_01_c ul li label .sp1 {
    margin-top: 0.08rem;
    line-height: 1.5;
  }
  .jjfa_01_c ul li label .sp2 {
    line-height: 1.5;
  }
  .jjfa_01_c ul li a {
    padding: 0.2rem 0px;
  }
  .jjfa_01_c ul li {
    border: 0.03rem solid #fff;
  }
  .jjfa_01_c ul li.on {
    border: 0.03rem solid #06c;
  }
  .jjfa_02 {
    padding: 0.6rem 0px;
  }
  .jjfa_02_c ul li {
    padding: 0.3rem 0.5rem;
    margin-bottom: 0.4rem;
    border: 0.03rem solid #fff;
  }
  .jjfa_02_c ul li a {
    padding: 0px;
  }
  .jjfa_02_c ul li b {
    display: none;
  }
  .jjfa_02_b {
    padding: 0.4rem 0px;
  }
  .sttopfr {
    height: 42vh;
  }
  .st_body .topfr {
    top: 42vh;
  }
  .stop_01 {
    bottom: initial;
    top: 0.6rem;
    width: 100%;
    margin-left: 0px;
    left: 0px;
  }
  .stop_02 {
    bottom: -24.3vh;
  }
  .stop_02 ul li label {
    width: 2rem;
    margin-left: -1rem;
    bottom: 0.1rem;
  }
  .stop_02_dw {
    bottom: -24.3vh;
  }
  .st_01 {
    margin-top: 0.5rem;
  }
  .st_02_t {
    padding: 0px;
    height: auto;
    line-height: 0.6rem;
  }
  .st_02_t .sp1 {
    position: relative;
    width: 100%;
    display: none;
  }
  .st_02_t .sp2::before {
    display: none;
  }
  .st_02_t .sp2::after {
    display: none;
  }
  .st_02_t .sp2 {
    height: 1rem;
    border-radius: 0.6rem;
  }
  .st_02_t .sp2 input.st_02t_txt {
    height: 1rem;
    font-size: 0.18rem;
    padding: 0px 0.5rem;
    border-radius: 0.6rem;
  }
  .st_02_t .sp2 i {
    width: 1.5rem;
    height: 0.8rem;
    right: 0.1rem;
    top: 0.1rem;
    font-size: 0.16rem;
  }
  .st_02_t .sp2 i b {
    background-size: 0.24rem;
    padding-left: 0.3rem;
  }
  .st_02_t .sp3 {
    position: relative;
    margin-top: 0.4rem;
    height: 0.8rem;
    width: 100%;
    line-height: 0.8rem;
  }
  .st_02_c {
    width: 100%;
    padding: 0px;
    padding-top: 0.4rem;
  }
  .st_02c_c {
    padding: 0.2rem;
  }
  .st_02c_c ul li {
    display: block;
    margin-bottom: 0.1rem;
  }
  .st_02c_c ul li .fl {
    width: 100%;
  }
  .st_02c_c ul li .fr {
    width: 100%;
  }
  .st_02c_c ul li .fr dl dd {
    width: 33.3333333333%;
    margin-bottom: 0.1rem;
  }
  .st_03 {
    margin-top: 0.7rem;
  }
  .st_03 .xp_wrap_c {
    overflow-x: auto;
  }
  .st_03 table {
    min-width: 800px;
  }
  .st_04 {
    line-height: 0.8rem;
    margin-top: 0.5rem;
  }
  .st_04 span.sp1 {
    display: none;
  }
  .st_04 a {
    display: none;
    margin-top: 0px;
    width: 0.8rem;
    height: 0.8rem;
  }
  .st_04 a.a2 {
    display: flex;
  }
  .st_04 i {
    display: none;
  }
  .st_04 .sp2 {
    display: none;
  }
  .st_04 .sp3 {
    display: none;
  }
  .st_04 .st_04_txt {
    display: none;
  }
  .st_04 .a4 {
    display: block;
    height: 0.8rem;
    padding: 0px 0.4rem;
    line-height: 0.8rem;
    margin-left: 0.4rem;
  }
  .st_04 .a4 b {
    background-size: 0.24rem;
    padding-right: 0.34rem;
  }
  .menufr ul li {
    display: block;
    height: auto;
  }
  .menufr ul li > a {
    height: 1rem;
    line-height: 1rem;
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .menufr ul li .menu_sub {
    display: block;
    width: 100%;
    left: 0px;
    top: 0px;
    margin: 0px;
    position: relative;
    -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0);
  }
  .menufr ul li .menu_sub p {
    width: 50%;
    float: left;
    background-color: #f1f1f1;
    padding: 10px 0px;
    font-size: 0.14rem;
  }
  .menufr ul li .menu_sub p:first-child {
    margin: 0px;
  }
  .menufr ul li .menu_sub p:last-child {
    margin: 0px;
  }
  .banner_c .brc_c {
    margin-top: 1rem;
  }
  .banner_c p {
    text-align: center;
  }
}
@media screen and (max-width: 1100px) {
  .xp_wrap_c {
    margin: 0px 20px;
  }
}
@media screen and (max-width: 768px) {
  .xp_wrap_in {
    margin: 0px 10px;
  }
  .xpw_pc {
    display: none !important;
  }
  .xpw_wap {
    display: block !important;
  }
}
@media screen and (max-width: 600px) {
  .banner_c .brc_c {
    margin-top: 0.4rem;
  }
}

/*2024*/

@media screen and (min-width:1921px) {
    .menufr ul li{margin:0px 18px;}
}

@media screen and (max-width:1200px)
{
  .topr_re{margin-left:0px;}
  .menufr ul li .menu_sub p{margin:0px;}
  .st_04 label{display:none;}
  .st_04 a{display:none !important;}
  .st_04 a.eqgrey{display:inline-block !important;}
  .st_04 a.next{display:inline-block !important;}
  .st_04 input{display:none !important;}

  .btn_01{padding:.2rem 0px;}
  .btn_01 .entrance{display:block;width:100%;height:auto !important;padding-right:0px;padding-bottom:.2rem;overflow:hidden;}
  .btn_01 .entrance p{margin:.2rem 0px;}
  .btn_fl_c{display:block;}
  .btn_fl_c dl{width:100%;overflow:hidden;border-bottom:1px solid #e1e1e1;padding:.15rem 0px;}
  .btn_fl_c dl dt{margin-bottom:0px;position:relative;}
  .btn_fl_c dl dt::before{content:"";width:.2rem;height:100%;display:block;overflow:hidden;position:absolute;right:0px;top:0px;background:url("https://www.ieisystem.com/global/template/images/phxl.svg") right center no-repeat;background-size:.2rem;}
  .btn_fl_c dl dd{width:50%;float:left;margin:0px;font-size:.28rem;padding:.1rem 0px;display:none;}
  .btn_fl_c dl.on dt::before{transform:rotate(-180deg);-ms-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-webkit-transform:rotate(-180deg);-o-transform:rotate(-180deg);}
  .btn_fl_c dl.on dd{display:block;}

  .topfr .fl img{height:.28rem;}
  .font16{font-size:.26rem;}
  .font18{font-size:.28rem;}
  .font14{font-size:.24rem !important;}
  .menufr ul li .menu_sub p{font-size:.26rem;}
  .menufr ul li>a{font-weight:bold;}

  .jswdChouse .divChouse .scName{width: 4.1rem;}
  .brc_c1 .p1{font-size:.4rem;}
  .font24{font-size:.34rem;}

  .banner_c{align-items:center;}
  .banner_c .brc_c{margin-top:0px;margin-bottom:.4rem;}

  .btn_01 .entrance p img{height:.4rem;}
  .jjfa_01_c ul li label img{display:none;}

    .menufr ul li a{}
    .menufr ul li .menu_sub p a{margin:0px;}

    .jswdChouse{justify-content:space-between;display: flex;flex-direction: column;align-items: flex-start;align-content: flex-start;}
    .jswdChouse>div{margin-right:0px !important;}
    .jswdChouse .divChouse .scName{twidth:4.6rem;}

    .jswdChouse .divChouse .scName {

width: 4.6rem;

height: .8rem;

margin-top: .2rem;

}

.jswdChouse .divList {
  top: 1rem;
}

}

