/* 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: #327bff;
  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;
}

body {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  background: #fff;
  color: #666;
  font-size: 12px;
  min-width: 1200px;
}

.container {
  margin: 0px auto;
  width: 90%;
  max-width: 1600px;
}

.top {
  height: 90px;
  position: fixed;
  z-index: 999;
  top: 0px;
  width: 100%;
  transition: all 0.5s ease 0s;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
}

.top.scope {
  box-shadow: 0px 0px 10px #eee;
}

.top_bj{
  background: #fff;
  position: absolute;
  top: 90px;
  left: 0px;
  width: 100%;
  display: none;
}

.top_bj.on{
  display: block;
}


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

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


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

.top_r {
  width: 220px;
  display: flex;
  align-items: center;
}

.top_r .search {
  width: 170px;
  height: 40px;
  background-color: #f2f2f2;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
}

.top_r .search .text {
  width: calc(100% - 40px);
  height: 40px;
  background: none;
  border: 0px;
  box-sizing: border-box;
  padding: 0px 10px;
  font-size: 14px;
}

.top_r .search .btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

.top_r .versions {
  padding-left: 15px;
}

.top_r .versions a {
  font-size: 16px;
  color: #333;
}

.nav {
  z-index: 10;
  display: flex;
  align-items: center;
  height: 90px;
  position: relative;
  padding: 0px 15px;
  box-sizing: border-box;
  width: calc(100% - 370px);
  box-sizing: border-box;
  padding: 0px 30px;
}

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

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

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

  border-radius: 6px;
}

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


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

.nav .nLi .sub {
  position: absolute;
  top: 90px;
  width: 100%;
  display: none;
  padding: 0px 5px;
  padding-bottom: 20px;
  min-width: 130px;
  overflow: hidden;
}


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

.nav .nLi:hover .sub{
    background: #f9f9f9;
} 

.nav .nLi .sub a {
  display: block;
  text-align: center;
  padding: 10px 5px;
  font-size: 14px;
  text-transform: capitalize;
  color: #666;
}

.nav .nLi .sub a:hover{
    color: #327bff;
}

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

.in_banner {
  height: auto;
  margin-top: 90px;
}

.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 - 90px);
  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;
}


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

.in_banner .swiper-slide .nr .container h2 {
  font-size: 80px;
  color: #fff;
  font-weight: bold;
}


.in_banner .swiper-slide .nr .container h3 {
  font-size: 50px;
  color: #fefefe;
  padding: 1% 0px;
  font-weight: bold;
}

.in_banner .swiper-slide .nr .container span {
  display: flex;
  width: 99px;
  height: 7px;
  background-color: #327bff;
}

.in_banner .swiper-slide .nr .container .gun {
  padding-top: 20%;
}

.in_banner .swiper-slide .nr .container .gun img {
  animation: arrow2 2s infinite linear;
}

@keyframes arrow2 {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0%);
  }
}


.in_banner .swiper-pagination {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  left: auto;
  bottom: 20px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.in_banner .swiper-pagination span {
  width: 30px;
  height: 5px;
  background: #fff;
  opacity: 1;
  border-radius: 0px;
}

.in_banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: #327bff;
}


.in_bt h2 {
  background: url(../images/in_bt_bj.png) no-repeat right bottom;
  background-size: 100%;
  display: inline-block;
  font-size: 35px;
  color: #333;
  font-weight: bold;
}

.in_bt h2 i {
  width: 5px;
  height: 5px;
  border: 3px solid #327bff;
  display: inline-block;
  border-radius: 50%;
  margin: 0px 5px;
}

.in_box {
  padding: 80px 0px;
  position: relative;
}

.in_box_bj{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.in_box ul {
  padding-top: 60px;
  margin: 0px -25px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.in_box ul li {
  width: calc(33.3% - 50px);
  margin: 25px;
  background-image: linear-gradient(148deg,
      #dfe8ff 0%,
      #ffffff 100%);
  box-shadow: 1px 1px 5px 0px rgba(222, 222, 234, 0.58);
  padding: 3%;
  box-sizing: border-box;
}

.in_box ul li a{
    display: block;
}

.in_box ul li:hover {
  box-shadow: 1px 1px 13px 0px rgba(222, 222, 234, 0.58);
}

.in_box ul li i img {
  width: auto;
  height: 75px;
  transition: all 0.3s ease 0s;
}

.in_box ul li:hover i img{
    transform: rotatey(180deg);
    transition: all 0.3s ease 0s;
}

.in_box ul li h2 {
  font-size: 22px;
  font-weight: bold;
  padding: 20px 0px;
  color: #333;
}

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

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

.in_box1 {
  background: url(../images/in_box1_bj.png) no-repeat right center #f6f9ff;
  padding: 80px 0px;
}

.in_box1_nr {
  margin-top: 60px;
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 20px 0px rgba(222, 222, 234, 0.7);
  background: #F6FAFF;
  height: 420px;
}

.in_box1_nr .hd {
  width: 340px;
  height: 100%;
  border-right: 1px solid #d8dbec;
}

.in_box1_nr .hd ul {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.in_box1_nr .hd ul li {
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #838383;
  cursor: pointer;
}

.in_box1_nr .hd ul li i {
  margin-right: 20px;
}

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

.in_box1_nr .hd ul li.on {
  background-image: linear-gradient(90deg,
      #7280f3 0%,
      #337cff 100%);
  color: #fff;
}

.in_box1_nr .hd ul li.on i img {
  display: none;
}

.in_box1_nr .hd ul li.on i img:nth-child(2) {
  display: block;
}

.in_box1_nr .bd {
  width: calc(100% - 340px);
  height: 100%;
}

.in_box1_nr .bd .bdd{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  box-sizing: border-box;
  padding: 60px;
  display: flex;
  align-items: center;
}

.in_box1_nr .bd .nr {
  max-width: 530px;
}

.in_box1_nr .bd .nr h2 {
  font-size: 28px;
  color: #327bff;
  font-weight: bold;
}

.in_box1_nr .bd .nr p {
  font-size: 16px;
  line-height: 1.6;
  padding: 20px 0px;
  color: #333;
}

.in_box1_nr .bd .nr span a {
  font-size: 16px;
}

.in_box1_nr .bd .nr span a i {
  margin-left: 6px;
}

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

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

.in_box2_nr .bt {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  padding-bottom: 20px;
}

.in_box2_nr_l {
  width: 520px;
  box-sizing: border-box;
  padding-right: 70px;
  border-right: 1px solid #e7e7e7;
}

.in_box2_nr_l .img a {
  width: 100%;
  height: 0px;
  display: block;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

.in_box2_nr_l .img a img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  transition: all 0.3s ease 0s;
}

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

.in_box2_nr_l .nr {
  padding-top: 20px;
}

.in_box2_nr_l .nr h2 a {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 显示省略号来代表被修剪的文本 */
}

.in_box2_nr_l .nr p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 限制显示的行数为3行 */
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0px;
}

.in_box2_nr_l .nr span {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

.in_box2_nr_l .nr span a i {
  margin-left: 6px;
}

.in_box2_nr_r {
  width: calc(100% - 590px);
}

.in_box2_nr_r ul li {
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

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

.in_box2_nr_r ul li .img {
  width: 310px;
}

.in_box2_nr_r ul li .img a {
  width: 100%;
  height: 0px;
  display: block;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

.in_box2_nr_r ul li .img a img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  transition: all 0.3s ease 0s;
}

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

.in_box2_nr_r ul li .nr {
  width: calc(100% - 350px);
}

.in_box2_nr_r ul li .nr h2 a {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 显示省略号来代表被修剪的文本 */
}

.in_box2_nr_r ul li .nr p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 限制显示的行数为3行 */
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0px;
}

.in_box2_nr_r ul li .nr span {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

.in_box2_nr_r ul li .nr span a i {
  margin-left: 6px;
}

.in_box3 {
  padding-bottom: 80px;
}

.in_box3_nr {
  height: 260px;
  margin-top: 60px;
}

.in_box3_nr .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-right: 1px solid #f4f4f4;
}

.in_box3_nr .swiper-slide:nth-child(odd) {
  border-bottom: 1px solid #f4f4f4;
}

.in_box3_nr .swiper-slide img {
  max-width: 96%;
  max-height: 96%;
}

.in_box4{
  height: 460px;
  background-position: center center;
  background-repeat: no-repeat;
}

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

.in_box4 .container h2{
  font-weight: bold;
  font-size: 50px;
}

.in_box4 .container p{
  font-size: 24px;
  padding: 30px 0px;
}

.in_box4 .container span a{
  font-size: 18px;
  padding: 10px 40px;
  color: #fff;
	background-image: linear-gradient(90deg, 
		#327bff 0%, 
		#7baaff 100%);
    display: block;
}

.in_box4 .container span a:hover{
  background-image: linear-gradient(90deg, 
		#7baaff 0%, 
		#327bff 100%);
}

.di{
  padding-top: 40px;
}

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

.di_l{
  width: 280px;
}

.di_l .img img{
width: 180px;
height: auto;
}

.di_l h2{
  font-weight: bold;
  font-size: 26px;
  color: #333;
  padding: 15px 0px;
}

.di_l h3{
  display: flex;
}

.di_l h3 a{
  margin-right: 10px;
  width: 37px;
  height: 37px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

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

.di_r ul{
  display: flex;
  width: 100%;
}

.di_r ul li{
  position: relative;
  flex: auto;
  padding: 0px 10px;
}

.di_r ul li h2{
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.di_r ul li::after{
  position: absolute;
  content: '';
  width: 2px;
  height: 20px;
  background: #999;
  right: 30px;
  top: 0px;
  transform: rotate(30deg);
}

.di_r ul li a{
  display: block;
  font-size: 14px;
  line-height: 1.4;
  padding: 5px 0px;
}

.di1{
  margin-top: 0px;
}

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

.di1_l h2{
  font-size: 16px;
  color: #333;
  padding-bottom: 15px;
}

.di1_l p{
  font-size: 14px;
  color: #666;
  line-height: 2;
}

.di1_r{
  text-align: center;
  margin-top: -30px;
  display: flex;
}

.di1_r img{
    width: 120px;
    height: auto;
}

.di2{
  border-top: 1px solid #ddd;
  margin-top: 15px;
  text-align: center;
  padding: 10px;
}

.ny_dh_g{
  height: 90px;
}

.ny_banner {
  height: 500px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  color: #fff;
  text-shadow: 0px 0px 5px #666;
}

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

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


.ny_nav {
  background: #fff;
  box-shadow: 0px 0px 3px #ddd;
}

.ny_nav .container {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ny_nav_l {
  display: flex;
  width: 100%;
  overflow-x: auto;
}

.ny_nav_l a {
  font-size: 16px;
  color: #333;
  padding: 0px 20px;
  position: relative;
  line-height: 80px;
  display: block;
  white-space: nowrap;
}

.ny_nav_l a:hover {
  color: #327bff;
}

.ny_nav_l a.on {
  color: #327bff;
}

.ny_nav_l a.on::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #327bff;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.dingwei {
  height: 0px;
  margin-top: -90px;
  padding-top: 90px;
}

.about_box {
  padding: 80px 0px;
}

.about_box_nr{
margin-top: 60px;
background: url(../images/about_box_bj.png) no-repeat;
background-size: cover;
padding: 50px;
box-sizing: border-box;
display: flex;
align-items: center;
}

.about_box_nr h2{
  width: 120px;
}

.about_box_nr h3{
  width: calc(100% - 120px);
  font-size:30px;
  font-weight: bold;
  color: #000;
  border-left: 2px solid #ddd;
  box-sizing: border-box;
  padding-left: 50px;
}

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

.about_box_nr1 .left{
    width: calc(100% - 550px);
}

.about_box_nr1 .left p{
    font-size: 16px;
    line-height: 2;
    padding-bottom: 20px;
    text-align: justify;
}

.about_box_nr1 .right{
    max-width: 100%;
    width:700px;
    margin-left: 50px;
}

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

.about_box1{
  padding-bottom: 80px;
}

.about_box1 .nr{
  padding-top: 30px;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}

.about_box1 .nr h2{
font-size: 45px;
}

.about_box1 .nr p{
  padding: 5px 0px;
}

.about_box1 ul{
  padding: 25px 0px;
  display: flex;
}

.about_box1 ul li{
  flex: auto;
}

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

.about_box1 ul li h2{
  color: #327bff;
  font-size: 20px;
}

.about_box1 ul li h2 span{
  font-size: 50px;
  padding-right: 5px;
}

.about_box1 ul li p{
  font-size: 22px;
}

.about_box2 {
background: #f7f8f9;
  padding: 80px 0px;
  overflow: hidden;
}

.about_box2 .container {
  position: relative;
}

.about_box2 .container .bt {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  padding-bottom: 30px;
}

.about_box2_nr{
  margin-top: 50px;
}

.about_box2_nr .swiper-slide {
  padding: 10px;
  box-sizing: border-box;
}

.about_box2_nr .swiper-slide .img{
  width: 100%;
  height: 0px;
  padding-top: 70%;
  background: #fff;
  position: relative;
}

.about_box2_nr .swiper-slide .img img{
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  position: absolute;
  object-fit: contain;
}


.about_box2_nr .swiper-slide h2 {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  color: #333;
}

.about_box2 .swiper-button-prev,
.about_box2 .swiper-button-next {
  width: 40px;
  height: 40px;
  top: 0px;
  margin-top: 5px;
  right: 0px;
  background: #ccc;
  border-radius: 0%;
}

.about_box2 .swiper-button-prev {
  left: auto;
  right: 60px;
}

.about_box2 .swiper-button-prev:after,
.about_box2 .swiper-button-next:after {
  color: #fff;
  font-size: 30px;
}

.about_box3{
  padding: 80px 0px;
}

.about_box3 .nr{
  padding-top: 50px;
}

.about_box3 .nr h2{
  text-align: center;
  color: #000;
  font-size: 24px;
  line-height: 1.6;
}

.about_box3 .nr h3{
  padding-top: 15px;
}

.about_box3 .nr h3 img{
  width: 100%;
  height: auto;
}

.about_box4{
  padding-bottom: 80px;
}

.about_box4 .nr{
  margin-top: 20px;
  padding: 20px 0px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}

.about_box4 .nr ul{
  display: flex;
  width: 100%;
}

.about_box4 .nr ul li{
  flex: auto;
}

.about_box4 .nr ul li i{
  font-size: 24px;
}

.about_box4 .nr ul li h2{
  padding: 10px 0px;
  font-size: 26px;
  color: #333;
}

.about_box4 .nr ul li p{
  font-size: 18px;
  color: #666;
}

.about_box4 .nr1 .bt{
  font-size: 24px;
  color: #333;
}

.about_box4 .nr1 ul{
  width: 100%;
}

.about_box4 .nr1 ul li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.about_box4 .nr1 ul li h2{
  width: calc(33.3% - 40px);
}

.about_box4 .nr1 ul li .text{
  width: 100%;
  height: 50px;
  border: 0px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}

.about_box4 .nr1 ul li h3{
  width: calc(66.6% - 20px);
}


.about_box4 .nr1 ul li .btn{
  width: 100%;
  height: 50px;
  background: #327bff;
  color: #fff;
  border: 0px;
  cursor: pointer;
  font-size: 16px;
}

.ai{
  padding: 80px 0px;
  background: #f7f8f9;
}

.ai ul li{
  position: relative;
  padding: 20px;
  margin-bottom: 80px;
}

.ai ul li a{
   position: relative;
  display: flex;
  align-items: end;
  box-sizing: border-box; 
}

.ai ul li .bt{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  color: #327bff;
	opacity: 0.1;
  font-size: 70px;
  font-weight: bold;
  font-family: none;
}

.ai ul li::after{
  content: '';
  width: 100%;
  height: 70%;
  background: #327bff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 0;
}

.ai ul li .left{
  width: 60%;
  background: #fff;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 80px 50px;
}

.ai ul li .left .nr{
  background: url(../images/syh.png) no-repeat top left;
  background-size: auto 100px;
  box-sizing: border-box;
  padding-top: 70px;
}

.ai ul li .left .nr h2{
  font-size: 30px;
  color: #327bff;
  font-weight: bold;
  margin-bottom: 20px;
}

.ai ul li .left .nr h2 img{
  margin-left: 10px;
  height: 26px;
  width: auto;
}

.ai ul li .left .nr p{
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  display: block;
  min-height: 160px;
}

.ai ul li .right{
  width: 40%;
  height: 350px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  margin-left: 20px;
  overflow: hidden;
}

.ai ul li .right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease 0s;
}

.ai ul li:hover .right img{
  transform: scale(1.1);
  transition: all 0.4s ease 0s;
}

.scene_box{
  padding: 80px 0px;
  padding-left: 5%;
  background: url(../images/scene_box_bj.png) no-repeat left bottom;
  display: flex;
  justify-content: space-between;
}

.scene_box .left{
  width: 55%;
}

.scene_box .left .nr{
  padding-top: 60px;
}

.scene_box .left .nr p{
  font-size: 18px;
  line-height: 1.8;
}

.scene_box .right{
  width: 40%;
}

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

.scene_box1{
  padding-bottom: 80px;
  padding-left: 5%;
}

.scene_box1_nr{
  padding-top: 50px;
}

.scene_box1_nr .swiper-slide a .img{
  width: 100%;
  height: 0px;
  padding-top: 70%;
  overflow: hidden;
  position: relative;
}

.scene_box1_nr .swiper-slide a .img img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
  transition: all 0.3s ease 0s;
}
.scene_box1_nr .swiper-slide a:hover .img img{
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}

.scene_box1_nr .swiper-slide a h2{
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding-top: 10px;
}

.scene_box1_nr .swiper-slide a:hover h2{
  color: #327bff;
}

.scene_box2{
  background: #f7f8f9;
  padding: 80px 0px;
  position: relative;
}

.scene_box2 .container {
  position: relative;
}

.scene_box2_nr{
  margin-top: 50px;
  height: 900px;
}

.scene_box2_nr .swiper-slide{
  height: calc((100% - 30px) / 2) !important;
}

.scene_box2_nr .swiper-slide a {
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  display: block;
}

.scene_box2_nr .swiper-slide h2 {
  font-size: 20px;
  width: 100%;
  overflow: hidden;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

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

.scene_box2 .swiper-button-prev,
.scene_box2 .swiper-button-next {
  width: 40px;
  height: 40px;
  top: 0px;
  margin-top: 5px;
  right: 0px;
  background: #ccc;
  border-radius: 0%;
}

.scene_box2 .swiper-button-prev {
  left: auto;
  right: 60px;
}

.scene_box2 .swiper-button-prev:after,
.scene_box2 .swiper-button-next:after {
  color: #fff;
  font-size: 30px;
}


.scene_detail{
  background: #f6f7f8;
  padding: 80px 0px;
}

.scene_detail1{
  background: #fff;
  box-sizing: border-box;
  padding: 40px;
}

.scene_detail1 .dbt{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.scene_detail1 .dbt h2{
  font-size: 26px;
  font-weight: bold;
  color: #333;
  width: calc(100% - 120px);
}

.scene_detail1 .dbt h2 p{
  font-weight: normal;
  color: #999;
  font-size: 14px;
}

.scene_detail1 .dbt span a{
  border: 1px solid #ddd;
  font-size: 16px;
  padding: 6px 20px;
}

.scene_detail1 .dbt span a i{
  font-size: 14px;
  margin-right: 6px;
}

.scene_detail1 .nr1{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.scene_detail1 .nr1 .left{
  width: calc(100% - 450px);
}

.scene_detail1 .nr1 .right{
  width: 400px;
}

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

.scene_detail1 .nr .bt{
  color: #327bff;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
}

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

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

.scene_detail1 .nr .jj table{
    margin: auto;
    max-width: 100%;
}

.scene_detail1 .nr .syy{
  padding-top: 20px;
}

.scene_detail1 .nr .syy p{
  padding: 5px 0px;
  font-size: 14px;
}

.standard_box{
  padding-top: 80px;
}

.standard_box ul li{
  margin-bottom: 80px;
  box-sizing: border-box;
  padding-left: 5%;
  height: 450px;
  position: relative;
}

.standard_box ul li a{
    display: block;
    width: 100%;
    height: 100%;
}

.standard_box ul li .img{
  position: absolute;
  width: 80%;
  height: 100%;
  right:0px;
  top: 0px;
  z-index: 1;
  overflow: hidden;
}

.standard_box ul li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  transition: all 0.5s ease 0s;
}

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

.standard_box ul li .img1{
  position: absolute;
  width: 30%;
  height: calc(100% - 80px);
  left:20%;
  top: 40px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.4);
}

.standard_box ul li .nr{
  position: relative;
  z-index: 3;
  width: 45%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.standard_box ul li .nr h2{
  font-size: 30px;
  color: #327bff;
  font-weight: bold;
  margin-bottom: 20px;
}

.standard_box ul li .nr h2 img{
  margin-left: 10px;
  height: 26px;
  width: auto;
}

.standard_box ul li .nr p{
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  display: block;
  min-height: 160px;
}

.standard_box ul li:nth-child(even){
   padding-left: 0px;
  padding-right: 5%; 
}

.standard_box ul li:nth-child(even) a{
  display: flex;
  justify-content: flex-end;

}

.standard_box ul li:nth-child(even) .img{
  right: auto;
  left: 0px;
}

.standard_box ul li:nth-child(even) .img img{
  object-position: left center;
}

.standard_box ul li:nth-child(even) .img1{
  left: auto;
  right: 20%;
}

.case_box{
  padding: 80px 0px;
}

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

.case_box_l{
  width: 500px;
}

.case_box_r{
  width: calc(100% - 540px);
}

.case_box_r_nr {
  height: 260px;
  margin-top: 60px;
}

.case_box_r_nr .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-right: 1px solid #f4f4f4;
}

.case_box_r_nr .swiper-slide:nth-child(odd) {
  border-bottom: 1px solid #f4f4f4;
}

.case_box_r_nr .swiper-slide img {
  max-width: 96%;
  max-height: 96%;
}


.case_box3{
  background: #fff;
  padding: 80px 0px;
  position: relative;
}

.case_box3 .container {
  position: relative;
}

.case_box3_nr{
  margin-top: 50px;
  height: 400px;
}

.case_box3_nr .swiper-slide{
  height: 70px !important;
  display: flex;
  align-items: center;
  background: #f7f8f9;
}


.case_box3_nr .swiper-slide h2 {
  color: #333;
  width: calc(100% - 70px);
  box-sizing: border-box;
  padding: 0px 15px;
  font-size: 18px;
  white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的文本 */
    text-overflow: ellipsis; /* 显示省略号 */
}

.case_box3_nr .swiper-slide h3{
  width: 70px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #c4c4c4;
  font-size: 20px;
}

.case_box3 .swiper-button-prev,
.case_box3 .swiper-button-next {
  width: 40px;
  height: 40px;
  top: 0px;
  margin-top: 5px;
  right: 0px;
  background: #ccc;
  border-radius: 0%;
}

.case_box3 .swiper-button-prev {
  left: auto;
  right: 60px;
}

.case_box3 .swiper-button-prev:after,
.case_box3 .swiper-button-next:after {
  color: #fff;
  font-size: 30px;
}

.case_detail1 .nr1 .left{
  width: 44%;
}

.case_detail1 .nr1 .left p{
  padding-bottom: 15px;
  line-height: 1.8;
  font-size: 18px;
}

.case_detail1 .nr1 .right{
  width: 52%;
}

.news{
  padding: 80px 0px;
}

.news ul li{
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  background: #f7f8f9;
  box-sizing: border-box;
  padding: 40px;
}

.news ul li .img{
  overflow: hidden;
}

.news ul li .img img{
  width: 500px;
  height: auto;
  transition: all 0.3s ease 0s;
}

.news ul li .img:hover img{
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}

.news ul li .nr{
  width: calc(100% - 500px);
  box-sizing: border-box;
  padding: 0px 40px;
}

.news ul li .nr b{
font-weight: normal;
border: 1px solid #ddd;
font-size: 14px;
padding: 3px 10px;
border-radius: 15px;
}

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

.news ul li .nr p{
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 控制显示行数 */
  overflow: hidden;
  text-overflow: ellipsis; /* 显示省略号 */
  height: 45px;
}

.news ul li .nr span{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

.news ul li .nr span a{
  font-size: 14px;
}

.news ul li .nr span a i{
  margin-left: 6px;
}

.fanye{
  text-align: center;
}

.newsd_box1{
  padding: 80px 0px;
  padding-left: 5%;
  background: #f6f7f8;
  position: relative;
}

.newsd_box1_nr{
  padding-top: 50px;
}

.newsd_box1_nr .swiper-slide .img{
  width: 100%;
  height: 0px;
  padding-top: 70%;
  overflow: hidden;
  position: relative;
}

.newsd_box1_nr .swiper-slide .img a img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
  transition: all 0.3s ease 0s;
}
.newsd_box1_nr .swiper-slide .img a:hover img{
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}

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

.newsd_box1_nr .swiper-slide .nr h2 a:hover{
  color: #327bff;
}

.newsd_box1_nr .swiper-slide .nr p{
font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 控制显示行数 */
  overflow: hidden;
  text-overflow: ellipsis; /* 显示省略号 */
  height: 40px;
}

.newsd_box1_nr .swiper-slide .nr span{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.newsd_box1_nr .swiper-slide .nr span a{
  font-size: 14px;
}

.newsd_box1_nr .swiper-slide .nr span a i{
  margin-left: 6px;
}


.newsd_box1 .swiper-button-prev,
.newsd_box1 .swiper-button-next {
  width: 40px;
  height: 40px;
  top: 80px;
  margin-top: 5px;
  right:50px;
  background: #ccc;
  border-radius: 0%;
}

.newsd_box1 .swiper-button-prev {
  left: auto;
  right: 110px;
}

.newsd_box1 .swiper-button-prev:after,
.newsd_box1 .swiper-button-next:after {
  color: #fff;
  font-size: 30px;
}

.newsd_box2{
  padding: 80px 0px;
  padding-left: 5%;
  background: #fff;
  position: relative;
}

.newsd_box2 .swiper-button-prev,
.newsd_box2 .swiper-button-next {
  width: 40px;
  height: 40px;
  top: 80px;
  margin-top: 5px;
  right:50px;
  background: #ccc;
  border-radius: 0%;
}

.newsd_box2 .swiper-button-prev {
  left: auto;
  right: 110px;
}

.newsd_box2 .swiper-button-prev:after,
.newsd_box2 .swiper-button-next:after {
  color: #fff;
  font-size: 30px;
}

.swiper-button-prev:hover,.swiper-button-next:hover{
  background: #327bff;
}

.yshx_search{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0px;
}

.yshx_search .bt{
  color: #fff;
}

.yshx_search .bt h2{
  font-size: 66px;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.yshx_search .bt h2 p{
  font-size: 38px;
  padding-left: 20px;
}

.yshx_search .bt h3{
  font-size: 24px;
  padding: 10px 0px;
}

.yshx_search .search{
  display: flex;
  height: 80px;
  background: #fff;
  box-sizing: border-box;
  padding: 10px;
  align-items: center;
  margin: 20px 0px;
  position: relative;
}

.yshx_search .search h2{
  color: #333;
  font-size: 20px;
  width: 120px;
  display: flex;
  align-items: center;
  height: 100%;
  border-right: 1px solid #ccc;
  position: relative;
  z-index: 2;
}

.yshx_search .search h2 i{
  margin-left: 5px;
}

.yshx_search .search .text{
  border: 0px;
  height: 100%;
  width:100%;
  box-sizing: border-box;
  padding-left: 150px;
  padding-right: 150px;
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.yshx_search .search .btn{
  width: 130px;
  height: 60px;
  background: linear-gradient(to right, #185dd8 , #317afe);
  border: 0px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}

.yshx_search .remen{
  color: #fff;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}

.yshx_search .remen a{
  color: #fff;
  margin-right: 10px;
}

.yshx_search .remen a:hover{
  text-decoration: underline;
}

.yshx_box{
  padding: 50px 0px;
}

.yshx_box ul{
  display: flex;
  margin: 0px -10px;
}

.yshx_box ul li{
  width: calc(25% - 20px);
  margin: 0px 10px;
  background: #f2f7ff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  box-sizing: border-box;
  padding: 15px;
}

.yshx_box ul li h2{
  color: #327bff;
  font-size: 20px;
}

.yshx_box ul li h2 span{
  font-size: 50px;
  padding-right: 5px;
}

.yshx_box ul li p{
  font-size: 22px;
}

.yshx_box1{
  padding: 50px 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.yshx_box1 h2{
  font-size:40px;
  color: #fff;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  font-weight: bold;
}

.yshx_box1 h2 p{
  font-size: 26px;
  padding-left: 20px;
  font-weight: normal;
}

.yshx_box1 h3{
  font-size: 20px;
  color: #fff;
  display: flex;
}

.yshx_box1 h3 p:nth-child(1){
  padding-right: 20px;
}

.yshx_d{
  background: #f5f5f5;
  padding: 50px 0px;
}

.yshx_d_box{
  background: #fff;
  border-bottom: 10px solid #327bff;
  box-sizing: border-box;
  padding: 20px;
  line-height: 1.8;
  margin-bottom: 30px;
}

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

.yshx_d_box p{
  font-size: 18px;
  color: #333;
}

.yshx_d_box1{
  background: #fff;
   margin-bottom: 30px;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
}

.yshx_d_box1 .text{
  width: 22%;
  margin-right: 2%;
  height: 50px;
  border: 0px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}

.yshx_d_box1 .btn{
  width: 13%;
  margin-right: 20px;
  background: #327bff;
  border: 0px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}

.yshx_d_box1 .btn:nth-child(2){
  margin-right: 0px;
}

.yshx_d_box2{
  background: #fff;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding:20px 20px 10px 20px;
  display: flex;
}

.yshx_d_box2 ul li{
  padding: 5px 0px;
  display: flex;
  font-size: 16px;
  color: #333;
}

.yshx_d_box2 ul li h2{
  width: 90px;
  padding: 8px 0px;
}

.yshx_d_box2 ul li h3{
  width: calc(100% - 90px);
  display: flex;
  flex-wrap: wrap;
}

.yshx_d_box2 ul li h3 a{
  padding: 8px 15px;
  margin: 0px 10px;
  margin-bottom: 10px;
}

.yshx_d_box2 ul li h3 a.on{
  background: #317afe;
  color: #fff;
}

.yshx_d_box3{
background: #fff;
}

.yshx_d_box3 {
	background: #fff;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}

.yshx_d_box3 .title {
	display: flex;
	justify-content: space-between;
  border-bottom: 1px solid #333;
  
}

.yshx_d_box3 .title h2{
	width: 14.667%;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 5px;
}

.yshx_d_box3 .title h2:nth-child(1){
  width: 26.667%;
}

.yshx_d_box3 i.jiant{
    position: absolute;
    font-size: 16px;
    right: 10px;
    top: 10px;
    display: none;
}


.yshx_d_box3 ul li {
	width: 100%;
	position: relative;
	box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}

.yshx_d_box3 ul li .link {
	height: auto;
	cursor: pointer;
	background: #fff;
	display: flex;
}

.yshx_d_box3 ul li .link .nr {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.yshx_d_box3 ul li .link .nr h2{
	font-size: 14px;
	display: flex;
  justify-content: flex-start;
  align-items: center;
	width: 14.667%;
  padding: 8px 5px;
}

.yshx_d_box3 ul li .link .nr h2:nth-child(1){
  width: 26.667%;
}

.yshx_d_box3 ul li .link .nr h2.green{
  color: #43b244;
}

.yshx_d_box3 ul li .link .nr h2.red{
  color: #ff0000;
}

.yshx_d_box3 ul li .link .tbanchor{
	display: flex;
	align-items: center;
	justify-content: center;
  background: #317afe;
  width: 110px;
  height: 35px;
  color: #fff;
}

.yshx_d_box3 ul li .link .tbanchor i{
  margin-left: 10px;
}


.yshx_d_box3 ul li.open .link .tbanchor i {
	transform: rotate(180deg);
}

.yshx_d_box3 ul li .subnr {
	background: #f7f8f9;
  box-sizing: border-box;
	padding: 15px 0px;
	font-size: 14px;
  border-top: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
}

.yshx_d_box3 ul li .subnr .nr{
  width: calc(50% - 50px);
  padding: 10px 20px;
}

.yshx_d_box3 ul li .subnr .nr .bt{
  border-bottom: 1px solid #d4d4d4;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.yshx_d_box3 ul li .subnr .nr dl dd{
  display: flex;
  padding-bottom: 15px;
}

.yshx_d_box3 ul li .subnr .nr dl dd:nth-last-child(1){
  padding-bottom: 0px;
}

.yshx_d_box3 ul li .subnr .nr dl dd h2{
  width: 110px;
  color: #999;
  text-align: right;
}

.yshx_d_box3 ul li .subnr .nr dl dd h3{
  width: calc(100% - 110px);
  color: #333;
  box-sizing: border-box;
  padding-left: 20px;
}

.yshx_d_box3 ul li .subnr .nr .jj{
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.yshx_d_box3 ul li .subnr .nr .cl a{
  display: inline-block;
  padding: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #317afe;
  text-decoration: underline;
}

.yshx_d_box4{
  background: #EDF2F9;
  border: 1px solid #5793FE;
  margin-top: 30px;
  box-sizing: border-box;
  padding: 20px;
}

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

.yshx_d_box4 p{
font-size: 14px;
line-height: 1.8;
}
