table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

[hidefocus],
summary {
  outline: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: inherit;
  line-height: 1.3;
}

small {
  font-size: 100%;
  font-weight: normal;
}

sup,
sub {
  font-size: 83%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label,
summary {
  cursor: default;
}

/*a,a:hover{color:#333;-webkit-transition: all 400ms;transition: all 400ms;}*/
/*a:hover{color:#303860;}*/
img {
  display: block;
  border: 0 none;
  max-width: 100%;
}

p img {
  display: inline-block;
}

strong {
  display: block;
}

p {
  text-align: justify;
  font-size: 14px;
  line-height: 1.5;
}

.en p {
  text-align: left;
}
* {
  box-sizing: border-box;
}

#bsWXBox {
  box-sizing: content-box;
}

.clear-float:after {
  content: "";
  display: block;
  clear: both;
}

.maxWidth {
  max-width: 2048px;
}

.minWidth {
  max-width: 1280px;
}

.w1280 {
  width: 1280px;
  margin: 0 auto;
}

.auto {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.w1200 {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.fL {
  float: left;
}

.fR {
  float: right;
}


input,
button {
  outline: none;
  border: none;
  background-color: transparent;
}

input[type="checkbox"] {
  vertical-align: -2px;
  margin-right: 4px;
}

/*占位符*/

input::-webkit-input-placeholder {
  color: #999999;
}

input:-moz-placeholder {
  color: #999999;
}

input::-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder {
  color: #999999;
}

textarea::-webkit-input-placeholder {
  color: #999999;
}

textarea:-moz-placeholder {
  color: #999999;
}

textarea::-moz-placeholder {
  color: #999999;
}

textarea:-ms-input-placeholder {
  color: #999999;
}


.vsImg {
  overflow: hidden;
}

.vsImg .vImg {
  overflow: hidden;
}

.vsImg img {
  width: 100%;
  transition: transform 1.6s ease;
}

.vsImg:hover img {
  transform: scale(1.06);
}



#index_slider .bd ul {
  overflow: hidden;
}

/*=======================*/
/*tab 切换*/
.z-ovs-dt li {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*tab 切换  cube  */
.z-ovs-ddWrap.z-cube {
  overflow: visible;
}

.z-ovs-ddWrap.z-cube .z-ovs-dd {
  position: relative;
  overflow: visible;
  transform-style: preserve-3d;

  /*perspective: 500;*/
  /*-webkit-perspective: 500;*/

  -webkit-transform: rotateY(0deg) rotateX(0deg);
  -moz-transform: rotateY(0deg) rotateX(0deg);
  -ms-transform: rotateY(0deg) rotateX(0deg);
  -o-transform: rotateY(0deg) rotateX(0deg);
  transform: rotateY(0deg) rotateX(0deg);

  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;

  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.z-ovs-ddWrap.z-cube .z-ovs-dd>div {
  position: absolute;
  top: 0;
  left: 0;
}

/*弹窗*/
.pop-wrap {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.pop-wrap var {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  filter: Alpha(opacity=60);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.pop-wrap .pop-cont {
  width: 1200px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
}



@keyframes anim_white {
  from {
    opacity: 1;
    background-color: #FFF;
  }

  to {
    opacity: 1;
    background-color: transparent;
  }
}

@-webkit-keyframes anim_white {
  from {
    opacity: 1;
    background-color: #FFF;
  }

  to {
    opacity: 1;
    background-color: transparent;
  }
}

@keyframes white02 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes white02 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes blue {
  from {
    opacity: 1;
    background-color: #d3feff;
  }

  to {
    opacity: 1;
    background-color: transparent;
  }
}

@-webkit-keyframes blue {
  from {
    opacity: 1;
    background-color: #d3feff;
  }

  to {
    opacity: 1;
    background-color: transparent;
  }
}

@keyframes blue02 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes blue02 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.reveal em:nth-child(3n+3) {
  animation: anim_white 0.1s 0.85s forwards;
}

.reveal em {
  opacity: 0;
  animation: anim_white 0.1s 0.55s forwards;
  animation-delay: 0.55s !important;
}

.reveal em+em {
  animation: anim_white 0.1s 0.85s forwards;
  animation-delay: 0.85s !important;
}

.reveal em+em+em {
  animation: anim_white 0.1s 1s forwards;
  animation-delay: 1s !important;
}

.reveal em+em+em+em {
  animation: anim_white 0.1s 0.55s forwards;
  animation-delay: 0.55s !important;
}

.reveal em+em+em+em+em {
  animation: anim_white 0.1s 1.15s forwards;
  animation-delay: 1.15s !important;
}

.reveal em+em+em+em+em+em {
  animation: anim_white 0.1s 0.25s forwards;
  animation-delay: 0.25s !important;
}

.reveal em+em+em+em+em+em+em {
  animation: anim_white 0.1s 0.4s forwards;
  animation-delay: 0.4s !important;
}

.reveal em+em+em+em+em+em+em+em {
  animation: anim_white 0.1s 0.7s forwards;
  animation-delay: 0.7s !important;
}

.reveal em+em+em+em+em+em+em+em+em {
  animation: anim_white 0.1s 0.55s forwards;
  animation-delay: 0.55s !important;
}

.reveal em+em+em+em+em+em+em+em+em+em {
  animation: anim_white 0.1s 0.85s forwards;
  animation-delay: 0.85s !important;
}

.reveal em+em+em+em+em+em+em+em+em+em+em {
  animation: anim_white 0.1s 1s forwards;
  animation-delay: 1s !important;
}

.reveal em+em+em+em+em+em+em+em+em+em+em+em {
  animation: anim_white 0.1s 0.55s forwards;
  animation-delay: 0.55s !important;
}

.reveal em+em+em+em+em+em+em+em+em+em+em+em+em {
  animation: anim_white 0.1s 1.15s forwards;
  animation-delay: 1.15s !important;
}

.reveal em+em+em+em+em+em+em+em+em+em+em+em+em+em {
  animation: anim_white 0.1s 0.25s forwards;
  animation-delay: 0.25s !important;
}

.reveal em+em+em+em+em+em+em+em+em+em+em+em+em+em+em {
  animation: anim_white 0.1s 0.4s forwards;
  animation-delay: 0.4s !important;
}

.reveal em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em {
  animation: anim_white 0.1s 0.7s forwards;
  animation-delay: 0.7s !important;
}

.reveal em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em {
  animation: anim_white 0.1s 0.55s forwards;
  animation-delay: 0.55s !important;
}

.reveal em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em {
  animation: anim_white 0.1s 0.85s forwards;
  animation-delay: 0.85s !important;
}

.reveal em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em {
  animation: anim_white 0.1s 1s forwards;
  animation-delay: 1s !important;
}

.reveal em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em {
  animation: anim_white 0.1s 0.55s forwards;
  animation-delay: 0.55s !important;
}

.reveal em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em {
  animation: anim_white 0.1s 1.15s forwards;
  animation-delay: 1.15s !important;
}

.reveal em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em {
  animation: anim_white 0.1s 0.25s forwards;
  animation-delay: 0.25s !important;
}

.reveal em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em {
  animation: anim_white 0.1s 0.4s forwards;
  animation-delay: 0.4s !important;
}

.reveal em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em+em {
  animation: anim_white 0.1s 0.7s forwards;
  animation-delay: 0.7s !important;
  -webkit-animation: anim_white 0.1s 0.7s forwards;
}
.en .subNav .dd:nth-child(5) .ul {
  margin-left: -380px !important;
}
.shareholder .cCont1  .Le em{
  margin: 0 15px;
  width: auto !important;
}
@media screen and (max-width: 1455px) {

  .duty5 #conttent .cCont2 .w1280 {
    padding-top: 100px !important;
  }

  .duty5 .cCont2 .slideBox .prev,
  .duty3 #conttent .cCont1 .prev,
  .grow3 .cCont3 .Box1 .slideBox .prev,
  .grow3 .cCont3 .Box1 .slideBox .prev,
  .grow4 .cCont1 .slideBox .prev {
    left: auto !important;
    right: 70px !important;
    top: -70px !important;
    bottom: auto !important;
  }

  .duty5 .cCont2 .slideBox .next,
  .duty3 #conttent .cCont1 .next,
  .grow3 .cCont3 .Box1 .slideBox .next,
  .grow3 .cCont3 .Box1 .slideBox .next,
  .grow4 .cCont1 .slideBox .next {
    right: 0 !important;
    top: -70px !important;
    bottom: auto !important;
  }

  .duty5 #conttent .cCont2 .card .li img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}

/* 头部适配 -start */
@media screen and (max-width:1800px) {
  .en #header .R .navWrap .nav .li {
    margin-left: 17px !important;
  }

  .en #header .R .navWrap .nav .li a {
    font-size: 12px !important;
    letter-spacing: -1px;
  }
}

@media screen and (max-width:1660px) {
  .en #header .logo {
    width: 140px !important;
    margin-top: 25px !important;
  }

  .en #header .menuBtn,
  .en #header .searchBtn {
    display: none !important;
  }
  .en .subNav .dd:nth-child(5) .ul {
    margin-left: -450px !important;
}
}

@media screen and (max-width:1480px) {

  .big5 #header .R .navWrap .nav .li,
  .cn #header .R .navWrap .nav .li {
    margin-left: 17px !important;
  }

  .big5 #header .R .navWrap .nav .li,
  .cn #header .R .navWrap .nav .li a {
    font-size: 12px !important;
  }
  .subNav .dd .ul a{
    font-size: 12px !important;
    margin-right: 20px !important;
  }

}

@media screen and (max-width:1300px) {
  .index .subNav .dd:nth-child(5) .ul{
    margin-left: -150px;
  }
  #header .logo {
    width: 140px !important;
    margin-top: 25px !important;
  }


  /* 中繁 隐藏 搜索按钮、菜单按钮 */
  #header {
    min-width: 1000px !important;
    padding: 0 15px !important;
  }

  #header .menuBtn,
  #header .searchBtn {
    display: none !important;
  }

  /* 英文 */
  .en #header .menuBtn,
  .en #header .searchBtn {
    display: block !important;
  }

  .en #header .R .navWrap .nav {
    display: none;
  }
}

@media screen and (max-width:1100px) {
  #header .logo {
    width: 120px !important;
    margin-top: 25px !important;
  }
}

/* 头部适配 - end*/
@media screen and (max-width:1300px) {
  body {
    min-width: auto;
  }

  .w1200 {
    width: 95%;
  }

  .auto,
  .w1280 {
    width: 95% !important;
  }

  .bannerSwiper .swiper-slide .auto {
    height: 100%;
  }

  .bannerSwiper .swiper-slide .cont {
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 0 !important;
  }

  #luxy .cCont1 .Le .list .li {
    width: 31.9vw !important;
    margin-right: 1.5vw !important;
  }

  #luxy .cCont1 .Le .list .li .img {
    height: 15.6vw !important;
  }

  #luxy .cCont1 .Ri {
    width: 27.69vw !important;
  }

  #luxy .cCont1 .Ri .yusBox ul li p {
    width: 65% !important;
    font-size: 16px !important;
  }

  #luxy .cCont1 .Ri .tokBox p {
    font-size: 15px !important;
  }

  #luxy .cCont1 .Ri .yusBox ul li span {
    font-size: 14px !important;
  }

  #luxy .cCont3 .lvBox {
    width: 19.76vw !important;
    margin-right: 1vw !important;
    height: 27vw !important;
    padding: 30px 15px 0 !important;
  }

  #luxy .cCont3 .lvBox.lvBox1 {
    width: 53vw !important;
  }

  #luxy .cCont3 .hxBox {
    width: 19.76vw !important;
    height: 27vw !important;
  }

  #luxy .cCont3 .hxBox .vl,
  #luxy .cCont3 .lvBox .vl {
    height: 13vw !important;
  }

  #luxy .cCont3 .hxBox h4,
  #luxy .cCont3 .lvBox h4 {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  #luxy .cCont3 .hxBox .vl img,
  #luxy .cCont3 .lvBox .vl img {
    width: 11.5vw !important;
  }



  .about1 .cCont1 .Bom .Le {
    width: 65% !important;
  }

  .about5 .cCont1 .Card .R {
    width: 70% !important;
  }

  .about5 .cCont1 .Card .R .list .swiper-containerWr .swiper-next {
    right: 0 !important;
  }

  .about5 .cCont1 .Card .tiem {
    width: 20% !important;
  }

  .productsNew .cCont1 .w1280 .Ri {
    width: 64% !important;

  }

  .productsNew .cCont1 .w1280 .Le {
    width: 35% !important;
  }



  .news .cCont1 .box .img {
    width: 420px !important;
    height: 260px !important;
  }

  .news .cCont1 .box .Cont {
    width: calc(100% - 480px) !important;
    margin-right: 30px !important;
    padding-top: 30px !important;
  }

  .news .cCont1 .box {
    height: 260px !important;
  }

  .news .newsList dl dd {
    width: 70% !important;
  }


  .partydyn.news .newsList dl dd {
    width: 100% !important;
  }

  .news .newsList dl dt {
    width: 25% !important;
    height: 15vw !important;
  }

  .queryBox .down-dl {
    margin-left: 5% !important;
  }

  .news3 .cCont1 .list .li {
    width: 32% !important;
    margin-left: 2% !important;
  }

  .news3 .cCont1 .list .li:nth-child(3n+1) {
    margin-left: 0 !important;
  }

  .investor .cCont1 .Le {
    width: 68% !important;
  }

  .investor .cCont1 .Ri {
    width: 30% !important;
  }

  .investorList .List .li .dd {
    width: calc(85% - 60px) !important;
  }

  .investorListCard .List .li {
    width: 31% !important;
    margin-right: 2% !important;
    height: 31vw !important;
  }

  .investorListCard .List .li .img {
    height: 22vw !important;
  }

  .investorListCard .List .li .cont .bos .btn {
    width: 45% !important;
    padding-left: 45px !important;
  }

  .duty1 #conttent .cCont1 .w1280 .Le {
    width: 56% !important;
    height:33.4vw !important;
  }
  .duty1 #conttent .cCont1 .w1280 .Ri .bom .tx{
    height: 17.4vw !important;
  }

  .duty1 #conttent .cCont1 .w1280 .Le .swiper-container .swiper-slide {
    height: 33.5vw !important;
  }

  .duty1 #conttent .cCont1 .w1280 .Ri {
    width: 40% !important;
  }

  .duty3 #conttent .Top .L {
    width: 60% !important;
  }

  .duty3 #conttent .cCont1 .swiper-containerWra .swiper-containerHide {
    width: 100% !important;
  }

  .duty3 #conttent .cCont1 .next {
    right: 0 !important;
  }

  /* .duty3 #conttent .cCont1 .prev {
    left: 0 !important;
  } */

  .duty3 #conttent .cCont1 .swiper-containerWra .swiper-containerHide .swiper-container {
    width: auto !important;
  }

  .duty3 #conttent .cCont1 .card .li {
    width: 95% !important;
    height: 30.76vw !important;
  }

  .duty3 #conttent .cCont1 .card .li .pos .txt {
    height: 100px;
    overflow-y: auto;
  }

  .duty3 #conttent .cCont1 .card .li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .duty5 #conttent .Top .L {
    width: 60% !important;
  }

  .join1 .join_page .cCont2 .Le {
    width: calc(100% - 546px) !important;
  }

  .inner_ban .vuxWrap.navFixed .vux {
    width: 95% !important;
  }



  .products8 .cCont1 .L .list .li .ix {
    left: 0 !important;
  }

  .products8 .cCont1 .L .list .li {
    padding-left: 73px !important;
  }

  .dlImg {
    margin-left: 0 !important;
  }



  .contact2 #conttent .cCont2 .Box {
    width: 44% !important;
  }

  .contact2 #conttent .cCont1 .Box {
    width: 30% !important;
  }

  .contact2 #conttent .cCont1 .Pox li {
    width: 46% !important;
  }

  .contact2 #conttent .cCont1 .Pox {
    width: 65% !important;
  }

  .contact2 #conttent .cCont1 .Box .tips h3 em {
    font-size: 30px !important;
  }

  .contact2 #conttent .cCont4 .Le .list .dl .dt {
    margin-left: 0 !important;
  }

  .contact2 #conttent .cCont4 .card {
    width: 65%;
  }

  .contact2 #conttent .cCont4 .card .li {
    width: 46% !important;
  }

  .contact2 #conttent .dlImg {
    margin-left: 0 !important;
  }

  .index .listUl .ul .li {
    /* max-width: 174px;
    width: 24.5% !important; */
  }

  .index .listUl .ul .li a {
    width: 100% !important;
  }

  .party1 #conttent .cCont1 .w1280 .Le {
    width: 58% !important;
    height: 35vw !important;
  }

  .party1 #conttent .cCont1 .w1280 .Le .swiper-container .swiper-slide {
    height: 100% !important;
  }

  .party1 #conttent .cCont1 .w1280 .Ri {
    width: 40% !important;
  }

  .party1 #conttent .cCont1 .w1280 .Ri .bom {
    width: 100% !important;
  }

  .party1 #conttent .cCont1 .w1280 .Le .swiper-paginationPos .uxi {
    width: 150px !important;
  }

  .about1 .cCont2 .le {
    width: 60% !important;
  }

  .about1 .cCont1 .Bom .Ri,
  .about1 .cCont2 .ri {
    width: 32% !important;
  }

  .en .inner_ban .hxCont .li {
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 1230px) {
  .duty1 #conttent .cCont1 .w1280 .Le .swiper-paginationPos .swiper-pagination {
    opacity: 0;
  }


}

@media screen and (max-width: 1150px) {



  .join1 .join_page .cCont2 .Ri .dlList dl.open {
    border: none !important;
  }
}

@media screen and (max-width: 985px) {
  #luxy .cCont3 .hxBox {
    width: 52.5vw !important;
    height: 27vw !important;
  }

  #luxy .cCont3 .lvBox h4 {
    font-size: 14px !important;
  }

  #luxy .cCont3 .lvBox {
    padding: 30px 5px 0 !important;
  }

  #luxy .cCont1 .Le .list .li {
    width: 31.5vw !important;
  }

  #luxy .cCont1 .Ri .yusBox ul li p {
    width: 51% !important;
  }

  #luxy .cCont1 .Ri .moreList {
    opacity: 0;
  }
}

@media screen and (max-width: 750px) {
  body {
    min-width: auto;
  }

  .auto {
    width: 100%;
  }
}


/* 关于碧桂园 栏目适配 */
@media screen and (max-width: 1300px) {
  .about3 .cCont1 .Ri {
    width: 100% !important;
  }

  .about3 .cCont1 .Ri .List .dlW dl dd {
    width: calc(100% - 120px) !important;
  }

  .productsNew .cCont1 .w1280 .Le {
    padding-bottom: 30px !important;
  }

  .about4 .cCont2 .Le {
    width: calc(100% - 450px) !important;
  }

  .about5 .cCont1 .Card .R .zblc .img img {
    max-width: 100% !important;
  }

  .newsData .down-dt input,
  .down-link {
    padding-left: 59px !important;
  }
}

/* 产品与服务 栏目适配 */
@media screen and (max-width: 1300px) {
  .productsNew .cCont1 .w1280 .Ri .swiper-paginationPos .uxi {
    width: 150px !important;
  }
}

/* 新闻 栏目适配 */
@media screen and (max-width: 1300px) {
  .newsData .cCont2 .Le {
    width: calc(100% - 360px) !important;
    padding: 64px 30px !important;
  }

  .newsData .cCont2 .Ri {
    width: 360px !important;
  }

  .newsData .cCont2 .Ri .box {
    padding: 50px 30px 0 !important;
  }

  .newsData .cCont2 .Ri .tyList {
    padding-left: 30px !important;
  }

  .viList_pop .pop-cont {
    width: 90% !important;
  }

  .viList_pop .pop-cont .L {
    width: calc(100% - 330px) !important;
  }

  .hideRight.viList_pop .pop-cont .L {
    width: 100% !important;
  }

  .viList_pop .pop-cont .L .img {
    position: relative;
  }

  .viList_pop .pop-cont .L .img video {
    max-width: 100%;
    max-height: 100%;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translateX(-50%) translateY(-50%); */
  }

  .news3 .cCont1 .list .li {
    height: auto !important;
  }
}

/* 投资者关系 */
@media screen and (max-width: 1300px) {
  .investorRightBox .tBox {
    padding: 90px 40px 0 !important;
  }

  .investorRightBox .bBox {
    height: auto !important;
    padding: 40px 25px !important;
  }

  .investorRightBox .bBox .hxBox {
    margin-right: -25px !important;
    padding-right: 20px !important;
  }

  .investorRightBox .bBox .hxBox .ol .ic {
    position: static !important;
    margin-bottom: 20px;
  }
}

/* 可持续发展 */
@media screen and (max-width: 1300px) {

  .grow1 .cCont2 .card {
    width: 1000px !important;
  }

  .grow1 .cCont2 .card .esBtn2 {
    left: 184px !important;
    top: 59px !important;
  }

  body .grow1CardPos-cont {
    width: 1000px;
    left: 2.5%;
    right: auto;
    margin: 0;
  }

  body .grow1CardPos-cont .L {
    width: 100%;
    padding-top: 30px;
  }

  body .grow1CardPos-cont .R {
    width: 100%;
    margin-top: 40px;
  }

  body .grow1CardPos-cont .R .esImg {
    display: block;
    max-width: 100%;
    margin: auto;
  }

  body .grow1CardPos-cont .esBox2 .dtBtn {
    width: 170px;
    height: 80px;
    left: 185px;
    top: -101px;
    transform: scale(92%);
  }

  body .grow1CardPos-cont:before {
    left: 264px;
  }

  body .builePos-pop .pop-cont {
    width: 1000px;
  }

  body .grow3 .cCont1 .tips .R {
    width: calc(100% - 200px);
  }

  body .grow3 .cCont1 .utChart {
    transform: scale(.8);
    width: 1200px;
    margin-left: -70px;
  }

  body .grow3 .cCont1 .auto {
    width: 95% !important;
  }

  body .grow3 .cCont2 {
    height: auto;
    padding-bottom: 60px;
    background-size: cover;
  }

  body .grow3 .cCont2 .Tit .tx {
    width: calc(100% - 200px) !important;
  }

  body .grow3 .cCont3 .bd {
    width: 100%;
  }

  body .grow3 .cCont3 .bd ul {
    min-width: auto;
  }

  body .grow3 .cCont3 .bd li {
    width: calc(95vw / 3 - 12px);

  }

  body .grow3 .cCont3 .bd li .card {
    position: relative;
    height: 100%;
  }

  body .grow3 .cCont3 .bd li .card>.img {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }


  body .grow3 .cCont3 .Box3 .Cont {
    width: calc(100% - 150px);
    margin-right: 0;
    margin-top: 20px;
  }

  body .grow4 .cCont1 .bd li {
    width: calc(95vw / 3 - 12px);
  }

  body .grow4 .cCont1 .bd li .card {
    position: relative;
    height: 100%;
  }

  body .grow4 .cCont1 .bd li .card>.img {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  body .grow4Cont1-tbPop .pop-cont {
    width: 1000px;
  }

  body .grow4 .cCont3 .R {
    width: calc(100% - 320px);
  }

  body .roughly #conttent .cCont2 .chart_wr {
    width: 1280px;
    transform: scale(90%);
    margin-left: -124px;
  }

  body .roughly #conttent .cCont3 .List {
    width: calc(100% - 280px);
  }

  body .roughly #conttent .cCont3 .List .dlW dl dd {
    width: calc(100% - 130px);
  }

  body .roughly .cCont1 .swiper-paginationPos .swiper-pagination span {
    width: 45px !important;
  }

  body .partydyn .cCont3 .txt {
    display: flex;
    margin: 0 20px;
  }
}

/* 社会责任 */
@media screen and (max-width: 1300px) {
  body .duty #conttent .cCont1 .w1280 .Le .swiper-paginationPos .uxi {
    width: 150px;
  }

  body .duty .cCont1 .swiper-paginationPos .swiper-pagination {
    opacity: 1 !important;
  }

  body .duty .cCont1 .swiper-paginationPos .swiper-pagination span {
    width: 45px !important;
  }

  body .duty #conttent .cCont1 .w1280 .Ri .bom {
    width: auto !important;
  }

  body .duty #conttent .cCont1 .w1280 .Le .swiper-container .swiper-slide {
    background-color: #FFF;
  }

/*   body .duty3 #conttent .Top .L {
    width: calc(100% - 440px) !important;
  } */

  body .duty5 #conttent .Top .L {
    width: calc(100% - 440px) !important;
  }


  body .duty5 #conttent .cCont2 .card {
    position: relative;
    height: 100%;
  }

  body .duty5 #conttent .cCont2 .card .li>.bg {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    width: auto !important;
    height: auto !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  body .duty5 #conttent .cCont2 .card .li {
    width: calc(95vw / 3 - 12px);
  }

  body .duty5 .cCont2 .slideBox .prev,
  body .duty5 .cCont2 .slideBox .next {
    margin-right: -7px;
  }
}

/* 加入碧桂园 */
@media screen and (max-width: 1300px) {
  .join1 .join_page .cCont1 {
    height: 470px !important;
    background-size: auto 100% !important;
  }

  .join1 .join_page .cCont1 .cBox {
    width: 416px !important;
  }

  body .en .join1 .join_page .cCont1 .cBox .card {
    height: 365px !important;
    overflow: auto !important;
  }

  .join1 .join_page .cCont1 .cBox .card {
    height: 335px !important;
    overflow: auto !important;
  }

  body .join1 .join_page .cCont3 .left {
    width: calc(100% - 560px) !important;
  }

  body .join1 .join_page .cCont3 .left .ulbox {
    width: 487px;
    float: left;
    transform: scale(.8);
    margin-left: -44px;
    margin-top: 76px;
  }

  body .join1 .join_page .cCont3 .left .tmbox .time {
    width: 100% !important;
    top: -66px !important;
    right: auto !important;
    left: 0 !important;
  }

  body .join1 .join_page .cCont3 .left {
    width: calc(100% - 550px);
  }
}

/* 联系我们 */
@media screen and (max-width: 1450px) {
  .contact2 #conttent .cCont4 .Le .list .dt,
  .contact2 #conttent .cCont4 .Le .list .dt>img {
    margin-left: 0 !important;
  }

    .contact2 #conttent .cCont4 .Le{
      width: 390px !important;
    }
        .contact2 #conttent .cCont4 .card{
          width: calc(100% - 420px) !important;
        }

  
}

@media screen and (max-width: 1300px) {
  body .products .cCont1 {
    padding-bottom: 80px;
  }

  body .products8 .cCont1 .L {
    width: calc(100% - 330px);
  }

  body .products8 .cCont1 .L .ic {
    margin-right: 0;
    width: 100px;
  }

  body .products8 .cCont1 .L .Cont {
    width: calc(100% - 120px);
  }

  body .products .cCont1 .R .rImg {
    width: 300px;
    height: auto;
  }

  body .contact2 #conttent .cCont1 .Box .tips h4 {
    font-size: 55px !important;
    line-height: 45px !important;
  }

  body .contact2 #conttent .cCont1 .Box .tips h4 em {
    font-size: 45px !important;
  }
}