

.gssmboxl {
  position: relative;
}

.gssmboxdw {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

.gssmboxr {
  padding: 40px 0 60px;
  padding-left: 90px;
}

.wenhua{
  padding: 60px 0;
  padding-left: 90px;
}
.gssmboxr_txth {
  text-transform: capitalize;
  word-break: break-all;
  font-size: 36px;
}

.gssmboxr_txtct {
  margin-top: 20px;
  height: 350px;
  cursor: s-resize;
}

.gssm_container {
  width: 100%;
  height: 100%;
}

.gssm_slide {
  height: auto;
  padding-right: 70px;
}

.gssm_slide p {
  font-size: 15px;
  color: #666;
  line-height: 28px;
  margin-bottom: 20px;
  word-break: break-all;
  /* text-indent: 2rem; */
}

.gssm_slide b {
  font-weight: bold;
  color: #333;
}

.gssm_scrollbar.swiper-scrollbar {
  width: 8px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: #e1e1e1;
  border-radius: 5px;
}

.gssm_scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: #026cc4;
  border-radius: 5px;
}


/* 公司展示 */

.gszsboxl {
  padding: 120px 0;
  padding-left: 55px;
}

.gszsboxl p {
  margin-bottom: 10px;
}

.gszsboxl b {
  font-weight: bold;
  color: #333;
  font-size: 22px;
  margin-bottom: 15px;
  display: block;
}

.gszsboxllb {
  width: 310px;
}

.gszsboxllb_title {
  text-transform: capitalize;
  word-break: break-all;
  font-size: 36px;
}

.gszsboxllb_ct {
  margin-top: 15px;
}

.gszsl_thumbs {
  width: 100%;
}

.gszsl_slide {
  overflow: hidden;
}

.gszsl_slide .gszsl_slidea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 49px;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
}

.gszsl_slide:last-child .gszsl_slidea {
  border-bottom: 0;
}

.gszsl_slidea i {
  transform: scale(0);
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}

.gszsl_slidea span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.gszsl_slide:hover i {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.gszsl_slide:hover .gszsl_slidea span {
  color: #000;
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}

.gszsl_slide.swiper-slide-thumb-active .gszsl_slidea span {
  color: #000;
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}

.gszsl_slide.swiper-slide-thumb-active .gszsl_slidea i {
  color: #e12644;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.gszsboxr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.gszsboxrdw {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  -o-background-size: cover;
  /* background-size: cover; */
  background: #026cc4;
}

.gszsboxr_ct {
  width: 70%;
  height: 400px;
  position: relative;
}

.gszsr_top {
  width: 100%;
  height: 100%;
}

.gszsr_slide .gszsr_slidea {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}

.gszsr_slideadw {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: rgba(0, 0, 0, .6);
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.gszsr_slidea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.gszsr_slide .gszsr_slidea:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.gszsboxr_per,
.gszsboxr_next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, .8);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  z-index: 10;
  cursor: pointer;
  outline: none;
}

.gszsboxr_per.swiper-button-disabled,
.gszsboxr_next.swiper-button-disabled {
  background-color: rgba(0, 0, 0, .3);
}

.gszsboxr_per {
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.gszsboxr_next {
  right: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
}

.gszsboxr_per i,
.gszsboxr_next i {
  font-size: 26px;
  color: #fff;
}


/* 公司附加展示 */

.gsfjzsboxl {
  position: relative;
}

.gsfjzsboxdw {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

.gsfjzsboxr {
  padding: 100px 60px 100px 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gsfjzsboxr_ct {
  width: 100%;
}

.gsfjzsboxr_ctitem h6 {
  font-size: 22px;
  font-weight: normal;
  text-transform: capitalize;
}

.gsfjzsboxr_ctitem p {
  margin-top: 5px;
  color: #999;
  line-height: 26px;
  word-break: break-all;
  font-size: 14px;
}

.gsfjzsboxr_ctitem {
  margin-bottom: 30px;
}


/* 公司历史 */

.gsls {
  padding: 95px 0 40px;
  background-color: #f3f3f3;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gsls_title {
  text-transform: capitalize;
  word-break: break-all;
  font-size: 36px;
}

.gslsct {
  margin-top: 60px;
  position: relative;
}

.gslsct_xl,
.gslsct_xr {
  position: absolute;
  top: 0;
  width: auto;
  height: 20px;
  background-color: #f3f3f3;
  z-index: 10;
}

.gslsct_xl {
  left: 0;
}

.gslsct_xr {
  right: 0;
}

.gslsct_per,
.gslsct_next {
  position: absolute;
  top: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #fff;
  border: 1px solid #ececec;
  z-index: 20;
  cursor: pointer;
  outline: none;
}

.gslsct_per {
  left: 0;
  transform: translate(-50%, -28px);
  -webkit-transform: translate(-50%, -28px);
  -moz-transform: translate(-50%, -28px);
  -ms-transform: translate(-50%, -28px);
  -o-transform: translate(-50%, -28px);
}

.gslsct_next {
  right: 0;
  transform: translate(50%, -28px);
  -webkit-transform: translate(50%, -28px);
  -moz-transform: translate(50%, -28px);
  -ms-transform: translate(50%, -28px);
  -o-transform: translate(50%, -28px);
}

.gslsct_per {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
    height: 100%;            /* 需要定义容器高度 */
}
/* 备用方案（兼容旧浏览器） */
.gslsct_per {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 200px; /* 示例固定高度 */
}
.gslsct_per img {
    max-width: 100%;
	width: 77%;
	height: 77%;
    max-height: 100%;
	padding-bottom:16px
}
.gslsct_next {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
    height: 100%;            /* 需要定义容器高度 */
}
/* 备用方案（兼容旧浏览器） */
.gslsct_next {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 200px; /* 示例固定高度 */
}
.gslsct_next img {
    max-width: 100%;
    max-height: 100%;
	width: 77%;
	height: 77%;
	padding-bottom:16px
}

.gslsct_per.swiper-button-disabled i,
.gslsct_next.swiper-button-disabled i {
  color: #999;
}

.gslsct_container {
  width: 100%;
  padding-bottom: 50px;
}

.gslsct_slideitem_x {
  width: 100%;
  height: 1px;
  background-color: #d1d1d1;
  margin-top: 8px;
  position: relative;
}

.gslsct_slideitem_x::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  z-index: 20;
}

.gslsct_slideitem_sj {
  margin-top: 1px;
  text-align: center;
  font-size: 18px;
  
}

.gslsct_slideitem_img {
  padding: 20px;
}

.gslsct_slideitem_img>div {
  overflow: hidden;
  height: 100%;
}

.gslsct_slideitem_img img {
  width: 100%;
  height: 100%;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.gslsct_slideitem_txt {
  padding: 0 25px;
}

.gslsct_slideitem_txt p {
  color: #666;
  line-height: 24px;
  word-break: break-all;
}

.gslsct_container .gslsct_slide:first-child .gslsct_slideitem_x::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 1px;
  background-color: #f3f3f3;
}

.gslsct_container .gslsct_slide:last-child .gslsct_slideitem_x::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 1px;
  background-color: #f3f3f3;
}

.gslsct_pagination.swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  background-color: #d1d1d1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  opacity: 1;
}

.gslsct_pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ed1c24;
}

.gslsct_slide:hover img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
}

.gslsct_slide:hover .gslsct_slideitem_x::after {
  background-color: #ed1c24;
  border-color: #ed1c24;
}

.gslsct_slide:hover .gslsct_slideitem_sj {
  color: #ed1c24;
}


/* 公司荣誉 */

.gsry {
  margin-top: 80px;
}

.gsrytitlel {
  text-transform: capitalize;
  word-break: break-word;
  font-size: 32px;
  font-family: 'pn-b';
}

.gsrytitler a {
  text-transform: capitalize;
  font-size: 18px;
  padding: 10px;
  /* font-family: 'pn-b'; */
  color: #999;
}
.gsrytitler a:hover{
  color: #ed1c24;
}
.gsryct {
  margin-top: 40px;
  position: relative;
}


/* 按钮 */

.gsry_prev,
.gsry_next {
  position: absolute;
  top: 50%;
  z-index: 10;
  outline: none;
}

.gsry_prev {
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.gsry_next {
  right: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
}

.gsry_prev i,
.gsry_next i {
  font-size: 34px;
  color: #333;
}

.gsry_prev.swiper-button-disabled i,
.gsry_next.swiper-button-disabled i {
  color: #666;
}

.gsry_container {
  width: 100%;
}

.gsry_slide .gsry_slidea {
  display: block;
  height: 100%;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  /* position: relative; */
}

.gsry_slidea img {
  width: 100%;
  height: 100%;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.gsry_slide .gsry_slidea:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.gsry_slide .gsry_slidea p{
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 12px;
}

.gslsct.col {
  padding: 0;
}

/* partner */
.about-partner{
  margin-top: 80px;
  overflow: hidden;
}
.about-partner .item{
  background-color: #f3f3f3;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: 40px;
}
.about-partner .item a{
  width: 16.6666%;
  padding: 1px;
}
.about-partner .item a .ov-h{
  padding: 0 20px;
  background-color: #fff;
}

@media screen and (max-width:1700px) {
  /* 公司说明 */
  .gssmboxr {
    padding: 60px 0;
    padding-left: 50px;
  }
  .gszsboxl {
    padding: 70px 0;
    padding-left: 50px;
  }
  .gszsboxr_ct {
    width: 80%;
  }
  .gsfjzsboxr {
    padding: 60px 50px;
  }
  .gssm_slide {
    padding-right: 50px;
  }
}

@media screen and (max-width:1200px) {
  .gssm_slide {
    line-height: 21px;
  }
  .gssm_slide p {
    line-height: 21px;
    font-size: 14px;
  }
  .gssmboxr {
    padding: 50px 0;
    padding-left: 50px;
  }
  .gssm_slide {
    padding-right: 20px;
  }
  .gssmboxr_txtct {
    margin-top: 15px;
  }
  .gssm_slide p {
    margin-bottom: 10px;
  }
  .gszsboxl {
    padding: 60px 0;
    padding-left: 30px;
  }
  .gszsboxr_ct {
    width: 85%;
  }
  .gsfjzsboxr {
    padding: 50px 10px 50px 50px;
  }
  .gsfjzsboxr_ctitem p {
    line-height: 21px;
    font-size: 14px;
  }
  .gslsct_slideitem_img {
    padding: 10px;
  }
  .gslsct_slideitem_txt {
    padding: 0 15px;
  }
}

@media screen and (max-width:992px) {
  .gsfjzsboxr_ctitem h6 {
    margin-bottom: 5px;
  }
  .gsfjzsboxr_ctitem {
    margin-bottom: 10px
  }
  .gssmboxl {
    overflow: hidden;
  }
  .gssmboxl img {
    width: 100%;
  }
  .gssmboxdw {
    display: none;
  }
  .gssmboxr_txth,
  .gszsboxllb_title,
  .gsls_title,
  .gsrytitlel,
  .gsrytitlel {
    font-size: 30px;
  }
  .gssmboxr {
    padding: 20px 15px;
  }
  .gssmboxr_txtct {
    margin-top: 10px;
    height: auto;
  }
  .gssm_slide{
    padding-right: 0;
  }
  .gszsboxrdw {
    display: none;
  }
  .gszsboxr_ct {
    /* display: none; */
    width: 100%;
    height: auto;
  }
  .gszsboxr_per,
  .gszsboxr_next {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
  .gszsboxl {
    padding: 20px 0 40px;
  }
  .gszsboxl b{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .gszsboxl p{
    margin-bottom: 5px;
    font-size: 13px;
  }
  .gszsboxllb {
    width: 100%;
  }
  .gszsl_slide:last-child .gszsl_slidea {
    border-bottom: 1px solid #d5d5d5;
  }
  .gsfjzsboxl {
    padding: 60px 0 0;
  }
  .gsfjzsboxdw {
    display: none;
  }
  .gsfjzsboxr {
    padding: 20px 0 60px;
  }

  .gszsr_slideadw{
    height: 40px;
    line-height: 40px;
  }
  .gszsboxr_per, .gszsboxr_next {
    width: 40px;  
    height: 40px;  
    line-height: 40px;
  }
  .gszsboxr_per i, .gszsboxr_next i{
    font-size: 22px;
    font-weight: normal;
  }

  /* 公司历史 */
  .gsls {
    padding: 50px 0 20px;
  }
  .gslsct {
    margin-top: 30px;
  }
  .gslsct_slideitem_sj {
    margin-top: 20px;
    font-size: 15px;
  }
  .gslsct_per,
  .gslsct_next {
    display: none;
  }
  /* 公司荣誉 */
  .gsry {
    margin-top: 50px;
  }
  .gsryct {
    margin-top: 20px;
  }
  .gsrytitler a{
    font-size: 15px;
  }
  /* 新闻 */
  .nyxw {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .nyxw .gsrytitle {
    margin-top: 20px;
  }
  .nyxwct {
    margin-top: 15px;
  }
  .nyxwcta_txt {
    padding: 0 15px;
  }
  .nyxwcta_txtboxh {
    font-size: 24px;
  }
  .nyxwcta_txtboxp {
    margin-top: 0;
    line-height: 18px;
  }
  .nyxwcta_sjbox p {
    font-size: 30px;
  }
  .nyxwcta_sjbox span {
    font-size: 18px;
  }
  .nyxwct .nyxwcta {
    height: 126px;
    margin-bottom: 20px;
  }
  .nyxwcta_sjbox {
    margin-top: 16px;
  }

  .gszsbox{
    flex-wrap: wrap-reverse;
  }

  
  /*  */
  .about-partner{
    margin-top: 50px;
  }
  .about-partner .item{
    padding: 20px;
    margin-top: 20px;
  }
  .about-partner .item a{
    width: 33.3333%;
    padding: 1px;
  }
  .about-partner .item a .ov-h{
    padding: 0 10px;
    background-color: #fff;
  }


}

@media screen and (max-width:768px) {
  .nyxw {
    border: NONE;
  }
  .gsfjzsboxr_ctitem p {
    line-height: 18px;
    font-size: 13px;
  }
  .gssmboxr_txth,
  .gszsboxllb_title,
  .gsls_title,
  .gsrytitlel,
  .gsrytitlel {
    font-size: 24px;
  }
  .gssm_slide p {
    font-size: 13px;
    line-height: 20px;
  }
  .gssm_scrollbar.swiper-scrollbar {
    width: 5px;
  }
  .gszsboxr_per,
  .gszsboxr_next {
    /* width: 60px; */
    /* height: 60px; */
    /* line-height: 60px; */
  }
  .gsfjzsboxr_ctitem h6 {
    font-size: 20px;
  }
  .gsfjzsboxr_ctitem p {
    margin-top: 0;
  }
  .gsfjzsboxr_ctitem {
    margin-bottom: 12px;
  }
  .gslsct_per,
  .gslsct_next {
    display: none;
  }
  .gslsct {
    margin-top: 15px;
  }
  .gslsct_slideitem_sj {
    /* font-size: 20px; */
  }
  .gslsct_slideitem_img {
    padding: 5px;
  }
  .gslsct_slideitem_txt {
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .gslsct.col {
    padding: 0;
  }
  .gszsboxr_ct {
    /* height: 300px; */
  }
  .nyxwcta_sj {
    display: none;
  }
  .nyxwcta_txtboxh {
    font-size: 18px;
  }
  .nyxwcta_txtboxp {
    font-size: 12px;
    line-height: 16px;
  }
  .nyxwct .nyxwcta {
    height: 100px;
  }
  .gsry_next {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
  .gsry_prev {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
}


@charset "utf-8";

/* 总部联系方式 */

.zblxfs {
    margin-top: 80px;
}

.zblxfs_title {
    width: 100%;
}

.zblxfs_titlet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.zblxfs_titlet span {
    width: 21px;
    height: 3px;
    background-color: #d9ab20;
}

.zblxfs_titlet p {
    margin-left: 15px;
    /*    text-transform: capitalize;*/
    font-size: 36px;
    color: #333;
}

.zblxfs_titleb {
    margin-top: 30px;
    padding-left: 36px;
    color: #666;
    position: relative;
    font-size: 15px;
}
.zblxfs_titleb i{
    position: absolute;
    left: 15px;
    transform: translateY(-3px);
}

.zblxfs_ct {
    width: 100%;
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.zblxfs_ctitem {
    width: 23.5%;
    margin-right: 2%;
    /* height: 310px; */
    padding: 0 10px;
    padding-bottom: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #dddddd;
}

.zblxfs_ctitem:nth-child(4n) {
    margin-right: 0;
}

.zblxfs_ctitemimg {
    margin: 0 auto;
    margin-top: 50px;
}

.zblxfs_ctitemimg i {
    font-size: 50px;
    color: #ccc;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.zblxfs_ctitem:hover .zblxfs_ctitemimg i {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.zblxfs_ctitemh {
    margin: 10px 0;
    text-align: center;
    text-transform: capitalize;
    font-size: 22px;
    color: #333;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.zblxfs_ctitem:hover .zblxfs_ctitemh {
    margin-top: 15px;
    color: #e12644;
}

.zblxfs_ctitemtxt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px;
    text-align: center;
    font-size: 18px;
    color: #666;
    /* margin-bottom: 50px; */
}

.zblxfs_ctitemtxt a {
    font-size: 18px;
    color: #666;
}

.zblxfs_ctitemtxt a:hover {
    color: #d9ab20;
}

.zblxfs_ctitemtxt>div a {
    font-size: 18px;
    color: #616161;
}

.zblxfs_ctitemtxt>div a:hover {
    color: #d9ab20;
}


/*其他联系方式  */

.qtlxfs {
    margin-top: 50px;
    padding: 50px 0;
    border-top: 1px solid #eee;
    background-color: #f5f5f5;
}

.qtlxfs iframe {
    min-height: 500px;
    border: 5px solid #fff;
}

.qtlxfsl {
    overflow: hidden;
}

.qtlxfslimg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    background-size: cover;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.qtlxfsl:hover .qtlxfslimg {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.qtlxfsr {
    padding: 0 80px;
}

.qtlxfsr .qtlxfsr_item {
    padding-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 40px;
}

.qtlxfsr .qtlxfsr_item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.qtlxfsr_item_title {
    text-transform: capitalize;
    font-size: 30px;
    color: #333;
}

.qtlxfsr_item_title02 {
    font-size: 20px;
    font-weight: 600;
    padding-left: 30px;
    margin-top: 10px;
}

.qtlxfsr_item_ct {
    margin-top: 10px;
    font-size: 15px;
}

.qtlxfsr_item_ct>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
}

.qtlxfsr_item_ct i {
    font-size: 18px;
    color:#d9ab20;
    margin-right: 8px;
}

.qtlxfsr_item_ct a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #333;
    font-size: 15px;
}

.qtlxfsr_item_ct a:hover {
    color: #d9ab20;
}


/* 留言表单 */

.lybd {
    margin-top: 90px;
}

.lybd_title {
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #333;
}

.lybd_ct {
    width: 100%;
    margin-top: 40px;
}

.lybd_ctbdt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lybd_ctbdt>div {
    width: 49%;
}

.lybd_ctbdl_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0 25px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}

.lybd_ctbdl_item:last-child {
    margin-bottom: 0;
}

.lybd_ctbdl_iteml span {
    text-transform: capitalize;
    font-size: 15px;
    color: #666;
}

.lybd_ctbdl_iteml b {
    color: #d9ab20;
    font-size: 18px;
}

.lybd_ctbdl_itemr {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.lybd_ctbdl_itemr input {
    width: 100%;
    height: 100%;
    border: 0;
    background-color: #f5f5f5;
    padding-left: 10px;
}

.lybd_ctbdl_itemr input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

.lybd_ctbdl_itemr input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
}

.lybd_ctbdl_itemr input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
}

.lybd_ctbdl_itemr input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
    font-size: 14px;
}

.lybd_ctbdr {
    background-color: #f5f5f5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.lybd_ctbdrt {
    margin-top: 20px;
    padding-left: 20px;
}

.lybd_ctbdrt span {
    text-transform: capitalize;
    font-size: 15px;
    color: #666;
}

.lybd_ctbdrt b {
    color: #d9ab20;
    font-size: 18px;
}

.lybd_ctbdrb {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.lybd_ctbdrb_tep {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border: 0;
    background-color: #f5f5f5;
    outline: none;
    resize: none;
}

.lybd_ctbdrb textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
}

.lybd_ctbdrb textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
}

.lybd_ctbdrb textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
    font-size: 14px;
}

.lybd_ctbdb {
    margin-top: 50px;
}

.lybd_ctbdb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lybd_ctbdb>input {
    width: 205px;
    height: 65px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    border: 0;
    background-color: #ed1c24;
    font-size: 20px;
    color: #fff;
    margin: 0 10px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.lybd_ctbdb>input:hover {
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
}

.lybd_ctbdb>.lybd_ctbdbcz {
    background-color: #aeaeae;
}

@media screen and (max-width:1700px) {
    .zblxfs_ctitemtxt {
        padding: 0 5px;
    }
    .zblxfs_ctitemtxt a {
        font-size: 16px;
    }
    .zblxfs_ctitemimg img {
        width: 100px;
    }
    .qtlxfsr {
        padding: 15px 50px;
    }
}

@media screen and (max-width:1200px) {
    .qtlxfsr {
        padding: 10px 30px;
    }
    .qtlxfsr .qtlxfsr_item {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:992px) {
    .zblxfs {
        margin-top: 60px;
    }
    .zblxfs_titlet p,
    .lybd_title {
        font-size: 30px;
    }
    .zblxfs_titleb {
        margin-top: 20px;
        font-size: 13px;
        padding-left: 20px;
    }
    .zblxfs_titleb i{
        left: 0;
    }
    .zblxfs_ct {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .zblxfs_ctitem {
        width: 49%;
        margin-bottom: 10px;
        height: 280px;
    }
    .zblxfs_ct {
        margin-top: 20px;
    }
    .zblxfs_ctitem:nth-child(2n) {
        margin-right: 0;
    }
    .zblxfs_ctitemimg {
        margin-top: 20px;
    }
    .qtlxfs {
        margin-top: 20px;
        /* margin-bottom: 50px; */
        padding-top: 20px;
        background: none;
        padding-bottom: 0;
    }
    .qtlxfsl {
        height: 400px;
    }
    .qtlxfsr {
        padding: 10px 0;
        margin-bottom: 30px;
    }
    .qtlxfsr_item_title {
        font-size: 24px;
    }
    .lybd {
        margin: 40px 0;
    }
    .lybd_ct {
        margin-top: 20px;
    }
    .lybd_ctbdl_item {
        padding: 0 10px;
        height: 50px;
        line-height: 50px;
    }
    .lybd_ctbdb {
        margin-top: 20px;
    }
    .lybd_ctbdb>input {
        height: 46px;
        line-height: 46px;
    }
    .lybd_ctbdrt {
        margin-top: 10px;
        padding-left: 10px;
    }
    .lybd_ctbdrb_tep {
        padding: 0 10px;
    }
    .qtlxfs iframe {
        min-height: 220px;
    }
}

@media screen and (max-width:768px) {
    .zblxfs_ctitem {
        width: 100%;
        margin-right: 0;
    }
    .zblxfs_titlet p,
    .lybd_title {
        font-size: 26px;
    }
    .zblxfs_titlet p {
        margin-left: 0;
    }
    .zblxfs_titlet span {
        display: none;
    }
    .zblxfs_titleb {
        /* padding-left: 0; */
        /* font-size: 14px; */
        /* line-height: 22px; */
    }
    .zblxfs_ctitemimg i {
        font-size: 40px;
    }
    .zblxfs_ctitemimg {
        margin-top: 0px;
    }
    .zblxfs_ctitemh {
        font-size: 22px;
        margin: 5px 0;
    }
    .zblxfs_ctitem {
        padding: 10px 0 20px;
        height: auto;
    }
    .zblxfs_ctitemtxt>div a {
        font-size: 14px;
        line-height: 18px;
    }
    .zblxfs_ctitemtxt a {
        font-size: 14px;
        line-height: 18px;
    }
    .qtlxfsl {
        height: auto;
    }
    .qtlxfsr_item_title {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .qtlxfsr_item_ct {
        margin-top: 5px;
    }
    .qtlxfsr_item_ct i {
        font-size: 16px;
    }
    .qtlxfsr_item_ct a {
        font-size: 14px;
        line-height: 20px;
    }
    .zblxfs_ctitemtxt {
        font-size: 14px;
    }
    .qtlxfsr_item_ct>div {
        padding: 0;
        font-size: 14px;
        line-height: 24px;
    }
    .qtlxfsr_item_title02 {
        margin-top: 12px;
    }
    .lybd_ctbdl_item {
        margin-bottom: 10px;
    }
    .lybd_ctbdb>input {
        font-size: 18px;
    }
    .qtlxfsr {
        padding: 0;
    }
    .lybd_ctbdt {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .lybd_ctbdt>div {
        width: 100%;
    }
    .lybd_ctbdr {
        margin-top: 10px;
        height: 200px;
    }
}


@charset "utf-8";

/* 内页案例列表 */

.nyallb {
  margin-top: 30px;
}

.gsls_title {
  text-transform: capitalize;
  word-break: break-all;
  font-size: 36px;
  color:#000000;
  font-weight: bold;
}

.gslsct {
  margin-top: 60px;
  position: relative;
}

.gslsct.col {
  padding: 0;
}

.gslsct_xl,
.gslsct_xr {
  position: absolute;
  top: 0;
  width: auto;
  height: 20px;
  background-color: #FAFAFA;
  z-index: 10;
}

.gslsct_xl {
  left: 0;
}

.gslsct_xr {
  right: 0;
}

.gslsct_per,
.gslsct_next {
  position: absolute;
  top: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #fff;
  border: 1px solid #ececec;
  z-index: 20;
  cursor: pointer;
  outline: none;
}

.gslsct_per {
  left: 0;
  transform: translate(-50%, -28px);
  -webkit-transform: translate(-50%, -28px);
  -moz-transform: translate(-50%, -28px);
  -ms-transform: translate(-50%, -28px);
  -o-transform: translate(-50%, -28px);
}

.gslsct_next {
  right: 0;
  transform: translate(50%, -28px);
  -webkit-transform: translate(50%, -28px);
  -moz-transform: translate(50%, -28px);
  -ms-transform: translate(50%, -28px);
  -o-transform: translate(50%, -28px);
}

.gslsct_per i,
.gslsct_next i {
  font-size: 24px;
}

.gslsct_per.swiper-button-disabled i,
.gslsct_next.swiper-button-disabled i {
  color: #999;
}

.gslsct_container {
  width: 100%;
  padding-bottom: 80px;
}

.gslsct_slideitem_x {
  width: 100%;
  height: 1px;
  background-color: #d1d1d1;
  margin-top: 8px;
  position: relative;
}

.gslsct_slideitem_x::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.gslsct_slideitem_sj {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
}

.gslsct_slideitem_img {
  padding: 20px;
}

.gslsct_slideitem_img>div {
  overflow: hidden;
}

.gslsct_slideitem_img img {
  width: 100%;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.gslsct_slideitem_txt {
  padding: 0 25px;
}

.gslsct_slideitem_txt p {
  color: #666;
  line-height: 24px;
}

.gslsct_container .gslsct_slide:first-child .gslsct_slideitem_x::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 1px;
  background-color: #fff;
}

.gslsct_container .gslsct_slide:last-child .gslsct_slideitem_x::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 1px;
  background-color: #fff;
}

.gslsct_pagination.swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  background-color: #d1d1d1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  opacity: 1;
}

.gslsct_pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d9ab20;
}

.gslsct_slide:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.gslsct_slide:hover .gslsct_slideitem_x::after {
  background-color: #d9ab20;
  border-color: #d9ab20;
}

.gslsct_slide:hover .gslsct_slideitem_sj {
  color:#d9ab20;
}


/*内页合作伙伴  */

.nyhzhb {
  margin-top: 30px;
}

.nyhzhb_ct {
  margin-top: 40px;
}

.nyhzhb_container {
  width: 100%;
  height: 330px;
  padding-bottom: 65px;
}

.nyhzhb_slide {
  /* height: calc((100% - 20px) / 2); */
  margin-bottom: 30px;
}

.nyhzhb_slideitem {
  height: 100%;
  overflow: hidden;
  border: 1px solid #e4e4e4;
}

.nyhzhb_slideitem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.nyhzhb_slideitem:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.nyhzhb_pagination.swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  background-color: #d1d1d1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  opacity: 1;
}

.nyhzhb_pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d9ab20;
}

.gslsct_pagination,
.gslsct_per, .gslsct_next{
  display: none;
}

@media screen and (max-width:1500px){
  .gslsct_pagination,.gslsct_per, .gslsct_next{
    display: block;
  }
}

@media screen and (max-width:992px) {
  .gsls_title,
  .nyqtydadw {
    font-size: 30px;
  }
  .nyallb {
    margin-top: 50px;
  }
  .gslsct {
    margin-top: 30px;
  }
  .gslsct_slideitem_sj {
    margin-top: 20px;
    font-size: 26px;
  }
  .gslsct_slideitem_img {
    padding: 10px;
  }
  .gslsct_slideitem_txt {
    padding: 0 15px;
  }
  .gslsct_per,
  .gslsct_next {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
  .nyhzhb {
    margin-top: 40px;
  }
  .nyhzhb_ct {
    margin-top: 25px;
  }
}

@media screen and (max-width:768px) {
  .gslsct_per,
  .gslsct_next {
    display: none;
  }
  .gslsct.col {
    padding: 0;
  }
  .gslsct {
    margin-top: 15px;
  }
  .gslsct_slideitem_sj {
    font-size: 20px;
  }
  .gslsct_slideitem_img {
    padding: 5px;
  }
  .gslsct_slideitem_txt {
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px
  }
  .nyqtyd .nyqtyda {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    height: 160px;
  }
  .gsls_title,
  .nyqtydadw {
    font-size: 26px;
  }


/*  相册内容*/

.albumct {
  margin-top: 60px;
}

.albumctbox .albumcta {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 20px;
  overflow: hidden;
}

.albumctbox .albumcta .img {
  border: 1px solid #ddd;
  display: block;
  overflow: hidden;
}

.albumctbox .albumcta img {
  width: 100%;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.albumctbox .albumcta:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.albumctbox .albumcta:hover p {
  color:#d9ab20;
}

.albumctbox .albumcta p {
  padding: 20px;
  text-align: center;
  font-size: 15px;
  color: #666;
}
/*  */
.albumctbox .albumcta.partner {
  width: 16.6666%;
  margin-bottom: 0;
}
.albumctbox .albumcta.partner .img{
  padding: 0 20px;
    background: #fff;
}


/*  */
.albumctbox .albumcta.zhengs {
  width: 20%;
 
}

.albumctbox .albumcta.zhengs .img {
  height: -webkit-calc(100% - 62px);
  height: -moz-calc(100% - 62px);
  height: calc(100% - 62px);
}

.albumctbox .albumcta.zhengs .img img {
  height: 100%;
}

@media screen and (max-width:992px) {
  .albumct {
    margin-top: 30px;
  }
  .albumctbox .albumcta {
    width: 33.3333% !important;
    margin-bottom: 10px;
  }
  .albumctbox .albumcta p{
    padding: 10px;
    font-size: 13px;
  }
 
}

@media screen and (max-width:768px) {
  .albumctbox .albumcta {
    width: 50% !important;
   margin-bottom: 5px;
  }
 
}