@charset "utf-8";
/* CSS Document */
/* 设定 */
body,html{
  scroll-behavior: smooth;
}
.l-content {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1200px;
  height: auto;
  font-family: Arial, "Microsoft Yahei", SimHei, STHeiti, Helvetica, serif;
  overflow: hidden;
}
.l-content h1,
.l-content h2,
.l-content h3,
.l-content h4,
.l-content h5,
.l-content p,
.l-content a,
.l-content ul,
.l-content li,
.l-content dl,
.l-content dt,
.l-content dd,
.l-content a img {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  font-weight: normal;
}
.l-content img {
  border: none;
}
.l-content a {
  text-decoration: none;
}
.l-content .p-abs {
  position: absolute;
}
.l-content .p-rel {
  position: relative;
}
.l-content .ft-bold {
  font-weight: bold;
}
.l-content .text-align-center {
  left: 0;
  right: 0;
  text-align: center;
}
.l-content .nav-btn{
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  border-bottom: 1px solid #fff;
  top: 50%;
  transform: translateY(-50%);
}
.l-content .nav-list-1{
  left: 684px;
}
.l-content .nav-list-2{
  left: 782px;
}
.l-content .nav-list-3{
  left: 902px;
}
.l-content .nav-list-4{
  left: 976px;
}
.l-content .nav-list-5{
  left: 1098px;
}
.l-content .btn-1{
  left: 284px;
  top: 426px;
  transition: all .3s;
}
.l-content .link-p{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 26px;
  top: 157px;
}
.l-content .link-p>a{
  margin-bottom: 6px;
}
.l-content .btn-2{
  left: 50%;
  bottom: 29px;
  transform: translateX(-50%);
  transition: all .3s;
}
.video{
  top: 226px;
  left: 47px;
}
.video-time{
  color: #fff;
  font-size: 30px;
  top: 55%;
  left: 26%;
  transform: translate(-50%,-50%);
}
.l-content .btn-3{
  left: 50%;
  bottom: 49px;
  transform: translateX(-50%);
  transition: all .3s;
}
.l-content .btn-4{
  left: 295px;
  top: 414px;
  transition: all .3s;
}
.l-content .other-l{
  width: 998px;
  display: flex;
  justify-content: space-between;
  top: 161px;
  left: 36px;
}
.l-content .btn-5{
  right: 40px;
  top: 271px;
  transition: all .3s;
}
.l-content .btn-1:hover,
.l-content .btn-4:hover,
.l-content .btn-5:hover{
  transform: scale(1.05);
}
.l-content .btn-2:hover,
.l-content .btn-3:hover{
  transform: translateX(-50%) scale(1.05);
}
.l-content .f-list{
  display: flex;
  justify-content: space-between;
  top: 79.0548%;
  margin: 0 4.8%;
}
.l-content .f-list dl{
  width: 30.3097%;
}
.l-content .f-list dl dt{
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(0, 0, 0);
}
.l-content .f-list dl dd{
  font-size: 18px;
  padding-top: 12px;
  line-height: 30px;
  letter-spacing:2px;
}
.l-content .p3 .link-p a {
  width: 281px;
  height: 142px;
}
.l-content .p3 .link-p a img {
  display: none;
}
.banner{
  top: 52.0548%;
  text-align: center;
  width:100%;
}
.movepic{
    position: absolute;
    right: 15px;
    bottom: 950px;
    cursor: pointer;
    z-index: 9999;
}
.movepic.floating {
    position: fixed;
    right: 35px;
    bottom: 70px;
}
.scanpic{
    position: absolute;
    right: 80px;
    top: 0;
    display: none;
}
.movepic:hover .scanpic{
   display: block;
}