/* 共用 */
body,html,li,p,h1,ul,div,header,section,footer,main,article {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #FFFEFC;
  min-width: 960px;
}

a {
  text-decoration: none;
  color: #000;
}

/* 头部导航栏  */
header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
  /* display: none; */
}
nav {
  background-color: white;
  /* z-index: 999; */
  border-bottom: 1px solid #e6e6e6;
}

nav>.toubu {
  height: 80px;
  margin: 0 auto;
  display: flex;
  min-width: 960px;
  justify-content: space-between;
  max-width: 1500px;
}
nav>.toubu>.logo{
  display: flex;
}
nav>.toubu>.logo>a{
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav>.toubu>.logo>a>img {
  /* width:100%; */
  height: 50px;
  transition: all .2s ease-in-out;
  /* padding-top: 20px; */
}

nav>.toubu>.logo>.name{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  letter-spacing: 4px;
  line-height: 26px;
  font-size: 14px;
  font-weight: bold;
  transition: all .2s ease-in-out;
}

nav>.toubu>ul {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight:bold;
  list-style: none;
}

nav>.toubu>ul>li:hover a {
  /* padding: 30px; */
  color: #66B95A;
  cursor: pointer;
}

nav>.toubu>ul>li>a.active {
  color: #66B95A;
  cursor: pointer;
}

nav>.toubu>ul>li {
  padding: 0 25px;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

nav>.toubu>ul>li>a {
  display: block;
  text-align: center;
  line-height: 80px;
  transition: all 0.3s;
}


@media (max-width:1430px) {
  nav>.toubu>.logo>.name{
    margin-left: 20px;
    letter-spacing: 2px;
    transition: all .2s ease-in-out;
  }

  nav>.toubu>ul>li {
    padding: 0 20px;
    transition: all .2s ease-in-out;
  }
}

@media (max-width:1310px) {
  nav>.toubu>.logo>.name{
    margin-left: 10px;
    letter-spacing: 2px;
    transition: all .2s ease-in-out;
  }

  nav>.toubu>ul>li {
    padding: 0 15px;
    transition: all .2s ease-in-out;
  }
}
@media (max-width:1280px) {
  nav>.toubu>.logo>img {
    height: 40px;
  }

  nav>.toubu>ul>li {
    padding: 0 10px
  }
}

@media (max-width:1120px) {
  nav>.toubu>.logo>img {
    height: 30px;
  }

  nav>.toubu>ul>li {
    padding: 0 5px
  }
}
@media (max-width:1026px) {

  nav>.toubu>.logo>.name{
    margin-left: 2px;
    letter-spacing: 0px;
    transition: all .2s ease-in-out;
  }

  nav>.toubu>ul>li {
    padding: 0 3px
  }
}

 /* 轮播图 */
.swiper-container>.swiper-wrapper {
  width: 100%;
  margin: 0 auto;
  /* padding-top: 80px; */
  /* display: none; */
}
/* 内页的轮播 */
.swiper-container>.neiye{
  height: 320px;
}
.swiper-container>.neiye>.swiper-slide>img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  /* display: block; */
}
.swiper-container>.swiper-wrapper>.swiper-slide>img {
  width: 100%;
  margin: 0 auto;
  /* display: block; */
}

.swiper-slide img {
  width: 100%;
}

.swiper-container {
  position: relative;
  width: 100%;
  /* height: 650px; */
  overflow: hidden;
}

.swiper-slide {
  width: 100%;
}

/* @media (max-width:1000px) {
  .swiper-container{
    width: 1500px !important;
  }
  .swiper-slide{
    width: 1500px !important;
  }
} */

/* 轮播图第一张文字 */
.dingwei {
  /* height: 350px; */
  position: absolute;
  top: 25%;
  left: 12%;
  display: flex;
  flex-direction: column;
  transition: 0.5s ease-in-out;
}


.dingwei2{
  /* position: absolute; */
  top: 18%;
  left: 12%;
  /* display: flex;
  flex-direction: column;
  transition: 0.5s ease-in-out; */
}
.wei2 {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
  top: 25%;
  left: 38%;
  transition: 0.5s ease-in-out;
}
.dingwei3{
  /* color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  position: absolute; */
  top: 18%;
  /* left: 38%;
  transition: 0.5s ease-in-out; */
}
.dingwei2>.one{
  font-size: 36px;
}
.dingwei2>.two{
  font-size: 26px;
  padding: 15px 0 30px 0
}
.one {
  font-size: 44px;
  /* font-weight: bold; */
  letter-spacing: 5px;
  transition: 0.5s ease-in-out;
}

.two {
  font-size: 30px;
  padding: 30px 0 80px 0;
  transition: 0.5s ease-in-out;
}
.dingwei2>.dianhua{
  width: 260px;
  height: 50px;
}
.dingwei2>.dianhua>img{
  width: 28px;
  height: 22px;
}
.dingwei2>.dianhua>p{
  padding-left: 10px;
  font-size: 26px;
}
.dianhua {
  width: 320px;
  height: 60px;
  background-color: #66B95A;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  padding-left: 10px;
  transition: 0.5s ease-in-out;
}

.dianhua>img {
  width: 35px;
  height: 26px;
  transition: 0.5s ease-in-out;
}

.dianhua>p {
  padding-left: 10px;
  font-size: 30px;
  color: #fff;
  transition: 0.5s ease-in-out;
}

@media (max-width:1344px) {
  .dianhua {
    width: 260px;
    height: 50px;
    background-color: #66B95A;
    display: flex;
    /* justify-content: center; */
    padding-left: 10px;
    align-items: center;
    transition: 0.5s ease-in-out;
  }
  .dingwei2{
    /* position: absolute; */
    top: 25%;
    left: 12%;
    /* display: flex;
    flex-direction: column;
    transition: 0.5s ease-in-out; */
  }
  .dingwei3{
    /* position: absolute; */
    top: 25%;
    left: 38%;
    /* display: flex;
    flex-direction: column;
    transition: 0.5s ease-in-out; */
  }
  .dingwei2>.dianhua{
    width: 230px;
    height: 40px;
  }
  .dianhua>img {
    width: 30px;
    height: 24px;
    transition: 0.5s ease-in-out;
  }
  .dingwei2>.dianhua>img{
    width: 26px;
    height: 20px;
  }

  .dianhua>p {
    padding-left: 6px;
    font-size: 26px;
    color: #fff;
    transition: 0.5s ease-in-out;
  }
  .dingwei2>.dianhua>p{
    padding-left: 10px;
    font-size: 22px;
  }
  .one {
    font-size: 38px;
    letter-spacing: 5px;
    transition: 0.5s ease-in-out;
  }
  .two {
    font-size: 26px;
    padding: 20px 0 60px 0;
    transition: 0.5s ease-in-out;
  }
  .dingwei2>.one{
    font-size: 32px;
  }
  .dingwei2>.two{
    font-size: 22px;
    padding: 10px 0 30px 0
  }
}

@media (max-width:1024px) {
  .dingwei {
    /* height: 350px; */
    position: absolute;
    top: 25%;
    left: 10%;
    display: flex;
    flex-direction: column;
    transition: 0.5s ease-in-out;
  }
  .dingwei2{
    /* position: absolute; */
    top: 25%;
    left: 12%;
    /* display: flex;
    flex-direction: column;
    transition: 0.5s ease-in-out; */
  }
  .wei2 {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    top: 25%;
    left: 38%;
    transition: 0.5s ease-in-out;
  }
  .dingwei3{
    /* color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    position: absolute; */
    top: 25%;
    left: 38%;
    /* transition: 0.5s ease-in-out;  */
  }
  .dianhua {
    width: 200px;
    height: 40px;
    background-color: #66B95A;
    display: flex;
    /* justify-content: center; */
    padding-left: 10px;
    align-items: center;
    transition: 0.5s ease-in-out;
  }
  .dingwei2>.dianhua{
    width: 210px;
    height: 40px;
  }
  .dianhua>img {
    width: 26px;
    height: 20px;
    transition: 0.5s ease-in-out;
  }
  .dingwei2>.dianhua>img{
    width: 24px;
    height: 18px;
  }

  .dianhua>p {
    padding-left: 4px;
    font-size: 22px;
    color: #fff;
    transition: 0.5s ease-in-out;
  }
  .dingwei2>.dianhua>p{
    padding-left: 10px;
    font-size: 18px;
  }

  .one {
    font-size: 34px;
    letter-spacing: 5px;
    transition: 0.5s ease-in-out;
  }

  .two {
    font-size: 22px;
    padding: 15px 0 40px 0;
    transition: 0.5s ease-in-out;
  }
  .dingwei2>.one{
    font-size: 30px;
  }
  .dingwei2>.two{
    font-size: 20px;
    padding: 10px 0 30px 0
  }
}

/* 内容 */
section {
  /* width: 1500px; */
  margin: 0 auto;
  background-color: #FFFEFC;
  max-width: 1500px;
}

.bt {
  /* width: 800px;
  height: 150px; */
  /* background-color: red; */
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 50px 0;
}

.bt>h1 {
  font-size: 32px;
  position: relative;
}

.bt>h1::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #66B95A;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
}

.bt>p {
  font-size: 40px;
  color: #E7E7E7;
}

.yema {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  margin-bottom: 30px;
}

.yema>.L {
  display: flex;
}

.yema>.L>p {
  width: 50px;
  height: 50px;
  background-color: #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
}

.yema>.L>p:hover,
.yema>.L>p.active {
  color: #fff;
  background-color: #66B95A;

}

.yema>.L>p:hover a,
.yema>.L>p.active a {

  color: #fff;
}

.yema>.R {
  display: flex;
}

.yema>.R>p {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yema>.R>p:nth-child(2) {
  font-size: 20px;
  padding-left: 30px;
}

header>article>.slider {
  width: 100%;
  height: 650px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 80px;
}

article .slider img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: none;
  /* display: block; */
}

article .slider img.active {
  display: block;
}

/* 底部导航栏 */
footer {
  width: 100%;
  background-color: #F2F2F2;
  font-size: 16px;
  /* display: none; */
}
.dibu {
  max-width: 1500px;
  height: 210px;
  /* background-color: red; */
  background-color: #F2F2F2;
  margin: 0 auto;
}

.dibu>ul {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
}

.dibu>ul>li {
  flex: 1;
}

.dibu>ul>li>a {
  display: block;
  text-align: center;
  line-height: 80px;
  transition: all 0.3s;
}

.dibu>ul>li>a:hover {
  /* background-color: #005298; */
  color: #66B95A;
  cursor: pointer;
}

.dibu>div {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #D1D1D1;
  /* background-color: pink; */
}