@keyframes changePosition {
  0% {
    left: 0;
    z-index: 0;
  }
  25% {
    left: 8px;
    z-index: 0;
  }
  50% {
    left: 16px;
    z-index: 1;
  }
  75% {
    left: 8px;
    z-index: 1;
  }
  100% {
    left: 0;
    z-index: 1;
  }
}
@keyframes changePosition2 {
  0% {
    left: 16px;
    z-index: 1;
  }
  25% {
    left: 8px;
    z-index: 0;
  }
  50% {
    left: 0px;
    z-index: 0;
  }
  75% {
    left: 8px;
    z-index: 0;
  }
  100% {
    left: 16px;
    z-index: 1;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  line-height: 110px;
  height: 110px;
  transition: all 0.5s;
}
header.active {
  background-color: #fff;
  box-shadow: 0 1px 2px #dfdfdf;
}
header.active > div nav ul li a {
  color: #333;
}
header.active > div nav ul li:hover a {
  color: #fff;
}
header.active > div .tool > div i {
  color: #333;
}
header.active > div .tool > div h3 {
  color: #333;
}
header > div {
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo {
  width: initial;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img {
  margin-right: 20px;
}
header > div .logo .logo_img a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img a img {
  height: 80px;
}
header > div .logo .logo_text a h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
header > div .logo .logo_text a p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
header > div nav {
  width: 76%;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul {
  width: 90%;
  width: calc(100% - 260px);
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul li {
  line-height: inherit;
  position: relative;
  width: 14%;
  z-index: 999;
  transition: all 1s;
}
header > div nav ul li:hover {
  background-color: #009372;
}
header > div nav ul li:hover .menu {
  height: auto;
  opacity: 1;
}
header > div nav ul li a {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
  transition: all 0.5s;
}
header > div nav ul li .menu {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all 1s;
  position: absolute;
  top: 112px;
  left: 0;
  background-color: #e6f8f1;
}
header > div nav ul li .menu .menu_item:nth-of-type(1) {
  margin-top: 20px;
}
header > div nav ul li .menu .menu_item:nth-last-of-type(1) {
  margin-bottom: 20px;
}
header > div nav ul li .menu .menu_item a {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu .menu_item:hover {
  background-color: #009372;
}
header > div nav ul li .menu .menu_item:hover a {
  color: #fff;
}
header > div nav .tool {
  width: 180px;
  border-left: 1px solid #dfdfdf;
  padding-left: 20px;
}
header > div nav .tool > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .tool > div i {
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  font-weight: 100;
  transition: all 0.5s;
}
header > div nav .tool > div h3 {
  margin-left: 10px;
  font-size: 18px;
  color: #fff;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  transition: all 0.5s;
}
header > div nav .tool > p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}
footer {
  width: 100%;
  height: 38vh;
}
footer .list {
  background: url(/images/footer_bg.jpg);
  background-size: cover;
  background-position: center;
  height: calc(100% - 56px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .list .w80 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .list .w80 dl:nth-of-type(2) dd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .list .w80 dl:nth-of-type(2) dd > div.right {
  margin-left: 40px;
}
footer .list .w80 dl:nth-of-type(2) dd > div a {
  display: block;
}
footer .list .w80 dl dt {
  margin-bottom: 14px;
}
footer .list .w80 dl dt a {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
footer .list .w80 dl dd a {
  font-size: 15px;
  color: #fff;
  line-height: 2;
  font-weight: 400;
  text-align: left;
}
footer .f_m {
  background-color: #262626;
}
footer .f_m .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .f_m .w80 .left a {
  font-size: 15px;
  color: #808080;
  line-height: 56px;
  font-weight: 400;
  text-align: left;
}
footer .f_m .w80 .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .f_m .w80 .right a {
  font-size: 15px;
  color: #808080;
  line-height: 56px;
  font-weight: 400;
  text-align: left;
}
.index .fullpage .bn {
  height: 100vh;
  overflow: hidden;
}
.index .fullpage .section1 {
  height: 100vh;
  overflow: hidden;
}
.index .fullpage .section1 .top {
  background-image: url(/images/s1_bg.jpg);
  background-size: cover;
  background-position: left bottom;
  height: 80vh;
}
.index .fullpage .section1 .top .w80 {
  position: relative;
  top: 54%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .fullpage .section1 .top .w80 .s1_left {
  width: 46%;
}
.index .fullpage .section1 .top .w80 .s1_left h1 {
  font-size: 42px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 50px;
}
.index .fullpage .section1 .top .w80 .s1_left p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 80px;
}
.index .fullpage .section1 .top .w80 .s1_left a {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .fullpage .section1 .top .w80 .s1_left a img {
  margin-left: 20px;
}
.index .fullpage .section1 .top .w80 .s1_right {
  width: 45%;
  padding-bottom: 60px;
}
.index .fullpage .section1 .top .w80 .s1_right .img img {
  width: 100%;
  cursor: pointer;
}
.index .fullpage .section1 .bottom {
  background-image: url(/images/s1_bg2.jpg);
  background-size: cover;
  width: 100%;
  height: 20vh;
}
.index .fullpage .section1 .bottom ul {
  width: 81.2%;
  position: relative;
  top: -70px;
  left: 9.4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .fullpage .section1 .bottom ul li {
  width: 24%;
  height: 140px;
  background-color: #009372;
}
.index .fullpage .section1 .bottom ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: inherit;
}
.index .fullpage .section1 .bottom ul li a .img {
  margin-right: 20px;
}
.index .fullpage .section1 .bottom ul li a .text h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  margin-bottom: 10px;
}
.index .fullpage .section1 .bottom ul li a .text p {
  font-size: 12px;
  color: #ffffff60;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .fullpage .section2 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.index .fullpage .section2 .c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .fullpage .section2 .c .left {
  width: 50%;
  height: 100vh;
  background-image: url(/images/s2_bg.jpg);
  overflow: hidden;
  position: relative;
}
.index .fullpage .section2 .c .left ul {
  position: absolute;
  height: auto;
  transition: all 1.5s ease;
  bottom: 0;
  left: 0;
  width: 100%;
}
.index .fullpage .section2 .c .left ul li {
  width: 100%;
  height: 100vh;
  transform: translate(0, 0);
  opacity: 1;
  position: relative;
}
.index .fullpage .section2 .c .left ul li .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index .fullpage .section2 .c .left ul li .box h1 {
  font-size: 110px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  opacity: 0.2;
  text-transform: uppercase;
  font-family: "Impact";
}
.index .fullpage .section2 .c .left ul li .box h2 {
  margin-top: 14px;
  font-size: 42px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  opacity: 1;
  text-transform: uppercase;
  font-family: "Impact";
}
.index .fullpage .section2 .c .left ul li .box p {
  margin-top: 40px;
  margin-bottom: 140px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  opacity: 1;
}
.index .fullpage .section2 .c .left ul li .box a {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .fullpage .section2 .c .left ul li .box a img {
  margin-left: 20px;
}
.index .fullpage .section2 .c .right {
  width: 50%;
  height: 100vh;
  overflow: hidden;
}
.index .fullpage .section2 .c .right ul {
  position: relative;
  height: auto;
  transition: all 1.5s ease;
  top: 0;
  right: 0;
}
.index .fullpage .section2 .c .right ul li {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
}
.index .fullpage .section2 .c .right ul li.active {
  position: static;
}
.index .fullpage .section2 .c .right ul li.i1 {
  background-image: url(/images/s2_img1.jpg);
}
.index .fullpage .section2 .c .right ul li.i2 {
  background-image: url(/images/s2_img2.jpg);
}
.index .fullpage .section2 .c .right ul li.i3 {
  background-image: url(/images/s2_img3.jpg);
}
.index .fullpage .section2 .c .right ul li.i4 {
  background-image: url(/images/s2_img5.jpg);
}
.index .fullpage .section2 .c .right ul li.i5 {
  background-image: url(/images/s2_img4.jpg);
}
.index .fullpage .section2 .c .right ul li .img img {
  width: 100%;
}
.index .fullpage .section2 .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 124px;
}
.index .fullpage .section2 .btn > div {
  width: 62px;
  height: 62px;
  background-color: #cc000e;
  float: left;
  border-radius: 4px;
  cursor: pointer;
}
.index .fullpage .section2 .btn > div .img {
  width: inherit;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .fullpage .section2 .btn > div .img img {
  width: 30px;
  display: inline;
}
.index .fullpage .section2 .btn > div.l_btn {
  margin-top: 62px;
}
.index .fullpage .section3 {
  background: url(/images/s3_bg.jpg);
  background-size: cover;
  background-position: center;
}
.index .fullpage .section3 .w80 .title h1 {
  font-size: 110px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  opacity: 0.2;
  text-transform: uppercase;
  font-family: "Impact";
}
.index .fullpage .section3 .w80 .title h2 {
  margin-top: 8px;
  font-size: 42px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  opacity: 1;
  text-transform: uppercase;
  font-family: "Impact";
}
.index .fullpage .section3 .w80 .title p {
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  opacity: 1;
}
.index .fullpage .section3 .w80 .list {
  position: relative;
}
.index .fullpage .section3 .w80 .list > div {
  padding-bottom: 50px;
}
.index .fullpage .section3 .w80 .list > div ul li {
  background-color: rgba(255, 255, 255, 0);
  flex-wrap: wrap;
}
.index .fullpage .section3 .w80 .list > div ul li a {
  display: block;
  width: 100%;
}
.index .fullpage .section3 .w80 .list > div ul li a .img {
  width: 100%;
  height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .fullpage .section3 .w80 .list > div ul li a .img img {
  display: inline;
}
.index .fullpage .section3 .w80 .list > div ul li a .text {
  margin-top: 20px;
  width: 100%;
  padding: 0 10px;
}
.index .fullpage .section3 .w80 .list > div ul li a .text p {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  font-weight: 100;
  text-align: center;
}
.index .fullpage .section3 .w80 .list > div .swiper-pagination {
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}
.index .fullpage .section3 .w80 .list > div .swiper-pagination span {
  width: 42px;
  height: 2px;
  margin: 0 2px;
  background-color: #fff;
}
.index .fullpage .section4 {
  background: url(/images/s4_bg.jpg);
  background-size: cover;
  background-position: center;
}
.index .fullpage .section4 .top {
  margin-top: 100px;
}
.index .fullpage .section4 .top .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .fullpage .section4 .top .w80 .title h2 {
  font-size: 42px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .fullpage .section4 .top .w80 .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .fullpage .section4 .top .w80 .btn > div {
  background-color: #cc000e;
  width: 62px;
  height: 62px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .fullpage .section4 .top .w80 .btn > div img {
  display: inline;
  width: 28px;
}
.index .fullpage .section4 .top .w80 .btn .l_btn {
  margin-right: 20px;
}
.index .fullpage .section4 .bottom {
  margin-top: 50px;
  overflow: hidden;
}
.index .fullpage .section4 .bottom .swiper-container {
  width: 120%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 50px;
}
.index .fullpage .section4 .bottom .swiper-container ul li {
  background: none;
}
.index .fullpage .section4 .bottom .swiper-container ul li a {
  width: 100%;
  display: block;
  position: relative;
  height: 460px;
  border-radius: 10px;
  overflow: hidden;
}
.index .fullpage .section4 .bottom .swiper-container ul li a .tt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
}
.index .fullpage .section4 .bottom .swiper-container ul li a .tt .date {
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  left: 6%;
  top: 30px;
  padding: 10px;
}
.index .fullpage .section4 .bottom .swiper-container ul li a .tt .date h3 {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 8px;
}
.index .fullpage .section4 .bottom .swiper-container ul li a .tt .date p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .fullpage .section4 .bottom .swiper-container ul li a .tt .text {
  width: 80%;
  position: absolute;
  left: 6%;
  bottom: 60px;
}
.index .fullpage .section4 .bottom .swiper-container ul li a .tt .text h2 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 12px;
}
.index .fullpage .section4 .bottom .swiper-container ul li a .tt .text p {
  font-size: 16px;
  color: #ffffff90;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .fullpage .section4 .bottom .swiper-container ul li a .bg {
  height: 100%;
  width: 100%;
  background-size: cover;
  position: relative;
}
.index .fullpage .section4 .bottom .swiper-container ul li a .bg .mask {
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.index .fullpage .section4 .bottom .swiper-container .swiper-pagination {
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}
.index .fullpage .section4 .bottom .swiper-container .swiper-pagination span {
  width: 42px;
  height: 2px;
  margin: 0 2px;
  background-color: #fff;
}
.index .fullpage .section5 {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.index .fullpage .section5 .top {
  background-image: url(/images/s1_bg.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  box-sizing: border-box;
  width: 100%;
  height: 62vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .fullpage .section5 .top .w80 .title h2 {
  font-size: 110px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  font-family: "Impact";
  text-transform: uppercase;
  opacity: 0.06;
  letter-spacing: 6px;
}
.index .fullpage .section5 .top .w80 .title h3 {
  margin-top: 14px;
  font-size: 48px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .fullpage .section5 .top .w80 .title h3 span {
  margin: 0 20px;
}
.index .fullpage .section5 .top .w80 .cc {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .fullpage .section5 .top .w80 .cc .line {
  height: 20px;
  width: 1px;
  background-color: #000;
}
.index .fullpage .section5 .top .w80 .cc > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .fullpage .section5 .top .w80 .cc > div p {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  margin-left: 8px;
}
.index .fullpage .section5 .bottom {
  width: 100%;
  height: 38vh;
}
.index .fullpage .section5 .bottom .list {
  background: url(/images/footer_bg.jpg);
  background-size: cover;
  background-position: center;
  height: calc(100% - 56px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .fullpage .section5 .bottom .list .w80 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .fullpage .section5 .bottom .list .w80 dl:nth-of-type(2) dd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .fullpage .section5 .bottom .list .w80 dl:nth-of-type(2) dd > div.right {
  margin-left: 40px;
}
.index .fullpage .section5 .bottom .list .w80 dl:nth-of-type(2) dd > div a {
  display: block;
}
.index .fullpage .section5 .bottom .list .w80 dl dt {
  margin-bottom: 14px;
}
.index .fullpage .section5 .bottom .list .w80 dl dt a {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .fullpage .section5 .bottom .list .w80 dl dd a {
  font-size: 15px;
  color: #fff;
  line-height: 2;
  font-weight: 400;
  text-align: left;
}
.index .fullpage .section5 .bottom .f_m {
  background-color: #262626;
}
.index .fullpage .section5 .bottom .f_m .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .fullpage .section5 .bottom .f_m .w80 .left a {
  font-size: 15px;
  color: #808080;
  line-height: 56px;
  font-weight: 400;
  text-align: left;
}
.index .fullpage .section5 .bottom .f_m .w80 .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .fullpage .section5 .bottom .f_m .w80 .right a {
  font-size: 15px;
  color: #808080;
  line-height: 56px;
  font-weight: 400;
  text-align: left;
}
.about .main .w80 .title {
  padding: 50px;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .w80 .title .t_left {
  width: 50%;
}
.about .main .w80 .title .t_left h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
}
.about .main .w80 .title .t_left p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}
.about .main .w80 .title .t_right {
  width: 40%;
}
.about .main .w80 .content {
  margin-top: 50px;
  box-sizing: border-box;
  padding: 0 50px;
  margin-bottom: 100px;
}
.about .main .w80 .content p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
}
.about .main .w80 .content img {
  width: 100%;
}
.cultrue .main .w80 ul {
  width: 80%;
  margin: 100px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cultrue .main .w80 ul li .img img {
  width: initial;
}
.cultrue .main .w80 ul li .text {
  margin-top: 40px;
}
.cultrue .main .w80 ul li .text h1 {
  font-size: 30px;
  color: #333;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.cultrue .main .w80 ul li .text p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  font-weight: 100;
  text-align: center;
}
.zhici .main .w80 {
  padding: 100px 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.zhici .main .w80 .left {
  width: 50%;
}
.zhici .main .w80 .left .img img {
  width: 100%;
}
.zhici .main .w80 .right {
  width: 42%;
}
.zhici .main .w80 .right h3 {
  font-size: 30px;
  color: #333;
  line-height: 1.6;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.zhici .main .w80 .right p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.zhici .main .w80 {
  padding: 100px 50px;
  box-sizing: border-box;
  text-align: center;
}
.zhici .main .w80 img {
  width: initial;
  display: inline-block;
}
.honor .main .w80 {
  padding: 100px 50px;
  box-sizing: border-box;
  text-align: center;
}
.honor .main .w80 ul {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.honor .main .w80 ul li {
  width: 48%;
}
.honor .main .w80 ul li .img {
  width: 100%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}
.honor .main .w80 ul li .img img {
  width: 100%;
}
.honor .main .w80 ul li .text {
  margin-top: 20px;
}
.honor .main .w80 ul li .text h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.honor .main .w80 img {
  width: initial;
  display: inline-block;
}
.zhizhao .main .w80 {
  padding: 100px 50px;
  box-sizing: border-box;
  text-align: center;
}
.zhizhao .main .w80 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.zhizhao .main .w80 ul li {
  width: 24%;
  margin-bottom: 30px;
  margin-right: 1.3%;
}
.zhizhao .main .w80 ul li:nth-of-type(4n) {
  margin-right: 0;
}
.zhizhao .main .w80 ul li .img {
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  width: 100%;
}
.zhizhao .main .w80 ul li .img img {
  width: 100%;
  height: 462px;
}
.zhizhao .main .w80 ul li .text {
  width: 100%;
  height: 56px;
  background-color: #009372;
  margin-top: 0px;
}
.zhizhao .main .w80 ul li .text p {
  font-size: 18px;
  color: #fff;
  line-height: 56px;
  font-weight: 400;
  text-align: center;
}
.article .main {
  background-color: #e6f8f1;
  padding-bottom: 80px;
}
.article .main .part01 {
  padding-top: 120px;
}
.article .main .part01 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.article .main .part01 .w80 .left {
  width: 76%;
  background-color: #fff;
  padding: 74px 64px;
  box-sizing: border-box;
}
.article .main .part01 .w80 .left .nd_title {
  margin-bottom: 30px;
}
.article .main .part01 .w80 .left .nd_title h3 {
  font-size: 34px;
  color: #333;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}
.article .main .part01 .w80 .left .nd_tool {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.article .main .part01 .w80 .left .nd_tool p {
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  font-weight: 100;
  text-align: left;
  margin-right: 20px;
}
.article .main .part01 .w80 .left .nd_body {
  margin-top: 40px;
}
.article .main .part01 .w80 .left .nd_body p {
  font-size: 15px;
  color: #333;
  line-height: 2;
  font-weight: 100;
  text-align: left;
}
.article .main .part01 .w80 .left .nd_body img {
  width: 100%;
}
.article .main .part01 .w80 .left .nd_page {
  border-top: 1px solid #dfdfdf;
  padding-top: 30px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.article .main .part01 .w80 .left .nd_page .nd_page_left .nd_pre {
  margin-bottom: 20px;
}
.article .main .part01 .w80 .left .nd_page .nd_page_left .nd_pre a {
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  font-weight: 100;
  text-align: left;
}
.article .main .part01 .w80 .left .nd_page .nd_page_left .nd_next a {
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  font-weight: 100;
  text-align: left;
}
.article .main .part01 .w80 .left .nd_page .nd_page_right a {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
  transition: box-shadow 0.5s #009372;
  background-color: #009372;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  line-height: 54px;
  font-weight: 100;
  text-align: center;
}
.article .main .part01 .w80 .left .nd_page .nd_page_right a:hover::after {
  transform: scale(1.4);
}
.article .main .part01 .w80 .left .nd_page .nd_page_right a:hover::before {
  transform: scale(1.8);
}
.article .main .part01 .w80 .left .nd_page .nd_page_right a::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  background-color: #009372;
  z-index: -1;
  opacity: 0.4;
}
.article .main .part01 .w80 .left .nd_page .nd_page_right a::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  background-color: #009372;
  z-index: -2;
  opacity: 0.2;
}
.article .main .part01 .w80 .right {
  width: 21%;
  background-color: #fff;
}
.article .main .part01 .w80 .right.fl {
  position: fixed;
  top: 120px;
  right: 8%;
  width: 17.6%;
  z-index: 0;
}
.article .main .part01 .w80 .right .item .title {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding: 0 20px;
}
.article .main .part01 .w80 .right .item .title h3 {
  margin-top: 30px;
  font-size: 24px;
  color: #009372;
  line-height: 60px;
  font-weight: 700;
  text-align: left;
}
.article .main .part01 .w80 .right .item .box {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
.article .main .part01 .w80 .right .item .box ul {
  width: 100%;
}
.article .main .part01 .w80 .right .item .box ul li {
  width: 100%;
  margin: 20px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #dfdfdf;
}
.article .main .part01 .w80 .right .item .box ul li a {
  width: 100%;
}
.article .main .part01 .w80 .right .item .box ul li a .img {
  width: 100%;
  height: 0;
  padding-bottom: 180px;
  overflow: hidden;
}
.article .main .part01 .w80 .right .item .box ul li a .img img {
  width: 100%;
}
.article .main .part01 .w80 .right .item .box ul li a .text {
  margin-top: 30px;
}
.article .main .part01 .w80 .right .item .box ul li a .text h3 {
  font-size: 16px;
  color: #666;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  margin-bottom: 8px;
}
.article .main .part01 .w80 .right .item .box ul li a .text p {
  font-size: 13px;
  color: #999;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.xiashugongsi .main .w80 .title {
  padding: 50px;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.xiashugongsi .main .w80 .title .t_left {
  width: 50%;
}
.xiashugongsi .main .w80 .title .t_left h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
}
.xiashugongsi .main .w80 .title .t_left p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}
.xiashugongsi .main .w80 .title .t_right {
  width: 40%;
}
.xiashugongsi .main .w80 .list {
  padding: 50px;
  margin-top: 70px;
  overflow: hidden;
  height: auto;
  margin-bottom: 50px;
  transition: all 4s ease;
}
.xiashugongsi .main .w80 .list.active {
  height: 880px;
}
.xiashugongsi .main .w80 .list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.xiashugongsi .main .w80 .list ul li {
  width: 24%;
  height: 440px;
  box-sizing: border-box;
  padding: 0 30px 10px;
  position: relative;
  background-color: #e6f8f1;
  margin-bottom: 20px;
}
.xiashugongsi .main .w80 .list ul li:hover a .t5 {
  background-color: #009372;
  padding: 0 20px;
}
.xiashugongsi .main .w80 .list ul li:hover a .t5 p {
  color: #fff;
}
.xiashugongsi .main .w80 .list ul li:hover a .t5 i {
  color: #fff;
}
.xiashugongsi .main .w80 .list ul li a .t2 {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.xiashugongsi .main .w80 .list ul li a .t2 img {
  margin-right: 6px;
}
.xiashugongsi .main .w80 .list ul li a .t2 h4 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.xiashugongsi .main .w80 .list ul li a .t3 h2 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.xiashugongsi .main .w80 .list ul li a .t4 {
  margin-top: 30px;
}
.xiashugongsi .main .w80 .list ul li a .t4 p {
  font-size: 15px;
  color: #000000;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
}
.xiashugongsi .main .w80 .list ul li a .t5 {
  border: 1px solid #009372;
  width: 180px;
  position: absolute;
  bottom: 60px;
  transition: all 0.5s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 40px;
}
.xiashugongsi .main .w80 .list ul li a .t5 p {
  font-size: 15px;
  color: #009372;
  line-height: 48px;
  font-weight: 700;
  text-align: left;
}
.xiashugongsi .main .w80 .list ul li a .t5 i {
  color: #333;
}
.xiashugongsi .main .w80 .list ul li a .t6 {
  width: calc(100% - 60px);
  height: 1px;
  background-color: #0f50111f;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.zhuying .main .w80 .title {
  padding: 50px;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.zhuying .main .w80 .title .t_left {
  width: 50%;
}
.zhuying .main .w80 .title .t_left h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
}
.zhuying .main .w80 .title .t_left p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}
.zhuying .main .w80 .title .t_right {
  width: 40%;
}
.zhuying .main .w80 .list {
  padding: 50px;
  padding-bottom: 0px;
  margin-top: 70px;
  overflow: hidden;
  height: auto;
  transition: all 4s ease;
}
.zhuying .main .w80 .list ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.zhuying .main .w80 .list ul li {
  width: 24%;
  position: relative;
  margin-bottom: 30px;
  margin-right: 1.3%;
}
.zhuying .main .w80 .list ul li:nth-of-type(4n) {
  margin-right: 0;
}
.zhuying .main .w80 .list ul li .text {
  width: 100%;
  height: 56px;
  background-color: #009372;
  overflow: hidden;
  padding: 0 16px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.zhuying .main .w80 .list ul li .text h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.zhuying .main .w80 .list ul li .text p {
  display: block;
  margin-top: 0px;
}
.zhuying .main .w80 .list ul li .text p img {
  width: 30px;
}
.zhuying .main .w80 .list ul li .img img {
  width: 100%;
}
.news .main {
  background-color: #fff;
  padding-bottom: 80px;
}
.news .main .part02 {
  padding-top: 80px;
}
.news .main .part02 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.news .main .part02 .w80 .left {
  width: 76%;
}
.news .main .part02 .w80 .left ul li {
  margin-bottom: 24px;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  position: relative;
}
.news .main .part02 .w80 .left ul li:hover::after {
  width: 100%;
}
.news .main .part02 .w80 .left ul li:hover a .img img {
  transform: scale(1.2);
  transition: all 2s ease;
}
.news .main .part02 .w80 .left ul li:hover a .text h3 {
  color: #009372;
  transition: all 0.5s ease;
}
.news .main .part02 .w80 .left ul li::after {
  content: "";
  width: 0%;
  height: 4px;
  display: block;
  background-color: #009372;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: all 0.5s ease;
}
.news .main .part02 .w80 .left ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .part02 .w80 .left ul li a .img {
  width: 29%;
  height: 0;
  padding-bottom: 230px;
  overflow: hidden;
}
.news .main .part02 .w80 .left ul li a .img img {
  width: 100%;
}
.news .main .part02 .w80 .left ul li a .text {
  margin-left: 3%;
  width: 64%;
}
.news .main .part02 .w80 .left ul li a .text h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.news .main .part02 .w80 .left ul li a .text p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.news .main .part02 .w80 .left ul li a .text span {
  display: block;
  margin-top: 40px;
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.news .main .part02 .w80 .right {
  width: 21%;
}
.news .main .part02 .w80 .right.fl {
  position: fixed;
  top: 120px;
  right: 8%;
  width: 17.6%;
  z-index: 0;
}
.news .main .part02 .w80 .right .item {
  margin-bottom: 50px;
}
.news .main .part02 .w80 .right .item .title {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding: 0 30px;
  background-color: #009372;
}
.news .main .part02 .w80 .right .item .title h3 {
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  font-weight: 700;
  text-align: left;
}
.news .main .part02 .w80 .right .item .box {
  border: 1px solid #dfdfdf;
}
.news .main .part02 .w80 .right .item .box ul li {
  margin: 12px;
  padding: 18px;
  transition: all 0.5s ease;
}
.news .main .part02 .w80 .right .item .box ul li:hover {
  background-color: #009372;
  box-shadow: 2px 2px 4px #d9d9d9;
}
.news .main .part02 .w80 .right .item .box ul li:hover a {
  color: #fff;
}
.news .main .part02 .w80 .right .item .box ul li a {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.news .main .part02 .w80 .right .item .box {
  border: 1px solid #dfdfdf;
}
.news .main .part02 .w80 .right .item .box .box_sub1 {
  margin: 30px;
}
.news .main .part02 .w80 .right .item .box .box_sub1 p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.contact .main .part01 {
  margin-top: 120px;
  padding: 0 50px;
  box-sizing: border-box;
  margin-bottom: 120px;
}
.contact .main .part01 .w80 .top {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part01 .w80 .top .left h3 {
  font-size: 32px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 16px;
}
.contact .main .part01 .w80 .top .left p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.contact .main .part01 .w80 .top .right h2 {
  font-size: 32px;
  color: #009372;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.contact .main .part01 .w80 .top .right p {
  font-size: 16px;
  color: #666;
  line-height: 1;
  font-weight: 400;
  text-align: right;
  margin-bottom: 10px;
}
.contact .main .part01 .w80 .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part01 .w80 .bottom .left {
  width: 100%;
}
.contact .main .part01 .w80 .bottom .left ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part01 .w80 .bottom .left ul li i {
  font-size: 30px;
  color: #009372;
}
.contact .main .part01 .w80 .bottom .left ul li h3 {
  margin-top: 12px;
  font-size: 18px;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}
.contact .main .part01 .w80 .bottom .left ul li p {
  margin-top: 4px;
  font-size: 15px;
  color: #333;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}
.contact .main .part02 {
  background-image: url(/images/message.jpg);
  overflow: hidden;
  padding-bottom: 100px;
  background-repeat: no-repeat;
}
.contact .main .part02 .w80 {
  background-color: #fff;
  padding: 0 40px 40px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px #dcdcdc;
}
.contact .main .part02 .w80 .title {
  margin-top: 100px;
  padding-top: 50px;
  display: block;
}
.contact .main .part02 .w80 .title h3 {
  font-size: 26px;
  color: #009372;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.contact .main .part02 .w80 .title p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.contact .main .part02 .w80 .i_content {
  margin-top: 60px;
}
.contact .main .part02 .w80 .i_content .i_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part02 .w80 .i_content .i_top .i_item {
  width: 32%;
  background-color: #e6f8f1;
}
.contact .main .part02 .w80 .i_content .i_top .i_item input {
  width: 100%;
  padding-left: 20px;
  font-size: 15px;
  color: #333;
  line-height: 56px;
  font-weight: 100;
  text-align: left;
  background-color: #e6f8f1;
  box-sizing: border-box;
}
.contact .main .part02 .w80 .i_content .i_bottom {
  margin-top: 20px;
}
.contact .main .part02 .w80 .i_content .i_bottom textarea {
  width: 100%;
  height: 300px;
  background-color: #e6f8f1;
  padding: 20px;
  color: #333;
  font-size: 15px;
  box-sizing: border-box;
}
.contact .main .part02 .w80 .i_content .i_tijiao {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part02 .w80 .i_content .i_tijiao button {
  width: 200px;
  font-size: 15px;
  color: #fff;
  line-height: 56px;
  font-weight: 100;
  text-align: center;
  background-color: #009372;
  margin-right: 6px;
  cursor: pointer;
}
.contact .main .part02 .w80 .i_content .i_tijiao button#cz {
  background-color: #cc000e;
}
@media screen and (max-width: 1440px) {
  header {
    height: 90px;
    line-height: 90px;
  }
  header > div nav ul li a {
    font-size: 15px;
  }
  header > div .logo .logo_img a img {
    height: 64px;
  }
  .index .fullpage .section1 .top .w80 .s1_left h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .index .fullpage .section1 .top .w80 .s1_left p {
    font-size: 14px;
  }
  .index .fullpage .section1 .top .w80 .s1_left a {
    font-size: 15px;
  }
  .index .fullpage .section1 .bottom ul li a .text h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .index .fullpage .section1 .bottom ul li {
    height: 110px;
  }
  .index .fullpage .section1 .bottom ul li a .img img {
    height: 44px;
  }
  .index .fullpage .section1 .bottom ul {
    top: -50px;
  }
  .index .fullpage .section2 .c .left ul li .box h1 {
    font-size: 80px;
  }
  .index .fullpage .section2 .c .left ul li .box h2 {
    margin-top: 10px;
  }
  .index .fullpage .section2 .c .left ul li .box h2 {
    font-size: 32px;
  }
  .index .fullpage .section2 .c .left ul li .box p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 120px;
  }
  .index .fullpage .section3 .w80 .title h1 {
    font-size: 80px;
  }
  .index .fullpage .section3 .w80 .title h2 {
    font-size: 32px;
  }
  .index .fullpage .section3 .w80 .title p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .index .fullpage .section3 .w80 .list > div ul li a .img img {
    width: 100px;
  }
  .index .fullpage .section3 .w80 .list > div ul li a .img {
    height: 160px;
  }
  .index .fullpage .section3 .w80 .list > div ul li a .text p {
    font-size: 14px;
  }
  .index .fullpage .section3 .w80 .list > div .swiper-pagination span {
    width: 32px;
  }
  .index .fullpage .section4 .top .w80 .title h2 {
    font-size: 32px;
  }
  .index .fullpage .section4 .top .w80 .btn > div {
    width: 52px;
    height: 52px;
  }
  .index .fullpage .section4 .top {
    margin-top: 130px;
  }
  .index .fullpage .section4 .bottom {
    margin-top: 30px;
  }
  .index .fullpage .section4 .bottom .swiper-container ul li a {
    height: 360px;
  }
  .index .fullpage .section4 .bottom .swiper-container ul li a .tt .text h2 {
    font-size: 20px;
  }
  .index .fullpage .section4 .bottom .swiper-container ul li a .tt .text {
    bottom: 40px;
  }
  .index .fullpage .section4 .bottom .swiper-container ul li a .tt .text p {
    font-size: 14px;
  }
  .index .fullpage .section4 .bottom .swiper-container ul li a .tt .date h3 {
    font-size: 34px;
  }
  .index .fullpage .section4 .bottom .swiper-container ul li a .tt .date p {
    font-size: 14px;
  }
  .index .fullpage .section5 .top .w80 .title h2 {
    font-size: 80px;
    letter-spacing: 4px;
  }
  .index .fullpage .section5 .top .w80 .title h3 {
    font-size: 34px;
  }
  .index .fullpage .section5 .top .w80 .cc > div p {
    font-size: 18px;
  }
  .index .fullpage .section5 .bottom .list .w80 dl dd a {
    font-size: 13px;
    line-height: 1.8;
  }
  .index .fullpage .section5 .bottom .list .w80 dl dt a {
    font-size: 16px;
  }
  .about .main .w80 .title .t_left h3 {
    font-size: 28px;
  }
  .about .main .w80 .title .t_left p {
    font-size: 14px;
  }
  .about .main .w80 .title .t_right img {
    width: 100%;
  }
  .about .main .w80 .content p {
    font-size: 14px;
  }
  footer .list .w80 dl dd a {
    font-size: 13px;
    line-height: 1.8;
  }
  footer .list .w80 dl dt a {
    font-size: 16px;
  }
  footer .f_m .w80 .right a {
    font-size: 13px;
  }
  footer .f_m .w80 .left a {
    font-size: 13px;
  }
  .cultrue .main .w80 ul {
    width: 76%;
  }
  .cultrue .main .w80 ul li {
    text-align: center;
  }
  .cultrue .main .w80 ul li .img img {
    width: 180px;
    display: inline;
  }
  .cultrue .main .w80 ul li .text h1 {
    font-size: 24px;
    line-height: 1;
  }
  .cultrue .main .w80 ul li .text {
    margin-top: 26px;
  }
  .zhici .main .w80 {
    padding: 100px 0;
  }
  .zhici .main .w80 .right {
    width: 44%;
  }
  .zhici .main .w80 .right p {
    font-size: 14px;
  }
  .zhici .main .w80 .right h3 {
    line-height: 1;
    font-size: 24px;
    margin-bottom: 16px;
  }
  .zuzhi .main .w80 img {
    width: 100%;
  }
  .zhizhao .main .w80 ul li .img img {
    height: 292px;
  }
  .zhizhao .main .w80 ul li .text p {
    line-height: 46px;
    font-size: 15px;
  }
  .zhizhao .main .w80 ul li .text {
    line-height: 46px;
    height: 46px;
  }
  .xiashugongsi .main .w80 .list ul li a .t5 {
    width: 100px;
  }
  .xiashugongsi .main .w80 .list ul li a .t3 h2 {
    font-size: 18px;
  }
  .xiashugongsi .main .w80 .list ul li a .t4 p {
    font-size: 14px;
  }
  .xiashugongsi .main .w80 .list ul li {
    padding: 0 16px 10px;
  }
  .xiashugongsi .main .w80 .list ul li {
    height: 390px;
  }
  .xiashugongsi .main .w80 .list ul li a .t5 {
    bottom: 50px;
  }
  .xiashugongsi .main .w80 .list ul li a .t5 p {
    line-height: 42px;
  }
  .xiashugongsi .main .w80 .list {
    margin-top: 50px;
  }
  .article .main .part01 {
    padding-top: 90px;
  }
  .article .main .part01 .w80 .left .nd_title h3 {
    font-size: 24px;
  }
  .article .main .part01 .w80 .left {
    padding: 54px 34px;
  }
  .article .main .part01 .w80 .left .nd_tool p {
    font-size: 13px;
  }
  .article .main .part01 .w80 .left .nd_body p {
    font-size: 14px;
  }
  .article .main .part01 .w80 .right .item .box ul li a .text h3 {
    font-size: 15px;
  }
  .article .main .part01 .w80 .right .item .title h3 {
    font-size: 20px;
  }
  .news .main .part02 .w80 .left ul li a .img {
    padding-bottom: 160px;
  }
  .news .main .part02 .w80 .left ul li a .text h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .news .main .part02 .w80 .left ul li a .text span {
    margin-top: 20px;
  }
  .news .main .part02 .w80 .left ul li a .text p {
    line-height: 1.4;
    font-size: 14px;
  }
  .contact .main .part01 .w80 .top .left h3 {
    font-size: 24px;
  }
  .contact .main .part01 .w80 .top .right h2 {
    font-size: 28px;
  }
  .contact .main .part02 .w80 .title h3 {
    font-size: 24px;
  }
  .contact .main .part02 .w80 .title p {
    font-size: 16px;
  }
  .contact .main .part02 .w80 .i_content .i_bottom textarea {
    height: 240px;
  }
  .contact .main .part02 .w80 .i_content .i_tijiao button {
    line-height: 48px;
  }
}
@media screen and (max-width: 992px) {
  .contact .main .part02 .w80 .title h3 {
    font-size: 20px;
  }
  .contact .main .part02 .w80 .title p {
    line-height: 1.5;
  }
  .contact .main .part02 .w80 .i_content .i_top .i_item {
    width: 100%;
    margin-bottom: 6px;
  }
  .contact .main .part02 .w80 .i_content .i_tijiao button {
    margin-bottom: 6px;
  }
  header {
    height: 90px;
    line-height: 90px;
    display: none;
  }
  header > div nav ul li a {
    font-size: 15px;
  }
  header > div .logo .logo_img a img {
    height: 64px;
  }
  .index .fullpage .section1 .top .w80 .s1_left h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .index .fullpage .section1 .top .w80 .s1_left p {
    font-size: 14px;
  }
  .index .fullpage .section1 .top .w80 .s1_left a {
    font-size: 15px;
  }
  .index .fullpage .section1 .bottom ul li a .text h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .index .fullpage .section1 .bottom ul li {
    height: 110px;
  }
  .index .fullpage .section1 .bottom ul li a .img img {
    height: 44px;
  }
  .index .fullpage .section1 .bottom ul {
    top: -50px;
  }
  .index .fullpage .section2 .c .left ul li .box h1 {
    font-size: 80px;
  }
  .index .fullpage .section2 .c .left ul li .box h2 {
    margin-top: 10px;
  }
  .index .fullpage .section2 .c .left ul li .box h2 {
    font-size: 32px;
  }
  .index .fullpage .section2 .c .left ul li .box p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 120px;
  }
  .index .fullpage .section3 .w80 .title h1 {
    font-size: 80px;
  }
  .index .fullpage .section3 .w80 .title h2 {
    font-size: 20px;
  }
  .index .fullpage .section3 .w80 .title p {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .index .fullpage .section3 .w80 .list > div ul li a .img img {
    width: 100px;
  }
  .index .fullpage .section3 .w80 .list > div ul li a .img {
    height: 160px;
  }
  .index .fullpage .section3 .w80 .list > div ul li a .text p {
    font-size: 14px;
  }
  .index .fullpage .section3 .w80 .list > div .swiper-pagination span {
    width: 32px;
  }
  .index .fullpage .section4 .top .w80 .title h2 {
    font-size: 22px;
  }
  .index .fullpage .section4 .top .w80 .btn > div {
    width: 42px;
    height: 42px;
  }
  .index .fullpage .section4 .top .w80 .btn > div img {
    width: 20px;
  }
  .index .fullpage .section4 .top {
    margin-top: 20px;
  }
  .index .fullpage .section4 .bottom {
    margin-top: 30px;
  }
  .index .fullpage .section4 .bottom .swiper-container ul li a {
    height: 360px;
  }
  .index .fullpage .section4 .bottom .swiper-container ul li a .tt .text h2 {
    font-size: 20px;
  }
  .index .fullpage .section4 .bottom .swiper-container ul li a .tt .text {
    bottom: 40px;
  }
  .index .fullpage .section4 .bottom .swiper-container ul li a .tt .text p {
    font-size: 14px;
  }
  .index .fullpage .section4 .bottom .swiper-container ul li a .tt .date h3 {
    font-size: 34px;
  }
  .index .fullpage .section4 .bottom .swiper-container ul li a .tt .date p {
    font-size: 14px;
  }
  .index .fullpage .section5 .top .w80 .title h2 {
    font-size: 34px;
    letter-spacing: 4px;
  }
  .index .fullpage .section5 .top .w80 .cc .line {
    display: none;
  }
  .index .fullpage .section5 .top .w80 .title h3 span {
    font-size: 22px;
  }
  .index .fullpage .section5 .top .w80 .title h3 img {
    width: 20px;
  }
  .index .fullpage .section5 .top .w80 .title h3 {
    font-size: 34px;
  }
  .index .fullpage .section5 .top .w80 .cc > div p {
    font-size: 15px;
  }
  .index .fullpage .section5 .top .w80 .cc > div {
    flex-wrap: wrap;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .index .fullpage .section5 .top .w80 .cc > div > img {
    display: block;
    margin: 0 auto 10px;
  }
  .index .fullpage .section5 .bottom .list .w80 dl dd a {
    font-size: 13px;
    line-height: 1.8;
  }
  .index .fullpage .section5 .bottom .list .w80 dl dt a {
    font-size: 16px;
  }
  .about .main .w80 .title .t_left h3 {
    font-size: 28px;
  }
  .about .main .w80 .title .t_left p {
    font-size: 14px;
  }
  .about .main .w80 .title .t_right img {
    width: 100%;
  }
  .about .main .w80 .content p {
    font-size: 14px;
  }
  footer .list .w80 dl dd a {
    font-size: 13px;
    line-height: 1.8;
  }
  footer .list .w80 dl dt a {
    font-size: 16px;
  }
  footer .f_m .w80 .right a {
    font-size: 13px;
  }
  footer .f_m .w80 .left a {
    font-size: 13px;
  }
  .cultrue .main .w80 ul {
    width: 76%;
  }
  .cultrue .main .w80 ul li {
    text-align: center;
  }
  .cultrue .main .w80 ul li .img img {
    width: 180px;
    display: inline;
  }
  .cultrue .main .w80 ul li .text h1 {
    font-size: 24px;
    line-height: 1;
  }
  .cultrue .main .w80 ul li .text {
    margin-top: 26px;
  }
  .zhici .main .w80 {
    padding: 100px 0;
  }
  .zhici .main .w80 .right {
    width: 44%;
  }
  .zhici .main .w80 .right p {
    font-size: 14px;
  }
  .zhici .main .w80 .right h3 {
    line-height: 1;
    font-size: 24px;
    margin-bottom: 16px;
  }
  .zuzhi .main .w80 img {
    width: 100%;
  }
  .zhizhao .main .w80 ul li .img img {
    height: 292px;
  }
  .zhizhao .main .w80 ul li .text p {
    line-height: 46px;
    font-size: 15px;
  }
  .zhizhao .main .w80 ul li .text {
    line-height: 46px;
    height: 46px;
  }
  .xiashugongsi .main .w80 .list ul li a .t5 {
    width: 100px;
  }
  .xiashugongsi .main .w80 .list ul li a .t3 h2 {
    font-size: 18px;
  }
  .xiashugongsi .main .w80 .list ul li a .t4 p {
    font-size: 14px;
  }
  .xiashugongsi .main .w80 .list ul li {
    padding: 0 16px 10px;
  }
  .xiashugongsi .main .w80 .list ul li {
    height: 390px;
  }
  .xiashugongsi .main .w80 .list ul li a .t5 {
    bottom: 50px;
  }
  .xiashugongsi .main .w80 .list ul li a .t5 p {
    line-height: 42px;
  }
  .xiashugongsi .main .w80 .list {
    margin-top: 50px;
  }
  .article .main .part01 {
    padding-top: 90px;
  }
  .article .main .part01 .w80 .left .nd_title h3 {
    font-size: 24px;
  }
  .article .main .part01 .w80 .left {
    padding: 54px 34px;
  }
  .article .main .part01 .w80 .left .nd_tool p {
    font-size: 13px;
  }
  .article .main .part01 .w80 .left .nd_body p {
    font-size: 14px;
  }
  .article .main .part01 .w80 .right .item .box ul li a .text h3 {
    font-size: 15px;
  }
  .article .main .part01 .w80 .right .item .title h3 {
    font-size: 20px;
  }
  .news .main .part02 .w80 .left ul li a .img {
    padding-bottom: 160px;
  }
  .news .main .part02 .w80 .left ul li a .text h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .news .main .part02 .w80 .left ul li a .text span {
    margin-top: 20px;
  }
  .news .main .part02 .w80 .left ul li a .text p {
    line-height: 1.4;
    font-size: 14px;
  }
  .contact .main .part01 .w80 .top .left h3 {
    font-size: 24px;
  }
  .contact .main .part01 .w80 .top .right h2 {
    font-size: 28px;
  }
  .index .fullpage .section1 .top .w80 .s1_left {
    width: 100%;
    margin-top: 60px;
  }
  .index .fullpage .section1 .top .w80 .s1_right {
    width: 100%;
  }
  .index .fullpage .section1 .top .w80 {
    position: static;
    transform: translateY(0);
  }
  .index .fullpage .section1 .top .w80 .s1_left h1 {
    font-size: 20px;
  }
  .index .fullpage .section1 .top .w80 .s1_left p {
    margin-bottom: 30px;
  }
  .index .fullpage .section1 .top .w80 .s1_right {
    margin-top: 40px;
  }
  .index .fullpage .section1 .bottom ul li {
    width: 48%;
    margin-bottom: 10px;
  }
  .index .fullpage .section1 .bottom {
    background: none;
  }
  .index .fullpage .section1 .bottom ul {
    width: 90%;
    left: 5%;
  }
  .index .fullpage .section1 .bottom ul li a .img {
    width: 100%;
    margin-right: 0;
  }
  .index .fullpage .section1 .bottom ul li a .img img {
    margin: 0 auto;
  }
  .index .fullpage .section2 .c .left {
    width: 100%;
    height: 50vh;
  }
  .index .fullpage .section2 .c .right {
    width: 100%;
    height: 50vh;
  }
  .index .fullpage .section2 .c .right ul li {
    height: 50vh;
  }
  .index .fullpage .section2 .c .left ul li {
    height: 50vh;
  }
  .index .fullpage .section2 .c .left ul li .box h1 {
    font-size: 36px;
  }
  .index .fullpage .section2 .c .left ul li .box h2 {
    font-size: 20px;
  }
  .index .fullpage .section2 .c .left ul li .box p {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .index .fullpage .section2 .c .left ul li .box a {
    font-size: 13px;
  }
  .index .fullpage .section3 .w80 .title h1 {
    font-size: 32px;
  }
  .index .fullpage .section5 .bottom .list {
    display: none;
  }
  .index .fullpage .section5 .bottom .f_m .w80 .left a {
    font-size: 13px;
  }
  .index .fullpage .section5 .bottom .f_m .w80 .right a {
    font-size: 13px;
  }
  .index .fullpage .section5 .bottom .f_m {
    margin-top: 80px;
  }
  .index .fullpage .section5 .bottom {
    height: auto;
  }
  #section5 {
    min-height: auto !important;
  }
  .section1 {
    height: auto;
  }
  .index .fullpage .section1 .top {
    height: auto;
  }
  .index .fullpage .section1 .bottom {
    height: auto;
  }
  .about .main .w80 .title {
    padding: 0;
    display: none;
  }
  .about .main .w80 .title .t_left {
    width: 100%;
  }
  .about .main .w80 .title .t_right {
    width: 100%;
    display: none;
  }
  #section0 {
    margin-top: 50px;
  }
  footer {
    height: auto;
  }
  footer .list {
    display: none;
  }
  .about .main .w80 .content {
    padding: 0 10px;
  }
  .zhici .main .w80 .left {
    width: 100%;
  }
  .zhici .main .w80 .right {
    width: 100%;
    margin-top: 20px;
  }
  .zhici .main .w80 .right h3 {
    font-size: 20px;
  }
  .cultrue .main .w80 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .cultrue .main .w80 ul li .text h1 {
    font-size: 20px;
  }
  .cultrue .main .w80 ul li .text p {
    font-size: 16px;
  }
  .honor .main .w80 ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .honor .main .w80 {
    padding: 70px 20px;
  }
  .zhizhao .main .w80 ul li {
    width: 100%;
  }
  .zhizhao .main .w80 {
    padding-top: 50px;
  }
  .xiashugongsi .main .w80 .title {
    display: none;
  }
  .xiashugongsi .main .w80 .list {
    padding: 10px;
  }
  .xiashugongsi .main .w80 .list ul li {
    width: 100%;
  }
  .article .main .part01 .w80 .left {
    width: 100%;
  }
  .article .main .part01 .w80 .right {
    width: 100%;
    margin-top: 10px;
  }
  .article .main .part01 .w80 .left .nd_title h3 {
    font-size: 18px;
  }
  .zhuying .main .w80 .title {
    display: none;
  }
  .zhuying .main .w80 .list {
    padding: 10px;
  }
  .zhuying .main .w80 .list ul li {
    width: 100%;
  }
  .article .main .part01 .w80 .left {
    padding: 10px;
  }
  .article .main .part01 .w80 .left .nd_tool p:nth-of-type(2) {
    display: none;
  }
  .article .main .part01 .w80 .left .nd_title {
    margin-bottom: 14px;
    margin-top: 30px;
  }
  .article .main .part01 .w80 .left .nd_title h3 {
    text-align: center;
  }
  .news .main .part02 .w80 .right {
    display: none;
  }
  .news .main .part02 .w80 .left {
    width: 100%;
  }
  .news .main .part02 .w80 .left ul li a {
    padding: 20px;
    box-sizing: border-box;
  }
  .news .main .part02 .w80 .left ul li a .img {
    width: 100%;
  }
  .news .main .part02 .w80 .left ul li a .text {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .contact .main .part01 {
    padding: 0 20px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .contact .main .part01 .w80 .top .left h3 {
    font-size: 20px;
  }
  .contact .main .part01 .w80 .top .left p {
    font-size: 15px;
    line-height: 1.4;
  }
  .contact .main .part01 .w80 .top .right {
    width: 100%;
    margin-top: 30px;
  }
  .contact .main .part01 .w80 .top .right h2 {
    text-align: left;
  }
  .contact .main .part01 .w80 .top .right p {
    text-align: left;
  }
  .contact .main .part01 .w80 .bottom .left ul li {
    margin-bottom: 20px;
  }
}
