body * {
  box-sizing: border-box;
  flex-shrink: 0;
}
.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.justify-start {
  display: flex;
  justify-content: flex-start;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}

.justify-around {
  display: flex;
  justify-content: space-around;
}

.justify-between {
  display: flex;
  justify-content: space-evenly;
}

.align-start {
  display: flex;
  align-items: flex-start;
}

.align-center {
  display: flex;
  align-items: center;
  /* justify-content: flex-end; */
}
.align-end {
  display: flex;
  align-items: flex-end;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: .175rem !important;
  font-weight: 400;
  color: #999999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  font-size: .175rem !important;
  font-weight: 400;
  color: #999999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: .175rem !important;
  font-weight: 400;
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: .175rem !important;
  font-weight: 400;
  color: #999999;
}

.lj {
  width: 4.3rem;
  height: 1rem;
  border-radius: 0.13rem;
  text-align: center;
  line-height: 1.05rem;
  font-size: 0.33rem;
  font-weight: 500;
  color: #FFFFFF;
  right: 0rem;
  top: 8.5rem;
  position: fixed;
  cursor: pointer;
  z-index: 100;
  background: linear-gradient(225deg,  rgba(253,140,44,0.94)  0%, rgba(253,44,119,0.94) 0%,#647BFF 50% ,  #64B8FF 100%);
}

.lj:hover {
  background: linear-gradient(225deg,  rgba(253,140,44,0.94)  50%, rgba(253,44,119,0.94) 100%,#647BFF 0% ,  #64B8FF 0%);
}

.vr {
  width: 1.89rem;
  height: 0.69rem;
  border-radius: 0.13rem;
  text-align: center;
  line-height: 0.69rem;
  font-size: 0.25rem;
  font-weight: 500;
  color: #FFFFFF;
  left: 3.55rem;
  top: 4.55rem;
  position: fixed;
  cursor: pointer;
  z-index: 9;
  background: linear-gradient(225deg,  rgba(253,140,44,0.94)  0%, rgba(253,44,119,0.94) 0%,#647BFF 50% ,  #64B8FF 100%);
}

.vr:hover {
  background: linear-gradient(225deg,  rgba(253,140,44,0.94)  50%, rgba(253,44,119,0.94) 50%,#647BFF 0% ,  #64B8FF 0%);
}

.lj1 {
  width: 4.3rem;
  height: 1rem;
  border-radius: 0.13rem;
  text-align: center;
  line-height: 1.05rem;
  font-size: 0.33rem;
  font-weight: 500;
  color: #FFFFFF;
  right: 2rem;
  top: 7.25rem;
  position: fixed;
  cursor: pointer;
  z-index:110;
}

.lj1:hover {
}
.lj2 {
  width: 4.3rem;
  height: 1rem;
  border-radius: 0.13rem;
  text-align: center;
  line-height: 1.05rem;
  font-size: 0.33rem;
  font-weight: 500;
  color: #FFFFFF;
  left: 19.7rem;
  top: 8.5rem;
  position: fixed;
  cursor: pointer;
  z-index: 9;
  background: linear-gradient(225deg,  rgba(253,140,44,0.94)  0%, rgba(253,44,119,0.94) 0%,#647BFF 50% ,  #64B8FF 100%);
}

.lj2:hover {
  background: linear-gradient(225deg,  rgba(253,140,44,0.94)  50%, rgba(253,44,119,0.94) 100%,#647BFF 0% ,  #64B8FF 0%);
}

.idx-resp-w .btt{
  height: 100px;
  text-align:center;
  line-height:100px;
  font-size: 24px;
  font-weight: 600;
}

.idx-resp--w .resp-slides .slide-col {
  width: 7.4rem;
  height: 4.625rem;
  position: relative;
  overflow: hidden;
  float: left;
}
.idx-resp--w .resp-slides .slide-col:nth-child(1) {
  margin-right:0.2rem;
}

.idx-resp-w {
  width: 100%;
  padding: 0 20px;
  background-color: #fff;
  position: relative
}

.idx-resp-w .idx-resp--w {
  max-width: 15rem;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  z-index: 2
}

.idx-resp-w .idx-resp--w .resp-slides {
  width: 100%;
  overflow: hidden;
}
.idx-resp-w .slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-color: #ffffff
}
}
.idx-resp-w .idx-resp--w .resp-slides .slide-col {
  width: calc(50% - 12px);
  height: 0;
  padding-top: 36.8%;
  position: relative
}

.idx-resp-w .idx-resp--w .resp-slides .slide-col .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 38px 38px 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start
}

.idx-resp-w .idx-resp--w .resp-slides .slide-col .info .lp .htt {
  font-size: 14px;
  font-weight: 700
}
.idx-resp-w .idx-resp--w .resp-slides .slide-col .info .lp .tt {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700
}

.idx-resp-w .idx-resp--w .resp-slides .slide-col .info.wht {
  color: #fff
}

.idx-resp-w .idx-resp--w .resp-slides .slide-col .info.wht .filter span {
  background-color: #fff
}

.idx-resp-w .idx-resp--w .resp-slides .slide-col .info.wht .btn {
  background-color: #fff
}

.idx-resp-w .idx-resp--w .resp-slides .slide-col .info.wht .btn span {
  color: #000
}

.idx-resp-w .idx-resp--w .resp-slides .slide-col .info.blk .filter span {
  background-color: #000
}

.idx-resp-w .idx-resp--w .resp-slides .slide-col .info.blk .btn {
  background-color: #ff3600
}
.idx-resp-w .idx-resp--w .resp-slides .slide-col .info.blk .btn img {
  filter: grayscale(1) brightness(5)
}



.value-w {
  width: 15rem;
  margin:0 auto;
  margin-top:35px;
}
.value-w .slide{
  height: 300px;
  background: url(..//img/culture-02.jpg) no-repeat;
  background-size: 120%;
  background-position: 46% 61%;
  opacity: 1.0;
}
.value-w .btt{
  height: 100px;
  text-align:center;
  line-height:100px;
  font-size: 24px;
  font-weight: 600;
}
.value-w .value--w {
  max-width: 1440px;
  width: 100%;
  left: 0;
  right: 0;
  margin: -35px auto 0;
  position: relative;
  background-color: #fff;
  z-index: 4
}

.value-w .value--w .info-bb {
  width: 100%;
  background-size: 100%;
  height: 100%;
  position: relative
}

.value-w .value--w .info-bb .info-w {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px
}

.value-w .value--w .info-bb .info-w .itt {
  font-size: 14px;
  font-weight: 700
}

.value-w .value--w .info-bb .info-w .value-cols-w {
  max-width: 1200px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 40px auto 0;
  overflow: hidden;
}

.value-w .value--w .info-bb .info-w .value-cols-w .col {
  width: 33.33%;
  float: left;
  text-align:center;
  border-right: 1px rgba(0,0,0,.1) solid
}

.value-w .value--w .info-bb .info-w .value-cols-w .col:last-child {
  border-right: none
}

.value-w .value--w .info-bb .info-w .value-cols-w .col img {
  width: 110px
}

.value-w .value--w .info-bb .info-w .value-cols-w .col .htt {
  margin-top: 10px;
  font-size: 18px;
  color: #000000;
  width:70%;
  display: inline-block;
  font-weight:600;
}

.value-w .value--w .info-bb .info-w .value-cols-w .col .tt {
  margin-top: 0px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #0047ab;
}

.value-w .value--w .info-cols-w {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px
}

.value-w .value--w .info-cols-w .col {
  width: calc(50% - 12px);
  height: 520px;
  position: relative
}

.value-w .value--w .info-cols-w .col .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 5% 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center
}

.value-w .value--w .info-cols-w .col .info .itt {
  font-size: 14px;
  font-weight: 700
}

.value-w .value--w .info-cols-w .col .info .icons-w {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 140px
}

.value-w .value--w .info-cols-w .col .info .icons-w .ico-col {
  width: 25%;
  border-right: 1px rgba(0,0,0,.1) solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px
}

.value-w .value--w .info-cols-w .col .info .icons-w .ico-col img {
  max-width: 100px;
  width: 100%;
  margin-bottom: 20px
}

.value-w .value--w .info-cols-w .col .info .icons-w .ico-col .hint {
  font-size: 20px;
  font-weight: 700
}
.value-w .value--w .info-cols-w .col .info .icons-w .ico-col:last-child {
  border-right: none
}

.prod_list{
  background: #d1cece1f;
  margin: 0 auto;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.prod_list ul{ 
  overflow: hidden;
  padding-bottom:0;
  width: 16.7rem;
  margin: 0 auto;
  text-align: center;
}
.prod_list ul li{
  width: 2.3rem;
  font-size: 0.28rem;
  color: rgba(0,0,0,0.5);
  text-align: center;
  line-height: 0.7rem;
  cursor: pointer;
  display: inline-block;
  margin: 5px 10px 0 10px;
}

.prod_list ul li:hover{
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #ff3600;
}

.prod_list ul .active_prod{
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #ff3600;
}


.swiper-container3 .swiper3_more{
  
}
.swiper-container3 .swiper3_more .card-wrap{
  
}
.swiper-container3 .swiper3_more .card-wrap li{
  height:6.2rem;
  background:rgb(0, 0, 0,0.1);
  box-shadow: rgba(0, 0, 0, 0.1) 0rem 0rem 0.075rem 0rem, rgba(255, 255, 255, 0.5) 0rem 0rem 0.125rem 0rem inset;
  border-radius: 0.125rem;
}
.swiper-container3 .swiper3_more .card-wrap li:hover{
  background-color: rgb(255, 255, 255,0.8);
  cursor: inherit;
  transform: none;
}
.swiper-container3 .swiper3_more .card-wrap h4{
  
  text-align: center;
  line-height: 45px;
  font-size: 15px;
  background: #edf4ff;
  
}
.swiper-container3 .swiper3_more .card-wrap .scroll{
  font-size: 16px;
  padding: 20px;
  height: 5.45rem;
  overflow-y: scroll;
  text-align:center;
  
}
.swiper-container3 .swiper3_more .card-wrap .scroll div{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 35px;
}
.swiper-container3 .swiper3_more .card-wrap .scroll a{
  
}



/* 设置整个滚动条的宽度 */ 
::-webkit-scrollbar {     
  width: 5px; 
  /* 适用于垂直滚动条 */     
  height: 5px; 
  /* 适用于水平滚动条，如果需要的话 */ 
}  
/* 设置滚动条轨道的样式 */ 
::-webkit-scrollbar-track {     
  background: rgba(0,0,0,0.05);
  /* 设置轨道的背景颜色 */ 
} 
/* 设置滚动条滑块的样式 */ 
::-webkit-scrollbar-thumb {     
  background: rgba(0,0,0,0.1); 
  /* 设置滑块的颜色 */ 
}  
/* 鼠标悬停时滑块的样式 */ 
::-webkit-scrollbar-thumb:hover {     
  background: rgba(0,0,0,0.1);
  /* 设置滑块悬停时的颜色 */ 
}

.wenhua{
  width: 15rem;
  margin: 0 auto;
  margin-top: 35px;
}

.wenhua .btt{
  height: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 24px;
  font-weight: 600;
}

.wenhua .wenhua_box{
  background: url(https://demo.sscms.com/theme800/Ella/images/culture-01.jpg) no-repeat;
  background-size: 100%;
  background-position: center;
  padding: 70px 100px;
}
.wenhua_box div{
  overflow: hidden;
  padding: 10px;
}
.wenhua_box div span{
  display: inline-block;
  text-align: start;
  height: 35px;
  margin-right: 20px;
  font-size: 20px;
}
.wenhua_box div span img{
  width: 35px;
}
.wenhua_box div .content{
  display: inline-block;
  text-align: start;
  height: 35px;
  margin-right: 20px;
  font-size: 20px;
}

#header .middle_nav li a{
  width: 1.2rem;
  height: 0.6rem;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
}

