/*模块*/
.block-box {
  width: 6.25rem;
  margin: 0.10416667rem auto 0;
  position: relative;
}
/*新闻板块*/
.photo-news {
  width: 3.07291667rem;
  height: 2.109375rem;
  border-radius: 0.04166667rem;
  overflow: hidden;
}
.photo-news .swiper-slide {
  position: relative;
  width: 3.07291667rem;
  height: 2.109375rem;
  overflow: hidden;
}
.photo-news .swiper-slide img {
  width: 100%;
  height: 100%;
}
.photo-news .swiper-slide video {
  position: absolute;
  width: 100%;
  height: 2.109375rem;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
}
.photo-news .swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  cursor: pointer;
  background: #fff;
  opacity: 0.8;
}
.photo-news .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f6b501;
  font-size: 10px;
  color: #fff;
}
.photo-news .swiper-pagination.swiper-pagination-bullets {
  left: auto;
  right: 0!important;
  bottom: 0;
  width: 0.57291667rem;
  text-align: left;
  height: 0.26041667rem;
  line-height: 0.26041667rem;
}
.photo-news a {
  display: block;
  width: 3.07291667rem;
  height: 2.109375rem;
  position: relative;
  overflow: hidden;
}
.photo-news .photo-title {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.26041667rem;
  line-height: 0.26041667rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.photo-news .photo-title span {
  display: block;
  width: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.09375rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
  padding: 0 0.10416667rem;
}
/*信息新闻*/
.info-news {
  width: 3.07291667rem;
}
.info-news .head {
  width: 3.07291667rem;
  border-bottom: solid 0.00520833rem #E7E7E7;
}
.info-news .head .menus a {
  padding: 0.05208333rem 0.02604167rem 0.05208333rem 0.02604167rem;
  font-size: 0.10416667rem;
  color: #252525;
  position: relative;
  float: left;
  transition: all ease-in-out 0.3s;
}
.info-news .head .menus em {
  width: 0.01041667rem;
  height: 0.10416667rem;
  background: #ddd;
  font-size: 0.10416667rem;
  color: #ddd;
  margin: 0.078125rem 0.13020833rem 0 0.13020833rem;
  float: left;
}
.info-news .head .menus a:hover,
.info-news .head .menus a.cur {
  color: var(--main-color);
}
.info-news .head .menus a::after {
  content: '';
  display: block;
  height: 0.02604167rem;
  width: 0;
  background: var(--main-color);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.015625rem;
  margin: auto;
  transition: all ease-in-out 0.3s;
}
.info-news .head .menus a:hover::after {
  width: 100%;
}
.info-news .head .menus a.cur::after {
  content: '';
  display: block;
  height: 0.02604167rem;
  width: 100%;
  background: var(--main-color);
  position: absolute;
  left: 0;
  bottom: -0.015625rem;
}
.info-news .head .more {
  margin: 0.078125rem 0.13020833rem 0 0.13020833rem;
}
.info-news .head .more a {
  font-size: 0.07291667rem;
  font-weight: 400;
  color: #262626;
}
.info-news .head .more img {
  width: 0.41145833rem;
  height: 0.08333333rem;
}
.info-news .item-block {
  width: 3.07291667rem;
  height: 1.86979167rem;
}
.info-news .item-block ul {
  list-style-type: none;
  margin-top: 0.05208333rem;
}
.info-news .item-block li {
  height: 0.18229167rem;
  line-height: 0.18229167rem;
  position: relative;
}
.info-news .item-block li:hover {
  animation: 0.15s forwards info-item-in;
}
.info-news .item-block ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.08333333rem;
  width: 0.02604167rem;
  height: 0.02604167rem;
  border-radius: 0.13020833rem;
  background: #838282;
}
.info-news .item-block ul li:hover::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.08333333rem;
  width: 0.02604167rem;
  height: 0.02604167rem;
  border-radius: 0.13020833rem;
  background: var(--main-color);
}
.info-news .item-block ul li h1 {
  width: 2.44791667rem;
  padding: 0 0.06770833rem;
  font-size: 0.09375rem;
  color: #151515;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-news .item-block ul li h1:hover {
  color: var(--main-color);
}
.info-news .item-block ul li span {
  padding: 0 0.05208333rem 0 0;
  font-size: 0.09375rem;
  color: #a2a2a2;
}
/*通用板块*/
.com-block {
  width: 100%;
}
.com-block .head {
  width: 100%;
  border-bottom: solid 0.00520833rem #E7E7E7;
}
.com-block .head .menus a {
  padding: 0.05208333rem 0.02604167rem 0.05208333rem 0.02604167rem;
  font-size: 0.10416667rem;
  color: #252525;
  position: relative;
  float: left;
  transition: all ease-in-out 0.3s;
}
.com-block .head .menus a:hover,
.com-block .head .menus a.cur {
  color: var(--main-color);
}
.com-block .head .menus a::after {
  content: '';
  display: block;
  height: 0.02604167rem;
  width: 0;
  background: var(--main-color);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.015625rem;
  margin: auto;
  transition: all ease-in-out 0.3s;
}
.com-block .head .menus a:hover::after {
  width: 100%;
}
.com-block .head .menus a.cur::after {
  content: '';
  display: block;
  height: 0.02604167rem;
  width: 100%;
  background: var(--main-color);
  position: absolute;
  left: 0;
  bottom: -0.015625rem;
}
.com-block .head .more {
  margin: 0.078125rem 0.13020833rem 0 0.13020833rem;
}
.com-block .head .more a {
  font-size: 0.07291667rem;
  font-weight: 400;
  color: #262626;
}
/*通用-更多*/
.com-more {
  width: 1.5625rem;
  line-height: 0.234375rem;
  margin: 0.10416667rem auto;
  text-align: center;
  border: solid 0.00520833rem #ff9c01;
  border-radius: 0.13020833rem;
}
.com-more a {
  display: block;
  font-size: 0.09375rem;
  color: #333;
}
/*商城*/
.product-list {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  width: 100%;
}
.product-list li {
  width: 2.01041667rem;
  height: 2.32291667rem;
  margin: 0.10416667rem 0.10416667rem 0 0;
  background: #eee;
  border-radius: 0.04166667rem;
  overflow: hidden;
}
.product-list li:nth-of-type(3n) {
  margin: 0.10416667rem 0 0 0;
}
.product-list .pic {
  width: 2.01041667rem;
  height: 2.01041667rem;
  overflow: hidden;
}
.product-list img {
  width: 100%;
  height: 100%;
  /*过度效果*/
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-list img:hover {
  /*缩放效果*/
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.product-list .title {
  width: 80%;
  margin: 0 auto;
  line-height: 0.3125rem;
  font-size: 0.09375rem;
  color: var(--main-color);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
/*超市简介*/
.supermarket {
  width: 100%;
  height: 2.56770833rem;
  margin: 0 0 0.10416667rem;
  background: #fff url('../img/bg-1.png') no-repeat left top;
  background-size: 10rem 2.72395833rem;
}
.supermarket .super-box {
  width: 6.25rem;
  margin: 0 auto;
  padding: 0.41666667rem 0 0;
  display: flex;
  justify-content: start;
}
.supermarket .super-box .left {
  width: 2.08333333rem;
  position: relative;
}
.supermarket .super-box .left .pic {
  width: 2.08333333rem;
  height: 1.5625rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.supermarket .super-box .left .pic img {
  width: 100%;
  height: 100%;
}
.supermarket .super-box .left .pic-style {
  width: 1.97916667rem;
  height: 0.36458333rem;
  background: #ff9c01;
  position: absolute;
  left: 0.26041667rem;
  top: 1.35416667rem;
}
.supermarket .super-box .right {
  width: 3.64583333rem;
  margin: 0 0 0 0.52083333rem;
}
.supermarket .super-box .right .head {
  width: 0.625rem;
  line-height: 0.3125rem;
  font-size: 0.15625rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.supermarket .super-box .right .head:before {
  content: '';
  width: 0.41666667rem;
  height: 0.02604167rem;
  background: #ff9c01;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.13020833rem;
}
.supermarket .super-box .right .content {
  margin: 0.10416667rem 0 0 0;
  font-size: 0.09375rem;
  color: #fff;
  line-height: 1.5;
  text-align: justify;
}
.supermarket .super-box .right .more {
  width: 1.5625rem;
  line-height: 0.234375rem;
  margin: 0.26041667rem 0 0;
  text-align: center;
  border: solid 0.00520833rem #ff9c01;
  border-radius: 0.13020833rem;
}
.supermarket .super-box .right .more a {
  display: block;
  font-size: 0.09375rem;
  color: #fff;
}
/*专家团队*/
.expert-label {
  margin: 0.078125rem 0 0;
}
.expert-label span {
  padding: 0.01041667rem 0.10416667rem;
  font-size: 0.07291667rem;
  color: var(--main-color);
  font-weight: 700;
  border: solid 0.00520833rem var(--main-color);
  border-radius: 0.13020833rem;
  margin: 0 0 0 0.02604167rem;
}
.expert-label span:hover,
.expert-label .cur {
  color: #ff9c01;
}
.expert-list ul {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0 0 0.10416667rem 0;
}
.expert-list li {
  width: 1.484375rem;
  height: 2.13541667rem;
  border: solid 0.00520833rem #E7E7E7;
  margin: 0.10416667rem 0.10416667rem 0 0;
  border-radius: 0.04166667rem;
  overflow: hidden;
}
.expert-list li:nth-of-type(4n) {
  margin: 0.10416667rem 0 0 0;
}
.expert-list li .pic {
  width: 100%;
  height: 1.30208333rem;
  position: relative;
}
.expert-list li .pic img {
  width: 0.78125rem;
  height: 1.11458333rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0.04166667rem;
  overflow: hidden;
}
.expert-list li .name {
  line-height: 0.18229167rem;
  font-size: 0.125rem;
  color: #333;
  text-align: center;
  position: relative;
}
.expert-list li .name:after {
  content: '';
  width: 0.3125rem;
  height: 0.02604167rem;
  border-radius: 0.13020833rem;
  background: #ff9c01;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.05208333rem;
  margin: auto;
}
.expert-list li .remark {
  width: 1.19791667rem;
  margin: 0.05208333rem auto 0;
  padding: 0.10416667rem;
}
.expert-list li .remark > div {
  line-height: 1.5;
  font-size: 0.08333333rem;
  color: #6A6A6A;
  padding: 0 0 0 0.05208333rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.expert-list li .remark > div:before {
  content: '';
  width: 0.015625rem;
  height: 0.015625rem;
  border-radius: 0.13020833rem;
  background: var(--main-color);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/*视频*/
.video-list {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
.video-list li {
  width: 2.01041667rem;
  height: 1.5625rem;
  margin: 0.10416667rem 0.10416667rem 0 0;
  background: #eee;
  border-radius: 0.04166667rem;
  overflow: hidden;
}
.video-list li:nth-of-type(3n) {
  margin: 0.10416667rem 0 0 0;
}
.video-list li .pic {
  width: 2.01041667rem;
  height: 1.25rem;
}
.video-list li .pic img {
  width: 100%;
  height: 100%;
}
.video-list li .title {
  line-height: 0.3125rem;
  font-size: 0.09375rem;
  color: #333;
}
.video-list li .title span {
  padding: 0 0 0 0.05208333rem;
}
.video-list li .title i {
  display: block;
  width: 0.15625rem;
  height: 0.15625rem;
  margin: 0.078125rem 0.078125rem 0 0;
  background: url('../img/video.png') no-repeat;
  background-size: 0.3125rem 0.15625rem;
}
.video-list li a:hover span {
  color: #ff9c01;
}
.video-list li a:hover i {
  background-position: -0.15625rem;
}
/*简报*/
.briefing {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
.briefing li {
  width: 1.484375rem;
  height: 2.27604167rem;
  border: solid 0.00520833rem #E7E7E7;
  margin: 0.10416667rem 0.10416667rem 0 0;
  border-radius: 0.04166667rem;
  overflow: hidden;
}
.briefing li:nth-of-type(4n) {
  margin: 0.10416667rem 0 0 0;
}
.briefing li img {
  width: 100%;
  height: 100%;
}
/*在线咨询*/
.qa {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.qa li {
  width: 100%;
  margin: 0.10416667rem 0 0 0;
  padding: 0 0 0.10416667rem 0;
  border-bottom: solid 0.00520833rem #E7ECF0;
}
.qa li .ask {
  line-height: 0.3125rem;
  font-size: 0.10416667rem;
  color: var(--main-color);
  padding: 0 0 0 0.18229167rem;
  background: url("../img/ask.png") no-repeat 0 0.09375rem;
  background-size: 0.15625rem 0.15625rem;
}
.qa li .like-box {
  padding: 0.02604167rem 0.05208333rem;
  border: solid 0.00520833rem var(--main-color);
  border-radius: 0.13020833rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0.04166667rem 0 0 0;
}
.qa li .like-box i {
  display: block;
  width: 0.13020833rem;
  height: 0.13020833rem;
  margin: 0 0.05208333rem;
  position: relative;
}
.qa li .like-box i img {
  width: 100%;
  height: 100%;
}
.qa li .like-box span {
  position: relative;
  display: block;
}
.qa li .like-box span:first-of-type {
  margin: 0 0.05208333rem 0 0;
}
.qa li .like-box span:first-of-type:before {
  content: '';
  width: 0.01041667rem;
  height: 0.10416667rem;
  background: var(--main-color);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.05208333rem;
  margin: auto;
}
.qa li .answer {
  font-size: 0.10416667rem;
  color: var(--main-color);
  line-height: 0.15625rem;
  text-align: justify;
  padding: 0 0 0 0.18229167rem;
  background: url("../img/answer.png") no-repeat 0 0.02604167rem;
  background-size: 0.15625rem 0.15625rem;
}
/*科技企业*/
.topic-zl {
  width: 6.25rem;
  border-radius: 0.02604167rem;
  overflow: hidden;
  position: relative;
  margin: 0.10416667rem 0;
}
.topic-zl ul {
  height: auto;
  overflow: hidden;
}
.topic-zl ul li {
  width: 2.015625rem;
  height: 0.67708333rem;
  float: left;
  margin-right: 0.09895833rem;
}
.topic-zl ul li img {
  width: 2.015625rem;
  height: 0.67708333rem;
  border-radius: 0.04166667rem;
}
.topic-zl ul li:last-of-type {
  margin-right: 0 !important;
}
.topic-zl .next,
.topic-zl .prev {
  display: block;
  width: 0.10416667rem;
  height: 0.26041667rem;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  opacity: 0.6;
}
.topic-zl .next {
  background: #2a2a2a url(../img/a-next.png) no-repeat -0.01041667rem center;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0 0.02604167rem 0.02604167rem 0;
}
.topic-zl .prev {
  background: #2a2a2a url(../img/a-prev.png) no-repeat -0.01041667rem center;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 0.02604167rem 0 0 0.02604167rem;
}
