.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  clear: both;
  display: block;
  content: '';
}
.banner .swiper-pagination-bullet {
  background-color: #ffff;
  width: 0.1rem;
  height: 0.1rem;
  border: solid 0.01rem #ffffff;
}
.banner img {
  width: 100%;
}
.banner .bd {
  zoom: 1;
}
.banner {
  position: relative;
}
.banner .navigation a.prev {
  left: 0.2rem;
}
.banner .navigation a {
  margin: -0.24rem 0 0;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.navigation a.btn {
  border: 0.02rem solid #ffa600;
  border-radius: 50%;
  width: 0.48rem;
  height: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  outline: none;
}
.banner .navigation a.next {
  right: 0.2rem;
}
.icon {
  display: inline-block;
}
.icon_sn {
  width: 0.16rem;
  height: 0.1rem;
  background-image: url(../images/icon_sn.png);
}
.navigation a.prev span {
  transform: rotate(-180deg);
}
.navigation a.btn:hover span {
  background-position: -0.16rem 0;
}
.navigation a.btn:hover {
  background-color: #ffa600;
}
.navigation a.btn span {
  transition: all ease 0.4s;
}
.icon_play {
  background: url(../images/icon_play.png) no-repeat;
	background-size: 100% 100%;
  width: 0.14rem;
  height: 0.19rem;
}
@keyframes spread {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

.banner a.videoBtn {
  border-radius: 50%;
  background-color: #fff;
  left: 50%;
  top: 50%;
	transform: translate(-50%,-50%);
  width: 0.95rem;
  height: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.banner a.videoBtn:before {
  position: absolute;
  content: '';
  border: 0.01rem solid #fff;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform-origin: center;
  border-radius: 50%;
  transform: scale(1);
  animation: spread 1.5s infinite;
}
.banner a.videoBtn:after {
  animation-delay: 0.7s;
  position: absolute;
  content: '';
  border: 0.01rem solid #fff;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform-origin: center;
  border-radius: 50%;
  transform: scale(1);
  animation: spread 1.5s infinite;
}
/* s1 */
#mCounter {
  position: relative;
  margin-top: -1.91rem;
  height: 8.58rem;
  width: 100%;
  background-image: url(../images/index_bg.jpg);
  top: 20%;
}
#mCounter .bg {
  position: relative;
  top: -23%;
}
#mCounter .bg > div {
  position: absolute;
  width: 100%;
  z-index: 1;
  background-position: center top;
  background-repeat: no-repeat;
}
#mCounter .bg > div.bg_1 {
  background-image: url(../images/c_bg_1.png);
  height: 5.62rem;
  top: 2.78rem;
}
#mCounter .bg > div.bg_2 {
  background-image: url(../images/c_bg_2.png);
  height: 5.62rem;
  top: 2.78rem;
}
#mCounter .bg > div.bg_3 {
  background-image: url(../images/c_bg_3.png);
  height: 3.24rem;
  top: 0.16rem;
}
#mCounter .bg > div.bg_4 {
  background-image: url(../images/c_bg_4.png);
  height: 3.24rem;
  top: 0.16rem;
}
#mCounter .bg > div.bg_5 {
  background-image: url(../images/c_bg_5.png);
  height: 8.88rem;
}
#mCounter > .module_container {
  /* padding-top: 236px; */
  overflow: hidden;
}
.module > .module_container {
  margin: 0 auto;
  width: 15rem;
  z-index: 1;
  padding-bottom: 1.6rem;
  position: relative;
}
#mCounter .mainCon{
	padding-top: 0.1rem;
}
#mCounter .mainCon .title {
  color: #454545;
  font-size: 0.42rem;
  opacity: 0.9;
  line-height: 0.6rem;
	text-transform: uppercase;
}
#mCounter .mainCon .title.big {
  font-size: 0.54rem;
	line-height: 0.94rem;
  opacity: 1;
  margin-bottom: 0.15rem;
	font-family: fgmr;
}
#mCounter .mainCon .title.big i {
  color: #fff;
  font-style: normal;
}
#mCounter .mainCon .title.small {
  font-size: 0.24rem;
	line-height: 0.38rem;
}
#mCounter .info {
  margin-top: 0.8rem;
}
#mCounter .info .more {
  border-radius: 0.35rem;
  background-color: #fff;
  width: 2.9rem;
  height: 0.74rem;
  font-size: 0.22rem;
  text-indent: 0.41rem;
  margin-top: -0.7rem;
  margin-left: -4rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.mainImg{
	width: 2.54rem;
	height: 0.04rem;
}
.mainImg img{
	width: 100%;
	height: 100%;
	display: block;
}
#mCounter .info .more span {
  margin-left: 0.16rem;
  transition: all ease 0.4s;
}
#mCounter .info .more:hover {
  color: #ffa600;
}
#mCounter .info .more:hover span {
  background: url(../images/ind_05.png) no-repeat;
  background-size: 100% 100%;
}

.icon_sn5 {
  width: 0.06rem;
  height: 0.1rem;
  background: url(../images/ind_06.png);
  background-size: 100% 100%;
}
/* s2 */
#mGrade {
  width: 100%;
  margin-top: -2.9rem;
  background-image: url(../images/index_bg1.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.module_container {
  margin: 0 auto;
  width: 15rem;
  position: relative;
}
.module_container > .mTitle .title {
  font-size: 0.44rem;
  line-height: 0.56rem;
  font-family: Gilroy-Bold;
  display: flex;
  align-items: center;
}
.module_container > .mTitle .title img {
  margin: 0 0.25rem 0 0.1rem;
	width: 0.09rem;
	height: 0.09rem;
  position: relative;
  top: 0.18rem;
}
.module_container > .mTitle .title span {
  font-size: 0.18rem;
	line-height: 0.38rem;
  padding-top: 0.18rem;
}
.module_container .mainImg img {
	width: 2.1rem;
}

/* s2 内容 */
.category {
  margin: 0 auto;
  width: 15rem;
  padding: 0.2rem 0;
  margin-top: 0.5rem !important;
  background-color: #ffffff;
  box-shadow: 0 0.05rem 0.13rem 0 rgba(10, 2, 4, 0.07);
  border-radius: 0.1rem;
  display: flex;
}
.category_01 {
  width: 25.5%;
  height: 3.61rem;
  box-sizing: border-box;
  /* padding-right: 20; */
  position: relative;
  padding: 0.2rem 0.3rem;
  border-right: 0.02rem solid #1a680c;
}

.category_01:nth-of-type(2) {
  border-right: 0.02rem solid #988952;
}
.category_01:nth-of-type(3) {
  border-right: 0.02rem solid #983132;
}
.category_01:last-child {
  border-right: 0;
}
/* .category_01 img {
  position: absolute;
  top: -0.2rem;
} */
.category_img{
	width: 0.9rem;
  height: 0.93rem;
	margin-bottom: 0.26rem;
}
.category_img img{
	width: 100%;
  height: 100%;
}
.particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
}
.category_02 h4 {
  font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 0.2rem;
}
.category_02 div:nth-of-type(1) {
  margin-top: 0.2rem;
  font-weight: bold;
}
.category_02 div:nth-of-type(3) {
  margin-top: 0.2rem;
  font-weight: bold;
}
.category_02 div {
  font-size: 0.14rem;
  color: #666;
  line-height: 0.3rem;
}
.category_02{
	margin-bottom: 0.3rem;
  position: relative;
  z-index: 1;
}
.category_more {
  color: #ffa600;
  font-size: 0.16rem;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.category_more1 {
  width: 1.92rem;
  height: 0.47rem;
  border-radius: 0.23rem;
  color: #e9913a;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.47rem;
  margin-top: 0.62rem;
  cursor: pointer;
  border: solid 0.01rem #e9913a;
}
.category_more1:hover {
  background-color: #e9913a;
  color: #fff;
  transition: all 0.5s;
}
/* s3 */
#mRanking1 {
  width: 100%;
  background: url(../images/BrowserPreview_tmp_02.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
#mRanking {
  margin: 0 auto;
  width: 15rem;
  position: relative;
  margin-top: 0.7rem !important;
}
.advBg {
  font-size: 0.44rem;
  font-weight: bold;
  color: #2c2c2c;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.2rem;
}
.advBg i {
  color: #e9913a;
  font-style: normal;
}
.advBg1 {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.advBg1 i {
  color: #e9913a;
  font-style: normal;
}
.advBg2 {
  font-size: 0.16rem;
  color: #8b8b8b;
  line-height: 0.35rem;
  text-align: center;
	text-align: justify;
  text-indent: 0.4rem;
}
.limit {
  width: 8rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.71rem !important;
  display: flex;
  justify-content: space-between;
}
.limit1 .limit2 {
  font-size: 0.68rem;
  color: #e9913a;
}
.limit1 .limit2 span {
  font-size: 0.26rem;
  color: #3d3d3d;
}
.limit1 .limit3 {
  font-size: 0.16rem;
  color: #3d3d3d;
}
.limit1:nth-of-type(2) .limit3 {
  padding-left: 0.14rem;
}
.limit1:nth-of-type(3) .limit3 {
  padding-left: 0.16rem;
}
.adv_btn {
  width: 6rem;
  margin: 0 auto;
  display: flex;
  padding-bottom: 1.8rem;
  margin-top: 1.5rem !important;
  cursor: pointer;
  justify-content: space-between;
}
.adv_btn .Btn_left {
  width: 2.55rem;
  height: 0.76rem;
  line-height: 0.76rem;
  text-align: center;
  background-color: #2c2c2c;
  border-radius: 0.05rem;
  font-size: 0.22rem;
  color: #ffffff;
}
.btn_color {
  background-color: #e9913a !important;
}
/* s4 */
.Ingredients {
  margin-top: 0.5rem !important;
  margin: 0 auto;
  width: 15rem;
}
.Ingredients > .mTitle .title {
  font-size: 0.47rem;
  line-height: 0.7rem;
  font-family: Gilroy-Bold;
  display: flex;
  align-items: center;
}
.Ingredients > .mTitle .title img {
  padding-left: 0.1rem;
  position: relative;
  top: 0.18rem;
}
.Ingredients > .mTitle .title span {
  font-size: 0.16rem;
  padding-left: 0.2rem;
}
.Ingredients_02 img{
  width: 2.15rem;
	display: block;
}
.mt{
	margin-top: 0.7rem;
}
#mAdvantage {
  position: relative;
  background: #fff;
}
#mAdvantage .image_list {
  width: 10.28rem;
  height: 6.56rem;
}
.image_list .item_block {
  height: 6.56rem;
}
.image_list img {
  width: 100%;
}
.Ingredients .rightCon {
  float: right;
  width: 2.66rem;
}
.Ingredients .rightCon .nums {
  font-family: Gilroy-Bold;
}
.Ingredients .rightCon .nums .current {
  font-size: 1.2rem;
  line-height: 100%;
  color: #333;
}
.Ingredients .rightCon .nums .current .cItem {
  height: 1.2rem;
  overflow: hidden;
  text-align: center;
}
.Ingredients .rightCon .nums .line {
  background-color: #e1e1e1;
  width: 0.01rem;
  height: 0.11rem;
  margin-top: 0.9rem;
  margin-left: 0.08rem;
}
.Ingredients .rightCon .nums .total {
  font-size: 0.2rem;
  color: #d8d8d8;
  margin-top: 0.34rem;
  margin-left: 0.08rem;
}
.Ingredients .rightCon .info_list {
  line-height: 0.26rem;
  margin-top: 0.02rem;
  margin-left: 0.03rem;
}
.Ingredients .rightCon .info_list .title {
  color: #333;
  font-size: 0.24rem;
}
.Ingredients .rightCon .info_list .subtitle {
  color: #666;
  font-size: 0.15rem;
  margin-top: 0.03rem;
}
.Ingredients .rightCon .navigation {
  margin-top: 0.3rem;
  margin-left: 0.04rem;
}
.navigation a.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.navigation a.prev {
  margin-right: 0.18rem;
}
#mAdvantage > .Ingredients1 {
  bottom: -4.36rem;
}
.Ingredients1 {
  height: 7.87rem;
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.Ingredients1 .wrapper {
  background: url(../images/q_bg.png) no-repeat;
  height: 100%;
  background-size: cover;
  position: absolute;
  width: 19.2rem;
  left: 50%;
  margin-left: -9.6rem;
}

.Ingredients1 .citem#mABg_1:before,
.Ingredients1 .citem:after {
  background-color: #fff4e1;
}
.Ingredients1 .citem:after,
.Ingredients1 .citem:before {
  position: absolute;
  content: '';
}
.Ingredients1 .citem:before {
  border-radius: 50%;
  background-color: #ffa600;
  width: 0.05rem;
  height: 0.05rem;
  box-shadow: 0 0 0.09rem #ffcc6f;
  border: 0.01rem #ffdea2;
  left: -0.28rem;
  top: 0.1rem;
}
.Ingredients1 .citem:after {
  position: absolute;
  left: -0.26rem;
  top: 0.18rem;
  width: 0.01rem;
  height: 2.42rem;
}

.Ingredients1 .citem:nth-of-type(1) {
  left: 7.09rem;
  top: 5.14rem;
  color: #ffedcc;
}
.Ingredients1 .citem {
  position: absolute;
  color: #ffa600;
  font-size: 0.15rem;
  line-height: 0.24rem;
}
.Ingredients1 .citem:nth-of-type(1):after {
  height: 1.36rem;
  top: 0.1rem;
}

.Ingredients1 .citem:nth-of-type(2) {
  left: 11.11rem;
  top: 4.07rem;
}

.Ingredients1 .citem:nth-of-type(3) {
  left: 15.11rem;
  top: 2.68rem;
}

.Ingredients1 .citem:nth-of-type(3):after {
  height: 4.61rem;
}
/* s5 */
.applications {
  margin-top: 4rem !important;
  margin: 0 auto;
  width: 15rem;
}
.applications img{
	display: block;
}
.applications > .mTitle .title {
  font-size: 0.47rem;
  line-height: 0.7rem;
  font-family: Gilroy-Bold;
  display: flex;
  align-items: center;
}
.applications > .mTitle .title img {
  padding-left: 0.1rem;
  position: relative;
  top: 0.18rem;
}
.applications > .mTitle .title span {
  font-size: 0.16rem;
  padding-left: 0.2rem;
}
#mEnvir{
  overflow: hidden;
}
#mEnvir .applications .content_list {
  margin-top: 0.48rem;
  /* height: 6.65rem; */
  height: 5.86rem;
  border-radius: 0.16rem;
  position: relative;
}
/* #mEnvir .applications .content_list .swiper-slide{
  height: 5.86rem;
} */
#mEnvir .applications .content_list .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con_w{
  width: 2.23rem;
  height: 0.52rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 5;
}
.con_icon{
  width: 0.19rem;
  height: 0.19rem;
  background: url(../images/icon_list.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0.16rem;
  left: 1.02rem;
}
#mEnvir .applications .content_list .swiper-button-prev,#mEnvir .applications .content_list .swiper-button-next{
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  border: solid 0.02rem #f78f17;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  overflow: hidden;
}
#mEnvir .applications .content_list .swiper-button-prev{
  transform: rotate(180deg);
}
#mEnvir .applications .content_list .swiper-button-prev:hover,#mEnvir .applications .content_list .swiper-button-next:hover{
  background: #f78f17;
}
#mEnvir .applications .content_list .swiper-button-prev:hover .img01{
  left: -100%;
}
#mEnvir .applications .content_list .swiper-button-prev:hover .img02{
  left: 50%;
  transform: translate(-50%,-50%);
}
#mEnvir .applications .content_list .swiper-button-next:hover .img01{
  left: -100%;
}
#mEnvir .applications .content_list .swiper-button-next:hover .img02{
  left: 50%;
  transform: translate(-50%,-50%);
}
.img01{
  width: 0.06rem;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all 0.6s;
}
.img01 img{
  width: 100%;
  height: 100%;
}
.img02{
  width: 0.16rem;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  left: -100%;
  transform: translateY(-50%);
  transition: all 0.6s;
}
.img02 img{
  width: 100%;
  height: 100%;
}

/* #mEnvir .applications .content_list .swiper-button-prev, #mEnvir .applications .content_list .swiper-container-rtl .swiper-button-next{
  background: url(../images/ind_05.png) no-repeat center center;
	background-size: 0.08rem 0.12rem;
  transform: rotate(180deg);
}
#mEnvir .applications .content_list .swiper-button-next, #mEnvir .applications .content_list .swiper-container-rtl .swiper-button-prev{
  background: url(../images/ind_05.png) no-repeat center center;
	background-size: 0.08rem 0.12rem;
} */
#mEnvir .applications .content_list .swiper-button-prev{
  left: 0.1rem;
}
#mEnvir .applications .content_list .swiper-button-next{
  right: 0.1rem;
}
#mEnvir .applications .content_list .extender {
  width: 3.35rem;
  color: #ffffff;
  line-height: 0.31rem;
  padding: 0.23rem 0.35rem 0.35rem 0.36rem;
  background: rgba(233, 145, 58, 0.4);
  border-radius: 0.05rem;
  font-size: 0.16rem;
  text-align: justify;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
}
#mEnvir .applications .content_list .extender img{
  width: 0.72rem;
}
#mEnvir .applications .content_list .extender .extender01 {
  /* width: 0.76rem;s */
  font-size: 0.25rem;
  padding-bottom: 0.2rem;
  /* border-bottom: 0.05rem solid #fff; */
}
#mEnvir .applications .content_list .extender .extender02 {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#mEnvir .applications .navigation {
  margin: 0.5rem auto 0;
  width: 2.24rem;
  position: relative;
}
#mEnvir .applications .navigation a.prev {
  margin-right: 0;
}
#mEnvir .applications .navigation a.list {
  border: none;
  margin: 0 0.5rem;
  display: flex;
  float: left;
  align-items: center;
  height: 0.52rem;
}
.icon_list {
  background-image: url(../images/icon_list.png);
	background-size: 100% 100%;
  width: 0.19rem;
  height: 0.19rem;
}
/* s6 */
#mBrand {
  position: relative;
  height: 8.48rem;
}
#mBrand .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#mBrand .bg > div {
  position: absolute;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
#mBrand .bg > div.bg_1 {
  background-image: url(../images/b_bg_1.png);
  height: 8.68rem;
}
#mBrand .bg > div.bg_2 {
  background-image: url(../images/b_bg_2.png);
  height: 8.52rem;
  top: 0.16rem;
}
#mBrand .bg > div.bg_3 {
  background-image: url(../images/b_bg_3.png);
  height: 8.52rem;
  top: 0.16rem;
}
#mBrand > .new {
  padding-top: 3.32rem;
}
.module > .new {
  margin: 0 auto;
  width: 15rem;
  position: relative;
}
#mBrand .mInfo{
  width: 46%;
}
#mBrand .mInfo .text_t img{
	display: block;
}
#mBrand .mInfo .text_t .title {
  font-size: 0.47rem;
  font-family: Gilroy-Bold;
  line-height: 100%;
  color: #454545;
}
/* #mBrand .mInfo .text_d {
  padding-left: 0.46rem;
} */
#mBrand .mInfo .text_d p {
  font-size: 0.19rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #454545;
}
#mBrand .mInfo .text_d .title {
  font-size: 0.31rem;
  font-weight: bold;
  margin-top: 0.4rem;
}
#mBrand .mInfo .text_d p:nth-of-type(2) {
  margin-top: 0.36rem;
}
#mBrand .mInfo a.more {
  border-radius: 0.35rem;
  background: #fff;
  width: 3.22rem;
  height: 0.74rem;
  line-height: 0.74rem;
  text-align: center;
  font-size: 0.18rem;
  color: #454545;
  display: block;
  margin-top: 0.52rem;
  /* margin-left: 0.46rem; */
}
#mBrand .mInfo a.more:hover {
  color: #ffa600;
}
#mBrand .mInfo a.more:hover span {
  background-position: -0.16rem 0;
}
#mBrand .mInfo a.more span {
  margin-left: 0.44rem;
  transition: all ease 0.4s;
}
#mBrand .image {
  /* margin-top: 1rem; */
  /* border: 0.05rem solid #fff; */
  border-radius: 0.16rem;
  /* background-color: #fff; */
  /* box-shadow: 0 0 0.73rem 0 rgba(33, 33, 33, 0.2); */
  width: 7.5rem;
  height: 3.64rem;
}
#mBrand .image img {
  width: 100%;
}
/* 视频 */
.popup.video {
  overflow: hidden;
  background: 0 0;
  display: flex;
	justify-content: center;
	align-items: center;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  z-index: 100;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.popup.video .popup_container {
  background-color: #232323;
}
.popup .popup_container.center {
  /* left: 50%;
  top: 50%; */
  width: 65%;
  margin: 0 auto;
}
.popup .popup_container.center video{

  width: 100%;
}
.popup .popup_container {
  position: absolute;
  background: #fff;
}
.popup .popup_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #c36;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  z-index: 10;
}
a.openMBtn {
  width: 0.19rem;
  height: 0.14rem;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}
a.openMBtn.close .rect.top {
  transform: translateY(6px) rotate(45deg);
}
a.openMBtn .rect {
  width: 100%;
  height: 0.02rem;
  background: #fff;
  position: absolute;
  top: 0;
  transition: all ease 0.4s;
}
a.openMBtn.close .rect.middle {
  opacity: 0;
}
a.openMBtn .rect.middle {
  transform: translateY(6px);
}
a.openMBtn .rect {
  width: 100%;
  height: 0.02rem;
  background: #fff;
  position: absolute;
  top: 0;
  transition: all ease 0.4s;
}
a.openMBtn.close .rect.bottom {
  transform: translateY(6px) rotate(-45deg);
}
a.openMBtn .rect {
  width: 100%;
  height: 0.02rem;
  background: #fff;
  position: absolute;
  top: 0;
  transition: all ease 0.4s;
}
/* 二级走进康盛 */
#caseCon {
  width: 100%;
  margin-top: 0.8rem;
  position: relative;
  z-index: 1;
}
#caseCon .bn_di{
  width: 100%;
  height: 1.58rem;
  background: url(../images/bn_di.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: -0.02rem;
  z-index: 2;
}
#caseCon .bg {
  position: absolute;
  top: 30%;
  transform: translateY(-30%);
  left: 1.5rem;
}
#caseCon .bg .bg_1 {
  font-size: 0.35rem;
  line-height: 0.5rem;
  color: #ffffff;
}
#caseCon .bg .bg_2 {
  font-size: 0.16rem;
  text-transform: uppercase;
  color: #ffffff;
}
#caseCon .image img{
  width: 100%;
}

#caseCon a.videoBtn {
  border-radius: 50%;
  background-color: #ef9007;
  left: 60%;
  margin-left: -0.48rem;
  top: 38%;
  margin-top: 0.38rem;
  width: 0.95rem;
  height: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
#caseCon a.videoBtn:before {
  position: absolute;
  content: '';
  border: 0.01rem solid #ef9007;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform-origin: center;
  border-radius: 50%;
  transform: scale(1);
  animation: spread 1.5s infinite;
}
#caseCon a.videoBtn:after {
  animation-delay: 0.7s;
  position: absolute;
  content: '';
  border: 0.01rem solid #fff;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform-origin: center;
  border-radius: 50%;
  transform: scale(1);
  animation: spread 1.5s infinite;
}

/* 关于康盛 */
#mCounter1 {
  width: 100%;
  background: url(../images/about_bg.jpg) repeat center top;
  position: relative;
  padding: 1.2rem 0 1.85rem;
  margin-top: -1.2rem;
  overflow: hidden;
}
#mCounter1 .about_di{
  width: 100%;
  height: 1.83rem;
  background: url(../images/about_di.jpg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#mCounter1 .bg1 {
  position: absolute;
  top: 0.8rem;
  left: 1.5rem;
  z-index: 2;
  display: flex;
  font-size: 0.16rem;
  color: #7f7f7f;
}

.aboutlist02{
  width: 15.8rem;
  margin: 0 auto 1.05rem;
  text-align: center;
}
.aboutlist02 ul{
  display: block;
}
.aboutlist02 li{
  width: 1.44rem;
  height: 0.41rem;
  display: inline-block;
  font-size: 0.18rem;
  background-color: #f7f8fa;
  border-radius: 0.2rem;
  text-align: center;
  line-height: 0.41rem;
  border: solid 0.01rem #c7c7c7;
  margin: 0 0.1rem 0.2rem 0.1rem;
}
.aboutlist {
  width: 15.8rem;
  margin: 0 auto 1.05rem;
  text-align: center;
  cursor: pointer;
}
.aboutlist .aboutlist1 {
  width: 1.44rem;
  height: 0.41rem;
  display: inline-block;
  font-size: 0.18rem;
  background-color: #f7f8fa;
  border-radius: 0.2rem;
  text-align: center;
  line-height: 0.41rem;
  border: solid 0.01rem #c7c7c7;
  margin: -0.3rem 0.1rem 0 0.1rem;
}
.aboutlistColor {
  color: #e9933e !important;
  border: solid 0.02rem #e9933e !important;
  font-weight: bold;
}
.aboutlist_01 {
  width: 15.8rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.aboutlist_left {
  width: 7.73rem;
}
.aboutlist_right {
  width: 6.9rem;
}
.aboutlist_left01 {
  position: relative;
  height: 0.9rem;
  line-height: 0.9rem;
}
.aboutlist_left01 span:nth-of-type(1) {
  position: absolute;
  top: 0;
  font-size: 0.42rem;
  font-weight: bold;
  color: #61605f;
}
.aboutlist_left01 span:nth-of-type(2) {
  position: absolute;
  font-size: 0.69rem;
  left: 0;
  color: #666666;
  opacity: 0.1;
}
.aboutlist_left02 {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  color: #474747;
  line-height: 0.4rem;
  text-align: justify;
}
.aboutlist_right {
  position: relative;
  height: 3.75rem;
}
.aboutlist_right img {
  position: absolute;
  width: 6.98rem;
  height: 3.75rem;
  z-index: 1;
  background-color: #c0c0c0;
}
.aboutlist_right .aboutlist_right01 {
  position: absolute;
  left: -0.23rem;
  top: 0.2rem;
  width: 6.9rem;
  height: 3.75rem;
  background-color: #ffa016;
}
/* 生产工厂 */
.production_bg{
  width: 100%;
  background: url(../images/c_bg_10.png) no-repeat center bottom;
  background-size: 100% 5.7rem;
  padding-bottom: 0.4rem;
}
.production {
  padding: 0.5rem 0 2.37rem;
  width: 15.8rem;
  margin: 0 auto;
}
.production .production1 {
  position: relative;
  height: 0.9rem;
  line-height: 0.9rem;
}
.production .production1 span:nth-of-type(1) {
  font-size: 0.42rem;
  color: #61605f;
  position: absolute;
  top: 0;
  font-weight: bold;
}
.production .production1 span:nth-of-type(2) {
  position: absolute;
  left: 0;
  font-size: 0.69rem;
  color: #666666;
  opacity: 0.1;
}
.production2 {
  padding-top: 0.5rem;
}
.product{
  width: 100%;
}
.product .swiper-slide:nth-child(2n){
  padding-top: 0.97rem;
}
.product .swiper-slide:nth-child(3n){
  padding-top: 0.62rem;
}
.production2s {
  padding-left: 0.2rem;
  height: 4.86rem;
  z-index: 1;
  position: relative;
}
.production2s:nth-of-type(2) {
  position: relative;
  top: 0.79rem;
  z-index: 1;
}
.production2s:nth-of-type(4) {
  position: relative;
  top: -0.2rem;
  z-index: 1;
}
.production2s .production2_01 {
  font-size: 0.3rem;
  color: #5e5e5e;
  font-weight: bold;
}
.production2s:hover .production2_01{
  color: #fb8611;
}
.production2s .production2_02 {
  font-size: 0.16rem;
  line-height: 0.28rem;
  height: 1.12rem;
  color: #6c6c6c;
  margin-top: 0.2rem;
  text-align: justify;
  overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.production2s .production2_03 {
  margin-top: 0.3rem;
  width: 3.2rem;
  height: 1.95rem;
  background-color: #ffffff;
  border-radius: 0.1rem;
}
.production2s .production2_03 img {
  border-radius: 0.1rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.production2s .production3s {
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 0.14rem;
  height: 0.14rem;
  background-color: #fb8611;
  border-radius: 50%;
}
.production2s .production4s {
  position: absolute;
  left: 0.07rem;
  top: 0.15rem;
  width: 0.02rem;
  height: 4.71rem;
  /* background-color: #fa7b0e; */
  background: linear-gradient(to bottom, #fa7b0e, #fa7b0e, rgba(250, 124, 15, 0));
}
/* .production_img {
  position: relative;
  width: 100%;
  height: 5.86rem;
  background: url(../images/c_bg_10.png);
  background-size: 100% 100%;
} */
/* 研发中心 */
.crdc {
  width: 15.8rem;
  margin: 0 auto 1rem;
  position: relative;
}
.crdc1 {
  width: 15.8rem;
  height: 0.9rem;
  line-height: 0.9rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.crdc1 span:nth-of-type(1) {
  font-size: 0.42rem;
  font-weight: bold;
  color: #61605f;
  position: absolute;
  top: 0;
}
.crdc1 span:nth-of-type(2) {
  position: absolute;
  left: 0;
  font-size: 0.69rem;
  color: #666666;
  opacity: 0.1;
}
/* 二级关于我们 研发中心 */
.idxYshi-row {
  width: 15.8rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.row:before {
  display: table;
  content: ' ';
  box-sizing: border-box;
}
.idxYshi-col {
  padding: 0.2rem;
}
.idxYshi-dl {
  position: relative;
  border-radius: 0.15rem 0 0.15rem 0;
  overflow: hidden;
}
.idxYshi-dl a {
  cursor: pointer;
}
.idxYshi-dl dt {
  position: relative;
}
.imgDiv img {
  width: 100%;
  display: block;
}
.idxYshi-dl dt:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.idxYshi-dl dd {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.idxYshi-dl .icon {
  margin-bottom: 0.2rem;
}
.idxYshi-dl .count {
  font-size: 0.55rem;
  font-weight: bold;
  color: #fff;
}
.idxYshi-dl .tit {
  font-size: 0.2rem;
  color: #ffffff;
  margin-bottom: 0.65rem;
}
.idxYshi-dl dd::after {
  top: 0.18rem;
  left: 0.23rem;
  content: '';
  width: 84%;
  height: 92%;
  position: absolute;
  z-index: -1;
  background-color: #eb6b16;
  border-radius: 0.15rem 0 0.15rem 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.idxYshi-dl dd:hover::after {
  opacity: 1;
}
/* 种植基地 */
.planTb {
  width: 100%;
  background: url(../images/1607334403340833.png) no-repeat center bottom;
  background-size: 100% 100%;
  margin-top: 1.34rem;
}
.planTbs {
  width: 100%;
}
.planTb1 {
  width: 15.8rem;
  height: 0.9rem;
  line-height: 0.9rem;
  margin: 0 auto;
  position: relative;
}
.planTb1 span:nth-of-type(1) {
  font-size: 0.42rem;
  color: #61605f;
  font-weight: bold;
  position: absolute;
  top: 0;
}
.planTb1 span:nth-of-type(2) {
  font-size: 0.69rem;
  color: #666666;
  opacity: 0.1;
  position: absolute;
  left: 0;
}
.planTb2 {
  width: 15.8rem;
  height: 5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.planTb3 {
  width: 3.63rem;
  height: 3.63rem;
  background: url(../images/1607334403340838.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.planTb3:nth-of-type(2) {
  position: relative;
  top: 0.94rem;
  left: 0.21rem;
}
.planTb3:nth-of-type(3) {
  position: relative;
  top: -0.09rem;
  left: 0.41rem;
}
.planTb3:nth-of-type(4) {
  position: relative;
  top: 0.95rem;
  left: 0.66rem;
}
.planTb3 img {
  position: relative;
  width: 100%;
  top: 0.1rem;
  left: 0;
}
.planTb4{
  width: 1.25rem;
  height: 1.25rem;
  text-align: center;
  background: rgba(255, 186, 74, 0.6);
  border-radius: 50%;
  color: #fff;
  font-size: 0.28rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  display: flex;
	justify-content: center;
	align-items: center;
}
/* 荣誉证书 */
.certificate {
  position: relative;
  width: 100%;
  background: url(../images/1607334403340839.png) no-repeat;
  background-size: cover;
  margin-top: 0.3rem;
  padding: 0.5rem 0 0.3rem;
}
.certificate1 {
  position: relative;
  width: 15.8rem;
  height: 0.9rem;
  line-height: 0.9rem;
  margin: 0 auto;
}
.certificate1 span:nth-of-type(1) {
  position: absolute;
  font-size: 0.42rem;
  color: #61605f;
  font-weight: bold;
  top: 0;
  left: 0;
}
.certificate1 span:nth-of-type(2) {
  font-size: 0.69rem;
  position: absolute;
  left: 0;
  color: #666666;
  opacity: 0.2;
}
.certificate2 {
  width: 15.8rem;
  margin: 0 auto;
  padding-top: 0.94rem;
}
.certificate2s {
  width: 11.04rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.certificate2s .cl{
  display: none;
}
.certificate3 {
  width: 2.31rem;
  height: 1.48rem;
  background-color: #ffffff;
  border: solid 0.07rem #e4e4e4;
}
.certificate3 img {
  width: 100%;
  display: block;
  height: 100%;
}
.certificate4 {
  margin-top: 0.1rem;
  text-align: center;
  font-size: 0.43rem;
  color: #ff6d00;
}
.certificate5 {
  text-align: center;
  font-size: 0.18rem;
  color: #333333;
  padding: 0.3rem 0 0.4rem;
}
/*  海外仓库 */
.overseas {
  width: 15.8rem;
  position: relative;
  padding-top: 0.8rem;
  margin: 0 auto;
}
.overseas1 {
  height: 0.9rem;
  line-height: 0.9rem;
  position: relative;
}
.overseas1 span:nth-of-type(1) {
  font-size: 0.42rem;
  font-weight: bold;
  color: #61605f;
  position: absolute;
  top: 0;
  left: 0;
}
.overseas1 span:nth-of-type(2) {
  position: absolute;
  left: 0;
  font-size: 0.69rem;
  color: #666666;
  opacity: 0.2;
}
.overseas2 {
  width: 100%;
  /* height: 7rem;
  background: url(../images/BrowserPreview_tmp_07.jpg);
  background-size: 100% 100%; */
  position: relative;
  border-bottom: solid 0.09rem #f88000;
  margin-top: 0.84rem;
}
.overpic {
  width: 15.8rem;
  margin: 0 auto;
}
.overpic img{
  width: 100%;
}
.overseas2s_box{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.overseas2s {
  width: 15.8rem;
  margin: 0 auto;
}
.overseas3s {
  width: 4.85rem;
}
.overseas3 {
  width: 4.85rem;
  height: 1.21rem;
  display: flex;
  align-items: center;
  background-color: #f3f3f3;
  margin-bottom: 0.32rem;
}
.overseas3::before {
  content: '';
  width: 0.06rem;
  height: 1.21rem;
  background-color: #e78627;
}
.overseas3 .overseas4 {
  font-size: 0.31rem;
  color: #515151;
  padding-left: 0.6rem;
}
.overseas3 span {
  width: 0.3rem;
  height: 0.01rem;
  background-color: #a3a3a3;
  transform: rotate(90deg);
}
.overseas3 .overseas5 {
  font-size: 0.18rem;
  color: #393939;
}
.overcolor {
  background-color: #e78627;
  color: #fff !important;
}
.overcolor1 {
  background-color: #fff !important;
}
/* 产品中心 */
.ss_box{
  width: 15.8rem;
  height: 0.9rem;
  padding: 0.2rem;
  background: rgba(190, 188, 188, 0.3);
  margin: 0 auto 0.4rem;
}
.ss_box input{
  float: left;
  width: 84%;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.2rem;
  background: #fff;
  border: none;
  font-size: 0.18rem;
}
.ss_box button{
  float: right;
  width: 14%;
  height: 0.5rem;
  background: #ff9a0a;
  color: #fff;
  font-size: 0.18rem;
  cursor: pointer;
}

#mCounter2 {
  position: relative;
  margin-top: -1.2rem;
  padding: 1.2rem 0 0.2rem;
  width: 100%;
  background-image: url(../images/index_bg.jpg);
}
#mCounter2 .bg1 {
  position: absolute;
  top: 0.6rem;
  left: 2rem;
  z-index: 2;
  display: flex;
  font-size: 0.16rem;
  color: #7f7f7f;
}
#mCounter2 .aboutlist{
  margin: 0 auto 0.42rem;
}
#mCounter2 .aboutlist .aboutlist1 {
  width: 1.74rem;
  margin: 0 0.1rem;
}

.seek {
  cursor: pointer;
  width: 15.8rem;
  height: 0.86rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 0.42rem;
  background-color: rgba(190, 188, 188, 0.3);
  margin-bottom: 0.5rem !important;
  padding: 0 0.24rem;
}
.seek .Select {
  width: 4.23rem;
  height: 0.49rem;
  background-color: #ffffff;
  border-radius: 0.01rem;
  border: solid 0.01rem #dbdbdb;
}
.seek .m-2 {
  width: 4.23rem;
  height: 0.49rem;
  background-color: #ffffff;
  border-radius: 0.01rem;
  border: solid 0.01rem #dbdbdb;
}
.seek .m-3 {
  width: 4.23rem;
  height: 0.49rem;
  background-color: #ffffff;
  border-radius: 0.01rem;
  border: solid 0.01rem #dbdbdb;
}
.seek .el-input__wrapper {
  width: 4.23rem;
  height: 0.49rem;
  background-color: #ffffff;
  border-radius: 0.01rem;
  border: solid 0.01rem #dbdbdb;
}
.find {
  width: 1.64rem;
  height: 0.49rem;
  background-color: #ff9a0a;
  border-radius: 0.01rem;
  text-align: center;
  line-height: 0.49rem;
  font-size: 0.18rem;
  color: #ffffff;
}
.aboutcontent {
  width: 15.8rem;
  line-height: 0.62rem;
  border-radius: 0.01rem;
  margin: 0 auto;
}
.aboutcontent1 {
  height: 0.62rem;
  background-color: #ff9e10;
  display: flex;
  justify-content: space-between;
}
.aboutcontent2 {
  color: #ffff;
  font-size: 0.18rem;
}
.aboutcontent2 img{
  margin-right: 0.1rem;
}
.aboutcontent2:nth-of-type(1) {
  width: 1.68rem;
  padding-left: 0.23rem;
}
.aboutcontent2:nth-of-type(2) {
  width: 3.59rem;
}
.aboutcontent2:nth-of-type(3) {
  width: 6.01rem;
}
.aboutcontent2:nth-of-type(4) {
  width: 4.56rem;
}
.aboutcontent4 {
  height: 0.8rem;
  line-height: 0.8rem;
  justify-content: space-between;
  border: solid 0.01rem #c0c0c0;
  font-size: 0.18rem;
  margin-top: -0.01rem;
}
.aboutcontent4 a{
  display: flex;
}
.aboutcontent5 {
  width: 1.68rem;
  height: 0.8rem;
  padding-left: 0.24rem;
  border-right: solid 0.01rem #c0c0c0;
}
.aboutcontent6 {
  width: 3.59rem;
  height: 0.8rem;
  border-right: solid 0.01rem #c0c0c0;
}
.aboutcontent6 img{
  float: left;
  width: 40%;
  height: 0.6rem;
  object-fit: cover;
  margin: 0.1rem;
}
.aboutcontent6:hover{
  color: #ff9e10;
}
.aboutcontent7 {
  width: 6.01rem;
  height: 0.8rem;
  padding-left: 0.1rem;
  border-right: solid 0.01rem #c0c0c0;
}
.aboutcontent8 {
  width: 4.56rem;
  height: 0.8rem;
  padding-left: 0.26rem;
}
.pagination {
  width: 15rem;
  padding: 0.5rem 0;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
/* 二级新闻 */
.new_1s {
  width: 15.8rem;
  margin: 0 auto;
}
.new_1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 2.94rem;
  padding: 0.38rem 0.56rem 0.39rem 0.35rem;
  background: url(../images/news_bg.jpg) no-repeat right 0.55rem bottom #fff;
  box-shadow: 0 0 0.25rem 0 rgba(10, 2, 4, 0.12);
  margin-bottom: 0.5rem;
}
.new_2 {
  width: 4.29rem;
  height: 2.17rem;
  margin-right: 0.36rem;
}
.new_2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new_3s {
  width: 8.16rem;
  font-size: 0.24rem;
  line-height: 0.58rem;
  height: 0.58rem;
  color: #1b1b1b;
  /* 控制显示一行，多余部分...显示，添加width属性，可以控制单行宽度 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.12rem;
}
.new_3s1 {
  width: 9.5rem;
  font-size: 0.16rem;
  color: #828282;
  /**适用范围：因使用了WebKit的CSS扩展属性，该方法适用于WebKit浏览器及移动端；**/
  line-height: 0.34rem;
	height: 0.68rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new_3s2 {
  cursor: pointer;
  width: 1.22rem;
  height: 0.32rem;
  text-align: center;
  line-height: 0.32rem;
  font-size: 0.16rem;
  color: #828282;
  margin-top: 0.38rem;
  border-radius: 0.16rem;
  border: solid 0.01rem #828282;
}
.new_3s2:hover{
  border: solid 0.01rem #e9913a;
  color: #e9913a;
}
.new_4 {
  padding-left: 0.23rem;
}
.new_4s {
  font-size: 0.44rem;
  color: #202020;
}
.new_4s1 {
  font-size: 0.12rem;
  color: #323232;
}
.new_4s2 {
  padding-left: 0.15rem;
  padding-top: 0.1rem;
}
.new_4s2 img {
  height: 1.5rem;
}
/* 联系我们 */
#mCounter3{
  position: relative;
  margin-top: -1.2rem;
  padding: 2.6rem 0 0.78rem;
  width: 100%;
  background-image: url(../images/index_bg.jpg);
}
#mCounter3 .bg1s {
  position: absolute;
  top: 0.65rem;
  left: 1.7rem;
  font-size: 0.16rem;
  color: #7f7f7f;
  z-index: 2;
}
#mCounter3 .bg1s .bg2s {
  font-size: 0.79rem;
  color: #303030;
  opacity: 0.16;
  font-weight: bold;
}
#mCounter3 .bg1s .bg3s {
  font-family: BigruixianLightGB4.0;
  font-size: 0.33rem;
  color: #3b372e;
}
#mCounter3 .new_1{
  background: #fff;
}
.contact1s .contact2s {
  font-size: 0.26rem;
  color: #303030;
}
.contact1s .contact4s {
  margin-top: 0.15rem;
}
.contact1s .contact3s {
  font-size: 0.16rem;
  line-height: 0.38rem;
}
.contact1s .contact3s span {
  color: #e9913a;
  font-size: 0.16rem;
}
.contact1s .contact3s i {
  font-style: normal;
  font-size: 0.16rem;
  color: #acacac;
}
.contact5s {
  margin-top: 0.48rem;
}
.contact5s .contact3s {
  font-size: 0.16rem;
  line-height: 0.38rem;
}
.contact5s span {
  color: #e9913a;
  font-size: 0.16rem;
}
.contact5s i {
  font-style: normal;
  font-size: 0.16rem;
  color: #acacac;
}
.conright{
  width: 6.1rem;
}
.map_all {
  margin-top: 0.02rem;
  width: 6.29rem;
  height: 2.09rem;
  background-color: #dcdcdc;
  flex: 1;
}
.map_alls {
  margin-top: 0.02rem;
  width: 6.29rem;
  height: 2.09rem;
  background-color: transparent;
  flex: 1;
}
.map_all .map {
  width: 100%;
  height: 100%;
}
.map_all #platform {
  left: -1.25rem !important;
  top: 0.09rem !important;
}
.map_all .BMapLabel {
  border: transparent !important;
  background-color: transparent !important;
  font-size: 0.2rem !important;
  padding: 0 !important;
  color: #003371;
}
.Send_Query1 {
  text-align: center;
  font-size: 0.36rem;
  color: #080808;
}
.Send_Query i {
  margin-top: 6px !important;
  margin: 0 auto;
  display: block;
  width: 0.6rem;
  height: 0.05rem;
  background-color: #ffa600;
  border-radius: 0.02rem;
}
.Send_Query2 {
  width: 13.58rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.Send_Query3 {
  font-size: 0.18rem;
  padding-top: 0.3rem;
}
.Send_Query3 span{
  color: #ffa600;
}
.Send_Query5 {
  font-size: 0.18rem;
  padding-top: 0.3rem;
}
/* .Send_Query5::before {
  content: '*';
  display: block;
  position: relative;
  left: 0.57rem;
  top: 0.22rem;
  color: #ffa600;
} */
.Send_Query5s {
  font-size: 0.18rem;
  padding-top: 0.3rem;
}
/* .Send_Query5s::before {
  content: '*';
  display: block;
  position: relative;
  left: 0.39rem;
  top: 0.22rem;
  color: #ffa600;
} */
.Send_Query4 input {
  margin-top: 0.16rem;
  width: 6.35rem;
  height: 0.57rem;
  padding-left: 0.1rem;
  background-color: #ffffff;
  border: solid 0.01rem #c0c0c0;
}
.Send_Query6 input {
  margin-top: 0.16rem;
  width: 6.35rem;
  height: 0.57rem;
  padding-left: 0.1rem;
  background-color: #ffffff;
  border: solid 0.01rem #c0c0c0;
}
.Send_Query7 {
  width: 13.58rem;
  margin: 0 auto;
  margin-top: 0.35rem !important;
}
.Send_Query7 .Send_Query8 {
  font-size: 0.18rem;
  color: #080808;
}
.Send_Query7 .Send_Query8::before {
  content: '*';
  display: block;
  position: relative;
  left: 0.75rem;
  top: 0.22rem;
  color: #ffa600;
}
.Send_Query9 textarea {
  width: 13.58rem;
  height: 1.3rem;
  padding-top: 0.1rem;
  padding-left: 0.1rem;
  font-size: 0.16rem;
  margin-top: 0.16rem;
  background-color: #ffffff;
  border: solid 0.01rem #c0c0c0;
}
.submit {
  width: 2.64rem;
  height: 0.66rem;
  cursor: pointer;
  line-height: 0.66rem;
  font-size: 0.26rem;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  border-radius: 0.3rem;
  margin-top: 0.44rem;
  background-image: linear-gradient(to right, #ffb347, #ffa347);
}

/* 产品详情 */
.bn_di02{
  width: 100%;
  height: 1.96rem;
  background: url(../images/bn_di03.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: -0.02rem;
  z-index: 2;
}
.show_box{
  width: 15.8rem;
  padding: 0.56rem 0 0.82rem;
  margin: 0 auto;
  position: relative;
}
.show_box .bg1 {
  position: absolute;
  top: -0.8rem;
  left: 0;
  z-index: 2;
  display: flex;
  font-size: 0.16rem;
  color: #7f7f7f;
}
.pic_box{
  float: left;
  width: 6.94rem;
  height: 6.11rem;
  border: solid 0.01rem #d2d2d2;
  position: relative;
}
.picbig{
  width: 100%;
  height: 100%;
}
.picbig img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pic_botbg{
  width: 100%;
  height: 1.08rem;
  background: rgba(138, 138, 138, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.pic_botbg .swiper-button-next,.pic_botbg .swiper-button-prev{
  width: 0.31rem;
  height: 0.8rem;
  border-radius: 0;
  background: #fff;
  top: 0.14rem;
  margin: 0;
  outline: none;
}
.pic_botbg .swiper-button-next img,.pic_botbg .swiper-button-prev img{
  width: 0.1rem;
  height: 0.2rem;
  display: block;
  margin: 0.28rem auto;
}
.swiper-button-next:after, .swiper-button-prev:after{
  display: none;
}
.pic_botbg .swiper-button-prev:after,.pic_botbg .swiper-rtl .swiper-button-next:after{
  display: none;
}
.pic_botbg .swiper-button-next.swiper-button-disabled, .pic_botbg .swiper-button-prev.swiper-button-disabled{
  opacity: 0.5;
}
.pic_botbg .swiper-button-lock{
  display: block;
}
.pic_bot .swiper-slide-thumb-active{
  border: solid 0.02rem #ed9138;
  border-radius: 0.03rem;
  box-sizing: border-box;
}
.pic_bot{
  width: 5.66rem;
  padding-top: 0.13rem;
  margin: 0 auto;
}
.pic_bot .swiper-slide{
  height: 0.8rem;
}
.pic_bot .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.show_tr{
  float: left;
  width: 8.85rem;
  height: 6.13rem;
  background: #eff1f5;
  padding: 0.34rem;
}
.show_tr_tit{
  border-bottom: solid 0.01rem #d6d7da;
  line-height: 0.64rem;
  color: #414141;
  font-size: 0.27rem;
  margin-bottom: 0.14rem;
}
.show_tr_txt{
  color: #111;
  font-size: 0.16rem;
  line-height: 0.34rem;
  height: 4rem;
  margin-bottom: 0.3rem;
  overflow-x: hidden;
  overflow-y: scroll;
}
.show_tr_txt::-webkit-scrollbar{
	/*滚动条整体样式*/
	width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/ 
	height: 1px;
}
.show_tr_txt::-webkit-scrollbar-thumb{
	/*滚动条里面小方块*/
  border-radius: 10px;  
  background: #9e9e9e;  
}
.show_tr_txt::-webkit-scrollbar-track{
	/* 滚动条底层颜色 */
  border-radius: 10px;  
  background: #ededed;
	/*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba( 0, 0, 0, .1);
}
.show_tr_btn{
  width: 1.73rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  background: #ff9b0a;
  color: #fff;
  font-size: 0.16rem;
  cursor: pointer;
  margin-bottom: 0.44rem;
}
.show_pdf{
  float: left;
  width: 1.71rem;
  height: 0.41rem;
  line-height: 0.41rem;
  position: relative;
  border: solid 0.01rem #d2d2d2;
  background: #fff;
  border-radius: 0.05rem;
  text-indent: 0.16rem;
  color: #595959;
  font-size: 0.14rem;
}
.show_pdf a{
  display: block;
}
.show_pdf img{
  width: 0.38rem;
  height: 0.38rem;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.share_box{
  float: right;
  width: 2.9rem;
}
.share_tit{
  float: left;
  width: 0.8rem;
  line-height: 0.3rem;
  color: #333;
  font-size: 0.14rem;
}
.share_tit img{
  float: left;
  width: 0.14rem;
  height: 0.16rem;
  margin: 0.07rem 0.13rem 0 0;
  display: block;
}
.share{
  float: left;
  width: 2.1rem;
}
.share ul{
  margin-right: -0.06rem;
}
.share li{
  float: left;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.06rem;
}
.share img{
  width: 100%;
  height: 100%;
  display: block;
}
.show_tit{
  line-height: 0.66rem;
  background: #ffa21d;
  text-indent: 0.17rem;
  color: #fff;
  font-size: 0.16rem;
  margin-top: 0.71rem;
}
.show_bg{
  border: solid 0.01rem #c0c0c0;
  border-top: none;
  padding: 0.35rem 0.45rem 0.54rem;
  color: #5a5a5a;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.show_bg table{
  float: none;
}
.fanye{
  width: 100%;
  padding-top: 0.66rem;
}
.fanye ul{
  margin-right: -4%;
}
.fanye li{
  float: left;
  width: 46%;
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0 0.2rem;
  margin-right: 4%;
  border: solid 0.01rem #dbdbdb;
  box-sizing: border-box;
  color: #7d7d7d;
  font-size: 0.16rem;
  white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fanye li:hover{
  border: solid 0.01rem #e8933f;
  color: #ff9000;
}


.news_box{
	width: 15.8rem;
	margin: 0 auto 0.4rem;
}
.newsshow_tt{
	width: 100%;
	text-align: center;
	line-height: 0.4rem;
	font-size: 0.18rem;
	color: #333;
	font-weight: bold;
	padding: 0.2rem 0;
	border-bottom: solid 0.01rem #ccc;
	margin-bottom: 0.3rem;
}
.news_text{
	width: 100%;
	color: #333;
	font-size: 0.16rem;
	line-height: 0.3rem;
}



@media screen and (max-width: 1023px) {
  .banner .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 15%;
    left: 42%;
  }
  .banner img {
    margin-top: 1.2rem;
    height: 6.5rem;
  }
  .banner .swiper-pagination {
    bottom: 0.35rem;
    left: 0;
  }
  .banner .swiper-button-next {
    top: 91.5%;
    left: 60.5%;
    border: 0.01rem solid #fff;
    width: 0.37rem;
    height: 0.37rem;
    border-radius: 50%;
    font-size: 0.14rem;
    font-family: AliRegular;
  }
  .banner .swiper-button-prev {
    top: 91.5%;
    left: 30.5%;
    right: auto;
    border: 0.01rem solid #fff;
    width: 0.37rem;
    height: 0.37rem;
    border-radius: 50%;
  }

  .banner .swiper-button-prev:after {
    font-size: 0.16rem;
    /* font-family: AliRegular; */
    color: #fff;
  }
  .banner .swiper-button-next:after {
    font-size: 0.16rem;
    /* font-family: AliRegular; */
    color: #fff;
  }
  .mnav {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 10;
    height: 1.2rem;
    width: 100%;
		box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  }
  .hed .mright {
		width: 1.4rem;
    position: absolute;
    top: -0.25rem;
    right: 0.2rem;
  }
  .hed .mnavs input {
    position: absolute;
    top: 0.3rem;
    color: #b3b3b3;
    font-size: 0.3rem;
    font-family: AliRegular;
    padding-left: 0.2rem;
    right: 1.5rem;
    width: 3rem;
    height: 0.5rem;
    border-radius: 0.2rem;
    border: 0.01rem solid #b3b3b3;
  }
  .hed .mright span {
    font-size: 0.55rem;
    font-family: AliRegular;
    color: #b3b3b3;
  }
  .hed .mright span:nth-of-type(1) {
    font-size: 0.5rem;
    font-family: AliRegular;
    padding-right: 0.2rem;
  }
  .hed .mlogo {
    padding: 0.2rem 0;
    padding-left: 0.2rem;
  }
  .hed .mlogo img {
    width: 3rem;
		display: block;
  }
  .hed .mnavlist {
    width: 100%;
    height: calc(100vh - 0.65rem);
    /* background: url(../images/BrowserPreview_tmp_01.jpg) no-repeat; */
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 1.2rem;
    color: #333333;
    z-index: 99999;
    font-size: 0.3rem;
    font-family: AliRegular;
    overflow-y: scroll;
  }
  .hed .mnavlist .mnavlist_list {
    height: 1rem;
    text-align: center;
    border-bottom: 0.01rem solid #ddd;
    line-height: 1rem;
  }
  .banner a.videoBtn {
    border-radius: 50%;
    background-color: #fff;
    left: 50%;
    top: 50%;
		transform: translate(-50%,-50%);
    width: 0.95rem;
    height: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
  }
  /* s1 */
  #mCounter {
    position: relative;
    margin-top: -2.03rem;
    height: 6.7rem;
    z-index: 1;
    background-image: url(../images/mCounter_bg.png);
    background-size: 7.5rem 6.7rem;
  }
  #mCounter .mainCon .title {
    color: #454545;
    font-size: 0.6rem;
    opacity: 0.9;
    line-height: 100%;
  }
  #mCounter > .module_container {
    padding-top: 1rem;
    overflow: hidden;
  }
  .module > .module_container {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 0.2rem;
    position: relative;
  }
  .mainImg img {
    width: 2.6rem;
  }
  #mCounter .mainCon .title.big {
    font-size: 0.4rem;
		margin: 0;
  }
  #mCounter .mainCon .title.small {
    font-size: 0.3rem;
    margin-top: 0.3rem;
  }
  #mCounter .mainCon .title.small1 {
    font-size: 0.3rem;
    margin-top: 0.3rem;
  }
  #mCounter > .module_container > .main_btn {
    border-radius: 0.37rem;
    margin: 0 auto;
    background-color: #fff;
    width: 3.2rem;
    height: 0.74rem;
    font-size: 0.28rem;
    margin-top: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mGrade {
    width: 100%;
    margin-top: 0;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  /* s2 */
  .module_container > .mTitle .title {
    font-size: 0.6rem;
    line-height: 0.5rem;
    font-family: Gilroy-Bold;
    display: flex;
    align-items: center;
  }
  .module_container > .mTitle .title span {
    font-size: 0.24rem;
    padding-left: 0;
  }
  .sj_category {
    margin: 0 auto;
    width: 100%;
    padding: 0.3rem;
    margin-top: 0.5rem !important;
    background-color: #ffffff;
    box-shadow: -9px 7px 15px 12px rgba(10, 2, 4, 0.07);
    border-radius: 0.1rem;
    display: flex;
  }
  .sj_category_02 h4 {
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 0.3rem;
		line-height: 0.6rem;
  }
  .sj_category_02 div {
    font-size: 0.26rem;
    color: #666;
    line-height: 0.45rem;
  }
  .sj_category_02 div:nth-of-type(1) {
    margin-top: 0.4rem;
  }
  .sj_category_more {
    margin-top: 0.6rem;
		color: #ffa600;
		font-size: 0.26rem;
  }
  /* s3 */
  #mRanking1 {
    width: 100%;
    background: url(../images/BrowserPreview_tmp_02.jpg) no-repeat;
    background-size: cover;
  }
  #mRanking {
    margin: 0 auto;
    width: 90%;
    position: relative;
    margin-top: 0.5rem !important;
  }
  .advBg {
    font-size: 0.5rem;
    color: #2c2c2c;
    text-transform: uppercase;
    text-align: center;
  }
  .advBg1 {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    color: #333333;
    text-align: center;
  }
  .advBg2 {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    color: #8b8b8b;
    line-height: 0.5rem;
  }

  .limit {
    width: 100%;
    margin-top: 0.5rem !important;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .limit1:nth-of-type(1) {
    width: 33.333%;
    text-align: center;
    margin-bottom: 0.3rem;
  }
  .limit1 .limit2 {
    font-size: 0.8rem;
  }
  .limit1 .limit3 {
    font-size: 0.28rem;
    color: #333;
  }
  .adv_btn {
    width: 90%;
    margin: 0 auto;
    display: flex;
    padding-bottom: 0.8rem;
    margin-top: 0.5rem !important;
    cursor: pointer;
    justify-content: space-between;
  }
  .adv_btn .Btn_left {
    width: 45%;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    background-color: #2c2c2c;
    border-radius: 5px;
    padding: 0 0.2rem;
    font-size: 0.25rem;
    color: #ffffff;
  }
  /* s4 */
  .Ingredients {
    margin-top: 50 !important;
    margin: 0 auto;
    width: 90%;
  }
  .Ingredients > .mTitle .title {
    font-size: 0.6rem;
    line-height: 0.34rem;
    font-family: Gilroy-Bold;
    display: flex;
    align-items: center;
  }
  .Ingredients > .mTitle .title img {
    width: 0.3rem;
  }
  .Ingredients > .mTitle .title span {
    font-size: 0.21rem;
  }
  .Ingredients_02 img {
    width: 3rem;
  }
  /* 手机 */
  .Ingredients .sj_wrapper {
    width: 100%;
    margin-top: 0.5rem;
  }
  .Ingredients .sj_rightCon .sj_info_list {
    line-height: 0.26rem;
    width: 4rem;
    margin: 0.04rem 0 0;
  }
	.Ingredients .sj_rightCon .sj_info_list .title {
		color: #333;
		font-size: 0.3rem;
		line-height: 0.5rem;
	}
  .Ingredients .sj_rightCon .sj_info_list .subtitle {
    color: #666;
    font-size: 0.25rem;
		line-height: 0.5rem;
    margin-top: 0.03rem;
  }
  #Ingredients .sj_navigation {
    margin-top: 0.2rem;
    margin-left: 0.04rem;
    width: 1.22rem;
  }
  .sj_navigation a.prev {
    margin-right: 0.18rem;
  }
  .sj_navigation a.btn {
    border: 0.02rem solid #ffa600;
    border-radius: 50%;
    width: 0.46rem;
    height: 0.46rem;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
  }
  .sj_navigation a.disabled,
  .sj_navigation a.swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
  }
  .sj_navigation a.prev span {
    transform: rotate(-180deg);
  }
  .icon_sn {
    background-image: url(../images/ind_05.png);
		background-size: 100% 100%;
    width: 0.15rem;
    height: 0.15rem;
  }
  .image_list img {
    width: 100%;
  }
  #mAdvantage .image_list {
    margin-top: 0.5rem;
    width: 100%;
    height: 6rem;
    position: relative;
    z-index: 1;
  }
  .Ingredients .sj_advBg {
    bottom: -2.52rem;
    right: 0;
  }
  .sj_advBg {
    height: 7.87rem;
    position: absolute;
    width: 100%;
    overflow: hidden;
    background-image: url(../images/sj_q_bg.png);
    background-size: cover;
  }
  .sj_advBg .citem:nth-of-type(1) {
    left: 1.2rem;
    top: 5.24rem;
    color: #ffedcc;
  }
  .sj_advBg .citem:nth-of-type(2) {
    left: 2.88rem;
    top: 4.19rem;
    font-weight: 700;
  }
  .sj_advBg .citem:nth-of-type(3) {
    left: 4.84rem;
    top: 3.15rem;
    font-weight: 700;
  }
  .sj_advBg .citem {
    position: absolute;
    color: #ffa600;
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  /* s5 */
  .applications {
    margin-top: 2.5rem !important;
    margin: 0 auto;
    width: 90%;
  }
  .applications > .mTitle .title {
    font-size: 0.6rem;
    line-height: 0.34rem;
    font-family: Gilroy-Bold;
    display: flex;
    align-items: center;
  }
  #mEnvir .applications .content_list {
    margin-top: 0.64rem;
    height: 4rem;
    border-radius: 0.16rem;
  }
  #mEnvir .applications .content_list img {
    max-width: 100%;
    height: 100%;
  }
	#mEnvir .applications .navigation{
		width: 2.4rem;
	}
  
	.icon_list {
		width: 0.3rem;
		height: 0.3rem;
	}
  /* s6 */
  .sj_mBrand {
    position: relative;
    height: 11rem;
    background-image: url(../images/mBrand_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .sj_mBrand > .sj_module_container {
    padding-top: 1.27rem;
    margin: 0 auto;
    width: 6.7rem;
    position: relative;
  }
  .sj_mBrand .sj_mInfo {
    color: #333333;
  }
  .sj_mInfo .text_t .title {
    font-size: 0.6rem;
  }
  .sj_mInfo .text_d .title {
    font-size: 0.35rem;
		line-height: 0.6rem;
		height: 0.6rem;
    margin-top: 0.2rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
  }
  .sj_mInfo .text_d p {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .sj_mInfo .text_d p:nth-of-type(2) {
    margin-top: 0.2rem;
  }
	.sj_mInfo .text_t img{
		display: block;
	}
  .sj_mInfo .more {
    border-radius: 0.37rem;
    background-color: #fff;
    width: 3rem;
    height: 0.64rem;
		line-height: 0.64rem;
		text-indent: 0.5rem;
    font-size: 0.26rem;
    margin-top: 0.2rem;
    display: block;
  }
	.icon_sn5 {
		width: 0.12rem;
		height: 0.16rem;
		background-image: none;
		margin-left: 0.1rem;
	}
  .image1 img {
    width: 100%;
    margin-top: 0.3rem;
    padding-bottom: 0.5rem;
  }
  /* 底部 */
  /* .footM {
    margin-top: 4rem;
    background-color: #fff;
  } */
  .footM .b {
    font-size: 0.22rem;
    text-align: center;
    color: #373737;
    padding-bottom: 1.7rem;
    padding-top: 0.3rem;
  }
  .footM ul {
    background-color: #363636;
    color: #fff;
    display: flex;
    justify-content: space-evenly;
    padding: 0.3rem 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .footM ul li span {
    font-size: 0.5rem;
  }
  .footM ul li .text {
    font-size: 0.3rem;
  }

  .footM_d {
    padding: 0.4rem 0;
    width: 100%;
    /* position: fixed;
    bottom: 0;
    left: 0; */
    margin: 0 auto;
    z-index: 1;
    background-color: #363636;
    /* margin-bottom: 1.5rem; */
    /* border-bottom: 0.05rem solid #b3b3b3; */
  }
  .footM_a {
    width: 90%;
    margin: 0 auto;
    display: flex;
    color: #b3b3b3;
    justify-content: space-between;
  }
  .footM_C {
		width: 100%;
    color: #b3b3b3;
    font-size: 0.26rem;
		line-height: 0.4rem;
		margin-top: 0.3rem;
		text-align: center;
  }
  .footM_D {
    margin-top: 0.2rem !important;
    width: 100%;
		text-align: center;
    color: #b3b3b3;
  }
  .footM_D .footM_Dleft {
    font-size: 0.4rem;
    font-weight: bold;
  }
  .footM_d .footM_left {
    width: 3rem;
  }
  .footM_d .footM_left img {
    width: 100%;
		display: block;
  }
  .footM_d .apply {
    border: 0.01rem solid rgba(220, 220, 220, 0.2);
    width: 1.6rem;
    height: 0.58rem;
    color: #b3b3b3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    margin-top: 0.1rem;
    font-size: 0.26rem;
  }
	.footerttr_left{
		width: 100%;
		text-align: center;
		font-size: 0.24rem;
		border-top: solid 0.01rem #696969;
		padding-top: 0.3rem;
		margin-top: 0.3rem;
	}
  /* 关于我们 */
  #caseCon .bn_di{
    width: 100%;
    height: 0.85rem;
    background: url(../images/bn_di02.png) no-repeat;
    background-size: 100% 100%;
  }
  #caseCon .bg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.67rem;
  }
  #mCounter1{
    padding: 1.85rem 0;
  }
  #mCounter1 .bg1{
    top: 1.2rem;
    left: 0.3rem;
    font-size: 0.26rem;
  }
  .aboutlist{
    width: 94%;
    display: block;
    padding: 0.2rem 0;
    margin: 0 auto;
  }
  .aboutlist .aboutlist1{
    float: left;
    width: 30.333%;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
    margin: 0 1.5% 3% 1.5%;
  }
  .aboutlist_01{
    width: 94%;
    display: block;
  }
  .aboutlist_left{
    width: 100%;
  }
  .aboutlist_left01{
    height: 0.9rem;
    line-height: 0.9rem;
  }
  .aboutlist_left01 span:nth-of-type(1){
    font-size: 0.5rem;
    top: 0;
  }
  .aboutlist_left01 span:nth-of-type(2){
    white-space:nowrap;
  }
  .aboutlist_left02{
    font-size: 0.28rem;
    line-height: 0.5rem;
    margin: 0.5rem 0;
  }
  .aboutlist_right{
    width: 95%;
    margin-left: 4%;
  }
  .aboutlist_right img{
    width: 100%;
  }
  .aboutlist_right .aboutlist_right01{
    width: 100%;
  }

  .production_bg{
    background-size:100% 4rem;
  }
  .production .production1 span:nth-of-type(1){
    font-size: 0.5rem;
  }
  .production .production1 span:nth-of-type(2){
    white-space:nowrap;
  }
  .production{
    width: 94%;
    padding: 0.3rem 0;
  }
  .product .swiper-slide:nth-child(2n){
    padding-top: 0;
  }
  .product .swiper-slide:nth-child(3n){
    padding-top: 0;
  }
  .production2s{
    height: 5rem;
  }
  .production2s .production2_01{
    font-size: 0.34rem;
  }
  .production2s .production2_02{
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 1.2rem;
  }
  .crdc1{
    width: 94%;
  }
  .crdc1 span:nth-of-type(1){
    font-size: 0.5rem;
  }
  .crdc{
    width: 100%;
  }
  .idxYshi-row{
    width: 100%;
    display: block;
  }
  .idxYshi-col{
    float: left;
    width: 47%;
    margin: 0 1.5% 3% 1.5%;
  }
  .idxYshi-dl .icon img{
    display: block;
  }
  .imgico img{
    display: block;
  }
  .planTb1{
    width: 94%;
  }
  .planTb{
    margin-top: 0.4rem;
  }
  .planTb2{
    width: 94%;
    height: 7rem;
    display: block;
  }
  .planTb3{
    float: left;
    width: 3.3rem;
    height: 3.3rem;
    margin: 0 5% 5% 0;
  }
  .planTb3:nth-of-type(2) {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 5% 0;
  }
  .planTb3:nth-of-type(3) {
    position: relative;
    top: auto;
    left: auto;
  }
  .planTb3:nth-of-type(4) {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 5% 0;
  }
  .certificate{
    margin-top: 0.7rem;
  }
  .certificate1{
    width: 94%;
  }
  .certificate1 span:nth-of-type(1){
    font-size: 0.5rem;
  }
  .certificate1 span:nth-of-type(2){
    white-space:nowrap;
  }
  .certificate2{
    width: 94%;
    padding-left: 0;
  }
  .certificate2s{
    width: 100%;
    display: block;
  }
  .certificate2s .cl{
    display: block;
  }
  .certificate3s{
    float: left;
    width: 47%;
    margin-right: 6%;
  }
  .certificate3s:nth-child(2n){
    margin: 0;
  }
  .certificate3{
    width: 100%;
    height: 2.1rem;
  }
  .certificate3 img{
    width: 100%;
    height: 100%;
  }
  .certificate4{
    font-size: 0.6rem;
  }
  .certificate5{
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .overseas{
    width: 94%;
  }
  .overseas1 span:nth-of-type(1){
    font-size: 0.5rem;
  }
  .overseas1 span:nth-of-type(2){
    white-space:nowrap;
  }
  .overseas2s{
    width: 94%;
  }
  .overseas2s_box{
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 0.4rem;
  }
  .overpic {
    width: 100%;
  }
  .overseas3s{
    width: 100%;
  }
  .overseas3{
    width: 100%;
  }
  .overseas3 .overseas4{
    font-size: 0.32rem;
  }
  .overseas3 .overseas5{
    font-size: 0.28rem;
  }
  /* 产品中心 */
  .ss_box{
    width: 94%;
    height: 1rem;
  }
  .ss_box input{
    width: 80%;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
  }
  .ss_box button{
    width: 18%;
    height: 0.6rem;
    font-size: 0.28rem;
  }
  #mCounter2{
    padding: 1.85rem 0;
  }
  #mCounter2 .bg1{
    top: 1.2rem;
    left: 0.3rem;
    font-size: 0.26rem;
  }
  #mCounter2 .aboutlist .aboutlist1 {
    width: 47%;
  }
  .seek{
    width: 94%;
    height: auto;
    padding: 0.2rem 0.1rem;
    display: block;
  }
  .seek .m-2,.seek .m-3{
    width: 100%;
    height: 0.7rem;
    margin-bottom: 0.2rem;
  }
  .seek .el-input__wrapper{
    height: 0.7rem;
  }
  .el-select{
    display: block;
  }
  .find{
    width: 40%;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.28rem;
    margin: 0 auto;
  }
  .aboutcontent{
    width: 94%;
  }
  /* 新闻中心 */
  .new_1s{
    width: 94%;
  }
  .new_1{
    background-size: 2.6rem 1.7rem;
    display: block;
    padding: 0.4rem;
    height: auto;
  }
  .new_2{
    width: 100%;
    height: 3.5rem;
    margin-bottom: 0.4rem;
  }
  .new_3{
    width: 100%;
  }
  .new_3s{
    width: 100%;
    font-size: 0.34rem;
  }
  .new_3s1{
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .new_3s2{
    width: 1.9rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
    border-radius: 0.6rem;
  }
  .new_4{
    display: none;
  }
  /* 联系我们 */
  #mCounter3 .bg1s{
    top: 1rem;
    left: 0.3rem;
  }
  #mCounter3{
    padding: 3rem 0 0.5rem;
  }
  .contact2s{
    font-size: 0.34rem;
  }
  .contact1s .contact4s{
    margin: 0.15rem 0 0.2rem;
  }
  .contact1s .contact3s{
    font-size: 0.26rem;
  }
  .contact1s .contact3s span{
    font-size: 0.26rem;
  }
  .contact1s .contact3s i{
    font-size: 0.26rem;
  }
  .contact5s .contact3s{
    font-size: 0.26rem;
  }
  .contact5s span{
    font-size: 0.26rem;
  }
  .contact5s i{
    font-size: 0.26rem;
  }
  .map_all{
    height: 3rem;
    margin-top: 0.4rem;
  }
  .Send_Query1{
    line-height: 0.8rem;
  }
  .Send_Query2,.Send_Query7{
    width: 100%;
    display: block;
  }
  .Send_Query3,.Send_Query5s,.Send_Query5{
    font-size: 0.28rem;
  }
  .Send_Query4 input,.Send_Query6 input{
    width: 100%;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.28rem;
  }
  .Send_Query7 .Send_Query8{
    font-size: 0.28rem;
  }
  .Send_Query9 textarea{
    width: 100%;
    height: 1.3rem;
    line-height: 0.4rem;
    font-size: 0.28rem;
  }
  .submit{
    height: 0.7rem;
    border-radius: 0.7rem;
    font-size: 0.3rem;
  }
  /* 产品详情 */
  .bn_di02{
    height: 0.89rem;
    background: url(../images/bn_di04.png) no-repeat;
    background-size: 100% 100%;
  }
  .show_box{
    width: 94%;
  }
  .show_box .bg1 {
    top: -0.2rem;
    font-size: 0.26rem;
  }
  .pic_box{
    float: none;
    width: 100%;
  }
  .pic_botbg{
    height: 1.3rem;
  }
  .pic_botbg .swiper-button-next,.pic_botbg .swiper-button-prev{
    width: 0.4rem;
    height: 0.9rem;
    top: 0.2rem;
  }
  .pic_botbg .swiper-button-next img,.pic_botbg .swiper-button-prev img{
    width: 0.15rem;
    height: 0.25rem;
  }
  .pic_bot{
    width: 75%;
    padding-top: 0.2rem;
  }
  .pic_bot .swiper-slide{
    height: 0.9rem;
  }
  .show_tr{
    float: none;
    width: 100%;
    height: auto;
  }
  .show_tr_tit{
    font-size: 0.32rem;
  }
  .show_tr_txt{
    font-size: 0.26rem;
    line-height: 0.44rem;
    height: auto;
  }
  .show_tr_btn{
    width: 2.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
  }
  .show_pdf{
    float: none;
    width: 2.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-indent: 0.26rem;
    font-size: 0.24rem;
    margin-bottom: 0.4rem;
  }
  .show_pdf img{
    width: 0.38rem;
    height: 0.38rem;
  }
  .share_box{
    float: none;
    width: 100%;
  }
  .share_tit{
    width: 1.3rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
  }
  .share_tit img{
    width: 0.18rem;
    height: 0.2rem;
  }
  .share{
    float: left;
    width: 70%
  }
  .share ul{
    margin-right: 0;
  }
  .share li{
    float: left;
    width: 0.4rem;
    height: 0.4rem;
  }
  .show_tit{
    line-height: 0.8rem;
    text-indent: 0.27rem;
    font-size: 0.26rem;
  }
  .show_bg{
    border: solid 0.01rem #c0c0c0;
    border-top: none;
    padding: 0.35rem 0.45rem 0.54rem;
    color: #5a5a5a;
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
  .fanye{
    width: 100%;
    padding-top: 0.66rem;
  }
  .fanye ul{
    margin-right: 0;
  }
  .fanye li{
    float: none;
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.2rem;
    margin: 0 0 3% 0;
    font-size: 0.26rem;
  }

  .news_box{
    width: 94%;
  }
  .newsshow_tt{
    line-height: 0.44rem;
    font-size: 0.28rem;
  }
  .news_text{
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
}
