/*================基本样式重置================*/
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
span,
i,
a,
em,
strong,
b,
input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
}
i,
em {
  font-weight: normal;
  font-style: normal;
}
b {
  font-weight: normal;
}
a,
i,
em,
span,
b,
img {
  display: block;
}
body {
  overflow-x: hidden;
  font-family: "Microsoft Yahei";
}
li {
  list-style: none;
}
a,
img,
input {
  border: 0 none;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
a:focus,
input:focus {
  outline: 0 none;
}
input::-webkit-search-cancel-button {
  display:  none;
}
/*清除谷歌浏览器下的 search 叉号*/
input::-ms-clear {
  display:  none;
}
/*清除IE下的 search 叉号*/
input {
  display: block;
  background: none;
}
input[type=file]::-webkit-file-upload-button {
  width: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  border: none;
}
button {
  display: block;
  border: none;
  cursor: pointer;
}
textarea {
  border: none;
  resize: none;
  outline: none;
  font-family: "Microsoft Yahei";
}
/*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
/* 去除点击选项卡时出现的蓝色边框 */
.swiper-pagination .swiper-pagination-bullet:focus,
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
/* 去除点击选项卡时出现的蓝色背景 */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
.wow {
  visibility: hidden;
}
[v-cloak] {
  display: none;
}
/*========定义基础样式========*/
.hide {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
/*a标签鼠标hover高亮显示状态（可选用）*/
a .opacity {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
a:hover .opacity {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text_over2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text_over3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1400 {
  width: 72.91%;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
}
body {
  font-size: 18px;
}
.content {
  margin: 0 auto;
  min-height: 500px;
}
/*锚点定位*/
.anchorF {
  position: relative;
}
.anchor {
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 1px;
  z-index: -1;
  opacity: 0;
}
@font-face {
  font-family: "poppins";
  src: url("../font/Poppins-Regular.ttf");
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.5s;
}
.header .logo {
  float: left;
  display: flex;
  align-items: center;
  width: 270px;
  height: 100px;
}
.header .logo img {
  width: auto;
  height: 57px;
}
.header .logo .img2 {
  display: none;
}
.header .nav {
  float: right;
  display: flex;
  /* justify-content: space-between;
        width: calc(100% - 336px - 6% - 22px - 10px); */
}
.header .nav .one {
  position: relative;
  margin-right: 3vw;
}
.header .nav .one .one_a {
  position: relative;
  line-height: 100px;
  font-size: 18px;
  color: #fff;
}
.header .nav .one .one_a::after {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 16px;
  transform: scale(0);
  width: 100%;
  height: 9px;
  background: url(../images/icon/i3.png) center no-repeat;
  background-size: auto 100%;
  content: "";
}
.header .nav .one .pos {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  max-height: 0px;
  overflow: hidden;
}
.header .nav .one .pos .bor {
  margin: 20px 10px 10px;
  padding: 8px 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}
.header .nav .one .pos a {
  min-width: 130px;
  padding: 0 12px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  text-align: center;
  white-space: nowrap;
}
.header .nav .one .pos a.cur,
.header .nav .one .pos a:hover {
  color: #ba1912;
}
.header .nav .one:hover .one_a::after,
.header .nav .one.cur .one_a::after {
  transition: all 0.5s;
  transform: scale(1);
}
.header .nav .one:hover .pos {
  transition: all 0.8s;
  opacity: 1;
  max-height: 700px;
}
.header .search_icon {
  float: right;
  width: 21px;
  height: 100px;
  background: url(../images/icon/i4.png) center no-repeat;
  background-size: 100% auto;
}
.header.header_fixed {
  border-bottom: rgba(229, 229, 229, 0.6) 1px solid;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header.header_fixed .logo .img1 {
  display: none;
}
.header.header_fixed .logo .img2 {
  display: block;
}
.header.header_fixed .nav .one .one_a {
  color: #333;
}
.header.header_fixed .search_icon {
  background-image: url(../images/icon/i4s.png);
}
.footer {
  position: relative;
  z-index: 2;
  background: url(../images/index/footer_bac.jpg) left bottom no-repeat;
  background-size: cover;
}
.footer .top {
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
}
.footer .top .left {
  width: 65%;
}
.footer .top .left .Flogo {
  margin-bottom: 80px;
  height: 76px;
}
.footer .top .left .Flogo img {
  height: 100%;
}
.footer .top .left .Fnav {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.footer .top .left .Fnav a {
  font-size: 20px;
  color: #333;
}
.footer .top .left .Fnav a:hover {
  color: #02723d;
}
.footer .top .left .Fsearch {
  display: flex;
}
.footer .top .left .Fsearch div {
  display: flex;
  justify-content: space-between;
  padding: 0 25px 0 30px;
  border-radius: 30px;
  border: #02723d 1px solid;
}
.footer .top .left .Fsearch input {
  width: 120px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #333;
}
.footer .top .left .Fsearch input::placeholder {
  color: #babcbb;
}
.footer .top .left .Fsearch a {
  width: 30px;
  height: 60px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: url(../images/icon/i12.png) center no-repeat;
}
.footer .top .right {
  width: 25.7%;
}
.footer .top .right .t {
  margin-bottom: 36px;
}
.footer .top .right .t b {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.footer .top .right .t p {
  font-size: 30px;
  color: #02723d;
  font-weight: bold;
  font-family: "poppins";
}
.footer .top .right .msg dl {
  display: flex;
  margin-bottom: 20px;
  line-height: 32px;
  font-size: 16px;
  color: #333;
}
.footer .top .right .msg dl dt {
  margin-right: 20px;
  font-weight: bold;
  white-space: nowrap;
}
.footer .top .code {
  padding-bottom: 50px;
  display: flex;
}
.footer .top .code.mobile {
  display: none;
}
.footer .top .code .icon {
  position: relative;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
}
.footer .top .code .icon:last-child {
  margin-right: 0;
}
.footer .top .code .icon i {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.footer .top .code .icon .pos {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 76px;
  transform: translateX(-50%);
  width: 150px;
  height: 0px;
  overflow: hidden;
  /* background: url(../images/icon/i15.png) top left no-repeat;
                    background-size: 100% auto; */
}
.footer .top .code .icon .pos img {
  /* padding: 17px 16px; */
  width: 150px;
  height: 172px;
}
.footer .top .code .icon.wx i {
  background-image: url(../images/icon/i13.png);
}
.footer .top .code .icon.wx:hover i {
  background-image: url(../images/icon/i13s.png);
}
.footer .top .code .icon.wb i {
  background-image: url(../images/icon/i14.png);
}
.footer .top .code .icon.wb:hover i {
  background-image: url(../images/icon/i14s.png);
}
.footer .top .code .icon:hover {
  background-color: #00713b;
}
.footer .top .code .icon:hover .pos {
  transition: all 0.5s;
  height: 172px;
}
.footer .bot {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  font-size: 16px;
  color: #999;
  overflow: hidden;
}
.footer .bot .w1400 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .bot .left,
.footer .bot .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .bot a {
  margin-left: 16px;
  color: #999;
}
.footer .bot a.a1 {
  padding-left: 25px;
  background: url(../images/icon/i16.png) left center no-repeat;
}
.footer .bot a:hover {
  color: #02723d;
}
.mobile,
.m_header,
.m_nav,
.m_footer {
  display: none;
}
@media (max-width: 1200px) {
  .w1400,
  .w {
    margin: 0 auto;
    width: 92%;
    min-width: 300px;
  }
  .anchor {
    top: -2rem;
  }
  .pc,
  .header {
    display: none;
  }
  .mobile,
  .m_header,
  .m_nav,
  .m_footer {
    display: block;
  }
  .m_header {
    transition: all 0.5s;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    width: 100vw;
    height: 2rem;
    overflow: hidden;
  }
  .m_header .logo {
    display: flex;
    align-items: center;
    height: 2rem;
  }
  .m_header .logo img {
    display: block;
    height: 1.16rem;
  }
  .m_header .logo .m2 {
    display: none;
  }
  .m_header .nav_icon {
    margin-left: 0.8rem;
    width: 0.79rem;
    height: 2rem;
    background: url(../images/mobile/icon/i1.png) center no-repeat;
    background-size: 0.79rem auto;
  }
  .m_header .nav_icon.cur {
    background: url(../images/mobile/icon/i2.png) center no-repeat;
    background-size: 0.71rem auto;
  }
  .m_header .search_icon {
    width: 0.78rem;
    height: 2rem;
    background: url(../images/mobile/icon/i3.png) center no-repeat;
    background-size: 100% auto;
  }
  .m_header.m_header_fixed {
    background: #fff;
    box-shadow: 0 0 0.18rem rgba(0, 0, 0, 0.1);
  }
  .m_header.m_header_fixed .logo .m1 {
    display: none;
  }
  .m_header.m_header_fixed .logo .m2 {
    display: block;
  }
  .m_header.m_header_fixed .nav_icon {
    background-image: url(../images/mobile/icon/i1s.png);
  }
  .m_header.m_header_fixed .nav_icon.cur {
    background-image: url(../images/mobile/icon/i2s.png);
    background-size: 0.71rem auto;
  }
  .m_header.m_header_fixed .search_icon {
    background-image: url(../images/mobile/icon/i3s.png);
  }
  .m_nav {
    transition: all 0.6s;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    background: url(../images/mobile/icon/i5.png) center bottom no-repeat;
    background-size: cover;
  }
  .m_nav.cur {
    transition: all 0.6s;
    right: 0;
  }
  .m_nav .w {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2rem;
    width: 100%;
    height: calc(100% - 2.4rem - 3.3rem);
    overflow-y: auto;
  }
  .m_nav .w .one {
    position: relative;
    width: 100%;
    line-height: 2.6rem;
  }
  .m_nav .w .one .one_a {
    margin: 0 auto;
    width: 92%;
    font-size: 0.64rem;
    color: #fff;
    text-align: center;
  }
  .footer {
    background-image: url(../images/mobile/index/footer_bac.jpg);
  }
  .footer .top {
    padding: 1.4rem 0 1rem;
    display: block;
  }
  .footer .top .left {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .footer .top .left .Flogo {
    margin-bottom: 1.1rem;
    height: 1.6rem;
  }
  .footer .top .left .Fnav {
    display: none;
  }
  .footer .top .left .Fsearch {
    display: none;
  }
  .footer .top .right {
    width: 100%;
  }
  .footer .top .right .t {
    margin-bottom: 0.9rem;
  }
  .footer .top .right .t b {
    margin-bottom: 0.2rem;
    font-size: 0.52rem;
  }
  .footer .top .right .t p {
    font-size: 0.76rem;
  }
  .footer .top .right .msg dl {
    margin-bottom: 0.6rem;
    line-height: 0.72rem;
    font-size: 0.52rem;
  }
  .footer .top .right .msg dl dt {
    margin-right: 0.6rem;
  }
  .footer .top .code {
    padding-bottom: 0;
  }
  .footer .top .code.pc {
    display: none;
  }
  .footer .top .code.mobile {
    display: flex;
  }
  .footer .top .code .icon {
    margin-right: 0.5rem;
    width: 1.6rem;
    height: 1.6rem;
  }
  .footer .top .code .icon:last-child {
    margin-right: 0.5rem;
  }
  .footer .top .code .icon .pos {
    bottom: 1.8rem;
    width: 4rem;
    height: 0px;
  }
  .footer .top .code .icon .pos img {
    width: 4rem;
    height: 4.59rem;
  }
  .footer .top .code .icon:hover .pos {
    height: 4.59rem;
  }
  .footer .bot {
    padding-bottom: 0.8rem;
    line-height: 0.82rem;
    font-size: 0.48rem;
  }
  .footer .bot .w1400 {
    flex-wrap: wrap;
  }
  .footer .bot .left,
  .footer .bot .right {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer .bot a {
    margin: 0 0.3rem 0 0;
  }
  .footer .bot a.a1 {
    padding-left: 0.4rem;
    background-size: 0.3rem auto;
  }
}
.more {
  display: flex;
  align-items: center;
  justify-content: center;
}
.more i {
  margin-right: 14px;
  font-size: 16px;
  color: #999;
}
.more div {
  transition: all 0.5s;
  position: relative;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  background: #02723d;
}
.more div::after {
  transition: all 0.5s;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon/i5.png) center no-repeat;
  background-size: 30px auto;
  content: "";
}
.more:hover i {
  color: #02723d;
}
.more:hover div {
  transition: all 0.5s;
  box-shadow: 0 0 22px rgba(0, 113, 59, 0.4);
}
.more:hover div::after {
  transition: all 0.5s;
  transform: rotate(0deg);
}
.more.small div {
  width: 30px;
  height: 30px;
}
.more.small div::after {
  background-size: 14px auto;
}
@media (max-width: 1200px) {
  .more i {
    margin-right: 0.48rem;
    font-size: 0.52rem;
  }
  .more div {
    width: 1.5rem;
    height: 1.5rem;
  }
  .more div::after {
    background: url(../images/icon/i5.png) center no-repeat;
    background-size: 0.6rem auto;
  }
  .more:hover div {
    box-shadow: 0 0 0.4rem rgba(0, 113, 59, 0.4);
  }
  .more.small div {
    width: 30px;
    height: 30px;
  }
  .more.small div::after {
    background-size: 14px auto;
  }
}
@-webkit-keyframes qh {
  0% {
    -webkit-transform: rotateZ(-360deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
  }
}
.fadeInUp150 {
  -webkit-animation-name: fadeInUp150;
  animation-name: fadeInUp150;
}
@keyframes fadeInUp150 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    -ms-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
