* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #555;
  margin: 0;
  line-height: 1.5;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #555;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  font-size: 0.14rem;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
html {
  -ms-touch-action: none;
}
.content {
  width: 84.1%;
  margin: 0 auto;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.headerone {
  background: transparent;
}
.headerone .headercenter .headerr .nav ul li .title_nav {
  color: #fff;
}
.headerone.header .headercenter .headerr .search::after {
  background: rgba(255, 255, 255, 0.3);
}
#navBar {
  z-index: 3;
  position: absolute;
  top: 10%;
  right: 3%;
}
#navBar .active {
  background: #ccc;
}
#navBar li {
  cursor: pointer;
  margin-bottom: 10px;
  transition: all 0.7s ease;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
}
#pageContain .section1 {
  width: 100vw;
  overflow: hidden;
}
#pageContain .section1 .banner {
  width: 100%;
  position: relative;
}
#pageContain .section1 .banner ul li {
  width: 100%;
  height: 100%; 
}
#pageContain .section1 .banner ul li.swiper-slide-active{

}
#pageContain .section1 .banner ul li a {
  display: block;
  width: 100vw;
  height: 100vh;
}
#pageContain .section1 .banner ul li img {
  width: 100vw;
  height: 100vh;
  display: block;
  object-fit: cover;
  transition:2s;
  transform:scale(1.1,1.1);
}

#pageContain .section1 .banner ul li video {
  width: 100vw;
  height: 100vh;
  display: block;
  object-fit: cover;
  transition:2s;
  transform:scale(1.1,1.1);
}

#pageContain .section1 .banner ul li.swiper-slide-active img {
  transition:6s linear;
		transform:scale(1,1);
}

#pageContain .section1 .banner ul li.swiper-slide-active video{
  transition:6s linear;
		transform:scale(1,1);
}
#pageContain .section1 .banner .bannerl {
  width: 21px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  z-index: 9;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pageContain .section1 .banner .bannerl img {
  width: 100%;
  height: 100%;
  display: block;
}
#pageContain .section1 .banner .bannerl:hover {
  opacity: 1;
}
#pageContain .section1 .banner .bannerr {
  width: 21px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  z-index: 9;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pageContain .section1 .banner .bannerr img {
  width: 100%;
  height: 100%;
  display: block;
}
#pageContain .section1 .banner .bannerr:hover {
  opacity: 1;
}
#pageContain .section1 .banner .banner-pagination {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
}
#pageContain .section1 .banner .banner-pagination span {
  width: 25px;
  height: 25px;
  margin: 0 8px;
  opacity: 1;
  border: 2px solid transparent;
  border-radius: 50%;
  background: transparent;
  position: relative;
}
#pageContain .section1 .banner .banner-pagination span::after {
  content: "";
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  display: block;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
#pageContain .section1 .banner .banner-pagination span.swiper-pagination-bullet-active {
  border: 2px solid #fff;
}
#pageContain .section1 .bannerphone {
  width: 100%;
  position: relative;
  display: none;
}
#pageContain .section1 .bannerphone ul li {
  width: 100%;
  height: 100%;
}
#pageContain .section1 .bannerphone ul li a {
  display: block;
  width: 100vw;
  height: 100vh;
}
#pageContain .section1 .bannerphone ul li img {
  width: 100vw;
  height: 100vh;
  display: block;
  object-fit: cover;
}
#pageContain .section1 .bannerphone .bannerl {
  width: 21px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  z-index: 9;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pageContain .section1 .bannerphone .bannerl img {
  width: 100%;
  height: 100%;
  display: block;
}
#pageContain .section1 .bannerphone .bannerl:hover {
  opacity: 1;
}
#pageContain .section1 .bannerphone .bannerr {
  width: 21px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  z-index: 9;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pageContain .section1 .bannerphone .bannerr img {
  width: 100%;
  height: 100%;
  display: block;
}
#pageContain .section1 .bannerphone .bannerr:hover {
  opacity: 1;
}
#pageContain .section1 .bannerphone .banner-pagination {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
}
#pageContain .section1 .bannerphone .banner-pagination span {
  width: 25px;
  height: 25px;
  margin: 0 8px;
  opacity: 1;
  border: 2px solid transparent;
  border-radius: 50%;
  background: transparent;
  position: relative;
}
#pageContain .section1 .bannerphone .banner-pagination span::after {
  content: "";
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  display: block;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
#pageContain .section1 .bannerphone .banner-pagination span.swiper-pagination-bullet-active {
  border: 2px solid #fff;
}
#pageContain .section2 {
  overflow: hidden;
}
#pageContain .section2 .culture {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
#pageContain .section2 .culture .content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
}
#pageContain .section2 .culture .culturebg {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
#pageContain .section2 .culture .culturecenter {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100vh;
  overflow: hidden;
}
#pageContain .section2 .culture .culturecenter .culture1 {
  width: 21.875%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  padding-top: 154px;
  padding-left: 2%;
  padding-right: 2%;
  text-align: center;
  box-sizing: border-box;
}
#pageContain .section2 .culture .culturecenter .culture1::after {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  top: 0;
  right: 0;
  position: absolute;
}
#pageContain .section2 .culture .culturecenter .culture1 h4 {
  display: block;
  font-size: 38px;
  display: none;
}
#pageContain .section2 .culture .culturecenter .culture1 p {
  font-size: 15px;
  color: #999999;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 5px;
  display: none;
}
#pageContain .section2 .culture .culturecenter .culture2 {
  width: 24.75%;
  padding-left: 3%;
  padding-right: 3%;
}
#pageContain .section2 .culture .culturecenter .cluturelist {
  padding-top: 154px;
  box-sizing: border-box;
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pageContain .section2 .culture .culturecenter .cluturelist::after {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  top: 0;
  right: 0;
  position: absolute;
}
#pageContain .section2 .culture .culturecenter .cluturelist h4 {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
#pageContain .section2 .culture .culturecenter .cluturelist h4 i {
  width: 32px;
  height: 32px;
  display: block;
}
#pageContain .section2 .culture .culturecenter .cluturelist h4 i img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
#pageContain .section2 .culture .culturecenter .cluturelist h4 span {
  display: block;
  padding-left: 20px;
}
#pageContain .section2 .culture .culturecenter .cluturelist h4 span b {
  /* font-size: 15px; */
  line-height: 1; 
  color: #666666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
  font-size: 18px;
}
#pageContain .section2 .culture .culturecenter .cluturelist h4 span em {
  line-height: 1;
  display: block;
  color: #666666;
  text-transform: uppercase;
  margin-top: 5px;

}
#pageContain .section2 .culture .culturecenter .cluturelist p {
  color: #555;
  font-size: 18px;
  line-height: 38px;
}
#pageContain .section2 .culture .culturecenter .cluturelist:hover {
  transform: translateY(-5px);
}
#pageContain .section2 .culture .culturecenter .cluturelist:hover h4 span b {
  color: #fdb413;
}
#pageContain .section2 .culture .culturecenter .culture3 {
  width: 21.875%;
}

#pageContain .section2 .culture .culturecenter .culture2 h4 span b {
  letter-spacing: 11px;
  letter-spacing:0px !important;
  font-size: 18px;
}

#pageContain .section2 .culture .culturecenter .culture3 h4 span b {
  /* letter-spacing: 6px; */
  font-size: 18px;
}
#pageContain .section2 .culture .culturecenter .culture3 h4 span em {
  letter-spacing: 0px;
}
#pageContain .section2 .culture .culturecenter .culture4 {
  width: 31.5%;
}
 
#pageContain .section2 .culture .culturecenter .culture4::after {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  top: 0;
  right: 0;
  position: absolute;
}
#pageContain .section2 .culture .culturecenter .culture4 h4 span em {
  letter-spacing: 0;
}
#pageContain .section3 {
  background: url(../images/section3.jpg) no-repeat center;
  background-size: cover;
}
#pageContain .section3 .section3center {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 100px;
}
#pageContain .section3 .section3center .section3l {
  width: 30.1875%;
  position: relative;
}
#pageContain .section3 .section3center .section3l .section3lcenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#pageContain .section3 .section3center .section3l .section3lcenter .section3ltitle {
  width: 45%;
  display: block;
}
#pageContain .section3 .section3center .section3l .section3lcenter .boyuanren {
  width: 100%;
  display: block;
  font-size: 24px;
  margin-top: 19px;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 0;
}
#pageContain .section3 .section3center .section3l .section3lcenter p {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-line-clamp: 3; */
  -webkit-box-orient: vertical;
}

#pageContain .section3 .section3center .section3l .section3lcenter p span{
  display: block;
  padding-bottom: 10px;
  text-align: justify;
  line-height: 1.8;
}
#pageContain .section3 .section3center .section3l .section3lcenter .boyuanrenmore {
  width: 220px;
  height: 58px;
  display: block;
  background: #fdb413;
  text-align: center;
  line-height: 58px;
  color: #fff;
  font-size: 16px;
  margin-top: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pageContain .section3 .section3center .section3l .section3lcenter .boyuanrenmore:hover {
  transform: translateY(-5px);
  background: #b2a89b;
}
#pageContain .section3 .section3center .section3r {
  width: 57.51%;
  position: relative;
}
#pageContain .section3 .section3center .section3r .section3rbg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
#pageContain .section3 .section3center .section3r ul {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
#pageContain .section3 .section3center .section3r ul li {
  position: absolute;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pageContain .section3 .section3center .section3r ul li img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
}
#pageContain .section3 .section3center .section3r ul li:nth-child(1) {
  top: 8%;
  left: 23%;
  width: 13%;
}
#pageContain .section3 .section3center .section3r ul li:nth-child(2) {
  top: 25.8%;
  left: 23%;
  width: 13%;
}
#pageContain .section3 .section3center .section3r ul li:nth-child(3) {
  top: 8%;
  left: 37%;
  width: 26.48%;
}
#pageContain .section3 .section3center .section3r ul li:nth-child(4) {
  top: 8%;
  left: 64.4%;
  width: 13%;
}
#pageContain .section3 .section3center .section3r ul li:nth-child(5) {
  top: 25.8%;
  left: 64.4%;
  width: 13%;
}
#pageContain .section3 .section3center .section3r ul li:nth-child(6) {
  top: 43.6%;
  left: 37%;
  width: 12.71%;
}
#pageContain .section3 .section3center .section3r ul li:nth-child(7) {
  top: 43.6%;
  left: 50.9%;
  width: 12.71%;
}
#pageContain .section3 .section3center .section3r ul li:nth-child(8) {
  top: 43.6%;
  left: 64.4%;
  width: 13%;
}
#pageContain .section3 .section3center .section3r ul li:nth-child(9) {
  top: 32.6%;
  right: 0%;
  width: 21.538%;
}
#pageContain .section3 .section3center .section3r ul li:nth-child(10) {
  top: 60.95%;
  left: 24.06%;
  width: 25.6%;
}
#pageContain .section3 .section3center .section3r ul li:nth-child(11) {
  top: 60.95%;
  left: 50.8%;
  width: 20%;
}
#pageContain .section3 .section3center .section3r ul li:nth-child(12) {
  top: 60.95%;
  left: 72%;
  width: 13.354%;
}
#pageContain .section3 .section3center .section3r ul li:hover {
  transform: scale(1.2);
  z-index: 9999;
  /* border: 2px solid #fff; */
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
}

.enlarge {
  transform: scale(1.2) !important;
  z-index: 9999;
  /* border: 2px solid #fff; */
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
}


#pageContain .section4 {
  position: relative;
}
#pageContain .section4 .title {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: 99;
  width: 100%;
}
#pageContain .section4 .title h3 a {
  font-size: 38px;
  display: block;
  text-align: center;
  color: #fff;
}
#pageContain .section4 .title p {
  font-size: 16px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
#pageContain .section4 .bd {
  width: 100vw;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#pageContain .section4 .bd ul li  {
  display: block;
  width: 100vw;
  height: 100vh;
}
#pageContain .section4 .bd ul li  img {
  width: 100vw;
  height: 100vh;
  display: block;
  object-fit: cover;
}
#pageContain .section4 .hd {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/section4hd.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100px;
  z-index: 3;
}
#pageContain .section4 .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
#pageContain .section4 .hd ul li {
  position: relative;
  height: 100px;
  width: 11.1111%;
}
#pageContain .section4 .hd ul li::after {
  content: "";
  width: 1px;
  height: 24px;
  background: #f5d08a;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#pageContain .section4 .hd ul li a {
  width: 100%;
  border-radius: 15px 15px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pageContain .section4 .hd ul li a em i {
  width: 0;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pageContain .section4 .hd ul li a em i img {
  width: 35px;
  height: 35px;
  display: block;
}
#pageContain .section4 .hd ul li a em span {
  display: block;
  text-align: center;
  font-size: 15px;
}
#pageContain .section4 .hd ul li.on a {
  background: #feb60b;
  height: 170px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pageContain .section4 .hd ul li.on a em {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pageContain .section4 .hd ul li.on a em i {
  width: 35px;
  display: block;
  margin: 0 auto;
  margin-top: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pageContain .section4 .hd ul li.on a em span {
  text-align: center;
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin-top: 22px;
}
#pageContain .section5 {
  background: url(../images/section5.jpg) no-repeat center;
  background-size: cover;
}
#pageContain .section5 .section5center {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 80px;
}
#pageContain .section5 .section5center .section5l {
  width: 23.25%;
  margin-top: 40px;
}
#pageContain .section5 .section5center .section5l h3 a {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
#pageContain .section5 .section5center .section5l p {
  font-size: 20px;
  color: #999999;
  text-transform: uppercase;
}
#pageContain .section5 .section5center .section5l .section5text {
  font-size: 20px;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 50px;
}

#pageContain .section5 .section5center .section5l .section5text a{
  display: block;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
}
#pageContain .section5 .section5center .section5l .boyuanrenmore {
  width: 220px;
  height: 58px;
  display: block;
  background: #fdb413;
  text-align: center;
  line-height: 58px;
  color: #fff;
  font-size: 16px;
  margin-top: 70px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pageContain .section5 .section5center .section5l .boyuanrenmore:hover {
  transform: translateY(-5px);
  background: #b2a89b;
}
#pageContain .section5 .section5center .section5r {
  width: 70%;
}
#pageContain .section5 .section5center .section5r .section5rt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#pageContain .section5 .section5center .section5r .section5rt a {
  display: block;
  position: relative;
  padding: 22.16% 0;
  overflow: hidden;
  width: 100%;
}
#pageContain .section5 .section5center .section5r .section5rt a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pageContain .section5 .section5center .section5r .section5rt a:hover img {
  transform: scale(1.1);
}

#pageContain .section5 .section5center .section5r .section5rt a span{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 30px;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
  background: rgb(253 180 19 / 50%);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
}
#pageContain .section5 .section5center .section5r .section5rb {
  margin-top: 60px;
}
#pageContain .section5 .section5center .section5r .section5rb ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#pageContain .section5 .section5center .section5r .section5rb ul li {
  width: 48%;
  padding: 36px 0;
  border-top: 1px solid #e9e0d8;
  border-bottom: 1px solid #e9e0d8;
}
#pageContain .section5 .section5center .section5r .section5rb ul li a {
  display: block;
  font-size: 16px;
  line-height: 32px;
  /* height: 64px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pageContain .section5 .section5center .section5r .section5rb ul li b {
  margin-top: 12px;
  display: block;
  height: 23px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#pageContain .section5 .section5center .section5r .section5rb ul li b span {
  line-height: 23px;
  font-weight: normal;
  font-size: 14px;
  color: #666666;
}
#pageContain .section5 .section5center .section5r .section5rb ul li b em {
  width: 23px;
  height: 23px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url(../images/section5rbmore.png) no-repeat center;
}
#pageContain .section5 .section5center .section5r .section5rb ul li:hover a {
  color: #fdb413;
}
#pageContain .section5 .section5center .section5r .section5rb ul li:hover b em {
  transform: translateX(-5px);
}






@media (max-width: 768px) {
  #pageContain .section1 .bannerphone {
    display: block;
  }
  #pageContain .section1 .banner {
    display: none;
  }
  #pageContain .section2 .culture {
    overflow: hidden;
    padding-bottom: 120px;
  }
  #pageContain .section2 .culture .culturebg {
    position: absolute;
    top: 0;
    left: 0;
    height: 200%;
    width: 100%;
    object-fit: cover;
  }
  #pageContain .section2 .culture .content {
    position: relative;
    left: 0;
    transform: translateX(0);
  }
  #pageContain .section2 .culture .culturecenter .culture1 {
    width: 100%;
    height: auto;
    padding-top: 100px !important;
  }
  #pageContain .section2 .culture .culturecenter .culture1 {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  #pageContain .section2 .culture .culturecenter .culture1 h4 {
    font-size: 26px;
  }
  #pageContain .section2 .culture .culturecenter .culture1 p {
    font-size: 14px;
  }
  #pageContain .section2 .culture .culturecenter {
    padding-top: 60px;
  }
  #pageContain .section2 .culture .culturecenter .cluturelist {
    width: 100%;
    justify-content: flex-start;
    padding-top: 40px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 40px;
    height: auto;
  }
  #pageContain .section2 .culture .culturecenter .cluturelist .cluturelistcenter {
    width: 100%;
  }
  #pageContain .section2 .culture .culturecenter .cluturelist h4 span {
    padding-left: 10px;
  }
  #pageContain .section2 .culture .culturecenter .cluturelist h4 span b {
    display: inline-block;
    font-size: 20px;
  }
  #pageContain .section2 .culture .culturecenter .cluturelist h4 span em {
    display: inline-block;
    padding-left: 20px;
    letter-spacing: 0 !important;
  }
  #pageContain .section2 .culture .culturecenter .cluturelist p {
    font-size: 15px;
    line-height: 2;
  }
  #pageContain .section2 .culture .culturecenter .culture1::after {
    background: rgba(0, 0, 0, 0) !important;
  }
  #pageContain .section2 .culture .culturecenter .cluturelist::after {
    background: rgba(0, 0, 0, 0) !important;
  }
  #pageContain .section2 .culture .culturecenter .cluturelist h4 {
    margin-bottom: 10px;
  }
  #pageContain .section2 .culture .culturecenter {
    height: auto;
  }
  #pageContain .section2 .culture {
    padding-bottom: 0;
  }
  #pageContain .section3 .section3center .section3l {
    width: 100%;
  }
  #pageContain .section3 .section3center .section3l .section3lcenter {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
  #pageContain .section3 .section3center .section3l .section3lcenter .section3ltitle {
    width: 50%;
  }
  #pageContain .section3 .section3center .section3l .section3lcenter .boyuanren {
    font-size: 26px;
    margin-bottom: 30px;
  }
  #pageContain .section3 .section3center .section3l .section3lcenter p {
    font-size: 16px;
    line-height: 2;
  }
  #pageContain .section3 .section3center .section3l .section3lcenter .boyuanrenmore {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
  }
  #pageContain .section3 .section3center .section3r {
    width: 100%;
    margin-top: 50px;
  }
  #pageContain .section4 .title {
    top: 100px;
  }
  #pageContain .section4 .title h3 a {
    font-size: 26px;
  }
  #pageContain .section4 .title p {
    font-size: 14px;
  }
  #pageContain .section4 .hd ul li {
    width: 30%;
    height: 30px;
  }
  #pageContain .section4 .hd ul li a em i img {
    display: none;
  }
  #pageContain .section4 .hd ul li a em span {
    line-height: 30px;
    font-size: 18px;
  }
  #pageContain .section4 .hd ul li.on a {
    height: 30px;
    line-height: 30px;
    border: 0;
  }
  #pageContain .section4 .hd ul li.on a em span {
    margin-top: 0;
    line-height: 30px;
  }
  #pageContain .section4 .hd {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #pageContain .section4 .hd ul li a {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  #pageContain .section4 .hd ul li.on a em i {
    display: none;
  }
  #pageContain .section4 .hd ul li.on a em span {
    font-size: 16px;
    font-weight: normal;
  }
  #pageContain .section4 .hd ul li.on a {
    border-radius: 0;
  }
  #pageContain .section5 .section5center .section5l {
    width: 100%;
    margin-top: 0;
  }
  #pageContain .section4 .hd ul li::after {
    display: none;
  }
  #pageContain .section5 .section5center .section5l h3 a {
    font-size: 26px;
    text-align: center;
  }
  #pageContain .section5 .section5center .section5l p {
    font-size: 14px;
    text-align: center;
  }
  #pageContain .section5 .section5center .section5l .section5text {
    display: none;
  }
  #pageContain .section5 .section5center .section5l .boyuanrenmore {
    display: none;
  }
  #pageContain .section5 .section5center .section5r {
    width: 100%;
  }
  #pageContain .section5 .section5center .section5r .section5rt {
    margin-top: 40px;
  }
  #pageContain .section5 .section5center .section5r .section5rb ul li {
    width: 100%;
    padding: 15px 0;
    border-top: 0;
  }
  #pageContain .section5 .section5center .section5r .section5rb {
    margin-top: 30px;
  }
  #pageContain .section5 .section5center .section5r .section5rb ul li a {
    font-size: 16px;
    line-height: 2;
    height: auto;
  }
  #pageContain .section5 .section5center .section5r .section5rb ul li b {
    margin-top: 0px;
  }
  #pageContain .section5 .section5center .section5r .section5rb ul li:nth-child(1) {
    border-top: 1px solid #e9e0d8;
  }
  .section6 .footer .footerb .footerbl {
    line-height: 2;
  }
  .section6 .footer .footert .footerl p b {
    margin-left: 0;
    margin-top: 20px;
  }
  .section6 .footer .footert .footerr {
    margin-top: 20px;
  }
  .section6 .footer .footert .footerr a {
    padding-left: 0;
    padding-right: 34px;
  }

  #pageContain .section3 .section3center .section3r{
    display: none;
  }

  #pageContain .section4 .hd ul{
    display: block;
  }

  #pageContain .section4 .hd ul li{
    width: 33.3333%;
    float: left;
    margin-bottom: 5px;
  }

  .section6{
    padding-bottom: 60px;
  }

  .section6 .footer .footertxt .footertxtr .footertxtrtb{
    padding-bottom: 80px;
  }

  .section6 .footer .footertxt .footertxtr .footertxtrt .footertxtrtr ul li .footertxtrtrimg{
    left: 0;
  }

  .section6 .footer .footertxt .footertxtr .footertxtrt .footertxtrtr ul li .footertxtrtrimg{
    left: 0;
  }
  #pageContain .section5 .section5center .section5r .section5rt{
    width: 100%;
  }

  #pageContain .section5 .section5center .section5r .section5rt a{
    margin-bottom: 10px;
    padding: 27.16% 0;
    width: 100%;
  }

 
  #pageContain .section5 .section5center .section5r .section5rt a span{
 
    display: block;
  }
}
