@charset "utf-8";

.banner-container {
  position: relative;
  width: 100%;
  height: 945px;
  overflow: hidden;
}

.banner-container .banner-content {
  width: 100%;
  height: 100%;
}

/* 快捷 */
.main-head .shortcut-container {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  z-index: 100;
}
.main-head .shortcut-container .shortcut-item {
  display: inline-block;
  margin: 0 50px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  box-sizing: border-box;
  transition: .5s all ease;
  background-color: var(--color);
  --dx: calc(var(--size) - var(--x));
  --dy: calc(var(--size) - var(--y));
}
.main-head .shortcut-container .shortcut-item:hover {
  opacity: 1;
  cursor: pointer;
  border: 8px solid rgba(255, 255, 255, .5);
  transition: .2s border ease;
  border-radius: calc(var(--x) / var(--size) * 100%) 
  calc(var(--dx) / var(--size) * 100%)
  calc(var(--dx) / var(--size) * 100%) 
  calc(var(--x) / var(--size) * 100%) / 
  calc(var(--y) / var(--size) * 100%) 
  calc(var(--y) / var(--size) * 100%) 
  calc(var(--dy) / var(--size) * 100%) 
  calc(var(--dy) / var(--size) * 100%);
}

.main-head .shortcut-container .shortcut-item .wrap {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-head .shortcut-container .shortcut-item .channel-icon {
  display: block;
  width: 40px;
  height: 38px;
  margin: 0 auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.main-head .shortcut-container .qjdl .channel-icon {
  background-image: url(../static/qjdl_icon.png);
}
.main-head .shortcut-container .xny .channel-icon {
  background-image: url(../static/xny_icon.png);
}
.main-head .shortcut-container .jqyx .channel-icon {
  background-image: url(../static/jqyx_icon.png);
}
.main-head .shortcut-container .shortcut-item span {
  display: block;
  margin-top: 8px;
  width: 94%;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.main-head .banner-wave {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: url(../images/banner_botttom_bg.png) no-repeat;
  background-size: 100% 100%;
  z-index: 99;
}

.special-title a {
  line-height: 1;
  color: #008d73;
}
.special-title .cn-title {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
}
.special-title .en-title {
  font-size: 14px;
  text-transform: uppercase;
}

/* 游船 */
.rowboat-wrap {
  padding-top: 82px;
  padding-bottom: 98px;
  background-color: #fff;
}

.rowboat-wrap .rowboat-slider {
  position: relative;
  margin-top: 42px;
  height: 396px;
  overflow: hidden;
}
.rowboat-wrap .ship-item {
  margin-right: 30px;
  height: 340px;
  width: 460px;
  border-radius: 16px;
  box-shadow: rgb(161 161 161 / 20%) 0px 0px 30px;
  overflow: hidden;
}
.rowboat-wrap .ship-item .thumb {
  height: 260px;
  overflow: hidden;
}
.rowboat-wrap .ship-item img {
  width: 100%; height: 100%;
  object-fit:cover;
  transition: all .3s ease;
}
.rowboat-wrap .ship-item .ship-name {
  line-height: 80px;
  height: 80px;
  padding: 0 24px;
  box-sizing: border-box;
  text-align: center;
  color: #3a3a3a;
  background: #fff;
  transition: all .3s ease;
}
.rowboat-wrap .ship-item .ship-name span {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  line-height: 1.4;
  vertical-align: middle;
}
.rowboat-wrap .rowboat-slider .hd {
  position: absolute;
  left: 0; bottom: 0; width: 100%;
}

.rowboat-wrap .ship-item:hover img {
  transform: scale(1.2);
}
.rowboat-wrap .ship-item:hover .ship-name {
  color: #fff;
  background-color: #c0966c;
}
.foreign-rowboat {
  padding-bottom: 170px;
}

/* news */
.news-wrap {
  padding-top: 80px;
  padding-bottom: 110px;
  background-color: #fff;
}

.news-wrap .home-news-content {
  position: relative;
  padding-top: 42px;
  height: 450px;
  overflow: hidden;
}
.news-wrap .home-news-content .news-item {
  position: relative;
  margin-right: 30px;
  transition: transform .3s ease-in-out;
}
.news-wrap .home-news-content .news-item .channel-name-tag {
  position: absolute;
  right: 0;top: 0;
  padding: 0 14px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  height: 40px;
  border-radius: 0 0 0 16px;
  background-color: rgba(34, 191, 149, 0.8);
}
.news-wrap .home-news-content .news-item .channel-name-tag.notice {
  background-color: rgba(255, 0, 0, 0.8);
}
.news-wrap .home-news-content .news-item .channel-name-tag.media {
  background-color: rgba(255, 155, 25, 0.8);
}
.news-wrap .home-news-content>.hd {
  position: absolute;
  left: 0; bottom: 0;
  width: 100%;
  font-size: 0; 
}
.news-wrap .home-news-content .news-item:hover {
  transform: translate3d(0, -8px, 0);
}
.news-wrap .home-news-content .news-item:hover .news-info {
  background-color: #c0966c;
}
.news-wrap .home-news-content .news-item:hover a {
  color: #fff;
}
.news-wrap .home-news-content .news-item:hover img {
  transform: scale(1.15);
}

/* dangjian */
.main-content .dangjian-wrap {
  position: relative;
  margin-top: 80px;
  padding: 34px 0;
  height: 180px;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: rgb(161 161 161 / 20%) 0px 0px 30px;
  overflow: hidden;
}

.main-content .dangjian-wrap .channel-title {
  float: left;
  margin-right: 34px;
  width: 140px;
  height: 110px;
  line-height: 110px;
  background: url(../images/channel_dangjian_icon.png) no-repeat;
}
.main-content .dangjian-wrap .channel-title .cn-title {
  display: inline-block;
  margin-left: 28px;
  width: 60px;
  line-height: 1.1;
  font-size: 30px;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
  font-style: oblique;
}

.main-content .dangjian-wrap .spe-line {
  margin: 6px 50px 0 50px;
  width: 9px;
  height: 102px;
  background: url(../images/separator_icon.png) no-repeat;
}
.main-content .dangjian-wrap ul {
  float: left;
  width: 560px;
}
.main-content .dangjian-wrap ul li {
  width: 100%;
  height: 30px;
  font-size: 16px;
}
.main-content .dangjian-wrap ul .dot {
  float: left;
  margin-right: 6px;
  margin-top: 7px;
  width: 8px;
  height: 8px;
  background-color: #bebebe;
  border-radius: 50%;
  vertical-align: middle;
}
.main-content .dangjian-wrap ul li .title {
  max-width: 86%;
  line-height: 1.4;
  float: left;
  color: #3a3a3a;
  transition: ease color 0.3s;
}
.main-content .dangjian-wrap ul li .title:hover {
  color: #008d73;
  border-bottom: 2px solid #008d73;
}
.main-content .dangjian-wrap ul li .date {
  line-height: 1.4;
  float: right;
  color: #999;
  font-size: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* about */
.main-content .about-wrap {
  padding-top: 100px;
  padding-bottom: 120px;
  background: url(../images/one_part_bg.jpg) no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}
.main-content .about-wrap .top-content {
  height: 400px;
  margin-bottom: 40px;
}
.main-content .about-wrap .about-panel {
  position: relative;
  width: 1080px;
  height: 100%;
  border-radius: 12px 12px 180px 12px;
  background-color: #00a385;
  overflow: hidden;
}
.main-content .about-wrap .about-panel .about-bg {
  position: absolute;
  width: 540px;
  height: 350px;
  right: 40px;
  top: 0;
  background: url(../static/channel_about_icon.png) no-repeat;
}

.main-content .about-wrap .about-info {
  padding-top: 60px;
  padding-left: 42px;
  width: 550px;
  color: #fff;
}

.main-content .about-wrap .about-info .title {
  font-size: 30px;
  font-weight: bold;
}
.main-content .about-wrap .about-info .sub-title {
  margin-left: 22px;
  font-size: 18px;
}
.main-content .about-wrap .about-info .info {
  position: relative;
  margin-top: 44px;
  margin-bottom: 34px;
  line-height: 1.5;
  font-size: 16px;
  z-index: 10;
}
.main-content .about-wrap .about-info .details-btn {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 8px 8px 26px 8px;
  border: 1px solid #fff;
  overflow: hidden;
  transition: all .3s ease;
}

@keyframes criss-cross-left {
  0% {
    left:-30px
  }
  50% {
    left:50%; width:20px;height:20px;
  }
  100% {
    left:50%;width:375px;height:375px;
  }
}
@keyframes criss-cross-right {
  0% {
   right:-30px
  }
  50% {
   right:50%;width:20px;height:20px;
  }
  100% {
   right:50%;width:375px;height:375px;
  }
}
.main-content .about-wrap .about-info .details-btn::after,
.main-content .about-wrap .about-info .details-btn::before {
  content: '';
  position: absolute;
  background: rgba(46, 204, 87, .8);
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: all 0.6s;
  opacity: 0.5;
  z-index: -1;
}
.main-content .about-wrap .about-info .details-btn::after {
  left: -30px;
  transform: translate(-50%,-50%);
}
.main-content .about-wrap .about-info .details-btn::before{
  right: -30px;
  transform: translate(50%,-50%);
}
.main-content .about-wrap .about-info .details-btn:hover::after{
  animation: criss-cross-left .8s both;
  opacity: 1;
}
.main-content .about-wrap .about-info .details-btn:hover::before{
  animation: criss-cross-right .8s both;
  opacity: 1;
}
.main-content .about-wrap .about-info .details-btn:hover{
  border-radius: 8px;
  color: #fff;
  border-color: rgba(46, 204, 87, .8);
}

.main-content .about-wrap .fast-nav-item {
  display: block;
  margin-bottom: 40px;
  width: 320px;
  height: 180px;
  border-radius: 14px 14px 70px 14px;
  color: #fff;
  overflow: hidden;
}

.main-content .about-wrap .fast-nav-item.xsyl {
  background: url(../static/channel_xsyl_icon.png) no-repeat;
}

.main-content .about-wrap .fast-nav-item.pwyd {
  background: url(../static/channel_pwyd_icon.png) no-repeat;
}
.main-content .about-wrap .fast-nav-wrap .nav-info {
  margin-top: 30px;
  margin-left: 30px;
}
.main-content .about-wrap .fast-nav-wrap .channel-icon {
  display: inline-block;
  width: 56px;
  height: 52px;
}
.main-content .about-wrap .fast-nav-wrap .xsyl .channel-icon {
  background: url(../static/xsyl_icon.png) no-repeat;
}
.main-content .about-wrap .fast-nav-wrap .pwyd .channel-icon {
  background: url(../static/zxsp_icon.png) no-repeat;
  background-size: cover;
}
.main-content .about-wrap .fast-nav-wrap h3 {
  display: inline-block;
}
.main-content .about-wrap .fast-nav-wrap .nav-title {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: bold;
}
.main-content .about-wrap .fast-nav-wrap.foreign .nav-title {
    width: 96%;
}
.main-content .about-wrap .fast-nav-wrap .nav-en-title {
  line-height: 1.2;
  font-size: 14px;
}

/*  */
.main-content .about-wrap .playing-method {
  position: relative;
  padding-top: 70px;
  padding-bottom: 80px;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

.main-content .about-wrap .playing-method .channel-title {
  position: absolute;
  width: 320px;
  height: 80px;
  line-height: 80px;
  top: 28px;
  left: -98px;
  text-align: center;
  background-color: #c0966c;
  transform: rotate(310deg);
  transform-origin: center;
}
.main-content .about-wrap .playing-method .channel-title>a {
  display: inline-block;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}
.main-content .about-wrap .playing-method .cn-title {
  margin-bottom: 4px;
  font-size: 30px;
  font-weight: bold;
}
.main-content .about-wrap .playing-method .en-title {
  font-size: 14px;
}

.main-content .about-wrap .playing-method-info {
  position: relative;
  margin: 0 auto;
  width: 1160px;
}

.main-content .about-wrap .playing-method-info h3 {
  position: relative;
  font-size: 36px;
  color: #c0966c;
}
.main-content .about-wrap .playing-method-info h3::before,
.main-content .about-wrap .playing-method-info h3::after {
  content: "";
  position: absolute;
  width: 32px; height: 32px;
  background: url(../images/quotation_mark_icon.png) no-repeat;
}
.main-content .about-wrap .playing-method-info h3::before {
  left: 0;
}
.main-content .about-wrap .playing-method-info h3::after {
  right: 0;
  background-position-x: -32px;
}

.main-content .about-wrap .playing-method-info p {
  margin: 36px auto 20px;
  width: 864px;
  line-height: 2;
  font-size: 16px;
  color: #666;
}
.main-content .about-wrap .playing-method-info .details-btn {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  border-radius: 8px 8px 20px 8px;
  background-color: #c0966c;
}
.main-content .playing-method-info .details-btn:hover{
  animation-name: rubberBand;
}

.main-content .about-wrap .playing-img-wrap {
  position: relative;
  margin: 60px auto 0;
  height: 220px;
  width: 1360px;
}
.about-wrap .playing-img-wrap .bd {
  margin: 0 auto;
  width: 1220px;
  border-radius: 16px;
  overflow: hidden;
}
.about-wrap .playing-img-wrap .hd>a{
  position: absolute;
  top: 50%; margin-top: -25px;
  width: 50px; height: 50px;
  border-radius: 50%;
  transform: scale(.6);
  opacity: 0;
  transition: all .36s ease;
  background: url(../images/next_prev_icon.png) no-repeat;
}
.about-wrap .playing-img-wrap .hd .prev {
  left: 70px;
}
.about-wrap .playing-img-wrap .hd .next {
  right: 70px;
  background-position-x: -60px;
}
.about-wrap .playing-img-wrap:hover .prev {
  opacity: 1;
  left: 0;
  transform: scale(1);
}
.about-wrap .playing-img-wrap:hover .next {
  opacity: 1;
  right: 0;
  transform: scale(1);
}

.about-wrap .playing-img-wrap .pic-item {
  width: 380px; height: 220px;
  margin-right: 40px;
}

.about-wrap .playing-img-wrap .pic-item:hover img {
  transform: scale(1.1);
}

/* 攻略 */
.main-content .strategy-wrap {
  padding-top: 100px;
  padding-bottom: 192px;
  background: url(../images/sec_part_bg.jpg) no-repeat;
}
.main-content .strategy-wrap .strategy-item {
  display: inline-block;
  width: 240px;
  margin-right: 60px;
  transition: transform .3s ease-in-out;
}
.main-content .strategy-wrap .strategy-item:last-child {
  margin-right: 0;
}
.main-content .strategy-wrap .chennel-img {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.main-content .strategy-wrap .chennel-img img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.main-content .strategy-wrap .channel-info {
  position: relative;
  padding-top: 28px;
  height: 130px;
  box-sizing: border-box;
  border-radius: 10px;
  color: #1c717d;
  text-align: center;
  background-color: #fff;
  transition: all .3s ease-in-out;
}
.main-content .strategy-wrap .channel-info::before {
  content: "";
  position: absolute;
  top: -3px;
  right: 5px;
  left: 5px;
  height: 6px;
  background: url(../images/hole_icon.png) repeat-x;
}
.main-content .strategy-wrap .channel-info .title {
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
}
.main-content .strategy-wrap .channel-info .en-title {
  line-height: 2;
  font-size: 14px;
}

.main-content .strategy-wrap .strategy-item:hover img {
  transform: scale(1.1);
}

.main-content .strategy-wrap .strategy-item:hover .channel-info{
  color: #fff;
  background-color: #c0966c;
}
.main-content .foreign-strategy {
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 18px;
  background: none;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
.main-content .foreign-strategy .strategy-item {
  margin-right: 40px;
}
.main-content .foreign-strategy .channel-info {
  padding-top: 0;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 130px;
}
.main-content .foreign-strategy .channel-info .title {
  display: inline-block;
  line-height: 1.3;
  vertical-align: middle;
}