@charset "UTF-8";
body {
  min-width: 1220px;
}

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

@font-face {
  font-family: 'iconfont';
  /* Project id 3245349 */
  src: url("https://at.alicdn.com/t/font_3245349_11y53ti5glc.woff2?t=1651133675059") format("woff2"), url("https://at.alicdn.com/t/font_3245349_11y53ti5glc.woff?t=1651133675059") format("woff"), url("https://at.alicdn.com/t/font_3245349_11y53ti5glc.ttf?t=1651133675059") format("truetype");
}

.iconfont {
  font-family: "iconfont";
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#demo {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  padding-top: 20%;
  z-index: 9999999999;
  top: 0;
  left: 0;
}

#demo h3 {
  font-size: 24px;
}

#demo span {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  line-height: 25px;
}

#demo span a {
  color: #ff0080;
}

.intui {
  display: none;
}

.header {
  padding: 36px 0 20px 0;
}

.header .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.header .wrap .left {
  display: flex;
  align-items: center;
}

.header .wrap .left .logo {
  width: 310px;
  display: block;
}

.header .wrap .left .logo img {
  width: 100%;
  display: block;
}

.header .wrap .left .text {
  padding-left: 29px;
  margin-left: 29px;
  position: relative;
}

.header .wrap .left .text:before {
  content: "";
  display: block;
  width: 1px;
  height: 46px;
  background: #D8D8D8;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -23px;
}

.header .wrap .left .text h3 {
  font-size: 28px;
  color: #262626;
  line-height: 1.4;
}

.header .wrap .left .text .st {
  font-size: 16px;
  color: #262626;
  display: block;
  line-height: 2;
}

.header .wrap .right {
  display: flex;
  align-items: flex-start;
  align-items: flex-end;
}

.header .wrap .right .st {
  display: block;
  font-size: 13px;
  color: #262626;
  text-align: right;
}

.header .wrap .right .st .int {
  margin-top: 10px;
}

.header .wrap .right .st .int span {
  font-size: 24px;
  color: #225901;
  display: block;
  margin-top: 2px;
  line-height: 1;
  font-weight: bold;
}

.header .wrap .right .phone {
  display: block;
  margin-left: 14px;
  width: 50px;
  height: 50px;
}

.header .wrap .right .phone img {
  width: 100%;
  display: block;
}

.nav, .fixed-nav {
  display: block;
  background: #225901;
  position: relative;
}

.nav ul, .fixed-nav ul {
  display: flex;
  align-items: center;
  height: 74px;
  justify-content: space-between;
  position: relative;
  z-index: 99;
}

.nav ul li, .fixed-nav ul li {
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.nav ul li a, .fixed-nav ul li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.nav ul li a i, .fixed-nav ul li a i {
  width: 26px;
  height: 26px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #225901;
  border-radius: 50%;
  margin-right: 14px;
  font-size: 20px;
}

.nav ul li a:hover, .fixed-nav ul li a:hover {
  color: #ebcd06;
}

.nav ul li:nth-child(1):hover a, .fixed-nav ul li:nth-child(1):hover a {
  color: #fff;
}

.nav .navbgs, .fixed-nav .navbgs {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 79px;
  background: #225901;
  z-index: 9;
  width: 24vw;
}

.nav .navbgs:before, .fixed-nav .navbgs:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-color: #6E0000 transparent;
  border-width: 0 5px 5px 0;
  border-style: solid;
  position: absolute;
  right: -5px;
  top: 0;
}

.fixed-nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  border-bottom: 1px solid #6c6c6c;
}

.banner {
  height: 38.54166vw;
  width: 100%;
  min-height: 650px;
  position: relative;
  overflow: hidden;
}

.banner a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.banner .text .int {
  font-size: 50px;
  color: #fff;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 2px;
}

.banner .text .int b {
  color: #225901;
}

.banner .text .st {
  margin-top: 20px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 2.2;
  text-align: center;
  letter-spacing: 1px;
}

.banner .text .lins {
  width: 300px;
  margin-top: 30px;
}

.banner .text .slider-item {
  border: none;
  background-color: #225901;
}

.banner .banner-page {
  position: absolute;
  width: 100%;
  bottom: 15px;
  cursor: pointer;
  z-index: 999;
}

.banner .banner-page .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  margin: 0 5px;
}

.banner .banner-page .swiper-pagination-bullet-active {
  background-color: #225901;
  width: 16px;
  border-radius: 10px;
}

.search, .title2 {
  background-color: #f0f0f0;
}

.search .form, .title2 .form {
  display: flex;
  align-items: center;
  height: 80px;
  justify-content: space-between;
}

.search .form .left b, .title2 .form .left b {
  color: #225901;
  font-size: 18px;
  margin-right: 26px;
}

.search .form .left a, .title2 .form .left a {
  font-size: 16px;
  color: #595959;
  margin-right: 36px;
}

.search .form .left a:hover, .title2 .form .left a:hover {
  color: #225901;
}

.search .form .right, .title2 .form .right {
  width: 248px;
  height: 42px;
  background: #FFFFFF;
  border-radius: 20.5px;
  position: relative;
}

.search .form .right .input, .title2 .form .right .input {
  display: flex;
  align-items: center;
  width: 70%;
  height: 42px;
  border: none;
  margin-left: 20%;
  background: none;
  font-size: 14px;
  box-sizing: border-box;
}

.search .form .right .btns, .title2 .form .right .btns {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 99;
  opacity: 0;
  border: none;
  cursor: pointer;
}

.search .form .right .btns:hover + .icon, .title2 .form .right .btns:hover + .icon {
  color: #225901;
}

.search .form .right .icon, .title2 .form .right .icon {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 20px;
  top: 0;
  font-size: 18px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.serves {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.serves .boxs {
  flex: 1;
  height: 11.0416vw;
  min-height: 150px;
  background: #225901;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.serves .boxs:nth-child(even) {
  background: #205203;
}

.serves .boxs .top {
  display: flex;
  align-items: center;
}

.serves .boxs .top .timer {
  font-size: 56px;
  color: #FFFFFF;
  font-weight: bold;
  font-family: "Arial";
}

.serves .boxs .top span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 10px;
}

.serves .boxs .bottom {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 10px;
  margin-top: 8px;
}

.title {
  text-align: center;
  font-family: "微软雅黑";
}

.title h3 {
  font-weight: bold;
  font-size: 45px;
  color: #262626;
  padding-top: 10px;
  letter-spacing: 2px;
}

.title h3 b {
  color: #225901;
}

.title .ints {
  font-size: 20px;
  color: #262626;
  margin-top: 12px;
  display: block;
}

.title .line {
  width: 46px;
  height: 3px;
  background: #225901;
  display: block;
  margin: 0 auto;
  margin-top: 25px;
}

.solution {
  padding: 80px 0 45px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.solution ul {
  display: block;
  margin-left: -32px;
  padding-top: 18px;
}

.solution ul:after {
  content: '';
  display: block;
  clear: both;
}

.solution ul li {
  display: block;
  float: left;
  position: relative;
  margin-left: 32px;
  margin-top: 32px;

}

.solution ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.solution ul li a .img {
  width: 276px;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.solution ul li a .img img {
  width: 100%;
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.solution ul li a .text {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 72px;
  width: 100%;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  background: rgba(36, 38, 58, 0.8);
}

.solution ul li a:hover .text {
  height: 100%;
}

.solution ul li a:hover .img img {
  -webkit-transform: scale(1.13);
  -moz-transform: scale(1.13);
  -ms-transform: scale(1.13);
  -o-transform: scale(1.13);
  transform: scale(1.13);
}

.link {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link .left {
  display: flex;
  align-items: center;
}

.link .left img {
  margin-right: 20px;
  width: 50px;
  display: block;
}

.link .left .st {
  display: block;
  font-size: 16px;
  color: #262626;
}

.link .left .st .int {
  margin-top: 10px;
}

.link .left .st .int span {
  font-size: 24px;
  color: #225901;
  display: block;
  margin-top: 2px;
  line-height: 1;
  font-weight: bold;
}

.link .link-more {
  display: block;
  text-align: center;
  width: 213px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #FFFFFF;
  background: #C90F0E;
  border-radius: 25px;
  margin-left: 76px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.link .link-more i {
  font-size: 14px;
  color: #fff;
  margin-left: 25px;
  display: inline-block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.link .link-more:hover {
  background: #225901;
}

.link .link-more:hover i {
  margin-left: 40px;
}

.team .bd {
  display: block;
}

.team .bd .boxs {
  display: none;
  width: 100%;
}

.team .bd .boxs .img {
  width: 100%;
  height: 32.1875vw;
  min-height: 500px;
  overflow: hidden;
}

.team .bd .boxs .img img {
  width: 100%;
  display: block;
}

.team .hd {
  width: 100%;
  display: block;
}

.team .hd ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.team .hd ul li {
  flex: 1;
  min-height: 100px;
  height: 8.3333vw;
  background: #FAFAFA;
  box-sizing: border-box;
  position: relative;
}

.team .hd ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}

.team .hd ul li a .num {
  display: block;
  width: 44px;
  height: 32px;
  overflow: hidden;
  position: relative;
}

.team .hd ul li a .num .num1 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  z-index: 99;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.team .hd ul li a .num .num2 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  top: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.team .hd ul li a .text {
  font-size: 22px;
  color: #262626;
  display: block;
  margin-top: 14px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.team .hd ul li:nth-child(even) {
  background-color: #f3f3f3;
}

.team .hd ul li:before {
  content: "";
  display: block;
  width: 0;
  height: 8px;
  background: #225901;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.team .hd ul li:after {
  content: "";
  display: block;
  width: 0;
  height: 8px;
  background: #24263A;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.team .hd ul li.on a .num .num1 {
  opacity: 0;
  top: 0%;
  visibility: hidden;
}

.team .hd ul li.on a .num .num2 {
  top: 0%;
  opacity: 1;
  visibility: visible;
}

.team .hd ul li.on a .text {
  color: #225901;
}

.team .hd ul li.on:before {
  width: 16.66666%;
}

.team .hd ul li.on:after {
  width: 82.083%;
}

.case {
  padding: 90px 0 14px 0;
}

.case .hd {
  display: block;
}

.case .hd ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.case .hd ul li {
  width: 216px;
  height: 76px;
  background: #e6e6e6;
  border-radius: 3px;
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #262626;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
  border-radius: 5px;
}

.case .hd ul li.on {
  background: #225901;
  color: #fff;
}

.case .bd .boxs {
  display: block;
  position: relative;
}

.case .bd .boxs::after {
  content: '';
  display: block;
  clear: both;
}

.case .bd .boxs ul {
  float: right;
  width: 51.45833vw;
  margin-top: -0.7vw;
  min-width: 620px;
}

.case .bd .boxs ul::after {
  content: '';
  display: block;
  clear: both;
}

.case .bd .boxs ul li {
  width: 25vw;
  height: 15.625vw;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  float: left;
  min-width: 295px;
  min-height: 190px;
  margin-top: 0.72916vw;
  margin-left: 0.72916vw;
}

.case .bd .boxs ul li a {
  width: 100%;
  height: 100%;
  display: block;
}

.case .bd .boxs ul li .img {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.case .bd .boxs ul li:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
  width: 47vw;
  height: 31.9791666vw;
  margin-top: 0;
  min-width: 590px;
  min-height: 390px;
}

.case .bd .boxs ul li .text {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 1vw 1vw 1.15vw 2.1875vw;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(36, 38, 58, 0.8);
  color: #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.case .bd .boxs ul li .text h3 {
  width: 50px;
  font-size: 18px;
  font-weight: normal;
}

.case .bd .boxs ul li .text .int {
  margin-left: 32px;
  padding-left: 32px;
  border-left: 1px dashed rgba(255, 255, 255, 0.5);
  height: 66px;
  display: flex;
  align-items: center;
  width: 60%;
}

.case .bd .boxs ul li .text .int .bt {
  font-size: 18px;
  color: #FFFFFF;
  width: 180px;
  line-height: 1.6;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.case .bd .boxs ul li .text .int .st {
  display: none;
}

.case .bd .boxs ul li:nth-child(1) .text .int {
  width: 100%;
  display: block;
}

.case .bd .boxs ul li:nth-child(1) .text .int .bt {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.case .bd .boxs ul li:nth-child(1) .text .int .st {
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.case .bd .boxs ul li:nth-child(3) .text {
  background: rgba(36, 38, 58, 0.8);
}

.case .bd .boxs ul li:nth-child(4) .text {
  background: rgba(36, 38, 58, 0.8);
}

.case .bd .boxs ul li:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.linking {
  display: block;
}

.linking img {
  width: 100%;
  display: block;
}

.honor {
  display: block;
}

.honor .list {
  width: 100%;
  height: 540px;
  padding: 65px 0;
  box-sizing: border-box;
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 18px;
  /* 设置按钮大小 */
}

.honor .list .swiper {
  width: 100%;
  height: 400px;
  flex-wrap: wrap;
  flex-direction: column;
}

.honor .list .swiper .swiper-slide {
  width: 100%;
  display: flex;
  /*height: 170px;*/
}

.honor .list .swiper .swiper-slide img {
  max-width: 100%;
  /*height: 100%;*/
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.honor .list .swiper .swiper-slide:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.honor .list .swiper-button-prev {
  left: -100px;
  background: #225901;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.honor .list .swiper-button-prev:hover {
  background: #FECA13;
}

.honor .list .swiper-button-next {
  right: -100px;
  background: #225901;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.honor .list .swiper-button-next:hover {
  background: #FECA13;
}

.advantage .hd ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.advantage .hd ul li {
  display: block;
  width: 285px;
  height: 160px;
  background: #E6E6E6;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
  justify-content: center;
  flex-direction: column;
  margin: 0 8px;
}

.advantage .hd ul li .img {
  width: 54px;
  height: 54px;
  overflow: hidden;
}

.advantage .hd ul li .img img {
  max-width: 98%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.advantage .hd ul li h3 {
  font-size: 26px;
  color: #585455;
  margin-top: 10px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.advantage .hd ul li .st {
  text-transform: uppercase;
  font-size: 12px;
  color: #585455;
  line-height: 1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.advantage .hd ul li.on {
  background: #225901;
}

.advantage .hd ul li.on .img img {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.advantage .hd ul li.on .img img:nth-child(1) {
  opacity: 0;
}

.advantage .hd ul li.on .img img:nth-child(2) {
  opacity: 1;
}

.advantage .hd ul li.on h3 {
  color: #fff;
}

.advantage .hd ul li.on .st {
  color: #fff;
}

.advantage .bd {
  margin-top: 24px;
  width: 100%;
  overflow: hidden;
}

.advantage .bd .boxs {
  display: none;
}

.advantage .bd .swiper {
  padding: 30px 0;
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 18px;
  /* 设置按钮大小 */
}

.advantage .bd .swiper .swiper-button-prev {
  background: #225901;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.advantage .bd .swiper .swiper-button-prev:hover {
  background: #FECA13;
}

.advantage .bd .swiper .swiper-button-next {
  background: #225901;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.advantage .bd .swiper .swiper-button-next:hover {
  background: #FECA13;
}

.advantage .bd .swiper-slide {
  width: 1220px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.advantage .bd .swiper-slide .content {
  display: flex;
  width: 100%;
}

.advantage .bd .swiper-slide .content a {
  display: block;
}

.advantage .bd .swiper-slide .content .img {
  width: 585px;
  height: 440px;
  overflow: hidden;
  position: relative;
}

.advantage .bd .swiper-slide .content .img img {
  width: 100%;
  display: block;
}

.advantage .bd .swiper-slide .content .img .num {
  width: 80px;
  height: 80px;
  background: #225901;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  font-family: "arial";
}

.advantage .bd .swiper-slide .content .text {
  width: 635px;
  padding: 45px 70px;
  box-sizing: border-box;
}

.advantage .bd .swiper-slide .content .text h3 {
  font-size: 32px;
  color: #3a3a3a;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.advantage .bd .swiper-slide .content .text .sting {
  font-size: 14px;
  color: #585455;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin-top: 5px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.advantage .bd .swiper-slide .content .text .line {
  width: 100%;
  height: 1px;
  background: #E4E4E4;
  margin: 20px 0;
}

.advantage .bd .swiper-slide .content .text .inting {
  padding-left: 40px;
  position: relative;
  font-size: 15px;
  color: #262626;
  line-height: 31px;
  min-height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.advantage .bd .swiper-slide .content .text .inting:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/gou-icon.png);
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.advantage .bd .swiper-slide .content .text .link {
  margin-top: 40px;
}

.advantage .bd .swiper-slide .content .text .link .left .st {
  font-size: 15px;
}

.advantage .bd .swiper-slide .content .text .link .left .int span {
  font-size: 18px;
  color: #333;
}

.advantage .bd .swiper-slide.my-bullet-active {
  box-shadow: 0px 5px 15px 2px rgba(200, 200, 200, 0.5);
}

.advantage .bd .swiper-slide:nth-child(1) .content {
  flex-direction: row-reverse;
}

.advantage .bd .swiper-slide:hover .content .text h3 {
  color: #225901;
}

.advantage .bd .swiper-slide:hover .content .text .sting {
  color: #225901;
}

.choice {
  margin-top: 70px;
  padding-top: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.choice .title h3 {
  color: #fff;
}

.choice .title .ints {
  color: #fff;
}

.choice .img {
  display: block;
  margin-top: 30px;
}

.choice .img img {
  width: 100%;
  display: block;
}

.dynamic {
  display: block;
  padding: 80px 0;
  background: #edeef3;
}

.dynamic .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 150px;
}

.dynamic .list .left {
  width: 370px;
  display: block;
}

.dynamic .list .left a {
  display: block;
}

.dynamic .list .left .img {
  width: 100%;
  height: 230px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dynamic .list .left .img img {
  max-width: 100%;
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.dynamic .list .left .text {
  display: block;
  padding: 16px 22px;
  background: #fff;
}

.dynamic .list .left .text .st {
  color: #8C8C8C;
  font-size: 14px;
}

.dynamic .list .left .text h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  height: 48px;
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 18px 0;
}

.dynamic .list .left .text .int {
  color: #8C8C8C;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dynamic .list .left:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.dynamic .list .left:hover h3 {
  color: #225901;
}

.dynamic .list .center {
  width: 800px;
}

.dynamic .list .center ul {
  margin-top: -32px;
}

.dynamic .list .center ul li {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dynamic .list .center ul li .time {
  width: 80px;
  height: 80px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #CFCFCF;
  font-family: "Arial";
}

.dynamic .list .center ul li .time a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.dynamic .list .center ul li .time span {
  font-size: 30px;
  line-height: 1.2;
}

.dynamic .list .center ul li .text {
  width: 700px;
}

.dynamic .list .center ul li .text h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.dynamic .list .center ul li .text .int {
  margin-top: 8px;
  color: #8C8C8C;
  height: 40px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dynamic .list .center ul li:hover .time {
  background: #225901;
}

.dynamic .list .center ul li:hover .time a {
  color: #fff;
}

.dynamic .list .center ul li:hover .text h3 a {
  color: #225901;
}

.dynamic .list .center ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.dynamic .list .right {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: -110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dynamic .list .right a {
  width: 216px;
  height: 76px;
  background: #fff;
  border-radius: 3px;
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #262626;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
  border-radius: 5px;
}

.dynamic .list .right a img {
  width: 100%;
  display: none;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.dynamic .list .right a span {
  display: inline-block;
}

.dynamic .list .right a:hover {
  color: #fff;
  background: #225901;
}

.dynamic .list .right a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.myout {
  display: block;
  background: #f0f2f5;
  padding-bottom: 10px;
}

.myout .img {
  width: 100%;
  display: block;
  position: relative;
}

.myout .img img {
  width: 100%;
  display: block;
}

.myout .img .st {
  position: absolute;
  left: 0%;
  margin-left: 100px;
  width: 246px;
  height: 264px;
  background: #225901;
  top: -20px;
  z-index: 99;
  padding: 0 33px;
  box-sizing: border-box;
}

.myout .img .st:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: 8px solid #6E0000;
  border-left: 7px solid transparent;
  border-top: 14px solid transparent;
  position: absolute;
  left: -14px;
  top: 0;
}

.myout .img .st h3 {
  padding-top: 56px;
  font-size: 28px;
  color: #fff;
}

.myout .img .st .int {
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 20px;
}

.myout .img .st .line {
  width: 37px;
  height: 4px;
  background: #FFFFFF;
  margin-top: 25px;
}

.myout .text {
  margin-top: -50px;
  background: #fff;
  padding: 52px 85px;
  box-sizing: border-box;
  position: relative;
  z-index: 99;
}

.myout .text a {
  display: block;
  position: relative;
  color: #262626;
  font-size: 16px;
  line-height: 32px;
}

.myout .text a p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.myout .text a i {
  position: absolute;
  left: -25px;
  top: 9px;
  width: 5px;
  height: 17px;
  background: #CC0000;
}

.myout .yin {
  width: 992px;
  height: 20px;
  background: #000000;
  opacity: 0.67;
  filter: blur(10px);
  margin: 0 auto;
  margin-top: -10px;
}

.myout .list {
  margin-top: 30px;
  width: 100%;
  height: 315px;
  overflow: hidden;
}

.myout .list .bd {
  width: 100%;
}

.myout .list .bd .tempWrap {
  width: 100% !important;
}

.myout .list .bd ul li {
  width: 375px;
  height: 315px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

.myout .list .bd ul li img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.footer {
  display: block;
}

.footer .top {
  width: 100%;
  height: 70px;
  background: #225901;
}

.footer .top .wrap {
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .top .wrap .left {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  max-width: 70%;
}

.footer .top .wrap .left b {
  font-size: 16px;
}

.footer .top .wrap .left a {
  color: #FFFFFF;
  margin-left: 36px;
}

.footer .top .wrap .left a:hover {
  color: #FECA13;
}

.footer .top .wrap .right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 100%;
  background: #e7c902;
  font-size: 16px;
  color: #FFFFFF;
}

.footer .top .wrap .right i {
  animation: round 0.8s linear infinite;
  -webkit-animation: round 0.8s linear infinite;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  /* Safari Ã¥â€™Å’ Chrome */
  margin-left: 50px;
  font-size: 14px;
  display: block;
}

.footer .bottom {
  background: #262626;
  padding-top: 60px;
}

.footer .bottom a:hover {
  color: #fff !important;
}

.footer .bottom .wrap {
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.footer .bottom .wrap h3 {
  color: #CCCCCC;
  font-size: 16px;
  padding-bottom: 10px;
}

.footer .bottom .wrap .left {
  display: block;
}

.footer .bottom .wrap .left ul {
  display: flex;
}

.footer .bottom .wrap .left ul li {
  display: block;
  margin-right: 64px;
}

.footer .bottom .wrap .left ul li a {
  font-size: 14px;
  color: #A9B3B3;
  display: block;
  margin-top: 15px;
}

.footer .bottom .wrap .left ul li:last-child {
  margin-right: 45px;
}

.footer .bottom .wrap .center {
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  height: 180px;
  padding-left: 60px;
  display: flex;
  align-items: center;
}

.footer .bottom .wrap .center ul {
  display: flex;
}

.footer .bottom .wrap .center ul li {
  display: block;
  margin-right: 45px;
}

.footer .bottom .wrap .center ul li img {
  width: 95px;
  height: 95px;
  background: #FFFFFF;
  border-radius: 6px;
  margin: 0 auto;
  display: block;
}

.footer .bottom .wrap .center ul li span {
  display: block;
  text-align: center;
  margin-top: 8px;
  color: #A9B3B3;
  font-size: 14px;
}

.footer .bottom .wrap .right {
  width: 270px;
  display: block;
  margin-left: 45px;
}

.footer .bottom .wrap .right h3 {
  margin-bottom: 10px;
}

.footer .bottom .wrap .right .int {
  color: #A9B3B3;
  font-size: 14px;
  margin-bottom: 16px;
}

.footer .bottom .wrap .right a {
  color: #A9B3B3;
}

.footer .bottom .last {
  line-height: 22px;
  padding-bottom: 20px;
  color: #CCCCCC;
  font-size: 12px;
}

.footer .bottom .last a {
  color: #CCCCCC;
}

@keyframes round {
  0% {
    transform: rotate(90deg) translateY(0px);
    -webkit-transform: rotate(90deg) translateY(0px);
    /* Safari 与 Chrome */
  }
  100% {
    transform: rotate(90deg) translateY(-15px);
    -webkit-transform: rotate(90deg) translateY(-15px);
    /* Safari 与 Chrome */
  }
}

@-webkit-keyframes round /* Safari 与 Chrome */ {
  0% {
    transform: rotate(90deg) translateY(0px);
    -webkit-transform: rotate(90deg) translateY(0px);
    /* Safari 与 Chrome */
  }
  100% {
    transform: rotate(90deg) translateY(-15px);
    -webkit-transform: rotate(90deg) translateX(-15px);
    /* Safari 与 Chrome */
  }
}

.inner-banner {
  width: 100%;
  height: 460px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.inner-banner .wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.inner-banner .wrap h3 {
  font-size: 52px;
  color: #FFFFFF;
}

.inner-banner .wrap .st {
  font-size: 14px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 730px;
  line-height: 30px;
}

.title2 .form .left a {
  margin-right: 0;
}

.title2 .form .left i {
  display: inline-block;
  margin: 0 10px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
}

.inner-content {
  padding: 30px 0 70px 0;
  background: #F5F5F5;
}

.inner-content .new-con {
  display: flex;
  justify-content: space-between;
}

.inner-content .new-con .left {
  background: #fff;
  width: 925px;
  padding: 50px 30px;
  box-sizing: border-box;
}

.inner-content .new-con .left .tit {
  font-size: 26px;
  color: #262626;
  line-height: 35px;
}

.inner-content .new-con .left .st {
  color: #A0A0A0;
  line-height: 24px;
  padding: 18px 0;
  border-bottom: 2px solid #f0f0f0;
}

.inner-content .new-con .left .st span {
  margin-right: 40px;
}

.inner-content .new-con .left .con {
  font-size: 16px;
  color: #262626;
  line-height: 30px;
  padding: 50px 0;
  border-bottom: 2px solid #f0f0f0;
  overflow: hidden;
}

.inner-content .new-con .left .con img {
  max-width: 100%;
}

.inner-content .new-con .right {
  width: 230px;
}

.inner-content .new-con .right h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #262626;
  font-size: 18px;
}

.inner-content .new-con .right h3 i {
  font-weight: normal;
  display: block;
  font-size: 21px;
}

.inner-content .new-con .right ul {
  background: #fff;
  padding: 20px 16px;
  box-sizing: border-box;
  margin-top: 20px;
}

.inner-content .new-con .right ul li {
  width: 100%;
  margin-bottom: 25px;
}

.inner-content .new-con .right ul li a {
  display: block;
}

.inner-content .new-con .right ul li .img {
  width: 100%;
  height: 345px;
  overflow: hidden;
  display: block;
}

.inner-content .new-con .right ul li .img img {
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  display: block;
}

.inner-content .new-con .right ul li .text {
  margin-top: 10px;
  font-size: 14px;
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: block;
  height: 24px;
  line-height: 24px;
}

.inner-content .new-con .right ul li:hover .img img {
  -webkit-transform: scale(1.13);
  -moz-transform: scale(1.13);
  -ms-transform: scale(1.13);
  -o-transform: scale(1.13);
  transform: scale(1.13);
}

.inner-content .new-con .right ul li:hover .text {
  color: #225901;
}

.new-list {
  display: block;
}

.new-list:after {
  content: '';
  display: block;
  clear: both;
}

.new-list .lefts {
  width: 284px;
  background: #225901;
  padding: 20px 0 20px 6px;
}

.new-list .lefts h3 {
  padding-left: 30px;
  font-size: 27px;
  color: #FFFFFF;
}

.new-list .lefts .st {
  padding-left: 30px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 6px;
  text-transform: uppercase;
}

.new-list .lefts ul {
  margin-top: 20px;
  background: #fff;
  padding: 12px 0;
}

.new-list .lefts ul li {
  display: flex;
  align-items: center;
  height: 65px;
}

.new-list .lefts ul li a {
  font-size: 18px;
  padding-left: 50px;
  color: #9F9F9F;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.new-list .lefts ul li a span {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.new-list .lefts ul li a span:before {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #D8D8D8;
  position: absolute;
  left: -16px;
  top: 50%;
}

.new-list .lefts ul li a i {
  margin-left: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #BFBFBF;
  border-radius: 50%;
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-weight: normal;
}

.new-list .lefts ul li.on a {
  padding-left: 25px;
  font-weight: bold;
  color: #225901;
}

.new-list .lefts ul li.on a span:before {
  display: none;
}

.new-list .lefts ul li.on a i {
  margin-left: 120px;
  opacity: 1;
}

.new-list .lefts ul li.ins a {
  color: #225901;
}

.new-list .lefts ul li.ins a span:before {
  display: none;
}

.new-list .lefts ul li.ins a i {
  opacity: 0;
}

.new-list .lefts ul li:nth-child(1):hover a i {
  opacity: 1;
}

.new-list .lefts ul li:hover a {
  color: #225901;
}

.new-list .lefts ul li:hover a span:before {
  display: none;
}

.new-list .lefts ul li:hover a i {
  opacity: 0;
}

.new-list .lefts .link {
  margin-top: 20px;
}

.new-list .lefts .link .left .st {
  padding-left: 0;
}

.new-list .lefts .link .left .st span {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 5px;
  display: block;
}

.new-list .rights {
  width: 886px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  padding: 25px 30px;
  box-sizing: border-box;
}

.new-list .rights ul {
  display: block;
}

.new-list .rights ul li {
  width: 100%;
  margin-top: 30px;
  padding: 30px;
  box-sizing: border-box;
  background: #F5F5F5;
  border: 1px solid #f5f5f5;
}

.new-list .rights ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 999;
}

.new-list .rights ul li a .img {
  width: 275px;
  height: 170px;
  overflow: hidden;
}

.new-list .rights ul li a .img img {
  max-width: 100%;
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.new-list .rights ul li a .text {
  width: 460px;
}

.new-list .rights ul li a .text h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #262626;
  font-size: 20px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.new-list .rights ul li a .text .st {
  color: #8C8C8C;
  font-size: 14px;
  margin: 10px 0 15px 0;
  display: block;
}

.new-list .rights ul li a .text .int {
  color: #555555;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.new-list .rights ul li:hover .img img {
  -webkit-transform: scale(1.13);
  -moz-transform: scale(1.13);
  -ms-transform: scale(1.13);
  -o-transform: scale(1.13);
  transform: scale(1.13);
}

.new-list .rights ul li:hover .text h3 {
  color: #225901;
}

.title3 {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  color: #262626;
  line-height: 35px;
  padding-bottom: 13px;
  position: relative;
}

.title3:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  bottom: -3px;
  left: 0;
  position: absolute;
  background: #225901;
}

.lines {
  width: 100%;
  height: 3px;
  background: #F0F0F0;
}

.btn-border-o {
  position: relative;
}

.btn-border-o:before, .btn-border-o:after {
  content: '';
  border-style: solid;
  position: absolute;
  z-index: 5;
  border-radius: 3px;
  box-sizing: content-box;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-border-o:before {
  width: 0;
  height: 100%;
  border-width: 1px 0 1px 0;
  top: -1px;
  left: 0;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.btn-border-o:after {
  width: 100%;
  height: 0;
  border-width: 0 1px 0 1px;
  top: 0;
  left: -1px;
}

.btn-border-o:hover:before {
  width: 100%;
}

.btn-border-o:hover:after {
  height: 100%;
}

.btn-border-o.btn-purple:before, .btn-border-o.btn-purple:after {
  border-color: #225901;
}

.lining {
  width: 200px;
  margin-top: 30px;
}

.lining .slider-item {
  border: none;
  background-color: #225901;
}

.case-banner {
  height: 780px;
}

.case-banner .caseTop {
  margin-top: 60px;
}

.case-banner .caseTop .swiper-slide {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.13);
}

.case-banner .caseTop .swiper-slide a {
  display: block;
  background: #fff;
  padding: 50px 25px;
  box-sizing: border-box;
}

.case-banner .caseTop .swiper-slide a h6 {
  font-size: 24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.case-banner .caseTop .swiper-slide a .out {
  font-size: 14px;
  color: #333;
  line-height: 28px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.case-banner .caseTop .swiper-slide a:hover h6 {
  color: #225901;
}

.swiper-arrow {
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 18px;
  /* 设置按钮大小 */
}

.swiper-arrow .swiper-button-prev {
  left: -100px;
  background: #225901;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.swiper-arrow .swiper-button-prev:hover {
  background: #FECA13;
}

.swiper-arrow .swiper-button-next {
  right: -100px;
  background: #225901;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.swiper-arrow .swiper-button-next:hover {
  background: #FECA13;
}

.one-stop {
  margin-top: 30px;
}

.one-stop ul {
  margin-left: -20px;
}

.one-stop ul:after {
  content: '';
  display: block;
  clear: both;
}

.one-stop ul li {
  margin-left: 20px;
  margin-top: 20px;
  height: 225px;
  width: 590px;
  float: left;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.one-stop ul li a {
  display: block;
}

.one-stop ul li .img {
  width: 215px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.one-stop ul li .img a {
  width: 100%;
  height: 100%;
}

.one-stop ul li .img img {
  max-width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.one-stop ul li .text {
  background: #f6f6f6;
  width: 375px;
  height: 100%;
  padding: 20px 25px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}

.one-stop ul li .text h3 {
  color: #262626;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.one-stop ul li .text .time {
  color: #8C8C8C;
  font-size: 14px;
  margin: 15px 0;
  display: block;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.one-stop ul li .text .st {
  font-size: 14px;
  color: #262626;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 84px;
}

.one-stop ul li:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.one-stop ul li:hover .text {
  background: #ececec;
}

.one-stop ul li:hover .text h3 {
  color: #225901;
}

.gctc {
  padding: 50px 0;
  font-size: 16px;
  color: #333;
  min-height: 300px;
  line-height: 30px;
}

.xgal {
  padding: 20px 0;
}

.xgal h4 {
  margin-top: 30px;
  width: 100%;
  font-size: 26px;
  color: #262626;
  border-bottom: 1px solid #eee;
}

.xgal h4 span {
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}

.xgal h4 span:before {
  content: '';
  width: 100%;
  height: 3px;
  background: #BB1D18;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.xgal ul {
  margin-top: 20px;
  display: block;
  margin-left: -15px;
}

.xgal ul:after {
  content: '';
  display: block;
  clear: both;
}

.xgal ul li {
  width: 280px;
  background: #fff;
  position: relative;
  float: left;
  margin-left: 15px;
  margin-bottom: 20px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.13);
}

.xgal ul li .img {

  height: 450px;
    width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.xgal ul li .img img {
  width: 100%;
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.xgal ul li .text {
  display: block;
  padding: 15px 15px 15px  15px;
  box-sizing: border-box;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.xgal ul li .text h3 {
  font-size: 20px;
  color: #262626;
  line-height: 27px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.xgal ul li .text .st {
  color: #262626;
  font-size: 14px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  line-height: 28px;
  height: 84px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.xgal ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  background: #225901;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: absolute;
  left: 0;
  bottom: 0;
}

.xgal ul li:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.xgal ul li:hover .text h3 {
  color: #225901;
}

.xgal ul li:hover:after {
  height: 6px;
}

.title4 {
  margin: 30px 0;
}

.title4 ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title4 ul li {
  background: #E6E6E6;
  margin: 0 15px;
  font-size: 18px;
  box-sizing: border-box;
}

.title4 ul li a {
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 50px;
  justify-content: center;
  border: 1px solid #e6e6e6;
  position: relative;
  z-index: 999;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.title4 ul li a i {
  color: #8F8F8F;
  margin-right: 10px;
  font-size: 24px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.title4 ul li.on {
  background: #225901;
}

.title4 ul li.on a {
  color: #fff;
}

.title4 ul li.on a i {
  color: #fff;
}

.title4 ul li.on:hover a {
  color: #fff;
}

.title4 ul li.on:hover a i {
  color: #fff;
}

.title4 ul li:hover a {
  color: #225901;
}

.title4 ul li:hover a i {
  color: #225901;
}

.culture {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0 85px 0;
}

.culture .bgimg {
  position: absolute;
  left: 50%;
  bottom: 330px;
  right: 0;
  max-height: 20.3125vw;
  overflow: hidden;
}

.culture .bgimg img {
  width: 100%;
  display: block;
}

.culture .wrap {
  display: flex;
  align-items: flex-end;
}

.culture .left h3 {
  font-size: 38px;
  color: #262626;
}

.culture .left h3 b {
  color: #225901;
}

.culture .left .st {
  font-size: 20px;
  color: #262626;
  margin-top: 15px;
  margin-bottom: 40px;
}

.culture .left .img {
  width: 100%;
  height: 245px;
  overflow: hidden;
}

.culture .left .img img {
  width: 100%;
  display: block;
}

.culture .right {
  display: block;
}

.culture .inbox ul {
  display: flex;
  align-items: center;
}

.culture .inbox ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 300px;
  height: 245px;
  background: #FFFFFF;
}

.culture .inbox ul li .num {
  position: relative;
  font-size: 78px;
  color: #F2F2F2;
  color: #f2f2f2;
  font-family: "arial";
  line-height: 1;
  font-weight: bold;
}

.culture .inbox ul li h5 {
  font-size: 24px;
  color: #000000;
  line-height: 33px;
  background: #fff;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-top: -25px;
  position: relative;
  z-index: 99;
}

.culture .inbox ul li .int {
  font-size: 16px;
  color: #262626;
  line-height: 32px;
  margin-top: 5px;
}

.culture .inbox ul li:nth-child(2) {
  background: #EEEEEE;
}

.culture .inbox ul li:nth-child(2) .num {
  color: #fff;
}

.culture .inbox ul li:nth-child(2) h5 {
  background: #eee;
}

.tiem {
  margin-top: 35px;
}

.tiem ul {
  margin-left: -21px;
}

.tiem ul:after {
  content: '';
  display: block;
  clear: both;
}

.tiem ul li {
  float: left;
  margin-top: 15px;
  margin-left: 21px;
  width: 386px;
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.13);
}

.tiem ul li a {
  display: block;
}

.tiem ul li a .img {
  width: 100%;
  height: 260px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tiem ul li a .img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.tiem ul li a .text {
  display: block;
  font-size: 18px;
  color: #262626;
  line-height: 27px;
  margin: 15px 0 10px 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.tiem ul li:hover a .img img {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.tiem ul li:hover a .text {
  color: #225901;
}

.tiem ul li:hover:after {
  height: 6px;
}

.tiem ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  background: #225901;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.showBigImg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999999;
}

.showBigImg .closeBigImg {
  position: absolute;
  right: 35px;
  top: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #225901;
  font-size: 24px;
  color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.showBigImg .closeBigImg:hover {
  transform: rotate(180deg);
  font-size: 34px;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
}

.showBigImg .showBigImgWrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.showBigImg .showBigImgWrap .allImgBox {
  position: relative;
  width: 100%;
  height: 100%;
}

.showBigImg .showBigImgWrap .allImgBox .imgIte {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

.showBigImg .showBigImgWrap .allImgBox .imgIte .smboxs {
  width: 880px;
  background: #fff;
  box-sizing: border-box;
  padding: 30px 30px 10px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -440px;
  margin-top: -375px;
  border-radius: 3px;
}

.showBigImg .showBigImgWrap .allImgBox .imgIte img {
  max-width: 100%;
  height: 570px;
  display: block;
  margin: 0 auto;
}

.showBigImg .showBigImgWrap .allImgBox .imgIte h3 {
  padding-left: 15px;
  border-left: 3px solid #225901;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  font-size: 20px;
  margin: 25px 0 20px 0;
}

.showBigImg .showBigImgWrap .allImgBox .imgIte .int {
  display: block;
  font-size: 15px;
  color: #333;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}

.showBigImg .swiper-button-next, .showBigImg .swiper-button-prev {
  color: #fff !important;
}

.our {
  position: relative;
  background: #f5f5f5;
}

.our .lefts {
  position: absolute;
  left: 0;
  width: 50vw;
  top: 0;
  height: 560px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.our .right {
  float: right;
  width: 600px;
  padding: 50px 0px 50px 60px;
  box-sizing: border-box;
}

.our .right h3 {
  font-size: 29px;
  color: #262626;
  line-height: 39px;
}

.our .right h3 b {
  color: #225901;
}

.our .right .text {
  font-size: 16px;
  color: #262626;
  line-height: 30px;
  margin-top: 25px;
  height: 270px;
  overflow-x: hidden;
  padding-right: 60px;
  text-align: justify;
}

.our .right .text::-webkit-scrollbar {
  width: 8px;
  background: #e2e2e2;
}

.our .right .text::-webkit-scrollbar-thumb {
  background: #505050;
  border-radius: 10px;
}

.our .right .text::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1;
}

.our .right .text::-webkit-scrollbar-corner {
  background: #505050;
}

.our-list {
  background: #F5F5F5;
  padding: 90px 0;
}

.our-list .list {
  background: #fff;
  display: flex;
  padding: 5%;
}

.our-list .list .left {
  width: 98%;
  height:700px;
  padding: 68px 10px 30px 60px;
  box-sizing: border-box;
  position: relative;
}

.our-list .list .left h3 {
  font-size: 29px;
  color: #262626;
}

.our-list .list .left .st {
	width:98%;
  margin-top: 30px;
  color: #262626;
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.our-list .list .left .jia {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 61px;
  height: 61px;
  background: #CB0000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.our-list .list .left:hover .jia {
  transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  /* IE 9 */
  -webkit-transform: translateY(-20px);
  /* Safari and Chrome */
}

.our-list .list .right {
  width: 0%;
  height: 335px;
  overflow: hidden;
}

.our-list .list .right img {
  width: 0%;
}

.our-list .list:nth-child(2) {
  flex-direction: row-reverse;
}

.grow {
  padding: 70px 0 100px 0;
}

.grow .title h3 {
  color: #fff;
}

.grow .st {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 32px;
  margin-top: 25px;
  text-align: center;
}

.grow .list {
  margin-top: 80px;
  display: block;
  position: relative;
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 18px;
  /* 设置按钮大小 */
}

.grow .list .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #C2B6B6;
  position: absolute;
  left: 0;
  top: 106px;
}

.grow .list .swiper-button-prev {
  left: -35px;
  margin-top: -63px;
  background: #225901;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  opacity: 1;
}

.grow .list .swiper-button-prev:hover {
  background: #FECA13;
}

.grow .list .swiper-button-next {
  right: -35px;
  margin-top: -63px;
  background: #225901;
  width: 48px;
  height: 48px;
  opacity: 1;
  border-radius: 50%;
}

.grow .list .swiper-button-next:hover {
  background: #FECA13;
}

.grow .list .swiper-slide {
  flex-direction: column;
}

.grow .list .swiper-slide i {
  width: 32px;
  height: 41px;
  display: block;
  background: url(../images/our-icon.png) no-repeat;
  background-size: 100%;
}

.grow .list .swiper-slide .time {
  font-size: 22px;
  line-height: 30px;
  color: #FFFFFF;
  margin-top: 10px;
}

.grow .list .swiper-slide .dian {
  width: 11px;
  height: 11px;
  background: #D8D8D8;
  margin-top: 20px;
  border-radius: 50%;
}

.grow .list .swiper-slide .text {
  width: 200px;
  height: 126px;
  background: #D8D8D8;
  border-radius: 8px;
  position: relative;
  padding: 15px 10px 10px 10px;
  margin-top: 30px;
  box-sizing: border-box;
}

.grow .list .swiper-slide .text span {
  font-size: 14px;
  color: #333;
  padding: 0 10px;
  height: 100%;
  font-family: "微软雅黑";
  line-height: 22px;
  display: block;
  overflow-x: hidden;
  text-align: justify;
}

.grow .list .swiper-slide .text span img {
  max-width: 100%;
}

.grow .list .swiper-slide .text span::-webkit-scrollbar {
  width: 4px;
  background: #e2e2e2;
}

.grow .list .swiper-slide .text span::-webkit-scrollbar-thumb {
  background: #505050;
  border-radius: 10px;
}

.grow .list .swiper-slide .text span::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1;
}

.grow .list .swiper-slide .text span::-webkit-scrollbar-corner {
  background: #505050;
}

.grow .list .swiper-slide .text::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 12px solid #D8D8D8;
  position: absolute;
  left: 50%;
  top: -9px;
  margin-left: -9px;
}

.download {
  display: block;
  width: 100%;
  margin-top: -20px;
}

.download dl {
  display: block;
}

.download dl dd {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 40px 0px 40px 0px;
  box-sizing: border-box;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-bottom: 1px solid #e3e3e3;
}

.download dl dd:before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #225901;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 5;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.download dl dd a {
  display: block;
  position: relative;
  z-index: 99;
}

.download dl dd a h3 {
  color: #333;
  font-size: 24px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.download dl dd a .int {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #A0A0A0;
  margin-top: 10px;
}

.download dl dd a .int .sl {
  margin-right: 50px;
}

.download dl dd a .int .sl span {
  font-size: 18px;
  padding: 0 6px;
}

.download dl dd a .out {
  width: 68%;
  margin-top: 20px;
  font-size: 16px;
  color: #363636;
}

.download dl dd a .down {
  position: absolute;
  width: 200px;
  height: 50px;
  right: 0;
  top: 50%;
  margin-top: -25px;
  background: #225901;
  border-radius: 25px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
}

.download dl dd a .down:hover {
  background: #FECA13;
}

.download dl dd a .down i {
  font-size: 20px;
  margin-right: 15px;
}

.download dl dd:hover:before {
  width: 100%;
}

.download dl dd:hover a h3 {
  color: #225901;
}

.download dl dd:hover a .down {
  opacity: 1;
  visibility: visible;
  margin-top: -25px;
}

.pro-show {
  background: #fff;
  padding: 35px 0 50px 0px;
  display: flex;
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
  justify-content: space-between;
}

.proswiper {
  height: 530px;
  position: relative;
  width: 50%;
}

.proswiper .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.proswiper .swiper-slide {
  background-size: cover;
  background: #fff;
  background-position: center;
}

.proswiper .gallery-top {
  height: 420px;
  width: 100%;
  box-sizing: border-box;
}

.proswiper .xia {
  box-sizing: border-box;
  padding: 0 35px 0 35px;
  margin-top: 15px;
  position: relative;
}

.proswiper .xia .swiper-slide {
  border: 1px solid #fff;
}

.proswiper .xia .swiper-slide .img {
  height: 75px;
}

.proswiper .gallery-thumbs {
  height: 100%;
}

.proswiper .gallery-thumbs .swiper-slide {
  position: relative;
  box-sizing: border-box;
}

.proswiper .gallery-thumbs .swiper-slide:hover {
  border: 1px solid #225901;
}

.proswiper .xia .swiper-slide .img {
  padding: 0;
}

.proswiper .swiper-slide .img {
  width: 100%;
  border: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  padding: 10px;
  box-sizing: border-box;
}

.proswiper .swiper-slide .img img {
  width: 100%;
  display: block;
}

.proswiper .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #225901;
}

.proswiper .swiper-button-next {
  right: 0;
}

.proswiper .swiper-button-prev {
  left: 0;
}

.proswiper .swiper-button-next:after, .proswiper .swiper-container-rtl .swiper-button-prev:after {
  content: "";
  background: url(../images/jt.png);
  background-size: 100%;
  width: 11px;
  height: 25px;
}

.proswiper .swiper-button-prev:after, .proswiper .swiper-container-rtl .swiper-button-next:after {
  content: "";
  background: url(../images/jt.png);
  background-size: 100%;
  width: 11px;
  height: 25px;
  left: 0;
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  -webkit-transform: rotate(-180deg);
  /* Safari and Chrome */
}

.pro-show .wrap {
  display: flex;
  justify-content: space-between;
}

.protext {
  width: 540px;
}

.protext h3 {
  color: #262626;
  font-size: 26px;
  line-height: 35px;
}

.protext .st {
  font-size: 14px;
  color: #A0A0A0;
  line-height: 24px;
  margin-top: 20px;
}

.protext .st span {
  margin-right: 30px;
}

.protext .line {
  width: 100%;
  height: 3px;
  margin-top: 15px;
  position: relative;
  background: #F0F0F0;
}

.protext .line:before {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 3px;
  left: 0;
  top: 0;
  z-index: 99;
  background: #BB1D18;
}

.protext .con {
  margin-top: 30px;
  width: 100%;
  height: 400px;
  overflow-x: hidden;
  font-size: 14px;
  color: #262626;
  line-height: 24px;
  padding-right: 10px;
}

.protext .con::-webkit-scrollbar {
  width: 4px;
  background: #e2e2e2;
}

.protext .con::-webkit-scrollbar-thumb {
  background: #505050;
  border-radius: 10px;
}

.protext .con::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1;
}

.protext .con::-webkit-scrollbar-corner {
  background: #505050;
}

.list-back {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-back .le {
  display: block;
}

.list-back .le a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 168px;
  height: 42px;
  border: 1px solid #D8D8D8;
  color: #333;
  font-size: 14px;
}

.list-back .le a i {
  margin-right: 10px;
}

.list-back .le a:hover {
  color: #fff;
  background: #225901;
}

.list-back .le a:hover i {
  color: #fff;
}

.list-back .ri {
  display: flex;
  align-items: center;
}

.list-back .ri a {
  width: 100px;
  height: 42px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D8D8D8;
  margin-left: 20px;
}

.list-back .ri a:hover {
  background: #225901;
  color: #fff;
}

.company {
  width: 100%;
  height: auto;
  padding: 55px 55px 45px 55px;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 44px 44px 44px 0px;
  border: 4px solid rgba(36, 38, 58, 0.21);
  font-size: 16px;
  color: #24263A;
  line-height: 32px;
}

.lc-list {
  display: block;
}

.lc-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-list ul li {
  width: 14.8958333333333vw;
  min-width: 220px;
  background: #24263A;
  padding: 7px;
  margin: 0 9px;
  box-sizing: border-box;
  position: relative;
}

.lc-list ul li a {
  display: block;
}

.lc-list ul li a .img {
  width: 100%;
  height: 9.3875vw;
  display: block;
  overflow: hidden;
}

.lc-list ul li a .img img {
  height: 100%;
  width: 100%;
  display: block;
}

.lc-list ul li a h3 {
  color: #FFFFFF;
  line-height: 33px;
  font-size: 24px;
  margin-top: 20px;
  text-align: center;
}

.lc-list ul li a .st {
  color: #FFFFFF;
  font-size: 14px;
  padding: 0 25px;
  line-height: 24px;
  margin-top: 18px;
  height: 72px;
  margin-bottom: 60px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.lc-list ul li .zx {
  width: 170px;
  height: 49px;
  background: #225901;
  border-radius: 3px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 49px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -85px;
  text-align: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.lc-list ul li .zx:hover {
  background: #e7c902;
}

.rd-zs {
  background: #fff;
  margin-top: 80px;
  padding-bottom: 20px;
}

.rd-zs ul {
  margin-left: -1%;
}

.rd-zs ul:after {
  content: '';
  display: block;
  clear: both;
}

.rd-zs ul li {
  display: block;
  width: 24%;
  height: 14.84375vw;
  margin-left: 1%;
  margin-top: 15px;
  min-width: 290px;
  float: left;
  min-height: 180px;
}

.rd-zs ul li img {
  width: 100%;
  height: 100%;
  display: block;
}

.cgal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 65px;
}

.cgal .li-tit {
  width: 230px;
}

.cgal .li-tit ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 109px;
  margin-bottom: 1px;
  background: #24263A;
  font-size: 20px;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.cgal .li-tit ul li.on {
  background: #225901;
}

.cgal .li-tit ul li:hover {
  background: #7E7E83;
}

.cgal .list {
  width: 960px;
  height: 550px;
  overflow: hidden;
  position: relative;
}

.cgal .list .in-boxs {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.cgal .list .in-boxs:after {
  content: '';
  display: block;
  clear: both;
}

.cgal .list .in-boxs.in-boxs2 {
  opacity: 1;
  visibility: visible;
}

.cgal .list .in-boxs .bd {
  width: 750px;
  height: 550px;
  float: left;
}

.cgal .list .in-boxs .bd .boxs {
  display: none;
  width: 100%;
  height: 100%;
}

.cgal .list .in-boxs .bd .boxs a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.cgal .list .in-boxs .bd .boxs a .img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cgal .list .in-boxs .bd .boxs a .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.cgal .list .in-boxs .bd .boxs a .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 32px 30px 25px 30px;
  box-sizing: border-box;
  background: rgba(36, 38, 58, 0.86);
  z-index: 99;
}

.cgal .list .in-boxs .bd .boxs a .text h3 {
  font-size: 20px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 27px;
  height: 27px;
  width: 74%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.cgal .list .in-boxs .bd .boxs a .text .st {
  font-size: 15px;
  color: #FFFFFF;
  line-height: 24px;
  height: 48px;
  margin-top: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cgal .list .in-boxs .bd .boxs a .text .ljzx {
  position: absolute;
  right: 30px;
  top: 10px;
  width: 162px;
  height: 38px;
  background: #C90F0E;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
}

.cgal .list .in-boxs .hd-list {
  width: 195px;
  float: right;
}

.cgal .list .in-boxs .hd-list .arrow {
  width: 100%;
  height: 75px;
  background: #24263A;
  position: relative;
}

.cgal .list .in-boxs .hd-list .arrow a {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
}

.cgal .list .in-boxs .hd-list .arrow .prev {
  cursor: pointer;
  width: 41px;
  height: 30px;
  border: 1px solid #979797;
  position: absolute;
  right: 10px;
  top: 5px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
}

.cgal .list .in-boxs .hd-list .arrow .prev i {
  color: #979797;
  font-size: 24px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
}

.cgal .list .in-boxs .hd-list .arrow .next {
  cursor: pointer;
  width: 41px;
  height: 30px;
  border: 1px solid #979797;
  position: absolute;
  right: 10px;
  bottom: 5px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
}

.cgal .list .in-boxs .hd-list .arrow .next i {
  color: #979797;
  font-size: 24px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Safari and Chrome */
}

.cgal .list .in-boxs .hd-list .bds {
  display: block;
}

.cgal .list .in-boxs .hd-list .bds li {
  margin-top: 15px;
  cursor: pointer;
}

.cgal .list .in-boxs .hd-list .bds li .img {
  width: 100%;
  height: 104px;
  overflow: hidden;
}

.cgal .list .in-boxs .hd-list .bds li .img img {
  width: 100%;
  display: block;
}

.cgal .list .in-boxs .hd-list .bds li .text {
  width: 195px;
  height: 39px;
  background: #24263A;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 39px;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.cgal .list .in-boxs .hd-list .bds li.on .text {
  background: #225901;
}

.cgal .list .in-boxs .hd-list .bds li:hover .text {
  background: #225901;
}

.zhaf {
  width: 100%;
  height: 958px;
  background: linear-gradient(180deg, #1E343D 0%, #26292E 100%);
}

.zhaf .wrap {
  height: 100%;
}

.zhaf .list {
  width: 100%;
  height: 100%;
  position: relative;
}

.zhaf h3 {
  font-size: 45px;
  color: #FFFFFF;
  line-height: 65px;
  padding-top: 80px;
  text-align: center;
}

.zhaf .st {
  margin-top: 26px;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
}

.zhaf .ztimg {
  margin: 0 auto;
  margin-top: 55px;
  width: 601px;
  position: relative;
}

.zhaf .ztimg img {
  width: 100%;
  display: block;
}

.zhaf .ztimg .location div {
  width: 12px;
  height: 12px;
  border: 5px solid #225901;
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.zhaf .ztimg .location .dwshow {
  opacity: 1;
  visibility: visible;
}

.zhaf .ztimg .dw1 {
  left: 157px;
  top: 167px;
}

.zhaf .ztimg .dw2 {
  left: 137px;
  top: 193px;
}

.zhaf .ztimg .dw3 {
  left: 200px;
  top: 230px;
}

.zhaf .ztimg .dw4 {
  left: 275px;
  top: 250px;
}

.zhaf .ztimg .dw5 {
  right: 279px;
  top: 80px;
}

.zhaf .ztimg .dw6 {
  right: 200px;
  top: 139px;
}

.zhaf .ztimg .dw7 {
  right: 180px;
  top: 197px;
}

.zhaf .ztimg .dw8 {
  right: 286px;
  top: 216px;
}

.zhaf .boxs {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 300px;
  position: absolute;
  overflow: hidden;
}

.zhaf .boxs .redLine1 {
  display: block;
  height: 4px;
  background: #225901;
  position: absolute;
  width: 0px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.zhaf .boxs .redLine2 {
  position: absolute;
  display: block;
}

.zhaf .boxs .redLine2 span {
  height: 4px;
  background: #225901;
  display: block;
  width: 0;
  transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
}

.zhaf .boxs .img {
  max-width: 98%;
  display: block;
  overflow: hidden;
}

.zhaf .boxs .img img {
  width: 100%;
  display: block;
}

.zhaf .boxs .text {
  display: block;
  color: #fff;
  text-align: center;
}

.zhaf .boxs .text span {
  line-height: 28px;
  font-size: 18px;
  margin-top: 10px;
  display: block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.zhaf .boxs .text h5 {
  margin-top: 5px;
  color: #FFFFFF;
  line-height: 28px;
  font-size: 18px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.zhaf .boxs:hover .text span {
  color: #225901;
}

.zhaf .boxs:hover .text h5 {
  color: #225901;
}

.zhaf .sos1 {
  left: -70px;
  top: 150px;
}

.zhaf .sos1 .redLine1 {
  left: 260px;
  top: 60px;
}

.zhaf .sos1 .redLine2 {
  left: 154px;
  top: 124px;
  width: 315px;
  height: 315px;
  transform: rotateZ(50deg);
  -webkit-transform: rotateZ(50deg);
}

.zhaf .sos2 {
  left: -70px;
  top: 404px;
}

.zhaf .sos2 .redLine1 {
  left: 260px;
  top: 35px;
}

.zhaf .sos2 .redLine2 {
  left: 308px;
  top: 53px;
  width: 182px;
  height: 182px;
  transform: rotateZ(13deg);
  -webkit-transform: rotateZ(13deg);
}

.zhaf .sos3 {
  left: -70px;
  bottom: 111px;
}

.zhaf .sos3 .redLine1 {
  left: 238px;
  top: 90px;
}

.zhaf .sos3 .redLine2 {
  left: 382px;
  top: -45px;
  width: 330px;
  height: 330px;
  transform: rotateZ(-38deg);
  -webkit-transform: rotateZ(-38deg);
}

.zhaf .sos4 {
  left: 50%;
  margin-left: -150px;
  bottom: 111px;
}

.zhaf .sos4 .redLine1 {
  left: 134px;
  bottom: 171px;
  width: 4px;
  height: 0;
}

.zhaf .sos5 {
  right: -70px;
  top: 132px;
}

.zhaf .sos5 .redLine1 {
  right: 246px;
  top: 46px;
}

.zhaf .sos5 .redLine2 {
  right: 393px;
  top: -207px;
  width: 375px;
  height: 375px;
  transform: rotateZ(150deg);
  -webkit-transform: rotateZ(150deg);
}

.zhaf .sos6 {
  right: -70px;
  top: 328px;
}

.zhaf .sos6 .redLine1 {
  right: 246px;
  top: 46px;
}

.zhaf .sos6 .redLine2 {
  right: 348px;
  top: -176px;
  width: 255px;
  height: 255px;
  transform: rotateZ(168deg);
  -webkit-transform: rotateZ(168deg);
}

.zhaf .sos7 {
  right: -70px;
  top: 531px;
}

.zhaf .sos7 .redLine1 {
  right: 246px;
  top: 36px;
}

.zhaf .sos7 .redLine2 {
  right: 280px;
  top: -232px;
  width: 240px;
  height: 240px;
  transform: rotateZ(-161deg);
  -webkit-transform: rotateZ(-161deg);
}

.zhaf .sos8 {
  right: -70px;
  bottom: 111px;
}

.zhaf .sos8 .redLine1 {
  right: 246px;
  top: 25px;
}

.zhaf .sos8 .redLine2 {
  right: 195px;
  top: -439px;
  width: 390px;
  height: 390px;
  transform: rotateZ(-143deg);
  -webkit-transform: rotateZ(-143deg);
}

.zhaf .line0 {
  overflow: initial;
}

.zhaf .line0 .redLine1 {
  width: 72px;
}

.zhaf .line0-1 {
  overflow: initial;
}

.zhaf .line0-1 .redLine2 span {
  width: 100%;
}

.zhaf .line1 {
  overflow: initial;
}

.zhaf .line1 .redLine1 {
  width: 72px;
}

.zhaf .line1-1 .redLine2 span {
  width: 100%;
}

.zhaf .line2 {
  overflow: initial;
}

.zhaf .line2 .redLine1 {
  width: 80px;
}

.zhaf .line2-1 .redLine2 span {
  width: 100%;
}

.zhaf .line3 {
  overflow: initial;
}

.zhaf .line3 .redLine1 {
  height: 130px;
}

.zhaf .line4 {
  overflow: initial;
}

.zhaf .line4 .redLine1 {
  width: 80px;
}

.zhaf .line4-1 .redLine2 span {
  width: 100%;
}

.zhaf .line5 {
  overflow: initial;
}

.zhaf .line5 .redLine1 {
  width: 80px;
}

.zhaf .line5-1 .redLine2 span {
  width: 100%;
}

.zhaf .line6 {
  overflow: initial;
}

.zhaf .line6 .redLine1 {
  width: 80px;
}

.zhaf .line6-1 .redLine2 span {
  width: 100%;
}

.zhaf .line7 {
  overflow: initial;
}

.zhaf .line7 .redLine1 {
  width: 106px;
}

.zhaf .line7-1 .redLine2 span {
  width: 100%;
}

.rhel {
  padding: 130px 0 30px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.rhel h3 {
  font-size: 45px;
  color: #000;
}

.rhel h5 {
  font-size: 45px;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  color: #225901;
}

.rhel h5 b {
  font-size: 64px;
  font-family: fantasy;
  margin-right: 8px;
  font-weight: normal;
}

.rhel .img1 {
  margin-top: 40px;
}

.rhel .img2 {
  position: absolute;
  right: 0;
  top: -198px;
}

.rhel .list1 {
  margin-top: 70px;
  position: relative;
}

.rhel .list1 .le {
  width: 52%;
  height: 89px;
  background: #225901;
  box-shadow: 8px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px 30px 30px 0px;
  color: #FFFFFF;
  font-size: 16px;
  position: relative;
  z-index: 995;
  display: flex;
  align-items: center;
}

.rhel .list1 .le h3 {
  padding-left: 50px;
  font-size: 28px;
  color: #FFFFFF;
  margin-right: 20px;
}

.rhel .list1 .ri {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 54%;
  height: 89px;
  padding-right: 50px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 0px 30px 30px 0px;
  font-size: 28px;
  color: #24263A;
}

.rhel .list2 {
  margin-top: 20px;
}

.rhel .list2 ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
}

.rhel .list2 ul li .img {
  width: 66px;
  height: 66px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rhel .list2 ul li .le {
  display: flex;
  align-items: center;
  width: 591px;
  height: 84px;
  background: #E95412;
  border-radius: 100px 0px 0px 100px;
  padding-left: 10px;
  box-sizing: border-box;
}

.rhel .list2 ul li .le .text {
  max-width: 391px;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 24px;
  margin-left: 44px;
}

.rhel .list2 ul li .ri {
  width: 591px;
  height: 84px;
  background: #D8D8D8;
  border-radius: 0px 100px 100px 0px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.rhel .list2 ul li .ri .text {
  max-width: 391px;
  height: 24px;
  font-size: 17px;
  color: #7C7C7C;
  line-height: 24px;
  margin-right: 44px;
}

.rhel .list2 ul li .icon {
  position: absolute;
  width: 124px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #225901;
  font-size: 18px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.19);
  border-radius: 24px 5px 24px 5px;
  left: 50%;
  top: 50%;
  margin-top: -27px;
  margin-left: -62px;
}

.fixed {
  position: fixed;
  right: 10px;
  top: 35%;
  display: none;
  z-index: 9999;
}

.fixed .login {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed .login a {
  padding: 0 20px;
  height: 54px;
  max-width: 150px;
  background: #225901;
  color: #fff;
  display: block;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed .boxs {
  background: url(../images/fixed-bg.png) no-repeat;
  width: 185px;
  height: 332px;
  background-size: cover;
  z-index: 999;
  position: relative;
}

.fixed .boxs .phone1 {
  font-size: 16px;
  font-weight: bold;
  color: #225901;
  position: absolute;
  left: 64px;
  top: 85px;
  height: 33px;
  line-height: 33px;
}

.fixed .boxs .phone2 {
  font-size: 16px;
  font-weight: bold;
  color: #225901;
  position: absolute;
  left: 64px;
  top: 128px;
  height: 33px;
  line-height: 33px;
}

.fixed .boxs .evm {
  position: absolute;
  bottom: 28px;
  width: 94px;
  left: 50%;
  margin-left: -47px;
  height: 94px;
}

.fixed .boxs .evm img {
  width: 100%;
  display: block;
}

.zocial-acrobat {
  *zoom: 1;
  background: #AB0000;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FF000000');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.3)));
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  border-radius: 10px;
  box-shadow: inset 0 0.3rem 0.2rem rgba(255, 255, 255, 0.2), inset 0 -0.3rem 0.2rem rgba(0, 0, 0, 0.2), 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  float: left;
  text-align: center;
  text-shadow: 0 0.05rem rgba(0, 0, 0, 0.8), 0 0.3rem 0.4rem rgba(0, 0, 0, 0.2), 0 -0.2rem 0.4rem rgba(255, 255, 255, 0.2);
}

.zocial-acrobat:active {
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

.zocial-acrobat:last-child {
  margin-bottom: 1em;
}

.zocial-acrobat:hover {
  *zoom: 1;
  background: #AB0000;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}

.log-box {
  width: 480px;
  display: none;
  height: 100%;
}

.log-box .boxs {
  background: #fff;
  border-radius: 5px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.log-box .hd {
  width: 100%;
}

.log-box .hd ul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #ececec;
}

.log-box .hd ul li {
  margin: 0 40px;
  font-size: 16px;
  color: #333;
  padding-bottom: 12px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  font-size: 24px;
  color: #373737;
}

.log-box .hd ul li:after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  background: #225901;
  position: absolute;
  left: 50%;
  margin-left: -22px;
  bottom: 0;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.log-box .hd ul li.on::after {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  /* Safari 脙陇脗赂脜陆 Chrome */
}

.log-box .hd ul li.on {
  color: #333;
}

.sele {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

.sele .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 20px;
  top: 0;
  height: 50px;
}

.sele .icons i {
  font-size: 20px;
  margin-right: 5px;
}

.log-box .bd-boxs {
  margin-top: 30px;
  padding: 0 34px;
  width: 450px;
  box-sizing: border-box;
}

.sele .select {
  width: 100px;
}

.sele .inlin-boxs {
  display: block;
  width: 100%;
}

.sele .layui-input {
  border-width: 0;
  font-size: 14px;
  color: #9A9A9A;
  background: #F7F9FD;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  height: 50px;
  padding: 0 0 0 45px;
  box-sizing: border-box;
}

.sele .line {
  width: 1px;
  height: 20px;
  background: #eee;
}

.sele .mo {
  border: none;
  width: 100%;
  box-sizing: border-box;
  background: #225901;
  cursor: pointer;
  border-radius: 5px;
}

.sele .mo:hover {
  background: #000;
}

.sele .yzm {
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #27B4F2;
}

.zcbox {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.zczc {
  color: #225901;
}

.mo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  font-size: 16px;
  background: #225901;
}

/*  移动端菜单  */
.hamburger {
  padding: 0;
  text-align: center;
  display: none;
  z-index: 999;
}

.hamburger-inner::before {
  top: -18px;
}

.hamburger--collapse .hamburger-inner::after {
  top: -9px;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 25px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  height: 3px;
  width: 25px;
  border-radius: 5px;
  background: #225901;
}

@media only screen and (max-width: 1220px) {
  .honor .list .swiper-button-prev {
    left: 10px;
    width: 35px;
    height: 35px;
  }
  .honor .list .swiper-button-next {
    right: 10px;
    width: 35px;
    height: 35px;
  }
  .zhaf .sos1 {
    left: 0;
  }
  .zhaf .sos2 {
    left: 0;
  }
  .zhaf .sos3 {
    left: 0;
  }
  .zhaf .sos5 {
    right: 0;
  }
  .zhaf .sos6 {
    right: 0;
  }
  .zhaf .sos7 {
    right: 0;
  }
  .zhaf .sos8 {
    right: 0;
  }
  .fixed-nav {
    min-width: 1220px;
    position: relative;
  }
  .nav .navbgs, .fixed-nav .navbgs {
    display: none;
  }
}

#newBridge .icon-right-center {
  top: 30% !important;
}

.back {
  position: fixed;
  right: 65px;
  bottom: 8%;
  padding: 10px 20px;
  z-index: 999;
  display: none;
}

.back i {
  font-size: 30px;
}

ul#pages {
  margin-top: 40px;
}

ul#pages > li.active {
  background: #225901 !important;
}

/*  手机端底部悬浮 */
.mobileBoxs {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #225901;
  width: 100%;
  z-index: 9999999999999;
  display: none;
  padding-bottom: constant(safe-area-inset-bottom);
  /*兼容 IOS<11.2*/
  padding-bottom: env(safe-area-inset-bottom);
  /*兼容 IOS>11.2*/
}

.mobileBoxs ul {
  padding: 5px 0;
  display: flex;
  justify-content: space-around;
}

.mobileBoxs ul li {
  display: inline-block;
}

.mobileBoxs ul li a {
  display: block;
}

.mobileBoxs ul li i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: block;
  margin: auto;
  font-size: 21px;
  color: #fff;
  text-align: center;
}

.mobileBoxs ul li span {
  display: block;
  font-size: 14px;
  color: #fff;
  height: 20px;
  line-height: 20px;
}

.mobileIn {
  height: 54px;
  display: none;
  width: 100%;
}

@media screen and (max-width: 750px) {
  body {
    min-width: 100%;
  }
  .intui {
    display: flex;
    align-items: center;
  }
  .intui a {
    font-size: 11px;
    line-height: 1;
    display: flex;
    align-items: center;
  }
  .intui a:before {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    margin: 0 8px;
    background: #999;
  }
  .intui a:nth-child(1)::before {
    display: none;
  }
  .fixed {
    display: none !important;
    opacity: 0 !important;
  }
  .back {
    right: 5%;
    bottom: 100px;
    padding: 5px 10px;
  }
  .back i {
    font-size: 22px;
  }
  .wrap {
    width: 94%;
    padding: 0;
  }
  .hamburger {
    display: block;
  }
  .header {
    padding: 15px 0 12px 0;
  }
  .header .wrap {
    align-items: center;
  }
  .header .wrap .left .logo {
    width: 140px;
  }
  .header .wrap .left .text {
    display: none;
  }
  .header .wrap .right {
    display: none;
  }
  .nav, .fixed-nav {
    position: fixed;
    right: -100%;
    top: 55px;
    width: 100%;
    height: calc(100% - 55px);
    background: #f5f5f5;
    opacity: 0;
    z-index: 99999;
    transform: rotateX(30deg);
    -webkit-transform: rotateX(30deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  .nav ul, .fixed-nav ul {
    display: block;
    max-height: 95%;
    overflow-x: hidden;
    height: auto;
  }
  .nav ul li, .fixed-nav ul li {
    width: 100%;
    display: block;
  }
  .nav ul li a, .fixed-nav ul li a {
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    color: #333;
    font-size: 15px;
    padding-left: 15px;
    display: block;
  }
  .nav ul li a i, .fixed-nav ul li a i {
    display: none;
  }
  .nav ul li a:hover, .fixed-nav ul li a:hover {
    color: #225901 !important;
  }
  .nav .navbgs, .fixed-nav .navbgs {
    display: none;
  }
  .fixed-nav {
    min-width: 100%;
    left: auto;
  }
  .inshow {
    display: block !important;
    right: 0 !important;
    opacity: 1 !important;
    transform: rotateX(0deg) !important;
    -webkit-transform: rotateX(0deg) !important;
  }
  .banner {
    min-height: auto;
    height: 60vw;
  }
  .banner .text {
    min-width: 100%;
    text-align: center;
  }
  .banner .text .int {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    letter-spacing: 0px;
  }
  .banner .text .st {
    display: none;
  }
  .banner .text .lins {
    display: none;
  }
  .search .form, .title2 .form {
    display: block;
    height: auto;
    padding: 15px 0;
  }
  .search .form .left, .title2 .form .left {
    display: none;
  }
  .search .form .right, .title2 .form .right {
    width: 100%;
  }
  .search .form .right .input, .title2 .form .right .input {
    margin-left: 60px;
  }
  .serves {
    display: block;
  }
  .serves:after {
    content: '';
    display: block;
    clear: both;
  }
  .serves .boxs {
    width: 33.3333%;
    float: left;
    min-height: auto;
    height: auto;
    padding: 24px 0;
  }
  .serves .boxs .top .timer {
    font-size: 24px;
  }
  .serves .boxs .top span {
    font-size: 13px;
  }
  .serves .boxs .bottom {
    font-size: 12px;
  }
  .title {
    padding: 0 3%;
    box-sizing: border-box;
  }
  .title h3 {
    font-size: 21px;
    padding: 0 5%;
    letter-spacing: 0;
  }
  .title .ints {
    font-size: 13px;
  }
  .title .line {
    height: 2px;
    margin-top: 20px;
  }
  .solution {
    padding: 30px 0 25px 0;
  }
  .solution ul {
    margin-left: 0;
    padding-top: 15px;
    white-space: nowrap;
    overflow-y: hidden;
  }
  .solution ul li {
    width: 44%;
    margin-left: 1.5%;
    margin-top: 12px;
    float: none;
    display: inline-block;
  }
  .solution ul li a .img {
    width: 100%;
    height: 50vw;
  }
  .solution ul li a .text {
    height: 35px;
    font-size: 14px;
  }
  .link {
    margin-top: 20px;
    justify-content: space-between;
  }
  .link .left img {
    width: 40px;
  }
  .link .left .st {
    font-size: 14px;
  }
  .link .left .st .int {
    margin-top: 3px;
  }
  .link .left .st .int span {
    font-size: 18px;
  }
  .link .link-more {
    width: 110px;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
    font-size: 14px;
  }
  .link .link-more i {
    display: none;
  }
  .mt50 {
    margin-top: 30px;
  }
  .team .bd .boxs .img {
    min-height: 100%;
    height: 35vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .team .bd .boxs .img img {
    width: auto;
    height: 100%;
  }
  .team .hd ul {
    display: block;
    white-space: nowrap;
    overflow-y: hidden;
  }
  .team .hd ul li {
    flex: auto;
    width: 38%;
    min-height: 100%;
    height: auto;
    padding: 10px 0;
    border-left: 1px solid #fff;
    display: inline-block;
  }
  .team .hd ul li:before {
    height: 4px;
  }
  .team .hd ul li:after {
    height: 4px;
  }
  .team .hd ul li a .num {
    width: 25px;
    height: 18px;
  }
  .team .hd ul li a .text {
    font-size: 14px;
    margin-top: 8px;
  }
  .team .hd ul li:nth-child(even) {
    background-color: #fafafa;
  }
  .team .hd ul li:nth-child(3n) {
    background-color: #f3f3f3;
  }
  .team .hd ul li:nth-child(2) {
    background-color: #f3f3f3;
  }
  .team .hd ul li:nth-child(7) {
    background-color: #f3f3f3;
  }
  .case {
    padding: 40px 0 20px 0;
  }
  .case .hd ul {
    flex-wrap: wrap;
  }
  .case .hd ul li {
    width: auto;
    margin: 0 4px;
    height: 40px;
    padding: 0 15px;
    font-size: 15px;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 40px;
  }
  .case .bd {
    margin-top: 0;
  }
  .case .bd .boxs ul {
    width: 100%;
    margin-top: 0;
    min-width: 100%;
    margin-left: -2%;
  }
  .case .bd .boxs ul li {
    width: 48%;
    margin-left: 2%;
    height: 45vw;
    min-width: auto;
    min-height: auto;
    margin-top: 15px;
  }
  .case .bd .boxs ul li:nth-child(1) {
    position: relative;
    width: 100%;
    height: 73vw;
    min-width: 100%;
    min-height: 100%;
    margin-left: 0;
  }
  .case .bd .boxs ul li:nth-child(1) .text .int .st {
    display: block;
  }
  .case .bd .boxs ul li .text {
    padding: 10px 15px;
    box-sizing: border-box;
  }
  .case .bd .boxs ul li .text h3 {
    display: none;
  }
  .case .bd .boxs ul li .text .int {
    margin-left: 0px;
    padding-left: 0;
    border-left: 0;
    height: auto;
    width: 100%;
  }
  .case .bd .boxs ul li .text .int .bt {
    font-size: 13px;
  }
  .case .bd .boxs ul li .text .int .st {
    font-size: 12px;
    margin-top: 5px;
    display: block;
    height: 22px;
    display: none;
    line-height: 22px;
  }
  .case .bd .boxs ul li:nth-child(1) .text .int .bt {
    font-size: 16px;
  }
  .linking {
    height: 20vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
  }
  .linking img {
    width: auto;
    height: 100%;
  }
  .honor .list {
    height: auto;
    padding: 30px 0;
  }
  .honor .list .swiper {
    height: 260px;
  }
  /*.honor .list .swiper .swiper-slide {*/
  /*  height: 120px;*/
  /*}*/
  .advantage .hd ul {
    flex-wrap: wrap;
  }
  .advantage .hd ul li {
    width: 48%;
    margin: 0 1%;
    height: auto;
    padding: 15px 0;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .advantage .hd ul li .img {
    width: 30px;
    height: 30px;
  }
  .advantage .hd ul li h3 {
    font-size: 15px;
  }
  .advantage .bd .swiper {
    padding: 0;
  }
  .advantage .bd .swiper .swiper-slide {
    width: 100%;
  }
  .advantage .bd .swiper .swiper-slide:nth-child(1) .content {
    flex-direction: column;
  }
  .advantage .bd .swiper .swiper-slide .content {
    flex-direction: column;
  }
  .advantage .bd .swiper .swiper-slide .content .img {
    width: 100%;
    height: 60vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .advantage .bd .swiper .swiper-slide .content .img .num {
    width: 50px;
    height: 50px;
    font-size: 15px;
  }
  .advantage .bd .swiper .swiper-slide .content .text {
    width: 100%;
    padding: 20px;
  }
  .advantage .bd .swiper .swiper-slide .content .text h3 {
    font-size: 20px;
  }
  .advantage .bd .swiper .swiper-slide .content .text .line {
    margin: 10px 0;
  }
  .advantage .bd .swiper .swiper-slide .content .text .inting {
    padding-left: 30px;
    font-size: 14px;
    line-height: 24px;
    min-height: 72px;
  }
  .advantage .bd .swiper .swiper-slide .content .text .link {
    margin-top: 20px;
  }
  .swiper .swiper-button-prev, .swiper .swiper-button-next {
    display: none !important;
  }
  .myout .yin {
    display: none;
  }
  .choice {
    margin-top: 30px;
    padding-top: 30px;
  }
  .dynamic {
    padding: 30px 0;
  }
  .dynamic .list {
    margin-top: 80px;
    flex-direction: column;
  }
  .dynamic .list .left {
    width: 100%;
    margin-top: 0px;
  }
  .dynamic .list .left .img {
    height: 180px;
  }
  .dynamic .list .left .text h3 {
    margin: 10px 0;
    -webkit-line-clamp: 1;
    height: 24px;
  }
  .dynamic .list .left .text .int {
    height: 40px;
    line-height: 20px;
  }
  .dynamic .list .center {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .dynamic .list .center ul {
    margin-top: -20px;
  }
  .dynamic .list .center ul li {
    margin-top: 20px;
  }
  .dynamic .list .center ul li .time {
    width: 70px;
    height: 70px;
    font-size: 14px;
  }
  .dynamic .list .center ul li .time span {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
  }
  .dynamic .list .center ul li .text {
    width: calc(100% - 90px);
  }
  .dynamic .list .center ul li .text h3 {
    height: 23px;
  }
  .dynamic .list .center ul li .text .int {
    margin-top: 5px;
    font-size: 13px;
    line-height: 20px;
    height: 40px;
  }
  .dynamic .list .right {
    width: 100%;
    margin-top: -60px;
    white-space: nowrap;
    overflow-y: hidden;
  }
  .dynamic .list .right a {
    width: auto;
    margin: 0 4px;
    height: 40px;
    padding: 0 15px;
    font-size: 15px;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 40px;
  }
  .myout .wrap {
    width: 100%;
  }
  .myout .img .st {
    display: none;
  }
  .myout .text {
    margin-top: 0;
    padding: 20px;
  }
  .myout .text a {
    font-size: 14px;
    line-height: 24px;
  }
  .myout .text a i {
    left: -12px;
    width: 3px;
    top: 5px;
    height: 14px;
  }
  .myout .list {
    height: 260px;
  }
  .footer .top {
    height: auto;
    padding: 10px 0;
  }
  .footer .top .wrap {
    display: block;
  }
  .footer .top .wrap .left {
    display: block;
    max-width: 100%;
  }
  .footer .top .wrap .left a {
    line-height: 30px;
    margin-left: 20px;
    font-size: 14px;
  }
  .footer .top .wrap .right {
    display: none;
  }
  .footer .bottom {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .footer .bottom .wrap {
    display: block;
  }
  .footer .bottom .wrap .left {
    width: 100%;
    display: block;
  }
  .footer .bottom .wrap .left ul li {
    margin-right: 0;
    flex: 1;
  }
  .footer .bottom .wrap .left ul li a {
    font-size: 13px;
    margin-top: 10px;
  }
  .footer .bottom .wrap .center {
    width: 100%;
    display: block;
    height: auto;
    padding-left: 0;
    border: none;
    margin: 30px 0;
  }
  .footer .bottom .wrap .center ul li {
    margin-right: 0;
    flex: 1;
  }
  .footer .bottom .wrap .right {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .footer .bottom .wrap .right .int {
    margin-bottom: 10px;
  }
  .footer .bottom .last {
    padding: 0 10px 10px 10px;
  }
  .inner-banner {
    height: 60vw;
  }
  .inner-banner .wrap h3 {
    font-size: 22px;
  }
  .inner-banner .wrap .st {
    max-width: 100%;
    line-height: 22px;
    font-size: 12px;
  }
  .case-banner {
    height: 90vw;
    position: relative;
    margin-bottom: 60vw;
  }
  .case-banner .caseTop {
    position: absolute;
    bottom: -52vw;
    left: 3%;
    margin-top: 0;
    width: 94%;
  }
  .case-banner .caseTop .swiper {
    padding: 10px 0;
  }
  .case-banner .caseTop .swiper-slide {
    width: 300px;
  }
  .case-banner .caseTop .swiper-slide a {
    padding: 20px;
  }
  .case-banner .caseTop .swiper-slide a h6 {
    font-size: 18px;
  }
  .case-banner .caseTop .swiper-slide a .out {
    font-size: 13px;
    line-height: 24px;
    -webkit-line-clamp: 4;
  }
  .lining {
    display: none;
  }
  .title3 {
    font-size: 18px;
    padding-bottom: 6px;
  }
  .one-stop {
    margin-top: 10px;
  }
  .one-stop ul {
    margin-left: 0;
  }
  .one-stop ul li {
    height: auto;
    margin-left: 0;
    width: 100%;
  }
  .one-stop ul li .img {
    width: 100px;
    height: 113px;
  }
  .one-stop ul li .text {
    width: calc(100% - 100px);
    padding: 10px 15px;
  }
  .one-stop ul li .text h3 {
    font-size: 15px;
  }
  .one-stop ul li .text .time {
    display: none;
  }
  .one-stop ul li .text .st {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }
  .page a {
    margin-bottom: 10px;
  }
  .swiper-arrow .swiper-button-next {
    display: none;
  }
  .swiper-arrow .swiper-button-prev {
    display: none;
  }
  .inner-content {
    padding: 20px 0;
  }
  .new-list .lefts {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .new-list .lefts h3 {
    padding-left: 20px;
    font-size: 20px;
  }
  .new-list .lefts .st {
    padding-left: 20px;
  }
  .new-list .lefts ul {
    margin-top: 10px;
  }
  .new-list .lefts ul li {
    height: 40px;
  }
  .new-list .lefts ul li a {
    font-size: 16px;
  }
  .new-list .lefts ul li a i {
    display: none;
  }
  .new-list .lefts .link {
    margin-top: 10px;
  }
  .new-list .rights {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    padding: 20px 15px;
  }
  .new-list .rights .download dl {
    margin-left: 0;
  }
  .new-list .rights .download dl dd {
    width: 100%;
    margin-left: 0;
    padding: 25px 0;
  }
  .new-list .rights .download dl dd a h3 {
    font-size: 1.1rem;
  }
  .new-list .rights .download dl dd a .out {
    font-size: 13px;
    width: 100%;
  }
  .new-list .rights .download dl dd a .down {
    opacity: 1;
    right: 0;
    visibility: visible;
    font-size: 12px;
    width: auto;
    height: 35px;
    padding: 0 20px;
    position: relative;
    left: 0;
    top: 0;
    display: inline-flex;
    margin-top: 10px;
  }
  .new-list .rights ul li {
    margin-top: 20px;
    padding: 10px;
  }
  .new-list .rights ul li a .img {
    width: 110px;
    height: 90px;
    border-radius: 5px;
  }
  .new-list .rights ul li a .text {
    width: calc(100% - 125px);
  }
  .new-list .rights ul li a .text h3 {
    font-size: 16px;
  }
  .new-list .rights ul li a .text .st {
    font-size: 13px;
    margin: 5px 0 6px 0;
  }
  .new-list .rights ul li a .text .int {
    line-height: 20px;
    font-size: 13px;
  }
  .title4 {
    margin: 20px 0;
  }
  .title4 ul {
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow-y: hidden;
  }
  .title4 ul li {
    display: inline-block;
    margin: 0 7px;
    font-size: 14px;
  }
  .title4 ul li a {
    height: 40px;
    padding: 0 30px;
  }
  .culture {
    padding: 30px 0;
  }
  .culture .wrap {
    display: block;
  }
  .culture .wrap .left {
    width: 100%;
  }
  .culture .wrap .left h3 {
    font-size: 22px;
  }
  .culture .wrap .left .st {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .culture .wrap .left .img {
    height: auto;
  }
  .culture .wrap .right {
    width: 100%;
  }
  .culture .inbox ul li {
    height: auto;
    padding: 40px 0;
  }
  .culture .inbox ul li .num {
    font-size: 60px;
  }
  .culture .inbox ul li h5 {
    font-size: 20px;
    margin-top: -20px;
  }
  .culture .inbox ul li .int {
    font-size: 14px;
    margin-top: 0;
  }
  .culture .bgimg {
    position: relative;
    left: 0;
    bottom: 0;
    max-height: 100%;
  }
  .our .lefts {
    width: 100%;
    height: 54vw;
    position: relative;
  }
  .our .right {
    width: 100%;
    padding: 20px 0;
  }
  .our .right h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .our .right .text {
    font-size: 12px;
    line-height: 22px;
    padding-right: 20px;
    height: 150px;
    margin-top: 15px;
  }
  .our-list {
    padding: 30px 0;
  }
  .our-list .list {
    display: block;
  }
  .our-list .list .left {
    width: 100%;
    padding: 20px 15px;
  }
  .our-list .list .left h3 {
    font-size: 20px;
  }
  .our-list .list .left .st {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .our-list .list .left .jia {
    display: none;
  }
  .our-list .list .right {
    width: 100%;
    height: auto;
  }
  .grow {
    padding: 30px 0;
  }
  .grow .st {
    font-size: 14px;
    line-height: 26px;
  }
  .grow .list {
    margin-top: 30px;
  }
  .grow .list .swiper-slide i {
    width: 20px;
    height: 26px;
  }
  .grow .list .swiper-slide .time {
    font-size: 18px;
  }
  .grow .list .swiper-slide .text {
    width: 100%;
  }
  .grow .list .swiper-slide .text span {
    padding: 0;
    line-height: 20px;
  }
  .grow .list .swiper-button-prev {
    display: none;
  }
  .grow .list .swiper-button-next {
    display: none;
  }
  .tiem ul {
    margin-left: -2%;
  }
  .tiem ul li {
    width: 48%;
    padding: 5px;
    margin-left: 2%;
  }
  .tiem ul li a .img {
    height: 40vw;
  }
  .tiem ul li a .text {
    font-size: 14px;
    margin: 7px 10px 3px 10px;
  }
  .showBigImg .closeBigImg {
    width: 40px;
    height: 40px;
  }
  .showBigImg .swiper-button-prev {
    display: none;
  }
  .showBigImg .swiper-button-next {
    display: none;
  }
  .showBigImg .showBigImgWrap .allImgBox .imgIte .smboxs {
    width: 90%;
    margin-left: -45%;
    padding: 15px;
    margin-top: -40vw;
  }
  .showBigImg .showBigImgWrap .allImgBox .imgIte .smboxs img {
    height: 50vw;
  }
  .showBigImg .showBigImgWrap .allImgBox .imgIte h3 {
    font-size: 16px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .lc-list ul {
    width: 94%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .lc-list ul li {
    width: 48%;
    margin: 0;
    min-width: 48%;
    margin-bottom: 10px;
  }
  .lc-list ul li a h3 {
    font-size: 18px;
    margin-top: 10px;
  }
  .lc-list ul li a .img {
    height: auto;
  }
  .lc-list ul li a .img img {
    height: auto;
  }
  .lc-list ul li a .st {
    margin-top: 10px;
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 22px;
    -webkit-line-clamp: 4;
    height: 88px;
  }
  .lc-list ul li .zx {
    bottom: 0;
    position: relative;
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    left: 0;
    font-size: 12px;
  }
  .lc-list ul li:last-child {
    width: 100%;
  }
  .lc-list ul li:last-child .st {
    height: 66px;
  }
  .rd-zs {
    margin-top: 30px;
  }
  .rd-zs ul {
    margin-left: -2%;
  }
  .rd-zs ul li {
    width: 48%;
    margin-left: 2%;
    height: 30vw;
    min-width: 48%;
    min-height: 30vw;
    margin-top: 10px;
    box-sizing: border-box;
  }
  .rd-zs ul li:nth-child(7), .rd-zs ul li:nth-child(8) {
    display: none;
  }
  .cgal {
    margin-top: 30px;
    display: block;
  }
  .cgal .li-tit {
    width: 100%;
  }
  .cgal .li-tit ul {
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow-y: hidden;
  }
  .cgal .li-tit ul li {
    display: inline-flex;
    height: 40px;
    padding: 0 20px;
    margin-right: 10px;
    font-size: 15px;
    border-radius: 3px;
  }
  .cgal .list {
    width: 100%;
    height: 205px;
    margin-top: 20px;
  }
  .cgal .list .in-boxs .bd {
    width: 100%;
    height: 200px;
    white-space: nowrap;
    overflow-y: hidden;
  }
  .cgal .list .in-boxs .bd .boxs {
    width: 232px;
    margin-right: 15px;
    display: inline-block !important;
  }
  .cgal .list .in-boxs .bd .boxs a .text {
    padding: 7px 10px;
    right: 0;
  }
  .cgal .list .in-boxs .bd .boxs a .text h3 {
    font-size: 14px;
    width: 100%;
  }
  .cgal .list .in-boxs .bd .boxs a .text .st {
    font-size: 12px;
    margin-top: 5px;
    line-height: 20px;
    height: 40px;
    display: none;
  }
  .cgal .list .in-boxs .bd .boxs a .text .ljzx {
    display: none;
  }
  .cgal .list .in-boxs .hd-list {
    width: 100%;
    display: none;
  }
  .cgal .list .in-boxs .hd-list .arrow {
    display: none;
  }
  .cgal .list .in-boxs .hd-list .bds ul {
    white-space: nowrap;
    width: 100%;
    overflow-y: hidden;
  }
  .cgal .list .in-boxs .hd-list .bds ul li {
    width: 200px;
    display: inline-block;
    margin-right: 10px;
  }
  .cgal .list .in-boxs .hd-list .bds ul li .text {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .inner-content .new-con {
    display: block;
  }
  .inner-content .new-con .left {
    width: 100%;
    padding: 20px;
  }
  .inner-content .new-con .left .tit {
    font-size: 18px;
    line-height: 25px;
  }
  .inner-content .new-con .left .st {
    padding: 13px 0;
    font-size: 14px;
  }
  .inner-content .new-con .left .st span {
    display: inline-block;
    margin-right: 20px;
  }
  .inner-content .new-con .left .con {
    font-size: 15px;
    padding: 20px 0;
  }
  .inner-content .new-con .right {
    width: 100%;
    margin-top: 30px;
  }
  .inner-content .new-con .right ul li .img {
    height: 40vw;
  }
  .list-back .le {
    display: none;
  }
  .list-back .ri {
    width: 100%;
    justify-content: space-between;
  }
  .list-back .ri a {
    margin-left: 0;
    height: 35px;
  }
  .myout .img {
    height: 200px;
    align-items: center;
    justify-content: center;
    display: flex;
    overflow: hidden;
  }
  .myout .img img {
    width: auto;
    height: 100%;
  }
  .zhaf {
    height: auto;
    padding: 50px 0;
  }
  .zhaf h3 {
    font-size: 20px;
    padding-top: 0;
    line-height: 50px;
  }
  .zhaf .st {
    margin-top: 10px;
    font-size: 15px;
    padding: 0 15px;
    line-height: 22px;
  }
  .zhaf .ztimg {
    display: none;
  }
  .zhaf .sos {
    display: block;
  }
  .zhaf .sos:after {
    content: '';
    display: block;
    clear: both;
  }
  .zhaf .sos .sos4 {
    margin-left: 0;
  }
  .zhaf .sos .boxs {
    position: relative;
    width: 49%;
    padding: 10px 2%;
    box-sizing: border-box;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: 20px;
    display: inline-block;
  }
  .zhaf .sos .boxs .redLine1 {
    display: none;
  }
  .zhaf .sos .boxs .redLine2 {
    display: none;
  }
  .zhaf .sos .boxs .img {
    width: 100%;
    height: 22vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .zhaf .sos .boxs .img img {
    width: auto;
    max-height: 50%;
  }
  .zhaf .sos .boxs .text span {
    font-size: 12px;
  }
  .zhaf .sos .boxs .text h5 {
    font-size: 14px;
    margin-top: 0px;
  }
  .rhel {
    display: none;
  }
  .gctc {
    padding: 30px 0;
    font-size: 14px;
    line-height: 24px;
  }
  .xgal ul {
    margin-left: -2%;
    margin-top: 0;
  }
  .xgal ul li {
    width: 48%;
    margin-left: 2%;
  }
  .xgal ul li .img {
    height: 30vw;
  }
  .xgal ul li .text {
    padding: 10px;
  }
  .xgal ul li .text h3 {
    font-size: 16px;
  }
  .xgal ul li .text .st {
    font-size: 13px;
    line-height: 22px;
    height: 66px;
    margin-top: 8px;
  }
  .company {
    padding: 20px;
    font-size: 14px;
    line-height: 25px;
    border: 2px solid rgba(36, 38, 58, 0.21);
    border-radius: 30px 30px 30px 0px;
  }
  .xgal h4 {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .xgal h4 span {
    padding-bottom: 10px;
  }
  .pro-show {
    padding: 20px 0;
    display: block;
  }
  .pro-show .proswiper {
    height: 85vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .pro-show .proswiper .gallery-top {
    height: 80%;
  }
  .pro-show .proswiper .xia {
    height: 18%;
    margin-top: 0;
  }
  .protext {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  .protext h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .protext .st {
    margin-top: 5px;
  }
  .protext .st span {
    margin-right: 33px;
  }
  .mt40 {
    margin-top: 15px;
  }
  .mobileBoxs {
    display: block;
  }
  .mobileIn {
    display: block;
  }
  .layui-layer-nobg {
    width: 92% !important;
  }
  .log-box {
    width: 100%;
  }
  .log-box .boxs {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .log-box .boxs .hd ul li {
    font-size: 18px;
  }
  .log-box .boxs .bd {
    width: 100%;
  }
  .log-box .boxs .bd .bd-boxs {
    width: 100%;
    padding: 0;
  }
}
