﻿@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
t {
  margin: 0;
  padding: 0;
}
body {
  background-color: #06448a;
  font-family: '微软雅黑', sans-serif;
  line-height: 1.5;
}
html,
body {
  width: 100%;
  height: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none outside none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
form {
  display: inline;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: underline;
}
img {
  vertical-align: bottom;
}
.hideText {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *font: 0/0 serif;
  *text-shadow: none;
  *color: transparent;
}
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  font: 0px Arial;
}
.cl:after {
  clear: both;
  content: '';
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.cl {
  zoom: 1;
}
.dib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.main {
  width: 100%;
  height: 100%;
}
.main .swiper-slide {
  position: relative;
}
.sec {
  background-color: #06448a;
}
.sec01 {
  background: url('../tplimg/sec-bg_01.jpg') no-repeat top center;
  background-size: 100% auto;
}

#canvas {
  position: absolute;
  left: 0;
  top: 0;
}
.sec-bg {
  width: 100%;
  min-width: 1500px;
}
.big-title {
  position: absolute;
  left: 50%;
  margin-left: -395px;
  top: 10%;
  z-index: 99;
}
.big-title-ani {
  animation: fadeInDown 3200ms 500ms both;
}
@media screen and (max-width: 1600px) {
  .big-title {
    width: 600px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.flash {
  position: absolute;
  left: 5%;
  top: 0;
  animation: flash 4600ms ease-out 2000ms infinite both;
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
.sec01 .logo {
  position: absolute;
  left: 4%;
  top: 6%;
}
.sec01 .nav {
  width: 1050px;
  position: absolute;
  left: 50%;
  bottom: 25%;
  margin-left: -500px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
.sec01 .nav-ani {
  animation: fadeIn 2300ms 800ms both;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.sec01 .nav span {
  background: url('../tplimg/nav-icon.png') no-repeat left 10px;
  padding: 15px 0 15px 40px;
  margin: 0 10px;
  cursor: pointer;
}
.sec01 .nav span:hover {
  background: url('../tplimg/nav-icon-hover.png') no-repeat left 10px;
}
.arrow-icon-tips {
  position: absolute;
  right: 0;
  top: 45%;
}

.arrow-icon-tips::after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 10px;
  left: 18px;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 2s infinite;
}
@keyframes wheel {
  to {
    opacity: 0;
    top: 50px;
  }
}
.time-line {
  width: 100%;
  height: 430px;
  overflow: hidden;
  margin-top: 100px;
}

.title {
  width: 280px;
  margin-bottom: 55px;
  margin-left: 20px;
}
.title1 {
  margin-left: 140px;
  margin-top: 70px;
  width: 225px;
}
@media screen and (max-width: 1600px) {
  .time-line {
    margin-top: 0;
  }
  .title {
    width: 250px;
    margin-bottom: 2%;
  }
  .title1 {
    width: 220px;
    margin-top: 45px;
  }
}
.sec02 {
  background: url('../tplimg/sec-bg_02.jpg') no-repeat top center;
  background-size: 100% auto;
}
.time-line-button-prev {
  position: absolute;
  color: #fff;
  bottom: 20%;
  left: 0;
  font-size: 26px;
  z-index: 9;
  cursor: pointer;
}
.time-line-button-prev img,
.time-line-button-next img {
  vertical-align: middle;
  margin: 10px;
}
.time-line-button-next {
  position: absolute;
  color: #fff;
  bottom: 20%;
  right: 0;
  font-size: 26px;
  z-index: 9;
  cursor: pointer;
}
.time-line .swiper-wrapper {
  background: url('../tplimg/time-line-bg-before.png') no-repeat left 165px;
}
.time-line .swiper-wrapper::after {
  content: '';
  width: 150px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: url('../tplimg/time-line-bg-after.png') no-repeat right 165px;
}
.time-line .swiper-slide {
  height: 100%;
  background: url('../tplimg/time-line-icon.png') no-repeat left 65px;
}
.mask-r {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 8;
}
.time-line-title {
  font-weight: bold;
  font-size: 32px;
  color: #fff;
}
.time-line-contents-list {
  margin-left: 70px;
  background: url('../tplimg/time-line-bg.png') repeat-x center center;
}
.time-line-contents-list li {
  float: left;
}
.time-line-contents-list li:nth-child(odd) {
  margin-top: 100px;
  padding-top: 60px;
  background: url('../tplimg/water-icon.png') no-repeat top center;
}

.time-line-contents-list li:nth-child(even) {
  margin-top: 5px;
  padding-bottom: 60px;
  background: url('../tplimg/water-icon.png') no-repeat bottom center;
}
.time-line-contents-list li img {
  float: left;
  margin-right: 10px;
}
.sec03 {
  background: url('../tplimg/sec-bg_03.jpg') no-repeat top center;
  background-size: 100% 100%;
}
.people-bg {
  position: absolute;
  left: 80px;
  top: 70px;
  height: 700px;
}
.wrap {
  position: relative;
  width: 1400px;
  margin: 3% auto 0;
  padding-bottom: 30px;
  z-index: 8;
}

.city-hero {
  position: relative;
  overflow: hidden;
  background: url('../tplimg/hero-bg.png') no-repeat center center;
}

.handbyhand {
  width: 400px;
  height: 330px;
  position: absolute;
  left: 50%;
  margin-left: -200px;
  top: 120px;
  z-index: 1;
}
.swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -5%;
  font-size: 26px;
  z-index: 9;
  cursor: pointer;
}
.swiper-button-next {
  position: absolute;
  top: 50%;
  right: -5%;
  font-size: 26px;
  z-index: 9;
  cursor: pointer;
}
.swiper-button-prev img,
.swiper-button-next img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1600px) {
  .swiper-button-prev {
    width: 25px;
    left: -1%;
  }
  .swiper-button-next {
    width: 25px;
    right: -1%;
  }
}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: -10px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
.city-hero-list {
  position: relative;
  z-index: 3;
}
.city-hero-list li {
  float: left;
  margin-left: -10px;
  cursor: pointer;
}
.city-hero-list li:nth-child(3) {
  margin-top: 145px;
}
.city-hero-list li:nth-child(4) {
  margin-top: 145px;
}
@media screen and (max-width: 1600px) {
  .city-hero-list li:nth-child(3) {
    margin-top: 65px;
  }
  .city-hero-list li:nth-child(4) {
    margin-top: 65px;
  }
  .city-hero {
    background-size: 70% auto;
  }
  .handbyhand {
    width: 320px;
    height: 250px;
    position: absolute;
    left: 50%;
    margin-left: -140px;
    top: 116px;
  }
}
.city-hero-content {
  float: right;
  width: 365px;
  height: 180px;
  overflow: hidden;
  margin-top: 10px;
  padding: 15px 50px 15px 100px;
  background: url('../tplimg/hero-people-bg.png') no-repeat left center;
}
.city-hero-content h3 {
  font-size: 26px;
  font-weight: bold;
  margin: 10px 0;
}
.city-hero-content p {
  width: 100%;
  height: 95px;
  display: block;
  overflow: hidden;
}
.city-hero-list li img {
  position: relative;
  left: 50px;
  width: 195px;
  border-radius: 50%;
  float: left;
}
.sec04 {
  background: url('../tplimg/sec-bg.jpg') no-repeat top center;
  background-size: 100% 100%;
}
.city-hero-content .main-photo-news {
  position: relative;
  width: 535px;
  height: 535px;
  margin-left: 5px;
  float: left;
  overflow: hidden;
}
.city-hero-content .main-photo-news img {
  width: 100%;
  height: 100%;
}
.city-hero-content .main-photo-news p {
  position: absolute;
  width: 495px;
  font-size: 20px;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 20px 20px 50px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 100%);
}
.day-by-day-section {
  background: url('../tplimg/day-time.png') no-repeat center 15px;
}
.day-by-day {
  margin-top: 20px;
  overflow: hidden;
}

@media screen and (max-width: 1600px) {
  .day-by-day-section {
    background-position: center 0;
    background-size: 60% auto;
  }
  .day-by-day {
    margin-top: -5px;
  }
}
.play-icon::after {
  content: '';
  position: absolute;
  left: 5%;
  bottom: 5%;
  display: block;
  width: 60px;
  height: 60px;
  background: url('../tplimg/play-icon.png') no-repeat center center;
}

.day-by-day .play-icon::after {
  bottom: 120px;
}
.day-by-day .main-photo-news {
  position: relative;
  float: left;
  width: 505px;
  height: 535px;
  margin-left: 22px;
  overflow: hidden;
}
.day-by-day .main-photo-news img {
  width: 100%;
  height: 100%;
}
.day-by-day .main-photo-news p {
  position: absolute;
  width: 690px;
  font-size: 20px;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 20px 20px 50px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 100%);
}
.aside-news-content {
  width: 275px;
  float: left;
  color: #fff;
  line-height: 1.6;
  margin-left: 10px;
}
.aside-news-content img {
  width: 275px;
  height: 275px;
}
.aside-news-content p {
  display: block;
  height: 225px;
  padding: 25px 20px 10px 30px;
  background: url('../tplimg/aside-news-bg.jpg') no-repeat left top;
  overflow: hidden;
}
.sec05 {
  background: url('../tplimg/sec-bg.jpg') no-repeat top center;
  background-size: 100% 100%;
}
.sec05 .left-section {
  width: 630px;
  float: left;
}
.sec05 .left-section .main-new {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #fff;
}
.sec05 .left-section .main-new h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.sec05 .left-section .main-new p {
  display: block;
  width: 100%;
  height: 95px;
  overflow: hidden;
}
.sec05 .left-section .news-list li {
  font-size: 18px;
  text-indent: 25px;
  background: url('../tplimg/news-list-icon.png') no-repeat left 6px;
  margin: 15px 0;
}
.sec05 .right-section {
  background-color: #f28317;
  float: right;
}
@media screen and (max-width: 1600px) {
  .sec05 .left-section {
    width: 600px;
    margin-left: 20px;
  }
  .sec05 .right-section {
    margin-right: 15px;
  }
}
.love-china-content .main-photo-news {
  position: relative;
  width: 730px;
  height: 370px;
  margin: 5px;
  overflow: hidden;
}
.love-china-content .main-photo-news img {
  width: 100%;
  height: 100%;
}
.love-china-content .main-photo-news p {
  position: absolute;
  width: 690px;
  font-size: 20px;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 20px 20px 50px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 100%);
}
.love-china-content .photos-list {
  margin-bottom: 5px;
}
.love-china-content .photos-list li {
  position: relative;
  float: left;
  width: 240px;
  height: 145px;
  margin-left: 5px;
}
.love-china-content .photos-list li img {
  width: 100%;
  height: 100%;
}
.sec06 {
  background: url('../tplimg/sec-bg_06.jpg') no-repeat top center;
  background-size: 100% auto;
}
.back-track-content .left-section {
  float: left;
  width: 680px;
  margin-left: 4px;
}

.back-track-content .main-photo-news {
  position: relative;
  width: 686px;
  height: 370px;
  overflow: hidden;
}
.back-track-content .main-photo-news img {
  width: 100%;
  height: 100%;
}
.back-track-content .main-photo-news p {
  position: absolute;
  width: 690px;
  font-size: 20px;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 20px 20px 50px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 100%);
}
.back-track-content .right-section {
  float: right;
  width: 693px;
  margin-right: 4px;
}
.back-track-content .small-photo-news-content {
  height: 175px;
  overflow: hidden;
}
.back-track-content .small-photo-news-content:first-child {
  margin-bottom: 20px;
}
.back-track-content .small-photo-news {
  position: relative;
  float: left;
  width: 240px;
  height: 175px;
  margin-right: 10px;
}
.back-track-content .small-photo-news img {
  width: 100%;
  height: 100%;
}
.back-track-content .photos-list {
  margin-top: 10px;
  margin-left: 4px;
}
.back-track-content .photos-list li {
  float: left;
  width: 220px;
  height: 145px;
  margin-right: 13px;
}
.back-track-content .photos-list li:last-child {
  margin-right: 0;
}
.back-track-content .photos-list li img {
  width: 100%;
  height: 100%;
}
.small-photo-news-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.sec07 {
  background: url('../tplimg/sec-bg.jpg') no-repeat top center;
  background-size: 100% 100%;
}

.bbs-section {
  width: 1280px;
  width: 1350px;
  height: 600px;
  margin: 0 auto;
  overflow: auto;
  background: url('../tplimg/bbs-section-bg.png') no-repeat center center;
  scrollbar-arrow-color: #e8f4ff; /*三角箭头的颜色*/
  scrollbar-shadow-color: #bad8ff; /*立体滚动条阴影的颜色*/
  scrollbar-track-color: #3b9af3; /*立体滚动条背景颜色*/
  scrollbar-base-color: #58b1ff; /*滚动条的基色*/
}
.bbs-section::-webkit-scrollbar {
  width: 8px;
}
/* 滚动槽 */
.bbs-section::-webkit-scrollbar-track {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
}
/* 滚动条滑块 */
.bbs-section::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.76);
}
.bbs-section::-webkit-scrollbar-thumb:window-inactive {
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 1600px) {
  .bbs-section {
    height: 450px;
  }
}
.nicescroll-rails-vr .nicescroll-cursors:hover,
.nicescroll-rails-vr .nicescroll-cursors:focus {
  background-image: linear-gradient(
    45deg,
    rgba(48, 102, 218, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(48, 102, 218, 0.2) 50%,
    rgba(48, 102, 218, 0.2) 75%,
    transparent 75%,
    transparent
  );
  animation: pace-stripe-animation 3500ms linear infinite;
  background-size: 20px 20px;
}

@keyframes pace-stripe-animation {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: 100%;
  }
}

.bbs-list li {
  float: left;
  width: 615px;
  margin-bottom: 32px;
}
.bbs-list li:nth-child(even) {
  margin-left: 50px;
}
.bbs-list .user {
  float: left;
  width: 100px;
  color: #fff;
  text-align: center;
}
.avater {
  border-radius: 50%;
}
.user-message {
  float: left;
  position: relative;
  width: 460px;
  margin-left: 25px;
  margin-top: 20px;
  line-height: 1.6;
  padding: 10px 10px 10px 20px;
  background-color: #fff;
  border-radius: 10px;
}
.user-message:before {
  right: 100%;
  top: 14px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #ffffff;
  border-width: 10px;
  margin-top: 0px;
}
.sec08 {
  background: url('../tplimg/sec-bg.jpg') no-repeat top center;
  background-size: 100% 100%;
}
.title8 {
  width: 200px;
  margin-left: 35px;
  margin-bottom: 5%;
}
@media screen and (max-width: 1600px) {
  .title8 {
    width: 180px;
    margin-bottom: 3%;
  }
}
.voice-section {
  overflow: hidden;
}
.voice-list li {
  float: left;
  width: 650px;
  margin: 40px 25px;
  margin-left: 25px;
}
@media screen and (max-width: 1600px) {
  .voice-list li {
    margin: 25px;
  }
}

.voice-list li .voice-news-logo {
  float: left;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  z-index: 9;
  position: relative;
}
.voice-content {
  float: left;
  width: 455px;
  height: 155px;
  padding: 10px 10px 10px 50px;
  margin-left: -40px;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 10px;
  background: rgb(23, 113, 181);
  background: linear-gradient(
    -22deg,
    rgb(23, 113, 181) 0%,
    rgb(20, 131, 208) 63%,
    rgb(17, 149, 234) 100%
  );
  color: #fff;
}
.voice-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.voice-content p {
  display: block;
  width: 100%;
  height: 75px;
  line-height: 1.6;
  overflow: hidden;
}
.end {
  background: url('../tplimg/end-sec-bg.jpg') no-repeat top center;
  background-size: 100% 100%;
}
.end .cbd {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.end .sunny {
  position: absolute;
  right: 0;
  top: 0;
  animation: sunnyflash 15s ease-out infinite both;
}
@keyframes sunnyflash {
  from,
  50%,
  to {
    opacity: 1;
    transform: scale(1.2);
  }

  25%,
  75% {
    opacity: 0.8;
    transform: scale(1);
  }
}
.end-title1 {
  width: 710px;
  display: none;
  margin: 5% auto 25px;
}
.end-title2 {
  width: 870px;
  display: none;
  margin: 0 auto;
}
.end-title {
  width: 1000px;
  display: none;
  margin: 40px auto 0;
  position: relative;
  z-index: 9;
}
.zynews-logo {
  position: absolute;
  left: 5%;
  top: 7%;
}
@media screen and (max-width: 1600px) {
  .end .cbd {
    bottom: -40px;
  }
  .end-title1 {
    width: 650px;
    margin: 5% auto 25px;
  }
  .end-title2 {
    width: 760px;
  }
  .end-title {
    width: 900px;
    margin: 30px auto 0;
  }
}
.ani-end-title1 {
  display: block;
  animation: fadeInDown 3000ms both;
}
.ani-end-title2 {
  display: block;
  animation: fadeInDown 6000ms both;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.bgcover {
  background-size: cover;
}
.rh .sec01,
.rh .sec02,
.rh .sec03 {
  background-size: cover;
}
@media screen and (max-width: 1600px) {
  .rh .bbs-section {
    height: 580px;
  }
  .rh .end .cbd {
    bottom: 0;
  }
  .rh .day-by-day-section {
    background-position: center 42px;
  }
  .rh .title {
    margin-bottom: 5%;
  }
}
