@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,

ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
figure,
section,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button,
label {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
}

body {
  font-size: 16px;
  font-family: SourceHanSans-Medium, "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #18283f;
}

html,
body {
  height: 100%;
}

a {
  text-decoration: none;
  outline: none;
  outline-style: none;
  color: #18283f;
}

img {
  border: 0;
  vertical-align: middle;
}

ol,
ul,
li {
  list-style: none;
}

input,
textarea,
button {
  border: 0;
  outline: 0;
}

.main-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 81px;
}

.header-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  padding: 0 .8rem;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  /* 添加下边框阴影 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.header-logo {
  /* width: 10.733%; */
  width: 205px;
  cursor: pointer;
}

.header-logo a {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.header-logo img {
  width: 100%;
}

.header-right {
  display: flex;
  height: 100%;
  align-items: center;
}

.header-wrapper .menu-ul {
  height: 100%;
  text-align: center;
}

.header-nav {
  margin-right: 1.3rem;
}

.head-menu-item {
  height: 100%;
  cursor: default;
  display: inline-block;
}

.head-menu-item-link {
  display: block;
  width: 110px;
  height: 81px;
  line-height: 81px;
  font-size: 16px;
  /* font-weight: bold; */
  color: #18283f;
}




.header-contact {
  display: flex;
  align-items: center;
  font-size: 16px;
  /* font-weight: 600; */
  color: #18283f;
}

.header-contact .hotline {
  display: flex;
  margin-right: 25px;
}

.header-contact .hotline img {
  width: 42px;
  margin-right: 15px;
}

.header-contact .sale span {
  display: block;
  text-align: right;
}

.head-menu-item:hover .head-menu-item-link {
  background-color: #63b328;
  color: #ffffff;
}
.head-menu-item.act .head-menu-item-link {
  background-color: #63b328;
  color: #ffffff;
}
.head-drop-down-menu {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  background-color: #ffffff;
  transition: height 300ms;
  box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.1);
}

.head-menu-item:hover .head-drop-down-menu {
  height: 500px;
}

.head-drop-down-menu-left {
  width: 24%;
}

.head-drop-down-menu-center {
  width: 40%;
}

.head-drop-down-menu-right {
  width: 36%;
}

.banner-wrapper {
  margin-bottom: 60px;
}

.banner-static-img-mobile {
  display: none;
}

.banner-static-img-pc img {
  display: block;
  width: 100%;
}

.footer-wrapper {
  margin-top: 100px;
  background-color: #494e5a;
}

.footer-container {
  display: flex;
  width: 100%;
  padding: 3% 4.2%;
  color: #ffffff;
}

.footer-logo {
  margin-bottom: 34px;
}

.footer-hotline {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 28px;
}

.footer-hotline span {
  display: block;
  font-size: 16px;
}

.footer-sale span {
  display: block;
  line-height: 2.5;
}

.footer-right {
  display: flex;
  justify-content: space-evenly;
  flex-grow: 1;
}

.footer-right dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-right dl dd {
  line-height: 2.5;
}

.footer-right dl dd a {
  color: #ffffff;
}

.footer-wechat {
  margin-top: 20px;
}

.footer-wechat img {
  width: 120px;
}

.footer-record {
  width: 100%;
  text-align: center;
  color: #8e93a9;
  border-top: 1px solid #8e93a9;
  line-height: 4;
}

.footer-record a{
 color:#8e93a9;
}

.content-container-title {
  /*width: 70%;*/
  margin: 0 auto;
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
}

.content-container-title span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #18283f;
}

.content-container-title p {
  font-size: 18px;
  color: #6b727a;
}

.content-container-title p b{
   font-weight: unset;
    display: block;
}

.content-container {
  width: 92%;
  margin: 0 auto;
}

.three-company-item-ul li {
  width: 100%;
  margin-bottom: 50px;
}

.company-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding-left:5%;
}

.three-company-item-ul .company-item .left {
  float: left;
  width: 60%;
  padding: 35px 45px;
}

.three-company-item-ul .company-item .right {
   position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
  float: right;
  width: 40%;
}

.three-company-item-ul .company-item .right img {
  width: 100%;
}

.company-item .company-contact span {
  display: block;
  font-size: 16px;
  color: #18283f;
  line-height: 2;
}

.company-item .company-contact .name {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.three-company-item-ul .company-item .company-contact .name::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
  background-color: #63b328;
}

.company-item-ul {
  display: flex;
  flex-wrap: wrap;
}

.company-item-ul li {
  width: 32%;
  height: 237px;
  margin-bottom: 50px;
   margin-right: 2%;
}
.company-item-ul li:nth-child(3n+3) {
    margin-right: 0%;
}
.company-item-ul .company-item {
  padding: 50px 40px;
}

.company-item-ul .company-item .company-contact .name {
  font-size: 22px;
  margin-bottom: 0;
}

.cooperate-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.cooperate-item {
  overflow: hidden;
  position: relative;
  width: 32%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.cooperate-item-img img {
  display: block;
  width: 100%;
}

.cooperate-item-content {
  position: absolute;
  left: 60px;
  top: 37px;
}
.head-menu-item-link.act {
  background-color: #63b328;
  color: #ffffff;
}
.cooperate-item-content .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}

.cooperate-item-content .title span {
  display: inline-block;
  width: 62px;
  height: 62px;
  font-size: 30px;
  font-weight: 100;
  line-height: 62px;
  text-align: center;
  color: #ffffff;
  background-color: #5ca5f5;
  border-radius: 100%;
  margin-right: 20px;
  margin-left: -22px;
}

.cooperate-item-content .isb {
  display: block;
}

.cooperate-item-content .entry {
  font-size: 18px;
  color: #6b727a;
}

.cooperate-item-content .entry::before {
  content: '•';
  font-size: 24px;
  color: #5ca5f5;
  margin-right: 7px;
  vertical-align: middle;
}

.cooperate-item-content .entry span {
  vertical-align: middle;
}

.cooperate-item-content .mr {
  margin-left: 150px;
}

.cooperate-join {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 240px;
  background: url(admin/fileadmin/upfile/images/hezuo-join-bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  margin-bottom: 50px;
}

.cooperate-join span {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

.cooperate-board-from-input {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px
}

.cooperate-board-item span {
  display: block;
  margin-bottom: 8px;
}

.cooperate-board-item span::after {
  content: '*';
  color: #ff0000;
}

.cooperate-board-item {
  width: 18%;
}

.cooperate-board-item input,
.cooperate-board-item select {
  width: 100%;
  height: 36px;
  font-size: 16px;
  border: 1px solid #cccccc;
  padding: 0 15px;

}

.cooperate-board-item input {
  padding: 0 15px;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: normal;
}

.cooperate-board-from-sub input {
  display: block;
  margin: 0 auto;
  width: 180px;
  font-size: 16px;
  color: #ffffff;
  background-color: #63b328;
  padding: 15px 0;
  border-radius: 5px;
  cursor: pointer;
}

.head-drop-down-menu-box {
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  background-color: #ffffff;
}

.head-drop-down-menu-left {
  height: 100%;
  border-right: 2px solid #f0f0f0;
  padding-left: 1rem;
  padding-right: .7rem;
  padding-top: .65rem;
  text-align: left;
}

.head-drop-down-menu-left span {
  display: block;
  font-size: 24px;
  /* font-weight: bold; */
  margin-bottom: .2rem;

}

.head-drop-down-menu-left p {
  font-size: 18px;
  line-height: 2;
  color: #bfbfbf;
}

.head-drop-down-menu-center {
  padding: .65rem;
}

.head-drop-down-menu-center .nav-title {
  font-size: 24px;
  /* font-weight: 600; */
  text-align: left;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: .15rem;
}

.head-drop-down-menu-center ul {
  margin-left: -.2rem;
  margin-top: .2rem;
}

.head-drop-down-menu-center ul li {
  float: left;
  width: 50%;
  text-align: left;
}

.head-drop-down-menu-center ul li a {
  display: block;
  padding: .1rem .2rem;
  font-size: 14px;
}

.head-drop-down-menu-center ul li a:hover {
  color: #63b328;
  background-color: #eef5eb;
}

.head-drop-down-menu-right {
  padding-top: .65rem;
  padding-right: 1rem;
}

.head-drop-down-menu-right img {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.data-download ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.data-download ul li {
  width: 31%;
  margin-bottom: 30px;
}

.data-download-item {
  width: 100%;
  padding: 30px 30px 20px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: margin 300ms;
}

.data-download-item-top {
  display: flex;
  margin-bottom: 30px;
}

.data-download-item-top .name {
  font-weight: bold;
}

.data-download-item-top .size {
  font-size: 14px;
  color: #6b727a;
  margin-top: 10px;
}

.data-download-item-title span {
  display: block;
}

.data-download-item-img {
  margin-right: 15px;
}

/* .data-download-item-img img{
  width: 100%;
} */
.data-download-item-dow {
  text-align: right;
}

.data-download-item:hover {
  margin-top: -15px;
}

.content-container-navigation {
  margin-top: 30px;
  margin-bottom: 75px;
  font-size: 14px;
  color: #6b727a;
}

.content-container-navigation span {
  color: #63b328;
}

.news-content {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}

.news-content-left {
  float: left;
  width: 70%;
}

.news-content-right {
  float: right;
  width: 26%;
}

.news-content-left-title h1 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.news-content-left-title .date-time,
.news-content-left-title .page-view {
  font-size: 14px;
  color: #9e9e9e;
}

.news-content-left-title .date-time {
  margin-right: 60px;
}

.news-content-left-title .date-time::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  background: url(admin/fileadmin/upfile/images/calendar-icon.png) no-repeat center;
  vertical-align: middle;
}

.news-content-left-title .date-time span,
.news-content-left-title .page-view span {
  vertical-align: middle;
}

.news-content-left-title .page-view::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 12px;
  margin-right: 7px;
  background: url(admin/fileadmin/upfile/images/browse-icon.png) no-repeat center;
  vertical-align: middle;
}

.news-content-left-title {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.news-article {
  line-height: 1.8;
  padding-bottom: 60px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #e6e6e6;
}

.news-upanddown {
  line-height: 2;
}

.news-upanddown span {
  color: #63b328;
}

.news-upanddown a:hover {
  color: #63b328;
}

.news-content-right {
  padding: 0 20px;
  background-color: #fafafa;
}

.news-content-right-title {
  font-size: 24px;
  border-bottom: 1px solid #e6e6e6;
  line-height: 2.5;
}

.news-content-right-list ul li {
  padding: 15px 0;
  line-height: 1.8;
  border-bottom: 1px solid #e6e6e6;
}

.news-content-right-list ul li a {
  display: block;
}

.news-content-right-list ul li span {
  font-size: 14px;
  color: #9e9e9e;
}

.news-content-right-list ul li a:hover {
  color: #63b328;
}

.news-content-right-list .item {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}

.news-content-right-list ul li::before {
  content: '•';
  position: absolute;
  color: #63b328;
}

.news-content-right-wechat {
  padding: 50px 0;
  text-align: center;
}

.news-content-right-wechat span {
  display: block;
  margin-top: 20px;
  color: #9e9e9e;
}

.news-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news-list ul li {
  width: 32%;
  margin-bottom: 30px;
}

.news-list-item {
  width: 100%;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.news-list-item .cover {
  margin-bottom: 25px;
  overflow: hidden;
}

.news-list-item .cover img {
  width: 100%;
  transition: transform 300ms;
}

.news-list-item span,
.news-list-item .synopsis {
  display: block;
  margin-bottom: 15px;
}

.news-list-item .title {
  width: 100%;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 显示省略号来代表被修剪的文本 */
  font-size: 20px;
}

.news-list-item .date {
  color: #999999;
}

.news-list-item .synopsis {
  position: relative;
  color: #6b727a;
  line-height: 25px;
  overflow: hidden;
  height: 75px;
}

.news-list-item .more {
  color: #63b328;
}

.news-list-item:hover .title {
  color: #63b328;
}

.news-list-item:hover .cover img {
  transform: scale(1.1);
}

.success-cases .swiper {
  width: 100%;
  height: 100%;
}

.success-cases .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.success-cases .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.success-cases .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.success-cases .swiper-slide {
  overflow: auto;
}

.success-cases .mySwiper2 {
  height: 80%;
  width: 100%;
}

.success-cases .mySwiper {
  width: 80%;
  height: 60px;
  box-sizing: border-box;
  padding: 0 60px;
  margin-bottom: 25px;
  background-color: #f3f9ee;
  border-radius: 10px;
}

.success-cases .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  cursor: pointer;
}

.success-cases .mySwiper .swiper-slide-thumb-active {
  background-color: #ffffff;
  color: #63b328;
  border-bottom: 3px solid #63b328;
}

.success-cases .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.success-cases-list ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.success-cases-list ul li {
  width: 33.3%;
  padding: 15px;
}

.success-cases-item {
  position: relative;
  width: 100%;
  /*height: 4.84rem;*/
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.success-cases-item-img {
  width: 100%;
}

.success-cases-item-img img {
  display: block;
  width: 100%;
}

.success-cases-item-blurb {
  /*position: absolute;
  bottom: 0;
  left: 0;*/
  background: #ffffff;
  /*padding: 0 20px 20px 20px;*/
  /*transition: all 500ms;*/
  /*height: 40%;*/
}

.success-cases-item-blurb span {
  position: relative;
  display: block;
  font-size: 24px;
  text-align: left;
  padding-bottom: 15px;
  margin: 15px 0;
}

.success-cases-item-blurb span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #63b328;
}

.success-cases-item-blurb p {
  position: relative;
  overflow: hidden;
  /*height:75px;*/
  line-height: 25px;
  font-size: 16px;
  color: #6b727a;
  text-align: left;
  text-align: justify;
  /*transition: height 500ms;*/
}
.success-cases-item-blurb:hover p {
  height: auto;
}
.success-cases-item-blurb .elli {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 25px;
  background-color: #ffffff;
  line-height: 25px;
}


.success-cases-item-blurb:hover .elli {
  display: none;
}
/*.success-cases-item-blurb:hover {
  height: 100%;
  overflow-x: auto;
}*/
.success-cases-list {
  width: 100%;
}

.advantage-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 81%;
  margin: 0 auto;
}

.advantage-item {
  width: 23%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  padding: 40px 0;
  margin-bottom: 40px;
  cursor: pointer;
}

.advantage-item .cen {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  border-radius: 100%;
  background: linear-gradient(135deg, rgb(255, 255, 255, 0.5), rgba(87, 162, 244, 1) 50%);
}

.advantage-item:hover .cen {
  background: linear-gradient(135deg, rgb(255, 255, 255, 0.5), rgba(99, 179, 40, 1) 50%);
}

.advantage-item:hover .bot {
  color: #63b328;
}

.pc {
  display: block!important;
}

.ph {
  display: none!important;
}

.development-history {
  position: relative;
  width: 1439px;
  margin: 0 auto;
}

.development-history .fzlc-img {
  /* display: block; */
  width: 100%;
  margin: 0 auto;
}

.development-history .fzlc-img-box {
  width: 100%;
}

.development-history-item {
  position: absolute;
}

.development-history-item .title {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}

.development-history-item .title span {
  display: block;
  font-size: 20px;
  color: #63b328;
  font-weight: bold;
  text-align: center;
}

.development-history-item .title span:first-child {
  font-size: 24px;
  letter-spacing: 5px;
}

.development-history-item .list ul li {
  font-size: 18px;
  color: #666666;
  line-height: 1.8;
  list-style-type: disc;
}

.development-history-item .list ul li::marker {
  color: #63b328;
}

.development-history-item:nth-child(1) {
  left: 61px;
  bottom: 50px;
}

.development-history-item:nth-child(2) {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
  left: 196px;
  top: 121px;
}

.development-history-item:nth-child(3) {
  right: 498px;
  bottom: 81px;
}

.development-history-item:nth-child(4) {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
  right: 179px;
  top: 25px;
}

.development-history-item:nth-child(5) {
  right: -65px;
  bottom: 215px;
}

.development-history {
  margin-bottom: 50px;
}

.main-certificates ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-certificates ul li {
  width: 45%;
  margin-bottom: 30px;
}

.main-certificates-item {
  width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 50px;
  cursor: pointer;
}

.main-certificates {
  width: 81%;
  margin: 0 auto;
  margin-bottom: 66px;
}

.main-certificates-item img {
  margin-right: 35px;
}

.main-certificates-item:hover {
  color: #ffffff;
  background-color: #63b328;
}

.company-profile {
  display: flex;
  justify-content: space-between;
  width: 81%;
  margin: 0 auto;
  margin-bottom: 90px;
  padding: 70px 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.company-profile-left {
  width: 51%;
}

.company-profile-right {
  width: 47%;
}

.company-profile-left-title {
  position: relative;
  margin-bottom: 30px;
  padding-left: 55px;
}

.company-profile-left-title span {
  display: block;
  font-size: 15px;
  color: #18283f;
}

.company-profile-left-title span:first-child {
  font-size: 30px;
}

.company-profile-left-content {
  font-size: 16px;
  color: #18283f;
  line-height: 1.6;
}

.company-profile-left-content p {
  margin-bottom: 30px;
}

.company-profile-left-title::before {
  content: '';
  position: absolute;
  left: -30px;
  bottom: 5px;
  width: 80px;
  height: 62px;
  background: url(admin/fileadmin/upfile/images/vide-tit-icon.png) center no-repeat;
  background-size: cover;
}

.company-profile-right-bu {
  position: relative;
}

.company-profile-right-bu .video-fm {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.company-profile-right-bu .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.company-profile-right-video {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.company-profile-right-video .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.company-profile-right-video .close-but {
  cursor: pointer;
  float: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
}

.company-profile-right-bu {
  display: flex;
  align-items: center;
  height: 100%;
}

.company-profile-right-video .video-js {
  width: 967px;
  height: 544px;
}

.corporate-culture {
  width: 81%;
  margin: 0 auto;
  margin-bottom: 90px;
}

.corporate-culture-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.corporate-culture-item {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 31%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 50px 0;
  overflow: hidden;
}

.corporate-culture-item-text {
  width: 100%;
}

.corporate-culture-item-text span {
  display: block;
  width: 100%;
  color: #18283f;
  text-align: center;
  line-height: 2;
}

.corporate-culture-item-text .tit {
  font-size: 24px;
}

.corporate-culture-item-img {
  margin-bottom: 10px;
}

.corporate-culture-item:hover {
  flex-wrap: wrap-reverse;
}

.corporate-culture-item:hover::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 5px;
  background-color: #63b328;
}

.corporate-culture-item:hover .corporate-culture-item-img {
  position: relative;
  bottom: -120px;
  opacity: 0.3;
  transform: scale(1.8);
}

.corporate-culture-item:hover .corporate-culture-item-text {
  position: relative;
  bottom: -20px;
}


.enterprise-honor .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}



.enterprise-honor .swiper {
  position: unset;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.enterprise-honor .swiper-slide {
  background-size: cover;
  background-position: center;
}

.enterprise-honor .mySwiper2 {
  height: 100%;
  width: 100%;
}

.enterprise-honor .mySwiper {
  height: 100%;
  box-sizing: border-box;
}

.enterprise-honor .mySwiper .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: space-around;
}

.enterprise-honor .mySwiper .swiper-slide {
  display: flex;
  justify-content: left;
  width: 45% !important;
  height: 20%;
  margin-right: 0 !important;
  cursor: pointer;
  padding-left: 5%;
}

.enterprise-honor .mySwiper .swiper-slide span {
  font-size: 18px;
  color: #666666;
  text-align: left;
}

.enterprise-honor .mySwiper .swiper-slide span b {
  display: block;
  color: #9b9b9b;
}

.enterprise-honor .mySwiper .swiper-slide img {
  height: auto;
  margin-right: 20px;
}

.enterprise-honor .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.enterprise-honor .swiper-slide img {
  display: block;
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
}

.enterprise-honor {
  display: flex;
  flex-direction: row-reverse;
  width: 81%;
  height: 450px;
  margin: 0 auto;
  margin-bottom: 90px;
}

.enterprise-honor .swiper-box {
  position: relative;
  width: 650px;
  height: 100%;
  padding: 30px 50px 50px 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.enterprise-honor .swiper-pagination {
  bottom: 20px;
}

.enterprise-honor .mySwiper .swiper-slide-thumb-active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.enterprise-honor .mySwiper .swiper-slide-thumb-active span,
.enterprise-honor .mySwiper .swiper-slide-thumb-active span b {
  color: #63b328;
}

.i-news-center {
  margin-bottom: 96px;
}

.i-news-center ul {
  display: inline-block;
  width: 100%;
}

.i-news-center ul li {
  margin-bottom: 20px;
}

.i-news-center ul li:first-child {
  width: 41%;
  float: left;
  margin-bottom: 0;
}

.i-news-center ul li:last-child {
  margin-bottom: 0;
}


.i-news-center ul li:not(:first-child) {
  width: 57%;
  float: right;
}

.i-news-center ul li:not(:first-child) .news-list-item .cover {
  width: 27%;
}

.i-news-center ul li:not(:first-child) .news-list-item .cover {
  margin-bottom: 0;
}

.i-news-center ul li:not(:first-child) .news-list-item .content {
  width: 66%;
}

.i-news-center ul li:not(:first-child) .news-list-item a {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

.i-news-center ul li .news-list-item .synopsis {
  height: 50px;
}

.i-news-center .news-list-item span,
.i-news-center .news-list-item .synopsis {
  margin-bottom: 10px;
}

.i-news-center ul li:first-child .news-list-item {
  height: 650px;
}

.i-news-center ul li:not(:first-child) .news-list-item {
  height: 202px;
}

.i-news-center ul li:not(:first-child) .news-list-item .cover img {
  width: 100%;
}

.i-partner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.i-partner ul li {
  width: 19%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 25px;
}

.i-partner ul li img {
  width: 100%;
}

.us-icon {
  display: block;
  width: 81px;
  height: 80px;
  overflow: hidden;
  margin: 0 auto;
}



.us-icon>.us-icon {
  position: relative;
  left: -80px;
  border-right: 80px solid transparent;
  -webkit-filter: drop-shadow(80px 0);
  filter: drop-shadow(rgb(82, 160, 244) 80px 0px);
}

.i-about-us {
  margin-bottom: 96px;
}

.i-about-us ul li:hover .us-icon>.us-icon {
  filter: drop-shadow(rgb(99, 179, 40) 80px 0px);
}

.i-about-us ul li:hover span {
  color: #63b328;
}

.i-about-us ul li span {
  display: block;
  text-align: center;
}

.i-about-us .bia {
  font-size: 36px;
  text-align: center;
}

.i-about-us ul {
  display: flex;
  justify-content: space-around;
  margin-top: 95px;
  margin-bottom: 50px;
}

.i-about-us ul li {
  width: 20%;
}

.i-more {
  display: block;
  width: 180px;
  line-height: 46px;
  text-align: center;
  background-color: #63b328;
  margin: 0 auto;
  font-size: 16px;
  color: #ffffff;
  border-radius: 5px;
}

.i-about-us .us-date {
  position: relative;
  font-size: 48px;
  color: #18283f;
  margin-top: 15px;
  padding-bottom: 10px;
}

.i-about-us .us-date::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: #4c9cf4;
}

.i-about-us .us-date::after {
  content: '+';
}
.i-about-us ul li:last-child .us-date::after {
  content: '大';
  font-size: 18px;
  font-weight: bold;
}
.i-about-us ul li:first-child .us-date::after{
  content: '年';
  font-size: 18px;
  font-weight: bold;
}
.i-about-us ul li:nth-child(5) .us-date::after {
  content: '万+';
  font-size: 18px;
  font-weight: bold;
}

.i-about-us .us-tit {
  font-size: 18px;
  color: #18283f;
  margin-top: 20px;
}

.i-success-cases {
  margin-bottom: 66px;
}

.swiper-pagination.yz-pagination-bullets {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.yz-pagination-bullets .yz-bullet {
  display: inline-block;
  width: 35px;
  height: 5px;
  background-color: #e6e6e6;
  margin: 0 5px;
}

.yz-pagination-bullets .yz-bullet::after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background-color: #63b328;

}

.yz-pagination-bullets .yz-bullet-active::after {
  content: '';
  width: 100%;
  transition: width 2s;
}

.i-success-cases .i-more {
  margin-top: 30px;
}

.i-product-service .mySwiper3 {
  width: 73%;
  margin: 0 auto;
}

.i-product-service .mySwiper3 .swiper-slide {
  padding: 15px 0 10px;
  border-bottom: 1px solid #d3d5e1;
  cursor: pointer;
}

.mySwiper3 .swiper-slide span {
  display: block;
  font-size: 14px;
  color: #18283f;
  text-align: center;
  margin-top: 10px;
}

.mySwiper3 .swiper-slide img {
  display: block;
  margin: 0 auto;
}

.mySwiper3 .swiper-slide-thumb-active {
  position: relative;
  background-color: #f7fbf4;
}

.mySwiper3 .swiper-slide-thumb-active::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #63b328;
}

.mySwiper3 .swiper-slide-thumb-active span {
  color: #63b328;
}

.mySwiper4 {
  width: 81%;
  margin: 0 auto;
  margin-top: 50px;
}

.mySwiper4 .swiper-slide .sp-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.mySwiper4 .swiper-slide img {
  width: 33%;
  border-radius: 5px;
}


.mySwiper4 .swiper-slide .con {
  position: relative;
  width: 62%;
  height: 340px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 45px 60px;
  background-color: #ffffff;
}

.mySwiper4 .swiper-slide .con span {
  display: block;
  font-size: 24px;
  margin-bottom: 20px;
}

.mySwiper4 .swiper-slide .con p {
  font-size: 16px;
  color: #6b727a;
  line-height: 2;
}

.i-product-service {
  margin-bottom: 96px;
}

.mySwiper4 .i-more {
  position: absolute;
  bottom: 45px;
  left: 60px;
}

.mySwiper3 .swiper-slide span b {
  font-weight: unset;
}

.i-banner-wrapper {
  margin-bottom: 96px;
}

.i-banner-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  padding: 7% 10%;
}

.i-banner-wrapper .swiper-slide .con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 43%;
}

.i-banner-wrapper .swiper-slide .con span {
  font-size: 46px;
  font-weight: bolder;
}

.i-banner-wrapper .swiper-slide .con p {
  font-size: 28px;
  line-height: 1.7;
  margin-top: 30px;
}

.i-banner-wrapper .swiper-slide .rimg {
  width: 52%;
}

.i-banner-wrapper .swiper-slide .rimg img {
  width: 100%;
  border-radius: 5px;
}

.i-banner-wrapper .swiper-pagination {
  bottom: 30px;
}

.i-banner-wrapper .yz-pagination-bullets .yz-bullet {
  background-color: #ffffff;
}

.i-banner-wrapper .i-more {
  border-radius: 30px;
  margin: unset;
  margin-top: 30px;
}

.i-product-bg {
  background: url(admin/fileadmin/upfile/images/i-cp-bg.png) no-repeat center;
  background-size: 100%;
}

.i-product-service .swiper-button-next,
.i-product-service .swiper-button-prev {
  display: none;
}

.product-banner-wrapper .swiper-slide {
  padding: 7% 10%;
}

.product-banner-wrapper .swiper-slide .rimg {
  width: 47%;
}

.product-banner-wrapper .swiper-slide .con {
  width: 43%;
}

.product-banner-wrapper .swiper-slide .con p {
  font-size: 24px;
}

.product-banner-wrapper .swiper-slide .con span {
  font-size: 40px;
}

.cooperate-item-img {
  position: relative;
}


.cooperate-item:hover .cooperate-item-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #63b328;
  /* 纯绿色 */
  mix-blend-mode: color;
  /* 或者 multiply, 根据需要调整 */
  border-radius: 10px;
}

.cooperate-item:hover .cooperate-item-content .title span {
  background-color: #63b328;
}

.cooperate-item:hover .cooperate-item-content .entry {
  color: #6b727a;
}

.cooperate-item:hover .cooperate-item-content .entry::before {
  color: #63b328;
}

.cooperate-items {
  flex-wrap: wrap;
}

.cooperate-item {
  margin-bottom: 2%;
}

.cooperate-item-content .title {
  margin-bottom: 10px;
}

.cooperate-item-content {
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 15%;
}

.product-center {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background: url(admin/fileadmin/upfile/images/i-cp-bg.png) no-repeat center/cover;
}

.product-center img {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.systemSwiper .swiper-slide {
  position: relative;
  height: auto !important;
  border-bottom: 1px solid #d3d5e1;
  padding: 20px 0;
}

.systemSwiper .swiper-slide img {
  display: block;
  margin: 0 auto;
}

.systemSwiper .swiper-slide span {
  display: block;
  font-size: 16px;
  color: #18283f;
  margin-top: 5px;
  text-align: center;
}

.systemSwiper .swiper-slide-thumb-active {
  background-color: #f7fbf4;
}

.systemSwiper .swiper-slide-thumb-active span {
  color: #63b328;
}

.systemSwiper .swiper-slide-thumb-active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #63b328;
}

.functionSwiper {
  margin-top: 90px;
}

.system-function {
  margin-bottom: 96px;
}

.functionSwiper .swiper-slide {
  display: flex;
  justify-content: space-evenly;
  padding: 10px;
}

.functionSwiper .function-left {
  width: 35%;
}

.functionSwiper .function-left img {
  width: 100%;
}

.functionSwiper .function-right {
  width: 58%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 3% 4%;
}

.functionSwiper .function-right .tit {
  display: block;
  margin-bottom: 2.5%;
  font-size: 24px;
}

.functionSwiper .function-right p {
  color: #6b727a;
  line-height: 2;
  margin-bottom: 2.5%;
}

.function-right-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 3.5%;
  border-top: 1px solid #d3d5e1;
}

.function-right-list ul {
  display: flex;
  justify-content: space-around;
}

.function-right-list ul li span {
  display: block;
  margin-top: 7px;
}

.function-right-list ul li img {
  display: block;
  margin: 0 auto;
}

.function-right-content {
  position: relative;
  height: 100%;
}

.right-float {
  z-index: 999;
  position: fixed;
  right: 0;
  bottom: 15%;
}

.right-float-item,
.right-float-item-top {
  margin-bottom: 1px;
  cursor: pointer;
}

.right-float-content {
  display: none;
  position: absolute;
  top: 0;
  right: 60px;
  width: 170px;
  height: 230px;
  background-color: #2f67b2;
}

.right-icon-po::after {
  content: '';
  display: none;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #2f67b2;
}
.product-center{
  margin-bottom: 96px;
}
.right-float-item:hover .right-icon-po::after {
  display: block;
}

.right-float-item:hover .right-float-content {
  display: block;
}

.right-icon-po {
  position: relative;
}

.right-float-content .call {
  padding: 20px;
}

.right-float-content .call .rx {
  font-size: 16px;
  font-weight: bolder;
  color: #ffffff;
  margin-bottom: 10px;
}

.right-float-content .call .xsrx {
  font-size: 14px;
  color: #ffffff;
}

.right-float-content .call .xsrx span {
  display: block;
  line-height: 2;
}
.news-content-right-wechat img{
 width:70%;
}


@media screen and (max-width:1536px) {
  .header-nav {
    margin-right: 20px;
  }

  .head-menu-item-link {
    width: 90px;
  }

  .cooperate-item-content .entry {
    font-size: 16px;
  }

  .company-item-ul .company-item {
    padding: 26px 40px;
  }

  .cooperate-item-content .title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .cooperate-item-content .title span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 26px;
  }

  .cooperate-item-content .mr {
    margin-left: 70px;
  }

  .head-drop-down-menu-center {
    width: 45%;
  }

  .head-drop-down-menu-right {
    width: 31%;
  }

  .success-cases-item-blurb span {
    font-size: 18px;
  }

  .success-cases-item-blurb p {
    font-size: 14px;
  }

  .success-cases-item {
    /*height: 5.1rem;*/
  }



  .development-history {
    width: 1280px;
    /* transform: scale(0.8); */
    margin-bottom: 30px;
  }

  .development-history-item:nth-child(1) {
    left: 53px;
    bottom: 42px;
  }

  .development-history-item:nth-child(2) {
    left: 177px;
    top: 108px;
  }

  .development-history-item:nth-child(3) {
    right: 441px;
    bottom: 69px;
  }

  .development-history-item:nth-child(4) {
    right: 159px;
    top: 18px;
  }

  .development-history-item:nth-child(5) {
    right: -59px;
    bottom: 189px;
  }

  .development-history-item .list ul li {
    font-size: 16px;
  }

  .development-history-item .title span {
    font-size: 18px;
  }

  .development-history-item .title span:first-child {
    font-size: 20px;
  }

  .company-profile {
    padding: 50px 60px;
  }

  .company-profile-left-content p {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .company-profile-left-title span {
    font-size: 12px;
  }

  .company-profile-left-title span:first-child {
    font-size: 24px;
  }

  .corporate-culture-item-img {
    width: 93px;
  }

  .enterprise-honor {
    height: 320px;
  }

  .enterprise-honor .swiper-box {
    width: 450px;
  }

  .i-news-center ul li:first-child .news-list-item {
    height: 555px;
  }

  .i-news-center ul li:not(:first-child) .news-list-item {
    height: 171px;
  }

  .i-news-center ul li:not(:first-child) .news-list-item span,
  .i-news-center ul li:not(:first-child) .news-list-item .synopsis {
    margin-bottom: 3px;
  }

  .i-about-us .bia {
    font-size: 30px;
  }

  .i-about-us .us-date {
    font-size: 40px;
  }

  .mySwiper4 .swiper-slide .con {
    padding: 35px 40px;
  }

  .mySwiper4 .swiper-slide .con {
    height: 305px;
  }

  .mySwiper4 .i-more {
    bottom: 35px;
    left: 40px;
  }

  /* .mySwiper3 .swiper-slide span{
    font-size: 16px;
  } */
  .i-product-service .mySwiper3 {
    width: 81%;
  }

  .i-product-service .mySwiper3 .swiper-slide:first-child b {
    display: none;
  }

  .mySwiper3 .swiper-slide img {
    width: 55px;
  }

  .mySwiper4 {
    margin-top: 40px;
  }

  .i-banner-wrapper .swiper-slide .con span {
    font-size: 30px;
  }

  .i-banner-wrapper .swiper-slide .con p {
    font-size: 24px;
  }

  .product-banner-wrapper .swiper-slide .con p {
    font-size: 20px;
  }

  .product-banner-wrapper .swiper-slide .con span {
    font-size: 30px;
  }

  .functionSwiper {
    margin-top: 60px;
  }

  .functionSwiper .function-right {
    padding: 2% 3%;
  }

  .functionSwiper .function-right .tit {
    margin-bottom: 1.5%;
  }

  .functionSwiper .function-right p {
    margin-bottom: 1.5%;
  }

  .i-banner-wrapper,
  .system-function {
    margin-bottom: 50px;
  }
  .i-about-us .us-tit{
   font-size:16px;
  }
}


@media screen and (max-width:1315px) {
  .header-nav {
    margin-right: 20px;
  }

  .header-logo {
    width: 140px;
  }

  .head-menu-item-link {
    width: 90px;
  }

  .header-contact {
    font-size: 12px;
  }

  .head-menu-item-link {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 12px;

  }

  .header-contact .hotline img {
    width: 32px;
  }

  .footer-logo img {
    width: 140px;
  }

  .footer-hotline {
    font-size: 20px;
  }

  .footer-sale span,
  .footer-record,
  .footer-right dl dd a {
    font-size: 12px;
  }

  .footer-right dl dt {
    font-size: 14px;
  }

  .footer-right dl dd {
    line-height: 2;
  }

  .cooperate-item-content .title {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .cooperate-item-content .entry {
    font-size: 14px;
  }

  .cooperate-item-content .title span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }

  .cooperate-item-content {
    line-height: 1.1;
  }

  .cooperate-item-content .mr {
    margin-left: 40px;
  }

  .three-company-item-ul .company-item .left {
    padding: 17px 45px;
  }

  .company-item .company-contact .name,
  .company-item-ul .company-item .company-contact .name,
  .news-content-right-title,
  .news-content-left-title h1,
  .news-list-item .title {
    font-size: 18px;
  }

  .company-item .company-contact span,
  .news-content-right-list ul li a,
  .news-article,
  .news-upanddown span,
  .news-upanddown a,
  .news-content-right-wechat span,
  .news-list-item .synopsis,
  .news-list-item .date,
  .news-list-item .more,
  .success-cases .swiper-slide {
    font-size: 14px;
  }

  .news-content-right-wechat img {
    width: 60%;
  }

  .success-cases-item {
    /*height: 4.9rem;*/
  }


  .success-cases-item-blurb span {
    font-size: 16px;
    margin: 8px 0;
    padding-bottom: 8px;
  }

  .success-cases-item-blurb p {
    font-size: 12px;
    line-height: 20px;
    /*height: 60px;*/
  }

  .success-cases .mySwiper {
    height: 40px;
  }

  .advantage-item {
    padding: 30px 0;
  }

  .advantage-item .cen {
    transform: scale(0.85);
    margin-bottom: 15px;
  }

  .advantage-item .bot {
    font-size: 14px;
  }

  .development-history {
    width: 1000px;
    margin-bottom: 40px;
  }

  .development-history-item:nth-child(1) {
    left: 30px;
    bottom: 12px;
  }

  .development-history-item:nth-child(2) {
    left: 112px;
    top: 64px;
  }

  .development-history-item:nth-child(3) {
    right: 328px;
    bottom: 33px;
  }

  .development-history-item:nth-child(4) {
    right: 100px;
    top: -10px;
  }

  .development-history-item:nth-child(5) {
    right: -67px;
    bottom: 130px;
  }

  .development-history-item .list ul li {
    font-size: 14px;
  }

  .development-history-item .title span {
    font-size: 16px;
  }

  .development-history-item .title span:first-child {
    font-size: 18px;
  }

  .company-profile-left-content p {
    font-size: 14px;
  }

  .company-profile-left-title {
    margin-bottom: 30px;
  }

  .corporate-culture-item-img {
    width: 78px;
    margin-bottom: 0;
  }

  .corporate-culture-item {
    padding: 30px 0;
  }

  .corporate-culture-item:hover .corporate-culture-item-img {
    position: relative;
    bottom: -70px;
    opacity: 0.3;
    transform: scale(1.8);
  }

  .corporate-culture-item:hover .corporate-culture-item-text {
    position: relative;
    bottom: 0;
  }

  .main-certificates-item,
  .corporate-culture-item-text span {
    font-size: 14px;
  }

  .corporate-culture-item-text .tit {
    font-size: 18px;
  }

  .enterprise-honor .mySwiper .swiper-slide span {
    font-size: 14px;
  }

  .enterprise-honor .swiper-box {
    width: 300px;
    padding: 15px 25px 35px 25px;
  }

  .enterprise-honor .mySwiper .swiper-slide img {
    width: 25px;
    margin-right: 10px;
  }

  .enterprise-honor {
    height: 220px;
  }

  .enterprise-honor .swiper-pagination {
    bottom: 8px;
    font-size: 12px;
  }

  .enterprise-honor .mySwiper .swiper-slide {
    height: 25%;
  }

  .content-container-title span {
    font-size: 26px;
  }

  .content-container-title p {
    font-size: 16px;
  }

  .i-news-center ul li:first-child .news-list-item {
    height: 470px;
  }

  .i-news-center ul li:not(:first-child) .news-list-item {
    height: 142px;
  }

  .i-about-us .us-tit {
    font-size: 14px;
  }

  .i-about-us .us-date {
    font-size: 30px;
  }

  .us-icon {
    width: 61px;
    height: 60px;
  }

  .i-about-us .bia {
    font-size: 26px;
  }

  .i-about-us ul {
    margin-top: 65px;
  }

  .i-more {
    width: 150px;
    line-height: 44px;
  }

  .mySwiper4 .swiper-slide .con p {
    font-size: 14px;
  }

  .mySwiper4 .swiper-slide .con span {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .mySwiper4 .swiper-slide .con {
    height: 235px;
    padding: 20px 30px;
  }

  .mySwiper4 .i-more {
    bottom: 20px;
    left: 30px;
  }

  .mySwiper3 .swiper-slide span {
    font-size: 12px;
  }

  .mySwiper4 {
    width: 92%;
    margin-top: 30px;
  }

  .i-more {
    width: 120px;
    line-height: 35px;
    font-size: 14px;
  }

  .i-banner-wrapper .swiper-slide .con span {
    font-size: 30px;
  }

  .i-banner-wrapper .swiper-slide .con p {
    font-size: 20px;
  }

  .main-wrapper {
    padding-top: 70px;
  }

  .functionSwiper .function-right .tit {
    font-size: 20px;
  }

  .functionSwiper .function-right p,
  .function-right-list ul li span,
  .systemSwiper .swiper-slide span {
    font-size: 14px;
  }

  .functionSwiper {
    margin-top: 40px;
  }

  .systemSwiper .swiper-slide {
    padding: 10px 0;
  }
}
.mySwiper4 .swiper-button-next:after,.mySwiper4 .swiper-button-prev:after{
   line-height:40px;
}

@media screen and (max-width:1024px) {
  .main-wrapper {
    max-width: 100%;
    min-width: 100%;
    padding-top: .88rem;
  }
.head-menu-item.active{
  height:auto;
}
.head-menu-item-link.act {
  background-color: #ffffff;
  color: #63b328;
}
  .header-wrapper {
    height: .88rem;
    padding: 0 .2rem;
  }
  .head-drop-down-menu-center ul li:last-child a{
    border-bottom: unset;
  }
  .header-logo {
    width: 2rem;

  }

  .header-logo img {
    /* filter: grayscale(100%) brightness(200%); */
    width: 100%;
  }

  .header-buttion {
    display: flex;
    align-items: center;
    width: .43rem;
    height: .23rem;
    border-radius: 100%;
  }

  .hamburger-menu {
    position: relative;
    background: #63b328;
    /* transition: all 0ms 300ms; */
  }

  .hamburger-menu,
  .hamburger-menu:after,
  .hamburger-menu:before {
    width: 100%;
    height: .04rem;
    border-radius: 2px;
  }



  .hamburger-menu.animate {
    background: rgba(255, 255, 255, 0);
  }

  .hamburger-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: .1rem;
    background: #63b328;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .hamburger-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: .1rem;
    background: #63b328;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .hamburger-menu.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .hamburger-menu.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .header-nav {
    z-index: 999;
    position: absolute;
    top: .85rem;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 300ms;
    background-color: rgba(0, 0, 0, 0.5);

  }
 .head-menu-item-link {
    position: relative;
  }
  .head-menu-item:nth-child(n+2) .head-menu-item-link::after {
   content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #63b328;
  }

  .head-menu-item {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ffffff;
    padding: 0 20px;
  }

  .head-menu-item-link {
    text-align: left;
    border-bottom: 1px solid #ccc;
  }


  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }



  .header-contact .sale {
    display: none;
  }

  .header-contact {
    font-size: 12px;
  }

  .header-contact .hotline img {
    width: .42rem;
    height: .4rem;
    margin-right: .2rem;
  }

  .header-contact .hotline {
    align-items: center;
  }

  .head-drop-down-menu-left,
  .head-drop-down-menu-right {
    display: none;
  }

  .head-menu-item-link {
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 14px;
  }

  .head-drop-down-menu-center .nav-title {
    display: none;
  }

  .head-drop-down-menu-center {
    width: 100%;
    padding: 0;
  }

  .head-drop-down-menu-center ul {
    margin: 0;
  }

  .head-drop-down-menu-center ul li {
    width: 100%;
  }

  .header-nav .menu-ul {
    background-color: #ffffff;
    box-shadow: inset 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
  }

  .head-drop-down-menu {
    position: unset;
    display: none;
    height: auto;
    box-shadow: none;
  }

  .header-nav .active .head-drop-down-menu {
    display: block;
    height: auto;
  }

  .header-nav .active .head-menu-item-link,
  .head-menu-item:hover .head-menu-item-link {
    background-color: #ffffff;
    color: #18283f;
  }

  .header-nav .active .head-menu-item-link {
    color: #63b328;
  }

  .head-menu-item.active .head-menu-item-link::after {
    content: '';
    transform: rotate(90deg);
  }

  .head-drop-down-menu-box {
    background-color: #faf8f8;
  }

  .head-drop-down-menu-center ul li a {
    padding: 0;
    margin: 0 20px;
    border-bottom: 1px solid #ccc;
  }

  .three-company-item-ul li:first-child .company-item .left,
  .three-company-item-ul li:first-child .company-item .right {
    float: unset;
    width: 100%;
  }

  .content-container-navigation {
    margin-bottom: 40px;
  }

  .news-content {
    width: 100%;
  }

  .news-content-left {
    width: 62%;
  }

  .news-content-right {
    width: 35%;
  }

  .success-cases-list ul li {
    width: 50%;
    margin-bottom: 10px;
  }

  .success-cases-item {
    /*height: 7.1rem;*/
  }



  .success-cases .mySwiper {
    width: 100%;
  }

  .development-history {
    width: 700px;
    margin-bottom: 40px;
  }

  .development-history-item:nth-child(1) {
    left: -34px;
    bottom: 0;
  }

  .development-history-item:nth-child(2) {
    left: 96px;
    top: 18px;
  }

  .development-history-item:nth-child(3) {
    right: 172px;
    bottom: 4px;
  }

  .development-history-item:nth-child(4) {
    right: 45px;
    top: -29px;
  }

  .development-history-item:nth-child(5) {
    right: -29px;
    bottom: 86px;
  }

  .development-history-item {
    transform: scale(0.8);
  }

  .development-history-item .list ul li {
    font-size: 14px;
  }

  .development-history-item .title span {
    font-size: 16px;
  }

  .development-history-item .title span:first-child {
    font-size: 18px;
    letter-spacing: 0;
  }

  .content-container-title span {
    font-size: 22px;
  }

  .content-container-title p {
    font-size: 14px;
  }

  .advantage-list {
    width: 100%;
  }

  .main-certificates {
    width: 100%;
    margin-bottom: 50px;
  }
  .product-center{
    margin-bottom: 50px;
  }
  .main-certificates-item img {
    width: 50px;
    margin-right: 20px;
  }

  .main-certificates-item span {
    font-size: 14px;
  }

  .main-certificates ul li {
    width: 48%;
  }

  .company-profile-left-title span:first-child {
    font-size: 16px;
    font-weight: bold;
  }

  .company-profile-left-content p {
    line-height: 1.7;
  }

  .company-profile {
    padding: 30px 40px;
  }

  .company-profile-right-video .video-js {
    width: 784px;
    height: 440px;
  }

  .corporate-culture,
  .enterprise-honor {
    width: 100%;
  }

  .content-container-title {
    width: 100%;
  }

  .news-list-item .title {
    font-size: 16px;
  }

  .i-news-center ul li:first-child {
    float: unset;
    width: 100%;
    margin-bottom: 20px;
  }

  .i-news-center ul li:not(:first-child) {
    float: unset;
    width: 100%;
  }

  .i-news-center ul li:first-child .news-list-item {
    height: auto;
  }

  .company-profile {
    width: 100%;
    margin-bottom: 50px;
  }

  .i-news-center,
  .corporate-culture,
  .enterprise-honor,
  .i-about-us {
    margin-bottom: 50px;
  }

  .content-container-title {
    margin-bottom: 25px;
  }

  .i-about-us .us-date {
    font-size: 24px
  }

  .i-about-us ul li:last-child .us-date::after {
    content: '大';
    font-size: 14px;
    font-weight: bold;
  }

  .i-success-cases {
    margin-bottom: 50px;
  }

  .i-product-service .mySwiper3 .ps-slide b {
    display: none;
  }

  .i-product-service .mySwiper3 {
    width: 90%;
  }

  .i-product-service {
    margin-bottom: 50px;
  }

  .mySwiper4 .swiper-slide .con p {
    line-height: 1.7;
  }

  .i-banner-wrapper .swiper-slide .con span {
    font-size: 26px;
  }

  .i-banner-wrapper .swiper-slide .con p {
    font-size: 20px;
  }

  .i-banner-wrapper {
    margin-bottom: 50px;
  }

  .success-cases-list ul li {
    display: flex;
    width: 33%;
    padding: 10px 5px 20px 5px;
  }

  .success-cases-item {
    height: auto;
  }

  .success-cases-item-blurb {
    position: unset;
    padding: 0;
  }

  .success-cases-item-blurb .elli {
    display: none;
  }

  .success-cases-item-blurb p {
    height: auto;
  }

  .product-banner-wrapper .swiper-slide .con p {
    font-size: 18px;
    margin-top: 20px;
  }

  .product-banner-wrapper .swiper-slide .con span {
    font-size: 24px;
  }

  .cooperate-item-content .entry {
    font-size: 12px;
  }

  .cooperate-item-content .title {
    font-size: 14px;
  }

  .cooperate-item-content {
    padding-left: 10%;
    line-height: 0.9;
  }

  .cooperate-item-content .title span {
    margin-right: 10px;
    margin-left: -10px;
  }

  .functionSwiper .swiper-slide {
    flex-direction: column-reverse;
    align-items: center;
  }

  .functionSwiper .function-right {
    width: 90%;
  }

  .function-right-list {
    position: unset;
  }

  .functionSwiper .function-left {
    display: none;
  }

  /* .functionSwiper .function-left{
    display: flex;
    align-items: center;
  } */
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 0 !important;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 0 !important;
  }
.pc {
  display: none!important;
}

.ph {
  display: block!important;
}
}


@media screen and (max-width:821px) {

  .cooperate-join {
    height: 2.4rem;
    margin-bottom: .4rem;
  }

  .cooperate-join span {
    font-size: .36rem;
    margin-bottom: .3rem;
  }

  .cooperate-join a img {
    width: 2.65rem;
  }

  .cooperate-board-from-input {
    flex-wrap: wrap;
    margin-bottom: .3rem;
  }

  .cooperate-board-item {
    width: 100%;
    margin-bottom: .2rem;
  }

  .cooperate-board-item span {
    font-size: 14px;
  }

  .cooperate-board-from-sub input {
    width: 1.8rem;
    padding: .15rem 0;
    font-size: 14px;
  }

  .footer-wrapper {
    margin-top: 1rem;
  }

  .footer-container {
    padding: 5% 5%;
  }

  .footer-logo {
    margin-bottom: .35rem;
  }

  .footer-logo img {
    width: 2rem;
  }

  .footer-hotline {
    font-size: 20px;
    margin-bottom: .2rem;
  }

  .footer-hotline span {
    font-size: 16px;
  }

  .footer-sale {
    font-size: 16px;
    line-height: 2;
  }

  .footer-right {
    align-items: center;
    justify-content: right;
  }

  .footer-right dl:nth-child(-n+3) {
    display: none;
  }

  .footer-right dl:nth-child(4) dt,
  .footer-right dl:nth-child(4) .non {
    display: none;
  }

  .footer-record span {
    display: block;
  }

  .footer-record {
    font-size: 14px;
    line-height: 2;
    padding: .2rem 0;
  }

  .cooperate-items {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .cooperate-item {
    width: 46%;
    margin-bottom: 30px;
  }

  .company-item-ul li {
    width: 47%;
    height: auto;
    margin-bottom: 30px;
    margin-right: 6%;
  }
  .company-item-ul li:nth-child(3n+3){
    margin-right: 6%;
  }
   .company-item-ul li:nth-child(even) {
    margin-right: 0%;
   }
  .company-item-ul .company-item {
    padding: 20px 25px;
  }

  .data-download ul {
    justify-content: space-between;
  }

  .data-download ul li {
    width: 46%;
  }

  .news-list ul li {
    width: 48%;
  }

  .main-certificates-item img {
    margin-right: 15px;
  }

  .company-profile-right-video .video-js {
    width: 660px;
    height: 375px;
  }

  .i-about-us ul li {
    padding: 0 20px;
  }

  .i-banner-wrapper .swiper-slide .con span {
    font-size: 18px;
  }

  .i-banner-wrapper .swiper-slide .con p {
    font-size: 14px;
  }
}

@media screen and (max-width:663px) {
  .pc {
    display: none;
  }

  .ph {
    display: block;
  }

  .cooperate-item {
    width: 60%;
  }

  .data-download ul li {
    width: 100%;
  }

  .data-download-item:hover {
    margin-top: 0;
  }

  .news-content-left {
    width: 100%;
  }

  .news-content-right {
    width: 100%;
    background-color: transparent;
    padding: 0;
    margin-top: 20px;
  }

  .news-content-right-wechat img {
    width: 30%;
  }

  .news-upanddown-up,
  .news-upanddown-down {
    display: flex;
  }

  .news-upanddown span {
    width: 60px;
  }

  .news-list-item span,
  .news-list-item .synopsis {
    margin-bottom: 5px;
  }

  .news-list-item .cover {
    margin-bottom: 15px;
  }

  .content-container-title span {
    font-size: 20px;
  }

  .content-container-title p {
    font-size: 14px;
    line-height: 1.6;
  }
  .content-container-title p b{
    display: inline;
  }
  .success-cases-list ul li {
    width: 100%;
  }

  .success-cases-item-blurb:hover p {
    /*height: auto;*/
  }

  .success-cases-item-blurb .elli {
    display: none;
  }

  .success-cases-item-blurb {
    position: unset;
    padding: 0;
  }

  .success-cases-item {
    height: auto;
  }

  .success-cases-item-blurb p {
    font-size: 14px;
    line-height: 2;
    height: auto;
  }

  .success-cases-item-blurb span {
    font-size: 18px;
    margin: 15px 0;
  }

  .success-cases .mySwiper {
    width: 100%;
    height: 100px;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }

  .success-cases .mySwiper .swiper-slide {
    height: 45px !important;
    margin-bottom: 10px;
    background-color: #f3f9ee;
  }

  .advantage-item {
    width: 48%;
    margin-bottom: 25px;
  }

  .development-history-item {
    position: unset;
  }

  .development-history-item {
    transform: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .development-history {
    width: 100%;
  }

  .development-history-item:nth-child(2),
  .development-history-item:nth-child(4) {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .development-history .m-fzlc-img {
    width: 100%;
  }

  .development-history-item .list {
    width: 70%;
  }

  .development-history-item .title {
    width: 25%;
    margin: 0;
    padding-top: 6px;
  }

  .development-history-list {
    margin-top: 30px;
  }

  .development-history-item .title span:first-child {
    font-size: 16px;
    text-align: left;
  }

  .development-history-item .title span {
    font-size: 14px;
    text-align: left;
  }

  .main-certificates ul li {
    width: 100%;
  }

  .company-profile-right-video .video-box {
    width: 100%;
  }

  .company-profile-right-video .video-js {
    width: 100%;
    /* height: auto; */
  }

  .company-profile-left,
  .company-profile-right {
    width: 100%;
  }

  .company-profile-left {
    margin-bottom: 20px;
  }

  .company-profile-right-bu .video-fm {
    border-radius: 5px;
  }

  .company-profile {
    width: 100%;
    padding: 35px 15px;
    margin-bottom: 50px;
    display: block;
  }

  .company-profile-left-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .company-profile-left-title::before {
    left: -8px;
    width: 60px;
    height: 47px;
  }

  .company-profile-left-title {
    padding-left: 55px;
  }

  .corporate-culture-list {
    flex-wrap: wrap;
  }

  .corporate-culture-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .corporate-culture {
    margin-bottom: 50px;
  }

  .company-profile-left-title {
    margin-top: 0;
  }

  .enterprise-honor {
    display: block;
    height: auto;
    margin-bottom: 50px;
  }

  .enterprise-honor .swiper-box {
    width: 100%;
    height: 260px;
  }

  .enterprise-honor .mySwiper .swiper-slide {
    padding-left: 3%;
  }

  .enterprise-honor .mySwiper .swiper-wrapper {
    height: 300px;
  }

  .i-partner ul li {
    width: 48%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-bottom: 15px;
  }

  .i-news-center ul li:not(:first-child) .news-list-item .synopsis,
  .i-news-center ul li .news-list-item .more {
    display: none;
  }

  .i-news-center ul li:not(:first-child) .news-list-item {
    height: auto;
    padding: 10px 20px;
  }

  .i-news-center ul li .news-list-item .title {
    overflow: hidden;
    text-overflow: unset;
    white-space: unset;
  }

  .i-news-center ul li .news-list-item .title {
    font-size: 14px;
  }

  .i-news-center ul li:not(:first-child) .news-list-item .cover {
    width: 29%;
  }

  .i-news-center ul li:first-child .news-list-item span,
  .i-news-center ul li:first-child .news-list-item .synopsis {
    margin-bottom: 3px;
  }

  .i-news-center {
    margin-bottom: 50px;
  }

  .i-about-us .bia {
    font-size: 18px;
  }

  .i-about-us .bia span {
    display: block;
  }

  .i-about-us ul {
    flex-wrap: wrap;
    margin-top: 44px;
    margin-bottom: 30px;
  }

  .i-about-us ul li {
    width: 50%;
    margin-bottom: 30px;
    padding: 0;
  }

  .i-about-us {
    margin-bottom: 50px;
  }

  .swiper-pagination.yz-pagination-bullets {
    display: none;
  }

  .i-success-cases .i-more {
    margin-top: 20px;
  }

  .i-success-cases {
    margin-bottom: 40px;
  }

  .mySwiper4 .swiper-slide .sp-slide {
    flex-direction: column-reverse;
  }

  .mySwiper4 .swiper-slide .con {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .mySwiper4 .swiper-slide img {
    width: 100%;
  }

  .mySwiper4 .i-more {
    position: unset;
    margin: 0;
    margin-top: 20px;
  }

  .mySwiper4 .swiper-slide .con span {
    font-size: 16px;
    font-weight: bold;
  }

  .mySwiper4 {
    margin-top: 25px;
  }

  .content-container-cp .content-container-title {
    width: 92%;
  }

  .i-banner-wrapper .swiper-slide {
    flex-direction: column-reverse;
    padding: 10% 5%;
  }

  .i-banner-wrapper .swiper-slide .con {
    width: 100%;
  }

  .i-banner-wrapper .swiper-slide .rimg {
    width: 80%;
    margin: 0 auto;
  }

  .i-banner-wrapper .swiper-slide .con p {
    margin-top: 15px;
  }

  .i-banner-wrapper .i-more {
    margin-top: 15px;
  }

  .i-banner-wrapper .swiper-pagination {
    display: block;
    bottom: 5%;
  }

  .yz-pagination-bullets .yz-bullet {
    width: 20px;
    height: 3px;
  }

  .i-product-bg {
    background: url(admin/fileadmin/upfile/images/i-cp-bg.png) no-repeat bottom;
    background-size: 100%;
  }

  .i-product-service .swiper-button-next,
  .i-product-service .swiper-button-prev {
    display: block;
    top: unset;
    bottom: 1.4rem;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
  }

  .i-product-service .swiper-button-next:after,
  .i-product-service .swiper-rtl .swiper-button-prev:after {
    font-size: 18px;
  }

  .i-product-service .swiper-button-prev:after,
  .i-product-service .swiper-rtl .swiper-button-next:after {
    font-size: 18px;
  }

  .product-banner-wrapper .swiper-slide .con {
    margin-top: 20px;
  }

  .product-banner-wrapper .swiper-slide .con p {
    font-size: 14px;
  }

  .cooperate-item-content {
    padding-left: 8%;
  }

  .cooperate-item-content .title {
    margin-bottom: 0;
  }

  .product-center img {
    width: 92%;
  }

  .systemSwiper .swiper-slide img {
    transform: scale(0.8);
  }

  .functionSwiper .function-right {
    width: 100%;
  }

  .functionSwiper {
    margin-top: 20px;
  }

  .functionSwiper .function-left {
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  .function-right-list ul {
    flex-wrap: wrap;
    justify-content: left;
  }

  .function-right-list ul li {
    width: 33%;
    margin-bottom: 15px;
  }

  .function-right-list ul li span {
    font-size: 12px;
    text-align: center;
  }

  .functionSwiper .function-right .tit,
  .functionSwiper .function-right p {
    margin-bottom: 13px;
  }

  .function-right-list {
    padding-top: 20px;
  }

  .functionSwiper .swiper-button-next,
  .functionSwiper .swiper-button-prev {
    top: unset;
    bottom: 20% !important;
    transform: scale(0.7);
  }
  .right-float{
    display: none;
  }

}

@media screen and (max-width:431px) {



  .banner-static-img-mobile img {
    display: block;
    width: 100%;
  }


  .banner-wrapper {
    margin-bottom: .55rem;
  }



  .content-container-title span {
    font-size: 18px;
  }

  .content-container-title p {
    font-size: 14px;
  }

  .three-company-item-ul li {
    margin-bottom: .3rem;
  }

  .three-company-item-ul .company-item .left {
    width: 100%;
    padding: .4rem .2rem;
  }

  .three-company-item-ul .company-item .right {
    width: 100%;
    position: unset;
    transform: unset;
  }

  .company-item .company-contact .name {
    font-size: 16px;
    margin-bottom: .2rem;
    padding-bottom: .1rem;
  }

  .company-item .company-contact span {
    font-size: 14px;
  }

  .company-item-ul li {
    width: 100%;
    margin-bottom: .3rem;
    margin-right: 0%;
  }
  .company-item-ul li:nth-child(3n+3){
    margin-right: 0%;
  }
  .company-item-ul .company-item .company-contact .name {
    font-size: 16px;
  }

  .company-item-ul li {
    height: auto;
  }

  .company-item-ul .company-item {
    padding: .55rem .5rem;
  }

  .cooperate-items {
    display: unset;
    margin-bottom: 0;
  }

  .cooperate-item {
    width: 100%;
    margin-bottom: .2rem;
  }





  .cooperate-item-content .title span {
    width: .6rem;
    height: .6rem;
    font-size: 18px;
    line-height: .6rem;
    margin-right: .2rem;
    margin-left: -.2rem;
  }

  .cooperate-item-content .entry {
    font-size: 14px;
    line-height: 1.1;
  }




  .header-contact {
    font-size: 12px;
  }

  .footer-hotline {
    font-size: 18px;
    margin-bottom: .2rem;
  }

  .footer-hotline span {
    font-size: 14px;
  }

  .footer-sale {
    font-size: 14px;
    line-height: 2;
  }

  .news-list ul li {
    width: 100%;
  }

  .advantage-item {
    padding: 25px 20px;
  }
  .systemSwiper .swiper-slide span{
    font-size: 12px;
  }
}