@charset "utf-8";
.cm {
  color: #9a763e;
}
.cm2 {
  color: #f1c58e;
}
.jianbian {
  background-image: -webkit-gradient(linear, left top, right top, from(#29c3ab), to(#16a8b5));
  background-image: linear-gradient(to right, #29c3ab, #16a8b5);
}
@font-face {
  font-family: 'CORMORANTSC';
  src: url('../font/CORMORANTSC-LIGHT.TTF');
  font-weight: 300;
}
@font-face {
  font-family: 'CORMORANTSC';
  src: url('../font/CORMORANTSC-MEDIUM.TTF');
  font-weight: 500;
}
.inbanner {
  width: 100%;
  height: 480px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-perspective: 1500px;
          perspective: 1500px;
}
.inbanner .ibwrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.inbanner .ibwrap > img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.inbanner2 {
  width: 100%;
  height: 620px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.inbanner2 .ibwrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.inbanner2 .ibwrap > img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.mouse3 {
  width: 46px;
  height: 46px;
  margin-top: 40px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: url('../images/mouse.png') center no-repeat;
}
.mouse3:before {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dashed #fff;
  -webkit-animation: rotate360 5s linear infinite;
          animation: rotate360 5s linear infinite;
}
.ibcate {
  position: absolute;
  left: 5%;
  top: 50%;
  z-index: 3;
  width: 90%;
  color: #fff;
  text-align: center;
  margin-top: -110px;
}
.ibcate .cn {
  font-size: 40px;
  line-height: 2em;
}
.ibcate .en {
  font-size: 80px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "CORMORANTSC";
}
.tree {
  font-size: 16px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.1);
  height: 40px;
}
.tree a {
  display: inline-block;
  height: 100%;
  color: rgba(255, 255, 255, 0.1);
  vertical-align: middle;
}
.tree a:hover,
.tree a.leaf,
.tree a.on {
  color: #fff;
}
.tree i {
  display: inline-block;
  width: 28px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.tree2 {
  font-size: 16px;
  line-height: 40px;
  color: #333;
  height: 40px;
}
.tree2 a {
  display: inline-block;
  height: 100%;
  color: #333;
  vertical-align: middle;
}
.tree2 a:hover,
.tree2 a.leaf,
.tree2 a.on {
  color: #f1c58e;
}
.tree2 i {
  display: inline-block;
  width: 28px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .ibcate {
    margin-top: -90px;
  }
  .ibcate .cn {
    font-size: 34px;
  }
  .ibcate .en {
    font-size: 60px;
  }
}
@media screen and (max-width: 750px) {
  .ibcate {
    margin-top: -70px;
  }
  .ibcate .cn {
    font-size: 28px;
  }
  .ibcate .en {
    font-size: 40px;
  }
}
.shutwindowup {
  -webkit-transform: translateZ(-500px) rotateX(-80deg);
          transform: translateZ(-500px) rotateX(-80deg);
  opacity: 0;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}
.ani.shutwindowup,
.active .shutwindowup {
  -webkit-transform: translateZ(0px) rotateX(0deg);
          transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}
.active .shutwindowup {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.slowscale11 {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.ani.slowscale11,
.active .slowscale11 {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.hasani.slowscale11,
.active .slowscale11 {
  -webkit-transition-duration: 8s;
          transition-duration: 8s;
}
.greybg {
  background-color: #bdbbbc;
}
.greybg2 {
  background-color: #918f8f;
}
.js-qiecon2 {
  display: none;
}
.js-qiecon2.on {
  display: block;
}
.js-qiecon {
  position: absolute;
  left: 200%;
  top: 0;
  z-index: -20;
  opacity: 0;
  width: 100%;
}
.js-qiecon.on {
  position: static;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
}
.pianyi {
  padding-top: 70px;
  margin-top: -70px;
}
.js-qiecon-wrap1,
.js-qiecon-wrap2,
.js-qiecon-wrap3 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.lefthalf {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.righthalf {
  float: right;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.txtEff label {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .pianyi {
    padding-top: 60px;
    margin-top: -60px;
  }
}
/*经纬机械 面包屑*/
.baninfo {
  height: 70px;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #f0f0f0;
}
.baninfo .cer8 {
  height: 100%;
}
.erji {
  float: left;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
  max-width: 100%;
  line-height: 70px;
  height: 100%;
}
.erji a {
  display: inline-block;
  height: 100%;
  position: relative;
  margin-left: 72px ;
  color: #666;
  font-size: 16px;
  line-height: 70px;
  vertical-align: top;
}
.erji a:first-child {
  margin-left: 0;
}
.erji a:after {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  z-index: 0;
  width: 0;
  height: 2px;
  background-color: #1549ab;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.erji a:hover {
  color: #1549ab;
}
.erji a.on {
  color: #1549ab;
}
.erji a:hover:after,
.erji a.on:after {
  left: 0;
  width: 100%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
@media screen and (max-width: 1024px) {
  .erji {
    float: none;
  }
}
@media screen and (max-width: 750px) {
  .baninfo {
    height: auto;
  }
  .erji {
    overflow: auto;
    height: auto;
  }
  .erji a {
    margin-left: 50px;
  }
}
@media screen and (max-width: 640px) {
  .erji a {
    width: 25%;
    margin-left: 20px;
  }
}
/*海创1首页按钮*/
a.seemore {
  display: block;
  width: 164px;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-size: 0;
  color: #fff;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
}
a.seemore:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border: 2px solid #ffd04f;
  border-radius: 25px;
}
a.seemore span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 40px;
  font-size: 16px;
  background: url('../images/jtr1.png') right no-repeat;
  letter-spacing: 2px;
}
a.seemore:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#005ffb), to(#0292fd));
  background-image: linear-gradient(to right, #005ffb, #0292fd);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.seemore:hover:after {
  height: 0;
}
a.seemore:hover {
  background-color: #fff;
  color: #005ffb;
}
a.seemore:hover span {
  background-image: url('../images/jtr1h.png');
}
a.seemore2 {
  display: block;
  width: 172px;
  height: 42px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  color: #1e64c6;
  line-height: 42px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 23px;
  background-color: #fff;
}
a.seemore2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 40px;
  background: url('../images/jtr1h.png') right no-repeat;
}
.jello-h:hover {
  -webkit-animation: jello 1s 0s infinite;
          animation: jello 1s 0s infinite;
}
.rubberBand-h:hover {
  -webkit-animation: rubberBand 1s 0s 1;
          animation: rubberBand 1s 0s 1;
}
/*美达康1首页按钮*/
a.seemore3 {
  display: block;
  width: 160px;
  height: 50px;
  overflow: hidden;
  position: relative;
  font-size: 0;
  color: #116bb4;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 25px;
}
a.seemore3:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border: 1px solid #116bb4;
  border-radius: 25px;
}
a.seemore3 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 2px;
}
a.seemore3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  background-color: #116bb4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.seemore3:hover:after {
  height: 100%;
}
a.seemore3:hover {
  background-color: #116bb4;
  color: #fff;
}
.bubbly-button {
  position: relative;
}
.bubbly-button:before,
.bubbly-button:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #9a763e 20%, transparent 20%), radial-gradient(circle, transparent 20%, #9a763e 20%, transparent 30%), radial-gradient(circle, #9a763e 20%, transparent 20%), radial-gradient(circle, #9a763e 20%, transparent 20%), radial-gradient(circle, transparent 10%, #9a763e 15%, transparent 20%), radial-gradient(circle, #9a763e 20%, transparent 20%), radial-gradient(circle, #9a763e 20%, transparent 20%), radial-gradient(circle, #9a763e 20%, transparent 20%), radial-gradient(circle, #9a763e 20%, transparent 20%);
  background-size: 10% 10%,20% 20%,15% 15%,20% 20%,18% 18%,10% 10%,15% 15%,10% 10%,18% 18%;
}
.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #9a763e 20%, transparent 20%), radial-gradient(circle, #9a763e 20%, transparent 20%), radial-gradient(circle, transparent 10%, #9a763e 15%, transparent 20%), radial-gradient(circle, #9a763e 20%, transparent 20%), radial-gradient(circle, #9a763e 20%, transparent 20%), radial-gradient(circle, #9a763e 20%, transparent 20%), radial-gradient(circle, #9a763e 20%, transparent 20%);
  background-size: 15% 15%,20% 20%,18% 18%,20% 20%,15% 15%,10% 10%,20% 20%;
}
.bubbly-button:hover:before {
  display: block;
  -webkit-animation: topBubbles ease-in-out 0.75s infinite forwards;
          animation: topBubbles ease-in-out 0.75s infinite forwards;
}
.bubbly-button:hover:after {
  display: block;
  -webkit-animation: bottomBubbles ease-in-out 0.75s infinite forwards;
          animation: bottomBubbles ease-in-out 0.75s infinite forwards;
}
@-webkit-keyframes topBubbles {
  0% {
    background-position: 5% 90%,10% 90%,10% 90%,15% 90%,25% 90%,25% 90%,40% 90%,55% 90%,70% 90%;
  }
  50% {
    background-position: 0% 80%,0% 20%,10% 40%,20% 0%,30% 30%,22% 50%,50% 50%,65% 20%,90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%;
  }
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%,10% 90%,10% 90%,15% 90%,25% 90%,25% 90%,40% 90%,55% 90%,70% 90%;
  }
  50% {
    background-position: 0% 80%,0% 20%,10% 40%,20% 0%,30% 30%,22% 50%,50% 50%,65% 20%,90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%;
  }
}
@-webkit-keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%,20% 80%,45% 60%,60% 100%,75% 70%,95% 60%,105% 0%;
  }
  100% {
    background-position: 0% 90%,20% 90%,45% 70%,60% 110%,75% 80%,95% 70%,110% 10%;
    background-size: 0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%,20% 80%,45% 60%,60% 100%,75% 70%,95% 60%,105% 0%;
  }
  100% {
    background-position: 0% 90%,20% 90%,45% 70%,60% 110%,75% 80%,95% 70%,110% 10%;
    background-size: 0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%;
  }
}
/*远见8产品详情 */
.outnavbg {
  width: 100%;
  height: 60px;
  background-color: #f8f8f8;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.outnav7 {
  height: 60px;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.outnav7 .nav-left,
.outnav7 .nav-right {
  width: 40px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #e7e7e7;
}
.outnav7 .nav-left {
  left: 0;
  background-image: url('../images/lt3.png');
}
.outnav7 .nav-right {
  right: 0;
  background-image: url('../images/gt3.png');
}
.outnav7 .nav-left:hover {
  background-image: url('../images/lt3h.png');
  background-color: #eb0104;
}
.outnav7 .nav-right:hover {
  background-image: url('../images/gt3h.png');
  background-color: #eb0104;
}
.outnav7 #wrapper77 {
  width: 100%;
  height: 100%;
  position: relative;
}
.outnav7.on {
  padding: 0 40px;
}
.outnav7.on .nav-left,
.outnav7.on .nav-right {
  display: block;
}
.nav7 {
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.nav7 li {
  width: 170px;
  display: inline-block;
  height: 100%;
  overflow: hidden;
}
.nav7.fen2 li {
  width: 50%;
}
.nav7.fen3 li {
  width: 33.3%;
}
.nav7.fen4 li {
  width: 25%;
}
.nav7.fen5 li {
  width: 20%;
}
.nav7 li a {
  display: block;
  position: relative;
  color: #666;
  line-height: 60px;
  font-size: 16px;
}
.nav7 li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  display: none;
  width: 1px;
  height: 14px;
  background-color: #ccc;
  margin-top: -7px;
}
.nav7 li a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 2px;
  margin-left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #014ab1;
}
.nav7 li:hover a {
  color: #eb0104;
}
.nav7 li:hover a:after {
  width: 108px;
  margin-left: -54px;
}
.nav7 li.on a {
  color: #eb0104;
}
.nav7 li.on a:after {
  width: 108px;
  margin-left: -54px;
}
.mouse {
  position: absolute;
  left: 50%;
  bottom: 60px;
  z-index: 8;
  line-height: 28px;
  height: 76px;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mouse > label {
  display: block;
  height: 28px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
}
.mouse > b {
  position: absolute;
  top: 36px;
  width: 1px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  background-color: #555;
}
.mouse > b.i1 {
  left: -12px;
  height: 40px;
}
.mouse > b.i1:after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: #fff;
  bottom: 100%;
  left: 0;
  -webkit-animation: rise1 1.6s linear infinite;
          animation: rise1 1.6s linear infinite;
}
.mouse > b.i2 {
  right: -12px;
  height: 24px;
}
.mouse > b.i2:after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: #fff;
  bottom: 100%;
  left: 0;
  -webkit-animation: rise2 1.6s linear infinite;
          animation: rise2 1.6s linear infinite;
}
@-webkit-keyframes rise1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
}
@keyframes rise1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
}
@-webkit-keyframes rise2 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translateY(48px);
            transform: translateY(48px);
  }
}
@keyframes rise2 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translateY(48px);
            transform: translateY(48px);
  }
}
.fside {
  position: fixed;
  z-index: 50;
  left: 1px;
  top: 50%;
  margin-top: -160px;
  width: 100px;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
}
.fside.zk {
  left: -100px;
}
.fside i {
  width: 11px;
  height: 68px;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -34px;
  z-index: 10;
  background: #38b9b0 url('../images/sandao.png') center no-repeat;
  cursor: pointer;
  border-radius: 0 9px 9px 0;
}
.fside label {
  display: block;
  width: 100%;
  height: 55px;
  border-radius: 6px 6px 0 0;
  background: #38bab1 url('../images/ssdlogo.png') center no-repeat;
}
.fside a {
  display: block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
  background-color: #fff;
  padding-top: 17px;
  padding-bottom: 10px;
}
.fside a .pic {
  width: 30px;
  height: 30px;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #38bab1;
  background-color: #38bab1;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fside a > p {
  margin-top: 7px;
  font-size: 14px;
  line-height: 20px;
  color: #576c87;
  height: 20px;
}
.fside a:hover > .pic {
  background-color: #fff;
}
.fside a:hover > p {
  color: #38bab1;
}
.sideinfo {
  width: 0;
  height: 56px;
  overflow: hidden;
  position: absolute;
  left: 100px;
  top: 10px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sideinfo.on {
  width: 214px;
}
.sideinfo div {
  padding: 13px 0 13px 52px;
  width: 148px;
  color: #fff;
  text-align: left;
  position: relative;
}
.sideinfo div h3 {
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  display: none;
}
.sideinfo .sidetel {
  background: #af966d url('../images/ssd3.png') 19px no-repeat;
}
.sideinfo .sidetel p {
  font-size: 24px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  font-family: "Centaur";
}
.sidetel:before {
  content: '';
  position: absolute;
  left: -14px;
  top: 50%;
  margin-top: -7px;
  z-index: 0;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #af966d;
}
.sideinfo2 {
  width: 70px;
  height: 75px;
  background-color: #af966d;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sideinfo2.on {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sideinfo2 span {
  display: block;
  width: 36px;
  height: 36px;
  padding: 20px 17px;
  line-height: 18px;
  color: #fff;
  font-size: 16px;
}
.sidebigewm {
  display: none;
  position: absolute;
  top: 0;
  left: 74px;
  z-index: 1;
  background-color: #fff;
  width: 120px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.sidebigewm img {
  width: 100%;
}
.fside a .pic.sd1 {
  background-image: url('../images/ssd1.png');
}
.fside a .pic.sd2 {
  background-image: url('../images/ssd2.png');
}
.fside a .pic.sd3 {
  background-image: url('../images/ssd3.png');
}
.fside a .pic.sd4 {
  background-image: url('../images/ssd4.png');
}
.fside a:hover .pic.sd1 {
  background-image: url('../images/ssd1h.png');
}
.fside a:hover .pic.sd2 {
  background-image: url('../images/ssd2h.png');
}
.fside a:hover .pic.sd3 {
  background-image: url('../images/ssd3h.png');
}
.fside a:hover .pic.sd4 {
  background-image: url('../images/ssd4h.png');
}
@media screen and (max-width: 1023px) {
  .fside {
    display: none;
  }
}
.fu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 150;
  top: 0;
  left: 0;
  display: none;
}
.fubg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
.fuin {
  position: absolute;
  width: 540px;
  left: 50%;
  margin-left: -270px;
  top: 50%;
  z-index: 3;
}
.fuin {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9);
  opacity: 0;
}
.fu.on .fuin {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  opacity: 1;
}
.fuin a.close {
  position: absolute;
  width: 36px;
  height: 36px;
  right: 70px;
  top: 40px;
  z-index: 1;
  background: #cccccc url('../images/close.png') center no-repeat;
  border-radius: 50%;
}
.fuin .fucon {
  padding: 44px 70px 56px;
  background-color: #fff;
  overflow: hidden;
}
.fuin .fucon h2 {
  font-size: 28px;
  color: #2778be;
  line-height: 36px;
  font-weight: bold;
}
.liuyan3 {
  color: #333;
  font-size: 0;
  padding-top: 34px;
}
.liuyan3 .hang {
  height: 50px;
  margin-bottom: 20px;
}
.liuyan3 .hang.fat {
  height: auto;
}
.liuyan3 input[type=text] {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 48px;
  font-size: 14px;
  text-indent: 20px;
}
.liuyan3 textarea {
  width: 100%;
  padding: 9px 20px;
  height: 140px;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 40px;
  resize: none;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.liuyan3 input[type=text]:focus,
.liuyan3 textarea:focus {
  border-color: #2778be;
}
.liuyan3 input[type=text],
.liuyan3 textarea {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.liuyan3 i.v {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.liuyan3 .hang2 {
  padding-right: 80px;
  position: relative;
}
.liuyan3 .hang2 input[type=text] {
  width: 100%;
}
.liuyan3 .verifyImg {
  width: 78px;
  height: 48px;
  border: 1px solid #ddd;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.liuyan3 .yzmchange {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  margin-left: 20px;
  background: url('../images/change2.png') center no-repeat;
}
.liuyan3 input#tj2 {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#255ba9), to(#1fb4b8));
  background-image: linear-gradient(to right, #255ba9, #1fb4b8);
}
.liuyan3 input#tj2:hover {
  opacity: 0.8;
}
.liuyan3 .Validform_checktip {
  height: 20px;
  line-height: 20px;
}
/*新闻详情*/
.newsbg {
  padding: 100px 0 110px;
  background: url('../images/newspagebg.jpg') center no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  .newsbg {
    padding: 80px 0 90px;
  }
}
@media screen and (max-width: 750px) {
  .newsbg {
    padding: 70px 0 80px;
  }
}
.atc {
  position: relative;
  z-index: 1;
}
.atc-h {
  padding-bottom: 62px;
  position: relative;
  text-align: center;
}
.atc-h h1 {
  font-size: 36px;
  color: #fff;
  line-height: 1.5em;
  margin-bottom: 16px;
}
.atc-date {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.atc-date span {
  display: inline-block;
  margin: 0 10px;
}
.atc-two {
  padding: 64px 70px 74px;
  background-color: #fff;
  border-radius: 10px;
}
.atc-con {
  padding-bottom: 74px;
  font-size: 16px;
  line-height: 32px;
  color: #666;
  text-align: justify;
}
.atc-con .pic {
  text-align: center;
}
.atc-con img {
  max-width: 100%;
}
.atc-con a {
  color: #9a763e;
}
.atc-pn {
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.atc-pn a {
  display: block;
  width: 45%;
  height: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #666;
  line-height: 70px;
}
.atc-pn a:hover {
  color: #9a763e;
}
a.atc-prev {
  float: left;
  text-align: left;
}
a.atc-next {
  float: right;
  text-align: right;
}
a.atc-ret {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  width: 68px;
  height: 70px;
  background: #ffffff url('../images/ret.png') center no-repeat;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
a.atc-ret:hover {
  border-color: #9a763e;
  background-color: #9a763e;
}
@media screen and (max-width: 1400px) {
  .atc-two {
    padding: 60px 50px 70px;
  }
}
@media screen and (max-width: 1024px) {
  .atc-pn {
    height: auto;
    line-height: 32px;
    padding: 30px 0 0;
    border-bottom: 0 none;
  }
  .atc-pn a {
    width: 100%;
    line-height: 32px;
  }
  a.atc-prev {
    float: none;
  }
  a.atc-next {
    float: none;
    text-align: left;
  }
  a.atc-ret {
    width: 200px;
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    display: block;
    border: 1px solid #ddd;
    margin-top: 30px;
  }
  .atc-h h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  .atc-two {
    padding: 50px 30px 60px;
  }
  .atc-con {
    padding-bottom: 50px;
  }
  .atc-h {
    padding-bottom: 40px;
  }
  .atc-h h1 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (max-width: 640px) {
  .atc-two {
    padding: 40px 24px 50px;
  }
  .atc-con {
    padding-bottom: 40px;
  }
}
.videowrap {
  width: 1344px;
  position: relative;
  text-align: center;
  margin: 50px auto;
  overflow: hidden;
}
.video {
  width: 100%;
  height: 612px;
}
@media screen and (max-width: 1440px) {
  .videowrap {
    width: 100%;
    padding-bottom: 42.5%;
    height: 0;
  }
  .video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
}
.news-out {
  padding: 128px 0 156px;
}
@media screen and (max-width: 1440px) {
  .news-out {
    padding: 96px 0 120px;
  }
}
@media screen and (max-width: 1024px) {
  .news-out {
    padding: 78px 0 100px;
  }
}
@media screen and (max-width: 750px) {
  .news-out {
    padding: 60px 0 80px;
  }
}
.newsout {
  position: relative;
  padding: 108px 0 0px;
}
.newslist {
  overflow: hidden;
  padding-bottom: 140px;
  margin: 0 -100px;
  position: relative;
}
.newslist:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  width: 1px;
  height: 100%;
  background-color: #dadada;
}
.newslist li {
  float: left;
  width: 50%;
  margin-bottom: 108px;
}
.newslist li:nth-child(even) {
  -webkit-transform: translate(0, 108px);
          transform: translate(0, 108px);
}
.newslist li:last-child {
  margin-bottom: 0;
}
.newslist li .lin {
  padding: 0 100px;
}
.newslist li a {
  display: block;
  width: 100%;
  position: relative;
}
.newslist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  position: relative;
  background-color: #000;
}
.newslist img {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.newslist li .cover {
  width: 100%;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  background-color: #252729;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
.newslist li .one {
  position: relative;
  height: 32px;
  padding-right: 80px;
  margin-top: 26px;
}
.newslist li h3 {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  height: 100%;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.newslist li label {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 32px;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.newslist li .date {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  height: 24px;
  margin-top: 6px;
}
.newslist li:hover h3 {
  color: #9a763e;
}
.newslist li:hover label {
  color: #9a763e;
}
@media screen and (max-width: 1500px) {
  .newslist {
    margin: 0 -60px;
  }
  .newslist li .lin {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1200px) {
  .newslist {
    margin: 0 -30px;
  }
  .newslist li {
    margin-bottom: 70px;
  }
  .newslist li .lin {
    padding: 0 30px;
  }
}
@media screen and (max-width: 960px) {
  .newslist {
    margin: 0 -15px;
  }
  .newslist li .lin {
    padding: 0 15px;
  }
  .newslist:before {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .newsout {
    padding-top: 90px;
  }
  .newslist {
    margin: 0 0;
    padding-bottom: 100px;
  }
  .newslist li {
    float: none;
    width: 100%;
  }
  .newslist li:nth-child(even) {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .newslist li .lin {
    padding: 0 0;
  }
}
.lianxiwrap {
  padding-bottom: 60px;
  width: 100%;
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lxinfo {
  font-size: 20px;
  color: #333;
  line-height: 48px;
  margin-top: -10px;
}
.lxinfo a {
  display: inline-block;
  color: #333;
}
.lxinfo a:hover {
  color: #9a763e;
}
.lxewmwrap {
  position: relative;
  font-size: 0;
}
.lxewm {
  display: inline-block;
  width: 128px;
  margin-right: 42px;
  text-align: center;
}
.lxewm:last-child {
  margin-right: 0;
}
.lxewm .pic {
  width: 100%;
  height: 128px;
  font-size: 0;
  line-height: 128px;
  overflow: hidden;
}
.lxewm img {
  width: 100%;
  height: 100%;
}
.lxewm p {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  height: 26px;
  margin-top: 6px;
}
#map {
  height: 510px;
}
@media screen and (max-width: 800px) {
  .lxinfo {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .lianxiwrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lxmain {
  padding: 108px 0 128px;
  background: url('../images/lianxibg.jpg') top / cover no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 1080px) {
  .lxmain {
    padding: 90px 0 100px;
  }
}
@media screen and (max-width: 750px) {
  .lxmain {
    padding: 70px 0 80px;
  }
}
.cate51 {
  position: relative;
}
.cate51:before {
  content: '';
  position: absolute;
  left: -120px;
  top: -70px;
  z-index: 0;
  width: 191px;
  height: 305px;
  background: url('../images/yuan2.png') center no-repeat;
}
.cate51 .cn {
  font-size: 34px;
  line-height: 54px;
  color: #333;
  letter-spacing: 10px;
  margin-top: 18px;
}
.cate51 .en {
  font-size: 90px;
  line-height: 72px;
  color: #9a763e;
  font-family: 'CORMORANTSC';
  font-weight: 300;
}
.cate51 span {
  display: block;
}
@media screen and (max-width: 1500px) {
  .cate51:before {
    left: -30px;
    top: -50px;
  }
}
@media screen and (max-width: 1080px) {
  .cate51 {
    text-align: center;
  }
  .cate51 .en {
    font-size: 70px;
  }
  .cate51 .cn {
    margin-top: 0;
  }
  .cate51 span {
    display: inline-block;
  }
}
@media screen and (max-width: 750px) {
  .cate51 .en {
    font-size: 50px;
    line-height: 60px;
  }
  .cate51 .cn {
    font-size: 24px;
    line-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .cate51 .en {
    font-size: 40px;
    line-height: 40px;
  }
}
.cate52 {
  float: left;
  width: 390px;
  position: relative;
}
.cate52:before {
  content: '';
  position: absolute;
  left: -120px;
  top: -50px;
  z-index: 0;
  width: 191px;
  height: 305px;
  background: url('../images/yuan2.png') center no-repeat;
}
.cate52 .cn {
  font-size: 34px;
  line-height: 54px;
  color: #333;
  letter-spacing: 10px;
  margin: 24px 0;
}
.cate52 .en {
  font-size: 90px;
  line-height: 72px;
  color: #9a763e;
  font-family: 'CORMORANTSC';
  font-weight: 300;
  text-transform: capitalize;
}
.cate52 span {
  display: block;
}
.cate52 .info {
  font-size: 16px;
  color: #333;
  line-height: 28px;
}
.formout {
  padding-top: 100px;
}
.liuyan {
  float: right;
  width: 50%;
  font-size: 0;
}
.liuyan .hang {
  width: 100%;
  margin-bottom: 40px;
}
.liuyan label {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 50px;
}
.liuyan input[type=text] {
  width: 100%;
  height: 50px;
  border: 0 none;
  border-bottom: 1px solid #000;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  background-color: transparent!important;
}
.liuyan textarea {
  padding: 10px 14px;
  height: 142px;
  resize: none;
  background-color: transparent;
  border: 1px solid #000;
  vertical-align: top;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.liuyan input[type=text]:focus,
.liuyan textarea:focus {
  border-color: #9a763e;
}
.liuyan input[type=text],
.liuyan textarea {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.liuyan i.v {
  display: block;
  width: 100%;
  vertical-align: top;
}
.liuyan .hang2 {
  width: 100%;
  height: 50px;
  font-size: 0;
  line-height: 50px;
}
.liuyan .verifyImg {
  width: 140px;
  height: 100%;
  cursor: pointer;
  vertical-align: top;
}
.liuyan .yzmchange {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 100%;
  margin-left: 20px;
  background: url('../images/change2.png') center no-repeat;
}
.liuyan input#tj {
  display: block;
  width: 194px;
  height: 56px;
  font-size: 20px;
  line-height: 56px;
  color: #9a763e;
  border: 0 none;
  margin-top: 50px;
  background-color: #000;
  border-radius: 10px;
}
.liuyan input#tj:hover {
  color: #fff;
  background-color: #9a763e;
}
@media screen and (max-width: 1500px) {
  .cate52:before {
    left: -30px;
  }
}
@media screen and (max-width: 1080px) {
  .cate52 {
    float: none;
    width: 100%;
    text-align: center;
  }
  .liuyan {
    float: none;
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 60px;
  }
  .cate52 .en {
    font-size: 70px;
  }
  .cate52 .cn {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .cate52 span {
    display: inline-block;
  }
  .cate52 .info {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .cate52 .en {
    font-size: 50px;
    line-height: 60px;
  }
  .cate52 .cn {
    font-size: 24px;
    line-height: 40px;
  }
}
.protwo {
  padding-top: 120px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .protwo {
    padding-top: 100px;
  }
}
@media screen and (max-width: 750px) {
  .protwo {
    padding-top: 80px;
  }
}
.protwo .tt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.protwo .tt img {
  width: 100%;
}
.prolist {
  padding-bottom: 54px;
  margin: 0 -27px;
  position: relative;
}
.prolist li {
  float: left;
  width: 33.33%;
  margin-bottom: 60px;
}
.prolist li .lin {
  padding: 0 27px;
}
.prolist li a {
  display: block;
  width: 100%;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.prolist .pic {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
  background-color: #000;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.prolist img {
  -o-object-fit: cover;
     object-fit: cover;
}
.fancybox-image {
  border: 4px solid #b89257 !important;
}
.prolist li h3 {
  font-size: 20px;
  color: #333;
  line-height: 36px;
  text-align: center;
  height: 36px;
  overflow: hidden;
  margin-top: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.prolist li:hover h3 {
  color: #9a763e;
}
.prolist a:hover .pic {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media screen and (max-width: 1500px) {
  .prolist {
    margin: 0 -22px;
  }
  .prolist li .lin {
    padding: 0 22px;
  }
}
@media screen and (max-width: 1023px) {
  .prolist {
    margin: 0 -15px;
  }
  .prolist li .lin {
    padding: 0 15px;
  }
  .prolist li {
    width: 50%;
    margin-bottom: 50px;
  }
  .prolist li h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .prolist li h3 {
    margin-top: 10px;
  }
  .prolist li {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .prolist {
    margin: 0 -10px;
  }
  .prolist li .lin {
    padding: 0 10px;
  }
}
.casetwo {
  padding-top: 134px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .casetwo {
    padding-top: 100px;
  }
}
@media screen and (max-width: 750px) {
  .casetwo {
    padding-top: 80px;
  }
}
.caselist {
  padding-bottom: 60px;
  margin: 0 -40px;
  position: relative;
}
.caselist li {
  float: left;
  width: 33.33%;
  margin-bottom: 70px;
}
.caselist li .lin {
  padding: 0 40px;
}
.caselist li a {
  display: block;
  width: 100%;
}
.caselist .pic {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
  background-color: #000;
}
.caselist img {
  -o-object-fit: cover;
     object-fit: cover;
}
.caselist li h3 {
  font-size: 20px;
  color: #121212;
  line-height: 40px;
  text-align: center;
  height: 40px;
  overflow: hidden;
  margin-top: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.caselist li:hover h3 {
  color: #9a763e;
}
@media screen and (max-width: 1500px) {
  .caselist {
    margin: 0 -26px;
  }
  .caselist li .lin {
    padding: 0 26px;
  }
}
@media screen and (max-width: 1200px) {
  .caselist {
    margin: 0 -20px;
  }
  .caselist li .lin {
    padding: 0 20px;
  }
  .caselist li {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .caselist {
    margin: 0 -15px;
  }
  .caselist li .lin {
    padding: 0 15px;
  }
  .caselist li {
    width: 50%;
  }
  .caselist li h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .caselist {
    padding-bottom: 50px;
  }
  .caselist li h3 {
    margin-top: 10px;
  }
  .caselist li {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .caselist {
    margin: 0 -10px;
  }
  .caselist li .lin {
    padding: 0 10px;
  }
}
.hsepicbg {
  width: 100%;
  height: 960px;
  position: relative;
}
.hsepicbg .bigpic {
  width: 100%;
  height: 100%;
  font-size: 0;
  position: relative;
}
.hsepicbg .bigpic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s linear 0.2s;
  transition: all .3s linear 0.2s;
}
.hsepicbg .tree2 {
  position: absolute;
  left: 12.5%;
  top: 24px;
  z-index: 2;
}
.hsepicbg .cov {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
}
.xjcloses {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: -60px;
  left: 100%;
  z-index: 10;
  -webkit-transition: all .6s;
  transition: all .6s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: transparent url('../images/cha.png') center no-repeat;
}
.xjcloses.active {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  background-color: #af966d;
}
.case-ret {
  position: absolute;
  left: 100%;
  top: 22px;
  z-index: 2;
  padding: 8px 10px;
  width: 40px;
  height: 44px;
  background-color: #af966d;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-align: center;
}
.pull-left {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.pull-left .infobox {
  padding: 60px 60px 40px;
  width:1000px;
  max-width: 70vw;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}
.pull-left.active .infobox {
  opacity: 0;
}
.pull-left h3 {
  font-size: 26px;
  color: #333;
  line-height: 40px;
  max-height: 80px;
  margin-bottom: 40px;
  overflow: hidden;
}
.pull-left .desc {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  height: 192px;
  overflow: auto;
}
.case-pn {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin-top: 34px;
}
.case-pn a {
  display: block;
  width: 46px;
  height: 100%;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  color: #999;
  line-height: 40px;
  text-align: center;
}
.case-pn a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.case-pn a:hover {
  color: #af966d;
}
.case-pn a:hover:after {
  background-color: #af966d;
}
a.case-prev {
  float: left;
}
a.case-next {
  float: right;
}
.scrollarea1 .scrollbar {
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 2px;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.scrollarea1 .track {
  width: 4px;
  height: 100%;
  background-color: #d7d7d7;
  position: relative;
  left: 0;
}
.scrollarea1 .thumb {
  width: 8px;
  background-color: #af966d;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.scrollarea1 {
  position: relative;
  padding-right: 30px;
  height: 460px;
}
.scrollarea1 .viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.scrollarea1 .overview {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: justify;
}
.scrollarea1 .overview img {
  max-width: 100%;
}
.scrollbar.disable {
  display: none;
}
@media screen and (max-width: 1280px) {
  .hsepicbg .tree2 {
    left: 5%;
  }
  .pull-left .infobox {
    padding: 40px;
  }
}
@media screen and (max-width: 960px) {
  .pull-left h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  /*.bigpic{ overflow-x: auto;}
	img#bigpic{ width: auto; height: 100%; object-fit: initial;}*/
}
@media screen and (max-width: 750px) {
  .pull-left .infobox {
    padding: 40px 30px;
  }
  .pull-left h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .case-ret {
    left: 50%;
    margin-left: -30px;
    top: auto;
    bottom: 20px;
  }
  .xjcloses {
    margin-left: -60px;
  }
}
.proone {
  background: url('../images/ib2.jpg') center / cover no-repeat;
  background-attachment: fixed;
  padding: 156px 0 178px;
  position: relative;
}
.proone video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000;
  -o-object-fit: cover;
     object-fit: cover;
}
.prowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 668px;
  position: relative;
  z-index: 1;
}
.proleft {
  width: 50%;
  height: 668px;
  position: relative;
}
.proleft .bigpic {
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  line-height: 668px;
}
.proleft .bigpic img {
  max-width: 100%;
  max-height: 100%;
}
.proinfo {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 70px;
}
.proinfo h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1.8em;
  margin-bottom: 36px;
  overflow: hidden;
  text-shadow: 0 0 4px #000;
}
.proinfo .pro-more {
  display: block;
  display: none;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  height: 24px;
  margin-bottom: 62px;
  text-shadow: 0 0 4px #000;
}
.sw-next8,
.sw-prev8 {
  width: 58px;
  height: 58px;
  cursor: pointer;
  border: 1px dashed #fff;
  font-size: 0;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.sw-prev8 {
  background: url('../images/lt-pro.png') center no-repeat;
}
.sw-next8 {
  background: url('../images/gt-pro.png') center no-repeat;
  margin-left: 40px;
}
.sw-prev8:hover,
.sw-next8:hover {
  background-color: #b89257;
  border-color: #b89257;
}
.sw-next8.hide,
.sw-prev8.hide {
  display: none;
}
.proright {
  width: 40%;
}
.cate21 .en {
  font-size: 63px;
  line-height: 1em;
  color: #b89257;
  font-family: 'CORMORANTSC';
  font-weight: 500;
  text-transform: uppercase;
}
.cate21 .en span {
  display: block;
}
.cate21 .cn {
  font-size: 32px;
  line-height: 1.5em;
  color: #fff;
  margin-top: 14px;
}
@media screen and (max-width: 1200px) {
  .cate21 .en {
    font-size: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .cate21 .en {
    font-size: 40px;
  }
  .cate21 .en span {
    display: inline-block;
  }
}
@media screen and (max-width: 750px) {
  .cate21 .en {
    font-size: 30px;
  }
  .cate21 .cn {
    font-size: 24px;
    margin-top: 0;
  }
}
.sw21out {
  position: relative;
  margin-top: 150px;
  padding-bottom: 78px;
}
#sw21 {
  height: 250px;
}
#sw21 .swiper-slide {
  width: 250px;
}
#sw21 .swiper-slide a {
  display: block;
}
#sw21 .swiper-slide .pic {
  width: 100%;
  height: 250px;
  font-size: 0;
  text-align: center;
  background-color: #b89257;
}
#sw21 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#sw21 .swiper-slide.on img {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
#sw21 .swiper-slide h3 {
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  height: 40px;
  display: none;
}
.sw21out .swiper-scrollbar {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background-color: #af966d;
}
.sw21out .swiper-scrollbar-drag {
  background-color: #af966d;
  height: 3px;
  top: -1px;
}
@media screen and (max-width: 1440px) {
  .proright {
    width: 48%;
  }
}
@media screen and (max-width: 1024px) {
  .proone {
    padding: 80px 30px 140px;
  }
  .prowrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .proleft {
    width: 100%;
    height: 500px;
  }
  .proleft .bigpic {
    line-height: 500px;
  }
  .proinfo {
    bottom: 0;
  }
  .proright {
    width: 100%;
    margin-top: 70px;
  }
  .sw21out {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  .proone {
    padding: 70px 30px 100px;
  }
  video {
    display: none!important;
  }
  .proleft {
    padding-bottom: 100px;
    height: 400px;
  }
  .proleft .bigpic {
    line-height: 400px;
  }
  .proinfo {
    width: 100%;
    text-align: center;
  }
  .proinfo h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #sw21 {
    height: 150px;
  }
  #sw21 .swiper-slide {
    width: 150px;
  }
  #sw21 .swiper-slide .pic {
    height: 150px;
  }
}
.wenhua-out {
  padding: 110px 0 116px;
  background: url('../images/culbg.jpg') center / cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.repeated-zhezhe {
  position: absolute;
  left: 0;
  top: 12px;
  z-index: 0;
  width: 100%;
  height: 80px;
  -webkit-animation: marquee 40s linear infinite;
          animation: marquee 40s linear infinite;
  font-size: 0;
  opacity: 0.2;
  background: url('../images/e-cul.png') 0 repeat-x;
}
.repeated-zhezhe2 {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 0;
  width: 100%;
  height: 105px;
  -webkit-animation: marquee 40s linear infinite;
          animation: marquee 40s linear infinite;
  font-size: 0;
  opacity: 0.5;
  background: url('../images/e-ry.png') 0 repeat-x;
}
@-webkit-keyframes marquee {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -1920px 50%;
  }
}
@keyframes marquee {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -1920px 50%;
  }
}
.cate12 {
  position: relative;
  text-align: center;
}
.cate12:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 2px;
  z-index: 0;
  width: 400px;
  height: 1px;
  margin-left: -200px;
  background-color: rgba(218, 218, 218, 0.1);
}
.cate12 .cn {
  font-size: 44px;
  color: #fff;
  line-height: 80px;
}
.cate12 .hx {
  margin: 15px auto 0;
  width: 152px;
  height: 5px;
  position: relative;
  z-index: 2;
  background-color: #9a763e;
}
.cate13 {
  position: relative;
  text-align: center;
}
.cate13:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 2px;
  z-index: 0;
  width: 400px;
  height: 1px;
  margin-left: -200px;
  background-color: #dadada;
}
.cate13 .cn {
  font-size: 44px;
  color: #131514;
  line-height: 80px;
}
.cate13 .hx {
  margin: 15px auto 0;
  width: 152px;
  height: 5px;
  position: relative;
  z-index: 2;
  background-color: #b49973;
}
@media screen and (max-width: 1023px) {
  .cate12 .cn,
  .cate13 .cn {
    font-size: 36px;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 750px) {
  .cate12 .cn,
  .cate13 .cn {
    font-size: 28px;
  }
}
.whlist {
  overflow: hidden;
  margin-top: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.whlist li {
  width: 454px;
  margin-left: 39px;
}
.whlist li:first-child {
  margin-left: 0;
}
.whlist li a {
  display: block;
  text-align: center;
}
.whlist li .pic {
  width: 100%;
  padding-bottom: 112.33%;
  overflow: hidden;
  height: 0;
  position: relative;
  font-size: 0;
}
.whlist li img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.whlist li h3 {
  font-size: 30px;
  color: #dadada;
  line-height: 1.4em;
  height: 1.4em;
  margin-top: 48px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.whlist li .txt {
  font-size: 22px;
  color: #dadada;
  line-height: 40px;
  overflow: hidden;
  margin-top: 10px;
}
.whlist li .txt span {
  display: inline-block;
  opacity: 0.5;
}
.whlist li:hover h3 {
  color: #f1c58e;
}
@media screen and (max-width: 1024px) {
  .whlist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
  .whlist li {
    margin-left: 0;
    margin-top: 40px;
    width: 48%;
  }
  .whlist li h3 {
    font-size: 24px;
    margin-top: 30px;
  }
  .whlist li .txt {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (max-width: 640px) {
  .whlist li {
    width: 100%;
  }
}
.rong-out {
  padding: 152px 0 78px;
  position: relative;
  background: url('../images/rongbg.jpg') center / cover no-repeat;
}
.sw13out {
  position: relative;
  margin-top: 60px;
  padding-bottom: 160px;
}
.sw13 {
  width: 100%;
  height: 384px;
}
.sw13 .swiper-slide {
  width: 400px;
}
.sw13 .swiper-pagination {
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
}
.sw13 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background-color: #bfbfbf;
  outline: 0 none;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.sw13 .swiper-pagination-bullet-active {
  background-color: #b81c22;
}
.sw13out .sw-next,
.sw13out .sw-prev {
  position: absolute;
  bottom: 0;
  width: 48px;
  height: 32px;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
  text-align: center;
}
.sw13out .sw-prev {
  right: 50%;
  margin-right: 2px;
  border-radius: 16px 0 0 16px;
  background: #bfbfbf url('../images/lt-ry.png') center no-repeat;
}
.sw13out .sw-next {
  left: 50%;
  margin-left: 2px;
  border-radius: 0 16px 16px 0;
  background: #bfbfbf url('../images/gt-ry.png') center no-repeat;
}
.sw13out .sw-prev:hover,
.sw13out .sw-next:hover {
  background-color: #b49973;
}
.sw13 .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sw13 .swiper-slide .pic {
  width: 100%;
  height: 330px;
  font-size: 0;
  overflow: hidden;
  text-align: center;
  line-height: 330px;
}
.sw13 .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.sw13 .swiper-slide-active a {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sw13 .swiper-slide h3 {
  width: 100%;
  height: 54px;
  overflow: hidden;
  opacity: 0;
  font-size: 22px;
  color: #362e2e;
  line-height: 54px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sw13 .swiper-slide-active h3 {
  opacity: 1;
}
/*首页*/
.sw00out {
  position: relative;
  width: 100%;
  height: 960px;
  z-index: 2;
  overflow: hidden;
}
#sw00 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#sw00 .swiper-slide {
  overflow: hidden;
}
#sw00 .slideinner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#sw00 .slideinner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sw00out .swiper-pagination {
  width: 100%;
  height: 10px;
  bottom: 52px;
  white-space: nowrap;
}
.sw00out .swiper-pagination .swiper-pagination-bullet {
  width: 56px;
  height: 2px;
  margin: 0 25px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.3);
  outline: 0 none;
  opacity: 1;
  vertical-align: top;
  position: relative;
}
.sw00out .swiper-pagination .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0s;
  transition: 0s;
}
.sw00out .swiper-pagination .swiper-pagination-bullet.ac:before {
  width: 100%;
  -webkit-transition: 8s linear;
  transition: 8s linear;
}
@-webkit-keyframes widthgrow {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthgrow {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .sw00out .swiper-pagination {
    bottom: 32px;
  }
  .sw00out .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .sw00out {
    height: auto;
    padding-bottom: 100%;
  }
}
/*.sw00out .swiper-pagination{ font-size: 14px; color: #fff; line-height: 50px; 
	width: auto; height: 50px; left:9.375%; bottom: 50px;}
.sw00out .swiper-pagination-current{ font-size: 40px; font-weight: bold;}
.sw00out .swiper-pagination-total{ font-size: 14px;}*/
/*.swiper-num00{ position: absolute; height: 50px; left: 9.375%; bottom: 50px; z-index: 10;
	font-size: 14px; color: #fff; line-height: 50px; pointer-events: none;}
.swiper-num00 span{ display: inline-block;}
.swiper-num00 .active{ font-size: 40px; font-weight: bold; margin-right: 5px;}
.swiper-num00 .total{ font-size: 14px; margin-left: 5px;}*/
/*.sw00out .swiper-scrollbar{ position: absolute; left:6.25%; bottom: 6%; width: 80px; height: 1px; 
	background-color: rgba(255,255,255,0.5); z-index: 1; margin-left: 52px; margin-bottom: 20px;}
.sw00out .swiper-scrollbar-drag{ width: 0; background-color: #fff;}
.sw00out .swiper-scrollbar-drag.active{ animation: widthgrow 8s linear 1;}*/
/*.sw00out .sw-next,
.sw00out .sw-prev { position: absolute; top: 50%; width: 60px; height: 60px; z-index: 11; margin-top: -30px;
	font-size: 0; border-radius: 50%; text-align: center; cursor: pointer; opacity: 0.5;}
.sw00out .sw-prev {  left: 6.25%; background: url('../images/lt1.png') center no-repeat;}
.sw00out .sw-next { right: 6.25%; background: url('../images/gt1.png') center no-repeat;}
.sw00out .sw-prev:hover,.sw00out .sw-next:hover{ opacity: 1;}
@media screen and (max-width:750px){
	.sw00out .sw-prev,.sw00out .sw-next{ width: 40px; height: 40px; margin-top: -20px;}
	.sw00out .sw-prev{ left: 4%;}
	.sw00out .sw-next{ right: 4%;}
}
*/
.mybubble:hover {
  -webkit-animation: bubbles1 1s forwards ease-out;
          animation: bubbles1 1s forwards ease-out;
  background: radial-gradient(circle at center, rgba(30, 172, 115, 0) 20%, #eeeeff 50%, #eeeeff 55%, rgba(30, 172, 115, 0) 60%) 80% 80% / 0.78em 0.78em, radial-gradient(circle at center, rgba(30, 172, 115, 0) 20%, #eeeeff 50%, #eeeeff 55%, rgba(0, 0, 0, 0) 60%) 13% 131% / 0.71em 0.71em, radial-gradient(circle at center, rgba(30, 172, 115, 0) 20%, #eeeeff 50%, #eeeeff 55%, rgba(30, 172, 115, 0) 60%) 7% 80% / 0.58em 0.58em, radial-gradient(circle at center, rgba(30, 172, 115, 0) 20%, #eeeeff 50%, #eeeeff 55%, rgba(30, 172, 115, 0) 60%) 5% 84% / 1.02em 1.02em, radial-gradient(circle at center, rgba(30, 172, 115, 0) 20%, #eeeeff 50%, #eeeeff 55%, rgba(30, 172, 115, 0) 60%) 32% 116% / 0.76em 0.76em, radial-gradient(circle at center, rgba(30, 172, 115, 0) 20%, #eeeeff 50%, #eeeeff 55%, rgba(30, 172, 115, 0) 70%) 102% 120% / 0.58em 0.58em, radial-gradient(circle at center, rgba(30, 172, 115, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(30, 172, 115, 0) 70%) 12% 121% / 0.67em 0.67em, radial-gradient(circle at center, rgba(30, 172, 115, 0) 20%, #eeeeff 50%, #eeeeff 55%, rgba(30, 172, 115, 0) 60%) 59% 77% / 1.08em 1.08em, radial-gradient(circle at center, rgba(30, 172, 115, 0) 20%, #eeeeff 50%, #eeeeff 55%, rgba(30, 172, 115, 0) 60%) 22% 89% / 0.69em 0.69em, radial-gradient(circle at center, rgba(30, 172, 115, 0) 20%, #eeeeff 50%, #eeeeff 55%, rgba(30, 172, 115, 0) 60%) 74% 119% / 0.69em 0.69em, radial-gradient(circle at center, rgba(30, 172, 115, 0) 20%, #eeeeff 50%, #eeeeff 55%, rgba(30, 172, 115, 0) 60%) 40% 89% / 0.62em 0.62em;
  background-repeat: no-repeat;
}
@-webkit-keyframes bubbles1 {
  100% {
    background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
  }
}
@keyframes bubbles1 {
  100% {
    background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
  }
}
.evwz {
  position: absolute;
  top: 50%;
  left: 9.375%;
  z-index: 2;
  margin-top: -180px;
  -webkit-transition: 1s;
  transition: 1s;
}
.evwz .txt3 {
  font-size: 56px;
  line-height: 82px;
  color: #fff;
  letter-spacing: 12px;
}
.evwz .txt4 {
  font-size: 22px;
  line-height: 44px;
  color: #fff;
  margin-top: 16px;
}
.evmore {
  position: relative;
  overflow: hidden;
  width: 178px;
  height: 46px;
  margin-top: 60px;
  display: block;
  border: 1px solid #fff;
  line-height: 46px;
  text-align: center;
  border-radius: 2px;
  background-color: transparent;
  font-size: 16px;
  color: #fff;
}
.evmore:hover {
  border-color: #9a763e;
  background-color: #9a763e;
}
@media screen and (max-width: 1400px) {
  .evwz {
    margin-top: -150px;
  }
  .evwz .txt3 {
    font-size: 46px;
    line-height: 68px;
    letter-spacing: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .evwz {
    margin-top: -120px;
  }
  .evwz .txt3 {
    font-size: 36px;
    line-height: 54px;
  }
  .evwz .txt4 {
    font-size: 18px;
    line-height: 36px;
  }
  .evmore {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .evwz {
    left: 5%;
    width: 90%;
    text-align: center;
  }
  .evwz .txt3 {
    font-size: 30px;
    line-height: 46px;
  }
  .evmore {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .evwz {
    margin-top: -80px;
  }
  .evwz .txt3 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 4px;
  }
  .evwz .txt4 {
    display: none;
  }
}
.fnewsout {
  padding: 154px 0 158px;
  position: relative;
  overflow: hidden;
}
.fnewsout .jux {
  position: absolute;
  right: 0;
  top: 92px;
  z-index: 1;
  opacity: 0.5;
  width: 610px;
  height: 170px;
  background: url('../images/e-news.png') top no-repeat;
}
.fnews {
  width: 100%;
  position: relative;
  z-index: 1;
}
.fnewspicbg {
  float: left;
  width: 43.6%;
  height: 768px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.fnewspicbg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fnewsother {
  float: right;
  width: 43.6%;
  height: 768px;
  margin-right: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.fnewsother .inner {
  margin: auto 0;
  width: 100%;
}
.fnewsother h3 {
  font-size: 48px;
  color: #111;
  line-height: 72px;
}
.fnewsother .intro {
  font-size: 18px;
  color: #333;
  line-height: 32px;
  margin-top: 20px;
  max-width: 490px;
}
.evmore1 {
  position: relative;
  overflow: hidden;
  width: 132px;
  height: 38px;
  margin-top: 52px;
  display: block;
  border: 1px solid #c39b6c;
  line-height: 38px;
  text-align: center;
  background-color: transparent;
  font-size: 16px;
  color: #c39b6c;
}
.evmore1:hover {
  color: #fff;
  background-color: #c39b6c;
}
.fnewsother .evmore1 {
  margin-top: 56px;
}
.ftxtlist2 {
  width: 100%;
  margin-top: 32px;
}
.ftxtlist2 li {
  width: 100%;
  padding: 15px 0;
}
.ftxtlist2 li a {
  display: block;
  padding-right: 110px;
  position: relative;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.ftxtlist2 li span.info {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ftxtlist2 li span.date {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100px;
  font-size: 16px;
  color: #666;
  text-align: right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ftxtlist2 li:hover span.info {
  color: #bb9973;
}
.ftxtlist2 li:hover span.date {
  color: #bb9973;
}
@media screen and (max-width: 1200px) {
  .fnewsother {
    margin-right: 0;
  }
  .ftxtlist2 li {
    padding: 6px 0;
  }
}
@media screen and (max-width: 1100px) {
  .fnewsout {
    padding-bottom: 100px;
  }
  .fnewspicbg {
    float: none;
    width: 100%;
    height: auto;
  }
  .fnewspicbg img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .fnewsother {
    float: none;
    width: 770px;
    max-width: 100%;
    height: auto;
    margin: 50px auto 0;
  }
  .fnewsother .intro {
    max-width: none;
    text-align: center;
    margin-top: 10px;
  }
  .fnewsother h3 {
    text-align: center;
    font-size: 40px;
    line-height: 1.5em;
  }
  .fnewsother .evmore1 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1000px) {
  .fnewsout .jux {
    top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .fnewsout .jux {
    max-width: 90%;
    background-size: 100%;
  }
  .fnewsother h3 {
    font-size: 30px;
  }
}
.fpai {
  padding-top: 142px;
  text-align: center;
  background: url('../images/fpaibg.jpg') top;
}
.fpai .title {
  font-size: 48px;
  color: #111;
  line-height: 1.5em;
}
.fpai .intro {
  font-size: 18px;
  color: #333;
  line-height: 32px;
  margin: 14px auto 0;
  max-width: 800px;
}
.fpai .evmore1 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .fpai {
    padding-top: 120px;
  }
  .fpai .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .fpai {
    padding-top: 90px;
  }
  .fpai .title {
    font-size: 30px;
  }
  .fpai .intro {
    font-size: 16px;
  }
}
.sw01out {
  position: relative;
  margin-top: 100px;
}
#sw01 {
  height: 466px;
}
#sw01 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#sw01 .swiper-slide {
  width: 562px;
}
#sw01 .swiper-slide a {
  display: block;
  height: 100%;
}
#sw01 .swiper-slide .pic {
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  line-height: 466px;
  background-color: #000;
}
#sw01 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#sw01 .swiper-slide:hover img {
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .sw01out {
    margin-top: 70px;
  }
  #sw01 {
    height: 340px;
  }
  #sw01 .swiper-slide {
    width: 410px;
  }
  #sw01 .swiper-slide .pic {
    line-height: 340px;
  }
}
.fcaseout {
  padding: 132px 0 118px;
  position: relative;
  overflow: hidden;
  background: url('../images/fcasebg.jpg') center / cover no-repeat;
  background-attachment: fixed;
}
.fcaseout .jux2 {
  position: absolute;
  left: 0;
  top: 140px;
  z-index: 1;
  opacity: 0.5;
  width: 663px;
  height: 170px;
  background: url('../images/e-case.png') top no-repeat;
}
@media screen and (max-width: 1024px) {
  .fcaseout {
    padding-bottom: 100px;
  }
  .fcaseout .jux2 {
    top: 70px;
  }
}
@media screen and (max-width: 750px) {
  .fcaseout {
    padding-bottom: 80px;
  }
  .fcaseout .jux2 {
    max-width: 90%;
    background-size: 100%;
  }
}
.repeated-zhezhe3 {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 14px;
  margin-top: 66px;
  -webkit-animation: marquee3 30s linear infinite;
          animation: marquee3 30s linear infinite;
  font-size: 0;
  opacity: 0.5;
  background: url('../images/e-cqrm.png') 0 repeat-x;
}
@-webkit-keyframes marquee3 {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -1360px 50%;
  }
}
@keyframes marquee3 {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -1360px 50%;
  }
}
.fcase {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.fcasepicbg {
  width: 750px;
  position: relative;
  font-size: 0;
  text-align: center;
}
.fcasepicbg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fcaseother {
  width: 486px;
  padding-right: 30px;
  padding-bottom: 52px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.fcaseother .desp {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  padding-top: 44px;
  background: url('../images/yin1.png') no-repeat;
}
.fcaseother .title {
  font-size: 48px;
  color: #fff;
  line-height: 1.5em;
}
.fcaseother .intro {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  margin-top: 20px;
}
.fcaseother .evmore1 {
  margin-top: 62px;
}
.fcaseother .hx {
  width: 44px;
  height: 1px;
  background-color: #c39b6c;
  margin: 82px 0 74px;
}
@media screen and (max-width: 1024px) {
  .fcase {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fcasepicbg {
    width: 100%;
  }
  .fcasepicbg img {
    width: auto;
    max-width: 100%;
  }
  .fcaseother {
    width: 100%;
    padding-right: 0;
  }
  .fcaseother .title {
    font-size: 40px;
  }
  .fcaseother .hx {
    margin: 30px 0;
  }
}
@media screen and (max-width: 750px) {
  .fcaseother .title {
    font-size: 30px;
  }
  .fcaseother .evmore1 {
    margin-top: 36px;
  }
  .fcaseother .intro {
    font-size: 16px;
  }
}
.yaogu {
  height: 960px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.yaogupicbg {
  width: 50%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .5s ease 0.2s;
  transition: all .5s ease 0.2s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.yaogupicbg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.yaogupicbg .cov {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.yaogupicbg .wz {
  padding: 0 70px 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.yaogupicbg h3 {
  font-size: 24px;
  color: #fff;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
}
.yaogupicbg .txt {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  margin-top: 10px;
}
.yaoguother {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url('../images/fprobg.jpg') bottom / cover no-repeat;
}
.yaoguother .inner {
  padding: 0 10%;
  width: 80%;
  text-align: center;
}
.yaoguother .title {
  font-size: 48px;
  color: #fff;
  line-height: 1.5em;
}
.yaoguother .intro {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  max-width: 640px;
  margin: 34px auto 0;
}
.yaoguother .evmore {
  margin-top: 90px;
  width: 146px;
  height: 38px;
  line-height: 38px;
  margin-left: auto;
  margin-right: auto;
}
.piclist {
  margin-top: 56px;
  text-align: center;
  font-size: 0;
}
.piclist li {
  display: inline-block;
  width: 58px;
  height: 58px;
  margin: 0 17px 10px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.piclist li img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.piclist li h3,
.piclist li .txt {
  display: none;
}
.piclist li .flag {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url('../images/ok.png') center no-repeat;
}
.piclist li.on .flag {
  opacity: 1;
}
.piclist li:hover {
  -webkit-box-shadow: 0 0 10px 0 #f1c58e;
          box-shadow: 0 0 10px 0 #f1c58e;
}
@media screen and (max-width: 1400px) {
  .yaogupicbg .wz {
    padding: 0 5% 40px;
  }
  .yaoguother .inner {
    padding: 0 5%;
    width: 90%;
  }
  .piclist li {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 1100px) {
  .yaogu {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .yaogupicbg {
    width: 100%;
    height: 800px;
  }
  .yaogupicbg img {
    height: auto;
  }
  .yaogupicbg .wz {
    text-align: center;
  }
  .yaoguother {
    width: 100%;
    padding: 100px 0;
  }
  .yaoguother .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .yaogupicbg {
    height: auto;
    padding-bottom: 100%;
  }
  .yaogupicbg h3 {
    font-size: 20px;
  }
  .yaoguother {
    padding: 70px 0;
  }
  .yaoguother .title {
    font-size: 30px;
  }
  .yaoguother .intro {
    font-size: 16px;
  }
  .yaoguother .evmore {
    margin-top: 40px;
  }
}
@media screen and (max-width: 560px) {
  .piclist li {
    width: 48px;
    height: 48px;
  }
}
.cate3 {
  position: relative;
}
.cate3 .en {
  font-size: 80px;
  line-height: 100px;
  color: #b89257;
  font-family: 'CORMORANTSC';
  font-weight: 500;
}
.cate3 .cn {
  font-size: 40px;
  line-height: 1.5em;
  color: #fff;
  margin-top: 6px;
}
@media screen and (max-width: 1024px) {
  .cate3 {
    text-align: center;
  }
  .cate3 .en {
    font-size: 60px;
    line-height: 80px;
  }
  .cate3 .cn {
    font-size: 32px;
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .cate3 .en {
    font-size: 50px;
    line-height: 60px;
  }
  .cate3 .cn {
    font-size: 24px;
  }
}
.caseone {
  padding: 164px 0 200px;
  position: relative;
  overflow: hidden;
  background: url('../images/caseonebg.jpg') center / cover no-repeat;
}
.caseone .tree2 {
  position: absolute;
  left: 50%;
  top: 24px;
  z-index: 1;
  margin-left: -720px;
}
@media screen and (max-width: 1500px) {
  .caseone .tree2 {
    left: 30px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .caseone {
    padding: 140px 0 160px;
  }
}
.repeated-zhezhe4 {
  position: absolute;
  right: 0;
  bottom: 140px;
  z-index: 0;
  width: 35%;
  height: 123px;
  -webkit-animation: marquee4 30s linear infinite;
          animation: marquee4 30s linear infinite;
  font-size: 0;
  opacity: 0.2;
  background: url('../images/e-ec.png') 0 repeat-x;
}
@-webkit-keyframes marquee4 {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -1681px 50%;
  }
}
@keyframes marquee4 {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -1681px 50%;
  }
}
.caseonewrap {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: -24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.caseonepicbg {
  width: 850px;
  position: relative;
  margin-top: 134px;
}
.caseonepicbg .pic {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  font-size: 0;
  z-index: 0;
  overflow: hidden;
}
.caseonepicbg img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.caseonepicbg:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.caseonepicbg .cov {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.caseonepicbg .wz {
  padding: 0 60px 44px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.caseonepicbg h3 {
  font-size: 42px;
  color: #fff;
  line-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
}
.caseonepicbg .txt {
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  margin-top: 14px;
}
.caseoneother {
  width: 430px;
  padding-left: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.caseoneother .pic {
  width: 100%;
  height: 430px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.caseoneother img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.caseoneother:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.caseoneother .title {
  font-size: 42px;
  color: #fff;
  line-height: 1.5em;
  margin-top: 46px;
}
.caseoneother .intro {
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  margin-top: 14px;
  opacity: 0.2;
}
.caseoneother .more {
  display: block;
  width: 78px;
  height: 78px;
  border: 1px dashed #fff;
  margin-top: 96px;
  border-radius: 50%;
  background: transparent url('../images/jtr.png') center no-repeat;
}
.caseoneother .more:hover {
  background-color: #9a763e;
  border-color: #9a763e;
}
.caseonepicbg h3 a,
.caseoneother .title a {
  color: #fff;
}
.caseonepicbg h3:hover a,
.caseoneother .title:hover a {
  color: #9a763e;
}
@media screen and (max-width: 1400px) {
  .caseonepicbg .wz {
    padding: 0 5% 40px;
  }
}
@media screen and (max-width: 1300px) {
  .caseoneother {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
@media screen and (max-width: 1024px) {
  .caseonewrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .caseonepicbg {
    width: 100%;
    margin-top: 84px;
  }
  .caseonepicbg img {
    width: auto;
    max-width: 100%;
  }
  .caseoneother {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
  .caseoneother img {
    width: auto;
    max-width: 100%;
  }
  .caseoneother .title,
  .caseonepicbg h3 {
    font-size: 34px;
  }
  .caseoneother .more {
    margin-top: 36px;
  }
  .repeated-zhezhe4 {
    width: 100%;
    bottom: 70px;
  }
}
@media screen and (max-width: 750px) {
  .caseoneother .title,
  .caseonepicbg h3 {
    font-size: 26px;
  }
  .caseonepicbg .wz {
    padding: 0 5% 24px;
  }
  .caseonepicbg .txt {
    line-height: 26px;
  }
}
.about-out {
  padding: 196px 0 150px;
  background: url('../images/abtbg.jpg') top;
}
@media screen and (max-width: 1024px) {
  .about-out {
    padding: 150px 0 120px;
  }
}
@media screen and (max-width: 750px) {
  .about-out {
    padding: 100px 0 90px;
  }
}
.repeated-zhezhe5 {
  width: 927px;
  max-width: 100%;
  height: 28px;
  margin: 80px auto 0;
  -webkit-animation: marquee5 30s linear infinite;
          animation: marquee5 30s linear infinite;
  font-size: 0;
  position: relative;
  z-index: 2;
  background: url('../images/e-zss.png') 0 repeat-x;
}
@-webkit-keyframes marquee5 {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 927px 50%;
  }
}
@keyframes marquee5 {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 927px 50%;
  }
}
.cate11 {
  position: relative;
  text-align: center;
}
.cate11 .enp {
  font-size: 0;
}
.cate11 .enp img {
  max-width: 100%;
}
.cate11 .cn {
  font-size: 44px;
  color: #171717;
  line-height: 76px;
  margin-top: 14px;
}
.cate11 .hx {
  margin: 15px auto 0;
  width: 84px;
  height: 5px;
  position: relative;
  z-index: 2;
  background-color: #9a763e;
}
@media screen and (max-width: 1023px) {
  .cate11 .cn {
    font-size: 36px;
    line-height: 1.7em;
  }
}
@media screen and (max-width: 750px) {
  .cate11 .cn {
    font-size: 28px;
  }
  .cate11 .enp img {
    height: 48px;
  }
}
.abttitle {
  font-size: 38px;
  color: #9a763e;
  line-height: 60px;
  margin-top: 60px;
  text-align: center;
}
.abtcon {
  font-size: 16px;
  color: #171717;
  line-height: 32px;
  margin-top: 34px;
  text-align: center;
}
.abtpic {
  width: 100%;
  overflow: hidden;
  margin-top: 120px;
  text-align: center;
}
.abtpic img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .abttitle {
    font-size: 30px;
  }
  .abtpic {
    margin-top: 30px;
  }
}
