/* CSS Document*/
@font-face {
  font-family: 'sht';
  src: url('../fonts/AlimamaShuHeiTi-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  outline: 0 none;
}

a {
  text-decoration: none;
  color: #666;
  transition: all 0.5s ease 0s;
}

a:focus {
  outline: none;
}

a:hover {
  color: #0063f8;
  text-decoration: none;
}

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

li {
  vertical-align: bottom;
  zoom: 1;
}

img {
  border: 0px;
}

select {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  color: #666;
  font-size: 12px;
}

textarea {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  color: #666;
  font-size: 12px;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

th,
td {
  padding: 0;
}

input {
  vertical-align: middle;
  outline: none;
  font-size: 12px;
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
}

.hidden {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: inherit;
  margin: 0px;
}

p {
  margin: 0px;
}

em,
i {
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

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

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

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

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

textarea::-moz-input-placeholder {
  color: #999;
}

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

.center {
  text-align: center;
}


/* 滚动条整体部分 */
::-webkit-scrollbar {
  width: 8px;
  /* 滚动条的宽度 */
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
  background: #eee;
  /* 轨道颜色 */
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  background: #ccc;
  /* 滑块颜色 */
}

/* 滑块悬停状态 */
::-webkit-scrollbar-thumb:hover {
  background: #999;
  /* 滑块悬停颜色 */
}

body {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  background: url(../images/bigbj.png) no-repeat top center #fff;
  background-size: 100%;
  color: #666;
  font-size: 14px;
}

.container {
  margin: 0px auto;
  width: 90%;
  margin-left: 5%;
}

.top {
  height: 100px;
  z-index: 999;
  top: 0px;
  width: 100%;
  transition: all 0.5s ease 0s;
  position: fixed;
}


.top .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top .logo {
  width: 125px;
  height: auto;
}

.top .logo img {
  height: auto;
  width: 100%;
}

.top .logo img:nth-child(2) {
  display: none;
}

.top .nav {
  z-index: 10;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: 950px;
  height: 100%;
}


.top .nav .nLi {
  height: 100%;
  position: relative;
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top .nav .nLi h3 {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.top .nav .nLi h3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  font-size: 18px;
  position: relative;
  color: #fff;
  text-transform: capitalize;
  position: relative;
}

.top .nav .nLi h3 a:hover {
  color: #fff;
}

.top .nav .nLi.on h3 a {
  color: #fff;
  font-weight: bold;
}

.top .nav .nLi:hover h3 a::after {
  width: 64px;
  height: 4px;
  border-radius: 0px 0px 5px 5px;
  background: #fff;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
}

.top .nav .nLi.on h3 a::after {
  width: 64px;
  height: 4px;
  border-radius: 0px 0px 5px 5px;
  background: #fff;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
}


.top .nav .qh {
  border-radius: 30px 0px 30px 0px;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  font-size: 18px;
  color: #fff;
}

.top .nav .qh a {
  color: #fff;
}

.top .nav .qh a.on {
  font-weight: bold;
  color: #fff;
}


.top.scope {
  background: #fff;
    box-shadow: 0px 0px 5px #eee;
}

.top.scope .logo img:nth-child(1) {
  display: none;
}

.top.scope .logo img:nth-child(2) {
  display: block;
}

.top.scope .nav .nLi h3 a {
  color: #333;
}

.top.scope .nav .nLi h3 a:hover {
  color: #0063f8;
}

.top.scope .nav .nLi.on h3 a {
  color: #0063f8;
}

.top.scope .nav .nLi h3 a::after {
  background: #0063f8;
}

.top.scope .nav .nLi.on h3 a::after {
  background: #0063f8;
}

.top.scope .nav .qh {
  color: #333;
}

.top.scope .nav .qh a {
  color: #333;
}

.top.scope .nav .qh a.on {
  font-weight: bold;
  color: #0063f8;
}

.top.on {
  background: #fff;
}

.top.on .logo img:nth-child(1) {
  display: none;
}

.top.on .logo img:nth-child(2) {
  display: block;
}

.top.on .nav .nLi h3 a {
  color: #333;
}

.top.on .nav .nLi h3 a:hover {
  color: #0063f8;
}

.top.on .nav .nLi.on h3 a {
  color: #0063f8;
}

.top.on .nav .nLi h3 a::after {
  background: #0063f8;
}

.top.on .nav .nLi.on h3 a::after {
  background: #0063f8;
}

.top.on .nav .qh {
  color: #333;
}

.top.on .nav .qh a {
  color: #333;
}

.top.on .nav .qh a.on {
  font-weight: bold;
  color: #0063f8;
}

.top .nav .nLi .sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
    transform: translate(-50%, 0px);
  background: #fff;
  min-width: 100%;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 0px 5px #eee;
  padding-top: 10px;
  overflow: hidden;
}

.top .nav .nLi:hover .sub {
  display: block;
}

.top .nav .nLi .sub li {
  position: relative;
}

.top .nav .nLi .sub li a {
  display: block;
  font-size: 14px;
  padding: 10px;
  text-align: center;
}

.top .nav .nLi .sub li a:hover {
  background: #0063f8;
  color: #fff;
}

.top .nav .nLi .sub li h2 {
  position: absolute;
  width: 100%;
  left: 100%;
  top: 0px;
  background: #fff;
  display: none;
}

.top .nav .nLi .sub li:hover h2 {
  display: block;
}


.phone_btn {
  float: right;
  display: none;
}

.menu_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  transform: translateX(-100%);
  transition: all 0.3s ease;
}

.menu_box.into {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.menu_cot {
  width: 70%;
  height: 100%;
  background: #fff;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}

.menu_box.into .menu_cot {
  transform: translateX(0);
  transition: all 0.3s 0.2s ease;
}

.menu_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
}

.menu_close img {
  width: 40px;
}

.menu_close a {
  padding: 10px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}

.nav_gao {
  height: 100px;
}


.in_banner {
  height: auto;
}

.in_banner .swiper-slide .bj {
  width: 100%;
  height: auto;
}

.in_banner .swiper-slide .bj img {
  width: 100%;
  height: auto;
}

.in_banner .swiper-slide .bj .pc_img {
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.in_banner .swiper-slide .nr {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  padding-top: 5%;
}


.in_banner .swiper-slide .nr .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  max-width: 90%;
}

.in_banner .swiper-slide .nr .container h2 {
  font-size: 60px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  max-width: 860px;
}

.in_banner .swiper-slide .nr .container h2 img {
  width: 700px;
  height: auto;
}

.in_banner .swiper-slide .nr .container p {
  font-size: 40px;
  max-width: 860px;
  font-weight: bold;
  color: #1CA39D;
}

.in_banner .swiper-button-next,
.in_banner .swiper-button-prev {
  width: 64px;
  height: 64px;
  background: #1CA39D;
  color: #fff;
  right: 0px;
  top: auto;
  bottom: 0px;
}

.in_banner .swiper-button-prev {
  left: auto;
  right: 64px;
  background: #0866A8;
}

.in_banner .swiper-button-next::after,
.in_banner .swiper-button-prev::after {
  font-size: 20px;
}

.in_banner .swiper-pagination span {
  width: 20px;
  height: 12px;
  background: #fff;
  opacity: 1;
  border-radius: 10px;
}

.in_banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: #0063f8;
}

.in_bt {
  text-align: center;
}

.in_bt h2 {
  color: #0063f8;
  font-size: 50px;
  font-weight: bold;
  font-family: 'sht';
}

.in_bt p {
  font-size: 20px;
  color: #333;
  padding-top: 20px;
  font-weight: normal;
}

.in_box {
  padding: 80px 0px;
}

.in_box ul {
  padding-top: 200px;
  display: flex;
  flex-wrap: wrap;
}

.in_box ul li {
  width: 20%;
  background: #fff;
  text-align: center;
  padding-bottom: 3%;
  font-family: 'sht';
}

.in_box ul li:nth-child(6){
    display: none;
}

.in_box ul li:nth-child(odd) {
  background: #f0f3f6;
}

.in_box ul li:hover {
  background: #0063f8;
}

.in_box ul li .img {
  margin-top: -30%;
  text-align: center;
  margin-bottom: 30px;
}

.in_box ul li .img img {
  width: 70%;
  margin: 0px auto;
}

.in_box ul li .img img:nth-child(2) {
  display: none;
}

.in_box ul li h2 {
  color: #999;
  font-size: 24px;
}

.in_box ul li h3 {
  color: #333;
  font-size: 26px;
  padding: 10px 0px;
}

.in_box ul li b {
  width: 50px;
  height: 2px;
  background: #333;
  display: block;
  margin: 0px auto;
}

.in_box ul li span a {
  display: block;
  width: 40%;
  min-width: 100px;
  border: 1px solid #666;
  line-height: 45px;
  border-radius: 30px;
  margin: 0px auto;
  margin-top: 40px;
}

.in_box ul li span a i {
  margin-left: 5px;
}

.in_box ul li:hover .img img:nth-child(1) {
  display: none;
}

.in_box ul li:hover .img img:nth-child(2) {
  display: block;
}

.in_box ul li:hover h2 {
  color: #fff;
}

.in_box ul li:hover h3 {
  color: #fff;
}

.in_box ul li:hover b {
  background: #fff;
}

.in_box ul li:hover span a {
  color: #fff;
  border: 1px solid #fff;
}

.in_box ul li span a:hover {
  background: #fff;
  color: #333;
}

.in_box .more {
  text-align: center;
  padding-top: 40px;
}

.in_box .more a {
  display: block;
  width: 220px;
  background: #0063f8;
  line-height: 60px;
  border-radius: 30px;
  margin: 0px auto;
  color: #fff;
  font-size: 18px;
}

.in_box .more a i {
  margin-left: 10px;
}

.in_box1 {
  background: url(../images/in_box1_bj.png) no-repeat center center;
  padding: 80px 0px;
  box-sizing: border-box;
  height: 700px;
  background-size: cover;
}

.in_box1 .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.in_box1 .gc {
  width: 500px;
  height: auto;
  text-align: center;
}

.in_box1 .gc img {
  width: 100%;
  height: auto;
  animation: tiaodong 2s infinite;
}


@keyframes tiaodong {
  0% {
    transform: translate(0 , -10px);
  }

  50% {
    transform: translate(0px , 10px);
  }

  100% {
    transform: translate(0px , -10px);
  }
}


.in_box1 .more a {
  display: block;
  width: 220px;
  line-height: 60px;
  border-radius: 30px;
  margin: 0px auto;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border: 1px solid #fff;
}

.in_box1 .more a i {
  margin-left: 10px;
}

.in_box1 .more a:hover {
  border: 1px solid #0063f8;
  background: #0063f8;
}

.in_video {
  width: 100%;
  max-width: 1200px;
  height: auto;
  object-fit: cover;
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50% , -50%);
}

.in_box2 {
  background: url(../images/in_box2_bj.png) no-repeat center center;
  padding: 80px 0px;
  background-size: cover;
}

.in_box2_nr {
  height: 280px;
  margin-top: 50px;
}

.in_box2_nr .swiper-slide {
  height: calc((100% - 20px) / 2) !important;
  box-sizing: border-box;
  padding: 10px;
}

.in_box2_nr .swiper-slide:nth-child(even) {
  margin-left: -5%;
}

.in_box2_nr .swiper-slide h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
}


.in_box2_nr .swiper-slide h2 img {
  max-width: 70%;
  max-height: 70%;
  transition: all 0.5s ease 0s;
}

.in_box2_nr .swiper-slide h2:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}

.in_box2 .more {
  text-align: center;
  padding-top: 40px;
}

.in_box2 .more a {
  display: block;
  width: 220px;
  background: #0063f8;
  line-height: 60px;
  border-radius: 30px;
  margin: 0px auto;
  color: #fff;
  font-size: 18px;
}

.in_box2 .more a i {
  margin-left: 10px;
}


.in_box3 {
  padding: 80px 0px;
}

.in_bt1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.in_bt1 h2 {
  color: #0063f8;
  font-size: 50px;
  font-weight: bold;
  font-family: 'sht';
}

.in_bt1 h3 a {
  display: block;
  width: 220px;
  background: #0063f8;
  line-height: 60px;
  border-radius: 30px;
  margin: 0px auto;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.in_bt1 h3 a i {
  margin-left: 10px;
}


.in_box3_nr {
  margin-top: 50px;
  position: relative;
}

.in_box3_nr img {
  width: 100%;
  height: auto;
}

.in_box3_nr h2 {
  width: 10px;
  height: 10px;
  background: rgb(0, 99, 248, 1);
  border-radius: 50%;
  position: absolute;
  right: 15%;
  top: 36%;
}

.in_box3_nr h2::after {
  width: 12px;
  height: 12px;
  background: rgba(0, 99, 248, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: breathe 2s infinite;
  content: '';
  border-radius: 50%;
}


@keyframes breathe {
  0% {
    width: 13px;
    height: 13px;
  }

  50% {
    width: 20px;
    height: 20px;
  }

  100% {
    width: 13px;
    height: 13px;
  }
}

.in_box3_nr h2.ez {
  right: 0px;
  left: 50%;
  top: 22%;
}

.in_box3_nr h2.qf {
  right: 13%;
  top: 32%;
}

.in_box3_nr h2.sh {
  right: 11%;
  top: 37%;
}

.in_box3_nr h2.xg {
  right: 13%;
  top: 42%;
}


.in_box3_nr h2 p {
  white-space: nowrap;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%, -0);
  font-size: 16px;
  color: #0063f8;
  font-family: 'sht';
}

.in_box4 {
  background: url(../images/in_box4_bj.png) no-repeat bottom center #f7f8fa;
  background-size: 70% auto;
  padding: 80px 0px;
}

.in_box4_nr {
  display: flex;
  padding-top: 40px;
  justify-content: space-between;
}

.in_box4_nr1 {
  width: 450px;
  background: #fff;
  box-sizing: border-box;
}

.in_box4_nr1 .img a {
  display: block;
  overflow: hidden;
}

.in_box4_nr1 .img a img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease 0s;
}

.in_box4_nr1 .img a:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease 0s;
}

.in_box4_nr1 .nr {
  padding: 20px;
}

.in_box4_nr1 .nr h3 {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.in_box4_nr1 .nr h2 a {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 限制行数为3行 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.in_box4_nr1 .nr h2 a:hover {
  color: #00418F;
}

.in_box4_nr1 .nr p {
  font-size: 14px;
  margin: 20px 0px;
}

.in_box4_nr1 .nr span a {
  color: #00418F;
}

.in_box4_nr2 {
  width: calc(100% - 500px);
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  padding-left: 50px;

}

.in_box4_nr2 ul {
  display: flex;
  flex-wrap: wrap;
}

.in_box4_nr2 ul li {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

.in_box4_nr2 ul li .img {
  width: 310px;
  height: auto;
}

.in_box4_nr2 ul li .img img {
  width: 100%;
  height: auto;
}

.in_box4_nr2 ul li .nr {
  width: calc(100% - 310px);
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
}

.in_box4_nr2 ul li h3 {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.in_box4_nr2 ul li h2 a {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 限制行数为3行 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.in_box4_nr2 ul li h2 a:hover {
  color: #1CA39D;
}

.in_box4_nr2 ul li p {
  font-size: 14px;
  margin: 20px 0px;
}

.in_box4_nr2 ul li span a {
  color: #00418F;
}

.in_box4_nr2 ul li:nth-child(2) {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}

.di {
  padding: 40px 0px;
  background: #fff;
}

.di1 {
  display: flex;
  justify-content: space-between;
}

.di1_l {
  width: 300px;
}

.di1_l img {
  width: 140px;
  height: auto;
}

.di1_r {
  width: calc(100% - 300px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #7FB1FB;
  position: relative;
}

.di1_r h2 {
  width: 200px;
}

.di1_r h2 img {
  width: 100%;
  height: auto;
}

.di1_r h3 {
  width: calc(100% - 240px);
  display: flex;
}

.di1_r h3 a {
  flex: 1;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: right;
}

.di1_r span {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.di2 {
  padding-top: 30px;
}

.di2 ul {
  display: flex;
}

.di2 ul li {
  flex: auto;
}

.di2 ul li p {
  font-size: 16px;
}

.di2 ul li h2 {
  font-size: 1.2vw;
  font-weight: bold;
  color: #333;
  font-family: 'sht';
}

.di2 ul li h3 a {
  font-family: 'sht';
  font-size: 16px;
  color: #333;
  padding: 5px 0px;
  display: block;
}

.di2 ul li:nth-last-child(1) {
  width: 120px;
  max-width: 120px;
}

.dii {
  background: #f7f8fa;
  padding: 10px 0px;
}

.dii .container {
  display: flex;
  justify-content: space-between;
}

.slide_right {
  width: 40px;
  position: fixed;
  right: 30px;
  top: 50%;
  z-index: 99;
}

.slide_right li {
  width: 40px;
  height: 40px;
  margin-bottom: 3px;
  position: relative;
}


.slide_right li a {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #fff;
  transition: none;
  text-align: center;
  line-height: 22px;
  float: left;
  box-shadow: 0px 0px 5px #ddd;
}

.slide_right li:hover a {
  background: #0a3463;
  text-align: center;
}

.slide_right li a i {
  font-size: 20px;
  color: #666;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide_right li:hover a i {
  color: #fff;
}

.slide_right li .u_tel {
  width: 0px;
  height: 40px;
  float: left;
  background: #0a3463;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  overflow: hidden;
}

.slide_right li .s_tel {
  display: flex;
  position: absolute;
  right: 0px;
  top: 0px;
}

.slide_right li .s_tel:hover .u_tel {
  width: 210px;
}


.slide_right li .s_side {
  display: none;
}

.slide_right li .hade {
  display: block;
}


.ny_banner {
  height: 600px;
  background-size: cover;
  background-position: center center;
}

.ny_banner .container {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.ny_banner h2 {
  font-family: 'sht';
  color: #fff;
  font-size: 50px;
}

.ny_banner p {
  color: #fff;
  font-size: 20px;
  padding-top: 5px;
}

.ny_banner span {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  animation: bottom 2s infinite;
}

.ny_banner span img {
  width: 14px;
  height: auto;
}

@keyframes bottom {
  0% {
    bottom: 20px;
  }

  50% {
    bottom: 30px;
  }

  100% {
    bottom: 20px;
  }
}

.lc_box {
  padding: 80px 0px;
}

.ny_bt {
  text-align: center;
  max-width: 940px;
  margin: 0px auto;
}

.ny_bt h2 {
  font-size: 45px;
  color: #333;
  font-weight: bold;
}

.ny_bt h3 {
  margin-top: -35px;
}

.ny_bt p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 1.6;
}

.ny_bt1{
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  max-width: 100%;
}

.lc_box_nr {
  margin-top: 40px;
}

.lc_box_nr ul li {
  border-radius: 20px 20px 0px 0px;
  border: 1px solid #bfbfbf;
  border-bottom: 0px;
  height: 70px;
  cursor: pointer;
  position: relative;
}

.lc_box_nr ul li.on {
  height: 500px;
  transition: 0.3s all 0s ease;
  border-radius: 20px;
}

.lc_box_nr ul li .tp{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  border-radius: 15px;
  display: none;
}

.lc_box_nr ul li.on .tp{
  display: block;
}

.lc_box_nr ul li .wz {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0px 40px;
}

.lc_box_nr ul li .wz h2 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.lc_box_nr ul li .wz h2 p {
  font-size: 16px;
  font-weight: normal;
  color: #999;
  padding-left: 15px;
}

.lc_box_nr ul li .wz h3 {
  color: #999;
  font-size: 20px;
  font-weight: bold;
}

.lc_box_nr ul li.on .wz h2 {
  color: #fff;
}

.lc_box_nr ul li.on .wz h2 p {
  color: #fff;
}

.lc_box_nr ul li.on .wz h3 {
  color: #fff;
}

.lc_box_nr ul li .wz1 {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  width: 70%;
  max-width: 750px;
  box-sizing: border-box;
  padding: 30px;
  position: absolute;
  bottom: 15%;
  left: 4%;
  display: none;
}

.lc_box_nr ul li.on .wz1 {
  display: block;
}

.lc_box_nr ul li .wz1 p {
  color: #fff;
  line-height: 1.6;
}

.lc_box1 {
  background: url(../images/lc_box1_bj.png) no-repeat center center #F9F9F9;
  padding: 80px 0px;
}

.lc_box1_nr {
  display: flex;
  padding-top: 40px;
  overflow: hidden;
}

.lc_box1_nr_l {
  width: 40%;
  box-sizing: border-box;
  padding-right: 5%;
}

.lc_box1_nr_l h2 {
  font-size: 26px;
  font-weight: bold;
  color: #333;
}

.lc_box1_nr_l b {
  width: 55px;
  height: 5px;
  background-color: #0063f8;
  border-radius: 3px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 30px;
}

.lc_box1_nr_l p {
  font-size: 16px;
  line-height: 1.6;
  display: block;
  padding-bottom: 15px;
}

.lc_box1_nr_l p font {
  color: #00418F;
}

.lc_box1_nr_r {
  width: 55%;
}

.lc_box1_nr_r .swiper-slide {
  border-radius: 20px;
  position: relative;
  width: 100%;
  aspect-ratio: 74/46;
}

.lc_box1_nr_r .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lc_box1_nr_r .swiper-slide h2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  color: #fff;
  box-sizing: border-box;
  padding: 20px;
}

.lc_box1_nr_r .swiper-pagination {
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: auto;
  text-align: right;
}

.lc_box1_nr_r .swiper-button-next,
.lc_box1_nr_r .swiper-button-prev {
  color: #fff;
}

.pro_nav {
  border-bottom: #e2e2e2;
  height: 90px;
}

.pro_nav .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.pro_nav .container a {
  flex: 1;
  height: 50px;
  border-right: 1px solid #e2e2e2;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro_nav .container a:nth-last-child(1) {
  border: 0px;
}

.pro_nav .container a i img {
  width: auto;
  height: 48px;
  margin-right: 10px;
}

.pro_nav .container a i img:nth-child(2) {
  display: none;
}

.pro_nav .container a.on i img:nth-child(1) {
  display: none;
}

.pro_nav .container a.on i img:nth-child(2) {
  display: block;
}

.pro_nav .container a.on {
  color: #0063f8;
}

.pro_list {
  background: #F7F8F9;
  padding: 80px 0px;
}

.pro_list ul {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.pro_list ul li {
  width: calc(33.3% - 30px);
  margin: 0px 15px;
  margin-bottom: 30px;
  background: #fff;
  box-sizing: border-box;
  padding: 10px;
}

.pro_list ul li .img {
  width: 100%;
  aspect-ratio: 29/23;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro_list ul li .img img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
}

.pro_list ul li h2 {
  border-top: 1px solid #e2e2e2;
  padding: 15px 0px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.fanye {
  text-align: center;
}

.mating_box {
  padding: 80px 0px;
}

.mating_box_nr {
  height: 420px;
  margin-top: 50px;
}

.mating_box_nr .swiper-slide {
  height: calc((100% - 20px) / 3) !important;
  box-sizing: border-box;
  padding: 10px;
}

.mating_box_nr .swiper-slide h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f6f7f9;
  border-radius: 20px;
}

.mating_box_nr .swiper-slide h2 img {
  max-width: 70%;
  max-height: 70%;
  transition: all 0.5s ease 0s;
}

.mating_box_nr .swiper-slide h2:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}


.mating_box_nr .swiper-pagination {
  bottom: 0px;
}

.mating_box1 {
  padding-bottom: 80px;
}

.mating_box1_nr img {
  width: 100%;
  height: auto;
}

.service_box {
  padding: 80px 0px;
}

.service_box_nr {
  background: url(../images/service_box_pic.png) no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 5%;
}

.service_box_nr .nr {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  width: 70%;
  max-width: 750px;
  box-sizing: border-box;
  padding: 5%;
  margin: 50px auto;
}

.service_box_nr .nr p {
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 2;
}

.service_box1 {
  padding-bottom: 80px;
}

.news_list {
  padding: 80px 0px;
}

.news_list ul {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -20px;
}

.news_list ul li {
  width: calc(33.3% - 40px);
  margin: 0px 20px;
  margin-bottom: 40px;
}

.news_list ul li .img {
  width: 100%;
  align-self: 51/30;
  border-radius: 20px;
  overflow: hidden;
}

.news_list ul li .img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all 0s ease;
}

.news_list ul li .img a:hover img {
  transform: scale(1.05);
  transition: 0.3s all 0s ease;
}

.news_list ul li .nr {
  padding-top: 20px;
}

.news_list ul li .nr h3 {
  color: #0063f8;
  font-weight: bold;
}

.news_list ul li .nr h2 a {
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  white-space: nowrap;
  /* 防止文本换行 */
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin: 10px 0px;
}

.news_list ul li .nr h2 a:hover {
  color: #0063f8;
}

.news_detail {
  padding: 60px 0px;
}

.news_detail .bt {
  text-align: left;
  padding-bottom: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e2e2e2;
}

.news_detail .bt h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
  width: calc(100% - 150px);
}

.news_detail .bt h2 p {
  font-size: 16px;
  font-weight: normal;
  padding-top: 10px;
}

.news_detail .bt h3 {
  margin-top: 10px;
}

.news_detail .bt h3 a {
  border: 1px solid #333;
  color: #333;
  padding: 10px 30px;
  border-radius: 30px;
  display: inline-block;
}

.news_detail .bt h3 a:hover {
  background: #0063f8;
  color: #fff;
  border: 1px solid #0063f8;
}

.news_detail .nr p {
  font-size: 16px;
  line-height: 1.6;
  display: block;
  padding-bottom: 20px;
  color: #333;
}

.news_detail .nr img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.news_detail .nr1 {
  padding-bottom: 30px;
  line-height: 1.6;
  font-size: 15px;
}

.news_detail .nr1 h2 {
  color: #00418F;
}

.news_detail .news_more {
  border-top: 1px solid #ededed;
  margin-top: 30px;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news_detail .news_more h2 p {
  font-size: 16px;
  padding: 5px 0px;
}

.about_box {
  background: url(../images/about_box_bj.png) no-repeat right center;
  background-size: cover;
  padding: 80px 0px;
}

.about_box_nr {
  max-width: 1300px;
}

.about_box_nr .bt {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.about_box_nr .bt h2 {
  display: flex;
  font-size: 30px;
  font-family: 'sht';
  color: #0063f8;
  align-items: center;
}

.about_box_nr .bt h2 font {
  color: #333;
}

.about_box_nr .bt h2 img {
  margin-left: 30px;
}

.about_box_nr .bt p {
  font-size: 16px;
  padding-top: 20px;
  color: #333;
}

.about_box_nr .nr p {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 20px;
  color: #333;
}

.about_box1 {
  background: url(../images/about_box1_bj.png) no-repeat center center;
  padding: 80px 0px;
}

.about_box1_nr {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

.about_box1_nr .left {
  width: calc(100% - 650px);
  box-sizing: border-box;
  padding-right: 80px;
}

.about_box1_nr .left h2 {
  font-size: 30px;
  color: #0063f8;
  font-weight: bold;
  padding-bottom: 30px;
}

.about_box1_nr .left p {
  font-size: 16px;
  line-height: 1.6;
  display: block;
  padding-bottom: 20px;
}

.about_box1_nr .right {
  width: 650px;
  height: auto;
}

.about_box1_nr .right img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.about_box1_nr1 {
  margin-top: 50px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 40px 0px;
}

.about_box1_nr1 ul {
  display: flex;
}

.about_box1_nr1 ul li {
  flex: 1;
  text-align: center;
}

.about_box1_nr1 ul li h2 {
  color: #0063f8;
  font-size: 16px;
  font-weight: bold;
  font-family: 'sht';
}

.about_box1_nr1 ul li h2 b {
  font-size: 35px;
  font-weight: bold;
}

.about_box1_nr1 ul li p {
  font-size: 16px;
  color: #333;
  padding-top: 3px;
  font-weight: bold;
}

.about_box2{
  background: url(../images/about_box2_bj.png) no-repeat center center;
  background-size: cover;
  padding: 80px 0px;
}

.about_box2 .container{
  display: flex;
  justify-content: space-between;
}

.about_box2_l{
  width: calc(100% - 650px);
  height: 650px;
  color: #fff;
  position: relative;
}

.about_box2_l::after{
  width: 1px;
  height:calc(100% - 60px);
  background: #fff;
  content: '';
  position: absolute;
  top: 30px;
  left: 70px;
}

.about_box2_l .swiper-slide{
height: auto;
display: flex;
align-items: center;
}

.about_box2_l .swiper-slide h2{
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  width: 65px;
}

.about_box2_l .swiper-slide b{
  width: 11px;
	height: 11px;
	background: #fff;
  border-radius: 50%;
}

.about_box2_l .swiper-slide h3{
  font-size: 16px;
  line-height: 1.4;
  padding-top: 45px;
  padding-left: 10px;
  width: calc(100% - 80px);
}

.about_box2_l .xiah{
  color: #fff;
  position: absolute;
  bottom: 0px;
}

.about_box2_r{
  height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about_box2_r .nr p{
  color: #f2f2f2;
  text-align: right;
  font-size: 26px;
  font-weight: bold;
}

.about_box3{
  padding: 80px 0px;
  background: url(../images/about_box3_bj.png) no-repeat center center;
  background-size: cover;
}

.about_box3_nr{
  padding-top: 40px;
}

.about_box3_nr ul{
  display: flex;
}

.about_box3_nr ul li{
  flex: 1;
  margin: 0px 14px;
  margin-bottom: 24px;
  background: #fbfbfa;
  box-shadow: -9px -1px 45px 4px
		rgba(153, 160, 174, 0.21);
	border-radius: 6px;
  box-sizing: border-box;
  padding: 20px;
  border-bottom: 5px solid #dddddd;
}

.about_box3_nr ul li h2{
  font-size: 22px;
  color: #333;
  font-weight: bold;
}

.about_box3_nr ul li h2 i{
  padding-right: 10px;
}

.about_box3_nr ul li h2 b{
  padding-left: 10px;
}

.about_box3_nr ul li h2 b img{
  opacity: .3;
  width: 30px;
  height: auto;
}

.about_box3_nr ul li p{
  font-size: 16px;
  padding-top: 10px;
}

.about_box3_nr ul li:hover{
  border-bottom: 5px solid #0063f8;
  transform: scale(1.1);
}

.about_box3_nr ul li:hover h2 b img{
  opacity: 1;
}

.about_box4{
  background: #F9F9F9;
  padding: 80px 0px;
}

.about_box4_nr{
  position: relative;
  padding: 0px 40px;
  padding-top: 40px;
}

.about_box4_nr .img{
  background: #fff;
  width: 100%;
  aspect-ratio: 39/29;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_box4_nr .img img{
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
}

.about_box4_nr h2{
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding-top: 20px;
}

.about_box4_nr .swiper-button-next,.about_box4_nr .swiper-button-prev{
  color: #333;
}

.about_box4_nr .swiper-button-next::after,.about_box4_nr .swiper-button-prev::after{
  font-size: 24px;
}

.about1_box{
  background: url(../images/about1_box_bj.png) no-repeat right 10%;
  background-size: 50% auto;
  position: relative;
  padding: 100px 0px;
}

.about1_box::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
 background-image: linear-gradient(0deg,
		#e5eaf1 0%,
		#ffffff 100%);
    z-index: -1;
}

.about1_box_nr{
  max-width: 840px;
  height: 500px;
}

.about1_box_nr h2{
font-size: 30px;
font-weight: bold;
color: #333;
}

.about1_box_nr h3{
font-size: 30px;
font-weight: bold;
background: linear-gradient(45deg, #1CA39D, #0063f8);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}


.about1_box_nr p{
  font-size: 16px;
  line-height: 1.6;
  display: block;
  padding-top: 40px;
}

.about1_box_nr1_nr{
  padding-top: 40px;
  display: flex;
  align-items:center;
}

.about1_box_nr1_nr .bd{
  width: calc(100% - 520px);
  box-sizing: border-box;
  padding-right: 100px;
}

.about1_box_nr1_nr .bd img{
  width: 100%;
  align-self: 90/45;
  border-radius: 20px;
}

.about1_box_nr1_nr .hd{
  height: 400px;
  overflow-x: auto;
  width: 520px;
}

.about1_box_nr1_nr .hd ul li{
  font-size: 26px;
  font-weight: bold;
  padding: 20px 0px;
  cursor: pointer;
  color: #333;
}

.about1_box_nr1_nr .hd ul li.on{
  color: #0063f8;
}

.about1_box1{
  padding: 80px 0px;
}

.about1_box1 .bt h2{
  font-size: 30px;
  font-weight: bold;
  color: #333;
}

.about1_box1 .bt h3{
font-size: 30px;
font-weight: bold;
background: linear-gradient(45deg, #1CA39D, #0063f8);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}

.about1_box1 .nr{
  background: url(../images/about1_box1_pic.png) no-repeat center center;
  background-size: cover;
  height: 500px;
  margin-top: 40px;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 40px;
}

.about1_box1 .nr h2{
  background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    width: 70%;
    max-width: 900px;
    box-sizing: border-box;
    padding: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
}

.about2_box{
  background: url(../images/about2_box_bj.png) no-repeat center center;
  background-size: cover;
  padding: 80px 0px;
}

.about2_box h2{
  background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    box-sizing: border-box;
    padding: 30px;
    color: #fff;
    font-size: 18px;
   margin-bottom: 30px;
   display: flex;
   align-items: center;
}

.about2_box h2 i{
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin-right: 10px;
}

.about2_box h2:nth-last-child(1){
  margin-bottom: 0px;
}

.about2_box1{
  padding: 80px 0px;
  overflow: hidden;
}

.about2_box1_nr{
  width: 110%;
  padding-bottom: 30px;
}

.about2_box1_nr .swiper-slide img{
  width: 100%;
  height: auto;
}

.about2_box1_nr .swiper-scrollbar-drag{
  background: #0063f8;
}

.about2_box2{
  background: url(../images/about2_box2_bj.png) no-repeat center center;
  background-size: cover;
  padding: 80px 0px;
}

.about2_box2 ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
  padding-top: 40px;
}

.about2_box2 ul li{
  width: calc(25% - 20px);
  margin: 0px 10px;
  background-color: #f9f9f9;
	box-shadow: 0px 0px 28px 1px
		rgba(153, 160, 174, 0.1);
	border-radius: 20px;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 30px;
}

.about2_box2 ul li i{
  width: 100%;
  aspect-ratio: 39/21;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about2_box2 ul li i img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.about2_box2 ul li h2{
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.about3_box{
  padding: 80px 0px;
}

.about3_box ul{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 40px;
}

.about3_box ul::after{
  content: '';
  width: 1px;
  height: 50%;
  background: #dddd;
  position: absolute;
  right: 0px;
  top: 25px;
}

.about3_box ul li{
  width: 25%;
  position: relative;
  box-sizing: border-box;
  padding: 20px;
}

.about3_box ul li::after{
  width: 100%;
  height: 1px;
  background: #ddd;
  content: '';
  position: absolute;
  top: 25px;
  left: 0px;
  z-index: -1;
}

.about3_box ul li:nth-child(5):after{
  height: 0px;
}


.about3_box ul li b{
  width: 13px;
  height: 13px;
  border: 1px solid #0063f8;
  border-radius: 50%;
  display: block;
  position: relative;
  background: #fff;
}

.about3_box ul li b::after{
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background:#0063f8;
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
}

.about3_box ul li h2{
  font-size: 20px;
  color: #0063f8;
  font-weight: bold;
  padding: 10px 0px;
}

.about3_box ul li p{
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.about3_box ul li h3{
  font-size: 30px;
  font-weight: bold;
  color: #333;
}

.about3_box1{
  background: url(../images/about3_box1_bj.png) no-repeat bottom center;
  background-size: cover;
  padding: 80px 0px;
}

.about3_box1 ul{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0px -10px;
  padding-top: 40px;
}


.about3_box1 ul li{
  width: calc(25% - 20px);
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  margin: 0px 10px;
  margin-bottom: 20px;
  border-radius: 20px;
}

.about3_box1 ul li::after{
  width: 100%;
  height: 1px;
  background: #ddd;
  content: '';
  position: absolute;
  top: 25px;
  left: 0px;
  z-index: 0;
}

.about3_box1 ul li b{
  width: 13px;
  height: 13px;
  border: 1px solid #0063f8;
  border-radius: 50%;
  display: block;
  position: relative;
  background: #fff;
  z-index: 2;
}

.about3_box1 ul li b::after{
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background:#0063f8;
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
}

.about3_box1 ul li .nr{
  padding-top: 15px;
  display: flex;
  align-items: center;
}

.about3_box1 ul li .nr i{
  width:60px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.about3_box1 ul li .nr i img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.about3_box1 ul li .nr h2{
  width: calc(100% - 60px);
  padding-left: 10px;
  font-size: 20px;
  color: #0063f8;
  font-weight: bold;
}

.about3_box1 ul li .nr h2 p{
  font-size: 16px;
  color: #333;
}

.about3_box2{
  background: #f9f9f9;
  padding: 80px 0px;
}

.about3_box2 ul{
  display: flex;
  margin: 0px -50px;
  padding-top: 40px;
}

.about3_box2 ul li{
  width: calc(50% - 100px);
  margin: 0px 50px;
  margin-bottom: 80px;
}

.about3_box2 ul li img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.about3_box2 ul li h2{
  text-align: center;
  padding-top: 15px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.about4_box{
  padding: 80px 0px;
}

.about4_box ul{
  padding-top: 40px;
  display: flex;
}

.about4_box ul li {
  flex: auto;
  border-right: 1px solid #eee;
  box-sizing: border-box;
  padding: 0px 5%;
}

.about4_box ul li:nth-last-child(1){
  border-right: 0px;
}

.about4_box ul li p {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-bottom: 5px;
}

.about4_box ul li h2 {
  font-size: 2vw;
  font-weight: bold;
  color: #0063f8;
  font-family: 'sht';
}

.about4_box1{
  padding-top: 40px;
  padding-bottom: 80px;
}

.about4_box1 .container{
  display: flex;
  justify-content: space-between;
}

.about4_box1 .bt{
  font-size: 32px;
  font-weight: bold;
  color: #333;
  padding-bottom: 40px;
}

.about4_box1_l{
  width: 48%;
}

.about4_box1_l .nr{
  padding-bottom: 20px;
}

.about4_box1_l .nr p{
  font-size: 16px;
  color: #333;
}

.about4_box1_l .map{
  width: 100%;
  height: 365px;
  background: #333;
}

.about4_box1_l .map .custom-info{

}

.about4_box1_l .map .custom-info .info-top{
  border: 1px solid #ddd;
  background: #F9F9F9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  font-size: 16px;
  color: #333;
  display: none;
}

.about4_box1_l .map .custom-info .info-top img{
  width: 10px;
  height: 10px;
}

.about4_box1_l .map .custom-info .info-middle{
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px #eee;
  width: 350px;
}

.about4_box1_l .map .custom-info .info-middle h2 img{
  width: 110px;
  height: auto;
  border-radius: 10px;
  margin-right: 10px;
}

.about4_box1_l .map .custom-info .info-middle h3{
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.about4_box1_l .map .custom-info .info-bottom{
  display: none;
}

.about4_box1_r{
  width: 48%;
}

.about4_box1_r ul li{
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.about4_box1_r ul li:nth-child(1){
  flex-direction: row;
  justify-content: space-between;
}

.about4_box1_r ul li h2{
  width: 48%;
}

.about4_box1_r ul li p{
  font-size: 16px;
  padding-bottom: 10px;
}

.about4_box1_r ul li .text{
  width: 100%;
  height: 36px;
  border: 0px;
  font-size: 14px;
  border-bottom: 1px solid #666;
}

.about4_box1_r ul li .text1{
  width: 100%;
  height: 130px;
  font-size: 14px;
  border: 1px solid #666;
  box-sizing: border-box;
  padding: 15px;
}

.about4_box1_r ul li .btn{
  width: 100%;
  height: 45px;
  background: #0063f8;
  color: #fff;
  font-size: 16px;
  border: 0px;
  cursor: pointer;
}
