*{margin:0;padding:0;}

.slideshow {
  position: relative;
  width: 100vw;
  /* height: calc(100vh - 90px); */
  height: 100vh;
  max-height: 1200px;
  overflow: hidden;
  filter: blur(0px);
}

.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
          animation-name: kenburns;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.slideshow-image:nth-child(1) {
  -webkit-animation-name: kenburns-1;
          animation-name: kenburns-1;
  z-index: 1;
}
.slideshow-image:nth-child(2) {
  -webkit-animation-name: kenburns-2;
          animation-name: kenburns-2;
  z-index: 0;
}

@-webkit-keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  2% {
    opacity: 1;
  }
  25% {
    opacity: 1;      
  }
  48% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);            
  }
  54% {
    opacity: 0;
  }
  94% {
    opacity: 0;
    -webkit-transform: scale(1.22);
            transform: scale(1.22);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);    
  }
}

@keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  2% {
    opacity: 1;
  }
  25% {
    opacity: 1;      
  }
  48% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);            
  }
  54% {
    opacity: 0;
  }
  94% {
    opacity: 0;
    -webkit-transform: scale(1.22);
            transform: scale(1.22);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);    
  }
}
@-webkit-keyframes kenburns-2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);    
  }
  25% {
    opacity: 0;
  }
  48% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);        
  }
  52% {
    opacity: 1;    
  }
  98% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);        
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);      
  }
}
@keyframes kenburns-2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);    
  }
  25% {
    opacity: 0;
  }
  48% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);        
  }
  52% {
    opacity: 1;    
  }
  98% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);        
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);      
  }
}

h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: 99;
  text-align: center;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);
  padding: 1em 2em;
  line-height: 1.5;
}
h1 small {
  display: block;
  text-transform: lowercase;
  font-size: .7em;
}
h1 small:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: .5em;
}
h1 small:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: .5em;
}

.lis {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  z-index: 999;
}
.lis ul {
  width: 800px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.lis ul li {
  list-style: none;
  width: 100px;
  /* height: 120px; */
  display: inline;
  overflow: hidden;
  margin-left: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #eee;
  border: solid 2px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  text-align: center;
}
.lis ul li img {
  width: 100px;
  height: 120px;
}
.lis ul li span {
  line-height: 200%;
  font-size: 13px;
}
.lis ul li:hover {
  background-color: #fff;
  color: #222;
  border: solid 2px #fff;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateY(-5px);
}
.lisCon {
  width: 1200px;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0px;
  left: calc((100% - 1200px) * 0.5);
  z-index: 100;
}
.lisimg {
  position: absolute;
  bottom: 0;
  /* right: calc((100% - 1200px) * 0.5); */
  right: 0px;
  height: auto;
  width: 800px;
  overflow: hidden;
  /* z-index: 100; */
}
.lisimg img {
  max-width: 100%;
  height: auto;
}
.listext {
  position: absolute;
  bottom: 380px;
  left: calc((100% - 1200px) * 0.5);
  height: 300px;
  width: 340px;
  overflow: hidden;
  /* z-index: 110; */
}
.lis ul li:hover img {
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  filter: brightness(1.1);
}

.container {
max-width: 1920px;
min-width: 1200px;
height: 973px;
background: url(./images/bg.jpg) no-repeat;
position: relative;
margin-left: auto;
margin-right: auto;
}
.box {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.box .p {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.box .p img, .box .p .name {
  position: absolute;
  bottom: -60px;
  /* top: -60px; */
  transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
  cursor: auto;
  user-select: none; 
  -webkit-user-drag: none;
}
.box .p1 img {
  right: -50px;
  opacity: 0;
  transform: translateX(20%);
}
.box .p2 img {
  right: -50px;
  opacity: 0;
  transform: translateX(20%);
}
.box .p3 img {
  right: -50px;
  opacity: 0;
  transform: translateX(20%);
}
.box .p4 img {
  right: -50px;
  opacity: 0;
  transform: translateX(20%);
}
.box .p5 img {
  right: -50px;
  opacity: 0;
  transform: translateX(20%);
}
.box .p6 img {
  right: -50px;
  opacity: 0;
  transform: translateX(20%);
}
.box .p7 img {
  right: -50px;
  opacity: 0;
  transform: translateX(20%);
}
.box .p1.show img, .box .p2.show img, .box .p3.show img, .box .p4.show img, .box .p5.show img, .box .p6.show img, .box .p7.show img {
  opacity: 1;
  transform: translateX(0);
  user-select: none;
}
.box .p1 .name { position: absolute; width: 300px; height: 330px; /* left: 100px; */ left: 0; transform: translateX(-20%); opacity: 0; /* bottom: 275px; */ bottom: 40%; /* background: url(./images/sprite.png) no-repeat -274px 0px; */ background: url(../../img/listext.png) no-repeat; z-index: 100; }
.box .p2 .name { position: absolute; width: 300px; height: 340px; left: 0; bottom: 40%; transform: translateX(-20%); opacity: 0; background: url(../../img/listext.png) no-repeat 0px -340px; }
.box .p3 .name { position: absolute; width: 300px; height: 340px; left: 0; bottom: 40%; transform: translateX(-20%); opacity: 0; background: url(../../img/listext.png) no-repeat 0px -680px; }
.box .p4 .name { position: absolute; width: 300px; height: 340px; left: 0; bottom: 40%; transform: translateX(-20%); opacity: 0; background: url(../../img/listext.png) no-repeat 0px -1020px; }
.box .p5 .name { position: absolute; width: 300px; height: 340px; left: 0; bottom: 40%; transform: translateX(-20%); opacity: 0; background: url(../../img/listext.png) no-repeat 0px -1360px; }
.box .p6 .name { position: absolute; width: 300px; height: 340px; left: 0; bottom: 40%; transform: translateX(-20%); opacity: 0; background: url(../../img/listext.png) no-repeat 0px -1700px; }
.box .p7 .name { position: absolute; width: 300px; height: 340px; left: 0; bottom: 40%; transform: translateX(-20%); opacity: 0; background: url(../../img/listext.png) no-repeat 0px -2040px; }

.box .p1.show .name, .box .p2.show .name, .box .p3.show .name, .box .p4.show .name,.box .p5.show .name,.box .p6.show .name,.box .p7.show .name {
  opacity: 1;
  transform: translateX(0);
  z-index: 999;
}

.box .p .content { width: 80%; height: auto; max-height: 600px; background: rgba(0, 0, 0, .5); color: #eee; position: relative; top: 20px; left:300px; padding: 15px; line-height: 150%; font-size: 14px; /* overflow-y: auto; */ /* box-shadow: 0 0 10px rgba(0, 0, 0, .3) inset; */ }
.box .p .content-o { width: 88%; height: auto; background: rgba(0, 0, 0, .5); color: #eee; position: relative; top: 200px; left: 10px; padding: 15px; line-height: 150%; font-size: 14px; /* box-shadow: 0 0 10px rgba(0, 0, 0, .3) inset; */ }
.box .p p { margin-bottom: 10px; }
.box .p a { /* padding: 2px;  */ /* color: #e82828;  */ color: #fff; font-size: 14px; /* position: absolute; right: 10px;  */ text-align: center; /* float: right; */ background: rgba(0, 0, 0, 0); /* padding: 3px 5px; */ transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); border-radius: 15px; /* border-radius: 10px 0 10px 0; */ padding: 5px 15px; background: #ff3f3f; font-weight: 600; line-height: 40px; }
.box .p a:hover { background: rgba(0, 0, 0, 1); /* background: #ff3f3f; */ color: #fff; }
/* .bar-tab {
  width: 100%;
  height: 200px;
  background: rgba(255, 255, 255, 0.15);
} */
.tablist { display: flex; justify-content: center; position: absolute; width: 100%; height: 190px; bottom: 0px; /* left: calc((100vw - 1200px) * 0.5); */ background: rgba(255, 255, 255, 0.15); padding-top: 25px; z-index: 5; user-select: none; }

.tablist li { position: relative; width: 100px; height: 150px; margin: 0 5px; cursor: pointer; transition: all .5s ease; display: inline-block; border: solid 1px rgba(0, 0, 0, 0.9); background: rgba(0, 0, 0, 0.9); color: #eee; border-radius: 2px; }
.tablist li img { position: absolute; top: 0; left: 0; width: 100px; height: 130px; }
.tablist li i { position: absolute; top: 0; left: 0; width: 100%; /* height: calc(100% - 20px); */ height: 80%; border-radius: 2px 2px 0 0; opacity: 1; transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1); }

.tablist li.t1 i { background: url(../../img/lis1.jpg) no-repeat top center; background-size: cover; }
.tablist li.t2 i { background: url(../../img/lis2.jpg) no-repeat top center; background-size: cover; }
.tablist li.t3 i { background: url(../../img/lis3.jpg) no-repeat top center; background-size: cover; }
.tablist li.t4 i { background: url(../../img/lis4.jpg) no-repeat top center; background-size: cover; }
.tablist li.t5 i { background: url(../../img/lis5.jpg) no-repeat top center; background-size: cover; }
.tablist li.t6 i { background: url(../../img/lis6.jpg) no-repeat top center; background-size: cover; }
.tablist li.t7 i { background: url(../../img/lis7.jpg) no-repeat top center; background-size: cover; }


.tablist li em {
  position: absolute;
  /* top: 120px; */
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  line-height: 30px;
  opacity: 0.95;
  /* transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1); */
  transition: opacity .5s ease;
  font-size: 12px;
  font-style: normal;
  text-align: center;
}
.tablist li.t1 em {
  background: url(../../img/t1_on.png) no-repeat center;
}
.tablist li.t2 em {
  background: url(../../img/t2_on.png) no-repeat center;
}
.tablist li.t3 em {
  background: url(../../img/t3_on.png) no-repeat center;
}
.tablist li.t4 em {
  background: url(../../img/t4_on.png) no-repeat center;
}
.tablist li.t5 em {
  background: url(../../img/t5_on.png) no-repeat center;
}
.tablist li.t6 em {
  background: url(../../img/t6_on.png) no-repeat center;
}
.tablist li.t7 em {
  background: url(../../img/t7_on.png) no-repeat center;
}
.tablist li.on {
  /* width: 129px; */
  height: 150px;
  /* transform: translateY(-10px); */
  transform: scale(1.1);
  background: rgba(255, 255, 255, 1);
  border: solid 1px rgba(255, 255, 255, 1);
  color: #333;
}
.tablist li.on i {
  opacity: 1;
}
.tablist li.on em {
  opacity: 1;
}


/* PC */ 
/* @media screen and (max-width: 1024px) and (orientation: landscape) { portrait landscape } 竖横屏 */

@media screen and (max-width: 1900px) {

}

@media screen and (min-width:992px) {
  
}

@media screen and (max-width: 1024px) and (orientation: portrait) { /* portrait landscape 竖横屏 */
  .slideshow {width: 100vw; height: 100vh; display: block; overflow: hidden;}
  .box .p img { width: 130vw; height: 95vh; left: -15vw; top: 5vh; object-fit: cover;}

  .box .p .content { width: 53vw; height: 240px; background: rgba(0, 0, 0, .5); color: #eee; position: relative; top: 130px; left:8px; padding: 15px; line-height: 150%; font-size: 12px; overflow-y: auto; }
  .box .p .content-o { width: 88%; height: 180px; background: rgba(0, 0, 0, .5); color: #eee; position: relative; top: 130px; left: 8px; padding: 15px; line-height: 150%; font-size: 12px; overflow-y: auto; }
}  

@media only screen and (max-width:1024px) and (orientation:landscape) {
  .logo {
    left: -15px;
    top: 15px;
  }
  .bian {
    padding:0 60px !important;
  }
  .bian .logo {
    top: 3px;
  }
}

/* pad */

@media screen and (min-width: 768px) and (max-width: 1080px) /* and (orientation: portrait) */ {

  html,body { 
    overflow-x: hidden;
    width: 100%;
  }

  .slideshow {width: 100vw; height: 100vh; display: block; overflow: hidden;}

  .box .p img { width: 130vw; height: 95vh; left: -15vw; top: 5vh; object-fit: cover;}

  .box .p .content { width: 53vw; height: 240px; background: rgba(0, 0, 0, .5); color: #eee; position: relative; top: 130px; left:8px; padding: 15px; line-height: 150%; font-size: 12px; overflow-y: auto; }
  .box .p .content-o { width: 88%; height: 180px; background: rgba(0, 0, 0, .5); color: #eee; position: relative; top: 130px; left: 8px; padding: 15px; line-height: 150%; font-size: 12px; overflow-y: auto; }

  .tablist { height: 200px; overflow: hidden; display: inline-block; justify-content: flex-start;}

  .tablist ul  { height: 180px; /* width: 5000px; position: absolute; */ display: flex; flex-wrap: nowrap; align-content: center; padding: 0 10px; justify-content: space-evenly; }

  /* header nav 导航 */

  .biao,.logoname {
    display: none !important;
  }
  .userInfo {
    display: none !important;
  }
  .search { top: 15px; }
  .navM { color: #aaa; position: absolute; right: 16px; top: 15px; display: block; }

  .tou { height:60px;}
  .bian {
    width: 100vw !important;
    left: 0 !important;
    padding: 10px 30px !important;
  }
  .subMenu {
    width: 100vw;
    height: calc(100vh - 0px);
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 100vw;
    top: 0;
    z-index: 999999;
    transition: all .3s ease;
    padding: 0;
    /* display: none; */
    padding: 0px !important;
  }
  .list {
    width: 201px;
    border-left: solid 1px #222;
    height: 100%;
    background: #2e2e33;
    float: right;
    overflow-y: auto;
  }
  .bian .search { top: 15px; }
  /* .bian .navM { bottom: 10px; } */
  .bian .logo { left: 0; top: -17px; transform: scale(1); filter: invert(0%); }

  .nav-back { position: relative; font-family: Arial, Helvetica, sans-serif; font-style: italic; letter-spacing: 1px; color: #eee; width: auto; left: 0; top: 1px; transform: scale(1.2); filter: invert(0%); transition: all .3s ease; margin: 0; }
  .nav-back i {   position: relative; height: 42px; font-size: 26px !important; }
  .bian .nav-back { left: -2px; transform: scale(1); filter: invert(0%); }
  /* #nav-i-1 { display: none; } */
  #nav-i-2 { display: block; }

  .nav-prev { font-style: normal; position: relative; opacity:0; top:-3px; transition: all .3s ease; }
  .bian .nav-prev { opacity: 1; left:-2px; font-size: 14px;}

  .nav-menu {
    font-style: normal;
    position: relative;
    opacity: 0;
    top: -6px;
    transition: all .3s ease;
  }
  .bian .nav-menu { opacity: 1; left:-2px; font-size: 14px;}

  /*** menu ***/
  .tou .logo{
    position: absolute;
    left: calc((100% - 72px)/2);
    top:-5px;
  }
  .tou .bian .list a {
    color: #929292;
  }

  /* subMenu */
  .list{ width : 40%; border-left: solid 1px #222; height: 100%; background: #2e2e33; float: right; overflow-y: auto; }
  .list>ul>p { width: 100%; text-align : center; /* text-indent: -3em; */ background : #3d3c45; height: 50px; line-height: 50px; padding: 0; border: none; position : relative; font-size: 14px; border-bottom: 1px solid #222; color: #929292; }
  .list>ul>p a { color: #929292; text-decoration: none; }
  .list>ul>p a:hover { color: #fff; font-weight: 700; }
  .list ul{ list-style: none; }
  .list>ul>li{ color: #929292; width: 100%; border-bottom: 1px solid #222; -webkit-transition: .3s ease; -moz-transition: .3s ease; -o-transition: .3s ease; transition: .3s ease; }
  .list>ul>li p[class=title]{ width: 100%; text-align : center; color:#ccc; text-indent: -4.5em; background : #3d3c45; height: 50px; line-height: 50px; padding: 0; border: none; position : relative; font-size: 14px; }
  .list>ul>li p[class=title]::before { content: ''; height: 7px; width: 7px; display: block; position: absolute; left: 200px; transform: rotate(90deg); top: 21px; background: url(../../themes/default-01/images/loongsoul.png) no-repeat 1px -158px ; }
  .list>ul>li p[class=title]:nth-last-child(1)::before { content:none;}
  .list>ul>li p[class=title]:focus::after { content: ''; height: 7px; width: 7px; display: block; position: absolute; left: 150px; transform: rotate(270deg); top: 21px; background: url(../../themes/default-01/images/loongsoul.png) no-repeat 1px -158px ; }

  .list>ul>li p[class=title]>span{ position: absolute; right: 10%; }

  .list>ul>li a { color: #929292; text-decoration: none; }
  .list>ul>li a:hover { color: #ff3f3f; }
  .list-se{ overflow: hidden; display: none; background: #3d3c45; max-height: 0; transition: max-height .3s ease-in; }
  .list-se :target { height:auto; overflow:auto;}
  .list-se>p{ background: #2e2e33 !important; color:#fff; }
  .list-se>li{ position: relative; height: 40px; line-height: 40px; text-align: center; right: -100%; border-top: 1px solid #222; -webkit-transition: right .5s; -moz-transition : right .5s; -o-transition: right .5s; transition : right .5s; }
  .list-se>li:hover{ background: #2e2e33; }
  .list-se>li a{ font-size: 14px; color: #929292; text-decoration: none; }
  .list-se>li a:hover{ color: #ff3f3f; }
  .list-se>li>p{ background : #3b3b3b; color: #f0f0f0; height: 50px; -webkit-box-sizing :border-box; box-sizing :border-box; padding-left: 10px; line-height : 50px; border-left : 5px solid #3b3b3b; -webkit-transition : border .5s; transition: border .5s; -webkit-transition : background .3s; transition: background .3s; }
  .list-se>li>p:hover{ border-color: #ff3f3f; background: #5b5b5b; }

  .list>ul>li>ul> p[class=title] a {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border: none;
    position: relative;
    font-size: 14px;
    background: #3d3c45;
    color:#eee !important;
  }

  .list>ul>li>ul li { 
    text-align: center;
    border-bottom: solid 1px #222;
  }
  .list>ul>li>ul li:last-child {
    border-bottom: none;
  }
  .list>ul>li>ul p:nth-child(1) { 
    display: none;
  }
  .list>ul>li>ul a { 
    width: 100%;
    text-align: center;
    background: #2e2e33;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border: none;
    position: relative;
    font-size: 14px;
  }

  /* section */
  .search { 
    display: none;
  }
  .search2 { 
    height: auto !important;
    position: relative;
    top: 8px;
    left: 15px;
    width: 90%;
  }
  .search2 input {
    height: 32px;
    width: 100%;
    line-height: 32px;
    font-size: 14px;
    font-family: Helvetica,"Microsoft YaHei","微软雅黑",Arial,sans-serif;
    color: #666;
    padding: 0 4px 0 16px;
    background-color: #1d1c1f;
    border: 0;
    border-radius: 16px;
    outline: none;
    transition: all 1.5s ease;
  }
  .search2 input:focus {
    background:#1d1c1f;
    color: #fff;
  }

  .search2 .searchBtn {
    outline: none;
    height: 32px;
    /* padding: 0 15px; */
    width: 35px;
    border-radius: 0 15px 15px 0;
    border: 0;
    display: block;
    position: absolute;
    right: 5px;
    top: 0px;
    background: none;
    cursor: pointer;
  }

  /* foot */
  .footer .msg,.footer-links div:nth-child(2) {
    display: none;
  }
  .footer-links div > ul {
    width: 55vw;
    padding: 0 3vw;
    min-width: unset !important;
  }
  .footer-links div:nth-child(3) ul {
    padding: 0;
  }

  .footer-links {
    height: 240px;
  }

  /* m-menu */
  .m-menu { 
    display:block;
    position: fixed;
    bottom:0;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, .85);
    box-shadow: 6px 0 0 0 rgb(0 0 0 / 50%);
    z-index: 999;
  }
  .m-menu ul {
      height: 60px;
  }
  .m-menu ul li {
      width: 20%;
      height: 60px;
      padding: 5px 0;
      float: left;
      text-align: center;
      font-size: 12px;
      color:#929292;
      vertical-align: baseline;
  }
  .m-menu ul li:hover {
      color: #fcf7f7;
  }
  .m-menu ul li div {
      font-weight: 700;
  }
  .m-menu .current {
      color: #ff3f3f;
  }

  .m-menu > div {
    width: 100%;
    height: calc(100vh + 30px);
    /* height: 140px; */
    display: block;
    position: absolute;
    top: 60px;
    background: rgba(30,30,30,0);
    color: #fff;
    /* padding: 15px; */
    font-size: 12px;
    color: #929292;
    z-index: 999999;
    transition: all .3s ease;
  }

  .user_Name { 
    background: rgba(30,30,30,0.95);
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 15px;
    height: 140px;
  }

  .m-menu > div li {
    float: left;
    width: 20%;
  }

  .m-menu > div li:nth-child(-n+5) {
    margin-top: 5px;
  }

  .m-menu > div li i {
    font-size: 48px !important;
    display: block;
  }

  .m-menu > div li a {
    color: #929292;
  }
  
  .user_Name > div span {
    position: relative;
    top: -7px;
    text-align: center;
    margin-right: 10px;
  }

  .m-menu > div > div span a {
    color: #eee;
    text-decoration: underline;
  }

  /* #mydiv {
    width: 100vw;
    height: calc(100vh - 0px);
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 100vw;
    bottom: 0;
    z-index: 999999;
    transition: all .3s ease;
    padding: 0;
    display: block;
  } */

  .mybian {
    /* top: -80px !important; */
    top: calc(-100vh + 30px) !important
  }

  /* content */
  .box .p:nth-child(n+1) .name {  /* title */
    left:20px;
    bottom:50%;
  }
  .box .p .content-o {
    top: 200px;
    /* background:unset; */
    height: 200px;
    font-size: 14px;
    border-radius: 10px;
    line-height:170%;
  }
  .box .p .content {
    width: 320px;
    top:330px !important;
    /* background:unset; */
    /* background: linear-gradient(#19191a 0%,#19191a 50%,#19191a 0%,transparent 100% ) !important; */
    height: 300px;
    font-size:14px;
    border-radius: 10px;
    line-height:170%;
  }
  .box .p:nth-child(5) .content {
    width: 240px;
  }
  .box .p:last-child  .content{
    width: 370px;
  }

  .box .p1 .name {
    background: url(../../img/listext.png) no-repeat;
  }
  .box .p2 .name {
    background: url(../../img/listext.png) no-repeat -40px -340px;
  }
  .box .p3 .name {
    background: url(../../img/listext.png) no-repeat -90px -680px;
  }
  .box .p4 .name {
    background: url(../../img/listext.png) no-repeat -40px -1020px;
  }
  .box .p5 .name {
    background: url(../../img/listext.png) no-repeat -50px -1360px;
  }
  .box .p6 .name {
    background: url(../../img/listext.png) no-repeat -10px -1700px;
  }
  .box .p7 .name {
    background: url(../../img/listext.png) no-repeat -20px -2040px;
  }
}

@media only screen  and (min-width: 1024px) and (orientation: portrait) { /* portrait landscape 竖横 */
  /* header nav */
  .list>ul>li p[class=title]::before {
      left: 250px;
  }
  /* content */
  .box .p img { 
    left:-17vw;
  }
  .tablist ul {
    justify-content:space-evenly;
  }
  .box .p .content {
    height: auto;
  }
  /* footer */
  .footer-links div > ul {
    width: 69vw;
  }
}


/* Phone */
@media screen and (max-width:767px) {
  .m-menu { 
    display:block;
    position: fixed;
    bottom:0;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, .85);
    box-shadow: 6px 0 0 0 rgb(0 0 0 / 50%);
    z-index: 999;
  }
  .m-menu ul {
      height: 60px;
  }
  .m-menu ul li {
      width: 20%;
      height: 60px;
      padding: 5px 0;
      float: left;
      text-align: center;
      font-size: 12px;
      color:#929292;
      vertical-align: baseline;
  }
  .m-menu ul li:hover {
      color: #fcf7f7;
  }
  .m-menu ul li div {
      font-weight: 700;
  }
  .m-menu .current {
      color: #ff3f3f;
  }

  .m-menu > div {
    width: 100%;
    height: calc(100vh + 30px);
    /* height: 140px; */
    display: block;
    position: absolute;
    top: 60px;
    background: rgba(30,30,30,0);
    color: #fff;
    /* padding: 15px; */
    font-size: 12px;
    color: #929292;
    z-index: 999999;
    transition: all .3s ease;
  }

  .user_Name { 
    background: rgba(30,30,30,0.95);
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 15px;
    height: 140px;
  }

  .m-menu > div li {
    float: left;
    width: 20%;
  }

  .m-menu > div li:nth-child(-n+5) {
    margin-top: 5px;
  }

  .m-menu > div li i {
    font-size: 48px !important;
    display: block;
  }

  .m-menu > div li a {
    color: #929292;
  }
  
  .user_Name > div span {
    position: relative;
    top: -7px;
    text-align: center;
    margin-right: 10px;
  }

  .m-menu > div > div span a {
    color: #eee;
    text-decoration: underline;
  }

  /* #mydiv {
    width: 100vw;
    height: calc(100vh - 0px);
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 100vw;
    bottom: 0;
    z-index: 999999;
    transition: all .3s ease;
    padding: 0;
    display: block;
  } */

  .mybian {
    /* top: -80px !important; */
    top: calc(-100vh + 30px) !important
  }


  .slideshow {width: 100vw; height: calc(100vh - 60px); display: block; overflow: hidden;}

  .box .p img { width: 130vw; height: 95vh; left: -30vw; top: 5vh; object-fit: cover; }
  
  .box .p .content { width: 53vw; height: 240px; background: rgba(0, 0, 0, .5); color: #eee; position: relative; top: 130px; left:8px; padding: 15px; line-height: 150%; font-size: 12px; overflow-y: auto; }
  .box .p .content-o { width: 88%; height: 180px; background: rgba(0, 0, 0, .5); color: #eee; position: relative; top: 130px; left: 8px; padding: 15px; line-height: 150%; font-size: 12px; overflow-y: auto; }


  .tablist { height: 110px; overflow: hidden; display: inline-block; justify-content: flex-start;}
  
  .tablist ul  { height: 100px; /* width: 5000px; position: absolute; */ display: flex; flex-wrap: nowrap; align-content: center; }
  .tablist li { width: 64px; height: 64px; margin: 0; margin-left: 5px; overflow: hidden;}
  /* .tablist li:nth-child(1) { margin-left: 10px;} */
  .tablist li.on { height: 64px; transform: translateY(0); transform: scale(1.1);}
  .tablist li i { height: calc(100% - 20px); background-position: center center; background-size: cover;}
  .tablist li em { font-size: 9px; height: 16px; line-height: 14px;}
  .tablist li em .sp1 { display:none;}

  .tablist li:nth-child(-n+7) i {
    background-position: 0 -5px;
  }

  
  .name { position: absolute; width: 180px !important; height: 180px !important; left: 0; top: 18%; transform: translateX(-20%); opacity: 0; background-repeat: no-repeat !important; }
  .box .p1 .name { background: url(../../img/listext.png) no-repeat 0 0; background-size: 100% !important; }
  .box .p2 .name { top: 18%; background: url(../../img/listext.png) no-repeat -27px -180px; background-size: 85% !important; }
  .box .p3 .name { top: 18%; background: url(../../img/listext.png) no-repeat -57px -360px; background-size: 85% !important; }
  .box .p4 .name { top: 18%; background: url(../../img/listext.png) no-repeat -27px -540px; background-size: 85% !important; }
  .box .p5 .name { top: 18%; background: url(../../img/listext.png) no-repeat -35px -720px; background-size: 83% !important; }
  .box .p6 .name { top: 18%; background: url(../../img/listext.png) no-repeat -8px -930px; background-size: 85% !important; }
  .box .p7 .name { top: 18%; background: url(../../img/listext.png) no-repeat -18px -1110px; background-size: 85% !important; }

  .box .p1.show .name, .box .p2.show .name, .box .p3.show .name, .box .p4.show .name,.box .p5.show .name,.box .p6.show .name,.box .p7.show .name { opacity: 1; transform: translateX(0); z-index: 999;  }
  /* .box .p .content-o { left: 8px; top: 130px; font-size: 12px;} */
  /* .box .p .content { width:50vw; left: 8px; top: 130px; font-size: 12px;} */

  .box .p2 .content { top: 180px;}
  .box .p3 .content { top: 180px;}
  .box .p4 .content { top: 180px;}
  .box .p5 .content { top: 180px;}
  .box .p6 .content { top: 180px;}
  .box .p7 .content { top: 180px;}


  /*** 导航 ***/
  .search { top: 15px; }
  .navM { color: #aaa; position: absolute; right: 0; top: 15px; display: block; }

  .tou { height:60px;}
  .bian .search { top: 15px; }
  /* .bian .navM { bottom: 10px; } */
  .bian .logo { left: 0; top: -17px; transform: scale(1); filter: invert(0%); }
  .tou .logo {
    position: absolute;
    left: calc((100% - 72px)/2);
  }
  .logo i {
    top: 20px;
    font-size: 44px !important;
  }
  .nav-menu {
    font-style: normal;
    position: relative;
    opacity: 0;
    top: -6px;
    transition: all .3s ease;
  }
  .bian .nav-menu {
    opacity: 1;
    left: -2px;
    font-size: 14px;
  }

  .nav-back { position: relative; font-family: Arial, Helvetica, sans-serif; font-style: italic; letter-spacing: 1px; color: #eee; width: auto; left: 0; top: 1px; transform: scale(1.2); filter: invert(0%); transition: all .3s ease; margin: 0; }
  .nav-back i {   position: relative; height: 42px; font-size: 24px !important; }
  .bian .nav-back { left: -2px; transform: scale(1); filter: invert(0%); }
  #nav-i-1 { display: block; }
  #nav-i-2 { display: block; }

  .nav-prev { font-style: normal; position: relative; opacity:0; top:-3px; transition: all .3s ease; }
  .bian .nav-prev { opacity: 1; left:-2px; font-size: 14px;}

  .focus-mark {
    width: 100vw;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(#19191a 0%,transparent 50% );
    z-index: 99;
  }

  .search { 
    display: none;
  }
  .search2 { 
      height: auto !important;
      position: relative;
      top: 8px;
      left: 10px;
      width: 180px;
  }
  .search2 input {
      height: 32px;
      width: auto;
      line-height: 32px;
      font-size: 14px;
      font-family: Helvetica,"Microsoft YaHei","微软雅黑",Arial,sans-serif;
      color: #999;
      padding: 0 4px 0 16px;
      background-color: #1d1c1f;
      border: 0;
      border-radius: 16px;
      outline: none;
      transition: all 1.5s ease;
  }
  .search2 input:focus {
      background:#1d1c1f;
      color: #fff;
  }

  .search2 .searchBtn {
      outline: none;
      height: 32px;
      /* padding: 0 15px; */
      width: 35px;
      border-radius: 0 15px 15px 0;
      border: 0;
      display: block;
      position: absolute;
      right: 5px;
      top: 0px;
      background: none;
      cursor: pointer;
  }

}

@media screen and (min-width:640px) and (max-width:750px) {
  .footer {
    height: 510px;
  }
}

@media only screen and (max-width:414px) {
  .footer {
      height: 420px !important;
  }
}

@media screen and (max-width:390px) {
  .footer {
      height: 420px !important;
  }
}

@media screen and (max-width:375px) {
  .footer {
    height: 420px !important;
  }
}

@media screen and (max-width:360px) {
  .footer { 
    height: 400px;
  }
}

@media screen and (min-width:360px) and (max-width:414px) {
  .box .p a {
    font-size: 12px;
  }

  .box .p1 .name { bottom: 280px !important; top: unset !important; }
  .box .p2 .name { bottom: 360px !important; top: unset !important; }
  .box .p3 .name { bottom: 360px !important; top: unset !important; }
  .box .p4 .name { bottom: 360px !important; top: unset !important; }
  .box .p5 .name { bottom: 360px !important; top: unset !important; }
  .box .p6 .name { bottom: 360px !important; top: unset !important; }
  .box .p7 .name { bottom: 360px !important; top: unset !important; }
}

@media only screen and (min-width: 720px) and (max-width:750px) and (orientation:portrait) {
  .tablist {
    height: 150px;
    overflow: hidden;
    display: inline-block;
    justify-content: flex-start;
    padding-top: 35px;
  }
  .tablist ul {
    height: 100px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
  }
  .tablist li.on {
    height: 84px;
    transform: translateY(0);
    transform: scale(1.3);
  }
  /* 文本 */
  .box .p1 .name { bottom: 380px !important; top: unset !important; }
  .box .p2 .name { bottom: 520px !important; top: unset !important; }
  .box .p3 .name { bottom: 520px !important; top: unset !important; }
  .box .p4 .name { bottom: 520px !important; top: unset !important; }
  .box .p5 .name { bottom: 520px !important; top: unset !important; }
  .box .p6 .name { bottom: 520px !important; top: unset !important; }
  .box .p7 .name { bottom: 520px !important; top: unset !important; }
  .box .p:nth-child(-n+8) .content {
    width: 45vw;
  }

  .box .p .content-o {
    width: 45vw;
    height: 180px;
    background: rgba(0, 0, 0, .5);
    color: #eee;
    position: relative;
    top: 130px;
    left: 8px;
    padding: 15px;
    line-height: 150%;
    font-size: 12px;
    overflow-y: auto;
  }

  .box .p img {
    width: 130vw;
    height: 95vh;
    left: -30vw;
    top: 5vh;
    object-fit: cover;
    /* transform: scale(0.9) !important; */
  }

  .tablist li {
    transform:scale(1.2);
    height: 84px;
  }

  .box .p1.show .name, .box .p2.show .name, .box .p3.show .name, .box .p4.show .name,.box .p5.show .name,.box .p6.show .name,.box .p7.show .name { transform:scale(1.3); left:3%;}  

}

@media only screen and (width:1080px) and (orientation:portrait) {
  .slideshow { 
    max-height: 1670px;
  }
  .box .p:nth-child(n+1) .name {
    left: 10%;
    bottom: 50%;
    transform: scale(1.5);
  }
  .box .p:nth-child(1) .name {
    bottom: 30%;
  }
  .box .p img {
    left: -11vw;
  }
}

@media only screen and (width:640px) and (orientation:portrait) {

  .tablist {
    height: 150px;
    overflow: hidden;
    display: inline-block;
    justify-content: flex-start;
    padding-top: 35px;
  }

  .tablist ul {
    height: 100px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
  }

  .tablist li {
    transform:scale(1.2);
    height: 84px;
  }

  .tablist li.on {
    height: 84px;
    transform: translateY(0);
    transform: scale(1.3);
  }

    /* 文本 */
    .box .p1 .name { bottom: 380px !important; top: unset !important; }
    .box .p2 .name { bottom: 500px !important; top: unset !important; }
    .box .p3 .name { bottom: 500px !important; top: unset !important; }
    .box .p4 .name { bottom: 500px !important; top: unset !important; }
    .box .p5 .name { bottom: 500px !important; top: unset !important; }
    .box .p6 .name { bottom: 500px !important; top: unset !important; }
    .box .p7 .name { bottom: 500px !important; top: unset !important; }
    .box .p:nth-child(-n+8) .content {
      width: 45vw;
    }
  
    .box .p .content-o {
      width: 45vw;
      height: 180px;
      background: rgba(0, 0, 0, .5);
      color: #eee;
      position: relative;
      top: 130px;
      left: 8px;
      padding: 15px;
      line-height: 150%;
      font-size: 12px;
      overflow-y: auto;
    }
  
    .box .p img {
      width: 130vw;
      height: 95vh;
      left: -30vw;
      top: 5vh;
      object-fit: cover;
      /* transform: scale(0.9) !important; */
    }

  .box .p1.show .name, .box .p2.show .name, .box .p3.show .name, .box .p4.show .name,.box .p5.show .name,.box .p6.show .name,.box .p7.show .name { transform:scale(1.3); left:3%;}  

}