@charset "UTF-8";
p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

/* 通用样式 */
.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**/
.allx {
  transition-duration: 1.2s;
  opacity: 0;
}

.active .allx {
  opacity: 1;
}

.leftx {
  transform: translateX(-500px);
}

.active .leftx {
  transform: translateX(0px);
}

.rightx {
  transform: translateX(500px);
}

.active .rightx {
  transform: translateX(0px);
}

.bottomx {
  transform: translateY(500px);
}

.active .bottomx {
  transform: translateY(0px);
}

.active2 .bottomx {
  opacity: 1;
  -webkit-transform: translateY(155px);
  transform: translateY(155px);
}

/**/
.head-bg {
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0;
  height: 115px;
  z-index: 99999;
  box-sizing: border-box;
}

.header {
  width: 1200px;
  margin: 0 auto;
}

.logo {
  float: left;
  line-height: 115px;
}

/**/
.x-banner .owl-carousel .banner-item a, .x-product-list li .img, .x-case-item .img, .x-news-img, .page-banner, .xypg-product-list li .img, .xypg-case-list li .img, .relate-product-slick .owl-item .img, .x-logo a, .x-layout-logo, .x-layout-ewm img, .page-message-img {
  font-size: 0;
}

.x-banner .owl-carousel .banner-item a img, .x-product-list li .img img, .x-case-item .img img, .x-news-img img, .page-banner img, .xypg-product-list li .img img, .xypg-case-list li .img img, .relate-product-slick .owl-item .img img {
  width: 100%;
}

/* 首页banner样式 */
@keyframes banner {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.x-banner {
  margin-top: 115px;
  height: calc(100vh - 115px);
  width: 100vw;
}

.x-banner .img11 img {
  height: calc(100vh - 115px);
}

.x-banner .owl-carousel {
  position: relative;
}

.x-banner .owl-carousel .banner-item a {
  display: block;
  overflow: hidden;
}

.x-banner .img22 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.x-banner .img22 img {
  max-width: 100%;
  width: auto;
}

.x-banner .owl-carousel .banner-item img {
  animation: banner 10s linear infinite;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  height: 40px;
  width: 40px;
  margin-top: -27px;
  border-radius: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-prev {
  background: url(../images/z.png) no-repeat top center;
}

.x-banner .owl-carousel .owl-nav button.owl-next {
  background: url(../images/y.png) no-repeat top center;
}

.x-banner .owl-carousel .owl-nav .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
  background: none;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
  background: none;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-nav button.owl-prev,
  .x-banner .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 30px;
    margin-top: -20px;
  }
  .x-banner .owl-carousel .owl-nav .iconfont {
    font-size: 20px;
  }
}

.x-banner .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  bottom: 6%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 .5em;
  outline: none;
  background: #fff;
  border-radius: 50%;
  width: 1em;
  height: 1em;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
  background: #006637;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
  background: #006637;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-dots button.owl-dot {
    font-size: 12px;
  }
}

#section1 {
  overflow: hidden;
}

/**/
#section2 {
  background: url(../images/about.jpg) no-repeat top center;
  background-size: 100% 100%;
  height: 1080px;
  overflow: hidden;
}

#section2 .fp-tableCell {
  display: initial;
}

#section2 .p1 {
  padding-top: 115px;
}

.about-index .aboutr {
  width: 480px;
  padding-top: 65px;
}

.about-index .aboutr .ab1 {
  width: 360px;
  padding-top: 16px;
}

.about-index .aboutr .ab1 .ab1-b {
  margin-top: 25px;
  height: 430px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
  flex-direction: row-reverse;
}

.about-index .aboutr .ab1 .ab1-b p {
  writing-mode: vertical-rl;
  font-size: 14px;
  line-height: 28px;
  color: #444444;
  float: left;
}

.about-index .aboutr .ab2 {
  width: 104px;
  height: 333px;
}

/**/
#section3 {
  background: url(../images/honor.jpg) no-repeat top center;
  background-size: 100% 100%;
  height: 1080px;
  overflow: hidden;
}

#section3 .fp-tableCell {
  display: initial;
}

#section3 .p1 {
  padding-top: 190px;
}

.honor-index {
  background: url(../images/honor1.png) no-repeat bottom center;
  height: 601px;
  width: 1214px;
  margin: 0 auto;
}

.honor-index .ht {
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.honor-index .ht .ht1 {
  font-size: 36px;
  font-family: "Impact";
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
}

.honor-index .ht .ht2 {
  font-size: 24px;
  padding: 10px 0;
}

.honor-index .ht .ht3 {
  width: 57px;
  height: 4px;
  background: #fff;
  margin: 0 auto;
}

/* CSS Document */
.ryzs {
  display: block;
  width: 756px;
  margin: 0 auto;
  position: relative;
  margin-top: 13px;
}

.ryzs .swiper_kuang {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.ryzs .swiper-container {
  width: 108%;
  flex-shrink: 0;
  margin: 0 auto;
  display: flex;
}

.ryzs li {
  position: relative;
  text-align: center;
}

.ryzs li a {
  display: block;
  width: 100%;
}

.ryzs li img {
  width: 100%;
  height: auto;
}

.ryzs li.swiper-slide-duplicate-active img {
  width: 490px;
  height: 340px;
}

.ryzs .swiper-button-prev,
.ryzs .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 88px;
  background-image: none;
  position: absolute;
  top: 50%;
  margin-top: calc(-18px - 63px);
  text-align: center;
  font-family: "SimSun";
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 88px;
  letter-spacing: 0px;
  color: #0f60ba;
  outline: none;

}

.ryzs .swiper-button-prev::after,
.ryzs .swiper-button-next::after {
  display: none;
}

.ryzs .swiper-button-prev {
  left: -7%;
}

.ryzs .swiper-button-prev img {
  max-width: 100%;
}

.ryzs .swiper-button-next {
  right: -8%;
}

.ryzs .swiper-button-next img {
  max-width: 100%;
}

/**/
#section4 {
  background: url(../images/news.jpg) no-repeat top center;
  background-size: 100% 100%;
  height: 1080px;
  overflow: hidden;
}

#section4 .fp-tableCell {
  display: initial;
}

#section4 .p1 {
  padding-top: 172px;
}

.tt {
  display: none;
}

.news-index .nt {
  text-align: center;
}

.news-index .nt .nt1 {
  color: #dfdfdf;
  font-size: 60px;
  font-weight: 600;
  font-family: "Impact";
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
}

.news-index .nt .nt2 {
  color: #333333;
  font-size: 30px;
  margin-top: -60px;
  font-weight: 600;
}

.news-index .nt .nt3 {
  width: 83px;
  height: 5px;
  background: #01a782;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  margin-top: 6px;
}

.news-index .nt .nt4 {
  color: #333333;
  font-size: 14px;
  margin-top: 16px;
}

.news-index .news-con {
  margin-top: 50px;
  background: #fff;
}

.news-index .news-con .news-left {
  width: 573px;
  height: 411px;
  position: relative;
}

.news-index .news-con .news-left .bd ul li .img1 img {
  width: 573px;
  height: 411px;
}

.news-index .news-con .news-left .hd {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 46px;
}

.news-index .news-con .news-left .hd ul {
  text-align: right;
  margin-top: 6px;
  margin-right: 10px;
}

.news-index .news-con .news-left .hd ul li {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin: 0 5px;
  font-size: 0;
}

.news-index .news-con .news-left .hd ul li.on {
  background: #fff;
}

.news-index .news-con .news-right {
  width: 595px;
}

.news-index .news-con .news-right .tabs {
  width: 160px;
  border-left: 1px solid #d7d7d7;
}

.news-index .news-con .news-right .tabs ul li {
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 137px;
  position: relative;
}

.news-index .news-con .news-right .tabs ul li::before {
  content: '';
  position: absolute;
  background: url(../images/san.png) no-repeat top center;
  width: 9px;
  height: 17px;
  left: -8px;
  top: 50%;
  margin-top: -8.5px;
  opacity: 0;
}

.news-index .news-con .news-right .tabs ul li:last-child {
  border-bottom: none;
}

.news-index .news-con .news-right .tabs ul li .img .img2 {
  display: none;
}

.news-index .news-con .news-right .tabs ul li .wz {
  color: #333333;
  font-size: 14px;
  margin-top: 8px;
}

.news-index .news-con .news-right .tabs ul li.cur {
  background: #006536;
}

.news-index .news-con .news-right .tabs ul li.cur::before {
  opacity: 1;
}

.news-index .news-con .news-right .tabs ul li.cur .img .img1 {
  display: none;
}

.news-index .news-con .news-right .tabs ul li.cur .img .img2 {
  display: block;
}

.news-index .news-con .news-right .tabs ul li.cur .wz {
  color: #fff;
}

.nlist11 {
  height: 156px;
  border-bottom: 1px dashed #9b9b9b;
}

.nlist11 li .w11 {
  color: #333333;
  font-size: 16px;
  padding-top: 40px;
}

.nlist11 li .w22 {
  color: #d0d0d0;
  font-size: 14px;
  font-family: "Arial";
  padding: 6px 0;
}

.nlist11 li .w33 {
  color: #9b9b9b;
  font-size: 12px;
  line-height: 24px;
}

.nlist22 {
  margin-top: 30px;
}

.nlist22 li {
  margin-bottom: 20px;
  background: url(../images/nt1.png) no-repeat left center;
  padding-left: 18px;
}

.nlist22 li .w11 {
  font-size: 14px;
}

.nlist22 li .w22 {
  color: #d0d0d0;
  font-size: 14px;
  font-family: "Arial";
}

/**/
#section5 {
  height: 1080px;
  position: relative;
  overflow: hidden;
}

#section5::before {
  content: '';
  background: url(../images/lx.jpg) no-repeat top center;
  background-size: 100% 100%;
  height: 1080px;
  width: 1920px;
  animation: banner 10s linear infinite;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#section5 .fp-tableCell {
  display: initial;
}

#section5 .p1 {
  padding-top: 155px;
}

.ct-index {
  text-align: center;
}
