@charset "utf-8";

@font-face {
  font-family: "Helvetica-Roman-SemiB";
  src: url("../fonts/Helvetica-Roman-SemiB.eot"); /* IE9 */
  src: url("../fonts/Helvetica-Roman-SemiB.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/Helvetica-Roman-SemiB.woff") format("woff"), /* chrome、firefox */ url("../fonts/Helvetica-Roman-SemiB.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */ url("../fonts/Helvetica-Roman-SemiB.svg#Helvetica-Roman-SemiB") format("svg"); /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;
}

/* base */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* font-size: calc(100vw / 7.5); */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0 auto;
  font-family: "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
  max-width: 1920px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out 0.2s;
  -moz-transition: opacity 0.2s ease-in-out 0.2s;
  -ms-transition: opacity 0.2s ease-in-out 0.2s;
  -o-transition: opacity 0.2s ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out 0.2s;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -moz-outline-style: none;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

b,
strong {
  font-weight: bold;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

pre {
  overflow: auto;
}


dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: normal;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  outline: none;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input:not([type="radio"]) {
  line-height: normal;
  outline: none;
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

.img_h {
  position: relative;
  cursor: pointer;
}
.img_h img {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.img_h img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.img_h.img_ha:hover img {
  opacity: 1;
}
.img_h.img_ha:hover img:nth-child(2) {
  opacity: 0;
}
a:hover .img_h.img_ha img,
.img_h:hover img {
  opacity: 0;
}
a:hover .img_h.img_ha img:nth-child(2),
.img_h:hover img:nth-child(2) {
  opacity: 1;
}


.visible-xs {
  display: none !important;
}

.clearfix::after {
  content: '';
  height: 0;
  display: block;
  clear: both;
}

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

.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  line-height: 24px;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
  line-height: 24px;
}

.o_fit video,
.o_fit img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

[dis-select] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[dis-drag] {
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.f-dr { /*水平*/
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.f-dc { /*垂直*/
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-1 > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block; /* IE10失效的解决办法 */
}

.f-as {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-ac {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-ae {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.f-js {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.f-jc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.f-je {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.f-jsb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }
}

/* base */

/* scrollbar */
@media (min-width: 1024px) {
  ::-webkit-scrollbar-track-piece {
    width: 10px;
    background-color: #ccc;
  }

  ::-webkit-scrollbar {
    width: 8px;
    height: 6px
  }

  ::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #666;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #333;
  }

  ::selection {
    background: #ccc;
    color: #fff;
  }
}

/* scrollbar */

/* animation */
/*
  animation: jump_down 1.8s infinite ease-in-out;
	-moz-animation: jump_down 1.8s infinite ease-in-out;
	-webkit-animation: jump_down 1.8s infinite ease-in-out;
  -o-animation: jump_down 1.8s infinite ease-in-out;
*/
/* jump_down */
@keyframes jump_down {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  50% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
}

@-moz-keyframes jump_down {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  50% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
}

@-webkit-keyframes jump_down {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  50% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
}

@-o-keyframes jump_down {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  50% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
}

/* jump_down */

/* animation */

/* page */
/*
  <div class="pagination">
    <div class="page_pc hidden-xs clearfix">
      <a href="javascript:;">上一页</a>
      <a href="javascript:;" class="page_num act">1</a>
      <a href="javascript:;" class="page_num">2</a>
      <a href="javascript:;" class="page_num">3</a>
      <a href="javascript:;">下一页</a>
      <em>共10页</em>
    </div>
    <a href="javascript:;" class="page_sj visible-xs">加载更多</a>
  </div>
*/
.pagination {
  padding: 60px 0;
}
.page_pc {
  text-align: center;
  line-height: 23px;
  font-size: 0;
}

.page_pc a {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  color: #bdbdbd;
  margin: 0 2px;
  font-family: Arial;
  border: 2px solid transparent;
  border-bottom-color: #ebebeb;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.page_pc a:hover,
.page_pc a.act {
  border-bottom-color: #bdbdbd;
  color: #bdbdbd;
}

.page_pc .page_num {
  width: 26px;
}
.page_pc .prev,
.page_pc .next {
  width: 30px;
  height: 25px;
  border: solid 1px #ebebeb;
}
.page_pc a.prev:hover,
.page_pc a.next:hover {
  background: #bdbdbd;
  border-color: #bdbdbd;
}
.page_pc .prev img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page_sj {
  width: 100px;
  height: 32px;
  background: #307957;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 32px;
  display: none;
  text-align: center;
}

/* page */

/* common */
.md {
  position: absolute;
  left: 0;
  top: -100px;
}
.commonP {
  position: absolute;
  bottom: 0;
  z-index: 9;
  text-align: center;
  width: 100%;
}
.commonP .swiper-pagination-bullet {
  background: #000;
  margin: 0 4px;
}
.commonP .swiper-pagination-bullet.swiper-pagination-bullet-active {
}


/* common */

/* header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  padding: 0 50px;
  height: 100px;
}
.header .logo img {
  height: 50px;
}
.header_nav li {
  margin-left: 52px;
  position: relative;
}
.header_nav li > a {
  font-size: 18px;
  font-weight: bold;
  line-height: 100px;
  color: #333;
}
.header_nav li.on > a,
.header_nav li.active > a {
  color: #2d845c;
}
.header_nav li > a::after {
  content: '';
  width: 0%;
  height: 3px;
  background-color: #2d845c;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.header_nav li.on > a::after,
.header_nav li.active > a::after {
  width: 100%;
}
.header_nav li.ico {
  margin-left: 25px;
}
.header_nav li.ico > a::after {
  display: none;
}
.header_nav li.ico > a {
  width: 36px;
  height: 36px;
  background-color: #fff;
  border: solid 1px #333;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header_nav li.ico > a:hover {
  background: #333;
  color: #fff;
}
.header_nav li.en > a {
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
}
.header_nav li.tel {
  margin-left: 80px;
}
.header_nav .header_nav2 {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  height: 60px;
  width: 100%;
  background: #eee;
  text-align: center;
  font-size: 0;
}
.header_nav .header_nav2 p {
  display: inline-block;
  vertical-align: top;
}
.header_nav .header_nav2 a {
  display: block;
  line-height: 60px;
  height: 60px;
  padding: 0 24px;
  font-size: 14px;
  color: #333;
  background: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header_nav .header_nav2 a:hover {
  color: #1b6b46;
}
.headerSJ {
  display: none;
}

/* header */

/* banner */
.banner {
  position: relative;
}
.banner .swiper-slide {
  overflow: hidden;
  position: relative;
}
.banner .swiper-slide .text {
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50%;
  width: 31.25%;
}
.banner .swiper-slide .text img {
  background: #fff;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.banner .swiper-slide-active .text img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background: rgba(255, 255, 255, 0);
  width: 25%;
}
.banner .swiper-slide .text p:nth-child(1) {
  padding-right: 34%;
}
.banner .swiper-slide .text p:nth-child(2) {
  padding-left: 34%;
  margin-top: 20px;
}
.banner .swiper-slide .text p:nth-child(1) img:nth-child(1) {
  transition-delay: 0.6s;
}
.banner .swiper-slide .text p:nth-child(1) img:nth-child(2) {
  transition-delay: 0.3s;

}
.banner .swiper-slide .text p:nth-child(1) img:nth-child(3) {
  transition-delay: 0.7s;
}
.banner .swiper-slide .text p:nth-child(1) img:nth-child(4) {
  transition-delay: 0.2s;

}
.banner .swiper-slide .text p:nth-child(2) img:nth-child(1) {
  transition-delay: 0.4s;
}
.banner .swiper-slide .text p:nth-child(2) img:nth-child(2) {
  transition-delay: 0.1s;

}
.banner .swiper-slide .text p:nth-child(2) img:nth-child(3) {
  transition-delay: 0.5s;
}
.banner .swiper-slide .text p:nth-child(2) img:nth-child(4) {
  transition-delay: 0.8s;
}
.banner .swiper-slide .img {
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 14%;
  width: 26.25%;
}
.banner .swiper-slide .img img {
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.8s ease 0.2s;
  -moz-transition: all 0.8s ease 0.2s;
  -ms-transition: all 0.8s ease 0.2s;
  -o-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
}
.banner .swiper-slide .img img:nth-child(1) {
  -webkit-transform: translateX(2%);
  -moz-transform: translateX(2%);
  -ms-transform: translateX(2%);
  -o-transform: translateX(2%);
  transform: translateX(2%);

}
.banner .swiper-slide .img img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: translateX(-2.5%);
  -moz-transform: translateX(-2.5%);
  -ms-transform: translateX(-2.5%);
  -o-transform: translateX(-2.5%);
  transform: translateX(-2.5%);
  opacity: 0;
}
.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}
.banner .banner_btn {
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  z-index: 9;
  cursor: pointer;
  outline: none;
}
.banner .banner_btn.next {
  right: 50px;
  left: auto;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.inner_banner {
  position: relative;
  /*padding-top: 100px;*/
}
.inner_banner1 {
  position: relative;
  top: 100px;    
}
.inner_banner .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.inner_banner .text h3 {
  font-size: 42px;
  color: #fff;
}
.inner_banner .text h3::before,
.inner_banner .text h3::after {
  content: '';
  width: 80px;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
  margin: 0 24px;
  display: block;
}
.inner_banner .text h5 {
  font-family: Arial;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 2.2px;
  color: #fff;
  opacity: 0.8;
  margin-top: 10px;
}
.inner_banner .text .search {
  max-width: 770px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.inner_banner .text .search input {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #333;
  height: 50px;
  background-color: #f7f7f7;
  border: solid 1px #ddd;
  padding: 0 80px 0 30px;
}
.inner_banner .text .search input::placeholder {
  color: #999;
}
.inner_banner .text .search a {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.inner_banner .text .search_text {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
.inner_banner .text .search_text span {
  font-size: 22px;
}
.banner_nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;

}
.banner_nav a {
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: rgba(64, 106, 73, 0.8);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.banner_nav a:last-child {
  border-right: 0;
}
.banner_nav a.active,
.banner_nav a:hover {
  background: #fff;
  color: #406a49;
  font-weight: bold;
}
/* banner */

/* index */
.wrapper {
  overflow: hidden;
  padding-top: 100px;
}
.ind {
  margin: 80px auto;
}
.ind_tit {
}
.ind_tit h3 {
  position: relative;
}
.ind_tit h3 span {
  position: relative;
  z-index: 3;
  font-size: 36px;
  font-weight: bold;
  color: #333;
}
.ind_tit h3::after {
  content: '';
  width: 718px;
  height: 22px;
  background-color: #1d7b50;
  opacity: 0.1;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}
.ind_tit.f-je h3::after {
  left: auto;
  right: 0;
}
.ind_nav {
  font-size: 20px;
  color: #999;
}
.ind_nav a {
  font-size: 20px;
  line-height: 32px;
  color: #999;
  margin-left: 40px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ind_nav a:first-child {
  margin-left: 0;
}
.ind_nav a::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #2d845c;
  box-shadow: 0px 6px 5px rgba(45, 132, 92, 0.26);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ind_nav a.active {
  color: #333;
}
.ind_nav a.active::after {
  opacity: 1;
}
@-webkit-keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.33);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1)
  }
}
@-moz-keyframes ripple {
  0% {
    opacity: 0;
    -moz-transform: scale(0.33);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1)
  }
}
@-o-keyframes ripple {
  0% {
    opacity: 0;
    -o-transform: scale(0.33);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -o-transform: scale(1)
  }
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.33);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.point-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  opacity: 1;
  cursor: pointer;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.point-area .point-name {
  position: absolute;
  width: 402px;
  left: 17px;
  bottom: 24px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.point-area.lt .point-name,
.point-area.lb .point-name,
.point-area .point-name:nth-child(2) {
  width: 368px;
  left: auto;
  right: 0;
}
.point-area.lt.lb .point-name:nth-child(2) {
  width: 402px;
  top: auto;
  bottom: 25px;
  right: -34px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.point-area .point-name .line {
  width: 0;
  height: 140px;
  overflow: hidden;
  position: relative;
}
.point-area .point-name .line::after {
  content: '';
  display: block;
  width: 108px;
  height: 140px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/ind1_line_r.png) left top / contain no-repeat;
}
.point-area.lt .point-name {
  right: 0px;
  left: auto;
  top: 12px;
}
.point-area.lt .point-name .line::after {
  width: 56px;
  height: 160px;
  bottom: 0;
  top: auto;
  background: url(../images/ind1_line_l.png) left top / contain no-repeat;
}
.point-area.lb .point-name {
  left: auto;
  bottom: auto;
  right: 0px;
  top: 24px;
}
.point-area.lb .point-name .line::after {
  width: 56px;
  height: 160px;
  background: url(../images/ind1_line_lb.png) left top / contain no-repeat;
}
.point-area.lt.lb .point-name {
  top: 24px;
}
.point-area.lt.lb .point-name .line::after {
  top: 0;
  bottom: auto;
}

.point-area.rb .point-name {
  bottom: auto;
  top: -27px;
}
.point-area.rb .point-name .line::after {
  background: url(../images/ind1_line_rb.png) left top / contain no-repeat;
}
.point-area.lt .point-name .line,
.point-area.lb .point-name .line,
.point-area.rt .point-name .line,
.point-area .point-name:nth-child(2) .line {
  width: 56px;
  height: 0;
}
.point-area.rt .point-name .line::after,
.point-area .point-name:nth-child(2) .line::after {
  width: 56px;
  height: 160px;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  background: url(../images/ind1_line_l.png) left top / contain no-repeat;
}
.point-area.lt.lb .point-name:nth-child(2) .line::after {
  width: 56px;
  height: 160px;
  background: url(../images/ind1_line_l.png) left top / contain no-repeat;
  top: auto;
  bottom: 0;
}
.point-area.active .point-name {
  opacity: 1;
  visibility: visible;
}
.point-area.active .point-name .line {
  width: 108px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.point-area.lt.active .point-name .line,
.point-area.lb.active .point-name .line,
.point-area.rt.active .point-name .line,
.point-area.active .point-name:nth-child(2) .line {
  width: 56px;
  height: 160px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.point-area.lt.lb.active .point-name:nth-child(2) .line {
  width: 56px;
  height: 160px;
}
.point-area .point-name .kuang {
  background: url(../images/kuang.png) center / contain no-repeat;
  opacity: 0;
  visibility: hidden;
  margin-left: -6px;
}
.point-area.lt .point-name .kuang,
.point-area.lb .point-name .kuang,
.point-area.rt .point-name .kuang,
.point-area .point-name:nth-child(2) .kuang {
  margin-left: 0;
  margin-right: -4px;
  order: -1;
  position: relative;
  top: -68px;
}
.point-area.lt.lb .point-name:nth-child(2) .kuang {
  top: -60px;
}
.point-area.lb .point-name .kuang {
  top: 20px;
}
.point-area.rb .point-name .kuang {
  top: 60px;
  position: relative;
}
.point-area.active .point-name .kuang {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease 0.4s;
  -moz-transition: all 0.4s ease 0.4s;
  -ms-transition: all 0.4s ease 0.4s;
  -o-transition: all 0.4s ease 0.4s;
  transition: all 0.4s ease 0.4s;
}
.point-area .point {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: transparent;
}
.point-area .point.point-dot {
  z-index: 1;
  background-color: #fff;
}
.point-area .point.point-10,
.point-area .point.point-40,
.point-area .point.point-80,
.point-area .point.point-shadow {
  width: 100%;
  height: 100%;
}
.point-area .point-10:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #d65015;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 225ms infinite;
  -moz-animation: ripple 4500ms ease-out 225ms infinite;
  -o-animation: ripple 4500ms ease-out 225ms infinite;
  animation: ripple 4500ms ease-out 225ms infinite;
}
.point-area .point-40:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #d65015;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 900ms infinite;
  -moz-animation: ripple 4500ms ease-out 900ms infinite;
  -o-animation: ripple 4500ms ease-out 900ms infinite;
  animation: ripple 4500ms ease-out 900ms infinite;
}
.point-area .point-80:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #d65015;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 1800ms infinite;
  -moz-animation: ripple 4500ms ease-out 1800ms infinite;
  -o-animation: ripple 4500ms ease-out 1800ms infinite;
  animation: ripple 4500ms ease-out 1800ms infinite;
}
.point-area .point-shadow:after {
  -webkit-box-shadow: inset 0 0 5em rgba(214, 80, 21, 0.16);
  -moz-box-shadow: inset 0 0 5em rgba(214, 80, 21, 0.16);
  box-shadow: inset 0 0 5em rgba(214, 80, 21, 0.16);
}
.ind1_con {
  margin-top: 40px;
  padding-bottom: 80px;
  position: relative;
}
.ind1_con .swiper-container {
  overflow: visible;
}
.ind1_con .l {
  width: 74.56%;
  position: relative;
}
.ind1_con .r {
  width: 25.44%;
  padding-left: 36px;
  padding-top: 80px;
}
.ind1_con .r h4 {
  font-family: Arial;
  font-size: 32px;
  color: #444;
}
.ind1_con .r h5 {
  font-size: 24px;
  color: #333;
  margin-top: 10px;
}
.ind1_con .r p {
  font-size: 14px;
  line-height: 28px;
  color: #999;
  margin-top: 32px;
}
.ind1_con .r a.more {
  width: 252px;
  margin: 32px auto 0;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #2d845c;
  height: 44px;
  border-bottom: 1px solid #2d845c;
  border-top: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ind1_con .r a.more:hover {
  background: #2d845c;
  border-top-color: #2d845c;
  color: #fff;
}
.ind1B {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}
.ind1B ul li {
  margin-left: 7px;
  cursor: pointer;
}
.ind1B ul li .img {
  position: relative;
}
.ind1B ul li .img::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #d65015;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ind1B ul li.active .img::after {
  opacity: 1;
}
.ind1B ul li p {
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ind1B ul li.active p {
  opacity: 1;
  visibility: visible;
}
.ind1B ul li:last-child {
  padding-bottom: 24px;
  cursor: default;
}
.ind1B ul li:last-child .block {
  width: 300px;
  height: 90px;
  background: #2d845c;
  margin-left: 24px;
}
.ind2 {
  padding: 80px 0;
  margin: 0;
}
.ind2 .l {
}
.ind2 .ind2_tit {
  padding-left: 48px;
  padding-top: 56px;
}
.ind2 .ind2_tit h3 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  font-family: Arial;
}
.ind2 .ind2_tit h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 20px;
  color: #fff;
}
.ind2 .r {
  width: 700px;
}
.ind2 .r li {
  width: 50%;
  height: 195px;
  float: left;
  overflow: hidden;
}
.ind2 .r li:nth-child(1) {
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.ind2 .r li:nth-child(2) {
  border-bottom: 1px solid #f5f5f5;
}
.ind2 .r li:nth-child(3) {
  border-right: 1px solid #f5f5f5;
}
.ind2 .r li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 28px 24px;
}
.ind2 .r li a:hover {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.47);
}
.ind2 .r li a h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ind2 .r li a h6 {
  font-size: 12px;
  color: #999;
  font-family: Arial;
  margin-top: 4px;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ind2 .r li a .cir {
  position: absolute;
  bottom: 56px;
  right: 60px;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  border-radius: 50%;
  box-shadow: 0px 0px 0px 300px #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ind2 .r li a:hover h4,
.ind2 .r li a:hover h6 {
  color: #fff;
}
.ind2 .r li a:hover .cir {
  width: 700px;
  height: 700px;
}
.ind3 {
  padding: 80px 0;
  margin: 0;
}
.ind3_con {
  margin-top: 70px
}
.ind3_con .l .img {
  overflow: hidden;
}
.ind3_con .l img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind3_con .l 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);
}
.ind3_con .l {
  width: 40%;
  position: relative;
}

.ind3_con .l .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-left: 60px;
}
.ind3_con .l .text h4 {
  font-size: 25px;
  color: #666;
  font-weight: bold;
  box-shadow: 0px 2px 4px rgba(255, 255, 255, 0.26);
}
.ind3_con .l .text h6 {
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.ind3_con .l .text h6::after {
  content: '';
  width: 67px;
  height: 1px;
  background-color: #999;
  margin-top: 20px;
  display: block;
}
.ind3_con .r {
  width: 60%;
}
.ind3_con .r li {
  float: left;
  width: 33.3%;
  position: relative;
}
.ind3_con .r li .img {
  overflow: hidden;
}
.ind3_con .r li a img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind3_con .r li 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);
}
.ind3_con .r li .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24%;
  background-color: rgba(245, 245, 245, 0.6);
  padding: 0 42px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind3_con .r li a:hover .text {
  background: #2d845c;
}
.ind3_con .r li .text h4 {
  font-size: 20px;
  line-height: 28px;
  color: #666;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind3_con .r li a:hover .text h4 {
  color: #fff;
}
.ind3 .more {
  width: 252px;
  margin: 32px auto 0;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #2d845c;
  height: 44px;
  border-bottom: 1px solid #2d845c;
  border-top: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ind3 .more:hover {
  background: #2d845c;
  border-top-color: #2d845c;
  color: #fff;
}
.ind4 {
  margin: 0;
  padding-bottom: 80px;
}
.ind4_con {
  margin-top: 70px
}
.ind4 .l {
  width: 46.625%;
}
.ind4 .r {
  width: 42.75%;
}
.ind4 .ri {
  display: none;
  position: relative;
}
.ind4 .r a {
  bottom: -30px;
  right: 0;
  position: absolute;
  width: 240px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #2d845c;
  border-radius: 4px;
}
.ind4_list ul {
  display: none;
}
.ind4_list ul li {
  margin-top: 60px;
}
.ind4_list ul li a h4 {
  font-size: 22px;
  color: #333;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind4_list ul li a:hover h4 {
  color: #2d845c;
}
.ind4_list ul li a h6 {
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  color: #999;
  padding-right: 160px;
  position: relative;
  margin-top: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind4_list ul li a:hover h6 {
  color: #aaa;
}
.ind4_list ul li a h6 span {
  color: #666;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind4_list ul li a:hover h6 span {
  color: #ccc;
}
/* index */

/* footer */
.footer {
  background: url(../images/footer.png) center top / cover no-repeat;

}
.footer .t {
  border-bottom: 1px solid #ddd;
}
.footer .t ul {
  height: 100px;
  font-size: 18px;
  line-height: 24px;
  color: #333;
}
.footer .t ul li {
  margin-right: 100px;
}
.footer .m {
  padding: 50px 0;
}
.footer .m .footer_contact {
  font-size: 14px;
  color: #444;
  line-height: 20px;
}
.footer .m .footer_contact p {
  position: relative;
  padding: 4px 0 4px 24px;
}
.footer .m .footer_contact img {
  margin-right: 12px;
  position: absolute;
  top: 7px;
  left: 0;
}
.footer .m .footer_msg {
  cursor: pointer;
}
.footer .m .footer_msg p {
  width: 420px;
  height: 40px;
  line-height: 38px;
  border: solid 1px #ddd;
  border-right: 0;
  padding: 0 16px;
  font-size: 14px;
  color: #999;
  background: transparent;
}
.footer .m .footer_msg a {
  width: 96px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #2d845c;
  font-size: 16px;
  color: #fff;
}
.footer .m .footer_ewm {
  width: 110px;
  text-align: center;
}
.footer .m .footer_ewm p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #333;
}
.footer .b {
  font-size: 14px;
  line-height: 18px;
  color: #666;
  background-color: rgba(0, 0, 0, 0.03);
}
.footer .b .container {
  height: 64px;
}
#msgModel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

#msgModel .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

#msgModel .inner {
  position: relative;
  z-index: 9;
  background: #fff;
  width: 90%;
  padding: 40px 5%;
  border-radius: 8px;
}

#msgModel .ta {
  margin-top: 28px;
}
#msgModel .ta textarea {
  display: block;
  width: 100%;
  height: 220px;
  background-color: #fafbfc;
  border: solid 1px #ebedf0;
  resize: none;
  font-size: 18px;
  color: #c6c6c6;
  padding: 20px;
}

#msgModel .honor_tit {
  margin-bottom: 50px;
}

#msgModel ul {
  margin-top: 28px;
}
#msgModel ul li {
  width: 30%;
  position: relative;
}
#msgModel ul li.addr {
  width: 65%;
}

#msgModel ul li label {
  width: 100%;
  display: block;
}

#msgModel ul li .inp label {
  width: auto;
  margin-right: 20px;
}
#msgModel ul li .inp label input[type="radio"] {
  margin-right: 6px;
}

#msgModel ul li .inp,
#msgModel ul li input[type="text"] {
  width: 100%;
  height: 48px;
  background-color: #fafbfc;
  border: solid 1px #ebedf0;
  padding-left: 84px;
}
#msgModel ul li.addr input[type="text"] {
  padding-left: 124px;
}

#msgModel ul li p {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #196a45;
  border-left: 4px solid #196a45;
  line-height: 48px;
  padding-left: 28px;
}

#msgModel .btns {
  margin-top: 56px;
}
#msgModel .btns a {
  width: 100px;
  height: 40px;
  opacity: 0.95;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}
#msgModel .btns a.submit {
  color: #fff;
  background-color: #2d845c;
  margin-right: 10px;
}
#msgModel .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: solid 1px #e5e5e5;
  cursor: pointer;
}
#msgModel .close::before,
#msgModel .close::after {
  content: '';
  width: 13px;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#msgModel .close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
  /* footer */

/* about */
.about {
  background: url(../images/about_bg.png) center / cover no-repeat;
  padding: 100px 0;
  position: relative;
}
.about .about-us {
  position: absolute;
  right: 0;
  top: 10%;
}
.about .img {
  width: 50%;
}
.about .img img {
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
.about .text {
  width: 50%;
}
.about .text h4 {
  font-size: 30px;
  line-height: 42px;
  color: #406a49;
}
.about .text h6 {
  font-family: Arial;
  font-size: 16px;
  color: #406a49;
  margin-top: 8px;
}
.about .text .inner {
  border-top: 1px solid #cbcbcb;
  margin-top: 32px;
}
.about .text p {
  font-size: 16px;
  line-height: 28px;
  color: #4d4d4d;
  margin-top: 20px;
}
/* about */

/* culture */
.culturei {
  margin: 100px 0;
  background: #fff url(../images/culture_bg.png) center / cover no-repeat;
  padding: 4% 10% 5%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}
.culture li {
  position: relative;
  box-shadow: 0px 4px 7.7px 0.3px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.culture li:hover {
  box-shadow: 0px 4px 7.7px 1px rgba(0, 0, 0, 0.2);
}
.culture li .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 13%;
}
.culture li .text h4 {
  font-size: 30px;
  color: #363636;
}
.culture li .text h6 {
  font-size: 22px;
  line-height: 46px;
  letter-spacing: 4.8px;
  margin-top: 28px;
  color: #363636;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
}
.culture li:nth-child(1) .text {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.culture li:nth-child(2) .text {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.culture li:nth-child(2) .text h4 {
  margin-top: 14%;
}
.culture li:nth-child(3) .text {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cultureP {
  position: static;
  margin-top: 20px;
}
/* culture */

/* development */
.dev {
  padding: 100px 0;
  background: url(../images/dev_bg.png) center / cover no-repeat;
}
.devS {
  position: relative;
}
.devS .img {
  width: 50%;
  padding: 14px;
}
.devS .img .inner {
  position: relative;
  max-width: 512px;
  width: 80%;
}
.devS .img .inner::before {
  content: '';
  background: #a6c3b6;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -14px;
  top: 14px;
}
.devS .img .inner img {
  position: relative;
  z-index: 3;
}
.devS .text {
  width: 50%;
  padding-top: 40px;
}
.devS .text h4 {
  font-size: 36px;
  font-family: Helvetica-Roman-SemiB;
  color: #333;
}
.devS .text h6 {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  margin-top: 20px;
}
.dev_time_line {
  margin-top: 60px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #999;
}
.dev_time_line span {
  background: url(../images/time_line_bg.png) left bottom / 100% 100% no-repeat;
  height: 40px;
  position: relative;
}
.dev_time_line span i {
  font-style: normal;
  color: #333;
  width: 100px;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 16.5%;
  margin-top: 20px;
  text-align: center;
  position: absolute;
  top: 100%;
  font-family: Helvetica-Roman-SemiB;
  font-size: 30px;
  line-height: 48px;
  color: #999;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.dev_time_line span.active i {
  font-size: 36px;
  color: #005a42;
}
.dev_time_line span i::before {
  content: '';
  width: 1px;
  background: #005a42;
  position: absolute;
  left: 50%;
  bottom: 68px;
  height: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.dev_time_line span.active i::before {
  height: 60px;
}
.dev_time_line .inner {
  position: relative;
}

.devS .img_h {
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  outline: none !important;
  z-index: 9;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.09);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.devS .img_h:hover {
  background: #005a42;
}
.devS .img_h.devPrev {
  left: 0px;
}
.devS .img_h.devPrev img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.devS .img_h.devNext {
  right: 0px;
}
/* development */

/* honor */
.honor {
  background: url(../images/honor_bg.png) center top / 100% auto repeat-y;
}
.honor_tit {
  background: url(../images/honor_tit.png) center bottom no-repeat;
  font-size: 30px;
  line-height: 32px;
  color: #406a49;
  text-align: center;
  padding-bottom: 20px;
}
.honori {
  padding: 80px 0 0;
}
.honori p {
  font-size: 22px;
  line-height: 44px;
  color: #363636;
  text-align: center;
}
.honori .honor1S {
  max-width: 1080px;
  margin: 50px auto 0;
}
.honori ul li {
  padding: 30px 30px 0;
  background: #fff;
  box-shadow: 2.5px 4.3px 4px rgba(0, 0, 0, 0.2);
}
.honori ul li h6 {
  font-size: 22px;
  line-height: 72px;
  color: #363636;
  text-align: center;
}
.honor1 p {
  margin-top: 136px;
}
.honor2 {
  padding-top: 0;
  margin-top: 80px;
}
.honor2 .img {
  margin-top: 92px;
}
.honor3 p {
  margin-top: 44px;
}
.honor3 .img {
  position: relative;
  margin-top: 60px;
}
.honor3 .img h4 {
  font-size: 20px;
  text-align: left;
  margin-top: 20px;
  color: #333;
}
.honor3 .img p {
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  margin-top: 6px;
  color: #666;
}
.honor3 .img .honor3_ico {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.honor3 .img .point-area {
  width: 100px;
  height: 100px;
}
.honor3 .img .point-area .point.point-dot {
  background: #406a49;
  width: 20px;
  height: 20px;
}
.honor3 .img .point-area .point-name2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  color: #406a49;
  position: absolute;
  top: 100px;
  text-align: center;
  width: 100%;
}
.honor3 .img .point-area .point-10:after,
.honor3 .img .point-area .point-40:after,
.honor3 .img .point-area .point-80:after {
  background: #406a49;
}
.honor4 p {
  margin-top: 44px;
}
.honor4 {
  padding-bottom: 80px;
}
.honor4_con {
  margin-top: 100px;
  background: #f5f5f5;
}
.honor4_con .l {
  width: 50%;
}
.honor4_con .r {
  width: 50%;
  padding: 32px;
}
.honorP {
  margin-top: 50px;
}
.honorP span.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #a9a9a9;
}
.honorP span.swiper-pagination-bullet-active {
  background: #2b467c;
}
/* honor */

/* news */
.news {
  background: #f7f7f7;
  margin: 100px auto;
}
.news li {
}
.news li a {
  padding: 60px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.news li a::after {
  content: '';
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 60px;
  right: 60px;
}
.news li a:hover {
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
}
.news li a .img {
  width: 34%;
}
.news li a .text {
  padding-left: 60px;
  width: 66%;
  padding-right: 16%;
  position: relative;
}
.news li a .text h4 {
  font-size: 24px;
  line-height: 28px;
  color: #333;
  padding-left: 18px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news li a:hover .text h4 {
  color: #196a45;
}
.news li a .text h4::before {
  content: '';
  width: 3px;
  height: 22px;
  background-color: #196a45;
  position: absolute;
  left: 0;
  top: 3px;
}
.news li a .text p {
  font-size: 16px;
  line-height: 32px;
  height: 64px;
  color: #555;
  margin-top: 20px;
}
.news li a .text h6 {
  font-size: 14px;
  color: #999;
  margin-top: 50px;
}
.news li a .text h6 img {
  margin-right: 5px;
}
.news li a .text .img_h {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #f7f7f7;
  border: solid 1px #e0e0e0;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news li a:hover .text .img_h {
  background-color: #196a45;
}

.news_detail {
  margin: 160px auto 100px;
  background: #fff;
  width: 90%;
  max-width: 1400px;
  padding: 60px;
}
.news_detail .t {
  text-align: center;
}
.news_detail .t h1 {
  font-size: 30px;
  line-height: 36px;
  color: #404040;
}
.news_detail .t h6 {
  margin-top: 18px;
}
.news_detail .t h6 span {
  font-size: 14px;
  color: #555;
  margin-right: 24px;
}
.news_detail .t h6 span:last-child {
  margin-right: 0px;
}
.news_detail .t h6 span img {
  margin-right: 6px;
}
.news_detail .m {
  margin: 24px 0;
  padding: 24px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  line-height: 32px;
  color: #666;
}
.news_detail .b {
  position: relative;
  padding-right: 160px;
}
.news_detail .b a {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666;
}
.news_detail .b a.back {
  width: 150px;
  height: 44px;
  background-color: #196a45;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 3.6px;
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  border-radius: 1px;
}
.news_detail .b a.back::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #196a45;
  border-radius: 1px;
  opacity: 0.1;
  position: absolute;
  left: 4px;
  top: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news_detail .b a.back span {
  position: relative;
  z-index: 3;
}
.news_detail .b a.back span img {
  margin-left: 12px;
}
.news_detail .b a.back:hover::before {
  left: 0;
  top: 0;
}
/* news */

/* join */
.join1 {
}
.join_tit {
  text-align: center;
}
.join_tit h4 {
  font-size: 30px;
  line-height: 36px;
  color: #196a45;
}
.join_tit h4::after {
  content: '';
  width: 30px;
  height: 3px;
  background-color: #196a45;
  margin: 20px auto;
  display: block;
}
.join_tit h6 {
  font-size: 18px;
  line-height: 36px;
  color: #333;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.join1_1 {
  background: #fff;
  padding: 100px 0 60px;
}
.join1_1 .ico {
  box-shadow: 0px 4px 7.7px 0.3px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin: -100px auto 30px;
}
.join1_2 {
  background: #f7f7f7;
  padding: 80px 0;
}
.join1_2 ul {
}
.join1_2 ul li {
  float: left;
  box-shadow: 0px 4px 7.7px 0.3px rgba(0, 0, 0, 0.04);
  margin-right: 33px;
  margin-top: 33px;
  width: calc(33.3% - 22px);
  cursor: pointer;
}
.join1_2 ul li:nth-child(3n) {
  margin-right: 0;
}
.join1_2 ul li .img {
  overflow: hidden;
}
.join1_2 ul li .img img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.join1_2 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);
}
.join1_2 ul li .text {
  text-align: center;
  padding: 24px 50px;
  background: #fff;
}
.join1_2 ul li .text h4 {
  font-size: 24px;
  line-height: 36px;
  color: #333;
}
.join1_2 ul li .text h6 {
  font-size: 16px;
  line-height: 28px;
  color: #555;
  margin-top: 10px;
}
.join1_3 {
  padding: 80px 0;
}
.join1_3 ul {
  margin-top: 60px;
}
.join1_3 ul li {
  width: calc(50% - 40px);
}
.join1_3 ul li p {
  font-size: 24px;
  color: #333;
  text-align: center;
}
.join1_3 ul li .img {
  margin-top: 32px;
  position: relative;
}
.join1_3 ul li .text {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  padding: 40px 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.join2 {
  margin: 100px auto;
}
.join2_inner_tit li {
  font-size: 16px;
  font-weight: bold;
  color: #494c4b;
  width: 20%;
  float: left;
  text-align: center;
  line-height: 60px;
  height: 60px;
}
.join2_inner_list > ul > li {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.join2_inner_list > ul > li:last-child {
  margin-bottom: 0px;
}
.join2_inner_list > ul > li > ul {
  cursor: pointer;
  line-height: 60px;
  height: 60px;
  background: #fff;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.join2_inner_list > ul > li > ul:hover {
  background: #e5e5e5;
}
.join2_inner_list > ul > li.active > ul {
  background: #1c704c;
}
.join2_inner_list > ul > li > ul > li {
  font-size: 14px;
  height: 60px;
  line-height: 24px;
  color: #494c4b;
  width: 20%;
  float: left;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.join2_inner_list > ul > li > ul > li a {
  color: inherit;
}
.join2_inner_list > ul > li > ul > li:first-child {
  font-weight: bold;
}
.join2_inner_list > ul > li.active > ul > li {
  color: #fff;
}
.join2_inner_list_con {
  padding: 40px 20px 0;
  display: none;
}
.join2_inner_list > ul > li:first-child .join2_inner_list_con {
  display: block;
}
.join2_inner_list_con hr {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  margin: 60px auto 40px;
}
.join2_inner_list_con h5 {
  font-size: 14px;
  line-height: 32px;
  color: #646665;
}
.join2_inner_list_con .clearfix > div {
  float: left;
  width: 50%;
  padding-right: 5%;
}
.join2_inner_list_con h5 span {
  font-size: 14px;
  font-weight: bold;
  color: #494c4b;
}
.join2_inner_list_con .b {
  height: 86px;
  margin-top: 48px;
  border-top: 1px solid #e5e5e5;
}
.join2_inner_list_con .b p {
  font-size: 14px;
  line-height: 28px;
  color: #494c4b;
}
.join2_inner_list_con .b a {
  float: right;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  width: 120px;
  height: 40px;
  background-color: #1c704c;
  position: relative;
}
.join2_inner_list_con .b a input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.join2_inner_list_con .b a img {
  margin-left: 8px;
}
/* join */

/* service */
.serv1 {
  margin: 80px auto;
}
.serv1 .container {
  border: solid 1px #f0f0f0;
}
.serv1 .container .l {
  width: 62.5%;
}
.serv1 .container .r {
  width: 37.5%;
  padding: 0 2%;
}
.serv1 .container .r img {
  display: block;
  margin: 0 auto;
}
.serv1 .container .r .join_tit {
  text-align: center;
  margin-top: 36px;
}
.serv2 {
  margin: 80px auto;
}
.serv2 .con {
  margin-top: 50px;
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.serv2 .con .l {
  width: 50%;
  padding-left: calc(50vw - 800px);
  padding-right: 10%;
  position: relative;
  z-index: 3;
}
.serv2 .con .l .ico {
  position: absolute;
  right: 0%;
  top: 50%;
  width: 30%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.serv2 .con .l .ico span {
  position: absolute;
  left: 35%;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  width: 21%;
  height: 21%;
  cursor: pointer;
}
.serv2 .con .l h6 {
  position: relative;
  height: 24px;
}
.serv2 .con .l h6 span {
  font-family: Arial;
  font-size: 18px;
  line-height: 24px;
  color: #196a45;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.serv2 .con .l h6 span.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.serv2 .con .l h4 {
  position: relative;
  height: 60px;
  margin-top: 18px;
}
.serv2 .con .l h4 span {
  font-size: 18px;
  line-height: 18px;
  color: #333;
  position: absolute;
  left: 180px;
  bottom: 36px;
  -webkit-transition: color 0.2s ease-in-out, font-size 0.2s ease-in-out, line-height 0.2s ease-in-out, left 0.2s ease-in-out 0.16s;
  -moz-transition: color 0.2s ease-in-out, font-size 0.2s ease-in-out, line-height 0.2s ease-in-out, left 0.2s ease-in-out 0.16s;
  -ms-transition: color 0.2s ease-in-out, font-size 0.2s ease-in-out, line-height 0.2s ease-in-out, left 0.2s ease-in-out 0.16s;
  -o-transition: color 0.2s ease-in-out, font-size 0.2s ease-in-out, line-height 0.2s ease-in-out, left 0.2s ease-in-out 0.16s;
  transition: color 0.2s ease-in-out, font-size 0.2s ease-in-out, line-height 0.2s ease-in-out, left 0.2s ease-in-out 0.16s;
}
.serv2 .con .l h4 span:nth-child(1) {
  left: 226px;
}
.serv2 .con .l h4 span.active {
  font-size: 24px;
  color: #196a45;
  line-height: 24px;
  left: 0;
}
.serv2 .con .l h4::after {
  content: '';
  width: 30px;
  height: 3px;
  background-color: #196a45;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.serv2 .con .l .p {
  position: relative;
  margin-top: 36px;
}
.serv2 .con .l p {
  font-size: 16px;
  line-height: 32px;
  color: #555;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.serv2 .con .r {
  width: 50%;
  height: 500px;
  position: relative;
}
.serv2 .con .r img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(60%);
  -moz-transform: translateY(60%);
  -ms-transform: translateY(60%);
  -o-transform: translateY(60%);
  transform: translateY(60%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.serv2 .con .l p.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.serv2 .con .r img.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.serv3 {
  margin: 180px auto 80px;
}
.serv3 ul {
  font-size: 0;
  text-align: center;
  margin-top: 64px;
}
.serv3 li {
  display: inline-block;
  text-align: center;
  width: 186px;
  background: url(../images/serv3_jt.png) right top 26px no-repeat;
  padding-right: 26px;
}
.serv3 li:last-child {
  width: 160px;
  padding-right: 0;
  background: transparent;
}
.serv3 li .img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: solid 1px #999;
  border-radius: 50%;
  padding: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.serv3 li .img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.serv3 li p {
  margin: 28px auto;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333;
}
.serv3 .con .btn {
  width: 180px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  display: block;
  margin: 40px auto 0;
  border: solid 1px #196a45;
  font-size: 18px;
  color: #196a45;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.serv3 .con .btn:hover {
  color: #fff;
  background: #196a45;
}
.serv4 {
  margin: 80px auto;
}
.serv4 .text {
  max-width: 850px;
  width: 90%;
  margin: auto;
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  text-align: center;
}
.serv5 {
  padding: 50px 0 0;
  border-top: 1px solid #e5e5e5;
}
.serv5 ul {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
  border: solid 1px #f0f0f0;
  padding: 40px 20px;
  margin-bottom: -8px;
  margin-top: 50px;
}
.serv5 ul li {
  float: left;
  width: calc(25% - 24px);
  margin-right: 32px;
  margin-top: 32px;
}
.serv5 ul li:nth-child(4n) {
  margin-right: 0;
}
.serv5 ul li:nth-child(4n + 1) {
  clear: both;
}
.serv5 ul li:nth-child(-n + 4) {
  margin-top: 0;
}
.serv5 ul li .img {
  overflow: hidden;
}
.serv5 ul li .img img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.serv5 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);
}
.serv5 ul li .text {
  height: 80px;
  background-color: #f7f7f7;
  font-size: 24px;
  line-height: 28px;
  color: #333;
}
.serv6 {
  padding: 80px 0;
  background: #f7f7f7;
  border-top: 1px solid #e5e5e5;
  position: relative;
}
.serv6 ul li {
  float: left;
  width: calc(33.3% - 22px);
  background-color: #fff;
  box-shadow: 0px 4px 7.7px 0.3px rgba(0, 0, 0, 0.04);
  margin-right: 33px;
  padding: 36px 26px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.serv6 ul li:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.serv6 ul li:nth-child(3n) {
  margin-right: 0;
}
.serv6 ul li .img {
  margin: 0 auto;
  width: 56px;
}
.serv6 ul li .text {
  text-align: center;
  margin-top: 20px;
}
.serv6 ul li .text h4 {
  font-size: 24px;
  line-height: 36px;
  color: #333;
}
.serv6 ul li .text h6 {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  color: #555;
  margin-top: 12px;
}
.serv6 .bottom {
  height: 84px;
  background-color: #fff;
  box-shadow: 0px 0px 6.5px 0.5px rgba(135, 137, 140, 0.1);
  border-radius: 4px;
  margin-top: 40px;
}
.serv6 .bottom p {
  font-size: 16px;
  color: #666;
}
.serv6 .bottom p a {
  border-bottom: 2px solid #1d7b50;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.serv6 .bottom p a:hover {
  color: #1d7b50;
}
/* service */

/* problem */
.problem {
  padding-top: 100px;
}
.problem .container {
  padding: 100px 0;
}
.problem .l {
  width: 25%;
}
.problem .l li {
  margin-bottom: 10px;
}
.problem .l li a {
  border: solid 1px #ebedf0;
  border-left: 3px solid #196a45;
  font-size: 18px;
  color: #196a45;
  position: relative;
  height: 54px;
  padding: 0 72px 0 30px;
  background: #fafbfc;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.problem .l li a:hover,
.problem .l li.active a {
  background: #196a45;
  color: #fff;
  border-color: #196a45;
}
.problem .l li a span {
  width: 54px;
  height: 54px;
  background-color: #fafbfc;
  border: solid 1px #ebedf0;
  position: absolute;
  right: 0;
  top: -1px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 8px;
}
.problem .l li a span img {
  width: 36px;
}
.problem .l li a:hover span,
.problem .l li.active a span {
  background: #287d56;
  border-color: #287d56;
}
.problem .l li.active a span img {
  opacity: 0;
}
.problem .l li a span img:nth-child(2) {
  top: 8px;
  left: 8px;
}
.problem .l li.active a span img:nth-child(2) {
  opacity: 1;
}
.problem .r {
  width: 71.25%;
}
.problem .r ul {
  display: none;
}
.problem .r ul li {
  background: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  border: solid 1px #f0f0f0;
  cursor: pointer;
  margin-bottom: 10px;
}
.download .r ul li a,
.problem .r ul li h4 {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  height: 50px;
  padding: 0 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.download .r ul li a {
  padding: 0 52px 0 100px;
}
.download .r ul li:hover a,
.problem .r ul li:hover h4,
.problem .r ul li.active h4 {
  background: #196a45;
  color: #fff;
}
.problem .r ul li .con {
  display: none;
  font-size: 16px;
  line-height: 28px;
  color: #666;
  padding: 30px;
}
.download {
  padding-top: 0;
}
.download .r ul li a {
  position: relative;
  overflow: hidden;
}
.download .r ul li a .img1 {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.download .r ul li a .img2 {
  position: absolute;
  right: 10px;
  width: 32px;
  height: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* problem */

/* contact */
.contact .container {
  box-shadow: inset 0px 0px 6px rgba(153, 153, 153, 0.75);
  margin: 100px auto;
  padding: 50px 60px 120px;
}
.contact .container .t {
  padding: 0 0 20px;
  border-bottom: 1px solid #f0f0f0;
}
.contact .container .t img {
  width: 122px;
}
.contact .container .b {
  padding-top: 60px;
}
.contact .container .b ul {
}
.contact .container .b ul li {
}
.contact .container .b ul li p {
  line-height: 40px;
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #333;
}
.contact .container .b ul li p span {
  color: #196a45;
  font-weight: bold;
}
.contact .container .b ul li p span img {
  margin-right: 8px;
}
.contact .ewm_outer {
  position: relative;
}
.contact .ewm_outer .img {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.contact .ewm_outer span:hover + .img {
  opacity: 1;
  visibility: visible;
}
/* contact */

/* solve */
.solve1 {
  padding: 100px 0;
}
.solve1i {
  background-color: #fbfdfc;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  border: solid 1px #f7f7f7;
  padding: 50px 100px;
}
.solve1i .join_tit {
}
.solve1i .join_tit h4 {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: #333;
}
.solve1i .join_tit h4 span {
  color: #196a45;
}
.solve1i .con {
}
.solve1i .con p {
  font-size: 16px;
  line-height: 32px;
  color: #555;
  margin-top: 20px;
}
.solve1i .con h4 {
  font-size: 24px;
  line-height: 32px;
  color: #196a45;
}
.solve1i .con hr {
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  margin: 40px 0;
}
.solve2 {
  background: #e5e5e5;
  padding: 100px 0;
}
.solve2_nav {
}
.solve2_nav a {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  background-color: #fff;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.solve2_nav a:hover,
.solve2_nav a.active {
  background-color: #196a45;
  color: #fff;
}
.solve2_con {
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  margin-top: 30px;
  padding: 50px;
}
.solve2_con .inner {
  display: none;
}
.solve2_con .inner .l {
  width: 50%;
  float: left;
  padding-right: 50px;
}
.solve2_con .inner .l h4 {
  font-size: 24px;
  line-height: 48px;
  color: #196a45;
}
.solve2_con .inner .l p {
  font-size: 16px;
  line-height: 28px;
  color: #555;
  border-top: 1px solid #f0f0f0;
  padding: 8px 0;
}
.solve2_con .inner .l ul li {
  border-top: 1px solid #f0f0f0;
  font-size: 16px;
  line-height: 24px;
  color: #555;
  padding: 12px 36px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.solve2_con .inner .l ul li:first-child {
  border-top: 0;
}
.solve2_con .inner .l ul li::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #999;
  border-radius: 1px;
  top: 22px;
  left: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.solve2_con .inner .l ul li:hover {
  color: #fff;
  background: #196a45;
}
.solve2_con .inner .l ul li:hover::before {
  background: #fff;
}
.solve2_con .inner .r {
  width: 50%;
  float: left;
}
.solve3 {
  background: #f6f6f6;
  padding: 80px 0 100px;
}
.solve3 .list {
  margin-top: 50px;
  position: relative;
  padding-bottom: 40px;
}
.solve3 .list li {
  position: relative;
  /*width: calc(20% - 24px);
  margin-right: 30px;
  float: left;*/
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.solve3 .list li:nth-child(5n) {
  margin-right: 0;
}
.solve3 .list li .img_h {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 3;
}
.solve3 .list li .img {
}
.solve3 .list li .text {
  height: 60px;
  background: #196a45;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.solve3 .list li .img {
  overflow: hidden;
}
.solve3 .list li .img img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.solve3 .list li a: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);
}
.solve3 .list li:hover .text {
  background: #d75113;
}
.solve4 {
  padding: 100px 0;
}
.solve4S {
  margin-top: 50px;
}
.solve4S .swiper-slide {
  border: 1px solid #e5e5e5;
}
.solve4P {
  margin: 0 40px;
}
.solve4P .swiper-pagination-bullet {
  opacity: 1;
  background: #bdbdbd;
  width: 8px;
  height: 8px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 10px;
  outline: none;
}
.solve4P .swiper-pagination-bullet-active {
  background: #595757;
}
.solve4S .bot {
  margin-top: 50px;
}
.solve4S .bot .btn {
  width: 40px;
  height: 40px;
  border: 1px solid #cfd1d1;
  outline: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.solve4S .bot .btn:hover {
  background: #cfd1d1;
}
.solve4S .bot .btn.prev img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* solve */

/* product */
.pro1 {
  padding: 100px 0;
  background: #e2e2e2;
}
.pro1i {
  width: 90%;
  max-width: 992px;
  margin: 0 auto;
  background-color: #fff;
  border: solid 1px #e0e0e0;
  position: relative;
  border-radius: 3px;
}
.pro1i::before {
  content: '';
  width: calc(100% + 4px);
  height: 100%;
  position: absolute;
  left: -2px;
  top: -2px;
  background-color: #fff;
  border: solid 1px #e0e0e0;
  border-radius: 3px;
}
.pro1i::after {
  content: '';
  width: calc(100% + 8px);
  height: 100%;
  position: absolute;
  left: -4px;
  top: -5px;
  background-color: #fff;
  border: solid 1px #e0e0e0;
  border-radius: 3px;
}
.pro1i .inner {
  position: relative;
  z-index: 3;
  padding: 36px 100px 50px;
}
.pro1i .inner img {
  display: block;
  margin: 0 auto;
}
.pro1i .inner .join_tit h4 {
  margin-top: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.pro1i .inner p {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  text-align: center;
}
.pro2 {
  background: #f6f6f6;
  padding: 100px 0;
}
.pro2 .list {
  margin-top: 50px;
}
.pro2 .list ul li {
  float: left;
  margin-top: 60px;
  margin-right: 40px;
  width: calc(25% - 30px);
  box-shadow: 0px 4px 4.8px 0.2px rgba(0, 0, 0, 0.1);
  border: solid 1px #e6e6e6;
  background: #fff;
}
.pro2 .list ul li:nth-child(4n) {
  margin-right: 0;
}
.pro2 .list ul li:nth-child(-n + 4) {
  margin-top: 0;
}
.pro2 .list ul li:nth-child(4n + 1) {
  clear: both;
}
.pro2 .list ul li .img {
  overflow: hidden;
}
.pro2 .list ul li .img img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pro2 .list ul li a: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);
}
.pro2 .list ul li .text {
  position: relative;
  border-top: 1px solid #e6e6e6;
}
.pro2 .list ul li .text p {
  font-size: 22px;
  height: 60px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #fff;
  width: calc(100% - 120px);
  background: #307957;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-left: 20px;
}
.pro2 .list ul li .text span::after {
  content: '';
  border: 30px solid transparent;
  border-left-color: #307957;
  border-top-color: #307957;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pro2 .list ul li:hover .text span::after {
  border-left-color: #d75113;
  border-top-color: #d75113;
}
.pro2 .list ul li:hover .text p {
  background: #d75113;
}
.pro2 .list ul li .text span {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  color: #196a45;
  letter-spacing: -1px;
  font-family: Arial;
  padding-left: 32px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pro2 .list ul li:hover .text span {
  color: #d75113;
}
/* product */

/* pro_detail */
.pro_detail1 {
  background: linear-gradient(133deg, #ebebeb 0%, #dbdbdb 50%, #cacaca 100%);
  padding: 100px 0 48px;
}
.pro_detail1 .container {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
}
.pro_detail1 .img {
  width: 25.6%;
}
.pro_detail1 .text {
  width: 74.4%;
  padding-left: 60px;
}
.pro_detail1 .text h4 {
  font-family: Helvetica;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 3.6px;
  color: #196a45;
}
.pro_detail1 .text h5 {
  font-size: 36px;
  color: #333;
  margin-top: 20px;
}
.pro_detail1 .text h5::after {
  content: '';
  height: 1px;
  background-color: #f0f0f0;
  flex: 1;
  margin-left: 20px;
}
.pro_detail1 .text ul {
  margin-top: 30px;
}
.pro_detail1 .text ul li {
  font-size: 20px;
  line-height: 16px;
  border-right: 1px solid #e5e5e5;
  color: #666;
  padding-right: 6px;
  margin-right: 6px;
}
.pro_detail1 .text ul li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.pro_detail1 .text h6 {
  font-size: 18px;
  color: #fff;
  margin-top: 32px;
}
.pro_detail1 .text h6 span {
  background-color: #196a45;
  border-radius: 2px;
  padding: 0 24px;
  position: relative;
  line-height: 20px;
  padding: 10px 24px;
}
.pro_detail1 .text h6 span::after {
  content: '';
  height: 100%;
  width: 100%;
  background-color: #196a45;
  border-radius: 2px;
  opacity: 0.2;
  position: absolute;
  left: 3px;
  top: 3px;
}
.pro_detail1 .text p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-top: 20px;
  padding-right: 40px;
}
.pro_detail1 .text .a {
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
}
.pro_detail1 .text .a a {
  color: #196a45;
}
.pro_detail1 .text .a a:hover {
  text-decoration: underline;
}
.pro_detail2 {
}
.pro_detail2 .pd2t {
}
.pro_detail2 .pd2t .l {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}
.pro_detail2 .pd2t .r a {
  font-size: 14px;
  line-height: 60px;
  padding: 0 22px;
  color: #666666;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pro_detail2 .pd2t .r a:hover,
.pro_detail2 .pd2t .r a.active {
  background: #196a45;
  color: #fff;
}
.pro_detail2 .pd2b {
  background: #f6f6f6;
  padding: 50px 0;
}
.pro_detail2 .pd2b h4 {
  font-size: 24px;
  line-height: 36px;
  color: #196a45;
}
.pro_detail2 .pd2b h4:nth-child(3) {
  margin-top: 20px;
}
.pro_detail2 .pd2b ul {
  margin-top: 28px;
}
.pro_detail2 .pd2b ul p,
.pro_detail2 .pd2b ul li {
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  padding-left: 14px;
  position: relative;
}
.pro_detail2 .pd2b ul p::before,
.pro_detail2 .pd2b ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #bdbdbd;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 16px;
}
.pro_detail2 .t {
  display: none;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.pro_detail2 .t table {
  width: 100%;
}

.pro_detail2 .t .img {
  margin-top: 20px;
}
.pro_detail2 .t tr {
  background: #fff;
}
.pro_detail2 .t tr:nth-child(2n) {
  background: #f7f7f7;
}
.pro_detail2 .t tr td {
  height: 40px;
  font-size: 14px;
  color: #666666;
  border: 1px solid #bfbfbf;
  padding: 10px;
}
.pro_detail2 .t tr td:first-child {
  font-size: 16px;
  color: #444444;
  text-align: center;
  width: 280px;   
}       
.pro_detail2 .t thead tr {
  background: #196a45;
}
.pro_detail2 .t thead tr td {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff!important;
}
.pro_detail2 .t thead tr td:nth-child(2) {
  padding-left: 0;
  text-align: center;
}
.pro_detail2 .b_outer {
  margin-top: 40px;
}
.pro_detail2 .b {
  position: relative;
  padding-right: 160px;
}
.pro_detail2 .b a {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666;
}
.pro_detail2 .b a.back {
  width: 150px;
  height: 44px;
  background-color: #196a45;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 3.6px;
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  border-radius: 1px;
}
.pro_detail2 .b a.back::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #196a45;
  border-radius: 1px;
  opacity: 0.1;
  position: absolute;
  left: 4px;
  top: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pro_detail2 .b a.back span {
  position: relative;
  z-index: 3;
}
.pro_detail2 .b a.back span img {
  margin-left: 12px;
}
.pro_detail2 .b a.back:hover::before {
  left: 0;
  top: 0;
}
/* pro_detail */

/* result */
.result {
  background: #f6f6f6;
  padding: 100px 0 0;
}
.result_nav a {
  width: 200px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  font-size: 20px;
  color: #196a45;
  text-align: center;
}
.result_nav a.active {
  background: #196a45;
  color: #fff;
}
.resulti > div {
  display: none;
}
.resulti > div.pro2 {
  padding: 50px 0;
}
.resulti > div.news {
  margin: 0 auto;
  padding: 50px 0;
}
.resulti > div.pro2 .list {
  margin-top: 0;
}
/* result */


.loading{position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 999999;background: rgba(255, 255, 255, 0.8);display: none; }

.loading #foo{width: 100px;height: 100px;position: absolute;top: 50%;left: 50%;margin-top: -50px;margin-left: -50px;animation: zhuan 3s  linear infinite;}

@keyframes zhuan {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}

@-webkit-keyframes zhuan {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}

.err {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.err .inner h4 {
  font-size: 24px;
  line-height: 48px;
  color: #5a965f;
  text-align: center;
}
.err .inner h4 a:hover {
  text-decoration: underline;
}
@media (max-width: 1778px) {
  .serv2 .con .l {
    padding-left: 5%;
  }
}

@media (max-width: 1600px) {
  .ind2 .l {
    padding-right: 40px;
  }
  .culture li .text h4 {
    font-size: 26px;
  }
  .culture li .text h6 {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 2.8px;
    margin-top: 18px;
  }
  .pro2 .list ul li .text p {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .header_nav li {
    margin-left: 32px;
  }
  .header_nav li.tel {
    margin-left: 40px;
  }
  .pro2 .list ul li {
    margin-top: 40px;
    margin-right: 20px;
    width: calc(25% - 15px);
  }
  .footer .m .footer_msg p {
    width: 320px;
  }
  .solve3 .list li .text {
    font-size: 18px;
  }
  .join_tit h4 {
    font-size: 24px;
  }
  .join_tit h4::after {
    margin: 12px auto;
  }
  .serv1 .container .r .join_tit {
    margin-top: 20px;
  }
  .news li a {
    padding: 40px;
  }
  .news li a .text {
    padding-left: 32px;
    padding-right: 100px;
  }
  .serv5 ul li .text {
    font-size: 18px;
  }
  .join1_2 ul li .text h4 {
    font-size: 22px;
  }
  .ind_tit h3::after {
    width: 500px;
  }
  .contact .container .b ul li p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .culture li .text h4 {
    font-size: 24px;
  }
  .culture li:nth-child(2) .text h4 {
    margin-top: 5%;
  }
  .culture li .text h6 {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 1.2px;
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  .loading {
    display: block;
  }
  .header {
    display: none;
  }
  .wrapper {
    padding-top: 60px;
  }

  /*.headerSJ {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    padding: 0px 0px;
  }

  .headerSJ .headerSC {
    padding: 0px 12px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .headerSJ .logo img {
    height: 44px;
  }

  .headerSJ .search {
    width: 103.2%;
    margin: 6px 0;
    position: relative;
  }
  .headerSJ .search input {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    height: 32px;
    background-color: transparent;
    padding: 0 42px 0 0px;
    border: 0;
  }
  .headerSJ .search input::placeholder {
    color: #999;
  }
  .headerSJ .search a {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
  }
  .headerSJ .search a img {
    display: block;
  }

  .headerSJ .icos {
    padding: 10px 0;
  }
  .headerSJ .icos a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    color: #333333;
    border: 1px solid #333;
  }
  .headerSJ .icos a img {
    display: block;
  }

  .headerSJ .navbar {
    position: relative;
    padding: 7px 10px;
    margin-right: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #333;
    border-radius: 4px;
    outline: none;
  }

  .headerSJ .navbar .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #333;
  }

  .headerSJ .navbar .icon-bar + .icon-bar {
    margin-top: 4px;
  }

  .headerSJ .navwrap {
    position: fixed;
    top: 0px;
    left: -80%;
    width: 80%;
    height: 100%;
    z-index: 1100;
    background-color: #000;
    opacity: 0;
  }

  .headerSJ .navwrap .nav {
    padding: 10px 5% 0px 5%;
  }

  .headerSJ .navwrap .nav li {
    line-height: 42px;
    border-bottom: 1px solid #232530;
    padding: 0px 5%;
  }

  .headerSJ .navwrap .nav li a {
    display: block;
    color: #fff;
    font-size: 16px;
  }

  .headerSJ .navbg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1001;
    display: none;
  }

  .headerSJ .navbg .closeSJ {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .headerSJ .navwrap .nav .SJbod {
    display: none;
  }

  .headerSJ .navwrap .nav .SJbod dd a {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }

  .headerSJ .navwrap .nav .plus a {
    background: url(../images/plus.png) right center no-repeat;
  }

  .headerSJ .navwrap .nav .minus a {
    background: url(../images/minus.jpg) right center no-repeat;
  }
  .headerSJ .navwrap .nav .lan .SJtit a {
    display: inline-block;
  }

  .headerSJ .navwrap .nav .lan .SJtit span {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 0px 5px;
  }*/
  .headerSJ {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    padding: 0px 0px;
  }

  .headerSJ .headerSC {
    padding: 0px 12px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .headerSJ .logo img {
    height: 44px;
  }

  .headerSJ .search {
    width: 103.2%;
    margin: 6px 0;
    position: relative;
  }
  .headerSJ .search input {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #47825f;
    height: 32px;
    background-color: transparent;
    padding: 0 42px 0 0px;
    border: 0;
  }
  .headerSJ .search input::placeholder {
    color: #47825f;
    opacity: 0.6;
  }
  .headerSJ .search a {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
  }
  .headerSJ .search a img {
    display: block;
  }

  .headerSJ .icos {
    padding: 10px 0;
  }
  .headerSJ .icos a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    color: #333333;
    border: 1px solid #333;
  }
  .headerSJ .icos a img {
    display: block;
  }

  .headerSJ .navbar {
    position: relative;
    padding: 7px 10px;
    margin-right: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #333;
    border-radius: 4px;
    outline: none;
    width: 44px;
    height: 30px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }

  .headerSJ .navbar .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #333;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }

  .headerSJ .navbar .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .headerSJ.active .navbar {
    border-color: transparent;
  }
  .headerSJ.active .navbar .icon-bar {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .headerSJ.active .navbar .icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .headerSJ.active .navbar .icon-bar:nth-child(2) {
    opacity: 0;
  }
  .headerSJ.active .navbar .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .headerSJ .navwrap {
    position: fixed;
    top: 60px;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 1100;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  .headerSJ.active .navwrap {
    opacity: 1;
    left: 0;
  }

  .headerSJ .navwrap .nav {
    padding: 20px 5% 0px 5%;
  }

  .headerSJ .navwrap .nav li {
    line-height: 42px;
    border-bottom: 1px solid #47825f;
    padding: 0px 5%;
    position: relative;
  }

  .headerSJ .navwrap .nav li a {
    display: block;
    color: #47825f;
    font-size: 16px;
    font-weight: bold;
  }

  .headerSJ .navbg {
    display: none;
  }

  .headerSJ .navwrap .nav .SJbod {
    display: none;
  }

  .headerSJ .navwrap .nav .SJbod dd a {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }

  .headerSJ .navwrap .nav .plus a::after {
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 9px;
    background: #47825f url(../images/plus.png) center /10px no-repeat;
  }

  .headerSJ .navwrap .nav .minus a::after {
    background: #47825f url(../images/minus.jpg) center / 10px no-repeat;
  }
  .headerSJ .navwrap .nav .lan .SJtit a {
    display: inline-block;
  }

  .headerSJ .navwrap .nav .lan .SJtit span {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 0px 5px;
  }

  .ind_tit h3::after {
    width: 320px;
  }

  .ind1_con .swiper-slide {
    display: block;
  }
  .ind1_con .l {
    width: 100%;
  }
  .ind1_con .r {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }
  .ind1_con .r h4 {
    font-size: 24px;
  }
  .ind1_con .r h5 {
    font-size: 20px;
  }
  .ind1B {
    position: static;
    margin-top: 20px;
  }
  .ind1B ul li:last-child .block {
    display: none;
  }
  .ind2 .ind2_tit {
    padding-left: 0px;
    padding-top: 20px;
  }
  .ind3_con .l .text {
    padding-top: 32px;
    padding-left: 32px;
  }
  .ind3_con .r li .text {
    padding: 0 20px;
  }
  .ind3_con .r li .text h4 {
    font-size: 18px;
    line-height: 20px;
  }
  .ind4 .l {
    width: 48%;
  }
  .ind4 .r {
    width: 49%;
  }
  .ind4_list ul li {
    margin-top: 28px;
  }
  .ind4_list ul li a h4 {
    font-size: 20px;
  }
  .ind4_list ul li a h6 {
    font-size: 15px;
    padding-right: 100px;
  }
  .footer .t ul li {
    margin-right: 40px;
  }
  .footer_logo {
    display: none;
  }
  .footer .m {
    padding: 20px 0;
  }
  .footer .m .footer_msg p {
    width: 280px;
  }
  .contact .container .b ul {
    flex-wrap: wrap;
  }
  .contact .container .b ul li {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .banner .swiper-slide .text {
    width: 80%;
    right: auto;
    left: 10%;
  }
  .banner .swiper-slide .img {
    display: none;
  }
  .ind_nav {
    display: none;
  }
  .ind_tit h3 span {
    font-size: 24px;
  }
  .ind_tit h3::after {
    width: 80vw;
    height: 12px;
  }
  .ind1_con .swiper-slide .point-area {
    display: none;
  }
  .ind1B ul {
    flex-wrap: wrap;
  }
  .ind1B ul li {
    width: 32%;
    margin-right: 2%;
    margin-left: 0;
  }
  .ind1B ul li:nth-child(3n) {
    margin-right: 0;
  }
  .ind1_con {
    padding-bottom: 0;
  }
  .ind2 {
    padding: 40px 0;
  }
  .ind2 .container {
    display: block;
  }
  .ind2 .ind2_tit h3 {
    font-size: 30px;
  }
  .ind2 .ind2_tit h5 {
    font-size: 16px;
    margin-top: 10px;
  }
  .ind2 .r {
    width: 100%;
    margin-top: 20px;
  }
  .ind3_con {
    margin-top: 30px;
    display: block;
  }
  .ind3_con .l {
    width: 100%;
  }
  .ind3_con .r {
    width: 100%;
  }
  .ind3_con .r li {
    width: 50%;
  }
  .ind4_con {
    display: block;
    margin-top: 30px;
  }
  .ind4 .l {
    width: 100%;
  }
  .ind4 .ind_nav {
    display: block;
  }
  .ind1 .ind_nav {
    margin-top: 20px;
  }
  .ind_nav a {
    font-size: 14px;
    margin-left: 8px;
  }
  .ind4 .r {
    width: 100%;
    top: 20px;
  }
  .footer .t {
    display: none;
  }
  .footer .m .container {
    display: block;
  }
  .footer .b .container {
    display: block;
    line-height: 20px;
    padding: 10px 0;
  }
  .footer .b .container > div {
    display: inline;
  }
  .footer .m .footer_ewm {
    display: none;
  }
  .footer .m .footer_msg {
    margin: 20px 0;
  }
  .footer .m .footer_msg p {
    width: calc(100% - 80px);
    font-size: 12px;
  }
  .footer .m .footer_msg a {
    font-size: 15px;
    width: 80px;
  }
  .inner_banner .text h3 {
    font-size: 22px;
  }
  .inner_banner .text h3::before,
  .inner_banner .text h3::after {
    width: 30px;
    margin: 0 12px;
  }
  .inner_banner .text h5 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.2px;
  }
  .banner_nav {
    overflow: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .banner_nav a {
    font-size: 14px;
    min-width: 25%;
    height: 40px;
    line-height: 40px;
  }
  .about .container {
    display: block;
  }
  .about .about-us {
    display: none;
  }
  .about .img {
    width: 100%;
  }
  .about .text {
    width: 100%;
    margin-top: 20px;
  }
  .about .text h4 {
    font-size: 24px;
  }
  .about .text p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
  }
  .culturei {
    display: block;
    padding: 0;
    box-shadow: none;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .cultureP {
    margin-bottom: 60px;
  }
  .dev_time_line {
    display: none;
  }
  .devS .swiper-slide {
    display: block;
  }
  .devS .text {
    width: 100%;
  }
  .devS .img {
    width: 100%;
  }
  .devS .img_h {
    display: none;
  }
  .devP {
    position: static;
  }
  .honor_tit {
    font-size: 24px;
  }
  .honor1P {
    position: static;
    margin-top: 20px;
  }
  .honor1 p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .honori .honor1S {
    margin-top: 20px;
  }
  .honori ul li h6 {
    font-size: 20px;
    line-height: 36px;
    padding: 10px 0;
  }
  .honor2 .img {
    margin-top: 40px;
  }
  .honori p {
    font-size: 16px;
    line-height: 32px;
  }
  .honori p br {
    display: none;
  }
  .honor4_con {
    display: block;
    margin-top: 40px;
  }
  .honor4_con .l {
    width: 100%;
  }
  .honor4_con .r {
    width: 100%;
    padding: 20px;
  }
  .honorP {
    margin-top: 20px;
  }
  .pro1i .inner {
    padding: 36px 5% 50px;
  }
  .pro1i .inner p {
    font-size: 15px;
  }
  .pro2 .list {
    margin-top: 0px;
  }
  .pro2 .list ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .pro2 .list ul li:nth-child(-n + 4) {
    margin-top: 20px;
  }
  .pro2 .list ul li .text p {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
  }
  .pro2 .list ul li .text span {
    line-height: 40px;
  }
  .pro2 .list ul li .text span::after {
    border: 20px solid transparent;
    border-left-color: #307957;
    border-top-color: #307957;
  }
  .pro_detail1 .container {
    display: block;
  }
  .pro_detail1 .img {
    width: 100%;
  }
  .pro_detail1 .text {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .pro_detail1 .text h4 {
    font-size: 24px;
  }
  .pro_detail1 .text h5 {
    font-size: 20px;
    margin-top: 10px;
  }
  .pro_detail1 .text ul li {
    font-size: 16px;
  }
  .pro_detail1 .text h6 {
    font-size: 14px;
  }
  .pro_detail1 .text p {
    padding-right: 0;
    font-size: 15px;
  }
  .pro_detail2 .pd2t .l {
    display: none;
  }
  .pro_detail2 .pd2t .r {
    width: 100%;
  }
  .pro_detail2 .pd2t .r a {
    padding: 0;
    flex: 1;
    text-align: center;
  }
  .solve1i {
    background-color: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
  }
  .solve1i .join_tit h4 {
    font-size: 28px;
  }
  .solve2_nav a {
    font-size: 16px;
  }
  .solve2_con {
    padding: 20px 5%;
  }
  .solve2_con .inner .l {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .solve2_con .inner .r {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .solve3 .list li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: 10px;
  }
  .solve3 .list li .text {
    height: 40px;
    font-size: 16px;
    line-height: 20px;
  }
  .serv1 .container {
    display: block;
  }
  .serv1 .container .l {
    width: 100%;
  }
  .serv1 .container .r {
    width: 100%;
    padding: 5%;
  }
  .join_tit h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .serv2 .con {
    display: block;
  }
  .serv2 .con .l {
    width: 100%;
    padding: 5%;
  }
  .serv2 .con .l .ico {
    display: none;
  }
  .serv2 .con .r {
    width: 100%;
    height: 120px;
  }
  .serv2 .con .l .p {
    margin-top: 20px;
  }
  .serv2 .con .l p {
    font-size: 15px;
    line-height: 28px;
  }
  .serv3 .con {
    padding: 0 5%;
  }
  .serv3 ul {
    margin-top: 20px;
  }
  .serv3 li,
  .serv3 li:last-child {
    width: calc(33.3% + 13px);
    vertical-align: top;
  }
  .serv3 li p {
    margin: 12px auto;
    font-size: 15px;
    line-height: 20px;
    height: 40px;
  }
  .serv3 li:nth-child(3n) {
    padding-right: 0;
    width: calc(33.3% - 26px);
    background: transparent;
    padding-left: 13px;
  }
  .serv3 .con .btn {
    width: 120px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    margin-top: 20px;
  }
  .serv4 .text {
    font-size: 16px;
  }
  .serv5 .join_tit h6 {
    width: 90%;
  }
  .serv5 ul {
    box-shadow: none;
    border: 0;
    padding: 0;
    margin: 40px auto;
  }
  .serv5 ul li {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-top: 10px;
  }
  .serv5 ul li:nth-child(2n) {
    margin-right: 0px;
  }
  .serv5 ul li:nth-child(-n + 4) {
    margin-top: 10px;
  }
  .serv5 ul li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .serv5 ul li .text {
    height: 48px;
    font-size: 14px;
    line-height: 20px;
  }
  .serv6 ul li {
    float: none;
    width: 100%;
    margin-right: 0px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .serv6 .bottom {
    margin-top: 0;
  }
  .problem:not(.download) {
    padding-top: 60px;
  }
  .problem .container {
    display: block;
    padding: 40px 0;
  }
  .problem .l {
    width: 100%;
  }
  .problem .r {
    width: 100%;
    margin-top: 40px;
  }
  .news li a {
    display: block;
    padding: 20px;
  }
  .news li a .img {
    width: 100%;
  }
  .news li a .text {
    width: 100%;
    padding: 20px 0 0;
  }
  .news li a .text h4 {
    font-size: 20px;
    color: #333;
    padding-left: 12px;
  }
  .news li a .text p {
    font-size: 15px;
    line-height: 24px;
    height: 48px;
    margin-top: 10px;
  }
  .news li a .text h6 {
    margin-top: 20px;
  }
  .news li a .text .img_h {
    display: none;
  }
  .news li a::after {
    right: 20px;
    left: 20px;
  }
  .pagination {
    padding: 40px 0;
  }
  .news_detail {
    margin: 80px auto;
    padding: 20px 5%;
  }
  .news_detail .t h1 {
    font-size: 24px;
  }
  .news_detail .b {
    padding-right: 0;
  }
  .news_detail .b a.back {
    display: none;
  }
  .join1_1 {
    padding: 60px 0;
  }
  .join1_1 .ico {
    width: 120px;
    height: 120px;
    margin-top: -60px;
  }
  .join1_2 {
    padding: 60px 0;
  }
  .join1_2 ul li {
    margin-right: 10px;
    margin-top: 10px;
    width: calc(50% - 5px);
  }
  .join1_2 ul li:nth-child(3n) {
    margin-right: 10px;
  }
  .join1_2 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .join1_2 ul li:nth-child(2n + 1) {
    clear: both;
  }
  .join1_2 ul li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .join1_2 ul li .text {
    padding: 20px 5%;
  }
  .join1_2 ul li .text h6 {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
  }
  .join1_3 ul {
    margin-top: 40px;
    display: block;
  }
  .join1_3 ul li {
    width: 100%;
    margin-top: 20px;
  }
  .join1_3 ul li .text {
    font-size: 15px;
    line-height: 24px;
    padding: 20px 5%;
  }
  .join2_inner_tit li {
    width: 25%;
  }
  .join2_inner_list > ul > li > ul > li {
    width: 25%;
    line-height: 20px;
  }
  .join2_inner_tit li:nth-child(5),
  .join2_inner_list > ul > li > ul > li:nth-child(5) {
    display: none;
  }
  .join2_inner_list_con .clearfix > div {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-top: 20px;
  }
  .join2_inner_list_con .clearfix > div:first-child {
    padding-top: 0;
  }
  .serv2 .join_tit h6 {
    width: 90%;
    margin: 0 auto;
  }
  .ind1B {
    display: none;
  }
  .contact .container {
    margin: 60px auto;
    padding: 20px;
  }
  .contact .container .b {
    padding-top: 20px;
  }
  .contact .container .b ul li {
    width: 100%;
  }
  .contact .container .b ul li p {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
  }
  .ind {
    margin: 60px auto;
  }
  .ind3 {
    padding: 60px 0;
  }
  .ind4 {
    margin-bottom: 0px;
  }
  .about {
    padding: 60px 0;
  }
  .dev {
    padding: 60px 0;
  }
  .honori {
    padding: 60px 0 0;
  }
  .honor2 {
    margin-top: 0;
  }
  .honor4 {
    padding-bottom: 60px;
  }
  .pro1 {
    padding: 60px 0;
  }
  .pro2 {
    padding: 60px 0;
  }
  .pro_detail1 {
    padding-top: 60px;
  }
  .pro_detail2 .b {
    padding-right: 0;
  }
  .pro_detail2 .b a.back {
    display: none;
  }
  .solve1 {
    padding: 60px 0;
  }
  .solve2 {
    padding: 60px 0;
  }
  .solve3 {
    padding: 60px 0;
  }
  .solve4 {
    padding: 60px 0;
  }
  .serv1 {
    margin: 60px auto;
  }
  .serv2 {
    margin: 60px auto;
  }
  .serv4 {
    margin: 60px auto;
  }
  .serv6 {
    padding: 60px 0;
  }
  .news {
    margin: 60px auto;
  }
  .join1_3 {
    padding: 60px 0;
  }
  .join2 {
    margin: 60px auto;
  }
  .result {
    padding: 60px 0 0;
  }
  .result_nav {
    padding: 0 5%;
    width: 100%;
  }
  .result_nav a {
    width: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .resulti > div.pro2,
  .resulti > div.news {
    padding-top: 20px;
  }
  #msgModel {
    padding-top: 60px;
  }
  #msgModel .inner {
  }
  #msgModel .inneri {
    height: calc(80vh - 80px);
    overflow: auto;
  }
  #msgModel ul {
    display: block;
    margin-top: 10px;
  }
  #msgModel ul li {
    width: 100%;
    margin-top: 10px;
  }
  #msgModel ul li .inp,
  #msgModel ul li input[type="text"] {
    width: 100%;
    height: 40px;
    padding-left: 64px;
  }
  #msgModel ul li.addr {
    width: 100%;
  }
  #msgModel ul li.addr input[type="text"] {
    padding-left: 90px;
  }

  #msgModel ul li p {
    font-size: 16px;
    line-height: 40px;
    padding-left: 12px;
  }

  #msgModel .ta {
    margin-top: 10px;
  }
  #msgModel .ta textarea {
    height: 220px;
    resize: none;
    font-size: 16px;
  }
  .banner .banner_btn {
    width: 40px;
    height: 40px;
    left: 0%;
  }
  .banner .banner_btn.next {
    right: 0%;
    left: auto;
  }
  .ind4 .ri img {
    display: none;
  }
  .ind4 .ri a {
    position: static;
    margin: 20px auto 0;
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .pro_detail2 .t tr td:first-child {
    width: 120px;
  }
}


