header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #ffffff;
  line-height: 80px;
  height: 80px;
}
header > div {
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo {
  width: 40%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img {
  margin-right: 20px;
}
header > div .logo .logo_img a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img a img {
  height: 58px;
}
header > div .logo .logo_text a h3 {
  font-size: 30px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
header > div .logo .logo_text a p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
header > div nav {
  width: 60%;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul {
  width: 100%;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul li {
  line-height: inherit;
  position: relative;
  width: 15%;
  z-index: 999;
  transition: all 1s;
  border-right: 1px solid #ebebeb;
}
header > div nav ul li.active {
  background-color: #107f3a;
}
header > div nav ul li.active > a {
  color: #fff;
}
header > div nav ul li:nth-of-type(1) {
  border-left: 1px solid #ebebeb;
}
header > div nav ul li:hover {
  background-color: #e6f2f8;
}
header > div nav ul li:hover .menu {
  height: auto;
  opacity: 1;
}
header > div nav ul li a {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all 1s;
  position: absolute;
  top: 112px;
  left: 0;
  background-color: #e6f2f8;
}
header > div nav ul li .menu .menu_item:nth-of-type(1) {
  margin-top: 20px;
}
header > div nav ul li .menu .menu_item:nth-last-of-type(1) {
  margin-bottom: 20px;
}
header > div nav ul li .menu .menu_item a {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu .menu_item:hover {
  background-color: #107f3a;
}
header > div nav ul li .menu .menu_item:hover a {
  color: #fff;
}
header > div nav .tool {
  width: 150px;
  border-left: 1px solid #ebebeb;
  padding-left: 20px;
}
header > div nav .tool > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .tool > div i {
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #107f3a;
  line-height: 30px;
  text-align: center;
}
header > div nav .tool > div h3 {
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
}
header > div nav .tool > p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}
.index .part01 .wc .title {
  margin-top: 80px;
}
.index .part01 .wc .title p {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.index .part01 .wc .title p span {
  font-size: 30px;
  color: #107f3a;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.index .part01 .wc .title p::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #107f3a;
  margin: 20px auto 0;
}
.index .part01 .wc .p01_nav_list {
  margin-top: 30px;
}
.index .part01 .wc .p01_nav_list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .wc .p01_nav_list ul li {
  margin: 6px 20px;
}
.index .part01 .wc .p01_nav_list ul li a {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.index .part01 .wc .p01_pro_list {
  margin-top: 60px;
}
.index .part01 .wc .p01_pro_list ul li:hover a .top .mask span {
  opacity: 1;
  transition: all 0.3s linear;
  transform: translate(-50%, -50%) scale(1);
}
.index .part01 .wc .p01_pro_list ul li:hover a .top .img::after {
  height: 50%;
}
.index .part01 .wc .p01_pro_list ul li:hover a .top .img::before {
  height: 50%;
}
.index .part01 .wc .p01_pro_list ul li a .top {
  position: relative;
}
.index .part01 .wc .p01_pro_list ul li a .top .mask span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.2);
  border-radius: 30px;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 100;
  text-align: center;
  background-color: #fff;
  padding: 0 66px;
  z-index: 3;
  opacity: 0;
}
.index .part01 .wc .p01_pro_list ul li a .top .img img {
  width: 100%;
}
.index .part01 .wc .p01_pro_list ul li a .top .img::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  background-color: #107f3a;
  z-index: 1;
  transition: all 0.3s linear;
}
.index .part01 .wc .p01_pro_list ul li a .top .img::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  background-color: #107f3a;
  z-index: 1;
  transition: all 0.3s linear;
}
.index .part01 .wc .p01_pro_list ul li a .bottom {
  border: 1px solid #ebebeb;
  height: 80px;
  margin-top: 14px;
  padding: 20px 30px;
  box-sizing: border-box;
  position: relative;
}
.index .part01 .wc .p01_pro_list ul li a .bottom h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part01 .wc .p01_pro_list ul li a .bottom::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background-color: #107f3a;
}
.index .part01 .wc .p01_pro_btn {
  position: relative;
  margin-top: 60px;
  height: 50px;
}
.index .part01 .wc .p01_pro_btn .swiper-button-next {
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px #bfbfbf;
  right: calc(50% - 64px);
  top: 0;
}
.index .part01 .wc .p01_pro_btn .swiper-button-next::after {
  font-size: 14px;
  color: #107f3a;
}
.index .part01 .wc .p01_pro_btn .swiper-button-prev {
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px #bfbfbf;
  left: calc(50% - 30px);
  top: 0;
}
.index .part01 .wc .p01_pro_btn .swiper-button-prev::after {
  font-size: 14px;
  color: #107f3a;
}
.index .part02 {
  width: 100%;
  background-image: url(/images/part02_bg.jpg);
  padding: 80px 0;
}
.index .part02 .wc .title h3 {
  font-size: 35px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .part02 .wc .p02_list {
  margin-top: 60px;
}
.index .part02 .wc .p02_list .swiper-container {
  overflow: visible;
}
.index .part02 .wc .p02_list .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.index .part02 .wc .p02_list .swiper-container .swiper-wrapper .swiper-slide:hover .mask {
  height: 100%;
  opacity: 1;
}
.index .part02 .wc .p02_list .swiper-container .swiper-wrapper .swiper-slide .mask {
  position: absolute;
  width: 100%;
  height: 0%;
  transition: all 0.5s linear;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
.index .part02 .wc .p02_list .swiper-container .swiper-wrapper .swiper-slide .mask h4 {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .part02 .wc .p02_list .swiper-container .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.index .part02 .wc .p02_list .more {
  width: 200px;
  height: 50px;
  border: 1px solid #ffffff50;
  margin: 60px auto 0;
}
.index .part02 .wc .p02_list .more a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}
.index .part03 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.index .part03 .wc .p03 {
  width: 80%;
  border: 8px solid #107f3a;
  padding: 50px;
  position: relative;
}
.index .part03 .wc .p03 .left {
  width: 60%;
}
.index .part03 .wc .p03 .left .title h3 {
  font-size: 24px;
  color: #107f3a;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  font-family: "宋体";
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ebebeb;
  display: inline-block;
}
.index .part03 .wc .p03 .left .title p {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part03 .wc .p03 .left .title span {
  width: 50px;
  height: 2px;
  background-color: #107f3a;
  margin-top: 20px;
  display: block;
}
.index .part03 .wc .p03 .left .content {
  margin-top: 40px;
}
.index .part03 .wc .p03 .left .content p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.index .part03 .wc .p03 .left .tmore {
  width: 134px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 0 8px #cdcdcd;
  position: relative;
  margin-top: 30px;
}
.index .part03 .wc .p03 .left .tmore a span {
  font-size: 14px;
  color: #107f3a;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
  padding-left: 30px;
}
.index .part03 .wc .p03 .left .tmore a .i_icon {
  width: 32px;
  height: 32px;
  background-color: #107f3a;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.index .part03 .wc .p03 .left .tmore a .i_icon i {
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}
.index .part03 .wc .p03 .left .p03_nav {
  margin-top: 50px;
}
.index .part03 .wc .p03 .left .p03_nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 .wc .p03 .left .p03_nav ul li a {
  font-size: 24px;
  color: #107f3a;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  font-family: "宋体";
}
.index .part03 .wc .p03 .right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20%;
}
.index .part03 .wc .p03 .right .img img {
  width: initial;
}
.index .part04 {
  width: 100%;
  background-image: url(/images/part04_bg.jpg);
  background-size: cover;
  background-position: center;
}
.index .part04 .wc .title {
  margin-top: 80px;
}
.index .part04 .wc .title p {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.index .part04 .wc .title p span {
  font-size: 30px;
  color: #107f3a;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.index .part04 .wc .title p::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #107f3a;
  margin: 20px auto 0;
}
.index .part04 .wc .p04_list {
  margin-top: 60px;
}
.index .part04 .wc .p04_list .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .wc .p04_list .top .img {
  width: 40%;
}
.index .part04 .wc .p04_list .top .img img {
  width: 100%;
}
.index .part04 .wc .p04_list .top .text {
  width: 54%;
}
.index .part04 .wc .p04_list .top .text h4 {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 50px;
}
.index .part04 .wc .p04_list .top .text h4::after {
  margin-top: 20px;
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #107f3a;
}
.index .part04 .wc .p04_list .top .text h2 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 40px;
}
.index .part04 .wc .p04_list .top .text p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.index .part04 .wc .p04_list .top .text .tmore {
  width: 134px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 0 8px #cdcdcd;
  position: relative;
  margin-top: 30px;
}
.index .part04 .wc .p04_list .top .text .tmore a span {
  font-size: 14px;
  color: #107f3a;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
  padding-left: 30px;
}
.index .part04 .wc .p04_list .top .text .tmore a .i_icon {
  width: 32px;
  height: 32px;
  background-color: #107f3a;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.index .part04 .wc .p04_list .top .text .tmore a .i_icon i {
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}
.index .part04 .wc .p04_list .bottom {
  margin-top: 60px;
  padding-bottom: 100px;
}
.index .part04 .wc .p04_list .bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .wc .p04_list .bottom ul li {
  width: 31%;
  height: 320px;
  box-sizing: border-box;
  padding: 30px;
  background-color: #f2f2f2;
}
.index .part04 .wc .p04_list .bottom ul li a h3 {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part04 .wc .p04_list .bottom ul li a h3::after {
  margin-top: 6px;
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #107f3a;
}
.index .part04 .wc .p04_list .bottom ul li a h2 {
  margin-top: 30px;
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part04 .wc .p04_list .bottom ul li a p {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}
footer .top {
  width: 100%;
  height: 50px;
  background-color: #107f3a;
}
footer .top .wc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .wc ul {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .wc ul li a {
  font-size: 15px;
  color: #fff;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
}
footer .top .wc .tel {
  border-left: 1px solid #fff;
  padding-left: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .wc .tel i {
  font-size: 24px;
  color: #fff;
}
footer .top .wc .tel p {
  margin-left: 6px;
  font-size: 15px;
  color: #fff;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
}
footer .bottom {
  margin-top: 24px;
  margin-bottom: 30px;
}
footer .bottom p {
  text-align: center;
}
footer .bottom p a {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  padding: 0 10px;
}
.about .main .n_nav {
  box-shadow: 0 0 4px #cdcdcd;
  margin-top: 20px;
}
.about .main .n_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .n_nav ul li {
  margin: 0 20px;
}
.about .main .n_nav ul li.active a {
  color: #107f3a;
}
.about .main .n_nav ul li a {
  font-size: 18px;
  color: #333;
  line-height: 60px;
  font-weight: 100;
  text-align: center;
}
.about .main .n_content {
  margin-top: 50px;
}
.about .main .n_content img {
  display: block;
  margin: 0 auto 30px;
}
.about .main .n_content p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  text-indent: 2em;
  margin-bottom: 16px;
}
.product .main .n_nav {
  box-shadow: 0 0 4px #cdcdcd;
  margin-top: 20px;
}
.product .main .n_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .n_nav ul li {
  margin: 0 20px;
}
.product .main .n_nav ul li.active a {
  color: #107f3a;
}
.product .main .n_nav ul li a {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  font-weight: 100;
  text-align: center;
}
.product .main .n_content {
  margin-top: 50px;
}
.product .main .n_content ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .n_content ul li {
  width: 24.8%;
  margin-right: 0.2%;
  border: 1px solid #ebebeb;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.product .main .n_content ul li a .img img {
  width: 100%;
}
.product .main .n_content ul li a .text {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.product .main .n_content ul li a .text h3 {
  font-size: 16px;
  color: #333;
  line-height: 60px;
  font-weight: 100;
  text-align: left;
}
.product_details .main .position {
  width: 100%;
  height: 50px;
}
.product_details .main .position .wc {
  height: inherit;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .position .wc i {
  margin-right: 8px;
}
.product_details .main .position .wc a {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: 100;
  text-align: center;
}
.product_details .main .proDetails_content {
  margin-top: 30px;
  margin-bottom: 100px;
}
.product_details .main .proDetails_content .top {
  padding: 50px;
  box-sizing: border-box;
  box-shadow: 0 0 6px #dbdbdb;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product_details .main .proDetails_content .top .t_left {
  width: 36%;
}
.product_details .main .proDetails_content .top .t_left h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #107f3a;
}
.product_details .main .proDetails_content .top .t_left p {
  font-size: 14px;
  color: #666;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.product_details .main .proDetails_content .top .t_left .qiehuan {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .proDetails_content .top .t_left .qiehuan .pre {
  width: 48%;
  border: 1px solid #333;
  text-align: center;
}
.product_details .main .proDetails_content .top .t_left .qiehuan .pre a {
  font-size: 14px;
  color: #666;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}
.product_details .main .proDetails_content .top .t_left .qiehuan .next {
  width: 48%;
  border: 1px solid #333;
  text-align: center;
}
.product_details .main .proDetails_content .top .t_left .qiehuan .next a {
  font-size: 14px;
  color: #666;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}
.product_details .main .proDetails_content .top .t_right {
  width: 50%;
}
.product_details .main .proDetails_content .bottom {
  margin-top: 30px;
  box-sizing: border-box;
  box-shadow: 0 0 6px #dbdbdb;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product_details .main .proDetails_content .bottom .b_left {
  width: 70%;
  padding: 30px;
  box-sizing: border-box;
}
.product_details .main .proDetails_content .bottom .b_left .b_left_title {
  width: 100px;
  height: 44px;
  background-color: #107f3a;
  border-radius: 6px;
}
.product_details .main .proDetails_content .bottom .b_left .b_left_title h3 {
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  font-weight: 100;
  text-align: center;
}
.product_details .main .proDetails_content .bottom .b_right {
  width: 24%;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
}
.product_details .main .proDetails_content .bottom .b_right .b_right_title h3 {
  font-size: 18px;
  color: #333;
  line-height: 40px;
  font-weight: 100;
  text-align: left;
}
.product_details .main .proDetails_content .bottom .b_right .b_right_content ul li .img img {
  width: 100%;
}
.product_details .main .proDetails_content .bottom .b_right .b_right_content ul li .text p {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: 100;
  text-align: center;
}
.anli .main .title {
  margin-top: 80px;
}
.anli .main .title p {
  font-size: 30px;
  color: #107f3a;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.anli .main .title p::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #107f3a;
  margin: 20px auto 0;
}
.anli .main .n_content {
  margin-top: 60px;
}
.anli .main .n_content ul li {
  border: 6px solid #ebebeb;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.anli .main .n_content ul li .img {
  width: 36%;
}
.anli .main .n_content ul li .img img {
  width: 100%;
}
.anli .main .n_content ul li .text {
  width: 54%;
}
.anli .main .n_content ul li .text h3 {
  font-size: 24px;
  color: #666;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.anli .main .n_content ul li .text h3::after {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #666;
  margin: 10px auto 60px;
}
.anli .main .n_content ul li .text .tmore {
  width: 134px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 0 8px #cdcdcd;
  position: relative;
  margin: 0 auto;
}
.anli .main .n_content ul li .text .tmore a span {
  font-size: 14px;
  color: #107f3a;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
  padding-left: 30px;
}
.anli .main .n_content ul li .text .tmore a .i_icon {
  width: 32px;
  height: 32px;
  background-color: #107f3a;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.anli .main .n_content ul li .text .tmore a .i_icon i {
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}
.anli_details .main .title {
  margin-top: 100px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.anli_details .main .title .t_title h2 {
  font-size: 24px;
  color: #666;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.anli_details .main .title .t_title .t_tool {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.anli_details .main .title .t_title .t_tool p {
  margin: 0 10px;
  font-size: 14px;
  color: #666;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.anli_details .main .title .t_title .t_tool p i {
  margin-right: 6px;
}
.anli_details .main .n_content {
  margin-top: 40px;
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
}
.anli_details .main .n_content .img {
  margin: 0 auto;
  text-align: center;
}
.anli_details .main .n_content .img img {
  width: initial;
}
.anli_details .main .qiehuan {
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.anli_details .main .qiehuan .pre {
  width: 20%;
  border: 1px solid #cecece;
  text-align: center;
}
.anli_details .main .qiehuan .pre a {
  font-size: 14px;
  color: #666;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}
.anli_details .main .qiehuan .next {
  width: 20%;
  border: 1px solid #cecece;
  text-align: center;
}
.anli_details .main .qiehuan .next a {
  font-size: 14px;
  color: #666;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}
.news .main .n_nav {
  box-shadow: 0 0 4px #cdcdcd;
  margin-top: 20px;
}
.news .main .n_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .n_nav ul li {
  margin: 0 20px;
}
.news .main .n_nav ul li.active a {
  color: #107f3a;
}
.news .main .n_nav ul li a {
  font-size: 18px;
  color: #333;
  line-height: 60px;
  font-weight: 100;
  text-align: center;
}
.news .main .title {
  margin-top: 80px;
  margin-bottom: 40px;
}
.news .main .title p {
  font-size: 30px;
  color: #107f3a;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.news .main .title p::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #107f3a;
  margin: 20px auto 0;
}
.news .main .n_content ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #e3e3e3;
  transition: all 0.5s ease;
  background-color: #fbfbfb;
}
.news .main .n_content ul li.active {
  background-color: #194989;
  box-shadow: 1px 1px 16px #b9b9b9;
}
.news .main .n_content ul li.active a .news_sub2 .news_sub2_sub1 h3 {
  color: #fff;
}
.news .main .n_content ul li.active a .news_sub2 .news_sub2_sub1 p {
  color: #fff;
}
.news .main .n_content ul li.active a .news_sub2_sub2 .vNum {
  color: #fff;
}
.news .main .n_content ul li.active a .news_sub2_sub2 .date {
  color: #fff;
}
.news .main .n_content ul li a .news_sub1 {
  width: 300px;
  height: 200px;
  overflow: hidden;
  float: left;
}
.news .main .n_content ul li a .news_sub1 img {
  width: 100%;
}
.news .main .n_content ul li a .news_sub2 {
  float: right;
  width: calc(100% - 360px);
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
}
.news .main .n_content ul li a .news_sub2 .news_sub2_sub1 h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
.news .main .n_content ul li a .news_sub2 .news_sub2_sub1 h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin-top: 21px;
  background-color: #194989;
}
.news .main .n_content ul li a .news_sub2 .news_sub2_sub1 p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
  margin-bottom: 10px;
}
.news .main .n_content ul li a .news_sub2 .news_sub2_sub2 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.news .main .n_content ul li a .news_sub2 .news_sub2_sub2 .vNum {
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .n_content ul li a .news_sub2 .news_sub2_sub2 .vNum i {
  font-size: 24px;
  padding-right: 6px;
}
.news .main .n_content ul li a .news_sub2 .news_sub2_sub2 .date {
  font-size: 14px;
}
.news_details .main .position {
  width: 100%;
  height: 50px;
}
.news_details .main .position .wc {
  height: inherit;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news_details .main .position .wc i {
  margin-right: 8px;
}
.news_details .main .position .wc a {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: 100;
  text-align: center;
}
.news_details .main .n_content {
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news_details .main .n_content .left {
  width: 100%;
}
.news_details .main .n_content .left .title {
  margin-top: 100px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.news_details .main .n_content .left .title .t_title h2 {
  font-size: 24px;
  color: #666;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.news_details .main .n_content .left .title .t_title .n_tool {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news_details .main .n_content .left .title .t_title .n_tool p {
  margin: 0 10px;
  font-size: 14px;
  color: #666;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.news_details .main .n_content .left .title .t_title .n_tool p i {
  margin-right: 6px;
}
.news_details .main .n_content .left .n_content {
  margin-top: 60px;
}
.contact .main {
  background-color: #f7f7f7;
  padding-top: 0px;
  overflow: hidden;
}
.contact .main .n_nav {
  box-shadow: 0 0 4px #cdcdcd;
  margin-top: 20px;
  margin-bottom: 60px;
}
.contact .main .n_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .n_nav ul li {
  margin: 0 20px;
}
.contact .main .n_nav ul li.active a {
  color: #107f3a;
}
.contact .main .n_nav ul li a {
  font-size: 18px;
  color: #333;
  line-height: 60px;
  font-weight: 100;
  text-align: center;
}
.contact .main .title {
  margin-top: 0px;
}
.contact .main .title p {
  font-size: 30px;
  color: #107f3a;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.contact .main .title p::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #107f3a;
  margin: 20px auto 0;
}
.contact .main .n_list {
  margin-top: 60px;
  padding-bottom: 100px;
}
.contact .main .n_list .bottom {
  margin-bottom: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.contact .main .n_list .bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .n_list .bottom ul li {
  background-color: #fff;
  width: 25%;
  padding: 40px;
  box-sizing: border-box;
  border-right: 1px solid #ededed;
}
.contact .main .n_list .bottom ul li:nth-of-type(4) {
  border: none;
}
.contact .main .n_list .bottom ul li:nth-of-type(4) .c_icon i {
  font-size: 42px;
  line-height: 30px;
}
.contact .main .n_list .bottom ul li .c_icon i {
  font-size: 36px;
  line-height: 1;
  color: #107f3a;
}
.contact .main .n_list .bottom ul li .c_text {
  margin-top: 24px;
}
.contact .main .n_list .bottom ul li .c_text h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
.contact .main .n_list .bottom ul li .c_text p {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
.contact .main .n_list .part02 {
  background-image: url(/images/message.jpg);
  overflow: hidden;
  padding-bottom: 100px;
  background-repeat: no-repeat;
}
.contact .main .n_list .part02 .w80 {
  background-color: #fff;
  padding: 0 40px 40px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px #dcdcdc;
}
.contact .main .n_list .part02 .w80 .title {
  margin-top: 100px;
  padding-top: 50px;
  display: block;
}
.contact .main .n_list .part02 .w80 .title h3 {
  font-size: 26px;
  color: #107f3a;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.contact .main .n_list .part02 .w80 .title p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.contact .main .n_list .part02 .w80 .i_content {
  margin-top: 60px;
}
.contact .main .n_list .part02 .w80 .i_content .i_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .n_list .part02 .w80 .i_content .i_top .i_item {
  width: 32%;
  background-color: #e6f2f8;
}
.contact .main .n_list .part02 .w80 .i_content .i_top .i_item input {
  width: 100%;
  padding-left: 20px;
  font-size: 15px;
  color: #333;
  line-height: 56px;
  font-weight: 100;
  text-align: left;
  background-color: #e6f2f8;
  box-sizing: border-box;
}
.contact .main .n_list .part02 .w80 .i_content .i_bottom {
  margin-top: 20px;
}
.contact .main .n_list .part02 .w80 .i_content .i_bottom textarea {
  width: 100%;
  height: 300px;
  background-color: #e6f2f8;
  padding: 20px;
  color: #333;
  font-size: 15px;
  box-sizing: border-box;
}
.contact .main .n_list .part02 .w80 .i_content .i_tijiao {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .n_list .part02 .w80 .i_content .i_tijiao button {
  width: 200px;
  font-size: 15px;
  color: #fff;
  line-height: 56px;
  font-weight: 100;
  text-align: center;
  background-color: #107f3a;
  margin-right: 6px;
  cursor: pointer;
}
.contact .main .n_list .part02 .w80 .i_content .i_tijiao button#cz {
  background-color: #cf241e;
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
  .index .part03 .wc .p03 {
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
  }
  .index .part03 .wc .p03 .left {
    width: 100%;
  }
  .index .part03 .wc .p03 .right {
    position: static;
    transform: none;
    margin-top: 30px;
  }
  .index .part03 .wc .p03 .right .img img {
    width: 100%;
  }
  .index .part04 .wc .p04_list .top .img {
    width: 100%;
  }
  .index .part04 .wc .p04_list .top .text {
    width: 100%;
    margin-top: 30px;
  }
  .index .part04 .wc .p04_list .bottom ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .top .wc ul {
    display: none;
  }
  footer .top .wc .tel {
    justify-content: center;
    padding-left: 0;
    border-left: none;
    width: 100%;
  }
  footer .top .wc .tel a {
    color: #fff;
    font-weight: bold;
  }
  .product .main .n_content ul li {
    width: 100%;
  }
  .product_details .main .proDetails_content .top {
    padding: 30px;
  }
  .product_details .main .proDetails_content .top .t_left {
    width: 100%;
  }
  .product_details .main .proDetails_content .top .t_right {
    width: 100%;
  }
  .product_details .main .proDetails_content .top .t_right .img img {
    width: 100%;
  }
  .product_details .main .proDetails_content .top .t_left .qiehuan .pre {
    width: 100%;
    margin-bottom: 10px;
  }
  .product_details .main .proDetails_content .top .t_left .qiehuan .next {
    width: 100%;
  }
  .product_details .main .proDetails_content .bottom .b_right {
    display: none;
  }
  .product_details .main .proDetails_content .bottom .b_left {
    width: 100%;
  }
  .anli .main .n_content ul li .img {
    width: 100%;
  }
  .anli .main .n_content ul li .text {
    width: 100%;
    margin-top: 20px;
  }
  .anli .main .n_content ul li .text h3 {
    font-size: 18px;
  }
  .anli .main .n_content ul li .text h3::after {
    margin-bottom: 20px;
  }
  .anli .main .n_content ul li .text .tmore {
    margin-bottom: 40px;
  }
  .anli_details .main .n_content .img img {
    width: 100%;
  }
  .anli_details .main .qiehuan .pre {
    width: 100%;
    margin-bottom: 20px;
  }
  .anli_details .main .qiehuan .next {
    width: 100%;
  }
  .news .main .n_content ul li a .news_sub1 {
    width: 100%;
  }
  .news .main .n_content ul li a .news_sub2 {
    width: 100%;
    margin-top: 30px;
  }
  .news .main .n_content ul li a .news_sub2 .news_sub2_sub1 h3 {
    font-size: 18px;
  }
  .contact .main .n_list .bottom ul li {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .contact .main .part02 .w80 .title h3 {
    font-size: 20px;
  }
  .contact .main .part02 .w80 .title p {
    line-height: 1.5;
  }
  .contact .main .part02 .w80 .i_content .i_top .i_item {
    width: 100%;
    margin-bottom: 6px;
  }
  .contact .main .part02 .w80 .i_content .i_tijiao button {
    margin-bottom: 6px;
  }
}
