:root {
  --color: #3fb150;

  --sub-color: #0b5e2a;

  --sec-color: #24873d;

  --body-bg: #ffffff;

  --footer-bg: #1e1e1e;

  --text-color: #333;

  --ccc: #ccc;

  --eee: #eee;

  --white: #fff;

  --adv-bg: #f4f5f5;
}

body {
  font-size: 14px;

  line-height: 1.8;

  color: var(--text-color);

  background-color: var(--body-bg);

  font-family: "微软雅黑", arial, helvetica, sans-serif;

  overflow-x: hidden;
}

body,
html {
  height: 100%;

  position: relative;
}

a {
  color: var(--text-color);

  transition: all 0.5s;
}

button,
span,
input,
div,
div:focus,
button:focus,
span:focus,
input:focus {
  outline: 0 !important;
}

a:hover,
a:focus {
  color: var(--color);

  text-decoration: none;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  font-weight: 400;

  margin: 0;

  padding: 0;
}

h1,
h2,
h3,
h4,
h4,
h5 {
  margin: 0;

  padding: 0;
}

table {
  border-collapse: collapse;
}

ol,
ul,
li {
  list-style-image: none;

  list-style-position: outside;

  list-style-type: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ttu {
  text-transform: uppercase;
}

.my-6 {
  margin-top: 4rem;

  margin-bottom: 4rem;
}

/* top */

.w-80 {
  position: relative;

  width: 80%;

  max-width: 1500px;

  margin-left: auto;

  margin-right: auto;
}

.menu > li {
  position: relative;

  flex: auto;
}

.menu > li > a {
  color: #fff;

  font-size: 16px;

  padding: 20px 2vw;

  display: inline-block;

  text-transform: uppercase;

  transition: all 0.5s;

  position: relative;
}

.menu > li > a:after {
  position: absolute;

  display: block;

  content: "";

  width: 10px;

  height: 100%;

  right: -10px;

  top: 0;

  background-color: var(--sec-color);

  opacity: 0;

  transition: all 0.5s;
}

.menu > li:hover > a {
  background-color: var(--sub-color);
}

.menu > li:hover > a:after {
  opacity: 1;
}

.menu_drop {
  position: absolute;

  left: 0;

  min-width: 100%;

  white-space: nowrap;

  background-color: var(--body-bg);

  display: none;

  padding: 4px 0;

  border-radius: 4px;

  z-index: 99;

  border: 1px solid var(--ccc);
}

.menu_drop li a {
  color: var(--text-color);

  display: block;

  text-align: center;

  line-height: 3;

  transition: all 0.5s;
}

.menu_drop li:hover a {
  background-color: var(--color);

  color: var(--body-bg);
}

.swiper-pagination span {
  width: 12px;

  height: 12px;
}

.index-banner {
  position: relative;

  overflow: hidden;
}

.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color);
}

.swiper-button-white::after {
  font-size: 22px;
}

.index-banner .swiper-button-prev:after,
.index-banner .swiper-button-next:after {
  color: #fff;
}

/* banner */

.index-banner .swiper-button-next.swiper-button-white,
.index-banner .swiper-button-prev.swiper-button-white {
  background-color: rgba(0, 0, 0, 0.2);
}

.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  background-size: 60%;
}

/* 右边 */

.side_kefu {
  display: none;

  position: fixed;

  right: 0;

  top: 50%;

  transform: translateY(-50%);
}

.side_kefu li {
  position: relative;

  margin-bottom: 5px;
}

.side_kefu li i {
  font-size: 20px;
}

.side_kefu li.toTop {
  cursor: pointer;
}

.side_kefu li.toTop i {
  font-size: 24px;
}

.side_kefu li .side_kefu_con {
  position: absolute;

  background-color: var(--body-bg);

  border: 1px solid var(--ccc);

  border-radius: 5px;

  right: 0;

  top: 0;

  padding: 5px 10px;

  transition: all 0.5s;

  transform: translateX(100%);

  z-index: -1;
}

.side_kefu li:hover .side_kefu_con {
  transform: translateX(-50px);
}

.side_kefu_con:after {
  content: "";

  display: inline-block;

  width: 10px;

  height: 10px;

  border: 1px solid var(--ccc);

  border-color: transparent var(--ccc) var(--ccc) transparent;

  -webkit-transform: rotate(-45deg);

  transform: rotate(-45deg);

  position: absolute;

  right: -6px;

  top: 10px;

  background-color: var(--body-bg);
}

.side_kefu li span {
  display: flex;

  justify-content: center;

  align-items: center;

  width: 40px;

  height: 40px;

  background-color: var(--color);

  color: var(--body-bg);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1200px) {
  .my-6 {
    margin-top: 1.5rem;

    margin-bottom: 1.5rem;
  }
}

/* logo */

.logo a {
  display: flex;
}

.logo_text {
  margin-left: 2vw;

  position: relative;
}

.logo_text:before {
  position: absolute;

  display: block;

  content: "";

  width: 1px;

  height: 80px;

  background: url(../images/logo_b.png) no-repeat center;

  left: -1vw;

  top: 50%;

  transform: translateY(-50%);
}

.logo_text h2 {
  font-size: 40px;
}

.logo_text p {
  font-size: 20px;
}

/* menu */

.menu_bg {
  background: var(--color);
}

.tell_wrapper img {
  margin-right: 5px;
}

.tell span {
  font-size: 16;

  line-height: 1;
}

.tell p {
  color: var(--color);

  font-size: 26px;
}

/* footer */

footer {
  background-color: var(--footer-bg);

  color: rgba(255, 255, 255, 0.6);

  padding: 3vw 0;
}

.f_menu {
  display: flex;

  justify-content: space-between;
}

.f_menu li span {
  display: flex;

  flex-direction: column;
}

.f_menu li > a {
  color: #fff;

  margin-bottom: 10px;

  display: block;
}

.f_menu li span a,
.copyright a {
  color: rgba(255, 255, 255, 0.6);
}

.f_menu li a {
  line-height: 2.2;
}

.ewm {
  display: flex;

  justify-content: space-between;

  margin-top: 1em;

  text-align: center;
}

/* subTitle */

.sub_title .left h2 {
  font-size: 66px;

  font-weight: bold;
}

.sub_title .left h2 span {
  color: var(--color);
}

.sub_title .left {
  display: flex;

  align-items: flex-end;
}

.sub_title em {
  font-style: normal;

  color: var(--color);

  font-size: 32px;

  line-height: 1.2;

  text-transform: uppercase;
}

.sub_title p {
  color: #555;

  font-size: 18px;

  margin-left: 1vw;
}

.sub_title .right {
  border-bottom: 1px solid var(--color);

  position: relative;

  text-align: right;

  padding-bottom: 10px;
}

.sub_title .right:before {
  position: absolute;

  display: block;

  content: "";

  width: 20vw;

  height: 10px;

  background-color: var(--color);

  bottom: 0;

  left: 0;
}

.sub_title .right a {
  border-radius: 30px;

  padding: 5px 3vw;

  font-size: 18px;

  background-color: var(--color);

  color: #fff;
}

/* hot */

.hot_swiper_wrapper {
  position: relative;
}

.hot_swiper_wrapper .btn_prev {
  position: absolute;

  left: -25px;

  top: 50%;

  transform: translateY(-50%);
}

.hot_swiper_wrapper .btn_next {
  position: absolute;

  right: -25px;

  top: 50%;

  transform: translateY(-50%);
}

.hot_swiper_wrapper .btn_prev i,
.hot_swiper_wrapper .btn_next i {
  font-size: 32px;

  color: #666;
}

.hot_wrapper .swiper-slide a {
  position: relative;

  display: block;
}

.hot_wrapper .swiper-slide a img {
  max-width: 100%;

  width: 100%;
}

.hot_wrapper .swiper-slide a .hot_text {
  display: block;

  width: 100%;

  line-height: 60px;

  background-color: var(--color);

  color: #fff;

  font-size: 20px;

  text-align: center;
}

.hot_text span {
  background-color: #fff;

  border-radius: 50%;

  display: inline-block;

  width: 25px;

  height: 25px;

  position: relative;
}

.hot_text span:before,
.hot_text span:after {
  position: absolute;

  display: block;

  content: "";

  background-color: var(--color);
}

.hot_text span:before {
  left: 20%;

  top: 50%;

  width: 60%;

  height: 2px;

  transform: translateY(-50%);
}

.hot_text span:after {
  width: 2px;

  height: 60%;

  left: 50%;

  top: 20%;

  transform: translateX(-50%);
}

/* hengfu */

.hf {
  background: #3fb150;

  min-height: 200px;
}

.hf_wrapper {
  min-height: 200px;

  display: flex;
}

.hf_wrapper .left h2 {
  font-size: 40px;

  color: #fff;
}

.hf_wrapper .left p {
  font-size: 22px;

  color: #fff;

  line-height: 3;
}

.hf .tell_wrapper .tell,
.hf .tell_wrapper .tell p {
  color: #fff;
}

.hf .tell_wrapper .tell span {
  font-size: 26px;
}

.hf .tell_wrapper .tell p {
  font-size: 38px;
}

.w-70 {
  width: 70%;

  margin-left: auto;

  margin-right: auto;
}

.mb-6,
.my-6 {
  margin-bottom: 4vw;
}

.mt-6,
.my-6 {
  margin-top: 4vw;
}

/* title */

.title .top {
  position: relative;
}

.title .top:before,
.title .top:after {
  position: absolute;

  display: block;

  content: "";

  width: 120px;

  height: 2px;

  background-color: #999;

  top: 70%;
}

.title .top:after {
  right: -12vw;
}

.title .top:before {
  left: -12vw;
}

.title p {
  margin-bottom: 2vw;

  font-size: 30px;

  margin-top: 10px;

  color: #0a0a0a;
}

.title .top h2 {
  font-size: 66px;

  font-weight: bold;
}

.title .top h2 span {
  color: var(--color);
}

.title .top em {
  font-style: normal;

  color: var(--color);

  font-size: 32px;

  text-transform: uppercase;

  line-height: 1.3;
}

.abouts_text h2 {
  font-size: 42px;

  font-weight: bold;

  color: var(--color);

  position: relative;

  padding: 0;

  padding-bottom: 10px;

  margin-bottom: 1vw;
}

.abouts_text h2:after {
  position: absolute;

  display: block;

  content: "";

  width: 200px;

  height: 3px;

  background-color: var(--color);

  left: 0;

  bottom: 0;
}

.abouts_text p {
  margin-bottom: 1vw;
}

.abouts_text a {
  display: inline-block;

  padding: 10px 3vw;

  color: #fff;

  background-color: var(--color);
}

.about_right {
  display: flex;

  align-items: center;
}

.about_right .shuz {
  font-size: 60px;

  font-family: Impact;

  color: #f1f1f1;

  text-transform: uppercase;

  writing-mode: vertical-lr;
}

.abouts_img {
  position: relative;
}

.abouts_img img {
  width: 100%;
}

.abouts_img:before,
.abouts_img:after {
  position: absolute;

  display: block;

  content: "";

  background-color: var(--color);
}

.abouts_img:before {
  right: 7px;

  top: -8px;

  width: 12vw;

  height: 8px;
}

.abouts_img:after {
  right: 7px;

  top: -8px;

  width: 8px;

  height: 12vw;
}

/* honor */

.honor {
  background: #f4f4f4;

  padding: 4vw 0;
}

.honor_swiper .swiper-slide a {
  display: block;

  position: relative;

  text-align: center;
}

.honor_swiper .swiper-slide a .honor_img {
  display: block;

  border: 8px solid #000;
}

.honor_img img {
  max-width: 100%;
  height: 170px;
}

.honor_swiper .swiper-slide a p {
  font-size: 20px;

  margin-top: 1vw;
}

.honor_swiper .swiper-slide a span {
  position: relative;

  padding-left: 10px;
}

.honor_swiper .swiper-slide a span:before {
  position: absolute;

  display: block;

  content: "";

  width: 10px;

  height: 10px;

  left: -12px;

  top: 50%;

  transform: translateY(-50%);

  background-color: #3fb150;

  border-radius: 50%;

  z-index: 10;
}

.honor_swiper .swiper-slide a span:after {
  position: absolute;

  display: block;

  content: "";

  width: 15px;

  height: 15px;

  left: -15px;

  top: 50%;

  transform: translateY(-50%);

  background-color: #b1dbb8;

  border-radius: 50%;

  z-index: 9;
}

.honor_wrapper {
  position: relative;
}

.honor_wrapper .btn_prev {
  position: absolute;

  left: -40px;

  top: 50%;

  transform: translateY(-50%);

  z-index: 9;
}

.honor_wrapper .btn_next {
  position: absolute;

  right: -40px;

  top: 50%;

  z-index: 9;

  transform: translateY(-50%);
}

.honor_wrapper .btn_prev i,
.honor_wrapper .btn_next i {
  font-size: 32px;

  color: #666;
}

/* advantage */

.adva {
  margin-top: 4vw;

  margin-bottom: 4vw;
}

.adv_bg {
  background-color: var(--adv-bg);

  padding-top: 4vw;

  padding-bottom: 2vw;
}

.adv_bg .adv_box {
  position: relative;
}

.adv_bg .adv_box .adv_text {
  position: absolute;

  left: -110px;

  color: #e6e7e7;

  top: 50%;

  transform: translateY(-50%);
}

.adv_row {
  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

  margin-bottom: 3vw;
}

.adv_row .adv_img,
.adv_row .adv_box {
  flex: 0 0 auto;

  width: 48%;
}

.adv_row .adv_box {
  display: flex;
}

.adv_img {
  position: relative;
}

.adv_img:before,
.adv_img:after {
  position: absolute;

  display: block;

  content: "";

  background-color: var(--color);
}

.adv_img:before {
  width: 8vw;

  height: 12px;

  right: 0;

  top: -12px;
}

.adv_img:after {
  width: 12px;

  height: 12vw;

  right: -12px;

  top: -12px;
}

.adv_img img {
  width: 100%;
}

.adv_text {
  font-size: 60px;

  font-family: Impact;

  color: #f1f1f1;

  text-transform: uppercase;

  writing-mode: vertical-lr;

  text-align: center;
}

.adv_title {
  display: flex;

  margin-bottom: 2vw;
}

.adv_title span {
  background: url(../images/tt.png) no-repeat center;

  font-size: 63px;

  color: #fff;

  font-family: CentSchbkCyrill BT;

  width: 96px;

  height: 96px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-right: 1vw;
}

.adv_title_right h3 {
  font-size: 35px;

  color: var(--color);

  margin-bottom: 5px;
}

.adv_title_right h4 {
  font-size: 26px;
}

.adv_title_right {
  display: flex;

  flex-direction: column;

  justify-content: flex-start;
}

.adv_content p {
  position: relative;

  padding-left: 20px;

  font-size: 20px;
}

.adv_content p:before {
  position: absolute;

  display: block;

  content: "";

  width: 10px;

  height: 10px;

  border-radius: 50%;

  background: var(--color);

  left: 0;

  top: 16px;
}

/* news */

.news_home_title {
  display: flex;

  justify-content: space-between;

  border-bottom: 1px solid #ccc;

  padding-bottom: 20px;

  margin-bottom: 2vw;

  align-items: flex-end;
}

.news_home_title .more a {
  padding: 5px 2vw;

  background-color: var(--color);

  color: #fff;

  border-radius: 20px;
}

.news_home_title ul {
  display: flex;
}

.news_home_title ul a {
  display: flex;

  align-items: center;

  font-size: 20px;

  color: var(--color);

  font-weight: bold;

  transition: all 0.5s;
}

.news_home_title ul li {
  border: 1px solid var(--color);

  margin-top: 20px;

  padding: 5px 2vw;

  margin-right: 1vw;

  border-top-right-radius: 30px;

  border-bottom-left-radius: 30px;

  transition: all 0.5s;
}

.news_home_title ul a span {
  display: inline-block;

  position: relative;

  align-items: center;

  justify-content: center;

  width: 30px;

  height: 30px;

  margin-right: 10px;
}

.news_home_title ul a span img {
  position: absolute;

  display: block;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  transition: all 0.5s;
}

.news_home_title ul a span img.hov {
  opacity: 0;
}

.news_home_title ul li:hover a span img.hov {
  opacity: 1;
}

.news_home_title ul li:hover a span img.nor {
  opacity: 0;
}

.news_home_title ul li:hover {
  background-color: var(--color);
}

.news_home_title ul li:hover a {
  color: #fff;
}

.news_home_wrapper {
  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;
}

.news_home_wrapper .news_left {
  flex: 0 0 auto;

  width: 45%;
}

.news_home_wrapper .news_right {
  flex: 0 0 auto;

  width: 45%;
}

.news_home_wrapper .news_l_title {
  position: relative;

  display: flex;

  justify-content: space-between;

  margin-top: 1vw;

  margin-bottom: 2vw;

  color: #333;
}

.news_home_wrapper .news_l_title:before {
  position: absolute;

  display: block;

  content: "";

  width: 60px;

  height: 4px;

  background-color: var(--color);

  left: 0;

  bottom: -20px;
}

.news_l_title h2 {
  font-size: 18px;

  color: #333;
}

.news_l_title + p {
  color: #333;
}

.news_right li {
  display: flex;

  /*justify-content: space-between;*/

  border-bottom: 1px solid #555;

  margin-bottom: 20px;

  padding-bottom: 20px;
}

.news_right li .data {
  flex: 0 0 auto;

  width: 90px;

  margin-right: 1.5vw;

  display: flex;

  flex-direction: column;
}

.news_right .data_bg {
  background: url(../images/date.png) no-repeat center;

  width: 85px;

  height: 78px;

  display: flex;

  justify-content: space-between;

  flex-direction: column;

  align-items: center;
}

.news_right .data_bg span {
  flex: 0 0 auto;

  height: 20px;
}

.news_right .data_bg b {
  flex: 1;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 40px;

  line-height: 1;

  color: var(--color);
}

.news_right .data_bg + em {
  font-style: normal;

  display: block;

  text-align: center;
}

.news_right .news_r_text h2 {
  font-size: 16px;

  color: #000;

  margin-bottom: 10px;
}

.news_right .news_r_text p {
  color: #666;
}

/* wenda */

.wenda {
  display: flex;
}

.wenda .left {
  flex: 0 0 auto;

  width: 100px;

  height: 100px;

  background: url(../images/hd.png) no-repeat center;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 25px;

  color: #fff;

  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);

  line-height: 1.1;

  margin-right: 2vw;
}

.wenda .right {
  display: flex;

  justify-content: space-between;
}

.wenda .right li {
  display: flex;

  flex-direction: column;

  border: 1px solid #ccc;

  padding: 10px;

  flex: 0 0 48%;
}

.wenda .right li .d {
  display: flex;

  margin-top: 10px;
}

.wenda .right li .w {
  display: flex;
}

.wenda .right li .w span {
  display: inline-block;

  border-radius: 50%;

  width: 25px;

  height: 25px;

  background-color: var(--color);

  color: #fff;

  text-align: center;

  margin-right: 10px;
}

.wenda .right li .d span {
  flex: 0 0 auto;

  display: inline-block;

  border-radius: 50%;

  width: 25px;

  height: 25px;

  background-color: #000000;

  color: #fff;

  text-align: center;

  margin-right: 10px;
}
.list{margin:20px 0;}
.list ul{overflow:hidden;}
.list ul li{float:left;width:23%;margin:0 1%;border: 1px solid #ccc;}
.list ul li a{display:inline-block;width:100%;height:100%;}
.list ul p{padding:10px 0;text-align:center;font-size:16px;background:#ccc;}
.listnews{margin:20px 0;}
.listnews ul{overflow:hidden;}
.listnews ul li{float:left;width:50%;padding:5px;}
.container.pages{margin-bottom:80px;}
@media (max-width: 1650px) {
  .adv_title span {
    font-size: 45px;
  }

  .adv_title_right h3 {
    font-size: 30px;
  }

  .adv_title_right h4 {
    font-size: 20px;
  }

  .adv_content p {
    font-size: 18px;
  }

  .title .top h2,
  .sub_title .left h2 {
    font-size: 40px;
  }

  .title .top em {
    font-size: 22px;
  }

  .title p {
    font-size: 22px;
  }
}

@media (max-width: 1440px) {
  .tell p {
    font-size: 22px;
  }

  .logo_text h1 {
    font-size: 36px;
  }

  .title .top h2,
  .sub_title .left h2 {
    font-size: 36px;
  }

  .sub_title em {
    font-size: 26px;
  }

  .sub_title .right a {
    font-size: 16px;
  }

  .hot_wrapper .swiper-slide a .hot_text {
    font-size: 26px;

    display: flex;

    align-items: center;

    justify-content: center;
  }

  .hot_text span {
    margin-left: 10px;
  }

  .hf_wrapper .left h2 {
    font-size: 36px;
  }

  .abouts_text h2 {
    font-size: 32px;
  }

  .adv_title span {
    width: 80px;

    height: 80px;
  }

  .adv_title_right h3 {
    font-size: 26px;
  }

  .adv_content p {
    font-size: 16px;
  }
}

@media (max-width: 1366px) {
  .w-80 {
    width: 90%;
  }

  .w-70 {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .hidden-header {
    display: none !important;
  }
}

@media (max-width: 1400px) and (min-width: 1200px) {
  .menu > li > a {
    padding: 20px 3vw;
  }
}

@media (min-width: 1440px) {
  header .container,
  .menu_bg .container {
    max-width: 90%;
  }
  .menu > li > a {
    padding: 20px 3vw;
  }
}
.logo_m {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.logo_m img {
  width: 80px;

  margin-right: 10px;
}

.logo_m h1 {
  font-size: 22px;
}

@media (max-width: 1200px) {
  .hf_wrapper .left p {
    display: none;
  }

  .hf .tell_wrapper .tell p {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .title p,
  .title img,
  .sub_title .right a,
  .sub_title em,
  .sub_title p,
  .title .top:before,
  .title .top:after,
  .hf,
  .news_home_title .more a {
    display: none;
  }

  .sub_title .right:before {
    height: 3px;
  }

  .title .top h2,
  .sub_title .left h2 {
    font-size: 26px;
  }

  .adv_row .adv_img,
  .adv_row .adv_box {
    width: 100%;
  }

  .adv_text {
    font-size: 26px;
  }

  .adv_row .adv_box {
    margin-top: 20px;

    margin-bottom: 20px;
  }

  .adv_title_right h3 {
    font-size: 22px;
  }

  .adv_title_right h4 {
    font-size: 16px;
  }

  .news_home_wrapper .news_left,
  .news_home_wrapper .news_right {
    width: 100%;
  }

  .news_home_wrapper .news_l_title {
    margin-bottom: 30px;
  }

  .news_home_wrapper .news_right {
    margin-top: 20px;
  }

  .wenda {
    flex-direction: column;
  }

  .wenda .left {
    margin-bottom: 20px;
  }

  .honor_wrapper .btn_prev {
    left: -20px;
  }

  .honor_wrapper .btn_next {
    right: -20px;
  }
.list ul li{width:45%;margin: 1% 2.5%;}
.listnews ul li{width:100%;}

}
.xypg-detail-tags{margin:20px 0;}
.tags-title,.tags-content{display:inline-block;}
.tags-title h3{font-size:16px!important;font-weight:400;}
.tags-content a{display:inline-block;padding:10px;}