/**
 * fullPage 1.4.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html, body {
    margin: 0;
    padding: 0;

}
#superContainer {
    height: 100%;
    position: relative;
}
.section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slide {
    float: left;
}
.slide, .slidesContainer {
    height: 100%;
    display: block;
}
.slides {
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.section.table, .slide.table {
    display: table;
    width: 100%;
}
.tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.slidesContainer {
    float: left;
    position: relative;
}
.controlArrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.controlArrow.prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.controlArrow.next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.scrollable {
    overflow: scroll;
}
.easing {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
#fullPage-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fullPage-nav.right {
    right: 17px;
}
#fullPage-nav.left {
    left: 17px;
}
.fullPage-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fullPage-slidesNav.bottom {
    bottom: 17px;
}
.fullPage-slidesNav.top {
    top: 17px;
}
#fullPage-nav ul,
.fullPage-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fullPage-nav li,
.fullPage-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fullPage-slidesNav li {
    display: inline-block;
}
#fullPage-nav li a,
.fullPage-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fullPage-nav li .active span,
.fullPage-slidesNav .active span {
    background: #333;
}
#fullPage-nav span,
.fullPage-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.fullPage-tooltip {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    top: -2px;
}
.fullPage-tooltip.right {
    right: 20px;
}
.fullPage-tooltip.left {
    left: 20px;
}
/*额外增加样式*/
.pages {
      position: fixed;
      left:200px;
      top: 50%;
  }

  .pages li {
    font-size: 24px;
    color:#ffffff;
    cursor: pointer;
  }

  .pages li.active:before {
      content: '';
      display: inline-block;
      width: 15px;
      border-bottom: 2px solid #FFFFFF;
      margin-right: 5px;
  }
 .section {
      /*有背景图时必须，关系到背景图能够全屏显示*/
      background-color: #000;
      background-size: cover;
      background-position: 50% 50%;
      text-align: center;
  }
  /*非必需，只是用来设置背景图，id不会被插件用到*/
  #section0 {
      background-image: url(../../images/newimg/zsfw/xswitch1.jpg);
  }

  #section1 {
      background-image: none;
      background: #000;
  }
.zsfw-x{
   display: inline-block;
    vertical-align: middle;
   width: 50%;
   background: rgba(255,255,255,0.7);
   text-align: left;
   padding:35px;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.gd-mid-i {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.btn-group-zsfw{width:70%;margin:30px auto 10px; }
.btn-group-zsfw a{width: 35%;height: 40px; line-height: 40px;border-radius: 5px;border:1px solid #000; background-color:transparent;font-size: 18px;}
.btn-group-zsfw a:hover{border:1px solid transparent; background-color:#f39c01;color: #fff;}

.zsfw-icon-1{width: 37px;height: 32px; background-position: -64px 0;vertical-align: middle;}
.zsfw-icon-2{width: 37px;height: 32px; background-position: -101px 0;vertical-align: middle;}
.zsfw-icon-3{width: 37px;height: 32px; background-position: -137px 0;vertical-align: middle;}

.zsfw-title{font-size: 22px;color: #f39c01;}
.zsfw-content{padding-left:45px;}

/*头部*/
.head{background: #fff; height: 88px; overflow: hidden; position: absolute; top:0;width: 100%}
.notice_active{height: 40px;width:270px;overflow: hidden;margin-right: 30px;}
.gd-notice-con{color:#ff5555;width:270px;display: block;}
.notice-dd dd{line-height: 40px;}
.nav-item li{display: inline-block;}

.gd-logo {
  display: block;
    width: 234px;
    height: 69px;
    background: url(../../images/newimg/zsfw/golday-logo.png) no-repeat;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    margin-top: 10px;
}
.mt8{margin-top: 8px}
.mr5{margin-right: 5px}
.sticon{margin:0 4px 0 6px;}
.redcolor{color: #ff5555}

.nav-item a{display: block; font-size: 16px;width: 125px;text-align: center;height: 40px;line-height: 40px;border-radius: 20px;
  }
  .nav-item a:hover{ background: repeating-linear-gradient(159deg,#ff6d41,#f75669); color: #fff}
.page1-box{width: 436px;position: absolute;right:30%; top:30%;color: #fff; font-size: 16px;}
.page1Ul li{ height: 50px; line-height: 50px;margin:40px 0;}
.page1-box h2{font-size: 60px;}
.page1-box em{font-style: normal;font-size: 30px;margin-right: 30px}
.page1-box b{font-size: 30px;margin-right: 20px}
.page1-btn{width: 436px;height: 79px; background: url(../../images/newimg/zsfw/page1-btn.png) no-repeat;}
.page1-btn a{width: 50%;height: 79px;}

/* --------------------------------

Main Components

-------------------------------- */
.projects-container {
  height: 100vh;
  width: 100vw;
  position: relative;
}
.projects-container::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.projects-container li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  /* on mobile -  move items outside the viewport */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.projects-container li::after {
  /* background image */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 25vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity 0.5s, height 0.4s;
  -moz-transition: opacity 0.5s, height 0.4s;
  transition: opacity 0.5s, height 0.4s;
}


.projects-container li.is-loaded {
  /* move items in the viewport when background images have been loaded */
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.projects-container li.is-full-width {
  /* selected item */
  top: 0;
  height: auto;
  z-index: 1;
  cursor: auto;
  -webkit-transition: z-index 0s 0s, top 0.4s 0s;
  -moz-transition: z-index 0s 0s, top 0.4s 0s;
  transition: z-index 0s 0s, top 0.4s 0s;
}
.projects-container li.is-full-width::after {
  height: 100vh;
}
@media only screen and (min-width: 1024px) {
  .projects-container::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
  .projects-container li {
    width: 25vw;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: width 0s;
    -moz-transition: width 0s;
    transition: width 0s;
  }
  .projects-container li:first-of-type::after {
    background-image: url("../../images/newimg/zsfw/img-1-large.jpg");
  }
  .projects-container li:nth-of-type(2) {
    top: 0;
    left: 25vw;
  }
  .projects-container li:nth-of-type(2)::after {
    background-image: url("../../images/newimg/zsfw/img-2-large.jpg");
  }
  .projects-container li:nth-of-type(3) {
    top: 0;
    left: 50vw;
  }

  .projects-container li:nth-of-type(3)::after {
    background-image: url("../../images/newimg/zsfw/img-3-large.jpg");
  }
  .projects-container li:nth-of-type(4) {
    top: 0;
    left: 75vw;
  }

  .projects-container li:nth-of-type(4)::after {
    background-image: url("../../images/newimg/zsfw/img-4-large.jpg");
  }
  .projects-container li::after {
    height: 100vh;
    width: 100%;
    opacity: 0;
  }
  .projects-container li.is-loaded {
    /* show items when background images have been loaded */
    opacity: 1;
  }
  .projects-container li.is-loaded::after {
    opacity: 1;
  }
  .projects-container li.is-full-width {
    /* selected item */
    left: 0vw;
    width: 100vw;
    -webkit-transition: width 0.4s 0s, z-index 0s 0s, left 0.4s 0s;
    -moz-transition: width 0.4s 0s, z-index 0s 0s, left 0.4s 0s;
    transition: width 0.4s 0s, z-index 0s 0s, left 0.4s 0s;
  }
}
@media only screen and (min-width: 1170px) {
  .projects-container li::after {
    background-attachment: fixed;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.8s, opacity 0.5s;
    -moz-transition: -moz-transform 0.8s, opacity 0.5s;
    transition: transform 0.8s, opacity 0.5s;
  }
  .projects-container li.is-loaded::after {
    opacity: 0;
  }
 .projects-container li:hover::after, .projects-container li.is-full-width.is-loaded::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.cd-title {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 12.5vh;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.is-full-width .cd-title {
  top: 50vh;
  -webkit-transition: opacity 0s, top 0.4s;
  -moz-transition: opacity 0s, top 0.4s;
  transition: opacity 0s, top 0.4s;
}
.cd-title > * {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-title h2 {
    font-size: 1.5rem;
  line-height: 1.5;
  font-weight:400;
  color: #fff;
}
.cd-title p {
  font-size: 1rem;
  line-height: 1.2;
  padding: .4em 2em;
  display: none;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .cd-title {
    top: 50vh;
    width: 25vw;
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(-20px);
    -moz-transform: translateY(-50%) translateX(-20px);
    -ms-transform: translateY(-50%) translateX(-20px);
    -o-transform: translateY(-50%) translateX(-20px);
    transform: translateY(-50%) translateX(-20px);
  }
  .is-loaded .cd-title {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.6s, opacity 0.6s, left 0.4s;
    -moz-transition: -moz-transform 0.6s, opacity 0.6s, left 0.4s;
    transition: transform 0.6s, opacity 0.6s, left 0.4s;
  }
  .is-loaded.is-full-width .cd-title {
    left: 37.5vw;
    -webkit-transition: -webkit-transform 0.6s, opacity 0s, left 0.4s;
    -moz-transition: -moz-transform 0.6s, opacity 0s, left 0.4s;
    transition: transform 0.6s, opacity 0s, left 0.4s;
  }
  .cd-title p {
    display: block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title h2 {
    font-size: 1.5rem;
  }
}

.logobig{
  position: absolute;
    z-index: 1;
  top: 55vh;
    right: 44vw;
    width:240px;
    height:40px;
   background: url(../../images/newimg/zsfw/img-2-logobig.png)no-repeat;
   display: none;
  }

  .logobig-lf{ background: url(../../images/newimg/zsfw/img-4-logobig.png)no-repeat;}

.cd-project-info {
  clear: both;
  visibility: hidden;
  opacity: 0;
  margin-top: 100vh;
  padding: 4em 0;
  cursor: auto;
  background-color: #ffffff;
  color: #3f538e;
  -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  transition: opacity 0.4s 0s, visibility 0s 0.4s;
}
.is-full-width .cd-project-info {
  visibility: visible;
  opacity: 1;
}
.cd-project-info p {
  width: 100%;
  max-width: 800px;
  line-height: 2;
}
@media only screen and (min-width: 1024px) {
  .cd-project-info {
    position: relative;
    z-index: 1;
  }
}

.projects-container .cd-close,
.projects-container .cd-scroll {
  display: block;
  z-index: 2;
  width: 44px;
  height: 44px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  -webkit-transition: -webkit-transform 1s 0s, visibility 0s 1s;
  -moz-transition: -moz-transform 1s 0s, visibility 0s 1s;
  transition: transform 1s 0s, visibility 0s 1s;
  position: absolute;
}
 .projects-container .cd-close {
  right:50px;
  top:50px;
    background-image: url("../../images/newimg/zsfw/cd-icon-close-desktop.svg");
  }

.projects-container .cd-scroll {
   bottom:0;
   left:50%;
    background-image: url("../../images/newimg/zsfw/cd-icon-arrow-desktop.svg");
  }

.project-is-open .cd-close,
.project-is-open .cd-scroll {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0s;
  transition: transform 0.4s 0s, visibility 0s 0s;
}

.project-is-open .cd-scroll {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  -webkit-animation: cd-translate 1.2s 0.4s;
  -moz-animation: cd-translate 1.2s 0.4s;
  animation: cd-translate 1.2s 0.4s;
  -webkit-animation-iteration-count: 2;
  -moz-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

 .project-is-open .cd-close:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

 .project-is-open .cd-scroll:hover {
  -webkit-transform: translateX(-50%) scale(1.2);
  -moz-transform: translateX(-50%) scale(1.2);
  -ms-transform: translateX(-50%) scale(1.2);
  -o-transform: translateX(-50%) scale(1.2);
  transform: translateX(-50%) scale(1.2);
}

@-webkit-keyframes cd-translate {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
  }
}
@-moz-keyframes cd-translate {
  0% {
    -moz-transform: translateX(-50%) scale(1);
  }
  50% {
    -moz-transform: translateY(10px) translateX(-50%) scale(1);
  }
  100% {
    -moz-transform: translateX(-50%) scale(1);
  }
}
@keyframes cd-translate {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(-50%) scale(1);
    -moz-transform: translateY(10px) translateX(-50%) scale(1);
    -ms-transform: translateY(10px) translateX(-50%) scale(1);
    -o-transform: translateY(10px) translateX(-50%) scale(1);
    transform: translateY(10px) translateX(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
}
.logo-img-1{position: absolute;bottom: 20px; width: 100%;height: 45px;background: url("../../images/newimg/zsfw/img-2-logo.png")no-repeat center bottom;}
.logo-img-2{position: absolute;bottom: 20px; width: 100%;height: 45px;background: url("../../images/newimg/zsfw/img-1-logo.png")no-repeat center bottom;}
.logo-img-3{position: absolute;bottom: 20px; width: 100%;height: 45px;background: url("../../images/newimg/zsfw/img-4-logo.png")no-repeat center bottom;}
.logo-img-4{position: absolute;bottom: 20px; width: 100%;height: 45px;background: url("../../images/newimg/zsfw/img-3-logo.png")no-repeat center bottom;}

/**/
.zsproject-box{margin-top: 50px;}
.zsprojectUl {border-bottom: 1px solid #e1e1e1;font-size: 24px;width: 500px; margin:0 auto;}
.zsprojectUl dd{display: inline-block;width: 33.3%;text-align: center; line-height: 70px;}
.zsprojectUl .active{border-bottom: 2px solid #fcaa2c}

.mib_list {
    overflow: hidden;
    _zoom: 1;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding-bottom: 30px;
     }
.tourism_item{height: 298px;border: 1px solid #e1e1e1;padding-bottom:0;}
.mib_list  h4{color: #ff5555;font-size: 22px;font-weight: 400;}
.mib_list p{margin-top: 10px;}
.mib_head_a { width: 240px; float: left; }
.mib_feed_flow { margin-left: 280px; }

.mib_head_a { width: 240px; float: left; }
.mib_feed_flow { margin-left: 280px; }
.fj_a { width: 600px; float: left; }
.fj_flow { margin-left: 640px;     margin-top: 40px;}
.fj_flow p{margin:0;}
.ljdhbtn{float:right;width:140px;height: 40px;text-align: center;line-height: 40px;color: #fff;border-radius: 8px;background: #fcaa2c;margin:10px 100px 0 0;cursor:pointer;}
.ljdhbtn:hover{color: #fff;}

.zsproject-box section{display: none}
.zsproject-box section.active{display: block;}

.mt100{margin-top: 100px;}

.zbUl dd{float:left;margin:2% 0.5% ; width: 22%; background:#f1f1f1;padding:1%; text-align: left;}
.zbUl p{margin:5px 0;}
.zbbtn{position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 4% 8px 0;
    width: 100px;
    height: 30px;
    line-height: 30px;}
.cartbtn{display: block;width: 160px; height: 40px; border:1px solid #d1d1d1;color: #333333; text-align:center; line-height: 40px;font-size: 20px;border-radius: 8px;margin:0 auto;}
.cart  h5{font-size: 30px;font-weight: 400}
.cart  p{font-size: 20px;margin-top:30px;margin-bottom: 30px;}

.moreactive{position: absolute;top:20px;right:50px;  background: rgba(158, 28, 81, 0.8);width:150px;height: 40px; line-height: 40px; text-align: center; border-radius: 20px;color: #fff;-webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: 0 0 10px rgba(16, 21, 36, 0.2);
  display: block;
}

.moreactive:hover{
   opacity: .8;
}

.t2m{text-indent: 2em;}

.score{color: #fcaa2c;font-size: 22px;text-align: center;margin-bottom: 30px;}
.scorebtn{display: inline-block;border-radius: 8px;width: 120px;text-align: center; line-height: 34px;background: #fcaa2c;color: #fff;font-size: 16px;}
.scorebtn:hover{color: #fff;}
.comescore{color:#5d504a;
    padding-right: 38px;
    font-size: 14px;}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}

 .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }


.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}


.line666{border-bottom: 1px solid #ddd;
    display: block;
    line-height: 50px;
    width: 90%;}
.line666-first{border-top: 1px solid #ddd;}
.score-table th{text-align: center;}
.theadth{color: #666666;font-size:18px;font-weight: 400;}
.score-table td{font-size:16px;color:#666666 }
.scoreBox{width: 1200px;height: 500px; position: fixed;left:50%;top:50%; background: #fff; margin-left:-600px;margin-top: -250px;}

/*弹出层*/
.gd-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    background-color: rgba(25,28,34,1);
    background-image: url(about:blank);
    text-align: center;
    color: inherit;
    overflow: auto;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#CC191c22, endcolorstr=#CC191c22);
    z-index: 201
}

:root .gd-overlay {
    background-image: none;
    filter: none
}

.gd-overlay .gd-mid-con {
    width: 200px;
    height: 200px;
    background: #fff url(../../images/newimg/newimg/loading.gif) no-repeat center;
    text-align: center;
    -webkit-transition: all .25s;
    transition: all .25s;
    overflow: hidden
}

.gd-overlay .gd-mid-con[style] {
    background-image: none
}

.gd-overlay .gd-mid-con>.error {
    line-height: 20px;
    padding: 90px 10px;
    background-color: #fff;
    text-align: center
}

.gd-overlay .gd-mid-con img {
    -webkit-animation: fadeIn .3s .15s both;
    animation: fadeIn .3s .15s both
}

.gd-news-lay {
    width: 100%;
    max-width: 1200px;
    height: 90%;
    max-height: calc(100vh - 96px);
    border-radius: 10px;
    position: relative
}

.gd-news-lay::after,.gd-news-lay::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(to bottom,#fff,hsla(0,0%,100%,0));
    border-radius: inherit;
    z-index: 1
}

.gd-news-lay::before {
    top: 0
}

.gd-news-lay::after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    bottom: 0
}

.gd-news-lay-x {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 80px 0;
    text-align: left;
    *background-color: #fff;
    overflow: auto
}

.gd-news-lay-x>a,.gd-news-lay-x>p {
    margin-bottom: 60px
}

.gd-news-lay-x .gd-news-li {
    display: block;
    width: auto
}

.gd-news-lay-x .gd-news-li:last-child {
    padding-bottom: 10px
}

.gd-news-lay-x .gd-news-detail {
    margin-right: 0
}

.gd-news-lay-shut {
    position: absolute;
    top: 25px;
    right: 42px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-indent: -9rem;
    z-index: 1;
    overflow: hidden;
    border-radius: 50%;
    background: #ff5555;
}

.gd-news-lay-shut::after,.gd-news-lay-shut::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg)
}

.gd-news-lay-shut::before {
    width: 20px;
    border-top: 3px solid
}

.gd-news-lay-shut::after {
    height: 20px;
    border-left: 3px solid
}
.gd-news-lay-shut:hover{color: #fff;}

.gd-mid-con {
    display: inline-block;
    white-space: normal;
    *display: inline;
    *zoom:1;vertical-align: middle
}

.gd-mid-i {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.overplay{
  display: none;
   position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    background-color: rgba(25,28,34,.2);
    background-image: url(about:blank);
    text-align: center;
    color: inherit;
    overflow: auto;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#CC191c22, endcolorstr=#CC191c22);
    z-index: 201
}
.zspopbox{
   display: none;
   width: 300px;
    height: 350px;
    position: absolute;
    z-index: 202;
    top: 142%;
    left: 50%;
    margin-left: -150px;
    margin-top: -175px; text-align: center;}
   .zspop h4{color: #fcaa2c;font-size: 22px;}
.zspop{width:280px;height: 330px; background-color:#fff;border-radius: 3px;position: relative; overflow: hidden;margin-top: 10px;}
.zspopclose{position: absolute; width:40px;height: 40px; background: url(../../images/newimg/zsfw/zspopicon.png) no-repeat;  background-position:-8px -10px; top: 0;right: 0;z-index: 1 }
.zspopbtn{position: absolute;bottom:0;display: block;width: 100%;height: 42px;line-height: 42px; text-align: center;font-size: 18px;color: #fff; background:#ec991a;}
.zspopbtn:hover{color: #fff;}
.zspopicon{display: block;width: 90px;height: 90px;background: url(../../images/newimg/zsfw/zspopicon.png) no-repeat;}
.zspopicon1{background-position:-9px bottom;margin: 40px auto 20px;}
.zspopicon2{background-position:-126px bottom;margin: 40px auto 20px;}
.zspopicon3{background-position:-257px bottom;margin: 40px auto 20px;}
.zspopicon4{background-position:-380px bottom;margin: 40px auto 20px;}
.zspop2close i{background: url(../../images/newimg/zsfw/zspopicon.png) no-repeat;background-position:-68px -14px;width: 34px;height: 27px;display: block;margin:6px auto;}
.moreH2{height: 45px;padding-top:30px;}
.moreH2 a{right: 0;    top: 26px;}
