/*pad*/

img {
  max-width: 100%;
}

.gh {
  height: 24px;
  width: 24px;
  position: absolute;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  -webkit-transition: all 0.5s cubic-bmezier(0.7, 0, 0.3, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  cursor: pointer;
  z-index: 9999;
  display: none;
}

.selected .gh {
  transform: rotate(90deg);
}

.gh a {
  background-color: #111;
  display: block;
  margin: 0 auto;
  height: 2px;
  margin-top: -1px;
  position: relative;
  top: 50%;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  width: 100%;
  border-radius: 2px;
}

.gh a:after {
  width: 100%;
}

.gh a:before {
  width: 100%;
}

.gh a:after,
.gh a:before {
  background-color: #111;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.gh a:after {
  top: 7px;
}

.gh a:before {
  top: -7px;
}

.selected .gh a:after,
.selected .gh a:before {
  top: 0;
  background: #111;
}

.selected .gh a:before {
  transform: translateY(0px) rotate(-45deg);
  -webkit-transform: translateY(0px) rotate(-45deg);
  -ms-transform: translateY(0px) rotate(-45deg);
  width: 100%;
}

.selected .gh a:after {
  transform: translateY(0px) rotate(45deg);
  -webkit-transform: translateY(0px) rotate(45deg);
  -ms-transform: translateY(0px) rotate(45deg);
  width: 100%;
}

.selected .gh a {
  /* background-color: transparent !important; */
  background: #111;
}
html {
  font-size: 19.2px;
}
.mobbanner {
  display: none;
}

@media only screen and (max-width: 1720px) {
  .fxbtn {
    right: 20px;
  }
  .fybtn {
    right: 20px;
  }
  html {
    font-size: 17.2px;
  }
  .banner .pics img {
    flex: 1;
    width: 20%;
  }
}

@media only screen and (max-width: 1380px) {
  html {
    font-size: 13.8px;
  }
  .rnews dd a p {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .rnews dt {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .djlist dd a {
    padding: 7px 0;
  }
  .djlist dt a {
    margin-bottom: 14px;
  }
  .hsection1 .lis {
    width: 20%;
  }
  .hsection1 .lis.on {
    width: 40%;
  }
  .hsection1 .lis .unews {
    width: calc(100% - 50px);
  }
}
@media only screen and (max-width: 1180px) {
  .wrap {
    margin: 0 40px !important;
    width: auto !important;
  }
  .naver li {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 992px) {
  h2 {
    font-size: 20px !important;
  }
  h3 {
    font-size: 18px !important;
  }
  h4 {
    font-size: 16px !important;
  }
  h5 {
    font-size: 16px !important;
  }
  p,
  h6 {
    font-size: 14px !important;
  }
  .header .wrap {
    height: 60px;
  }
  .layout {
    padding-top: 60px;
  }
  .fxbtn {
    display: none;
  }
  .wrap {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .padt100 {
    padding-top: 0;
  }
  html {
    font-size: 16px;
  }
  .naver .wrap {
    padding: 0;
  }
  .naver {
    position: absolute;
    right: 0;
    top: 100%;
    width: 80%;
    height: calc(100vh - 60px);
    transform: translateX(100%);
    transition: all 0.3s;
    -ms-transition: all 0.3s; /* IE 9 */
    -moz-transition: all 0.3s; /* Firefox */
    -webkit-transition: all 0.3s; /* Safari 和 Chrome */
    -o-transition: all 0.3s;
    overflow-y: scroll;
    background: #fff;
  }
  .layout.selected .naver {
    transform: translateX(0%);
  }
  .header .naver ul {
    display: block;
  }
  .header .naver li h3 a {
    font-size: 16px;
    padding: 0 20px;
    line-height: 46px;
    text-align: left;
  }
  .header .naver li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
  }
  .header {
    -webkit-backdrop-filter: blur(1.5625vw);
    -webkit-backdrop-filter: blur(1.5625vw);
    backdrop-filter: blur(1.5625vw);
    /* background-color: rgba(255, 255, 255, 1); */
  }
  .header .hth h5 {
    display: none;
  }
  .header .hth .rt {
    display: none;
  }
  .gh {
    display: block;
    position: static;
  }
  .hmask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 11;
    display: none;
  }
  .header .logo img {
    height: 40px;
  }
  .aban img {
    width: 100%;
    border-radius: 0;
  }
  .aban {
    padding-bottom: 0;
  }
  .aban h4 {
    line-height: 60px;
    bottom: -30px;
    width: 240px;
  }
  .about .hd {
    margin: 60px 0 30px;
  }
  .about .hd .ico {
    display: none;
  }
  .about .hd dl {
    display: none;
  }
  .about .bd {
    width: auto;
  }
  .about .bd .detail {
    margin-top: 30px;
  }
  .fybtn {
    display: none;
  }
  .footer {
    padding: 40px 30px 30px;
  }
  .footer .wrap {
    display: block;
  }
  .footer .ul {
    width: auto;
    margin: 0;
    justify-content: space-between;
    margin-top: 30px;
  }
  .footer .li dl {
    margin: 0;
    padding: 0;
  }
  .whlogo img {
    height: 70px;
    margin: 20px 0 0;
  }
  .uform {
    width: auto;
    padding-top: 60px;
  }
  .banner {
    height: 120vw;
  }
  .banner .text {
    top: 120px;
  }
  .banner .pics {
    padding: 0 15px;
  }
  .flexcent {
    display: block;
    margin-bottom: 30px;
  }
  .flexcent .pic img {
    width: auto;
    height: auto;
  }
  .flexcent .text {
    margin: 20px 0 0;
    width: auto;
  }
  .hsection1 .ico {
    display: none;
  }
  .hsection1 {
    padding-bottom: 30px;
  }
  .hsection2 {
    padding: 40px 20px;
  }
  .tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .swiperlist .prev,
  .swiperlist .next {
    margin: 0 -30px;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -15px;
  }
  .hsection3 {
    padding: 40px 0;
  }
  .hsection4 .pics {
    width: auto;
  }
  .footer .ftico {
    width: 8rem;
    top: -2.5rem;
  }
  .pad100.hsection3 .hnews {
    padding: 0;
  }
  .fsection6 {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .fsection6 .flex {
    display: block;
  }
  .fsection6 .flex .pic {
    width: auto;
  }
  .fsection6 .text {
    width: auto;
    margin: 15px 0 0;
  }
  .fsection6 li {
    margin-top: 30px;
    width: auto;
  }
  .fsection6 li img {
    display: none;
  }
  .fsection6 .flex.active {
    margin-top: 30px;
  }
  .fsection6 .bd {
    margin-top: 30px;
  }
  .fsection6 .bd .wrap {
    padding: 25px;
  }
  .fsection6 .bd h4 {
    font-size: 18px;
  }
  .fsection6 .bd .detail {
    line-height: 2.4;
  }
  .fsection7 {
    padding-top: 60px;
  }
  .fsection7 .hd ul {
    display: block;
  }
  .fsection7 .hd li {
    width: auto;
    margin-bottom: 30px;
    transform: translate(0) !important;
  }
  .uftit,
  .fsection7 .hd li .uftit {
    font-size: 24px !important;
  }
  .fsection7 .bd {
    margin-top: 30px;
  }
  .fpiclist ul li {
    width: 49%;
    margin: 0 0 10px 0;
  }
  .fpiclist ul {
    justify-content: space-between;
  }
  .fpiclist ul li a {
    padding: 15px;
  }
  .access {
    margin-top: 30px;
  }
  .access .flexpic {
    display: block;
  }
  .access .flexpic .pic {
    width: 100%;
  }
  .access .flexpic .text {
    width: auto;
    margin: 20px 0 0;
  }
  .interior .ico {
    display: none;
  }
  .interior {
    padding-top: 30px;
  }
  .fsection7 {
    padding-bottom: 30px;
  }
  .interior ul {
    margin: 20px 0 0;
    display: block;
  }
  .interior ul li {
    width: auto;
    transform: translate(0) !important;
    margin: 0 0 10px;
  }
  .qalist {
    width: auto;
    margin-top: 60px;
    padding: 0 15px;
  }
  .qingb {
    margin-top: 0;
    padding: 40px 0;
  }
  .qingb .hd h2 i {
    font-size: 20px;
  }
  .qingb .bd {
    display: block;
  }
  .qingb .bd .wtab {
    width: auto;
    margin: 20px 0;
    position: static;
  }
  .qingb .bd .rt {
    width: auto;
  }
  .qingb .bd .rt .flex h3 {
    font-size: 16px !important;
  }
  .wdetail {
    padding: 40px 0;
  }
  .wdetail .hd h1 {
    font-size: 20px;
  }
  .webbanner {
    display: none !important;
  }
  .mobbanner {
    display: block !important;
  }
  .mobbanner .text {
    top: 27rem !important;
  }
  .mobbanner .text h3,
  .mobbanner .text h4 {
    text-shadow:
      0 3px 12px rgba(0, 0, 0, 0.6),
      0 0 4px rgba(0, 0, 0, 0.8);
  }
  .access-note {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .hsection1 .pora .prev, .hsection1 .pora .next{
      top: 300px;margin: 0;
  }
  
  
  
  
}
