.container {
  width: 100%;
  height: 100%;
  margin-top: 3.75rem;
  position: relative;
}

.img-item {
  width: 100vw;
  height: 800px;
}

.layui-img {
  width: 100%;
  height: 100%;
}

.section-header {
  padding-bottom: 2.25rem;
}

.section-header h2 {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}



.item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.item-col-3 {
  width: 33.3333333333%;
  padding: 0 .75rem;
  box-sizing: border-box;
}

.item-col-4 {
  width: 25%;
  padding: 0 .75rem;
  box-sizing: border-box;
}

.item-col-6 {
  width: 16.6666666666%;
  padding: 0 .75rem;
  box-sizing: border-box;
}

/* 轮播图 */
.focus {
  position: relative;
  width: 100%;
  height: 88vh;
  /* background-color: purple; */
  overflow: hidden;
  /* min-width: 100vw;
  min-height: 80vh; */
}

.focus ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000%;
  /*height: 54rem;*/
  height: 100vh;
}

.focus ul li {
  float: left;
}

.arrow-l,
.arrow-r {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -1.25rem;
  width: 1.5rem;
  height: 2.5rem;
  /* background: rgba(0, 0, 0, .3); */
  text-align: center;
  line-height: 2.5rem;
  color: #fff;
  font-family: 'icomoon';
  font-size: 1.125rem;
  z-index: 2;
}

.arrow-r {
  right: 0;
}

/* .circle {
  position: relative;
  top: 50rem;
  left: 56rem;
} */

.circle {
  position: relative;
  top: 80vh;
  /* left: 44vw; */
  left: 50%;
  margin-left: -6.75vw;
}

.circle li {
  float: left;
  width: 3vw;
  height: .4rem;
  /*background-color: #fff;*/
  /* border: .125rem solid rgba(255, 255, 255); */
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0.3vw;
  border-radius: .5rem;
  cursor: pointer;
}

.current {
  background-color: skyblue !important;
}

/* .focus ul li img {
  width: 100vw;
  height: 52rem;
  min-width: 100vw;
  min-height: 52rem;
  position: relative;
} */

.focus ul li img {
  width: 100vw;
  height: 88vh;
  min-height: 88vh;
  position: relative;
}

.banner {
  width: 100%;
  height: 80vh;
  /* background: url(../images/bg.png) bottom center no-repeat;
  background-size: cover; */
}

.banner-text {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9.375rem;
}

.banner-img {
  position: absolute;
  right: 0;

  width: 100%;
  height: 80vh;
}

.banner-img img {

  width: 100%;
  height: 100%;
}

.banner h1 {
  margin: 0;
  font-size: 2.5rem;
  color: #323232;
  font-weight: 400;
}

.banner h2 {
  color: #646464;
  margin: 1.25rem 0 0 0;
  line-height: 2;
  font-size: 1.125rem;
  font-weight: 200;
}

.banner .btn-down {
  margin: 3.75rem 0 0 0;
  display: inline-block;
  padding: .75rem 1.5rem;
  border-radius: .1875rem;
  transition: 0.5s;
  color: #fff;
  border: .0625rem solid #186AF2;
  background: #186AF2;
  box-shadow: 0rem .3125rem 1.875rem rgba(65, 84, 241, 0.4);
  font-size: 1rem;
  font-weight: 600;
}

.banner .btn-down:hover {
  opacity: 0.8
}

.banner .btn-go {
  margin: 3.75rem 0 0 1.25rem;
  display: inline-block;
  padding: .75rem 1.5rem;
  border-radius: .1875rem;
  transition: 0.5s;
  color: #186AF2;
  border: .0625rem solid #186AF2;
  box-shadow: 0rem .3125rem 1.875rem rgba(65, 84, 241, 0.4);
  font-size: 1rem;
  font-weight: 600;
}

.banner .btn-go:hover {
  opacity: 0.8
}

.banner .btn-view {
  margin: 3.75rem 0 0 1.25rem;
  cursor: pointer;
  display: inline-block;
  padding: .75rem 1.5rem;
  transition: 0.5s;
  color: #458BF3;
  font-size: .75rem;
}

.banner .banner-ops {
  margin: 1.25rem 0;
  padding: .75rem 0;
  transition: 0.5s;
  color: #458BF3;
  font-size: .75rem;
}

.banner .banner-ops a {
  margin-right: .75rem;
  color: #969696;
}

.banner .banner-ops a.btn-full {
  margin-left: 3.4375rem;
  color: #458BF3;
}

.banner .intro-img {
  width: 26.25rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.banner .intro-img img {
  width: 100%;
}

/* .superbox{
  width: 100vw;
  height: 100vh;
  scroll-snap-type: y mandatory;
    overflow-y: scroll;
    overflow-x: hidden;
} */
/* 金润集团简介 */
.advantagebox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: center center;
  position: relative;
}

/* .advantagebox:hover{
  background-color: rgb(0, 0, 0,0.8);
} */
/* 
.advantagebox::after {
  content: "";
  display: table;
  clear: both;
  height: 0
} */

.advantage {
  /* background: #ffffff; */
  width: 80rem;
  text-align: center;
  color: white;
  /* height: 50rem; */
}


.profileTextone {
  color: #111;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 8vh;
  position: relative;
}

.titleEn{
  color: #D4D4D4;
  font-size: 58px;
  opacity: 0.5;
  position: absolute;
  top: -80px;
}

.selecttext {
  width: 80rem;
  color: #111;
  text-align: center;
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
}

.profileTextone:after,
.news h2:after,
.selecttext:after {
  content: '';
  width: 4%;
  height: 2px;
  background-color: #085696;
  position: absolute;
  left: 63%;
  margin-left: -15%;
  bottom: 0;
  min-width: 35px;
}

.class_a {
  width: 100%;
  text-indent: 2em;
  font-size: 17px;
  letter-spacing: .125rem;
  line-height: 30px;
  margin: 0 auto;
}

.class_b {
  width: 100%;
  height: 42vh;
  text-align: left;
  line-height: 2.5rem;
  text-indent: 2em;
  font-size: 16px;
  letter-spacing: .125rem;
  overflow: hidden;
  margin: 0 auto;
}

.groupProfile_Box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* 集团简介 */
.groupProfile {
  width: 40%;
  height: 100%;
  font-family: 'layui-icon';
  border-radius: 20px;
  /* background-color: #F9F7FA; */
  padding: 40px;
}

/* 集团图片 */
.groupPicture {
  width: 45%;
  height: 430px;
}

.bjColor {
  width: 400px;
  height: 58%;
  background-color: #f4f4f4;
  position: absolute;
  bottom: 140px;
  right: 208px;
  z-index: 1;
}

#oul {
  width: 100%;
  height: 100%;
  list-style: none;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  position: relative;
  z-index: 3;
}

#oul li {
  height: 100%;
  float: left;
  overflow: hidden;
  transition: 1s;
  box-sizing: border-box;
}


.feature {
  display: block;
  background: #fff;
  padding: 2.25rem 1.25rem 1.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  word-wrap: break-word;
  box-shadow: 0rem 0 1.875rem rgb(1 41 112 / 10%);
  height: 100%;
  background-color: #fff;
  text-align: center;
  transition: 0.3s;
  border-radius: .375rem;
}

.feature:hover {
  background-color: #4385F5;
  background: linear-gradient(to left, #4385F5, #00aaff);
  color: #fff;
}

.feature .part-icon {
  display: inline-block;
  border-radius: 100%;
  background: #f5f5f5;
  padding: 1.5625rem;
  width: 3.75rem;
  height: 3.75rem;
}

.part-text h3 {
  color: #333;
  font-weight: normal;
  text-align: center;
  font-size: 1.125rem;
  padding: .625rem 0;
}

.part-text {
  text-align: left;
  line-height: 1.6;
  font-size: .875rem;
  color: #888;
  padding: .625rem 0;
}

.feature:hover .part-text h3,
.feature:hover .part-text {
  color: #fff;
}

.part-icon img {
  width: 3.75rem;
  height: 3.75rem;
}

.bigcmsbox {
  width: 100%;
  height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  background-position: center center;
}

.cms-banner {
  width: 100%;
  /* margin: 0 auto; */
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F7FAFF;
  /* background-color: #e8e8e8 0.3; */
  /* background-color: rgb(0, 0, 0,0.3); */
  /* opacity: 0.4; */
  /* margin-top: -3.2rem; */
  /* background-image: url("../images/home2.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden; */
}

.sales-network {
  width: 80rem;
  /* height: 65vh; */
  opacity: 1;
  /* background-image: url(../images/brand.jpg);
  background-repeat: no-repeat; */
  margin: 0 auto;
}

.sales-network h2 {
  width: 80rem;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: .125rem;
  text-align: center;
  margin: 0 0 60px;
  position: relative;
}

.sales-network h2:after {
  content: '';
  width: 4%;
  height: 2px;
  background-color: #085696;
  position: absolute;
  left: 63%;
  margin-left: -15%;
  bottom: 0;
  min-width: 35px;
}

.cmsleft {
  float: left;
  width: 50rem;
  height: 15rem;
  background-image: url(../images/home6.jpg);
  background-repeat: no-repeat;
}

.cmstext {
  width: 65rem;
  color: #666;
  font-size: 18px;
  text-align: center;
  line-height: 1.9rem;
  margin: 0 auto;
}

.cmsbutton {
  width: 140px;
  height: 2.5rem;
  background-color: #00aaff 0%;
  color: #111;
  border: 1px solid #111;
  font-size: 1.125rem;
  text-align: center;
  line-height: 2.5rem;
  margin: 50px auto 0;
}

.cmsbutton:hover {
  /* background-color: #085696; */
  background-color: black;
  transition: 1s;
  color: white;
  border: 1px solid black;
}

.function {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding-top: 50px;
}

.functionBox {
  width: 80rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* height: 36rem; */
  /* margin: 0 auto; */
  /* background-color: #00aaff; */
  /* justify-content: space-between; */

}

.corporateHonors {
  width: 25%;
  height: 38vh;
  float: left;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

/* .corporateHonors:first-child,
.corporateHonors:nth-child(3),
.functiontext:first-child,
.functiontext:nth-child(3) {
  width: 20% !important;
} */

.corporateHonors:last-child {
  margin-right: 0;
}

.corporateHonors {
  width: 24%;
  margin-right: 17px;
}

/* .corporateHonors:nth-of-type(2),
.corporateHonors:nth-of-type(3),
.corporateHonors:nth-of-type(5) {
  width: 25rem;
  height: 17rem;
  float: left;
  box-sizing: border-box;
  margin-left: 2.5rem;
} */

.functionimg {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: transform 1s
    /* background-color: #323232; */
}

.functiontext {
  width: 80%;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  color: #111;
  font-size: 18px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 4px 3px 10px #cfcfcf;

  position: absolute;
  bottom: 20px;
  left: 30px;
}

/* 摘选 */
.selectbox {
  width: 100%;
  height: 82vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  background-size: cover;
  background-color: #fff;
  background-repeat: no-repeat;
  /* overflow: hidden; */
  color: white;
  background-position: center center;
  position: relative;
}

.video-select {
  width: 80rem;
  height: 41rem;
  /* background-color: #00aaff; */
  margin: 0 auto;
  /* background-color: white; */
}

.video {
  width: 40rem;
  height: 27rem;
  /* background-color: #35a34d; */
  margin: 0 auto;
  float: left;
}

.videotext {
  float: left;
  width: 40rem;
  height: 27rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F7FAFF;
}

.videoimg {
  width: 40rem;
  height: 27rem;
  background-color: #00aaff;
  object-fit: cover;
  /* margin-top: 2rem; */
}

.videoimg source {
  width: 100%;
  height: 100%;
}

.videotext h2 {
  width: 60%;
  height: 3rem;
  /* background-color: #c6e1ee; */
  letter-spacing: .125rem;
  font-size: 34px;
  line-height: 3rem;
  color: #085696;
  word-spacing: 0rem;
  /* text-align: center; */
}

.map {
  width: 3.5rem;
  height: .1875rem;
  background-color: #085696;
  margin-top: 2px;
}

.videobtn {
  width: 10rem;
  height: 3rem;
  line-height: 3rem;
  /* background-color: #00aaff; */
  font-size: 1rem;
  color: black;
  margin-top: 2rem;
  margin-left: 9rem;
  text-align: center;
  border: .0625rem solid #999991;
}



.videotext p {
  width: 24rem;
  color: black;
  font-size: 18px;
  line-height: 1.8rem;
  letter-spacing: .0625rem;
  margin-top: 40px;
}

/* 新闻 */
.newsBox {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: white; */
  /* background-color: #969696; */
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  color: white;
  position: relative;
  background: linear-gradient(#fff, #fff, #fff, #fff, #fff, #fff, #C5DFFE, #89C1FE);
  background-position: center center;
}

.news {
  width: 80rem;
  height: 43rem;
  /* background-color: #00aaff; */
  margin: 0 auto ;
}

.news h2 {
  width: 80rem;
  color: #111;
  text-align: center;
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 600;
  /* background-color: #186AF2; */
  padding-bottom: 10px;
  position: relative;
}

.newsText {
  width: 80rem;
  height: 30rem;
  display: flex;
  justify-content: space-between;
}

.productbox {
  /* flex: 1; */
  width: 24rem;
  height: 30rem;
  background-color: #fff !important;
  /* background-color: #00aaff; */
  /* margin: 1rem; */
}

.newsimg {
  width: 24rem;
  height: 19rem;
  overflow: hidden;
  background-color: #fff;
}

.product {
  width: 24rem;
  height: 11rem;
  background-color: #fff;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1), -8px -8px 10px 0px #fff;
}

.productimg1 {
  width: 24rem;
  height: 19rem;
  transition: 1s;
  position: relative;
}

.productimg1 :hover {
  transform: scale (1.1);
}

.productimg2 {
  width: 24rem;
  height: 2rem;
  position: relative;
  top: -2rem;
}

.producttitle {
  width: 20rem;
  height: 48px;
  text-overflow: ellipsis;
  overflow: hidden;
  /* background-color: #0a0; */
  font-size: 1.0625rem;
  line-height: 1.5rem;
  text-align: center;
  margin: 0 auto;
  padding-top: 1rem;
  z-index: 1;
  /* position: absolute; */
}


.producttime {
  width: 100%;
  color: #999;
  text-align: center;
  margin-top: 15px;
}

.producttext {
  width: 21rem;
  height: 3.5rem;
  /* background-color: #83c9ec; */
  margin: 0 auto;
  font-size: .9375rem;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0rem;
  /* white-space: nowrap; */

}

.producttext p {
  overflow: hidden;
  /* line-height: 1.4rem; */
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #999;
}

.seemore {
  width: 140px;
  height: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  font-size: 1.125rem;
  color: #111;
  border: 1px solid #111;
  margin: 0 auto;
  margin-top: 4rem;
}

.seemore:hover {
  background-color: black;
  transition: 1s;
  color: white;
  border: .125rem solid black;
  cursor: pointer;
}

/* 官方微信和专用官网 */
.officialChat {
  width: 100%;
  height: 15rem;
  /* background-color: #00aaff; */
}

.officialChatbox {
  width: 80rem;
  height: 7rem;
  margin: 1.5rem auto;
  /* background-color: #00aaff; */
}

.chatbox {
  width: 24rem;
  height: 7rem;
  /* margin-top: 1rem; */
  /* background-color: #186AF2; */
  border: .0625rem solid rgb(180, 180, 180);
  float: left;
}

.chatbox div {
  width: 16rem;
  height: 7rem;
  /* background-color: #00aaff; */
  float: left;
}

.chatbox div img {
  width: 2rem;
  height: 2rem;
  background-color: #00aaff;
  margin-right: 0;
  margin-top: 1rem;
  float: left;
  /* border-radius: 50%; */
}

.chattext1 {
  width: 8rem;
  height: 1.8rem;
  margin-left: .1875rem;
  font-size: 1rem;
  font-weight: 600;
  /* text-align: center; */
  line-height: 1.8rem;
  margin-top: 1rem;
  float: left;
  /* background-color: #00aaff; */
  /* border-radius: 50%; */
}

.chattext2 {
  width: 12rem;
  height: 1rem;
  line-height: 1rem;
  /* background-color: #646464; */
  float: left;
  margin-left: 2rem;
}

.chatbox img {
  width: 4rem;
  height: 4rem;
  margin: 1rem 2rem;
  background-color: #bbc8cf;
  margin-right: .8rem;
  margin-top: 1.5rem;
  float: right;
}

.chatbox:nth-last-child(1) {
  width: 24rem;
  height: 7rem;
  border: .0625rem solid rgb(180, 180, 180);
  float: left;
  margin-left: 3.1875rem;
}

@media (min-width: 1024px) {
  .banner {
    background-attachment: fixed;
  }
}

@media (max-width: 1280px) {
  .container {
    width: 1026px;
  }

  .banner h1 {
    font-size: 36px;
  }

  .banner h2 {
    font-size: 16px;
  }

  .banner-img {
    margin-top: -160px;
  }

  .banner-img img {
    width: 360px;
  }

  .banner .intro-img {
    width: 240px;
  }

  .cms-banner img {
    height: 50px;
  }

  .cms-banner span {
    font-size: 22px;
    line-height: 50px
  }

  .cms-banner ul li {
    font-size: 14px;
  }

  .function-img img {
    width: 360px;
  }

  .function-item {
    font-size: 13px;
  }

  .function-item ul li span {
    font-size: 14px;
    margin-right: 1px;
  }
}