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 {
  width: 1400px;
  max-width: 90%;
  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: #18a100;
}
a:link {
  text-decoration: none;
}
:root {
  --styleColor: #18a100;
}
.move {
  display: flex;
  justify-content: center;
}
.move a {
  padding: 8px 40px;
  border-radius: 10px;
  border: solid 1px #dddddd;
  font-size: 14px;
  color: #666666;
  border-radius: 5px;
  transition: all 0.3s;
}
.move a:hover {
  background-color: #18a100;
  color: #fff;
  border-color: #18a100;
  border-radius: 100px;
}
.swiper-pagination-bullet-active {
  background-color: #18a100;
  background-color: var(--styleColor);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
.c_title {
  text-align: center;
  margin-bottom: 50px;
}
.c_title h2 {
  font-size: 38px;
  color: #000000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.c_title h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.8em;
  height: 2px;
  background-color: #18a100;
  background-color: var(--styleColor);
}
.c_title p {
  font-size: 18px;
  color: #555555;
}
.logo_text h2 {
  font-size: 22px;
  margin: 0 0 10px 0;
  color: #3c9032;
}
.logo_text p {
  font-size: 24px;
  color: #3e9ccf;
  font-weight: 600;
}
.contact_l {
  display: flex;
  align-items: center;
  font-size: 27px;
  color: #18a100;
  margin-left: 20px;
}
.contact_l p {
  font-weight: 600;
}
.contact_l .teltext {
  display: flex;
  flex-direction: column;
  text-align: right;
  margin-right: 15px;
}
.contact_l span {
  font-size: 16px;
  color: #333333;
}
header .header_top {
  padding: 20px 0;
}
header .header_top .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_top .w .logo {
  display: flex;
  align-items: center;
}
header .header_top .w .logo a {
  padding-right: 20px;
  border-right: 1px solid #e2e2e2;
  margin-right: 20px;
}
header .header_top .w .contact {
  display: flex;
  align-items: center;
}
header .header_top .w .contact .contact_r {
  display: flex;
}
header .header_top .w .contact .contact_r p {
  font-size: 15px;
  color: #999999;
  text-align: center;
  writing-mode: tb-rl;
}
header .header_top .w .contact .contact_r img {
  width: 100px;
}
header .nav {
  background-color: #18a100;
  background-color: var(--styleColor);
}
header .nav .w > ul {
  display: flex;
  justify-content: space-between;
}
header .nav .w > ul > li:nth-child(2){
  display: none;
}
header .nav .w > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  position: relative;
}
header .nav .w > ul > li.active {
  background-color: #3e9ccf;
}
header .nav .w > ul > li:hover {
  background-color: #3e9ccf;
}
header .nav .w > ul > li:hover .nav-child {
  display: block;
}
header .nav .w > ul > li > a {
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  padding: 0 25px;
}
header .nav .w > ul > li .nav-child {
  position: absolute;
  top: 100%;
  
  min-width: 100%;
  border: 1px solid #ddd;
  padding: 0 15px;
  z-index: 99;
  display: none;
  background-color: #fff;
}
header .nav .w > ul > li .nav-child li {
  text-align: center;
}
header .nav .w > ul > li .nav-child li a {
  line-height: 40px;
  font-size: 16px;
  color: #333;
}
header .nav .w > ul > li .nav-child li:hover a {
  color: #18a100;
  color: var(--styleColor);
}
header .m_nav {
  font-size: 30px;
  color: #18a100;
  color: var(--styleColor);
}
.breadcrumb {
  background-color: #fff;
  padding: 28px 0;
  margin-bottom: 60px;
  border-bottom: 1px solid #e6e6e6;
}
.breadcrumb .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.breadcrumb .w .breadcrumb_l {
  font-size: 16px;
  color: #000000;
}
.breadcrumb .w .breadcrumb_l a {
  font-size: 20px;
  color: #666666;
}
.breadcrumb .w .breadcrumb_l a::after {
  content: '、';
}
.breadcrumb .w .breadcrumb_l a:hover {
  text-decoration: underline;
}
.breadcrumb_r .box {
  display: flex;
  justify-content: center;
  width: 335px;
}
.breadcrumb_r .box input {
  border: none;
  outline: none;
}
.breadcrumb_r .box input[type="text"] {
  font-size: 15px;
  height: 47px;
  flex: 1;
  padding-left: 2em;
  border-radius: 24px 0 0 24px;
  background-color: #eeeeee;
}
.breadcrumb_r .box input[type="submit"] {
  height: 47px;
  width: 65px;
  border-radius: 0 24px 24px 0;
  font-size: 0;
  position: relative;
  background: url(../images/search.png) no-repeat center center;
  background-color: #18a100;
  background-color: var(--styleColor);
}
.min_title {
  font-size: 40px;
  color: #333333;
  margin-bottom: 30px;
}
.min_title::after {
  content: '';
  width: 3em;
  height: 3px;
  background-color: #3773e8;
  display: block;
  margin-top: 25px;
}
footer {
  background-color: #232323;
}
footer .footer_top {
  padding-top: 2%;
  background-size: 100% auto;
  padding-bottom: 3%;
  color: #fff;
}
footer .footer_top a {
  font-size: 16px;
  color: #999999;
}
footer .footer_top a:hover {
  color: #fff;
}
footer .footer_top .w {
  display: flex;
}
footer .footer_top .footerl {
  width: 100%;
}
footer .footer_top .bk {
  display: flex;
  justify-content: space-between;
}
footer .footer_top .bk .f_pro ul li span {
  background-color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #1184da;
  text-align: center;
  font-size: 13px;
  line-height: 25px;
  margin-right: 5px;
}
footer .footer_top .bk .f_pro ul li a {
  line-height: 30px;
  font-size: 16px;
}
footer .footer_top .bk .f_tel img {
  margin-bottom: 15px;
}
footer .footer_top .bk .f_tel p {
  font-size: 16px;
  color: #999999;
  margin-bottom: 5px;
}
footer .footer_top .bk .f_tel h3 {
  margin: 0;
  font-size: 35px;
  font-weight: 600;
}
footer .footer_top .bk .qrcode img {
  width: 150px;
  margin-bottom: 15px;
}
footer .footer_top .bk .qrcode p {
  font-size: 16px;
  color: #999999;
  text-align: center;
  line-height: 30px;
}
footer .footer_top .footerr {
  flex: 1;
}
footer .footer_top .footerr .qrcode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .footer_top .footerr .qrcode .qrcode_top {
  margin-bottom: 6%;
}
footer .footer_top .footerr .qrcode .qrcode_top img {
  max-width: 232px;
  width: 100%;
}
footer .footer_top .footerr .qrcode .qrcode_bottom {
  display: flex;
  justify-content: center;
}
footer .footer_top .footerr .qrcode .qrcode_bottom .qr1 {
  margin-right: 34px;
}
footer .footer_top .footerr .qrcode .qrcode_bottom img {
  width: 188px;
}
footer .footer_top .footerr .qrcode .qrcode_bottom p {
  text-align: center;
  font-size: 18px;
  margin: 15px 0 0 0;
}
.f_title {
  font-size: 18px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  color: #ffffff;
}
.footer_bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.27);
}
.footer_bottom .w .link {
  margin-bottom: 20px;
}
.footer_bottom .w .link .link_box h3 {
  font-weight: 600;
  margin: 0;
  font-size: 20px;
}
.footer_bottom .w .link .link_box ul {
  display: flex;
  align-items: flex-end;
}
.footer_bottom .w .link .link_box ul li {
  margin-right: 15px;
}
.footer_bottom .w .link .link_box ul a {
  font-size: 14px;
}
.copy {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #9299ac;
  text-align: center;
}
.copy a {
  color: #9299ac;
}
.copy .copy_l p {
  margin-bottom: 6px;
}
.copy .copy_l p:last-child {
  margin-bottom: 0;
}
#gotop {
  width: 149px;
  height: 116px;
  background: url(../images/icon-top.png) no-repeat center center;
  background-color: #18a100;
  background-color: var(--styleColor);
  cursor: pointer;
}
.site-mobile .site-mobile-shade {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
@-webkit-keyframes move {
  0% {
    transform: translateY(-50%) scale(2);
  }
  50% {
    transform: translateY(-50%) scale(1);
  }
  100% {
    transform: translateY(-50%) scale(2);
  }
}
@keyframes move {
  0% {
    transform: translateY(-50%) scale(2);
  }
  50% {
    transform: translateY(-50%) scale(1);
  }
  100% {
    transform: translateY(-50%) scale(2);
  }
}
@-webkit-keyframes xcf_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes xcf_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
 
  header .nav .w {
    width: 100%;
    max-width: none;
  }
  header .nav .w > ul {
    display: flex;
    flex-wrap: wrap;
  }
  header .nav .w > ul > li {
    flex-direction: column;
    width: 33.33%;
  }
  header .nav .w > ul > li:nth-child(2){
    display: flex;
  }
  header .nav .w > ul > li:nth-child(1){
    display: none;
  }
  header .nav .w > ul > li:nth-child(4){
    display: none;
  }
  header .nav .w > ul > li:nth-child(5){
    display: none;
  }
  header .nav .w > ul > li:nth-child(6){
    display: none;
  }
  header .nav .w > ul > li:nth-child(7){
    display: none;
  }
  header .nav .w > ul > li a {
    font-size: 16px;
    line-height: 40px;
  }
  header .nav .w > ul > li .nav-child {
    position: static;
    border: none;
    background-color: transparent;
    display: none;
  }
  header .nav .w > ul > li .nav-child li{
    display: none;
  }
  header .nav .w > ul > li:hover .nav-child{
    display: none;
  }
  header .nav .w > ul > li .nav-child li a {
    color: #fff;
    font-size: 14px;
  }
  .site-mobile .nav {
    right: 0;
  }
}
@media screen and (max-width: 780px) {
  .w {
    width: 90%;
  }
  header .nav {
    position: fixed;
    /* right: -100vw; */
    top: 60px;
    /* min-width: 200px; */
    width: 100%;
    z-index: 1000;
    height: 80px;
    overflow: auto;
    transition: all 0.3s;
  }
  .move a {
    padding: 5px 28px;
    font-size: 14px;
    border-radius: 100px;
    background-color: #0094d0;
    color: #fff;
    border-color: #0094d0;
  }
  header .header_top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 0px;
    box-shadow: 0px 10px 20px 3px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    z-index: 1000;
  }
  header .header_top .w {
    height: 100%;
  }
  header .header_top .w .logo {
    height: 80%;
  }
  header .header_top .w .logo a {
    height: 100%;
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  header .header_top .w .logo a img {
    height: 100%;
    width: auto !important;
  }
  .c_title {
    margin-bottom: 0.3rem;
  }
  .c_title h2 {
    font-size: 20px;
    margin: 0.2rem 0;
    padding-bottom: 0.2rem;
  }
  .c_title p {
    font-size: 12px;
    margin: 0;
  }
  #gotop {
    position: fixed;
    right: 2%;
    bottom: 5%;
    width: 0.8rem;
    height: 0.8rem;
    background-size: 50%;
    z-index: 888;
    display: none;
  }
  .f_title {
    font-size: 22px;
    margin-bottom: 0.3rem;
  }
  .f_title::after {
    width: 2rem;
  }
  footer {
    padding: 0.3rem 0;
  }
  footer .footer_top .w {
    flex-direction: column-reverse;
  }
  footer .footer_top .w .footerl {
    width: 100%;
  }
  footer .footer_top .w .footerl .f_nav {
    display: none;
  }
  footer .footer_top .w .footerl .bk {
    flex-direction: column;
    align-items: center;
  }
  footer .footer_top .w .footerl .bk .f_pro {
    display: none;
    margin-bottom: 0.3rem;
  }
  footer .footer_top .w .footerl .bk .f_pro .qrcode {
    text-align: center;
  }
  footer .footer_top .w .footerl .bk .f_pro .qrcode img {
    width: 2rem;
    margin-bottom: 0.1rem;
  }
  footer .footer_top .w .footerl .bk .f_pro .f_tel {
    text-align: center;
  }
  footer .footer_top .w .footerl .bk .f_pro .f_tel img {
    width: 1rem;
    margin-bottom: 0.1rem;
  }
  footer .footer_top .w .footerl .bk .f_pro .f_tel h3 {
    font-size: 22px;
  }
  footer .footer_top .w .footerl .bk .f_pro:nth-last-child(2) {
    display: block;
  }
  footer .footer_top .w .footerl .bk .f_pro:nth-last-child(2) ul li {
    text-align: center;
  }
  footer .footer_top .w .footerl .bk .f_pro:nth-last-child(2) ul li:last-child {
    margin-bottom: 20px;
  }
  footer .footer_top .w .footerl .bk .f_pro:last-child {
    display: block;
  }
  footer .footer_top .w .footerr {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  footer .footer_top .w .footerr .qrcode .qrcode_top {
    margin-bottom: 0.3rem;
  }
  footer .footer_top .w .footerr .qrcode .qrcode_top img {
    max-width: 4.64rem;
  }
  footer .footer_top .w .footerr .qrcode .qrcode_bottom .qr1 {
    margin-right: 0.3rem;
  }
  footer .footer_top .w .footerr .qrcode .qrcode_bottom img {
    width: 1.76rem;
  }
  footer .footer_top .w .footerr .qrcode .qrcode_bottom p {
    font-size: 12px;
    margin: 0.2rem 0 0 0;
  }
  footer .footer_bottom .w .link {
    display: none;
  }
  footer .footer_bottom .w .copy {
    display: block;
    text-align: center;
  }
}
