.about-bg {
  position: relative;
  height: 400px;
  width: 100%;
}
.about-bg .about-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  font-family: 'soft bank';
  font-size: 70px;
  color: #f7f7f7;
  margin-left: -150px;
  opacity: 0.6;
  font-weight: 500;
  text-align: center;
}
.about-bg:focus,
.about-bg:hover {
  cursor: pointer;
}
.about-bg:focus .about-logo,
.about-bg:hover .about-logo {
  -webkit-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in;
  opacity: 1;
}
.about-bg .about-describe {
  font-style: italic;
  position: absolute;
  bottom: 80px;
  font-size: 28px;
  left: 20px;
  color: #f7f7f7;
}
.about-bg .right-describe {
  font-style: italic;
  position: absolute;
  bottom: 80px;
  font-size: 36px;
  right: 20px;
  color: #f7f7f7;
}
.about-bg .right-describe h2 {
  font-weight: normal;
}
.cp-intro {
  margin-top: 80px;
  background: url(/./img/e66cf9aed48013b91d41ea5f79f1b943.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 725px;
}
.cp-intro .intro-container .about-zhi {
  font-size: 24px;
  color: #fff;
  padding-left: 55px;
}
.cp-intro .intro-container .about-zhi .english {
  position: relative;
  font-size: 14px;
  font-weight: normal;
}
.cp-intro .intro-container .about-zhi .english:after {
  content: '';
  position: absolute;
  left: 25px;
  top: 25px;
  width: 80px;
  height: 6px;
}
.cp-intro .intro-container .introduce {
  color: #fff;
  font-size: 16px;
  line-height: 2.2;
  padding: 25px;
  text-indent: 30px;
}
.cp-intro .intro-container .english-intro {
  font-size: 16px;
  line-height: 1.8;
}
.cp-intro .intro-container .eclipse {
  margin-top: 80px;
  position: relative;
}
@media (max-width: 680px) {
  .cp-intro .intro-container .eclipse {
    margin-top: 40px;
  }
}
.cp-intro .intro-container .eclipse:after {
  content: '';
  position: absolute;
  left: 30%;
  top: 0px;
  width: 80px;
  height: 6px;
}
@media (min-width: 1300px) {
  .cp-intro .intro-container-english {
    margin-left: 290px;
    margin-top: 80px;
    margin-right: 50px;
  }
}
@media (min-width: 1160px) and (max-width: 1300px) {
  .cp-intro .intro-container-english {
    margin-left: 140px;
    margin-top: 80px;
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1160px) {
  .cp-intro .intro-container-english {
    margin-left: 80px;
    margin-top: 80px;
    margin-right: 80px;
  }
}
@media (max-width: 992px) {
  .cp-intro .intro-container-english {
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
  }
}
@media (min-width: 1160px) {
  .cp-intro .intro-container-jp {
    margin-left: 290px;
    margin-top: 130px;
    margin-right: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1160px) {
  .cp-intro .intro-container-jp {
    margin-left: 170px;
    margin-top: 100px;
    margin-right: 170px;
  }
}
@media (min-width: 680px) and (max-width: 992px) {
  .cp-intro .intro-container-jp {
    margin-left: 65px;
    margin-top: 70px;
    margin-right: 65px;
  }
}
@media (max-width: 680px) {
  .cp-intro .intro-container-jp {
    margin-left: 50px;
    margin-top: 10px;
    margin-right: 50px;
  }
}
.cp-culture {
  margin-bottom: 80px;
}
.cp-culture .name {
  text-align: center;
  margin: 40px 0 10px 0;
  color: #00a0e9;
}
.cp-culture .name .english {
  font-weight: normal;
}
.cp-culture .moto {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .cp-culture .moto {
    padding-left: 255px;
    padding-top: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cp-culture .moto {
    padding-left: 140px;
    padding-top: 70px;
  }
}
.cp-culture .moto .moto-left p {
  font-size: 16px;
  margin-bottom: 20px;
}
.cp-culture .moto .moto-left p span {
  color: #00a0e9;
  background: #cfeafa;
  width: 84px;
  display: inline-block;
  text-align: center;
  margin-right: 30px;
}
.cp-culture .moto .moto-left img {
  max-width: 100%;
}
.cp-culture .moto .moto-left .bottom-moto {
  margin-top: 50px;
  color: #00a0e9;
}
.cp-culture .moto .moto-left .order {
  font-weight: bold;
  letter-spacing: 15px;
}
.cp-culture .moto .moto-left .order.order1 {
  letter-spacing: 15px;
}
.cp-culture .moto .moto-left .order.order2 {
  letter-spacing: 13px;
}
.cp-culture .moto .moto-left .order b {
  background: #cfeafa;
  padding: 2px 2px 2px 10px;
}
@media (min-width: 1200px) {
  .cp-culture .moto .moto-right {
    margin-left: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cp-culture .moto .moto-right {
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .cp-culture .moto .moto-right {
    margin-left: 10px;
  }
}
.cp-culture .moto .moto-right img {
  width: 100%;
}
.cp-culture .moto .vision-right {
  background: #00a0e9;
  border-radius: 4px;
  opacity: 0.8;
  width: 560px;
  height: 165px;
  margin-left: -225px;
  margin-top: 72px;
  padding: 30px 20px;
  color: #fff;
}
.cp-culture .moto .vision-right .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cp-culture .moto .vision-right .item .order {
  font-size: 18px;
  font-weight: 500;
  width: 120px;
}
.cp-culture .moto .vision-right .item .val {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 2px;
}
.cn-development {
  background: #f7f7f7;
  height: 2600px;
}
@media (min-width: 992px) {
  .cn-development .pic-wrap {
    padding: 50px;
  }
}
.cn-development .pic-wrap img {
  width: 100%;
  max-width: 960px;
}
.cp-development {
  background: #f7f7f7;
  height: 2000px;
}
@media (min-width: 992px) {
  .cp-development .pic-wrap {
    padding: 50px;
  }
}
.cp-development .pic-wrap img {
  width: 100%;
  max-width: 960px;
}
.cn-development .name {
  padding-top: 60px;
  color: #00a0e9;
}
.cn-development .english {
  font-weight: normal;
}
.cp-development .name {
  padding-top: 60px;
  color: #00a0e9;
}
.cp-development .english {
  font-weight: normal;
}
.cp-honor .name {
  margin-top: 60px;
  color: #00a0e9;
}
.cp-honor .name .english {
  font-weight: normal;
}
.cp-honor .honor-ground {
  margin-top: 70px;
  margin-bottom: 80px;
}
.cp-honor .honor-ground .pic-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f7f7;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cp-honor .honor-ground .pic-left {
    margin: 0 190px;
    margin-bottom: 20px;
  }
}
@media (min-width: 792px) and (max-width: 992px) {
  .cp-honor .honor-ground .pic-left {
    margin: 0 100px;
    margin-bottom: 20px;
  }
}
.cp-honor .honor-ground .pic-left p {
  width: 370px;
  line-height: 2;
}
@media (min-width: 1200px) {
  .cp-honor .honor-ground .pic-left p {
    margin-right: 110px;
  }
}
@media (max-width: 1200px) {
  .cp-honor .honor-ground .pic-left p {
    margin: 10px 20px;
  }
}
.cp-honor .honor-ground .pic-left img {
  cursor: pointer;
  -webkit-transition: all 0.5;
  -o-transition: all 0.5;
  transition: all 0.5;
}
.cp-honor .honor-ground .pic-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  margin-bottom: 20px;
  background: #f7f7f7;
}
@media (min-width: 992px) {
  .cp-honor .honor-ground .pic-right {
    margin: 0 190px;
    margin-bottom: 20px;
  }
}
@media (min-width: 792px) and (max-width: 992px) {
  .cp-honor .honor-ground .pic-right {
    margin: 0 100px;
    margin-bottom: 20px;
  }
}
.cp-honor .honor-ground .pic-right p {
  width: 370px;
  line-height: 2;
}
@media (min-width: 1200px) {
  .cp-honor .honor-ground .pic-right p {
    margin-left: 110px;
  }
}
@media (max-width: 1200px) {
  .cp-honor .honor-ground .pic-right p {
    margin: 10px 20px;
  }
}
.cp-honor .honor-ground .pic-right img {
  cursor: pointer;
  -webkit-transition: all 0.5;
  -o-transition: all 0.5;
  transition: all 0.5;
}
.cp-qualification {
  padding: 40px 0;
  background: #f7f7f7;
}
.cp-qualification .name {
  color: #00a0e9;
}
.cp-qualification .name .english {
  font-weight: normal;
  margin-right: 5px;
}
.cp-qualification .section {
  margin-top: 40px;
  margin-bottom: 90px;
  text-align: center;
}
.cp-qualification .section .qualif-title {
  color: #fff;
  background: #00a0e9;
  width: 514px;
  margin: 10px auto 30px auto;
  font-size: 24px;
  padding: 5px;
  letter-spacing: 5px;
  font-weight: normal;
}
.cp-qualification .section .qualif-title-en {
  letter-spacing: 0;
}
.cp-qualification .section .img-right {
  background: #fff;
  padding: 30px;
}
@media (min-width: 992px) {
  .cp-qualification .section .img-right {
    margin-left: 60px;
  }
}
.cp-qualification .section .img-right .certify-title {
  font-size: 20px;
  letter-spacing: 5px;
  background: #b6864fd4;
  color: #fff;
  margin-bottom: 10px;
  padding: 5px;
}
.cp-qualification .section .img-right .certify-title-en {
  letter-spacing: 0;
}
.cp-qualification .section .action-table {
  color: #00a0e9;
  font-size: 22px;
}
.cp-qualification .certificate {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#menu {
  position: fixed;
  left: 90%;
  top: 320px;
  width: 120px;
  text-align: center;
  list-style: none;
  background-color: rgba(32, 43, 84, 0.8);
  border-radius: 10px;
  padding-top: 20px;
}
@media (max-width: 1160px) {
  #menu {
    display: none;
  }
}
#menu li {
  margin-bottom: 20px;
}
#menu li a {
  font-size: 18px;
  color: #fff;
}
#menu li.active a {
  font-size: 20px;
  font-weight: bold;
}
#mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
}
#popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
#popup .pic-view {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 992px) and (max-width: 1300px) {
  #popup .pic-view img {
    width: 70%;
    height: 70%;
  }
}
#popup .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  text-decoration: none;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.4;
  color: #fff;
}
#popup .btn-close a {
  color: #fff;
}
@media (max-width: 1400px) {
  #menu {
    position: fixed;
    top: 320px;
    width: 120px;
    height: 212px;
    text-align: center;
    list-style: none;
  }
  #menu li {
    margin-bottom: 20px;
  }
  #menu li a {
    font-size: 18px;
    color: #fff;
  }
  #menu li.active a {
    font-size: 20px;
    font-weight: bold;
  }
  .sz-font {
    font-size: 52px;
  }
  .wz-font {
    font-size: 24px;
  }
}
@media (max-width: 1160px) {
  .sz-font {
    font-size: 28px;
  }
  .wz-font {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .sz-font {
    font-size: 64px;
  }
  .wz-font {
    font-size: 24px;
  }
}
@media (max-height: 600px) {
  #menu {
    top: 80px;
  }
}
@media (max-height: 750px) and (min-height: 600px) {
  #menu {
    top: 200px;
  }
}
table.dataTable thead td,
table.dataTable thead th {
  border-bottom: 1px solid #ddd !important;
  font-weight: normal !important;
  text-align: center;
}
#soft_table.dataTable tbody tr.odd {
  background: #ebebeb !important;
}
#soft_table tbody tr {
  background: #f9f9f9;
}
.patent-div {
  width: 78%;
  margin: auto;
}
@media (max-width: 1160px) {
  .patent-div {
    width: 100%;
  }
}
#patent_table tbody tr {
  background: #eee;
}
#patent_table tbody tr td,
#patent_table tbody tr th {
  border: 1px solid #fff;
}
#patent_table.dataTable.display tbody tr.odd > .sorting_1 {
  background: #eee;
}
table.dataTable.no-footer {
  border-bottom: none !important;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
     animation-name: bounceInRight;
  -webkit-animation-duration: 4s;
       -o-animation-duration: 4s;
          animation-duration: 4s;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ------------------- multiply CSS ------------------ */
/*公司发展历程部分的组件样式*/
body {
  font-size: 14px;
  font-family: '\5FAE\8F6F\96C5\9ED1';
  background-color: #f7f7f7;
  height: 100%;
}
.w1000 {
  width: 80%;
  margin: 0 auto;
}
.header.contrainer {
  background-color: #ccc;
  height: 60px;
  line-height: 60px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.header a {
  display: block;
  color: #000;
  text-decoration: none;
}
.body {
  line-height: 40px;
}
.body .header {
  font-size: 20px;
  margin: 50px 0 100px;
}
/*middle_line时间轴 event_wrap时间轴上的事件以及小圈圈，默认cn中文,en英文,jp日文*/
.event_wrap {
  position: relative;
}
.event_wrap .middle_line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 8px;
  margin-left: 0px;
  border-left: 1px dashed #00a0e9;
  height: 100%;
}
.event_wrap .middle_line i {
  display: block;
  height: 3.31%;
  border-bottom: 1px dashed #00a0e9;
  width: 60%;
}
.event_wrap .middle_line i.first {
  padding-top: 75px;
}
.event_wrap .middle_line i.last {
  margin-bottom: 25px;
}
/*英文部分样式*/
.event_wrap_en {
  position: relative;
}
.event_wrap_en .middle_line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 8px;
  margin-left: 0px;
  border-left: 1px dashed #00a0e9;
  height: 100%;
}
.event_wrap_en .middle_line i {
  display: block;
  height: 3.31%;
  border-bottom: 1px dashed #00a0e9;
  width: 60%;
}
.event_wrap_en .middle_line i.first {
  padding-top: 75px;
}
.event_wrap_en .middle_line i.last {
  margin-bottom: 25px;
}
/*日语部分样式*/
.event_wrap_jp {
  position: relative;
}
.event_wrap_jp .middle_line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 8px;
  margin-left: 0px;
  border-left: 1px dashed #00a0e9;
  height: 100%;
}
.event_wrap_jp .middle_line i {
  display: block;
  height: 3.31%;
  border-bottom: 1px dashed #00a0e9;
  width: 60%;
}
.event_wrap_jp .middle_line i.first {
  padding-top: 75px;
}
.event_wrap_jp .middle_line i.last {
  margin-bottom: 25px;
}
/*big_squre外面的大圈,small_squire是里面的小圈，border_radius控制圈的大小控制弧度*/
.big_squre {
  margin-left: -30px;
  left: 50%;
  display: block;
  position: absolute;
  top: 8px;
  width: 60px;
  height: 60px;
  background-color: #6e6e6e;
  border-radius: 60px;
  -o-transform: rotate(45deg);
     transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.big_squre i {
  -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  left: 11px;
  color: #fff;
  top: 11px;
  font-size: 18px;
}
.small_squire {
  position: absolute;
  top: 11px;
  display: block;
  height: 5px;
  width: 5px;
  padding: 3px;
  border-radius: 5px;
  -o-transform: rotate(45deg);
     transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background-color: #6e6e6e;
}
.small_squire i {
  display: block;
  width: 5px;
  background-color: #fff;
  border-radius: 5px;
}
/*三种语言样式*/
.event_wrap .list {
  height: 300px;
  position: relative;
  padding-top: 75px;
}
.event_wrap_en .list {
  height: 300px;
  position: relative;
  padding-top: 75px;
}
.event_wrap_jp .list {
  height: 300px;
  position: relative;
  padding-top: 75px;
}
/*中文样式过度动画*/
.aActiveWid {
  width: 50% !important;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}
.event_wrap .list:last-child {
  height: 275px;
}
.event_wrap .list .ev_text {
  position: absolute;
  opacity: 0.1;
  filter: alpha(opacity=10);
  width: 0px;
  overflow: hidden;
  -o-transition: all 3s ease;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}
/*英文样式过度动画*/
.event_wrap_en .list:last-child {
  height: 275px;
}
.event_wrap_en .list .ev_text {
  position: absolute;
  opacity: 0.1;
  filter: alpha(opacity=10);
  width: 0px;
  overflow: hidden;
  -o-transition: all 3s ease;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}
/*日语样式过度动画*/
.event_wrap_jp .list:last-child {
  height: 275px;
}
.event_wrap_jp .list .ev_text {
  position: absolute;
  opacity: 0.1;
  filter: alpha(opacity=10);
  width: 0px;
  overflow: hidden;
  -o-transition: all 3s ease;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}
.event_wrap .list_right .ev_text_odd,
.event_wrap .list_left .ev_text_event {
  text-align: left;
  left: 50%;
}
.event_wrap .list_right .ev_text_event,
.event_wrap .list_left .ev_text_odd {
  text-align: right;
  left: initial;
  right: 50%;
}
.event_wrap .list .ev_t1 {
  top: 55px;
}
.event_wrap .list .ev_t2 {
  top: 80px;
}
.event_wrap .list .ev_t3 {
  top: 105px;
}
.event_wrap .list .ev_t4 {
  top: 130px;
}
.event_wrap .list .ev_t5 {
  top: 155px;
}
.event_wrap .list .ev_t6 {
  top: 180px;
}
.event_wrap .list .ev_t7 {
  top: 205px;
}
.event_wrap .list .ev_t8 {
  top: 230px;
}
.event_wrap .list .ev_t9 {
  top: 255px;
}
.event_wrap .list .ev_t10 {
  top: 280px;
}
.event_wrap .list .ev_t11 {
  top: 305px;
}
.event_wrap .list .ev_t12 {
  top: 330px;
}
.event_wrap_en .list_right .ev_text_odd,
.event_wrap_en .list_left .ev_text_event {
  text-align: left;
  left: 50%;
}
.event_wrap_en .list_right .ev_text_event,
.event_wrap_en .list_left .ev_text_odd {
  text-align: right;
  left: initial;
  right: 50%;
}
.event_wrap_en .list .ev_t1 {
  top: 55px;
}
.event_wrap_en .list .ev_t2 {
  top: 80px;
}
.event_wrap_en .list .ev_t3 {
  top: 105px;
}
.event_wrap_en .list .ev_t4 {
  top: 130px;
}
.event_wrap_en .list .ev_t5 {
  top: 155px;
}
.event_wrap_en .list .ev_t6 {
  top: 180px;
}
.event_wrap_en .list .ev_t7 {
  top: 205px;
}
.event_wrap_en .list .ev_t8 {
  top: 230px;
}
.event_wrap_en .list .ev_t9 {
  top: 255px;
}
.event_wrap_en .list .ev_t10 {
  top: 280px;
}
.event_wrap_en .list .ev_t11 {
  top: 305px;
}
.event_wrap_en .list .ev_t12 {
  top: 330px;
}
.event_wrap_jp .list_right .ev_text_odd,
.event_wrap_jp .list_left .ev_text_event {
  text-align: left;
  left: 50%;
}
.event_wrap_jp .list_right .ev_text_event,
.event_wrap_jp .list_left .ev_text_odd {
  text-align: right;
  left: initial;
  right: 50%;
}
.event_wrap_jp .list .ev_t1 {
  top: 55px;
}
.event_wrap_jp .list .ev_t2 {
  top: 80px;
}
.event_wrap_jp .list .ev_t3 {
  top: 105px;
}
.event_wrap_jp .list .ev_t4 {
  top: 130px;
}
.event_wrap_jp .list .ev_t5 {
  top: 155px;
}
.event_wrap_jp .list .ev_t6 {
  top: 180px;
}
.event_wrap_jp .list .ev_t7 {
  top: 205px;
}
.event_wrap_jp .list .ev_t8 {
  top: 230px;
}
.event_wrap_jp .list .ev_t9 {
  top: 255px;
}
.event_wrap_jp .list .ev_t10 {
  top: 280px;
}
.event_wrap_jp .list .ev_t11 {
  top: 305px;
}
.event_wrap_jp .list .ev_t12 {
  top: 330px;
}
.event_wrap .list_right .small_squire,
.event_wrap .list_left .ev_text_event .small_squire {
  left: 4px;
}
.event_wrap .list_left .small_squire,
.event_wrap .list_right .ev_text_event .small_squire {
  right: 3px;
  left: inherit;
}
.event_wrap .list .small_line,
.event_wrap .list_left .ev_text_event .samll_line {
  display: inline-block;
  position: absolute;
  height: 1px;
  overflow: hidden;
  border-top: 1px solid #000;
  top: 19px;
  left: 24px;
  width: 13%;
}
.event_wrap .list_left .ev_text_odd .small_line,
.event_wrap .list_right .ev_text_event .small_line {
  right: 23px;
  left: initial;
}
.ev_text h3 {
  font-size: 18px;
  padding-left: 20%;
  width: 80%;
}
.event_wrap_en .list_right .small_squire,
.event_wrap_en .list_left .ev_text_event .small_squire {
  left: 4px;
}
.event_wrap_en .list_left .small_squire,
.event_wrap_en .list_right .ev_text_event .small_squire {
  right: 3px;
  left: inherit;
}
.event_wrap_en .list .small_line,
.event_wrap_en .list_left .ev_text_event .samll_line {
  display: inline-block;
  position: absolute;
  height: 1px;
  overflow: hidden;
  border-top: 1px solid #000;
  top: 19px;
  left: 24px;
  width: 13%;
}
.event_wrap_en .list_left .ev_text_odd .small_line,
.event_wrap_en .list_right .ev_text_event .small_line {
  right: 23px;
  left: initial;
}
.event_wrap_jp .list_right .small_squire,
.event_wrap_jp .list_left .ev_text_event .small_squire {
  left: 4px;
}
.event_wrap_jp .list_left .small_squire,
.event_wrap_jp .list_right .ev_text_event .small_squire {
  right: 3px;
  left: inherit;
}
.event_wrap_jp .list .small_line,
.event_wrap_jp .list_left .ev_text_event .samll_line {
  display: inline-block;
  position: absolute;
  height: 1px;
  overflow: hidden;
  border-top: 1px solid #000;
  top: 19px;
  left: 24px;
  width: 13%;
}
.event_wrap_jp .list_left .ev_text_odd .small_line,
.event_wrap_jp .list_right .ev_text_event .small_line {
  right: 23px;
  left: initial;
}
.ev_text h3 {
  font-size: 18px;
  padding-left: 20%;
  width: 80%;
}
.ev_text p {
  line-height: 20px;
  padding-left: 20%;
  width: 80%;
  height: 60px;
  overflow: hidden;
}
.list_right .ev_text_event h3,
.list_right .ev_text_event p,
.list_left .ev_text_odd h3,
.list_left .ev_text_odd p {
  padding-left: inherit;
}
.relativeDiv {
  position: relative;
}
.absoluteDiv {
  position: absolute;
}
.flexDiv {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.absoluteFill {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.percentFill {
  width: 100%;
  height: 100%;
}
.flexCenterSelf {
  justify-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.parent {
  width: 100%;
  height: 33vw;
}
.decorateParent {
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
}
.imgParent {
  right: 0;
  /* left: 0;
  bottom: 0; */
  top: 0;
  width: 50%;
}
.decorate1 {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #00a0e9;
}
.decorate2 {
  right: 0;
  top: 0;
  width: 75%;
  height: 90%;
  background-color: #dbe8eb;
}
.decorate3 {
  left: 0;
  bottom: 0;
  width: 40%;
  background-color: #ddb1f7;
}
.decorateText {
  left: 0;
  right: 0;
  top: 0;
  width: 50%;
  height: 70%;
  background-color: #cf81fc;
}
.lrmargin20per {
  margin: 0 20% 0 20%;
}
.marginAuto {
  margin: auto;
}
.describeDiv {
  width: 60%;
}
.videoFill {
  width: 100%;
  height: 100% !important;
  margin-bottom: 0;
  /* object-fit:fill; */
}
@media (max-width: 1252px) {
  .clfix2 {
    -webkit-transform: translateY(-25px);
         -o-transform: translateY(-25px);
            transform: translateY(-25px);
  }
}
li,ul{padding:0;margin:0}*{-moz-box-sizing:border-box;box-sizing:border-box}.video-box{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;font-size:0;z-index:99999999999}.video-box button{display:inline-block;padding:0;border:0 none;background:none;text-align:center;outline:none;cursor:pointer}.video-box .video-button{display:inline-block;width:36px;height:36px;color:#fff;position:relative;overflow:hidden}.video-box .video-button i{font-size:56px}.video-box .video-button.video-btn-volume i,.video-box .video-button.video-tooltip-toggle i{font-size:20px}.video-box .video-video{position:relative;width:100%;height:100%;overflow:hidden}.video-box .video-video video{position:relative;display:block;top:0;left:0;width:100%;height:100%;background:#000}.video-box .video-container{width:852px;min-height:550px;max-height:90vh;background:#000;overflow:hidden;opacity:0}.video-box .video-container.video-ready{opacity:1}.video-box.quanping .video-container{width:100%;height:100%;max-height:100%;position:relative;left:0;top:0;-webkit-transform:none;-o-transform:none;transform:none}.video-box.video-playing .video-div.video-hide-ui .video-ui{-webkit-transform:translateY(39px);-o-transform:translateY(39px);transform:translateY(39px)}.video-box.heibian .video-container{padding:40px 0}.video-box.heibian .video-div.video-hide-ui .video-ui{-webkit-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.video-box.heibian.quanping .video-container{padding:0}.video-box.hideui .video-div .video-ui{-webkit-transform:translateY(39px);-o-transform:translateY(39px);transform:translateY(39px)}.video-box .i{font-family:none;height:100%;width:100%;background-size:80%;background-position:50%;background-repeat:no-repeat}.video-box .i:before,.video-box i:after{display:none!important}.video-box .i-voice-on{background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M2%2C10L2%2C20L5%2C20L13%2C25L13%2C5L5%2C10L5%2C10Z'%2F%3E%3Cpath%20d%3D'M18%2C10C%2022%2C12%2022%2C18%2018%2C20'%20%2F%3E%3Cpath%20d%3D'M22%2C6C%2028%2C10%2028%2C20%2022%2C24'%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.video-box .i-voice-off{background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M2%2C10L2%2C20L5%2C20L13%2C25L13%2C5L5%2C10L5%2C10Z'%2F%3E%3Cpath%20d%3D'M18%2C11L27%2C20'%20%2F%3E%3Cpath%20d%3D'M18%2C20L27%2C11'%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.video-box .i-bofang{background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M10%2C7L10%2C23L24%2C15z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.video-box .i-zhanting{background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M7%2C7L7%2C23L11%2C23L11%2C7z'%2F%3E%3Cpath%20d%3D'M20%2C7L20%2C23L24%2C23L24%2C7z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.video-box .i-quanping{background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M6%2C10L6%2C6L10%2C6'%2F%3E%3Cpath%20d%3D'M6%2C21L6%2C25L10%2C25'%2F%3E%3Cpath%20d%3D'M20%2C6L24%2C6L24%2C10'%2F%3E%3Cpath%20d%3D'M20%2C25L24%2C25L24%2C21'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.video-box .i-suoxiao{background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M6%2C10L10%2C10L10%2C6'%2F%3E%3Cpath%20d%3D'M6%2C21L10%2C21L10%2C25'%2F%3E%3Cpath%20d%3D'M20%2C6L20%2C10L24%2C10'%2F%3E%3Cpath%20d%3D'M20%2C25L20%2C21L24%2C21'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.video-bg{opacity:.9}.video-bg,.video-div{position:absolute;height:100%;width:100%;background:#000}.video-div{font-size:0;letter-spacing:-1px;top:0;left:0}.video-ui{position:absolute;width:100%;height:41px;background-color:rgba(0,0,0,.8);left:0;bottom:0;z-index:6;letter-spacing:.25px;-webkit-transition:transform .3s ease;-o-transition:transform .3s ease;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease,-o-transform .3s ease;-webkit-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.video-loading-pulse{position:absolute;width:6px;height:24px;top:50%;left:50%;background-color:hsla(0,0%,100%,.2);-webkit-animation:pulse .75s infinite;-o-animation:pulse .75s infinite;animation:pulse .75s infinite;-webkit-animation-delay:.25s;-o-animation-delay:.25s;animation-delay:.25s}.video-loading-pulse:after,.video-loading-pulse:before{content:"";position:absolute;display:block;height:16px;width:6px;background:hsla(0,0%,100%,.2);top:50%;-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-animation:pulse .75s infinite;-o-animation:pulse .75s infinite;animation:pulse .75s infinite}.video-loading-pulse:before{left:-12px}.video-loading-pulse:after{left:12px;-webkit-animation-delay:.5s;-o-animation-delay:.5s;animation-delay:.5s}@-webkit-keyframes pulse{50%{background:#fff}}@-o-keyframes pulse{50%{background:#fff}}@keyframes pulse{50%{background:#fff}}.video-loading{opacity:1;color:#2c97f6;font-size:0;overflow:hidden;box-shadow:0 0 0 3600px #000;background:#000;width:30px;height:30px;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.video-loading i{border-radius:50%;width:24px;height:24px;display:block;border:.25rem solid hsla(0,0%,100%,.2);border-top-color:#fff;-webkit-animation:adeg 1s infinite linear;-o-animation:adeg 1s infinite linear;animation:adeg 1s infinite linear}.video-loading .i-loading:before{display:none;opacity:0;visibility:hidden}.video-loading.yihuanchun{opacity:0}@-webkit-keyframes adeg{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-o-keyframes adeg{0%{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);-o-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes adeg{0%{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);-o-transform:rotate(1turn);transform:rotate(1turn)}}.video-close{position:absolute;top:calc(52px + 2%);right:5%;width:30px;height:30px;cursor:pointer;background:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%3E%3Cpath%20d%3D'M0%2C1L1%2C0L30%2C29L29%2C30z'%2F%3E%3Cpath%20d%3D'M29%2C0L29%2C0L30%2C1L1%2C30L0%2C29z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-repeat:no-repeat}.video-bofang.f-czspjuzhong{z-index:2;font-size:0}.video-bofang.f-czspjuzhong i{display:block;border-radius:50%;text-align:center;background-color:rgba(0,0,0,.8);color:#fff;width:60px;height:60px;cursor:pointer;line-height:62px;font-size:66px;-webkit-transition:transform 1s;-o-transition:transform 1s;-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;-o-transition:-o-transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s,-o-transform 1s}.video-hide{z-index:0!important}.video-hide i{opacity:0;-webkit-transform:scale(3);-o-transform:scale(3);transform:scale(3);will-change:transform,opacity;z-index:0}.video-progress{display:block;position:absolute;width:100%;bottom:36px;height:5px;cursor:pointer;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;z-index:2}.video-progress:hover .video-progress-hover,.video-progress:hover .video-tooltip-time{opacity:1}.video-tooltip-time{width:46px;position:absolute;height:20px;z-index:5;left:0;right:0;bottom:8px;opacity:0;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.video-tooltip-time .video-tinytip-content{margin-left:-23px}.video-tooltip-time .video-text{background:rgba(0,0,0,.5);padding:2px;border-radius:2px}.video-tinytip .video-tooltip-content{display:inline-block;padding:0 4px;color:hsla(0,0%,100%,.5);font-size:10px;line-height:20px;text-align:center}.video-progress-padding{position:absolute;width:100%;height:16px;bottom:0;z-index:40;cursor:pointer}.video-progress-list{position:relative;top:-1px;z-index:39;width:100%;height:100%;background-color:hsla(0,0%,100%,.2);-webkit-transform:scaleY(.6);-o-transform:scaleY(.6);transform:scaleY(.6);transition:-webkit-transform .1s cubic-bezier(.4,0,1,1);-webkit-transition:-webkit-transform .1s cubic-bezier(.4,0,1,1);-o-transition:-o-transform .1s cubic-bezier(.4,0,1,1);transition:transform .1s cubic-bezier(.4,0,1,1);transition:transform .1s cubic-bezier(.4,0,1,1),-webkit-transform .1s cubic-bezier(.4,0,1,1),-o-transform .1s cubic-bezier(.4,0,1,1);transition:transform .1s cubic-bezier(.4,0,1,1),-webkit-transform .1s cubic-bezier(.4,0,1,1)}.video-progress-buffer,.video-progress-hover,.video-progress-play{position:absolute;top:0;left:0;width:0;height:100%}.video-progress-buffer{z-index:33;background-color:hsla(0,0%,100%,.4);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.video-progress-hover{z-index:34;background-color:hsla(0,0%,100%,.5);opacity:0;-webkit-transition:opacity .25s cubic-bezier(0,0,.2,1);-o-transition:opacity .25s cubic-bezier(0,0,.2,1);transition:opacity .25s cubic-bezier(0,0,.2,1)}.video-progress-play{z-index:35;background-color:#2c97f6}.video-progress-handle{width:13px;height:13px;position:absolute;top:50%;right:-6.5px;margin-top:-6.5px;border-radius:50%;background-color:#2c97f6;-webkit-transform:scale(0);-o-transform:scale(0);transform:scale(0);transition:-webkit-transform .1s cubic-bezier(.4,0,1,1);-webkit-transition:-webkit-transform .1s cubic-bezier(.4,0,1,1);-o-transition:-o-transform .1s cubic-bezier(.4,0,1,1);transition:transform .1s cubic-bezier(.4,0,1,1);transition:transform .1s cubic-bezier(.4,0,1,1),-webkit-transform .1s cubic-bezier(.4,0,1,1),-o-transform .1s cubic-bezier(.4,0,1,1);transition:transform .1s cubic-bezier(.4,0,1,1),-webkit-transform .1s cubic-bezier(.4,0,1,1)}.video-progress-padding:hover+.video-progress-list{-webkit-transform:scaleY(1);-o-transform:scaleY(1);transform:scaleY(1)}.video-progress-padding:hover+.video-progress-list .video-progress-handle{-webkit-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.video-controls-buttons{position:absolute;bottom:0;left:0;height:36px;width:100%;padding:0 10px;z-index:3}.video-time-panel{font-size:12px;color:#777;display:inline-block;vertical-align:top;height:36px;padding:0 5px;line-height:36px;letter-spacing:.25px}.video-time-panel-current{color:#dededf}.video-fullscreen{float:right}.video-definition{float:right;width:55px;height:36px;position:relative}.video-definition .video-button{width:100%}.video-definition .video-button span{background:#fff;color:#333;font-size:14px;padding:2px 5px}.video-definition .video-tooltip-content{width:80px;left:50%;margin-left:-40px;display:none;background:rgba(0,0,0,.5)}.video-definition:hover .video-tooltip-content{position:absolute;bottom:35px;color:#aaa;display:block;z-index:6}.video-menu .video-menu-item{display:block;width:100%;line-height:36px;font-size:14px;text-align:center;white-space:nowrap;padding:0 12px;cursor:pointer;position:relative;height:38px;background:-webkit-linear-gradient(top,transparent,transparent 50%,hsla(0,0%,100%,.1) 0) bottom no-repeat;background-size:80% 1px}.video-menu .video-menu-item:hover{color:#fff;background:hsla(0,0%,100%,.12)}.video-menu .video-menu-item.video-active{color:#ff8f00}.video-volume{float:right;position:relative}.video-popup .video-popup-content{-webkit-transform:scaleY(0);-o-transform:scaleY(0);transform:scaleY(0);bottom:41px;position:absolute}.video-popup .video-popup-content:after{content:"";position:absolute;bottom:-10px;left:50%;margin-left:-5px;border:5px solid transparent;border-top-color:rgba(0,0,0,.5)}.video-popup:hover .video-popup-content{-webkit-transform:scaleY(1);-o-transform:scaleY(1);transform:scaleY(1)}.video-volume-slider{left:0;width:36px;height:100px;cursor:pointer;background:rgba(0,0,0,.8)}.video-tinytip-tiao{position:absolute;top:0;left:0;width:100%;height:100%}.video-volume-range{position:absolute;left:16px;top:10px;width:4px;height:80px;background-color:rgba(0,0,0,.2)}.video-volume-range-current{position:absolute;left:0;bottom:0;width:100%;height:50%;background-color:#2c97f6}.video-volume-handle{position:absolute;top:0;left:-4px;width:12px;height:3px;background-color:#fff}@media (max-width:998px){.video-box .video-container{width:80vw;max-height:80vh;min-height:44.9vw}}@media (max-width:468px){.video-box .video-container{width:100vw;min-height:54.9vw}.video-loading i{font-size:26px}.video-definition{display:none}}.f-czspjuzhong{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}ul,
li {
  padding: 0;
  margin: 0;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
 *  视频播放器
 * */
.video-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 99999999999;
}
.video-box button {
  display: inline-block;
  padding: 0;
  border: 0 none;
  background: none;
  text-align: center;
  outline: none;
  cursor: pointer;
}
.video-box .video-button {
  display: inline-block;
  width: 36px;
  height: 36px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.video-box .video-button i {
  font-size: 56px;
}
.video-box .video-button.video-btn-volume i {
  font-size: 20px;
}
.video-box .video-button.video-tooltip-toggle i {
  font-size: 20px;
}
.video-box .video-video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-box .video-video video {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.video-box .video-container {
  width: 852px;
  min-height: 550px;
  max-height: 90vh;
  background: #000000;
  overflow: hidden;
  opacity: 0;
}
.video-box .video-container.video-ready {
  opacity: 1;
}
.video-box.quanping .video-container {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}
.video-box.video-playing .video-div.video-hide-ui .video-ui {
  -webkit-transform: translateY(39px);
  -o-transform: translateY(39px);
     transform: translateY(39px);
}
.video-box.heibian .video-container {
  padding: 40px 0;
}
.video-box.heibian .video-div.video-hide-ui .video-ui {
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
     transform: translateY(0px);
}
.video-box.heibian.quanping .video-container {
  padding: 0;
}
.video-box.hideui .video-div .video-ui {
  -webkit-transform: translateY(39px);
  -o-transform: translateY(39px);
     transform: translateY(39px);
}
.video-box .i {
  font-family: none;
  height: 100%;
  width: 100%;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.video-box .i:before,
.video-box i:after {
  display: none !important;
}
.video-box .i-voice-on {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M2%2C10L2%2C20L5%2C20L13%2C25L13%2C5L5%2C10L5%2C10Z'%2F%3E%3Cpath%20d%3D'M18%2C10C%2022%2C12%2022%2C18%2018%2C20'%20%2F%3E%3Cpath%20d%3D'M22%2C6C%2028%2C10%2028%2C20%2022%2C24'%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-box .i-voice-off {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M2%2C10L2%2C20L5%2C20L13%2C25L13%2C5L5%2C10L5%2C10Z'%2F%3E%3Cpath%20d%3D'M18%2C11L27%2C20'%20%2F%3E%3Cpath%20d%3D'M18%2C20L27%2C11'%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-box .i-bofang {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M10%2C7L10%2C23L24%2C15z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-box .i-zhanting {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M7%2C7L7%2C23L11%2C23L11%2C7z'%2F%3E%3Cpath%20d%3D'M20%2C7L20%2C23L24%2C23L24%2C7z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-box .i-quanping {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M6%2C10L6%2C6L10%2C6'%2F%3E%3Cpath%20d%3D'M6%2C21L6%2C25L10%2C25'%2F%3E%3Cpath%20d%3D'M20%2C6L24%2C6L24%2C10'%2F%3E%3Cpath%20d%3D'M20%2C25L24%2C25L24%2C21'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-box .i-suoxiao {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M6%2C10L10%2C10L10%2C6'%2F%3E%3Cpath%20d%3D'M6%2C21L10%2C21L10%2C25'%2F%3E%3Cpath%20d%3D'M20%2C6L20%2C10L24%2C10'%2F%3E%3Cpath%20d%3D'M20%2C25L20%2C21L24%2C21'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.9;
}
.video-div {
  background: #000;
  font-size: 0;
  letter-spacing: -1px;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.video-ui {
  position: absolute;
  width: 100%;
  height: 41px;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  bottom: 0;
  z-index: 6;
  letter-spacing: 0.25px;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.video-loading-pulse {
  position: absolute;
  width: 6px;
  height: 24px;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-animation: pulse 750ms infinite;
  -o-animation: pulse 750ms infinite;
     animation: pulse 750ms infinite;
  -webkit-animation-delay: 250ms;
  -o-animation-delay: 250ms;
     animation-delay: 250ms;
}
.video-loading-pulse:before,
.video-loading-pulse:after {
  content: '';
  position: absolute;
  display: block;
  height: 16px;
  width: 6px;
  background: rgba(255, 255, 255, 0.2);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  -webkit-animation: pulse 750ms infinite;
  -o-animation: pulse 750ms infinite;
     animation: pulse 750ms infinite;
}
.video-loading-pulse:before {
  left: -12px;
}
.video-loading-pulse:after {
  left: 12px;
  -webkit-animation-delay: 500ms;
  -o-animation-delay: 500ms;
     animation-delay: 500ms;
}
@-webkit-keyframes pulse {
  50% {
    background: white;
  }
}
@-o-keyframes pulse {
  50% {
    background: white;
  }
}
@keyframes pulse {
  50% {
    background: white;
  }
}
.video-loading {
  opacity: 1;
  color: #2c97f6;
  font-size: 0;
  overflow: hidden;
  box-shadow: 0px 0px 0px 3600px #000;
  background: #000;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.video-loading i {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: block;
  border: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-top-color: white;
  -webkit-animation: adeg 1s infinite linear;
  -o-animation: adeg 1s infinite linear;
  animation: adeg 1s infinite linear;
}
.video-loading .i-loading:before {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.video-loading.yihuanchun {
  opacity: 0;
}
@-webkit-keyframes adeg {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes adeg {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes adeg {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
.video-close {
  position: absolute;
  top: calc(52px + 2%);
  right: 5%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%3E%3Cpath%20d%3D'M0%2C1L1%2C0L30%2C29L29%2C30z'%2F%3E%3Cpath%20d%3D'M29%2C0L29%2C0L30%2C1L1%2C30L0%2C29z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.video-bofang.f-czspjuzhong {
  z-index: 2;
  font-size: 0;
}
.video-bofang.f-czspjuzhong i {
  display: block;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 60px;
  height: 60px;
  cursor: pointer;
  line-height: 62px;
  font-size: 66px;
  -webkit-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s, -o-transform 1s;
}
.video-hide {
  z-index: 0 !important;
}
.video-hide i {
  opacity: 0;
  -webkit-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
  will-change: transform, opacity;
  z-index: 0;
}
.video-progress {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 36px;
  height: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.video-progress:hover .video-progress-hover,
.video-progress:hover .video-tooltip-time {
  opacity: 1;
}
.video-tooltip-time {
  width: 46px;
  position: absolute;
  height: 20px;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.video-tooltip-time .video-tinytip-content {
  margin-left: -23px;
}
.video-tooltip-time .video-text {
  background: rgba(0, 0, 0, 0.5);
  padding: 2px;
  border-radius: 2px;
}
.video-tinytip .video-tooltip-content {
  display: inline-block;
  padding: 0 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  line-height: 20px;
  text-align: center;
}
.video-progress-padding {
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  z-index: 40;
  cursor: pointer;
}
.video-progress-list {
  position: relative;
  top: -1px;
  z-index: 39;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: scaleY(0.6);
  -o-transform: scaleY(0.6);
     transform: scaleY(0.6);
  transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: -o-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1), -o-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
}
.video-progress-play,
.video-progress-buffer,
.video-progress-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}
.video-progress-buffer {
  z-index: 33;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-progress-hover {
  z-index: 34;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.video-progress-play {
  z-index: 35;
  background-color: #2c97f6;
}
.video-progress-handle {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: -6.5px;
  margin-top: -6.5px;
  border-radius: 50%;
  background-color: #2c97f6;
  -webkit-transform: scale(0);
  -o-transform: scale(0);
     transform: scale(0);
  transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: -o-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1), -o-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
}
.video-progress-padding:hover + .video-progress-list {
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
     transform: scaleY(1);
}
.video-progress-padding:hover + .video-progress-list .video-progress-handle {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
     transform: scale(1);
}
.video-controls-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 36px;
  width: 100%;
  padding: 0 10px;
  z-index: 3;
}
.video-time-panel {
  font-size: 12px;
  color: #777;
  display: inline-block;
  vertical-align: top;
  height: 36px;
  padding: 0 5px;
  line-height: 36px;
  letter-spacing: 0.25px;
}
.video-time-panel-current {
  color: #DEDEDF;
}
.video-fullscreen {
  float: right;
}
.video-definition {
  float: right;
  width: 55px;
  height: 36px;
  position: relative;
}
.video-definition .video-button {
  width: 100%;
}
.video-definition .video-button span {
  background: #fff;
  color: #333;
  font-size: 14px;
  padding: 2px 5px;
}
.video-definition .video-tooltip-content {
  width: 80px;
  left: 50%;
  margin-left: -40px;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.video-definition:hover .video-tooltip-content {
  position: absolute;
  bottom: 35px;
  color: #aaa;
  display: block;
  z-index: 6;
}
.video-menu .video-menu-item {
  display: block;
  width: 100%;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  padding: 0 12px;
  cursor: pointer;
  position: relative;
  height: 38px;
  background: -webkit-linear-gradient(top, transparent 0, transparent 50%, rgba(255, 255, 255, 0.1) 50%) center bottom no-repeat;
  background-size: 80% 1px;
}
.video-menu .video-menu-item:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}
.video-menu .video-menu-item.video-active {
  color: #FF8F00;
}
.video-volume {
  float: right;
  position: relative;
}
.video-popup .video-popup-content {
  -webkit-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  bottom: 41px;
  position: absolute;
}
.video-popup .video-popup-content:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.5);
}
.video-popup:hover .video-popup-content {
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.video-volume-slider {
  left: 0;
  width: 36px;
  height: 100px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
}
.video-tinytip-tiao {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-volume-range {
  position: absolute;
  left: 16px;
  top: 10px;
  width: 4px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.2);
}
.video-volume-range-current {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #2c97f6;
}
.video-volume-handle {
  position: absolute;
  top: 0;
  left: -4px;
  width: 12px;
  height: 3px;
  background-color: #fff;
}
@media (max-width: 998px) {
  .video-box .video-container {
    width: 80vw;
    max-height: 80vh;
    min-height: 44.9vw;
  }
}
@media (max-width: 468px) {
  .video-box .video-container {
    width: 100vw;
    min-height: 54.9vw;
  }
  .video-loading i {
    font-size: 26px;
  }
  .video-definition {
    display: none;
  }
}
/*
 * 视频结尾
 * */
.f-czspjuzhong {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable tfoot th,table.dataTable thead th{font-weight:700}table.dataTable thead td,table.dataTable thead th{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead td:active,table.dataTable thead th:active{outline:none}table.dataTable tfoot td,table.dataTable tfoot th{padding:10px 18px 6px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc{cursor:pointer;*cursor:hand}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_desc_disabled{background-repeat:no-repeat;background-position:100%}table.dataTable thead .sorting{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7XQMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC)}table.dataTable thead .sorting_asc{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==)}table.dataTable thead .sorting_desc{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=)}table.dataTable thead .sorting_asc_disabled{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAW0lEQVQoz2NgoCm4w3Vnwh02wspK7/y6k01Ikdadx3f+37l9RxmfIsY7c4GKQHDiHUbcyhzvvIMq+3THBpci3jv7oIpAcMcdduzKEu/8vPMdDn/eiWQYBYMKAAC3ykIEuYQJUgAAAABJRU5ErkJggg==)}table.dataTable thead .sorting_desc_disabled{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAWUlEQVQoz2NgGAWDCtyJvPPzznc4/HknEbsy9js77vyHw313eHGZZ3PnE1TRuzuOuK1lvDMRqmzuHUZ87lO+cxuo6PEdLUIeyb7z604pYf+y3Zlwh4u2YQoAc7ZCBHH4jigAAAAASUVORK5CYII=)}table.dataTable tbody tr{background-color:#fff}table.dataTable tbody tr.selected{background-color:#b0bed9}table.dataTable tbody td,table.dataTable tbody th{padding:8px 10px}table.dataTable.display tbody td,table.dataTable.display tbody th,table.dataTable.row-border tbody td,table.dataTable.row-border tbody th{border-top:1px solid #ddd}table.dataTable.display tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.row-border tbody tr:first-child th{border-top:none}table.dataTable.cell-border tbody td,table.dataTable.cell-border tbody th{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr td:first-child,table.dataTable.cell-border tbody tr th:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child td,table.dataTable.cell-border tbody tr:first-child th{border-top:none}table.dataTable.display tbody tr.odd,table.dataTable.stripe tbody tr.odd{background-color:#f9f9f9}table.dataTable.display tbody tr.odd.selected,table.dataTable.stripe tbody tr.odd.selected{background-color:#acbad4}table.dataTable.display tbody tr:hover,table.dataTable.hover tbody tr:hover{background-color:#f6f6f6}table.dataTable.display tbody tr:hover.selected,table.dataTable.hover tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3,table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3,table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:#f5f5f5}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap td,table.dataTable.nowrap th{white-space:nowrap}table.dataTable.compact thead td,table.dataTable.compact thead th{padding:4px 17px 4px 4px}table.dataTable.compact tbody td,table.dataTable.compact tbody th,table.dataTable.compact tfoot td,table.dataTable.compact tfoot th{padding:4px}table.dataTable td.dt-left,table.dataTable th.dt-left{text-align:left}table.dataTable td.dataTables_empty,table.dataTable td.dt-center,table.dataTable th.dt-center{text-align:center}table.dataTable td.dt-right,table.dataTable th.dt-right{text-align:right}table.dataTable td.dt-justify,table.dataTable th.dt-justify{text-align:justify}table.dataTable td.dt-nowrap,table.dataTable th.dt-nowrap{white-space:nowrap}table.dataTable tfoot td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable thead th.dt-head-left{text-align:left}table.dataTable tfoot td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable thead th.dt-head-center{text-align:center}table.dataTable tfoot td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable thead th.dt-head-right{text-align:right}table.dataTable tfoot td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable thead th.dt-head-justify{text-align:justify}table.dataTable tfoot td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable thead th.dt-head-nowrap{white-space:nowrap}table.dataTable tbody td.dt-body-left,table.dataTable tbody th.dt-body-left{text-align:left}table.dataTable tbody td.dt-body-center,table.dataTable tbody th.dt-body-center{text-align:center}table.dataTable tbody td.dt-body-right,table.dataTable tbody th.dt-body-right{text-align:right}table.dataTable tbody td.dt-body-justify,table.dataTable tbody th.dt-body-justify{text-align:justify}table.dataTable tbody td.dt-body-nowrap,table.dataTable tbody th.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable td,table.dataTable th{-moz-box-sizing:content-box;box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block;min-width:1.5em;padding:.5em 1em;margin-left:2px;text-align:center;text-decoration:none!important;cursor:pointer;*cursor:hand;color:#333!important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333!important;border:1px solid #979797;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#dcdcdc));background:-webkit-linear-gradient(top,#fff,#dcdcdc);background:-o-linear-gradient(top,#fff 0,#dcdcdc 100%);background:linear-gradient(180deg,#fff 0,#dcdcdc)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{cursor:default;color:#666!important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:#fff!important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#585858),color-stop(100%,#111));background:-webkit-linear-gradient(top,#585858,#111);background:-o-linear-gradient(top,#585858 0,#111 100%);background:linear-gradient(180deg,#585858 0,#111)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#2b2b2b),color-stop(100%,#0c0c0c));background:-webkit-linear-gradient(top,#2b2b2b,#0c0c0c);background:-o-linear-gradient(top,#2b2b2b 0,#0c0c0c 100%);background:linear-gradient(180deg,#2b2b2b 0,#0c0c0c);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:#fff;background:-webkit-gradient(linear,left top,right top,color-stop(0,hsla(0,0%,100%,0)),color-stop(25%,hsla(0,0%,100%,.9)),color-stop(75%,hsla(0,0%,100%,.9)),color-stop(100%,hsla(0,0%,100%,0)));background:-webkit-linear-gradient(left,hsla(0,0%,100%,0),hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0));background:-o-linear-gradient(left,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0) 100%);background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0))}.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_paginate,.dataTables_wrapper .dataTables_processing{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing{height:0;overflow:hidden;margin:0!important;padding:0!important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollBody table,.dataTables_wrapper.no-footer div.dataTables_scrollHead table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width:767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:.5em}}@media screen and (max-width:640px){.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_length{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:.5em}}