﻿@charset "UTF-8";
.yingchang {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*变化*/
/*上下*/
/*.h{
  .Gradient_b(@jb:#80c1e7,@jb2:#213c7c);
}*/
.nfHead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  line-height: 100px;
  /* padding: 0 90px;*/
  color: #fff;
  background: #ba973b;
  text-align: center;
}
.nfHead .w {
  position: relative;
  height: 100px;
}
.nfHead .nfHead-logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.nfHead .nfHead-nav {
  display: inline-block;
  padding-left: 170px;
}
.nfHead .nfHead-nav li {
  display: inline-block;
  float: left;
  position: relative;
  /* .sub a:hover{ background:#ff602f;}*/
}
.nfHead .nfHead-nav li:hover span,
.nfHead .nfHead-nav li.active span {
  background: url("../images/lo_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.nfHead .nfHead-nav li span {
  line-height: 40px;
  font-size: 18px;
  display: inline-block;
  padding: 0 25px;
}
.nfHead .nfHead-nav li .a-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  font-size: 16px;
  background: #338726;
  color: #fff;
  line-height: 30px;
  height: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}
.nfHead .nfHead-nav li .a-nav:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  z-index: 10;
  bottom: 100%;
  transform: translate(-50%, 0);
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #2b7320;
}
.nfHead .nfHead-nav li .a-nav a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
}
.nfHead .nfHead-nav li .a-nav a:hover {
  background: #2b7320;
}
.nfHead .nfHead-nav li .sub {
  background: #ba973b;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 5px 0;
  display: none;
}
.nfHead .nfHead-nav li .sub a {
  display: block;
  line-height: 36px;
  color: #fff;
}
.nfHead .nfHead-tool {
  position: relative;
}
.nfHead .nfHead-tool .icon_sou {
  display: inline-block;
}
.nfHead .nfHead-tool .icon_sou:hover .sousuo_show {
  z-index: 100;
  top: 100%;
  opacity: 1;
}
.nfHead .nfHead-tool .icon-sousuo {
  display: inline-block;
  width: 44px;
  height: 44px;
  font-size: 25px;
  line-height: 44px;
  text-align: center;
  background: url("../images/search.png");
  background-repeat: no-repeat;
  background-size: 100%;
  color: #338726;
  margin-right: 12px;
}
.nfHead .nfHead-tool .icon-weixin {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 25px;
  background: #0b9438;
  color: #fff;
}
.nfHead .nfHead-tool .sousuo_show {
  position: absolute;
  top: 80%;
  z-index: -1;
  opacity: 0;
  right: 0;
  background: #fff;
  display: inline-block;
  width: 200px;
  line-height: 40px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nfHead .nfHead-tool .sousuo_show input {
  width: 160px;
  display: inline-block;
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
}
.nfHead .nfHead-tool .sousuo_show .icon-sousuo {
  vertical-align: top;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  margin-right: 0;
}
.nfHead .nfHead-tool .weixin_show {
  position: absolute;
  top: 80%;
  z-index: -1;
  opacity: 0;
  right: 0px;
  width: 80px;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  line-height: unset;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.swiper-father {
  position: relative;
  overflow: hidden;
}
.swiper-father .swiper-button-prev {
  left: 10%;
}
.swiper-father .swiper-button-next {
  right: 10%;
}
.swiper-father .swiper-button-white {
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}
.swiper-father .swiper-slide {
  position: relative;
}
.swiper-father .swiper-slide .text {
  position: absolute;
  left: 24%;
  background: rgba(254, 247, 203, 0.8);
  top: 10%;
  width: 160px;
  /*  color: #fff;
      transition:all 2s;*/
}
.swiper-father .swiper-slide .text .im {
  width: 160px;
  height: 160px;
  background-position: center center;
  background-repeat: no-repeat;
}
.swiper-father .swiper-slide .text .te {
  padding: 15px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  letter-spacing: 1px;
  font-family: "创艺简行楷";
  font-size: 16px;
}
.swiper-father .swiper-slide .text .te .t {
  font-size: 24px;
  padding-top: 40px;
}
.swiper-father .swiper-slide .text .te .na {
  font-size: 28px;
}
.swiper-father .swiper-slide .text .te .na span {
  font-size: 67px;
}
.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery-top {
  height: 100%;
  width: 100%;
}
.gallery-thumbs {
  position: absolute;
  left: 50%;
  bottom: 20px;
  height: 20%;
  width: 540px;
  margin: 0 auto;
  margin-left: -270px;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  width: 140px;
  height: 140px;
  opacity: 1;
  border: 4px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 4px solid #b79537;
}
.wrapper .h1 {
  font-size: 60px;
  font-family: "创艺简行楷";
  font-weight: normal;
  position: relative;
  display: inline-block;
  padding-right: 37px;
}
.wrapper .h1 img {
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
  top: 0;
}
.page2 .pa_two {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../images/img2.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.page2 .pa_two .w {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 80%;
  /*overflow: auto;*/
}
.page2 .pa_two .h1 {
  font-size: 60px;
  font-family: "创艺简行楷";
  font-weight: normal;
  position: relative;
  display: inline-block;
  padding-right: 37px;
}
.page2 .pa_two .h1 img {
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
  top: 0;
}
.page2 .pa_two .te {
  font-size: 14px;
  line-height: 30px;
  margin: 15px 0;
  width: 60%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.page2 .pa_two .p{
  font-family: "创艺简行楷";
  font-weight: normal;
  font-size: 20px;
  margin-top: 20px;
}
.page2 .pa_two .p a{
  display: inline-block;
  margin-right: 15px;
  background: url("../images/te-b.jpg");
  background-size: 100% 100%;
  width: 55px;
  height: 130px;
  text-align: center;
  color: #c0a28a;
  line-height: 55px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
}
.page2 .pa_two .p a:hover{
  color: #ed1b23;
}
.page3 {
  position: relative;
  background: url("../images/img3.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.page3 .pa_shr {
  position: relative;
  height: 100%;
  width: 100%;
}
.page3 .pa_shr .w {
  position: absolute;
  width: 1300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 80%;
  /*overflow: auto;*/
}
.page3 .pa_shr .te {
  font-size: 14px;
  line-height: 22px;
  margin: 15px 0;
  width: 60%;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  letter-spacing: 1px;
  max-height: 230px;
}
.page3 .pa_shr .img {
  max-width: calc(100% - 280px);
  position: relative;
}
.page3 .pa_shr .img .img_t {
  position: absolute;
  bottom: 15px;
  left: 50%;
  max-width: 90%;
  transform: translate(-50%, 0);
}
.page4 {
  position: relative;
  background: url("../images/img6.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.page4 .pa_four {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 80%;
  /* overflow: auto;*/
}
.page4 .pa_four .te {
  width: 60%;
  margin: 0 auto;
}
.page4 .pa_four .swiper-container2 {
  position: relative;
  overflow: hidden;
  margin-top: 35px;
}
.page4 .pa_four .swiper-container2 .swiper-slide {
  background: #fff;
  color: #333333;
}
.page4 .pa_four .swiper-container2 .swiper-slide:hover .h3 {
  color: #b39131;
}
.page4 .pa_four .swiper-container2 .swiper-slide:hover .span {
  color: #fff;
}
.page4 .pa_four .swiper-container2 .swiper-slide:hover .span:after {
  background: #b39131;
  border: 1px solid #b39131;
}
.page4 .pa_four .swiper-container2 .swiper-slide .h3 {
  font-size: 16px;
  padding-top: 15px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.page4 .pa_four .swiper-container2 .swiper-slide .t_te {
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page4 .pa_four .swiper-container2 .swiper-slide .text {
  padding: 0 15px;
}
.page4 .pa_four .swiper-container2 .swiper-slide .span {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-size: 12px;
}
.page4 .pa_four .swiper-container2 .swiper-slide .span:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border: 1px solid #333333;
  transform: rotate(45deg);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.page5 {
  position: relative;
  background: url("../images/img9.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.page5 .page_er {
  text-align: center;
  color: #fff;
  position: absolute;
  /*top:50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  max-height: 80%;
  /*overflow: auto;*/
}
.page5 .page_er .text {
  width: 50%;
  padding-right: 50px;
  text-align: left;
}
.page5 .page_er .text .h2 {
  font-family: "创艺简行楷";
  font-weight: normal;
  font-size: 40px;
  line-height: 50px;
}
.page5 .page_er .text .en {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "创艺简行楷";
}
.page5 .page_er .text .te {
  margin: 15px 0;
  font-size: 14px;
  line-height: 24px;
  padding-left: 20px;
  position: relative;
}
.page5 .page_er .text .te:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: url("../images/nologo1.png");
}
.page5 .page_er .text .link a {
  display: inline-block;
  width: 32%;
  margin-right: 2% ;
}
.page5 .page_er .text .link a:nth-child(3n) {
  margin-right: 0;
}
.page5 .page_er .text .l_t {
  line-height: 38px;
}
.page5 .page_er .text .phone {
  margin-top: 15px;
  background: #b39131;
  font-size: 44px;
}
.page5 .page_er .text .phone span {
  margin-left: 10px;
  display: inline-block;
  color: #b39131;
  background: #fff;
  font-size: 22px;
  line-height: 28px;
  width: 60px;
  text-align: center;
  vertical-align: middle;
}
.page5 .page_er .text .phone p {
  line-height: 76px;
  display: inline-block;
  vertical-align: middle;
  font-family: "创艺简行楷";
  font-weight: bold;
}
.page5 .page_er .img {
  width: 50%;
}
.page5 .page_er .last {
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 30px 0;
  color: #fff;
}
@keyframes mymove {
  from {
    top: 0px;
    color: #fff;
  }
  to {
    top: 10%;
    color: #000;
  }
}
@-webkit-keyframes mymove {
  /*Safari and Chrome*/
  from {
    top: 0px;
    color: #fff;
  }
  to {
    top: 10%;
    color: #000;
  }
}
@keyframes mbtn {
  from {
    bottom: -100px;
    color: #fff;
  }
  to {
    bottom: 0;
    color: #000;
  }
}
@-webkit-keyframes mbtn {
  /*Safari and Chrome*/
  from {
    bottom: -100px;
    color: #fff;
  }
  to {
    bottom: 0;
    color: #000;
  }
}
@keyframes mymove2 {
  from {
    top: -43px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes mymove2 {
  /*Safari and Chrome*/
  from {
    top: -43px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes mymove2_l {
  from {
    top: -43px;
    left: -40px;
    opacity: 0;
  }
  to {
    top: 0;
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes mymove2_l {
  /*Safari and Chrome*/
  from {
    top: -43px;
    left: -40px;
    opacity: 0;
  }
  to {
    top: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes mymove2_r {
  from {
    top: -43px;
    right: -40px;
    opacity: 0;
  }
  to {
    top: 0;
    right: 0;
    opacity: 1;
  }
}
@-webkit-keyframes mymove2_r {
  /*Safari and Chrome*/
  from {
    top: -43px;
    right: -40px;
    opacity: 0;
  }
  to {
    top: 0;
    right: 0;
    opacity: 1;
  }
}
@keyframes mright {
  from {
    left: 100%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes mright {
  /*Safari and Chrome*/
  from {
    left: 100%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes mleft {
  from {
    left: -100%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes mleft {
  /*Safari and Chrome*/
  from {
    left: -100%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes toption {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes toption {
  /*Safari and Chrome*/
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mbt {
  from {
    bottom: -50px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes mbt {
  /*Safari and Chrome*/
  from {
    bottom: -50px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  /* 40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }*/
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes tbto {
  from {
    bottom: 100%;
    opacity: 0.5;
  }
  20% {
    bottom: 50%;
    opacity: 1;
  }
  40% {
    bottom: 15px;
    opacity: 1;
  }
  60% {
    bottom: 60px;
    opacity: 1;
  }
  /*80% {
    bottom:60px;opacity: 1;
  }
*/
  to {
    bottom: 15px;
    opacity: 1;
  }
}
.wrapper {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
  -webkit-transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
}
.wrapper .page {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* opacity: 0.3;*/
  transition: opacity 0.7s 0ms cubic-bezier(0.445, 0.145, 0.355, 1);
  -webkit-transition: opacity 0.7s 0ms cubic-bezier(0.445, 0.145, 0.355, 1);
}
.wrapper .page1 {
  padding-top: 100px;
}
.wrapper.active-page1 .page.page1 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.wrapper.active-page1 .swiper-father .swiper-slide .text {
  /*position:relative;*/
  animation: mymove 2s ;
  -webkit-animation: mymove 2s ;
  /*Safari and Chrome*/
  animation-fill-mode: forwards;
}
.wrapper.active-page2 .page2 .h1 img {
  opacity: 0;
}
.wrapper.active-page2 .page2 .h1 img {
  animation: toption 2s ;
  -webkit-animation: toption 2s ;
  /*Safari and Chrome*/
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
  /* Safari 和 Chrome */
  animation-fill-mode: forwards;
}
.wrapper.active-page2 .page2 .h1 span {
  position: relative;
  animation: mymove2_l 2s linear;
  -webkit-animation: mymove2_l 2s linear;
  /*Safari and Chrome*/
  animation-fill-mode: forwards;
}
.wrapper.active-page2 .page2 .h1 span:nth-child(2) {
  animation: mymove2 3s ;
  -webkit-animation: mymove2 3s;
}
.wrapper.active-page2 .page2 .h1 span:nth-child(3) {
  animation: mymove2 4s ;
  -webkit-animation: mymove2 4s;
}
.wrapper.active-page2 .page2 .h1 span:nth-child(4) {
  animation: mymove2_r 5s ;
  -webkit-animation: mymove2_r 5s;
}
.wrapper.active-page2 .page2 .te {
  position: relative;
  animation: mright 2s linear;
  -webkit-animation: mright 2s linear;
  /*Safari and Chrome*/
  animation-fill-mode: forwards;
}
.wrapper.active-page2 .page2 .p {
  opacity: 0;
  animation: toption 2s linear;
  -webkit-animation: toption 2s linear;
  /*Safari and Chrome*/
  animation-delay: 3s;
  -webkit-animation-delay: 3s ;
  animation-fill-mode: forwards;
}
/*3*/
.wrapper.active-page3 .page3 .h1 img {
  opacity: 0;
}
.wrapper.active-page3 .page3 .h1 img {
  animation: toption 2s ;
  -webkit-animation: toption 2s ;
  /*Safari and Chrome*/
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
  /* Safari 和 Chrome */
  animation-fill-mode: forwards;
}
.wrapper.active-page3 .page3 .h1 span {
  position: relative;
  animation: mymove2_l 2s linear;
  -webkit-animation: mymove2_l 2s linear;
  /*Safari and Chrome*/
  animation-fill-mode: forwards;
}
.wrapper.active-page3 .page3 .h1 span:nth-child(2) {
  animation: mymove2 3s ;
  -webkit-animation: mymove2 3s;
}
.wrapper.active-page3 .page3 .h1 span:nth-child(3) {
  animation: mymove2 4s ;
  -webkit-animation: mymove2 4s;
}
.wrapper.active-page3 .page3 .h1 span:nth-child(4) {
  animation: mymove2_r 5s ;
  -webkit-animation: mymove2_r 5s;
}
.wrapper.active-page3 .page3 .te {
  position: relative;
  animation: mright 3s linear;
  -webkit-animation: mright 3s linear;
  /*Safari and Chrome*/
  animation-fill-mode: forwards;
}
.wrapper.active-page3 .page3 .pa_shr .img img {
  opacity: 0;
  animation: toption 2s linear;
  -webkit-animation: toption 2s linear;
  /*Safari and Chrome*/
  animation-delay: 3s;
  -webkit-animation-delay: 3s ;
  animation-fill-mode: forwards;
}
.wrapper.active-page3 .page3 .pa_shr .img .img_t {
  animation: tbto 2s ease;
  -webkit-animation: tbto 2s ease;
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
  /*animation-timing-function:cubic-bezier(.17, .86, .73, .14);*/
  /*Safari and Chrome*/
  animation-fill-mode: forwards;
}
/*4*/
.wrapper.active-page4 .page4 .h1 img {
  opacity: 0;
}
.wrapper.active-page4 .page4 .h1 img {
  animation: toption 2s ;
  -webkit-animation: toption 2s ;
  /*Safari and Chrome*/
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
  /* Safari 和 Chrome */
  animation-fill-mode: forwards;
}
.wrapper.active-page4 .page4 .h1 span {
  position: relative;
  animation: mymove2_l 2s linear;
  -webkit-animation: mymove2_l 2s linear;
  /*Safari and Chrome*/
  animation-fill-mode: forwards;
}
.wrapper.active-page4 .page4 .h1 span:nth-child(2) {
  animation: mymove2 3s ;
  -webkit-animation: mymove2 3s;
}
.wrapper.active-page4 .page4 .h1 span:nth-child(3) {
  animation: mymove2 4s ;
  -webkit-animation: mymove2 4s;
}
.wrapper.active-page4 .page4 .h1 span:nth-child(4) {
  animation: mymove2_r 5s ;
  -webkit-animation: mymove2_r 5s;
}
.wrapper.active-page4 .page4 .te {
  position: relative;
  animation: mright 2s linear;
  -webkit-animation: mright 2s linear;
  /*Safari and Chrome*/
  animation-fill-mode: forwards;
}
.wrapper.active-page4 .page4 .swiper-container2 {
  position: relative;
  animation: mbtn 2s linear;
  -webkit-animation: mbtn 2s linear;
  /*Safari and Chrome*/
  animation-fill-mode: forwards;
}
.wrapper.active-page4 .page4 .swiper-slide {
  position: relative;
  animation: flipInY 2s linear;
  -webkit-animation: flipInY 2s linear;
  /*Safari and Chrome*/
  animation-fill-mode: forwards;
}
.wrapper.active-page4 .page4 .h1 .swiper-slide:nth-child(2) {
  animation: mymove2 3s ;
  -webkit-animation: mymove2 3s;
}
.wrapper.active-page4 .page4 .h1 .swiper-slide:nth-child(3) {
  animation: mymove2 4s ;
  -webkit-animation: mymove2 4s;
}
.wrapper.active-page4 .page4 .h1 .swiper-slide:nth-child(4) {
  animation: mymove2 5s ;
  -webkit-animation: mymove2 5s;
}
.wrapper.active-page5 .page5 .page_er .img {
  opacity: 0;
  position: relative;
  animation: toption 2s linear;
  -webkit-animation: toption 2s linear;
  /*Safari and Chrome*/
  animation-delay: 3s;
  -webkit-animation-delay: 3s ;
  animation-fill-mode: forwards;
}
.wrapper.active-page5 .page5 .page_er .text .h2 {
  position: relative;
  animation: mymove2 2s linear;
  -webkit-animation: mymove2 2s linear;
  /*Safari and Chrome*/
  animation-fill-mode: forwards;
}
.wrapper.active-page5 .page5 .page_er .text .en {
  position: relative;
  animation: mymove2 2s linear;
  -webkit-animation: mymove2 2s linear;
  /*Safari and Chrome*/
  animation-fill-mode: forwards;
}
.wrapper.active-page5 .page5 .page_er .text .te {
  position: relative;
  animation: mright 2s linear;
  -webkit-animation: mright 2s linear;
  /*Safari and Chrome*/
  animation-fill-mode: forwards;
}
.wrapper.active-page5 .page5 .page_er .text .link {
  position: relative;
  animation: mright 2s linear;
  -webkit-animation: mright 2s linear;
  /*Safari and Chrome*/
  animation-fill-mode: forwards;
}
.wrapper.active-page5 .page5 .page_er .text .l_t {
  position: relative;
  animation: mright 2s linear;
  -webkit-animation: mright 2s linear;
  /*Safari and Chrome*/
  animation-fill-mode: forwards;
}
.wrapper.active-page5 .page5 .page_er .text .phone {
  position: relative;
  animation: mbt 2s linear;
  -webkit-animation: mbt 2s linear;
  /*Safari and Chrome*/
  animation-fill-mode: forwards;
}
.wrapper.active-page5 .page5 .page_er .last {
  position: relative;
  animation: mbt 2s linear;
  -webkit-animation: mbt 2s linear;
  /*Safari and Chrome*/
  animation-fill-mode: forwards;
}
/*.wrapper.active-page3 .w{

  animation:mymove2 2s ;
  -webkit-animation:mymove2 2s ; !*Safari and Chrome*!
  animation-fill-mode: forwards;
}
.wrapper.active-page4 .w{

  animation:mymove2 2s ;
  -webkit-animation:mymove2 2s ; !*Safari and Chrome*!
  animation-fill-mode: forwards;
}*/
.wrapper.active-page2 .page.page2 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.wrapper.active-page3 .page.page3 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.wrapper.active-page3 .page.page4 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.wrapper.active-page4 .page.page5 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.wrapper.active-page6 .page.page6 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.page.page2 .chAabout-iboxt {
  transform: translateX(-65px);
  -webkit-transform: translateX(-65px);
  -moz-transform: translateX(-65px);
}
.page.page3 .chAabout-iboxt {
  background: rgba(116, 120, 135, 0.9);
  left: auto;
  right: 4%;
  padding-top: 75px;
  transform: translateX(65px);
  -webkit-transform: translateX(65px);
  -moz-transform: translateX(65px);
}
.page.page3 .chAabout-iboxt .word .txt {
  margin-top: 20px;
}
.page.page4 .chFooter {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.wrapper.active-page2 .page.page2 .chAabout-iboxt {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  opacity: 1;
}
.wrapper.active-page3 .page.page3 .chAabout-iboxt {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  opacity: 1;
}
.wrapper.active-page4 .page.page4 .chCase-title {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  opacity: 1;
}
.wrapper.active-page4 .page.page4 .chCase-list {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  opacity: 1;
}
.wrapper.active-page4 .page.page4 .chCase-more {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  opacity: 1;
}
.nfHead_t {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  overflow: hidden;
  z-index: 100;
  display: none;
  padding: 40px;
  padding-bottom: 0;
}
.nfHead_t .t-img {
  position: relative;
  z-index: 100;
}
.nfHead_t .menuBtn-t {
  width: 108px;
  height: 108px;
  position: absolute;
  right: 40px;
  top: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 44px;
  z-index: 1100;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  /*display:none;*/
}
.nfHead_t .menu-handler2 {
  width: 108px;
  height: 108px;
  cursor: pointer;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  float: right;
  transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
  background-color: #ed1b23;
}
.nfHead_t .menu-handler2 .burger {
  width: 48px;
  height: 3px;
  background: #fff;
  display: block;
  position: absolute;
  z-index: 5;
  top: 33px;
  left: 50%;
  margin: 0px 0px 0px -25px;
  transform-origin: center;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transition: all 0.6s cubic-bezier(0.245, 0.145, 1.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1);
  -ms-transition: all 0.6s cubic-bezier(0.445, 1.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1);
}
.nfHead_t .menu-handler2 .burger-2 {
  top: 51px;
}
.nfHead_t .menu-handler2 .burger-3 {
  top: 70px;
}
.nfHead_t .menu-handler2.active {
  background: none;
}
.nfHead_t .menu-handler2.active .burger-1 {
  background: #e1e1e1;
  top: 51px;
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.nfHead_t .menu-handler2.active .burger-2 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}
.nfHead_t .menu-handler2.active .burger-3 {
  background: #e1e1e1;
  top: 51px;
  -moz-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.nfHead_t_show {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 90;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nfHead_t_show .ul {
  display: flex;
  width: 100%;
  height: 100%;
}
.nfHead_t_show .ul li {
  flex: 1;
  background: #fff;
  padding-top: 10%;
  text-align: center;
  border-right: 1px solid #ebebeb;
}
.nfHead_t_show .ul li:last-child {
  border-right: none;
}
.nfHead_t_show .ul li:hover,
.nfHead_t_show .ul li.active {
  background: none;
}
.nfHead_t_show .ul li:hover .num,
.nfHead_t_show .ul li.active .num,
.nfHead_t_show .ul li:hover .list,
.nfHead_t_show .ul li.active .list,
.nfHead_t_show .ul li:hover .h,
.nfHead_t_show .ul li.active .h {
  color: #fff;
}
.nfHead_t_show .ul li .num {
  font-family: "Impact";
  font-size: 60px;
  color: #e1e1e1;
  display: inline-block;
  padding-top: 90px;
  padding-bottom: 60px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nfHead_t_show .ul li .num:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 80px;
  background: #fff;
}
.nfHead_t_show .ul li .h {
  font-size: 24px;
  display: inline-block;
  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nfHead_t_show .ul li .list {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  padding-top: 15px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nfHead_t_show .ul li .list a {
  display: inline-block;
  width: 100%;
}
.til {
  padding: 30px 0;
  text-align: center;
}
.til img {
  max-width: 80%;
}


.li_con{
  text-align: center;padding: 15px 0 ;
}
.li_con .li{
  display: inline-block;
  font-size: 20px;cursor: pointer;
}
.li_con .li a{
  display: inline-block;
}
.li_con .li:nth-child(n+2) {
  margin-left: 40px;
}
.li_con .li:hover .lis_im,.li_con .li.active .lis_im{
  border: 3px solid #ba973b;  -moz-box-shadow: 0 2px 8px rgba(40, 29, 0, 0.29) ;
  /* For Firefox3.6+ */
  -webkit-box-shadow: 0 2px 8px rgba(40, 29, 0, 0.29) ;
  /* For Chrome5+, Safari5+ */
  box-shadow: 0 2px 8px rgba(40, 29, 0, 0.29) ;
  /* For Latest Opera */}
.li_con .li:hover p,.li_con .li.active p{color: #ba973b;}
.li_con .li .lis_im{
  width: 170px;
  height: 170px;
  line-height: 170px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  border: 2px solid #e0e0e0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.li_con .li p{padding: 15px 0; transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;}

.list_a2 {
  text-align: center;
  padding: 15px 0 ;
}
.list_a2 a {
  vertical-align: top;
  display: inline-block;
  width: 31%;
  /*color: #c20000;*/
  font-size: 18px;
  line-height: 50px;
  /*  background-image: url("../images/no_bg1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;*/
  margin: 0 10px;
  background: #ba973b;
  color: #ffffff;
}
.list_a2 a:nth-child(n+2) {
  margin-left: 3.5%;
}
.list_a2 a.active,
.list_a2 a:hover {
  color: #fff;
  /*background: url("../images/no_bg2.png");*/
  background: #c20000;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.list_a {
  text-align: center;
  padding: 15px 0 ;
}
.list_a a {
  display: inline-block;
  width: 130px;
  color: #c20000;
  font-size: 18px;
  line-height: 40px;
  background-image: url("../images/no_bg1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 10px;
}
.list_a a.active,
.list_a a:hover {
  color: #fff;
  background: url("../images/no_bg2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}



.t_img {
  padding-top: 100px;
}
.t_img img {
  width: 100%;
}
.pPage {
  text-align: center;
  padding: 50px 0;
  font-size: 16px;
  color: #666;
  line-height: 35px;
}
.pPage a {
  background: #fff;
  padding: 0 14px;
  vertical-align: top;
  display: inline-block;
  margin: 0 8px;
}
.pPage a.act,
.nowpage {
  background: #c20000;
  color: #fff;
  padding: 0 14px;
  vertical-align: top;
  display: inline-block;
  margin: 0 8px;
}
.pPage a:hover {
  background: #c20000;
  color: #fff;
}
.main {
  background-repeat: no-repeat;
  background-size: cover;
}
.Footer {
  background: url("../images/bg4.png");
  background-size: cover;
  line-height: 50px;
  padding-top: 20px;
  color: #fff;
  font-size: 14px;
}
/*产品中心*/
.pro_ul {
  padding: 40px 0;
}
.pro_ul li {
  width: 32%;
  margin-right: 2%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
}
.pro_ul li:nth-child(3n) {
  margin-right: 0;
}
.pro_ul li:hover .img img {
  transform: scale(1.05);
}
.pro_ul li:hover .p {
  background: #b39131;
  color: #fff;
}
.pro_ul li .img {
  overflow: hidden;
height: 280px;}
.pro_ul li .img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.pro_ul li .p {
  font-size: 18px;
  line-height: 45px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
/*企业资质*/
.us_ul {
  padding: 40px 0;
}
.us_ul li {
  width: 32%;
  margin-right: 2%;
  float: left;
  text-align: center;
  margin-bottom: 10px;
  font-size: 22px;
}
.us_ul li:nth-child(3n) {
  margin-right: 0;
}
.us_ul li:hover .img img {
  transform: scale(1.05);
}
.us_ul li:hover .p img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0);
  filter: gray;
}
.us_ul li .img {
  overflow: hidden;
}
.us_ul li .img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.us_ul li .p {
  line-height: 90px;
  font-family: "创艺简行楷";
  position: relative;
}
.us_ul li .p img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
/*关于我们*/
.us_z {
  padding: 30px 0;
  font-size: 16px;
  line-height: 30px;
}
.us_z .te {
  text-indent: 2em;
  padding: 15px 0;
}
/*招贤纳士*/
.recruit_ul {
  padding: 40px 0;
}
.recruit_ul li {
  width: 32%;
  margin-right: 2%;
  float: left;
  text-align: center;
  margin-bottom: 25px;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.recruit_ul li:nth-child(3n) {
  margin-right: 0;
}
.recruit_ul li:hover {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=8px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  /*兼容firefox*/
}
.recruit_ul li:hover .h1 {
  color: #c20000;
}
.recruit_ul li:hover .more .a {
  background: #c20000;
}
.recruit_ul li .h1 {
  padding: 15px 0;
  font-size: 20px;
  line-height: 36px;
  border-bottom: 1px solid #e9e9e9;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.recruit_ul li .t {
  font-size: 18px;
  line-height: 50px;
  border-bottom: 1px solid #e9e9e9;
}
.recruit_ul li .te {
  padding: 0 15px;
  margin: 15px 0;
  text-align: left;
  color: #666666;
  font-size: 14px;
  line-height: 36px;
  height: 144px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.recruit_ul li .more {
  border-top: 1px solid #e9e9e9;
  padding: 30px 0;
}
.recruit_ul li .more .a {
  display: inline-block;
  background: #b39131;
  width: 120px;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  border-radius: 36px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.bg {
  display: none;
  background: rgba(0, 0, 0, 0.37);
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.al_text {
  display: none;
  position: fixed;
  z-index: 200;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  background: #fff;
  padding: 45px;
}
.al_text .iconfont {
  background: #b39131;
  cursor: pointer;
  color: #fff;
  position: absolute;
  bottom: 100%;
  right: 0;
  font-size: 27px;
  display: inline-block;
}
.al_text .h2 {
  font-size: 18px;
  border-bottom: 2px solid #b39131;
  padding-bottom: 20px;
  font-weight: normal;
}
.al_text .al_te {
  margin-top: 30px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  max-height: 85%;
  overflow: auto;
}
.al_text .al_te::-webkit-scrollbar {
  /*滚动条整体样式*/
  display: inline-block;
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 272px;
  background: #dadada;
  border-radius: 10px;
}
.al_text .al_te::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #b39131;
  background: #b39131;
  height: 50%;
}
.al_text .al_te::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  height: 50%;
  -webkit-box-shadow: inset 0 0 5px #dadada;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}
/*新闻中心*/
.news_ul li {
  width: 32%;
  margin-right: 2%;
  float: left;
  text-align: center;
  margin-bottom: 25px;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background: #fff;
  color: #333333;
}
.news_ul li:nth-child(3n) {
  margin-right: 0;
}
.news_ul li:hover .h3 {
  color: #b39131;
}
.news_ul li:hover .span {
  color: #fff;
}
.news_ul li:hover .span:after {
  background: #b39131;
  border: 1px solid #b39131;
}
.news_ul li .h3 {
  font-size: 16px;
  padding-top: 15px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news_ul li .t_te {
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_ul li .text {
  padding: 0 15px;
}
.news_ul li .span {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-size: 12px;
}
.news_ul li .span:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border: 1px solid #333333;
  transform: rotate(45deg);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news_abt {
  padding: 55px 0;
}
.news_abt .h1 {
  font-size: 26px;
  text-align: center;
  font-weight: normal;
}
.news_abt .time {
  text-align: center;
  line-height: 50px;
  position: relative;
  padding-bottom: 36px;
}
.news_abt .time:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  background-image: url("../images/nologo4.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.news_abt .text {
  font-size: 16px;
  line-height: 30px;
}
.con_about_next {
  padding: 20px 0 40px 0;
  position: relative;
  border-top: 1px solid #e5e5e5;
}
.con_about_next a {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.con_about_next a span {
  display: inline-block;
  color: #888888;
}
.con_about_next a:hover {
  color: #dc0b10;
}
.con_about_next a:hover span {
  color: #dc0b10;
}
.con_about_next .return {
  display: inline-block;
  background: #dc0b10;
  color: #fff;
  width: 114px;
  line-height: 38px;
  padding: 0;
  position: absolute;
  text-align: center;
  right: 0;
  top: calc(50% - 19px);
}
.con_about_next .return:hover {
  color: #fff;
}
/*案例*/
.case_ul {
  padding-bottom: 80px;
}
.case_ul li {
  background-image: url(../images/bg5.png);
  background-size: auto 100% ;
  background-position: right top;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
.case_ul li:hover .img_q {
  transform: scale(1.05);
}
.case_ul li:nth-child(2n) {
  background-position: left top;
}
.case_ul li:nth-child(2n) .img {
  float: right;
}
.case_ul li:nth-child(2n) .img .im_t {
  right: auto;
  left: 0;
}
.case_ul li .img {
  overflow: hidden;
  width: calc(100% - 255px);
  position: relative;
}
.case_ul li .img .img_q {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.case_ul li .img .im_t {
  min-width: 239px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.37);
  padding: 40px;
  color: #fff;
}
.case_ul li .img .im_t .t_t {
  font-size: 20px;
  padding: 0 10px;
  padding-bottom: 23px;
  background-image: url("../images/nologo5.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}
.case_ul li .img .im_t .t_t p {
  font-weight: bold;
  width: 34px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  background-image: url("../images/no_bg4.png");
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: top center;
}
.case_ul li .img .im_t .te {
  display: inline-block;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  font-family: "创艺简行楷";
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 30px;
}
.case_ul li .text {
  width: 255px;
  text-align: center;
  padding: 15px;
  padding-top: 25px;
}
.case_ul li .text .h2 {
  font-size: 30px;
  font-weight: normal;
}
.case_ul li .text .t_te {
  font-size: 15px;
  line-height: 28px;
  margin: 15px 0;
}
.case_ul li .text .more {
  display: inline-block;
  width: 116px;
  color: #f20000;
  font-size: 14px;
  line-height: 28px;
  background-image: url(../images/no_bg3.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 10px;
}
.contact {
  background: #fff;
  padding: 40px;
  font-size: 20px;
  line-height: 44px;
}
.contact .map {
  padding: 20px 0;
  overflow: hidden;
}
.al_text_sw {
  display: none;
  position: fixed;
  z-index: 200;
  left: 25%;
  top: 20%;
  width: 50%;
  height: 60%;
  background: #fff;
  padding: 15px;
}
.al_text_sw .iconfont {
  background: #b39131;
  cursor: pointer;
  color: #fff;
  position: absolute;
  bottom: 100%;
  right: 0;
  font-size: 27px;
  display: inline-block;
}
.al_text_sw .swiper-container_alt {
  position: relative;
  overflow: hidden;
}
.al_text_sw .swiper-container_alt .swiper-slide .text .h3 {
  padding-top: 15px;
  color: #b39131;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
.al_text_sw .swiper-container_alt .swiper-slide .text .t_te {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.al_text_sw .swiper-button-prev {
  left: -7%;
}
.al_text_sw .swiper-button-next {
  right: -7%;
}
.al_text_sw .swiper-button-white {
  width: 44px;
  height: 44px;
  background-color: none;
  border: 1px solid #fff;
  border-radius: 50%;
  background-size: 17px 57px;
}
.al_text_sw .swiper-button-white:hover {
  background-color: #b39131;
  border: 1px solid #b39131;
}

/*返回顶部*/
.r_flex{
  position: fixed;
  right: calc((100% - 1440px)/2 - 10%);
  top:50%;
  transform: translate(0,-50%);
  color: #fff;
  text-align: center;
  z-index: 100;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 3px;
  line-height: 60px;
}
