<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
ol,
p,
input,
select,
option,
textarea,
button {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft YaHei';
  font-weight: normal;
}
ul,
li,
ol,
dl,
dt,
dd {
  list-style: none;
}
input,
button,
select,
textarea {
  border: none;
  background: none;
  outline: none;
}
textarea {
  resize: none;
}
img {
  border: none;
  vertical-align: middle;
  outline: none;
}
a {
  text-decoration: none;
  outline: none;
}
a:link,
a:visited,
a:hover,
a:active {
  outline: none;
  text-decoration: none;
}
em,
i,
u {
  font-style: normal;
}
b,
strong {
  font-weight: normal;
}
nav {
  width: 100%;
  background: #00a0e9;
  height: 40px;
  overflow: hidden;
}
nav .logo {
  width: auto;
  padding: 4px 0;
  display: inline-block;
}
nav .fa-bars {
  font-size: 32px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}
nav ul {
  float: right;
  overflow: hidden;
  display: none;
}
nav li {
  float: left;
}
nav a {
  display: block;
  font-size: 16px;
  line-height: 80px;
  height: 70px;
  margin: 0 20px;
  color: #fff;
}
nav.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
}
.nav-mb {
  background: rgba(0,160,233,0.9);
  display: none;
}
.nav-mb a {
  display: block;
  height: 50px;
  border-bottom: 1px solid #59bfce;
  text-align: center;
  line-height: 50px;
  font-size: 28px;
  cursor: pointer;
  color: #fff;
}
.nav-mb li.cur a {
  color: #15f7ff;
  font-weight: bold;
}
.nav-mb.fixed {
  position: fixed;
  z-index: 999;
  top: 40px;
  width: 100%;
}
@media (min-width: 992px) {
  nav {
    height: 80px;
  }
  nav .logo {
    padding: 24px 0;
  }
  nav .fa-bars {
    display: none;
  }
  nav ul {
    display: block;
  }
  .nav-mb {
    display: none !important;
  }
}
.csdn-toolbar .container {
  display: none;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}
.pub_fo {
  display: none;
}
@media (min-width: 992px) {
  .csdn-toolbar .container {
    display: block;
    width: 970px;
  }
  .pub_fo {
    display: block;
  }
}
@media (min-width: 1200px) {
  .csdn-toolbar .container {
    width: 1170px;
  }
}
body {
  background: #fff;
  line-height: 1.4;
}
img {
  width: 100%;
  max-width: 100%;
}
a:hover,
a:focus,
.btn:hover,
.btn:focus {
  color: #fff;
}
.item:after {
  content: " ";
  display: block;
  clear: both;
}
.items:after {
  content: "";
  display: block;
  clear: both;
}
.mod {
  padding-top: 80px;
  padding-bottom: 80px;
}
.banner {
  position: relative;
}
nav.nav.fixed {
  position: fixed;
  top: 0;
}
.arr {
  display: inline-block;
  position: relative;
  top: 5px;
  right: -14px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #fff;
  overflow: hidden;
}
.arr:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background: #fff;
}
.arr:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -7px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 7px solid #fff;
}
.btn {
  display: block;
  position: absolute;
  left: 36%;
  top: 70%;
  width: 170px;
  height: 50px;
  padding: 0;
  margin: 0;
  font-size: 22px;
  line-height: 45px;
  color: #fff;
  background: #87b845;
  border-bottom: 4px solid #449792;
}
.btn:hover .arr:after {
  animation: arr_headMoveRight 2s infinite;
}
.btn:hover .arr:before {
  animation: arr_tailMoveRight 2s infinite;
}
nav {
  background: -webkit-linear-gradient(left, #2ca9a5, #79b55b);
  background: -moz-linear-gradient(left, #2ca9a5, #79b55b);
}
nav a {
  font-size: 18px;
  margin: 0 46px;
  height: 80px;
  transform: scale(1);
}
nav li {
  position: relative;
}
nav li:before {
  content: '';
  display: none;
  position: absolute;
  left: 50%;
  top: 16px;
  margin-left: -12px;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  border: 12px solid #fff;
  border-bottom: 12px solid transparent;
  border-left: 12px solid transparent;
  transform: rotate(-45deg);
}
nav li:after {
  content: '';
  display: none;
  position: absolute;
  left: 50%;
  top: 40px;
  margin-left: -12px;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  border: 12px solid #fff;
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
  transform: rotate(-45deg);
}
nav ul {
  float: none;
}
nav li:hover:before,
nav .cur:before {
  display: block;
  animation: navdecoa 1s;
}
nav li:hover:after,
nav .cur:after {
  display: block;
  animation: navdecob 1s;
}
nav li:hover a,
nav .cur a {
  animation: navtext 1s;
}
h2 {
  text-align: center;
  position: relative;
  color: #fff;
}
h2 .ldec,
h2 .rdec {
  display: block;
  position: absolute;
  width: 1px;
  height: 25px;
  background: #fff;
}
h2 .ldec {
  left: 50%;
  top: 5px;
  margin-left: -80px;
}
h2 .ldec:before {
  content: '';
  display: block;
  position: absolute;
  left: -14px;
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 12px solid #fff;
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
  transform: rotate(45deg);
}
h2 .rdec {
  left: 50%;
  top: 5px;
  margin-left: 80px;
}
h2 .rdec:before {
  content: '';
  display: block;
  position: absolute;
  left: -9px;
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 12px solid #fff;
  border-bottom: 12px solid transparent;
  border-left: 12px solid transparent;
  transform: rotate(45deg);
}
.mod {
  background: #38cfc3;
}
.mod:nth-child(odd) {
  background: #212121;
}
.intro h2 span {
  display: block;
  background: url("../img/h2intro.png") center center no-repeat;
  text-indent: -9999px;
}
.intro article {
  margin: 30px auto 60px auto;
  font-size: 15px;
  line-height: 28px;
  color: #c0fff5;
}
.schedule {
  width: 50%;
  float: left;
}
.schedule h3 {
  width: 116px;
  float: left;
  position: relative;
  color: #38cfc3;
  font-size: 24px;
  font-weight: bold;
  margin-right: 60px;
}
.schedule h3:before,
.schedule h3:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  width: 0;
  height: 0;
  right: 0;
  border: 3px solid transparent;
  border-top: 6px solid #38cfc3;
}
.schedule h3:before {
  bottom: 6px;
}
.schedule .tab {
  font-size: 18px;
  color: #fff;
  background: #38cfc3;
  padding: 5px 10px;
  position: relative;
}
.schedule .tab:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #38cfc3;
}
.schedule table {
  margin: 20px 30px 0 0;
}
.schedule td {
  font-size: 15px;
  color: #fff;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.schedule td:first-child {
  border-right: 2px solid #212121;
}
.schedule tr:first-child td {
  font-size: 18px;
  font-weight: bold;
  background: #38cfc3;
  text-align: center;
}
.schedule tr:nth-child(odd) {
  background: rgba(53,185,165,0.2);
}
.schedule tr:nth-child(even) {
  background: rgba(53,185,165,0.4);
}
.live {
  width: 445px;
  float: left;
}
.show h2 {
  position: relative;
}
.show #myCarousel {
  margin-top: 42px;
}
.show .carousel-indicators {
  display: none;
}
.show .carousel-inner {
  width: 900px;
  margin: 0 auto;
}
.show .card {
  width: 250px;
  height: 296px;
  padding: 22px;
  border-radius: 5px;
  background: #4ee9dc;
  margin: 0 25px;
  float: left;
}
.show .card div {
  margin-bottom: 30px;
  height: 206px;
  overflow: hidden;
  transition: height 2s;
}
.show .card img {
  display: block;
  margin: 0 auto;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  border: 3px solid #19aea2;
  transition: width 1.5s, height 1.5s;
}
.show .card h3 {
  text-align: center;
  font-size: 20px;
  line-height: 2;
  color: #212121;
}
.show .card p {
  color: #085e57;
}
.show .card article {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}
.show .card:hover {
  background: #26b7ab;
}
.show .card:hover img {
  width: 68px;
  height: 68px;
  transition: width 1.5s, height 1.5s;
}
.show .card:hover div {
  height: 0;
  animation: height 1.5s;
}
.show .card:hover article {
  transform: translateY(-20px);
  transition: transform 1.5s;
}
.show .carousel-control.left,
.show .carousel-control.right {
  background-image: url("../img/larr.png");
  background-repeat: no-repeat;
  background-position: 50%;
}
.show .carousel-control.right {
  background-image: url("../img/rarr.png");
}
.textlive h2 {
  color: #38cfc3;
}
.textlive h2 .ldec {
  background: #38cfc3;
}
.textlive h2 .ldec:before {
  border: 12px solid #38cfc3;
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
}
.textlive h2 .rdec {
  background: #38cfc3;
}
.textlive h2 .rdec:before {
  border: 12px solid #38cfc3;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.textlive .iframe {
  width: 944px;
  margin: 20px auto;
}
.textlive .iframe iframe {
  border: 1px solid #38cfc3;
}
.textlive .iframe ::-webkit-scrollbar {
  width: 5px;
  background: #2d4743;
  border-radius: 50px;
}
.textlive .iframe ::-webkit-scrollbar-thumb:vertical {
  border-radius: 5px;
  background: #34c9bd;
}
main.frame {
  padding: 30px;
  background: #2b2b2b;
  font-size: 14px;
  color: #fff;
  height: 100%;
}
main.frame article {
  margin: 20px auto;
}
main.frame article&gt;time {
  font-size: 16px;
  color: #fff;
}
main.frame article h2 {
  text-align: left;
  line-height: 2;
  font-size: 18px;
  font-weight: bold;
  color: #38cfc3;
}
main.frame article h2 time {
  color: #ffc12b;
  margin-right: 10px;
}
main.frame article img {
  max-width: auto;
  width: auto;
  margin: 10px auto;
}
.promotion {
  background: url("../img/promotion.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
.promotion h2 {
  margin-bottom: 36px;
}
.promotion h2 .ldec {
  margin-left: -102px;
}
.promotion h2 .rdec {
  margin-left: 102px;
}
.promotion article {
  font-size: 16px;
  color: #fff;
}
.promotion article img {
  width: 360px;
  margin: 26px 35px;
}
.promotion .btn {
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 0 auto;
}
.promotion .col-md-6 {
  text-align: center;
}
.contact {
  position: fixed;
  right: 20px;
  top: 508px;
  width: 238px;
  height: 280px;
  background: #63b270;
  border-radius: 3px;
  border-bottom: 4px solid #3a7a56;
}
.contact div,
.contact a {
  height: 33.3333%;
  font-size: 16px;
  color: #fff;
  padding: 20px 10px 30px 20px;
  display: block;
}
.contact p:first-child {
  padding-left: 6px;
  border-left: 3px solid #fff;
  margin-bottom: 12px;
}
.contact a:hover {
  background: #5ba367;
}
.contact .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 1;
}
.contact .close:before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 50%;
  width: 2px;
  height: 10px;
  background: #fff;
  transform: rotate(45deg);
  margin-left: -1px;
}
.contact .close:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 50%;
  width: 2px;
  height: 10px;
  background: #fff;
  transform: rotate(-45deg);
  margin-left: -1px;
}
@media (max-height: 800px) {
  .contact {
    top: 40%;
  }
}
.animate span {
  display: block;
  animation: navtext 1s;
}
.animate .ldec {
  animation: ldec 1s;
}
.animate .rdec {
  animation: rdec 1s;
}
.promotion .animate .ldec {
  animation: ldec1 1s;
}
.promotion .animate .rdec {
  animation: rdec1 1s;
}
@-moz-keyframes arr_headMoveRight {
  from {
    left: -8px;
  }
  to {
    left: 36px;
  }
}
@-webkit-keyframes arr_headMoveRight {
  from {
    left: -8px;
  }
  to {
    left: 36px;
  }
}
@-o-keyframes arr_headMoveRight {
  from {
    left: -8px;
  }
  to {
    left: 36px;
  }
}
@keyframes arr_headMoveRight {
  from {
    left: -8px;
  }
  to {
    left: 36px;
  }
}
@-moz-keyframes arr_tailMoveRight {
  from {
    left: -14px;
  }
  to {
    left: 30px;
  }
}
@-webkit-keyframes arr_tailMoveRight {
  from {
    left: -14px;
  }
  to {
    left: 30px;
  }
}
@-o-keyframes arr_tailMoveRight {
  from {
    left: -14px;
  }
  to {
    left: 30px;
  }
}
@keyframes arr_tailMoveRight {
  from {
    left: -14px;
  }
  to {
    left: 30px;
  }
}
@-moz-keyframes navtext {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes navtext {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@-o-keyframes navtext {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes navtext {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@-moz-keyframes navdecoa {
  from {
    transform: translateY(12px) rotate(-45deg);
  }
  to {
    transform: translateY(0px) rotate(-45deg);
  }
}
@-webkit-keyframes navdecoa {
  from {
    transform: translateY(12px) rotate(-45deg);
  }
  to {
    transform: translateY(0px) rotate(-45deg);
  }
}
@-o-keyframes navdecoa {
  from {
    transform: translateY(12px) rotate(-45deg);
  }
  to {
    transform: translateY(0px) rotate(-45deg);
  }
}
@keyframes navdecoa {
  from {
    transform: translateY(12px) rotate(-45deg);
  }
  to {
    transform: translateY(0px) rotate(-45deg);
  }
}
@-moz-keyframes navdecob {
  from {
    transform: translateY(-12px) rotate(-45deg);
  }
  to {
    transform: translateY(0px) rotate(-45deg);
  }
}
@-webkit-keyframes navdecob {
  from {
    transform: translateY(-12px) rotate(-45deg);
  }
  to {
    transform: translateY(0px) rotate(-45deg);
  }
}
@-o-keyframes navdecob {
  from {
    transform: translateY(-12px) rotate(-45deg);
  }
  to {
    transform: translateY(0px) rotate(-45deg);
  }
}
@keyframes navdecob {
  from {
    transform: translateY(-12px) rotate(-45deg);
  }
  to {
    transform: translateY(0px) rotate(-45deg);
  }
}
@-moz-keyframes height {
  from {
    height: 78px;
  }
  to {
    height: 0;
  }
}
@-webkit-keyframes height {
  from {
    height: 78px;
  }
  to {
    height: 0;
  }
}
@-o-keyframes height {
  from {
    height: 78px;
  }
  to {
    height: 0;
  }
}
@keyframes height {
  from {
    height: 78px;
  }
  to {
    height: 0;
  }
}
@-moz-keyframes ldec {
  from {
    margin-left: 0;
  }
  to {
    margin-left: -80px;
  }
}
@-webkit-keyframes ldec {
  from {
    margin-left: 0;
  }
  to {
    margin-left: -80px;
  }
}
@-o-keyframes ldec {
  from {
    margin-left: 0;
  }
  to {
    margin-left: -80px;
  }
}
@keyframes ldec {
  from {
    margin-left: 0;
  }
  to {
    margin-left: -80px;
  }
}
@-moz-keyframes rdec {
  from {
    margin-left: 0;
  }
  to {
    margin-left: 80px;
  }
}
@-webkit-keyframes rdec {
  from {
    margin-left: 0;
  }
  to {
    margin-left: 80px;
  }
}
@-o-keyframes rdec {
  from {
    margin-left: 0;
  }
  to {
    margin-left: 80px;
  }
}
@keyframes rdec {
  from {
    margin-left: 0;
  }
  to {
    margin-left: 80px;
  }
}
@-moz-keyframes ldec1 {
  from {
    margin-left: 0;
  }
  to {
    margin-left: -102px;
  }
}
@-webkit-keyframes ldec1 {
  from {
    margin-left: 0;
  }
  to {
    margin-left: -102px;
  }
}
@-o-keyframes ldec1 {
  from {
    margin-left: 0;
  }
  to {
    margin-left: -102px;
  }
}
@keyframes ldec1 {
  from {
    margin-left: 0;
  }
  to {
    margin-left: -102px;
  }
}
@-moz-keyframes rdec1 {
  from {
    margin-left: 0;
  }
  to {
    margin-left: 102px;
  }
}
@-webkit-keyframes rdec1 {
  from {
    margin-left: 0;
  }
  to {
    margin-left: 102px;
  }
}
@-o-keyframes rdec1 {
  from {
    margin-left: 0;
  }
  to {
    margin-left: 102px;
  }
}
@keyframes rdec1 {
  from {
    margin-left: 0;
  }
  to {
    margin-left: 102px;
  }
}
</pre></body></html>