@import url(common/tiltedpage-scroll.jpg.css);
.clear {
  content: '';
  visibility: hidden;
  display: block;
  clear: both;}
.transi {
  -webkit-transition: all .3s;
  transition: all .3s;}
.index {
  min-height: 100vh;}
.index .container .logo {
  display: none;
  position: fixed;
  top: 1.5rem;
  left: 2.2rem;
  z-index: 999;
  cursor: pointer;}
.index .container .logo img {
  width: 1rem;
  opacity: 0.8;}
.index .container .logo:hover img {
  opacity: 1;}
.index .container #stage {
  position: absolute;
  top: 4rem;
  left: 4rem;
  width: 18rem !important;
  height: 18rem !important;
  z-index: 1;}
.index .container .title-container {
  position: absolute;
  top: 72.5vh;
  right: 4.3rem;
  z-index: 1;}
.index .container .title-container p {
  color: #fff;}
.index .container .title-container p:nth-of-type(1) {
  font-weight: 500;
  font-size: 0.65rem;
  letter-spacing: 1px;}
.index .container .title-container p:nth-of-type(2) {
  margin-top: 0.2rem;
  font-weight: 600;
  font-size: 1.65rem;
  letter-spacing: 2px;}
.index .container .img-c {
  overflow: hidden;}
.index .container .img {
  display: block;
  width: 100%;
  height: 101%;
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .container .glass-box {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;}
.index .container .glass-box .glass {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(0);
          filter: blur(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;}
.index .container .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;}
.index .container .mask::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;}
.index .container .mask .classify {
  z-index: 1;
  color: #fff;
  font-size: 0.6rem;
  letter-spacing: 28px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-writing-mode: tb-lr;
          writing-mode: tb-lr;
  position: absolute;
  top: 0.7rem;
  left: 0.9rem;}
.index .container .mask .title {
  z-index: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2rem 0 0rem 0;
  max-height: 90%;
  color: #fff;
  font-size: 0.6rem;
  line-height: 2rem;
  letter-spacing: 28px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-writing-mode: tb-lr;
          writing-mode: tb-lr;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);}
.index .container .img-1 {
  display: block;
  width: 100%;
  height: 100vh;}
.index .container .img-2 {
  display: block;
  width: 100%;
  height: 100%;}
.index .container .box-1 {
  float: right;
  width: 42rem;
  height: 24rem;
  overflow: hidden;}
.index .container .box-1 .left {
  width: 41.67%;
  float: left;
  height: 100%;}
.index .container .box-1 .left .top {
  width: 100%;
  height: 10.25rem;
  position: relative;}
.index .container .box-1 .left .top .img {
  height: auto;
  min-height: 100%;}
.index .container .box-1 .left .top:hover .glass-box .glass {
  -webkit-filter: blur(4px);
          filter: blur(4px);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);}
.index .container .box-1 .left .top:hover .mask {
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .container .box-1 .left .top:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .container .box-1 .left .bottom {
  width: 100%;
  height: 13.75rem;}
.index .container .box-1 .left .bottom .b-left {
  width: 20%;
  height: 100%;
  float: left;
  padding: 1rem 0.75rem;
  font-weight: 300;}
.index .container .box-1 .left .bottom .b-left span:nth-of-type(1) {
  color: #ddd;
  font-size: 1.75rem;
  line-height: 2rem;}
.index .container .box-1 .left .bottom .b-left span:nth-of-type(2) {
  display: block;
  color: #bbb;
  font-size: 0.7rem;
  letter-spacing: 3px;
  margin-top: 1.2rem;
  margin-right: 0.3rem;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);}
.index .container .box-1 .left .bottom .b-right {
  width: 80%;
  height: 100%;
  float: right;
  position: relative;}
.index .container .box-1 .left .bottom .b-right .img {
  width: auto;
  min-width: 100%;}
.index .container .box-1 .left .bottom .b-right:hover .glass-box .glass {
  -webkit-filter: blur(4px);
          filter: blur(4px);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);}
.index .container .box-1 .left .bottom .b-right:hover .mask {
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .container .box-1 .left .bottom .b-right:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .container .box-1 .right {
  width: 58.33%;
  float: right;
  height: 100%;}
.index .container .box-1 .right .top {
  width: 100%;
  height: 20.5rem;
  position: relative;}
.index .container .box-1 .right .top .img {
  width: auto;
  min-width: 100%;}
.index .container .box-1 .right .top:hover .glass-box .glass {
  -webkit-filter: blur(4px);
          filter: blur(4px);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);}
.index .container .box-1 .right .top:hover .mask {
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .container .box-1 .right .top:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .container .box-1 .right .bottom {
  width: 100%;
  height: 3.5rem;
  background: #fff;
  line-height: 3.5rem;
  letter-spacing: 2px;
  color: #1d1d1d;
  font-weight: 300;
  padding-left: 1.15rem;}
.index .container .box-1 .right .bottom span:nth-of-type(1) {
  font-size: 1.75rem;
  letter-spacing: 3px;}
.index .container .box-1 .right .bottom span:nth-of-type(2) {
  font-size: 0.6rem;}
.index .container .box-2 {
  float: right;
  width: 42rem;
  height: 13.6rem;}
.index .container .box-2 .img-c {
  float: left;
  height: 100%;
  position: relative;}
.index .container .box-2 .img-c .img {
  width: auto;
  min-width: 100%;}
.index .container .box-2 .img-c:hover .glass-box .glass {
  -webkit-filter: blur(4px);
          filter: blur(4px);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);}
.index .container .box-2 .img-c:hover .mask {
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .container .box-2 .img-c:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .container .box-2 .img-c:nth-child(1) {
  width: 41.67%;}
.index .container .box-2 .img-c:nth-child(2) {
  width: 33.33%;}
.index .container .box-2 .img-c:nth-child(3) {
  width: 25%;}
.index .container .box-3 {
  float: right;
  width: 42rem;
  height: 24rem;
  overflow: hidden;}
.index .container .box-3 .left {
  width: 58.33%;
  float: left;
  height: 100%;}
.index .container .box-3 .left .top {
  width: 100%;
  height: 20.5rem;
  position: relative;}
.index .container .box-3 .left .top .img {
  width: auto;
  height: auto;
  min-width: 100%;}
.index .container .box-3 .left .top:hover .glass-box .glass {
  -webkit-filter: blur(4px);
          filter: blur(4px);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);}
.index .container .box-3 .left .top:hover .mask {
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .container .box-3 .left .top:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .container .box-3 .left .bottom {
  width: 100%;
  height: 3.5rem;
  background: #fff;
  line-height: 3.5rem;
  letter-spacing: 2px;
  color: #1d1d1d;
  font-weight: 300;
  padding-left: 1.15rem;}
.index .container .box-3 .left .bottom span:nth-of-type(1) {
  font-size: 1.75rem;
  letter-spacing: 3px;}
.index .container .box-3 .left .bottom span:nth-of-type(2) {
  font-size: 0.6rem;}
.index .container .box-3 .right {
  width: 41.67%;
  float: right;
  height: 100%;}
.index .container .box-3 .right .top {
  width: 100%;
  height: 10.25;}
.index .container .box-3 .right .top .t-top {
  width: 100%;
  height: 3.5rem;
  background: #fff;
  line-height: 3.5rem;
  letter-spacing: 2px;
  color: #1d1d1d;
  font-weight: 300;
  padding-left: 1.15rem;}
.index .container .box-3 .right .top .t-top span:nth-of-type(1) {
  font-size: 1.75rem;
  letter-spacing: 3px;}
.index .container .box-3 .right .top .t-top span:nth-of-type(2) {
  font-size: 0.6rem;}
.index .container .box-3 .right .top .t-bottom {
  width: 100%;
  height: 6.75rem;
  position: relative;}
.index .container .box-3 .right .top .t-bottom .img {
  height: auto;
  min-height: auto;}
.index .container .box-3 .right .top .t-bottom:hover .glass-box .glass {
  -webkit-filter: blur(4px);
          filter: blur(4px);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);}
.index .container .box-3 .right .top .t-bottom:hover .mask {
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .container .box-3 .right .top .t-bottom:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .container .box-3 .right .bottom {
  width: 100%;
  height: 13.75rem;}
.index .container .box-3 .right .bottom .b-right {
  width: 20%;
  height: 100%;
  float: right;
  padding: 1rem 0.75rem;
  font-weight: 300;}
.index .container .box-3 .right .bottom .b-right span:nth-of-type(1) {
  color: #ddd;
  font-size: 1.75rem;
  line-height: 2rem;}
.index .container .box-3 .right .bottom .b-right span:nth-of-type(2) {
  display: block;
  color: #bbb;
  font-size: 0.7rem;
  letter-spacing: 3px;
  margin-top: 1.2rem;
  margin-right: 0.3rem;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);}
.index .container .box-3 .right .bottom .b-left {
  width: 80%;
  height: 100%;
  float: left;
  position: relative;}
.index .container .box-3 .right .bottom .b-left .img {
  width: auto;
  min-width: 100%;}
.index .container .box-3 .right .bottom .b-left:hover .glass-box .glass {
  -webkit-filter: blur(4px);
          filter: blur(4px);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);}
.index .container .box-3 .right .bottom .b-left:hover .mask {
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .container .box-3 .right .bottom .b-left:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .container .box-4 {
  float: right;
  width: 42rem;
  height: 13.6rem;}
.index .container .box-4 .img-c {
  float: left;
  height: 100%;
  position: relative;}
.index .container .box-4 .img-c .img {
  width: auto;
  min-width: 100%;}
.index .container .box-4 .img-c:hover .glass-box .glass {
  -webkit-filter: blur(4px);
          filter: blur(4px);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);}
.index .container .box-4 .img-c:hover .mask {
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .container .box-4 .img-c:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all .3s;
  transition: all .3s;}
.index .container .box-4 .img-c:nth-child(3) {
  width: 41.67%;}
.index .container .box-4 .img-c:nth-child(2) {
  width: 33.33%;}
.index .container .box-4 .img-c:nth-child(1) {
  width: 25%;}
.index .container .box-5 {
  float: right;
  width: 42rem;
  overflow: hidden;}
.index .container .box-5 .top {
  width: 100%;
  height: 3.5rem;
  background: #fff;
  line-height: 3.5rem;
  letter-spacing: 2px;
  color: #1d1d1d;
  font-weight: 300;
  padding-left: 1.15rem;}
.index .container .box-5 .top span:nth-of-type(1) {
  font-size: 1.75rem;
  letter-spacing: 3px;}
.index .container .box-5 .top span:nth-of-type(2) {
  font-size: 0.6rem;}
.index .container .box-5 .con5-c {
  width: 25%;
  height: 13.6rem;
  float: left;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;}
.index .container .box-5 .con5-c.no {
  width: 20%;}
.index .container .box-5 .con5-c.active {
  width: 40%;}
.index .container .box-5 .img-c {
  width: 100%;
  height: 50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: relative;}
.index .container .box-5 .img-c.active3 {
  height: 25%;}
.index .container .box-5 .img-c.active2 {
  height: 75%;}
.index .container .box-5 .img-c.active2 p {
  opacity: 1;}
.index .container .box-5 .img-c p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;}
.index .container .box-5 .img-c p span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.5rem;
  color: #fff;
  font-size: 0.5rem;
  word-break: break-all;}
@media screen and (max-width: 768px) {
  .index .container .img {
    height: 100%;}
  .index .container .img:hover {
    -webkit-transform: scale(1);
            transform: scale(1);}
  .index .container .maskImg {
    display: none;}
  .index .container .mask::after {
    display: none;}
  .index .container .box-1 {
    height: auto;
    overflow: visible;}
  .index .container .box-1 .left {
    position: relative;
    width: 50%;}
  .index .container .box-1 .left .top {
    height: 11.7rem;}
  .index .container .box-1 .left .top .img {
    width: auto;
    height: 100%;}
  .index .container .box-1 .left .bottom {
    position: absolute;
    top: 23.4rem;
    left: 0;
    width: 200%;
    height: 11.7rem;}
  .index .container .box-1 .left .bottom .b-left {
    width: 10%;
    text-align: center;
    padding: 0.5rem 0.2rem;}
  .index .container .box-1 .left .bottom .b-left span {
    font-weight: 600;}
  .index .container .box-1 .left .bottom .b-left span:nth-of-type(1) {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4rem;}
  .index .container .box-1 .left .bottom .b-left span:nth-of-type(2) {
    font-size: 0.6rem;
    margin-top: 1rem;
    margin-right: 0;
    font-weight: 600;}
  .index .container .box-1 .left .bottom .b-right {
    width: 90%;}
  .index .container .box-1 .left .bottom .b-right .img {
    height: auto;}
  .index .container .box-1 .right {
    width: 50%;}
  .index .container .box-1 .right .top {
    height: 11.7rem;}
  .index .container .box-1 .right .bottom {
    overflow: hidden;
    height: 3.2rem;
    line-height: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;}
  .index .container .box-1 .right .bottom span {
    display: block;
    float: left;
    font-weight: 600;}
  .index .container .box-1 .right .bottom span:nth-of-type(1) {
    font-size: 1.2rem;}
  .index .container .box-1 .right .bottom span:nth-of-type(2) {
    width: 5rem;
    line-height: 0.7rem;
    margin-left: 0.25rem;}
  .index .container .box-2 {
    position: relative;
    height: auto;}
  .index .container .box-2 .img-c:nth-child(1) {
    height: 11.7rem;
    width: 50%;
    margin-top: -3.3rem;}
  .index .container .box-2 .img-c:nth-child(2) {
    width: 50%;
    height: 8.5rem;}
  .index .container .box-2 .img-c:nth-child(3) {
    width: 50%;
    height: 8.5rem;
    position: absolute;
    top: 23.4rem;
    left: 0;}
  .index .container .box-3 {
    height: auto;
    margin-top: 11.7rem;}
  .index .container .box-3 .left {
    width: 50%;}
  .index .container .box-3 .left .top {
    height: 8.5rem;
    margin-top: 11.7rem;}
  .index .container .box-3 .left .bottom {
    overflow: hidden;
    height: 3.2rem;
    line-height: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;}
  .index .container .box-3 .left .bottom span {
    display: block;
    float: left;
    font-weight: 600;}
  .index .container .box-3 .left .bottom span:nth-of-type(2) {
    width: 5rem;
    line-height: 0.7rem;
    margin-left: 0.25rem;
    margin-top: 0.5rem;}
  .index .container .box-3 .right {
    width: 50%;}
  .index .container .box-3 .right .top {
    height: auto;}
  .index .container .box-3 .right .top .t-top {
    overflow: hidden;
    height: 3.2rem;
    line-height: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -100%;}
  .index .container .box-3 .right .top .t-top span {
    display: block;
    float: left;
    font-weight: 600;}
  .index .container .box-3 .right .top .t-top span:nth-of-type(2) {
    width: 5rem;
    line-height: 0.7rem;
    margin-left: 0.25rem;
    margin-top: 0.5rem;}
  .index .container .box-3 .right .top .t-bottom {
    height: 11.7rem;
    margin-top: -3.2rem;}
  .index .container .box-3 .right .bottom {
    height: 11.7rem;}
  .index .container .box-3 .right .bottom .b-right {
    text-align: center;
    padding: 0.5rem 0.2rem;}
  .index .container .box-3 .right .bottom .b-right span {
    font-weight: 600;}
  .index .container .box-3 .right .bottom .b-right span:nth-of-type(1) {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4rem;}
  .index .container .box-3 .right .bottom .b-right span:nth-of-type(2) {
    font-size: 0.6rem;
    margin-top: 1rem;
    margin-right: 0;
    font-weight: 600;}
  .index .container .box-4 .img-c {
    height: 11.7rem;}
  .index .container .box-4 .img-c:nth-child(1) {
    width: 100%;}
  .index .container .box-4 .img-c:nth-child(1) img {
    height: auto;}
  .index .container .box-4 .img-c:nth-child(2) {
    width: 50%;}
  .index .container .box-4 .img-c:nth-child(3) {
    width: 50%;}
  .index .container .box-5 {
    width: 100%;}
  .index .container .box-5 .con5-c {
    width: 100%;
    height: 5rem;}
  .index .container .box-5 .con5-c.no {
    width: 100%;}
  .index .container .box-5 .con5-c.active {
    width: 100%;}
  .index .container .box-5 .con5-c.activePhone {
    height: 10rem;}
  .index .container .box-5 .top {
    overflow: hidden;
    height: 3.2rem;
    line-height: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;}
  .index .container .box-5 .top span {
    display: block;
    float: left;
    font-weight: 600;}
  .index .container .box-5 .top span:nth-of-type(1) {
    font-size: 1.2rem;}
  .index .container .box-5 .top span:nth-of-type(2) {
    width: 8rem;
    line-height: 0.7rem;
    margin-left: 0.25rem;
    margin-top: 0.5rem;}
  .index .container .box-5 .img-c {
    width: 50%;
    height: 100%;
    float: left;
    position: relative;}
  .index .container .box-5 .img-c::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}
  .index .container .box-5 .img-c.activePhone1 {
    width: 72%;}
  .index .container .box-5 .img-c.activePhone1 p {
    opacity: 1;}
  .index .container .box-5 .img-c.activePhone1::after {
    display: none;}
  .index .container .box-5 .img-c.activePhone2 {
    width: 28%;}
  .index .container .box-5 .img-c.active3 {
    height: 100%;}
  .index .container .box-5 .img-c.active2 {
    height: 100%;}
  .index .container .box-5 .img-c.active2 p {
    opacity: 1;}
}
.footer {
  width: 100%;
  height: 7.73rem;
  background: #000;
  padding: 4.78rem 2.2rem 0 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;}
.footer .left img {
  width: 10rem;}
.footer .center {
  margin-top: -0.4rem;}
.footer .center p {
  font-size: 0.36rem;
  font-weight: 400;
  color: #aaa;
  line-height: 0.61rem;
  text-align: center;}
.footer .center p a {
  font-size: 0.36rem;
  font-weight: 400;
  color: #aaa;}
.footer .right img {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-left: 0.2rem;}
@media screen and (max-width: 768px) {
  .footer {
    width: 100%;
    height: auto;
    padding: 1.5rem 0 0;
    display: block;}
  .footer .left {
    display: none;}
  .footer .center {
    margin-top: 46px;
    width: 100%;
    float: none;}
  .footer .center p {
    font-size: 0.4rem;
    line-height: 0.85rem;}
  .footer .center p a {
    font-size: 0.4rem;}
  .footer .right {
    width: 100%;
    position: relative;
    top: -113px;
    text-align: center;}
  .footer .right img {
    width: 1.5rem;
    height: 1.5rem;}
}
/* 二级列表页 */
.list .container .box2-container .content-container {
  padding-bottom: 9.5rem !important;}
.list .container .box2-container .content-container .list-container {
  width: 100%;}
.list .container .box2-container .content-container .list-container::after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;}
.list .container .box2-container .content-container .list-container .list-item {
  float: left;
  width: 25%;
  height: 10.73rem;
  position: relative;}
.list .container .box2-container .content-container .list-container .list-item .item-img {
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  height: 100%;
  overflow: hidden;}
.list .container .box2-container .content-container .list-container .list-item .item-img::before {
  content: '';
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;}
.list .container .box2-container .content-container .list-container .list-item .item-img img {
  min-width: 100%;
  height: 100%;
  display: block;}
.list .container .box2-container .content-container .list-container .list-item .item-img .glass-box {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;}
.list .container .box2-container .content-container .list-container .list-item .item-img .glass-box .glass {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(0);
          filter: blur(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;}
.list .container .box2-container .content-container .list-container .list-item .item-title {
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  padding: 0 0.83rem;
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  opacity: 0;
  filter: opacity(alpha=0);
  -webkit-filter: opacity(alpha=0);}
.list .container .box2-container .content-container .list-container .list-item .item-title p {
  width: 100%;
  font-size: 0.92rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2rem;}
.list .container .box2-container .content-container .list-container .list-item .item-title p:nth-of-type(2) {
  font-size: 0.48rem;
  line-height: 0.77rem;
  margin-top: 0.1rem;}
.list .container .box2-container .content-container .list-container .list-item .item-title p:nth-of-type(3) .department {
  word-break: break-all;
  float: left;
  font-size: 0.55rem;}
.list .container .box2-container .content-container .list-container .list-item .item-title p:nth-of-type(3) .time {
  float: right;
  font-size: 0.55rem;}
.list .container .box2-container .content-container .list-container .list-item:nth-of-type(1) {
  width: 50%;
  height: 21.46rem;}
.list .container .box2-container .content-container .list-container .list-item:nth-of-type(7) {
  background: #feb001;}
.list .container .box2-container .content-container .list-container .list-item:nth-of-type(12) {
  background: #535d38;}
.list .container .box2-container .content-container .leader-list {
  width: 100%;
  margin-bottom: 2rem;}
.list .container .box2-container .content-container .leader-list::after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;}
.list .container .box2-container .content-container .leader-list .leader-item {
  float: left;
  width: 28%;
  height: 7.4rem;}
.list .container .box2-container .content-container .leader-list .leader-item a {
  width: 100%;
  height: 100%;
  display: block;}
.list .container .box2-container .content-container .leader-list .leader-item .left-container {
  float: left;
  width: 50%;
  height: 100%;
  overflow: hidden;}
.list .container .box2-container .content-container .leader-list .leader-item .left-container img {
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;}
.list .container .box2-container .content-container .leader-list .leader-item .left-container:hover img {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);}
.list .container .box2-container .content-container .leader-list .leader-item .right-container {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;}
.list .container .box2-container .content-container .leader-list .leader-item .right-container .info {
  padding-right: 1rem;
  position: absolute;
  left: 0.6rem;
  bottom: 0.7rem;}
.list .container .box2-container .content-container .leader-list .leader-item .right-container .info p {
  color: #333;
  font-size: 0.4rem;
  margin-bottom: 0.12rem;}
.list .container .box2-container .content-container .leader-list .leader-item .right-container .info p.name {
  font-size: 0.8rem;
  margin-bottom: 0.25rem;}
.list .container .box2-container .content-container .leader-list .leader-item .right-container .info p.en_name {
  font-size: 0.35rem;
  margin-bottom: 0.4rem;}
.list .container .box2-container .content-container .leader-list .leader-item:nth-of-type(4),
.list .container .box2-container .content-container .leader-list .leader-item:nth-of-type(10),
.list .container .box2-container .content-container .leader-list .leader-item:nth-of-type(16) {
  margin-left: 14%;}
.list .container .box2-container .content-container .pages-container {
  width: 100%;
  margin-top: 2rem;}
.list .container .box2-container .content-container .pages-container ul {
  float: right;
  margin-right: 4rem;}
.list .container .box2-container .content-container .pages-container ul li {
  float: left;
  margin-left: 0.63rem;}
.list .container .box2-container .content-container .pages-container ul li a {
  font-size: 0.48rem;
  font-weight: 400;
  color: #333;
  line-height: 0.77rem;}
.list .container .box2-container .content-container .pages-container ul li span {
  font-size: 0.48rem;
  font-weight: 400;
  color: #000000;
  line-height: 0.77rem;}
.list .container .box2-container .content-container .pages-container ul li.prev {
  margin-left: 1.05rem;}
.list .container .box2-container .content-container .pages-container ul li.next {
  margin-left: 0.55rem;}
.list .container .box2-container .content-container .pages-container ul li.active {
  border-bottom: 0.05rem solid #999;}
.list .container .box2-container .content-container .pages-container ul li:hover a {
  color: #000;}
.list .container .box2-container .content-container .goBack {
  margin-top: 3.8rem;
  position: absolute;
  right: 4rem;}
.list .container .box2-container .content-container .goBack img {
  width: 1.15rem;}
@media screen and (min-width: 769px) {
  .list .container .box2-container .content-container .list-container .list-item:hover .item-img::before {
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;}
  .list .container .box2-container .content-container .list-container .list-item:hover .item-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all .3s;
    transition: all .3s;}
  .list .container .box2-container .content-container .list-container .list-item:hover .item-img .glass-box .glass {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);}
  .list .container .box2-container .content-container .list-container .list-item:hover .item-title {
    opacity: 1;
    filter: opacity(alpha=100);
    -webkit-filter: opacity(alpha=100);}
}
@media screen and (max-width: 768px) {
  .list .container .box2-container .content-container {
    padding-bottom: 6.5rem !important;}
  .list .container .box2-container .content-container .list-container .list-item {
    width: 50%;
    height: 9.4rem;}
  .list .container .box2-container .content-container .list-container .list-item:nth-of-type(1) {
    height: 9.4rem;}
  .list .container .box2-container .content-container .list-container .list-item .item-img {
    position: relative;}
  .list .container .box2-container .content-container .list-container .list-item .item-img::before {
    display: none;}
  .list .container .box2-container .content-container .list-container .list-item .item-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* safari 5.1 - 6.0*/
    /* opera 11.1 - 12.0 */
    /* firefox 3.6 - 15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7));}
  .list .container .box2-container .content-container .list-container .list-item .item-img .mask {
    display: none;
    background-image: none !important;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;}
  .list .container .box2-container .content-container .list-container .list-item .item-title {
    opacity: 1;
    filter: opacity(alpha=100);
    -webkit-filter: opacity(alpha=100);
    padding: 0 0.5rem;}
  .list .container .box2-container .content-container .list-container .list-item .item-title p {
    font-size: 0.7rem;
    line-height: 0.9rem;}
  .list .container .box2-container .content-container .list-container .list-item .item-title p:nth-of-type(2) {
    font-size: 0.5rem;
    margin-top: 0.2rem;}
  .list .container .box2-container .content-container .list-container .list-item:hover .item-img img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
    /* chrome, safari, opera */
    filter: blur(0);}
  .list .container .box2-container .content-container .leader-list {
    width: 100%;
    margin-bottom: 1rem;}
  .list .container .box2-container .content-container .leader-list .leader-item {
    width: 50%;
    height: 140px;}
  .list .container .box2-container .content-container .leader-list .leader-item .left-container img {
    display: block;}
  .list .container .box2-container .content-container .leader-list .leader-item .left-container:hover img {
    -webkit-transform: scale(1);
            transform: scale(1);}
  .list .container .box2-container .content-container .leader-list .leader-item .right-container .info {
    padding-right: 0;
    left: 0.5rem;}
  .list .container .box2-container .content-container .leader-list .leader-item .right-container .info p.en_name {
    font-size: 0.5rem;}
  .list .container .box2-container .content-container .leader-list .leader-item:nth-of-type(6n+4) {
    margin-left: 0;}
  .list .container .box2-container .content-container .leader-list .leader-item:nth-of-type(4n-1) .left-container,
  .list .container .box2-container .content-container .leader-list .leader-item:nth-of-type(4n) .left-container {
    float: right;}
  .list .container .box2-container .content-container .leader-list .leader-item:nth-of-type(4n-1) .right-container,
  .list .container .box2-container .content-container .leader-list .leader-item:nth-of-type(4n) .right-container {
    float: left;}
  .list .container .box2-container .content-container .leader-list .leader-item:nth-of-type(4n+3) .right-container .info,
  .list .container .box2-container .content-container .leader-list .leader-item:nth-of-type(4n+4) .right-container .info {
    left: auto;
    right: 0.5rem;
    text-align: right;}
  .list .container .box2-container .content-container .pages-container ul {
    margin-right: 2rem;}
  .list .container .box2-container .content-container .pages-container ul li a {
    font-size: 0.6rem;}
  .list .container .box2-container .content-container .pages-container ul li span {
    font-size: 0.6rem;}
  .list .container .box2-container .content-container .goBack {
    right: 2rem;}
}
/* 三级详情页 */
.detail .container .box2-container .content-container {
  padding-bottom: 7rem !important;}
.detail .container .box2-container .content-container .menu-list {
  margin-bottom: 4rem;}
.detail .container .box2-container .content-container .content {
  padding: 0rem 9.4rem 2rem 0.88rem; !important;}
.detail .container .box2-container .content-container .content .contentN p {
  color: #231815;
  font-size: 0.45rem;
  font-weight: 500;
  line-height: 1rem;
  text-align: justify;}
.detail .container .box2-container .content-container .content .contentN table td {
  color: #231815;
  font-size: 0.45rem;
  font-weight: 500;
  border: 1px solid #333;}
.detail .container .box2-container .content-container .checkWorks {
  width: 100%;
  height: 1.75rem;
  line-height: 1.5rem;
  background: #fff;
  text-align: center;
  margin-bottom: 1.75rem;
  -webkit-transition: all 1s;
  transition: all 1s;}
.detail .container .box2-container .content-container .checkWorks a {
  color: #333;
  font-size: 0.45rem;}
.detail .container .box2-container .content-container .checkWorks a img {
  width: 0.65rem;
  position: relative;
  top: 0.15rem;
  left: 0.2rem;}
.detail .container .box2-container .content-container .checkWorks a img.white {
  display: none;}
.detail .container .box2-container .content-container .checkWorks a img.black {
  display: inline-block;}
.detail .container .box2-container .content-container .checkWorks:hover {
  background: #000;}
.detail .container .box2-container .content-container .checkWorks:hover a {
  color: #fff;}
.detail .container .box2-container .content-container .checkWorks:hover a img.white {
  display: inline-block;}
.detail .container .box2-container .content-container .checkWorks:hover a img.black {
  display: none;}
.detail .container .box2-container .content-container .goBack {
  position: absolute;
  right: 4rem;}
.detail .container .box2-container .content-container .goBack img {
  width: 1.15rem;}
.detail .container .box2-container .content-container.detail-img .content {
  padding-right: 3.5rem;}
.detail .container .box2-container .content-container.detail-img .content .intro-container {
  width: 100%;
  margin-bottom: 4.5rem;}
.detail .container .box2-container .content-container.detail-img .content .intro-container::after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;}
.detail .container .box2-container .content-container.detail-img .content .intro-container .left {
  float: left;
  width: 25rem;}
.detail .container .box2-container .content-container.detail-img .content .intro-container .left h2 {
  color: #231815;
  font-size: 0.65rem;
  font-weight: 800;}
.detail .container .box2-container .content-container.detail-img .content .intro-container .left .time {
  color: #aaa;
  font-size: 0.45rem;
  font-weight: 500;
  line-height: 1rem;
  margin-top: 0.2rem;}
.detail .container .box2-container .content-container.detail-img .content .intro-container .left .contentN {
  width: 100%;}
.detail .container .box2-container .content-container.detail-img .content .intro-container .left .contentN img {
  max-width: 100%;}
.detail .container .box2-container .content-container.detail-img .content .intro-container .left .contentN video {
  width: 37.63rem !important;
  height: auto !important;
  max-height: 22rem;}
.detail .container .box2-container .content-container.detail-img .content .intro-container .left-yjy {
  width: 32.6rem;}
.detail .container .box2-container .content-container.detail-img .content .intro-container .right {
  float: right;
  width: 10rem;
  height: auto;
  max-height: 14rem;
  overflow: hidden;}
.detail .container .box2-container .content-container.detail-img .content .intro-container .right img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;}
.detail .container .box2-container .content-container.detail-img .content .intro-container .right:hover img {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);}
.detail .container .box2-container .content-container.detail-img .content .teacher-list {
  width: 108%;
  margin-bottom: 5rem;}
.detail .container .box2-container .content-container.detail-img .content .teacher-list::after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;}
.detail .container .box2-container .content-container.detail-img .content .teacher-list .teacher-item {
  float: left;
  width: 28%;
  height: 7.4rem;}
.detail .container .box2-container .content-container.detail-img .content .teacher-list .teacher-item a {
  width: 100%;
  height: 100%;
  display: block;}
.detail .container .box2-container .content-container.detail-img .content .teacher-list .teacher-item .left-container {
  float: left;
  width: 50%;
  height: 100%;
  overflow: hidden;}
.detail .container .box2-container .content-container.detail-img .content .teacher-list .teacher-item .left-container img {
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;}
.detail .container .box2-container .content-container.detail-img .content .teacher-list .teacher-item .left-container:hover img {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);}
.detail .container .box2-container .content-container.detail-img .content .teacher-list .teacher-item .right-container {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;}
.detail .container .box2-container .content-container.detail-img .content .teacher-list .teacher-item .right-container .info {
  padding-right: 1rem;
  position: absolute;
  left: 0.6rem;
  bottom: 0.7rem;}
.detail .container .box2-container .content-container.detail-img .content .teacher-list .teacher-item .right-container .info p {
  color: #333;
  font-size: 0.4rem;
  margin-bottom: 0.12rem;}
.detail .container .box2-container .content-container.detail-img .content .teacher-list .teacher-item .right-container .info p.name {
  font-size: 0.8rem;
  margin-bottom: 0.25rem;}
.detail .container .box2-container .content-container.detail-img .content .teacher-list .teacher-item .right-container .info p.en_name {
  font-size: 0.35rem;
  margin-bottom: 0.4rem;}
.detail .container .box2-container .content-container.detail-img .content .teacher-list .teacher-item:nth-of-type(6n-2) {
  margin-left: 14%;}
.detail .container .box2-container .content-container.detail-img .content .img-list {
  width: 100%;}
.detail .container .box2-container .content-container.detail-img .content .img-list::after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;}
.detail .container .box2-container .content-container.detail-img .content .img-list .img-item {
  float: left;
  width: 18rem;
  height: 13rem;
  overflow: hidden;
  margin-bottom: 1.8rem;}
.detail .container .box2-container .content-container.detail-img .content .img-list .img-item img {
  width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;}
.detail .container .box2-container .content-container.detail-img .content .img-list .img-item:nth-of-type(2n) {
  float: right;}
.detail .container .box2-container .content-container.detail-img .content .img-list .img-item:hover img {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);}
.detail .container .box2-container .content-container.detail-img .goBack {
  right: 3.5rem;}
@media screen and (max-width: 768px) {
  .detail .container .box2-container .content-container {
    padding-bottom: 5rem !important;}
  .detail .container .box2-container .content-container .menu-list {
    margin-bottom: 1rem;}
  .detail .container .box2-container .content-container .content {
    padding: 0rem 25px 2rem 25px !important;}
  .detail .container .box2-container .content-container .content .contentN video {
    width: auto;
    height: auto;
    max-height: none;
    max-width: 100%;}
  .detail .container .box2-container .content-container .content .contentN img {
    max-width: 100%;
    min-width: 100%;}
  .detail .container .box2-container .content-container .content .contentN p {
    font-size: 0.5rem;}
  .detail .container .box2-container .content-container .content .contentN table td {
    font-size: 0.5rem;}
  .detail .container .box2-container .content-container .checkWorks {
    background: #000;}
  .detail .container .box2-container .content-container .checkWorks a {
    color: #fff;
    font-size: 0.5rem;}
  .detail .container .box2-container .content-container .checkWorks a img.white {
    display: inline-block;}
  .detail .container .box2-container .content-container .checkWorks a img.black {
    display: none;}
  .detail .container .box2-container .content-container .goBack {
    right: 2rem;}
  .detail .container .box2-container .content-container.detail-img .content {
    padding-right: 0;}
  .detail .container .box2-container .content-container.detail-img .content .intro-container {
    width: 100%;
    margin-bottom: 3rem;}
  .detail .container .box2-container .content-container.detail-img .content .intro-container .left {
    float: none;
    width: 100%;}
  .detail .container .box2-container .content-container.detail-img .content .intro-container .left .time {
    font-size: 0.5rem;}
  .detail .container .box2-container .content-container.detail-img .content .intro-container .left .contentN {
    width: 100%;}
  .detail .container .box2-container .content-container.detail-img .content .intro-container .left .contentN img {
    max-width: 100%;}
  .detail .container .box2-container .content-container.detail-img .content .intro-container .left .contentN video {
    width: auto !important;
    height: auto !important;
    max-height: none;
    max-width: 100%;}
  .detail .container .box2-container .content-container.detail-img .content .intro-container .left-yjy {
    width: 100%;}
  .detail .container .box2-container .content-container.detail-img .content .intro-container .right {
    float: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    overflow: hidden;}
  .detail .container .box2-container .content-container.detail-img .content .intro-container .right img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 10px auto;}
  .detail .container .box2-container .content-container.detail-img .content .intro-container .right:hover img {
    -webkit-transform: scale(1);
            transform: scale(1);}
  .detail .container .box2-container .content-container.detail-img .content .teacher-list {
    margin-left: -25px;
    width: calc(100% + 50px);
    margin-bottom: 3.5rem;}
  .detail .container .box2-container .content-container.detail-img .content .teacher-list .teacher-item {
    width: 50%;
    height: 134px;
    margin-bottom: 0;}
  .detail .container .box2-container .content-container.detail-img .content .teacher-list .teacher-item .left-container img {
    min-height: auto;}
  .detail .container .box2-container .content-container.detail-img .content .teacher-list .teacher-item .left-container:hover img {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
            transform: scale(1);}
  .detail .container .box2-container .content-container.detail-img .content .teacher-list .teacher-item .right-container .info {
    padding-right: 0;
    left: 0.5rem;}
  .detail .container .box2-container .content-container.detail-img .content .teacher-list .teacher-item .right-container .info p {
    font-size: 0.5rem;}
  .detail .container .box2-container .content-container.detail-img .content .teacher-list .teacher-item:nth-of-type(6n-2) {
    margin-left: 0;}
  .detail .container .box2-container .content-container.detail-img .content .teacher-list .teacher-item:nth-of-type(4n-1) .left-container,
  .detail .container .box2-container .content-container.detail-img .content .teacher-list .teacher-item:nth-of-type(4n) .left-container {
    float: right;}
  .detail .container .box2-container .content-container.detail-img .content .teacher-list .teacher-item:nth-of-type(4n-1) .right-container,
  .detail .container .box2-container .content-container.detail-img .content .teacher-list .teacher-item:nth-of-type(4n) .right-container {
    float: left;}
  .detail .container .box2-container .content-container.detail-img .content .teacher-list .teacher-item:nth-of-type(4n+3) .right-container .info,
  .detail .container .box2-container .content-container.detail-img .content .teacher-list .teacher-item:nth-of-type(4n+4) .right-container .info {
    left: auto;
    right: 0.5rem;
    text-align: right;}
  .detail .container .box2-container .content-container.detail-img .content .img-list .img-item {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;}
  .detail .container .box2-container .content-container.detail-img .content .img-list .img-item img {
    width: 100%;
    height: auto;
    min-height: auto;
    display: block;}
  .detail .container .box2-container .content-container.detail-img .content .img-list .img-item:nth-of-type(2n) {
    float: right;}
  .detail .container .box2-container .content-container.detail-img .content .img-list .img-item:hover img {
    -webkit-transform: scale(1);
            transform: scale(1);}
  .detail .container .box2-container .content-container.detail-img .goBack {
    right: 2rem;}
}
#header {
  position: fixed;
  top: 0;
  z-index: 10;}
#header .search-phone {
  display: none;}
#header .logoPhone {
  display: none;}
#header .logo {
  position: fixed;
  top: 1.5rem;
  left: 2.2rem;
  cursor: pointer;
  display: none;}
#header .logo img {
  width: 1rem;
  opacity: 0.8;}
#header .logo:hover img {
  opacity: 1;}
#header .menu {
  width: 23rem;
  height: 0;
  position: fixed;
  right: -23rem;
  top: 0;
  -webkit-transition: all .3s;
  transition: all .3s;}
#header .menu ul {
  width: 100%;
  height: 100%;}
#header .menu ul li {
  float: left;
  color: #fff;
  width: 50%;
  height: 33.33333%;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;}
#header .menu ul li.big {
  width: 65%;}
#header .menu ul li.small {
  width: 35%;}
#header .menu ul li.big2 {
  height: 50%;}
#header .menu ul li.small2 {
  height: 25%;}
#header .menu ul li a {
  display: block;
  width: 100%;
  height: 100%;}
#header .menu ul li p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 0.6rem;
  color: #fff;}
#header .menu ul li:nth-child(1) {
  background: #fc3b17;}
#header .menu ul li:nth-child(4) {
  background: #434c2b;}
#header .menu ul li:nth-child(5) {
  background: #fca009;}
#header .menu.unfold {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #000;
  right: 0;
  height: 100vh;}
#header .menu.unfold .menu-img {
  display: none;}
#header .menu.unfold .menu-img-2 {
  display: block;}
#header .menu .menu-img {
  width: 2rem;
  height: 3.7rem;
  position: absolute;
  top: 0;
  left: -2rem;
  cursor: pointer;}
#header .menu .menu-img-2 {
  position: absolute;
  bottom: 0;
  left: -1.8rem;
  width: 1.6rem;
  cursor: pointer;
  display: none;}
#header .form-search {
  display: none;
  position: relative;
  width: 100%;
  overflow: hidden;}
#header .form-search .inp {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 1.2rem;
  padding-left: 1.5rem;
  border: 0;
  outline: none;
  padding-right: 0.2rem;}
#header .form-search .sousuo {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  border: 0;
  background: transparent;
  outline: none;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 0;
  cursor: pointer;}
#header .form-search .sousuo i {
  font-size: 0.6rem;
  color: #282423;}
.main {
  width: 100%;
  height: 100%;
  background: #000;
  position: relative;}
.main::after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;}
.main .container {
  position: relative;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;}
.main .container #stage {
  position: absolute;
  top: 4rem;
  left: 4rem;
  width: 16rem !important;
  height: 16rem !important;
  border-radius: 8rem !important;
  z-index: 1;}
.main .container.packUp {
  position: relative;
  left: -25rem;}
.main .container .box1-container {
  width: 100%;
  height: 23.88rem;
  overflow: hidden;
  position: relative;}
.main .container .box1-container .img-container {
  width: 100%;
  height: 23.88rem;
  overflow: hidden;
  position: relative;}
.main .container .box1-container .img-container img {
  float: right;
  width: auto;
  max-width: 1433px;
  height: 100%;}
.main .container .box1-container .img-container .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  top: 0;}
.main .container .box1-container .title-container {
  width: 35rem;
  position: absolute;
  left: 6.2rem;
  bottom: 3rem;}
.main .container .box1-container .title-container p {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;}
.main .container .box1-container .title-container p:nth-of-type(2) {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-top: 0.88rem;}
.main .container .box2-container {
  width: 100%;}
.main .container .box2-container::after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;}
.main .container .box2-container .content-container {
  width: 42rem;
  float: right;
  padding: 3.5rem 0 5rem;
  background: #fff;
  position: relative;}
.main .container .box2-container .content-container .menu-list {
  padding-right: 2rem;
  width: 100%;
  height: auto;
  background: #f2f2f2;}
.main .container .box2-container .content-container .menu-list::after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;}
.main .container .box2-container .content-container .menu-list .menu-item {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  float: left;
  width: 7.2rem;
  height: 3rem;
  padding-left: 0.3rem;}
.main .container .box2-container .content-container .menu-list .menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);}
.main .container .box2-container .content-container .menu-list .menu-item p {
  font-size: 0.52rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.7rem;}
.main .container .box2-container .content-container .menu-list .menu-item p:nth-of-type(2) {
  width: 6.4rem;
  font-size: 0.3rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.4rem;
  margin-top: 0.1rem;}
.main .container .box2-container .content-container .menu-list .menu-item:nth-of-type(6n+1) {
  background: #fca009;}
.main .container .box2-container .content-container .menu-list .menu-item:nth-of-type(2n) {
  background: #000;}
.main .container .box2-container .content-container .menu-list .menu-item:nth-of-type(6n+3) {
  background: #434c2b;}
.main .container .box2-container .content-container .menu-list .menu-item:nth-of-type(6n+5) {
  background: #fc3b17;}
.main .container .box2-container .content-container .menu-list .menu-item.active {
  width: 11rem;}
@media screen and (max-width: 768px) {
  #header {
    width: 100%;
    left: 0;
    background: #000;
    height: 80px;}
  #header .search-phone {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 25px;}
  #header .search-phone i {
    display: block;
    font-size: 0.75rem;
    color: #fff;}
  #header .logoPhone {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);}
  #header .logoPhone img {
    width: 10.5rem;
    vertical-align: middle;}
  #header .logo {
    display: none !important;}
  #header .menu {
    width: 0;
    position: fixed;
    right: -100%;}
  #header .menu ul li.big {
    width: 50%;}
  #header .menu ul li.small {
    width: 50%;}
  #header .menu ul li.big2 {
    height: 33.33%;}
  #header .menu ul li.small2 {
    height: 33.33%;}
  #header .menu ul li p {
    left: 50%;}
  #header .menu.unfold {
    background: #000;
    right: 0;
    width: 100%;
    height: calc(100% - 80px);
    top: 80px;}
  #header .menu.unfold .menu-img {
    display: none;}
  #header .menu.unfold .menu-img-2 {
    display: block;}
  #header .menu .menu-img {
    position: fixed;
    left: initial;
    width: 2rem;
    height: 80px;
    top: 0;
    right: 10px;}
  #header .menu .menu-img-2 {
    position: fixed;
    left: initial;
    width: 2rem;
    height: 80px;
    top: 0;
    right: 10px;}
  #header .form-search {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;}
  #header .form-search .form {
    height: 100%;}
  #header .form-search .form .inp {
    height: 100%;
    font-size: 15px;
    padding-left: 2.5rem;
    padding-right: 0.75rem;}
  #header .form-search .sousuo {
    left: 0.75rem;}
  #header .form-search .sousuo i {
    font-size: 20px;}
  .main {
    margin-top: 80px;}
  .main .container #stage {
    display: none !important;}
  .main .container .box1-container {
    height: auto;}
  .main .container .box1-container .img-container {
    height: auto;}
  .main .container .box1-container .img-container img {
    max-width: 100%;
    height: auto;}
  .main .container .box1-container .title-container {
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: 0;
    bottom: 1rem;
    padding: 0 25px;}
  .main .container .box1-container .title-container p {
    font-size: 1.4rem;}
  .main .container .box1-container .title-container p:nth-of-type(2) {
    font-size: 1rem;
    margin-top: 0.38rem;
    line-height: 1.4rem;}
  .main .container .box2-container {
    width: 100%;}
  .main .container .box2-container .content-container {
    width: 100%;
    padding: 2.5rem 0 5rem;}
  .main .container .box2-container .content-container .menu-list {
    padding-right: 0;}
  .main .container .box2-container .content-container .menu-list .menu-item {
    padding-right: 0;
    padding-left: 0.6rem;
    width: 50%;}
  .main .container .box2-container .content-container .menu-list .menu-item a {
    width: 174px;}
  .main .container .box2-container .content-container .menu-list .menu-item p {
    font-size: 0.6rem;}
  .main .container .box2-container .content-container .menu-list .menu-item p:nth-of-type(2) {
    width: 100%;
    font-size: 0.5rem;
    line-height: 0.7rem;}
  .main .container .box2-container .content-container .menu-list .menu-item:nth-of-type(6n+1) {
    background: transparent;}
  .main .container .box2-container .content-container .menu-list .menu-item:nth-of-type(2n) {
    background: transparent;}
  .main .container .box2-container .content-container .menu-list .menu-item:nth-of-type(6n+3) {
    background: transparent;}
  .main .container .box2-container .content-container .menu-list .menu-item:nth-of-type(6n+5) {
    background: transparent;}
  .main .container .box2-container .content-container .menu-list .menu-item:nth-of-type(12n+1) {
    background: #fca009;}
  .main .container .box2-container .content-container .menu-list .menu-item:nth-of-type(12n+8) {
    background: #fca009;}
  .main .container .box2-container .content-container .menu-list .menu-item:nth-of-type(12n+4) {
    background: #434c2b;}
  .main .container .box2-container .content-container .menu-list .menu-item:nth-of-type(12n+9) {
    background: #434c2b;}
  .main .container .box2-container .content-container .menu-list .menu-item:nth-of-type(12n) {
    background: #fc3b17;}
  .main .container .box2-container .content-container .menu-list .menu-item:nth-of-type(12n+5) {
    background: #fc3b17;}
  .main .container .box2-container .content-container .menu-list .menu-item:nth-of-type(4n-2) {
    background: #000;}
  .main .container .box2-container .content-container .menu-list .menu-item:nth-of-type(4n-1) {
    background: #000;}
  .main .container .box2-container .content-container .menu-list .menu-item.active {
    width: 50%;}
  .main .container .box2-container .content-container .menu-list .menu-item.big {
    width: 52% !important;}
  .main .container .box2-container .content-container .menu-list .menu-item.small {
    width: 48%;}
  .main .container .box2-container .content-container .menu-list .menu-item.big2 {
    height: 4rem;}
  .main .container .box2-container .content-container .menu-list .menu-item.small2 {
    height: 3.2rem;}
  .index .container .mask {
    opacity: 1;
    /* safari 5.1 - 6.0*/
    /* opera 11.1 - 12.0 */
    /* firefox 3.6 - 15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7));}
  .index .container .mask .classify {
    left: 0.5rem;
    display: none;}
  .index .container .mask .title {
    padding: 0 0.5rem;
    font-size: 0.6rem;
    line-height: 0.8rem;
    letter-spacing: 2px;
    left: 0;
    top: initial;
    bottom: 0.3rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial;}
  .index .container .box-1,
  .index .container .box-2,
  .index .container .box-3,
  .index .container .box-4,
  .index .container .box-5 {
    width: 100%;}
  .index .container .box-1 .right .bottom {
    padding-left: 0.5rem;}
  .index .container .box-2 {
    height: auto;}
  .index .container .box-3 .left .bottom {
    padding-left: 0.5rem;}
  .index .container .box-3 .left .bottom span:nth-of-type(1) {
    font-size: 1.2rem;}
  .index .container .box-3 .right .top .t-top {
    padding-left: 0.5rem;}
  .index .container .box-3 .right .top .t-top span:nth-of-type(1) {
    font-size: 1.2rem;}
  .index .container .box-4 {
    height: auto;}
  .index .container .box-5 .top {
    padding-left: 0.5rem;}
}