﻿﻿﻿@keyframes names{
	0%{
		opacity: 0.96;
		transform: scale(1);
	}
	50%{
		opacity: 1;
		transform: scale(1.08);
	}
	100%{
		opacity: 0.96;
		transform: scale(1.2);
	}
}
.footer_contact {
  width: 100%;
  height: 1rem;
  background: linear-gradient(45deg, #89c0ff, #0055ad);
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999; }
  .footer_contact a, .footer_contact div {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: .26rem;
    color: #fff; }
    .footer_contact a img, .footer_contact div img {
      width: .46rem;
      animation: names 1s infinite linear;
      margin-right: .1rem; }
  .footer_contact div::after {
      content: '';
      width: 1px;
      height: 60%;
      background: rgba(255,255,255,0.3);
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
    }
.ms{
	width: 16rem;
	margin: 0 auto;
	align-items: flex-start;
	min-height: 5.05rem;
	display: flex;
	margin-top: .6rem;
	flex-wrap: wrap;
	/* border-top: 1px solid #e3e3e3; */
}
.ms .label{
	overflow: hidden;
	width: 24%;
	height: 4.3rem;
	
	transition: all .5s;
	transform-origin: center center;
	border-right: none;
	position: relative;
	background: #fff;
	border-left: none;
	border-bottom: none;
}
.ms .label::after{
	content: '';
	width: 1px;
	height: 100%;
	background: #e3e3e3;
	position: absolute;
	left: 0;
	top: 0;
}
.ms .label::before{
	content: '';
	width: 100%;
	height: 1px;
	background: #e3e3e3;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ms .label:hover::after{
	display: none;
}
.ms .label:hover::before{
	display: none;
}
.ms .label:last-child{
	border-right:  1px solid #e3e3e3;
}
.ms .label .picture{
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1.69rem;
	background: #f6f6f6;
}
.ms .label:hover{
	border: none;
	box-shadow: 0 .1rem .2rem rgba(0, 0, 0, 0.16);
	height: 5rem;
	z-index: 99;
	transform: scale(1.04) translateY(-.1rem);
}
.ms .label:first-child:hover .picture{
	background-image: url('../image/index_zxgl_bg.jpg') !important;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
}
.ms .label:nth-child(2):hover .picture{
	background-image: url('../image/index_zxrj_bg.jpg') !important;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
}
.ms .label:nth-child(3):hover .picture{
	background-image: url('../image/index_zxwd_bg.jpg') !important;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
}
.ms .label:nth-child(4):hover .picture{
	background-image: url('../image/index_zxgj_bg.jpg') !important;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
}
.ms .label:hover .picture div span{
	color: #fff;
}
.ms .label:hover .picture i{
	background-position: 0 -.56rem;
}
.ms .label .picture i{
	width: .52rem;
	height: .53rem;
	background-size: 6.2rem;
	display: block;
	background-image: url('../image/index_bg_s.png');
	margin: 0 auto;
	background-repeat: no-repeat;
}
.ms .label .picture div{
	overflow: hidden;
}
.ms .label .picture span{
	display: block;
	text-align: center;
	font-size: .24rem;
	color: #333;
	margin-top: .1rem;
}
.index-icon-zxgl1{
	background-position: 0 -1.12rem;
}
.index-icon-zxgl2{
	background-position: -.57rem -1.12rem;
}
.index-icon-zxgl3{
	background-position: -.56rem 0;
}
.ms .label .info{
	overflow: hidden;
	padding-bottom: .3rem;
}
.ms .label .info .lists{
	overflow: hidden;
	padding: .3rem;
}
.ms .label:hover .info .first{
	display: block;
}
.ms .label .info .first{
	border-bottom: 1px solid #e3e3e3;
	display: none;
}
.ms .label .info .lists li:hover a {
	color: #0070ef;
}
.ms .label .info .first a {
	display: flex;
	transition: all .1s;
	align-items: center;
	padding: .2rem .3rem;
}
.ms .label .info .first a .pic{
	overflow: hidden;
	width: 1.2rem;
	height: .8rem;
}
.ms .label .info .first a .pic img{
    display: block;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.ms .label .info .lists1{
	overflow: hidden;
	padding: .5rem .3rem;
	box-sizing: border-box;
}
.ms .label .info .lists1 li{
	overflow: hidden;
}
.ms .label .info .lists1 li a {
	display: block;
	font-size: .14rem;
	color: #333;
	line-height: 2.2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ms .label:hover .info .lists1{
	display: flex;
	flex-wrap: wrap;
}
.ms .label:hover .info .lists1 li{
	width: 33.33%;
}
.ms .label:hover .info .lists1 li {
	text-align: center;
}
.ms .label:hover .info .lists1 li a i{
	display: block;
}
.ms .label:hover .info .lists1 li a {
	display: block;
}
.ms .label .info .lists1 li a i{
	width: .36rem;
	height: .35rem;
	background-image: url('../image/index_bg_s.png');
	background-repeat: no-repeat;
	display: block;
	display: none;
	margin: 0 auto;
	background-size: 6.2rem;
	background-position: -1.16rem -.36rem;
}
.ms .label .info .lists1 li:hover a i{
	background-position: -1.6rem -.36rem;
}
.ms .label .info .lists1 li:hover a{
    color: #0070ef;
}
.ms .label .info .lists1 li:nth-child(2):hover a i{
	background-position: -1.54rem -1.8rem;
}
.ms .label .info .lists1 li:nth-child(2) a i{
	background-position: -1.11rem -1.8rem;
}
.ms .label .info .first a .pic img{
	display: block;
	width: 100%;
	max-height: 100%;
}
.ms .label .info .first a .pic{
	margin-right: .2rem;
}
.ms .label .info .first a .grow{
	flex: 1;
}
.ms .label .info .first a .grow p{
	font-size: .14rem;
	color: #333;
	-webkit-line-clamp: 1;
	overflow: hidden;
	display: -webkit-box;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
}
.ms .label .info .first a .grow span{
	display: -webkit-box;
	font-size: .13rem;
	color: #666;
	overflow: hidden;
	line-height: 1.8;
	margin-top: .03rem;
	-webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
}
.main_news .right{
	width: .29rem;
	height: .25rem;
	background-image: url('../image/index_bg_s.png');
	background-repeat: no-repeat;
	background-position: 0 -2.24rem;
	float: right;
	background-size: 6.2rem;
	margin-right: .3rem;
}
.ms .label .info .lists li{
	overflow: hidden;
}
.ms .label .info .lists li a {
	display: block;
	font-size: .14rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 2.2;
	color: #333;
}
.ms .label:nth-child(2):hover .picture i{
	background-position: -2.08rem -1.44rem;
}
.ms .label:nth-child(3):hover .picture i{
	background-position: -2.6rem .1rem;
}
.ms .label:nth-child(4):hover .picture i{
	background-position: -2.08rem -.91rem !important;
}
.mt-5, .my-5{
	margin-top: 0 !important;
}


@media (max-width: 750px) {
	.ms .label{
		width: 50%;
		height: auto;
	}
	.form-control{
		width: 85% !important;
	}
	.content .main_case .m .box .grow .item .info ul li img{
		height: 30px !important;
	}
	
	.ms{
		width: 100%;
		overflow: hidden;
	}
	.ms .label:first-child .picture{
		background-image: url('../image/index_zxgl_bg.jpg') !important;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.ms .label:nth-child(2) .picture{
		background-image: url('../image/index_zxrj_bg.jpg') !important;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.ms .label:nth-child(3) .picture{
		background-image: url('../image/index_zxwd_bg.jpg') !important;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.ms .label:nth-child(4) .picture{
		background-image: url('../image/index_zxgj_bg.jpg') !important;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.ms .label .picture span{
		color: #fff;
	}
}




.city:hover .slide_citys {
  top: 100%;
  opacity: 1;
  visibility: inherit; }

.right_link_flex {
  overflow: hidden;
  width: 134px;
  position: fixed;
  right: 12px;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  z-index: 9999; }
  .right_link_flex .icon {
    display: block;
    width: 100%; }
  .right_link_flex .children {
    width: 100%;
    overflow: hidden;
    background: #0070EF;
    border-radius: 0 0 150px 150px;
    padding-bottom: 18px;
    padding-top: 18px; }
    .right_link_flex .children .down {
      display: block;
      cursor: pointer;
      margin: 0 auto; }
    .right_link_flex .children div {
      overflow: hidden;
      padding: 10px 0 16px 0; }
      .right_link_flex .children div p {
        text-align: center;
        font-size: 14px;
        margin-bottom: 6px;
        color: #fff; }
      .right_link_flex .children div span {
        display: block;
        text-align: center;
        font-size: 18px;
        color: #fff;
        font-family: sb; }
    .right_link_flex .children ul {
      overflow: hidden; }
      .right_link_flex .children ul li {
        overflow: hidden;
        width: 109px;
        height: 34px;
        margin: 0 auto;
        margin-bottom: 11px;
        border-radius: 4px;
        border: 1px solid rgba(255, 255, 255, 0.6); }
        .right_link_flex .children ul li:hover {
          border: 1px solid white;
          background: #fff; }
          .right_link_flex .children ul li:hover a {
            color: #0070ef; }
        .right_link_flex .children ul li a {
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 14px;
          color: #fff; }

.slide_citys {
  overflow: hidden;
  width: 960px;
  background: #fff;
  position: absolute;
  top: 80%;
  transition: all .2s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  padding: 30px;
  padding-right: 21px;
  left: 0;
  opacity: 0;
  padding-bottom: 1.4rem;
  visibility: hidden; }
  .slide_citys .city_grow {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    .slide_citys .city_grow > div {
      width: 92px;
      height: 38px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #f4f6ff;
      
      border-radius: 4px;
      border: 1px solid #EDEFF7;
      margin-right: 9px;
      margin-bottom: 9px;
      font-size: 16px;
      color: #333333; }
      .slide_citys{
          min-height: 2.6rem;
      }
      .slide_citys .city_grow > div.on {
        border: 1px solid #6BACF6;
        color: #6BACF6;
        background: #E5F0FD; }
      .slide_citys .city_grow > div:hover {
        border: 1px solid #6BACF6;
        color: #6BACF6;
        background: #E5F0FD; }
        .slide_citys .city_grow > div.on .citys{
            display: block;
        }
  .slide_citys .citys {
      position: absolute;
      left: 0.1rem;
      width: 100%;
      top: 2rem;
      display: none;
    overflow: hidden; }
    .slide_citys .citys ul {
      display: flex;
      flex-wrap: wrap; }
      .slide_citys .citys ul li {
        font-size: 16px;
        color: #333333;
        margin-right: 30px;
        margin-top: 16px; }
        .slide_citys .citys ul li.on a {
          color: #0070ef; }
        .slide_citys .citys ul li:hover a {
          color: #0070ef; }
        .slide_citys .citys ul li a {
          color: #333333; }



.main_map {
  overflow: hidden;
  width: 100%; }
  .main_map img {
    display: block;
    width: 100%; }

.menu,
.mobile_fade {
  display: none; }

.menus {
  display: flex;
  align-items: center; }
  .menus p {
    font-size: .18rem;
    color: #333333; }
  .menus a {
    display: block;
    font-size: .18rem;
    color: #333333;
    transition: all .1s;
    position: relative;
    margin-right: .13rem; }
    .menus a::after {
      content: '';
      width: 1px;
      height: .16rem;
      background: #333333;
      position: absolute;
      right: -.06rem;
      top: 50%;
      transform: translateY(-50%); }
    .menus a:hover {
      color: #0070EF; }
    .menus a:last-child::after {
      display: none; }

.main_shop_confire {
  overflow: hidden;
  width: 100%;
  background: #F9F9F9;
  padding: .4rem 0 .8rem 0; }
  .main_shop_confire .m {
    width: 14rem;
    margin: 0 auto;
    background: #fff;
    border-radius: .1rem;
    padding: 0 .4rem .6rem .4rem; }
    .main_shop_confire .m .head {
      height: .66rem;
      display: flex;
      align-items: center; }
      .main_shop_confire .m .head div {
        width: 3px;
        height: .18rem;
        background: #1C7DED;
        margin-right: .14rem; }
      .main_shop_confire .m .head span {
        font-size: .2rem;
        font-family: sm;
        color: #000000; }
    .main_shop_confire .m .delivery {
      overflow: hidden;
      padding: .14rem .22rem;
      background: #F9F9F9;
      border-radius: .06rem;
      display: flex;
      align-items: center; }
      .main_shop_confire .m .delivery span {
        font-size: .16rem;
        color: #666666; }
      .main_shop_confire .m .delivery ul {
        display: flex; }
        .main_shop_confire .m .delivery ul li {
          font-size: .14rem;
          color: #333;
          height: .32rem;
          display: inline-flex;
          align-items: center;
          padding: 0 .12rem;
          border-radius: .4rem;
          cursor: pointer;
          font-family: sm;
          margin-left: .16rem; }
          .main_shop_confire .m .delivery ul li.on {
            color: #0070ef;
            background: #E8E9F1; }
    .main_shop_confire .m textarea {
      width: 100%;
      height: 1.2rem;
      border-radius: .03rem;
      background: #f9f9f9;
      resize: none;
      outline: none;
      border: none;
      font-size: .16rem;
      color: #666666;
      box-sizing: border-box;
      padding: .16rem .2rem;
      font-family: sr;
      box-sizing: border-box; }
      .main_shop_confire .m textarea::placeholder {
        color: #666;
        font-family: sr; }
    .main_shop_confire .m .bottom {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .main_shop_confire .m .bottom p {
        font-size: .18rem;
        color: #000000; }
        .main_shop_confire .m .bottom p span {
          font-size: .18rem;
          color: #f31313;
          font-family: sm; }
          .main_shop_confire .m .bottom p span em {
            font-size: .28rem;
            color: #f31313;
            font-family: din; }
      .main_shop_confire .m .bottom div {
        width: 2.1rem;
        height: .6rem;
        background: #0070EF;
        border-radius: .5rem;
        transition: all .1s; }
        .main_shop_confire .m .bottom div:hover {
          opacity: 0.8; }
        .main_shop_confire .m .bottom div a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          font-size: .18rem;
          color: #fff; }
    .main_shop_confire .m .infos {
      overflow: hidden;
      padding: .35rem 0; }
      .main_shop_confire .m .infos div {
        overflow: hidden;
        padding: .09rem 0;
        display: flex;
        font-size: .18rem;
        color: #666666;
        align-items: center; }
        .main_shop_confire .m .infos div p {
          font-size: .18rem;
          width: .72rem;
          color: #666666;
          text-align-last: justify; }
        .main_shop_confire .m .infos div span {
          font-size: .18rem;
          margin-left: .08rem;
          color: #000000; }
    .main_shop_confire .m .pay_type {
      overflow: hidden;
      width: 100%; }
      .main_shop_confire .m .pay_type ul {
        display: flex; }
        .main_shop_confire .m .pay_type ul li {
          overflow: hidden;
          width: 3.8rem;
          height: .86rem;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          margin-right: .14rem;
          border: 2px solid #F4F4F4; }
          .main_shop_confire .m .pay_type ul li.on {
            border: 2px solid #87DEAB; }
          .main_shop_confire .m .pay_type ul li img {
            display: block;
            width: .61rem;
            margin-right: .15rem; }
          .main_shop_confire .m .pay_type ul li p {
            font-size: .18rem;
            color: #000000; }
            .main_shop_confire .m .pay_type ul li p span {
              font-size: .16rem;
              color: #666666; }
    .main_shop_confire .m .shopinfo {
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: .28rem 0; }
      .main_shop_confire .m .shopinfo .info {
        display: flex;
        align-items: center;
        width: 70%; }
        .main_shop_confire .m .shopinfo .info .pic {
          width: .8rem;
          height: .8rem;
          overflow: hidden;
          border-radius: .06rem; }
          .main_shop_confire .m .shopinfo .info .pic img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .main_shop_confire .m .shopinfo .info .grow {
          overflow: hidden;
          margin-left: .2rem; }
          .main_shop_confire .m .shopinfo .info .grow p {
            font-size: .18rem;
            margin-bottom: .1rem;
            color: #000000;
            font-family: sm; }
          .main_shop_confire .m .shopinfo .info .grow span {
            display: block;
            font-size: .14rem;
            color: #666666; }
      .main_shop_confire .m .shopinfo .num {
        font-size: .2rem;
        font-family: sm;
        color: #666666; }
      .main_shop_confire .m .shopinfo .price {
        font-size: .24rem;
        color: #f31313;
        font-family: sm; }

.main_shop_info {
  overflow: hidden;
  width: 100%;
  background: #F9F9F9;
  padding: .5rem 0 .8rem 0; }
  .main_shop_info .m {
    width: 14rem;
    margin: 0 auto; }
    .main_shop_info .m .main_introduce {
      overflow: hidden;
      width: 100%;
      margin-top: .2rem;
      background: #fff;
      border-radius: .1rem; }
      .main_shop_info .m .main_introduce .tabbar {
        display: flex;
        align-items: center;
        height: .66rem;
        padding-left: .45rem;
        border-bottom: 1px solid #EBEBEB; }
        .main_shop_info .m .main_introduce .tabbar div {
          height: 100%;
          display: flex;
          align-items: center;
          font-size: .18rem;
          color: #000000;
          cursor: pointer;
          font-family: sm;
          position: relative;
          margin-right: .8rem; }
          .main_shop_info .m .main_introduce .tabbar div.on {
            color: #0070EF; }
            .main_shop_info .m .main_introduce .tabbar div.on::after {
              width: 100%; }
          .main_shop_info .m .main_introduce .tabbar div:hover {
            color: #0070EF; }
            .main_shop_info .m .main_introduce .tabbar div:hover::after {
              width: 100%; }
          .main_shop_info .m .main_introduce .tabbar div::after {
            content: '';
            width: 0%;
            height: 3px;
            background: #0070EF;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
            transition: all .2s; }
      .main_shop_info .m .main_introduce .fadein {
        overflow: hidden;
        width: 100%; }
        .main_shop_info .m .main_introduce .fadein .item {
          overflow: hidden;
          width: 100%;
          padding: .33rem .45rem;
          min-height: 1.86rem;
          font-size: .16rem;
          color: #000;
          line-height: 1.6; }
    .main_shop_info .m .main_products {
      overflow: hidden;
      margin-top: .2rem;
      background: #fff;
      border-radius: .1rem;
      padding: 0 .45rem .45rem .45rem; }
      .main_shop_info .m .main_products .head {
        display: flex;
        align-items: center;
        height: .88rem; }
        .main_shop_info .m .main_products .head div {
          width: 3px;
          height: .18rem;
          background: #0070EF;
          margin-right: .14rem; }
        .main_shop_info .m .main_products .head span {
          font-size: .2rem;
          color: #000000;
          font-family: sm; }
      .main_shop_info .m .main_products ul {
        overflow: hidden;
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
        .main_shop_info .m .main_products ul li {
          overflow: hidden;
          width: 4.15rem;
          margin-right: .26rem;
          border: 1px solid #F6F6F6;
          margin-bottom: .22rem;
          border-radius: .06rem;
          background: #fff; }
          .main_shop_info .m .main_products ul li:nth-child(3n) {
            margin-right: 0; }
          .main_shop_info .m .main_products ul li a {
            display: block;
            width: 100%;
            box-sizing: border-box;
            padding: .24rem .2rem .26rem .3rem; }
            .main_shop_info .m .main_products ul li a .info {
              overflow: hidden;
              display: flex;
              align-items: flex-start;
              justify-content: space-between; }
              .main_shop_info .m .main_products ul li a .info .pic {
                width: 1rem;
                height: 1rem;
                overflow: hidden;
                border-radius: .06rem; }
                .main_shop_info .m .main_products ul li a .info .pic img {
                  display: block;
                  width: 100%;
                  height: 100%;
                  object-fit: cover; }
              .main_shop_info .m .main_products ul li a .info .grow {
                overflow: hidden;
                flex: 1;
                padding-left: .2rem; }
                .main_shop_info .m .main_products ul li a .info .grow p {
                  font-size: .18rem;
                  color: #000000;
                  line-height: 1.8;
                  font-family: sm;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
                .main_shop_info .m .main_products ul li a .info .grow span {
                  display: block;
                  font-size: .14rem;
                  line-height: 1.6;
                  color: #666666;
                  display: -webkit-box;
                  -webkit-box-orient: vertical;
                  -webkit-line-clamp: 2;
                  overflow: hidden; }
            .main_shop_info .m .main_products ul li a:hover .bot div {
              color: #fff;
              background: #0070ef;
              border: 1px solid #0070ef; }
              .main_shop_info .m .main_products ul li a:hover .bot div i {
                background-image: url(../image/shop_23.png); }
            .main_shop_info .m .main_products ul li a .bot {
              display: flex;
              align-items: center;
              justify-content: space-between;
              margin-top: .3rem; }
              .main_shop_info .m .main_products ul li a .bot p {
                color: #f31313;
                font-family: sm;
                font-size: .18rem; }
                .main_shop_info .m .main_products ul li a .bot p span {
                  font-size: .26rem;
                  font-family: din; }
              .main_shop_info .m .main_products ul li a .bot div {
                overflow: hidden;
                width: .94rem;
                height: .32rem;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: .14rem;
                transition: all .1s;
                color: #000000;
                border: 1px solid #BFBFBF;
                border-radius: .4rem;
                background: #fff; }
                .main_shop_info .m .main_products ul li a .bot div i {
                  width: .15rem;
                  height: .14rem;
                  background-image: url(../image/shop_26.png);
                  background-size: 100% 100%;
                  margin-left: .06rem; }
    .main_shop_info .m .shop_info {
      overflow: hidden;
      width: 100%;
      background: #fff;
      border-radius: .1rem;
      margin-top: .36rem;
      display: flex;
      padding: .42rem .42rem .6rem .45rem;
      align-items: flex-start;
      justify-content: space-between; }
      .main_shop_info .m .shop_info .grow {
        flex: 1;
        padding-left: .5rem; }
        .main_shop_info .m .shop_info .grow > p {
          font-size: .22rem;
          color: #000000;
          line-height: 2;
          font-family: sm; }
        .main_shop_info .m .shop_info .grow > span {
          display: block;
          font-size: .16rem;
          color: #666666;
          line-height: 1.6;
          margin-top: .1rem; }
        .main_shop_info .m .shop_info .grow .button {
          width: 2.1rem;
          height: .6rem;
          background: #0070EF;
          border-radius: .5rem;
          transition: all .1s;
          margin-left: .4rem;
          margin-top: .53rem; }
          .main_shop_info .m .shop_info .grow .button:hover {
            opacity: 0.8; }
          .main_shop_info .m .shop_info .grow .button a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            font-size: .18rem;
            color: #fff; }
        .main_shop_info .m .shop_info .grow .item {
          overflow: hidden;
          display: flex;
          align-items: center;
          margin-top: .17rem; }
          .main_shop_info .m .shop_info .grow .item p {
            font-size: .16rem;
            width: 1.2rem;
            padding-left: .4rem;
            color: #666666;
            box-sizing: border-box; }

          .main_shop_info .m .shop_info .grow .item span {
            font-size: .2rem;
            font-family: din;
            color: #000000; }
          .main_shop_info .m .shop_info .grow .item ul {
            display: flex;
            align-items: center;
            flex-wrap: wrap; }
            .main_shop_info .m .shop_info .grow .item ul li {
              display: inline-flex;
              align-items: center;
              height: .38rem;
              justify-content: center;
              position: relative;
              cursor: pointer;
              border: 1px solid #EFEFEF;
              margin-right: .16rem;
              font-size: .16rem;
              color: #666666;
              border-radius: .04rem;
              padding: 0 .2rem;
              min-width: .88rem; }
              .main_shop_info .m .shop_info .grow .item ul li a{
                  color: #666;
              }
              .main_shop_info .m .shop_info .grow .item ul li.on {
                border: 1px solid #0070ef;
                color: #0070ef;
                background-image: url(../image/shopinfo_06.png);
                background-size: .27rem;
                background-repeat: no-repeat;
                background-position: right bottom; }
                .main_shop_info .m .shop_info .grow .item ul li.on a{
                    color: #0070ef;
                }
        .main_shop_info .m .shop_info .grow .price {
          display: flex;
          align-items: center;
          height: .8rem;
          background: #F9FCFF;
          border-radius: .1rem;
          margin-top: .28rem;
          padding-left: .4rem; }
          .main_shop_info .m .shop_info .grow .price span {
            font-size: .16rem;
            color: #666666; }
            .main_shop_info .m .shop_info .grow .price em span {
            font-size: .3rem;
            color: #f31313; }
          .main_shop_info .m .shop_info .grow .price p {
            display: block;
            font-size: .18rem;
            font-family: sm;
            color: #f31313;
            margin-left: .4rem; }
            .main_shop_info .m .shop_info .grow .price p em {
              font-size: .3rem;
              font-family: din; }
      .main_shop_info .m .shop_info .slide {
        overflow: hidden;
        width: 4rem; }
        .main_shop_info .m .shop_info .slide .picture {
          width: 100%;
          height: 4rem;
          border-radius: .1rem;
          overflow: hidden;
          position: relative;
          margin-bottom: .18rem; }
          .main_shop_info .m .shop_info .slide .picture .mySwiper {
            width: 100%;
            height: 100%; }
            .main_shop_info .m .shop_info .slide .picture .mySwiper .swiper-slide {
              width: 100%;
              height: 100%; }
              .main_shop_info .m .shop_info .slide .picture .mySwiper .swiper-slide img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover; }
        .main_shop_info .m .shop_info .slide .bottom {
          position: relative;
          overflow: hidden; }
          .main_shop_info .m .shop_info .slide .bottom .mySwiper1 {
            width: 100%;
            height: 100%; }
            .main_shop_info .m .shop_info .slide .bottom .mySwiper1 .swiper-slide {
              width: .82rem;
              border-radius: .04rem;
              border: 2px solid #F4F4F4;
              cursor: pointer;
              margin-right: .24rem;
              overflow: hidden;
              height: .82rem; }
              .main_shop_info .m .shop_info .slide .bottom .mySwiper1 .swiper-slide:last-child {
                margin-right: 0; }
              .main_shop_info .m .shop_info .slide .bottom .mySwiper1 .swiper-slide.on {
                border: 2px solid #1C7DED; }
              .main_shop_info .m .shop_info .slide .bottom .mySwiper1 .swiper-slide img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover; }

.main_shop {
  overflow: hidden;
  width: 100%;
  background: #F9F9F9;
  padding: .7rem 0; }
  .main_shop .m {
    width: 14rem;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .main_shop .m .navbars {
      overflow: hidden;
      width: 2.5rem;
      background: #fff;
      padding: .38rem 0 .22rem 0; }
      .main_shop .m .navbars .head {
        display: flex;
        align-items: center;
        padding-left: .28rem; }
        .main_shop .m .navbars .head div {
          width: 3px;
          height: .18rem;
          background: #0070EF;
          margin-right: .14rem; }
        .main_shop .m .navbars .head span {
          font-size: .2rem;
          font-family: sm;
          color: #000000; }
      .main_shop .m .navbars ul {
        overflow: hidden;
        margin-top: .2rem; }
        .main_shop .m .navbars ul li {
          overflow: hidden; }
          .main_shop .m .navbars ul li.on a img.icon {
            display: none; }
          .main_shop .m .navbars ul li.on a img.icons {
            display: block; }
          .main_shop .m .navbars ul li.on a span {
            color: #0070ef; }
          .main_shop .m .navbars ul li a {
            width: 100%;
            padding: .24rem 0;
            display: flex;
            align-items: center;
            padding-left: .42rem; }
            .main_shop .m .navbars ul li a img {
              display: block;
              width: .21rem;
              margin-right: 0.1rem; }
              .main_shop .m .navbars ul li a img.icons {
                display: none; }
            .main_shop .m .navbars ul li a span {
              font-size: .16rem;
              font-family: sm;
              color: #333333; }
    .main_shop .m .main_right {
      overflow: hidden;
      width: 11.3rem; }
      .main_shop .m .main_right .head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: .6rem;
        padding: 0 .22rem 0 .3rem;
        background: #fff;
        width: 100%;
        border-radius: .06rem; }
        .main_shop .m .main_right .head .fl {
          display: flex;
          align-items: center; }
          .main_shop .m .main_right .head .fl p {
            font-size: .16rem;
            color: #999999; }
          .main_shop .m .main_right .head .fl ul {
            display: flex; }
            .main_shop .m .main_right .head .fl ul li {
              font-size: .14rem;
              color: #333;
              height: .32rem;
              display: inline-flex;
              align-items: center;
              padding: 0 .12rem;
              border-radius: .4rem;
              cursor: pointer;
              font-family: sm;
              margin-left: .16rem; }
              .main_shop .m .main_right .head .fl ul li.on {
                color: #0070ef;
                background: #F2F3F8; }
        .main_shop .m .main_right .head .search {
          width: 2.6rem;
          height: .32rem;
          position: relative;
          border-radius: .06rem;
          display: flex;
          overflow: hidden;
          align-items: center; }
          .main_shop .m .main_right .head .search input[type="text"] {
            width: 100%;
            height: 100%;
            border: none;
            outline: none;
            background: #F2F3F8;
            font-size: .14rem;
            color: #333;
            padding-left: .16rem; }
            .main_shop .m .main_right .head .search input[type="text"]::placeholder {
              color: #999999; }
          .main_shop .m .main_right .head .search input[type="submit"] {
            width: .3rem;
            height: 100%;
            border: none;
            outline: none;
            background-image: url(../image/shop_03.png);
            background-size: .17rem;
            background-position: center center;
            cursor: pointer;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 9;
            background-repeat: no-repeat;
            background-color: #0070EF; }
      .main_shop .m .main_right .list {
        overflow: hidden;
        width: 100%;
        display: flex;
        padding-bottom: .4rem;
        flex-wrap: wrap; }
        .main_shop .m .main_right .list li {
          overflow: hidden;
          width: 3.64rem;
          margin-right: .19rem;
          margin-top: .24rem;
          border-radius: .06rem;
          background: #fff; }
          .main_shop .m .main_right .list li:nth-child(3n) {
            margin-right: 0; }
          .main_shop .m .main_right .list li a {
            display: block;
            width: 100%;
            box-sizing: border-box;
            padding: .24rem .33rem .26rem .24rem; }
            .main_shop .m .main_right .list li a .info {
              overflow: hidden;
              display: flex;
              align-items: flex-start;
              justify-content: space-between; }
              .main_shop .m .main_right .list li a .info .pic {
                width: 1rem;
                height: 1rem;
                overflow: hidden;
                border-radius: .06rem; }
                .main_shop .m .main_right .list li a .info .pic img {
                  display: block;
                  width: 100%;
                  height: 100%;
                  object-fit: fill; }
              .main_shop .m .main_right .list li a .info .grow {
                overflow: hidden;
                flex: 1;
                padding-left: .2rem; }
                .main_shop .m .main_right .list li a .info .grow p {
                  font-size: .18rem;
                  color: #000000;
                  line-height: 1.8;
                  font-family: sm;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
                .main_shop .m .main_right .list li a .info .grow span {
                  display: block;
                  font-size: .14rem;
                  line-height: 1.6;
                  color: #666666;
                  display: -webkit-box;
                  -webkit-box-orient: vertical;
                  -webkit-line-clamp: 2;
                  overflow: hidden; }
            .main_shop .m .main_right .list li a:hover .bot div {
              color: #fff;
              background: #0070ef;
              border: 1px solid #0070ef; }
              .main_shop .m .main_right .list li a:hover .bot div i {
                background-image: url(../image/shop_23.png); }
            .main_shop .m .main_right .list li a .bot {
              display: flex;
              align-items: center;
              justify-content: space-between;
              margin-top: .3rem; }
              .main_shop .m .main_right .list li a .bot p {
                color: #f31313;
                font-family: sm;
                font-size: .18rem; }
                .main_shop .m .main_right .list li a .bot p span {
                  font-size: .26rem;
                  font-family: din; }
              .main_shop .m .main_right .list li a .bot div {
                overflow: hidden;
                width: .94rem;
                height: .32rem;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: .14rem;
                transition: all .1s;
                color: #000000;
                border: 1px solid #BFBFBF;
                border-radius: .4rem;
                background: #fff; }
                .main_shop .m .main_right .list li a .bot div i {
                  width: .15rem;
                  height: .14rem;
                  background-image: url(../image/shop_26.png);
                  background-size: 100% 100%;
                  margin-left: .06rem; }

.main_data_down {
  width: 100%;
  background: #F9F9F9;
  position: relative;
  padding: 0.5rem 0;
  z-index: 99; }
  .main_data_down .m {
    width: 14rem;
    margin: 0 auto; }
    .main_data_down .m .title {
      display: block;
      text-align: center;
      font-size: .5rem;
      color: #000000;
      font-family: sm; }
    .main_data_down .m .fadein {
      width: 100%;
      margin-top: .3rem; }
      .main_data_down .m .fadein .item {
        width: 100%; }
        .main_data_down .m .fadein .item ul {
          width: 100%;
          padding-bottom: .3rem; }
          .main_data_down .m .fadein .item ul li {
            overflow: hidden;
            width: 100%;
            height: 1rem;
            border-bottom: 2px solid #F9F9F9;
            background: #fff;
            transition: all .2s; }
            .main_data_down .m .fadein .item ul li:hover {
              background-image: linear-gradient(to right, #0070EF, #0070EF); }
              .main_data_down .m .fadein .item ul li:hover a .icon div {
                background-image: url(../image/datadown_23.png); }
              .main_data_down .m .fadein .item ul li:hover a .icon span {
                color: #fff; }
              .main_data_down .m .fadein .item ul li:hover a em {
                color: #fff; }
              .main_data_down .m .fadein .item ul li:hover a .btn {
                border: 1px solid #fff; }
                .main_data_down .m .fadein .item ul li:hover a .btn span {
                  color: #fff; }
                .main_data_down .m .fadein .item ul li:hover a .btn div {
                  background-image: url(../image/datadown_165.png); }
            .main_data_down .m .fadein .item ul li a {
              display: flex;
              align-items: center;
              justify-content: space-between;
              box-sizing: border-box;
              height: 100%;
              padding: 0 .36rem 0 .8rem; }
              .main_data_down .m .fadein .item ul li a .icon {
                display: flex;
                align-items: center; }
                .main_data_down .m .fadein .item ul li a .icon div {
                  width: 18px;
                  height: 22px;
                  background-repeat: no-repeat;
                  background-size: 100% 100%;
                  background-image: url(../image/datadown_16.png);
                  margin-right: .12rem; }
                .main_data_down .m .fadein .item ul li a .icon span {
                  font-size: .18rem;
                  font-family: sm;
                  width: 4.1rem;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  color: #333333; }
              .main_data_down .m .fadein .item ul li a em {
                display: block;
                font-size: .18rem;
                font-family: sm;
                width: 1.4rem;
                color: #333333; }
              .main_data_down .m .fadein .item ul li a .btn {
                overflow: hidden;
                width: 1.12rem;
                height: .42rem;
                border-radius: .4rem;
                border: 1px solid #0070ef;
                display: flex;
                align-items: center;
                justify-content: center; }
                .main_data_down .m .fadein .item ul li a .btn div {
                  width: .17rem;
                  height: .17rem;
                  background-image: url(../image/datadown_19.png);
                  background-size: 100% 100%;
                  margin-right: .06rem; }
                .main_data_down .m .fadein .item ul li a .btn span {
                  font-size: .18rem;
                  font-family: sm;
                  color: #0070ef; }
    .main_data_down .m .list {
      display: flex;
      justify-content: space-between; }
      .main_data_down .m .list .label {
        overflow: hidden;
        width: 2.67rem;
        cursor: pointer;
        position: relative;
        margin-top: .5rem;
        border: 2px solid #fff;
        padding: .26rem 0;
        border-radius: .05rem;
        background-image: linear-gradient(#EAEFF6, #EAEFF6, #fff); }
        .main_data_down .m .list .label.on {
          background: #0070EF; }
          .main_data_down .m .list .label.on img.icon1 {
            display: block; }
          .main_data_down .m .list .label.on img.icon {
            display: none; }
          .main_data_down .m .list .label.on span {
            color: #fff; }
        .main_data_down .m .list .label img {
          display: block;
          width: .5rem;
          margin: 0 auto;
          margin-bottom: .08rem; }
          .main_data_down .m .list .label img.icon1 {
            display: none; }
        .main_data_down .m .list .label span {
          display: block;
          text-align: center;
          font-size: .22rem;
          font-family: sm;
          color: #333333; }
          .main_data_down .m .list .label span em {
            font-size: .16rem; }

.main_offer {
  width: 100%;
  background: #F9F9F9;
  position: relative;
  padding-bottom: 1.35rem;
  z-index: 99; }
  .main_offer .m {
    width: 14rem;
    margin: 0 auto; }
    .main_offer .m .box {
      width: 100%;
      margin-top: .52rem; }
      .main_offer .m .box .title {
        display: block;
        text-align: center;
        font-size: .5rem;
        color: #000000;
        font-family: sm; }
      .main_offer .m .box .openms {
        overflow: hidden;
        width: 100%;
        background: #fff;
        padding: 1rem .5rem;
        display: flex;
        align-items: center;
        justify-content: center; }
        .main_offer .m .box .openms div {
          width: 3.2rem;
          border-radius: .15rem;
          border: 1px dashed #A5A5A5;
          font-size: .18rem;
          color: #000000;
          text-align: center;
          line-height: 1.6;
          padding: .3rem;
          min-height: 1rem;
          display: flex;
          align-items: center;
          justify-content: center; }
          .main_offer .m .box .openms div.on {
            background: #0070EF;
            color: #fff;
            border: 1px dashed #0070EF; }
        .main_offer .m .box .openms img {
          width: .19rem;
          margin: 0 .25rem;
          display: block; }
      .main_offer .m .box .item {
        display: none; }
        .main_offer .m .box .item:first-child {
          display: block; }
      .main_offer .m .box table {
        width: 100%;
        border: none; }
        .main_offer .m .box table tr {
          width: 100%; }
          .main_offer .m .box table tr:nth-child(even) td {
            background: #F5F6F6; }
          .main_offer .m .box table tr td {
            width: 25%;
            cursor: pointer;
            height: .7rem;
            background: #fff; }
            .main_offer .m .box table tr td p {
              font-size: .2rem;
              font-family: din;
              color: #e6a241;
              padding-left: .55rem;
              box-sizing: border-box; }
              .main_offer .m .box table tr td p.on {
                color: #0070ef; }
              .main_offer .m .box table tr td p.on1 {
                color: #ef0000; }
            .main_offer .m .box table tr td .in {
              display: inline-flex;
              align-items: center;
              padding-left: .55rem;
              font-size: .18rem;
              color: #000000; }
              .main_offer .m .box table tr td .in .icon {
                width: .21rem;
                height: .21rem;
                background-image: url(../image/offer_31.png);
                background-size: 100% 100%;
                margin-right: .14rem; }
                .main_offer .m .box table tr td .in .icon.on {
                  background-image: url(../image/offer_358.png); }
              .main_offer .m .box table tr td .in .tip {
                width: 16px;
                height: 16px;
                background-size: 100% 100%;
                cursor: pointer;
                background-image: url(../image/offer_35.png);
                position: relative;
                margin-left: .05rem;
                transform: translateY(-0.1rem); }
                .main_offer .m .box table tr td .in .tip:hover div {
                  opacity: 1;
                  visibility: inherit; }
                .main_offer .m .box table tr td .in .tip div {
                  display: inline-flex;
                  align-items: center;
                  white-space: nowrap;
                  background: #fff;
                  font-size: .14rem;
                  color: #000000;
                  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.06);
                  padding: .06rem .15rem;
                  position: absolute;
                  opacity: 0;
                  visibility: hidden;
                  transition: all .1s;
                  left: 20px;
                  top: -22px;
                  border-radius: 8px 8px 8px 0; }
      .main_offer .m .box .tabbar {
        display: flex;
        margin-top: .56rem;
        border-bottom: 1px solid #E7E7E7; }
        .main_offer .m .box .tabbar div {
          flex: 1;
          height: 1.2rem;
          cursor: pointer;
          display: flex;
          background: #fff;
          overflow: hidden;
          align-items: center;
          padding-left: .5rem; }
          .main_offer .m .box .tabbar div.on {
            background-image: url(../image/offerbg_03.jpg);
            background-size: 100% 100%; }
            .main_offer .m .box .tabbar div.on span {
              color: #fff; }
            .main_offer .m .box .tabbar div.on img.icon1 {
              display: block; }
            .main_offer .m .box .tabbar div.on img.icon {
              display: none; }
          .main_offer .m .box .tabbar div img {
            width: .35rem;
            display: block;
            margin-right: .12rem; }
            .main_offer .m .box .tabbar div img.icon1 {
              display: none; }
          .main_offer .m .box .tabbar div span {
            font-size: .22rem;
            font-family: sm;
            color: #000000; }
    .main_offer .m .list {
      display: flex;
      background: #fff;
      padding: 2px;
      transform: translateY(-0.36rem);
      justify-content: space-between; }
      .main_offer .m .list .label {
        overflow: hidden;
        width: 3.46rem;
        height: 1.15rem;
        position: relative;
        display: flex;
        align-items: center;
        background-image: linear-gradient(#F1F1F2, #F1F1F2, #fff);
        padding-left: 1.36rem; }
        .main_offer .m .list .label div {
          overflow: hidden; }
          .main_offer .m .list .label div p {
            font-size: .22rem;
            font-family: sm;
            color: #000000;
            margin-bottom: .06rem; }
            .main_offer .m .list .label div p.din {
              font-family: din;
              font-size: .24rem; }
          .main_offer .m .list .label div span {
            display: block;
            font-size: .14rem;
            color: #333333; }
        .main_offer .m .list .label .icon {
          width: .5rem;
          position: absolute;
          left: .7rem;
          top: 50%;
          transform: translateY(-50%); }
        .main_offer .m .list .label .icons {
          width: .82rem;
          position: absolute;
          left: .42rem;
          bottom: 0; }

.main_about_recruit {
  overflow: hidden;
  padding: 1rem 0;
  background: #F9F9F9;
  position: relative; }
  .main_about_recruit .m {
    width: 14rem;
    margin: 0 auto; }
    .main_about_recruit .m .head {
      width: 100%;
      display: flex;
      align-items: center;
      height: .8rem;
      background: #0070EF; }
      .main_about_recruit .m .head div {
        width: calc((100% - 1.2rem)/6);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .2rem;
        color: #fff; }
    .main_about_recruit .m .list {
      width: 100%;
      overflow: hidden; }
      .main_about_recruit .m .list .item {
        width: 100%;
        overflow: hidden; }
        .main_about_recruit .m .list .item .slide {
          overflow: hidden;
          background: #fff;
          display: none;
          padding: .46rem .8rem; }
          .main_about_recruit .m .list .item .slide .box {
            display: flex;
            justify-content: space-between;
            align-items: flex-start; }
            .main_about_recruit .m .list .item .slide .box .font {
              overflow: hidden;
              width: 5rem; }
              .main_about_recruit .m .list .item .slide .box .font span {
                font-size: .18rem;
                color: #333333;
                font-family: sm;
                margin-bottom: .15rem; }
              .main_about_recruit .m .list .item .slide .box .font p {
                display: block;
                font-size: .16rem;
                color: #555555;
                line-height: 1.6; }
          .main_about_recruit .m .list .item .slide .btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 2.1rem;
            height: .6rem;
            background: #0070EF;
            border-radius: .4rem;
            margin: 0 auto;
            margin-top: .35rem;
            cursor: pointer;
            transition: all .1s;
            font-size: .18rem;
            color: #fff; }
            .main_about_recruit .m .list .item .slide .btn:hover {
              opacity: 0.8; }
            .main_about_recruit .m .list .item .slide .btn img {
              width: .08rem;
              margin-left: .12rem; }
        .main_about_recruit .m .list .item:nth-child(even) .label {
          background: #F9F9F9; }
        .main_about_recruit .m .list .item .label {
          overflow: hidden;
          width: 100%;
          position: relative;
          height: .7rem;
          background: #fff;
          display: flex;
          cursor: pointer; }
          .main_about_recruit .m .list .item .label.on {
            background: #0070EF; }
            .main_about_recruit .m .list .item .label.on div {
              color: #fff; }
            .main_about_recruit .m .list .item .label.on em {
              background-image: url(../image/recruit_06.png); }
          .main_about_recruit .m .list .item .label div {
            width: calc((100% - 1.2rem)/6);
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: .16rem;
            color: #333333; }
          .main_about_recruit .m .list .item .label em {
            display: block;
            height: 100%;
            width: 1.2rem;
            background-image: url(../image/recruit_03.png);
            background-repeat: no-repeat;
            background-position: center center; }

.main_about_business {
  overflow: hidden;
  padding: 1rem 0;
  background: #F9F9F9;
  position: relative; }
  .main_about_business .m {
    width: 14rem;
    margin: 0 auto; }
    .main_about_business .m .item {
      width: 100%;
      display: flex;
      align-items: center;
      margin-bottom: .1rem;
      border-radius: .06rem;
      overflow: hidden; }
      .main_about_business .m .item.on .name {
        position: relative; }
        .main_about_business .m .item.on .name::after {
          content: '';
          width: 6px;
          height: 14px;
          background-image: url(../image/ss_03.png);
          background-size: 100% 100%;
          position: absolute;
          right: -5px;
          top: 50%;
          transform: translateY(-50%); }
        .main_about_business .m .item.on .name span {
          color: #0070ef; }
      .main_about_business .m .item.on ul {
        background-image: linear-gradient(to right, #fefeff, #f4f9fe); }
        .main_about_business .m .item.on ul li {
          background: none; }
          .main_about_business .m .item.on ul li span {
            color: #0070ef; }
            .main_about_business .m .item.on ul li img.cc1{
                display: block;
            }
            .main_about_business .m .item.on ul li img.cc{
                display:  none;
            }
      .main_about_business .m .item .icon {
        width: 2.2rem;
        height: 1.2rem;
        background: #0070EF;
        border: 2px solid #fff;
        display: flex;
        border-radius: .06rem;
        align-items: center;
        padding-left: .48rem; }
        .main_about_business .m .item .icon img {
          display: block;
          width: .26rem;
          margin-right: .12rem; }
        .main_about_business .m .item .icon span {
          font-size: .2rem;
          font-family: sm;
          color: #fff; }
      .main_about_business .m .item .name {
        width: 1.72rem;
        height: 1.2rem;
        border: 2px solid #fff;
        display: flex;
        align-items: center;
        padding-left: .45rem;
        background-image: linear-gradient(to right, #FFFFFF, #E9EEF6);
        border-radius: 0 .06rem .06rem 0; }
        .main_about_business .m .item .name img {
          width: .18rem;
          margin-right: .08rem; }
        .main_about_business .m .item .name span {
          font-size: .16rem;
          color: #333333; }
      .main_about_business .m .item ul {
        display: flex;
        align-items: center; }
        .main_about_business .m .item ul li {
          overflow: hidden;
          height: 1.2rem;
          width: 1.68rem;
          background: #fff;
          padding-top: .3rem;
          border-right: 1px solid #EBEBEB; }
          .main_about_business .m .item ul li:last-child {
            border: none; }
          .main_about_business .m .item ul li img {
            display: block;
            /*width: .4rem;*/
            height: .26rem;
            margin: 0 auto;
            margin-bottom: .1rem; }
            .main_about_business .m .item ul li img.cc1{
                display: none;
            }
             .main_about_business .m .item ul li:hover img.cc1{
                display: block;
            }
            .main_about_business .m .item ul li:hover img.cc{
                display: none;
            }
             .main_about_business .m .item ul li:hover span{
                 color: #0070ef;
             }
          .main_about_business .m .item ul li span {
            display: block;
            text-align: center;
            font-size: .16rem;
            font-family: sm;
            color: #333333; }

.main_about_contact {
  overflow: hidden;
  width: 100%;
  padding: 1rem 0;
  background: #F9F9F9;
  position: relative; }
  .main_about_contact .m {
    width: 14rem;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .main_about_contact .m .fr {
      overflow: hidden;
      width: 6.5rem; }
      .main_about_contact .m .fr .title {
        font-size: .3rem;
        font-family: sm;
        color: #000000; }
      .main_about_contact .m .fr form {
        overflow: hidden;
        width: 100%;
        font-size: 12px;
        margin-top: .33rem; }
        .main_about_contact .m .fr form input[type="text"] {
          width: 100%;
          height: .62rem;
          font-size: .16rem;
          color: #333;
          font-family: sr;
          border: 1px solid #ECECEC;
          background: none;
          margin-top: .15rem;
          display: block;
          padding-left: .33rem;
          transition: all .1s; }
          .main_about_contact .m .fr form input[type="text"]::placeholder {
            color: #999999; }
          .main_about_contact .m .fr form input[type="text"]:focus {
            border: 1px solid #0070EF; }
        .main_about_contact .m .fr form .submit {
          text-align: right;
          font-size: 12px; }
          .main_about_contact .m .fr form .submit input[type="submit"] {
            width: 2.1rem;
            height: .6rem;
            font-size: .18rem;
            color: #fff;
            background: #0070EF;
            margin-top: .28rem;
            display: inline-block;
            outline: none;
            transition: all .1s;
            font-family: sr;
            border: none;
            cursor: pointer;
            border-radius: .4rem; }
            .main_about_contact .m .fr form .submit input[type="submit"]:hover {
              opacity: 0.8; }
        .main_about_contact .m .fr form ul {
          display: flex;
          flex-wrap: wrap; }
          .main_about_contact .m .fr form ul li {
            overflow: hidden;
            margin-top: .15rem;
            height: .6rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0 .24rem;
            font-size: .16rem;
            color: #000000;
            background: #fff;
            border-radius: .08rem;
            cursor: pointer;
            position: relative;
            margin-right: .13rem; }
            .main_about_contact .m .fr form ul li.on {
              color: #0070ef;
              background-image: url(../image/contact_11.png);
              background-size: .23rem;
              background-repeat: no-repeat;
              background-position: bottom right; }
        .main_about_contact .m .fr form textarea {
          width: 100%;
          height: 2.12rem;
          box-sizing: border-box;
          font-size: .16rem;
          color: #333;
          font-family: sr;
          outline: none;
          border: 1px solid #ECECEC;
          background: none;
          margin-top: .15rem;
          display: block;
          resize: none;
          padding: .18rem .33rem;
          transition: all .1s; }
          .main_about_contact .m .fr form textarea::placeholder {
            color: #999999; }
          .main_about_contact .m .fr form textarea:focus {
            border: 1px solid #0070EF; }
    .main_about_contact .m .fl {
      overflow: hidden;
      width: 6.6rem; }
      .main_about_contact .m .fl .title {
        font-size: .3rem;
        font-family: sm;
        color: #000000; }
      .main_about_contact .m .fl ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        margin-top: .3rem; }
        .main_about_contact .m .fl ul li {
          overflow: hidden;
          width: 3.2rem;
          min-height: 2.5rem;
          padding: .58rem .4rem .2rem .4rem;
          background: #fff;
          transition: all .15s;
          border: 1px solid #F3F3F3;
          margin-top: .18rem; }
		 .main_about_contact .m .fl ul li img{
		   width: 100%; } 
		  
          .main_about_contact .m .fl ul li:hover {
            background: #0070EF; }
            .main_about_contact .m .fl ul li:hover .icon {
              background-image: url(../image/contact_03.png); }
            .main_about_contact .m .fl ul li:hover p,
            .main_about_contact .m .fl ul li:hover span,
            .main_about_contact .m .fl ul li:hover em {
              color: #fff; }
          .main_about_contact .m .fl ul li:nth-child(2) .icon {
            background-image: url(../image/contact_181.png); }
          .main_about_contact .m .fl ul li:nth-child(2):hover .icon {
            background-image: url(../image/contact_181s.png); }
          .main_about_contact .m .fl ul li:nth-child(3) .icon {
            background-image: url(../image/contact_183.png); }
          .main_about_contact .m .fl ul li:nth-child(3):hover .icon {
            background-image: url(../image/contact_183s.png); }
          .main_about_contact .m .fl ul li:nth-child(4) .icon {
            background-image: url(../image/contact_182.png); }
          .main_about_contact .m .fl ul li:nth-child(4):hover .icon {
            background-image: url(../image/contact_182s.png); }
          .main_about_contact .m .fl ul li .icon {
            width: .45rem;
            height: .45rem;
            background-image: url(../image/contact_03s.png);
            background-size: 100% 100%;
            margin: 0 auto;
            margin-bottom: .26rem; }
          .main_about_contact .m .fl ul li p {
            text-align: center;
            font-size: .16rem;
            color: #555555;
            margin-bottom: .1rem; }
          .main_about_contact .m .fl ul li span {
            display: block;
            text-align: center;
            font-size: .3rem;
            color: #000;
            font-family: din; }
          .main_about_contact .m .fl ul li em {
            display: block;
            text-align: center;
            font-size: .18rem;
            color: #000000;
            font-family: sm;
            line-height: 1.6; }

.main_about {
  overflow: hidden;
  width: 100%;
  padding: 1rem 0;
  position: relative; }
  .main_about .m {
    width: 14rem;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .main_about .m .grow {
      overflow: hidden;
      width: 6rem; }
      .main_about .m .grow p {
        font-size: .3rem;
        color: #010101;
        line-height: .8rem;
        font-family: sb; }
      .main_about .m .grow span {
        display: block;
        font-size: .18rem;
        color: #0070ef;
        line-height: 1.8; }
      .main_about .m .grow em {
        display: block;
        font-size: .16rem;
        margin-top: .24rem;
        color: #333333;
        line-height: 1.8; }
    .main_about .m .picture {
      overflow: hidden;
      width: 7rem; }
      .main_about .m .picture img {
        display: block;
        width: 100%; }

.link_hot {
  width: 1.3rem;
  position: absolute;
  left: .64rem;
  top: 1rem;
  z-index: 99;
  border-right: 1px solid #F0F0F0; }
  .link_hot a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .16rem;
    height: .6rem;
    color: #333333;
    background: #F9F9F9;
    position: relative;
    border-bottom: 1px solid #F0F0F0; }
    .link_hot a.on {
      color: #0070EF;
      box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.06);
      background: #fff; }
      .link_hot a.on::after {
        height: 100%; }
    .link_hot a:hover {
      color: #0070EF;
      box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.06);
      background: #fff; }
      .link_hot a:hover::after {
        height: 100%; }
    .link_hot a::after {
      content: '';
      width: 3px;
      height: 0%;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      transition: all .2s;
      background: #0070EF; }

.main_history {
  overflow: hidden;
  width: 100%;
  background-image: url(../image/about_07.jpg);
  height: 8rem;
  background-size: 100% 100%;
  background-position: center center;
  padding-top: 1rem; }
  .main_history .m {
    width: 14rem;
    margin: 0 auto; }
    .main_history .m .public_head p {
      color: #fff; }
    .main_history .m .box {
      width: 100%;
      margin-top: .8rem;
      height: 3rem;
      background-size: 100%;
      background-repeat: no-repeat;
      background-image: url(../image/aboutb_03.png);
      position: relative;
      background-position: center .08rem;
      display: flex;
      flex-wrap: wrap; }
      .main_history .m .box .label {
        width: 33.33%;
        height: 2.8rem;
        position: relative;
        padding-left: 1.06rem; }
        .main_history .m .box .label .dot {
          width: 20px;
          height: 20px;
          border-radius: 50%;
          border: 3px solid #006de8;
          margin-bottom: .16rem;
          background: #fff; }
        .main_history .m .box .label p {
          font-size: .3rem;
          color: #fff;
          margin-bottom: .1rem;
          font-family: sb; }
        .main_history .m .box .label span {
          display: block;
          font-size: .16rem;
          color: #fff;
          width: 2.7rem;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 4;
          overflow: hidden;
          line-height: 2;
          position: relative;
          padding-left: .12rem; }
          .main_history .m .box .label span::afteR {
            content: '';
            width: 3px;
            height: 3px;
            background: #fff;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: .15rem; }

.fadein_add {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  display: none; }
  .fadein_add .box {
    overflow: hidden;
    width: 470px;
    background: #fff;
    border-radius: 14px;
    padding: 10px 50px 45px 50px; }
    .fadein_add .box .head {
      display: flex;
      height: 80px;
      align-items: center; }
      .fadein_add .box .head div {
        width: 3px;
        height: 18px;
        background: #0070EE;
        margin-right: 13px; }
      .fadein_add .box .head span {
        font-size: 20px;
        font-family: sm;
        color: #333333; }
    .fadein_add .box select {
      width: 100%;
      height: 50px;
      background: #F7F8FA;
      cursor: pointer;
      border: none;
      outline: none;
      font-size: 16px;
      color: #999999;
      appearance: none;
      padding-left: 24px;
      border-radius: 6px;
      box-sizing: border-box;
      margin-bottom: 8px;
      background-image: url(../image/down.png);
      background-repeat: no-repeat;
      background-position: right 24px center; }
    .fadein_add .box .label {
      position: relative;
      display: flex;
      justify-content: space-between; }
      .fadein_add .box .label .code {
        width: 162px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-radius: 4px;
        border: 1px solid #F0F0F0;
        margin-right: 9px; }
      .fadein_add .box .label .send {
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #0070ef;
        position: absolute;
        right: 0;
        top: 0;
        height: 50px;
        padding: 0 24px;
        z-index: 9;
        cursor: pointer; }
    .fadein_add .box input {
      width: 100%;
      height: 50px;
      background: #F7F8FA;
      border: none;
      outline: none;
      flex: 1;
      font-size: 16px;
      color: #333;
      margin-bottom: 8px;
      appearance: none;
      padding-left: 24px;
      border-radius: 6px;
      box-sizing: border-box; }
      .fadein_add .box input::placeholder {
        color: #999; }
    .fadein_add .box textarea {
      width: 100%;
      height: 100px;
      background: #F7F8FA;
      box-sizing: border-box;
      resize: none;
      border: none;
      outline: none;
      font-size: 16px;
      color: #333;
      margin-bottom: 8px;
      appearance: none;
      padding: 14px 24px;
      border-radius: 6px;
      box-sizing: border-box; }
      .fadein_add .box textarea::placeholder {
        color: #999; }
    .fadein_add .box .button {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .fadein_add .box .button div {
        width: 168px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 18px;
        color: #999999;
        border-radius: 40px;
        margin-top: 20px;
        border: 1px solid #999999; }
        .fadein_add .box .button div.on {
          background: #0070EF;
          border: 1px solid #0070EF;
          color: #fff; }

.page_list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0; }
  .page_list a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F2F2F2;
    background: #fff;
    font-size: 16px;
    margin: 0 6px;
    color: #222222; }
    .page_list a.on {
      background: #0070EE;
      color: #fff;
      border: 1px solid #0070EE; }
    .page_list a img {
      display: block; }

.contents {
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  background-color: #F9F9F9; }
  .contents .main_userinfo {
    overflow: hidden;
    width: 100%; }
    .contents .main_userinfo .m {
      width: 1400px;
      margin: 0 auto;
      padding: 37px 0 0 0;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .contents .main_userinfo .m .main_grow {
        overflow: hidden;
        width: calc(100% - 200px - 14px); }
        .contents .main_userinfo .m .main_grow .footer {
          overflow: hidden;
          text-align: center;
          padding: 36px 0;
          font-size: 16px;
          color: #333333; }
        .contents .main_userinfo .m .main_grow .main_info {
          overflow: hidden;
          width: 100%;
          background: #fff;
          border-radius: 10px;
          padding: 60px 0 100px 0; }
          .contents .main_userinfo .m .main_grow .main_info .submit {
            overflow: hidden;
            margin-left: 159px;
            width: 210px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 40px;
            cursor: pointer;
            background: #0070EF;
            font-size: 18px;
            color: #fff; }
          .contents .main_userinfo .m .main_grow .main_info .label {
            display: flex;
            align-items: center;
            margin-bottom: 40px; }
            .contents .main_userinfo .m .main_grow .main_info .label .font {
              width: 123px;
              text-align: right;
              font-size: 18px;
              color: #333333;
              margin-right: 36px; }
            .contents .main_userinfo .m .main_grow .main_info .label .level {
              display: block; }
            .contents .main_userinfo .m .main_grow .main_info .label .em {
              font-size: 18px;
              color: #333333;
              margin-right: 24px; }
            .contents .main_userinfo .m .main_grow .main_info .label .bind {
              display: flex;
              align-items: center;
              cursor: pointer; }
              .contents .main_userinfo .m .main_grow .main_info .label .bind span {
                font-size: 18px;
                color: #999999;
                margin-left: 10px; }
            .contents .main_userinfo .m .main_grow .main_info .label .avater {
              width: 120px;
              height: 120px;
              border-radius: 50%;
              overflow: hidden; }
              .contents .main_userinfo .m .main_grow .main_info .label .avater img {
                width: 100%;
                height: 100%;
                display: block;
                border-radius: 50%; }
            .contents .main_userinfo .m .main_grow .main_info .label input {
              width: 468px;
              height: 50px;
              font-size: 18px;
              color: #333333;
              font-family: sr;
              padding-left: 28px;
              border: 1px solid #F0F0F0; }
              .contents .main_userinfo .m .main_grow .main_info .label input::placeholder {
                color: #999999; }
        .contents .main_userinfo .m .main_grow .main_order {
          overflow: hidden;
          width: 100%;
          background: #fff;
          border-radius: 10px;
          padding: 36px 50px; }
          .contents .main_userinfo .m .main_grow .main_order .account {
            display: flex;
            align-items: center; }
            .contents .main_userinfo .m .main_grow .main_order .account .member {
              overflow: hidden;
              height: 70px;
              border-radius: 10px;
              background: #E7F5FF;
              margin-bottom: 15px;
              margin-right: 17px; }
              .contents .main_userinfo .m .main_grow .main_order .account .member.on {
                background: #EAFAFA; }
              .contents .main_userinfo .m .main_grow .main_order .account .member a {
                width: 100%;
                height: 100%;
                display: inline-flex;
                padding: 14px 22px 0 23px;
                align-items: flex-start;
                box-sizing: border-box; }
                .contents .main_userinfo .m .main_grow .main_order .account .member a p {
                  font-size: 14px;
                  color: #333333; }
                .contents .main_userinfo .m .main_grow .main_order .account .member a span {
                  display: block;
                  font-size: 34px;
                  color: #000000;
                  line-height: 1.4;
                  width: 182px;
                  margin-left: 14px;
                  font-family: din; }
                .contents .main_userinfo .m .main_grow .main_order .account .member a input {
                  width: 182px;
                  margin-left: 14px;
                  font-family: din;
                  font-size: 34px;
                  color: #000000;
                  border: none;
                  height: 83%;
                  background: none; }
                .contents .main_userinfo .m .main_grow .main_order .account .member a div {
                  display: flex;
                  font-size: 14px;
                  align-items: center;
                  padding-top: 10px;
                  color: #0070ef; }
                  .contents .main_userinfo .m .main_grow .main_order .account .member a div img {
                    display: block;
                    margin-left: 5px; }
          .contents .main_userinfo .m .main_grow .main_order .head {
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .contents .main_userinfo .m .main_grow .main_order .head .fl {
              display: flex;
              align-items: center; }
              .contents .main_userinfo .m .main_grow .main_order .head .fl div {
                width: 3px;
                height: 18px;
                background: #0070ef;
                margin-right: 9px; }
              .contents .main_userinfo .m .main_grow .main_order .head .fl p {
                font-size: 18px;
                font-family: sm;
                color: #333333; }
            .contents .main_userinfo .m .main_grow .main_order .head a {
              display: flex;
              align-items: center;
              justify-content: center;
              padding: 0 20px;
              height: 40px;
              font-size: 18px;
              transition: all .1s;
              color: #0070ef;
              border-radius: 40px;
              border: 1px solid #0070ef; }
              .contents .main_userinfo .m .main_grow .main_order .head a:hover {
                background: #0070ef;
                color: #fff; }
          .contents .main_userinfo .m .main_grow .main_order table {
            width: 100%; }
            .contents .main_userinfo .m .main_grow .main_order table.on tr {
              width: 100%; }
              .contents .main_userinfo .m .main_grow .main_order table.on tr:nth-child(odd) td {
                background: #F5F5F5; }
              .contents .main_userinfo .m .main_grow .main_order table.on tr th {
                height: 50px;
                font-size: 16px;
                color: #fff;
                padding: 0;
                text-align: center;
                background: #0070ef;
                border-right: 1px solid #418FE7; }
              .contents .main_userinfo .m .main_grow .main_order table.on tr td {
                height: 50px;
                font-size: 14px;
                color: #333333;
                padding: 0;
                background: #fff;
                text-align: center;
                border-right: 1px solid #F3F3F3; }
            .contents .main_userinfo .m .main_grow .main_order table tr {
              width: 100%; }
              .contents .main_userinfo .m .main_grow .main_order table tr th {
                height: 50px;
                font-size: 16px;
                color: #fff;
                background: #0070ef;
                text-align: left;
                padding-left: 40px;
                box-sizing: border-box; }
              .contents .main_userinfo .m .main_grow .main_order table tr td {
                font-size: 14px;
                color: #333333;
                background: #fff;
                border-bottom: 1px solid #F3F3F3;
                padding: 20px 0;
                padding-left: 40px;
                text-align: left;
                box-sizing: border-box; }
                .contents .main_userinfo .m .main_grow .main_order table tr td .info {
                  display: flex;
                  align-items: center; }
                  .contents .main_userinfo .m .main_grow .main_order table tr td .info div {
                    width: 90px;
                    height: 50px;
                    overflow: hidden;
                    border-radius: 8px;
                    margin-right: 14px; }
                    .contents .main_userinfo .m .main_grow .main_order table tr td .info div img {
                      width: 100%;
                      height: 100%;
                      display: block;
                      object-fit: cover; }
                  .contents .main_userinfo .m .main_grow .main_order table tr td .info span {
                    font-size: 14px;
                    color: #333333; }
        .contents .main_userinfo .m .main_grow .main_business {
          overflow: hidden;
          width: 100%;
          background: #fff;
          border-radius: 10px;
          padding: 0 50px; }
          .contents .main_userinfo .m .main_grow .main_business .head {
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .contents .main_userinfo .m .main_grow .main_business .head .fl {
              display: flex;
              align-items: center; }
              .contents .main_userinfo .m .main_grow .main_business .head .fl div {
                width: 3px;
                height: 18px;
                background: #0070ef;
                margin-right: 9px; }
              .contents .main_userinfo .m .main_grow .main_business .head .fl p {
                font-size: 18px;
                font-family: sm;
                color: #333333; }
            .contents .main_userinfo .m .main_grow .main_business .head a {
              display: flex;
              align-items: center;
              justify-content: center;
              padding: 0 20px;
              height: 40px;
              font-size: 18px;
              transition: all .1s;
              color: #0070ef;
              border-radius: 40px;
              border: 1px solid #0070ef; }
              .contents .main_userinfo .m .main_grow .main_business .head a:hover {
                background: #0070ef;
                color: #fff; }
          .contents .main_userinfo .m .main_grow .main_business table {
            width: 100%;
            border-bottom: 1px solid #F3F3F3; }
            .contents .main_userinfo .m .main_grow .main_business table tr {
              width: 100%; }
              .contents .main_userinfo .m .main_grow .main_business table tr:nth-child(odd) td {
                background: #F5F5F5; }
              .contents .main_userinfo .m .main_grow .main_business table tr th {
                height: 50px;
                font-size: 16px;
                color: #fff;
                background: #0070ef;
                border-right: 1px solid #418FE7; }
              .contents .main_userinfo .m .main_grow .main_business table tr td {
                height: 50px;
                font-size: 14px;
                color: #333333;
                background: #fff;
                text-align: center;
                border-right: 1px solid #F3F3F3; }
        .contents .main_userinfo .m .main_grow .user_data {
          overflow: hidden;
          width: 100%;
          background: #fff;
          border-radius: 10px;
          margin-top: 14px;
          padding: 0 50px 100px 50px; }
          .contents .main_userinfo .m .main_grow .user_data .des_link {
            overflow: hidden; }
            .contents .main_userinfo .m .main_grow .user_data .des_link a {
              display: block;
              width: 100%; }
              .contents .main_userinfo .m .main_grow .user_data .des_link a img {
                display: block;
                width: 100%; }
          .contents .main_userinfo .m .main_grow .user_data ul {
            overflow: hidden;
            display: flex;
            justify-content: space-around; }
            .contents .main_userinfo .m .main_grow .user_data ul li {
              overflow: hidden;
              padding: 55px 0;
              position: relative; }
              .contents .main_userinfo .m .main_grow .user_data ul li.on p::after {
                content: '';
                width: 8px;
                height: 8px;
                background: #f82222;
                border-radius: 50%;
                position: absolute;
                right: 0px;
                top: 0; }
              .contents .main_userinfo .m .main_grow .user_data ul li p {
                text-align: center;
                font-size: 34px;
                line-height: 1;
                margin-bottom: 15px;
                color: #000000;
                position: relative;
                font-family: din; }
              .contents .main_userinfo .m .main_grow .user_data ul li span {
                display: block;
                text-align: center;
                font-size: 18px;
                font-family: sm;
                color: #333333; }
                .contents .main_userinfo .m .main_grow .user_data ul li span em {
                  color: #0070ef;
                  margin-left: 5px; }
        .contents .main_userinfo .m .main_grow .userinfo {
          display: flex;
          justify-content: space-between; }
          .contents .main_userinfo .m .main_grow .userinfo .vip_grow {
            overflow: hidden;
            width: 56.58783783783784%;
            background: #fff;
            border-radius: 10px;
            height: 300px;
            padding: 61px 4.95522388059701% 0 4.95522388059701%; }
            .contents .main_userinfo .m .main_grow .userinfo .vip_grow .vip {
              overflow: hidden;
              width: 100%; }
              .contents .main_userinfo .m .main_grow .userinfo .vip_grow .vip a {
                display: block; }
                .contents .main_userinfo .m .main_grow .userinfo .vip_grow .vip a img {
                  width: 100%;
                  display: block; }
            .contents .main_userinfo .m .main_grow .userinfo .vip_grow ul {
              display: flex;
              justify-content: space-between;
              flex-wrap: wrap; }
              .contents .main_userinfo .m .main_grow .userinfo .vip_grow ul li {
                overflow: hidden;
                width: 48%;
                padding: 18px 35px;
                background: #e7f5ff;
                border-radius: 10px;
                margin-top: 19px; }
                .contents .main_userinfo .m .main_grow .userinfo .vip_grow ul li:last-child {
                  background: #eafafa; }
                .contents .main_userinfo .m .main_grow .userinfo .vip_grow ul li p {
                  font-size: 18px;
                  font-family: sb;
                  margin-bottom: 4px;
                  color: #000000; }
                .contents .main_userinfo .m .main_grow .userinfo .vip_grow ul li span {
                  display: block;
                  font-size: 14px;
                  font-family: sr;
                  color: #000000; }
          .contents .main_userinfo .m .main_grow .userinfo .info {
            overflow: hidden;
            width: 42.22972972972973%;
            background: #fff;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 300px; }
            .contents .main_userinfo .m .main_grow .userinfo .info .desc {
              overflow: hidden;
              padding-left: 35px; }
              .contents .main_userinfo .m .main_grow .userinfo .info .desc p {
                font-size: 30px;
                font-family: sm;
                color: #000000; }
              .contents .main_userinfo .m .main_grow .userinfo .info .desc span {
                display: block;
                font-size: 40px;
                color: #000;
                font-family: sm; }
            .contents .main_userinfo .m .main_grow .userinfo .info .avater {
              width: 120px;
              height: 120px;
              border-radius: 50%;
              position: relative; }
              .contents .main_userinfo .m .main_grow .userinfo .info .avater .a {
                width: 100%;
                height: 100%;
                display: block;
                border-radius: 50%; }
              .contents .main_userinfo .m .main_grow .userinfo .info .avater .set {
                cursor: pointer;
                position: absolute;
                right: 14px;
                bottom: 0; }
                .contents .main_userinfo .m .main_grow .userinfo .info .avater .set img {
                  display: block; }
      .contents .main_userinfo .m .navbar {
        overflow: hidden;
        width: 200px; }
        .contents .main_userinfo .m .navbar ul {
          overflow: hidden; }
          .contents .main_userinfo .m .navbar ul li {
            overflow: hidden;
            width: 100%;
            height: 50px;
            margin-bottom: 7px;
            border-radius: 10px; }
            .contents .main_userinfo .m .navbar ul li.on {
              background: #fff; }
              .contents .main_userinfo .m .navbar ul li.on a img.i {
                display: none; }
              .contents .main_userinfo .m .navbar ul li.on a img.ii {
                display: block; }
              .contents .main_userinfo .m .navbar ul li.on a span {
                color: #0070ef; }
            .contents .main_userinfo .m .navbar ul li a {
              width: 100%;
              height: 100%;
              display: flex;
              align-items: center;
              box-sizing: border-box;
              padding: 0 26px; }
              .contents .main_userinfo .m .navbar ul li a img {
                display: block; }
                .contents .main_userinfo .m .navbar ul li a img.i {
                  display: block; }
                .contents .main_userinfo .m .navbar ul li a img.ii {
                  display: none; }
              .contents .main_userinfo .m .navbar ul li a span {
                font-size: 16px;
                margin-left: 15px;
                font-family: sm;
                color: #333333; }
  .contents .nulls {
    height: 80px; }
  .contents .header {
    width: 100%;
    height: 80px;
    background: #fff;
    position: fixed;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    left: 0;
    top: 0;
    z-index: 9999; }
    .contents .header .m {
      width: 1400px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 100%; }
      .contents .header .m .logo {
        display: block; }
      .contents .header .m .right {
        height: 100%;
        display: flex;
        align-items: center; }
        .contents .header .m .right .tip {
          position: relative; }
          .contents .header .m .right .tip.on::after {
            content: '';
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #F82222;
            position: absolute;
            right: -8px;
            top: -1px; }
          .contents .header .m .right .tip img {
            display: block;
            margin: 0 auto; }
        .contents .header .m .right .user {
          display: flex;
          align-items: center;
          height: 100%;
          position: relative;
          margin-left: 41px; }
          .contents .header .m .right .user:hover .info > img {
            transform: rotate(180deg); }
          .contents .header .m .right .user:hover .slides {
            opacity: 1;
            visibility: inherit;
            top: 100%; }
          .contents .header .m .right .user .slides {
            width: 180px;
            background: #fff;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 120%;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
            z-index: 99;
            padding: 20px;
            transition: all .2s;
            visibility: hidden;
            padding-top: 6px;
            opacity: 0; }
            .contents .header .m .right .user .slides a, .contents .header .m .right .user .slides div {
              width: 100%;
              display: flex;
              align-items: center;
              font-size: 14px;
              color: #333;
              border-radius: 6px;
              transition: all .1s;
              cursor: pointer;
              justify-content: center;
              height: 45px;
              border-bottom: 1px solid #ededed; }
              .contents .header .m .right .user .slides a:hover, .contents .header .m .right .user .slides div:hover {
                background: #0070EF;
                color: #fff; }
          .contents .header .m .right .user .info {
            height: 100%;
            display: flex;
            cursor: pointer;
            align-items: center;
            position: relative; }
            .contents .header .m .right .user .info .icon {
              width: 30px;
              height: 30px;
              border-radius: 50%;
              overflow: hidden;
              border: 1px solid #383838; }
              .contents .header .m .right .user .info .icon img {
                width: 100%;
                height: 100%;
                display: block;
                border-radius: 50%; }
            .contents .header .m .right .user .info p {
              font-size: 14px;
              padding: 0 8px;
              color: #000000; }
            .contents .header .m .right .user .info > img {
              display: block;
              transition: all .15s; }

.null {
  height: .74rem; }

.des_banner {
  width: 100%;
  overflow: hidden; }
  .des_banner img {
    display: block;
    width: 100%; }

.main_news_box {
  overflow: hidden;
  width: 100%;
  padding: .68rem 0; }
  .main_news_box .m {
    width: 14rem;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .main_news_box .m .main_news_right {
      width: 4.27rem; }
      .main_news_box .m .main_news_right .main_navigation {
        width: 100%;
        overflow: hidden;
        margin-top: .2rem;
        box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
        border-radius: .24rem .24rem 0 0; }
        .main_news_box .m .main_news_right .main_navigation .service {
          overflow: hidden;
          padding: 0 .35rem; }
          .main_news_box .m .main_news_right .main_navigation .service .icon {
            height: .85rem;
            display: flex;
            align-items: center; }
            .main_news_box .m .main_news_right .main_navigation .service .icon img {
              margin-right: .1rem;
              width: .26rem; }
            .main_news_box .m .main_news_right .main_navigation .service .icon span {
              font-size: .24rem;
              font-family: sm;
              color: #000000; }
          .main_news_box .m .main_news_right .main_navigation .service ul {
            overflow: hidden;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap; }
            .main_news_box .m .main_news_right .main_navigation .service ul li {
              overflow: hidden;
              width: 1.62rem;
              margin-bottom: .4rem; }
              .main_news_box .m .main_news_right .main_navigation .service ul li div {
                width: 100%;
                height: 1.62rem;
                padding: .06rem;
                margin: 0 auto;
                margin-bottom: .15rem;
                border: 1px solid #F5F5F5; }
                .main_news_box .m .main_news_right .main_navigation .service ul li div img {
                  display: block;
                  width: 100%; height: 148px;}
              .main_news_box .m .main_news_right .main_navigation .service ul li span {
                display: block;
                text-align: center;
                font-size: .16rem;
                color: #333333; }
        .main_news_box .m .main_news_right .main_navigation .navigation {
          overflow: hidden;
          width: 100%;
          background: #0070EF;
          padding: 0 .35rem;
          padding-bottom: .26rem; }
          .main_news_box .m .main_news_right .main_navigation .navigation .icon {
            height: .85rem;
            display: flex;
            align-items: center; }
            .main_news_box .m .main_news_right .main_navigation .navigation .icon img {
              margin-right: .1rem;
              width: .26rem; }
            .main_news_box .m .main_news_right .main_navigation .navigation .icon span {
              font-size: .24rem;
              font-family: sm;
              color: #fff; }
          .main_news_box .m .main_news_right .main_navigation .navigation ul {
            display: flex;
            flex-wrap: wrap; }
            .main_news_box .m .main_news_right .main_navigation .navigation ul li {
              overflow: hidden;
              width: 1.12rem;
              height: .52rem;
              border: 1px solid rgba(255, 255, 255, 0.3);
              border-radius: .02rem;
              margin-right: .1rem;
              margin-bottom: .12rem; }
              .main_news_box .m .main_news_right .main_navigation .navigation ul li:nth-child(3n) {
                margin-right: 0; }
              .main_news_box .m .main_news_right .main_navigation .navigation ul li a {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                height: 100%;
                font-size: .16rem;
                color: #fff; }
      .main_news_box .m .main_news_right .hot {
        overflow: hidden;
        width: 100%;
        background: #fff;
        box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
        padding: .34rem .24rem 0 .24rem; }
        .main_news_box .m .main_news_right .hot .search {
          width: 100%;
          height: .5rem;
          background: #EDEDED;
          border-radius: .03rem;
          position: relative; }
          .main_news_box .m .main_news_right .hot .search input {
            width: 100%;
            height: 100%;
            border: 1px solid #ededed;
            border: none;
            outline: none;
            font-size: .18rem;
            color: #333;
            font-family: sr;
            transition: all .1s;
            background: none;
            padding-left: .26rem; }
            .main_news_box .m .main_news_right .hot .search input:focus {
              border: 1px solid #0070EF; }
            .main_news_box .m .main_news_right .hot .search input::placeholder {
              color: #9b9b9b; }
          .main_news_box .m .main_news_right .hot .search img {
            width: .22rem;
            position: absolute;
            right: .26rem;
            top: 50%;
            transform: translateY(-50%);
            z-index: 9;
            cursor: pointer; }
        .main_news_box .m .main_news_right .hot ul {
          overflow: hidden; }
          .main_news_box .m .main_news_right .hot ul li {
            overflow: hidden;
            border-bottom: 1px solid #EBEBEB; }
            .main_news_box .m .main_news_right .hot ul li:last-child {
              border: none; }
            .main_news_box .m .main_news_right .hot ul li:first-child a div {
              background: #FA413C; }
            .main_news_box .m .main_news_right .hot ul li:nth-child(2) a div {
              background: #FA981F; }
            .main_news_box .m .main_news_right .hot ul li:nth-child(3) a div {
              background: #985F18; }
            .main_news_box .m .main_news_right .hot ul li:hover a span {
              color: #0070EF;
              text-decoration: underline; }
            .main_news_box .m .main_news_right .hot ul li a {
              padding: .22rem 0;
              display: flex;
              align-items: center;
              padding-left: .1rem;
              justify-content: space-between; }
              .main_news_box .m .main_news_right .hot ul li a div {
                width: .26rem;
                height: .26rem;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: .03rem;
                font-size: .16rem;
                color: #fff;
                background: #B5B5B5; }
              .main_news_box .m .main_news_right .hot ul li a span {
                display: block;
                width: calc(100% - .26rem - .12rem - .1rem);
                font-size: .18rem;
                transition: all .1s;
                color: #333333;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
    .main_news_box .m .main_news_left {
      width: 8.9rem; }
      .main_news_box .m .main_news_left .page_button {
        display: flex;
        align-items: center;
        margin-top: .5rem;
        justify-content: space-between; }
        .main_news_box .m .main_news_left .page_button a {
          display: flex;
          align-items: center;
          font-size: .16rem;
          color: #333333;
          transition: all .1s;
          max-width: 40%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .main_news_box .m .main_news_left .page_button a.back {
            color: #0070ef; }
          .main_news_box .m .main_news_left .page_button a:hover {
            text-decoration: underline;
            color: #0070ef; }
          .main_news_box .m .main_news_left .page_button a img {
            width: .18rem;
            margin-right: .1rem; }
      .main_news_box .m .main_news_left .head {
        overflow: hidden;
        margin-top: .4rem; }
        .main_news_box .m .main_news_left .head p {
          font-size: .3rem;
          color: #000000;
          font-family: sm;
          line-height: 1.6; }
        .main_news_box .m .main_news_left .head div {
          display: flex;
          align-items: center;
          margin-top: .3rem; }
          .main_news_box .m .main_news_left .head div span {
            font-size: .16rem;
            color: #999999;
            margin-right: .45rem; }
      .main_news_box .m .main_news_left .child {
        overflow: hidden;
        margin-top: .6rem;
        padding-bottom: .3rem;
        border-bottom: 1px solid #F1F1F1; }
        .main_news_box .m .main_news_left .child p {
          display: block;
          font-size: .17rem;
          color: #333333;
          line-height: 1.8;
          margin-bottom: .4rem; }
        .main_news_box .m .main_news_left .child img {
          display: block;
          margin: 0 auto;
          max-width: 100%;
          margin-bottom: .4rem; }
    .main_news_box .m .main_list {
      width: 8.9rem; }
      .main_news_box .m .main_list .tabbar {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .main_news_box .m .main_list .tabbar div {
          overflow: hidden;
          height: .5rem;
          margin-right: .17rem; }
          .main_news_box .m .main_list .tabbar div.on a {
            background: #0070EF;
            color: #fff; }
          .main_news_box .m .main_list .tabbar div:hover a {
            background: #0070EF;
            color: #fff; }
          .main_news_box .m .main_list .tabbar div a {
            display: inline-flex;
            align-items: center;
            transition: all .1s;
            height: 90%;
            font-size: .18rem;
            color: #333333;
            border-radius: .03rem;
            justify-content: center;
            padding: 0 .15rem;
            min-width: 1.3rem;
            background: #ededed; }
      .main_news_box .m .main_list .fadein {
        width: 100%; }
        .main_news_box .m .main_list .fadein ul {
          width: 100%;
          margin-top: .3rem; }
          .main_news_box .m .main_list .fadein ul li {
            overflow: hidden;
            width: 100%;
            border-radius: .03rem;
            border-bottom: 1px solid #EDEDED;
            transition: all .2s; }
            .main_news_box .m .main_list .fadein ul li:hover {
              background: #2B87EF;
              border-bottom: 1px solid #2B87EF; }
              .main_news_box .m .main_list .fadein ul li:hover a {
                padding: .45rem .7rem .45rem .24rem;
                flex-direction: row-reverse; }
                .main_news_box .m .main_list .fadein ul li:hover a .grow {
                  width: 4.1rem; }
                  .main_news_box .m .main_list .fadein ul li:hover a .grow p,
                  .main_news_box .m .main_list .fadein ul li:hover a .grow span,
                  .main_news_box .m .main_list .fadein ul li:hover a .grow em,
                  .main_news_box .m .main_list .fadein ul li:hover a .grow i {
                    color: #fff; }
            .main_news_box .m .main_list .fadein ul li a {
              display: flex;
              justify-content: space-between;
              transition: all .2s;
              padding: .45rem 0; }
              .main_news_box .m .main_list .fadein ul li a .picture {
                overflow: hidden;
                width: 3.6rem;
                height: 1.6rem;
                border-radius: .03rem; }
                .main_news_box .m .main_list .fadein ul li a .picture img {
                  width: 100%;
                  height: 100%;
                  display: block;
                  object-fit: cover; }
              .main_news_box .m .main_list .fadein ul li a .grow {
                overflow: hidden;
                width: 4.65rem;
                display: flex;
                justify-content: space-between;
                flex-direction: column; }
                .main_news_box .m .main_list .fadein ul li a .grow p {
                  font-size: .24rem;
                  font-family: sm;
                  display: -webkit-box;
                  -webkit-box-orient: vertical;
                  -webkit-line-clamp: 2;
                  overflow: hidden;
                  line-height: 1.4;
                  color: #000000; }
                .main_news_box .m .main_list .fadein ul li a .grow span {
                  display: block;
                  font-size: .16rem;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  color: #333333; }
                .main_news_box .m .main_list .fadein ul li a .grow div {
                  display: flex;
                  align-items: center;
                  justify-content: space-between; }
                  .main_news_box .m .main_list .fadein ul li a .grow div em {
                    font-size: .16rem;
                    color: #999999; }
                  .main_news_box .m .main_list .fadein ul li a .grow div i {
                    font-size: .16rem;
                    color: #0070ef; }

.news_tabbar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }
  .news_tabbar div {
    height: 100%;
    position: relative;
    margin: 0 1.15rem; }
    .news_tabbar div.on::after {
      width: 100%; }
    .news_tabbar div.on a {
      color: #0070ef; }
    .news_tabbar div:hover::after {
      width: 100%; }
    .news_tabbar div:hover a {
      color: #0070ef; }
    .news_tabbar div::after {
      content: '';
      width: 0%;
      height: 3px;
      background: #0070ef;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      transition: all .2s; }
    .news_tabbar div a {
      display: flex;
      align-items: center;
      height: 100%;
      font-size: .2rem;
      color: #033333; }

.content {
  width: 100%;
  overflow: hidden; }
  .content .header {
    width: 100%;
    height: .74rem;
    position: fixed;
    /* transition: all .1s; */
    left: 0;
    top: 0;
    border-bottom: 1px solid #D6DAE6;
    z-index: 9999;
	background: white;
	 }
    .content .header:hover {
      background: #fff; }
    .content .header.on {
      background: #DBDCE0; }
    .content .header.on1 {
      background: #fff; }
    .content .header .m {
      width: 16rem;
      max-width: 90%;
      margin: 0 auto;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .content .header .m .logo_grow {
        height: 100%;
        display: flex;
        align-items: center; }
        .content .header .m .logo_grow .logo {
          display: block; }
        .content .header .m .logo_grow .city {
          height: 100%;
          position: relative;
          margin-left: .17rem;
          display: flex;
          align-items: center;
          cursor: pointer;
          padding: 0 .16rem; }
          .content .header .m .logo_grow .city > i {
            width: .1rem;
            height: .06rem;
            background-size: 100% 100%;
            background-image: url(../image/down.png);
            margin-left: .06rem; }
          .content .header .m .logo_grow .city:hover > span {
            color: #0070ef; }
          .content .header .m .logo_grow .city:hover > i {
            background-image: url(../image/topa_03.png); }
          .content .header .m .logo_grow .city:hover .slide_city {
            top: 100%;
            opacity: 1;
            visibility: inherit; }
          .content .header .m .logo_grow .city .slide_city {
            width: 190px;
            background: #fff;
            position: absolute;
            top: 80%;
            transition: all .2s;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
            padding: 28px 14px;
            left: 0;
            opacity: 0;
            visibility: hidden; }
            .content .header .m .logo_grow .city .slide_city .zm {
              position: absolute;
              right: 36px;
              top: 50%;
              transform: translateY(-50%); }
              .content .header .m .logo_grow .city .slide_city .zm a {
                display: block;
                font-size: 14px;
                color: #666666;
                text-align: center;
                text-transform: uppercase;
                line-height: 20px;
                transition: all .1s; }
                .content .header .m .logo_grow .city .slide_city .zm a:hover {
                  color: #0070EF; }
            .content .header .m .logo_grow .city .slide_city .scroll {
              overflow: hidden;
              overflow-y: auto;
              height: 380px; }
              .content .header .m .logo_grow .city .slide_city .scroll::-webkit-scrollbar {
                width: 4px;
                border-radius: 6px; }
              .content .header .m .logo_grow .city .slide_city .scroll::-webkit-scrollbar-track {
                border-radius: 6px;
                background: #F1F1F1; }
              .content .header .m .logo_grow .city .slide_city .scroll::-webkit-scrollbar-thumb {
                border-radius: 6px;
                background: #0070EF; }
              .content .header .m .logo_grow .city .slide_city .scroll .item {
                overflow: hidden;
                padding-bottom: 10px; }
                .content .header .m .logo_grow .city .slide_city .scroll .item p {
                  font-size: 14px;
                  line-height: 30px;
                  border-bottom: 1px solid #D6DAE6;
                  width: 50px;
                  color: #000000; }
                .content .header .m .logo_grow .city .slide_city .scroll .item em {
                  display: block;
                  font-size: 16px;
                  transition: all .1s;
                  line-height: 38px;
                  color: #333333; }
                  .content .header .m .logo_grow .city .slide_city .scroll .item em:hover {
                    color: #0070EF; }
          .content .header .m .logo_grow .city::after {
            content: '';
            width: 1px;
            height: .22rem;
            background: #000;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
          .content .header .m .logo_grow .city span {
            font-size: .16rem;
            color: #000000; }
		.content .header .m .logo_grow .city span a{
		  font-size: .16rem;
		  color: #000000; }
          .content .header .m .logo_grow .city img {
            margin-left: .06rem; }
      .content .header .m > ul {
        height: 100%;
        display: flex; }
        .content .header .m > ul > li {
          z-index: 99;
          height: 100%; }
          .content .header .m > ul > li:hover > a {
            color: #0070EF; }
          .content .header .m > ul > li:hover .newsslide {
            opacity: 1;
            visibility: inherit;
            top: 100%; }
          .content .header .m > ul > li:hover .productslide {
            opacity: 1;
            visibility: inherit;
            top: 100%; }
          .content .header .m > ul > li:hover .aboutslide {
            opacity: 1;
            visibility: inherit;
            top: 100%; }
          .content .header .m > ul > li:hover .zsslide {
            opacity: 1;
            visibility: inherit;
            top: 100%; }
          .content .header .m > ul > li .zsslide {
            width: 100%;
            background: #fff;
            position: absolute;
            left: 0;
            top: 70%;
            z-index: 999;
            padding: .66rem 0;
            opacity: 0;
            visibility: hidden;
            transition: all .15s; 
			    border-top: 1px solid #e3e3e3;
				    max-height: 400px;}
            .content .header .m > ul > li .zsslide .ms {
              width: 14rem;
              margin: 0 auto;
              display: flex;
              justify-content: space-between;
              align-items: flex-start; }
              .content .header .m > ul > li .zsslide .ms .link {
                overflow: hidden;
                display: flex;
                align-items: center;
                padding-top: .55rem; }
                .content .header .m > ul > li .zsslide .ms .link div {
                  overflow: hidden;
                  width: 2rem;
                  height: 1rem;
                  margin-right: 3px;
                  background-image: url(../image/zsbg_05.jpg);
                  background-size: 100% 100%; }
                  .content .header .m > ul > li .zsslide .ms .link div:hover {
                    background-image: url(../image/zsbg_03.jpg); }
                    .content .header .m > ul > li .zsslide .ms .link div:hover a span {
                      color: #fff; }
                    .content .header .m > ul > li .zsslide .ms .link div:hover a img.ic {
                      display: none; }
                    .content .header .m > ul > li .zsslide .ms .link div:hover a img.ic1 {
                      display: block; }
                  .content .header .m > ul > li .zsslide .ms .link div a {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center; }
                    .content .header .m > ul > li .zsslide .ms .link div a img {
                      display: block;
                      width: .28rem;
                      margin-right: .08rem; }
                      .content .header .m > ul > li .zsslide .ms .link div a img.ic1 {
                        display: none; }
                    .content .header .m > ul > li .zsslide .ms .link div a span {
                      font-size: .22rem;
                      color: #000000; }
              .content .header .m > ul > li .zsslide .ms .fl {
                overflow: hidden;
                width: 3.5rem; }
                .content .header .m > ul > li .zsslide .ms .fl .icon {
                  display: flex;
                  padding: .03rem 0 .2rem 0;
                  border-bottom: 1px solid #D6DAE6;
                  align-items: center; }
                  .content .header .m > ul > li .zsslide .ms .fl .icon img {
                    width: .29rem;
                    margin-right: .08rem; }
                  .content .header .m > ul > li .zsslide .ms .fl .icon span {
                    font-size: .24rem;
                    color: #000000; }
                .content .header .m > ul > li .zsslide .ms .fl p {
                  font-size: .16rem;
                  color: #333333;
                  line-height: 1.9;
                  margin-top: .2rem;
                  padding-right: .15rem; }
          .content .header .m > ul > li .newsslide {
            width: 100%;
            background: #fff;
            position: absolute;
            left: 0;
            top: 70%;
            z-index: 999;
            padding: .66rem 0;
            opacity: 0;
            visibility: hidden;
            transition: all .15s;
			 border-top: 1px solid #e3e3e3;
			     max-height: 400px;}
            .content .header .m > ul > li .newsslide .ms {
              width: 14rem;
              margin: 0 auto;
              display: flex;
              justify-content: space-between;
              align-items: flex-start; }
              .content .header .m > ul > li .newsslide .ms .fr {
                overflow: hidden;
                width: 9.52rem; }
                .content .header .m > ul > li .newsslide .ms .fr .icon {
                  display: flex;
                  padding: .03rem 0 .2rem 0;
                  border-bottom: 1px solid #D6DAE6;
                  align-items: center; }
                  .content .header .m > ul > li .newsslide .ms .fr .icon img {
                    width: .24rem;
                    margin-right: .08rem; }
                  .content .header .m > ul > li .newsslide .ms .fr .icon span {
                    font-size: .24rem;
                    color: #000000; }
                .content .header .m > ul > li .newsslide .ms .fr ul {
                  display: flex;
                  flex-wrap: wrap; }
                  .content .header .m > ul > li .newsslide .ms .fr ul li {
                    width: 14.28571428571429%;
                    overflow: hidden;
                    margin-top: .24rem; }
                    .content .header .m > ul > li .newsslide .ms .fr ul li a {
                      display: block;
                      font-size: .18rem;
                      transition: all .1s;
                      color: #000000; }
                      .content .header .m > ul > li .newsslide .ms .fr ul li a:hover {
                        color: #0070ef; }
              .content .header .m > ul > li .newsslide .ms .fl {
                overflow: hidden;
                width: 3.46rem; }
                .content .header .m > ul > li .newsslide .ms .fl .icon {
                  display: flex;
                  padding: .03rem 0 .2rem 0;
                  border-bottom: 1px solid #D6DAE6;
                  align-items: center; }
                  .content .header .m > ul > li .newsslide .ms .fl .icon img {
                    width: .24rem;
                    margin-right: .08rem; }
                  .content .header .m > ul > li .newsslide .ms .fl .icon span {
                    font-size: .24rem;
                    color: #000000; }
                .content .header .m > ul > li .newsslide .ms .fl ul {
                  display: flex;
                  justify-content: space-between; }
                  .content .header .m > ul > li .newsslide .ms .fl ul li {
                    overflow: hidden;
                    width: 1.09rem;
                    height: 1.14rem;
                    background-image: url(../image/newsslide_11.png);
                    background-size: 100% 100%;
                    margin-top: .24rem; }
                    .content .header .m > ul > li .newsslide .ms .fl ul li:hover {
                      background-image: url(../image/newsslide_09.png); }
                      .content .header .m > ul > li .newsslide .ms .fl ul li:hover a {
                        color: #fff; }
                    .content .header .m > ul > li .newsslide .ms .fl ul li a {
                      width: 100%;
                      height: 100%;
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      font-size: .18rem;
                      color: #000000; }
          .content .header .m > ul > li .aboutslide {
            width: 100%;
            background: #fff;
            position: absolute;
            left: 0;
            top: 70%;
            z-index: 999;
            padding: .66rem 0;
            opacity: 0;
            visibility: hidden;
            transition: all .15s; 
			border-top: 1px solid #e3e3e3;
			    max-height: 400px;
			}
            .content .header .m > ul > li .aboutslide .ms {
              width: 14rem;
              margin: 0 auto;
              display: flex;
              justify-content: space-between;
              align-items: flex-start; }
              .content .header .m > ul > li .aboutslide .ms .picture {
                overflow: hidden;
                width: 4.48rem;
                height: 2.51rem;
                border-radius: .06rem; }
                .content .header .m > ul > li .aboutslide .ms .picture img {
                  display: block;
                  width: 100%;
                  height: 100%;
                  object-fit: cover; }
              .content .header .m > ul > li .aboutslide .ms .grow {
                flex: 1;
                padding-left: .4rem; }
                .content .header .m > ul > li .aboutslide .ms .grow .icon {
                  display: flex;
                  padding: .03rem 0 .2rem 0;
                  border-bottom: 1px solid #D6DAE6;
                  align-items: center; }
                  .content .header .m > ul > li .aboutslide .ms .grow .icon img {
                    width: .24rem;
                    margin-right: .08rem; }
                  .content .header .m > ul > li .aboutslide .ms .grow .icon span {
                    font-size: .24rem;
                    color: #000000; }
                .content .header .m > ul > li .aboutslide .ms .grow p {
                  font-size: .16rem;
                  color: #333333;
                  display: -webkit-box;
                  -webkit-box-orient: vertical;
                  -webkit-line-clamp: 3;
                  overflow: hidden;
                  line-height: 2;
                  margin-top: .2rem; }
                .content .header .m > ul > li .aboutslide .ms .grow .link {
                  display: flex;
                  align-items: center;
                  margin-top: .5rem; }
                  .content .header .m > ul > li .aboutslide .ms .grow .link a {
                    display: flex;
                    align-items: center;
                    font-size: .18rem;
                    color: #010101;
                    margin-right: .45rem;
                    transition: all .1s; }
                    .content .header .m > ul > li .aboutslide .ms .grow .link a:hover {
                      color: #0070ef; }
                      .content .header .m > ul > li .aboutslide .ms .grow .link a:hover img.ic {
                        display: none; }
                      .content .header .m > ul > li .aboutslide .ms .grow .link a:hover img.ic1 {
                        display: block; }
                    .content .header .m > ul > li .aboutslide .ms .grow .link a:last-child {
                      margin-right: 0; }
                    .content .header .m > ul > li .aboutslide .ms .grow .link a img {
                      display: block;
                      width: .17rem;
                      margin-right: .06rem; }
                      .content .header .m > ul > li .aboutslide .ms .grow .link a img.ic1 {
                        display: none; }
          .content .header .m > ul > li .productslide {
            width: 100%;
            background: #fff;
            position: absolute;
            left: 0;
            top: 70%;
            z-index: 999;
            padding: .8rem 0;
            opacity: 0;
            visibility: hidden;
            transition: all .15s; 
			border-top: 1px solid #e3e3e3;}
            .content .header .m > ul > li .productslide ul {
              display: flex;
              align-items: center;
              justify-content: center; }
              .content .header .m > ul > li .productslide ul li {
                overflow: hidden;
                padding: 0 .75rem; }
                .content .header .m > ul > li .productslide ul li:hover img {
                  transform: scale(1.05); }
                .content .header .m > ul > li .productslide ul li:hover span {
                  color: #0070EF; }
                .content .header .m > ul > li .productslide ul li img {
                  width: 1rem;
                  display: block;
                  margin: 0 auto;
                  margin-bottom: .4rem;
                  transition: all .3s; }
                .content .header .m > ul > li .productslide ul li span {
                  display: block;
                  font-size: .24rem;
                  color: #000000;
                  text-align: center; }
          .content .header .m > ul > li > a {
            height: 100%;
            display: flex;
            align-items: center;
            font-size: .16rem;
           /* transition: all .1s; */
            padding: 0 .18rem;
            color: #333333; }
            .content .header .m > ul > li > a:hover {
              color: #0070EF; }
      .content .header .m .button_grow {
        height: 100%;
        display: flex;
        align-items: center; }
        .content .header .m .button_grow a {
          width: 1.1rem;
          height: .45rem;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: .40rem;
          font-size: .16rem;
          color: #0070ef;
          border: 1px solid #0070ef;
        /*  transition: all .1s; */
          box-sizing: border-box;
          margin-left: .10rem;
          position: relative; }
          .content .header .m .button_grow a img {
            display: block;
            position: absolute;
            left: 0;
            top: -.08rem; }
          .content .header .m .button_grow a:hover {
            opacity: 0.8;
            background: #0070ef;
            color: #fff; }
          .content .header .m .button_grow a.on {
            background: #0070ef;
            color: #fff; }
  .content .banners {
    width: 100%;
    height: 5.4rem;
    overflow: hidden;
    position: relative;
    background-image: url(../image/bannerbg_01.jpg);
    background-size: cover;
    background-position: center center; }
    .content .banners .m {
      width: 14rem;
      margin: 0 auto;
      display: flex;
      padding-top: .74rem;
      align-items: center;
      justify-content: space-between;
      height: 100%; }
      .content .banners .m > img {
        width: 5.73rem;
        display: block; }
      .content .banners .m .fl p {
        font-size: .44rem;
        font-family: al;
        font-style: italic;
        line-height: 1.3;
        font-weight: bold;
        color: #333333; }
        .content .banners .m .fl p span {
          font-family: al;
          color: #0070ef; }
      .content .banners .m .fl em {
        display: block;
        font-size: .22rem;
        line-height: 1.6;
        margin-top: .18rem;
        color: #666666; }
      .content .banners .m .fl .btn {
        display: flex;
        align-items: center; }
        .content .banners .m .fl .btn a {
          width: 1.50rem;
          height: .52rem;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: .40rem;
          font-size: .20rem;
          color: #fff;
          transition: all .1s;
          background: #0070ef;
          margin-top: .30rem;
          box-sizing: border-box;
          margin-right: .1rem;
          position: relative; }
          .content .banners .m .fl .btn a:hover {
            opacity: 0.8; }
          .content .banners .m .fl .btn a.on {
            border: 1px solid #0070ef;
            background: none;
            color: #0070ef; }
  .content .banner {
    width: 100%;
    height: 5.98rem;
    overflow: hidden;
    position: relative; }
    .content .banner .swiper-pagination {
      bottom: .3rem; }
    .content .banner .swiper-pagination-bullet {
      width: 40px;
      height: 4px;
      border-radius: 6px;
      background: #C1C5CC;
      margin: 0 4px; }
    .content .banner .swiper-pagination-bullet-active {
      background: #1071EF; }
    .content .banner .mySwiper {
      width: 100%;
      height: 100%; }
      .content .banner .mySwiper .swiper-slide {
        width: 100%;
        height: 100%;
        position: relative;
        background-image: url(../image/bannerbg_01.jpg);
        background-size: cover;
        background-position: center center; }
        .content .banner .mySwiper .swiper-slide .m {
          width: 14rem;
          margin: 0 auto;
          padding-top: .74rem;
          display: flex;
          justify-content: space-between;
          height: 100%;
          position: relative;
          align-items: center; }
          .content .banner .mySwiper .swiper-slide .m > img {
            width: 5.73rem;
            display: block; }
          .content .banner .mySwiper .swiper-slide .m .fl p {
            font-size: .54rem;
            font-family: al;
            font-style: italic;
            line-height: 1.3;
            font-weight: bold;
            color: #333333; }
            .content .banner .mySwiper .swiper-slide .m .fl p span {
              font-family: al;
              color: #0070ef; }
          .content .banner .mySwiper .swiper-slide .m .fl em {
            display: block;
            font-size: .26rem;
            line-height: .40rem;
            margin-top: .18rem;
            color: #666666; }
          .content .banner .mySwiper .swiper-slide .m .fl .btn {
            display: flex;
            align-items: center; }
            .content .banner .mySwiper .swiper-slide .m .fl .btn a {
              width: 1.50rem;
              height: .52rem;
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: .40rem;
              font-size: .20rem;
              color: #fff;
              transition: all .1s;
              background: #0070ef;
              margin-top: .30rem;
              box-sizing: border-box;
              margin-right: .1rem;
              position: relative; }
              .content .banner .mySwiper .swiper-slide .m .fl .btn a:hover {
                opacity: 0.8; }
              .content .banner .mySwiper .swiper-slide .m .fl .btn a.on {
                border: 1px solid #0070ef;
                background: none;
                color: #0070ef; }
  .content .main_product {
    width: 100%;
    overflow: hidden;
    background: #F3F7FC;
    padding: .90rem 0; }
    .content .main_product .m {
      width: 16rem;
      margin: 0 auto; }
      .content .main_product .m ul {
        display: flex;
        flex-wrap: wrap; }
        .content .main_product .m ul li {
          margin-top: .60rem;
          width: 24.375%;
          border-radius: .10rem;
          overflow: hidden;
          margin-right: 0.8125%;
          box-shadow: 0.1rem 0 0.2rem rgba(0, 0, 0, 0.03);
          background: #fff;
          transition: all .3s;
          position: relative;
          background-image: url(../image/icon_14.png);
          background-size: 100%;
          background-repeat: no-repeat; }
          .content .main_product .m ul li:hover {
            transform: translateY(-0.3rem);
            box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1); }
          .content .main_product .m ul li:nth-child(4n) {
            margin-right: 0; }
          .content .main_product .m ul li:nth-child(2) {
            background-image: url(../image/icons.png); }
            .content .main_product .m ul li:nth-child(2) a .head p {
              color: #00a0cd; }
            .content .main_product .m ul li:nth-child(2) a .head span {
              color: #00a0cd; }
            .content .main_product .m ul li:nth-child(2) a .child .f span {
              color: #247c8f;
              border: 1px solid #247c8f; }
          .content .main_product .m ul li:nth-child(3) {
            background-image: url(../image/icon_18.png); }
            .content .main_product .m ul li:nth-child(3) a .head p {
              color: #a974c6; }
            .content .main_product .m ul li:nth-child(3) a .head span {
              color: #a974c6; }
            .content .main_product .m ul li:nth-child(3) a .child .f span {
              color: #6a318a;
              border: 1px solid #6a318a; }
          .content .main_product .m ul li:nth-child(4) {
            background-image: url(../image/icon_20.png); }
            .content .main_product .m ul li:nth-child(4) a .head p {
              color: #e0b400; }
            .content .main_product .m ul li:nth-child(4) a .head span {
              color: #e0b400; }
            .content .main_product .m ul li:nth-child(4) a .child .f span {
              color: #9d8224;
              border: 1px solid #9d8224; }
          .content .main_product .m ul li a {
            width: 100%;
            display: block;
            box-sizing: border-box;
            padding: 0 7.69230769230769%; }
            .content .main_product .m ul li a .head {
              overflow: hidden;
              width: 100%;
              border-bottom: 1px solid #E0EBF8;
              min-height: 1.55rem;
              padding: .36rem 0 0 0; }
              .content .main_product .m ul li a .head p {
                font-size: .30rem;
                font-family: sb;
                color: #0070ef;
                margin-bottom: .03rem; }
              .content .main_product .m ul li a .head span {
                display: block;
                font-size: .16rem;
                line-height: .22rem;
                width: 80%;
                color: #0070ef; }
            .content .main_product .m ul li a .child {
              overflow: hidden;
              padding: .36rem 0 .40rem 0; }
              .content .main_product .m ul li a .child .f {
                overflow: hidden; }
                .content .main_product .m ul li a .child .f span {
                  display: inline-flex;
                  align-items: center;
                  padding: .08rem .15rem;
                  font-size: .18rem;
                  color: #1f5fa3;
                  border: 1px solid #1f5fa3;
                  line-height: 1;
                  font-family: sm;
                  border-radius: .03rem; }
                .content .main_product .m ul li a .child .f div {
                  width: 100%;
                  height: .75rem;
                  margin-top: .15rem; }
                  .content .main_product .m ul li a .child .f div p {
                    font-size: .16rem;
                    color: #333333;
                    line-height: 1.625;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden; }
  .content .main_open_case {
    width: 100%;
    background-color: #f3f7fc;
    padding: .9rem 0 0 0; }
    .content .main_open_case .m {
      width: 16rem;
      margin: 0 auto; }
      .content .main_open_case .m .public_head div {
        color: #0070ef; }
      .content .main_open_case .m .box {
        overflow: hidden;
        width: 100%;
        background: #fff;
        border-radius: .1rem;
        margin-top: .6rem; }
        .content .main_open_case .m .box .fadein {
          overflow: hidden;
          width: 100%; }
          .content .main_open_case .m .box .fadein .item {
            overflow: hidden;
            width: 100%;
            display: none; }
            .content .main_open_case .m .box .fadein .item:first-child {
              display: block; }
            .content .main_open_case .m .box .fadein .item ul {
              overflow: hidden;
              padding: .36rem 1.1rem .7rem 1.1rem;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .content .main_open_case .m .box .fadein .item ul li {
                overflow: hidden;
                width: 2.6rem;
                height: 1.42rem;
                border-radius: .1rem;
                cursor: pointer;
                border-bottom: 3px solid #fff;
                position: relative; }
                .content .main_open_case .m .box .fadein .item ul li.on {
                  border-bottom: 3px solid #0170EF; }
                  .content .main_open_case .m .box .fadein .item ul li.on div {
                    opacity: 0; }
                .content .main_open_case .m .box .fadein .item ul li .p {
                  width: 100%;
                  height: 100%;
                  display: block; }
                .content .main_open_case .m .box .fadein .item ul li div {
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  left: 0;
                  top: 0;
                  background: rgba(0, 0, 0, 0.6);
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  transition: all .3s; }
                  .content .main_open_case .m .box .fadein .item ul li div img {
                    display: block;
                    width: 100%; }
            .content .main_open_case .m .box .fadein .item .info {
              overflow: hidden;
              width: 100%; }
              .content .main_open_case .m .box .fadein .item .info .label {
                overflow: hidden;
                width: 100%;
                height: 3.8rem;
                background-image: url(../image/iconbg_06.jpg);
                background-size: cover;
                background-position: center center;
                display: flex;
                align-items: center;
                padding-left: 1.1rem;
                display: none; }
                .content .main_open_case .m .box .fadein .item .info .label:first-child {
                  display: flex; }
                .content .main_open_case .m .box .fadein .item .info .label .name {
                  overflow: hidden; }
                  .content .main_open_case .m .box .fadein .item .info .label .name img {
                    display: block;
                    margin-bottom: .25rem; }
                  .content .main_open_case .m .box .fadein .item .info .label .name p {
                    font-size: .28rem;
                    font-family: sb;
                    color: #010101;
                    margin-bottom: .14rem; }
                  .content .main_open_case .m .box .fadein .item .info .label .name span {
                    display: block;
                    font-size: .16rem;
                    color: #333333;
                    line-height: .28rem;
                    width: 4rem;
                    font-family: sr; }
                .content .main_open_case .m .box .fadein .item .info .label .code {
                  overflow: hidden;
                  margin-left: 1.1rem;
                  display: flex;
                  align-items: center; }
                  .content .main_open_case .m .box .fadein .item .info .label .code img {
                    width: 1rem;
                    display: block; }
                  .content .main_open_case .m .box .fadein .item .info .label .code div {
                    display: inline-flex;
                    align-items: center;
                    height: .35rem;
                    background: #0070ef;
                    border-radius: .4rem;
                    font-size: .14rem;
                    font-family: sr;
                    color: #fff;
                    padding: 0 .2rem;
                    margin-left: .1rem; }
        .content .main_open_case .m .box .tabbar {
          display: flex;
          align-items: center;
          justify-content: space-around;
          height: .75rem; }
          .content .main_open_case .m .box .tabbar li {
            height: 100%;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: .18rem;
            font-family: sm;
            cursor: pointer;
            color: #333333; }
            .content .main_open_case .m .box .tabbar li::after {
              content: '';
              width: 0%;
              height: 2px;
              background: #0070ef;
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              bottom: 0;
              transition: all .2s; }
            .content .main_open_case .m .box .tabbar li.on {
              color: #0070ef; }
              .content .main_open_case .m .box .tabbar li.on::after {
                width: 100%; }
            .content .main_open_case .m .box .tabbar li:hover {
              color: #0070ef; }
              .content .main_open_case .m .box .tabbar li:hover::after {
                width: 100%; }
  .content .main_contact {
    overflow: hidden;
    width: 100%;
    background-image: url(../image/iconbg_09.jpg);
    height: 4.1rem;
    background-size: 100% 100%;
    padding-top: .85rem; }
    .content .main_contact .m {
      width: 14rem;
      margin: 0 auto; }
      .content .main_contact .m p {
        text-align: center;
        font-size: .34rem;
        font-family: sm;
        margin-bottom: .14rem;
        color: #fff; }
      .content .main_contact .m .desc {
        display: flex;
        align-items: center;
        font-size: .18rem;
        color: #fff;
        justify-content: center;
        font-family: sm; }
        .content .main_contact .m .desc img {
          margin-left: .1rem; }
      .content .main_contact .m .form {
        overflow: hidden;
        margin-top: .4rem; }
        .content .main_contact .m .form form {
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 12px; }
          .content .main_contact .m .form form .label {
            overflow: hidden;
           /* width: 2rem; */
            display: flex;
            align-items: center;
            font-size: 12px;
            height: .6rem;
            border-radius: .4rem;
            margin: 0 .05rem;
            position: relative;
            background: #fff;
            padding-left: .18rem; }
            .content .main_contact .m .form form .label:nth-child(2) {
              width: 4rem; }
            .content .main_contact .m .form form .label img {
              display: block;
              width: .17rem; }
            .content .main_contact .m .form form .label input[type='submit'] {
              width: 1.3rem;
              height: .5rem;
              font-size: .16rem;
              color: #fff !important;
              border: none;
              outline: none;
              text-align: center;
              background: #0070EF;
              border-radius: .5rem;
              position: absolute;
              right: .05rem;
              z-index: 99;
              cursor: pointer;
              top: 50%;
              transform: translateY(-50%);
              transition: all .1s; }
              .content .main_contact .m .form form .label input[type='submit']:hover {
                opacity: 0.8; }
            .content .main_contact .m .form form .label input[type='text'] {
              flex: 1;
              height: 100%;
              font-size: .16rem;
              color: #333;
              border: none;
              background: none;
              padding-left: .08rem; }
              .content .main_contact .m .form form .label input[type='text']::placeholder {
                color: #999999; }
  .content .footer {
    overflow: hidden;
    width: 100%;
    background: #F3F7FC;
    padding: .4rem 0 0 0; }
    .content .footer .m {
      width: 16rem;
      margin: 0 auto; }
      .content .footer .m footer .right{
          margin-left: .3rem;
      }
      .content .footer .m footer {
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        padding: .4rem 0 .5rem 0; }
        .content .footer .m footer .left {
          overflow: hidden; }
          .content .footer .m footer .left ul {
            display: flex;
            flex-wrap: wrap;
            align-items: center; }
            .content .footer .m footer .left ul li {
              font-size: .14rem;
              position: relative;
              margin-top: .12rem; }
              .content .footer .m footer .left ul li:hover a {
                color: #0070EF; }
              .content .footer .m footer .left ul li a {
                color: #333333;
                transition: all .1s;
                font-family: sr;
                padding-right: .14rem; }
          .content .footer .m footer .left ul:first-child {
            display: flex;
            align-items: center; }
            .content .footer .m footer .left ul:first-child li {
              font-size: .2rem;
              position: relative; }
              .content .footer .m footer .left ul:first-child li::after {
                content: '';
                width: 1px;
                height: .18rem;
                background: #AFAFAF;
                position: absolute;
                right: .13rem;
                top: 50%;
                transform: translateY(-50%); }
              .content .footer .m footer .left ul:first-child li:last-child::after {
                display: none; }
              .content .footer .m footer .left ul:first-child li a {
                color: #333333;
                font-family: sr;
                padding-right: .26rem; }
      .content .footer .m .top {
        overflow: hidden;
        display: flex;
        align-items: flex-start;
        padding-top: .45rem;
        padding-bottom: .7rem;
        border-bottom: 1px solid #DBE0E5;
        justify-content: space-between; }
        .content .footer .m .top .right {
          display: flex;
          align-items: flex-start; }
          .content .footer .m .top .right .info {
            overflow: hidden;
            margin-right: 1.06rem; }
            .content .footer .m .top .right .info img {
              display: block;
              width: 2.45rem;
              margin-bottom: .2rem; }
            .content .footer .m .top .right .info span {
              display: block;
              font-size: .16rem;
              color: #333333;
              font-family: sr;
              line-height: 2.1;
              width: 3.96rem; }
          .content .footer .m .top .right .contact {
            overflow: hidden;
            padding-top: .12rem; }
            .content .footer .m .top .right .contact .icon {
              display: flex;
              align-items: center;
              font-size: .18rem;
              font-family: sm;
              color: #666666; }
              .content .footer .m .top .right .contact .icon img {
                width: .27rem;
                display: block;
                margin-right: .12rem; }
            .content .footer .m .top .right .contact p {
              font-size: .4rem;
              color: #000000;
              font-family: din;
              margin-top: .36rem; }
            .content .footer .m .top .right .contact span {
              display: block;
              font-size: .18rem;
              width: 3.4rem;
              margin-top: .06rem;
              color: #666666;
              font-family: sr;
              line-height: 1.6; }
            .content .footer .m .top .right .contact .code {
              display: flex;
              align-items: center;
              margin-top: .2rem; }
              .content .footer .m .top .right .contact .code div {
                width: 1.5rem;
                height: 1.5rem;
                background: #fff;
                display: flex;
                border-top: .04rem solid #0070EF;
                border-radius: .1rem;
                align-items: center;
                justify-content: center; 
				    margin-right: 7px;}
                .content .footer .m .top .right .contact .code div img {
                  width: 1.37rem;
                  display: block; }
              .content .footer .m .top .right .contact .code a {
                display: block;
                margin-left: .13rem; }
                .content .footer .m .top .right .contact .code a img {
                  display: block;
                  width: .33rem; }
        .content .footer .m .top .link {
          display: flex;
          position: relative;
          align-items: flex-start; }
          .content .footer .m .top .link::after {
            content: '';
            width: 1px;
            height: 3.9rem;
            background: #DBE0E5;
            position: absolute;
            right: 0;
            top: -.45rem; }
          .content .footer .m .top .link ul {
            overflow: hidden;
            margin-right: .6rem; }
            .content .footer .m .top .link ul:last-child {
              margin-right: .75rem; }
            .content .footer .m .top .link ul li {
              font-size: .18rem;
              font-family: sm;
              color: #000000; }
              .content .footer .m .top .link ul li:first-child {
                margin-bottom: .14rem; }
              .content .footer .m .top .link ul li:hover a {
                color: #0070EF; }
              .content .footer .m .top .link ul li a {
                display: block;
                font-size: .16rem;
                padding-top: .16rem;
                color: #666666; }
  .content .main_news {
    overflow: hidden;
    width: 100%;
    padding: .94rem 0; }
    .content .main_news .m {
      width: 16rem;
      margin: 0 auto; }
      .content .main_news .m .box {
        width: 100%;
        display: flex;
        margin-top: .6rem;
        justify-content: space-between; }
        .content .main_news .m .box .right {
          width: 6.2rem;
          overflow: hidden; }
          .content .main_news .m .box .right .item {
            overflow: hidden;
            width: 100%;
            border-radius: .1rem;
            background: #F7F8FC;
            padding: 0 .33rem;
            margin-bottom: .26rem;
            padding-bottom: .1rem; }
            .content .main_news .m .box .right .item .head {
              display: flex;
              height: .85rem;
              align-items: center;
              justify-content: space-between; }
              .content .main_news .m .box .right .item .head p {
                font-size: .24rem;
                font-family: sb;
                color: #000000; }
              .content .main_news .m .box .right .item .head a {
                font-size: .16rem;
                font-family: sb;
                color: #0070ef; }
            .content .main_news .m .box .right .item ul {
              overflow: hidden; }
              .content .main_news .m .box .right .item ul li {
                overflow: hidden;
                margin-bottom: .32rem; }
                .content .main_news .m .box .right .item ul li:hover a .picture img {
                  transform: scale(1.05); }
                .content .main_news .m .box .right .item ul li:hover a .info p {
                  color: #0070ef; }
                .content .main_news .m .box .right .item ul li a {
                  display: flex;
                  align-items: center; }
                  .content .main_news .m .box .right .item ul li a .picture {
                    overflow: hidden;
                    width: 1.3rem;
                    height: .7rem;
                    border-radius: .04rem; }
                    .content .main_news .m .box .right .item ul li a .picture img {
                      display: block;
                      transition: all .5s;
                      width: 100%;
                      height: 100%; }
                  .content .main_news .m .box .right .item ul li a .info {
                    overflow: hidden;
                    flex: 1;
                    padding-left: .24rem; }
                    .content .main_news .m .box .right .item ul li a .info p {
                      font-size: .2rem;
                      font-family: sm;
                      margin-bottom: .1rem;
                      overflow: hidden;
                      transition: all .1s;
                      text-overflow: ellipsis;
                      white-space: nowrap;
                      color: #000000; }
                    .content .main_news .m .box .right .item ul li a .info span {
                      display: block;
                      font-size: .16rem;
                      font-family: sr;
                      overflow: hidden;
                      text-overflow: ellipsis;
                      white-space: nowrap;
                      color: #999999; }
            .content .main_news .m .box .right .item:last-child {
              margin-bottom: 0; }
        .content .main_news .m .box .left {
          overflow: hidden;
          width: 9.5rem;
          background: #F7F8FC;
          border-radius: .1rem;
          position: relative; }
          .content .main_news .m .box .left:hover .photo img {
            transform: scale(1.05); }
          .content .main_news .m .box .left .btn {
            position: absolute;
            right: .36rem;
            bottom: .26rem;
            z-index: 99;
            display: flex;
            align-items: center; }
            .content .main_news .m .box .left .btn img {
              display: block;
              width: .4rem;
              margin-left: .18rem;
              cursor: pointer; }
          .content .main_news .m .box .left .photo {
            overflow: hidden;
            width: 100%;
            height: 4.2rem; }
            .content .main_news .m .box .left .photo img {
              display: block;
              width: 100%;
              height: 100%;
              transition: all .5s;
              object-fit: cover; }
          .content .main_news .m .box .left .info {
            overflow: hidden;
            padding: .26rem .35rem; }
            .content .main_news .m .box .left .info .desc {
              height: .7rem; }
              .content .main_news .m .box .left .info .desc p {
                font-size: .18rem;
                color: #666666;
                font-family: sr;
                line-height: 1.6;
                margin-top: .13rem;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden; }
            .content .main_news .m .box .left .info em {
              display: block;
              font-size: .16rem;
              font-family: sr;
              color: #999999; }
            .content .main_news .m .box .left .info .name {
              display: flex;
              align-items: center; }
              .content .main_news .m .box .left .info .name p {
                font-size: .28rem;
                color: #000000;
                font-family: sb;
                flex: 1;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
              .content .main_news .m .box .left .info .name span {
                display: inline-flex;
                align-items: center;
                height: .36rem;
                font-size: .16rem;
                font-family: sb;
                color: #0070ef;
                padding: 0 .14rem;
                background: #DEEAFB;
                margin-right: .2rem;
                border-radius: .16rem 0 .16rem 0; }
   .content .main_advantage {
    overflow: hidden;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-color: #041237;
    background-image: url(../image/ysbgs_02.jpg);
    background-size: cover;
    background-position: center center;
    padding: 1.36rem 0 1.1rem 0; }
    .content .main_advantage .m {
      width: 16rem;
      margin: 0 auto; }
      .content .main_advantage .m .public_head p {
        color: #fff; }
      .content .main_advantage .m .box {
        overflow: hidden;
        margin-top: .6rem;
        display: flex; }
        .content .main_advantage .m .box ul {
          width: calc(100%);
          justify-content: space-between;
          display: flex; }
          .content .main_advantage .m .box ul li {
            overflow: hidden;
            width: 2.46rem;
            height: 2.8rem;
            background-image: linear-gradient(#031030, #0F1E43);
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all .3s; }
            .content .main_advantage .m .box ul li.on {
              width: 3.57rem;
              height: 2.78rem; }
              .content .main_advantage .m .box ul li.on .left {
                opacity: 1; }
            .content .main_advantage .m .box ul li .left {
              overflow: hidden;
              width: 3.57rem;
              height: 2.78rem;
              background-image: url(../image/ysbg_03.jpg);
              background-size: 100% 100%;
              padding: .38rem .45rem 0 .3rem;
              position: absolute;
              left: 0;
              top: 0;
              transition: all .3s;
              opacity: 0; }
              .content .main_advantage .m .box ul li .left p {
                font-size: .24rem;
                font-family: sm;
                color: #0070ef;
                margin-bottom: .18rem; }
              .content .main_advantage .m .box ul li .left span {
                display: block;
                font-size: .18rem;
                color: #fff;
                margin-top: .1rem;
                line-height: 1.6; }
            .content .main_advantage .m .box ul li .b {
              overflow: hidden;
              width: 100%; }
              .content .main_advantage .m .box ul li .b img {
                display: block;
                margin: 0 auto;
                width: .8rem;
                margin-bottom: .1rem; }
              .content .main_advantage .m .box ul li .b span {
                display: block;
                text-align: center;
                font-size: .18rem;
                font-family: sm;
                color: #fff; }
  .content .main_case {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-color: #030F2D;
    padding: .90rem 0 .70rem 0;
    position: relative; }
    .content .main_case .m {
      width: 16rem;
      margin: 0 auto;
      max-width: 90%; }
      .content .main_case .m .public_head p {
        color: #fff; }
      .content .main_case .m .public_head div {
        color: #fff; }
      .content .main_case .m .box {
        width: 100%;
        display: flex;
        margin-top: .58rem;
        align-items: center; }
        .content .main_case .m .box .grow {
          width: 100%;
          position: absolute;
          left: 0;
         /* top: 2.6rem; */
          overflow: hidden;
          padding-left: 4.15rem;
          height: 4.9rem; }
          .content .main_case .m .box .grow .mySwiper1 {
            overflow: hidden;
            width: 100%; }
            .content .main_case .m .box .grow .mySwiper1 .swiper-slide {
              width: calc(14rem - 2.5rem);
              padding: .42rem .6rem .42rem .5rem;
              background: #0C1835;
			   transform: translateZ(0) !important;}
          .content .main_case .m .box .grow .item {
            display: flex;
            align-items: flex-start;
            width: 100%; }
            .content .main_case .m .box .grow .item .picture {
              overflow: hidden;
              width: 3.60rem;
              border-radius: .10rem; }
              .content .main_case .m .box .grow .item .picture img {
                display: block;
                width: 100%; }
            .content .main_case .m .box .grow .item .info {
              overflow: hidden;
              flex: 1;
              padding-left: .58rem;
              padding-top: .15rem; }
              .content .main_case .m .box .grow .item .info p {
                font-size: .30rem;
                font-family: sm;
                color: #0070ef;
                margin-bottom: .18rem; }
              .content .main_case .m .box .grow .item .info span {
                display: block;
                font-size: .18rem;
                line-height: .30rem;
                color: #fff;
                opacity: 0.8;
                font-family: sr; }
              .content .main_case .m .box .grow .item .info ul {
                display: flex;
                justify-content: space-between; }
                .content .main_case .m .box .grow .item .info ul li {
                  overflow: hidden;
                  margin-top: .58rem; }
                  .content .main_case .m .box .grow .item .info ul li img {
                    display: block;
                    margin: 0 auto;
                    margin-bottom: .10rem;
                   /* width: .6rem; */
				   height: 60px;
					}
                  .content .main_case .m .box .grow .item .info ul li em {
                    display: block;
                    font-family: sr;
                    text-align: center;
                    font-size: .16rem;
                    color: #fff; }
              .content .main_case .m .box .grow .item .info .button_grow {
                display: flex;
                align-items: center;
                margin-top: .55rem;
                justify-content: flex-start; }
                .content .main_case .m .box .grow .item .info .button_grow a {
                  width: 1.25rem;
                  height: .46rem;
                  border-radius: .40rem;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  font-size: .16rem;
                  color: #0070ef;
                  border: 1px solid #0070ef;
                  margin-left: .10rem; }
                  .content .main_case .m .box .grow .item .info .button_grow a.on {
                    background: #0070ef;
                    color: #fff; }
        .content .main_case .m .box .navbar {
          overflow: hidden;
          width: 2.50rem;
          height: 4.9rem;
          overflow-y: auto;
          position: relative;
          z-index: 99;
          background: #030C23; }
          .content .main_case .m .box .navbar ul {
            overflow: hidden;
            width: 100%; }
            .content .main_case .m .box .navbar ul li {
              width: 100%;
              height: .70rem;
              display: flex;
              align-items: center;
              box-sizing: border-box;
              padding-left: .66rem;
              font-size: .20rem;
              color: #ACAFB7;
              position: relative;
              font-family: sm;
              cursor: pointer; }
              .content .main_case .m .box .navbar ul li.on {
                color: #0070ef; }
                .content .main_case .m .box .navbar ul li.on::after {
                  height: 100%; }
              .content .main_case .m .box .navbar ul li:hover {
                color: #0070ef; }
                .content .main_case .m .box .navbar ul li:hover::after {
                  height: 100%; }
              .content .main_case .m .box .navbar ul li::after {
                content: '';
                width: .06rem;
                height: 0%;
                background: #0070ef;
                border-radius: .06rem 0 0 .06rem;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                transition: all .15s; }
  .content .public_head {
    width: 100%; }
    .content .public_head p {
      font-size: .4rem;
      color: #000000;
      font-family: sm;
      text-align: center; }
    .content .public_head div {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .18rem;
      font-family: sm;
      color: #0070ef;
      margin-top: .16rem; }
      .content .public_head div img {
        margin-left: .12rem; }

@media (max-width: 1700px) {
  .content .header .m > ul > li > a, .main_about_contact .m .fr form input[type="text"], .main_about_contact .m .fr form ul li,
  .main_about_contact .m .fr form textarea, .content .main_product .m ul li a .child .f div p, .content .main_product .m ul li a .head span, .main_about_business .m .item ul li span, .main_about_business .m .item .name span, .main_shop .m .navbars ul li a span, .main_shop_info .m .shop_info .grow > span, .main_shop_info .m .main_introduce .fadein .item, .main_about_recruit .m .list .item .label div, .main_about_recruit .m .list .item .slide .box .font span {
    font-size: .18rem; }

  .main_shop .m .navbars ul li a img {
    width: .24rem; }

  .content .header .m .logo_grow .city span {
    font-size: .17rem; }

  .main_offer .m .list .label div span, .main_shop .m .main_right .list li a .info .grow span, .main_shop_info .m .main_products ul li a .info .grow span {
    font-size: .16rem; }

  .link_hot {
    left: .3rem; }

  .main_about .m .grow em, .link_hot a {
    font-size: .18rem; } }
@media (max-width: 1450px) {
  .content .header .m > ul > li > a {
    padding: 0 .1rem; }

  .content .header .m .logo_grow .city span {
    font-size: .16rem; }

  .contents .main_userinfo .m, .contents .header .m {
    width: 1200px !important; }

  .contents .main_userinfo .m .main_grow .userinfo .info .desc span {
    font-size: 35px; }

  .contents .main_userinfo .m .main_grow .userinfo .vip_grow ul li {
    padding-left: 18px; } }
@media (max-width: 1000px) {
  .content .header {
    height: 1rem; }

  .contents .menu {
    position: absolute;
    right: .3rem;
    top: 50%;
    transform: translateY(-50%); }

  .m {
    width: 100% !important; }

  .contents .header {
    z-index: 999999999; }

  .content .header .m > ul {
    display: none; }

  .content .header .m {
    max-width: 100%;
    padding: 0 .3rem; }

  .content .header .m .logo_grow .logo {
    width: 2.8rem; }

  .content .header .m .logo_grow .city span {
    font-size: .22rem; }

  .content .header .m .button_grow {
    display: none; }

  .content .banners .m > img {
    width: 3rem;
    position: absolute;
    right: .3rem;
    top: 50%;
    transform: translateY(-50%); }

  .content .banners .m {
    padding: 0 .3rem;
    padding-top: 1rem; }

  .content .banners .m .fl {
    position: relative;
    z-index: 99; }

  .content .banners .m .fl .btn a {
    font-size: .24rem; }

  .content .banners .m .fl p {
    font-size: .4rem; }

  .content .banners .m .fl em {
    font-size: .24rem; }

  .link_hot {
    position: static;
    display: flex;
    width: 100%; }
    .link_hot a {
      height: .8rem;
      width: auto;
      font-size: .26rem;
      flex: 1;
      border: none; }

  .main_about_business .m {
    margin-top: .3rem;
    padding: 0 .3rem; }

  .main_about_business .m .item {
    flex-wrap: wrap;
    margin-bottom: .3rem; }

  .main_about_business .m .item .icon {
    width: 50%;
    justify-content: center;
    padding: 0; }

  .main_about_business .m .item .icon img {
    width: .36rem;
    margin-right: .12rem; }

  .main_about_business .m .item .icon span {
    font-size: .26rem; }

  .main_about_business .m .item .name {
    width: 50%;
    justify-content: center;
    padding: 0; }

  .main_about_business .m .item .name img {
    width: .24rem;
    margin-right: .12rem; }

  .main_about_business .m .item.on .name span {
    font-size: .25rem; }

  .main_about_business .m .item ul {
    flex-wrap: wrap;
    width: 100%;
    border-left: 1px solid #EBEBEB; }

  .main_about_business .m .item ul li {
    height: auto;
    width: 25%;
    border-bottom: 1px solid #EBEBEB;
    padding: .3rem 0; }

  .main_about_business .m .item ul li:last-child {
    border-bottom: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB; }

  .main_about_business .m .item ul li img {
    width: auto}

  .main_about_business .m .item ul li span {
    font-size: .24rem; }

  .main_about_business .m .item .name span {
    font-size: .26rem; }

  .link_hot a::after {
    bottom: 0;
    top: auto;
    transform: translate(0);
    width: 0%;
    height: 2px; }

  .link_hot a.on::after {
    height: 2px;
    width: 100%; }

  .main_about_business {
    padding-top: 0; }

  .link_hot {
    border-bottom: 1px solid #EBEBEB; }

  .content .footer .m .top .link {
    display: none; }

  .content .footer {
    padding: .6rem .3rem; }

  .content .footer .m .top {
    padding: 0;
    display: block;
    padding-bottom: .6rem; }

  .content .footer .m .top .right {
    display: block; }

  .content .footer .m .top .right .info {
    width: 100%;
    margin: 0;
    margin-bottom: .3rem; }

  .content .footer .m .top .right .info img {
    width: 3.5rem;
    margin: 0 auto;
    margin-bottom: .3rem; }

  .content .footer .m .top .right .info span {
    font-size: .23rem;
    width: 100%; }

  .content .footer .m .top .right .contact .icon img {
    width: .3rem; }

  .content .footer .m .top .right .contact .icon {
    font-size: .24rem;
    justify-content: center; }

  .content .footer .m .top .right .contact p {
    text-align: center; }

  .content .footer .m .top .right .contact span {
    font-size: .22rem;
    text-align: center;
    width: 100%; }

  .content .footer .m .top .right .contact .code {
    justify-content: center; }

  .content .footer .m .top .right .contact .code div {
    width: 2.5rem;
    height: 2.5rem; }

  .content .footer .m .top .right .contact .code div img {
    width:2.3rem; }

  .content .footer .m .top .right .contact .code a img {
    width: .45rem; }

  .content .footer .m footer {
    padding: 0;
    padding-top: .3rem;
    display: block; }

  .content .footer .m footer .left ul li a {
    font-size: .24rem; }

  .content .footer .m footer .left ul li {
    font-size: .24rem; }

  .content .footer .m footer .right {
    font-size: .24rem;
    margin-top: .3rem; }

  .main_about_contact {
    padding-top: 0; }

  .main_about_contact .m {
    padding: 0 .3rem;
    margin-top: .3rem;
    display: block; }

  .main_about_contact .m .fl ul li {
    padding: .5rem .25rem;
    width: 48.5%; }
.main_about_contact .m .fl ul li img{
    width: 100%; }
  .main_about_contact .m .fl ul li p {
    font-size: .24rem; }

  .main_about_contact .m .fl ul li em {
    font-size: .24rem; }

  .main_about_contact .m .fr {
    width: 100%;
    margin-top: .5rem; }

  .main_about_contact .m .fr form input[type="text"] {
    height: .88rem;
    font-size: .24rem; }

  .main_about_contact .m .fr form .submit input[type="submit"] {
    font-size: .25rem; }

  .main_about_contact .m .fr form .submit {
    text-align: center; }

  .content .header .m > ul > li > a, .main_about_contact .m .fr form input[type="text"], .main_about_contact .m .fr form ul li, .main_about_contact .m .fr form textarea, .main_about_business .m .item ul li span, .main_about_business .m .item .name span, .main_shop .m .navbars ul li a span, .main_shop_info .m .shop_info .grow > span, .main_shop_info .m .main_introduce .fadein .item, .main_about_recruit .m .list .item .label div, .main_about_recruit .m .list .item .slide .box .font span {
    font-size: .25rem; }

  .main_about_contact .m .fl {
    width: 100%;
    margin-top: .4rem; }

  .main_about_recruit {
    padding-top: 0; }

  .main_about_recruit .m {
    margin-top: .3rem;
    padding: 0 .3rem; }

  .main_about_recruit .m .head div {
    font-size: .23rem;
    width: calc((100% - .6rem)/6); }

  .main_about_recruit .m .list .item .label div {
    font-size: .23rem;
    width: calc((100% - .6rem)/6); }

  .main_about_recruit .m .list .item .label {
    height: auto;
    padding: .2rem .1rem; }

  .main_about_recruit .m .list .item .label em {
    width: .6rem;
    height: .6rem;
    background-size: .23rem; }

  .main_about_recruit .m .list .item .slide {
    padding: .3rem; }

  .main_about_recruit .m .list .item .slide .box {
    display: block; }

  .main_about_recruit .m .list .item .slide .box .font {
    width: 100%;
    margin-bottom: .2rem; }

  .main_about_recruit .m .list .item .slide .btn {
    width: 3rem;
    height: .88rem;
    font-size: .26rem;
    border-radius: .5rem; }

  .main_about_recruit .m .list .item .slide .box .font span {
    font-size: .28rem; }

  .main_about_recruit .m .list .item .slide .box .font p {
    font-size: .25rem; }

  .main_about_recruit .m .list .item .label {
    align-items: center; }

  .main_about {
    padding-top: 0; }

  .main_about .m {
    padding: .3rem;
    margin-top: .3rem;
    display: block; }

  .main_about .m .grow {
    width: 100%;
    margin-bottom: .3rem; }


.main_history .m .box .label {
    width: 33.33%;
    height: 2.8rem;
    position: relative;
    padding-left: 0.3rem;
}
.main_history .m .box .label span {
    display: block;
    font-size: .16rem;
    color: #fff;
    width: 2.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 1.6;
    position: relative;
    padding-left: 0.12rem;
}




  .main_about .m .grow span {
    font-size: .26rem; }

  .main_about .m .grow em {
    font-size: .26rem; }

  .main_data_down {
    padding: .6rem .3rem; }

  .main_data_down .m .title {
    font-size: .33rem; }

  .main_data_down .m .list {
    flex-wrap: wrap;
    margin-top: .5rem; 
	display: inline-flex;
	    width: 100%;
	    justify-content: center;}
		.main_data_down .m .list a {
		  width: 25%;}
    .main_data_down .m .list .label {
      width: 100%;
      margin-top: 0;
      margin-bottom: .2rem; 
	      padding: 0.17rem 0;}

  .main_data_down .m .list .label img {
    width: .66rem;
    margin-bottom: .2rem; }

  .main_data_down .m .list .label span {
    font-size: .26rem; }

  .main_data_down .m .fadein .item ul li a {
    padding: 0 .2rem; }

  .main_data_down .m .fadein .item ul li a .icon span {
    font-size: .26rem;
    width: 4rem; }

  .page_list {
    padding: .5rem 0;
    flex-wrap: wrap; }

  .null {
    height: 1rem; }

  .des_banner img {
    height: 2rem;
    object-fit: cover; }

  .page_list a {
    width: .6rem;
    height: .6rem;
    font-size: .26rem; }

  .page_list a img {
    width: 30%; }

  .main_data_down .m .fadein .item ul li a em {
    display: none; }

  .main_data_down .m .fadein .item ul li a .btn {
    width: 1.4rem;
    height: .5rem; }
    .main_data_down .m .fadein .item ul li a .btn span {
      font-size: .25rem; }
    .main_data_down .m .fadein .item ul li a .btn div {
      width: .22rem;
      height: .22rem; }

  .main_news_box {
    padding: .6rem .3rem; }

  .main_news_box .m {
    display: block;
    width: 100%; }

  .main_news_box .m .main_news_left {
    width: 100%; }

  .menus p {
    font-size: .24rem; }

  .menus a {
    font-size: .24rem;
    margin-right: .2rem; }

  .menus a::after {
    right: -.1rem; }

  .main_news_box .m .main_news_left .head div span {
    font-size: .24rem; }

  .main_news_box .m .main_news_left .child p {
    font-size: .26rem;
    margin-bottom: .3rem; }

  .main_news_box .m .main_news_left .page_button {
    flex-wrap: wrap; }
    .main_news_box .m .main_news_left .page_button a {
      font-size: .25rem;
      max-width: 100%;
      display: block;
      width: 100%;
      line-height: 2.5; }

  .main_news_box .m .main_news_right {
    width: 100%;
    margin-top: .5rem; }

  .main_news_box .m .main_news_right .hot .search {
    height: .8rem; }
    .main_news_box .m .main_news_right .hot .search input {
      font-size: .26rem; }

  .main_news_box .m .main_news_right .hot .search img {
    width: .35rem; }

  .main_news_box .m .main_news_right .hot ul li a div {
    width: .33rem;
    height: .33rem;
    font-size: .26rem; }

  .main_news_box .m .main_news_right .hot ul li a span {
    width: calc(100% - .33rem - .12rem - .1rem);
    font-size: .26rem; }

  .main_news_box .m .main_news_right .main_navigation .navigation .icon {
    height: 1rem; }
    .main_news_box .m .main_news_right .main_navigation .navigation .icon img {
      width: .3rem; }
    .main_news_box .m .main_news_right .main_navigation .navigation .icon span {
      font-size: .28rem; }

  .main_news_box .m .main_news_right .main_navigation .service .icon {
    height: 1rem; }
    .main_news_box .m .main_news_right .main_navigation .service .icon img {
      width: .3rem; }
    .main_news_box .m .main_news_right .main_navigation .service .icon span {
      font-size: .28rem; }

  .main_news_box .m .main_news_right .main_navigation .service ul {
    justify-content: center; }
    .main_news_box .m .main_news_right .main_navigation .service ul li {
      width: 2rem; }
	.main_news_box .m .main_news_right .main_navigation .service ul li div img{
	  height:100px;}
	  
  .main_news_box .m .main_news_right .main_navigation .service ul li div {
    height: auto; }

  .main_news_box .m .main_news_right .main_navigation .service ul li span {
    font-size: .26rem; }

  .main_news_box .m .main_news_right .main_navigation .navigation ul li {
    margin-right: .2rem;
    width: 1.4rem;
    height: .66rem; }
    .main_news_box .m .main_news_right .main_navigation .navigation ul li a {
      font-size: .25rem; }
    .main_news_box .m .main_news_right .main_navigation .navigation ul li:nth-child(4n) {
      margin-right: 0; }

  .main_news_box .m .main_news_right .main_navigation .navigation ul li:nth-child(3n) {
    margin-right: .2rem; }

  .news_tabbar {
    height: 1rem; }

  .news_tabbar div {
    width: auto;
    flex: 1;
    margin: 0;
    display: flex;
    justify-content: center;
    font-size: .28rem; }
    .news_tabbar div a {
      font-size: .28rem; }

  .news_tabbar div::after {
    height: 2px; }

  .main_news_box .m .main_list .tabbar div {
    height: .7rem; }
    .main_news_box .m .main_list .tabbar div a {
      font-size: .26rem;
      padding: 0 .25rem; }

  .main_news_box .m .main_list {
    width: 100%; }

  .main_news_box .m .main_list .fadein ul li a .picture {
    width: 3.2rem;
    height: 1.9rem;
    border-radius: .1rem; }

  .main_news_box .m .main_list .tabbar {
    justify-content: center; }

  .main_news_box .m .main_list .fadein ul li a .grow {
    width: calc(100% - 3.4rem); }

  .main_news_box .m .main_list .fadein ul li a .grow p {
    font-size: .26rem; }

  .main_news_box .m .main_list .fadein ul li a .grow span {
    font-size: .24rem; }

  .main_news_box .m .main_list .fadein ul li a .grow div em {
    font-size: .23rem; }

  .main_news_box .m .main_list .fadein ul li a .grow div i {
    font-size: .23rem; }

  .main_offer .m .list {
    transform: translate(0);
    justify-content: space-between;
    flex-wrap: wrap;
    background: none; }
    .main_offer .m .list .label {
      width: 48.5%;
      margin-bottom: .2rem;
      height: auto;
      padding: .5rem .2rem;
      display: block; }

  .main_offer .m .list .label .icon {
    display: block;
    position: static;
    width: .6rem;
    transform: translate(0);
    margin: 0 auto;
    margin-bottom: .3rem; }

  .main_offer .m .list .label div {
    width: 100%;
    text-align: center; }
    .main_offer .m .list .label div p {
      font-size: .26rem;
      text-align: center; }
    .main_offer .m .list .label div span {
      font-size: .24rem;
      text-align: center;
      margin-top: .1rem; }

  .main_offer .m .box .title {
    font-size: .4rem; }

  .main_offer .m .box .tabbar div {
    padding: 0;
    justify-content: center; }

  .main_offer .m .box .tabbar div span {
    font-size: .24rem; }

  .main_offer .m .box table tr td .in {
    padding-left: .2rem;
    font-size: .23rem; }

  .main_offer .m .box table tr td p {
    font-size: .26rem; }

  .main_offer .m .box table tr td {
    height: 1rem; }

  .main_offer {
    padding: .6rem .3rem; }

  .main_shop_confire {
    padding: 0; }

  .main_shop_confire .m {
    padding: .3rem; }

  .main_shop_confire .m .head div {
    height: .25rem; }

  .main_shop_confire .m .head span {
    font-size: .3rem; }

  .main_shop_confire .m textarea {
    height: 1.6rem;
    font-size: .26rem; }

  .main_shop_confire .m .pay_type ul li {
    margin-top: .3rem; }

  .main_shop_confire .m .pay_type {
    margin-top: .3rem; }

  .main_shop_confire .m .head {
    margin-bottom: .2rem; }

  .main_shop_confire .m .pay_type ul li p {
    font-size: .24rem; }

  .main_shop_confire .m .pay_type ul li img {
    width: .45rem; }

  .main_shop_confire .m .delivery {
    padding: .2rem .22rem; }

  .main_shop_confire .m .delivery span {
    font-size: .26rem; }

  .main_shop_confire .m .delivery ul li {
    font-size: .24rem;
    height: auto;
    padding: .08rem .15rem; }

  .main_shop_confire .m .shopinfo .info .grow {
    width: 4rem; }

  .main_shop_confire .m .shopinfo .info .grow p {
    font-size: .26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .main_shop_confire .m .shopinfo .info .grow span {
    font-size: .22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .main_shop_confire .m .shopinfo .num, .main_shop_confire .m .shopinfo .price {
    text-align: center;
    font-size: .28rem; }

  .main_shop_confire .m .pay_type ul li p {
    font-size: .26rem; }
    .main_shop_confire .m .pay_type ul li p span {
      font-size: .24rem; }

  .main_shop_confire .m .infos div p {
    font-size: .26rem;
    width: 1.1rem; }

  .main_shop_confire .m .infos div span {
    font-size: .26rem; }

  .main_shop_confire .m .bottom p {
    font-size: .26rem; }
    .main_shop_confire .m .bottom p span {
      font-size: .28rem; }
      .main_shop_confire .m .bottom p span em {
        font-size: .4rem; }

  .main_shop_confire .m .bottom div {
    width: 2.4rem;
    height: .8rem; }
    .main_shop_confire .m .bottom div a {
      font-size: .266rem; }

  .main_shop_info {
    padding: .4rem 0;
    background: #fff; }
    .main_shop_info .menus {
      padding-left: .3rem; }

  .main_shop_info .m .shop_info {
    display: block;
    margin-top: 0;
    padding: .3rem; }

  .main_shop_info .m .shop_info .slide {
    width: 100%; }

  .main_shop_info .m .shop_info .slide .picture {
    height: 6rem; }

  .main_shop_info .m .shop_info .slide .bottom .mySwiper1 .swiper-slide {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: .1rem; }

  .main_shop_info .m .shop_info .grow {
    padding: 0;
    margin-top: .3rem; }

  .main_shop_info .m .shop_info .grow > p {
    font-size: .3rem; }

  .main_shop_info .m .shop_info .grow .price span {
    font-size: .26rem; }

  .main_shop_info .m .shop_info .grow .price p {
    font-size: .24rem; }
    .main_shop_info .m .shop_info .grow .price p em {
      font-size: .35rem; }

  .main_shop_info .m .shop_info .grow .item p {
    font-size: .26rem;
	 width: 1.3rem;
	 padding-left: 0;}

  .main_shop_info .m .shop_info .grow .item span {
    font-size: .36rem; }
	.main_shop_info .m .shop_info .grow .item h6 {
	  font-size: .26rem;
	  /* margin-left: 10px; */
	   }

  .main_shop_info .m .shop_info .grow .item ul li {
    height: .55rem;
    font-size: .26rem;
    padding: 0 .3rem; }

  .main_shop_info .m .shop_info .grow .button {
    width: 3.3rem;
    height: .8rem;
    margin: 0 auto;
    margin-top: .33rem; }
    .main_shop_info .m .shop_info .grow .button a {
      font-size: .28rem; }

  .main_shop_info .m .main_introduce .tabbar {
    padding: 0 .3rem;
    height: 1rem; }
    .main_shop_info .m .main_introduce .tabbar div {
      width: 33.33%;
      margin: 0;
      height: 100%;
      font-size: .28rem;
      justify-content: center; }

  .main_shop_info .m .main_products .head span {
    font-size: .3rem; }

  .main_shop_info .m .main_products .head div {
    height: .3rem; }

  .main_shop_info .m .main_products ul {
    justify-content: space-between;
    flex-wrap: wrap; }
    .main_shop_info .m .main_products ul li {
      width: 100%;
      margin: 0;
      margin-bottom: .3rem; }

  .main_shop .m .main_right .list li {
    width: 100%;
    margin: 0;
    margin-top: .3rem; }
    .main_shop .m .main_right .list li a .info .grow span {
      font-size: .24rem; }
    .main_shop .m .main_right .list li a .bot div {
      width: 1.5rem;
      height: .6rem;
      font-size: .25rem; }
      .main_shop .m .main_right .list li a .bot div i {
        width: .25rem;
        height: .25rem; }
    .main_shop .m .main_right .list li a .bot p {
      font-size: .26rem; }
      .main_shop .m .main_right .list li a .bot p span {
        font-size: .37rem; }
    .main_shop .m .main_right .list li a .info .pic {
      width: 1.5rem;
      height: 1.5rem; }
    .main_shop .m .main_right .list li a .grow p {
      font-size: .26rem;
      margin-bottom: .1rem; }

  .main_shop_info .m .main_products ul li a .info .pic {
    width: 1.5rem;
    height: 1.5rem; }

  .main_shop .m .main_right .list li a .info .grow p {
    font-size: .28rem; }

  .main_shop_info .m .main_products ul li a .info .grow p {
    font-size: .26rem;
    margin-bottom: .1rem; }

  .main_shop_info .m .main_products ul li a .info .grow span {
    font-size: .24rem; }

  .main_shop_info .m .main_products ul li a .bot p {
    font-size: .26rem; }
    .main_shop_info .m .main_products ul li a .bot p span {
      font-size: .37rem; }

  .main_shop_info .m .main_products ul li a .bot div {
    width: 1.5rem;
    height: .6rem;
    font-size: .25rem; }
    .main_shop_info .m .main_products ul li a .bot div i {
      width: .25rem;
      height: .25rem; }

  .main_shop {
    padding: 0 .3rem; }

  .main_shop .m {
    display: block; }

  .main_shop .m .navbars {
    width: 100%; }

  .main_shop .m .navbars .head span {
    font-size: .3rem; }

  .main_shop .m .navbars .head div {
    height: .3rem; }

  .main_shop .m .navbars ul {
    display: flex;
    flex-wrap: wrap; }

  .main_shop .m .navbars ul li a img {
    width: .35rem; }

  .main_shop .m .main_right {
    width: 100%;
    margin-top: .3rem; }

  .main_shop .m .main_right .head {
    height: 1rem; }

  .main_shop .m .main_right .head .fl p {
    font-size: .26rem; }

  .main_shop .m .main_right .head .fl ul li {
    height: .6rem;
    font-size: .23rem;
    padding: 0 .2rem; }

  .main_shop .m .main_right .head .search {
    width: 3.6rem;
    height: .55rem; }
    .main_shop .m .main_right .head .search input[type="text"] {
      font-size: .26rem; }
    .main_shop .m .main_right .head .search input[type="submit"] {
      width: .8rem;
      background-size: .3rem; }

  .contents .header {
    height: 1rem; }

  .contents .header .m {
    padding: 0 .3rem; }

  .contents .main_userinfo .m, .contents .header .m {
    width: 100% !important; }

  .contents .header .m .logo {
    width: 2rem; }

  .contents .header .m .right .user {
    margin-left: .33rem; }

  .contents .main_userinfo .m .navbar {
    display: none; }

  .contents .main_userinfo .m {
    padding: .3rem; }

  .contents .main_userinfo .m .main_grow {
    width: 100%; }

  .contents .main_userinfo .m .main_grow .main_order {
    padding: .3rem; }

  .contents .header .m .right .user .info .icon {
    width: .5rem;
    height: .5rem; }

  .contents .header .m .right .user .info p {
    font-size: .23rem;
    padding: 0 .05rem; }

  .contents .header .m .right .user .info > img {
    width: 0.15rem; }

  .contents .header .m .right .tip img {
    width: .25rem; }

  .contents .header .m .right .tip.on::after {
    width: .08rem;
    height: .08rem; }

  .contents .header .m {
    padding-right: 1.2rem; }

  .contents .main_userinfo .m .main_grow .main_order .account {
    justify-content: space-between;
    flex-wrap: wrap; }

  .contents .main_userinfo .m .main_grow .main_order .account .member {
    width: 49%;
    margin: 0;
    margin-bottom: .2rem;
    height: auto; }

  .contents .main_userinfo .m .main_grow .main_order .account .member a {
    padding: .2rem;
    display: block; }

  .contents .main_userinfo .m .main_grow .main_order .account .member a p {
    font-size: .24rem; }

  .contents .main_userinfo .m .main_grow .main_order .account .member a input {
    width: 100%;
    margin: 0;
    font-size: .4rem;
    margin-top: .3rem; }

  .contents .main_userinfo .m .main_grow .main_order .head .fl p {
    font-size: .3rem; }

  .contents .main_userinfo .m .main_grow .main_order .head .fl div {
    height: .3rem; }

  .contents .main_userinfo .m .main_grow .main_order table.on tr th {
    height: .8rem;
    font-size: .26rem; }

  .contents .main_userinfo .m .main_grow .main_order table.on tr td {
    height: .8rem;
    font-size: .26rem; }

  .contents .main_userinfo .m .main_grow .footer {
    font-size: .22rem; }

  .contents .main_userinfo .m .main_grow .main_info {
    padding: .3rem; }

  .contents .main_userinfo .m .main_grow .main_info .label {
    display: block;
    margin: 0;
    padding: .3rem 0; }

  .contents .main_userinfo .m .main_grow .main_info .label .font {
    width: auto;
    font-size: .28rem;
    text-align: left;
    padding: 0;
    margin-bottom: .3rem; }

  .contents .main_userinfo .m .main_grow .main_info .label .avater {
    width: 1.5rem;
    height: 1.5rem; }

  .contents .main_userinfo .m .main_grow .main_info .label input {
    width: 100%;
    height: .8rem;
    font-size: .26rem;
    padding-left: .3rem; }

  .contents .main_userinfo .m .main_grow .main_info {
    border-radius: .1rem; }

  .contents .main_userinfo .m .main_grow .main_info .label .level {
    width: 2rem; }

  .contents .main_userinfo .m .main_grow .main_info .label .bind span {
    font-size: .26rem; }

  .contents .main_userinfo .m .main_grow .main_info .label .em {
    font-size: .28rem;
    display: block;
    margin-bottom: .2rem; }

  .contents .main_userinfo .m .main_grow .main_info .submit {
    margin: 0 auto;
    margin-top: .5rem;
    width: 3rem;
    height: .87rem;
    font-size: .28rem; }

  .contents .main_userinfo .m .main_grow .main_order .account .member.ons {
    width: 100%; }

  .contents .main_userinfo .m .main_grow .main_order .account .member a span {
    margin: 0;
    margin-top: .1rem; }

  .contents .main_userinfo .m .main_grow .main_order table tr th {
    height: .8rem;
    padding: .2rem;
    font-size: .26rem; }

  .contents .main_userinfo .m .main_grow .main_order table tr td {
    padding: .2rem;
    font-size: .26rem; }

  .tab_scroll {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap; }
    .tab_scroll table {
      width: 10rem; }

  .contents .main_userinfo .m .main_grow .main_business {
    padding: 0 .3rem; }

  .contents .main_userinfo .m .main_grow .main_business .head .fl p {
    font-size: .3rem; }

  .contents .main_userinfo .m .main_grow .main_business .head .fl div {
    height: .3rem; }

  .contents .main_userinfo .m .main_grow .main_business .head a {
    width: 1.1rem;
    height: .6rem;
    font-size: .26rem; }

  .contents .main_userinfo .m .main_grow .main_business table {
    width: 15rem; }
    .contents .main_userinfo .m .main_grow .main_business table tr td th {
      padding: .2rem;
      font-size: .26rem; }

  .contents .main_userinfo .m .main_grow .main_business table tr th {
    padding: .2rem;
    font-size: .26rem;
    height: auto; }

  .contents .main_userinfo .m .main_grow .main_business table tr td {
    padding: .2rem;
    height: auto;
    font-size: .26rem; }

  .contents .main_userinfo .m .main_grow .main_order table {
    width: 15rem; }

  .contents .main_userinfo .m .main_grow .userinfo {
    display: block;
    width: 100%; }

  .contents .main_userinfo .m .main_grow .userinfo .info {
    width: 100%;
    height: auto;
    padding: .6rem .3rem; }

  .contents .main_userinfo .m .main_grow .userinfo .info .avater {
    width: 1.5rem;
    height: 1.5rem; }

  .contents .main_userinfo .m .main_grow .userinfo .info .desc p {
    font-size: .33rem; }

  .contents .main_userinfo .m .main_grow .userinfo .info .desc span {
    font-size: .45rem; }

  .contents .main_userinfo .m .main_grow .userinfo .vip_grow {
    width: 100%;
    margin-top: .3rem;
    padding: .3rem;
    height: auto; }

  .contents .main_userinfo .m .main_grow .userinfo .vip_grow ul li {
    margin-top: .2rem;
    padding: .3rem;
    padding-right: 0;
    padding-left: .2rem; }
    .contents .main_userinfo .m .main_grow .userinfo .vip_grow ul li p {
      font-size: .26rem; }
    .contents .main_userinfo .m .main_grow .userinfo .vip_grow ul li span {
      font-size: .24rem; }

  .contents .main_userinfo .m .main_grow .user_data {
    margin-top: .2rem;
    padding: .3rem; }

  .contents .main_userinfo .m .main_grow .user_data ul li {
    padding: .3rem 0; }

  .contents .main_userinfo .m .main_grow .user_data ul li p {
    font-size: .45rem;
    margin-bottom: .1rem; }

  .contents .main_userinfo .m .main_grow .user_data ul li span {
    font-size: .26rem; }

  .contents .main_userinfo .m .main_grow .user_data ul li span em {
    margin-left: .03rem; }

  .contents .main_userinfo .m .main_grow .userinfo .vip_grow {
    margin-top: .2rem; }

  .content .banner .mySwiper .swiper-slide .m {
    padding: 0 .3rem;
    padding-top: 1rem; }

  .content .banner .mySwiper .swiper-slide .m .fl p {
    font-size: .4rem; }

  .content .banner .mySwiper .swiper-slide .m .fl em {
    font-size: .24rem; }

  .content .main_product {
    padding: .6rem .3rem; }

  .content .public_head p {
    font-size: .33rem; }

  .content .public_head div {
    font-size: .22rem; }

  .content .public_head div img {
    width: .1rem; }

  .content .main_case .m .box {
    display: block; }

  .content .main_case .m .box .navbar {
    width: 100%;
    height: auto;
    max-height: auto;
    overflow: hidden; }
    .content .main_case .m .box .navbar ul {
      display: flex;
      align-items: center; }

  .content .main_case .m .box .grow {
    position: static;
    height: auto;
    padding: 0; 
	margin-left: -20px;
	    width: auto;
	}

  .content .main_case .m .box .navbar ul li {
    padding: 0;
    font-size: .24rem; }

  .content .main_product .m ul {
    margin-top: .3rem;
    justify-content: space-between; }
    .content .main_product .m ul li {
      width: 48.5%;
      margin-top: .2rem; }

  .content .main_product .m ul li a .head p {
    margin-bottom: .1rem; }

  .content .main_product .m ul li a .child .f span {
    padding: .1rem .15rem;
    font-size: .22rem; }

  .content .main_product .m ul li a .child .f div {
    min-height: .75rem;
    margin: 0;
    height: auto;
    padding: .15rem 0; }
    .content .main_product .m ul li a .child .f div p {
      font-size: .24rem; }

  .content .main_product .m ul li a .head span {
    font-size: .24rem;
    width: 100%;
    max-width: 100%;
    line-height: 1.6; }

  .content .main_product .m ul li a .head {
    padding-bottom: .2rem; }

  .content .banner .mySwiper .swiper-slide .m > img {
    width: 3rem;
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%); }

  .content .main_case .m .box .navbar ul {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap; }
    .content .main_case .m .box .navbar ul li {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: .26rem;
      padding: 0 .2rem; }

  .content .main_case .m .box .navbar ul li::after {
    width: 0%;
    height: 1px;
    top: auto;
    bottom: 0;
    transform: translate(0); }

  .content .main_case .m .box .navbar ul li.on::after {
    height: 1px;
    width: 100%; }

  .content .main_open_case {
    padding: .6rem .3rem; }

  .content .main_open_case .m .box .tabbar {
    display: block;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap; }
    .content .main_open_case .m .box .tabbar li {
      display: inline-flex;
      align-items: center;
      padding: 0 .3rem;
      font-size: .26rem; }

  .content .main_open_case .m .box .fadein .item .info .label {
    padding-left: .3rem; height: 3.25rem;}

  .content .main_open_case .m .box .fadein .item .info .label .name img {
    width: 1.8rem; }

  .content .main_open_case .m .box .fadein .item .info .label .name span {
    font-size: .22rem;
    width: 3.8rem; }

  .content .main_open_case .m .box .fadein .item .info .label .code {
    margin: 0; }

  .content .main_open_case .m .box .fadein .item .info .label .code div {
    display: none; }

  .content .main_open_case .m .box .fadein .item .info .label .code img {
    width: 1.6; }

  .content .main_open_case .m .box .fadein .item ul {
    padding: .3rem; }

  .content .main_open_case .m .box .fadein .item ul li {
    width: 18%;
    height: 0.8rem; }

  .content .main_advantage {
    padding: .6rem .3rem; }

  .content .main_advantage .m .box {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%; }

  .content .main_advantage .m .box .left p {
    font-size: .33rem; }

  .content .main_advantage .m .box .left span {
    font-size: .26rem;
    margin: 0; line-height: 1.3 !important;}

  .content .main_advantage .m .box .left {
    width: 100%;
    height: auto;
    padding: .5rem .3rem;
    background-size: cover; }

  .content .main_advantage .m .box ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between; }
    .content .main_advantage .m .box ul li {
      width: 48%;
      height: auto;
      padding: .8rem 0; }
      .content .main_advantage .m .box ul li:last-child {
        width: 100%; }

  .content .main_advantage .m .box ul li div img {
    width: .85rem; }

  .content .main_advantage .m .box ul li div span {
    font-size: .26rem; }

  .content .main_news {
    padding: .6rem .3rem; }

  .content .main_news .m .box {
    width: 100%;
    display: block; }

  .content .main_news .m .box .left {
    width: 100%;
    margin-bottom: .3rem; }

  .content .main_news .m .box .left .info .name span {
    font-size: .22rem; }

  .content .main_news .m .box .left .info .desc p {
    font-size: .24rem; }

  .content .main_news .m .box .left .info em {
    font-size: .24rem;
    margin-top: .2rem; }

  .content .main_news .m .box .right {
    width: 100%; }

  .content .main_news .m .box .right .item .head p {
    font-size: .3rem; }

  .content .main_news .m .box .right .item .head a {
    font-size: .26rem; }

  .content .main_news .m .box .right .item ul li a .picture {
    width: 1.6rem;
    height: 1rem; }

  .content .main_news .m .box .right .item ul li a .info p {
    font-size: .26rem; }

  .content .main_news .m .box .right .item ul li a .info span {
    font-size: .22rem; }

  .content .main_contact {
    padding: .85rem .3rem;
    height: auto; }

  .content .main_contact .m p {
    font-size: .33rem; }

  .content .main_contact .m .form form .label input[type='text'] {
    font-size: .26rem;
    padding-left: .3rem; }

  .content .main_contact .m .form form {
    display: block; }

  .content .main_contact .m .form form .label {
    width: 100% !important;
    padding-left: .3rem;
    margin: 0;
    height: .8rem;
    margin-bottom: .2rem; }

  .content .main_contact .m .form form .label:last-child {
    width: 100%; }

  .content .main_contact .m .form form .label input[type='submit'] {
    height: .6rem;
    font-size: .26rem;
    width: 1.5rem; }

  .content .main_contact .m .form form .label img {
    width: .3rem; }

  .mobile_fade {
    overflow: hidden;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.6); */
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 999999; }

  .mobile_fade .box {
    width: 100%;
    height: calc(100vh - 1rem);
    position: absolute;
    left: 0;
    top: -100vh;
    background: #fff; }

  .mobile_fade .box ul {
    overflow: auto;
    height: 100%;
    padding: 0 .3rem; }

  .mobile_fade .box ul li {
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    width: 100%; }

  .mobile_fade .box ul li span {
    height: 1rem;
    display: flex;
    font-size: .28rem;
    color: #000;
    align-items: center;
    justify-content: space-between; }

  .mobile_fade .box ul li span.on img {
    transform: rotate(90deg); }

  .mobile_fade .box ul li span a {
    font-size: .28rem;
    color: #000;
    height: 100%;
    display: flex;
    align-items: center;
    width: 90%; }

  .mobile_fade .box ul li span img {
    width: .35rem;
    transition: all .2s; }

  .mobile_fade .box ul li div {
    overflow: hidden;
    width: 100%;
    display: none; }

  .mobile_fade .box ul li div a {
    display: flex;
    align-items: center;
    font-size: .26rem;
    color: #333;
    height: .8rem; }

  .content .header {
    z-index: 99999999;
	     background: white;}

  .menu {
    display: block;
    width: .5rem; }

  .content .header:hover {
   /* background: none; */
   background: white;
	}

  .content .header.on1 {
    background: #fff; }

  .content .header .m .button_grow {
    display: flex; }

  .content .header .m .button_grow a {
    font-size: .22rem;
    width: auto;
    height: auto;
    border: none;
    margin-left: .5rem;
    margin-right: .05rem;
    background: none;
    color: #0070ef; }

  .content .header .m .button_grow a.on {
    background: none;
    color: #0070ef; }

  .content .header .m .button_grow a img {
    display: none; }

  .contents .nulls {
    height: 1rem; } 
     .slide_citys{
    	padding: .15rem;
    	padding-right: 0;
    	width: 6.5rem;
    	margin-left: -2.75rem;
    	padding-bottom: .3rem;
		    height: 9.3rem;
			overflow-y: auto;
    }
	.slide_citys .citys{
	  overflow: inherit;
	  width: 100% !important;
	      top: 7.45rem;
	      height: 2rem !important;
	}
    .slide_citys .citys ul li{
    	font-size: .26rem;
    	margin-top: .3rem;
		margin-bottom: 0.1rem;
		margin-right: 10px;
    }
    .right_link_flex{
    	display: none;
    }
    .slide_citys .city_grow div{
    	width: 1.4rem;
    	height: .66rem;
    	font-size: .26rem;
    }
    .content .main_advantage .m .box ul li .left{
        opacity: 1;
    }
    .content .main_advantage .m .box ul li.on{
        width: 48%;
    }
    .content .main_advantage .m .box ul li:last-child{
        width: 48%;
    }
    .content .main_advantage .m .box ul li{
        width: 48%;
    }
    .footer_contact{
        display: flex;
    }
    .fadein_wechat {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999991;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  display: none;
  justify-content: center; }
  .fadein_wechat .box {
    width: 4.9rem;
    overflow: hidden; }
    .fadein_wechat .box div {
      width: 100%;
      padding: .5rem;
      background: #fff;
      border-radius: .16rem; }
      .fadein_wechat .box div p {
        text-align: center;
        font-size: .3rem;
        color: #333;
        margin-bottom: .3rem; }
      .fadein_wechat .box div img {
        display: block;
        width: 100%; }
    .fadein_wechat .box > img {
      width: .6rem;
      display: block;
      margin: 0 auto;
      margin-top: .6rem; }
.nullmob{
    height: 1rem;
}
}

/*# sourceMappingURL=css.css.map */
