/* common css */
.fl {
  float: left;
}
.fr {
  float: right;
}
.container1 {
  width: 1200px;
  margin: 0 auto;
}
.container2 {
  width: 1400px;
  margin: 0 auto;
}
.pt95 {
  padding-top: 95px;
}
.mt95 {
  margin-top: 95px;
}
.x-sub-menu {
  display: none;
}
.move {
  position: absolute;
  display: block;
  width: 20px;
  height: 52px;
  left: 50%;
  bottom: 40px;
  transform: translate(-50%);
  z-index: 99;
}
.move:hover img {
  animation: imgMove 1.2s linear infinite;
  -webkit-animation: imgMove 1.2s linear infinite;
  -moz-animation: imgMove 1.2s linear infinite;
  -o-animation: imgMove 1.2s linear infinite;
}
@keyframes imgMove {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }
  25% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
  }
  75% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
#fp-nav .fp-tooltip {
  position: relative;
  top: -30px;
  left: -65px;
  color: #45b035;
  text-align: right;
  opacity: 0;
}
#fp-nav ul li a.active + .fp-tooltip {
  opacity: 1;
}
#fp-nav.right {
  right: 1%;
  width: auto;
}
#fp-nav li a span {
  background: #59add8;
  display: block;
  width: 9px;
  height: 9px;
  margin-bottom: 16px;
  text-align: center;
  border-radius: 50%;
}
#fp-nav li a.active span {
  background: #45b035;
  box-shadow: none;
}

/* box-header */
.box-header {
  position: fixed;
  height: 95px;
  background-color: #fff;
  width: 100%;
  z-index: 9999;
  -moz-box-shadow: 0px 0px 7px #e5e5e5;
  box-shadow: 0px 0px 7px #e5e5e5;
}

.box-header1 {
  position: fixed;
  height: 95px;
  width: 100%;
  z-index: 9999;
  margin-top: 30px;
  top: 0;
}
.box-h {
  position: relative;
}
.ser {
  background: url(../images/searchicon.png) no-repeat;
  width: 20px;
  height: 20px;
  margin-top: 39px;
  cursor: pointer;
}
.search {
  position: absolute;
  right: 0;
  top: 95px;
  z-index: 999999;
  background: #fff;
  padding: 20px;
  display: none;
}
.box-h1 {
  position: relative;
}
.ser1 {
  background: url(../images/searchicon.png) no-repeat;
  width: 20px;
  height: 20px;
  margin-top: 39px;
  cursor: pointer;
}
.search1 {
  position: absolute;
  right: 0;
  top: 95px;
  z-index: 999999;
  background: #fff;
  padding: 20px;
  display: none;
}
.top-contact {
  position: relative;
  top: 12px;
  width: 300px;
}
/* section2 */
.section2 {
  /* margin-top: 95px; */
  background-image: url(../images/section2.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
}
.main-product .main-title {
  /* position: absolute;
    left: 50%;
    top: 25.5%;
    transform: translate(-50%, -25.5%); */
  margin-bottom: 37px;
}
.main-product .main-title h2 {
  font-size: 48px;
  font-weight: bold;
}
.main-product .product-title h2 {
  color: #288bc4;
  text-align: center;
}
.main-product .product-title h2::after {
  content: "";
  display: block;
  width: 21px;
  height: 3px;
  background-color: #288bc4;
  margin: 25px auto 0;
}
.product-cate-list {
  display: flex;
  justify-content: center;
  align-items: center;

  /* position: absolute;
    left:50%;
    top: 27%;
    transform: translate(-50%, -27%); */
}
.main-product .win-pag {
  position: relative;
}
.main-product .win-arrow {
  position: relative;
}
.main-product .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  left: 50%;
  margin-top: 32px;
  transform: translate(-50%, -0%);
}
.main-product .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  margin: 0 4px;
}
.main-product .swiper-pagination-bullet-active {
  opacity: 1;
  background: #4ab746;
}
.main-product .swiper-button-prev {
  background-image: url(../images/productleft.png);
  left: 468px;
  right: auto;
}
.main-product .swiper-button-prev:hover {
  background-image: url(../images/productleft1.png);
}
.main-product .swiper-button-next {
  background-image: url(../images/productright.png);
  right: 468px;
  left: auto;
}
.main-product .swiper-button-next:hover {
  background-image: url(../images/productright1.png);
}
.main-product .swiper-button-next,
.main-product .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 38px;
  height: 38px;
  margin-top: 25px;
  z-index: 10;
  cursor: pointer;
  background-size: 38px 38px;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
}
.main-product-con {
  margin-top: 68px;
}
.product-cate-item {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding: 12px;
}
.product-cate-item:not(:last-child) {
  margin-right: 10px;
}
.product-cate-item a {
  font-size: 14px;
  color: #333;
}
.product-cate-item:hover a {
  color: #fff;
}
.product-cate-item:hover {
  background-color: #4ab746;
  border: 1px solid #4ab746;
}
.main-product-item {
  text-align: center;
}

.main-product-item img {
  width: 290px;
  height: 209px;
}
.main-product-item h3 {
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 66px;
}
.main-product-item:hover h3 {
  color: #4ab746;
}

@media (max-height: 750px) {
  .move {
    display: none;
  }

  .main-product-con {
    margin-top: 27px;
  }
  .main-product .main-title {
    margin-bottom: 0px;
  }
}
/* section3 */
.section3 {
  /* margin-top: 95px; */
  background-image: url(../images/section3.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
}
.main-case .main-title {
  /* position: absolute;
    left: 50%;
    top: 25.5%;
    transform: translate(-50%, -25.5%); */
  margin-bottom: 18px;
  margin-top: 64px;
}
.main-case .main-title h2 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
.main-case .case-title h2 {
  color: #fff;
}
.main-case .case-title h2::after {
  content: "";
  display: block;
  width: 21px;
  height: 3px;
  background-color: #fff;
  margin: 25px auto 0;
}
.sub-case {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
}
.main-case-item {
}
.main-case-item {
  overflow: hidden;
}
.main-case-item img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.main-case-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.main-case-item:hover h3 {
  color: #4ab746;
}
.main-case-item img {
  width: 100%;
  height: auto;
}
.main-case-item h3 {
  width: 100%;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  color: #666;
  line-height: 71px;
  height: 71px;
  position: relative;
  z-index: 999;
}
.main-case .win-arrow {
  position: relative;
}
.main-case .swiper-button-prev {
  background-image: url(../images/caseleft.png);
  left: -40px;
  right: auto;
}
.main-case .swiper-button-prev:hover {
  background-image: url(../images/caseleft1.png);
}
.main-case .swiper-button-next {
  background-image: url(../images/caseright.png);
  right: -40px;
  left: auto;
}
.main-case .swiper-button-next:hover {
  background-image: url(../images/caseright1.png);
}
.main-case .swiper-button-next,
.main-case .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 58px;
  margin-top: -190px;
  z-index: 10;
  cursor: pointer;
  background-size: 25px 48px;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
}
.case-more {
  text-align: center;
  margin-top: 52px;
}
.case-more a {
  display: inline-block;
  border: 1px solid #fff;
  width: 148px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
}
.case-more a {
  color: #fff;
}
.case-more a img {
  margin-left: 8px;
}
@media (max-height: 750px) {
  .sub-case {
    display: none;
  }
  .case-more {
    display: none;
  }
  .main-company .main-title {
    margin-bottom: 12px;
    margin-top: 31px;
  }
  .company-text {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    margin-bottom: 35px;
  }
}
/* section4 */
.section4 {
  /* margin-top: 95px; */
  background-image: url(../images/section4.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
}
.main-company .main-title {
  /* position: absolute;
    left: 50%;
    top: 15%;
    transform: translate(-50%, -15%); */
  margin-bottom: 34px;
}
.main-company .main-title h2 {
  font-size: 48px;
  font-weight: bold;
}
.main-company .company-title h2 {
  color: #288bc4;
  text-align: center;
}
.main-company .company-title h2::after {
  content: "";
  display: block;
  width: 21px;
  height: 3px;
  background-color: #288bc4;
  margin: 25px auto 0;
}
.company-text {
  text-align: center;
  font-size: 18px;
  line-height: 34px;
  color: #333;
  margin-bottom: 55px;
}
.company-list {
  padding: 0 97px;
}
.company-item {
  background: url(../images/companysix.png) no-repeat center;
  width: 202px;
  height: 175px;
  text-align: center;
}
.company-item:not(:last-child) {
  margin-right: 66px;
}
.company-item a {
  display: inline-block;
  padding-top: 59px;
}
.company-item h2 {
  font-size: 24px;
  color: #333;
  height: 40px;
}
.company-item h3 {
  font-size: 14px;
  color: #666;
}
.company-item:hover {
  background: url(../images/companysix1.png) no-repeat center;
}
.company-item:hover h2 {
  color: #fff;
}
.company-item:hover h3 {
  color: #fff;
}
@media (max-height: 750px) {
  .sub-case {
    display: none;
  }
  .case-more {
    display: none;
  }
  .main-company .main-title {
    margin-bottom: 12px;
    margin-top: 31px;
  }
  .company-text {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    margin-bottom: 35px;
  }
}
/* section5 */
.section5 {
  /* margin-top: 95px; */
  background-image: url(../images/section5.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
}
.news-left {
  width: 390px;
}
.news-cate-item {
  background: url(../images/newssix.png) no-repeat center;
  width: 72px;
  height: 83px;
}
.news-cate-item:not(:last-child) {
  margin-right: 25px;
}
.news-cate-item a {
  display: inline-block;
  padding-top: 21px;
  padding-left: 15px;
  padding-right: 15px;
}
.news-cate-item h3 {
  text-align: center;
  color: #666;
  font-size: 16px;
  height: 22px;
}
.news-left-text {
  margin-top: 65px;
}
.news-left-text p {
  font-size: 15px;
  color: #666;
  line-height: 30px;
}
.news-more {
  text-align: center;
  margin-top: 75px;
}
.news-more {
  display: inline-block;
  border: 1px solid #288bc4;
  width: 148px;
  height: 46px;
  line-height: 46px;
}
.news-more {
  color: #288bc4;
}
.news-more:hover {
  color: #288bc4;
}
.news-more img {
  margin-left: 8px;
}
.news-right {
  width: 760px;
}
.news-item {
  background: url(../images/newsbg.png) no-repeat center;
  width: 346px;
  height: 490px;
}
.news-item {
  margin-right: 40px;
}
.news-item:last-child {
  margin-right: 15px;
}
.news-item {
  display: inline-block;
  padding: 9px;
}
.news-item img {
  width: 328px;
  height: 232px;
  border-radius: 16px;
}
.main-news .news-title {
  /* position: absolute;
    left: 50%;
    top: 25.5%;
    transform: translate(-50%, -25.5%); */
  margin-bottom: 37px;
}
.main-news .news-title h2 {
  font-size: 48px;
  font-weight: bold;
}
.main-news .news-title h2 {
  color: #288bc4;
}
.main-news .news-title h2::after {
  content: "";
  display: block;
  width: 21px;
  height: 3px;
  background-color: #288bc4;
  margin: 25px 0;
}
.news-text {
  padding: 0 18px;
}
.news-text h3 {
  font-size: 16px;
  color: #333;
  margin-top: 34px;
  margin-bottom: 20px;
}
.news-text p {
  font-size: 13px;
  color: #666;
  line-height: 30px;
}
.news-time {
  margin-top: 31px;
}
.news-time .time {
  font-size: 13px;
  color: #666;
}
.news-time a {
  color: #666;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.news-time a:hover {
  color: #4ab746;
}

@media (max-height: 750px) {
  .news-item {
    background: none;
    width: 346px;
    height: 238px;
  }
  .main-news {
    margin-top: 57px;
  }
}
/* section6 */
.section6 {
  /* margin-top: 95px; */
  background-image: url(../images/section6.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
}
.main-contact .main-title {
  /* position: absolute;
    left: 50%;
    top: 15%;
    transform: translate(-50%, -15%); */
  margin-bottom: 18px;
}
.main-contact .main-title h2 {
  font-size: 48px;
  font-weight: bold;
}
.main-contact .contact-title h2 {
  color: #fff;
  text-align: center;
}
.contact-text {
  text-align: center;
  font-size: 18px;
  color: #fefefe;
}

.main-contact .contact-title h2::after {
  content: "";
  display: block;
  width: 21px;
  height: 3px;
  background-color: #fff;
  margin: 25px auto 0;
}
.contact-con {
  margin-top: 65px;
  height: 365px;
  border: 1px solid #fff;
}
.contact-list {
  width: 603px;
}
.contact-item {
  height: 65px;
}
.contact-item h3 {
  font-size: 18px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 65px;
}
.contact-item img:hover {
  transition: all 1s;
  transform: rotateY(360deg);
}
.contact-item img {
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.contact-item img {
  margin-right: 17px;
}
.contact-item:first-child h3 {
  font-size: 15px;
  color: #fff;
  font-family: "微软雅黑";
}
.contact-item:nth-child(odd) {
  width: 340px;
}
.contact-item:nth-child(even) {
  width: 263px;
}
.contact-item:nth-child(1),
.contact-item:nth-child(2) {
  margin-bottom: 42px;
}
.contact-left {
  padding: 45px 0 0 50px;
}
.contact-list {
  margin-bottom: 30px;
}
.contact-bottom .hotsearch {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 96px;
  margin-left: 26px;
}
.contact-bottom .hotsearch a {
  color: #fff;
  margin-right: 10px;
}
.box-flink {
  margin-bottom: 10px;
}
.contact-foot {
  background-color: #232323;
  color: #fff;
  font-size: 13px;
  padding: 20px 0;
  width: 100%;
}
.main-copyright {
}
.contact-foot a {
  color: #fff;
}
.contact-foot a:hover {
  color: #e5e5e5;
}
.contact-foot {
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
}
.contact-map1 {
  display: none;
}
@media (max-height: 750px) {
  .contact-text {
    display: none;
  }
  .contact-left {
    padding: 18px 0 0 39px;
  }
  .contact-con {
    margin-top: 10px;
    height: 320px;
    border: 1px solid #fff;
  }
  .contact-map {
    display: none;
  }
  .contact-map1 {
    display: block;
  }
  .contact-foot {
    background-color: #232323;
    color: #fff;
    font-size: 13px;
    padding: 10px 0;
    width: 100%;
  }
  .main-contact .main-title {
    margin-bottom: 13px;
    margin-top: 12px;
  }
}
/* a链接 */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  font-size: 13px;
}

/* 内页 */
.page-banner {
  padding-top: 95px;
}

.inner-foot {
  background-color: #4ab746;
  color: #fff;
  font-size: 13px;
  line-height: 54px;
  width: 100%;
}
.inner-foot .main-copyright {
  line-height: 54px;
}
.inner-foot a {
  color: #fff;
}
.inner-foot a:hover {
  color: #e5e5e5;
}
/* 动效 */
.sun-delay0 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.sun-delay1 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.sun-delay2 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.sun-delay3 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.sun-delay4 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.sun-delay5 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.sun-delay6 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.sun-delay7 {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.sun-delay8 {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.sun-delay9 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.sun-delay10 {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.sun-ani-left,
.sun-ani-down,
.sun-ani-up,
.sun-ani-right {
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.sun-ani-left {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}

.sun-ani-down {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

.sun-ani-up {
  -webkit-transform: translateY(-100px);
  transform: translateY(100px);
}

.sun-ani-right {
  -webkit-transform: translatex(100px);
  transform: translatex(100px);
}

.actives .sun-ani-left {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.active .sun-ani-left {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.active .sun-ani-down {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.active .sun-ani-up {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.active .sun-ani-right {
  opacity: 1;
  -webkit-transform: translatex(0);
  transform: translatex(0);
}
.xypg-left-title {
  background-color: #4ab746;
}
.xypg-job-list .job-title {
  background-color: #4ab746;
}
.xypg-news-list li .more span:hover {
  background-color: #4ab746;
}
.xypg-pagination a:hover {
  background-color: #4ab746;
}
.xypg-news-list li:hover .more span {
  background-color: #4ab746;
}
.xypg-pagination #current,
.xypg-pagination a:hover {
  border: #4ab746;
  background: #4ab746;
}
#toolbar li a {
  background-color: #4ab746;
}
#toolbar li:hover .icon-font {
  background-color: #4ab746;
}
