﻿/* 通用 */

.dth_wh {

  width: 81.25%;

  margin: 0 auto;

}

.flex {

  display: flex;

  justify-content: flex-start;

  align-items: flex-start;

  flex-wrap: nowrap;

}

.flex::before,

.flex::after {

  display: none;

}

.fixed_ratio {

  position: relative;

  overflow: hidden;

  padding-top: calc(3 / 4 * 100%);

}

.fixed_ratio img {

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

}

.enlarge .imgs {

  overflow: hidden;

  position: relative;

}

.enlarge .imgs img {

  transform: scale(1);

  transition: 0.5s ease;

}

.enlarge:hover .imgs img {

  transform: scale(1.1);

}



@media (max-width: 1920px) {

  .dth_wh {

    width: 96%;

    max-width: 1560px;

  }

}

@media (max-width: 1200px) {

  .dth_wh {

    width: 100%;

    padding: 0 15px;

  }

}

@media (max-width: 991px) {

  body {

    padding-top: 60px;

  }

}

@media (max-width: 767px) {

  .fp-enabled body,

  body {

    padding-bottom: 50px;

  }

}

@media (max-width: 640px) {

  .dth_wh {

    padding: 0 12px;

  }

}





/* 插件整体样式修改 */

.slick-arrows {

  outline: none;

}

.swiper-button-prev,

.swiper-button-next {

  outline: none;

}

.swiper-button-prev,

.swiper-button-next {

  outline: none;

  display: flex;

  width: 24px;

  height: 44px;

  justify-content: center;

  align-items: center;

  overflow: hidden;

}

.swiper-button-prev::after,

.swiper-button-next::after {

  content: "";

  background: none;

  display: block;

  width: 40px;

  height: 40px;

  border: 2px solid #ffffff;

  position: absolute;

  transform: rotate(45deg);

  -webkit-transform: rotate(45deg);

  left: 12px;

  top: 50%;

  margin-top: -20px;

}

.swiper-button-prev::after,

.swiper-button-next::after {

  width: 16px;

  height: 16px;

  border-color: transparent transparent #4d4d4d #4d4d4d;

  position: relative;

  left: 0;

  top: 0;

  margin: 0;

}

.swiper-button-prev:hover::after,

.swiper-button-next:hover::after {

  border-color: transparent transparent #ffffff #ffffff;

}

.swiper-button-next {

  transform: rotate(180deg);

  -webkit-transform: rotate(180deg);

}

.swiper-pagination {

  position: absolute;

  width: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  bottom: 5%;

  left: 0;

}

.swiper-pagination .swiper-pagination-bullet {

  outline: none;

  margin: 0 1em;

}



@media (max-width: 992px) {

  .swiper-button-prev,

  .swiper-button-next {

    display: none;

  }

}





/* 整体翻屏设置 */

.section {

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

}



@media (max-width: 1200px) {

  .section,

  .fp-tableCell {

    height: auto!important;

  }

}





/* 头部 */

header {

  position: absolute;

  width: 100%;

  z-index: 99;

}

.header_top .dth_wh {

  width: 90%;

  max-width: inherit;

  align-items: center;

  height: 129px;

}

.header_top .flex {

  justify-content: space-between;

}

.logo {

  width: 193px;

}

.logo a {

  display: block;

  width: 100%;

}

.logo img {

  max-width: 100%;

}





/* 导航 */

.x-menu {

  justify-content: space-between;

  align-items: center;

  width: 55%;

}

.x-menu > li {

  position: relative;

}

.x-menu > li > a {

  display: block;

  font-size: 24px;

	color: #fff;

  line-height: 72px;

}

.x-menu > li:hover > a,

.x-menu > li.active > a {

  font-weight: bold;

}

.x-menu > li::after {

  content: "";

  display: none;

  width: 100%;

  height: 12px;

  position: absolute;

  top: 100%;

  left: 0;

}

.x-menu > li:hover::after {

  display: block;

}

.x-sub-menu {

  position: absolute;

  width: 120%;

  left: 0;

  top: 100%;

  margin-left: -10%;

  background: #50a042;

  display: none;

}

.x-menu > li:nth-child(3) .x-sub-menu {

  width: 100%;

  margin-left: 0;

}

.x-menu > li:nth-child(4) .x-sub-menu {

  width: 170%;

  margin-left: -35%;

}

.x-sub-menu > li:nth-child(n+10) {

  display: none;

}

.x-sub-menu > li > a {

  display: block;

  font-size: 18px;

  color: #ffffff;

  line-height: 24px;

  padding: 10px;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  text-align: center;

}

.x-sub-menu > li:hover > a {

  background-color: rgba(255, 255, 255, 0.3);

}



.x-menu > li .x-sub-menux {

  display: none;

}

.x-menu > li .x-sub-menux li {

  position: relative;

}

.x-menu > li .x-sub-menux li a {

  display: block;

}





/* 搜索 */

.search {

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  height: 44px;

  position: relative;

}

.search_btn {

  background-repeat: no-repeat;

  background-position: center;

  background-size: auto;

  background-image: url("../image/a43e4fcb1c04c774f261ee9c2172f751b25ea771.png");

  width: 24px;

  height: 24px;

  cursor: pointer;

}

.search_form {

  position: absolute;

  right: 0;

  top: 100%;

  margin-top: 12px;

  width: 240px;

  background-color: #ffffff;

  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);

  display: none;

}

.search_form #formsearch {

  justify-content: space-between;

  align-items: center;

}

.search_form #formsearch input {

  outline: none;

  background: none;

  border: none;

  height: 40px;

}

.search_form #formsearch #keyword {

  color: #333333;

  font-size: 14px;

  font-weight: normal;

  padding: 0 1em;

  width: calc(100% - 50px);

}

.search_form #formsearch #keyword::placeholder {

  color: #999999;

}

.search_form #formsearch #s_btn {

  background-color: #0b4e9f;

  font-size: 0;

  background-image: url("../image/3de260cc5627768b4afb389eed7ca4d37b159bb7.png");

  background-repeat: no-repeat;

  background-position: center;

  background-size: calc(22 / 50 * 100%) auto;

  width: 50px;

}



@media (max-width: 1600px) {

  .x-menu > li > a {

    font-size: 18px;

  }

  .search {

    height: 39px;

  }

}

@media (max-width: 1440px) {

  .header_top .dth_wh {

    height: 90px;

  }

  .x-menu {

    width: 60%;

  }

  .search {

    height: 34px;

  }

  .search_btn {

    width: 20px;

    height: 20px;

    background-size: contain;

  }

  .search_form{

    width: 220px;

  }

  .search_form #formsearch input {

    height: 36px;

  }

  .search_form #formsearch #keyword {

    font-size: 13px;

    width: calc(100% - 45px);

  }

  .search_form #formsearch #s_btn {

    width: 45px;

  }

}

@media (max-width: 1280px) {

  .header_top .dth_wh {

    height: 80px;

  }

  .x-menu {

    width: 65%;

  }

  .x-menu > li > a {

    font-size: 16px;

  }

  .search_btn {

    width: 18px;

    height: 18px;

  }

  .search {

    height: 32px;

  }

  .search_form{

    width: 200px;

  }

  .search_form #formsearch #keyword {

    width: calc(100% - 42px);

    font-size: 12px;

  }

  .search_form #formsearch #s_btn{

    width: 42px;

  }

}

@media (max-width: 991px) {

  header {

    display: none;

  }

}





/* banner */

#banner {

  position: relative;

}

#banner li a {

  display: block;

  position: relative;

  overflow: hidden;

}

#banner li .imgs img {

  width: 100%;

  min-height: 240px;

  object-fit: cover;

  -webkit-transition: all 5s ease;

  transition: all 5s ease;

}

#banner li a:hover .imgs img {

  -webkit-transform: scale(1.2);

  transform: scale(1.2);

}

#banner li video {

  position: absolute;

  left: 0;

  top: 0;

  z-index: 9;

  width: 100%;

  height:100%;

  object-position: center;

  object-fit: cover;

}

#banner li .dh-tx {

  position: absolute;

  left: 0;

  top: 0;

  z-index: 99;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, .65);

  align-items: center;

  display:flex;

  justify-content:center;

  flex-direction:column;

}

#banner li .dh-tx h3 {

  font-size: 60px;

  color: #50a042;

}

#banner li .dh-tx h1 {

  font-size:90px;

  color: #fff;

  margin: 2% 0;

}

#banner li .dh-tx ul {

  flex-wrap: wrap;

  justify-content: center;

  align-items: center;

}

#banner li .dh-tx ul li {

  font-size: 24px;

  color: #fff;

  line-height: 60px;

  margin: 0 25px;

}

#banner li .dh-tx ul li img {

  margin-right: 15px;

}

#banner li .dh-tx dl {

  background-color: #50a042;

  font-size: 48px;

  color: #fff;

  line-height: 100px;

  padding: 0 50px;

  border-radius: 60px;

  margin-top: 3.45%;

}

#banner li .dh-tx h2 {

  font-size: 72px;

  font-weight: normal;

  color: #fff;

  padding-top: 5px;

}

#banner li .dh-cf {

  position: absolute;

  right: 5%;

  bottom: 7.5%;

  font-size: 48px;

  color: #fff;

  background-color: rgba(80, 160, 66, .85);

  padding: 25px;

}

#banner li .dh-sb {

  position: absolute;

  right: 0;

  top: 0;

  width: 50%;

  height: 100%;

  background-color: rgba(80, 160, 66, .65);

  display:flex;

  justify-content:center;

  flex-direction:column;

  padding: 0 6%;

  color: #fff;

}

#banner li .dh-sb h2 {

  font-size: 90px;

  line-height: 130px;

}

#banner li .dh-sb p {

  font-size: 60px;

  line-height: 90px;

  margin-top: 4.25%;

}

#banner .swiper-button-prev,

#banner .swiper-button-next {

  width: 50px;

  height: 65px;

  background-color: rgba(255, 255, 255, 0.5);

}

#banner .swiper-button-prev {

  left: 0;

}

#banner .swiper-button-next {

  right: 0;

}

#banner .swiper-button-prev:hover,

#banner .swiper-button-next:hover {

  background-color: #ff4500;

}

#banner .swiper-pagination {

  left: 50%;

  max-width: 81.25%;

  width: auto;

  justify-content: flex-start;

  bottom: 4.3%;

  margin-left: -102px;

  z-index: 9999;

}

#banner .swiper-pagination-bullet {

  width: auto;

  height: auto;

  background: none;

  opacity: 1;

  font-family: Arial;

	font-size: 18px;

	font-weight: normal;

	font-stretch: normal;

	line-height: 1.5;

	letter-spacing: 0px;

	color: rgba(255, 255, 255, 0.3);

  display: inline-flex;

  align-items: center;

  justify-content: center;

  margin: 0 8px 0 0;

}

#banner .swiper-pagination-bullet:first-child::after,

#banner .swiper-pagination-bullet::before {

  content: "";

  display: block;

  width: 0;

  height: 1px;

  background-color: #fff;

}

#banner .swiper-pagination-bullet:first-child:before {

  display: none;

} 

#banner .swiper-pagination-bullet:hover,

#banner .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background: none;

  opacity: 1;

  color: #fff;

}

#banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before,

#banner .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child::after {

  width: 120px;

  margin-right: 8px;

}

#banner .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child::after {

  margin-right: 0;

  margin-left: 8px;

}



@media (max-width: 1920px) {

  #banner li .dh-tx h3 {

    font-size: 48px;

  }

  #banner li .dh-tx h1 {

    font-size: 90px;

  }

  #banner li .dh-tx ul li {

    font-size: 20px;

    line-height: 50px;

    margin: 0 20px;

  }

  #banner li .dh-tx ul li img {

    margin-right: 10px;

    width: 24px;

  }

  #banner li .dh-tx dl {

    font-size: 36px;

    line-height: 80px;

    padding: 0 30px;

  }

  #banner li .dh-tx h2 {

    font-size: 60px;

  }

  #banner li .dh-cf {

    font-size: 36px;

  }

  #banner li .dh-sb h2 {

    font-size: 72px;

    line-height: 100px;

  }

  #banner li .dh-sb p {

    font-size: 48px;

    line-height: 72px;

  }

}

@media (max-width: 1600px) {

  #banner li .dh-tx h3 {

    font-size: 40px;

  }

  #banner li .dh-tx h1 {

    font-size: 75px;

  }

  #banner li .dh-tx ul li {

    font-size: 18px;

    line-height: 36px;

    margin: 0 15px;

  }

  #banner li .dh-tx ul li img {

    width: 20px;

  }

  #banner li .dh-tx dl {

    font-size: 30px;

    line-height: 72px;

  }

  #banner li .dh-tx h2 {

    font-size: 50px;

  }

  #banner li .dh-sb h2 {

    font-size: 60px;

    line-height: 80px;

  }

  #banner li .dh-sb p {

    font-size: 36px;

    line-height: 56px;

  }

  #banner .swiper-pagination {

    margin-left: -92px;

  }

  #banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before,

  #banner .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child::after {

    width: 100px;

  }

}

@media (max-width: 1440px) {

  #banner li .dh-tx h3 {

    font-size: 36px;

  }

  #banner li .dh-tx h1 {

    font-size: 65px;

  }

  #banner li .dh-tx ul li {

    font-size: 16px;

    line-height: 30px;

  }

  #banner li .dh-tx ul li img {

    width: 18px;

  }

  #banner li .dh-tx dl {

    font-size: 30px;

    line-height: 60px;

    padding: 0 25px;

  }

  #banner li .dh-tx h2 {

    font-size: 45px;

  }

  #banner li .dh-cf {

    font-size: 30px;

  }

  #banner li .dh-sb {

    padding: 0 5%;

  }

  #banner li .dh-sb h2 {

    font-size: 48px;

    line-height: 68px;

  }

  #banner li .dh-sb p {

    font-size: 30px;

    line-height: 48px;

  }

}

@media (max-width: 1280px) {

  #banner li .dh-tx h3 {

    font-size: 30px;

  }

  #banner li .dh-tx h1 {

    font-size: 55px;

  }

  #banner li .dh-tx dl {

    font-size: 24px;

    line-height: 48px;

    padding: 0 20px;

  }

  #banner li .dh-tx h2 {

    font-size: 36px;

  }

  #banner li .dh-cf {

    font-size: 24px;

  }

  #banner li .dh-sb h2 {

    font-size: 40px;

    line-height: 56px;

  }

  #banner li .dh-sb p {

    font-size: 24px;

    line-height: 40px;

  }

  #banner .swiper-pagination {

    margin-left: -80px;

  }

  #banner .swiper-pagination-bullet {

    font-size: 16px;

    margin: 0 6px 0 0;

  }

  #banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before,

  #banner .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child::after {

    width: 80px;

    margin-right: 6px;

  }

}

@media (max-width: 990px) {

  #banner li .imgs img {

    min-height: 200px;

  }

  #banner li video {

    display: none;

  }

  #banner li .dh-tx {

    background-color: rgba(0, 0, 0, 0);

  }

  #banner li .dh-tx h3 {

    font-size: 24px;

  }

  #banner li .dh-tx h1 {

    font-size: 50px;

  }

  #banner li .dh-tx ul li {

    font-size: 14px;

    line-height: 24px;

  }

  #banner li .dh-tx ul li img {

    width: 16px;

  }

  #banner li .dh-tx dl {

    font-size: 20px;

    line-height: 40px;

    padding: 0 15px;

  }

  #banner li .dh-tx h2 {

    font-size: 30px;

  }

  #banner li .dh-cf {

    bottom: inherit;

    top: 10%;

    padding: 15px;

  }

  #banner li .dh-sb {

    width: 60%;

    padding-bottom: 25px;

  }

  #banner li .dh-sb h2 {

    font-size: 30px;

  }

  #banner li .dh-sb p {

    font-size: 18px;

    line-height: 30px;

  }

  #banner .swiper-pagination {

    margin-left: -70px;

  }

  #banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before,

  #banner .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child::after {

    width: 60px;

  }

}

@media (max-width: 800px) {

  #banner li .dh-tx h3 {

    font-size: 24px;

  }

  #banner li .dh-tx h1 {

    font-size: 48px;

  }

  #banner li .dh-tx dl {

    font-size: 18px;

  }

  #banner li .dh-sb h2 {

    font-size: 36px;

    line-height: 48px;

  }

  #banner li .dh-sb p {

    font-size: 20px;

    line-height: 36px;

  }

  #banner .swiper-pagination {

    margin-left: -70px;

  }

  #banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before,

  #banner .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child::after {

    width: 60px;

  }

}

@media (max-width: 640px) {

  #banner li .dh-tx h3 {

    font-size: 18px;

  }

  #banner li .dh-tx h1 {

    font-size: 36px;

  }

  #banner li .dh-tx dl {

    font-size: 16px;

    line-height: 36px;

  }

  #banner li .dh-tx h2 {

    font-size: 24px;

  }

  #banner li .dh-sb h2 {

    font-size: 30px;

    line-height: 40px;

  }

  #banner li .dh-sb p {

    font-size: 18px;

    line-height: 30px;

  }

  #banner .swiper-pagination {

    bottom: 4px;

    margin-left: -55px;

  }

  #banner .swiper-pagination-bullet {

    font-size: 14px;

    margin: 0 5px 0 0;

  }

  #banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before,

  #banner .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child::after {

    width: 40px;

    margin-right: 5px;

  }

}

@media (max-width: 480px) {

  #banner li .dh-tx h3 {

    font-size: 18px;

  }

  #banner li .dh-tx h1 {

    font-size: 24px;

    margin: 3% 0 3.5%;

  }

  #banner li .dh-tx ul {

    display: none;

  }

  #banner li .dh-tx dl {

    font-size: 14px;

    line-height: 30px;

    margin-top: 0;

  }

  #banner li .dh-tx h2 {

    font-size: 22px;

    padding-top: 0;

  }

  #banner li .dh-cf {

    font-size: 18px;

    top: 10.5%;

  }

  #banner li .dh-sb {

    width: 100%;

    padding-bottom: 15px;

  }

  #banner li .dh-sb h2 br {

    display: none;

  }

  #banner .swiper-pagination {

    bottom: 4px;

    margin-left: -55px;

  }

  #banner .swiper-pagination-bullet {

    font-size: 14px;

    margin: 0 5px 0 0;

  }

  #banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before,

  #banner .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child::after {

    width: 40px;

    margin-right: 5px;

  }

}





/* 产品 */

.advantage {

  background: url(../image/0409dc5ea50a7f19c50bb60c34de3e129865792f.jpg) no-repeat center;

  background-size: cover;

  padding: 6.5% 0 8.5%;

}

.advantage_list ul {

  justify-content: center;

  flex-wrap: wrap;

}

.advantage_list li {

  font-size: 36px;

	color: #222;

  line-height: 74px;

  padding: 0 30px;

  cursor: pointer;

  border-radius: 40px;

}

.advantage_list li.active {

  color: #fff;

  background-color: #50a042;

}

.advantage_ctab {

  margin-top: 6.5%;

  background: url(../image/691453130f9a134e6ad5ed1defde66a27a558df3.png) no-repeat right center;

  background-size: 55%;

}

.advantage_ctab li {

  align-items: center;

}

.advantage_ctab li .ig-zb {

  width: 45%;

  color: #222;

  padding: 0 9% 0 6.5%;

}

.advantage_ctab li .ig-zb h3 {

  font-size: 48px;

  line-height: 72px;

}

.advantage_ctab li .ig-zb dl {

  font-size: 30px;

  line-height: 48px;

  margin: 5.15% 0 11.85%;

}

.advantage_ctab li .ig-zb a {

  display: block;

  width: 214px;

  height: 66px;

  border: 2px solid #222;

  font-size: 24px;

  color: #222;

  line-height: 62px;

  background-image: url(../image/a7dc28bde803fa7cc772cbfb302f1d04e4e36323.png);

  background-repeat: no-repeat;

  background-position: 175px center;

  text-align: left;

  padding-left: 25px;

  -webkit-transition: all .5s ease;

  transition: all .5s ease;

}

.advantage_ctab li .ig-zb a:hover {

  background-image: url(../image/210df11f22581769b647575348cbc071d146baf5.png);

  color: #fff;

  background-color: #50a042;

  border-color: #50a042;

}

.advantage_ctab li .ig-yb {

  width: 55%;

}

.advantage_ctab li .ig-yb a {

  display: block;

  width: 71%;

  margin-left: 4.734845%;

  border-radius: 75px;

  position: relative;

  overflow: hidden;

}

.advantage_ctab li .ig-yb a img {

  width: 100%;

  -webkit-transition: all 4s ease;

  transition: all 4s ease;

}

.advantage_ctab li .ig-yb a:hover img {

  -webkit-transform: scale(1.2);

  transform: scale(1.2);

}



@media (max-width: 1600px) {

  .advantage_list li {

    font-size: 30px;

    line-height: 64px;

    padding: 0 25px;

  }

  .advantage_ctab li .ig-zb h3 {

    font-size: 40px;

    line-height: 60px;

  }

  .advantage_ctab li .ig-zb dl {

    font-size: 24px;

    line-height: 40px;

  }

}

@media (max-width: 1440px) {

  .advantage_ctab li .ig-yb a {

    border-radius: 60px;

  }

}

@media (max-width: 990px) {

  .advantage_list li {

    font-size: 24px;

    line-height: 50px;

    padding: 0 20px;

  }

  .advantage_ctab li .ig-zb h3 {

    font-size: 30px;

    line-height: 45px;

  }

  .advantage_ctab li .ig-zb dl {

    font-size: 18px;

    line-height: 30px;

  }

  .advantage_ctab li .ig-zb a {

    width: 184px;

    height: 56px;

    font-size: 20px;

    line-height: 52px;

    background-position: 152px center;

    background-size: 8px 14px;

    padding-left: 20px;

  }

  .advantage_ctab li .ig-yb a {

    border-radius: 40px;

  }

}

@media (max-width: 640px) {

  .advantage_list li {

    font-size: 18px;

    line-height: 40px;

    padding: 0 15px;

  }

  .advantage_ctab {

    margin-top: calc(6.5% - 5px);

    background: none;

  }

  .advantage_ctab li {

    flex-wrap: wrap;

  }

  .advantage_ctab li .ig-zb {

    width: 100%;

    padding: 0 5%;

  }

  .advantage_ctab li .ig-zb h3 {

    font-size: 24px;

    line-height: 34px;

  }

  .advantage_ctab li .ig-zb h3 br {

    display: none;

  }

  .advantage_ctab li .ig-zb dl {

    font-size: 16px;

    line-height: 28px;

    margin: 13px 0 25px;

  }

  .advantage_ctab li .ig-zb a {

    display: none;

  }

  .advantage_ctab li .ig-yb {

    width: 100%;

  }

  .advantage_ctab li .ig-yb a {

    width: 90%;

    margin: 0 5%;

    border-radius: 10px;

  }

}





/* 关于我们 */

.ab-bg {

  position: relative;

  overflow: hidden;

  cursor: pointer;

}

.ab-bg img {

  width: 100%;

  -webkit-transition: all 5s ease;

  transition: all 5s ease;

}

.ab-bg:hover img {

  -webkit-transform: scale(1.2);

  transform: scale(1.2);

}

.ab-bg .ab-tx {

  position: absolute;

  top: 11%;

  width: 100%;

}

.ab-bg .ab-tx dl {

  font-size: 48px;

  color: #fff;

  line-height: 72px;

  text-align: center;

}

.ab-bg .ab-tx a {

  display: block;

  width: 214px;

  height: 66px;

  border: 2px solid #fff;

  font-size: 24px;

  color: #fff;

  line-height: 62px;

  margin: auto;

  background-image: url(../image/210df11f22581769b647575348cbc071d146baf5.png);

  background-repeat: no-repeat;

  background-position: 175px center;

  text-align: left;

  padding-left: 25px;

  margin-top: 3.35%;

  -webkit-transition: all .5s ease;

  transition: all .5s ease;

}

.ab-bg .ab-tx a:hover {

  background-color: #50a042;

  border-color: #50a042;

}

.ab-bg .ab-ls {

  position: absolute;

  bottom: 12.5%;

  width: 100%;

  padding: 0 7.5%;

  justify-content: space-between;

}

.ab-bg .ab-ls a {

  display: block;

  width: 24.27%;

  height: 252px;

  background-color: #fff;

  border-radius: 15px;

  position: relative;

  -webkit-transition: all .75s ease;

  transition: all .75s ease;

}

.ab-bg .ab-ls a:hover {

  margin-top: -75px;

}

.ab-bg .ab-ls a .ab-sz {

  position: absolute;

  left: 35px;

  bottom: 25px;

}

.ab-bg .ab-ls a .ab-sz h1 {

  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

  font-size: 72px;

  color: #222;

  line-height: 72px;

}

.ab-bg .ab-ls a .ab-sz p {

  font-size: 18px;

  color: #333;

}

.ab-bg .ab-ls a .ab-tb {

  position: absolute;

  right: 30px;

  top: 25px;

  width: 64px;

  height: 64px;

  background-color: #50a042;

  border-radius: 50%;

}

.ab-bg .ab-ls a .ab-tb img {

  width: 100%;

}

.ab-bg:hover .ab-ls a .ab-tb img {

  -webkit-transform: none;

  transform: none;

}



@media (max-width: 1600px) {

  .ab-bg .ab-tx dl {

    font-size: 36px;

    line-height: 54px;

  }

  .ab-bg .ab-ls a {

    height: 232px;

  }

  .ab-bg .ab-ls a .ab-sz {

    left: 25px;

    bottom: 20px;

  }

  .ab-bg .ab-ls a .ab-sz h1 {

    font-size: 48px;

    line-height: 48px;

  }

  .ab-bg .ab-ls a .ab-sz p {

    font-size: 16px;

  }

  .ab-bg .ab-ls a .ab-tb {

    right: 25px;

    top: 20px;

  }

}

@media (max-width: 1440px) {

  .ab-bg {

    background: url(../image/e4d1aa2a37af6e4b8f57c2f262ce1b62a24c3fa6.jpg) no-repeat center;

    padding: 6.5% 5% 8.5%;

  }

  .ab-bg img {

    display: none;

  }

  .ab-bg .ab-tx {

    position: relative;

    top: inherit;

  }

  .ab-bg .ab-ls {

    position: relative;

    bottom: inherit;

    padding: 0;

    margin-top: 8.5%;

  }

  .ab-bg .ab-ls a .ab-tb img {

    display: block;

  }

}

@media (max-width: 990px) {

  .ab-bg .ab-tx dl {

    font-size: 30px;

    line-height: 45px;

  }

  .ab-bg .ab-tx a {

    width: 184px;

    height: 56px;

    font-size: 20px;

    line-height: 52px;

    background-position: 152px center;

    background-size: 8px 14px;

    padding-left: 20px;

  }

  .ab-bg .ab-ls {

    flex-wrap: wrap;

  }

  .ab-bg .ab-ls a {

    width: 48.5%;

  }

  .ab-bg .ab-ls a:nth-child(n+3) {

    margin-top: 3%;

  }

  .ab-bg .ab-ls a {

    height: 152px;

  }

  .ab-bg .ab-ls a .ab-sz h1 {

    font-size: 48px;

    line-height: 48px;

  }

  .ab-bg .ab-ls a .ab-tb {

    right: 20px;

    top: 15px;

    width: 48px;

    height: 48px;

  }

}

@media (max-width: 640px) {

  .ab-bg .ab-tx dl {

    font-size: 24px;

    line-height: 36px;

  }

  .ab-bg .ab-tx a {

    width: 144px;

    height: 46px;

    font-size: 18px;

    line-height: 42px;

    background-position: 117px center;

    padding-left: 15px;

  }

  .ab-bg .ab-ls a {

    width: 48.5%;

  }

  .ab-bg .ab-ls a:nth-child(n+3) {

    margin-top: 3%;

  }

  .ab-bg .ab-ls a {

    height: 152px;

  }

  .ab-bg .ab-ls a .ab-sz h1 {

    font-size: 40px;

    line-height: 40px;

  }

}

@media (max-width: 480px) {

  .ab-bg .ab-tx dl {

    padding: 0 5%;

  }

  .ab-bg .ab-tx dl br {

    display: none;

  }

  .ab-bg .ab-tx a {

    width: 124px;

    height: 40px;

    font-size: 16px;

    line-height: 36px;

    background-position: 97px center;

  }

  .ab-bg .ab-ls a {

    width: 100%;

  }

  .ab-bg .ab-ls a:nth-child(n+2) {

    margin-top: 3%;

  }

  .ab-bg .ab-ls a {

    height: 132px;

  }

  .ab-bg .ab-ls a .ab-sz h1 {

    font-size: 40px;

    line-height: 40px;

  }

}





/* 视频 */

.sp-bg {

  position: relative;

  overflow: hidden;

}

/*.sp-bg .sp-bj {

  width: 55%;

  margin-left: 45%;

} */

.sp-bg .sp-bj {

  width: 100%;

  margin-left:0;

 

}



.sp-bg .sp-bj img {

  width: 100%;

}

.sp-bg .sp-js {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  padding-top: 7.5%;

}

.sp-bg .sp-js .sp-tx {

  justify-content: space-between;

  color: #222;

  align-items: flex-end;

}

.sp-bg .sp-js .sp-tx .sp-nm {

 /* width: 44%;*/

  padding-right: 7%;

}

.sp-bg .sp-js .sp-tx .sp-nm h1 {

  font-size: 60px;

  font-weight: normal;

  color:#fff

}

.sp-bg .sp-js .sp-tx .sp-nm p{  color:#fff}

.sp-bg .sp-js .sp-tx .sp-nm dl {

  font-size: 30px;

  line-height: 48px;

  margin-top: 6.75%;

}

.sp-bg .sp-js .sp-tx .sp-zs {

  width: 56%;

  margin-bottom: 4.3%;

}

.sp-bg .sp-js .sp-tx .sp-zs ul {

  flex-wrap: wrap;

  justify-content: flex-end;

  align-items: center;

}

.sp-bg .sp-js .sp-tx .sp-zs ul li {

  font-size: 30px;

  color: #fff;

  line-height: 60px;

  margin-left: 40px;

}

.sp-bg .sp-js .sp-tx .sp-zs ul li img {

  margin-right: 15px;

}

.sp-bg .sp-js .sp-tx .sp-zs ul li img:nth-child(2) {

  display: none;

}

.sp-bg .sp-js .sp-ls {

  justify-content: space-between;

  margin-top: 4.6%;

}

.sp-bg .sp-js .sp-ls a {

  display: block;

  width: 30.77%;

  position: relative;

  overflow: hidden;

}

.sp-bg .sp-js .sp-ls a img {

  width: 100%;

  -webkit-transition: all 2s ease;

  transition: all 2s ease;

}

.sp-bg .sp-js .sp-ls a:hover img {

  -webkit-transform: scale(1.2);

  transform: scale(1.2);

}

.sp-bg .sp-js .sp-ls a dl {

  position: absolute;

  left: 50%;

  top: 50%;

  width: 70px;

  height: 70px;

  margin: -35px 0 0 -35px;

  background: url(../image/68d564024540c924dd19def759deed69dba2c0ea.png) no-repeat center;

  background-size: cover;

}

@media (max-width: 1600px) {

  /*.sp-bg {

    background: url(../image/45a1c9422d59945fb3370e8e7986bb495a417c1c.jpg) no-repeat right center;

    background-size: 55% auto;

    padding: 6.5% 0 8.5%;

  }

  .sp-bg img {

    display: none;

  }

  .sp-bg .sp-js {

    position: relative;

    top: inherit;

    left: inherit;

    height: auto;

    padding-top: 0;

  }

  */

  .sp-bg .sp-js .sp-tx .sp-nm h1 {

    font-size: 48px;

  }

  .sp-bg .sp-js .sp-tx .sp-nm dl {

    font-size: 24px;

    line-height: 40px;

  }

  .sp-bg .sp-js .sp-tx .sp-zs ul li {

    font-size: 24px;

    margin-left: 25px;

  }

  .sp-bg .sp-js .sp-tx .sp-zs ul li img {

    display: inline-block;

    width: 24px;

  }

  .sp-bg .sp-js .sp-ls a img {

    display: block;

  }

  .sp-bg .sp-js .sp-ls a dl {

    width: 60px;

    height: 60px;

    margin: -30px 0 0 -30px;

    background-size: 60px 60px;

  }

}

@media (max-width: 990px) {

  .sp-bg .sp-js .sp-tx .sp-nm h1 {

    font-size: 30px;

  }

  .sp-bg .sp-js .sp-tx .sp-nm dl {

    font-size: 18px;

    line-height: 30px;

  }

  .sp-bg .sp-js .sp-tx .sp-zs ul li {

    font-size: 18px;

  }

  .sp-bg .sp-js .sp-tx .sp-zs ul li img {

    width: 18px;

  }

  .sp-bg .sp-js .sp-ls a dl {

    width: 50px;

    height: 50px;

    margin: -25px 0 0 -25px;

    background-size: 50px 50px;

  }

}

@media (max-width: 640px) {

  .sp-bg {

    background: none;

  }

  .sp-bg .sp-js .sp-tx {

    flex-wrap: wrap;

  }

  .sp-bg .sp-js .sp-tx .sp-nm {

    width: 100%;

    padding-right: 0;

  }

  .sp-bg .sp-js .sp-tx .sp-nm dl {

    margin-top: 15px;

    margin-bottom: 10px;

  }

  .sp-bg .sp-js .sp-tx .sp-zs {

    width: 100%;

    margin-bottom: 0;

  }

  .sp-bg .sp-js .sp-tx .sp-zs ul {

    justify-content: flex-start;

  }

  .sp-bg .sp-js .sp-tx .sp-zs ul li {

    color: #222;

    line-height: 40px;

    margin-left: 0;

    margin-right: 25px;

  }

  .sp-bg .sp-js .sp-tx .sp-zs ul li img:nth-child(1) {

    display: none;

  }

  .sp-bg .sp-js .sp-tx .sp-zs ul li img:nth-child(2) {

    display: inline-block;

  }

  .sp-bg .sp-js .sp-ls {

    margin-top: 20px;

  }

  .sp-bg .sp-js .sp-ls a dl {

    width: 40px;

    height: 40px;

    margin: -20px 0 0 -20px;

    background-size: 40px 40px;

  }

}

@media (max-width: 480px) {

  .sp-bg .sp-js .sp-ls {

    flex-wrap: wrap;

  }

  .sp-bg .sp-js .sp-ls a {

    width: 100%;

  }

  .sp-bg .sp-js .sp-ls a:nth-child(n+2) {

    margin-top: 5%;

  }

}





/* 优势 */

.ys-bg {

  position: relative;

  overflow: hidden;

  cursor: pointer;

}

.ys-bg img {

  width: 100%;

  -webkit-transition: all 5s ease;

  transition: all 5s ease;

}

.ys-bg:hover img {

  -webkit-transform: scale(1.2);

  transform: scale(1.2);

}

.ys-bg .ys-js {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

}

.ys-bg .ys-js .ys-tx {

  width: 40%;

  color: #fff;

  padding: 8.75% 5.75% 0 5.25%;

}

.ys-bg .ys-js .ys-tx h1 {

  font-size: 60px;

  font-weight: normal;

}

.ys-bg .ys-js .ys-tx dl {

  font-size: 30px;

  line-height: 48px;

  margin: 6.85% 0 11.85%;

}

.ys-bg .ys-js .ys-tx a {

  display: block;

  width: 214px;

  height: 66px;

  border: 2px solid #fff;

  font-size: 24px;

  color: #fff;

  line-height: 62px;

  background-image: url(../image/210df11f22581769b647575348cbc071d146baf5.png);

  background-repeat: no-repeat;

  background-position: 175px center;

  text-align: left;

  padding-left: 25px;

  -webkit-transition: all .5s ease;

  transition: all .5s ease;

}

.ys-bg .ys-js .ys-tx a:hover {

  background-color: #50a042;

  border-color: #50a042;

}

.ys-bg .ys-js .ys-ls {

  width: 60%;

  height: 100%;

  flex-wrap: wrap;

  align-items: center;

}

.ys-bg .ys-js .ys-ls a {

  width: 50%;

  height: 50%;

  display:flex;

  justify-content:center;

  flex-direction:column;

  border-left: 1px solid rgba(255, 255, 255, .15);

  border-bottom: 1px solid rgba(255, 255, 255, .15);

  color: #fff;

  text-align: center;

  -webkit-transition: all .75s ease;

  transition: all .75s ease;

}

.ys-bg .ys-js .ys-ls a:hover {

  padding-bottom: 100px;

}

.ys-bg .ys-js .ys-ls a:nth-child(n+3) {

  border-bottom: none;

}

.ys-bg .ys-js .ys-ls a h1 {

  font-size: 88px;

  font-weight: normal;

  -webkit-transition: all .5s ease;

  transition: all .5s ease;

}

.ys-bg .ys-js .ys-ls a p {

  font-size: 36px;

  margin-top: 19px;

}



@media (max-width: 1600px) {

  .ys-bg .ys-js .ys-tx h1 {

    font-size: 48px;

  }

  .ys-bg .ys-js .ys-tx dl {

    font-size: 24px;

    line-height: 40px;

  }

  .ys-bg .ys-js .ys-ls a h1 {

    font-size: 60px;

  }

  .ys-bg .ys-js .ys-ls a p {

    font-size: 24px;

    margin-top: 12px;

  }

}

@media (max-width: 990px) {

  .ys-bg {

    background: url(../image/a9ebe25ec995dacb7147e3403686e12d21162560.jpg) no-repeat center;

    background-size: cover;

    padding: 6.5% 5%;

  }

  .ys-bg img {

    display: none;

  }

  .ys-bg .ys-js {

    position: relative;

    left: inherit;

    top: inherit;

    height: auto;

    flex-wrap: wrap;

  }

  .ys-bg .ys-js .ys-tx {

    width: 100%;

    padding: 0;

  }

  .ys-bg .ys-js .ys-tx h1 {

    font-size: 30px;

  }

  .ys-bg .ys-js .ys-tx dl {

    font-size: 18px;

    line-height: 30px;

    margin: 3.5% 0 4.5%;

  }

  .ys-bg .ys-js .ys-tx a {

    width: 184px;

    height: 56px;

    font-size: 20px;

    line-height: 52px;

    background-position: 152px center;

    background-size: 8px 14px;

    padding-left: 20px;

  }

  .ys-bg .ys-js .ys-ls {

    width: 100%;

    height: auto;

  }

  .ys-bg .ys-js .ys-ls a {

    border: none;

    margin-top: 7.5%;

  }

  .ys-bg .ys-js .ys-ls a:hover {

    padding-bottom: 0;

  }

  .ys-bg .ys-js .ys-ls a h1 {

    font-size: 48px;

  }

  .ys-bg .ys-js .ys-ls a p {

    font-size: 20px;

    margin-top: 10px;

  }

}

@media (max-width: 640px) {

  .ys-bg .ys-js .ys-tx dl {

    margin: 17px 0 30px;

  }

  .ys-bg .ys-js .ys-tx a {

    width: 144px;

    height: 46px;

    font-size: 18px;

    line-height: 42px;

    background-position: 117px center;

    padding-left: 15px;

  }

}

@media (max-width: 480px) {

  .ys-bg .ys-js .ys-tx a {

    width: 124px;

    height: 40px;

    font-size: 16px;

    line-height: 36px;

    background-position: 97px center;

  }

  .ys-bg .ys-js .ys-ls a h1 {

    font-size: 36px;

  }

  .ys-bg .ys-js .ys-ls a p {

    font-size: 16px;

  }

}





/* 招商加盟 */

.zm-bg {

  align-items: center;

}

.zm-bg .zm-tx {

  width: 50%;

  padding: 0 5.5%;

  color: #222;

}

.zm-bg .zm-tx h1 {

  font-size: 60px;

  font-weight: normal;

}

.zm-bg .zm-tx ul {

  margin-top: 6.5%;

}

.zm-bg .zm-tx ul li {

  width: 160px;

  height: 50px;

  line-height: 50px;

  font-size: 30px;

  color: #fff;

  text-align: center;

  background-color: #50a042;

  border-radius: 25px;

  margin-right: 15px;

}

.zm-bg .zm-tx dl {

  font-size: 30px;

  line-height: 48px;

  margin: 5.25% 0 8.85%;

}

.zm-bg .zm-tx a {

  display: block;

  width: 214px;

  height: 66px;

  border: 2px solid #222;

  font-size: 24px;

  color: #222;

  line-height: 62px;

  background-image: url(../image/a7dc28bde803fa7cc772cbfb302f1d04e4e36323.png);

  background-repeat: no-repeat;

  background-position: 175px center;

  text-align: left;

  padding-left: 25px;

  -webkit-transition: all .5s ease;

  transition: all .5s ease;

}

.zm-bg .zm-tx a:hover {

  background-image: url(../image/210df11f22581769b647575348cbc071d146baf5.png);

  color: #fff;

  background-color: #50a042;

  border-color: #50a042;

}

.zm-bg .zm-ig {

 /* width: 50%;*/

 width: 41%;

}

.zm-bg .zm-ig a {

  display: block;

  overflow: hidden;

}

.zm-bg .zm-ig a img {

  width: 100%;

  -webkit-transition: all 5s ease;

  transition: all 5s ease;

}

.zm-bg .zm-ig a:hover img {

  -webkit-transform: scale(1.2);

  transform: scale(1.2);

}



@media (max-width: 1600px) {

  .zm-bg .zm-tx h1 {

    font-size: 48px;

  }

  .zm-bg .zm-tx ul {

    flex-wrap: wrap;

  }

  .zm-bg .zm-tx ul li {

    width: 120px;

    height: 40px;

    line-height: 40px;

    font-size: 24px;

    margin: 5px 10px 5px 0;

  }

  .zm-bg .zm-tx dl {

    font-size: 24px;

    line-height: 40px;

  }

}

@media (max-width: 990px) {

  .zm-bg .zm-tx h1 {

    font-size: 30px;

  }

  .zm-bg .zm-tx ul li {

    width: 100px;

    height: 30px;

    line-height: 30px;

    font-size: 18px;

  }

  .zm-bg .zm-tx dl {

    font-size: 18px;

    line-height: 30px;

  }

  .zm-bg .zm-tx a {

    width: 184px;

    height: 56px;

    font-size: 20px;

    line-height: 52px;

    background-position: 152px center;

    background-size: 8px 14px;

    padding-left: 20px;

  }

}

@media (max-width: 640px) {

  .zm-bg {

    flex-wrap: wrap;

  }

  .zm-bg .zm-tx {

    width: 100%;

    padding: 6.5% 5% 7.5% ;

  }

  .zm-bg .zm-tx ul {

    margin-top: 3.5%;

  }

  .zm-bg .zm-tx dl {

    margin: 3.5% 0 4.5%;

  }

  .zm-bg .zm-tx a {

    width: 144px;

    height: 46px;

    font-size: 18px;

    line-height: 42px;

    background-position: 117px center;

    padding-left: 15px;

  }

  .zm-bg .zm-ig {

    width: 100%;

  }

}

@media (max-width: 480px) {

  .zm-bg .zm-tx ul {

    margin-top: 16px;

  }

  .zm-bg .zm-tx dl {

    margin: 11px 0 21px;

  }

  .zm-bg .zm-tx a {

    width: 124px;

    height: 40px;

    font-size: 16px;

    line-height: 36px;

    background-position: 97px center;

  }

  .zm-bg .zm-ig {

    width: 100%;

  }

}





/* 新闻聚焦 */

.ns-bg {

  background-color: #edf7d4;

  padding: 6.2% 0 7.8%;

}

.ns-bg .ns-js {

  justify-content: space-between;

  color: #222;

  align-items: flex-end;

}

.ns-bg .ns-js .ns-nm h1 {

  font-size: 60px;

  font-weight: normal;

}

.ns-bg .ns-js .ns-nm dl {

  font-size: 30px;

  line-height: 48px;

  margin-top: 5.25%;

}

.ns-bg .ns-js .ns-zs img {

  max-width: 100%;

  margin-bottom: 78px;

}

.ns-bg .ns-ls {

  justify-content: space-between;

  margin-top: 4.6%;

}

.ns-bg .ns-ls a {

  display: block;

  width: 30.77%;

  height: 480px;

  background-color: #fff;

  position: relative;

  overflow: hidden;

}

.ns-bg .ns-ls a .ns-ig {

  position: absolute;

  z-index: 9;

  width: 100%;

  height: 100%;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  -webkit-transition: all 2.5s ease;

  transition: all 2.5s ease;

}

.ns-bg .ns-ls a:hover .ns-ig {

  -webkit-transform: scale(1.2);

  transform: scale(1.2);

}

.ns-bg .ns-ls a .ns-ys {

  position: absolute;

  z-index: 99;

  width: 100%;

  height: 100%;

  background-color: rgba(255, 255, 255, 1);

  -webkit-transition: all .75s ease;

  transition: all .75s ease;

}

.ns-bg .ns-ls a:hover .ns-ys {

  background-color: rgba(0, 0, 0, .85);

}

.ns-bg .ns-ls a .ns-tx {

  position: absolute;

  z-index: 999;

  left: 0;

  bottom: 0;

  width: 100%;

  padding: 0 10.5% 11.25%;

}

.ns-bg .ns-ls a .ns-tx h4 {

  font-size: 16px;

  color: #999;

  -webkit-transition: all .5s ease;

  transition: all .5s ease;

}

.ns-bg .ns-ls a:hover .ns-tx h4 {

  color: #fff;

}

.ns-bg .ns-ls a .ns-tx h2 {

  font-size: 30px;

  font-weight: normal;

  color: #222;

  line-height: 40px;

  margin: 15px 0 25px;

  -webkit-transition: all .5s ease;

  transition: all .5s ease;

}

.ns-bg .ns-ls a:hover .ns-tx h2 {

  color: #fff;

}

.ns-bg .ns-ls a .ns-tx p {

  font-size: 18px;

  color: #666;

  line-height: 30px;

  -webkit-transition: all .5s ease;

  transition: all .5s ease;

}

.ns-bg .ns-ls a:hover .ns-tx p {

  color: #fff;

}

.ns-bg .ns-ls a .ns-jt {

  position: absolute;

  z-index: 999;

  right: 10.5%;

  top: 10.5%;

  width: 40px;

  height: 40px;

  overflow: hidden;

}

.ns-bg .ns-ls a .ns-jt img {

  display: block;

  width: 40px;

  height: 40px;

}

.ns-bg .ns-ls a:hover .ns-jt img:first-child {

  margin-top: -40px;

}

@media (max-width: 1600px) {

  .ns-bg .ns-js .ns-nm h1 {

    font-size: 48px;

  }

  .ns-bg .ns-js .ns-nm dl {

    font-size: 24px;

    line-height: 40px;

  }

}

@media (max-width: 990px) {

  .ns-bg .ns-js .ns-nm h1 {

    font-size: 30px;

  }

  .ns-bg .ns-js .ns-nm dl {

    font-size: 18px;

    line-height: 30px;

  }

  .ns-bg .ns-js .ns-zs img {

    width: 80px;

    margin-bottom: 60px;

  }

  .ns-bg .ns-ls a {

    height: 400px;

  }

  .ns-bg .ns-ls a .ns-tx {

    padding: 0 20px 20px;

  }

  .ns-bg .ns-ls a .ns-tx h4 {

    font-size: 15px;

  }

  .ns-bg .ns-ls a .ns-tx h2 {

    font-size: 24px;

    line-height: 32px;

    margin: 10px 0 20px;

  }

  .ns-bg .ns-ls a .ns-tx p {

    font-size: 16px;

    line-height: 27px;

  }

  .ns-bg .ns-ls a .ns-jt {

    right: 20px;

    top: 20px;

    width: 30px;

    height: 30px;

  }

  .ns-bg .ns-ls a .ns-jt img {

    width: 30px;

    height: 30px;

  }

  .ns-bg .ns-ls a:hover .ns-jt img:first-child {

    margin-top: -30px;

  }

}

@media (max-width: 640px) {

  .ns-bg .ns-js .ns-nm dl {

    margin-top: 17px;

  }

  .ns-bg .ns-js .ns-nm dl br {

    display: none;

  }

  .ns-bg .ns-js .ns-zs {

    display: none;

  }

  .ns-bg .ns-ls {

    margin-top: 3%;

    flex-wrap: wrap;

  }

  .ns-bg .ns-ls a {

    width: 100%;

    height: 300px;

  }

  .ns-bg .ns-ls a:nth-child(n+2) {

    margin-top: 5%;

  }

  .ns-bg .ns-ls a .ns-jt {

    width: 24px;

    height: 24px;

  }

  .ns-bg .ns-ls a .ns-jt img {

    width: 24px;

    height: 24px;

  }

  .ns-bg .ns-ls a:hover .ns-jt img:first-child {

    margin-top: -24px;

  }

}





/* 友情链接 */

.ft_link {

  font-size: 14px;

  font-weight: normal;

  line-height: 2;

  color: #333333;

  padding: 1em 0;

  display: none;

}

.ft_link a {

  font-size: inherit;

  color: inherit;

}

.ft_link a:hover {

  color: #0b4e9f;

}



@media (max-width: 990px) {

  .ft_link {

    display: none;

  }

}





/* 底部 */

footer {

	background-color: #50a042;

}

.layout {

  padding: 3.6% 0;

}

.layout_nav {

  width: 75%;

}

.layout_nav .ft_nav {

  justify-content: space-between;

}

.layout_nav .ft_nav>li {

  flex: 1;

  padding-right: 4%;

  overflow: hidden;

}

.layout_nav .ft_nav>li>a {

  font-size: 24px;

	color: rgba(255, 255, 255, 1);

}

.layout_nav .ft_nav>li>a:hover {

  color: #fff;

}

.layout_nav .x-nav-menu {

  margin-top: 10%;

}

.layout_nav .x-nav-menu dd {

  font-size: 0;

  display: flex;

  flex-flow: column;

  align-items: flex-start;

  justify-content: flex-start;

}

.layout_nav .x-nav-menu dd a {

  display: block;

  max-width: 100%;

  font-size: 18px;

	line-height: 40px;

	color: rgba(255, 255, 255, 0.5);

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.layout_nav .x-nav-menu dd a:hover {

  color: #ffffff;

}



.layout_ewm {

  margin-left: auto;

  width: 10%;

  max-width: 140px;

  text-align: center;

}

.layout_ewm img {

  width: 100%;

  border-radius: 5px;

}

.layout_ewm p {

  font-size: 24px;

	color: rgba(255, 255, 255, 1);

  margin-top: 10px;

}



.foots {

  border-top: 1px solid rgba(255, 255, 255, .085);

  font-size: 18px;

	color: rgba(255, 255, 255, .4);

  line-height: 36px;

  text-align: center;

  padding: 1.5em 0 2.5em;

}

.foots a {

  color: rgba(255, 255, 255, .4);

}

.foots a:hover {

  color: #ffffff;

}

.clearboth {

  width: 100%;

  display: block;

  clear: both;

}



@media (max-width: 1600px) {

  .layout_nav .ft_nav>li>a {

    font-size: 20px;

  }

  .layout_nav .x-nav-menu dd a {

    font-size: 16px;

  }

  .layout_ewm p {

    font-size: 20px;

  }

  .foots {

    font-size: 16px;

    line-height: 30px;

  }

}

@media (max-width: 1280px) {

  .layout_nav .ft_nav>li>a {

    font-size: 18px;

  }

  .layout_nav .x-nav-menu dd a {

    font-size: 15px;

    line-height: 32px;

  }

  .layout_ewm p {

    font-size: 18px;

  }

  .layout_ewm {

    max-width: 120px;

  }

  .foots {

    font-size: 15px;

    line-height: 28px;

  }

}

@media (max-width: 990px) {

  .layout {

    padding: 30px 0 25px;

  }

  .layout_ewm {

    width: 100px;

    margin: 0 auto;

  }

  .layout_nav {

    display: none;

  }

  .foots {

    font-size: 14px;

    line-height: 24px;

  }

}