/* CSS Document*/
/* @font-face {
  font-family: 'HWMC';
  src:url('../fonts/huiwenmincho.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: #3D9A3F;
  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: 12px;
  min-width: 1200px;
}

.container {
  margin: 0px auto;
  box-sizing: border-box;
  padding: 0px 13%;
}

.top {
  height: 100px;
  z-index: 999;
  top: 0px;
  width: 100%;
  transition: all 0.5s ease 0s;
  position: fixed;
  background: #fff;
  box-shadow: 0px 0px 5px #eee;
}


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

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

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


.top .nav {
  z-index: 10;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 150px);
  max-width: 10240px;
  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;
  height: 100%;
  font-size: 18px;
  position: relative;
  color: #839D83;
  text-transform: capitalize;
  position: relative;
}

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

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

.top .nav .nLi:hover h3 a::after {
  width: 64px;
  height: 4px;
  border-radius: 0px 0px 5px 5px;
  background: #3D9A3F;
  content: '';
  position: absolute;
  top: 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: #3D9A3F;
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
}

.top .nav .nLi .sub{
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  background: #fff;
  width: 100%;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 0px 5px #eee;
}

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

.top .nav .nLi .sub li a:hover{
  background: #3D9A3F;
  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;
}

.top .nav .qh {
  background: #3D9A3F;
  border-radius: 30px 0px 30px 0px;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  font-size: 16px;
}

.top .nav .qh b {
  width: 1px;
  height: 20px;
  margin: 0px 12px;
  background: #fff;
  display: block;
}

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

.top .nav .qh h2 a i {
  margin-right: 5px;
}

.top .nav .qh h3 {
  position: relative;
}

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

.top .nav .qh h3 .search {
  display: none;
}

.top .nav .qh h3 .search.on {
  display: flex;
  position: absolute;
  right: 0px;
  top: 35px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px #ddd;
}

.top .nav .qh h3 .search .text {
  border: 0px;
  width: 150px;
  height: 35px;
  box-sizing: border-box;
  padding: 0px 10px;
}

.top .nav .qh h3 .search .btn {
  background: #3D9A3F;
  width: 35px;
  height: 35px;
  border: 0px;
  cursor: pointer;
  color: #fff;
}


.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: calc(100vh - 100px);
  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: center;
  justify-content: center;
  height: 100%;
}

.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;
  text-align: center;
}

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

.in_banner .swiper-button-next,
.in_banner .swiper-button-prev {
  width: 64px;
  height: 64px;
  background: #3D9A3F;
  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: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
}

.in_banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: #3D9A3F;
}


.in_box {
  box-sizing: border-box;
  padding-top: 100px;
  padding-left: 13%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.in_box .left {
  width: 488px;
}

.in_box .left h2 {
  font-size: 30px;
  color: #3D9A3F;
  font-weight: bold;
}

.in_box .left h3 {
  font-size: 18px;
  color: #666;
  padding: 20px 0px;
}

.in_box .left b {
  width: 300px;
  height: 1px;
  display: inline-block;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.in_box .left p {
  font-size: 16px;
  color: #666;
  padding-bottom: 10px;
  line-height: 1.6;
}

.in_box .left span {
  display: block;
  padding-top: 10%;
}

.in_box .left span a {
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  background: #3D9A3F;
  font-size: 16px;
  color: #fff;
  display: block;
}

.in_box .left span a i {
  margin-left: 20px;
}

.in_box .right {
  width: calc(100% - 588px);
}

.in_box .right img {
  width: 100%;
  height: auto;
}

.in_box1 {
  background: url(../images/in_box1_bj.png) no-repeat #f8f8f8;
  background-size: 87% 600px;
  box-sizing: border-box;
  padding-left: 13%;
}


.in_box1_nr {
  padding: 100px 0px;
  width: 1100px;
  color: #fff;
}

.in_box1_nr h2 {
  font-size: 30px;
  font-weight: bold;
}

.in_box1_nr p {
  font-size: 16px;
  line-height: 1.6;
  display: block;
  padding: 30px 0px;
}

.in_box1_nr span {
  display: block;
}

.in_box1_nr span a {
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  display: block;
}

.in_box1_nr span a:hover {
  background: #3D9A3F;
  border: 1px solid #3D9A3F;
}

.in_box1_nr1 {
  padding-left: 64px;
  position: relative;
}

.in_box1_nr1 .swiper-slide .img a {
  background: #DEE6ED;
  width: 100%;
  aspect-ratio: 10/7.8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.in_box1_nr1 .swiper-slide .img a img {
  max-width: 95%;
  max-height: 95%;
}

.in_box1_nr1 .swiper-slide .img a:hover img {
  transform: scale(1.05);
}

.in_box1_nr1 .swiper-slide .nr {
  padding: 20px;
  background: #fff;
}

.in_box1_nr1 .swiper-slide .nr h2 a {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.in_box1_nr1 .swiper-slide .nr h2 a:hover {
  color: #3D9A3F;
}

.in_box1_nr1 .swiper-slide .nr p {
  font-size: 14px;
  line-height: 1.6;
  display: block;
  margin: 15px 0px;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 限制行数为3 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.in_box1_nr1 .swiper-slide .nr span a {
  color: #3D9A3F;
  font-size: 14px;
}

.in_box1_nr1 .swiper-button-next,
.in_box1_nr1 .swiper-button-prev {
  width: 64px;
  height: 64px;
  background: #3D9A3F;
  color: #fff;
  right: auto;
  left: 0px;
  top: 30%;
}

.in_box1_nr1 .swiper-button-next {
  left: 0px;
  right: auto;
  background: #0866A8;
  top: calc(30% + 64px);
}

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

.in_box2 {
  padding: 80px 0px;
  padding-right: 13%;
  background: #f8f8f8;
  display: flex;
  position: relative;
  padding-bottom: 180px;
}

.in_box2::after {
  background: #fff;
  width: 60%;
  height: 700px;
  content: '';
  position: absolute;
  z-index: 1;
  top: 160px;
  right: 13%;
}

.in_box2_l {
  width: calc(100% - 640px);
  height: 700px;
  position: relative;
  z-index: 3;
}

.in_box2_l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.2);
}

.in_box2_r {
  box-sizing: border-box;
  width: 640px;
  height: 600px;
  margin-top: 80px;
  padding: 5%;
  background: #fff;
  position: relative;
  z-index: 2;
}

.in_box2_r .swiper-slide h2 {
  color: #3D9A3F;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 70px;
}

.in_box2_r .swiper-slide h3 {
  color: #333;
  font-size: 18px;
  padding: 15px 0px;
  font-weight: bold;
}

.in_box2_r .swiper-slide p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

.in_box2_r .swiper-slide span {
  display: block;
  padding-top: 70px;
}

.in_box2_r .swiper-slide span a {
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  background: #3D9A3F;
  font-size: 16px;
  color: #fff;
  display: block;
}

.in_box2_r .swiper-slide span a i {
  margin-left: 20px;
}

.in_box2_r .swiper-button-next,
.in_box2_r .swiper-button-prev {
  width: 64px;
  height: 64px;
  background: #3D9A3F;
  color: #fff;
  right: 0px;
  top: auto;
  bottom: 0px;
  z-index: 2;
}

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

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

.in_box2_r .swiper-pagination {
  z-index: 1;
}

.in_box2_r .swiper-pagination span {
  width: 12px;
  height: 12px;
}

.in_box2_r .swiper-pagination span.swiper-pagination-bullet-active {
  background: #3D9A3F;
}

.in_box3 {
  background: url(../images/in_box3_bj.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
}

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

.in_box3 .container h2 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;

}

.in_box3 .container p {
  max-width: 1100px;
  text-align: center;
  font-size: 16px;
  display: block;
  color: #fff;
  line-height: 1.6;
  padding: 40px 0px;
}

.in_box3 .container span a {
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  background: #3D9A3F;
  font-size: 16px;
  color: #fff;
  display: block;
}

.in_box3 .container span a i {
  margin-left: 20px;
}

.di {
  background: #EEEFEE;
  padding-top: 80px;
}

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

.di1_l {
  width: 400px;
}

.di1_l .bt img {
  width: 160px;
  height: auto;
  padding-bottom: 15px;
  display: none;
}

.di1_l .xbt{
    font-size: 35px;
    padding-bottom: 40px;
    color: #3D9A3F;
    font-weight: bold;
}

.di1_l ul li {
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

.di1_l ul li h2 {
  width: calc(50% - 8px);
}

.di1_l ul li .text {
  width: 100%;
  height: 45px;
  background: #E6E6E6;
  box-sizing: border-box;
  border: 0px;
  padding: 0px 10px;
  font-size: 14px;
}

.di1_l ul li .text1 {
  width: 100%;
  height: 70px;
  background: #E6E6E6;
  box-sizing: border-box;
  border: 0px;
  padding: 10px;
  font-size: 14px;
}

.di1_l ul li .btn {
  width: 170px;
  height: 45px;
  background: #3D9A3F;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  border: 0px;
  cursor: pointer;
}

.di1_r {
  width: calc(100% - 460px);
  max-width: 780px;
}

.di1_r ul {
  display: flex;
}

.di1_r ul li {
  flex: auto;
}

.di1_r ul li h2 {
  font-size: 16px;
  padding-bottom: 30px;
}

.di1_r ul li h2 span {
  font-size: 14px;
  display: block;
}

.di1_r ul li p {
  padding: 10px 0px;
  font-size: 14px;
}

.di2 {
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
}

.ny_banner {
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.ny_banner .container h2 {
  font-size: 60px;
  font-weight: bold;
}

.ny_banner .container p {
  font-size: 20px;
}

.about_box {
  padding-bottom: 80px;
}

.about_box1 {
  padding: 80px 0px;
}

.about_bt {
  text-align: center;
}

.about_bt h2 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
}

.about_bt p {
  font-size: 18px;
  padding-top: 10px;
}

.about_bt span a{
  color: #3D9A3F;
  font-size: 16px;
  padding-top: 15px;
  display: block;
}

.about_box1_nr {
  padding: 0px 64px;
  padding-top: 80px;
  position: relative;
}

.about_box1_nr .swiper-slide {
  text-align: center;
  font-size: 20px;
  line-height: 48px;
}

.about_box1_nr .swiper-slide.swiper-slide-active {
  font-family: fantasy;
  font-size: 40px;

}

.about_box1_nr .swiper-button-next,
.about_box1_nr .swiper-button-prev {
  width: 64px;
  height: 64px;
  background: #3D9A3F;
  color: #fff;
  right: auto;
  left: 0px;
  top: 90px;
}

.about_box1_nr .swiper-button-next {
  left: auto;
  right: 0px;
  background: #0866A8;
  top: 90px;
}

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

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

.about_box1_nr1::after {
  content: '';
  width: 1px;
  height: 100%;
  background: #f1f1f1;
  position: absolute;
  top: 0px;
  left: 50%;
}

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

.about_box1_nr1 ul li {
  width: 50%;
  margin-bottom: 15px;
  margin-left: 50%;
  box-sizing: border-box;
  padding-left: 15px;
  position: relative;
}

.about_box1_nr1 ul li i {
  width: 10px;
  height: 10px;
  background: #3D9A3F;
  border-radius: 50%;
  position: absolute;
  left: -5px;
  top: 5px;
  z-index: 2;
}

.about_box1_nr1 ul li:nth-child(even) {
  margin-left: 0px;
  text-align: right;
  padding-left: 0px;
  padding-right: 15px;
}

.about_box1_nr1 ul li:nth-child(even) i {
  left: auto;
  right: -5px;
}

.about_box1_nr1 ul li span {
  color: #999;
  padding-bottom: 10px;
  font-size: 16px;
  display: block;
}

.about_box1_nr1 ul li p {
  font-size: 16px;
  line-height: 1.6;
}

.about_box2 {
  background: #f8f8f8;
  padding: 80px 0px;
}

.about_box2 ul {
  margin-top: 50px;
  padding: 0px -12px;
  display: flex;
  flex-wrap: wrap;
}

.about_box2 ul li {
  width: calc(33.3% - 24px);
  margin: 0px 12px;
  box-sizing: border-box;
  border: 1px solid rgba(230, 230, 230, 1);
  border-radius: 8px;
  text-align: center;
  padding: 3%;
}

.about_box2 ul li:hover {
  background: rgba(248, 248, 248, 1);
}

.about_box2 ul li i img {
  width: 64px;
  height: auto;
}

.about_box2 ul li h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding: 15px 0px;
}

.about_box2 ul li p {
  font-size: 16px;
  line-height: 1.6;
}

.about_box5{
  padding: 80px 0px;
}
.pro {
  background: #f8f8f8;
}

.pro_lj {
  padding: 15px 0px;
  font-size: 14px;
}

.pro_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.pro_list_l {
  width: 330px;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
}

.pro_list_l .bt {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #DEE6ED;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.pro_list_l ul li h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  height: 50px;
  cursor: pointer;
}

.pro_list_l ul li h2 i {
  font-size: 20px;
}

.pro_list_l ul li.on h2 i {
  transform: rotate(90deg);
}

.pro_list_l ul li h3 {
  display: none;
}

.pro_list_l ul li.on h3 {
  display: block;
}

.pro_list_l ul li h3 a {
  display: block;
  line-height: 46px;
  font-size: 15px;
  color: #666;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 0px 10px;
}

.pro_list_l ul li h3 a:hover {
  color: #3D9A3F;
}

.pro_list_l ul li h3 a.on {
  color: #fff;
  background:#3D9A3F;
}

.pro_list_r {
  width: calc(100% - 350px);
}

.pro_list_r ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -12px;
}

.pro_list_r ul li {
  width: calc(33.3% - 24px);
  aspect-ratio: 1/1;
  margin: 0px 12px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.pro_list_r ul li::after {
  background: linear-gradient(180.00deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 100%);
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  content: '';
}

.pro_list_r ul li a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
  height: 100%;
}

.pro_list_r ul li:hover {
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
}

.pro_list_r ul li a .nr {
  width: 100%;
}

.pro_list_r ul li a h2 {
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.pro_list_r ul li a h3 {
  font-size: 16px;
  text-align: center;
  padding: 10px 0px;
}

.pro_list_r ul li a p {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  display: none;
}

.pro_list_r ul li a:hover p {
  display: block;
}

.pro_list_r ul li a .img {
  width: 40%;
  aspect-ratio: 1/1;
  margin: 0px auto;
  margin-top: 60px;
}

.pro_list_r ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro_list_r ul li a:hover .img {
  margin-top: 30px;
}

.pro_list_r ul li.one {
  width: calc(66.6% - 24px);
  aspect-ratio: 1/0.5;
}

.pro_list_r ul li.one a {
  flex-direction: row-reverse;
}

.pro_list_r ul li.one a .nr {
  width: 60%;
  box-sizing: border-box;
  padding: 0px 20px;
}

.pro_list_r ul li.one a .nr h2 {
  text-align: left;
}

.pro_list_r ul li.one a .nr h3 {
  text-align: left;
}

.pro_list_r ul li.one a .nr p {
  display: block;
  text-align: left;
}

.pro_list_r ul li.one a .img {
  width: 40%;
  height: auto;
  margin-top: 0px;
  box-sizing: border-box;
  padding: 5%;
}

.fanye {
  text-align: center;
}

.pro_d_box {
  display: flex;
  padding-bottom: 50px;
}

.pro_d_box_l {
  width: 520px;
}

.pro_d_box_l .mySwiper2 .swiper-slide {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro_d_box_l .mySwiper2 .swiper-slide img {
  max-width: 95%;
  max-height: 95%;
  width: auto;
  height: auto;
}


.pro_d_box_l .mySwiper2 .swiper-button-next,
.pro_d_box_l .mySwiper2 .swiper-button-prev {
  width: 64px;
  height: 64px;
  background: #3D9A3F;
  color: #fff;
}

.pro_d_box_l .mySwiper2 .swiper-button-prev {
  background: #0866A8;
}

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

.pro_d_box_l .mySwiper .swiper-slide {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}

.pro_d_box_l .mySwiper .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #3D9A3F;
}

.pro_d_box_l .mySwiper .swiper-slide img {
  max-width: 70%;
  max-height: 70%;
  width: auto;
  height: auto;
}


.pro_d_box_r {
  width: calc(100% - 520px);
  box-sizing: border-box;
  padding-left: 50px;
}

.pro_d_box_r .bt {
  padding-bottom: 40px;
}

.pro_d_box_r .bt h3 {
  font-size: 24px;
  color: rgba(255, 140, 0, 1);
}

.pro_d_box_r .bt h2 {
  font-size: 36px;
  color: #333;
  padding: 10px 0px;
}

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

.pro_box1{
  background: #f8f8f8;
  padding: 50px 0px;
}

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

.pro_box1 .nr{
  box-sizing: border-box;
  padding: 60px;
  background: #fff;
  display: flex;
  justify-content:space-between;
}

.pro_box1 .nr .left{
  width: 45%;
}

.pro_box1 .nr .left h2{
  font-size: 32px;
  color: #333;
  font-weight: bold;
  padding-bottom: 15px;
}

.pro_box1 .nr .left p{
  font-size: 16px;
  line-height: 1.6;
}

.pro_box1 .nr .right{
  width: 45%;
}

.pro_box1 .nr .right video{
  width: 100%;
  height: auto;
}

.pro_box2{
  background: #fff;
  padding: 50px 0px;
}

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

.pro_box2 .nr p{
  font-size: 16px;
  line-height: 1.6;
}

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

.pro_box3{
  background: #f8f8f8;
  padding: 80px 0px;
}

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

.pro_box3 .pro_list_r{
  width: 100%;
}

.pro_box3 .pro_list_r ul li{
  width: calc(25% - 24px);
}

.solution{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
}

.solution_l{
  width: 300px;
  background: #fff;
  border-radius: 0px 10px 10px 0px;
  overflow: hidden;
  box-shadow: 0px 0px 5px #eee;
  box-sizing: border-box;
  padding: 20px;
}

.solution_l h2{
font-size: 24px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #DEE6ED;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.solution_l h3 a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 55px;
  box-sizing: border-box;
  padding: 0px 20px;
  color: #333;
  font-size: 16px;
}

.solution_l h3 a:hover{
  background: #3D9A3F;
  color: #fff;
}

.solution_l h3 a b{
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 50%;
  display: none;
}

.solution_l h3 a:hover b{
  background: #fff;
}

.solution_l h3 a.on{
  font-weight: bold;
  background: #3D9A3F;
  color: #fff;
}

.solution_l h3 a.on b{
  background: #fff;
}

.solution_r{
  width: calc(100% - 340px);
}

.solution_r .jj{
  padding-bottom: 30px;
}

.solution_r .jj h2{
  font-size: 30px;
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
}

.solution_r .jj p{
  font-size: 14px;
  line-height: 1.6;
}

.solution_r ul li{
  display: flex;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.solution_r ul li .left{
  width: 50%;
  height: auto;
  box-sizing: border-box;
  padding: 3%;
}

.solution_r ul li .left h2 a{
  font-size: 30px;
  font-weight: bold;
  color: #333;
}

.solution_r ul li .left p{
  font-size: 14px;
  line-height: 1.6;
  display: block;
  padding: 20px 0px;
}

.solution_r ul li .left span {
  display: block;
}

.solution_r ul li .left span a {
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  background: #3D9A3F;
  font-size: 16px;
  color: #fff;
  display: block;
}

.solution_r ul li .left span a i {
  margin-left: 20px;
}

.solution_r ul li .right{
  width: 50%;
  height: 320px;
}

.solution_r ul li .right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solu_box{
  padding: 80px 0px;
  background: #fff;
}

.solu_box .container{
  display: flex;
}

.solu_box .container .left{
  width: 50%;
  box-sizing: border-box;
  padding-right: 5%;
}

.solu_box .container .left h2{
  font-size: 36px;
  font-weight: bold;
  color: #333;
}

.solu_box .container .left h3{
  font-size: 20px;
  padding: 15px 0px;
}

.solu_box .container .left h4{
  border-left: 4px solid #3D9A3F;
  padding-left: 15px;
  font-size: 18px;
}

.solu_box .container .left b{
  width: 305px;
  height: 2px;
  background: #ddd;
  display: block;
  margin: 20px 0px;
}

.solu_box .container .left p{
  font-size: 16px;
  padding: 10px 0px;
  line-height: 1.6;
}

.solu_box .container .left p i{
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3D9A3F;
  margin-right: 10px;
}

.solu_box .container .right{
  width: 50%;
}

.solu_box .container .right img{
  width: 100%;
  height: auto;
}

.solu_bt{
  text-align: center;
}

.solu_bt h2{
  font-size: 36px;
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
}

.solu_bt p{
  font-size: 18px;
}

.solu_bt span{
  display: block;
  padding-top: 10px;
}

.solu_bt span a{
  color: #3D9A3F;
  font-size: 16px;
}

.solu_box1{
  background: #f8f8f8;
  padding: 50px 0px;
}

.solu_box1_nr{
  padding: 50px 0px;
}

.solu_box1_nr .swiper-slide{
  background: #fff;
  box-sizing: border-box;
  padding: 3%;
  border-radius: 5px;
}

.solu_box1_nr .swiper-slide i{
  display: block;
  padding-bottom: 40px;
}

.solu_box1_nr .swiper-slide i img{
  width: 64px;
  height: auto;
}

.solu_box1_nr .swiper-slide i img:nth-child(2){
  display: none;
}

.solu_box1_nr .swiper-slide h2{
  font-size: 20px;
  color: #333;
  padding-bottom: 10px;
}

.solu_box1_nr .swiper-slide p{
  font-size: 16px;
}

.solu_box1_nr .swiper-slide:hover{
  background: #3D9A3F;
}

.solu_box1_nr .swiper-slide:hover i img:nth-child(1){
  display: none;
}

.solu_box1_nr .swiper-slide:hover i img:nth-child(2){
  display: block;
}

.solu_box1_nr .swiper-slide:hover h2{
 color: #fff;
}

.solu_box1_nr .swiper-slide:hover p{
  color: #fff;
}

.solu_box1_nr .swiper-scrollbar-drag{
  background: #3D9A3F;
}


.solu_box2{
  padding: 50px 0px;
  background: #fff;
}

.solu_box2 ul{
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -12px;
}

.solu_box2 ul li{
  width: calc(25% - 24px);
  margin: 0px 12px;
  margin-bottom: 20px;
  aspect-ratio: 10/14;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.solu_box2 ul li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solu_box2 ul li h2{
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  color: #fff;
  padding: 20px;
  font-size: 20px;
}

.solu_box3{
  background: #f8f8f8;
  padding: 50px 0px;
}

.solu_box3 .nr{
  background: #fff;
  box-sizing: border-box;
  padding: 30px 0px;
  margin: 0px auto;
margin-top: 50px;
}

.solu_box3 .nr p{
  font-size: 16px;
  line-height: 1.6;
}

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

.case_list{
  background: #f8f8f8;
  padding: 50px 0px;
}

.case_list .bt{
  text-align: center;
  padding-bottom: 40px;
}

.case_list .bt h2{
  font-size: 36px;
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
}

.case_list .bt p{
  font-size: 18px;
}

.case_list ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -12px;
}

.case_list ul li{
  width:calc(33.3% - 24px);
  margin: 0px 12px;
  margin-bottom: 20px;
}

.case_list ul li a{
  background: #fff;
  display: block;
}

.case_list ul li a .img{
  width: 100%;
  aspect-ratio: 10/6;
}

.case_list ul li a .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case_list ul li a .nr{
  padding: 20px;
}

.case_list ul li a .nr h2{
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.case_list ul li a .nr p{
  font-size: 14px;
  line-height: 1.6;
  display: block;
  padding: 10px 0px;
}

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

.case_list ul li a .nr h3 span{
  color: #3D9A3F;
}

.case_list ul li a .nr h3 b{
  font-weight: normal;
  color: #888;
}

.case_box{
  background: #fff;
  padding: 50px 0px;
}

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

.case_box .container .left{
  width: 45%;
}

.case_box .container .left h2{
  font-size: 32px;
  color: #333;
  font-weight: bold;
  padding-bottom: 20px;
}

.case_box .container .left p{
  font-size: 16px;
  line-height: 1.6;
}

.case_box .container .right{
  width: 45%;
}

.case_box .container .right video{
  width: 100%;
  height: auto;
}

.case_box1{
  background: #f8f8f8;
  padding: 50px 0px;
}

.case_box1 ul{
  padding-top: 50px;
  display: flex;
}

.case_box1 ul li{
  width: 33.3%;
  box-sizing: border-box;
  padding: 0px 3%;
  text-align: center;
}

.case_box1 ul li .img{
  padding-bottom: 10px;
}

.case_box1 ul li .img img{
  width: 80px;
  height: 80px;
}

.case_box1 ul li p{
  font-size: 16px;
  color: #333;
  padding: 5px 0px;
}

.case_box2{
  background: fff;
  padding: 50px 0px;
}

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

.case_box2 .container .left{
  width: 45%;
}

.case_box2 .container .left img{
  width: 100%;
  height: auto;
}

.case_box2 .container .right{
  width: 45%;
}

.case_box2 .container .right h2{
  font-size: 30px;
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
}

.case_box2 .container .right h3{
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding: 5px 0px;
}

.case_box2 .container .right p{
  font-size: 16px;
  line-height: 1.6;
  display: block;
  padding: 15px 0px;
}

.case_box2 .container .right span a{
  color: #3D9A3F;
  font-size: 16px;
}

.case_box2 .container .right span a i{
  margin-left: 10px;
}

.case_box3{
  background: #f8f8f8;
  padding: 50px 0px;
}

.service_box{
  padding: 50px 0px;
  background: #fff;
}

.service_box ul{
  padding-top: 50px;
  margin: 0px -12px;
  display: flex;
  flex-wrap: wrap;
}

.service_box ul li{
width: calc(25% - 24px);
margin: 0px 12px;
margin-bottom: 20px;
background: #f8f8f8;
border-radius: 5px;
box-sizing: border-box;
padding: 2%;
text-align: center;
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service_box ul li i{
  font-size: 30px;
  padding-bottom: 10px;
  color: #3D9A3F;
}

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

.service_box ul li p{
  font-size: 16px;
  padding:10px 0px;
}

.service_box ul li span a{
  color: #3D9A3F;
  font-size: 16px;
}

.service_box1{
  padding-top: 0px;
}


.service_box1 ul li{
width: calc(33.3% - 24px);
}

.service_box1 ul li a{
    color: #fff;
    padding: 5px 25px;
    border-radius: 10px;
    background: #3D9A3F;
}


.service_box2{
  padding-bottom: 50px;
}

.service_box2 .dh{
  display: flex;
  max-width: 920px;
  margin: 0px auto;
  margin-top: 40px;
  border-bottom: 1px solid #ddd;
}

.service_box2 .dh a{
  flex: 1;
  text-align: center;
  padding-bottom: 15px;
  font-size: 16px;
  color: #333;
}

.service_box2 .dh a.on{
  border-bottom: 1px solid #3D9A3F;
  color: #3D9A3F;
}

.service_box2 ul{
  display: flex;
  margin: 0px -10px;
  padding-top: 50px;
  padding-bottom: 30px;
  flex-wrap: wrap;
}

.service_box2 ul li{
  width: calc(12.5% - 20px);
  margin: 0px 10px;
}

.service_box2 ul li a{
  display: flex;
  flex-direction: column;
  align-items: c;

}

.service_box2 ul li img{
  width: 70%;
  margin: 0px auto;
  aspect-ratio: 10/10;
  margin-bottom: 20px;
}

.service_box2 ul li h2{
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.service_box3{
  background: #fff;
  padding-bottom: 50px;
}

.service_box3 .nr{
  padding-top: 30px;
}

.service_box3 .nr p{
  font-size: 16px;
  line-height: 1.6;
}

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

.service_box4{
  padding-bottom: 50px;
}

.service_box4 .nr{
  margin-top: 50px;
  display: flex;
  align-items: center;
}

.service_box4 ul{
  width: 260px;
}

.service_box4 ul li{
  margin-bottom: 50px;
}

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

.service_box4 ul li h2 i{
  color: #3D9A3F;
  margin-right: 10px;
}

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

.service_box4 .map{
  width: calc(100% - 270px);
  position: relative;
}

.service_box4 .map img{
  width: 100%;
  height: auto;
}

.service_box4 .map h2{
  width: 10px;
  height:10px;
  background: #3D9A3F;
  border-radius: 50%;
position: absolute;
right: 15%;
top: 36%;
}

.service_box4 .map h2::after{
  width: 13px;
  height: 13px;
  background: rgba(61, 154, 63, 0.6);
  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: 24px;
  height: 24px;
  }
  100% {
     width: 13px;
  height: 13px;
  }
}

.service_box4 .map h2.xby{
  right: 0px;
  left: 43%;
  top: 28%;
}


.service_box4 .map h2 span{
  white-space:nowrap;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50% , -0);
  font-size: 14px;
}


.pro_nav > li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0px;
  position: relative;
  margin-bottom: 10px;
}

.pro_nav > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding: 0px 20px;
  line-height: 50px;
  color: #666;
  transition: all 0.3s;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
}

.pro_nav > li > a:hover{
  background: #3D9A3F;
  color: #fff;
}

.pro_nav > li > a > i {
  font-size: 16px;
  font-weight: 400;
}

.pro_nav > li > a > i::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
}

.pro_nav > li.open > a > i {
  transform: rotate(90deg);
}

.pro_nav > li.open > a {
  color: #fff;
  background: #3D9A3F;
}

.pro_nav > li.open > a::after {
  width: 4px;
  height: 100%;
  background: #1daed2;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
}

.pro_nav > li > ul.sub-menu,
.pro_nav > li > ul.sub-menu > li > ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  padding-bottom: 1px;
}

.pro_nav > li.open > ul.sub-menu {
  display: block;
}

.pro_nav > li > ul.sub-menu > li.open > ul.sub-menu {
  display: block;
}

.pro_nav > li > ul.sub-menu > li > a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 50px;
  color: #999;
  background: #fafafa;
  text-transform: capitalize;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  margin-bottom: -1px;
  box-sizing: border-box;
  padding: 0px 25px;
}

.pro_nav > li > ul.sub-menu > li > a > i {
  font-size: 14px;
  font-weight: 400;
  margin-right: 5px;
}

.pro_nav > li > ul.sub-menu > li > a > i::before {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
}

.pro_nav > li > ul.sub-menu > li.open > a > i::before {
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
}

.pro_nav > li > ul.sub-menu > li > ul {
  display: none;
}

.pro_nav > li > ul.sub-menu > li.open > ul {
  display: block;
}

.pro_nav > li > ul.sub-menu > li > ul > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #333;
  padding: 0px 30px;
  border: 1px solid #dddddd;
  margin-bottom: -1px;
  box-sizing: border-box;
  font-weight: 600;
}

.pro_nav > li > ul.sub-menu > li > ul > li > a.on {
  color: #2b57ab;
}

.pro_nav li ul.sub-menu1{
  display: none;
}

.pro_nav li.open ul.sub-menu1 {
  display: block;
}

.pro_nav li ul.sub-menu1 li a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #333;
  padding: 0px 30px;
  border: 1px solid #dddddd;
  margin-bottom: -1px;
  box-sizing: border-box;
  font-weight: 600;
}

.pro_nav li ul.sub-menu1 li a:hover{
  color: #3D9A3F;
}

.pro_nav li ul.sub-menu1 li a.on {
  color: #3D9A3F;
}


.news_list{
  padding-bottom: 50px;
}

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

.news_list ul li {
  display: block;
  margin: 0px 15px;
  margin-bottom: 30px;
  width: calc(33.3% - 30px);
  box-shadow: 0px 0px 9px 1px
		rgba(33, 76, 143, 0.1);
}

.news_list ul li a{
  display: block;
}

.news_list ul li a .img {
  width: 100%;
  height: 0px;
  position: relative;
  padding-top: 65%;
  overflow: hidden;
}

.news_list ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

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

.news_list ul li a .nr {
  background: #fff;
  padding:20px;
  box-sizing: border-box;
}

.news_list ul li a .nr h2 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 6px 0px;
}

.news_list ul li a .nr h3 {
  font-size: 14px;
}

.news_list ul li a .nr p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  margin-bottom: 8px;
  color: #666;
}

.news_detail{
  padding: 50px 0px;
  display: flex;
  justify-content: space-between;
}

.news_detail_l{
width: calc(100% - 490px);
}

.news_detail_l .bt{
  border-bottom: 2px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

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

.news_detail_l .bt b{
  display: block;
  width: 24px;
	height: 2px;
	background-color: #214c8f;
  margin: 15px 0px;
}

.news_detail_l .bt h3{
color: #999;
}

.news_detail_l .nr p{
  font-size: 16px;
  line-height: 32px;
  display: block;
  padding-bottom: 15px;
}

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

.news_detail_l .nr video{
  max-width: 100%;
  width: auto;
  height: auto;
}

.news_detail_l .nr table tr th {
  background: #214c8f;
  border: 1px solid #333;
  color: #fff;
  padding: 10px;
}

.news_detail_l .nr table tr td {
  background: #f6faff;
  border: 1px solid #333;
  color: #333;
  padding: 10px;
}

.news_detail_l .fanhui{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}

.news_detail_l .fanhui h2{
  font-size: 16px;
}

.news_detail_l .fanhui h2 a{
  display: block;
  padding: 5px 0px;
}

.news_detail_l .fanhui h3 a{
  border: 1px solid #eee;
  font-size: 16px;
  padding: 8px 15px;
}

.news_detail_l .fanhui h3 a i{
  color: #3D9A3F;
  margin-right: 5px;
}

.news_detail_r{
  width: 400px;
  background-color: #f8f8f8;
	box-shadow: 0px 0px 6px 0px
		rgba(3, 12, 26, 0.06);
	border-radius: 15px;
  box-sizing: border-box;
  padding: 30px;
}

.news_detail_r .bt{
  color: #3D9A3F;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 30px;
}

.news_detail_r ul li{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.news_detail_r ul li a h2{
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}

.news_detail_r ul li:nth-last-child(1){
  border-bottom: 0px;
  padding-bottom: 0px;
}

.in_video {
  width: 100%;
  max-width: 1200px;
  height: auto;
  object-fit: cover;
}

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

.about_box3{
  background: #f8f8f8;
  padding-top: 50px;
}

.jobli {
	margin-top: 35px;
}

.jobli .title {
	display: flex;
	justify-content: space-between;
	border-radius: 8px 8px 0px 0px;
  border-bottom: 1px solid #ddd;
}

.jobli .title span {
	display: block;
	width: 16.667%;
  line-height: 55px;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	text-align: center;

}

.jobli li {
	width: 100%;
	position: relative;
	box-sizing: border-box;
}

.jobli li .link {
	height: auto;
	cursor: pointer;
	display: flex;
	font-size: 30px;
}

.jobli li .link .nr {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
}

.jobli li .link .nr span {
	font-size: 14px;
	display: block;
	text-align: center;
	width: 16.667%;
	line-height: 50px;
	white-space: nowrap;
}

.jobli li.open .link{
  background: #f5f5f5;
}

.jobli li.open .link .tbanchor {

	transform: rotate(180deg);

}

.jobli li .link span.tbanchor {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #ccc;
}


.jobli li .jobnr {
	background: #fff;
	padding: 20px 0px;
	font-size: 14px;
}

.jobli li .jobnr .yq {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10px;
}

.jobli li .jobnr .yq li {
	width: 16.667%;
	padding: 0px;
	font-size: 14px;
  text-align: center;
}

.jobli li .jobnr .yq li b{
  color: #333;
}

.jobli li .jobnr .zc {
	display: flex;
  flex-direction: column;
	padding: 20px 30px;
}

.jobli li .jobnr .zc dd {
	width: 100%;
  padding-bottom: 20px;
}

.jobli li .jobnr .zc dd h2 {
	font-size: 15px;
	color: #333;
  font-weight: bold;
	padding-bottom: 8px;
}

.jobli li .jobnr .zc dd p {
	font-size: 15px;
	line-height:1.6;
}

.jobli li .jobnr .js {
	font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-left: 30px;
}

.jobli li .jobnr .js font{
  color: #0b70e1;
}

.shfw{
  padding-top: 0px;
  padding-bottom: 25px;
}

.shfw .solu_bt1 h2{
    font-size: 24px;
}

.shfw ul{
    padding-top: 20px;
}

.shfw ul li{
  width: calc(33.3% - 24px);
  background-image: linear-gradient(to bottom, #88E4E2, #7FF2AE);
}


.shfw1 ul li{
  width: calc(50% - 24px);
}

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

.service_xlb1{
  width: calc(33.33% - 16px);
}

.service_xlb1 ul li{
  width: 100%;
  padding: 15px;
  background: #f8f8f8;
  height: 210px;
}

.service_xlb1:nth-child(2) ul li{
  background: #88E4E2;
}

.service_xlb1:nth-child(3) ul li{
  background: #7FF2AE;
}