/* 顶部 */

body{
  -webkit-text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}
.headtop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: .9rem;
  background-color: #fff;
  box-shadow: 0 0 .04rem rgba(0, 0, 0, 0.1);
}

.mianbaoxi {
  width: 100%;
  height: .5rem;
  color: #999;
  font-weight: 400;
  font-size: .16rem;
  line-height: .5rem;
  background-color: #F6F7F9;
}
.headtop .logo {
  top: .2rem;
  z-index: 50;
  width: 3.15rem;
  line-height: .9rem;
}
.logo img {
  width: 100%;
}
.headtop .container-xl {
  display: flex;
  justify-content: space-between;
  max-width: 12rem;
  height: 100%;
}
.nav {
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  height: .9rem;
}
.nav li {
  float: left;
  margin: 0 0.05rem;
  line-height: .9rem;
  text-align: center;
}
.nav li a {
  position: relative;
  display: block;
  padding: 0 .2rem;
  color: #333;
  font-size: .18rem;
}

.nav li.cur a,
.nav li.hover a,
.nav li a:hover {
  color: #50a96f;
}

.nav li.cur a::after {
  width: 100%;
}

.nav li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: .02rem;
  background-color: #50a96f;
  -webkit-transition: width 0.33s;
  -o-transition: width 0.33s;
  transition: width 0.33s;
  content: '';
}

.top_login {
  font-size: .18rem;
  line-height: .9rem;
  cursor: pointer;
}

.top_login span {
  color: #868686;
  font-size: .18rem;
  line-height: .36rem;
}

.top_login a {
  position: relative;
  margin-left: .3rem;
  color: #868686;
  font-size: .16rem;
  line-height: .36rem;
}

.menu {
  position: absolute;
  right: .08rem;
  float: right;
  width: .36rem;
  height: .36rem;
  margin-top: .27rem;
  line-height: .36rem;
  text-align: center;
  cursor: pointer;
}

.sidebar-wrapper {
  position: relative;
  height: 100%;
  overflow: auto;
  background-color: #fff;
}

.headtop .layui-nav {
  background-color: #fff;
}
.navwrap {
  position: absolute;
  top: .9rem;
  left: 0;
  z-index: 999;
  width: 100%;
}

.navwrap .con {
  position: absolute;
  display: none;
  width: 100%;
  height: .7rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: .01rem solid #ddd;
  box-shadow: 0 .02rem .04rem rgba(0, 0, 0, 0.1);
}
.padding0 {
  height: 0 !important;
}
.navwrap .desc {
  position: absolute;
  left: 32%;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  line-height: .7rem;
  vertical-align: middle;
}
.navwrap .desc h5 {
  display: block;
  margin-right: .3rem;
  padding: 0 .07rem;
  font-weight: 400;
  font-size: .20rem;
  line-height: .7rem;
}
.navwrap .desc .h5-line {
  display: block;
  width: 1px;
  height: .34rem;
  margin-right: .3rem;
  line-height: .7rem;
  background-color: #333;
}
.navwrap .desc > ul {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  text-align: center;
  list-style: none;
}

.navwrap .desc > ul > li {
  position: relative;

  /* margin: 0 .1rem; */
  width: 1.36rem;
  height: .7rem;
  font-size: .16rem;
}

.navwrap .desc > ul > li > a {
  display: block;
  padding:  0 .07rem;
  color: #6d6c6c;
}
.navwrap .desc .cur {
  color: #fff;
}

.navwrap .desc > ul > li:hover {
  background-color: #50a96f;
}
.zheng {
  position: absolute;
  top: 0.45rem;
  left: 45%;
  width: 0;                 /*  宽高设置为0，很重要，否则达不到效果 */
  height: 0;
  border: .05rem solid #50a96f;
  border-top-color: transparent;    /* 设置透明背景色 */
  border-right-color: transparent;
  border-left-color: transparent;
}
.navwrap .desc > ul > li.cur > a {
  color: #fff;
  background-color: #50a96f;
}
.navwrap .desc > ul > li > a:hover {
  color: #fff;
  text-decoration: none;
}
.navwrap .desc > ul > li > ul {
  display: none;
  width: 100%;
  margin-top: .2rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.navwrap .desc > ul > li.cur > ul {
  display: block;
}

.navwrap .desc > ul > li > ul a {
  display: block;
  overflow: hidden;
  color: #6d6c6c;
  font-size: .16rem;
  line-height: .36rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* .navwrap .desc > ul > li > ul a:hover,
.navwrap .desc > ul > li > ul .cur a {
  color: #50a96f;
} */

.navwrap .img {
  float: right;
  width: 3rem;
  height: 2rem;
  margin-right: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.topBox {
  width: 100%;
  height: .9rem;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: .1rem;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .1rem;
}
.banner .swiper-pagination-bullet {
  width: .15rem;
  height: .15rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  opacity: 1;
}
.bgc .sd img{
  width: 100%;
  height: calc(100vw * 0.145);
}
.shouye .sd {
  width: 100% !important;
  height: calc(100vw * 0.3);
}
.shouye img {
  width: 100%;
  height: calc(100vw * 0.3);
}
.banner .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}
.icon {
  position: absolute;
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  color: #333;
  background-repeat: no-repeat;
  background-size: 100%;
}
.title {
  margin-left: 0.1rem;
}

.icon-article {
  background-image: url(../images/icons/article.png);
}
.icon-left {
  background-image: url(../images/icons/left.png);
}
.icon-right {
  background-image: url(../images/icons/right.png);
}
.icon-new {
  background-image: url(../images/icons/new.png);
}
.icon-dang {
  background-image: url(../images/icons/dang.png);
}
.icon-dongtai {
  background-image: url(../images/icons/dongtai.png);
}
.icon-hezuo {
  background-image: url(../images/icons/hezuo.png);
}
.icon-person {
  background-image: url(../images/icons/person.png);
}
.more {
  display: inline-block;
  float: right;
  margin-top: .1rem;
  font-size: .16rem;
}
.icon-user {
  background-image: url(../images/icons/user.png);
}
.icon-xiang {
  background-image: url(../images/icons/xiang.png);
}
.icon-product {
  background-image: url(../images/icons/product.png);
}
.icon-member {
  background-image: url(../images/icons/member.png);
}
.icon-gongxv {
  background-image: url(../images/icons/gongxv.png);
}
.content {
  flex-wrap: wrap;
  margin-top: 0.5rem;
  color: #333;
}
.container > div > p > .title:hover {
  color: #50a96f;
  cursor: pointer;
}
.card-message {
  width: 3.3rem;
  margin: 0.2rem 0;
}
.card-message > p,
.card-work > p,
.shanghuiDongtai > p,
.person-fangtan > p,
.user-gourp > p,
.product > p,
.member > p,
.jiax > p,
.gongxv > p,
.links > p{
  position: relative;
  margin-bottom: 0.2rem;
  padding-bottom: 0.15rem;
  font-weight: 400;
  font-size: .28rem;
  vertical-align: middle;
  border-bottom: .02rem solid #e5e5e5;
}
.card-work .layui-tab-title li, .shanghuiDongtai .layui-tab-title li{
  position: relative;
  margin-bottom: 0.2rem;
  padding-bottom: 0.15rem;
  padding-left: 0;
  font-weight: 400;
  font-size: .28rem;
}
.card-work .layui-tab-title li a:hover, .shanghuiDongtai .layui-tab-title li a:hover{
  color: #50a96f;
}
.card-work  .layui-tab-content {
  margin-top: .2rem;
  padding: 0;
}
.layui-tab-brief>.layui-tab-title .layui-this {
  color: #50a96f;
  }
.layui-tab-brief>.layui-tab-more li.layui-this::after,  .layui-tab-brief>.layui-tab-title .layui-this::after {
    border: none;
    border-bottom: .03rem solid #50a96f;
    border-radius: 0;
  }
.card-work .layui-tab-title li .icon {
  left: .1rem;
}
.shanghuiDongtai {
  display: none;
}
.shanghuiDongtai .layui-tab-title li .icon {
  left: .1rem;
}
.shanghuiDongtai .layui-tab-title {
  margin-bottom: .2rem;

}
.card-message .list-group-item {
  padding: 0.3rem 0.2rem 0.16rem 0.2rem;
}
.card-message .card {
  width: 100%;
  height: 2.58rem;
  overflow-y: auto;
  background-color: #f6f7f9;
}
.card-work {
  width: calc(100% - 3.9rem);
  margin: 0.2rem 0;
}
.card-work .layui-tab {
  margin-top: .16rem;
}
.x-box {
  height: 2.58rem;
}
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 12rem;
  padding: 0;
}
.product-box .col-xl-3 {
  flex: 0 0 20%;
  width: 20%;
}
.message-paoma {
  display: flex;
  justify-content: start;
}
.paoma-img {
  width: 3rem;
  height: 2.18rem;
  transform: translate(0.2rem, 0.4rem);
}
.paoma-img img {
  width: 100%;
  height: 100%;
}
.paoma-content {
  z-index: 11;
  width: calc(100% - 3.5rem);
  padding-right: 0.4rem;
  padding-left: 0.6rem;
  color: #999;
  font-size: .16rem;
  transform: translate(0.2rem, 0.4rem);
}
.paoma-content h4 {
  margin-bottom: 0.1rem;
  color: #333;
  font-size: .2rem;
}
.now-box, .x-box {
  height: 2.58rem;
}
.card-box {
  width: 100%;
  height: 2.58rem;
  overflow-y: auto;
  background-color: #F6F7F9;
}
.card-box ul{
  width: 100%;
  height: 100%;
  padding-right: .2rem;
  padding-left: .2rem;
}
.card-box ul li {
  position: relative;
  display: flex;
  align-self: center;
  width: 100%;

  /* height: .65rem; */
  padding-top:.33rem;
  padding-bottom:.15rem;

  /* border-bottom: 1px dashed #E5E5E5; */
  font-size: .18rem;
}
.card-box ul li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #E5E5E5;
  content: '';
}
.card-box ul li a {
  display: inline-block;
  width: calc(100% - 1.32rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.card-box ul li p {
  display: inline-block;
  width: 1.32rem;
  color: #999;
  font-size: .14rem;
  line-height: .28rem;
  text-align: right;
}
.bgNow-x {
  position: absolute;
  top: 0;
  left: .1rem;
  width: calc(100% - 0.1rem);
  height: 2rem;
  background-color: #F0F1F2;
}
.bgNow {
  position: absolute;
  top: .1rem;
  left: 0;
  width: calc(100% - 0.1rem);
  height: 2rem;
  margin: 0 auto;
  text-align: left;
  background-color: #f6f7f9;
}
.card-work .layui-tab-title, .shanghuiDongtai .layui-tab-title{
  border-bottom-width: .02rem;

  /* height: .57rem; */
}
.paoma-content .neirong,
.neirong-message-box .neirong,
.member .neirong,
.gongxv .neirong {
  display: -webkit-box;
  width: 100%;
  height: 0.64rem;
  overflow: hidden ;
  font-size: .14rem;
  line-height: .21rem;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3 ;
}
.paoma-content .date {
  text-align: right;
}
.jsbox .swiper-button-prev {
  top: 92%;
  left: calc(100% - calc(100% - 3.8rem));
  width: .24rem;
  height: .44rem;
  background-repeat: no-repeat;
  background-size: 100%;
  outline: none;
}
.gongxv .swiper-button-prev {
  top: 92%;
  left: .2rem;
  width: .24rem;
  height: .44rem;
  background-repeat: no-repeat;
  background-size: 100%;
  outline: none;
}
.member .swiper-button-prev {
  top: 92%;
  left: .2rem;
  width: .24rem;
  height: .44rem;
  background-repeat: no-repeat;
  background-size: 100%;
  outline: none;
}
.jsbox .swiper-button-prev::after,
.jsbox .swiper-button-next::after,
.gongxv .swiper-button-prev::after,
.gongxv .swiper-button-next::after,
.member .swiper-button-prev::after,
.member .swiper-button-next::after
{
  color: #50a96f;
  font-size: 0;
}
.jsbox .swiper-button-next, .gongxv .swiper-button-next, .member .swiper-button-next{
  top: 92%;
  width: .24rem;
  height: .44rem;
  background-repeat: no-repeat;
  background-size: 100%;
  outline: none;
}
.jsbox .swiper-button-next {
  right: .3rem;
}
.gongxv .swiper-button-next{
  top: 92%;
}
.gongxv .swiper-button-next {
  right: .2rem;
}
.member .swiper-button-next {
  right: .2rem;
}
.shanghui-content .swiper-button-prev::after,
.shanghui-content .swiper-button-next::after {
  color: #bbb;
  font-size: .22rem;
}

/* .shanghui-content .swiper-button-next {
  top: 70%;
} */
.shanghuiDongtai {
  width: 100%;
  margin-top: 0.5rem;
}
.shanghui-content {
  display: flex;
  justify-content: space-between;
}
.shanghui-box {
  width: 50%;
  height: 4.4rem;
  margin: 0 !important;
}
.shanghui-box img {
  width: 100%;
  height: 100%;
}
.shanghui-box>a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.shanghui-img {
  position: relative;
}
.shanghui-img .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.5rem;
  margin-left: 0;
  overflow: hidden;
  font-size: .18rem;
  line-height: 0.5rem;white-space: nowrap;
  text-align: center;text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.5);
}
.shanghui-img .title a{
  color: #e6e6e6;
}
.shanghui-neirong {
  width: 45%;
  height: 4.4rem;
  border-left: .01rem solid #e5e5e5;
}
.neirong-message-box {
  margin-bottom: 0.35rem;
  margin-left: 0.18rem;
  color: #666;
  font-size: .14rem;
  list-style: none;
}
.neirong-message-box li {
  border-bottom: .01rem dashed #e5e5e5;
}
.neirong-message-box li:last-child {
  border-bottom: none;
}
.user-box li img {
  width: 100%;
}
.neirong-message-box li h5 {
  position: relative;
  margin-bottom: 0.1rem;
  padding-top: 0.15rem;
  color: #343334;
  font-weight: 400;
  font-size: .2rem;
}
.kongxinuyan {
  position: absolute;
  bottom: .04rem;
  left: -0.28rem;
  width: .16rem;
  height: .16rem;
  border: .03rem solid #50a96f;
  border-radius: 50%;
  opacity: 0.3;
}
.neirong-message-box .date {
  margin-top: 0.1rem;
  margin-bottom: 0.3rem;
}
.neirong-message-box .neirong {
  display: none;
  width: 4.58rem;
}
.look {
  display: block;
}
.dayu {
  position: absolute;
  right: 0;
  bottom: .1rem;
  color: #e5e5e5;
  font-weight: 100;
  font-size: .4rem;
}
.ckgd {
  display: block;
  width: 3.6rem;
  height: 0.5rem;
  margin: 0 auto;
  color: #50a96f;
  font-size: .2rem;
  line-height: .5rem;
  text-align: center;
  background-color: #fff;
  border: none;
  border: .01rem solid #50a96f;
  outline: none !important;
}
.person-fangtan {
  width: 100%;
  margin: 0.6rem 0;
}
.person-content {
  display: flex;
  justify-content: space-between;
}
.person-message {
  width: 5.2rem;
  height: 4.4rem;
}
.person-message .neirong-message-box {
  margin-right: .3rem;
  margin-bottom: 0.6rem;
  margin-left: 0;

  /* height: 4.09rem; */
  padding-left: 0;
}
.person-message .neirong-message-box h5 {
  padding-top: 0;
}
.person-message .neirong-message-box .date {
  margin-bottom: 0.03rem;
}
.person-message .neirong-message-box li {
  box-sizing: border-box;
  margin-bottom: 0.3rem;
  padding: 0.3rem 0.2rem;
  background-color: #f6f7f9;
  border: none;
}
.person-video {
  width: 6rem;
  height: 4.4rem;
  background-color: #000;
}
.person-video img {
  width: 6rem;
  height: 4.4rem;
}
.bgc {
  /* height: 2rem; */
  display: block;
  width: 100%;
  margin-bottom: 0.6rem;
}

.user-gourp {
  /* height: 4.5rem; */
  position: relative;
  width: 100%;
}

.user-bg {
  position: absolute;

  /* bottom: 0; */
  z-index: -2;

  /* height: 2.55rem; */
  box-sizing: content-box;
  width: 100%;
  background-color: #f6f7f9;
}
.userbox {
  display: flex;
  justify-content: space-between;
  margin: 0 0.2rem;
}
.chenyuan {
  position: relative;
  width: 100%;
}
.chenyuan .col-xl-2 {
  flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
}
.user-box {
  z-index: 11;
  width: 100%;
  padding: 0;

  /* width: 10.4rem !important; */
  color: #333;
  font-size: .12rem;
  list-style: none;
}
.userZhang {
  width: 20%;
  padding-right: .15rem;
  padding-left: .15rem;
  color: #333;
  font-size: .12rem;
}
.userZhang img {
  width: 100%;
  transition: all 0.6s ;
}
.user-box li img {
  width: 100%;
  transition: all 0.6s ;
}
.user-box li h3,
.userZhang h3 {
  margin: 0.2rem 0 0 0;
  font-size: .2rem;
}
.user-box li p,
.userZhang p {
  margin: 0;
}
.chenyuan .swiper-button-prev::after,
.chenyuan .swiper-button-next::after {
  color: #50a96f;
  font-size: .18rem;
}
.chenyuan .swiper-button-prev,
.chenyuan .swiper-button-next {
  top: 90%;
}
.product {
  width: 100%;
}
.product-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #333;
  font-size: .2rem;
}

.product-box-item {
  width: 20%;
}

.product-box-item img {
  width: 100%;
  border-top-left-radius: .10rem;
  border-top-right-radius: .10rem;
}
.product-box-item p {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  background-color: #f6f7f9;
}
.member {
  width: 100%;
  margin-top: 0.6rem;
}
.member-box {
  position: relative;
  width: 100%;
  height: 2.1rem;
}
.member-box-bg {
  position: absolute;
  bottom: 0;
  z-index: -3;
  width: 100%;
  height: 2rem;
  background-color: #f1f2f4;
}
.member-box-content {
  width: cale(100% - 0.42rem);
  height: 100%;
  margin: 0 0.21rem;
  background-color: #f6f7f9;
}
.content-item {
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0.2rem;
}
.author-message {
  width: .58rem;
}
.avatar img {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
}
.avatar {
  display: inline-block;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
}
.content-message {
  width: calc(100% - 1rem);
}
.content-message h3 {
  margin-bottom: 0.3rem;
  color: #50a96f;
  font-size: .2rem;
}
.user-name {
  font-size: .18rem;
  text-align: center;
}
.content-message h3 > div {
  float: right;
  color: #666;
  font-weight: 100;
  font-size: .14rem;
}
.icon-eyes {
  display: inline-block;
  width: 0.2rem;
  height: 0.12rem;
  margin-right: 0.1rem;
  margin-left: 0.3rem;
  background-image: url(../images/icons/eyes.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.member .swiper-button-prev,
.member .swiper-button-next {
  top: 80%;
}
.jiax {
  width: 100%;
  margin-top: 0.6rem;
}
.jiax-content-item {
  position: relative;
  width: 100%;
}
.jiax-content-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.user-gourp p{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jiax-content-item img {
  width: 100%;
  height: 100%;
}
.jiax-content-item .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  margin-left: 0;
  overflow: hidden;
  color: #fff;
  line-height: 0.5rem;white-space: nowrap;
  text-align: center;text-overflow: ellipsis;
  background-color: #333;
  opacity: 0.7;
}
.gongxv {
  width: 100%;
  margin-top: 0.6rem;
}
.gongxv-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gongxv-gong {
  width: calc(50% - .15rem);
  height: 4.6rem;
  margin: 0;
  margin-top: .2rem;
  background-color: #f6f7f9;
}
.ui-item {
    padding: 0 0.18rem;
}
.gongxv-gong .ul {
  box-sizing: border-box;
  width: 100% !important;
  margin-bottom: 0;
  background-color: #f6f7f9;
}
.gongxv-gong .ul > p {
  padding: 0 .18rem;
  color: #999;
  font-size: .16rem;
  text-align: right;
}
.gongxv-gong .li {
  width: 100% !important;
  padding: 0.3rem 0 0.3rem 0.3rem;
  border-bottom: .01rem dashed #e5e5e5;
}
.gongxv-gong .li:nth-child(2n) {
  border-bottom: none;
}
.gongxv-gong .li h3 {
  position: relative;
  margin-bottom: 0.18rem;
  color: #333;
  font-weight: 400;
  font-size: .2rem;
  font-family: Microsoft YaHei;
}
.user-item {
  width: 2.5rem;
}
.type-gong {
  position: absolute;
  left: -0.3rem;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(../images/icons/gong.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.type-xv {
    position: absolute;
    left: -0.3rem;
    width: 0.2rem;
    height: 0.2rem;
    background-image: url(../images/icons/xv.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.gongxv-gong .li .bottom {
  margin-top: 0.18rem;
  margin-bottom: 0;
  color: #666;
  font-size: .14rem;
  text-align: right;
}
.links {
    width: 100%;
    height: 2rem;
    margin-top: .6rem;
}
.links .title {
    margin-left: 0;
}
.links-content {
    display: flex;
    justify-content: space-between;
}
.link-item {
    position: relative;
    box-sizing: border-box;
    width: 2.12rem;
    height: .5rem;
    padding-left: .3rem;
    line-height: .5rem;
    text-align: center;
    border: .01rem solid #e5e5e5;
    cursor: pointer;
}
.link-item:hover .item-content {
    display: block;
}
.link-item > p {
    position: relative;
    margin-bottom: 0;
    font-size: .2rem;
}
.dao {
    position: absolute;
    top:45%;
    right: .1rem;
    width: 0;                 /*  宽高设置为0，很重要，否则达不到效果 */
    height: 0;
    border: .05rem solid #333;
    border-right-color: transparent;
    border-bottom-color: transparent;    /* 设置透明背景色 */
    border-left-color: transparent;
}
.links-content .col-4, .links-content .col-xl-2 {
  padding-right: 0;
  padding-left: 0;
}
.item-content {
  position: absolute;
  top: .5rem;
  left: 0;
  z-index: 111;
  display: none;
  width: 100%;
  max-height: 2rem;
  overflow-y: auto;
  color: #333;
  font-size: .16rem;
  background-color: #F6F7F9;
}
.item-content > p {
    height: .4rem;
    margin-bottom: 0;
    overflow: hidden;
    line-height: .4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: .01rem dashed #e5e5e5;
}
.item-content > p:last-child {
    border-bottom: none;
}
.footer {
    width: 100%;
    height: 3.7rem;
    margin-top: .75rem;
    background-color: #242A37;
}
.footer-top-box {
    display: flex;
    width: 100%;
    height: 2.15rem;
    padding: 0 .2rem;
    padding-top: .15rem;
    border-bottom: .01rem dashed #F6F7F9;
}
.footer-top-left {
    display: flex;
    width: 65%;

    /* justify-content: space-around; */
}
.footer-top-right {
    width: 35%;
}
.footer-top-right img {
    width: 1.77rem;
    height: 1.77rem;
}
.footer-top-right  .wx-er {
  /* width: 1.5rem; */
  margin-right: .2rem;
}
.footer-top-box .menu-box ul li:first-child a{
    display: block;
    padding-bottom: .1rem;
    color: #fff;
    font-size: .16rem;
}
.footer-bottom-left h3 img {
  width: 100%;
}
.menu-box {
  margin-right: .6rem;
}
.menu-box ul {
    color: #999;
    font-size: .12rem;
    list-style: none;
}
.menu-box ul a {
  color: #fff;
}
.footer-bottom-box {
    display: flex;
    width: 100%;
    margin-top: .25rem;
}
.footer-bottom-left {
    width: 70%;
}
.footer-bottom-box h3, .footer-bottom-box p {
    margin: 0;
    padding: 0;
    color: #999;
    font-size: .14rem;
}
.footer-bottom-box h3{
  width: 2.01rem;
  height: 0.31rem;
  margin-bottom: .1rem;
}
.footer-bottom-right > p {
  position: relative;
}
.small-icon {
  position: absolute;
  top: .02rem;
  left: -.2rem;
  width: .12rem;
  height: .12rem;

  /* background-color: #fff; */
  background-repeat: no-repeat;
  background-size: 100%;
}
.icon-biao {
  background-image: url(../images/icons/biao.png);
}
.icon-iphone {
  background-image: url(../images/icons/iphone.png);
}
.icon-message {
  background-image: url(../images/icons/message.png);
}
.icon-email {
  background-image: url(../images/icons/email.png);
}
.bigmenu {
  position: fixed;
  right: 0;
  z-index: 9999999;
  width: 50vw;
  height: calc(100vh - 1.2rem);
  overflow-y: auto;
  text-align: center;
  background-color: #fff;
  transform: translateX(50vw);
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;

 /* Firefox 4 */

 /* Safari 和 Chrome */

  /* display: none; */
}
.bigmenu a {
  color: #333;
}
.zhao {
  position: absolute;
  z-index: 111;
  display: none;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
}
.bigmenu-content {
  margin-top: .3rem;
  font-size: .36rem;
}
.item-box {
  padding: .2rem 0;
}
.bigmenu-content ul a {
  display: inline-block;
  width: 100%;
  height: .8rem;
  line-height: .8rem;
  text-align: center;
}
.bigmenu-content ul a:focus, .bigmenu-content ul a:hover{
  color: #50a96f;
  text-decoration: none;
}
.bigmenu-content ul {
  display: none;
  text-align: center;
  list-style: none;
  background-color: #f8f8f8;
}
.bigmenu-content ul li {
  display: block;
  width: 100%;
  height: .8rem;
  margin: 0 auto;
  font-size: .36rem;
  line-height: .8rem;
  text-align: center;
}
.bigmenu-content .item-box .item-box-title{
  position: relative;
  padding: .2rem 0;
  font-size: .40rem;
}
.item-box-title i {
  display: inline-block;
  width: .2rem;
  height: .12rem;
  margin-bottom: .1rem;
  margin-left: .15rem;
  background: url(../images/icons/down.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotate(0);
  transition: all .3s;
}
.jsbox {
  display: flex;flex-wrap: wrap;align-items: top; justify-content: space-between;width: 100%;
}
.sxxItem {
  color: #50a96f;
}
.content a:hover {
  color: #50a96f;
}
.content a.title:hover {
  text-decoration: none;
}
.user-gourp img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* .layui-this .icon-new {
  background-image: url('../images/icons/a-new.png');
} */

/* .layui-this .icon-dang {
  background-image: url('../images/icons/a-dang.png');
}
.layui-this .icon-hezuo {
  background-image: url('../images/icons/a-hezuo.png');
}
.layui-this .icon-dongtai {
  background-image: url('../images/icons/a-dongtai.png');
} */
.user-gourp {
  margin-top: .6rem;
  margin-bottom: .6rem;

  /* padding: 0.6rem 0; */
}

/* 超大屏幕 */
@media (min-width: 1920px) {
  .gongxv-gong {
    width: calc(50% - .3rem);
  }
  .card-message {
    width: 30%;
  }
  .card-work {
    width: 65%;
  }
  .layui-tab-content {
    padding: 0;
  }
  .max-swiper-container {
    width: 100%;
  }
  .layui-tab {
    margin: 0;
  }
  .card-work .layui-tab-title, .shanghuiDongtai .layui-tab-title {
    height: .57rem;
  }
  .card-work .layui-tab {
    margin-top: 0;
  }
  .layui-tab-brief>.layui-tab-more li.layui-this::after, .layui-tab-brief>.layui-tab-title .layui-this::after {
    top: .16rem;
  }
  .jsbox .swiper-button-prev {
    left: 3.8rem;
  }
  .container-xl {
    max-width: 16rem;
  }
  .container {
    max-width: 16rem;
  }
  .person-message {
    flex:1;
    margin-right: .6rem;
  }
  .person-video {
    flex: 1;
  }
  .person-video img {
    width: 100%;
    height: 100%;
  }
}

/* 13寸笔记本 */
@media (min-width: 1560px) and (max-width: 1920px) {
  .layui-tab-content {
    padding: 0;
  }
  .person-message {
    flex:1;
    margin-right: .6rem;
  }
  .layui-tab {
    margin: 0;
  }
  .card-work .layui-tab-title, .shanghuiDongtai .layui-tab-title {
    height: .57rem;
  }
  .card-work .layui-tab {
    margin-top: 0;
  }
  .layui-tab-brief>.layui-tab-more li.layui-this::after, .layui-tab-brief>.layui-tab-title .layui-this::after {
    top: .16rem;
  }
  .person-video {
    flex: 1;
  }
  .person-video img {
    width: 100%;
    height: 100%;
  }
  .nav li {
    margin: 0 0.05rem;
  }

}

/* 各种笔记本 */
@media (min-width: 1370px) and (max-width: 1560px) {
  .layui-tab-content {
    padding: 0;
  }
  .product-box-item {
    width: 25%;
  }
  .navwrap .desc {
    left: 33%;
  }
  .person-message {
    flex: 1;
    margin-right: .6rem;
  }
  .layui-tab {
    margin: 0;
  }
  .card-work .layui-tab-title, .shanghuiDongtai .layui-tab-title {
    height: .57rem;
  }
  .card-work .layui-tab {
    margin-top: 0;
  }
  .layui-tab-brief>.layui-tab-more li.layui-this::after, .layui-tab-brief>.layui-tab-title .layui-this::after {
    top: .16rem;
  }
  .person-video {
    flex: 1;
  }
  .person-video img {
    width: 100%;
    height: 100%;
  }
  .nav li {
    margin: 0 0.05rem;
  }
}

/* 畸形老式笔记本 */
@media screen and (min-width: 1080px) and (max-width: 1370px) {
  .navwrap .desc {
    left: 25%;
  }
  .userZhang {
    width: 25%;
  }
  .chenyuan .col-xl-2 {
    flex: 0 0 25%;
    width: 25%;
  max-width: 25%;

  }
  .product-box .col-xl-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .person-message {
    flex:1;
    margin-right: .6rem;
  }
  .person-video {
    flex: 1;
  }
  .person-video img {
    width: 100%;
    height: 100%;
  }
  .nav li {
    margin: 0;
  }
  .card-message {
    width: 100%;
  }
  .card-message .card{
    width: 100%;
  }
  .card-work {
    width: 100%;
  }
  .card-work .bgNow{
    width: calc(100% - 0.1rem);
  }
}

/* 平板 */
@media screen and (min-width: 768px)  and (max-width: 1080px){
  .container {
    padding-right: .15rem;
    padding-left: .15rem;
  }
  .headtop .nav {
    display: none;
  }
  .userZhang {
    width: 33%;
  }
  .chenyuan .col-xl-2 {
    flex: 0 0 33%;
    width: 33%;
  max-width: 33%;

  }
  .product-box .col-xl-3 {
    flex: 0 0 33%;
    width: 33%;
  }
  .product-box-item {
    width: 33%;
  }
  .card-message {
    width: 100%;
  }
  .footer-top-right {
    margin-left: 1rem;
  }
  .neirong-message-box .neirong {
    width: 100%;
  }
  .person-video img {
     width: 100%;
    height: 100%;
  }
  .card-message .card{
    width: 100%;
  }
  .card-work .layui-tab-title, .shanghuiDongtai .layui-tab-title {
    height: .57rem;
  }
  .card-work .layui-tab {
    margin-top: 0;
  }
  .layui-tab-brief>.layui-tab-more li.layui-this::after, .layui-tab-brief>.layui-tab-title .layui-this::after {
    top: .16rem;
  }
  .card-work {
    width: 100%;
  }
  .card-work .bgNow{
    width: calc(100% - 0.1rem);
  }
  .gongxv-gong {
    width: 100%;
  }
  .footer-top-left {
    display: none;
  }
  .footer-top-box{
    padding: .3rem .5rem 0;
  }
  .footer-bottom-right {
    color: #999;
    font-size: .16rem;
  }
  .footer-bottom-left {
    width: 100%;
  }
  .footer-bottom-left img {
    width: 2.1rem;
    height: .3rem;
  }
  .footer-bottom-box {
    display: block;
    text-align: center;
  }
  .footer-bottom-box h3 {
    margin: 0 auto
  }
  .small-icon {
    top: .05rem;
  }
  .footer-top-right img {
    float: right;
    width: 1.5rem;
  }
  .footer-top-right {
    width: 45%;
  }
  .footer-top-right .wx-er {
    margin-right: 0;
  }
  .footer-top-right {
    width: 45%;
  }
}

/* 手机 */
@media screen and (max-width: 768px) {
  .user-gourp img:hover {
    transform: none;
  }
  .userZhang img {
    transition: none;
  }
  .user-box li img {
    transition: none ;
  }
  .card-box ul li {
    padding-top: .28rem;
  }
  .footer {
    height: 4.4rem;
  }
  .card-box ul li::after {
   width: 100%;
  }
  .card-box ul li a {
    width: calc(100% - 2.5rem);

  }
  .card-box ul li p {
    /* bottom: -0.14rem; */
    width: 2.5rem;
    line-height: 0.38rem;
  }
  .gongxv-gong .li:last-child  {
    padding: 0.3rem 0 0.1rem 0.3rem;
  }
  .jsbox .swiper-button-prev {
    top: 83%;
    left: 0.2rem;

    /* display: none; */
    width: .12rem;
    height: .21rem;
  }
  .jsbox .swiper-button-next {
    top: 83%;
    width: .12rem;
    height: .21rem;
  }
  .member .swiper-button-next {
    top: 95%;
    width: .12rem;
    height: .21rem;
  }
  .member .swiper-button-prev {
    top: 95%;
    width: .12rem;
    height: .21rem;
  }
  .gongxv .swiper-button-next {
    top: 102%;
    width: .12rem;
    height: .21rem;
  }
  .gongxv .swiper-button-prev {
    top: 102%;
    width: .12rem;
    height: .21rem;
  }
  .headtop .nav {
    display: none;
  }
  .product-box-item {
    width: 33%;
    height: 2.4rem;
  }

  /* .small-icon {
    top: .12rem;
  } */
  .userZhang {
    width: 33%;
  }
  .chenyuan .col-xl-2 {
    flex: 0 0 33%;
    width: 33%;
  max-width: 33%;
  }
  .product-box .col-xl-3 {
    flex: 0 0 33%;
    width: 33%;
  }
  .footer-top-box{
    justify-content: space-between;
    height: 2.5rem;
    padding-top: .3rem;
    padding-right: 0;
  }
  .footer-top-right img {
    float: left;
    width: 1.5rem;
    height: 1.5rem;
  }
  .footer-top-right {
    width: 46%;
    margin-left: 0;
  }
  .footer-top-right .wx-er {
    float: right;
    margin-right: 0;
    margin-left: .05rem;
  }
  .card-work .layui-tab-title li .icon {
    top: .2rem;
    left: .2rem;
  }
  .shanghuiDongtai .layui-tab-title li .icon {
    top: .2rem;
    left: .2rem;
  }
  .shanghuiDongtai{
    margin-top: 0;
  }
  .card-work {
    margin: 0;
  }
  .neirong-message-box li h5 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .layui-tab-content {
    padding: 0;
  }
  .headtop {
    height: 1.2rem;
  }
  .topBox {
    height: 1.2rem;
  }
  .paoma-img {
    width: 1.5rem;
    height: 1.09rem ;
    transform: translate(0.6rem, 0.4rem);

  }
  .paoma-img  img {
    width: 100%;height: 100%;
  }
  .message-paoma {
    justify-content: start;
  }
  .paoma-content .date {
    font-size: .12rem;
    text-align: left;
  }
  .paoma-content {
    width: calc(100% - 2.6rem);
    margin-left: 0;
    transform: translate(0.6rem, 0.4rem);
  }
  .shanghui-box {
    width: 3rem;
    height: 2.2rem;
  }
  .shanghui-box img {
    width: 3rem;
    height: 2.2rem;
  }
  .shanghui-content .swiper-button-prev::after,
  .shanghui-content .swiper-button-next::after {
    display: none;
    font-size: .22rem;
  }
  .neirong-message-box .date {
    margin-bottom: 0;
    color: #999;
    font-size: .12rem;
  }
  .shanghui-neirong {
    width: 3.72rem;
    height: 2.2rem;
    padding-left: .18rem;
  }
  .neirong-message-box li {
    width: 100%;
  }
  .person-message {
    width: 3.7rem;
    height: 2.2rem;
  }
  .neirong-message-box .neirong {
    width: 3.2rem;
  }

  /* .paoma-content .neirong,
.member .neirong,
.gongxv .neirong {
  width: 100%;
  height: 0.64rem;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden ;
  word-break: break-all;
  font-size: .14rem;
} */
  .person-message .neirong-message-box {
    margin-right: 0;
    margin-bottom: .2rem;
    margin-left: 0;
  }
  .person-video {
    width: 3rem;
    height: 2.2rem;
  }
  .person-video img {
    width: 3rem;
    height: 2.2rem;
  }
  .person-message .neirong-message-box li {
    height: 1.5rem;
    margin-bottom: 0;
    padding: .2rem;
  }
  .user-item {
    width: 2.5rem;
  }

  /* .userZhang {
    width: 2.08rem;
    height: 2.5rem;
  } */
  .top_login {
    font-size: .18rem;
    line-height: 1.2rem;
  }
  .kongxinuyan {
    opacity: 1;

    /* left: 0; */
  }
  .neirong-message-box {
    margin-bottom: .24rem;
    margin-left: 0;
  }
  .card-message {
    width: 100%;
  }
  .card-message .card{
    width: 100%;
  }
  .card-work {
    width: 100%;
  }
  .card-work .bgNow{
    width: calc(100% - 0.1rem);
  }
  .gongxv-gong {
    width: 100%;
    height: 4.2rem;
    margin-bottom: .3rem;
  }
  .footer-top-left {
    display: none;
  }
  .footer-bottom-right p{
    color: #999;
    font-size: .12rem;
  }
  .footer-bottom-right {
    width: 55%;
  }
  .footer-bottom-left {
    width: 100%;
  }
  .footer-bottom-left img {
    width: 2.2rem;
    height: .5rem;
  }
  .footer-bottom-box {
    /* justify-content: center; */
    display: block;
    width: 100%;
    height: 1.8rem;
    margin-top: .1rem;
    text-align: center;
  }
  .footer-bottom-box h3 {
    height: .5rem;
    margin: 0 auto;
  }
  .container {
    height: 100%;
    padding-right: .30rem;
    padding-left: .30rem;
  }
  .links-content .col-3 {
    flex: 0 0 23%;
    max-width: 23%;
  }
}
@media screen and (max-width: 500px) {
  .banner .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
  }
  .neirong-message-box {
    margin-bottom: .36rem;
  }
  #menu img{
    width: .6rem !important;
    height: .31rem !important;
  }
  .top_login #login{
    margin-right: .5rem;
    font-size: .28rem;
    vertical-align: middle;
  }
  .logo img {
    margin-top: .15rem;
  }
  .small-icon {
    top: .06rem;
  }
  .links-content .col-3 {
    flex: 0 0 23%;
    max-width: 23%;
  }
  .paoma-content .neirong,
.neirong-message-box .neirong,
.member .neirong,
.gongxv .neirong {
  display: -webkit-box;
  width: 100%;
  height: 0.6rem;
  overflow: hidden ;
  font-size: .14rem;
  line-height: .21rem;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3 ;
}
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: .15rem;
  padding-left: .15rem;
}
button:focus {
  outline: none;
}
