html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  min-height: calc(100% - 32px);
  padding-bottom: 32px;
  position: relative;
  margin: 0;
}
.header {
  width: 100%;
  padding: 10px 0;
  background-color: rgba(65, 65, 65, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.header .logo {
  margin-right: 60px;
}
.header .logo img {
  width: 180px;
  display: block;
}
.header .menu ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.header .menu ul .menu_active {
  border-bottom: 2px solid white;
  margin-bottom: -2px;
}
.header .menu ul li {
  list-style: none;
  padding: 4px 0;
  position: relative;
}
.header .menu ul li a {
  display: block;
  text-decoration: none;
  color: white;
  font-size: 17px;
}
.header .menu ul li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 54px;
  width: max-content;
}
.header .menu ul li ul li {
  padding: 4px 5px;
  background-color: rgba(65, 65, 65, 0.6);
}
.header .menu ul li ul li:nth-child(2n) {
  margin: 0;
  padding: 4px 5px;
  font-size: 16px;
}
.header .menu ul li ul li:hover {
  border-bottom: 0;
  margin-bottom: 0;
  background-color: #ffffff;
}
.header .menu ul li ul li:hover a {
  color: black;
}
.header .menu ul li:hover {
  border-bottom: 2px solid white;
  margin-bottom: -2px;
}
.header .menu ul li:hover ul {
  display: block;
}
.header .menu ul li:nth-child(2n) {
  margin: 0 24px;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
@media (max-width: 1200px) {
  .header {
    display: block;
  }
  .header .logo {
    margin-right: 0;
    width: 100%;
  }
  .header .logo img {
    margin: 0 auto;
    width: 180px;
  }
  .header .menu {
    width: 100%;
  }
  .header .menu ul {
    justify-content: space-around;
  }
  .header .menu ul li ul {
    display: none;
  }
  .header .menu ul li:nth-child(2n) {
    margin: 0;
  }
}
@media (max-width: 760px) {
  .header {
    display: none;
  }
}
@keyframes img_1 {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes img_2 {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(-360deg);
  }
}
@keyframes img_3 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes img_4 {
  0% {
    width: 110px;
  }
  50% {
    width: 0;
  }
  100% {
    width: 110px;
  }
}
.img_1 {
  animation: img_1 110000ms linear infinite;
}
.img_2 {
  animation: img_2 70000ms linear infinite;
}
.img_3 {
  animation: img_3 10000ms linear infinite;
}
.img_4 {
  animation: img_4 3000ms linear infinite;
}
.swiper_box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.swiper_box .bei_image {
  display: none;
}
.swiper_box .cartoon {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.swiper_box .cartoon .position {
  position: absolute;
  top: 50%;
  left: 50%;
}
.swiper_box .cartoon .text {
  width: 380px;
  height: 380px;
  margin-left: -190px;
  margin-top: -190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url('../img/013.png');
  background-size: 100% 100%;
}
.swiper_box .cartoon .text img {
  display: none;
}
.swiper_box .cartoon .text span {
  display: block;
}
.swiper_box .cartoon .text span:nth-child(3) {
  color: #f0832c;
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 40px;
}
.swiper_box .cartoon .text span:nth-child(4) {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 6px;
  margin-top: 3px;
  font-size: 18px;
}
.swiper_box .cartoon .text span:nth-child(5) {
  margin-top: 50px;
  letter-spacing: 4px;
  font-size: 18px;
}
.swiper_box .cartoon img {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper_box .cartoon .image_1 {
  width: 454px;
  height: 454px;
  margin-left: -227px;
  margin-top: -227px;
}
.swiper_box .cartoon .image_2 {
  width: 560px;
  height: 560px;
  margin-left: -280px;
  margin-top: -280px;
}
.swiper_box .cartoon .image_3 {
  width: 160px;
  height: 130px;
  margin-left: 210px;
  margin-top: -270px;
}
.swiper_box .cartoon .image_4 {
  width: 160px;
  height: 130px;
  margin-left: -380px;
  margin-top: 130px;
}
.swiper_box .cartoon .t_1 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  background-color: white;
  height: 2px;
  width: 110px;
}
.swiper_box .cartoon .t_2 {
  transform: rotate(135deg);
  transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
  -webkit-transform-origin: 0 0;
  background-color: white;
  height: 2px;
  width: 110px;
}
.swiper_box .cartoon .x_1 {
  margin-top: -210px;
  margin-left: 260px;
}
.swiper_box .cartoon .x_2 {
  margin-top: -285px;
  margin-left: 175px;
}
.swiper_box .cartoon .x_3 {
  margin-top: -270px;
  margin-left: 245px;
}
.swiper_box .cartoon .x_4 {
  margin-top: 160px;
  margin-left: -285px;
}
.swiper_box .cartoon .x_5 {
  margin-top: 225px;
  margin-left: -265px;
}
.swiper_box .cartoon .x_6 {
  margin-top: 260px;
  margin-left: -215px;
}
@media (max-width: 1200px) {
  .swiper_box .cartoon {
    transform: scale(0.8);
  }
}
@media (max-width: 1000px) {
  .swiper_box .cartoon {
    transform: scale(0.6);
  }
}
@media (max-width: 760px) {
  .swiper_box .bei_image {
    display: block;
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 0;
    width: 25%;
  }
  .swiper_box .bei_image img {
    width: 100%;
    display: block;
  }
  .swiper_box .cartoon .text {
    background: url('../img/002_8.png');
    background-size: 100% 100%;
    position: relative;
  }
  .swiper_box .cartoon .text img {
    display: block;
    height: auto;
  }
  .swiper_box .cartoon .text .a {
    width: 80px;
  }
  .swiper_box .cartoon .text .b {
    width: 86%;
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -43%;
  }
  .swiper_box .cartoon .text span:nth-child(3) {
    color: white;
  }
  .swiper_box .cartoon .text span:nth-child(5) {
    color: white;
    margin-top: 30px;
    font-size: 20px;
    margin-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .swiper_box .cartoon {
    top: 10%;
    transform: scale(0.5);
  }
}
.menu_2 {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  display: none;
}
.menu_2 ul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.menu_2 ul li {
  list-style: none;
  width: 25%;
}
.menu_2 ul li .active {
  background: url("../img/005_1.png");
  background-size: 100% 100%;
}
.menu_2 ul li a {
  width: 90px;
  height: 90px;
  box-sizing: border-box;
  padding: 20px 24px 22px 24px;
  margin: 0 auto;
  text-decoration: none;
  display: block;
  background: url("../img/005_2.png");
  background-size: 100% 100%;
  text-align: justify;
  text-align-last: justify;
  color: white;
}
@media (max-width: 760px) {
  .menu_2 {
    display: block;
  }
}
@media (max-width: 400px) {
  .menu_2 ul li a {
    width: 70px;
    height: 70px;
    padding: 15px 18px 17px 18px;
    font-size: 15px;
    line-height: 18px;
  }
}
.our {
  width: 100%;
  overflow: hidden;
  padding-top: 60px;
  background: url('../img/003.jpg') no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.our .bei_image {
  width: 1400px;
  margin-left: calc(((100% - 1400px) / 2) - 50px);
  position: relative;
}
.our .bei_image .more_btn {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 475px;
  right: 209px;
  z-index: 3;
}
.our .bei_image img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.our .bei_image .box {
  width: 1090px;
  height: 610px;
  box-sizing: border-box;
  padding: 0 90px;
  background-color: #edf7fc;
  position: absolute;
  top: 2px;
  left: 14%;
  border-radius: 30px;
}
.our .bei_image .box .title {
  width: 100%;
  margin-top: 50px;
}
.our .bei_image .box .title .image img {
  margin: 0 auto;
  width: 280px;
  display: block;
}
.our .bei_image .box .title .image .b {
  display: none;
}
.our .bei_image .box .title .logo {
  margin-top: -55px;
}
.our .bei_image .box .title .logo img {
  margin: 0 auto;
  width: 60px;
  display: block;
}
.our .bei_image .box .title span {
  width: 100%;
  display: block;
  color: #8c8e8f;
  letter-spacing: 1px;
  text-align: center;
  font-size: 18px;
}
.our .bei_image .box .text {
  width: 100%;
  margin-top: 30px;
  color: #3f3e3e;
  font-size: 20px;
  line-height: 50px;
  text-align: justify;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.our .bei_image .box .num {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.our .bei_image .box .num .num_box {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #597990;
  margin-right: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.our .bei_image .box .num .num_box p {
  margin: 0;
  color: #597990;
  font-weight: 600;
  font-size: 14px;
}
.our .bei_image .box .num .num_box i {
  display: block;
  width: 65px;
  height: 1px;
  margin: 4px 0;
  background-color: #3f3e3e;
}
.our .bei_image .box .num .num_box .number {
  display: flex;
  justify-content: center;
  align-items: center;
}
.our .bei_image .box .num .num_box .number span {
  display: block;
}
.our .bei_image .box .num .num_box .number span:nth-child(1) {
  color: #7e0c0f;
  font-weight: 600;
  font-size: 18px;
}
.our .bei_image .box .num .num_box .number span:nth-child(2) {
  color: #910d12;
  font-size: 14px;
}
.our .bei_image .box .num .num_box:before {
  content: '';
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border-left: 4px solid #cea58a;
  border-bottom: 4px solid #cea58a;
  position: absolute;
  top: 0px;
  left: -2px;
}
.our .bei_image .box .num .more img {
  width: 74px;
  display: block;
  position: relative;
  z-index: 3;
}
@media (max-width: 1200px) {
  .our .bei_image {
    width: 90%;
    margin-left: 0;
    margin: 0 auto;
  }
  .our .bei_image img {
    display: none;
  }
  .our .bei_image .more_btn {
    display: none;
  }
  .our .bei_image .box {
    width: 100%;
    height: auto;
    background-color: transparent;
    position: static;
    border-radius: 0;
    padding: 0;
  }
  .our .bei_image .box .title {
    margin-top: 0;
  }
  .our .bei_image .box .title .image .a {
    display: none;
  }
  .our .bei_image .box .title .image .b {
    display: block;
  }
  .our .bei_image .box .title span {
    color: white;
  }
  .our .bei_image .box .text {
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px 15px;
    display: block;
  }
  .our .bei_image .box .num {
    margin-top: 0;
    padding: 10px 0;
    justify-content: center;
    background-color: white;
  }
}
@media (max-width: 760px) {
  .our {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .our .bei_image {
    width: 94%;
  }
  .our .bei_image .box .text {
    padding: 15px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
  }
  .our .bei_image .box .num {
    justify-content: space-around;
  }
  .our .bei_image .box .num .num_box {
    width: 80px;
    height: 80px;
    margin-right: 0;
  }
  .our .bei_image .box .num .num_box p {
    font-size: 14px;
  }
  .our .bei_image .box .num .num_box i {
    width: 60px;
    margin: 2px 0;
  }
  .our .bei_image .box .num .num_box .number span:nth-child(1) {
    font-size: 16px;
  }
  .our .bei_image .box .num .num_box .number span:nth-child(2) {
    font-size: 13px;
  }
  .our .bei_image .box .num .num_box:before {
    width: 78px;
    height: 78px;
  }
  .our .bei_image .box .num .more {
    display: none;
  }
}
.product {
  width: 100%;
  overflow: hidden;
}
.product .title img {
  display: none;
}
.product .box {
  width: 100%;
  display: flex;
}
.product .box a {
  width: calc(50% / 3);
  overflow: hidden;
  height: 950px;
  transition: 1200ms;
  box-sizing: border-box;
  border-right: 2px solid white;
  position: relative;
}
.product .box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product .box a .text {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 70px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(400%);
  transition: 1100ms;
}
.product .box a .text .title {
  width: 100%;
  color: #233d67;
  font-size: 28px;
  font-weight: 600;
}
.product .box a .text p {
  margin: 10px 0;
  text-align: justify;
  color: #353535;
  font-size: 17px;
  line-height: 30px;
}
.product .box a .text span {
  display: block;
  width: 100%;
  color: #353535;
}
.product .box a .text::before {
  content: '';
  width: 50px;
  height: 15px;
  background-color: #f5e300;
  transform: skewX(-45deg);
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -32px;
}
.product .box a .text_2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product .box a .text_2 i {
  display: block;
  width: 50px;
  height: 15px;
  background-color: #f5e300;
  margin-bottom: 15px;
}
.product .box a .text_2 span {
  width: 40px;
  display: block;
  color: white;
  text-align: center;
  font-size: 24px;
}
.product .box a:nth-last-child(1) {
  border-right: 0;
}
.product .box .active {
  width: 50%;
}
.product .box .active .text {
  transform: translateY(0);
}
.product .box .active .text_2 {
  display: none;
}
.product .more {
  display: none;
}
@media (max-width: 760px) {
  .product {
    padding: 20px 0;
  }
  .product .title {
    width: 100%;
    margin-bottom: 20px;
  }
  .product .title img {
    width: 200px;
    margin: 0 auto;
    display: block;
  }
  .product .box {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-end;
  }
  .product .box a {
    width: calc(100% - 20px);
    height: auto;
    overflow: visible;
    transition: none;
    border-right: 0;
    padding: 10px 0;
    margin-bottom: 20px;
    border: 1px solid #2b5171;
  }
  .product .box a img {
    height: auto;
    object-fit: contain;
    display: block;
    margin-left: -20px;
  }
  .product .box a .text {
    display: none;
  }
  .product .box a .text_2 {
    display: none;
  }
  .product .box a:nth-last-child(1) {
    border-right: 1px solid #2b5171;
  }
  .product .box .active {
    width: calc(100% - 30px);
  }
  .product .more {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
  }
  .product .more a {
    display: block;
  }
  .product .more a img {
    width: 70px;
    height: 70px;
    display: block;
  }
}
.ge_image {
  width: 100%;
  display: none;
}
.ge_image img {
  width: 100%;
  display: block;
}
@media (max-width: 760px) {
  .ge_image {
    display: block;
  }
}
.none {
  display: none!important;
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.opacity {
  animation: opacity 1000ms;
}
.environment {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  background: url('../img/015.png') no-repeat;
  background-size: cover;
  background-position: center center;
}
.environment .title {
  width: 100%;
}
.environment .title img {
  width: 300px;
  display: block;
  margin: 0 auto;
}
.environment .column {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
}
.environment .column .btn {
  padding: 0 20px;
  border: 1px solid black;
  margin-right: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.environment .column .btn i {
  display: block;
  width: 25px;
  height: 45px;
  background-color: transparent;
  margin-right: 10px;
}
.environment .column .btn span {
  display: block;
  font-size: 24px;
}
.environment .column .active i {
  background-color: #be0c00;
}
.environment .column .btn:nth-last-child(1) {
  margin-right: 0;
}
.environment .box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.environment .box .column_box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.environment .box .column_box a {
  width: calc(((100% - 100px) / 3) - 20px);
  text-decoration: none;
  display: block;
  border: 1px solid black;
  border-left: 0;
  margin-right: 50px;
  position: relative;
}
.environment .box .column_box a .image {
  width: 100%;
  margin-left: -20px;
  margin-bottom: 20px;
}
.environment .box .column_box a .image img {
  width: 100%;
  margin-top: -20px;
  display: block;
}
.environment .box .column_box a .text {
  width: calc(100% + 21px);
  padding: 45px 0 15px 0;
  position: absolute;
  bottom: -1px;
  left: -20px;
  background: url('../img/008.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
.environment .box .column_box a .text .logo {
  margin-left: 15px;
}
.environment .box .column_box a .text .logo img {
  width: 120px;
  display: block;
}
.environment .box .column_box a .text .logo .b {
  display: none;
}
.environment .box .column_box a .text i {
  display: block;
  width: 1px;
  height: 25px;
  background-color: white;
  margin-left: 25px;
  margin-right: 35px;
}
.environment .box .column_box a .text span {
  display: block;
  color: white;
  letter-spacing: 3px;
}
.environment .box .column_box a:nth-child(3) {
  margin-right: 0;
}
.environment .box .column_box a:nth-child(n+4) {
  display: none;
}
.environment .more {
  width: 1200px;
  margin: 0 auto;
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}
.environment .more a {
  display: block;
}
.environment .more a img {
  width: 70px;
  display: block;
}
@media (max-width: 1300px) {
  .environment .box {
    width: 900px;
  }
  .environment .box .column_box a {
    width: calc(50% - 40px);
    margin-right: 40px;
  }
  .environment .box .column_box a:nth-child(2) {
    margin-right: 0;
  }
  .environment .box .column_box a:nth-child(n+3) {
    display: none;
  }
  .environment .more {
    width: 900px;
  }
}
@media (max-width: 1000px) {
  .environment .box {
    width: 700px;
  }
  .environment .more {
    width: 700px;
  }
}
@media (max-width: 760px) {
  .environment {
    padding: 30px 0;
  }
  .environment .title {
    margin-bottom: 25px;
  }
  .environment .title img {
    width: 200px;
  }
  .environment .column {
    display: none;
  }
  .environment .box {
    width: 90%;
  }
  .environment .box .column_box {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .environment .box .column_box a {
    width: calc(48% - 10px);
    border: 0;
    border-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .environment .box .column_box a .image {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
  .environment .box .column_box a .image img {
    margin-top: 0;
  }
  .environment .box .column_box a .text {
    width: calc(100% + 10px);
    bottom: -5px;
    left: -5px;
    background: url('../img/010.png') no-repeat;
    background-size: 100% 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .environment .box .column_box a .text .logo {
    margin-left: 15px;
  }
  .environment .box .column_box a .text .logo img {
    width: 60px;
  }
  .environment .box .column_box a .text .logo .a {
    display: none;
  }
  .environment .box .column_box a .text .logo .b {
    display: block;
  }
  .environment .box .column_box a .text i {
    display: none;
  }
  .environment .box .column_box a .text span {
    margin-left: 30px;
    position: relative;
  }
  .environment .box .column_box a .text span:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -2px;
  }
  .environment .box .column_box a:nth-child(n+3) {
    display: block;
  }
  .environment .box .column_box a:nth-child(n+4) {
    display: block;
  }
  .environment .more {
    width: 90%;
  }
}
.zhici {
  width: 100%;
  /*overflow: hidden;*/
  padding: 120px 0 260px 0;
  background: url('../img/011.jpg') no-repeat;
  background-size: cover;
  background-position: right bottom;
}
.zhici .box {
  width: 1300px;
  overflow: hidden;
  margin: 0 auto;
}
.zhici .box .title {
  width: 100%;
  margin-bottom: 40px;
}
.zhici .box .title img {
  width: 300px;
  display: block;
  margin-left: 50px;
}
.zhici .box .text {
  width: 800px;
  box-sizing: border-box;
  padding: 70px 35px;
  background-color: rgba(255, 255, 255, 0.4);
  line-height: 24px;
  text-align: justify;
  position: relative;
 /* z-index: 2;*/
}
.zhici .box .text p{
  text-indent: 2rem;
}
.zhici .box .list {
  width: 800px;
  display: flex;
  justify-content: center;
  margin-top: -31px;
  overflow: hidden;
}
.zhici .box .list .lbox {
  width: 200px;
  height: 100px;
  background: url('../img/012_1.png') no-repeat;
  background-size: 100% 100%;
}
.zhici .box .list .lbox span {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
  color: #2b5171;
  font-weight: 600;
  margin-top: 4px;
  font-size: 18px;
}
.zhici .box .list .lbox i {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #be0c00;
  margin: 2px 0 6px 28px;
}
.zhici .box .list .lbox p {
  margin: 0 auto;
  width: 65%;
  text-align: justify;
  color: #555555;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 12px;
}
@media (max-width: 1300px) {
  .zhici .box {
    width: 700px;
  }
  .zhici .box .text {
    width: 100%;
  }
  .zhici .box .list {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .zhici {
    padding: 25px 0 90px 0;
    margin-bottom: 40px;
    position: relative;
  }
  .zhici .box {
    width: 94%;
  }
  .zhici .box .title {
    margin-bottom: 15px;
  }
  .zhici .box .title img {
    width: 200px;
    margin: 0 auto;
  }
  .zhici .box .text {
    width: 100%;
    padding: 20px 15px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .zhici .box .list {
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -50%;
    margin-top: 0;
    justify-content: space-around;
  }
  .zhici .box .list .lbox {
    width: 95px;
    height: 80px;
    padding: 15px 25px;
    box-sizing: border-box;
    background: url('../img/012_2.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
  }
  .zhici .box .list .lbox span {
    width: 100%;
    height: 100%;
    text-align: justify;
    text-align-last: justify;
    line-height: 25px;
    margin-top: 0;
    font-size: 19px;
  }
  .zhici .box .list .lbox i {
    width: 5px;
    height: 25px;
    background-color: #be0c00;
    margin: 0;
    position: absolute;
    top: 38px;
    left: 75px;
  }
  .zhici .box .list .lbox p {
    display: none;
  }
}
.new {
  width: 100%;
  background: url('../img/015.png') no-repeat;
  background-size: 100% auto;
  background-position: center center;
  overflow: hidden;
  padding: 40px 0 120px 0;
}
.new .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.new .title img {
  width: 300px;
  display: block;
}
.new .box {
  width: 1200px;
  height: 390px;
  margin: 0 auto;
  display: flex;
}
.new .box .box_left {
  width: 65%;
  height: 100%;
  box-sizing: border-box;
  padding-right: 50px!important;
  border-right: 1px solid black;
}
.new .box .box_left .mySwiper2 .swiper-slide .image {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
}
.new .box .box_left .mySwiper2 .swiper-slide .image img {
  width: 100%;
  display: block;
}
.new .box .box_left .mySwiper2 .swiper-slide .text {
  width: 50%;
  box-sizing: border-box;
  padding-left: 50px;
}
.new .box .box_left .mySwiper2 .swiper-slide .text strong {
  width: 100%;
  display: block;
  font-size: 20px;
  margin-bottom: 60px;
}
.new .box .box_left .mySwiper2 .swiper-slide .text p {
  margin: 0;
  min-height: 105px;
  text-align: justify;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.new .box .box_left .mySwiper2 .swiper-slide .text span {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 14px;
  margin-top: 15px;
}
.new .box .box_left .mySwiper2 .swiper-slide .text .btn {
  margin-top: 30px;
  text-decoration: none;
  width: 35px;
}
.new .box .box_left .mySwiper2 .swiper-slide .text .btn img {
  width: 35px;
  display: block;
}
.new .box .box_left .mySwiper2 .wei_btn {
  width: 120px;
  height: 55px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.new .box .box_left .mySwiper2 .wei_btn .lb {
  width: 50%;
  height: 100%;
  background-color: #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new .box .box_left .mySwiper2 .wei_btn .lb img {
  width: 12px;
  display: block;
}
.new .box .box_left .mySwiper2 .swiper-button-next,
.new .box .box_left .mySwiper2 .swiper-button-prev:after {
  color: rgba(0, 0, 0, 0) !important;
}
.new .box .box_left .mySwiper2 .swiper-button-next,
.new .box .box_left .mySwiper2 .swiper-button-prev {
  width: 60px;
  height: 55px;
  margin-top: 142px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.new .box .box_left .mySwiper2 .swiper-button-next {
  right: 246px;
  background: rgba(0, 0, 0, 0);
}
.new .box .box_left .mySwiper2 .swiper-button-prev {
  left: 364px;
  background: rgba(0, 0, 0, 0);
}
.new .box .box_right {
  width: 35%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 50px;
  position: relative;
}
.new .box .box_right .list .strong {
  width: 100%;
  text-decoration: none;
  color: black;
  display: block;
  text-align: justify;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.new .box .box_right .list .image {
  width: 90%;
  min-height: 200px;
  overflow: hidden;
  margin: 0 auto;
}
.new .box .box_right .list .image img {
  width: 100%;
  display: block;
}
.new .box .box_right .list span {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  position: absolute;
  left: 50px;
  bottom: 70px;
}
.new .box .box_right .list .btn {
  text-decoration: none;
  width: 35px;
  position: absolute;
  bottom: 0;
  left: 50px;
}
.new .box .box_right .list .btn img {
  width: 35px;
  display: block;
}
.new .box .box_right .list .phone_btn {
  display: none;
}
.new .box .box_right .list:nth-child(n+2) {
  display: none;
}
.new .more {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.new .more a {
  display: block;
}
.new .more a img {
  width: 70px;
  display: block;
}
@media (max-width: 1300px) {
  .new .title {
    width: 100%;
  }
  .new .title img {
    width: 300px;
    margin: 0 auto;
  }
  .new .box {
    width: 780px;
    margin: 0 auto;
  }
  .new .box .box_left {
    width: 100%;
  }
  .new .box .box_right {
    display: none;
  }
  .new .more {
    width: 780px;
  }
}
@media (max-width: 800px) {
  .new {
    padding: 30px 0 30px 0;
  }
  .new .title {
    width: 100%;
  }
  .new .title img {
    width: 200px;
  }
  .new .box {
    width: 90%;
    height: auto;
  }
  .new .box .box_left {
    display: none;
  }
  .new .box .box_right {
    width: 100%;
    padding: 0;
    display: block;
  }
  .new .box .box_right .list {
    width: 100%;
    margin-bottom: 25px;
  }
  .new .box .box_right .list .strong {
    box-sizing: border-box;
    font-size: 18px;
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
  }
  .new .box .box_right .list .strong::before {
    content: '';
    width: 25px;
    height: 6px;
    background-color: #be0c00;
    position: absolute;
    left: 0;
    top: 10px;
  }
  .new .box .box_right .list .image {
    display: none;
  }
  .new .box .box_right .list span {
    display: none;
  }
  .new .box .box_right .list .btn {
    display: none;
  }
  .new .box .box_right .list .phone_btn {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #3d3d3d;
  }
  .new .box .box_right .list .phone_btn span {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #3d3d3d;
    color: #ededed;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: calc(100% - 20px);
    margin-top: -10px;
  }
  .new .box .box_right .list:nth-child(n+2) {
    display: block;
  }
  .new .more {
    width: 90%;
  }
}
.foot {
  width: 100%;
  overflow: hidden;
  background: url('../img/020.jpg') no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 300px 0 50px 0;
}
.foot .pc {
  width: 1200px;
  margin: 0 auto;
}
.foot .pc .box {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.foot .pc .box .image {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.foot .pc .box .image img {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
.foot .pc .box .image p {
  margin: 0;
}
.foot .pc .box .image p span {
  color: white;
  display: block;
  text-align: center;
  white-space: nowrap;
}
.foot .pc .box .image:nth-child(1) {
  width: 80px;
}
.foot .pc .box .image:nth-child(2) {
  width: 200px;
}
.foot .pc .box .image:nth-child(3) {
  width: 80px;
}
.foot .pc .erwei {
  width: 100%;
}
.foot .pc .erwei img {
  width: 250px;
  display: block;
  margin: 0 auto;
}
.foot .phone {
  display: none;
}
.foot .text {
  display: none;
}
@media (max-width: 1200px) {
  .foot .pc {
    width: 90%;
  }
}
@media (max-width: 760px) {
  .foot {
    background: url('../img/022.jpg') no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 30px 0 30px 0;
  }
  .foot .pc {
    display: none;
  }
  .foot .phone {
    display: block;
  }
  .foot .phone img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  .foot .phone span {
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    margin-top: 5px;
  }
  .foot .text {
    display: block;
    width: 100%;
    height: 90px;
    box-sizing: border-box;
    padding: 20px 0;
  }
  .foot .text span {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: white;
  }
}
@media (max-width: 760px) {
  body {
    min-height: calc(100% - 70px);
    padding-bottom: 70px;
  }
}
.foot_copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32px;
  background-color: #546924;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}
.foot_copyright .fc {
  text-decoration: none;
  color: white;
  font-size: 12px;
  margin: 0 4px;
}
@media (max-width: 760px) {
  .foot_copyright {
    bottom: 70px;
    background-color: transparent;
  }
}
.tabber {
  height: 70px;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 60;
  width: 100%;
  background: url('../img/025.jpg') no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.tabber .box {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.6);
}
.tabber .box a {
  width: 33%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
.tabber .box a img {
  width: 34px;
  display: block;
}
.tabber .box a span {
  display: block;
  font-size: 13px;
  color: #1a629b;
  margin-top: 3px;
}
.tabber .box a:nth-child(2) {
  width: calc(33% - 2px);
  border-left: 1px solid #1a629b;
  border-right: 1px solid #1a629b;
}
@media (max-width: 760px) {
  .tabber {
    display: block;
  }
}
.common_image {
  width: 100%;
  position: relative;
}
.common_image .image img {
  width: 100%;
  display: block;
}
.common_image .image .b {
  display: none;
}
.common_image .logo {
  width: 100%;
  display: none;
  padding: 10px 0;
}
.common_image .logo img {
  margin: 0 auto;
  display: block;
  width: 300px;
}
@media (max-width: 760px) {
  .common_image .image .b {
    display: block;
  }
  .common_image .image .a {
    display: none;
  }
  .common_image .logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .common_image .logo img {
    width: 180px;
  }
}
.common {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: white;
}
.common .commonbox {
  width: 1200px;
  margin: 0 auto;
}
.common .commonbox .common_title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #676767;
}
.common .commonbox .common_title .ge {
  width: 50px;
  height: 5px;
  background-color: #0254a6;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .common .commonbox {
    width: 90%;
  }
}
@media (max-width: 540px) {
  .common {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .common .commonbox .common_title {
    font-size: 20px;
  }
  .common .commonbox .common_title .ge {
    width: 40px;
    height: 3px;
  }
}
.com_our {
  width: 100%;
}
.com_our .com_our_title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: black;
}
.com_our .time {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #636363;
}
.com_our .com_our_content {
  width: 100%;
  margin-top: 10px;
  text-align: justify;
}
.com_our .com_our_content img {
  max-width: 100%;
}
.com_column_box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.com_column_box .column {
  width: 160px;
  height: 100%;
}
.com_column_box .column h2 {
  width: 100%;
  padding: 10px 0;
  letter-spacing: 2px;
  color: black;
  text-align: center;
  background-color: #e5e8eb;
  margin: 0;
  font-size: 20px;
}
.com_column_box .column .column_active {
  background-color: #7ac41a;
  color: white;
}
.com_column_box .column a {
  display: block;
  text-decoration: none;
  position: relative;
  width: calc(100% - 22px);
  text-align: center;
  padding: 15px 10px;
  color: #6c6c6c;
  font-size: 18px;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
.com_column_box .column a:hover {
  background-color: #7ac41a;
  color: white;
}
.com_column_box .com_content_box {
  width: calc(100% - 180px);
}
@media (max-width: 1200px) {
  .com_column_box {
    flex-direction: column;
    justify-content: center;
  }
  .com_column_box .column {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 4px 0;
    border: 0;
  }
  .com_column_box .column h2 {
    display: none;
  }
  .com_column_box .column a {
    width: auto;
    padding: 6px 10px;
    margin-bottom: 0;
    font-size: 16px;
    background-color: #6199e3;
    margin-right: 15px;
    color: white;
    white-space: nowrap;
  }
  .com_column_box .column a:before {
    display: none;
  }
  .com_column_box .column a:after {
    display: none;
  }
  .com_column_box .column a:nth-last-child(1):before {
    display: none;
  }
  .com_column_box .column a:nth-last-child(1):after {
    display: none;
  }
  .com_column_box .com_content_box {
    width: 100%;
  }
}
.com_product_box {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
}
.com_product_box a {
  text-decoration: none;
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc((100% - 40px) / 3);
}
.com_product_box a .image {
  overflow: hidden;
}
.com_product_box a .image img {
  display: block;
  width: 100%;
}
.com_product_box a span {
  display: block;
  width: calc(100% - 10px);
  padding: 5px;
  text-align: center;
  color: white;
  background-color: #93c41a;
}
.com_product_box a:hover .image img {
  transform: scale(1.2);
  transition: 300ms;
}
.com_product_box a:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 760px) {
  .com_product_box a {
    width: calc((100% - 20px) / 2);
  }
  .com_product_box a:nth-child(3n) {
    margin-right: 20px;
  }
  .com_product_box a:nth-child(2n) {
    margin-right: 0;
  }
}
.com_new_box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.com_new_box a {
  width: calc(48% - 20px);
  padding: 8px 10px;
  margin-bottom: 20px;
  text-decoration: none;
  border-bottom: 1px solid #626262;
  position: relative;
}
.com_new_box a span {
  display: block;
  width: calc(100% - 20px);
  text-align: left;
  color: #4c4b4a;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
}
.com_new_box a p {
  width: 100%;
  margin: 5px 0;
  color: #4c4b4a;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
}
.com_new_box a span:nth-child(3) {
  font-size: 14px;
}
.com_new_box a:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #4c4b4a;
  font-size: 26px;
  font-weight: 600;
}
/*.com_new_box a:nth-child(n+5) {
  display: none;
}*/
.com_new_box a:hover {
  border-bottom: 1px solid #6199e3;
}
.com_new_box a:hover span:nth-child(1) {
  color: #6199e3;
}
.com_new_box a:hover:after {
  transform: rotate(180deg);
  transition: 400ms;
  color: #6199e3;
}
@media (max-width: 760px) {
  .com_new_box a {
    width: 100%;
    padding: 8px 0;
  }
}
.pagination {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.pagination .btn-group {
  width: 200px;
  margin: 5px 0 20px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.pagination .btn-group .pagebtn_a,
.pagination .btn-group .pagebtn_s {
  width: 75px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.pagination .btn-group .pagebtn_s {
  color: #bebebe;
  border: 1px solid #bebebe;
}
.pagination .btn-group .pagebtn_a {
  text-decoration: none;
  color: black;
  border: 1px solid black;
}
.pagination .btn-group .pagebtn_a:hover {
  background-color: #6199e3;
  color: white;
  cursor: pointer;
}
