@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "arial";
  word-wrap: break-word;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tj {
  text-align: justify;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input,
textarea {
  font: inherit;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.flexcenter {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.flexend {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
}
.wrap {
  flex-wrap: wrap;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.wrap_box {
  line-height: 1.7;
  color: #333;
  font-size: 0.16rem;
}
.content {
  width: 14.4rem;
  margin: 0 auto;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.w100 {
  width: 100% !important;
}
.h100 {
  height: 100%;
}
.hidden {
  overflow: hidden;
}
.f45 {
  font-size: 0.45rem;
}
.f40 {
  font-size: 0.4rem;
}
.f36 {
  font-size: 0.36rem;
}
.f30 {
  font-size: 0.3rem;
}
.f28 {
  font-size: 0.28rem;
}
.f24 {
  font-size: 0.24rem;
}
.f22 {
  font-size: 0.22rem;
}
.f20 {
  font-size: 0.2rem;
}
.f18 {
  font-size: 0.18rem;
}
.f14 {
  font-size: 14px;
}
.gray {
  color: #505050 !important;
}
.gray6 {
  color: #666 !important;
}
.gray8 {
  color: #808080;
}
.gray9 {
  color: #999 !important;
}
.mar_t10 {
  margin-top: 0.1rem;
}
.mar_t20 {
  margin-top: 0.2rem;
}
.mar_t30 {
  margin-top: 0.3rem;
}
.mar_t40 {
  margin-top: 0.4rem;
}
.mar_t50 {
  margin-top: 0.5rem;
}
.green {
  color: #46a748;
}
.phone {
  display: none;
}
/*banner*/
.header_bg {
  width: 100%;
  background: url(../images/header_bg.jpg) no-repeat center top #fff;
  background-size: 100% 100%;
  height: 1.14rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.header {
  width: 17.6rem;
  margin: 0 auto;
}
.logo img {
  width: 3.14rem;
}
.nav {
  /* width: 9.9rem; */
  width: 11rem;
}
.nav ul {
  align-items: center;
  height: 100%;
}
.nav li {
  position: relative;
  text-align: center;
  width: 11.1%;
  line-height: 0.2rem;
  height: 0.6rem;
    padding: 0.2rem 0 0;
}
.nav li::after {
  width: 0.25rem;
  height: 0.05rem;
  display: block;
  border-radius: 0.25rem;
  background: #46a748;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0rem;
  position: absolute;
  transform: scale(0, 0);
  transition: all 0.6s;
}
.nav li.active::after {
  transform: scale(1, 1);
}
.nav li:hover::after {
  transform: scale(1, 1);
}
.nav li:hover .subnav {
  display: block;
}
.nav li>a{
  font-weight: bold;
}
.subnav {
  width: 1.6rem;
  background: rgba(225, 225, 225, 0.8);
  top: 0.6rem;
  left: -0.25rem;
  padding: 0.2rem;
  display: none;
}
.subnav a {
  display: block;
  line-height: 1.5;
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
}
.subnav a:hover {
  color: #46a748;
}
.lau {
  color: #999;
  line-height: 1;
  margin: 0 0.1rem 0 0.5rem;
}
.lau a {
  padding: 0 0.15rem;
}
.ss_btn {
  cursor: pointer;
}
.ss_btn img {
  width: 0.2rem;
  height: 0.2rem;
}
.search_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  background: #46a748;
  z-index: 11;
  transition: 0.5s;
  padding: 15% 0 0 15%;
  color: #fff;
}
.search_con {
  width: 770px;
  height: 56px;
  border-radius: 28px;
  background: #fff;
  padding: 0 30px;
  margin: 2% 0;
}
.ss_txt {
  width: 680px;
  height: 56px ;
  border: none;
}
.search_tit {
  font-size: 72px;
  line-height: 1.3;
}
.search_close {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
}
.search_logo {
  width: 130px;
  position: absolute;
  top: 30px;
  left: 6.25%;
}
.search_logo img {
  width: 100%;
}
.banner {
  margin: 1.14rem 0 0;
}
.swiper_btn {
  bottom: 0.55rem;
  left: 0;
  right: 0;
  z-index: 8;
  padding: 0 0.5rem;
}
.swiper_btn {
  align-items: flex-end;
}
.swiper_btn .swiper-button-prev,
.swiper_btn .swiper-button-next,
.swiper_btn .swiper-pagination {
  position: static;
  margin: 0;
}
.swiper_btn .swiper-button-prev,
.swiper_btn .swiper-button-next {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 100%;
  border: solid 1px #fff;
  margin-left: 0.2rem;
  opacity: 1;
}
.swiper_btn .swiper-button-prev::after,
.swiper_btn .swiper-button-next::after {
  color: #fff;
  font-size: 0.2rem;
}
.swiper_btn .swiper-button-prev:hover,
.swiper_btn .swiper-button-next:hover {
  background: #46a748;
  border: none;
}
.swiper_btn .swiper-pagination {
  width: auto;
  margin: 0 15px;
}
.swiper_btn .swiper-pagination-bullet {
  width: 0.55rem;
  height: 0.03rem;
  background: #fff;
  border-radius: 0;
}
.pagination {
  text-align: center;
}
.pagination li {
  line-height: 42px;
  display: inline-block;
  text-align: center;
  background: #e8e8e8;
  padding: 0 17px;
  margin: 0 5px;
}
.pagination li.active {
  background: red;
  color: #fff;
}
.about_bg {
  background: url(../images/about_bg.jpg) no-repeat center top #fefefe;
  background-size: 100%;
  padding: 1.05rem 0 1.2rem;
}
.about_nav li {
  width: 3.36rem;
  height: 1.51rem;
}
.about_nav li a {
  flex-direction: column;
}
.about_nav li img {
  width: 0.6rem;
}
.about_nav li h4 {
  line-height: 1.5;
  transition: all 0.6s;
}
.about_nav li h4::after {
  width: 0.1rem;
  height: 0.1rem;
  background: #545559;
  border-radius: 100%;
  content: "";
  display: block;
  margin: 0.05rem auto 0;
}
.about_nav li:hover {
  background: url(../images/bg1.png) no-repeat;
  color: #fff;
}
.about_nav li:hover img {
  display: none;
}
.about_nav li:hover h4 {
  transform: translateX(-0.5rem);
}
.about_nav li:hover h4::after {
  display: none;
}
.about_box {
  padding: 0.95rem 0 0;
}
.about_con {
  width: 6.1rem;
}
.tit1_icon {
  margin-left: 0.2rem;
  width: 1.56rem;
}
.about_txt {
  line-height: 2;
}
.about_pic {
  width: 7.53rem;
}
.video_btn {
  width: 1rem;
  height: 1rem;
  /* top: 1.18rem;
  left: -0.35rem; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.video_btn img{
  width: 100%;
  height: 100%;
}
.video_btn::after {
  width: 0.77rem;
  height: 0.77rem;
  border: solid 1px #fff;
  border-radius: 100%;
  content: "";
  display: block;
  animation: move 2s infinite;
  position: absolute;
  left: -0.05rem;
  top: -0.05rem;
  display: none;
}
.video_btn::before {
  width: 0.97rem;
  height: 0.97rem;
  border: solid 1px #fff;
  border-radius: 100%;
  content: "";
  display: block;
  animation: move 2s infinite;
  position: absolute;
  left: -0.15rem;
  top: -0.15rem;
  display: none;
}
@keyframes move {
  0% {
    transform: scale(0.5, 0.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.video_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 100;
  background: #000;
}
.video_close {
  position: absolute;
  font-size: 0.4rem;
  right: calc(50% - 10rem / 2 - 1rem);
  top: calc(10rem/16*2);
  cursor: pointer;
  color: #fff;
}
.video_con {
  width: 10rem;
  height: calc(10rem/16*9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.pro_bg {
  background: #efefef;
  padding: 0.75rem 0 0.53rem;
}
.tit {
  background: url(../images/tit.png) no-repeat center center;
  background-size: 5rem 0.2rem;
}
.type {
  background: #fff;
  height: 2rem;
  margin: 0.5rem 0 0.3rem;
}
.type li {
  width: 2rem;
  text-align: center;
  color: #666666;
  padding: 0.34rem 0 0;
  position: relative;
}
.type li::after {
  width: 1px;
  height: 1.1rem;
  background: #e9e9e9;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0.4rem;
}
.type li img {
  width: 0.6rem;
  height: 0.6rem;
  margin-bottom: 0.3rem;
}
.type li:last-child::after {
  background: none;
}
.type li.on {
  color: #46a748;
}
.pro_list {
  margin: 0.32rem 0 0;
}
.pro_list li {
  /* width: 3.4rem; */
  width: 4.63rem;
  margin: 0 0.25rem 0.33rem 0;
}
.pro_list li:nth-child(3n+3){
  margin-right:0 ;
}
/* .pro_list li:nth-child(3),
.pro_list li:nth-child(7) {
  margin-right: 0;
}
.pro_list li:nth-child(1),
.pro_list li:nth-child(2),
.pro_list li:nth-child(3) {
  width: 4.63rem;
}
.pro_list li:nth-child(1) .pro_list_pic,
.pro_list li:nth-child(2) .pro_list_pic,
.pro_list li:nth-child(3) .pro_list_pic {
  height: 2.6rem;
} */
.pro_list_pic {
  height: 2.6rem;
}
.case_bg {
  background: url(../images/case_bg.jpg) no-repeat center top;
  background-size: 100%;
  padding: 0.7rem 0 0.4rem;
}
.case_box {
  margin: 0.5rem 0 0;
}
.case_more {
  min-width: 1.45rem;
  padding: 0 0.2rem;
  height: 0.45rem;
  background: #46a748;
  color: #fff;
  border-radius: 0.23rem;
}
.case_list li {
  width: 3.49rem;
  height: 3.16rem;
  position: relative;
  overflow: hidden;
  margin: 0 0.14rem 0.35rem 0;
}
.case_list li:nth-child(4n) {
  margin-right: 0;
}
.case_list li::after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  transform: scale(0);
  transition: all 0.6s;
}
.case_list li:hover::after {
  transform: scale(1);
}
.case_list li:hover .case_list_con {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  flex-direction: column;
}
.case_list li:hover .case_list_con .case_list_more {
  display: flex;
}
.case_list li:hover .case_list_tit {
  color: #fff;
  font-size: 0.18rem;
  padding: 0 0.65rem;
  font-weight: bold;
  line-height: 2;
  white-space: normal;
}
.case_list li:hover .case_list_pic {
  height: 3.16rem;
}
.case_list_pic {
  height: 2.7rem;
  transition: all 0.6s;
}
.case_list_pic img {
  object-fit: cover;
}
.case_list_tit {
  margin: 0.15rem 0 0;
}
.case_list_more {
  width: 1.56rem;
  height: 0.5rem;
  background: #46a748;
  color: #fff;
  display: none;
  border-radius: 0.25rem;
}
.news_bg {
  background: #f5f5f5;
  padding: 0.64rem 0 0.74rem;
}
.news_list {
  margin: 0.2rem 0 0;
}
.news_list li {
  width: 6.95rem;
  padding: 0.3rem 0;
  border-bottom: solid 1px #e4e4e4;
  position: relative;
}
.news_list li::after {
  width: 0;
  height: 0.04rem;
  background: #46a748;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.6s;
}
.news_list li:hover::after {
  width: 100%;
}
.news_list li:hover .f18 {
  font-weight: bold;
  color: #46a748;
}
.news_list_pic {
  width: 2.27rem;
  height: 1.4rem;
}
.news_list_con {
  width: 4.5rem;
}
.nar1 {
  width: 0.2rem;
  height: 0.05rem;
}
.partner_box {
  padding: 0.65rem 0;
}
.partner {
  height: 188px;
  margin-top: 0.5rem;
}
.partner li {
  border: solid 1px #ededed;
  height: 0.84rem;
  overflow: hidden;
}
.partner li img {
  height: 100%;
}
.footer_bg {
  background: url(../images/footer_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 0.64rem 0 0;
  color: #fff;
}
.footer_left {
  width: 5.5rem;
}
.footer_logo {
  margin-right: 0.74rem;
}
.footer_logo img {
  width: 2.09rem;
}
.footer_tel {
  line-height: 1.4;
}
.contact {
  border-top: solid 1px #646568;
  padding: 0.4rem 0 0;
  margin: 0.6rem 0 0.55rem;
}
.contact_list {
  width: 3.3rem;
}
.contact_list li img {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.15rem;
}
.code_list li {
  width: 0.9rem;
  margin-left: 0.17rem;
}
.code_list li img {
  height: 0.9rem;
}
.footer_right {
  width: 7.44rem;
}
.footer_right li {
  text-align: center;
}
.footer_right li h4 {
  font-size: 0.16rem;
  line-height: 1;
  margin-bottom: 0.34rem;
}
.footer_right li p a {
  display: block;
  line-height: 0.3rem;
}
.copyright {
  border-top: solid 1px #646568;
  padding: 0.2rem 0;
  color: #d4d4d4;
}
.m_banner {
  margin: 1.14rem 0 0;
}
.m_banner_tit {
  width: 100%;
  left: 0;
  top: 40%;
  z-index: 3;
  font-size: 0.5rem;
  color: #46a748;
}
.main {
  padding: 0.4rem 0;
}
.m_type a {
  width: 1.5rem;
  height: 0.9rem;
  border-radius: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.2rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  background: #f9f9f9;
  text-align: center;
  line-height: 1.2;
}
.m_type a.on {
  background: #46a748;
  color: #fff;
  font-weight: bold;
}
.m_type a:hover {
  background: #46a748;
  color: #fff;
  font-weight: bold;
}
.m_yingyong {
  padding: 0.44rem 0 0.3rem;
}
.m_yingyong li {
  width: 4.5rem;
  margin-right: 0.44rem;
}
.m_yingyong li:nth-child(3n) {
  margin-right: 0;
}
.m_yingyong_pic {
  margin-bottom: 0.15rem;
}
.yingyong_tit {
  background: url(../images/tit_bg1.png) no-repeat left;
  background-size: 5.5rem;
  min-width: 3.24rem;
  height: 0.6rem;
  padding-left: 0.3rem;
  padding-right: 2.2rem;
  color: #fff;
}
.yingyong_txt {
  padding: 0.2rem 0.3rem;
}
.yingyong_tit1 {
  background: url(../images/tit_bg2.png) no-repeat left;
  background-size: 4.58rem;
}
.year {
  line-height: 1.2;
}
.year p {
  color: #454545;
}
.year h3 {
  font-size: 0.85rem;
  color: #46a748;
  font-family: Arial, Helvetica, sans-serif;
}
.xx_txt {
  min-height: 3rem;
}
.xx_txt img {
  max-width: 100%;
}
.download {
  padding: 0.6rem 0 0;
}
.download li {
  width: 3.38rem;
  height: 2.96rem;
  background: #fdfdfd;
  border: solid 1px #f6f6f6;
  border-radius: 0.2rem;
  padding: 0.4rem 0.4rem 0;
  position: relative;
  overflow: hidden;
  margin: 0 0.28rem 0.4rem 0;
}
.download li:nth-child(4n) {
  margin-right: 0;
}
.download_tit {
  line-height: 1.5;
  margin-bottom: 0.15rem;
}
.download_btn {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0.57rem;
  background: #dfdfdf;
}
.download_btn a {
  width: 50%;
  height: 100%;
}
.download_btn1 {
  background: #46a748;
  color: #fff;
}
.down {
  width: 0.15rem;
  height: 0.22rem;
  margin-right: 0.1rem;
}
.job {
  padding: 0.48rem 0 0;
}
.job li {
  margin-bottom: 0.5rem;
  background: url(../images/job_bg.jpg) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 0.13rem;
}
.job_list {
  padding: 0.3rem 2.6rem 0.4rem 0.5rem;
  border: solid 1px #eaeaea;
}
.job_list.current .job_list_txt {
  height: auto;
}
.job_list_txt {
  height: 1.65rem;
  overflow: hidden;
}
.open {
  width: 1.6rem;
  height: 0.6rem;
  background: #46a748;
  color: #fff;
  bottom: 0.45rem;
  right: 0.45rem;
  font-size: 0.18rem;
  cursor: pointer;
}
.open img {
  width: 0.16rem;
  height: 0.1rem;
  margin-left: 0.15rem;
  transition: all 0.3s;
}
.open.on img {
  transform: rotate(180deg);
}
.m_news {
  padding: 0.2rem 0;
}
.m_news li {
  background: #ffffff;
  border: solid 1px #fbfbfb;
  padding: 0.3rem;
  margin-bottom: 0.3rem;
}
.m_news li a {
  width: 100%;
}
.m_news li:hover {
  background: #fbfbfb;
}
.m_news li:hover .m_news_tit {
  color: #46a748;
}
.m_news li:hover .m_news_more {
  color: #46a748;
  background: url(../images/more2.png) no-repeat 0.8rem center;
  background-size: 0.75rem 0.28rem;
}
.m_news_pic {
  width: 3.2rem;
  height: 1.85rem;
}
.m_news_con {
  width: 10.1rem;
}
.m_news_tit {
  width: 70%;
}
.m_news_more {
  background: url(../images/more1.png) no-repeat 0.8rem center;
  background-size: 0.75rem 0.28rem;
  line-height: 0.28rem;
}
.page {
  justify-content: flex-end;
}
.page a {
  width: 0.44rem;
  height: 0.44rem;
  border: solid 1px #e6e6e6;
  border-radius: 0.03rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.1rem;
}
.page a.on {
  background: #46a748;
  color: #fff;
}
.m_pro_type li {
  text-align: center;
}
.m_pro_type li img {
  width: 0.6rem;
  height: 0.6rem;
  margin-bottom: 0.15rem;
}
.m_pro_type li p {
  font-size: 0.18rem;
}
.m_pro_type li.on {
  color: #46a748;
}
.m_pro {
  padding: 0.4rem 0;
}
.m_pro li {
  width: 3.48rem;
  margin: 0 0.15rem 0.35rem 0;
  text-align: center;
}
.m_pro li:nth-child(4n) {
  margin-right: 0;
}
.m_pro_pic {
  height: 2.4rem;
}
.service_con {
  background: url(../images/service_pic.jpg) no-repeat;
  height: 3.36rem;
  background-size: 100% 100%;
  padding: 0.5rem 0.45rem 0;
}
.service_tel img {
  width: 0.24rem;
  height: 0.21rem;
  margin-right: 0.15rem;
}
.service_num {
  font-size: 0.7rem;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.3;
}
.zhikong_list li {
  margin-bottom: 0.55rem;
}
.zhikong_txt {
  margin: 0.2rem;
  line-height: 0.36rem;
  max-height: 3.6rem;
  overflow: hidden;
}
.zhikong_pic {
  width: 7rem;
  height: 4.65rem;
}
.zhikong_con {
  width: 7.05rem;
}
.xx_tit {
  font-size: 0.3rem;
  line-height: 1.5;
}
.xx_time {
  color: #999;
  border-bottom: solid 1px #e6e6e6;
  padding: 25px 0;
}
.nextpage {
  border-top: dashed 1px #dadada;
  padding: 0.3rem 0;
}
.nextpage > div {
  max-width: 40%;
}
[v-cloak]{
  display: none;
}