h1,
h2,
h3,
h4,
p,
span,
em {
  color: #9f7d20;
  /*color: #9b7a5a;*/
  font-family: "微软雅黑";
}

@media only screen and (min-width: 800px) {
  /* ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: #b79a7c;
    }
     ::-webkit-scrollbar-track {
        border-radius: 2;
        background: #ccc;
    }
     ::-webkit-scrollbar-thumb {
        border-radius: 2;
        background-color: #D1A954;
    } */
}

* {
  outline: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-word-break: normal !important;
  word-break: normal !important;
  word-wrap: break-word !important;
}

html,
body {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  font-size: 12px;
  line-height: 1.6;
	overflow-x: hidden;
}

body {
  color: #000;
  font-family: "Arial", "Microsoft YaHei";
}

li {
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: #000;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

::after,
::before {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

table {
  border-collapse: collapse;
}

input,
textarea,
select {
  font-family: "Arial", "Microsoft YaHei";
  font-size: 12px;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
}
body.fix{
	height:100vh;
  overflow-y: hidden;
}
.container {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1435px;
  position: relative;
}

.wrap {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1605px;
  position: relative;
}

.wrap1 {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  position: relative;
}

.wrap2 {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1085px;
  position: relative;
}

.wrap3 {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  position: relative;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.img-common {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
}

.clearfix:after {
  clear: both;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.donghua {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.hearer.inhead .logo_c {
  display: none;
}

.hearer .logo_c {
  display: block;
  transition: all 0.3s linear;
}

.hearer.inhead .logo_w {
  display: block;
}

.hearer .logo_w {
  display: none;
}

.hearer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1000;
  background-color: #fff;
  transition: all 0.36s ease;
  border-bottom: 1px solid #e5e5e5;
}

.hearer.inhead:hover {
  /*background: #fff;*/
 background: rgba(255,255,255,.8);
}

.hearer .nav-box {
  height: 100%;
  width: 94%;
  max-width: 1500px;
  margin: 0 auto;
}

.hearer .nav-box .logo {
  float: left;
  display: flex;
  height: 100%;
  align-items: center;
}

.hearer .nav-box .search-box {
  width: 60px;
  height: 100%;
  position: relative;
}

.hearer .nav-box .search-box .search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.hearer .search-form {
  top: 100px;
  right: -1000px;
  padding: 0 20px;
  background-color: rgba(255, 255, 255, 0.8);
  filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#33000000, endcolorstr=#33000000);
  z-index: 100;
  width: 400px;
  padding-left: 40px;
  position: absolute;
  height: 60px;
  line-height: 60px;
}

.hearer .nav-box .search-box[data-active="on"] .search-form {
  right: 0;
}

.hearer.inhead .nav-box .search-box,
.hearer .search-form input[type="submit"] {
  background-image: url(../images/search_w.png);
  background-repeat: no-repeat;
  background-position: right;
  cursor: pointer;
}

.hearer .nav-box .search-box,
.hearer .search-form input[type="submit"] {
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: right;
  cursor: pointer;
}

.hearer:hover .nav-box .search-box,
.hearer .search-form input[type="submit"] {
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: right;
  cursor: pointer;
}

.hearer .search-form input[type="submit"] {
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  position: absolute;
  top: 15px;
  left: 6px;
}

.hearer .search-form input[type="text"] {
  height: 30px;
  line-height: 30px;
  width: 100%;
  border: none;
  background: 0 0;
  border-bottom: 1px solid #e5e5e5;
  margin-left: 10px;
}

.hearer .nav-list {
  float: right;
  line-height: 100px;
  position: relative;
}

.hearer .nav-list .list-n {
  display: inline-block;
  position: relative;
  z-index: 112;
  cursor: pointer;
  margin-right: 70px;
  transition: all 0.5s;
}

.hearer .nav-list .list-n:last-child {
  margin-right: 0;
}

.hearer.inhead .nav-list .list-n .nav-word {
  display: block;
  font-size: 18px;
  color: #9f7d20;
  width: auto;
  position: relative;
}

.hearer .nav-list .list-n .nav-word {
  color: #9f7d20;
  font-size: 18px;
}
.hab_l h2, .hab_l {color: #9f7d20;}
.hearer:hover .nav-list .list-n .nav-word {
  color: #282828;
  font-size: 18px;
}

.hearer .nav-list .list-n::after {
  content: "";
  width: 0;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ae0027;
  transition: all 0.5s;
}

.hearer .nav-list .list-n.on::after {
  content: "";
  width: 100%;
}

.hearer .nav-list .list-n.on .nav-word {
  color: #ae0027;
}

.hearer .nav-list .list-n .nav-word.on {
  color: #ae0027;
}

.hearer .nav-list .list-n .nav-word.on::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ae0027;
}

.hearer .nav-list .list-n .nav-word.on {
  color: #ae0027;
}

.hearer .nav-list .list-n .nav-menu {
  position: fixed;
  top: 100px;
  width: auto;
  height: 80px;
  display: flex;
  align-items: center;
  z-index: 111;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.2s;
  line-height: 30px;
}

.hearer .nav-list .list-n .nav-menu .nav-info {
  white-space: nowrap;
}

.hearer .nav-list .list-n[data-on="touch"] .nav-menu {
  opacity: 1;
  visibility: visible;
}

.hearer .nav-list .list-n .nav-menu .nav-menu-icon {
  display: inline-block;
  padding-right: 20px;
  border-right: 1px solid #4e5054;
  -webkit-transform: translate3d(10%, 0, 0);
  -ms-transform: translate3d(10%, 0, 0);
  -o-transform: translate3d(10%, 0, 0);
  transform: translate3d(10%, 0, 0);
  opacity: 0;
  visibility: hidden;
}

.hearer .nav-list .list-n[data-on="touch"] .nav-menu .nav-menu-icon {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.hearer .nav-list .list-n .nav-menu .menu-a {
  display: inline-block;
  padding: 0 25px;
  font-size: 14px;
  color: #888888;
  -webkit-transform: translate3d(10%, 0, 0);
  -ms-transform: translate3d(10%, 0, 0);
  -o-transform: translate3d(10%, 0, 0);
  transform: translate3d(10%, 0, 0);
  opacity: 0;
  visibility: hidden;
  position: relative;
  line-height: 1;
}

.hearer .nav-list .list-n .nav-menu .menu-a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #888888;
}

.hearer .nav-list .list-n .nav-menu .menu-a:nth-child(1) {
  padding-left: 0;
}

.hearer .nav-list .list-n .nav-menu .menu-a:nth-child(1)::before {
  display: none;
}

.hearer .nav-list .list-n[data-on="touch"] .nav-menu .menu-a {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.hearer.inhead {
  background:rgba(255,255,255,0.8);
  border-bottom: none;
  transition: all 0.36s ease;
}

.hearer.inhead .nav-box {
  max-width: 1500px;
}

.hearer .nav-box {
  transition: all 0.36s ease;
}

.hearer.inhead .nav-box:hover .logo_c {
  display: block;
}

.hearer.inhead .nav-box:hover .logo_w {
  display: none;
}

.hearer.inhead .nav-list .list-n .nav-menu {
  top: 100px;
  max-width: 1500px;
}

.hearer .nav-list .bg {
  content: "";
  position: fixed;
  top: 100px;
  left: 0;
  width: 100vw;
  height: 80px;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  border-bottom: 1px solid #e5e5e5;
}

.hearer.inhead .bg {
  border-top: 1px solid #e5e5e5;
}

.hearer .nav-list .bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
}

.hearer .nav-list .bg[data-on="on"] {
  opacity: 1;
  visibility: visible;
}

.hearer.inhead .nav-list .bg {
  top: 100px;
}

@media only screen and (min-width: 601px) {
  .hearer .nav-list .list-n .nav-menu .menu-a:hover {
    color: #ae0027;
  }
  .hearer .language-box.ali {
    display: none;
  }
}

@media only screen and (max-width: 1660px) {
  .hearer .nav-list .list-n {
    margin-right: 20px;
  }
  .hearer.inhead .nav-list .list-n:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1440px) {
  .hearer {
    height: 80px;
  }
  .hearer .nav-list {
    line-height: 80px;
  }
  .hearer.inhead .nav-box {
    padding: 0 40px;
  }
  .hearer .nav-list .list-n {
    margin-right: 30px;
  }
  .hearer.inhead .nav-list .list-n {
    margin-right: 40px;
  }
  .hearer .search-form {
    top: 80px;
  }
  .hearer.inhead .nav-list .list-n .nav-menu {
    top: 80px;
  }
  .hearer.inhead .nav-list .bg {
    top: 80px;
  }
  .hearer .nav-list .list-n .nav-menu {
    top: 80px;
  }
  .hearer .nav-list .bg {
    top: 80px;
  }
}

@media only screen and (max-width: 1200px) {
  .hearer.inhead {
    margin-top: 0;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
  }
  .hearer.inhead .nav-box {
    box-shadow: none;
    width: 94%;
    max-width: 1605px;
    padding: 0;
    border-bottom: none;
  }
  .hearer .nav-list .list-n {
    margin-right: 24px;
  }
  .hearer.inhead .nav-list .list-n {
    margin-right: 24px;
  }
  .hearer .nav-list .list-n .nav-word {
    font-size: 16px;
  }
  .hearer.inhead .nav-list .list-n .nav-menu {
    top: 80px;
  }
  .hearer.inhead .nav-list .bg {
    top: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .hearer .nav-list {
    display: none;
  }
  .hearer {
    height: 60px;
  }
  .hearer .nav-box .logo {
    width: 68px;
  }
  .hearer .search-form {
    top: 60px;
  }
  .hearer .nav-box .search-box {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .hearer {
    height: 55px;
  }
  .hearer .search-form {
    top: 55px;
  }
}

.hearer .nav-menu {
  float: right;
  display: none;
}

.mm-nav-box {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .mm-nav-box {
    display: block;
  }
  .mm-nav-box .mm-nav-list {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    padding: 80px 3% 6% 3%;
    transition: all 0.5s ease;
    transform: translate3d(0, -100%, 0);
    opacity: 0;
    visibility: visible;
  }
  .mm-nav-box[data-on="on"] .mm-nav-list {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }
  .mm-nav-box .mm-nav-list .list-n {
    position: relative;
  }
  .mm-nav-box .mm-nav-list .list-n .mnav-word {
    border-bottom: 1px solid #f5f5f5;
    position: relative;
  }
  .mm-nav-box .mm-nav-list .list-n.first .mnav-word:after {
    display: none;
  }
  .mm-nav-box .mm-nav-list .list-n .mnav-word:after {
    content: "";
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent transparent #3c3b3b #3c3b3b;
    position: absolute;
    right: 3%;
    top: 50%;
    margin-top: -5px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .mm-nav-box .mm-nav-list .list-n[data-on="on"] .mnav-word:after {
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }
  .mm-nav-box .mm-nav-list .list-n .mnav-word .word-a {
    font-size: 1.16rem;
    color: #9f7d20;
    display: block;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .mm-nav-box .mm-nav-list .list-n .mnav-sub {
    padding-top: 3%;
    padding-left: 3%;
    display: none;
  }
  .mm-nav-box .mm-nav-list .list-n .mnav-sub .sub-ma {
    display: block;
    font-size: 1.16rem;
    color: #9f7d20;
    height: 40px;
    line-height: 40px;
  }
  .mm-nav-box .mm-nav-list .list-n .mnav-sub .ma-list {
    padding-left: 10px;
  }
  .mm-nav-box .mm-nav-list .list-n .mnav-sub .ma-list .mma {
    font-size: 14px;
    color: #9f7d20;
  }
  .mm-nav-box .mm-nav-list .mmsearch {
    position: relative;
  }
  .mm-nav-box .mm-nav-list .mmsearch input[type="text"] {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #000;
  }
  .mm-nav-box .mm-nav-list .mmsearch input[type="submit"] {
    background-image: url(../images/search.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 45px;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 25px;
  }
  .hearer .nav-menu {
    display: block;
    width: 26px;
    height: 60px;
    position: relative;
    cursor: pointer;
    margin-left: 20px;
  }
  .hearer .nav-menu .line {
    width: 100%;
    height: 2px;
    background-color: #ae0027;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
  }
  .hearer .nav-menu .line.line1 {
    margin-top: -8px;
  }
  .hearer .nav-menu .line.line3 {
    margin-top: 7px;
  }
  .hearer .nav-menu[data-on="on"] .line.line2 {
    display: none;
  }
  .hearer .nav-menu[data-on="on"] .line.line1 {
    margin-top: 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .hearer .nav-menu[data-on="on"] .line.line3 {
    margin-top: 0;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
}

@media only screen and (max-width: 640px) {
  .mm-nav-box .mm-nav-list {
    padding: 55px 3% 6% 3%;
  }
}

@media only screen and (max-width: 375px) {
  .mm-nav-box .mm-nav-list .list-n .mnav-word .word-a {
    height: 40px;
    line-height: 40px;
  }
  .mm-nav-box .mm-nav-list .list-n .mnav-sub .sub-ma {
    height: 30px;
    line-height: 30px;
  }
}

.inbanner-bg {
  position: relative;
}

.inbanner-bg .inbanner-swiper .swiper-wrapper .swiper-slide .inbanner-imgbox {
  display: block;
  position: relative;
}

.inbanner-bg
  .inbanner-swiper
  .swiper-wrapper
  .swiper-slide
  .inbanner-imgbox
  .inbanner-img {
  position: relative;
  transform: scale(1.1);
  transition: all 6s;
  min-height: 100vh;
}

.inbanner-bg
  .inbanner-swiper
  .swiper-wrapper
  .swiper-slide.swiper-slide-active
  .inbanner-imgbox
  .inbanner-img {
  transform: scale(1);
}

.inbanner-bg .inbanner-swiper .inbanner-imgbox .inbanner-img .infotit {
  position: absolute;
  top: 50%;
  left: 3%;
  width: 50%;
  padding-left: 60px;
}

.inbanner-bg .inbanner-swiper .inbanner-imgbox .inbanner-img .infotit .cntit {
  font-size: 100px;
  color: #fff;
  line-height: 1;
  font-family: "FZCQK";
  
}

.inbanner-bg .inbanner-swiper .inbanner-imgbox .inbanner-img .infotit .entit {
  font-size: 36px;
  color: #fff;
  line-height: 48px;
  font-family: "ziti";
}

.inbanner-bg .inbanner-swiper .inbanner-imgbox .inbanner-img .centertit {
  position: absolute;
  bottom: 150px;
  left: 50%;
  width: 70%;
  transform: translateX(-50%);
  text-align: center;
}

.inbanner-bg .inbanner-swiper .inbanner-imgbox .inbanner-img .centertit .cntit {
  font-size: 40px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  margin-top: 5px;
}

.inbanner-bg .inbanner-swiper .inbanner-imgbox .inbanner-img .centertit .entit {
  font-size: 46px;
  color: #fff;
  line-height: 48px;
  font-family: "ziti";
}

.inbanner-bg .scroll {
  width: 25px;
  position: absolute;
  left: 50%;
  bottom: 7px;
  transform: translateX(-50%);
  z-index: 11;
  cursor: pointer;
  animation: mymove 2s infinite;
  -webkit-animation: mymove 2s infinite;
}

.inbanner-bg .scroll .line {
  width: 1px;
  height: 70px;
  border-left: 1px dashed #fff;
  margin: 0 auto;
}

@keyframes mymove {
  from {
    opacity: 0;
    bottom: 15px;
  }
  to {
    opacity: 1;
    bottom: 7px;
  }
}

@-webkit-keyframes mymove {
  from {
    height: 70px;
    opacity: 0;
  }
  to {
    height: 2;
    opacity: 1;
  }
}

.inbanner-bg .scroll .arrow {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  margin-top: 1px;
}

.inbanner-bg .scroll .arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent #fff #fff transparent;
  transform: rotate(45deg);
  margin-top: -4px;
  margin-left: -3px;
}

#main {
  position: absolute;
  top: -100px;
}

/*我写的css*/
.ur-here{text-align: center; color: #fff; margin-top: 60px;}
.ur-here a{color: #fff;}
.propaper{ text-align: center;}
.propaper li{width:auto;}
.pager {overflow: hidden; text-align: center;padding: 20px 20px; clear: both;}
.pager span{border: 1px solid #eee;border-radius: 10%;padding: 5px 10px;line-height: 1em;}
.pager span.active{background: #9f7d20;}
.pager span.active a{ color: #fff;}


.inbanner-bg .inbanner-swiper .swiper-wrapper .swiper-slide.phone {
  display: none;
}

@media only screen and (max-width: 1660px) {
  .inbanner-bg .scroll .line {
    height: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .inbanner-bg .scroll {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .inbanner-bg .inbanner-swiper .swiper-wrapper .swiper-slide.pc {
    display: none;
  }
  .inbanner-bg .inbanner-swiper .swiper-wrapper .swiper-slide.phone {
    display: block;
  }
}

/*        hzshen          */

.inbanner-bg .banTxt {
  position: absolute;
  left: 20%;
  right: 20%;
  z-index: 3;
  bottom: 15%;
  text-align: center;
}

.inbanner-bg .banTxt p {
  font-weight: bold;
  letter-spacing: 5px;
  color: #fff;
  font-size: 46px;
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: transform 1s ease 0s, opacity 1s ease 0s;
  text-shadow: 2px 2px 2px black;
}

.inbanner-bg .swiper-slide-active .banTxt p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.6s;
  text-shadow: 1px 1px 1px black;
}

.inbanner-bg .banTxt h3 {
  text-transform: capitalize;
  margin-top: 30px;
  margin-bottom: 50px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  font-size: 24px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: transform 1s ease 0s, opacity 1s ease 0s;
}

.inbanner-bg .swiper-slide-active .banTxt h3 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.9s;
}

.inbanner-bg .banTxt a {
  display: inline-block;
  font-size: 17px;
  color: #fff;
  line-height: 20px;
  padding-bottom: 15px;
  position: relative;
  text-transform: capitalize;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: transform 1s ease 0s, opacity 1s ease 0s;
}

.inbanner-bg .swiper-slide-active .banTxt a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 1.2s;
}

.inbanner-bg .swiper-pagination {
  text-align: center;
}

.inbanner-bg .swiper-pagination-bullet {
  width: 35px;
  height: 3px;
}

.inner {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

/*       首页     */

.hsec-1 {
  padding: 100px 0 120px 0;
}

.hsec-2 {
  padding: 70px 0 0 0;
}

.hab_r {
  float: right;
  height: 450px;
  position: relative;
  width:55%;
  cursor: pointer;
}

.hab_r .hab_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -10px;
  top: 40px;
  z-index: 1;
  background: #ae0027;
}

.hab_r .hab_img {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 106%;
}

.hab_r .hab_img > div {
  transition: cubic-bezier(0, -0.01, 0.51, 1.35) 4s;
  height: 100%;
  width: 100%;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.hab_r .hab_img:hover > div {
  transform: scale(1.1);
}
.hsec-1 {
  height: auto;
  overflow: hidden;
  background-image: url(../images/inabout.png);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.hab_l {
  float: left;
  width:40%;
}

.hTitle1 {
  font-size: 32px;
  margin-bottom: 30px;
  margin-top:60px;
}

.hab_l p {
  font-size: 15px;
  line-height: 28px;
  color: #9f7d20;
  text-indent: 20px;
  margin-bottom: 15px;
}

.hab_l .abinst {
  margin-top: 30px;
  height: auto;
  overflow: hidden;
}

.hab_l .ins_itm {
  padding: 25px 40px 25px 40px;
  float: left;
  text-align: center;
  position: relative;
}

.hab_l .ins_itm:first-child {
  padding-left: 0;
}

.hab_l .ins_itm:after {
  display: block;
  content: "";
  background: #eee;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
}

.hab_l .ins_itm:last-child:after {
  display: none;
}

.hab_l .ins_itm h2 span {
  color: #ae0027;
  font-size: 37px;
}

.hab_l .ins_itm h2 em {
  font-style: normal;
  font-weight: normal;
  color: #666;
  font-size: 15px;
}

.hab_l .ins_itm h3 {
  font-weight: normal;
  font-size: 15px;
  color: #666;
}

.title1 {
  text-align: center;
}

.title1 h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.title1 p {
  font-size: 15px;
  margin-bottom: 25px;
  letter-spacing: 4px;
}
.totop {
  position: fixed;
  right: -50px;
  bottom: 0;
  opacity: 0;
  background-image: url(../images/top.png);
  background-color: #ae0027;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 30px !important;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: 0.45s ease-out;
  z-index: 30;
}
.totop.show {
  right: 0;
  opacity: 1;
}
.htitle3 h2 {
  font-size: 32px;
  float: left;
  display: inline-block;
}
a.more {
  overflow: hidden;
  position: relative;
  display: inline-block;
  float: right;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #666;
  width: 150px;
}
a.more span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
a.more:after {
  background: #ae0027;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
a.more:hover:after {
  height: 100%;
  top: 0;
  opacity: 1;
}
a.more:hover span {
  color: #fff;
}
a.more:hover {
  border: 1px solid #ae0027;
}
.htitle3 {
  height: auto;
  overflow: hidden;
  margin-bottom: 50px;
}
.newsUl {
  height: 530px;
}
.newsUl li {
  height: auto;
  overflow: hidden;
  float: left;
  margin-left: 5%;
  width: 30%;
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.2);
}
.newsUl li:first-child {
  margin-left: 0;
}
.newsUl li .hn_img {
  height: 300px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.newsUl li .hn_img > div {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  height: 100%;
  width: 100%;
  transition: cubic-bezier(0, -0.01, 0.51, 1.35) 4s;
}
.newsUl li a {
  background-color: #fff;
  height: 430px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
.newsUl li:hover .hn_img > div {
  transform: scale(1.1);
}
.newsUl li .line {
  border-radius: 10px;
  height: 3px;
  width: 35px;
  background-color: #000;
  margin: 20px 0;
}
.newsUl li h2 {
  font-size: 18px;
  padding-top: 30px;
  font-family: "微软雅黑";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.newsUl li .hn_txt {
  padding: 0 20px 30px 20px;
  position: relative;
}
.newsUl li .hn_txt .summary {
  font-size: 14px;
  color: #9b7a5a;
  line-height: 24px;
  height: 50px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsUl li .date {
  color: #999;
  font-size: 14px;
  margin-top: 10px;
}
.home_service {
  padding: 80px 0;
}

.newsUl li a:hover h2 {
  color: #fff;
}
.newsUl li a:hover .line {
  background-color: #fff;
}
.newsUl li a:hover .summary {
  color: #fff;
}
.newsUl li a:hover .date {
  color: #fff;
}
.newsUl li a .hn_txt:after {
  display: block;
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0%;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  background: #ae0027;
}
.newsUl li a:hover .hn_txt:after {
  height: 100%;
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.newsUl li .hn_txt > div {
  position: relative;
  z-index: 3;
}
.hfooter {
  padding: 50px 0 0 0;
  background: #f8f7f6;
}
.footer_head {
  height: 140px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
}
.footer_left {
  float: left;
}
.footer_left > img {
  width: 240px;
  margin-bottom: 25px;
}
.footer_left .share-1 a {
  font-size: 17px;
  background: #e1e1e1;
  color: #9f9f9f;
  border-color: #e1e1e1;
}
.footer_right {
  padding-top: 10px;
  width: 100px;
  float: right;
}
.footer_right img {
  width: 100%;
}
.footer_bd {
  height: auto;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ededed;
}
.fmenu_l {
  float: left;
  color: #9f7d20;
}
.fmenu_l dt {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}
.fmenu_l dd {
  font-size: 15px;
  line-height: 28px;
  color: #999;
}
.fmenu_l dd a {
  color: #9f7d20;
}
.fmenu_l dl {
  float: left;
  margin-right: 130px;
}
.fmenu_r {
  float: right;
  text-align: right;
}
.fmenu_r h2 {
  margin-bottom: 20px;
}
.fmenu_r p {
  line-height: 30px;
  color: #9f7d20;
  font-size: 14px;
}
.footer_footer {
  padding: 15px 0;
  height: auto;
  overflow: hidden;
}
.footer_l {
  float: left;
  color: #999;
}
.footer_r {
  float: right;
}
.footer_r a {
  color: #999;
}
.footer_r span {
  color: #999;
}
.Hjoin {
  padding: 60px 0;
  background-image: url(../images/hjoin.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.Hjoin .title1 h2 {
  color: #9b7a5a;
}
.Hjoin .title1 p {
  color: #9b7a5a;
  line-height: 25px;
  display: inline-block;
  max-width: 800px;
  margin-bottom: 0;
}
.Hjoin a.more {
  color: #9b7a5a;
  border-color: #9b7a5a;
  display: block;
  margin: 50px auto 0 auto;
  float: none;
}
.Hjoin a.more span {
  color: #9b7a5a;
}
.Hjoin a.more:hover {
  border-color: #ae0027;
}
.joinUl {
  padding: 80px 0 50px 0;
}
.joinUl ul {
  height: auto;
  overflow: hidden;
}
.joinUl li {
  float: left;
  margin-left: 3%;
  width: calc(88% / 4);
}
.joinUl li img{
	width: 100%;
}
.joinUl li h3{
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
.joinUl li:first-child {
  margin-left: 0;
}
.joinUl li a {
  border: 1px solid #fff;
  position: relative;
  display: block;
  background-color: #fff;
  height: 290px;
}
.joinUl li .joinh .line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  height: 2px;
  width: 45px;
  background-color: #333;
}
.joinUl li .joinh {
  height: 55px;
  position: relative;
}
.joinUl li .joinImg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 45px;
}
.joinUl li .joinImg img {
  width: 100%;
}
.joinUl li .joinImg img.on {
  display: none;
}
.joinUl li a:hover {
  background-color: rgba(230, 33, 41, 0.7);
}
.joinUl li a:hover .joinImg img.on {
  display: block;
}
.joinUl li a:hover .joinImg img.def {
  display: none;
}
.joinUl li a:hover .joinh .line {
  background-color: #fff;
}
.joinUl li .joinb h3 {
  font-size: 18px;
  margin-bottom: 6px;
}
.joinUl li .joinb p {
  font-size: 14px;
  color: #666;
}
.joinUl li .joinb {
  padding: 0 15px;
}
.joinUl li a:hover .joinb h3 {
  color: #fff;
}
.joinUl li a:hover .joinb p {
  color: #fff;
}
@keyframes underline {
  from {
    left: -100%;
  }
  to {
    left: 100%;
  }
}
.inbanner-bg .banTxt a {
  overflow: hidden;
}
.inbanner-bg .banTxt a::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.inbanner-bg .banTxt a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.pro_Swiper_m {
  position: relative;
  padding: 0 120px 0 120px;
}
.proBox {
  padding: 40px 0 150px 0;
}
.pro_Swiper_m .pswiperL {
  float: left;
  width: 45%;
  position: relative;
  height: 500px;
  overflow: hidden;
}
.pro_Swiper_m .pswiperR {
  position:relative;
  padding-right: 5%;
  margin-left: 50%;
  height: 500px;
  background-color: #fff;
}
.pro_Swiper_m .pswiperL > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transition: cubic-bezier(0, -0.01, 0.51, 1.35) 4s;
}
.pro_Swiper_m .pswiperL:hover > div {
  transform: scale(1.1);
}
.proB {
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.14);
}
.pro_Swiper_m .pswiperR h2 {
  padding-top: 22%;
  font-size: 22px;
  text-align: center;
}
.pro_Swiper_m .pswiperR h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}
.pro_Swiper_m .pswiperR p {
  font-size: 15px;
  line-height: 30px;
}
.pro_Swiper_m .pswiperR a {
  right: 5%;
  bottom: 8%;
  display: block;
  width: 130px;
  height: 30px;
  position: absolute;
  border: 1px solid #333;
  overflow: hidden;
}
.pro_Swiper_m .pswiperR a span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 28px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@keyframes toBottom {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
.pro_Swiper_m .pswiperR a:after {
  content: "";
  display: block;
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ae0027;
  z-index: 1;
}
.pro_Swiper_m .pswiperR a:hover:after {
  animation-name: toBottom;
  animation-duration: 0.35s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}
.pro_Swiper_m .pswiperR a:hover {
  border: 1px solid #ae0027;
}
.pro_Swiper_m .pswiperR a:hover span {
  color: #fff;
}
.pro_Swiper_m .iconfont {
  cursor: pointer;
  font-size: 35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pro_Swiper_m .iconfont:hover {
  color: #ae0027;
}
.pro_Swiper_m .iconfont.icon-left {
  left: 0;
}
.pro_Swiper_m .iconfont.icon-right {
  right: 0;
}
.proB {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.pro_Swiper_m::before {
  content: "";
  display: block;
  background-color: #e3cb97;
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: -5%;
  top: 5%;
  z-index: 1;
}
.pro_Swiper_m::after {
  content: "";
  display: block;
  background-color: #f4e8d0;
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: -10%;
  top: 5%;
  z-index: 0;
}
.pro_Swiper_m .proT {
  width: 400px;
  height: 45px;
  position: absolute;
  right: 11%;
  top: 8%;
  z-index: 3;
}
.pro_Swiper_m .proT .swiper-slide-thumb-active .iconfont {
  color: #ae0027;
}
.pro_Swiper_m .proT .iconfont {
  color: #999;
}
.pro_Swiper_m .proT .icon-diban1 {
  font-size: 42px;
}
.pro_Swiper_m .proT .icon-diban2 {
  font-size: 42px;
}
/* 关于我们 */
@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 11px, 0px);
  }
}
@keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 11px, 0px);
    transform: translate3d(0px, 11px, 0px);
  }
}

@keyframes bannerScale {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
.pbanner {
  position: relative;
  overflow: hidden;
  height: 730px !important;
  width: 100%;
}
.pbanner > div.pbg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center;
  transform: scale(1.2);
  animation-name: bannerScale;
  animation-iteration-count: 1;
  animation-duration: 6s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  z-index: 1;
}
.pbanner1 {
  background-image: url(../images/pbanner1.jpg);
}
.pbanner2 {
  background-image: url(../images/pbanner2.jpg);
  background-position: center top !important;
}
.pbanner3 {
  background-image: url(../images/pbanner3.jpg);
}
.pbanner4 {
  background-image: url(../images/pbanner4.jpg);
}
.pbanner5 {
  background-image: url(../images/pbanner5.jpg);
}
.pbanner6 {
  background-image: url(../images/pbanner6.jpg);
}
.pbanner .inner {
  position: relative;
  height: 100%;
  z-index: 2;
}
.arrbox {
  position: absolute;
  left: 50%;
  bottom: 18%;
  transform: translateX(-50%);
}
.arrbox span {
  background: url(../images/arr_down.png) no-repeat;
  width: 22px;
  height: 12px;
  display: block;
}
.arrbox span.arrow1 {
  animation: arrow 900ms 600ms linear infinite running;
}
.arrbox span.arrow2 {
  animation: arrow 900ms 300ms linear infinite running;
}
.arrbox span.arrow3 {
  animation: arrow 900ms 0ms linear infinite running;
}
.ptxt {
  padding-top: 200px;
  text-align: center;
}
.ptxt h2 {
  color: #fff;
  font-size: 45px;
  text-align: center;
}
.ptxt h4 {
  color: #fff;
  font-size: 36px;
  text-transform: capitalize;
  font-weight: normal;
  text-align: center;
}
.ptxt h5 {
  margin-top: 50px;
  margin-bottom: 50px;
  display: inline-block;
  width: 3px;
  height: 30px;
  background-color: #fff;
}
.pnav {
  text-align: center;
  font-size: 0;
}
.pnav a {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
}
.pnav a span {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.pnav a:after {
  z-index: 1;
  content: "";
  width: 0;
  height: 100%;
  background-color: #ae0027;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.pnav a:hover:after,
.pnav a.active:after {
  width: 100%;
  left: 0;
  right: auto;
}
.pnav a:hover span,
.pnav a.active span {
  color: #fff;
}
.absec1_menu {
  height: 130px;
  margin-top: -55px;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
}
.absec1_menu .grouitem {
  height: 115px;
  float: left;
  margin-left: 4%;
  width: calc(88% / 4);
}
.absec1_menu .grouitem:first-child {
  margin-left: 0;
}
.absec1_menu .grouitem i {
  font-size: 45px;
  color: #ccc;
  float: left;
}
.absec1_menu .grouitem h2 {
  padding-top: 5px;
  font-weight: normal;
  font-size: 27px;
  color: #444;
}
.absec1_menu .grouitem h2 span.count {
  color: #ae0027;
}
.absec1_menu .grouitem h2 span.sup {
  color: #333;
  font-size: 14px;
}
.absec1_menu .grouitem .itemR {
  margin-left: 65px;
}
.absec1_menu .grouitem .itemR p {
  font-size: 14px;
  color: #999;
}
.absec1_menu .grouitem > div {
  box-sizing: border-box;
  cursor: pointer;
  padding: 20px 25px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.absec1_menu .grouitem > div:hover {
  transform: translateY(-5px);
  background-color: #ae0027;
}
.absec1_menu .grouitem > div:hover i {
  color: #fff;
}
.absec1_menu .grouitem > div:hover h2 span {
  color: #fff;
}

.absec1_menu .grouitem > div:hover p {
  color: #fff;
}
.absec1 {
  position: relative;
  height: 760px;
  overflow: hidden;
  padding: 0 0 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/abbg1.jpg);
}
.bgbox > div {
  height: 100%;
}
.ab_l {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* background-image: url(../images/abs1-l.jpg); */
}
.ab_r {
  float: left;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* background-image: url(../images/abs1-r.jpg); */
}
.absec1 .bgbox {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.absec1 .inner {
  position: relative;
  height: 100%;
  z-index: 2;
}
.absec1 .boxL {
  margin-top: 260px;
  float: left;
  width: 45%;
  overflow: hidden;
  height: 400px;
  position: relative;
}
.absec1 .boxL > div {
  cursor: pointer;
  height: 400px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background-image: url(../images/about.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: cubic-bezier(0, -0.01, 0.51, 1.35) 4s;
}
.absec1 .boxR {
  padding-top: 150px;
  float: right;
  width: 45%;
}
.absec1 .boxL:hover > div {
  transform: scale(1.1);
}
.ntit h2 {
  font-size: 30px;
  font-weight: normal;
}
.ntit h3 {
  font-weight: normal;
  color: #ccc;
  line-height: 1;
  font-size: 28px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.ntit span {
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #ae0027;
  margin-bottom: 40px;
}
.boxR p {
  font-size: 15px;
}
.abscroll {
  height: 350px;
  overflow-y: auto;
}
.abscroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #b79a7c;
}
.abscroll::-webkit-scrollbar-track {
  border-radius: 2;
  background: #ccc;
}
.abscroll::-webkit-scrollbar-thumb {
  border-radius: 2;
  background-color: #ae0027;
}
.absec2 {
  position: relative;
  padding: 120px 0 0 0;
  background-image: url(../images/abbg3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hisSwiperBox {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 60px;
  margin-left: 70px;
  margin-right: 70px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 3;
}
.hisSwiperBox .ntit {
  text-align: center;
  margin-bottom: 60px;
}
.hisSwiper {
  padding-bottom: 115px !important;
  padding-top: 0px !important;
}
.hisSwiper .swiper-slide {
  padding-left: 10px;
}
.hisSwiper .swiper-slide h2 {
  color: #ae0027;
  font-size: 35px;
}
.hisSwiper .swiper-slide .circle {
  margin: 6px 0 20px 4px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: relative;
  background-color: #ae0027;
  z-index: 2;
}
.hisSwiper .swiper-slide .circle:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -4px;
  top: -4px;
  border-radius: 100%;
  background-color: rgba(209, 169, 84, 0.3);
}
.hisSwiper .swiper-slide p {
  font-size: 14px;
  line-height: 25px;
  color: #999;
}
.hisSwiperBox .iconfont {
  cursor: pointer;
  color: #999;
  font-size: 40px;
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
}
.hisSwiperBox .icon-left {
  left: -70px;
}
.hisSwiperBox .icon-right {
  right: -70px;
}
.absec2 .hisline {
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 329px;
  left: 0;
  right: 0;
  z-index: 2;
}
.hisSwiper .swiper-slide .line {
  position: absolute;
  left: 0;
  top: 65px;
  height: 1px;
  background-color: #ccc;
  width: calc(100% + 60px);
  z-index: 1;
}
.absec3 {
  background-image: url(../images/abbg4.jpg);
  padding: 80px 0 50px 0;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.absec3 .ntit {
  text-align: center;
}
.absec3 .ntit h2 {
  color: #ccc;
}
.honorList {
  padding: 40px 0 30px 0;
  height: auto;
  overflow: hidden;
}
.honorList li {
  float: left;
  margin-left: 4%;
  width: calc(88% / 4);
  margin-bottom: 30px;
}
.honorList li:nth-child(4n + 1) {
  margin-left: 0;
}
.honorList li > div {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 250px;
}
.honorList li .himg {
  height: 100%;
  background: #eee;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.honorList li .himg {
  height: 250px;
}
.honorList li .himg img {
  height: 100%;
  width: auto;
  max-width: 100%;
  transition: 0.35s ease-out;
}
.honorList li > div:hover .himg img {
  transform: scale(1.1);
}
.honorList li .htxt {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: -100%;
  transition: 0.35s ease-out;
  background: rgba(0, 0, 0, 0.3);
}
.honorList li .htxt span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 38px;
}
.honorList li > div:hover .htxt {
  top: 0;
}
.actnum,
.allnum {
  color: #fff;
}
.absec4 {
  background-image: url(../images/abbg2.jpg);
  padding: 80px 0 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.absec4 .ntit {
  text-align: center;
}
.caseList {
  padding: 40px 0 30px 0;
  height: auto;
  overflow: hidden;
}
.caseList li {
  float: left;
  margin-left: 4%;
  width: calc(88% / 4);
  margin-bottom: 30px;
}
.caseList li:nth-child(4n + 1) {
  margin-left: 0;
}
.caseList li > div {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 250px;
}
.caseList li .himg {
  height: 100%;
  background: #eee;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.caseList li .himg {
  height: 250px;
}
.caseList li .himg img {
  height: 100%;
  width: auto;
  max-width: 100%;
  transition: 0.35s ease-out;
}
.caseList li > div:hover .himg img {
  transform: scale(1.1);
}
.caseList li .htxt {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: -100%;
  transition: 0.35s ease-out;
  background: rgba(0, 0, 0, 0.3);
}
.caseList li .htxt span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 38px;
}
.caseList li > div:hover .htxt {
  top: 0;
}
/* 新闻中心 */
.newSec {
  padding: 80px 0;
  height: auto;
  overflow: hidden;
}
.newsRe {
  float: right;
  width: 350px;
}
.newsLcon {
  /*margin-right: 450px;*/
  /*border-right: 1px solid #eee;*/
}
.retitle {
  position: relative;
  color: rgba(209, 169, 84, 1);
  font-size: 22px;
  padding-left: 25px;
  margin-bottom: 5px;
}
.retitle::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 4px;
  background: rgba(209, 169, 84, 1);
}
.newsRe li {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.newsRe li .reImg {
  float: left;
  width: 90px;
  height: 65px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.newsRe li .reTxt {
  margin-left: 110px;
}
.newsRe li .reTxt h2 {
  font-weight: normal;
  font-size: 14px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}
.newsRe li .reTxt p {
  color: #999;
  font-size: 13px;
}
.newsRe li .reTxt span {
  color: #999;
  font-size: 13px;
}
.newsRe li:hover h2 {
  color: #ae0027;
}
.newsRe li:hover {
  border-bottom: 1px solid #ae0027;
}
.newsLcon ul {
  height: auto;
  overflow: hidden;
}
.newsLcon ul li .newsImg {
  width: 250px;
  height: 155px;
  overflow: hidden;
  float: left;
}
.bgcenter {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.newsLcon ul li .newsImg > div {
  width: 100%;
  height: 100%;
  transition: cubic-bezier(0, -0.01, 0.51, 1.35) 4s;
}
.newsLcon ul li a {
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
}
.newsLcon ul li a:hover .newsImg > div {
  transform: scale(1.1);
}
.newsLcon ul li {
  margin-right: 25px;
  border-bottom: 1px solid #eee;
}
.newsLcon ul li .newsTxt {
  margin-left: 280px;
}
.newsLcon ul li .newsTxt h2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: normal;
  margin-bottom: 22px;
}
.newsLcon ul li .subTit {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: normal;
  margin-bottom: 15px;
  font-size: 14px;
  color: #999;
  height: 70px;
}
.newsLcon ul li .NewsTime {
  color: #ae0027;
  font-size: 15px;
}
.newsLcon ul li .NewsTime span {
  margin-left: 5px;
  color: #ccc;
  font-size: 14px;
}
.newsLcon ul li a:after {
  z-index: 1;
  content: "";
  width: 0;
  height: 100%;
  background-color: #ae0027;
  position: absolute;
  right: 0;
  top: 0;
  transition: 1.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.newsLcon ul li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.newsLcon ul li a > div {
  position: relative;
  z-index: 2;
}
.newsLcon ul li a {
  padding: 25px 20px;
}
.newsLcon ul li a:hover h2 {
  color: #fff;
}
.newsLcon ul li a:hover .subTit {
  color: #fff;
}
.newsLcon ul li a:hover .NewsTime {
  color: #fff;
}
.newsLcon ul li a:hover .NewsTime span {
  color: #fff;
}
.pagNation {
  font-size: 0;
  padding: 70px 0 0 0;
}
.pagNation span {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  border: 1px solid #eee;
  border-right: none;
  line-height: 40px;
  text-align: center;
}
.pagNation span a {
  display: block;
  width: 100%;
  height: 100%;
}
.pagNation span:last-child {
  border-right: 1px solid #eee;
}
.pagArr {
  width: 80px !important;
}
.pagNation span.active {
  background: #ae0027;
}
.pagNation span.active a {
  color: #fff;
}
.pagNation span:hover {
  background: #ae0027;
  color: #fff;
}
.pagNation span:hover a {
  color: #fff;
}
.share-2 a {
  font-size: 17px !important;
}
.newsHead {
  padding: 0 0 25px 0;
}
.newsHead .h2 {
  font-size: 22px;
  margin-bottom: 30px;
}
.H_l {
  float: left;
}
.nH_r {
  padding-top: 8px;
  float: right;
  color: #999;
}
.nH_r a {
  color: #999;
  font-size: 15px;
}
.nH_r a i {
  color: #ae0027;
  margin-left: 7px;
  font-size: 22px;
  vertical-align: -1px;
}
.Ntime {
  padding-top: 8px;
  font-size: 14px;
  color: #999;
  float: left;
}
.Ntime span {
  color: #999;
}
.newsLcon {
  padding-right: 30px;
}
.nesShare {
  padding-top: 8px;
  float: left;
  margin: 0 6px 0 15px;
  color: #999;
}
.share-2 a {
  vertical-align: -9px !important;
}
.nH_l {
  float: left;
  width: 500px;
}
.newsBody {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 40px 0;
}
.newsHead .headB {
  height: 50px;
}
.nesNb {
  padding-top: 145px;
}
.newsBody p {
  font-size: 14px;
  color: #444;
  
}
.newsLcon .newsBody p {
text-indent: 2em;
margin-bottom:1em;
}
.newsPriv {
  border-bottom: 1px solid #eee;
  padding: 15px 0 25px 0;
}
.newsPriv > div {
  padding: 10px 0 0;
}
.newsPriv > div span {
  font-size: 16px;
}
.newsPriv .spanPr {
  margin-left: 6px;
}
.newsPriv .spanPr {
  font-size: 15px;
}
.newsPriv .spanPr a {
  font-size: 15px;
}
.newsPriv .spanPr a:hover {
  color: #ae0027;
}

.mapBox #map {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.anchorBL {
  display: none;
}
.consec1 {
  height: 210px;
  background-color: #f8f7f6;
}
.consec1 .inner {
  padding: 20px 0;
  border-right: 15px;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  min-height: 150px;
  margin-top: -75px;
  position: relative;
  z-index: 2;
}
.conitem {
  text-align: center;
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 20px 20px;
}
.conitem i {
  font-size: 35px;
  color: #ccc;
}
.conitem .itemr h2 {
  font-weight: normal;
}
.conitem .itemr p {
  font-size: 15px;
}
.conitem .ibox {
  line-height: 65px;
  display: inline-block;
  border: 1px solid #ae0027;
  width: 65px;
  height: 65px;
  border-radius: 100%;
}
.infoBox {
  padding: 250px 35px 30px 35px;
  top: 0;
  left: calc((100% - 1550px) / 2);
  position: absolute;
  height: 100%;
  width: 360px;
  background-color: #ae0027;
  z-index: 3;
}
.mapBox {
  height: 90vh;
  position: relative;
}
.mapName {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
}
.infoBox li {
  margin-bottom: 10px;
}
.infoBox li i {
  font-size: 26px;
  color: #fff;
  vertical-align: -3px;
}
.infoBox li span {
  font-size: 15px;
  color: #fff;
  margin-left: 10px;
}
.infoBox li:last-child i {
  margin-left: -5px;
  font-size: 32px;
  vertical-align: -8px;
}
.showMessage {
  margin-top: 45px;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  line-height: 40px;
  overflow: hidden;
}
.showMessage i {
  vertical-align: -2px;
  font-size: 25px;
  margin-left: 8px;
  transition: 0.3s ease-out;
}
.showMessage:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: -80%;
  bottom: 0;
}
.showMessage:hover i {
  margin-left: 15px;
}
.showMessage:hover:after {
  left: 0;
}
.messageFix {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 150000;
  background-color: rgba(0, 0, 0, 0.67);
}
.messPop {
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 6px;
  height: 550px;
  width: 880px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 150001;
}
.Popclose {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  font-size: 20px !important;
}
.popCont {
  padding:0 30px 25px 30px;
  margin-top: 0px;
}
.popCont input {
  border-bottom: 1px solid #eee;
  line-height: 45px;
  margin-left: 3%;
  width: calc(92% / 3);
  box-sizing: border-box;
  font-size: 14px;
}
.popCont input:first-child {
  margin-left: 0;
}
.popCont input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.popCont textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.popt {
  padding: 50px 0 0 30px;
}
.popt .ntit h2 {
  font-size: 25px;
}
.popt .ntit h3 {
  font-size: 20px;
}
.popt .ntit span {
  font-size: 25px;
  margin-bottom: 20px;
}
.popCont textarea {
  padding-top: 50px;
  border-bottom: 1px solid #eee;
  width: 100%;
  resize: none;
  height: 150px;
  font-size: 14px;
}
.popCont button {
  display: inline-block;
  width: 120px;
  height: 42px;
  outline: none;
  border: none;
  margin-top: 20px;
  background-color: #ae0027;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  cursor: pointer;
  float: right;
}
.popt .ntit {
  margin-bottom: 35px;
}
/* 招商加盟 */
.joinS1 {
  padding: 0 0 80px 0;
  height: auto;
  background-image: url(../images/joinbg2.png);
}
.joinBan {
  background-color: #fff;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  height: 120px;
  margin-top: -60px;
  z-index: 3;
  position: relative;
}
.joinBan li {
  text-align: center;
  position: relative;
  padding: 0 5%;
  float: left;
  width: 33.33%;
  height: 120px;
  padding-top: 30px;
}
.joinBan li:after {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background-color: #999;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.joinBan li:last-child:after {
  display: none;
}
.joinBan li .span1 {
  font-size: 24px;
}
.joinBan li .span2 {
  font-size: 30px;
  margin: 0 10px 0 15px;
}
.joinBan li .span3 {
  font-size: 20px;
}
.joinS1 .ntit{
  text-align: left;
  padding-top: 50px;
}
.joinad li{
  text-align: center;
  float:left;
  width:33.33%;
  margin-left: 2%;
  height:220px;
  width: 32%;
}
.joinad li:first-child{
  margin-left: 0;
}
.joinad li >div{
  background-color: #fff;
  height: 100%;
}
.joinadBox{
  padding-top: 80px;
  height:auto;
  overflow:hidden;
}
.joinadBox .adL{
  float:left;
  width: 450px;
}
.joinadBox .joinad{
  padding-top: 80px;
  margin-left: 550px;
}
.joinadBox .adL .adp{
  font-size: 15px;
  line-height: 25px;
}
.joinad li p{
  font-size: 17px;
}
.joinad li >div{
  position:relative;
  box-sizing: border-box;
  padding-top: 50px;
  cursor: pointer;
}
.joinad li >div i{
  font-size: 45px;
  color: #ae0027;
}
.joinad li >div:hover{
  background-color: #ae0027;
}
.joinad li >div:hover p{
  color:#fff;
}
.joinad li >div:hover i{
  color:#fff;
}
.joinS2{
  padding:  60px 0 80px 0;
  background-image: url(../images/joinbg3.jpg);
}
.joinS2 .ntit{
  text-align: center;
}
.supp{
  margin-top: 50px;
  height:auto;
  overflow:hidden;
  border:1px solid #eee;
}
.supp li{
  float: left;
  width: 20%;
  text-align: center;
  cursor: pointer;
  border-right:1px solid #eee;
}
.supp li >div{
  position:relative;
  z-index: 1;
  background-color: #fff;
  padding: 30px 0 30px 0;
}
.supp li >div .iconfont{
  color:#999;
  font-size: 45px;
}
.supp li >div h2{
  margin:40px 0 55px 0;
}
.supp li >div span{
  display: inline-block;
  width:45px;
  height:2px;
  background-color: #ae0027;
}
.supp li >div h3{
  color:#ccc;
  text-transform: uppercase;
  font-size: 18px;
}
.joinS3{
  background: url(../images/joinbg5.jpg);
  padding:60px 0;
}

.supp li >div:hover .iconfont{
  color:#fff;
}
.supp li >div:hover h2,.supp li >div:hover h3{
  color:#fff
}
.supp li >div:hover span{
  background: #fff;
}
.supp li >div:after{
  z-index: 1;
  content: "";
  width: 0;
  height: 100%;
  background-color: #D1A954;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.supp li >div:hover:after{
  width: 100%;
  left:0;
  right:auto;
}
.supp li >div .bg{
  position: relative;
  z-index: 2;
}
.joinS3 .ntit{
  text-align: center;
}
.joinProcess{
  margin-top: 45px;
  height:400px;
}
.joinProcess li{
  width:22%;
  float:left;
  margin-left: 4%;
}
.joinProcess li:first-child{
  margin-left: 0;
}
.joinProcess li >div{
  position: relative;
  box-sizing: border-box;
  padding: 70px 20px 0 20px;
  position:relative;
  height:360px;
  width: 100%;
  background: rgba(255,255,255,.9);
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
.joinProcess li p{
  font-size: 15px;
  line-height: 25px;
}
.joinProcess li h2{
  text-align: center;
  font-size: 20px;
  color:#333;
  margin: 30px 0 30px 0;
}
.joinProcess li .iconfont{
  text-align: center;
  font-size: 50px;
  color:#c9c9c9;
}
.joinProcess li .num{
  background-color: #D1A954;
  border-radius: 100%;
  width: 70px;
  height:70px;
  text-align: center;
  line-height: 70px;
  color:#fff;
  font-size: 30px;
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  top:-35px;
}
.joinProcess li:nth-child(1) .p{
  padding-left: 5%;
}
.joinProcess li:nth-child(2) .p{
  padding-left: 15%;
}
.joinProcess li:nth-child(3) .p{
  padding-left: 10%;
}
.joinProcess li:nth-child(4) .p{
  padding-left: 35%;
}
/* 产品中心 */
.proS{
  height:100vh;
}
.proS .inner{
  position: relative;
  height:100%;
}
.proB1{
  background:url(../images/proban1.jpg);
}
.proB2{
  background:url(../images/proban2.jpg);
}
.proB3{
  background:url(../images/proban3.jpg);
}
.pbanBox{
  padding: 40px 40px;
  width: 600px;
  background-color: rgba(209, 169, 84, 0.88);
  position:absolute;
  top:50%;
  transform: translateY(-50%);
}
.proB1 .pbanBox{
  right:0;
  top:55%;
}
.proB3 .pbanBox{
  right:0;
  top:55%;
}
.pbanBox h2{
  font-size: 25px;
  color:#fff;
}
.pbanBox h3{
  font-size: 20px;
  color:#fff;
}
.pbanBox p{
  font-size: 14px;
  color:#fff;
  margin: 30px 0;
}
.pbanBox a{
  border:1px solid #fff;
}
.pbanBox a span{
  color:#fff
}
.pbanBox a:after{
  background-color:#fff
}
.pbanBox a:hover span{
  color:#333;
}
.seNav{
  padding:40px 0;
  text-align: center;
}
.seNav li{
  display:inline-block;
  font-size: 15px;
  height:70px;
  padding: 0 45px;
  position: relative;
}
.seNav li a{
  position: relative;
  display: block;
  width: 100%;
  height:100%;
  line-height: 70px;
}
.seNav li:after{
  content:'';
  display: block;
  width:1px;
  height:20px;
  background-color: #eee;
  position:absolute;
  right:0;
  top:50%;
  transform: translateY(-50%);
}
.seNav li:last-child:after{
  display: none;
}
.seNav li a::before{
  position: absolute;
    border-style: solid;
    border-width: 3px;
    content: "";
    display: block;
    left: -5%;
    bottom:20px;
    height: 16px;
    opacity: 0;
    width: 110%;
    box-sizing: border-box;
    border-color:#D1A954;
    border-top-color: #fff;
    transition: .35s ease-out;
}
.seNav li.active a:before{
  opacity: 1;
  bottom:10px;
}
.seNav li a::after{
  position: absolute;
    border-style: solid;
    border-width: 3px;
    content: "";
    display: block;
    left: -5%;
    top: 20px;
    height: 16px;
    opacity: 0;
    width: 110%;
    box-sizing: border-box;
    border-color:#D1A954;
    border-bottom-color: #fff;
   transition: .3s ease;
}
.seNav li.active a:after{
  opacity: 1;
  top: 10px;
}

.seNav li:hover a:before{
  opacity: 1;
  bottom:10px;
}
.seNav li:hover a:after{
  opacity: 1;
  top: 10px;
}
.floorSec li{
  float:left;
  margin-left: 3%;
  width:calc(91% / 4);
  cursor: pointer;
  margin-bottom: 40px;
}
.floorSec li:nth-child(4N+1){
  margin-left: 0;
}
.floorSec li .floorBox{
  overflow: hidden;
  position:relative;
}
.floorSec ul{
  height:auto;
  overflow: hidden;
}
.floorSec{
  padding:40px 0 0 0
}
.floorSec li .floorImg{
  position:relative;
  z-index: 1;
  height: 233px;
  background-size: cover !important;
  background-repeat: no-repeat!important;
}
.floorSec li .floorImg img{
  width:100%;
}
.floorSec li .floorT{
  position: absolute;
  opacity: 0;
  left:0;
  right:0;
  height:60px;
  padding: 15px 0;
  background-color: #D1A954;
  text-align: center;
  transform: translateY(0);
  transition: .3s ease-out;
  z-index: 3;
}
.floorSec li:hover .floorT{
  transform: translateY(-60px);
  opacity: 1 !important;;
}
.floorS{
  opacity: 0;
  text-align: center;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-140%);
  z-index: 2;
  background-color: rgba(0, 0, 0, .5);
  width: 45px;
  height: 45px;
  line-height: 45px;
  transition: .3s ease-out;
}
.floorS .iconfont{
  color:#fff;
  font-size: 27px;
  color: rgba(255, 255, 255, 0.7);
}
.floorSec li .floorBox:hover .floorS{
  opacity: 1;
  transform: translate(-50%,-100%);
}
.floorSec li .floorT span{
  display: inline-block;
  width: 30px;
  height:2px;
  background-color: #fff;
}
.floorSec li .floorT h3{
  COLOR:#FFF;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
}
.floorPag .pagNation{
  padding-top: 40px;
  padding-bottom: 80px;
  text-align: center;
}
.talS1{
  padding: 80px 0 0 0;
}
.talS1 .inner{
  height:auto;
  overflow: hidden;
}
.tal_l{
  float:left;
  width: 650px;
}
.tal_l img{
   width:100%;
}
.tal_r{
  background-color: #F1F4F7;
  margin-left: 650px;
  padding: 30px 45px 0;
  height: 400px;
}
.tal_r h2{
  font-weight: normal;
  font-size: 20px;
  text-align: right;
  position:relative;
}
.tal_r h2 span{
  position:relative;
  z-index: 2;
}
.tal_r h2:after{
  content:'';
  width: 280px;
  height:5px;
  background-color: #ffee3a;
  position:absolute;
  right:-20px;
  bottom: 12px;
  z-index: 1;
}
.tal_r h3{
  font-size: 22px;
  text-align: right;
  margin-bottom: 25px;
}
.tal_r p{
  line-height: 25px;
  font-size: 15px;
  margin-bottom: 20px;
}
.talt h2{
  color: #D1A954;
  font-size: 28px;
  font-weight: normal;
}
.talt p{
  font-size: 15px;
}
.talt{
  margin-bottom: 80px;
}
.talS2{
  padding-bottom: 80px;
  padding-top: 40px;
}
.jobitem{
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
.jobhead{
  height: 120px;
}
.jobhead .jobL{
  float:left;
  width: calc(100% - 150px);
  padding: 15px 40px;
}
.jobhead .jobR{
  cursor: pointer;
  float:right;
  width: 150px;
  position: relative;
  height:120px;
  text-align: center;
  line-height: 120px;
}
.jobhead .jobR:after{
  content:'';
  display: block;
  height:50px;
  width: 1px;
  background-color:#eee;
  position:absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
}
.jobhead .jobR span{
  font-size: 18px;
  color: #D1A954;
}
.jobhead .jobR span.iconfont{
  font-size: 35px;
  display: none;
}
.jobitem.active .iconfont{
  display: inline-block !important;
}
.jobitem.active .jobmore{
  display: none;
}
.spanh{
  font-size: 27px;
}
.jobtime{
  margin-left: 40px;
  font-size: 15px;
  color:#777;
}
.jobtime em{
  font-size: 15px;
  font-style: normal;
  color:#777;
}
.jobsor{
  margin-top: 15px;
}
.jobsor span{
  margin-right: 30px;
  font-size: 15px;
  color:#777;
}
.jobsor span em{
  font-size: 15px;
  font-style: normal;
  color:#777;
}
.jobBody{
  position: relative;
  padding: 30px 40px 60px 40px;
}
.jobBody::before{
  content:'';
  display: block;
  height:1px;
  background-color:#eee;
  position:absolute;
  top:0;
  left:40px;
  right:150px;
}
.jobBody h2{
  font-weight: normal;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.jobBody p{
  line-height: 25px;
  font-size: 15px;
}
.jobBody{
  display: none;
}
.secNav{
  position:relative;
  margin-top: -46px;
  z-index: 2;
  height:46px;
  line-height: 46px;
}
.hearer .search-form input[type="text"]::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.hearer .search-form input[type="text"]{
  font-size: 14px;
}
.hsec-1{
  padding-top:70px
}