@charset "utf-8";
.cm {
  color: #896e4c;
}
.cm2 {
  color: #ad8f63;
}
.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: 'Geometr415BlkBT';
  src: url('../font/Geometr415BlkBT.ttf');
}
@font-face {
  font-family: 'swissbt';
  src: url('../font/SWISSBT.TTF');
}
@font-face {
  font-family: 'Century751No2BT';
  src: url('../font/Century751No2BT.TTF');
}
.inbanner {
  width: 100%;
  height: 960px;
  position: relative;
  overflow: hidden;
}
.inbanner > img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.inbanner > img.ibpropic {
  -o-object-position: 74% 50%;
     object-position: 74% 50%;
}
.inbanner .cer {
  position: relative;
  height: 100%;
}
.inbanner2 {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.inbanner2 > img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
/*匠心住宿2关于 设计施工流程标题*/
.cate1 {
  text-align: center;
  position: relative;
  padding-bottom: 36px;
}
.cate1:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 50px;
  height: 1px;
  margin-left: -25px;
  background-color: #fff;
}
.cate1 .en {
  font-size: 24px;
  color: #e6462e;
  line-height: 24px;
  font-family: arial;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}
.cate1 .cn {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-top: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 30px;
}
.cate1 .cn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  width: 50%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: -74px;
}
.cate1 .cn:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 0;
  width: 50%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: -74px;
}
/*匠心住宿10联系 banner标题*/
.ibcatein2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50%;
  z-index: 1;
  color: #fff;
  text-align: center;
  overflow: hidden;
  margin-bottom: 5.4%;
}
.ibcatein2 .cn {
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  margin-top: 30px;
  background: url('../images/line2.png') center no-repeat;
}
.ibcatein2 .cn span {
  padding-left: 8px;
  letter-spacing: 8px;
}
.ibcatein2 .en {
  font-size: 0;
}
.ibcatein2 img {
  max-width: 90%;
}
.ibbg {
  -webkit-animation: pagebgfd 6s linear infinite alternate;
          animation: pagebgfd 6s linear infinite alternate;
}
@-webkit-keyframes pagebgfd {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
@keyframes pagebgfd {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
/*远见2关于我们 合作单位*/
.borderwan {
  position: relative;
}
.borderwan i.ii1,
.borderwan i.ii2,
.borderwan i.ii3,
.borderwan i.ii4 {
  position: absolute;
  z-index: 5;
  background-color: #cfd1f8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.borderwan i.ii1 {
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
}
.borderwan i.ii2 {
  right: 0;
  top: 0;
  width: 1px;
  height: 0;
}
.borderwan i.ii3 {
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
}
.borderwan i.ii4 {
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0;
}
.borderwan:hover i.ii1,
.borderwan:hover i.ii3 {
  width: 100%;
}
.borderwan:hover i.ii2,
.borderwan:hover i.ii4 {
  height: 100%;
}
.btt1 img,
.btt2 img,
.btt3 img {
  -webkit-animation: move ease-in-out 2s infinite;
          animation: move ease-in-out 2s infinite;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(360deg);
            transform: translateX(10px) rotate(360deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@keyframes move2 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(360deg);
            transform: translateX(10px) rotate(360deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
.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: 80px;
  margin-top: -80px;
}
.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 {
  padding: 15px 0;
  height: 64px;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #eee;
  border-top: 6px solid #00a1e9;
}
.baninfo .cer8 {
  height: 100%;
}
.erji {
  float: right;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
  max-width: 100%;
  line-height: 64px;
  height: 64px;
}
.erji a {
  display: inline-block;
  height: 100%;
  position: relative;
  margin-left: 80px;
  color: #333;
  font-size: 16px;
  line-height: 64px;
  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: 1px;
  background-color: #009de2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.erji a:hover {
  color: #009de2;
}
.erji a.on {
  color: #009de2;
  font-weight: bold;
}
.erji a:hover:after {
  left: 0;
  width: 100%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.tree {
  float: left;
  height: 100%;
  font-size: 16px;
  line-height: 64px;
  color: #999;
}
.tree a {
  display: inline-block;
  height: 100%;
  color: #999;
  vertical-align: middle;
}
.tree a:hover,
.tree a.leaf {
  color: #009de2;
}
.tree i {
  display: inline-block;
  width: 34px;
  height: 100%;
  vertical-align: middle;
  background: url('../images/sjr1-tree.png') center no-repeat;
}
@media screen and (max-width: 1024px) {
  .tree {
    display: none;
  }
  .erji {
    float: none;
  }
}
@media screen and (max-width: 750px) {
  .erji a {
    margin-left: 60px;
  }
}
@media screen and (max-width: 640px) {
  .erji a {
    width: 25%;
    margin-left: 0;
  }
}
/*宝创8产品详情 */
.bneck {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 66px;
  z-index: 3;
}
.berji {
  font-size: 0;
  width: 100%;
  text-align: center;
}
.berji a {
  display: inline-block;
  width: 164px;
  height: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 54px;
  position: relative;
  overflow: hidden;
  background-color: #66807f;
  margin: 10px 17px;
  border-radius: 8px;
}
.berji a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 0;
  width: 1px;
  height: 30px;
  display: none;
}
.berji a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 0;
  margin-left: 0;
  width: 0;
  height: 4px;
  background-color: #0076cd;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.berji a.on:after,
.berji a:hover:after {
  width: 80px;
  margin-left: -40px;
}
.berji a.on,
.berji a:hover {
  background-color: #1fb5b0;
}
/*海创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-top: 60px;
  margin-left: 34px;
}
a.seemore3:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border: 1px solid #116bb4;
}
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;
}
/*远见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;
}
.ibcate {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: 1;
  padding: 50px 0;
  color: #fff;
  text-align: center;
  overflow: hidden;
  margin-top: -90px;
  background: url('../images/zuan.png') center no-repeat;
}
.ibcate .cn {
  font-size: 58px;
  line-height: 82px;
  letter-spacing: 20px;
  text-indent: 20px;
}
.ibcate .en {
  font-size: 54px;
  line-height: 70px;
  font-weight: bold;
  position: relative;
  font-family: 'helvetica';
  text-transform: uppercase;
  word-break: normal;
}
.ibcate .hx {
  width: 40px;
  height: 3px;
  background-color: #fff;
  margin: 10px auto;
}
.ibcate .en:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 66px;
  height: 2px;
  background-color: #fff;
  margin-left: -33px;
  display: none;
}
a.ibret {
  position: absolute;
  right: 10%;
  bottom: 30px;
  z-index: 10;
  height: 25px;
  padding-left: 40px;
  font-size: 20px;
  color: #fffefe;
  line-height: 25px;
  font-family: "Source Han Sans";
  background: url('../images/ret2.png') 0 no-repeat;
}
a.ibret:hover {
  text-decoration: underline;
  text-shadow: 0 0 10px #fff;
  padding-left: 30px;
}
@media screen and (max-width: 750px) {
  a.ibret {
    right: 5%;
  }
}
a.quanjing {
  position: absolute;
  left: 50%;
  bottom: 167px;
  z-index: 10;
  width: 120px;
  height: 45px;
  font-size: 0;
  background: url('../images/quanjing.png') center no-repeat;
  margin-left: -60px;
}
.mouse {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 8;
  line-height: 20px;
  height: 90px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mouse > label {
  display: block;
  height: 20px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.mouse > b {
  position: absolute;
  bottom: 0;
  width: 1px;
  right: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
}
.mouse > b.i1 {
  left: 50%;
  height: 50px;
}
.mouse > b.i1:after {
  content: "";
  position: absolute;
  height: 40%;
  width: 100%;
  background-color: #fff;
  bottom: 100%;
  left: 0;
  -webkit-animation: rise1 1.6s linear infinite;
          animation: rise1 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);
  }
}
.quyicate {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: 1;
  margin-top: -105px;
  font-size: 0;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.quyicate dd {
  display: inline-block;
  width: 384px;
  max-width: 33.33%;
  vertical-align: top;
}
.quyicate div {
  width: 184px;
  height: 184px;
  padding: 15px;
  border: 2px dashed rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  margin: 0 auto;
  line-height: 184px;
}
.quyicate span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-size: 55px;
  background-color: rgba(255, 255, 255, 0.22);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.quyicate span:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 750px) {
  .quyicate {
    margin-top: -77px;
  }
  .quyicate div {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
  .quyicate span {
    font-size: 40px;
  }
}
.tucate {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50%;
  z-index: 1;
  margin-bottom: 127px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  font-family: "Source Han Sans";
}
.tucate .cn {
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
}
.tucate .cn2 {
  font-size: 24px;
  line-height: 40px;
  margin-top: 10px;
  padding: 0 5%;
  width: 90%;
}
.quanzi {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 1;
  margin-top: 190px;
}
.subquanzi2 {
  position: absolute;
  left: 50%;
  bottom: 264px;
  z-index: 1;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: -6px;
  -webkit-animation: movt 8s linear 0s infinite;
          animation: movt 8s linear 0s infinite;
}
.quanzi:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 1px;
  height: 260px;
  background-color: #fff;
}
.subquanzi {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 100%;
}
.subquanzi.i0 {
  width: 12px;
  height: 4px;
  z-index: 4;
  -webkit-animation: varn0 1s linear infinite;
          animation: varn0 1s linear infinite;
  background-color: #fff;
}
.subquanzi.i1 {
  width: 32px;
  height: 10px;
  z-index: 3;
  -webkit-animation: varn1 1s linear infinite;
          animation: varn1 1s linear infinite;
}
.subquanzi.i2 {
  width: 52px;
  height: 16px;
  z-index: 2;
  -webkit-animation: varn2 1s linear infinite;
          animation: varn2 1s linear infinite;
}
.subquanzi.i3 {
  width: 72px;
  height: 22px;
  z-index: 1;
  -webkit-animation: varn3 1s linear infinite;
          animation: varn3 1s linear infinite;
}
@-webkit-keyframes varn0 {
  0% {
    width: 12px;
    height: 4px;
  }
  100% {
    width: 32px;
    height: 10px;
  }
}
@keyframes varn0 {
  0% {
    width: 12px;
    height: 4px;
  }
  100% {
    width: 32px;
    height: 10px;
  }
}
@-webkit-keyframes varn1 {
  0% {
    width: 32px;
    height: 10px;
  }
  100% {
    width: 52px;
    height: 16px;
  }
}
@keyframes varn1 {
  0% {
    width: 32px;
    height: 10px;
  }
  100% {
    width: 52px;
    height: 16px;
  }
}
@-webkit-keyframes varn2 {
  0% {
    width: 52px;
    height: 16px;
  }
  100% {
    width: 72px;
    height: 22px;
  }
}
@keyframes varn2 {
  0% {
    width: 52px;
    height: 16px;
  }
  100% {
    width: 72px;
    height: 22px;
  }
}
@-webkit-keyframes varn3 {
  0% {
    width: 72px;
    height: 22px;
    opacity: 1;
  }
  100% {
    width: 92px;
    height: 28px;
    opacity: 0;
  }
}
@keyframes varn3 {
  0% {
    width: 72px;
    height: 22px;
    opacity: 1;
  }
  100% {
    width: 92px;
    height: 28px;
    opacity: 0;
  }
}
@-webkit-keyframes movt {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    bottom: 144px;
  }
  20% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  40% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    bottom: 264px;
  }
  60% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    bottom: 264px;
  }
}
@keyframes movt {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    bottom: 144px;
  }
  20% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  40% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    bottom: 264px;
  }
  60% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    bottom: 264px;
  }
}
@-webkit-keyframes movt2 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    bottom: 74px;
  }
  20% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  40% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    bottom: 154px;
  }
  60% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    bottom: 154px;
  }
}
@keyframes movt2 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    bottom: 74px;
  }
  20% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  40% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    bottom: 154px;
  }
  60% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    bottom: 154px;
  }
}
.quanzi.i2 {
  margin-top: 270px;
}
.quanzi.i3 {
  margin-top: 270px;
  margin-left: 64px;
}
.quanzi.i3:before {
  height: 150px;
}
.quanzi.i3 .subquanzi2 {
  bottom: 154px;
  -webkit-animation: movt2 8s linear 0s infinite;
          animation: movt2 8s linear 0s infinite;
}
.shuicate {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50%;
  z-index: 1;
  margin-bottom: 108px;
  color: #fffefe;
  text-align: center;
  overflow: hidden;
  font-family: "Source Han Sans";
}
.shuicate .cn0 {
  font-size: 20px;
  line-height: 44px;
  margin: 0 auto 30px;
  width: 172px;
  height: 44px;
  border-radius: 22px;
  background-color: #3eb4e8;
}
.shuicate .cn {
  font-size: 40px;
  line-height: 60px;
  padding: 0 5%;
  width: 90%;
}
.shuicate .cn2 {
  font-size: 24px;
  line-height: 40px;
  padding: 0 5%;
  width: 90%;
}
@media screen and (max-width: 750px) {
  .shuicate .cn {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
.diicate {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50%;
  z-index: 1;
  margin-bottom: 44px;
  color: #fffefe;
  text-align: center;
  overflow: hidden;
  font-family: "Source Han Sans";
  cursor: pointer;
}
.diicate .cn0 {
  font-size: 20px;
  line-height: 44px;
  margin: 0 auto 30px;
  width: 172px;
  height: 44px;
  border-radius: 22px;
  background-color: #3eb4e8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.diicate .cn0:hover {
  background-color: #896e4c;
}
.diicate .cn1 {
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 22px;
}
.diicate .cn {
  font-size: 40px;
  line-height: 60px;
}
.diicate .cn2 {
  font-size: 24px;
  line-height: 40px;
  padding: 0 5%;
  width: 90%;
}
@media screen and (max-width: 750px) {
  .diicate .cn1 {
    font-size: 40px;
    line-height: 60px;
  }
  .diicate .cn {
    font-size: 30px;
  }
}
label.biaoqian1 {
  position: absolute;
  right: 50%;
  top: 50%;
  z-index: 2;
  margin-right: 186px;
  font-size: 20px;
  color: #fffefe;
  line-height: 2em;
  font-family: "Source Han Sans";
  margin-top: 56px;
}
label.biaoqian2 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin-left: 26px;
  font-size: 20px;
  color: #fffefe;
  line-height: 2em;
  font-family: "Source Han Sans";
  margin-top: 66px;
}
@media screen and (max-width: 640px) {
  label.biaoqian1 {
    margin-right: 120px;
  }
}
.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;
  }
}
.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;
}
.yelbg {
  background-color: #fbf9f5;
}
.news-out {
  padding: 85px 0 80px;
}
@media screen and (max-width: 1200px) {
  .news-out {
    padding: 70px 0;
  }
}
@media screen and (max-width: 750px) {
  .news-out {
    padding: 60px 0;
  }
}
.newslist {
  padding: 0 0 2px;
  margin: 0 -21px;
  overflow: hidden;
}
.newslist li {
  float: left;
  width: 25%;
  margin-bottom: 46px;
}
.newslist li .lin {
  padding: 0 21px;
}
.newslist li a {
  display: block;
  position: relative;
  background-color: #fff;
  padding: 32px 30px 30px;
  border-bottom: 5px solid #fff;
  border-radius: 5px;
}
.newslist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  margin: 34px 0 40px;
  overflow: hidden;
  position: relative;
}
.newslist img {
  -o-object-fit: cover;
     object-fit: cover;
}
.newslist li h3 {
  font-size: 18px;
  color: #333;
  line-height: 34px;
  height: 68px;
  overflow: hidden;
  margin-top: 20px;
}
.newslist li label {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  display: block;
  background: url('../images/jtr-n.png') right no-repeat;
}
.newslist li .date {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  height: 24px;
}
.newslist li:hover a {
  background-color: #ad8f63;
  border-color: #faab42;
}
.newslist li:hover h3 {
  color: #fff;
}
.newslist li:hover .date {
  color: #fff;
}
.newslist li:hover label {
  color: #fff;
  background-image: url('../images/jtrh-n.png');
}
.newslist h3,
.newslist .date,
.newslist label {
  -webkit-transition: .3s;
  transition: .3s;
}
@media screen and (max-width: 1400px) {
  .newslist li {
    width: 33.33%;
  }
}
@media screen and (max-width: 1200px) {
  .newslist {
    margin: 0 -15px;
    padding-bottom: 20px;
  }
  .newslist li {
    margin-bottom: 36px;
  }
  .newslist li .lin {
    padding: 0 15px;
  }
}
@media screen and (max-width: 960px) {
  .newslist li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .newslist {
    margin: 0;
  }
  .newslist li {
    width: 100%;
  }
  .newslist li .lin {
    padding: 0;
  }
}
.hotone {
  background-color: #fff;
  padding: 100px 0 100px;
  position: relative;
}
.swhotout {
  position: relative;
  max-width: 1536px;
  margin: 0 auto;
  padding-bottom: 70px;
}
#swhot {
  height: 420px;
  overflow: hidden;
}
#swhot .swiper-slide {
  overflow: hidden;
}
#swhot .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#swhot .wz {
  float: right;
  width: 50%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#swhot .pic {
  float: left;
  width: 43.75%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#swhot .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s;
  transition: .4s;
}
#swhot .pic img:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
#swhot li .date {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #ad8f63;
  width: 96px;
  overflow: hidden;
  padding: 20px 0 10px;
}
#swhot li .date span {
  display: block;
  font-family: 'Helvetica';
  text-align: center;
  color: #fff;
}
#swhot li .day {
  font-size: 38px;
  line-height: 44px;
  height: 44px;
}
#swhot li .year {
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  margin-bottom: 10px;
}
#swhot h3 {
  font-size: 34px;
  color: #333;
  line-height: 44px;
  max-height: 88px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#swhot .txt {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  max-height: 180px;
  text-indent: 2em;
  overflow: hidden;
  margin: 40px 0 40px;
  padding-right: 10px;
}
#swhot label {
  display: block;
  height: 32px;
  cursor: pointer;
  font-size: 16px;
  color: #ad8f63;
  line-height: 32px;
  background: url('../images/jtr-n.png') 58px center no-repeat;
}
#swhot .wz:hover h3 {
  color: #ad8f63;
}
.swhotout .swiper-pagination {
  left: -10px;
  bottom: 0;
  font-size: 0;
}
.swhotout .swiper-pagination-bullet {
  margin: 0 10px;
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: rgba(173, 143, 99, 0.2);
  outline: 0 none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.swhotout .swiper-pagination-bullet-active {
  background-color: #ad8f63;
}
@media screen and (max-width: 1200px) {
  .hotone {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1023px) {
  #swhot {
    height: auto;
  }
  #swhot .pic {
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #swhot .pic img {
    width: auto;
    height: 420px;
    max-width: 100%;
  }
  #swhot .wz {
    float: none;
    width: 670px;
    max-width: 100%;
    margin: 40px auto 0;
  }
  #swhot .txt {
    margin-bottom: 0;
    margin-top: 30px;
    padding-right: 0;
  }
  #swhot label {
    display: none;
  }
  #swhot h3 {
    font-size: 26px;
    text-align: center;
    margin-top: 0;
  }
  .hotone {
    padding: 80px 0;
  }
  .swhotout {
    padding-bottom: 50px;
  }
  .swhotout .swiper-pagination {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  .hotone {
    padding: 60px 0;
  }
  #swhot h3 {
    font-size: 22px;
    line-height: 34px;
    max-height: 68px;
  }
}
/*新闻详情*/
.newsbg {
  padding: 200px 0 70px;
  background: #000000 url('../images/newsbg.jpg') center no-repeat;
  background-attachment: fixed;
  position: relative;
}
.newsbg:before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 360px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
}
.atc {
  position: relative;
  z-index: 1;
}
.atc-h {
  padding-bottom: 60px;
  position: relative;
  text-align: center;
}
.atc-h h1 {
  font-size: 30px;
  color: #fff;
  line-height: 50px;
  margin-bottom: 12px;
}
.atc-date {
  font-size: 16px;
  color: #fff;
  line-height: 36px;
}
.atc-date span {
  display: inline-block;
  margin: 0 9px;
}
.atc-two {
  padding: 74px 96px 70px;
  background-color: #fff;
  border-radius: 10px;
}
.atc-con {
  padding-bottom: 70px;
  font-size: 16px;
  line-height: 32px;
  color: #666;
  text-align: justify;
}
.atc-con .pic {
  text-align: center;
  padding: 24px 0;
}
.atc-con img {
  max-width: 100%;
}
.atc-con a {
  color: #ad8f63;
}
.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: #ad8f63;
}
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: #ad8f63;
  background-color: #ad8f63;
}
.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%;
  }
}
@media screen and (max-width: 1400px) {
  .atc-two {
    padding: 70px 70px 70px;
  }
}
@media screen and (max-width: 1023px) {
  .newsbg {
    padding: 160px 0 70px;
  }
  .atc-two {
    padding: 70px 50px;
  }
}
@media screen and (max-width: 1023px) {
  .atc-pn {
    height: auto;
    line-height: 32px;
    padding: 20px 0 30px;
  }
  .atc-pn a {
    width: 100%;
    line-height: 32px;
  }
  a.atc-prev {
    float: none;
    margin-left: 0;
  }
  a.atc-next {
    float: none;
    margin-right: 0;
    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;
  }
}
@media screen and (max-width: 750px) {
  .atc-two {
    padding: 50px 30px;
  }
  .atc-con {
    padding-bottom: 50px;
  }
  .atc-h {
    padding-bottom: 30px;
  }
  .atc-h h1 {
    font-size: 24px;
    line-height: 40px;
  }
  .atc-pn {
    border-bottom: 0 none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .newsbg {
    padding: 120px 0 70px;
  }
  .atc-two {
    padding: 40px 24px;
  }
  .atc-con {
    padding-bottom: 40px;
  }
}
/*12学校公会*/
.zeren-out {
  padding: 100px 0;
}
@media screen and (max-width: 1023px) {
  .zeren-out {
    padding: 80px 0;
  }
}
@media screen and (max-width: 750px) {
  .zeren-out {
    padding: 60px 0;
  }
}
.zerenlist {
  padding: 0 0 74px;
  overflow: hidden;
}
.zerenlist li {
  width: 100%;
  margin-bottom: 110px;
}
.zerenlist li:last-child {
  margin-bottom: 0;
}
.zerenlist li a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 430px;
}
.zerenlist li .pic {
  float: left;
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.zerenlist li .pic img {
  -o-object-fit: cover;
     object-fit: cover;
}
.zerenlist li .wz {
  float: right;
  width: 43.75%;
  height: 100%;
}
.zerenlist li h3 {
  font-size: 28px;
  color: #ad8f63;
  line-height: 44px;
  height: 88px;
  overflow: hidden;
  margin-top: 36px;
}
.zerenlist li .txt {
  font-size: 16px;
  color: #666;
  line-height: 34px;
  height: 136px;
  overflow: hidden;
  margin: 26px 0 34px;
}
.zerenlist li .date {
  height: 28px;
  overflow: hidden;
  font-size: 16px;
  color: #999;
  line-height: 28px;
  margin-top: 28px;
}
.zerenlist li .date span {
  display: inline-block;
  vertical-align: top;
  width: 82px;
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: #ad8f63;
  margin-right: 14px;
}
.zerenlist li label {
  font-size: 16px;
  color: #ad8f63;
  line-height: 30px;
  text-decoration: underline;
  cursor: pointer;
  height: 30px;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 1200px) {
  .zerenlist li {
    margin-bottom: 80px;
  }
  .zerenlist li h3 {
    font-size: 24px;
    line-height: 40px;
    height: auto;
    max-height: 80px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .zerenlist li {
    margin-bottom: 60px;
  }
  .zerenlist li a {
    height: auto;
    text-align: center;
  }
  .zerenlist li .pic {
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .zerenlist li .pic img {
    position: static;
    width: auto;
    height: 400px;
    max-width: 100%;
  }
  .zerenlist li .wz {
    float: none;
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
  }
  .zerenlist li .date {
    margin-top: 40px;
  }
  .zerenlist li .txt {
    height: auto;
    margin-bottom: 0;
  }
  .zerenlist li label {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .zerenlist {
    padding-bottom: 50px;
  }
  .zerenlist li h3 {
    font-size: 20px;
    line-height: 34px;
    max-height: 68px;
  }
}
.gongyilist {
  overflow: hidden;
  width: 100%;
  font-size: 0;
  text-align: center;
  margin: 0 auto;
}
.gongyilist li {
  width: 100%;
}
.gongyilist li .lin {
  width: 100%;
  padding-top: 96px;
  background-color: #fff;
}
.gongyilist .pic {
  width: 100%;
  height: 800px;
  font-size: 0;
}
.gongyilist .p1 {
  background: url('../images/qyc1.jpg') bottom / cover no-repeat fixed;
}
.gongyilist .p3 {
  background: url('../images/qyc3.jpg') bottom / cover no-repeat fixed;
}
.gongyilist li h3 {
  font-size: 56px;
  color: #896e4c;
  line-height: 78px;
  height: 78px;
  position: relative;
  font-family: 'Source Han Serif SC';
  font-weight: bold;
}
.gongyilist li h3:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 136px;
  height: 100%;
  background: url('../images/ll1.png') center 0 no-repeat;
  margin-left: -68px;
}
/*.gongyilist li h3:before{ animation:rotate360 6s linear infinite;}*/
.gongyilist li .txt1,
.gongyilist li .txt2,
.gongyilist li .txt3 {
  color: #896e4c;
  font-family: "Source Han Sans";
  padding: 0 5%;
}
.gongyilist li .txt1 {
  font-size: 34px;
  line-height: 56px;
  margin-top: 38px;
}
.gongyilist li .txt2 {
  font-size: 28px;
  line-height: 46px;
  margin-bottom: 6px;
}
.gongyilist li .txt3 {
  font-size: 20px;
  line-height: 40px;
}
.gongyilist li#qyc3 .txt3 {
  margin: 38px 0 88px;
}
@media screen and (max-width: 1024px) {
  .gongyilist li .txt1 {
    font-size: 30px;
    line-height: 46px;
  }
  .gongyilist li .txt2 {
    font-size: 24px;
  }
}
.sandian {
  position: relative;
  font-size: 0;
  margin: 60px 0 20px;
  overflow: hidden;
}
.sandian i {
  display: block;
  width: 6px;
  height: 6px;
  margin: 12px auto 0;
  border-radius: 50%;
  background-color: #c9a171;
  -webkit-animation: sandian 2s infinite;
          animation: sandian 2s infinite;
}
.sandian i.i1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  margin-top: 0;
}
.sandian i.i2 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sandian i.i3 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@-webkit-keyframes sandian {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sandian {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.guanlist {
  overflow: hidden;
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-top: 65px;
}
.guanlist dd {
  display: inline-block;
  width: 33.33%;
}
.guanlist dd .lin {
  height: 892px;
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.guanlist .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  font-size: 0;
}
.guanlist .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.guanlist .in {
  text-align: center;
  margin-top: -104px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 4;
}
.guanlist .in .im {
  font-size: 28px;
  line-height: 154px;
  height: 154px;
  overflow: hidden;
  background-color: #fff;
  width: 154px;
  border-radius: 50%;
  margin: 0 auto;
}
.guanlist dd:hover .im {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.guanlist .in h4 {
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  margin-top: 24px;
  padding: 0 20px;
}
.guanlist .in h4 span {
  display: inline-block;
}
.guanlist .in {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.guanlist .im {
  -webkit-transition: background-color 0.4s, color 0.4s, -webkit-transform 1s;
  transition: background-color 0.4s, color 0.4s, -webkit-transform 1s;
  transition: transform 1s, background-color 0.4s, color 0.4s;
  transition: transform 1s, background-color 0.4s, color 0.4s, -webkit-transform 1s;
}
.guanlist dd:hover .in {
  margin-top: -124px;
}
.guanlist dd:hover .im {
  background-color: #896e4c;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .guanlist dd {
    width: 100%;
  }
  .guanlist dd .lin {
    height: 400px;
  }
}
.proerji {
  height: 220px;
  font-size: 0;
  text-align: center;
  background-color: #fff;
}
.proerji a {
  display: inline-block;
  width: 25%;
  height: 40px;
  overflow: hidden;
  position: relative;
  font-size: 28px;
  color: #333;
  line-height: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 110px 0 70px;
}
.proerji a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -40px;
  z-index: 0;
  margin-left: -40px;
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-bottom-color: #e6e2e4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.proerji a:hover,
.proerji a.on {
  color: #896e4c;
}
.proerji a:hover:after {
  bottom: -10px;
}
.proerji a.on:after {
  bottom: 0;
}
.swiper5out {
  position: relative;
  width: 100%;
}
.sw5 {
  width: 100%;
  height: 1000px;
}
.sw5 .swiper-slide {
  width: 640px;
}
.sw5 .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.sw5 .swiper-slide .pic {
  width: 100%;
  height: 790px;
  overflow: hidden;
  font-size: 0;
  line-height: 790px;
  background-color: #e6e2e4;
}
.sw5 .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  bottom: -30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.sw5 .swiper-slide img:hover {
  bottom: 0;
}
.sw5 .swiper-slide .wz {
  width: 100%;
  height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sw5 .swiper-slide .inner {
  width: 100%;
  margin: auto 0;
}
.sw5 .swiper-slide h3 {
  font-size: 38px;
  color: #7b7b7b;
  line-height: 60px;
  font-weight: bold;
  height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: .4s;
  transition: .4s;
}
.sw5 .swiper-slide:hover h3 {
  color: #896e4c;
}
.sw5 .swiper-slide .txt {
  font-size: 18px;
  color: #7b7b7b;
  line-height: 32px;
  max-height: 64px;
  padding: 0 20px;
  overflow: hidden;
}
.swiper5out .swiper-button-prev,
.swiper5out .swiper-button-next {
  width: 40px;
  height: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  outline: 0 none;
  border-radius: 50%;
  margin-top: -20px;
}
.swiper5out .swiper-button-next {
  right: 2%;
  background: rgba(0, 0, 0, 0) url('../images/gt1.png') center no-repeat;
}
.swiper5out .swiper-button-prev {
  left: 2%;
  background: rgba(0, 0, 0, 0) url('../images/lt1.png') center no-repeat;
}
.swiper5out .swiper-button-prev:hover,
.swiper5out .swiper-button-next:hover {
  background-color: #896e4c;
}
.swiper5out .swiper-pagination {
  bottom: 0;
}
.swiper5out .swiper-pagination-bullet {
  margin: 0 5px;
  opacity: 1;
  background-color: #fff;
  outline: 0 none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.swiper5out .swiper-pagination-bullet-active {
  background-color: #896e4c;
}
@media screen and (max-width: 750px) {
  .proerji a {
    font-size: 20px;
    padding: 90px 0;
  }
  .sw5 .swiper-slide h3 {
    font-size: 28px;
    line-height: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 640px) {
  .proerji a {
    font-size: 17px;
  }
}
.prolist {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.prolist li {
  width: 33.33%;
  height: 1000px;
}
.prolist.ex li {
  width: 50%;
}
.prolist li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.prolist li .pic {
  width: 100%;
  height: 790px;
  overflow: hidden;
  font-size: 0;
  line-height: 790px;
  background-color: #e6e2e4;
}
.prolist li img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  bottom: -30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.prolist li img:hover {
  bottom: 0;
}
.prolist li .wz {
  width: 100%;
  height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prolist li .inner {
  width: 100%;
  margin: auto 0;
}
.prolist li h3 {
  font-size: 38px;
  color: #7b7b7b;
  line-height: 60px;
  font-weight: bold;
  height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: .4s;
  transition: .4s;
}
.prolist li:hover h3 {
  color: #896e4c;
}
.prolist li .txt {
  font-size: 18px;
  color: #7b7b7b;
  line-height: 32px;
  max-height: 64px;
  padding: 0 20px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .prolist li {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .prolist li,
  .prolist.ex li {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .prolist li h3 {
    font-size: 28px;
    line-height: 50px;
    height: 50px;
  }
}
/*工艺 土*/
.tuone {
  padding: 80px 0 96px;
  text-align: center;
  font-family: "Source Han Sans";
}
.tuone h3 {
  font-size: 38px;
  color: #000;
  line-height: 62px;
  /*font-family: 'Source Han Serif SC';*/
}
.tuone .txt1 {
  font-size: 28px;
  color: #333;
  line-height: 42px;
}
.tuone .txt2 {
  font-size: 20px;
  color: #666;
  line-height: 2em;
  margin-top: 28px;
}
.tuthree {
  padding: 78px 0 92px;
  text-align: center;
  font-family: "Source Han Sans";
}
.tuthree .txt3 {
  font-size: 20px;
  line-height: 2em;
}
.tutwo {
  padding-top: 260px;
  background: #ffffff url('../images/nitu.jpg') center 0 no-repeat;
}
.tulist {
  max-width: 1308px;
  margin: 0 auto;
  overflow: hidden;
}
.tulist li {
  float: left;
  width: 25%;
}
.tulist li .lin {
  padding: 0 14px;
}
.tulist li a {
  display: block;
  position: relative;
  width: 100%;
  height: 550px;
  padding-bottom: 146px;
}
.tulist li:nth-child(even) a {
  padding-bottom: 0;
  padding-top: 146px;
}
.tulist li .pic {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.tulist li .pic:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 5px;
  background-color: #e19722;
}
.tulist li:nth-child(even) .pic:after {
  bottom: auto;
  top: 0;
  background-color: #bc3500;
}
.tulist li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.tulist li img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.tulist li h3 {
  font-size: 40px;
  color: #333;
  line-height: 86px;
  height: 86px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: .4s;
  transition: .4s;
  font-family: "Source Han Sans";
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 3;
  width: 100%;
}
.tulist li:hover h3 {
  color: #896e4c;
}
.tulist li:nth-child(even) h3 {
  bottom: auto;
  top: 60px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .tulist li {
    width: 50%;
  }
  .tulist li a {
    height: 450px;
  }
  .tulist li:nth-child(4) h3 {
    color: #333;
  }
}
@media screen and (max-width: 750px) {
  .tuone h3 {
    font-size: 30px;
    line-height: 50px;
  }
  .tuone .txt1 {
    font-size: 24px;
    margin-top: 20px;
  }
  .tuone .txt2 {
    font-size: 18px;
  }
  .tuthree .txt3 {
    font-size: 18px;
  }
  .tulist li .lin {
    padding: 0 0;
  }
  .tulist li a {
    height: 350px;
  }
}
.danyasec {
  position: relative;
  width: 100%;
  height: 934px;
  overflow: hidden;
  font-size: 0;
  text-align: center;
}
.danyasec .cer8 {
  position: relative;
  z-index: 2;
}
.danyasec .bg {
  width: 100%;
  height: 100%;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.danyasec .p1 {
  background: url('../images/danya1.jpg') bottom / cover no-repeat fixed;
}
.danyasec .p2 {
  background: url('../images/danya2.jpg') bottom / cover no-repeat fixed;
}
.danyasec .p3 {
  background: url('../images/danya3.jpg') bottom / cover no-repeat fixed;
}
.danyasec .p4 {
  background: url('../images/danya4.jpg') bottom / cover no-repeat fixed;
}
.danyasec .p5 {
  background: url('../images/danya5.jpg') bottom / cover no-repeat fixed;
}
.danyasec .p6 {
  background: url('../images/danya6.jpg') bottom / cover no-repeat fixed;
}
.danyasec h3 {
  font-size: 50px;
  color: #896e4c;
  line-height: 108px;
  font-family: 'simsun';
  height: 108px;
  position: relative;
  width: 108px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50%;
}
.danyasec.i1 h3 {
  margin-top: 54px;
}
.danyasec.i2 h3 {
  margin-top: 228px;
}
.danyasec.i3 h3 {
  margin-top: 228px;
}
.danyasec.i4 h3 {
  margin-top: 230px;
}
.danyasec.i5 h3 {
  margin-top: 263px;
}
.danyasec.i6 h3 {
  margin-top: 213px;
}
.danyasec .txt2 {
  font-size: 47px;
  color: #fff;
  line-height: 78px;
  margin-top: 124px;
}
.danyasec .txt3 {
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.danyasec.i1 .txt3 {
  margin-top: 94px;
  font-size: 24px;
}
.danyasec.i2 .txt3 {
  margin-top: 132px;
  font-size: 24px;
}
.danyasec.i3 .txt3 {
  margin-top: 132px;
  font-size: 24px;
}
.danyasec.i4 .txt3 {
  margin-top: 132px;
}
.danyasec.i5 .txt3 {
  margin-top: 135px;
}
.danyasec.i6 .txt3 {
  margin-top: 130px;
  font-size: 26px;
  line-height: 2em;
}
.danyasec .mouse2 {
  position: absolute;
  left: 50%;
  bottom: 98px;
  z-index: 8;
  width: 40px;
  height: 22px;
  background: url('../images/jtd-danya.png') center no-repeat;
  margin-left: -20px;
}
@media screen and (max-width: 1024px) {
  .danyasec .txt2 {
    font-size: 36px;
    line-height: 60px;
  }
}
@media screen and (max-width: 750px) {
  .danyasec .txt2 {
    font-size: 30px;
    line-height: 50px;
  }
  .danyasec.i1 .txt3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .danyasec .txt2 {
    font-size: 24px;
    line-height: 40px;
  }
}
.dysec {
  position: relative;
  width: 100%;
  height: 934px;
  overflow: hidden;
  font-size: 0;
  text-align: center;
}
.dysec .cer8 {
  position: relative;
  z-index: 2;
}
.dysec .bg {
  width: 100%;
  height: 100%;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.dysec .p1 {
  background: url('../images/dya1.jpg') bottom / cover no-repeat fixed;
}
.dysec .p2 {
  background: url('../images/dya2.jpg') bottom / cover no-repeat fixed;
}
.dysec h3 {
  font-size: 60px;
  color: #fff;
  line-height: 76px;
  margin-top: 300px;
}
.dysec .txt3 {
  font-size: 26px;
  color: #fff;
  line-height: 2em;
  margin-top: 60px;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
.dysec .mouse2 {
  position: absolute;
  left: 50%;
  bottom: 78px;
  z-index: 8;
  width: 40px;
  height: 22px;
  background: url('../images/jtd-danya.png') center no-repeat;
  margin-left: -20px;
}
@media screen and (max-width: 750px) {
  .dysec h3 {
    font-size: 40px;
    margin-top: 240px;
  }
  .dysec .txt3 {
    font-size: 20px;
  }
}
.dysec0 {
  position: relative;
  width: 100%;
  padding: 84px 0 72px;
  text-align: center;
}
.dysec0 h3 {
  font-size: 50px;
  color: #333;
  line-height: 70px;
}
.dysec0 .txt3 {
  font-size: 26px;
  color: #333;
  line-height: 2em;
  margin-top: 30px;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .dysec0 h3 {
    font-size: 30px;
    line-height: 50px;
  }
  .dysec0 .txt3 {
    font-size: 20px;
  }
}
.issues {
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 15%;
  top: 0;
  z-index: 1;
  width: 602px;
  max-width: 90%;
  height: 100%;
}
.issues .inner {
  width: 100%;
  padding-top: 70px;
  margin: auto 0;
}
.issues dt {
  font-size: 50px;
  color: #fff;
  line-height: 70px;
  font-weight: bold;
  margin-bottom: 40px;
  overflow: hidden;
}
.issues .txt {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  max-height: 480px;
  margin-bottom: 46px;
}
.issues a.gobuy {
  display: block;
  width: 190px;
  height: 60px;
  margin: 0 auto;
  font-size: 20px;
  color: #666;
  line-height: 60px;
  background-color: #fff;
}
.issues a.gobuy:hover {
  color: #fff;
  background-color: #896e4c;
}
@media screen and (max-width: 1400px) {
  .issues {
    left: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .issues {
    left: 5%;
  }
}
@media screen and (max-width: 750px) {
  .issues dt {
    font-size: 30px;
    line-height: 50px;
  }
}
.yaogu {
  height: 934px;
  position: relative;
  overflow: hidden;
}
.yaogupicbg {
  width: 50%;
  height: 100%;
  float: right;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
.yaogupicbg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.yaoguother {
  width: 50%;
  height: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.yaoguother .inner {
  margin: auto;
  padding: 0 5%;
  text-align: center;
}
.yaoguother h3 {
  font-size: 60px;
  color: #ad8f63;
  line-height: 70px;
  margin-bottom: 46px;
}
.yaogucon {
  font-size: 20px;
  color: #ad8f63;
  line-height: 40px;
  max-width: 630px;
  max-height: 480px;
  overflow: hidden;
  margin: 0 auto;
}
.yaogucon img {
  display: none;
}
.yaogu.odd .yaogupicbg {
  float: left;
}
.yaogu.odd .yaoguother {
  float: right;
}
@media screen and (max-width: 1100px) {
  .yaogu {
    height: auto;
    padding: 50px 0 70px;
  }
  .yaogupicbg {
    float: none;
    width: 100%;
    height: auto;
  }
  .yaogupicbg img {
    width: auto;
    max-width: 100%;
    max-height: 700px;
  }
  .yaoguother {
    float: none;
    width: 100%;
    height: auto;
    margin-top: 50px;
  }
  .yaogucon {
    max-height: none;
    max-width: 700px;
  }
  .yaoguother h3 {
    font-size: 50px;
  }
  .yaogu.odd .yaogupicbg {
    float: none;
  }
  .yaogu.odd .yaoguother {
    float: none;
  }
}
@media screen and (max-width: 750px) {
  .yaogu {
    padding: 0 0 70px;
  }
  .yaoguother h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.lx-out {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.lxleft {
  float: left;
  width: 50%;
}
#map {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 50%;
  height: 800px;
}
#map.fixed {
  position: fixed;
  height: 100%;
}
.lxone {
  padding-top: 80px;
  margin-bottom: 125px;
}
.lxone .inner {
  padding-left: 20%;
  padding-right: 10%;
}
.lxone .lxtitle {
  font-size: 34px;
  color: #333;
  line-height: 46px;
  margin-bottom: 30px;
}
.lxway {
  padding: 40px 0 50px 48px;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}
.lxway:before {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background: #bca688 url('../images/point1.png') center no-repeat;
}
.lxway h3 {
  font-size: 24px;
  color: #bca688;
  line-height: 32px;
  margin-bottom: 8px;
  cursor: pointer;
}
.lxway .txt {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  min-height: 90px;
}
.lxtwo {
  margin-bottom: 120px;
}
.lxtwo .inner {
  padding-left: 20%;
  padding-right: 10%;
}
.lxtwo .js-qiecon-wrap2 {
  overflow: visible;
}
.addrqieerji {
  height: 46px;
  font-size: 0;
  margin-bottom: 40px;
}
.addrqieerji a {
  display: inline-block;
  width: 50%;
  height: 100%;
  overflow: hidden;
  font-size: 26px;
  color: #999;
  line-height: 46px;
  text-indent: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.addrqieerji a:hover {
  color: #333;
}
.addrqieerji a.on {
  color: #333;
  font-size: 34px;
}
.addrlist {
  overflow: hidden;
  padding-bottom: 1px;
}
.addrlist li {
  float: left;
  width: 50%;
  border-bottom: 1px solid #e0e0e0;
}
.addrlist li a {
  display: block;
  position: relative;
  width: 100%;
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.addrlist li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  width: 4px;
  height: 0;
  background-color: #bca688;
  margin-top: 0;
}
.addrlist .wz {
  margin: auto 0;
  padding-left: 30px;
}
.addrlist h3 {
  font-size: 18px;
  color: #bca688;
  line-height: 30px;
  margin-bottom: 10px;
}
.addrlist p {
  font-size: 16px;
  color: #999;
  line-height: 28px;
}
.addrlist h3,
.addrlist li a:before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.addrlist li:hover h3 {
  color: #896e4c;
}
.addrlist li:hover a:before {
  height: 68px;
  margin-top: -34px;
}
.scrollarea1 .scrollbar {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 1px;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.scrollarea1 .track {
  width: 1px;
  height: 100%;
  background-color: #dbdbdb;
  position: relative;
}
.scrollarea1 .thumb {
  width: 3px;
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 1;
  cursor: pointer;
  border-radius: 1px;
  background-color: #bca688;
}
.scrollarea1 {
  position: relative;
  width: 100%;
  padding-right: 44px;
  height: 520px;
}
.scrollarea1 .viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.scrollarea1 .overview {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar.disable {
  display: none;
}
.scrollarea1 .overview img {
  max-width: 100%;
}
.lxbtnout {
  height: 48px;
  font-size: 0;
  position: relative;
  z-index: 1;
}
.lxbtnout a {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 22px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  background-color: #bca688;
}
.lxbtnout a > img {
  -webkit-transition: 1s;
  transition: 1s;
}
.lxbtnout a:hover > img {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.lianxiwx {
  position: relative;
}
.lianxiwx .bigewm {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 100%;
  margin-top: 20px;
  left: 0;
  z-index: 1;
  display: none;
  line-height: 120px;
}
.lianxiwx .bigewm.long {
  width: 250px;
}
.lianxiwx .bigewm img {
  height: 100%;
}
.lianxiwx .bigewm img:nth-child(2) {
  margin-left: 10px;
}
.lxthree {
  padding-bottom: 180px;
}
.lxthree .inner {
  padding-left: 20%;
  padding-right: 10%;
}
.lxthree .lxtitle {
  font-size: 34px;
  color: #333;
  line-height: 46px;
  margin-bottom: 44px;
}
@media screen and (max-width: 1440px) {
  .lxone .inner,
  .lxtwo .inner,
  .lxthree .inner {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .scrollarea1 {
    width: auto;
    padding-right: 30px;
  }
  .addrlist li {
    float: none;
    width: 100%;
  }
  .addrqieerji a {
    font-size: 22px;
    text-indent: 0;
  }
  .addrqieerji a.on {
    font-size: 28px;
  }
  .lxone .lxtitle,
  .lxthree .lxtitle {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .lxone {
    padding-top: 60px;
    margin-bottom: 80px;
  }
  .lxway {
    padding: 20px 0 30px 48px;
  }
  .lxway h3 {
    font-size: 22px;
  }
  .lxway:before {
    top: 20px;
  }
  .lxtwo {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 960px) {
  .lxleft {
    float: none;
    width: 100%;
  }
  #map {
    position: relative;
    width: 100%;
  }
  #map.fixed {
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  .lxone .inner,
  .lxtwo .inner,
  .lxthree .inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/*关于我们*/
.abouttwo {
  padding: 112px 0 92px;
  background-color: #ececec;
}
.abtitle {
  font-size: 42px;
  color: #333;
  line-height: 60px;
  text-align: center;
}
.abintro {
  font-size: 18px;
  color: #333;
  line-height: 28px;
  text-align: center;
  max-width: 1300px;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .abtitle {
    font-size: 30px;
    line-height: 46px;
  }
}
.abfigure {
  width: 100%;
  margin-top: 54px;
}
.abfigure img {
  max-width: 100%;
}
.sw11out {
  position: relative;
  width: 100%;
  margin-top: 56px;
  padding-bottom: 48px;
}
#sw11 {
  height: 654px;
  overflow: hidden;
}
#sw11 .swiper-slide {
  width: 960px;
}
.sw11out .swiper-pagination {
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
}
.sw11out .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 14px;
  background-color: #bfbfbf;
  outline: 0 none;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.sw11out .swiper-pagination-bullet-active {
  background-color: #9a7c65;
}
.sw11out .sw-next,
.sw11out .sw-prev {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
  border-radius: 50%;
  text-align: center;
  margin-top: -30px;
}
.sw11out .sw-prev {
  left: 10%;
  background: url('../images/lt-yuanlin.png') center no-repeat;
}
.sw11out .sw-next {
  right: 10%;
  background: url('../images/gt-yuanlin.png') center no-repeat;
}
.sw11out .sw-prev:hover,
.sw11out .sw-next:hover {
  background-color: #af966d;
}
#sw11 .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#sw11 .swiper-slide .pic {
  width: 100%;
  height: 600px;
  font-size: 0;
  line-height: 600px;
  background-color: #000;
}
#sw11 .swiper-slide img {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#sw11 .swiper-slide-active img {
  opacity: 1;
}
#sw11 .wz {
  width: 100%;
  margin-top: 24px;
}
#sw11 h3 {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  text-align: center;
  opacity: 0;
  width: 100%;
  height: 30px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sw11 .swiper-slide-active h3 {
  opacity: 1;
}
@media screen and (max-width: 960px) {
  #sw11 .swiper-slide {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #sw11 {
    height: 554px;
  }
  #sw11 .swiper-slide .pic {
    height: 500px;
    line-height: 500px;
  }
  .sw11out .sw-prev {
    left: 5%;
  }
  .sw11out .sw-next {
    right: 5%;
  }
}
.aboutone {
  padding: 76px 0 0;
}
.aboutthree {
  position: relative;
  padding-top: 90px;
}
.aboutthree .cer8 {
  position: relative;
  z-index: 1;
}
.aboutthree:before {
  content: '';
  position: absolute;
  left: 0;
  top: 765px;
  z-index: 0;
  width: 100%;
  height: 720px;
  background-color: #eee6db;
}
.aboutfour {
  position: relative;
  padding-top: 76px;
}
.aboutfour .cer8 {
  position: relative;
  z-index: 1;
}
.sw42out {
  position: relative;
  margin-top: 40px;
  padding-bottom: 84px;
}
#sw42 {
  height: 640px;
}
#sw42 .swiper-slide {
  width: 480px;
}
#sw42 .swiper-slide a {
  display: block;
}
#sw42 .swiper-slide .pic {
  width: 100%;
  height: 640px;
  font-size: 0;
  text-align: center;
  line-height: 640px;
  background-color: #000;
}
#sw42 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#sw42 .swiper-slide:hover img {
  opacity: 1;
}
.sw42out .swiper-scrollbar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #eee6db;
}
.sw42out .swiper-scrollbar-drag {
  background-color: #ac9583;
}
@media screen and (max-width: 750px) {
  #sw42 {
    height: 480px;
  }
  #sw42 .swiper-slide {
    width: 360px;
  }
  #sw42 .swiper-slide .pic {
    height: 480px;
    line-height: 480px;
  }
}
.aboutfive {
  position: relative;
  padding-top: 116px;
}
.zhilist {
  width: 100%;
  height: 800px;
  overflow: hidden;
  margin-top: 92px;
  background-color: #000;
}
.zhilist li {
  float: left;
  width: 20%;
  height: 100%;
  overflow: hidden;
}
.zhilist li.on {
  width: 40%;
}
.zhilist li .lin {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.zhilist img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zhilist li h3 {
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 56px;
  z-index: 2;
  width: 100%;
  padding: 0 20px;
}
.zhilist li.on h3 {
  font-size: 30px;
}
.zhilist li h3 {
  -webkit-transition: .6s;
  transition: .6s;
}
.zhilist li {
  -webkit-transition: .4s;
  transition: .4s;
}
@media screen and (max-width: 1024px) {
  .zhilist li {
    width: 25%;
  }
  .zhilist li.on {
    width: 25%;
  }
  .zhilist li h3 {
    font-size: 16px;
  }
  .zhilist li.on h3 {
    font-size: 16px;
    bottom: 66px;
  }
}
@media screen and (max-width: 840px) {
  .zhilist li {
    width: 50%;
    height: 50%;
  }
  .zhilist li.on {
    width: 50%;
  }
}
.essay {
  height: 890px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 84px;
}
.essay .leftp {
  float: left;
  width: 50%;
  height: 100%;
  background-color: #bca688;
}
.essay .rightp {
  float: right;
  width: 50%;
  height: 100%;
  font-size: 0;
  text-align: center;
}
.essay .ttxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 20%;
}
.essay .ttxt .inner {
  margin: auto 0;
}
.essay .ttxt h3 {
  font-size: 42px;
  color: #fff;
  line-height: 56px;
  margin-bottom: 40px;
}
.essay .ttxt .yuanluointro {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  max-height: 280px;
  overflow: auto;
}
@media screen and (max-width: 1480px) {
  .essay .ttxt {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 1023px) {
  .essay {
    height: auto;
  }
  .essay .leftp {
    float: none;
    width: 100%;
    height: auto;
  }
  .essay .rightp {
    float: none;
    width: 100%;
    height: auto;
  }
  .essay .ttxt {
    display: block;
    padding: 50px 5%;
  }
}
@media screen and (max-width: 750px) {
  .essay .ttxt h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.propic-scroll {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.propic-scroll .flex-viewport {
  width: 100%;
  height: 100%;
}
.propic-scroll .slides {
  overflow: hidden;
  height: 100%;
}
.propic-scroll .slides li {
  display: none;
  height: 100%;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.propic-scroll .slides li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.propic-scroll .slides a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.propic-scroll .slides h3 {
  position: absolute;
  left: 0;
  bottom: 92px;
  z-index: 2;
  width: 100%;
  padding: 0 20px;
  font-size: 24px;
  color: #f3eee4;
  line-height: 38px;
  font-style: italic;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.propic-scroll .flex-direction-nav a {
  width: 36px;
  height: 72px;
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 4;
  border-radius: 4px;
  margin-top: -36px;
}
.propic-scroll .flex-direction-nav a.flex-prev {
  left: 7.5%;
  background: url('../images/lt-yuanluo.png') center no-repeat;
}
.propic-scroll .flex-direction-nav a.flex-next {
  right: 7.5%;
  background: url('../images/gt-yuanluo.png') center no-repeat;
}
.propic-scroll .flex-direction-nav a:hover {
  background-color: #bca688;
}
.propic-scroll .flex-control-paging {
  width: 100%;
  height: 12px;
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 3;
}
.propic-scroll .flex-control-paging li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  width: 12px;
  height: 12px;
  margin: 0 14px;
}
.propic-scroll .flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  cursor: pointer;
  background-color: #bfbfbf;
  border-radius: 6px;
}
.propic-scroll .flex-control-paging li a.flex-active {
  background-color: #9a7c65;
}
@media screen and (max-width: 750px) {
  .propic-scroll .flex-direction-nav a.flex-prev {
    left: 5%;
  }
  .propic-scroll .flex-direction-nav a.flex-next {
    right: 5%;
  }
}
.gylist {
  width: 100%;
  height: 960px;
  overflow: hidden;
  background-color: #000;
}
.gylist li {
  float: left;
  width: 13%;
  height: 100%;
  overflow: hidden;
}
.gylist li.on {
  width: 35%;
}
.gylist li .lin {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.gylist li .lin a {
  display: block;
  width: 100%;
  height: 100%;
}
.gylist img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
}
.gylist li .wz {
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 2;
  width: 100%;
  height: 106px;
  overflow: hidden;
}
.gylist li h3 {
  font-size: 32px;
  color: #fff;
  line-height: 106px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 106px;
}
.gylist li h3 span {
  position: relative;
  z-index: 2;
}
.gylist li h3:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  width: 106px;
  height: 106px;
  background: url('../images/q.png') center no-repeat;
  margin-left: -53px;
  opacity: 0;
}
.gylist li .txt {
  font-size: 22px;
  color: #fff;
  line-height: 32px;
  overflow: hidden;
  margin-top: 44px;
  position: relative;
  width: 100%;
  height: 32px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gylist li .txt i.i1 {
  position: absolute;
  right: 50%;
  top: 50%;
  z-index: 0;
  width: 64px;
  height: 1px;
  background-color: #fff;
  margin-right: 13px;
  opacity: 0;
}
.gylist li .txt i.i2 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 64px;
  height: 1px;
  background-color: #fff;
  margin-left: 13px;
  opacity: 0;
}
.gylist li.on .wz {
  height: 182px;
}
.gylist li.on i.i1 {
  opacity: 1;
  margin-right: 73px;
}
.gylist li.on i.i2 {
  opacity: 1;
  margin-left: 73px;
}
.gylist li.on img {
  opacity: 1;
}
.gylist li.on h3 {
  font-size: 44px;
  color: #f39700;
}
.gylist li.on h3:before {
  opacity: 1;
  -webkit-animation: rotate360 6s linear infinite;
          animation: rotate360 6s linear infinite;
}
.gylist li h3:before {
  -webkit-transition: .6s;
  transition: .6s;
}
.gylist li i {
  -webkit-transition: .6s 0.2s;
  transition: .6s 0.2s;
}
.gylist li,
.gylist li .wz {
  -webkit-transition: .4s;
  transition: .4s;
}
.gylist li img {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width: 1100px) {
  .gylist li {
    width: 16.66%;
  }
  .gylist li.on {
    width: 16.66%;
  }
  .gylist li .txt {
    font-size: 16px;
  }
  .gylist li.on i.i1 {
    margin-right: 53px;
  }
  .gylist li.on i.i2 {
    margin-left: 53px;
  }
}
@media screen and (max-width: 1023px) {
  .gylist {
    height: 100vh;
  }
  .gylist li {
    width: 33.33%;
    height: 50%;
  }
  .gylist li.on {
    width: 33.33%;
  }
  .gylist li .txt i.i1,
  .gylist li .txt i.i2 {
    width: 50px;
  }
}
@media screen and (max-width: 750px) {
  .gylist {
    height: 1200px;
  }
  .gylist li {
    width: 50%;
    height: 33.33%;
  }
  .gylist li.on {
    width: 50%;
  }
  .gylist li .txt i.i1,
  .gylist li .txt i.i2 {
    width: 40px;
  }
}
/*工艺 水*/
.shui-out {
  position: relative;
  z-index: 2;
  background: url('../images/deepsea.jpg') center 0 no-repeat;
}
.shuione {
  height: 360px;
  position: relative;
  width: 100%;
}
.shuione .drop {
  position: absolute;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-family: "Helvetica";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('../images/drop1.png');
}
.shuione .drop.i1 {
  right: 50%;
  top: 50%;
  margin-top: -15px;
  margin-right: 425px;
  font-size: 34px;
  line-height: 100px;
  width: 99px;
  height: 100px;
}
.shuione .drop.i2 {
  left: 50%;
  top: 50%;
  margin-top: 12px;
  margin-left: -54px;
  font-size: 30px;
  line-height: 89px;
  width: 91px;
  height: 89px;
}
.shuione .drop.i3 {
  left: 50%;
  bottom: 50%;
  margin-bottom: -17px;
  margin-left: 386px;
  font-size: 45px;
  line-height: 88px;
  width: 88px;
  height: 88px;
  background-image: url('../images/drop2.png');
}
.shuione .drop.i4 {
  left: 50%;
  bottom: 50%;
  margin-bottom: 78px;
  margin-left: 86px;
  font-size: 35px;
  line-height: 68px;
  width: 68px;
  height: 68px;
  background-image: url('../images/drop2.png');
}
.shuione .drop.i5 {
  left: 50%;
  top: 50%;
  margin-top: -24px;
  margin-left: 180px;
  font-size: 31px;
  line-height: 61px;
  width: 61px;
  height: 61px;
  background-image: url('../images/drop2.png');
}
.shuione .drop.i6 {
  right: 50%;
  bottom: 50%;
  margin-bottom: 6px;
  margin-right: 112px;
  font-size: 30px;
  line-height: 59px;
  width: 59px;
  height: 59px;
  background-image: url('../images/drop2.png');
}
.shuione .drop.i7 {
  right: 50%;
  bottom: 50%;
  margin-bottom: 78px;
  margin-right: 276px;
  width: 57px;
  height: 56px;
}
.shuione .drop.i8 {
  right: 50%;
  bottom: 50%;
  margin-bottom: 44px;
  margin-right: 624px;
  width: 35px;
  height: 34px;
}
.shuione .drop.i9 {
  left: 50%;
  top: 50%;
  margin-top: 48px;
  margin-left: 524px;
  width: 35px;
  height: 34px;
}
.shuione .drop.i10 {
  right: 50%;
  bottom: 50%;
  margin-bottom: 93px;
  margin-right: 19px;
  width: 31px;
  height: 30px;
}
.shuione .drop.i11 {
  left: 50%;
  top: 50%;
  margin-top: 56px;
  margin-left: 336px;
  width: 30px;
  height: 29px;
}
.shuione .drop.i12 {
  right: 50%;
  top: 50%;
  margin-top: 48px;
  margin-right: 252px;
  width: 24px;
  height: 22px;
}
.shuitwo {
  padding-bottom: 136px;
  text-align: center;
  color: #fff;
  font-family: "Source Han Sans";
}
.shuitwo .txt1 {
  font-size: 38px;
  line-height: 60px;
}
.shuitwo .txt2 {
  font-size: 28px;
  line-height: 54px;
  max-width: 910px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}
.shuitwo .txt3 {
  font-size: 20px;
  line-height: 38px;
  max-width: 940px;
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  .shuione .drop.i1 {
    margin-right: 125px;
    margin-top: 15px;
  }
  .shuione .drop.i6 {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 980px) {
  .shuione .drop.i3 {
    margin-left: 56px;
  }
  .shuione .drop.i4 {
    margin-left: 146px;
  }
}
@media screen and (max-width: 750px) {
  .shuitwo .txt1 {
    font-size: 30px;
    line-height: 48px;
  }
  .shuitwo .txt2 {
    font-size: 24px;
    line-height: 44px;
  }
  .shuitwo .txt3 {
    font-size: 18px;
    line-height: 34px;
    margin-top: 50px;
  }
}
/*工艺 地*/
.ddi-out {
  padding: 62px 0 64px;
}
.ddione {
  padding-bottom: 66px;
  text-align: center;
  font-family: "Source Han Sans";
}
.ddione .txt1 {
  font-size: 38px;
  color: #000;
  line-height: 60px;
}
.ddione .txt2 {
  font-size: 28px;
  color: #333;
  line-height: 46px;
}
.ddione .txt3 {
  font-size: 20px;
  color: #666;
  line-height: 30px;
  max-width: 1200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .ddione .txt1 {
    font-size: 30px;
    line-height: 48px;
  }
  .ddione .txt2 {
    font-size: 24px;
    line-height: 40px;
  }
  .ddione .txt3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.ddilist {
  margin: 0 -8px;
  overflow: hidden;
}
.ddilist li {
  float: left;
  width: 25%;
}
.ddilist li .lin {
  padding: 0 8px;
}
.ddilist li a {
  display: block;
  position: relative;
  width: 100%;
}
.ddilist li .pic {
  width: 100%;
  height: 372px;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.ddilist li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.ddilist li img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.ddilist li h3 {
  font-size: 20px;
  color: #333;
  line-height: 32px;
  height: 32px;
  margin-top: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: .4s;
  transition: .4s;
  font-family: "Source Han Sans";
  text-align: center;
}
.ddilist li:hover h3 {
  color: #896e4c;
}
@media screen and (max-width: 1024px) {
  .ddi-out {
    padding-bottom: 40px;
  }
  .ddilist li {
    width: 50%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .ddilist li .lin {
    padding: 0 0;
  }
}
/*首页*/
.fbanner {
  width: 100%;
  height: 960px;
  position: relative;
  overflow: hidden;
}
.fbanner > img {
  position: fixed;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.fbanner > video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  -o-object-fit: cover;
     object-fit: cover;
}
.fbanner > .vdmask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.fcate1 {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 50%;
  z-index: 1;
  color: #fff;
  text-align: center;
  margin-top: -76px;
}
.fcate1 .cn {
  font-size: 84px;
  line-height: 100px;
  font-family: "Source Han Sans";
}
.fcate1 .en {
  font-size: 22px;
  line-height: 30px;
  margin-top: 24px;
  font-family: 'times new roman';
  text-transform: uppercase;
  word-break: normal;
}
@media screen and (max-width: 1200px) {
  .fcate1 .cn {
    font-size: 60px;
    line-height: 80px;
  }
}
@media screen and (max-width: 750px) {
  .fcate1 .cn {
    font-size: 42px;
    line-height: 60px;
  }
  .fbanner > video {
    display: none;
  }
  .fbanner > .vdmask {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .fcate1 .cn {
    font-size: 30px;
    line-height: 50px;
  }
}
.ffthree {
  padding: 165px 0 125px;
  text-align: center;
  font-family: "Source Han Sans";
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.ffthree .pic1 {
  font-size: 0;
}
.ffthree .pic1 img {
  max-width: 90%;
}
.ffthree .txt1 {
  font-size: 42px;
  color: #fff;
  line-height: 60px;
  margin-top: 200px;
}
.ffthree .txt2 {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  margin-top: 32px;
}
.ffthree .txt3 {
  font-size: 18px;
  color: #fdfeff;
  line-height: 28px;
  max-width: 1260px;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
}
.ftel {
  position: relative;
  margin: 124px auto 0;
  width: 512px;
  height: 60px;
  text-align: left;
  line-height: 60px;
}
.ftel:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border: 1px solid #fff;
  border-radius: 30px;
}
.ftel span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 222px;
  height: 60px;
  display: block;
  border-radius: 30px;
  font-size: 28px;
  color: #4c3425;
  text-indent: 82px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: #ffffff url('../images/tel.png') 23px no-repeat;
}
.ftel:hover span {
  width: 512px;
}
.ftel a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 4;
  border-radius: 30px;
  text-indent: 248px;
  font-size: 38px;
  color: #fff;
  font-family: "KaiTi";
}
.ftel a:hover {
  color: #4c3425;
}
@media screen and (max-width: 750px) {
  .ffthree .txt1 {
    font-size: 30px;
    line-height: 44px;
  }
}
@media screen and (max-width: 640px) {
  .ftel {
    width: 420px;
  }
  .ftel span {
    width: 200px;
    font-size: 24px;
  }
  .ftel a {
    font-size: 30px;
    text-indent: 220px;
  }
  .ftel:hover span {
    width: 420px;
  }
}
.fftwo {
  padding: 254px 0 238px;
  position: relative;
}
.abt {
  width: 100%;
  position: relative;
}
.abtpicbg {
  float: right;
  width: 50%;
  height: 488px;
  margin-left: -12px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.abtpicbg .jux {
  position: absolute;
  left: -54px;
  bottom: 46px;
  z-index: 1;
  width: 70%;
  height: 66px;
  background-color: rgba(255, 255, 255, 0.5);
}
.abtpicbg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.abtother {
  float: left;
  width: 42.7%;
  height: 488px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.abtother .inner {
  margin: auto;
}
.abtother h3 {
  font-size: 42px;
  color: #fff;
  line-height: 60px;
  font-weight: bold;
  font-family: "Source Han Sans";
}
.abtother .abtcon {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  font-family: "Source Han Sans";
  margin: 32px auto 42px;
  max-height: 280px;
  overflow: auto;
}
.abtother .abtcon img {
  display: none;
}
.abtother a.more {
  display: block;
  width: 208px;
  height: 56px;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 56px;
  background-color: #fff;
}
.abtother a.more:hover {
  color: #fff;
  background-color: #896e4c;
}
.repeated-zhezhe2 {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 82px;
  width: 100%;
  height: 108px;
  -webkit-animation: marquee2 20s linear infinite;
          animation: marquee2 20s linear infinite;
  font-size: 0;
  background: url('../images/zhezhe.png') 0 50%;
}
@-webkit-keyframes marquee2 {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -1620px 50%;
  }
}
@keyframes marquee2 {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -1620px 50%;
  }
}
@media screen and (max-width: 1400px) {
  .abtother {
    width: 46%;
  }
}
@media screen and (max-width: 1100px) {
  .abtpicbg {
    float: none;
    width: 100%;
    height: auto;
  }
  .abtpicbg img {
    width: auto;
    max-width: 100%;
  }
  .abtother {
    float: none;
    width: 100%;
    height: auto;
    margin-top: 50px;
  }
  .abtother .abtcon {
    max-height: none;
    max-width: 800px;
  }
  .abtother .inner {
    text-align: center;
  }
  .abtother a.more {
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .abtother h3 {
    font-size: 30px;
    line-height: 50px;
  }
}
.ffone {
  padding: 127px 0 0;
  position: relative;
}
.fproinfo {
  text-align: center;
  color: #fff;
  font-family: "Source Han Sans";
}
.fproinfo h3 {
  font-size: 42px;
  line-height: 60px;
}
.fproinfo .txt {
  font-size: 18px;
  line-height: 28px;
  max-width: 570px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .fproinfo h3 {
    font-size: 30px;
    line-height: 48px;
  }
}
.sw00out {
  position: relative;
  width: 100%;
  margin-top: 32px;
  padding-bottom: 75px;
}
#sw00 {
  height: 664px;
  overflow: hidden;
}
#sw00 .swiper-slide {
  width: 100%;
}
.sw00out .swiper-pagination {
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
}
.sw00out .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 14px;
  background-color: rgba(255, 255, 255, 0.2);
  outline: 0 none;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.sw00out .swiper-pagination-bullet-active {
  background-color: #fff;
}
.sw00out .sw-next,
.sw00out .sw-prev {
  position: absolute;
  bottom: 286px;
  width: 68px;
  height: 68px;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
  border-radius: 50%;
}
.sw00out .sw-prev {
  left: 0;
  background: #9a7c65 url('../images/lt-fpro.png') center no-repeat;
}
.sw00out .sw-next {
  right: 0;
  background: #9a7c65 url('../images/gt-fpro.png') center no-repeat;
}
.sw00out .sw-prev:hover,
.sw00out .sw-next:hover {
  background-color: #f3ebdf;
}
.sw00out .sw-prev:hover {
  background-image: url('../images/lth-fpro.png');
}
.sw00out .sw-next:hover {
  background-image: url('../images/gth-fpro.png');
}
.sw00out .sw-prev span,
.sw00out .sw-next span {
  font-size: 24px;
  color: #fff;
  line-height: 34px;
  opacity: 0.22;
  position: absolute;
  top: 0;
  z-index: 0;
  top: 88px;
  height: 34px;
  display: block;
  white-space: nowrap;
}
.sw00out .sw-prev span {
  left: 0;
  text-align: left;
}
.sw00out .sw-next span {
  right: 0;
  text-align: right;
}
#sw00 .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#sw00 .swiper-slide a:before {
  content: '';
  position: absolute;
  left: 15%;
  bottom: 0;
  z-index: 0;
  width: 70%;
  height: 490px;
  background-color: rgba(23, 11, 3, 0.68);
  border-radius: 16px;
  display: none;
}
#sw00 .swiper-slide .pic {
  width: 100%;
  height: 664px;
  text-align: center;
  font-size: 0;
  line-height: 664px;
  position: relative;
  z-index: 2;
}
#sw00 .swiper-slide img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#sw00 h3 {
  font-size: 12px;
  color: #333;
  line-height: 30px;
  text-align: center;
  opacity: 0;
  width: 100%;
  height: 30px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .sw00out .sw-next,
  .sw00out .sw-prev {
    width: 44px;
    height: 44px;
  }
  .sw00out .sw-prev span,
  .sw00out .sw-next span {
    font-size: 18px;
  }
}
.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: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  z-index: 3;
}
.fuin {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
}
.fu.on .fuin {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.fuin a.close {
  position: absolute;
  width: 80px;
  height: 80px;
  right: 0;
  top: 0;
  z-index: 10;
  background: url('../images/close2.png') center no-repeat;
}
.propage {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.propage .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 50%;
  height: 100%;
  text-align: center;
  background-color: #e6e2e4;
}
.propage .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.propageright {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.propageright .inner {
  padding: 90px 15%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.propageright .inner .inner2 {
  position: relative;
  width: 100%;
  height: 100%;
}
.scrollarea2 .scrollbar {
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.scrollarea2 .track {
  width: 3px;
  height: 100%;
  background-color: #ecebeb;
  position: relative;
}
.scrollarea2 .thumb {
  width: 3px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  border-radius: 1px;
  background-color: #896e4c;
}
.scrollarea2-out {
  position: absolute;
  left: 0;
  top: 130px;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
.scrollarea2 {
  position: relative;
  padding-right: 50px;
  height: 100%;
}
.scrollarea2 .viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.scrollarea2 .overview {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollarea2 .overview img {
  max-width: 100%;
}
.propageright h2 {
  font-size: 60px;
  color: #896e4c;
  line-height: 80px;
  height: 80px;
  overflow: hidden;
}
.procon {
  font-size: 20px;
  line-height: 2em;
  color: #ad8f63;
}
@media screen and (max-width: 1400px) {
  .propageright .inner {
    padding: 70px 10%;
  }
  .propageright h2 {
    font-size: 40px;
    line-height: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .propage .bg {
    width: 100%;
    height: 50%;
  }
  .propageright {
    width: 100%;
    height: 50%;
    bottom: 0;
    top: auto;
  }
  .fuin a.close {
    background-image: url('../images/close3.png');
  }
  .propageright .inner {
    padding: 40px 5% 60px;
  }
  .propageright h2 {
    font-size: 30px;
    line-height: 50px;
    height: 50px;
  }
  .scrollarea2-out {
    top: 70px;
  }
  .procon {
    font-size: 16px;
  }
}
@media screen and (max-width: 840px) {
  .propage .bg {
    height: 40%;
  }
  .propageright {
    height: 60%;
  }
  .scrollarea2 {
    padding-right: 30px;
  }
  .propage .bg img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.fuin a.close3 {
  position: absolute;
  width: 44px;
  height: 44px;
  right: 10%;
  top: 60px;
  z-index: 10;
  background: url('../images/close3.png') center no-repeat;
}
.earthpage {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.earthpage .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.earthpage .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% 50%;
     object-position: 75% 50%;
}
.earthceju {
  position: absolute;
  top: 50%;
  left: 75%;
  width: 199px;
  height: 110px;
  z-index: 3;
  display: block;
  background: url('../images/ceju.png') center no-repeat;
  margin-left: -140px;
  margin-top: -100px;
}
.earthpagecon {
  width: 100%;
  height: 350px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  margin-top: -132px;
}
.earthpagecon .inner {
  padding: 0 10%;
  height: 100%;
}
.earthpagecon .inner .inner2 {
  position: relative;
  width: 100%;
  padding-top: 62px;
}
.earthpagecon .txt1 {
  font-size: 32px;
  color: #fff;
  line-height: 70px;
  overflow: hidden;
}
.earthpagecon .txt1 span {
  font-size: 58px;
  margin-left: 20px;
}
.earthpagecon .txt2 {
  font-size: 76px;
  line-height: 100px;
  color: #fff;
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  .earthpagecon .txt1 {
    line-height: 60px;
  }
  .earthpagecon .txt1 span {
    display: block;
    font-size: 40px;
    margin-left: 0;
  }
  .earthpagecon .txt2 {
    font-size: 50px;
    line-height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .earthpagecon .txt1 {
    font-size: 20px;
  }
  .earthpagecon .txt1 span {
    font-size: 30px;
  }
  .earthpagecon .txt2 {
    font-size: 30px;
  }
}
