body {
  font-family: "Microsoft YaHei";
}
img {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
.w {
  max-width: 1600px;
  margin: 0 auto;
}
.nr {
  width: 1400px;
  max-width: 90%;
  margin: 0 auto;
}
li {
  list-style: none;
}
ul {
  padding: 0;
  margin: 0;
}
p {
  margin-bottom: 0;
}
a {
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #68b92e;
}
a:link {
  text-decoration: none;
}
:root {
  --styleColor: #68b92e;
  --swiper-navigation-size: 26px;
}
.c_more {
  display: flex;
  justify-content: center;
}
.c_more a {
  position: relative;
  font-size: 18px;
  color: #fff;
  background-color: #68b92e;
  border: 1px solid #68b92e;
  padding: 12px 38px;
  transition: all 0.3s;
  overflow: hidden;
}
.c_more a:hover {
  background-color: #fff;
  color: #68b92e;
  transition: all 0.3s 0.5s;
}
.c_more a:hover::after {
  left: 100%;
  transition: all 0.5s;
}
.c_more a::after {
  content: '';
  width: 80%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: -100%;
  transform: translateY(-50%);
  transition: all 0.5s 0.3s;
}
.swiper-pagination-bullet-active {
  background-color: #68b92e;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
.ft_title {
  text-align: center;
  position: relative;
}
.ft_title h2 {
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
  opacity: 0.1;
  margin: 0;
}
.ft_title p {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ft_title p::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #68b92e;
  width: 100%;
  height: 12px;
  z-index: -1;
}
.min_title {
  text-align: center;
}
.min_title h2 {
  font-size: 40px;
  margin: 0 0 10px 0;
  color: #fff;
  text-shadow: 0 0 4px #68b92e, 0 0 4px #68b92e, 0 0 4px #68b92e, 0 0 4px #68b92e, 0 0 4px #68b92e, 0 0 4px #68b92e, 0 0 4px #68b92e, 0 0 4px #68b92e, 0 0 4px #68b92e, 0 0 4px #68b92e;
}
.min_title p {
  font-size: 22px;
  color: #fff;
  text-shadow: 0 0 4px #68b92e, 0 0 4px #68b92e, 0 0 4px #68b92e, 0 0 4px #68b92e, 0 0 4px #68b92e, 0 0 4px #68b92e, 0 0 4px #68b92e, 0 0 4px #68b92e, 0 0 4px #68b92e, 0 0 4px #68b92e;
}
.big_title h3 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 2px;
  color: #999999;
  margin: 15px 0 0 0;
}
body.open header {
  background-color: #fff;
}
body.open header .nav {
  opacity: 0;
}
body.open .nav_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  animation: xcf_show 0.3s;
}
body.open .nav_box ul {
  display: flex;
  width: 100%;
  height: 100%;
}
body.open .nav_box ul li {
  flex: 1;
  display: flex;
  padding-top: 15%;
  background-color: rgba(255, 255, 255, 0.1);
}
body.open .nav_box ul li:hover {
  background: rgba(0, 0, 0, 0.5);
}
body.open .nav_box ul li:hover .nav_tiem .footer_title {
  color: #68b92e;
}
body.open .nav_box ul li:hover .nav_tiem .footer_title a {
  color: #68b92e;
}
body.open .nav_box ul li .nav_tiem {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
body.open .nav_box ul li .nav_tiem .footer_title {
  line-height: 60px;
  font-size: 1.6vw;
  color: #fff;
}
body.open .nav_box ul li .nav_tiem .footer_title a {
  color: #fff;
  display: inline-block;
  height: 100%;
  width: 100%;
  text-align: center;
}
body.open .nav_box ul li .nav_tiem .item_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;    text-align: justify;
}
body.open .nav_box ul li .nav_tiem .item_box a {
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  margin: 0 .2rem;
}
body.open .nav_box ul li .nav_tiem .item_box a:hover {
  color: #68b92e;
}
.nav_box {
  display: none;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  transition: all 0.5s;
  background-color: #fff;
 /* box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.31);*/
}
header .w .header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .w .header_top .nav {
  transition: opacity 0.3s;
}
header .w .header_top .nav ul {
  display: flex;
  justify-content: space-between;
}
header .w .header_top .nav ul li {
  font-size: 18px;
  color: #333;
  height: 116px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
header .w .header_top .nav ul li.active > a {
  background-color: #68b92e;
}
header .w .header_top .nav ul li.active > a h5 {
  color: #fff;
}
header .w .header_top .nav ul li span {
  cursor: pointer;
  color: #68b92e;
}
header .w .header_top .nav ul li > a {
  font-size: 18px;
  color: #333;
  position: relative;    width: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
     padding: 0 15px;
  transition: all 0.3s;
}
header .w .header_top .nav ul li > a:hover {
  background-color: #68b92e;
}
header .w .header_top .nav ul li > a:hover h5 {
  color: #fff;
}
header .w .header_top .nav ul li > a h5 {
  font-size: 18px;
  color: #333;
  margin: 0;
  line-height: 116px;
}
header .w .header_top .nav ul li:hover > a {
  background-color: #68b92e;
}
header .w .header_top .nav ul li:hover > a h5 {
  color: #fff;
}
header .w .header_top .nav ul li:hover .nav_child {
  display: block;
  animation: move 0.3s;
}
header .w .header_top .nav ul li .nav_child {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateX(-50%);
  white-space: nowrap;
}
header .w .header_top .nav ul li .nav_child .nav_child_list .nav_child_item {
  line-height: 40px;
  text-align: center;
}
header .w .header_top .nav ul li .nav_child .nav_child_list .nav_child_item:last-child {
  margin-right: 0;
}
header .w .header_top .nav ul li .nav_child .nav_child_list .nav_child_item:hover a {
  background-color: #68b92e;
  color: #fff;
}
header .w .header_top .nav ul li .nav_child .nav_child_list .nav_child_item a {
  font-size: 14px;
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}
header .w .header_top .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 60px;
}
header .w .header_top .logo img{ max-height: 115px}
header .w .header_top .logo .logo_text {
  margin-left: 15px;
}
header .w .header_top .logo .logo_text h2 {
  font-size: 24px;
  color: #333333;
  margin: 0;
}
header .w .header_top .logo .logo_text p {
  font-size: 12px;
  color: #333333;
}
header .w .header_top .logo .logo_text span {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  height: 26px;
  line-height: 26px;
  padding: 0 15px;
  background-color: #c1a667;
  border-radius: 13px;
}
header .w .header_top .navToggle {
  position: relative;
  display: none;
  width: 50px;
  height: 50px;
  z-index: 2;
}
header .w .header_top .navToggle span {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #333333;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 10px;
  border-radius: 5px;
  transition: all 0.5s;
}
header .w .header_top .navToggle span::before {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background-color: #333333;
  position: absolute;
  bottom: 10px;
  left: 0px;
  border-radius: 5px;
  transition: all 0.5s;
}
header .w .header_top .navToggle span::after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background-color: #333333;
  position: absolute;
  top: 10px;
  left: 0px;
  border-radius: 5px;
  transition: all 0.5s;
}
header .w .header_top .navToggle.on span {
  background: none;
}
header .w .header_top .navToggle.on span::before {
  width: 36px;
  transform: rotate(45deg);
  bottom: 0;
  left: 0px;
}
header .w .header_top .navToggle.on span::after {
  width: 36px;
  transform: rotate(-45deg);
  top: 0;
  left: 0px;
}
.c_breadcrumb {
  margin-bottom: 60px;
}
.c_breadcrumb .w ul {
  display: flex;
}
.c_breadcrumb .w ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 1vw;
}
.c_breadcrumb .w ul li.active a {
  border-color: #68b92e;
  background-color: #68b92e;
  color: #fff;
  font-weight: bold;
}
.c_breadcrumb .w ul li:last-child {
  margin-right: 0;
}
.c_breadcrumb .w ul li a {
  width: 13vw;
  font-size: 1vw;
  border: solid 1px #eeeeee;
  line-height: 3vw;
  color: #666666;
}
.f_box {
  display: flex;
  align-items: center;
}
.f_box .f_box_l {
  width: 59px;
  margin-right: 10px;
}
.f_box .f_box_l img {
  width: 100%;
}
.f_box .f_box_r h5 {
  font-size: 19px;
  margin: 0 0 2px 0;
}
.f_box .f_box_r p {
  font-size: 12px;
  color: #fafafa;
}
.footer_nav_title {
  font-size: 19px;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
}
.footer_nav_title::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 2px;
}
.map {
  width: 100%;
  background-color: #ccc;
  height: 500px;
}
.main .f_box .f_box_r p {
  color: #333;
}
.main .footer_nav_title {
  color: #222;
  font-size: 20px;
  font-weight: 600;
}
.main .footer_top .nr > ul li .f_tel_box {
  background-color: #ccc;
}
.main .footer_top {
  margin-top: 60px;
}
.main .footer_top .nr > ul {
  color: #333;
}
.footer_top {
  padding: 50px 0;
  background-color: #2a2a2a;
}
.footer_top .f_logo {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.footer_top .w {
  display: flex;
  justify-content: space-between;
}
.footer_top .f_nav {
  width: 100%;
}
.footer_top .f_nav ul {
  display: flex;
  justify-content: space-between;
}
.footer_top .f_nav ul li {
  position: relative;
  color: #ffffff;
}
.footer_top .f_nav ul li > p {
  line-height: 24px;
}
.footer_top .f_nav ul li .f_nav_box {
  display: flex;
  flex-direction: column;
}
.footer_top .f_nav ul li .f_nav_box a {
  font-size: 16px;
  font-size: 0.833vw;
  line-height: 30px;
  line-height: 1.6vw;
  letter-spacing: 1.6px;
  color: #999999;
  opacity: 0.71;
}
.f_title {
  font-size: 18px;
  font-size: 0.938vw;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 1.8px;
  color: #f0f0f0;
  opacity: 0.71;
  margin-bottom: 26px;
  margin-bottom: 1vw;
}
.fa {
  background-color: #fafafa;
}
.footer_bottom {
  background-color: #2a2a2a;
}
.copy {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-size: 0.833vw;
  color: #ffffff;
  opacity: 0.39;
  border-top: 1px solid rgba(153, 153, 153, 0.3);
}
.copy a {
  color: #ffffff;
  font-size: 16px;
  font-size: 0.833vw;
}
.copy .copy_l p {
  margin-bottom: 6px;
}
.copy .copy_l p:last-child {
  margin-bottom: 0;
}
.min_nav {
  padding: 30px 0;
  border-bottom: 1px solid #cccccc;
}
.min_nav .w {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.min_nav ul {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}
.min_nav ul li {
  margin-right: 50px;
  position: relative;
}
.min_nav ul li:last-child {
  margin-right: 0px;
}
.min_nav ul li.active a {
  color: #68b92e;
}
.min_nav ul li a {
  font-size: 20px;
  color: #333333;
}
.min_nav ul li a:hover {
  color: #68b92e;
}
#formsearch {
  width: 320px;
  position: absolute;
  right: 0px;
  top: 130px;
  height: 32px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 25px;
  line-height: 32px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.75);
  display: none;
}
#formsearch input {
  height: 32px;
  background: none;
  border: none;
  line-height: 32px;
  float: left;
}
#formsearch input#keyword {
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  padding-left: 20px;
  color: #333;
  width: 260px;
  outline: none;
}
#formsearch input#s_btn {
  width: 60px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: url(../images/btn.png) no-repeat center;
  filter: brightness(0);
  color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
}
@-webkit-keyframes move {
  0% {
    transform: translateY(10px) translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0px) translateX(-50%);
    opacity: 1;
  }
}
@keyframes move {
  0% {
    transform: translateY(10px) translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0px) translateX(-50%);
    opacity: 1;
  }
}
@-webkit-keyframes xcf_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes xcf_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    opacity: 1;
    transform: scale(0.8);
  }
  80% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate1 {
  from {
    transform: rotate(359deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 1620px) {
  .w {
    width: 95%;
  }
  header .w .header_top {
    height: 100px;
  }
  header .w .header_top .logo {
    height: 100%;
    padding: 10px 0;
  }
  header .w .header_top .logo a {
    height: 100%;
  }
  header .w .header_top .logo a img {
    height: 100%;
  }
  header .w .header_top .nav ul li {
    height: 100px;
  }
header .w .header_top .nav ul li > a{    width: 110px;}
  header .w .header_top .nav ul li > a h5 {
    font-size: 16px;
    line-height: 100px;
  }
}
@media screen and (max-width: 1420px) {
  header .w .header_top .nav ul li > a {
    width: auto;
    padding: 0 15px;
  }
  header .w .header_top {
    height: 80px;
  }
  header .w .header_top .nav ul li {
    height: 80px;
  }
header .w .header_top .nav ul li > a{        width: auto;}
  header .w .header_top .nav ul li > a h5 {
    line-height: 80px;
  }
}
@media screen and (max-width: 1300px) {
header .w .header_top .nav ul li > a{    padding: 0 10px;}
}
@media screen and (max-width: 1220px) {
  header .w .header_top .nav ul li > a h5 {
    font-size: 1vw;
  }
  header .w .header_top .nav ul li > a {
    padding: 0 2vw;
  }
}
@media screen and (max-width: 1000px) {
  .w {
    width: 95%;
  }
  header {
    padding: 15px 0;
  }
  header .w .header_top {
    justify-content: space-between;
    margin-bottom: 0;
  }
  header .w .header_top .logo {
    height: 50px;
    display: flex;
    align-items: center;
    position: static;
    padding: 0;
  }
  header .w .header_top .nav {
    display: none;
  }
  header .w .header_top .navToggle {
    display: block;
  }
  .footer_nav_title {
    font-size: 17px;
  }
  .f_box .f_box_l {
    width: 40px;
  }
  footer .footer_top .nr > ul li {
    line-height: 36px;
    font-size: 14px;
  }
  footer .footer_top .nr > ul li a {
    line-height: 36px;
  }
  footer .footer_top .nr > ul li h3 {
    font-size: 26px;
  }
  .f_box .f_box_r h5 {
    font-size: 17px;
  }
  footer .footer_top .nr > ul li:nth-child(2) {
    max-width: 230px;
  }
  footer .footer_top .nr > ul li:nth-child(3) {
    max-width: 250px;
  }
}
@media screen and (max-width: 780px) {
  .w {
    width: 90%;
  }
  .footer_top .f_logo {
    margin-bottom: 0;
  }
  .nr {
    width: 90%;
  }
  .big_title h3 {
    font-size: 0.4rem;
    margin-top: 0.2rem;
  }
  .ft_title h2 {
    font-size: 0.56rem;
    line-height: 1;
  }
  .ft_title p {
    font-size: 0.4rem;
    line-height: 1;
  }
  .ft_title p::after {
    height: 0.12rem;
  }
  .min_title {
    display: block;
    text-align: center;
  }
  .min_title h2 {
    font-size: 20px;
  }
  .min_title p {
    font-size: 16px;
  }
  .c_more a {
    font-size: .28rem;
    padding: 0.16rem 0.4rem;
  }
  .c_breadcrumb {
    margin-bottom: 0.4rem;
  }
  .c_breadcrumb .w ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c_breadcrumb .w ul li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .c_breadcrumb .w ul li a {
    font-size: 0.28rem;
    width: 100%;
    line-height: 0.84rem;
  }
  .prm_title {
    margin-bottom: 15px;
  }
  .prm_title::after {
    width: 70px;
  }
  .prm_title h2 {
    font-size: 22px;
    margin: 0;
  }
  .move a {
    padding: 5px 28px;
    font-size: 14px;
    border-radius: 100px;
    background-color: #0094d0;
    color: #fff;
    border-color: #0094d0;
  }
  header {
    padding: 0.1rem 0;
    background-color: #fff;
  }
  header .w .header_top {
    height: auto;
  }
  header .w .header_top .logo img {
    height: 50px !important;
  }
  header .w .header_top .logo .logo_text {
    display: none;
  }
  header .w .header_top .navToggle {
    right: 0;
  }
  .footer_title {
    margin-bottom: 0.1rem;
  }
  body.open .nav_box {
    overflow-y: auto;
  }
  body.open .nav_box ul {
    flex-direction: column;
    justify-content: center;
    padding-top: 1.2rem;
  }
  body.open .nav_box ul li {
    padding-top: 0;
    flex: none;
  }
  body.open .nav_box ul li .nav_tiem .footer_title {
    font-size: 16px;
  }
  body.open .nav_box ul li .nav_tiem a {
    font-size: 14px;
  }
  body.open .nav_box ul li .nav_tiem .footer_title {
    width: 100%;
    text-align: center;
    line-height: 40px;
  }
  body.open .nav_box ul li .nav_tiem .footer_title a {
    font-size: 16px;
  }
  body.open .nav_box ul li .nav_tiem .item_box {
    display: none;
  }
  .footer_nav_title {
    margin-bottom: 0;
  }
  .min_nav {
    padding: 0;
    background-color: #eaf0f4;
  }
  .min_nav .w ul {
    overflow: scroll;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .min_nav .w ul li {
    padding: 0;
    border-right: 1px solid #fff;
  }
  .min_nav .w ul li.active a {
    background-color: #68b92e;
    color: #fff;
  }
  .min_nav .w ul li a {
    font-size: 14px;
    padding: 0.3rem;
    display: inline-block;
  }
  footer {
    padding-top: 0.3rem;
  }
  footer .footer_top {
    padding: 0.4rem 0;
    margin-top: 0 !important;
  }
  footer .footer_top .w {
    display: block;
  }
  footer .footer_top .w .f_logo {
    text-align: center;
    margin-bottom: 0.4rem;
  }
  footer .footer_top .w .f_nav {
    width: 100%;
    display: none;
  }
  footer .footer_top .w .f_nav ul li {
    display: none;
  }
  footer .footer_top .w .f_nav ul li:nth-child(1) {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0.3rem 0;
  }
  footer .footer_top .w .f_nav ul li:nth-child(1)::after {
    display: none;
  }
  footer .footer_top .w .f_nav ul li:nth-child(1) .f_title {
    margin: 0 0 0.2rem 0;
    display: none;
  }
  footer .footer_top .w .f_nav ul li:nth-child(1) .f_nav_item {
    font-size: 16px;
    line-height: 30px;
  }
  footer .footer_top .w .qrcode {
    justify-content: center;
  }
  footer .footer_top .w .qrcode img {
    width: 100px;
    margin-bottom: 0.2rem;
  }
  .copy {
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 0.2rem 0;
  }
  .copy a {
    font-size: 14px;
  }
}
