body {
  min-width: 1200px;
  margin: 0 auto; }

.con {
  width: 1200px;
  margin: 0 auto; }

/* Animation */
.waves {
  width: 100%; }

.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite; }

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s; }

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s; }

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s; }

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s; }

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0); }
  100% {
    transform: translate3d(85px, 0, 0); } }
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    width: 100%;
    height: 40px;
    min-height: 40px; } }
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  background: url(http://i.weather.com.cn/images/jiangsu/ssstq/2019/ssstq/a_03.jpg) no-repeat;
  background-size: auto;
  background-position: top; }
  .header .con {
    display: flex;
    align-items: center;
    height: 82px;
    justify-content: space-between; }
    .header .con .nav a {
      margin-left: 30px;
      font-size: 18px;
      color: #fff; }

.banner {
  height: 637px;
  background: url(http://i.weather.com.cn/images/jiangsu/ssstq/2019/ssstq/a_03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  .banner img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 42px;
    margin: 0 auto;
    animation: top 2s infinite; }
@keyframes top {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(50%); }
  100% {
    transform: translateY(0); } }
.title {
  position: relative; }
  .title img {
    width: 180px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 69px; }
  .title a {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 22px;
    color: #222222;
    padding-left: 29px;
    background: url(http://i.weather.com.cn/images/jiangsu/ssstq/2019/ssstq/more.png) no-repeat;
    background-position: left center; }

.index-1 {
  padding-top: 95px;
  height: auto;
  background: url(http://i.weather.com.cn/images/jiangsu/ssstq/2019/ssstq/bg2.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding-bottom: 80px; }
  .index-1 .index-1m {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .index-1 .index-1m .item {
      width: 289px;
      background-color: #ffffff;
      box-shadow: 0px 0px 10px 0px rgba(54, 52, 52, 0.08);
      border-radius: 10px;
      margin-bottom: 20px;
      transform: translateY(0);
      transition: .3s;
      margin-right: 14px; }
      .index-1 .index-1m .item a {
        color: #222222;
        font-size: 18px; }
        .index-1 .index-1m .item a .img {
          width: 289px;
          height: 190px;
          border-radius: 10px;
          overflow: hidden; }
          .index-1 .index-1m .item a .img img {
            width: 100%;
            height: 100%; }
        .index-1 .index-1m .item a .text1 {
          height: 73px;
          padding: 0 21px;
          padding-top: 19px;
          border-bottom: 1px solid #eeeeee;
          font-size: 16px;
          line-height: 20px; }
        .index-1 .index-1m .item a .text2 {
          display: flex;
          align-items: center;
          justify-content: space-between;
          height: 50px;
          font-size: 14px;
          color: #5a5d5a;
          padding: 0 21px; }
          .index-1 .index-1m .item a .text2 span {
            font-size: 14px;
            color: #b7b7b7; }
    .index-1 .index-1m .item:nth-of-type(4n) {
      margin-right: 0; }
    .index-1 .index-1m .item:hover {
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
      transform: translateY(-5px);
      transition: .3s; }

.index-2 {
  background: #f8f8f8;
  padding-top: 88px;
  padding-bottom: 160px; }
  .index-2 .index-2m {
    display: flex; }
    .index-2 .index-2m .left, .index-2 .index-2m .right {
      width: 285px; }
      .index-2 .index-2m .left .item, .index-2 .index-2m .right .item {
        transform: translateY(0);
        transition: .3s;
        width: 100%;
        background-color: #ffffff;
        box-shadow: 0px 0px 10px 0px rgba(54, 52, 52, 0.08);
        border-radius: 10px; }
        .index-2 .index-2m .left .item a, .index-2 .index-2m .right .item a {
          color: #222222; }
        .index-2 .index-2m .left .item .img, .index-2 .index-2m .right .item .img {
          width: 100%;
          height: 186px;
          background-color: #ffffff;
          border-radius: 10px;
          overflow: hidden; }
          .index-2 .index-2m .left .item .img img, .index-2 .index-2m .right .item .img img {
            width: 100%;
            height: 100%; }
        .index-2 .index-2m .left .item .text, .index-2 .index-2m .right .item .text {
          padding: 0 21px;
          line-height: 50px; }
      .index-2 .index-2m .left .item:hover, .index-2 .index-2m .right .item:hover {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
        transform: translateY(-5px);
        transition: .3s; }
      .index-2 .index-2m .left .item:first-child, .index-2 .index-2m .right .item:first-child {
        margin-bottom: 20px; }
    .index-2 .index-2m .mid {
      flex: 1;
      margin: 0 20px; }
      .index-2 .index-2m .mid .item .img {
        width: 100%;
        height: 359px;
        background-color: #222222;
        box-shadow: 0px 0px 10px 0px rgba(54, 52, 52, 0.2);
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 19px; }
        .index-2 .index-2m .mid .item .img img {
          width: 100%;
          transition: .5s;
          transform: scale(1); }
      .index-2 .index-2m .mid .item .img:hover img {
        transform: scale(1.1);
        transition: .5s; }
      .index-2 .index-2m .mid .item a {
        color: #222222; }
      .index-2 .index-2m .mid .item .text {
        font-size: 20px;
        padding-left: 30px;
        margin-bottom: 11px;
        position: relative; }
        .index-2 .index-2m .mid .item .text::after {
          position: absolute;
          left: 0;
          content: '';
          top: 50%;
          transform: translateY(-50%);
          width: 10px;
          height: 10px;
          background-color: #96d6f2;
          border-radius: 50%; }
      .index-2 .index-2m .mid .item .text1 {
        font-size: 16px;
        color: #999999;
        margin-bottom: 30px;
        padding-left: 30px; }
      .index-2 .index-2m .mid .item .text2 {
        padding-left: 30px;
        display: flex;
        justify-content: space-between;
        font-size: 18px;
        color: #b7b7b7;
        padding-right: 30px; }
        .index-2 .index-2m .mid .item .text2 a {
          color: #b7b7b7; }
  .index-2 .index-2b {
    display: flex;
    justify-content: space-between;
    margin-top: 20px; }
    .index-2 .index-2b .item {
      width: 285px;
      transform: translateY(0);
      transition: .3s;
      background-color: #ffffff;
      box-shadow: 0px 0px 10px 0px rgba(54, 52, 52, 0.08);
      border-radius: 10px; }
      .index-2 .index-2b .item a {
        color: #222222; }
      .index-2 .index-2b .item .img {
        width: 100%;
        height: 186px;
        background-color: #ffffff;
        border-radius: 10px;
        overflow: hidden; }
        .index-2 .index-2b .item .img img {
          width: 100%;
          height: 100%; }
      .index-2 .index-2b .item .text {
        padding: 0 21px;
        line-height: 50px; }
    .index-2 .index-2b .item:hover {
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
      transform: translateY(-5px);
      transition: .3s; }

.index-3 {
  background: url(http://i.weather.com.cn/images/jiangsu/ssstq/2019/ssstq/tbg.png) no-repeat;
  background-size: auto;
  background-position: top;
  padding-top: 276px; }
  .index-3 .index-3m {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .index-3 .index-3m .item {
      width: 289px;
      background-color: #ffffff;
      box-shadow: 0px 0px 10px 0px rgba(54, 52, 52, 0.08);
      border-radius: 10px;
      margin-bottom: 20px;
      transform: translateY(0);
      transition: .3s;
      margin-right: 14px; }
      .index-3 .index-3m .item a {
        color: #222222;
        font-size: 18px; }
        .index-3 .index-3m .item a .img {
          width: 289px;
          height: 190px;
          border-radius: 10px;
          overflow: hidden; }
          .index-3 .index-3m .item a .img img {
            width: 100%;
            height: 100%; }
        .index-3 .index-3m .item a .text1 {
          height: 73px;
          padding: 0 21px;
          padding-top: 15px;
          border-bottom: 1px solid #eeeeee;
          font-size: 16px;
          line-height: 20px; }
        .index-3 .index-3m .item a .text2 {
          display: flex;
          align-items: center;
          justify-content: space-between;
          height: 50px;
          font-size: 14px;
          color: #5a5d5a;
          padding: 0 21px; }
          .index-3 .index-3m .item a .text2 span {
            font-size: 14px;
            color: #b7b7b7; }
    .index-3 .index-3m .item:nth-of-type(4n) {
      margin-right: 0; }
    .index-3 .index-3m .item:hover {
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
      transform: translateY(-5px);
      transition: .3s; }

.index-4 {
  padding-top: 146px;
  padding-bottom: 206px; }
  .index-4 .index-4m {
    display: flex; }
    .index-4 .index-4m .left {
      display: flex;
      flex-wrap: wrap;
      margin-right: 20px;
      flex: 1;
      justify-content: space-between; }
      .index-4 .index-4m .left .item {
        width: 285px;
        height: 280px;
        background-color: #dcdcdc;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 20px;
        transform: translateY(0);
        transition: .3s; }
        .index-4 .index-4m .left .item img {
          width: 100%; }
      .index-4 .index-4m .left .item:hover {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
        transform: translateY(-5px);
        transition: .3s; }
    .index-4 .index-4m .right {
      width: 590px; }
      .index-4 .index-4m .right .item {
        width: 100%;
        height: 280px;
        background-color: #dcdcdc;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 20px;
        transform: translateY(0);
        transition: .3s; }
        .index-4 .index-4m .right .item img {
          width: 100%; }
      .index-4 .index-4m .right .item:hover {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
        transform: translateY(-5px);
        transition: .3s; }

.index-5 {
  padding-bottom: 167px; }
  .index-5 .index-5t {
    margin-bottom: 70px; }
    .index-5 .index-5t img {
      width: 100%; }
  .index-5 .index-5m {
    display: flex; }
    .index-5 .index-5m .left {
      width: 590px;
      margin-right: 20px; }
      .index-5 .index-5m .left .left-t {
        display: flex;
        justify-content: space-between; }
        .index-5 .index-5m .left .left-t .item {
          width: 285px;
          height: 187px;
          background-color: #dcdcdc;
          border-radius: 10px;
          overflow: hidden;
          transform: translateY(0);
          transition: .3s; }
          .index-5 .index-5m .left .left-t .item img {
            width: 100%; }
        .index-5 .index-5m .left .left-t .item:hover {
          -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
          transform: translateY(-5px);
          transition: .3s; }
      .index-5 .index-5m .left .left-b {
        margin-bottom: 20px; }
        .index-5 .index-5m .left .left-b .item {
          width: 590px;
          height: 384px;
          background-color: #dcdcdc;
          border-radius: 10px;
          overflow: hidden;
          transform: translateY(0);
          transition: .3s; }
          .index-5 .index-5m .left .left-b .item img {
            width: 100%; }
        .index-5 .index-5m .left .left-b .item:hover {
          -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
          transform: translateY(-5px);
          transition: .3s; }
    .index-5 .index-5m .right .right-b {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px; }
      .index-5 .index-5m .right .right-b .item {
        width: 285px;
        height: 187px;
        background-color: #dcdcdc;
        border-radius: 10px;
        overflow: hidden;
        transform: translateY(0);
        transition: .3s; }
        .index-5 .index-5m .right .right-b .item img {
          width: 100%; }
      .index-5 .index-5m .right .right-b .item:hover {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
        transform: translateY(-5px);
        transition: .3s; }
    .index-5 .index-5m .right .right-t .item {
      width: 590px;
      height: 383px;
      background-color: #dcdcdc;
      border-radius: 10px;
      overflow: hidden;
      transform: translateY(0);
      transition: .3s; }
      .index-5 .index-5m .right .right-t .item img {
        width: 100%; }
    .index-5 .index-5m .right .right-t .item:hover {
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
      transform: translateY(-5px);
      transition: .3s; }
  .index-5 .index-5b {
    display: flex;
    justify-content: space-between;
    margin-top: 20px; }
    .index-5 .index-5b .item {
      width: 285px;
      height: 187px;
      background-color: #dcdcdc;
      border-radius: 10px;
      overflow: hidden;
      transform: translateY(0);
      transition: .3s; }
      .index-5 .index-5b .item img {
        width: 100%; }
    .index-5 .index-5b .item:hover {
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
      transform: translateY(-5px);
      transition: .3s; }

.index-6 {
  padding-bottom: 63px; }
  .index-6 .index-6m {
    display: flex;
    justify-content: space-between; }
    .index-6 .index-6m .left {
      width: 590px;
      margin-right: 20px; }
      .index-6 .index-6m .left .left-t {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px; }
        .index-6 .index-6m .left .left-t .item {
          width: 285px;
          background-color: #ffffff;
          box-shadow: 0px 0px 10px 0px rgba(54, 52, 52, 0.08);
          border-radius: 10px;
          transform: translateY(0);
          transition: .3s; }
          .index-6 .index-6m .left .left-t .item .img {
            width: 100%;
            height: 192px;
            background-color: #dcdcdc;
            border-radius: 10px;
            overflow: hidden; }
            .index-6 .index-6m .left .left-t .item .img img {
              width: 100%;
              height: 100%; }
          .index-6 .index-6m .left .left-t .item .text {
            line-height: 50px;
            padding: 0 21px;
            color: #222222; }
        .index-6 .index-6m .left .left-t .item:hover {
          -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
          transform: translateY(-5px);
          transition: .3s; }
      .index-6 .index-6m .left .left-b .item {
        background-color: #ffffff;
        box-shadow: 0px 0px 10px 0px rgba(54, 52, 52, 0.08);
        border-radius: 10px;
        transform: translateY(0);
        transition: .3s; }
        .index-6 .index-6m .left .left-b .item .img {
          width: 590px;
          height: 303px;
          background-color: #ffffff;
          border-radius: 10px;
          overflow: hidden; }
          .index-6 .index-6m .left .left-b .item .img img {
            width: 100%; }
        .index-6 .index-6m .left .left-b .item .text {
          line-height: 50px;
          padding: 0 21px;
          color: #222222; }
      .index-6 .index-6m .left .left-b .item:hover {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
        transform: translateY(-5px);
        transition: .3s; }
    .index-6 .index-6m .right .right-b {
      display: flex;
      justify-content: space-between; }
      .index-6 .index-6m .right .right-b .item {
        background-color: #ffffff;
        box-shadow: 0px 0px 10px 0px rgba(54, 52, 52, 0.08);
        border-radius: 10px;
        transform: translateY(0);
        transition: .3s;
        width: 285px; }
        .index-6 .index-6m .right .right-b .item .img {
          width: 100%;
          height: 190px;
          background-color: #dcdcdc;
          border-radius: 10px;
          overflow: hidden; }
          .index-6 .index-6m .right .right-b .item .img img {
            width: 100%; }
        .index-6 .index-6m .right .right-b .item .text {
          line-height: 50px;
          padding: 0 21px;
          color: #222222; }
      .index-6 .index-6m .right .right-b .item:hover {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
        transform: translateY(-5px);
        transition: .3s; }
    .index-6 .index-6m .right .right-t {
      margin-bottom: 20px; }
      .index-6 .index-6m .right .right-t .item {
        background-color: #ffffff;
        box-shadow: 0px 0px 10px 0px rgba(54, 52, 52, 0.08);
        border-radius: 10px;
        transform: translateY(0);
        transition: .3s; }
        .index-6 .index-6m .right .right-t .item .img {
          width: 590px;
          height: 303px;
          background-color: #ffffff;
          border-radius: 10px;
          overflow: hidden; }
          .index-6 .index-6m .right .right-t .item .img img {
            width: 100%; }
        .index-6 .index-6m .right .right-t .item .text {
          line-height: 50px;
          padding: 0 21px;
          color: #222222; }
      .index-6 .index-6m .right .right-t .item:hover {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
        transform: translateY(-5px);
        transition: .3s; }

/*# sourceMappingURL=style.css.map */
