@charset "UTF-8";
/**HTML5 common css*/
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Microsoft YaHei', 'STHeiti', Helvetica, '\5fae\8f6f\96c5\9ed1', Arial, sans-serif;
  font-size: 12px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

a, img {
  -webkit-touch-callout: none;
}

a, a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
}

li, ol, ul {
  list-style: none;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 100%;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

.hideVisibility {
  visibility: hidden;
  opacity: 0;
}

.opacity0 {
  opacity: 0 !important;
}

[hide],
[hidden],
.hide {
  display: none;
}

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  /*no*/
  opacity: 0.6;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.g-text-right {
  text-align: right;
}

.g-text-left {
  text-align: left;
}

.g-text-center {
  text-align: center;
}

.g-pointer {
  cursor: pointer;
}

.g-clearfix:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.float-left,
.fl,
.g-fl {
  float: left;
}

.float-right,
.fr,
.g-fr {
  float: right;
}

.g-relative {
  position: relative;
}

.g-fixed {
  position: fixed;
}

.g-absolute {
  position: absolute;
}

.g-container-1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.g-font12 {
  font-size: 12px !important;
}

.g-font14 {
  font-size: 14px !important;
}

.g-font16 {
  font-size: 16px !important;
}

.g-font18 {
  font-size: 18px !important;
}

.g-font20 {
  font-size: 20px !important;
}

.g-font22 {
  font-size: 22px !important;
}

.g-font24 {
  font-size: 24px !important;
}

.g-font28 {
  font-size: 28px !important;
}

.g-font30 {
  font-size: 30px !important;
}

.g-font32 {
  font-size: 32px !important;
  font-weight: 700;
}

.g-font36 {
  font-size: 36px !important;
  font-weight: 700;
}

.g-font40 {
  font-size: 40px !important;
  font-weight: 700;
}

.g-font48 {
  font-size: 48px !important;
  font-weight: 700;
}

.g-mb-5 {
  margin-bottom: 5px;
}

.g-mb-10 {
  margin-bottom: 10px;
}

.g-mb-15 {
  margin-bottom: 15px;
}

.g-mb-20 {
  margin-bottom: 20px;
}

.g-mb-25 {
  margin-bottom: 25px;
}

.g-mb-30 {
  margin-bottom: 30px;
}

.g-mb-40 {
  margin-bottom: 40px;
}

.g-mb-50 {
  margin-bottom: 50px;
}

.g-mb-60 {
  margin-bottom: 60px;
}

.g-mb-80 {
  margin-bottom: 80px;
}

.g-mr-5 {
  margin-right: 5px;
}

.g-mr-10 {
  margin-right: 10px;
}

.g-mr-15 {
  margin-right: 15px;
}

.g-mr-20 {
  margin-right: 20px;
}

.g-mr-25 {
  margin-right: 25px;
}

.g-mr-30 {
  margin-right: 30px;
}

.g-mr-40 {
  margin-right: 40px;
}

.g-mr-50 {
  margin-right: 50px;
}

.g-mr-60 {
  margin-right: 60px;
}

.g-mr-80 {
  margin-right: 80px;
}

.g-ml-5 {
  margin-left: 5px;
}

.g-ml-10 {
  margin-left: 10px;
}

.g-ml-15 {
  margin-left: 15px;
}

.g-ml-20 {
  margin-left: 20px;
}

.g-ml-25 {
  margin-left: 25px;
}

.g-ml-30 {
  margin-left: 30px;
}

.g-ml-40 {
  margin-left: 40px;
}

.g-ml-50 {
  margin-left: 50px;
}

.g-ml-60 {
  margin-left: 60px;
}

.g-ml-80 {
  margin-left: 80px;
}

.g-ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.g-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.g-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.g-space {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 6px;
}

.g-border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-oh {
  overflow: hidden;
}

.g-oa {
  overflow: auto;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.g-layer,
.g-layer-1,
.g-layer-2,
.g-layer-3,
.g-layer-4,
.g-layer-5,
.g-layer-6,
.g-layer-7,
.g-layer-8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.g-layer-1 {
  z-index: 1;
}

.g-layer-2 {
  z-index: 2;
}

.g-layer-3 {
  z-index: 3;
}

.g-layer-4 {
  z-index: 4;
}

.g-layer-5 {
  z-index: 5;
}

.g-layer-6 {
  z-index: 6;
}

.g-layer-7 {
  z-index: 7;
}

.g-layer-8 {
  z-index: 8;
}

.g-indent-2,
.g-indent {
  text-indent: 2em;
}

.g-indent-4 {
  text-indent: 4em;
}

.g-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/*默认滚动条样式修改ie9 google Firefox 等高版本浏览器有效*/
/*::selection {background: #D03333;color: white;text-shadow: none;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:hover{background:#cc0000}*/
@-webkit-keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.g-ani-arrow-up {
  -webkit-animation: aniArrowMoveUp 1s linear infinite;
  animation: aniArrowMoveUp 1s linear infinite;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.g-ani-bigger {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
}

.g-ani-bigger2 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
}

@-webkit-keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

@keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

.test-logo, .full,
.page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

body {
  max-height: 100%;
}

.test-logo {
  position: absolute;
  left: 554px;
  top: 40px;
  z-index: 1;
  width: 43px;
  height: 43px;
  background: url(../images/logo.png) center/contain no-repeat;
}

.main {
  background: #fff;
}

.full,
.page {
  overflow: hidden;
}

@-webkit-keyframes aniPageCover {
  to {
    background-position-x: -28500px;
  }
}

@keyframes aniPageCover {
  to {
    background-position-x: -28500px;
  }
}

@-webkit-keyframes aniText1 {
  0% {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
  50% {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -webkit-transform: scale(1.1) translate3d(2px, 0, 0);
    transform: scale(1.1) translate3d(2px, 0, 0);
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
}

@keyframes aniText1 {
  0% {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
  50% {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -webkit-transform: scale(1.1) translate3d(2px, 0, 0);
    transform: scale(1.1) translate3d(2px, 0, 0);
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
}

.page-cover {
  z-index: 15;
  background: #fff;
}

.page-cover .cover-logos {
  position: absolute;
  left: 141px;
  top: 1116px;
  z-index: 1;
  width: 432px;
  height: 81px;
}

.page-cover .cover-t1 {
  display: none;
  position: absolute;
  left: 83px;
  top: 513px;
  z-index: 1;
  width: 577px;
  height: 213px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.page-cover .cover-t2 {
  display: none;
  position: absolute;
  left: 114px;
  top: 802px;
  z-index: 1;
  width: 523px;
  height: 196px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.page-cover .btn-start {
  display: none;
  top: 1218px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

/*clear*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

/*other*/
.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.w1000 {
  width: 1000px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.list_18 li {
  background: url(images/dot.gif) no-repeat 0 18px;
  padding-left: 8px;
}

.white,
.white a:link,
.white a:visited,
.white a:hover {
  color: #fff;
}

div {
  margin: 0 auto;
  font: normal 14px/180% \5fae\8f6f\96c5\9ed1;
}

/*header*/
.header {
  height: 40px;
  background: #fafafa;
}

.header span {
  float: left;
}

.header span img {
  margin-top: 3px;
}

.header em {
  float: right;
  line-height: 40px;
  font-family: \5b8b\4f53;
  font-style: normal;
}

.header em a {
  margin: 0 6px;
}

.header em,
.header em a:link,
.header em a:visited,
.header em a:hover {
  color: #666;
}

.top-wrap img {
  width: 100%;
  height: auto;
  float: left;
}

.big-title {
  padding-top: 36px;
  text-align: center;
}

.big-title h1, .big-title h2 {
  font-size: 36px;
  color: #cf0000;
  margin-bottom: 30px;
}

.big-title h1 a, .big-title h2 a {
  font-size: 36px;
  color: #cf0000;
}

.big-title a {
  color: #202020;
  font-size: 14px;
}

.big-title a:hover {
  text-decoration: underline;
}

.big-title .sum-list {
  text-align: center;
}

.nav-list {
  background: #bd1d0f;
  font: bold 26px 'Microsoft YaHei';
  height: 90px;
  line-height: 90px;
  text-align: center;
}

.nav-list a {
  margin-left: 100px;
  color: #fff;
}

.nav-list a:first-child {
  margin-left: 0;
}

.nav-list a.active, .nav-list a:hover {
  color: #ffe096;
}

.main-news {
  position: relative;
  background: #f5f5f5;
  padding-top: 43px;
  min-height: 472px;
  margin-bottom: 26px;
}

.left-swiper-wrap {
  position: absolute;
  top: 43px;
  left: 16px;
  width: 623px;
  height: 400px;
}

.right-news-wrap {
  margin-left: 654px;
  padding-top: 8px;
  overflow: auto;
  max-height: 400px;
}

.right-news-wrap h2 {
  margin-bottom: 20px;
  font: bold 24px "Microsoft YaHei";
}

.right-news-wrap .news-group {
  width: 340px;
  margin-left: 0;
  margin-right: auto;
}

.right-news-wrap .news-group li {
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.right-news-wrap .news-group li a:hover {
  text-decoration: underline;
}

.right-news-wrap .news-group:first-child {
  margin-bottom: 26px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
}

.swiper-wrapper,
.swiper-container {
  height: 100%;
}

.swiper-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.swiper-slide .img-slide {
  width: 100%;
  height: 100%;
}

.swiper-slide .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.swiper-slide .desc .page-index {
  position: absolute;
  left: 80px;
  top: 10px;
  font-size: 24px;
  font-family: serif;
}

.swiper-slide .desc .page-index .num1 {
  color: #d52d14;
}

.swiper-slide .desc .page-index .num2 {
  position: absolute;
  left: 35px;
  top: -4px;
  color: #fff;
}

.swiper-slide .desc p {
  width: 407px;
  margin-left: 158px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.arrow-left {
  position: absolute;
  left: 18px;
  top: 358px;
  z-index: 3;
  width: 16px;
  height: auto;
  cursor: pointer;
}

.arrow-right {
  position: absolute;
  right: 18px;
  top: 358px;
  z-index: 3;
  width: 16px;
  height: auto;
  cursor: pointer;
}

.tabs-wrap {
  margin-bottom: 25px;
  text-align: center;
}

.tabs-wrap .item-tab {
  position: relative;
  cursor: pointer;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  font-size: 28px;
  color: #000000;
  font-weight: bold;
}

.tabs-wrap .item-tab:first-child {
  margin-right: 30px;
}

.tabs-wrap .item-tab.active {
  color: #cf0000;
}

.tabs-wrap .item-tab.active:after {
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 50px;
  margin-left: -25px;
  border-bottom: 3px solid #cf0000;
  content: "";
}

.tabs-wrap .item-tab .tabimg1 {
  display: block;
}

.tabs-wrap .item-tab .tabimg2 {
  display: none;
}

.tag-filter-wrap {
  position: relative;
  margin-bottom: 16px;
}

.tag-filter-wrap .left-type {
  position: absolute;
  left: 0;
  width: 98px;
  height: 100%;
  background: #cf0000;
}

.tag-filter-wrap .left-type span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 160px;
  margin-left: -17px;
  margin-top: -80px;
  font: bold 35px SimHei;
  color: #fff;
}

.tag-filter-wrap .right-tags-wrap {
  margin-left: 98px;
  padding: 50px 24px;
  min-height: 168px;
  background: #f5f5f5;
}

.tag-filter-wrap .right-tags-wrap .tabgs-wrap-inner {
  position: relative;
}

.tag-filter-wrap .right-tags-wrap .tabgs-wrap-inner .vl {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #d2d2d2;
}

.tag-filter-wrap .right-tags-wrap .tabgs-wrap-inner .vline1 {
  left: 250px;
}

.tag-filter-wrap .right-tags-wrap .tabgs-wrap-inner .vline2 {
  left: 520px;
}

.tag-filter-wrap .right-tags-wrap .tag {
  float: left;
  margin-right: 20px;
  width: 250px;
  line-height: 1;
  margin-top: 34px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  color: #575757;
  font-weight: bold;
}

.tag-filter-wrap .right-tags-wrap .tag:nth-child(1), .tag-filter-wrap .right-tags-wrap .tag:nth-child(2), .tag-filter-wrap .right-tags-wrap .tag:nth-child(3) {
  margin-top: 0;
}

.tag-filter-wrap .right-tags-wrap .tag:hover, .tag-filter-wrap .right-tags-wrap .tag.active {
  color: #cf0000;
}

.list-text li {
  float: left;
  width: 330px;
  height: 240px;
  margin-left: 5px;
  background: #fff;
  padding: 20px 15px 12px 15px;
  margin-bottom: 10px;
}

.list-text li h3 {
  height: 68px;
  overflow: hidden;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 30px;
}

.list-text li p {
  height: 66px;
  margin-bottom: 20px;
}

.list-text li p a {
  color: #cf0000;
}

.list-text li p a:hover {
  text-decoration: underline;
}

.list-text li:nth-child(3n-2) {
  margin-left: 0;
}

.list-text li .btn-zan {
  float: right;
  cursor: pointer;
  margin-top: 4px;
  margin-right: 10px;
}

.list-text li .btn-share {
  float: right;
  cursor: pointer;
}

.list-pic li {
  position: relative;
  float: left;
  width: 330px;
  height: 266px;
  margin-left: 5px;
  background: #f9f9f9;
  margin-bottom: 10px;
}

.list-pic li .pic-title {
  position: absolute;
  left: 0;
  top: 153px;
  width: 100%;
  height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font: normal 14px/40px 'Microsoft YaHei';
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-pic li .pic-desc {
  height: 100px;
  padding: 16px 15px 0 15px;
  overflow: hidden;
  text-indent: 2em;
  font-size: 14px;
}

.list-pic li .img-pic {
  display: block;
}

.list-pic li .pic-author {
  padding-left: 15px;
  font-size: 14px;
}

.list-pic li:nth-child(3n-2) {
  margin-left: 0;
}

.list-video li {
  position: relative;
  float: left;
  width: 330px;
  height: 320px;
  margin-left: 5px;
  background: #f9f9f9;
  margin-bottom: 10px;
}

.list-video li .icon-play {
  position: absolute;
  left: 50%;
  top: 66px;
  width: 65px;
  height: 68px;
  margin-left: -32.5px;
  background: url(../images/icon-play.png) center no-repeat;
  cursor: pointer;
}

.list-video li .video-title {
  height: 80px;
  padding-top: 20px;
  padding-left: 20px;
  text-align: left;
  overflow: hidden;
  color: #575757;
  font: bold 20px/1.5 'Microsoft YaHei';
}

.list-video li .video-desc {
  padding: 0 20px 0 20px;
  overflow: hidden;
  font-size: 14px;
}

.list-video li .img-pic {
  display: block;
}

.list-video li .pic-author {
  padding-left: 15px;
  font-size: 14px;
}

.list-video li:nth-child(3n-2) {
  margin-left: 0;
}

h3 a:hover {
  color: #c00;
  text-decoration: underline;
}

.copyright {
  text-align: center;
  padding: 68px 0 85px 0;
}

.all-content-wrap {
  margin-bottom: 30px;
}

.content-wrap {
  display: none;
}

.content-wrap ul {
  min-height: 370px;
}

.btn-more {
  cursor: pointer;
}
