.lg-block {
  display: block;
}
.lg-flex {
  display: flex;
}
.lg-hidden {
  display: none;
}
@font-face {
    font-family: "siyuan";
    src: url('../fonts/SourceHanSansCN-Light.otf')
}
/* 头部开始 */
.container {
  width: 83.07%;
  height: 100%;
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}
.header-pc {
  width: 100%;
  height: 92px;
  background: rgba(0, 0, 0, .3);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
.header-pc > .container {
  width: 66.88%;
}
.header-pc-nav {
  width: 77.6%;
  height: 100%;
  padding: 0 5px;
}
.header-pc-nav .nav-item {
  height: 92px;
  line-height: 92px;
  min-width: 102px;
  position: relative;
  border-bottom: 2px solid transparent;
  text-align: center;
}
.header-pc-nav .nav-item:hover,
.header-pc-nav .nav-item.on {
  border-bottom-color: #e6000e;
}
.header-pc-nav .nav-item a {
  font-size: 18px;
  color: #fff;
  text-align: center;
  display: block;
}
.header-pc-nav .nav-item .sub-list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 92px;
  background: rgba(0, 0, 0, .3);
  padding: 15px 0;
  display: none;
}
.header-pc-nav .nav-item:hover .sub-list {
  display: block;
}
.header-pc-nav .nav-item .sub-list .sub-item {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  transition: all .3s;
  font-size: 14px;
}
.header-pc-nav .nav-item .sub-list .sub-item:hover {
  background: rgba(0, 0, 0, .5);
}
.header-pc-nav .nav-item .sub-list .sub-item a {
  font-size: 12px;
  color: #fff;
  text-align: center;
}
/* 头部结束 */
/* 首页轮播开始 */
.pc{ display: block; }
.wap{ display: none; }
.index-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.index-swiper-wrapper,
.index-swiper-slide {
  height: 100%;
}
.index-swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-swiper-pagination {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 120px !important;
}
.index-swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 21px;
  position: relative;
}
.index-swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.index-swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #df1918;
}
.index-swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #df1918;
  position: absolute;
  left: -5px;
  top: -5px;
}
/* 首页轮播结束 */
/* 首页集团开始 */
.index-jituan {
  width: 100%;
  /* height: 895px; */
  background: url("../img/jituan-bg.jpg") no-repeat center center;
  background-size: cover;
  /*padding-top: 185px;*/
}
.index-jituan > .container {
  width: 89.27%;
}
.index-jituan-con {
  width: 100%;
  margin: auto;
  border-radius: 6px;
  background: rgba(255, 255, 255, .5);
  padding: 45px 5.5%;
}
.index-jituan-con .con-wrp {
  width: 31%;
}
.index-jituan-con .con-wrp .main-title {
  font-size: 54px;
  height: 108px;
  line-height: 108px;
  color: #df1918;
  position: relative;
  margin-bottom: 30px;
}
.index-jituan-con .con-wrp .main-title:after {
  content: "";
  display: block;
  width: 69px;
  height: 2px;
  background-color: #df1918;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index-jituan-con .con-wrp .desc {
  font-size: 17px;
  line-height: 35px;
  height: 105px;
  overflow: hidden;
  margin-bottom: 46px;
}
.index-jituan-con .con-wrp .btn-more {
  width: 165px;
  height: 47px;
  line-height: 47px;
  border-radius: 6px;
  background-color: #df1918;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
}
.index-jituan-con .con-wrp .btn-more img {
  margin-left: 7px;
}
.index-jituan-con .video-wrp {
  width: 46.27%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.index-jituan-con .video-mask-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.index-jituan-con .video-mask-btn {
  width: 75px;
  width: 75px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -37.5px;
  margin-top: -37.5px;
  z-index: 10;
  cursor: pointer;
}
.index-jituan-video {
  width: 100%;
  display: none;
}
.index-jituan-number {
  margin-top: 44px;
}
.index-jituan-number .jituan-item {
  width: 20%;
  height: 140px;
  padding-top: 20px;
  padding-left: 3%;
  position: relative;
}
.index-jituan-number .jituan-item:after {
  content: "";
  display: block;
  width: 1px;
  height: 140px;
  background: linear-gradient(to bottom, rgba(255,255,255,0),rgba(255,255,255,1));
  position: absolute;
  right: 0;
  bottom: 0;
}
.index-jituan-number .jituan-item:last-child:after {
  display: none;
}
.index-jituan-number .jituan-item .num-wrp {
  font-size: 28px;
  color: #fff;
}
.index-jituan-number .jituan-item .num-wrp .num {
  font-size: 45px;
  margin-right: 5px;
}
.index-jituan-number .jituan-item .desc {
  font-size: 14px;
  color: #fff;
  padding-left: 5px;
}
/* 首页集团结束 */
/* 首页产品开始 */
.index-chanpin {
  /*padding-top: 100px;*/
  /*padding-bottom: 57px;*/
  padding-left: 8.2%;
}
.index-chanpin .main-title .tit {
  font-size: .54rem;
  position: relative;
}
.index-chanpin .main-title .desc {
  font-size: .30rem;
  color: #5b5b5b;
  margin-left: .20rem;
}
.index-chanpin .main-title .tit:after {
  content: "";
  display: block;
  width: 1.26rem;
  height: .04rem;
  background-color: #df1918;
  position: absolute;
  left: 0;
  bottom: -.10rem;
}
.index-chanpin-con {
  padding-top: .80rem;
}
.index-chanpin-list {
  width: 18%;
}
.index-chanpin-item {
  display: block;
  font-size: .25rem;
  line-height: .30rem;
  margin-bottom: .20rem;
  color: #555;
}
.index-chanpin-item.on {
  color: #df1918;
}
.index-chanpin-page {
  margin-top: .50rem;
}
.index-chanpin-page > a {
  display: block;
  width: .27rem;
  height: .27rem;
  border-radius: 50%;
  margin-right: .11rem;
  background-color: #e6000e;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.index-chanpin-page .index-chanpin-page-prev {
  background-image: url("../img/arrow-left.png");
}
.index-chanpin-page .index-chanpin-page-next {
  background-image: url("../img/arrow-right.png");
}
.index-chanpin-page > a.disabled {
  background-color: #f0b4b4;
}
.index-chanpin-swiper {
  width: 77%;
  margin-right: 5%;
  overflow: hidden;
  padding-bottom: 1.50rem;
  position: relative;
}
.index-chanpin-swiper-slide {
  flex-shrink: 0;
  width: 310px;
  background: url("../img/chanpin-bg.png") no-repeat center top;
  background-size: 100% auto;
  margin-right: 67px;
  padding-top: 23px;
  font-size: 24px;
  text-align: center;
}
.index-chanpin-swiper-slide img {
  display: block;
  width: 78%;
  margin: 0 auto 70px;
}
.index-chanpin-swiper-slide-active {
  width: 546px;
  padding-top: 37px;
  background-image: url("../img/chanpin-bg1.png");
  color: #fff;
}
.index-chanpin-swiper-slide-active img {
  margin: 0 auto 0;
}
.index-chanpin-swiper-slide-active .tit {
  padding-bottom: 50px;
  margin-top: -20px;
}
.index-chanpin-navigation {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10%;
}
.index-chanpin-navigation .index-chanpin-button {
  width: 60px;
  height: 43px;
  cursor: pointer;
  background-image: url("../img/chanpin-pagi-bg1.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-chanpin-navigation .index-chanpin-button img {
  width: 38px;
  height: 38px;
  display: block;
}
.index-chanpin-navigation .index-chanpin-button-prev {
  margin-right: 19px;
}
/* 首页产品结束 */
/* 首页新闻开始 */
.index-news {
  /*padding-top: 128px;*/
  /*padding-bottom: 15px;*/
  background-color: #dae8f4;
}
.index-news-top .tit-wrp {
  position: relative;
  line-height: 1;
  height: .85rem;
  font-family: '思源黑体','黑体';
  font-weight: bold;
  width: 3.10rem;
}
.index-news-top .tit-wrp .text1 {
  font-size: .40rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.index-news-top .tit-wrp .text2 {
  font-size: .87rem;
  position: absolute;
  left: .58rem;
  top: .15rem;
  z-index: 3;
  color: rgba(230, 0, 14, .2);
}
.index-news-top .tit-wrp:after {
  content: "";
  display: block;
  width: .51rem;
  height: .04rem;
  background-color: #e6000e;
  position: absolute;
  left: 0;
  top: .59rem;
}
.index-news-top .tab-wrp a {
  display: block;
  width: 1.06rem;
  height: .35rem;
  line-height: .33rem;
  font-size: .18rem;
  border: 1px solid #595757;
  color: #000;
  margin-right: .17rem;
  text-align: center;
} 
.index-news-top .tab-wrp a.on {
  border-color: #e6000e;
  background-color: #e6000e;
  color: #fff;
}
.index-news-top .tab-wrp a:last-child {
  margin-right: 0;
}
.index-news-top .more-wrp .btn-more {
  font-size: .20rem;
} 
.index-news-swiper-navigation {
  margin-top: .25rem;
  width: .72rem;
}
.index-news-swiper-navigation > a {
  display: block;
  width: .33rem;
  height: .29rem;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e6000e;
}
.index-news-swiper-navigation > a.disabled {
  background-color: #dea2af;
}
.index-news-swiper-navigation .index-news-swiper-prev {
  background-image: url("../img/arrow-left.png");
}
.index-news-swiper-navigation .index-news-swiper-next {
  background-image: url("../img/arrow-right.png");
}
.index-news-swiper {
  padding-top: .36rem;
  width: 100%;
  overflow: hidden;
}
.index-news-swiper-slide {
  flex-shrink: 0;
  width: 30%;
  border: 2px solid #c9c9c9;
  margin-right: 5% !important;
  background-color: #fff;
}
.index-news-swiper-slide .slide-wrp {
  padding: 8% 10%;
}
.index-news-swiper-slide .date1 {
  font-size: .16rem;
  margin-bottom: .05rem;
}
.index-news-swiper-slide .date2 {
  font-size: .28rem;
  margin-bottom: .20rem;
  font-weight: bold;
}
.index-news-swiper-slide .tit {
  font-size: .18rem;
  line-height: .27rem;
  height: .54rem;
  margin-bottom: .15rem;
}
.index-news-swiper-slide .img {
  display: block;
  width: 100%;
  margin-bottom: .15rem;
  height: 3rem;
  object-fit: cover;
}
.index-news-swiper-slide .desc {
  font-size: .16rem;
  color: #595757;
  line-height: .25rem;
  height: .50rem;
  overflow: hidden;
}
/* 首页新闻结束 */
/* 首页底部开始 */
.index-footer {
  width: 100%;
  height: 874px;
  background: url("../img/inside-foot-bg.jpg") no-repeat center center;
  /*background-size: 1920px 874px;*/
  background-size: cover;
}
.index-footer > .container {
  padding-bottom: 134px;
}
.index-foot-con {
  width: 100%;
}
.index-foot-nav {
  width: 50%;
}
.index-foot-nav dl {
  margin-right: 10%;
  color: #fff;
  font-size: 15px;
  width: 110px;
  margin-right: 8%;
}
.index-foot-nav dl:last-child {
  margin-right: 0;
}
.index-foot-nav dl dt {
  font-size: 20px;
  margin-bottom: 20px;
  height: 40px;
  line-height: 20px;
  position: relative;
}
.index-foot-nav dl dt:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.index-foot-nav dl dd {
  line-height: 2.2;
}
.index-foot-nav dl dd a {
  color: #fff;
  font-size: 15px;
}
.index-foot-bottom {
  width: 100%;
  height: 134px;
  border-top: 1px solid rgba(255, 255, 255, .3);
  text-align: center;
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index-foot-bottom p {
  margin-bottom: 12px;
}
.index-foot-bottom p a{ color: #fff;}
.index-foot-bottom p:last-child {
  margin-bottom: 0;
}
.index-foot-ewm-item {
  width: 100px;
  margin-left: 9%;
  position: relative;
}
.index-foot-ewm-item .icon {
  display: block;
  margin: 0 auto 18px;
  width: 50%;
}
.index-foot-ewm-item .tit {
  line-height: 1.1;
  font-size: 15px;
  text-align: center;
  color: #fff;
}
.index-foot-ewm {
  width: 50%;
  padding-top: 100px;
}
.index-foot-ewm-item .ewm {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -110px;
  display: none;
}
.index-foot-ewm-item:hover .ewm {
  display: block;
}
#fp-nav {
  top: 30% !important;
}
.foot-side-ewm {
  width: .8rem;
  position: fixed;
  right: 1px;
  top: 40%;
  z-index: 99999;
}
.foot-side-ewm .foot-ewm-item {
  display: block;
  width: 100%;
  height: .8rem;
  margin-bottom: 1px;
  position: relative;
  background: rgba(0,0,0,.3);
  padding: .15rem;
}
.foot-side-ewm .foot-ewm-item .icon {
  display: block;
  width: .5rem;
  height: .5rem;
}
.foot-side-ewm .foot-ewm-item .ewm {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: .82rem;
  display: none;
}
.foot-side-ewm .foot-ewm-item:hover .ewm {
  display: block;
}
/* 首页底部结束 */
/* 内页公共开始 */
.inside-banner {
  position: relative;
}
.inside-banner-img {
  display: block;
  width: 100%;
}
.inside-nav {
  width: 83%;
  border-top: 1px solid rgba(255, 255, 255, .5);
  position: absolute;
  left: 8.5%;
  bottom: 40px;
}
.inside-nav-item {
  height: 90px;
  line-height: 90px;
  border-top: 2px solid transparent;
  flex-grow: 1;
  font-size: 22px;
  color: #fff;
  margin-top: -1px;
  text-align: center;
}
.inside-nav-item.on {
  border-top: 2px solid #fff;
}
.inside-nav-item.on > span {
  position: relative;
  z-index: 3;
}
.inside-nav-item.on> span:before {
  content: "";
  display: block;
  width: 0.42rem;
  height: .2rem;
  background: url('../img/navicon.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -.18rem;
  bottom: 0rem;
  z-index: -1;
}
.inside-crumb {
  font-size: 14px;
  color: #eaeaea;
  position: absolute;
  right: 8.5%;
  bottom: 10px;
  text-align: right;
}
.inside-crumb a {
  font-size: inherit;
  color: inherit;
}
.inside-main-title {
  width: 774px;
  height: 92px;
  background: url("../img/JIUJIUTONGXIN.png") no-repeat center center;
  background-size: 100% auto;
  margin: 0 auto 50px;
  text-align: center;
  padding-top: 34px;
}
.inside-main-title span {
  display: inline-block;
  height: 58px;
  line-height: 58px;
  font-size: 58px;
  color: #000;
  font-weight: bold;
}
.inside-footer {
  height: 690px;
  background-image: url('../img/inside-foot-bg.jpg');
}
.inside-subcat-wrap {
  margin-bottom: 50px;
}
.inside-subcat-wrap a {
  width: 240px;
  height: 60px;
  line-height: 58px;
  border: 1px solid #df1918;
  margin-right: 50px;
  color: #df1918;
  font-size: 23.3px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  transition: all .25s;
}
.inside-subcat-wrap a:not(.on):hover {
  text-shadow: 2px 2px 8px rgba(223, 25, 24, .3);
  box-shadow: 3px 6px 12px 0px rgba(223, 25, 24, .3);
}
.inside-subcat-wrap a.on {
  border: none;
  line-height: 60px;
  background: linear-gradient(to right, #df1918, #f96249);
  color: #fff;
}
.inside-subcat-wrap a:last-child {
  margin-right: 0;
}
/* 内页公共结束 */
/* 内页产品开始 */
.inside-chanpin-swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  /*height: 11rem;*/
}
.inside-canyin-swiper{
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
.inside-chanpin-swiper-wrapper {
  height: 100%;
}
.inside-chanpin-swiper-slide-item {
  width: 100%;
  height: 100%;
}
.inside-chanpin-swiper-slide {
  flex-shrink: 0;
  width: 33.33%;
  padding: 0.5rem;
  transition: padding .3s;
}
.inside-chanpin-swiper-slide-wrp {
  /* padding-bottom: 25px; */
  background: url("../img/chanpin-bg.png") no-repeat center top;
  background-size: 100% auto;
  padding-top: 23px;
  font-size: 24px;
  text-align: center;
  position: relative;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.inside-chanpin-swiper .inside-chanpin-swiper-slide .con-wrp {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  display: none;
  text-align: center;
  margin-top: 6px;
  padding-bottom: 20px;
}
.inside-chanpin-swiper .inside-chanpin-swiper-slide:hover .con-wrp{
  display: block;
}
.inside-chanpin-swiper-slide .img {
  display: block;
  width: 88%;
  margin: 0 auto 70px;
}
.inside-chanpin-swiper-slide:hover .inside-chanpin-swiper-slide-wrp {
  background-image: url("../img/inside-chanpin-bg_03.png");
  background-size: cover;
  color: #fff;
}
.inside-chanpin-swiper-slide:hover {
  padding: 0;
}
.inside-chanpin-swiper-slide:hover .arrow {
  display: flex;
}
.inside-chanpin-swiper-slide:hover .img {
  margin: 0 auto;
  width: 85%;
}
.inside-canyin-swiper .inside-chanpin-swiper-slide:hover .img {
  visibility: hidden;
}
.inside-chanpin-swiper-slide .arrow {
  width: 55px;
  height: 39px;
  cursor: pointer;
  background-image: url("../img/chanpin-pagi-bg1.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -19.5px;
  left: 50%;
  margin-left: -27.5px;
  display: none;
}
.inside-chanpin-swiper-slide .arrow img {
  width: 35px;
  height: 35px;
  display: block;
}
.inside-chanpin-block1 {
  height: 80px;
}
.inside-canyin-swiper .inside-chanpin-swiper-slide .con-wrp {
  font-size: 16px;
  color: #fff;
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  padding: 5%;
  background: rgba(230, 1, 19, .38);
  border-radius: 0 0 20px 20px;
}
.inside-canyin-swiper .inside-chanpin-swiper-slide:hover .inside-chanpin-swiper-slide-wrp > .tit {
  display: none;
}
.inside-canyin-swiper .inside-chanpin-swiper-slide:hover .inside-chanpin-swiper-slide-wrp {
  padding-bottom: 25%;
}
.inside-canyin-swiper .inside-chanpin-swiper-slide .con-wrp  .con {
  width: 68%;
}
.inside-canyin-swiper .inside-chanpin-swiper-slide .con-wrp .tit {
  font-size: 28px;
  margin-bottom: 6px;
}
.inside-canyin-swiper .inside-chanpin-swiper-slide .con-wrp img {
  width: 27%;
}
.inside-canyin-swiper .inside-chanpin-swiper-slide:hover .con-wrp{
  display: flex;
}
.inside-chanpin-swiper .index-chanpin-navigation {
  position: static;
  margin: .3rem 0 0.5rem;
}
/*.inside-canyin-swiper .index-chanpin-navigation,*/
/*.inside-chanpin-swiper .index-chanpin-navigation {*/
/*  position: static;*/
/*  margin-top: 25px;*/
/*}*/
/* 内页产品结束 */
/* 内页发展历程开始 */
.inside-fazhan-container {
  background: #fdfdfd url("../img/fazhan-bg.jpg") no-repeat center bottom;
  background-size: 1920px auto;
  padding-bottom: 30px;
}
.fazhan-left-wrap {
  width: 13%;
}
.fazhan-left-swiper {
  width: 80%;
  height: 570px;
  overflow: hidden;
  margin-top: 95px;
}
.fazhan-left-swiper-slide {
  width: 100%;
  height: 95px;
  line-height: 95px;
  text-align: right;
  color: #9fa0a0;
  font-size: 25px;
}
.fazhan-left-swiper-slide-active {
  color: #df1918;
  font-size: 33px;
}
.fazhan-line-wrap {
  width: 2px; 
  height: 570px;
  background-color: #e1e1e1;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 95px;
}
.fazhan-line-wrap .line {
  width: 1px;
  height: 95px;
  position: relative;
}
.fazhan-line-wrap .line:before {
  content: '';
  width: 24px;
  height: 2px;
  background-color: #e1e1e1;
  position: absolute;
  right: 0px;
  top: 46.5px;
  z-index: 4;
}
.fazhan-line-wrap .line.on:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #df1918;
  border-radius: 50%;
  position: absolute;
  z-index: 5;
  right: -7px;
  top: 40px;
  background-color: #fff;
}
.fazhan-left-navigation-button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #e1e1e1;
  border-radius: 50%;
  position: absolute;
  left: -18px;
  font-size: 40px;
  color: #e1e1e1;
  font-weight: bold;
}
.fazhan-left-navigation-button:hover {
  color: #df1918;
  border-color: #df1918;
}
.fazhan-left-navigation-prev {
  top: -40px;
}
.fazhan-left-navigation-prev span {
  transform: translateY(-4px);
}
.fazhan-left-navigation-next {
  bottom: -40px;
}
.fazhan-list {
  width: 82%;
}
.fazhan-swiper {
  width: 100%;
  height: 750px;
  overflow: hidden;
  display: none;
}
.fazhan-swiper:first-child {
  display: block;
}
.fazhan-swiper-slide {
  width: 100%;
  /*height: 137px;*/
  margin-bottom: 15px;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  padding: 20px 5%;
  padding-right: 150px;
}
.fazhan-swiper-slide .tit {
  font-size: 24px;
  margin-bottom: 10px;
  color: #df1918;
}
.fazhan-swiper-slide .desc {
  font-size: 17px;
  padding-left: 26px;
  color: #727171;
  position: relative;
}
.fazhan-swiper-slide .desc:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #df1918;
  position: absolute;
  left: 0;
  top: 9px;
}
.fazhan-swiper-slide-active {
  border-color: #df1918;
  position: relative;
}
.fazhan-swiper-slide-active .desc {
  color: #df1918;
}
.fazhan-swiper-slide-active:after {
  content: "";
  display: block;
  width: 97px;
  height: 43px;
  position: absolute;
  right: 2%;
  top: 51px;
  background: url("../img/logo.png") no-repeat center center;
  background-size: cover;
}
.fazhan-swiper .index-chanpin-navigation {
  bottom: -0.5rem;
}
/* 内页发展历程结束 */
/* 内页党群建设开始 */
.dangqun-list-item {
  width: 47.5%;
  margin-right: 3%;
  margin-bottom: 40px;
  transition: all .25s;
  display: block;
}
.dangqun-list-item:nth-of-type(2n) {
  margin-right: 0;
}
.dangqun-list-item .thumb {
  display: block;
  width: 100%;
  height: 4rem;
  object-fit: cover;
}
.dangqun-list-item .con-wrp {
  padding: 3%;
  border: 1px solid #d3190b;
  border-top: none;
}
.dangqun-list-item .con-wrp .tit-wrp {
  width: 70%;
}
.dangqun-list-item .con-wrp .tit-wrp .tit{
  font-size: 25px;
  height: 76px;
  line-height: 38px;
  overflow: hidden;
  color: #333;
  margin-bottom: 12px;
}
.dangqun-list-item .con-wrp .tit-wrp .desc{
  font-size: 17px;
  color: #2d2d2d;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.dangqun-list-item:hover {
  box-shadow: 0px 2px 5px 1px rgba(211, 25, 11, .2);
}
.dangqun-list-item .con-wrp .right-wrp {
  width: 20%;
  height: 75px;

}
.dangqun-list-item .con-wrp .date {
  font-size: 15px;
  color: #df1918;
}
.dangqun-list-item .con-wrp .more {
  width: 46px;
  height: 30px;
  line-height: 30px;
  background-image: url("../img/chanpin-pagi-bg1.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
/* 内页党群建设结束 */
/* 内页集团简介开始 */
.jianjie-block1 {
  margin-bottom: 40px;
}
.jianjix-text {
  font-size: 20px;
  color: #333;
  line-height: 2.2;
  text-indent: 2em;
}
.jianjie-block2  {
  background: #f7f7f7;
}
.jianjie-block2 > .container {
  padding: 50px 0;
  background: url("../img/jituan-bg1_03.jpg") no-repeat right bottom;
}
.jianjie-block2 h3 {
  font-size: 40px;
  color: #2d2d2d;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}
.jianjie-wrap {
  padding: 2%;
  background-color: #f1f1f1;
  border-radius: 8px;
  margin: 70px auto 50px;
}
.jianjie-wrap .con-wrp {
  width: 46%;
  padding: 20px 3%;
  background: url("../img/jituan-bg2_03.jpg") no-repeat center center;
  background-size: 90% auto;
}
.jianjie-wrap .con-wrp .num-item {
  margin-bottom: 50px;
  text-align: center;
}
.jianjie-wrap .con-wrp .num-item:nth-child(1),
.jianjie-wrap .con-wrp .num-item:nth-child(2),
.jianjie-wrap .con-wrp .num-item:nth-child(3) {
  width: 33.33%;
}
.jianjie-wrap .con-wrp .num-item:nth-child(4),
.jianjie-wrap .con-wrp .num-item:nth-child(5) {
  width: 48%;
  margin-bottom: 0;
}
.jianjie-wrap .con-wrp .num-item .num-top {
  margin-bottom: 50px;
  font-size: 25px;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
  color: #000;
  letter-spacing：-1px;
}
.jianjie-wrap .con-wrp .num-item .num {
  font-size: 54px;
  color: #df1918;
  margin-right: 3px;
  font-weight: bold;
  letter-spacing:-1px;
}
@media screen and (max-width: 1380px) {
  .jianjie-wrap .con-wrp .num-item .num {
    font-size: 42px;
  }
}
.jianjie-wrap .con-wrp .num-item .num-tit {
  font-size: 20px;
}
.jianjie-wrap .video-wrp {
  width: 50%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.jianjie-wrap .video-mask-img {
  width: 100%;
}
.jianjie-wrap .video-mask-btn {
  width: 75px;
  width: 75px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -37.5px;
  margin-top: -37.5px;
  z-index: 10;
  cursor: pointer;
}
.inside-jituan-video {
  width: 100%;
  display: none;
}
/* 内页集团简介结束 */
/* 内页董事长开始 */
.boss-block1 {
  margin-bottom: 60px;
}
.boss-block1-wrap {
  padding-left: 2.5%;
  padding-top: 2.5%;
}
.boss-block1-wrap .blank-box {
  width: 46.13%;
  height: 80%;
  background-color: #ebebeb;
  position: absolute;
  left: 0;
  top: 0;
}
.boss-block1-wrap .thumb {
  width: 46.13%;
  display: block;
  z-index: 2;
  margin-right: 2.5%;
}
.boss-block1-wrap .tit-wrp {
  margin-top: -28px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 35px;
}
.boss-block1-wrap .tit-wrp:after {
  content: "";
  display: block;
  width: 76px;
  height: 4px;
  background-color: #df1918;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.boss-block1-wrap .tit-wrp .tit {
  font-size: 42px;
  color: #000;
  margin-bottom: 10px;
}
.boss-block1-wrap .tit-wrp .tit-en {
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
}
.boss-block1-wrap .desc {
  width: 100%;
  position: relative;
  z-index: 3;
  transform: translateX(-84px);
  background: linear-gradient(to right, #df1918, #ef805b);
  padding: 4% 5%;
  font-size: 24px;
  color: #fff;
  line-height: 2;
  border-radius: 2px;
}
.boss-block2 {
  padding: 70px 0;
  background: #f1f1f1 url("../img/jituan-bg2_03.jpg") no-repeat center center;
  background-size: 35% auto;
}
.boss-block2 h3 {
  font-size: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.boss-block2 .desc {
  font-size: 20px;
  line-height: 2;
  text-indent: 2em;
  color: #666;
}
.boss-block3 {
  padding: 80px 0;
}
.boss-block3 .thumb {
  width: 38.5%;
  margin-right: 2.5%;
  display: block;
}
.boss-block3 .con-wrp {
  width: 59%;
}
.boss-block3 .con-wrp .tit {
  width: 100%;
  height: 80px;
  line-height: 60px;
  font-size: 40px;
  color: #000;
  border-bottom: 1px solid #df1b1a;
  margin-bottom: 20px;
}
.boss-block3 .con-wrp .desc {
  font-size: 20px;
  line-height: 2;
  text-indent: 2em;
  color: #666;
}
@media screen and (max-width: 1600px) {
  .boss-block1-wrap .desc {
    font-size: 18px;
  }
  .boss-block3 .con-wrp .desc {
    font-size: 18px;
    line-height: 1.8;
  }
}
/* 内页董事长结束 */
/* 内页旗下公司开始 */
.company-container {
  background: url('../img/company-bg.png') no-repeat center bottom;
  background-size: 1920px auto;
}
.company-top {
  width: 1164px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  background: url('../img/company-horz-big.png');
  background-size: 100% 100%;
  font-size: 46px;
  color: #fff;
  font-weight: bold;
  margin: auto;
  margin-bottom: 45px;
  display: block;
}
.company-list {
  padding-top: 45px;
  position: relative;
  margin-bottom: 33px;
}
.company-list-wrp {
  width: 100%;
}
.company-item {
  width: 91px;
  height: 470px;
  padding-top: 1.1em;
  background: url('../img/company-vert.png');
  background-size: 100% 100%;
  flex-shrink: 1;
  line-height: 1;
  text-align: center;
  font-size: 24px;
  writing-mode: vertical-rl;
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  letter-spacing: 2px;
}
.company-item p{ font-family:'黑体'; }

.company-item.on {
  background-image: url('../img/company-vert-hover.png');
}
.company-item:after {
  content: '';
  display: block;
  width: 4px;
  height: 44px;
  background-color: #5393d5;
  position: absolute;
  left: 50%;
  top: -42px;
  margin-left: -2px;
}
.company-item:first-child:after,
.company-item:last-child:after {
  display: none;
}
.company-list .top-line {
  width: 0px;
  height: 48px;
  border: 4px solid #5393d5;
  border-bottom: none;
  position: absolute;
  border-radius: 8px 8px 0 0;
  left: 0;
  top: 0px;
}
.company-list .top-line:after {
  content: "";
  width: 4px;
  height: 46px;
  background-color: #5393d5;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: -46px;
}
.company-tab {
  padding: 79px 0;
  position: relative;
  box-sizing: content-box;
}
.company-swiper-sanjiao {
  width: 85px;
  height: 79px;
  background: url('../img/company-sanjiao_02.png');
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.company-swiper-sanjiao.last {
  transform: rotate(270deg);
  right: 2%;
  left: auto !important;
}
.company-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.company-main-title {
  width: 590px;
  height: 90px;
  background: url("../img/JIUJIUTONGXIN.png") no-repeat center center;
  background-size: 100% auto;
  padding-top: -30px;
  margin-bottom: 90px;
  position: relative;
  transform: translateX(4px);
}
.company-main-title:after {
  content: "";
  display: block;
  width: 84px;
  height: 4px;
  background-color: #e60113;
  position: absolute;
  left: 4px;
  bottom: -65px;
}
.company-main-title span {
  display: inline-block;
  height: 57px;
  line-height: 57px;
  font-size: 57px;
  color: #000;
  font-weight: bold;
}
.company-swiper-slide  {
  padding: 5% 4% 4%;
  border-radius: 32px;
  background: #f0f0f0 url('../img/company-bg_03.png') no-repeat right bottom;
  background-size: 32% auto;
  pointer-events:none;
  transition-property:opacity
}
.company-swiper-slide .thumb {
  width: 50%;
  border-radius: 2px;
  box-shadow: 0px 8px 8px 1px #ddd;
  height: 500px;
  object-fit: cover;
}
.company-swiper-slide .con-wrp {
  width: 48%;
}
.company-swiper-slide .con-wrp .tit-wrp {
  height: 80px;
  transform: translateY(-80px);
  position: relative;
  color: #000;
  line-height: 1;
}
.company-swiper-slide .con-wrp .tit-wrp .tit {
  font-size: 34px;
  margin-bottom: 10px;
}
.company-swiper-slide .con-wrp .tit-wrp .tit-en {
  font-size: 14px;
}
.company-swiper-slide .con-wrp .tit-wrp:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #e60113;
  position: absolute;
  left: 0;
  bottom: 0;
}
.company-swiper-slide .con-wrp .desc {
  font-size: 17px;
  line-height: 1.8;
  text-indent: 2em;
  margin-top: -50px;
  width: 100%;
  padding-bottom: 40px;
}
.company-swiper-navigation {
  position: absolute;
  bottom: 120px;
  right: 52px;
  width: 152px;
}
.company-swiper-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-size: 100% 100%;
}
.company-swiper-button-prev {
  background-image: url('../img/company-button-prev.png');
}
.company-swiper-button-next {
  background-image: url('../img/company-button-next.png');
}
.company-swiper-button:hover {
  opacity: .8;
}
/* 内页旗下公司结束 */
/* 内页企业文化开始 */
.culture-item {
  width: 49%;
  height: 330px;
  margin-right: 2%;
  margin-bottom: 35px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
  padding: 0 3%;
  border-radius: 6px;
  overflow: hidden;
}
.culture-item:nth-of-type(2n) {
  margin-right: 0;
}
.culture-item-mask {
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.culture-item-mask .tit {
  height: 60px;
  line-height: 35px;
  font-size: 35px;
  margin-bottom: 15px;
  position: relative;
  margin-top: 122px;
}
.culture-item-mask .desc {
  font-size: 14px;
  opacity: 0;
}
.culture-item-mask .tit:after {
  content: "";
  display: block;
  width: 78px;
  height: 4px;
  background-color: #e42822;
  position: absolute;
  left: 50%;
  margin-left: -39px;
  bottom: 0px;
}
.culture-item:hover .culture-item-mask {
  background: #e42822;
}
.culture-item:hover .culture-item-mask .tit {
  margin-top: 92px;
  transition: margin-top .6s;
}
.culture-item:hover .culture-item-mask .tit:after {
  background-color: #fff;
}
.culture-item:hover .culture-item-mask .desc {
  font-size: 26px;
  opacity: 1;
  transition: opacity .6s, font-size .6s;
}
.concept-wrap {
  border-radius: 60px 0 0 0;
  overflow: hidden;
}
.concept-item {
  flex-grow: 1;
  flex-shrink: 1;
  width: 17.5%;
  height: 587px;
  margin-right: 1px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
  overflow: hidden;
}
.concept-item:last-child {
  margin-right: 0;
}
.concept-item.on {
  width: 30%;
  transition: width .3s;
}
.concept-item-mask {
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.concept-item-mask .icon-wrap {
  display: flex;
  justify-content: center;
  margin-top: 170px;
  margin-bottom: 55px;
}
.concept-item-mask .icon-wrp {
  width: 113px;
  height: 113px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.concept-item-mask .icon-wrp img {
  width: 54px;
}
.concept-item-mask .tit {
  width: 100%;
  font-size: 34px;
  color: #fff;
  text-align: center;
}
.concept-item-mask .line-wrp {
  text-align: center;
}
.concept-item-mask .line {
  display: inline-block;
  width: 72px;
  height: 2px;
  background-color: #fff;
}
.concept-item-mask .desc {
  width: 100%;
  margin-top: 50px;
  line-height: 2;
  font-size: 24px;
  opacity: 0;
  width: 173%;
}
.concept-item.on * {
  transition: all .3s;
}
.concept-item.on .concept-item-mask {
  padding-left: 5%;
}
.concept-item.on .concept-item-mask .icon-wrap {
  justify-content: flex-start;
  margin-top: 88px;
  margin-bottom: 45px;
}
.concept-item.on .concept-item-mask .icon-wrap .icon-wrp {
  border: none;
  width: 173px;
  background: url('../img/concept_03.png') no-repeat center center;
  background-size: 100% auto;
}
.concept-item.on .concept-item-mask .tit,
.concept-item.on .concept-item-mask .line-wrp {
  text-align: left;
}
.concept-item.on .concept-item-mask .desc {
  width: 100%;
  margin-top: 25px;
  opacity: 1;
}
/* 内页企业文化结束 */
/* 内页旗下品牌开始 */
.brand-list {
  margin-bottom: 100px;
  position: relative;
}
.brand-item {
  width: 14.65%;
  background: url('../img/duobianxing1.png') no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
}
.brand-item:hover {
  background-image: url('../img/duobianxing2.png');
}
.brand-item img {
  width: 93%;
}
.brand-wrap {
  width: 100%;
  border-radius: 5px;
  background: #f3f3f3 url('../img/pinpai-bg.png') no-repeat center center;
  background-size: cover;
  padding: 96px 3% 70px;
  overflow: hidden;
}
.brand-wrap .brand-number {
  margin-bottom: 55px;
}
.brand-wrap .brand-number .num-item {
  width: 20%;
  font-size: 25px;
}
.brand-wrap .brand-number .num-item .num-wrp  {
  line-height: 1;
}
.brand-wrap .brand-number .num-item .num-wrp .num {
  font-size: 55px;
  font-weight: bold;
  margin-right: 4px;
  color: #df1918;
}
.brand-wrap .brand-number .num-item .tit {
  font-weight: bold;
  margin-top: 13px;
}
.brand-wrap .brand-desc {
  font-size: 22px;
  color: #666666;
  line-height: 2.5;
  text-align: center;
}
/* 内页旗下品牌结束 */
/* 内页荣誉资质开始 */
.honor-list-item {
  width: 30.33%;
  margin-right: 3%;
  margin-bottom: 48px;
  border: 2px solid #b7b7b7;
}
.honor-list-item:nth-of-type(3n) {
  margin-right: 0;
}
.honor-list-item .img-wrp {
  width: 100%;
  overflow: hidden;
  height: 6rem;
  padding: 6%;
}
.honor-list-item .img-wrp img {
  display: block;
  width: 100%;
  transition: all .5s;
  object-fit: scale-down;
}
.honor-list-item .img-wrp img:hover {
  transform: scale(1.1);
}
.honor-list-item .tit {
  width: 100%;
  height: 98px;
  line-height: 98px;
  background: linear-gradient(to bottom, #fb8861, #e60113);
  text-align: center;
  overflow: hidden;
  font-size: 28px;
  color: #fff;
}
/* 内页荣誉资质结束 */
/* 内页新闻开始 */
.news-top {
  margin-bottom: 40px;
  padding-left: 2.5%;
  padding-top: 2.5%;
}
.news-top .img-wrp {
  width: 40%;
  margin-right: 2%;
  position: relative;
}
.news-top .img-wrp img {
  display: block;
  width: 100%;
  border-radius: 80px 0 0 0;
  height: 4rem;
  object-fit: cover;
}
.news-top .img-wrp:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  border-radius: 80px 0 0 0;
  position: absolute;
  left: -6.5%;
  top: -7%;
  z-index: -1;
}
.news-top .con-wrp {
  width: 58%;
  padding-top: .25rem;
}
.news-top .con-wrp .tit {
  font-size: .29rem;
  color: #2a272d;
  font-weight: bold;
  height: .45rem;
  line-height: .45rem;
  overflow: hidden;
  margin-bottom: .20rem;
}
.news-top .con-wrp .desc {
  font-size: .22rem;
  line-height: .45rem;
  max-height: 1.35rem;
  overflow: hidden;
  color: #2a272d;
  margin-bottom: .20rem;
}
.news-top .con-wrp .date {
  font-size: .17rem;
  color: #666;
  margin-bottom: .34rem;
}
.news-top .con-wrp .more {
  width: 2.60rem;
  height: .50rem;
  line-height: .50rem;
  color: #fff;
  text-align: center;
  font-size: .22rem;
  background-color: #df1918;
  border-radius: .25rem;
  display: block;
}
.news-list-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 33px;
  transition: all .25s;
}
.news-list-item:hover {
  box-shadow: 0px 0px 10px rgba(211,25,11,0.4);
}
.news-list-item:nth-of-type(3n) {
  margin-right: 0;
}
.news-list-item .img-wrp img {
  width: 100%;
  display: block;
  height: 4rem;
  object-fit: cover;
}
.news-list-item .con-wrp {
  padding: 4%;
  border: 1px solid #d1d1d1;
}
.news-list-item:hover .con-wrp {
  border-color: #df1918;
}
.news-list-item .con-wrp .tit {
  width: 80%;
  font-size: .23rem;
  color: #000000;
  height: .36rem;
  line-height: .36rem;
  overflow: hidden;
  padding-right: 2%;
}
.news-list-item .con-wrp .tit-wrp {
  margin-bottom: .10rem;
}
.news-list-item .con-wrp .date {
  font-size: .15rem;
  color: #666;
}
.news-list-item .con-wrp .desc {
  width: 80%;
  font-size: .17rem;
  color: #333;
  line-height: .32rem;
  height: .64rem;
  overflow: hidden;
  padding-right: 2%;
}
.news-list-item .con-wrp .more {
  width: .46rem;
  height: .30rem;
  line-height: .30rem;
  background-image: url("../img/chanpin-pagi-bg1.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
/* 内页新闻结束 */
/* 内页集团视频开始 */
.video-top {
  margin-bottom: 45px;
}
.video-top .video-list-item {
  width: 48%;
  margin-right: 4%;
}
.video-top .video-list-item:nth-of-type(2n) {
  margin-right: 0;
}
.video-list .video-list-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 33px;
}
.video-list .video-list-item:nth-of-type(3n) {
  margin-right: 0;
}
.video-list-item .img-wrp {
  width: 100%;
  position: relative;
}
.video-list-item .img-wrp .thumb {
  width: 100%;
  display: block;
}
.video-list-item .img-wrp .icon-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.video-list-item .img-wrp .icon-play {
  width: 1.16rem;
  height: .84rem;
  line-height: .87rem;
  background-image: url("../img/video-icon-bg.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: .24rem;
  color: #fff;
  text-align: center;
  text-indent: 0.04rem;
}
.video-top .video-list-item .tit {
  width: 100%;
  height: .7rem;
  line-height: .7rem;
  text-align: center;
  color: #fff;
  font-size: .24rem;
  background: linear-gradient(to right, #dd2927, #f2806e);
}
.video-list .video-list-item .tit {
  width: 100%;
  height: .5rem;
  line-height: .5rem;
  text-align: center;
  font-size: .175rem;
  color: #060001;
  background: #e0e0e0;
  transition: all .2s;
}
.video-list .video-list-item .tit:hover {
  color: #fff;
  background: linear-gradient(to right, #dd2927, #f2806e);
}
.video-list .video-list-item .img-wrp .icon-play {
  width: .6rem;
  height: .43rem;
  line-height: .44rem;
  background-image: url("../img/chanpin-pagi-bg1.png");
  font-size: .14rem;
  text-indent: 0.02rem;
}
.video-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .3);
  z-index: 98;
  display: none;
}
.video-modal {
  width: 83%;
  height: 75vh;
  background: #fff;
  border-radius: .5rem;
  position: fixed;
  left: 8.5%;
  top: 14vh;
  padding: .4rem 4%;
  z-index: 98;
  display: none;
  opacity: 0;
  transition: opacity .3s;
}
.video-modal video,
.video-modal iframe{
  width: 100%;
  height: 100%;
  display: block;
}
.video-modal-closed {
  width: .4rem;
  height: .35rem;
  line-height: .35rem;
  text-align: center;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  font-weight: bold;
  font-size: .22rem;
  border-radius: .06rem;
  position: absolute;
  right: .4rem;
  top: .35rem;
  cursor: pointer;
}
/* 内页集团视频结束 */
/* 内页集团刊物开始 */
.kanwu-list-item {
  width: 30.33%;
  margin-right: 3%;
  margin-bottom: 48px;
  position: relative;
}
.kanwu-list-item:nth-of-type(3n) {
  margin-right: 0;
}
.kanwu-list-item .img-wrp {
  width: 100%;
}
.kanwu-list-item .img-wrp img {
  display: block;
  width: 100%;
}
.kanwu-list-item .tit-wrp {
  /*width: 2.4rem;*/
  width: auto;
  height: 1.43rem;
  background: url('../img/niankan-bg.png');
  background-size: 100% 100%;
  position: absolute;
  bottom: 0.45rem;
  right: -.16rem;
  color: #fff;
  padding: .32rem .62rem .25rem .26rem;
}
.kanwu-list-item .tit-wrp .tit {
  font-size: .28rem;
  line-height: .4rem;
  height: .4rem;
  overflow: hidden;
  margin-bottom: .04rem;
}
.kanwu-list-item .tit-wrp .desc {
  font-size: .18rem;
  height: .3rem;
  line-height: .3rem;
  overflow: hidden;
  padding-left: 11px;
}
/* 内页集团刊物结束 */
/* 内页联系我们开始 */
.contact-top-container {
  background: url('../img/contact-bg.jpg') no-repeat center top;
  background-size: 100% auto;
}
.contact-top {
  margin-bottom: .82rem;
  padding-top: .55rem;
}
.contact-top .contact-wrap {
  width: 42.5%;
}
.contact-map {
  width: 54%;
  height: 6.9rem;
  border-radius: .2rem;
  overflow: hidden;
}
#dituContent {
  width: 100%;
  height: 100%;
}
.contact-wrap .tit-wrp {
  width: 100%;
  padding: .2rem 0 .12rem;
  border-bottom: 1px solid #b1b1b1;
}
.contact-wrap .tit-wrp .tit1 {
  font-size: .46rem;
  color: #da1817;
  margin-bottom: .1rem;
}
.contact-wrap .tit-wrp .tit2 {
  font-size: .29rem;
  color: #333;
}
.contact-wrap .info-wrp {
  padding-top: .5rem;
}
.contact-wrap .info-wrp .info-item {
  line-height: 40px;
  font-size: .23rem;
  margin-bottom: .6rem;
} 
.contact-wrap .info-wrp .info-item img {
  width: .8rem;
  margin-right: .13rem;
}
.contact-wrap .info-wrp .info-item .text-phone {
  font-size: .38rem;
  color: #3d3d3d;
  font-weight: bold;
}
.contact-wrap .info-wrp .info-item:nth-child(1) {
  margin-bottom: .7rem;
}
.contact-wrap .media-wrp .media-item {
  margin-right: 3%;
  position: relative;
  width: 23%;
}
.contact-wrap .media-wrp .media-item > img {
  width: .3rem;
  margin-right: .06rem;
}
.contact-wrap .media-wrp .media-item .tit {
  flex-grow: 1;
  height: .3rem;
  line-height: .3rem;
  border-radius: .3rem;
  text-align: center;
  font-size: .14rem;
  color: #000;
  border: 1px solid #b1b1b1;
}
.contact-wrap .media-wrp .media-item .ewm-mask {
  width: 1.52rem;
  height: 1.67rem;
  background: url('../img/ewm-contact-bg.png');
  background-size: 100% 100%;
  z-index: 99999;
  position: absolute;
  left: 50%;
  margin-left: -.76rem;
  top: .36rem;
  padding: .39rem .23rem .21rem;
  display: none;
}
.contact-wrap .media-wrp .media-item:hover .ewm-mask {
  display: block;
}
.contact-wrap .media-wrp .media-item .ewm-mask img {
  width: 100%;
  height: 100%;
  display: block;
}
.contact-main-title {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.contact-main-label {
  font-size: 19px;
  text-align: center;
  width: 31.75%;
  margin: 0 auto .7rem;
}
.contact-company-list-item {
  width: 49.2%;
  margin-right: 1.6%;
  margin-bottom: .27rem;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  padding: 1.3%;
  cursor: pointer;
}
.contact-company-list-item:nth-of-type(2n) {
  margin-right: 0;
}
.contact-company-list-item:nth-child(3),
.contact-company-list-item:nth-child(4),
.contact-company-list-item:nth-child(7),
.contact-company-list-item:nth-child(8),
.contact-company-list-item:nth-child(11),
.contact-company-list-item:nth-child(12),
.contact-company-list-item:nth-child(15),
.contact-company-list-item:nth-child(16),
.contact-company-list-item:nth-child(19),
.contact-company-list-item:nth-child(20) {
  background-color: #f2f9fe;
}
.contact-company-list-item .con-wrp {
  width: 53.28%;
  font-size: .175rem;
  line-height: 2;
  padding-left: 2%;
}
.contact-company-list-item .con-wrp .tit {
  font-size: .27rem;
  margin-bottom: .05rem;
  height: .58rem;
  line-height: .58rem;
  font-weight: bold;
}
.contact-company-list-item .thumb {
  width: 42.35%;
  height:200px;
}
.contact-map-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .3);
  z-index: 98;
  display: none;
}
.contact-map-modal {
  width: 83%;
  height: 75vh;
  background: #fff;
  border-radius: .5rem;
  position: fixed;
  left: 8.5%;
  top: 14vh;
  padding: .4rem 4%;
  z-index: 98;
  display: none;
  opacity: 0;
  transition: opacity .3s;
}
#dituContentFloat {
  width: 100%;
  height: 100%;
  display: block;
}
.contact-map-modal-closed {
  width: .4rem;
  height: .35rem;
  line-height: .35rem;
  text-align: center;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  font-weight: bold;
  font-size: .22rem;
  border-radius: .06rem;
  position: absolute;
  right: .25rem;
  top: .25rem;
  cursor: pointer;
}
.show-content img{ width:65%; display:block;margin:auto; height:auto;}
.show-content span{ line-height:40px;}
.show-content p{ line-height:40px}
/* 内页联系我们结束 */
/* 生产基地开始 */
.jidi-row {
  width: 100%;
}
.jidi-row.m150 {
  margin-bottom: 1.50rem;
}
.jidi-row .img-wrp,
.jidi-row .con-wrp {
  width: 50%;
  border-radius: 15px;
}
.jidi-row .img-wrp > img {
  width: 100%;
}
.jidi-row:nth-child(odd) .img-wrp {
  float: left;
}
.jidi-row:nth-child(even) .img-wrp {
  float: right;
}
.jidi-row:nth-child(odd) .con-wrp {
  float: right;
  padding-left: 2.5%;
}
.jidi-row:nth-child(even) .con-wrp {
  float: left;
  padding-right: 2.5%;
}
.jidi-title1 {
  width: auto;
  margin-bottom: .37rem;
  margin-top: .44rem;
  color: #000;
  line-height: 1;
  position: relative;
}
.jidi-title1::before {
  content: "";
  display: block;
  width: .78rem;
  height: .78rem;
  background: url(../img/jidi-tuoyuan.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: -.5rem;
}
.jidi-title1 .tit-wrp .line {
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  margin: .12rem 0;
}
.jidi-title1 .tit {
  font-size: .31rem;
}
.jidi-title1 .tit-en {
  font-size: .14rem;
  text-transform: uppercase;
}
.jidi-content {
  font-size: .175rem;
  line-height: .35rem;
  color: #333;
}
.jidi-bg1 {
  background: url('../img/jidi-bg1.png') no-repeat 0 45%;
  background-size: 100% auto;
}
.jidi-row .img-wrp.offset {
  position: relative;
  padding-top: .45rem;
  padding-left: .45rem;
}
.jidi-row .img-wrp.offset::before {
  content: '';
  width: 95%;
  height: 4.28rem;
  background-color: #efefef;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.jidi-swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
}
.jidi-swiper-slide,
.jidi-swiper-slide img {
  width: 100%;
}
.jidi-swiper-button {
  width: .6rem;
  height: .6rem;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  margin-top: -.3rem;
}
.jidi-button-next {
  background-image: url("../img/company-button-next.png");
  right: .2rem;
}
.jidi-button-prev {
  background-image: url("../img/company-button-prev.png");
  left: .2rem;
}
.jidi-bg2 {
  background: #fefefe url('../img/chejian-bg_03.jpg') no-repeat left top;
  background-size: 100% auto;
}
.jidi-title {
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
}
.jidi-title .tit-wrp {
  margin-bottom: .3rem;
  line-height: 1;
}
.jidi-title .tit-wrp .tit {
  font-size: .34rem;
  font-weight: bold;
  color: #000;
  margin-right: 8px;
}
.jidi-title .tit-wrp .tit-en {
  font-size: .22rem;
  color: #000;
  text-transform: uppercase;
}
.jidi-title .line {
  width: 60px;
  height: 4px;
  background-color: #d3190b;
  margin-bottom: .24rem;
}
.jidi-title .desc {
  font-size: .19rem;
  color: #5b5b5b;
  line-height: 1;
}
.inside-zizhi .jidi-row {
  margin-bottom: 0;
  padding: .5rem 0;
}
.inside-zizhi .jidi-row:nth-child(even) {
  background: #f4f4f4 url('../img/zhiliang-bg.jpg') no-repeat left bottom;
  background-size: 100% auto;
}
/* .jidi-bg3 {
  background: #fefefe url('../img/jishu-bg.jpg') no-repeat left top;
  background-size: 100% auto;
} */
/* 生产基地结束 */
/* 招聘开始 */
.inside-main-title.small {
  width: 595px;
  height: 60px;
  padding-top: 27px;
  margin-bottom: .8rem;
}
.inside-main-title.small span {
  font-size: 40px;
  line-height: 40px;
}
.zhaopin-happy-container {
  padding: .83rem 0 1.05rem;
}
.zhaopin-happy-title {
  width: 7.59rem;
  display: block;
  margin: 0 auto .65rem;
}
.zhaopin-happy-swiper,
.zhaopin-peixun-swiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 1rem;
  position: relative;
}
.zhaopin-happy-swiper-slide img,
.zhaopin-peixun-swiper-slide img {
  width: 100%;
}
.zhaopin-happy-swiper-pagination,
.zhaopin-peixun-swiper-pagination {
  height: .17rem;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.zhaopin-happy-swiper-pagination span,
.zhaopin-peixun-swiper-pagination span {
  width: .17rem;
  height: .17rem;
  border-radius: .17rem;
  margin-right: .4rem;
  background-color: #000;
}
.zhaopin-happy-swiper-pagination span:last-child,
.zhaopin-peixun-swiper-pagination span:last-child {
  margin-right: 0;
}
.zhaopin-happy-swiper-pagination span.on,
.zhaopin-peixun-swiper-pagination span.on {
  width: .9rem;
  background-color: #e70012;
}
.zhaopin-gudong-container {
  padding: .7rem 0 .2rem;
  background: url("../img/zhaopin-bg2.png") no-repeat center bottom;
  background-size: cover;
}
.zhaopin-gudong-title {
  width: 23.7%;
  padding-left: 0.5%;
}
.zhaopin-gudong-title .logo {
  width: 2.3rem;
  margin-bottom: .38rem;
}
.zhaopin-gudong-title .tit-wrp {
  writing-mode: vertical-lr;
  line-height: 1;
  color: #e30213;
  padding-left: .55rem;
}
.zhaopin-gudong-title .tit-wrp .tit {
  font-size: .6rem;
  font-weight: bold;
  margin-left: .35rem;
}
.zhaopin-gudong-title .tit-wrp .tit-en {
  text-transform: uppercase;
  font-size: .24rem;
}
.zhaopin-peixun-container {
  padding: 1.1rem 0;
}
.zhaopin-yuangong-container {
  padding: .8rem 0 1rem;
  background: #f4f4f4 url("../img/zhaopin-bg2.png") no-repeat center bottom;
  background-size: 100% auto;
}
.zhaopin-yuangong-wrapper .img-list {
  width: 44%;
}
.zhaopin-yuangong-wrapper .img-list .img-wrp {
  width: 47%;
  height: 3.36rem;
  border-radius: .08rem;
  margin-right: 2.5%;
  transition: all .3s;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.zhaopin-yuangong-wrapper .img-list .img-wrp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zhaopin-yuangong-wrapper .img-list .img-wrp.on {
  border-radius: 50%;
}
.zhaopin-yuangong-wrapper .img-list .img-wrp .tit {
  width: 100%;
  height: .78rem;
  line-height: .78rem;
  overflow: hidden;
  color: #fff;
  font-size: .18rem;
  text-align: center;
  background: rgba(231, 0, 18, .4);
  /* display: none; */
  position: absolute;
  left: 0;
  bottom: -.78rem;
  transition: all .3s .2s;
}
.zhaopin-yuangong-wrapper .img-list .img-wrp.on .tit {
  display: block;
  bottom: 0;
}
.zhaopin-yuangong-wrapper .con-item {
  display: none;
  height: 100%;
  overflow: hidden;
}
.zhaopin-yuangong-wrapper .con-item:first-child {
  display: block;
}
.zhaopin-yuangong-wrapper .con-wrp {
  width: 52%;
  height: 7.06rem;
  background-color: #fff;
  border-radius: 6px;
  padding: .5rem;
  position: relative;
  font-size: 20px;
  line-height: 2;
}
.zhaopin-yuangong-wrapper .con-wrp .tit {
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  margin-bottom: .28rem;
}
.zhaopin-yuangong-wrapper .con-wrp .con {
  text-indent: 2em;
}
.zhaopin-yuangong-wrapper .con-wrp::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-top: .25rem solid transparent;
  border-bottom: .25rem solid transparent;
  border-right: .25rem solid #fff;
  border-left: .25rem solid transparent;
  box-sizing: content-box;
  position: absolute;
  left: -.45rem;
  top: 50%;
  margin-top: -.25rem;
}
.zhaopin-baishi-container {
  padding: 1.1rem 0 .78rem;
}
.baishi-left {
  width: 45%;
}
.baishi-left .tit-wrp {
  height: 1.55rem;
}
.baishi-left .tit-wrp .head {
  margin-bottom: .1rem;
}
.baishi-left .tit-wrp .head .tit {
  font-size: .35rem;
  font-weight: bold;
  margin-right: .11rem;
}
.baishi-left .tit-wrp .head .tit-en {
  font-size: .24rem;
}
.baishi-left .tit-wrp .line {
  width: 100%;
  height: 3px;
  background-color: #d3190c;
  margin-bottom: .15rem;
}
.baishi-left .tit-wrp .desc {
  font-size: .28rem;
}
.baishi-left .baishi-text {
  font-size: .2rem;
  line-height: .4rem;
  height: 2.4rem;
  overflow: hidden;
  color: #555;
  margin-bottom: .55rem;
  text-indent:2em;
}
.baishi-btn {
  width: 5.3rem;
  height: 1rem;
  border-radius: .5rem;
  background-color: #ffd0ce;
  padding-left: .15rem;
  padding-right: .3rem;
}
.baishi-btn .img-wrp {
  width: .8rem;
  height: .8rem;
  background-color: #fff;
  border-radius: 50%;
  margin-right: .28rem;
}
.baishi-btn .img-wrp img {
  width: 90%;
}
.baishi-btn .tit {
  font-size: .3rem;
  color: #333;
  flex-grow: 1;
  flex-shrink: 1;
}
.baishi-btn .btn {
  width: .56rem;
  height: .4rem;
  line-height: .44rem;
  background: url('../img/chanpin-pagi-bg1.png') no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: .16rem;
  text-align: center;
  font-family: arial;
}
.baishi-right {
  width: 50%;
  padding-top: .45rem;
  padding-right: .5rem;
  position: relative;
}
.baishi-right-bg {
  width: 92%;
  height: 5.4rem;
  background-color: #f4f4f4;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.baishi-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.baishi-swiper-wrapper {
  width: 100%;
}
.baishi-swiper-slide,
.baishi-swiper-slide img {
  width: 100%;
}
.baishi-swiper-pagination {
  position: absolute;
  bottom: .28rem;
  left: .35rem;
  width: 95%;
  height: 15px;
}
.baishi-swiper-pagination span {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: .25rem;
}
.baishi-swiper-pagination span.on {
  background-color: #fff;
}
/* 招聘结束 */
/* 招聘2开始 */
.inside-hr {
  background: url('../img/hr-bg-map1.png') no-repeat center top, url('../img/hr-zzjg-bg.png') no-repeat center bottom;
  background-size: 100% auto;
}
.hr-head-text {
  font-size: 28px;
  color: #000;
  margin-bottom: .8rem;
}
.hr-list-wrap {
  margin-bottom: 1rem;
}
.hr-list-item {
  width: 100%;
  padding: 0 .3rem;
  border-radius: .4rem;
  margin-bottom: .28rem;
  box-shadow: 0px .03rem .14rem 0px rgba(79, 79, 79, .18);
  background-color: #fff;
  height: .8rem;
  overflow: hidden;
}
.hr-item-head {
  height: .8rem;
  border-bottom: 1px solid #ddd;
  padding: 0 .5rem;
  position: relative;
  cursor: pointer;
  box-sizing: content-box;
}
.hr-list-item.down {
  height: auto;
}
.hr-item-head .btn {
  width: .32rem;
  height: .32rem;
  background: url('../img/hr-arr-1.png');
  background-size: 100% 100%;
  position: absolute;
  right: .04rem;
  top: .25rem;
}
.hr-item-head .btn.down {
  background-image: url('../img/hr-arr-2.png');
}
.hr-item-head .hr-text {
  width: 25%;
  padding-right: 0.2rem;
  font-size: .2rem;
  color: #2d2d2d;
  line-height: 1.25;
}
.hr-item-head .hr-text:first-child {
  font-weight: bold;
}
.hr-item-con {
  width: 100%;
  padding: .35rem 5% 1.4rem;
  position: relative;
}
.hr-item-con .btn {
  width: 1.26rem;
  height: .42rem;
  line-height: .42rem;
  color: #fff;
  font-size: .18rem;
  text-align: center;
  background-color: #df1918;
  border-radius: .06rem;
  position: absolute;
  left: 50%;
  margin-left: -.63rem;
  bottom: .5rem;
}
.hr-item-con .con-item {
  width: 50%;
}
.hr-item-con .con-item:nth-child(1) {
  padding-right: 5%;
}
.hr-item-con .con-item:nth-child(2) {
  padding-left: 5%;
}
.hr-item-con .con-item .tit {
  font-size: .21rem;
  color: #333;
  margin-bottom: .14rem;
}
.hr-item-con .con-item:first-child {
  border-right: 1px solid #ddd;
}
.hr-item-con .con-item .con {
  font-size: .175rem;
  line-height: .35rem;
  color: #2d2d2d;
}
.hr-contact-wrap {
  margin-bottom: .35rem;
}
.hr-contact-item {
  width: 30.5%;
  height: 1.75rem;
  border: 1px solid #d7d7d7;
  border-radius: .08rem;
  padding-left: 2%;
}
.hr-contact-item .icon {
  width: .69rem;
  margin-right: .18rem;
}
.hr-contact-item .con {
  flex-shrink: 1;
  padding-right: 0.1rem;
}
.hr-contact-item .tit {
  font-size: .18rem;
  color: #2d2d2d;
  margin-bottom: .08rem;
}
.hr-contact-item .text {
  font-size: .16rem;
  color: #e20013;
  font-weight: bold;
}
.hr-contact-item:nth-child(2) .text {
  color: #2d2d2d;
}
.hr-contact-item:nth-child(3) .text {
  font-size: .24rem;
}
/* 招聘2结束 */
/* 团队开始 */
.inside-group {
  background: url('../img/hr-zzjg-bg.png') no-repeat center bottom;
  background-size: 100% auto;
}
.group-head {
  margin-bottom: .72rem;
}
.group-title .tit-wrp {
  margin-bottom: .1rem;
}
.group-title .tit-wrp .tit {
  font-size: .35rem;
  font-weight: bold;
  margin-right: .11rem;
}
.group-title .tit-wrp .tit-en {
  font-size: .21rem;
}
.group-title .line {
  width: 2.77rem;
  height: 3px;
  background-color: #d3190c;
  margin-bottom: .12rem;
}
.group-title .desc {
  font-size: .28rem;
  letter-spacing: .32em;
}
.group-head-text {
  font-size: .175rem;
  color: #585858;
  line-height: .4rem;
  height: 1.2rem;
  overflow: hidden;
  margin-left: 7.25%;
}
.group-swiper-container {
  padding: .1rem .45rem;
  margin-bottom: 1.1rem;
}
.group-swiper {
  width: 100%;
  overflow: hidden;
  padding: .1rem;
  position: relative;
}
.group-swiper-slide {
  position: relative;
}
.group-swiper-slide:after {
  content: '';
  display: block;
  background-color: #eeeeee;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -.1rem;
  bottom: -.1rem;
  z-index: -1;
}
.group-swiper-slide img {
  width: 100%;
  display: block;
}
.group-swiper-button {
  width: .24rem;
  height: .43rem;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  margin-top: -.215rem;
}
.group-swiper-button-prev {
  left: 0;
  background-image: url('../img/hr-cul-left.png');
}
.group-swiper-button-next {
  right: 0;
  background-image: url('../img/hr-cul-right.png');
}
.activity-swiper {
  width: 62.81%;
  overflow: hidden;
  position: relative;
}
.activity-swiper-slide img {
  width: 100%;
}
.activity-swiper-button {
  width: .6rem;
  height: .6rem;
  background: rgba(0, 0, 0, .8);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -.3rem;
}
.activity-swiper-button img {
  width: 87%;
  display: block;
}
.activity-swiper-button-prev {
  left: .08rem;
}
.activity-swiper-button-next {
  right: .08rem;
}
.activity-con {
  width: 32.63%;
}
.activity-con .con-text {
  width: 100%;
  padding: .58rem .4rem;
  background-color: #f7f7f7;
  border-radius: .04rem;
  font-size: .19rem;
  line-height: .4rem;
  color: #040404;
  margin-top: .5rem;
}
.activity-con .group-title .tit-wrp .tit {
  margin-left: .11rem;
  margin-right: 0;
}
.activity-con .group-title .line {
  width: 2.95rem;
}
/* 团队结束 */
/* 媒体开始 */
.meiti-left {
  width: 38%;
  line-height: 2;
}
.meiti-left .text1 {
  font-size: .32rem;
  color: #df1918;
  font-weight: bold;
}
.meiti-left .text2 {
  font-size: .32rem;
  color: #333;
}
.meiti-left .line {
  width: .38rem;
  height: 2px;
  background-color: #df1918;
  margin-top: .1rem;
  margin-bottom: .16rem;
}
.meiti-left .text3 {
  font-size: .18rem;
  color: #666;
  margin-bottom: .5rem;
}
.meiti-left .contact-item {
  font-size: .18rem;
  color: #000;
  margin-bottom: .32rem;
}
.meiti-left .contact-item > img {
  width: .69rem;
  margin-right: 5%;
}
.meiti-left .contact-item >div {
  padding-top: .15rem;
}
.meiti-form {
  width: 60%;
  padding-top: .1rem;
}
.meiti-input-wrp .input-item {
  width: 48.5%;
  margin-bottom: .25rem;
  font-size: .16rem;
  margin-right: 3%;
}
.meiti-input-wrp .input-item:nth-of-type(2n) {
  margin-right: 0;
}
.meiti-input-wrp .input-item input {
  height: .45rem;
  line-height: .43rem;
  border: 1px solid #c6c6c6;
  border-radius: .08rem;
  text-indent: .12rem;
  font-size: .16rem;
  flex-grow: 1;
}
.meiti-form textarea {
  width: 100%;
  height: 2.55rem;
  border: 1px solid #c6c6c6;
  border-radius: .1rem;
  padding: 0.2rem;
  line-height: 1.5;
  display: block;
  margin-bottom: .25rem;
}
.meiti-form .xieyi-wrp {
  color: #e01e1c;
  font-size: .16rem;
}
.meiti-form .xieyi-wrp .checkbox {
  width: .24rem;
  height: .24rem;
  border: 2px solid #e01e1c;
  margin-right: .1rem;
  cursor: pointer;
}
.meiti-form .xieyi-wrp .checkbox div {
  width: .16rem;
  height: .16rem;
  margin-top: .02rem;
  margin-left: .02rem;
  background-color: transparent;
}
.meiti-form .xieyi-wrp .checkbox.on div {
  background-color: #e01e1c;
}
.meiti-form .submit {
  width: 2.4rem;
  height: .54rem;
  line-height: .54rem;
  border-radius: 0.27rem;
  font-size: .18rem;
  color: #fff;
  text-align: center;
  background: linear-gradient(to right, #e01e1c, #f0805a);
  margin: .4rem auto 0;
  display: block;
}
/* 媒体结束 */
.v9_pages {margin: auto; text-align: center;font-size: 16px; margin-top: 20px; margin-bottom: 10px;height: 43px;}
.v9_pages a,.v9_pages span{ width: 60px;height: 43px;text-align: center;line-height: 43px;display: inline-block;color: #333;}
.v9_pages .a1{ background: url(../img/chanpin-pagi-bg1.png) no-repeat center;font-size: 18px;color: #fff;}
.v9_pages .a1:first-child{ display: none;}

.show-title {
  font-size: .42rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-bottom: .25rem;
}
.show-info {
  font-size: .16rem;
  color: #666;
  text-align: center;
  margin-bottom: .3rem;
}
.page_turn {
  margin-top: .5rem;
}