.tab-btn {
  display: none;
  position:fixed;top:0px;
  right: 20px;
  line-height: 80px;
  z-index: 9;
}
.tab-btn span {
  display: inline-block;
  width: 50px;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
  cursor: pointer;
}
.tab-btn span img {
  width: 70%;
}
.tab-btn.active {
  display: block;
}
.tab-btn{
  display:none;
}


.public-header.two{
  display:none; 
}
.public-header.on{
  display:inline-block;
}
.public-header{
  position:fixed;
  z-index: 999999;
  bottom:0;width:100%;
  height:136px;left:0;right:0;
  line-height:136px;
  background: #1b1b1b;
}
.public-header.on{
  bottom:unset;top:0;left:0;
  height:96px;line-height:96px;
}
.public-header .body-box {
  box-sizing: border-box;padding-left:8.3%;padding-right:8.3%;
}
.public-header .body-box .logo-box {
  float: left;
}
.public-header .body-box .logo-box img.active{
  display:none;
}
.public-header .body-box .link-box{
  margin-right:30px;float:right;
}
.public-header {
  text-align: center;
}
.public-header li {
  display: inline-block;
  text-align: center;
  margin-left: 25px;
}
.public-header li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  overflow: hidden;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.public-header li a span {
  position: relative;
  display: inline-block;
  height: 44px;
  line-height: 22px;
  vertical-align: middle;
  transition: transform .3s;
}
.public-header li a span:before {
  position: absolute;
  content: '';
  width: 0px;
  height: 1px;
  left: -25px;
  top: 33px;
  background: #CBA46C;
}
.public-header li a span:after {
  position: absolute;
  content: '';
  right: -25px;
  top: 33px;
  width: 0px;
  height: 1px;
  background: #CBA46C;
}
.public-header li:hover a,
.public-header li.active a {
  color: #CBA46C;
}
.public-header li:hover a span,
.public-header li.active a span {
  transform: translate(0, -22px);
}
.public-header li:hover a span:before,
.public-header li.active a span:before {
  width: 20px;
  transition: all .3s .2s;
}
.public-header li:hover a span:after,
.public-header li.active a span:after {
  width: 20px;
  transition: all .3s .2s;
}
.public-header li.active a span {
  transform: translate(0, -22px);
}
.public-header .body-box .other-box {
  float: right;
  margin-left:25px;
}
.public-header .body-box .other-box .icon-box:nth-child(2){
  margin-left:20px;
}
.public-header.active {
  position:fixed;
  top:0;
  left: 0;
  right: 0;
  border-bottom:1px solid #e5e5e5;
}


#menu {
  display: none;
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  list-style-type: none;
  z-index: 70;
  transition: all .3s;
}
#menu li a {
  position: relative;
  display: block;
  height: 20px;
  line-height: 22px;
  text-align: left;
  width: 30px;
  text-align: right;
}
#menu li a span {
  display: inline-block;
  width: 15px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  transition: all .3s;
  vertical-align: middle;
}
#menu li.active a span {
  width: 25px;
  background:#cba46c;
}
#menu.active {
  display: block;
}
.section {
  box-sizing: border-box;
}
.section_1 {
  overflow: hidden;
}
.section_1 .fp-tableCell {
  box-sizing: border-box;
  display: block;
}

.section_1 .banner-box {
  height:auto;
  position: relative;
}
.section_1 .banner-box .item-box {
  height: 100vh;
  background-size: cover;
  background-position: center center;
}
.section_1 .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 20px;
}
.section_1 .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 1;
  margin-left: 8px;
  margin-right: 8px;
  outline: none;
}
.section_1 .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
  box-sizing: border-box;
}
.section_1 .swiper-pagination .swiper-pagination-bullet-active:before {
  position: absolute;
  content: '';
  top: -3px;
  left: -3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #fff;
}
.section_1 img {
  width: 100%;
}
.section_1 .arr-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  height: 125px;
}
.section_1 .arr-box .swiper-button-next {
  right:0px;
}
.section_1 .arr-box .swiper-button-prev {
  left:0px;
}
.section_1 .arr-box .swiper-button-next,
.section_1 .arr-box .swiper-button-prev {
  width: 44px;outline:none;
  height:44px;
  background:rgba(0, 0, 0, 0.5);
  margin-top: 0;
  top: 0;
}
.section_1 .arr-box .swiper-button-next:after,
.section_1 .arr-box .swiper-button-prev:after {
  color: #fff;
  font-size: 24px;
}






.section_2 .centent-box {
  position:relative;
  vertical-align: middle;
  box-sizing: border-box;
}
.section_2 .left-page {
  width:52%;
}
.section_2 .left-page .title-one {
  margin-bottom:20px;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.5s 0.4s, opacity 0.4s 0.5s;
}
.section_2 .left-page .title-one p {
  font-size:24px;
  color: rgba(78, 78, 78, 0.5);
  line-height: 1.3;
}
.section_2 .left-page .title-one h3 {
  font-size:30px;
  color: #3c3c3c;
  font-weight:400;
  margin-top:10px;
  margin-bottom:15px;
}
.section_2 .left-page .title-one h3 img{
  position:relative;top:-20px;
}
.section_2 .left-page .title-one span {
  font-size:30px;
  color: #4E4E4E;
  letter-spacing:4px;
  padding-bottom:30px;
  position:relative;
}
.section_2 .left-page .title-one span:before{
  content:'';
  width: 83px;
height: 6px;
background: #EA5404;
position:absolute;
bottom:0px;
}
.section_2 .left-page .title-two p {
  margin-bottom:20px;
  font-size: 16px;
  color:#595959;
  line-height:2;

  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.6s 0.5s, opacity 0.4s 0.5s;
}
.section_2 .left-page .list-box{
  margin-top:60px;
}
.section_2 .left-page .list-box .item-box {
  float: left;
  text-align: left;
  margin-right: 13%;
  transform: translateY(100px);
  opacity: 0;
}
.section_2 .left-page .list-box .item-box:nth-child(1){
  transition: transform 0.7s 0.6s, opacity 0.9s 0.8s;
}
.section_2 .left-page .list-box .item-box:nth-child(2){
  transition: transform 0.8s 0.7s, opacity 0.9s 0.8s;
}
.section_2 .left-page .list-box .item-box:nth-child(3){
  transition: transform 0.9s 0.8s, opacity 0.9s 0.8s;
}
.section_2 .left-page .list-box .item-box:nth-child(4){
  transition: transform 1.0s 0.9s, opacity 0.9s 0.8s;
}
.section_2 .left-page .list-box .item-box:last-child {
  margin-right: 0;
}
.section_2 .left-page .list-box .item-box h3 {
  font-size: 48px;
  color: #cba46c;
}
.section_2 .left-page .list-box .item-box h3 em {
  display: inline-block;
  font-style: normal;
}
.section_2 .left-page .list-box .item-box h3 span {
  font-size: 36px;
}
.section_2 .left-page.list-box .item-box p {
  font-size: 16px;
  color: #666666;
}
.section_2 .right-page {
  position: absolute;
  right:0px;
  width:45%;
  top:50%;height:451px;
  transform: translateY(-50%);
}
.section_2 .right-page .video-box{
  position:relative;height:100%;
}
.section_2 .right-page .video-box img{
  width:100%;height:100%;
}
.section_2 .right-page .video-box .icon-box{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
}
.section_2 .right-page .video-box .icon-box img{
  width:96px;height:96px;
}
.section_2.active .left-page .list-box .item-box,
.section_2.active .left-page .title-one,
.section_2.active .left-page .title-two p{
  opacity: 1;
  transform: translateY(0);
}






.section_3 {
  background:url(../image/img_4.png) center center no-repeat;background-size:cover;
}
.section_3 .fp-tableCell{
  vertical-align:bottom;
}
.section_3 .centent-box {
  position:relative;
  vertical-align:bottom;
  box-sizing: border-box;
}
.section_3 .title-box {
  text-align: center;
  margin-bottom:1.0rem;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s 0.5s, opacity 0.4s 0.5s;
}
.section_3 .title-box p {
  font-weight:700;
  font-size:36px;
  color: #fff;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  padding-bottom: 0.24rem;
  position: relative;
  margin-bottom: 0.24rem;
}
.section_3 .title-box p:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 60px;
  height: 0.02rem;
  background: #fff;
  margin-left: -30px;
}
.section_3 .title-box span {
  font-size:22px;
  color: #fff;
  line-height: 1;
}
.section_3 .list-box {
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s 0.8s, opacity 0.4s 0.8s;
}
.section_3 .list-box .item-box {
  float: left;
  width: 25%;
  position: relative;
  overflow: hidden;
}
.section_3 .list-box .item-box .bg {
  position: absolute;
  content: '';
  bottom: -100%;
  left: 0;
  right: 0;
  height: 100%;z-index:9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .5s;
}
.section_3 .list-box .item-box:nth-child(2n+2) .bg {
  top:-101%;height:101%;
}
.section_3 .list-box .item-box .img-box {
  height:3.8rem;
}
.section_3 .list-box .item-box .img-box img {
  width: 100%;
  height: 100%;
}
.section_3 .list-box .item-box .txt-box {
  background:#fff;
  height: 3.8rem;text-align:center;
  padding-top:60px;
  box-sizing: border-box;
  padding-left:30px;padding-right:30px;
}
.section_3 .list-box .item-box .txt-box p {
  font-size:24px;
  line-height: 1.6;
  color: #3c3c3c;position:relative;
}
.section_3 .list-box .item-box .txt-box p:before{
  position:absolute;width:50px;height:1px;background:#cba46c;
  content:'';left:50%;transform:translateX(-50%);bottom:-20px;
}
.section_3 .list-box .item-box .txt-box span {
  display: block;
  font-size:16px;
  margin-top:46px;
  color: #878787;line-height:2;
}
.section_3 .list-box .item-box:hover .bg {
  bottom: 0;
}
.section_3 .list-box .item-box:hover:nth-child(2n+2) .bg {
  top:0;
}
.section_3 .swiper-pagination {
  position: static;
  margin-top: 0.45rem;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s 0.8s, opacity 0.4s 0.8s;
}
.section_3 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #cccccc;
  opacity: 1;
  margin-left: 5px;
  margin-right: 5px;
}
.section_3 .swiper-pagination .swiper-pagination-bullet-active {
  background: #183565;
  width: 25px;
  border-radius: 20px;
}
.section_3.active .title-box,
.section_3.active .list-box,
.section_3.active .swiper-pagination {
  opacity: 1;
  transform: translateY(0);
}




.section_4 {
  position: relative;
  background: #fff;
}
.section_4 .title-box {
  text-align: center;
  margin-bottom:1.0rem;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s 0.5s, opacity 0.4s 0.5s;
}
.section_4 .title-box p {
  font-weight:700;
  font-size:36px;
  color:#3C3C3C;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  padding-bottom: 0.24rem;
  position: relative;
  margin-bottom: 0.24rem;
}
.section_4 .title-box p:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 60px;
  height: 0.02rem;
  background: #cba46c;
  margin-left: -30px;
}
.section_4 .title-box span {
  font-size:22px;
  color: #595959;
  line-height: 1;
}
.section_4 .centent-box {
  margin-top: 70px;
}
.section_4 .centent-box .left-box {
  float: left;
  width:83%;height:648px;
}
.section_4 .centent-box .left-box .item-box {
  display: none;
  position: relative;
}
.section_4 .centent-box .left-box .item-box img{
  width:100%;height:648px;
}
.section_4 .centent-box .left-box .item-box.active {
  display: block;
}
.section_4 .centent-box .left-box .item-box p {
  position: absolute;
  right:70px;
  bottom:40px;
  color: #fff;
  font-size:20px;
  font-weight: 700;
}
/*.section_4 .centent-box .left-box .swiper-pagination {
  bottom: 100px;
}*/
/*.section_4 .centent-box .left-box .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  margin-left: 11px;
  margin-right: 11px;
  width: 6px;
  height: 6px;
  position: relative;
  opacity: 1;
}
.section_4 .centent-box .left-box .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.section_4 .centent-box .left-box .swiper-pagination .swiper-pagination-bullet-active:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 100%;
  top: -5px;
  left: -5px;
}*/
.section_4 .centent-box .right-box {
  float: left;
  width:17%;
  height:648px;
}
.section_4 .centent-box .right-box .item-box {
  height:20%;
  width: 100%;
  text-align: center;
  padding-top: 55px;
  box-sizing: border-box;
  border: 1px solid #dcdcec;
  cursor: pointer;border-left:none;border-bottom:none;
}
.section_4 .centent-box .right-box .item-box:last-child{
  border-bottom:1px solid #dcdcec;
}
.section_4 .centent-box .right-box .item-box p {
  font-size: 20px;
  color: #cba46c;
  line-height: 1;
}
.section_4 .centent-box .right-box .item-box p img {
  display: inline-block;position:relative;top:-3px;
  vertical-align: top;margin-right:10px;}
.section_4 .centent-box .right-box .item-box p img.active {
  display:none;
}
.section_4 .centent-box .right-box .item-box.active {
  background: #cba46c;
}
.section_4 .centent-box .right-box .item-box.active p {
  color: #fff;
}
.section_4 .centent-box .right-box .item-box.active p img {
  display: none;
}
.section_4 .centent-box .right-box .item-box.active p img.active {
  display: inline-block;
}
.section_4.active .title-box,
.section_4.active .list-box,
.section_4.active .swiper-pagination {
  opacity: 1;
  transform: translateY(0);
}






.section_5 .item-box {
  position: relative;
  float: left;
  width: 25%;
  height: 100vh;
  overflow: hidden;

 -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.section_5 .item-box .img-box {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  background-size: cover;
  transition: all .5s;
}
.section_5 .item-box .img-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  transition: all .3s;
}
.section_5 .item-box .txt-box {
  position: absolute;
  z-index: 2;
  bottom:0;
  transform: translateY(-20%);
  padding-left: 5vh;
  padding-right: 5vh;
  box-sizing: border-box;
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
  transition: all .5s;
}
.section_5 .item-box .txt-box .title-box span {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  margin-bottom: 18px;
}
.section_5 .item-box .txt-box .title-box p {
  font-size:26px;margin-top:15px;
}
.section_5 .item-box .txt-box .des-box {
  opacity:0;
}
.section_5 .item-box .txt-box .des-box h3{
  font-size:26px;position:relative;
}
.section_5 .item-box .txt-box .des-box h3:before{
  width:57px;height:1px;content:'';position:absolute;background:#fff;left:50%;transform:translateX(-50%);
  bottom:-26px;
}
.section_5 .item-box .txt-box .des-box p {
  line-height:2;font-size:16px;
  text-align:center;margin-top:52px;
}
.section_5 .item-box:hover{
 -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.section_5 .item-box:hover .img-box {
  transform: scale(1.1);
}
.section_5 .item-box:hover .title-box {
  opacity:0;
}
.section_5 .item-box:hover .txt-box {
  transform: translateY(-100%);
}
.section_5 .item-box:hover .des-box {
  opacity: 1;
}






.section_6 .title-box {
  text-align: center;
  margin-bottom:1.0rem;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s 0.5s, opacity 0.4s 0.5s;
}
.section_6 .title-box p {
  font-weight:700;
  font-size:36px;
  color:#3C3C3C;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  padding-bottom: 0.24rem;
  position: relative;
  margin-bottom: 0.24rem;
}
.section_6 .title-box p:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 60px;
  height: 0.02rem;
  background: #cba46c;
  margin-left: -30px;
}
.section_6 .title-box span {
  font-size:22px;
  color: #595959;
  line-height: 1;
}
.section_6 .centent-box {
  position: relative;background:#eee;
  z-index: 2;
  font-size: 0;
}
.section_6 .centent-box .block{
  position:relative;
}
.section_6 .centent-box .img-box {
  display: inline-block;
  width: 50%;
}
.section_6 .centent-box .img-box img {
  width: 100%;
}
.section_6 .centent-box .txt-box {
  top:0;
  position:absolute;left:50%;padding-top:53px;
  width: 50%;height:100%;
  font-size: 14px;background:#f9f9f9;
  vertical-align:top;
  padding-left:60px;
  box-sizing:border-box;
}
.section_6 .centent-box .txt-box .info-box{
  margin-bottom:50px;
}
.section_6 .centent-box .txt-box .info-box h3 {
  font-weight: 400;
  font-size:24px;
  color: #cba46c;
  line-height: 1;
  position: relative;
  margin-bottom:20px;

  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.6s 0.4s, opacity 1.0s 0.9s;
}
.section_6 .centent-box .txt-box .info-box p {
  line-height: 2;
  color: #676666;
  margin-bottom: 25px;

  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s 0.5s, opacity 1.0s 0.9s;
}
.section_6 .centent-box .txt-box .list-box {
  display: flex;width:80%;
  justify-content: space-between;
}
.section_6 .centent-box .txt-box .list-box .item-box {
  text-align: center;
}
.section_6 .centent-box .txt-box .list-box .item-box:nth-child(1){
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.8s 0.6s, opacity 1.0s 0.9s;
}
.section_6 .centent-box .txt-box .list-box .item-box:nth-child(2){
    transform: translateY(100px);
  opacity: 0;
  transition: transform 0.9s 0.7s, opacity 1.0s 0.9s;
}
.section_6 .centent-box .txt-box .list-box .item-box:nth-child(3){
    transform: translateY(100px);
  opacity: 0;
  transition: transform 1.0s 0.8s, opacity 1.0s 0.9s;
}
.section_6 .centent-box .txt-box .list-box .item-box:nth-child(4){
    transform: translateY(100px);
  opacity: 0;
  transition: transform 1.1s 0.9s, opacity 1.0s 0.9s;
}
.section_6 .centent-box .txt-box .list-box .item-box .icon-box {
  height:62px;width:62px;
  line-height:62px;border:1px solid #dcdcdc;
}
.section_6 .centent-box .txt-box .list-box .item-box .icon-box img {
  max-width:29px;max-height:28px;transition:all .5s;
}
.section_6 .centent-box .txt-box .list-box .item-box .icon-box:hover img{
  transform:rotateY(180deg);
}
.section_6 .centent-box .txt-box .list-box .item-box h3 {
  font-weight: 400;
  font-size: 16px;
  color: #515151;
  margin-top:10px;
}
.section_6 .centent-box .txt-box .list-box .item-box p {
  line-height: 1.6;
  font-size: 14px;
  color: #666666;
}
.section_6 .centent-box .txt-box .more-btn {
  margin-top: 50px;
}
.section_6 .public-more{
  background:#e3e3e3;
}
/*.section_6 .public-more:before{
  background:#cba46c;
}*/
.section_6 .public-more:hover:before{
  right: auto;
  left: 0;
  width: 100%;
}
.section_6 .public-more:hover{
  color: #fff !important;z-index:1;
  border-color:#cba46c;
}
.section_6.active .title-box,
.section_6.active .centent-box .txt-box .info-box h3,
.section_6.active .centent-box .txt-box .info-box p,
.section_6.active .centent-box .txt-box .list-box .item-box {
  opacity: 1;
  transform: translateY(0);
}






.section_7 .fp-tableCell{
  display:block;
}
.section_7 .top-box{
    position: relative;
    height: 48vh;
    background:url(../image/img_37.jpg) center center no-repeat;
    background-size:cover;
    text-align: center;padding-top:20vh;box-sizing:border-box;
    color: #fff;
}
.section_7 .title-box {
  text-align: center;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s 0.5s, opacity 0.4s 0.5s;
}
.section_7 .title-box p {
  font-weight:700;
  font-size:36px;
  color: #fff;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  padding-bottom: 0.24rem;
  position: relative;
  margin-bottom: 0.24rem;
}
.section_7 .title-box p:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 60px;
  height: 0.02rem;
  background: #fff;
  margin-left: -30px;
}
.section_7 .title-box span {
  font-size:22px;
  color: #fff;
  line-height: 1;
}
.section_7 .news-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 7%;
  padding-right: 7%;
  padding-bottom:9vh;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s 0.7s, opacity 0.4s 0.7s;
}
.section_7 .news-box .list-box {
  width: 100%;
}
.section_7 .news-box .list-box .item-box {
  position: relative;
  float: left;
  width: 25%;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
  padding-top: 5%;
  padding-bottom: 5%;
  overflow: hidden;
}
.section_7 .news-box .list-box .item-box .img-box {
  position: absolute;
  height: 100%;
  bottom: 0;
  transform: translateY(100%);
  right: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
  transition: all .3s;
}
.section_7 .news-box .list-box .item-box .time-box {
  font-size: 14px;
  color: #666;
  margin-top:40px;
}
.section_7 .news-box .list-box .item-box .body-box h3 {
  font-size:16px;
  color: #333;
  margin-bottom: 20px;
  font-weight:700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section_7 .news-box .list-box .item-box .body-box p {
  font-size:16px;
  color: #333;font-weight:400;
  line-height: 1.8;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 50px;
  -webkit-box-orient: vertical;
}
.section_7 .news-box .list-box .item-box .body-box .more-box {
  margin-top: 30px;
}
.section_7 .news-box .list-box .item-box .body-box .more-box a {
  display: inline-block;
  width: 130px;
  height: 32px;
  background: #af8964;
  color: #fff;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
}
.section_7 .news-box .list-box .item-box:hover .img-box {
  transform: translateY(0);
}
.section_7.active .title-box,
.section_7.active .news-box,
.section_7.on .news-box {
  opacity: 1;
  transform: translateY(0);
}












.section_8 {
  background: #333333;
}
.section_8 .body-box {
  padding-top:50px;padding-bottom:60px;
}
.section_8 .body-box .left-box {
  float: left;
  width:40%;display:flex;vertical-align:top;
}
.section_8 .body-box .left-box .logo-box {
  display:inline-block;
}
.section_8 .body-box .left-box .logo-box p {
  font-size: 24px;
  color: #fff;
  margin-top: 28px;
  line-height: 1;
  padding-left: 50px;
}
.section_8 .body-box .left-box .logo-box p em {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100%;
  vertical-align: middle;
  margin-left: 14px;
  margin-right: 14px;
}
.section_8 .body-box .left-box .txt-box{
  display:inline-block;margin-left:44px;
}
.section_8 .body-box .left-box dl dt {
  font-size: 18px;
  color: #fff;
  margin-bottom:20px;
}
.section_8 .body-box .left-box dl dd {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
}
.section_8 .body-box .left-box .er-box {
  display: inline-block;
  text-align: center;
  margin-top: 30px;
}
.section_8 .body-box .left-box .er-box{
   width:150px;height:150px;
}
.section_8 .body-box .left-box .er-box p {
  margin-top: 15px;
  font-size: 14px;
  color: #999999;
}
.section_8 .body-box .right-box {
  float: right;
  width: 890px;
}
.section_8 .body-box .right-box .link-box {
  display: flex;
  justify-content: space-between;
}
.section_8 .body-box .right-box .link-box dl dt {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  margin-bottom: 28px;
}
.section_8 .body-box .right-box .link-box dl dd {
  margin-bottom: 10px;
}
.section_8 .body-box .right-box .link-box dl dd a {
  font-size: 16px;
  color: #999999;
}
.section_8 .body-box .right-box .link-box dl dd a:hover {
  color: #fff;
}
.section_8 .bottom-box {
  position:relative;
  left: 0;
  right: 0;
}
.section_8 .bottom-box .copy-box {
  height:80px; border-top:1px solid rgba(255, 255, 255, 0.2);
  line-height:80px;
}
.section_8 .bottom-box .copy-box p {
  float: left;
  font-size: 12px;
  color: #fff;
}
.section_8 .bottom-box .copy-box span {
  float: right;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 1700px) {

}
/*# sourceMappingURL=index.css.map */