@import url(./inner_sidebar.css);

/* ==========================================================================
   全局
   ========================================================================== */
.content {
  position: relative;
  min-height: 300px;
}

.content img {
  max-width: 100%;
}

.sub-banner {
  --bannerH: 303px;
  height: var(--bannerH);
  position: relative;
}

.sub-banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90.00deg, rgba(19, 21, 79, 0.26) 4.635%, rgba(16, 13, 32, 0.7) 61.737%, rgba(172, 24, 24, 0.48) 96.533%);
}


@media only screen and (max-width:1536px) {
  .sub-banner {
    height: calc(var(--bannerH) / 1.25);
  }
}

@media only screen and (max-width:1440px) {
  .sub-banner {
    height: calc(var(--bannerH) * 0.75);
  }
}

@media only screen and (max-width:1280px) {
  .sub-banner {
    height: calc(var(--bannerH) / 1.5);
  }
}

@media only screen and (max-width:1024px) {
  .sub-banner {
    height: calc(var(--bannerH) / 1.875);
  }
}

@media only screen and (max-width:960px) {
  .sub-banner {
    height: calc(var(--bannerH) / 2);
  }
}

@media only screen and (max-width:768px) {
  .sub-banner {
    height: calc(var(--bannerH) / 2.5);
  }
}

.subnav {
  position: relative;
}

.subnav::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  z-index: -99;
  width: 10.02rem;
  height: 3.75rem;
  background: url(../images/inner_logo.png) no-repeat;
  background-size: contain;
}

.inner_area {
  justify-content: space-between;
  align-items: center;
  padding: .4rem 0;
  border-bottom: 1px solid rgb(219, 218, 218);
}

.inner_title {
  color: rgb(31, 31, 31);
  font-size: .36rem;
  font-weight: 400;
}

.breadcrumb {
  align-items: center;
}

.breadcrumb img {
  margin-right: 10px;
}

.breadcrumb a {
  font-size: .18rem;
  font-weight: 400;
  color: rgb(102, 102, 102);
max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb a:last-child {
  font-weight: 700;
  color: rgb(172, 24, 24);
}

@media only screen and (max-width:768px) {
  .breadcrumb {
    display: none;
  }

  .subnav::before {
    width: 100%;
    height: 100%;
    background-position: left center;
    top: auto;
    bottom: 0;
    z-index: -1;
  }
}




/* ==========================================================================
   关于我们
   ========================================================================== */
.about_first {
  overflow: hidden;
  background: url(../images/about02.png) no-repeat right bottom;
}

.about_intro {
  padding: .9rem 0 .65rem;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.about_intro::before {
  content: "";
  position: absolute;
  left: 1.35rem;
  top: 0;
  width: 100vw;
  height: 100%;
  background: rgb(250, 250, 250);
  z-index: -1;
}

.intro_left {
  width: 58%;
}

.intro_right {
  width: calc(42% - .6rem);
}

.play_btn {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#play-landing-animation {
  position: relative;
  color: #fff;
  width: .8rem;
  height: .8rem;
  transition: all .3s;
}

#play-landing-animation:hover {
  transform: scale(1.2);
}

#play-landing-animation:before {
  animation: fx-plyr-play-button 1.5s ease-out infinite;
  border: 4px solid #fff;
  border-radius: 150%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  height: 140%;
  left: -20%;
  position: absolute;
  top: -20%;
  width: 140%;
}

@keyframes fx-plyr-play-button {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5)
  }

  to {
    opacity: 0
  }
}

.intro_title {
  color: rgb(172, 24, 24);
  font-size: .29rem;
  font-weight: 700;
  margin-bottom: .35rem;
}

.intro_info {
  color: rgb(31, 31, 31);
  font-size: .18rem;
  line-height: 2;
}




.about_second {
  padding: .5rem 0 1rem;
}

.about_info {
  padding-left: 1.35rem;
  border-left: 1px solid rgb(223, 223, 223);
  color: rgb(31, 31, 31);
  font-size: .18rem;
  line-height: .36rem;
  position: relative;
}

.about_info::before {
  content: "";
  background: url(../images/about03.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3rem;
  height: 5.28rem;
}




.about_third {
  padding: .45rem 0 .9rem;
  background: rgb(163, 36, 36);
}

.idea_list {
  margin-left: -0.6rem;
}

.idea_list li {
  width: calc(33.33% - .6rem);
  margin-left: .6rem;
  margin-top: .45rem;
}

.idea_box {
  box-sizing: border-box;
  height: 100%;
  align-items: center;
  background: #fff;
  padding: .3rem 0 .3rem .25rem;
  border-radius: .1rem;
  box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.1);
}

.idea_img {
  width: 1.12rem;
  flex-shrink: 0;
}

.idea_area {
  margin-left: .2rem;
}

.idea_title {
  color: rgb(51, 51, 51);
  font-size: .18rem;
  line-height: 1.8;
  font-weight: 400;
}

.idea_title.bold {
  font-size: .24rem;
}

.idea_img img {
  transition: all .8s;
}

.idea_box:hover img {
  transform: rotateY(360deg);
}




.about_fourth {
  padding: .5rem 0;
  background: url(../images/about04.jpeg) no-repeat bottom / cover;
}

.honor_title {
  color: rgb(31, 31, 31);
  font-size: .36rem;
  font-weight: 700;
}

.honor_info {
  color: rgb(85, 85, 85);
  font-size: .18rem;
  font-weight: 300;
  margin: .3rem 0;
}

.honor_tag {
  color: rgb(119, 119, 119);
  font-size: .24rem;
  font-weight: 400;
  cursor: pointer;
  margin: 0 .3rem;
}

.honor_tag:hover {
  color: rgb(163, 36, 36);
}

.honor_tag.on {
  color: rgb(163, 36, 36);
}

.honor_name {
  color: rgb(51, 51, 51);
  font-size: .18rem;
  font-weight: 500;
  text-align: center;
  margin-top: .25rem;
}

.honor_box .pic {
  background: #fff;
  box-sizing: border-box;
  border: .05rem solid rgb(255, 255, 255);
  border-radius: .1rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.honor_list {
  justify-content: center;
}

.honor_swiper {
  position: relative;
  padding-bottom: 1rem;
}

.mySwiper4 .swiper-slide {
  width: 484px;
}

.honor_main {
  margin-top: .5rem;
}

.mySwiper4 .swiper-slide {
  filter: blur(5px);
  opacity: 0.6;
}

.mySwiper4 .swiper-slide-active {
  filter: blur(0);
  opacity: 1;
}

.honor_swiper .swiper-button-next:after,
.honor_swiper .swiper-button-prev:after {
  display: none;
}

.honor_swiper .swiper-button-next {
  margin-top: 0;
  top: auto;
  bottom: 0;
  right: 42%;
  width: 1rem;
  height: .3rem;
  background: url(../images/honor02.png) no-repeat center / contain;
  transition: all .3s;
}

.honor_swiper .swiper-button-next:hover {
  background: url(../images/honor02_r.png) no-repeat center / contain;
}

.honor_swiper .swiper-button-prev {
  margin-top: 0;
  top: auto;
  bottom: 0;
  left: 42%;
  width: 1rem;
  height: .3rem;
  background: url(../images/honor01.png) no-repeat center / contain;
  transition: all .3s;
}

.honor_swiper .swiper-button-prev:hover {
  background: url(../images/honor01_r.png) no-repeat center / contain;
}




.about_fifth {
  background: linear-gradient(180.00deg, rgb(255, 255, 255), rgb(239, 242, 247) 100%);
  padding: .5rem 0;
  position: relative;
  overflow: hidden;
}

.about_fifth::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 14.36rem;
  height: 3.36rem;
  background: url(../images/about06.png) no-repeat;
  background-size: contain;
  background-position: right -2.02rem top -0.2rem;
}

.history_swiper {
  padding-top: .9rem;
  position: relative;
}

.history_box {
  position: relative;
  height: 1.4rem;
  padding: 10px;
  cursor: pointer;
}

.history_box .circle {
  position: absolute;
  z-index: 9;
  width: 1.4rem;
  height: 1.4rem;
  left: 50%;
  margin-left: -0.7rem;
  transform: scale(0);
  visibility: hidden;
  transition: all .5s;
}

.thumbSwiper .swiper-slide-thumb-active .history_box .circle {
  transform: scale(1);
  visibility: visible;
}

.history_box .circle::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/quan.png) center no-repeat;
  background-size: contain;
}

.history_box .circle::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/quan.png) center no-repeat;
  background-size: contain;
  opacity: .3;
  transform-origin: center;
}

.history_box .circle::after {
  animation: alpha 2.25s linear infinite forwards;
}

@keyframes alpha {
  0% {
    transform: rotate(0);
  }

  50% {
    border-radius: 50%;
  }

  100% {
    transform: rotate(360deg);
  }
}

.history_box .dot {
  width: .18rem;
  height: .18rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -0.09rem;
  left: 50%;
  margin-left: -0.09rem;
  background: rgb(163, 36, 36);
  z-index: 8;
}

.history_box .line {
  position: absolute;
  height: 5px;
  width: 100%;
  right: 0;
  display: block;
  background: var(--primary);
  z-index: 0;
  top: 50%;
  margin-top: -2.5px;
  background: linear-gradient(270.00deg, rgb(255, 0, 0), rgb(163, 36, 36) 100%);
}

.history_box .year {
  text-align: center;
  color: rgb(119, 119, 119);
  font-size: .2rem;
  font-weight: 700;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: all .3s;
}

.thumbSwiper .swiper-slide:nth-child(odd) .history_box .year {
  top: .2rem;
}

.thumbSwiper .swiper-slide:nth-child(even) .history_box .year {
  bottom: .2rem;
}

.thumbSwiper .swiper-slide-thumb-active .history_box .year {
  top: 50% !important;
  transform: translateY(-50%);
  bottom: auto;
  font-size: .36rem;
  color: #fff;
}


.history_first {
  position: relative;
  z-index: 100;
}

.history_second {
  position: relative;
  z-index: 99;
}

.mySwiper5 {
  margin-top: -2.5rem;
}

.history_module {
  position: relative;
  z-index: -1;
  text-align: center;
}

.history_title {
  background: linear-gradient(180.00deg, rgba(163, 36, 36, 0.14), rgba(227, 235, 243, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  text-align: center;
  font-size: 2.56rem;
  line-height: 1;
  transform: scale(.6);
  transition: all .3s;
}

.mySwiper5 .swiper-slide-active .history_title {
  transform: scale(1);
  opacity: 1;
}

.history_desc {
  margin-top: .5rem;
  color: rgb(51, 51, 51);
  font-size: .18rem;
  line-height: 2;
}




.history_swiper .swiper-button-next:after,
.history_swiper .swiper-button-prev:after {
  display: none;
}

.history_swiper .swiper-button-next {
  border-radius: 50%;
  margin-top: 0;
  top: -0.5rem;
  right: 0;
  width: .5rem;
  height: .5rem;
  background: url(../images/history02.png) no-repeat center;
  transition: all .3s;
}

.history_swiper .swiper-button-next:hover {
  background: url(../images/history02_r.png) no-repeat center;
}

.history_swiper .swiper-button-prev {
  border-radius: 50%;
  margin-top: 0;
  top: -0.5rem;
  left: auto;
  right: .6rem;
  width: .5rem;
  height: .5rem;
  background: url(../images/history01.png) no-repeat center;
  transition: all .3s;
}

.history_swiper .swiper-button-prev:hover {
  background: url(../images/history01_r.png) no-repeat center;
}

.honor_title {
  width: 50%;
}

@media only screen and (max-width: 1280px) {
  .mySwiper4 .swiper-slide {
    width: 400px;
  }
}

@media only screen and (max-width: 768px) {
  .intro_left {
    width: 100%;
  }

  .intro_right {
    width: 100%;
    margin-top: 20px;
  }

  .about_intro::before {
    left: -20px;
  }

  .history_desc,
  .honor_name,
  .honor_info,
  .about_info,
  .intro_info {
    font-size: 12px;
    font-weight: 400;
  }

  .idea_list li {
    width: 100%;
  }

  .mySwiper4 .swiper-slide {
    width: 340px;
  }
}

@media only screen and (max-width: 500px) {
  .mySwiper4 .swiper-slide {
    width: 100%;
  }

  .honor_tag {
    font-size: 14px;
  }

  .honor_swiper .swiper-button-next {
    right: 20%;
  }

  .honor_swiper .swiper-button-prev {
    left: 20%;
  }

  .history_box .year {
    font-size: 12px;
  }
}








/* ==========================================================================
   新闻动态
   ========================================================================== */
.news_head {
  border-top: .03rem solid rgb(163, 36, 36);
  background: rgb(249, 249, 249);
  margin-top: .4rem;
  padding: .4rem .8rem;
  position: relative;
  z-index: 1;
}

.news_condition {
  margin-left: -0.4rem;
}

.news_item {
  width: calc(33.33% - .4rem);
  margin-left: .4rem;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(198, 198, 198);
  background: rgb(255, 255, 255);
}

.news_item .layui-input {
  border-bottom: none;
  height: 40px;
}

.news_input {
  float: left;
  border: none;
  width: calc(100% - 60px);
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: rgba(0, 0, 0, .85);
  font-size: 14px;
  padding: 0 10px;
}

.news_btn {
  float: right;
  border: none;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: url(../images/search.svg) no-repeat center;
}

.news_item .layui-form-select dl dd.layui-this {
  background-color: rgb(163, 36, 45);
}

.news_main {
  margin-top: .45rem;
  padding-bottom: .9rem;
}

.news_list li:not(:last-of-type) {
  margin-bottom: .4rem;
}

.news_box {
  padding-bottom: .34rem;
  border-bottom: 1px solid rgb(219, 218, 218);
  justify-content: space-between;
  transition: all .3s;
  padding-top: .2rem;
}

.news_box:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);

}

.news_left {
  width: 6rem;
}

.news_right {
  width: calc(100% - 6.5rem);
}

.news_area {
  padding-top: .15rem;
}

.news_title {
  color: rgb(51, 51, 51);
  font-size: .26rem;
  font-weight: 700;
}

.news_date {
  color: rgb(102, 102, 102);
  font-size: .16rem;
  line-height: 1;
  margin: .2rem 0;
}

.news_msg {
  color: rgb(102, 102, 102);
  font-size: .18rem;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.news_link {
  display: inline-block;
  position: relative;
  z-index: 9;
  margin-top: .3rem;
}

.news_link p {
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background: var(--primary);
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.news_link p span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  line-height: .4rem;
  font-weight: bold;
  font-size: .16rem;
  color: #fff;
  padding-left: .2rem;
  box-sizing: border-box;
}

.news_link div {
  box-sizing: border-box;
  padding-left: .2rem;
  width: 1.25rem;
  line-height: .4rem;
  font-weight: bold;
  font-size: .16rem;
  color: var(--primary);
}

.news_link .fa-long-arrow-right {
  transition: all 0.4s;
}

.news_link:hover p,
.news_link.active p {
  width: 100%;
  transition: all 0.4s;
  border-radius: 1rem;
}

.news_link:hover .fa-long-arrow-right,
.news_link.active .fa-long-arrow-right {
  transform: translateX(.1rem);
  transition: all 0.4s;
}

.news_link.active:hover p {
  background: #000;
  transition: all 0.4s;
}

@media only screen and (max-width: 768px) {
  .news_item {
    width: 100%;
    margin-bottom: 20px;
  }

  .news_head {
    padding: .4rem .8rem .2rem;
  }

  .news_left {
    width: 100%;
  }

  .news_right {
    width: 100%;
    padding: 20px;
  }

  .news_msg {
    font-size: 12px;
  }

  .news_link p {
    width: 40px;
    height: 40px;
  }

  .news_link p span {
    width: 125px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 20px;

  }

  .news_link div {
    padding-left: 20px;
    width: 125px;
    line-height: 40px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 500px) {
  .news_head {
    padding: 20px 10px 0;
  }

  .news_title {
    font-size: 14px;
  }
}













/* ==========================================================================
   新闻详情
   ========================================================================== */
.news_details {
  padding: .6rem 0;
  justify-content: space-between;
}

.xwxq_left {
  width: calc(100% - 5.2rem);
}

.xwxq_right {
  width: 4.5rem;
}

.xwxq_head {
  padding: .25rem;
  background: rgb(242, 242, 242);
}

.xwxq_title {
  color: rgb(51, 51, 51);
  font-size: .26rem;
  line-height: 2;
  font-weight: 700;
}

.xwxq_date {
  color: rgb(102, 102, 102);
  font-size: .16rem;
  line-height: 200%;
}

.xwxq_main {
  padding: .2rem .25rem;
  color: rgb(102, 102, 102);
  font-size: .18rem;
  line-height: 200%;
  border-bottom: 1px solid rgb(229, 232, 239);
}

.xwxq_main img {
  margin: .25rem 0;
}

.toggle_box {
  padding: .4rem 0;
}

.xwxq_toggle {
  color: rgb(51, 51, 51);
  font-size: .16rem;
  line-height: 2;
}

.xwxq_toggle span {
  flex-shrink: 0;
}

.xwxq_toggle:hover {
  color: rgb(0, 96, 181);
  font-weight: 500;
}

.back_btn {
  width: 1.8rem;
  height: .5rem;
  border-radius: 50px;
  background: linear-gradient(180.00deg, rgb(172, 24, 24), rgb(172, 24, 24) 100%);
  color: rgb(255, 255, 255);
  font-size: .18rem;
  font-weight: 400;
}

.back_btn:hover {
  color: #fff;
}

.toggle_box a:first-child .xwxq_toggle {
  margin-bottom: .1rem;
}

.news_xgyd {
  background: rgb(172, 24, 24);
  padding-left: .2rem;
  height: .8rem;
  line-height: .8rem;
  color: rgb(255, 255, 255);
  font-size: .24rem;
  font-weight: 700;
}

.xwxq_box {
  padding: .2rem 0;
  border-bottom: 1px solid rgb(219, 218, 218);
}

.xwxq_item h3 {
  color: rgb(51, 51, 51);
  font-size: .24rem;
  font-weight: 700;
  text-align: center;
}

.xwxq_item h5 {
  color: rgb(102, 102, 102);
  font-size: .14rem;
  font-weight: 400;
  text-align: center;
}

.xwxq_item h4 {
  color: rgb(51, 51, 51);
  font-size: .18rem;
  font-weight: 400;
  padding: 0 .3rem;
}

.xwxq_box:hover h4 {
  color: var(--primary);
  color: var();
}

.xwxq_item img {
  width: .28rem;
}

.xwxq_item:first-child {
  padding: 0 .2rem;
  border-right: 1px solid rgb(216, 216, 216);
  flex-shrink: 0;
}



@media only screen and (max-width: 920px) {
  .xwxq_right {
    display: none;
  }

  .xwxq_left {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {

  .xwxq_toggle,
  .xwxq_main,
  .xwxq_date {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .xwxq_title {
    font-size: 14px;
  }
}















/* ==========================================================================
   应用
   ========================================================================== */
.apply_head {
  align-items: center;
  justify-content: space-between;
  padding: .7rem 0;
}

.apply_txt1 {
  color: rgb(31, 31, 31);
  font-size: .48rem;
  font-weight: 700;
}

.apply_txt2 {
  color: rgb(94, 94, 94);
  font-size: .36rem;
}

.apply_intro {
  color: rgb(31, 31, 31);
  font-size: .18rem;
  line-height: 2;
  max-width: 4.1rem;
}

.apply_list {
  margin-left: -0.22rem;
}

.apply_list li {
  width: calc(25% - .22rem);
  margin-left: .22rem;
  margin-bottom: .6rem;
}

.apply_box {
  position: relative;
}

.apply_box .pic::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180.00deg, rgba(255, 255, 255, 0) 56.609%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}

/*
.apply_box:hover .pic::before {
  display: none;
}
*/
.apply_absolute {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: .2rem;
  z-index: 2;
  transition: all .3s;
}

/*
.apply_box:hover .apply_absolute {
  opacity: 0;
}
*/
.apply_title {
  color: rgb(255, 255, 255);
  font-size: .24rem;
  font-weight: 700;
}

.apply_cover {
  opacity: 0;
  transform: scale(0);
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180.00deg, rgba(163, 36, 36, 0.72) 49.474%, rgba(163, 36, 45, 0.79) 100%);
  box-sizing: border-box;
  padding: .4rem;
  flex-direction: column;
  justify-content: center;
  transition: all .4s;
}

.apply_desc {
  color: rgb(255, 255, 255);
  font-size: .18rem;
  line-height: 2;
  margin-top: .1rem;
}

/*
.apply_box:hover .apply_cover {
  opacity: 1;
  transform: scale(1);
}
*/


@media only screen and (max-width: 768px) {
  .apply_list li {
    width: calc(50% - 0.22rem);
  }

  .apply_intro,
  .apply_desc {
    font-size: 12px;
  }

  .apply_title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 500px) {
  .apply_list li {
    width: 100%;
  }

  .apply_intro {
    max-width: 100%;
  }
}










/* ==========================================================================
   投资者关系
   ========================================================================== */
.gupiao {
  padding: .9rem 0;
}

.gupiao_title {
  color: rgba(51, 51, 51, 0.91);
  font-size: .36rem;
  font-weight: 400;
}

.gupiao_num {
  color: rgba(224, 0, 16, 0.91);
  ;
  font-size: .64rem;
  font-weight: 400;
}

.gupiao_unit {
  color: rgb(177, 178, 178);
  font-size: .2rem;
  font-weight: 400;
}

.gupiao_blue {
  color: rgb(24, 24, 24);
  font-size: .48rem;
  font-weight: 400;
}

.gupiao_area .gupiao_title {
  font-size: .22rem;
}

.gupiao_red {
  color: rgba(224, 0, 16, 0.91);
  font-size: .42rem;
  font-weight: 400;
  margin-top: .05rem;
}

.gupiao_list {
  justify-content: space-between;
}

.gupiao_box {
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
}

.gupiao_blue {
  margin-top: auto;
}

.gupiao_area {
  text-align: center;
}

.gupiao_area:first-child {
  margin-bottom: .6rem;
}

.gupiao_btnBox {
  height: 100%;
  flex-direction: column;
  margin-top: -0.3rem;
}

.gupiao_btn {
  width: 2.45rem;
  height: .7rem;
  box-sizing: border-box;
  border: 1px solid rgba(163, 36, 45, 0.91);
  border-radius: .43rem;
  color: rgba(163, 36, 45, 0.91);
  font-size: .24rem;
  font-weight: 400;
  position: relative;
}

.gupiao_btn {
  margin-top: .3rem;
}

.gupiao_btn:before {
  content: '';
  display: block;
  background: linear-gradient(to left, rgba(163, 36, 45, 0) 50%, rgba(163, 36, 45, 0.4) 50%);
  background-size: 210% 100%;
  background-position: right bottom;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 50px;
  transition: all .8s;
  -webkit-transition: all .8s;
}

.gupiao_btn:hover:before {
  background-position: left bottom;
}

.disclosure {
  padding: .4rem 0 .8rem;
}

.disclosure_title {
  color: rgb(31, 31, 31);
  font-size: .24rem;
  font-weight: 700;
  padding-left: .2rem;
  border-left: 5px solid rgb(163, 36, 36);
}

.disclosure_list {
  margin-top: .4rem;
}

.disclosure_box {
  align-items: center;
}

.disclosure_arrow {
  margin-left: auto
}

.disclosure_box {
  background: rgb(249, 249, 249);
  padding: .2rem 0;
}

.disclosure_img {
  flex-shrink: 0;
  padding: 0 .42rem;
  border-right: 1px solid rgb(196, 196, 196);
}

.disclosure_name {
  padding: 0 .42rem;
  color: rgb(51, 51, 51);
  font-size: .18rem;
}

.disclosure_arrow {
  flex-shrink: 0;
  padding: 0 .2rem;
}

.disclosure_box:hover .disclosure_name {
  color: var(--primary);
}


.relation {
  margin-top: .7rem;
}

.rel_left {
  align-items: center;
  width: 47%;
  background: url(../images/relation01.png) no-repeat center / cover;
}

.rel_right {
  width: 53%;
  align-items: center;
  background: rgb(24, 24, 24);
}

.rel_area {
  padding: .45rem 0;
}

.rel_title {
  color: rgb(255, 255, 255);
  font-size: .36rem;
  font-weight: 400;
  margin-left: .6rem;
}

.rel_title:first-child {
  margin-bottom: .25rem;
}

.rel_title .fa {
  margin-right: .25rem;
}

.rel_info {
  color: rgb(255, 255, 255);
  font-size: .2rem;
  line-height: .48rem;
}

.rel_info img {
  width: 17px;
  margin-right: .2rem;
}

.rel_contact {
  color: rgb(255, 255, 255);
  font-size: .24rem;
  font-weight: 700;
  margin-bottom: .2rem;
}

.rel_right .rel_area {
  padding-left: 1.6rem;
}



@media only screen and (max-width: 768px) {
  .disclosure_name {
    font-size: 12px;
  }

  .rel_right .rel_area {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 500px) {
  .gupiao_list li {
    width: 50%;
  }

  .gupiao_list li:nth-child(1) {
    order: 1;
    margin-bottom: 30px;
  }

  .gupiao_list li:nth-child(2) {
    order: 3;
  }

  .gupiao_list li:nth-child(3) {
    order: 4;
  }

  .gupiao_list li:nth-child(4) {
    order: 2;
    margin-bottom: 30px;
  }

  .gupiao {
    padding: 20px 0;
  }

  .rel_left {
    width: 100%;
  }

  .rel_right {
    width: 100%;
  }

  .rel_info {
    font-size: 12px;
    line-height: 2.5;
  }

  .rel_right .rel_area {
    padding-left: .6rem;
  }
}











/* ==========================================================================
   产品中心
   ========================================================================== */
.pro_head {
  margin: .55rem 0 .5rem;
  padding: .4rem 0 .6rem;
  background: rgb(242, 242, 242);
}

.pro_list {
  justify-content: space-between;
}

.pro_list li {
  flex: 1;
}

.pro_title {
  position: relative;
  text-align: center;
  color: rgb(153, 153, 153);
  font-size: .18rem;
  font-weight: 700;
}

.pro_title::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -0.15rem;
  width: .3rem;
  height: .02rem;
  bottom: -0.15rem;
  background: rgb(153, 153, 153);
}

.pro_box {
  cursor: pointer;
}

.pro_box:hover .pro_title {
  color: rgb(172, 24, 24);
}

.pro_box:hover .pro_title::before {
  background: rgb(172, 24, 24);
}

.pro_img {
  width: .8rem;
  height: .8rem;
  margin: 0 auto;
  transition: all .4s;
}

.pro_box .pro_img {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.pro_box:hover .pro_img {
  background-position: center -0.8rem;
}

.pro_list li:nth-child(1) .pro_img {
  background-image: url(../images/proicon/proicon7.png);
}

.pro_list li:nth-child(2) .pro_img {
  background-image: url(../images/proicon/proicon6.png);
}

.pro_list li:nth-child(3) .pro_img {
  background-image: url(../images/proicon/proicon5.png);
}

.pro_list li:nth-child(4) .pro_img {
  background-image: url(../images/proicon/proicon4.png);
}

.pro_list li:nth-child(5) .pro_img {
  background-image: url(../images/proicon/proicon3.png);
}

.pro_list li:nth-child(6) .pro_img {
  background-image: url(../images/proicon/proicon2.png);
}

.pro_list li:nth-child(7) .pro_img {
  background-image: url(../images/proicon/proicon1.png);
}

.pro_box.active .pro_img {
  background-position: center -0.8rem;
}

.pro_box.active .pro_title {
  color: rgb(172, 24, 24);
}

.pro_box.active .pro_title::before {
  background: rgb(172, 24, 24);
}



.pro_bg {
  position: relative;
  overflow: hidden;
  border-radius: .1rem;
  z-index: 1;
}

.pro_bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270.00deg, rgb(18, 32, 51) 0.588%, rgba(18, 32, 51, 0.78) 55.91%, rgb(255, 255, 255) 100%);
  z-index: -1;
}

.pro_left {
  width: 32%;
}

.pro_right {
  width: 68%;
}

.pro_area {
  padding: .4rem;
}

.pro_name {
  color: rgb(255, 255, 255);
  font-size: .36rem;
  font-weight: 700;
}

.pro_info {
  color: rgb(255, 255, 255);
  font-size: .16rem;
  padding: .4rem 0 .3rem;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.model_item {
  align-items: center;
  color: rgb(255, 255, 255);
  font-size: .16rem;
padding-right: .1rem;
}

.model_item:hover {
  text-decoration: underline;
}

.model_item img {
  margin-right: .1rem;
}

.pro_model {
  margin-top: .3rem;
}

.pro_model li {
  width: 50%;
  margin-bottom: .2rem;
}

.pro_model li a {
  display: inline-block;
}

.pro_main {
  padding-bottom: .8rem;
}


@media only screen and (max-width: 768px) {
  .pro_list {
    margin-top: -25px;
    justify-content: flex-start;
  }

  .pro_list li {
    flex: initial;
    width: 25%;
    margin-top: 25px;
  }

  .pro_left {
    width: 50%;
  }

  .pro_right {
    width: 100%;
  }

  .pro_bg::before {
    background: linear-gradient(90.00deg, rgb(18, 32, 51) 0.588%, rgba(18, 32, 51, 0.78) 100%);
  }

  .pro_info {
    font-size: 12px;
  }

  .model_item {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .pro_left {
    width: 100%;
  }

  .pro_model li {
    width: 50%;
  }

  .pro_area {
    padding: 10px;
  }

  .pro_list li {
    width: 50%;
  }

  .pro_title {
    font-size: 12px;
  }
}












/* ==========================================================================
   招聘
   ========================================================================== */
.job_bg {
  margin-top: .65rem;
  background: url(../images/job01.png) no-repeat;
  height: 4.34rem;
  border-radius: .3rem .3rem 0 0;
  position: relative;
  z-index: -1;
}

.job_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180.00deg, rgba(255, 255, 255, 0.5), rgba(19, 75, 155, 0.02) 100%);
  z-index: -2;
}

.job_title {
  color: rgb(24, 24, 24);
  font-size: .48rem;
  font-weight: 700;
  text-align: center;
  padding: .45rem 0;
}

.job_info {
  color: rgb(255, 255, 255);
  font-size: .18rem;
  line-height: 2;
  max-width: 9.63rem;
  text-align: center;
  margin: 0 auto;
}

.job_list {
  padding: 0 .15rem;
  margin-left: -0.25rem;
  margin-top: -0.5rem;
}

.job_list li {
  width: calc(33.33% - .25rem);
  margin-left: .25rem;
  margin-bottom: .25rem;
}

.job_box {
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid rgb(198, 198, 198);
  border-radius: .05rem;
  padding: .35rem;
  cursor: pointer;
  height: 100%;
  transition: all .3s;
}

.job_box:hover {
  box-shadow: 0px 4px 15px -2px rgba(49, 70, 81, 0.17);
}

.job_name {
  color: rgb(51, 51, 51);
  font-size: .18rem;
  font-weight: 700;
  margin-bottom: .3rem;
}

.job_place {
  color: rgb(51, 51, 51);
  font-size: .16rem;
}

.job_place .fa {
  width: .25rem;
  text-align: center;
  margin-right: .3rem;
}

.job_place:last-child {
  border-top: 1px solid rgb(236, 235, 235);
  padding-top: .2rem;
  margin-top: .2rem;
}

.job_box:hover .job_place {
  color: var(--primary);
}

.job_more {
  width: 2.5rem;
  height: .6rem;
  box-sizing: border-box;
  border: .02rem solid rgb(163, 36, 36);
  border-radius: 200px;
  color: rgb(163, 36, 36);
  font-size: .18rem;
  background-color: #fff;
  transition: all .3s;
  margin: .55rem auto;
}

.job_more:hover {
  background-color: var(--primary);
  color: #fff;
}

.job {
  background: url(../images/job02.png) no-repeat;
  background-size: 100% auto;
  padding: .8rem 0;
}

.job_treatment {
  justify-content: space-between;
  align-items: center;
}

.job_treatment:nth-child(2) {
  flex-direction: row-reverse;
  margin-top: -0.5rem;
}

.job_treatment .pic {
  border-radius: .2rem;
}

.job_treatment h4 {
  color: rgb(31, 31, 31);
  font-size: .36rem;
  line-height: 2;
}

.job_msg {
  color: rgb(31, 31, 31);
  font-size: .18rem;
  line-height: 3;
  padding-right: .5rem;
}

.job_left {
  width: calc(43% - 1rem);
}

.job_right {
  width: 57%;
}

@media only screen and (max-width: 920px) {
  .job_treatment:nth-child(2) {
    margin-top: -20px;
  }
}

@media only screen and (max-width: 768px) {

  .job_name,
  .job_info,
  .job_place {
    font-size: 12px;
  }

  .job_treatment:nth-child(2) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .job_list li {
    width: calc(50% - .25rem);
  }

  .job_list {
    margin-top: -20px;
  }

  .job_box {
    padding: 5px;
  }

  .job_left {
    width: 100%;
  }

  .job_right {
    width: 100%;
  }

  .job_msg {
    padding: 0;
    font-size: 12px;
  }
}







/* ==========================================================================
   招聘详情
   ========================================================================== */
.job_detail {
  padding: .4rem 0;
}

.jobdetail_title {
  font-size: .36rem;
  font-weight: bold;
  color: #000;
}

.jobdetail_place {
  color: #000;
  font-size: .18rem;
}

.jobdetail_place .fa {
  margin-right: .1rem;
}

.jobdetail_list {
  margin: .2rem 0 .2rem -0.5rem;
}

.jobdetail_list li {
  margin-left: .5rem;
}

.jobdetail_area h4 {
  font-size: .24rem;
  color: #000;
  font-weight: bold;
  margin: .1rem 0;
}

.jobdetail_area {
  font-size: .18rem;
  color: #666;
  line-height: 1.75;
}

.jobdetail_area a {
  color: var(--primary);
}

@media only screen and (max-width: 768px) {

  .jobdetail_place,
  .jobdetail_area {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .jobdetail_title {
    font-size: 18px;
  }

  .jobdetail_area h4 {
    font-size: 14px;
  }

  .job_frame .wrapper {
    padding: 0 10px;
  }
}










/* ==========================================================================
   联系我们
   ========================================================================== */
.map {
  margin-top: .4rem;
  position: relative;
}

.map::before {
  content: "";
  position: absolute;
  right: -0.62rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.14rem;
  height: 11.75rem;
  background: url(../images/contact02.png) no-repeat;
  z-index: -1;
}

.map_box {
  position: absolute;
  left: .8rem;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  border: 1px solid rgb(212, 213, 227);
  background: rgb(255, 255, 255);
  padding: .5rem .3rem;
  max-width: 50%;
}

.company_item {
  color: rgb(31, 31, 31);
  font-size: .2rem;
  line-height: 2.5;
}

.subsidiary_box {
  position: relative;
  box-sizing: border-box;
  border: 1px solid rgb(212, 213, 227);
  background: rgb(255, 255, 255);
  padding: .5rem .3rem;
  height: 100%;
  transition: all .3s;
}

.subsidiary_box:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

.subsidiary_box::before {
  content: "";
  position: absolute;
  right: .25rem;
  bottom: .25rem;
  width: .56rem;
  height: .56rem;
  background: url(../images/icon09.svg) no-repeat center;
  background-size: contain;
}

.subsidiary {
  margin: .9rem 0 .9rem -0.2rem;
}

.subsidiary li {
  width: calc(33.33% - .2rem);
  margin-left: .2rem;
}


.contact {
  padding: .6rem 0 .7rem;
  background: url(../images/contact01.png) no-repeat 50% 0 / cover;
}

.online_title {
  color: rgb(255, 255, 255);
  font-size: .48rem;
  font-weight: 700;
  text-align: center;
}

.online_summary {
  color: rgb(236, 242, 254);
  font-size: .16rem;
  text-align: center;
  margin: .25rem 0 .5rem;
}

.contact_list {
  margin-left: -1rem;
}

.contact_list li {
  width: calc(50% - 1rem);
  margin-left: 1rem;
}

.contact_form {
  font-size: 16px;
}

.contact_form .layui-form-label {
  float: none;
  text-align: left;
  width: auto;
  padding: 9px 0 18px;
  color: #fff;
}

.contact_form .layui-input-block {
  margin-left: 0;
}

.contact_form .layui-input {
  height: 56px;
  border-radius: .08rem;
  border-color: rgb(160, 188, 248);
}

.contact_form .layui-textarea {
  border-radius: .08rem;
  padding: 10px;
}

.contact_btn {
  margin-top: .75rem
}

.submit_btn {
  outline: none;
  background-color: transparent;
  width: 3.24rem;
  height: .54rem;
  border-radius: .08rem;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 600;
}

.submit_btn:active {
  background: rgba(255, 255, 255, 0.5);
}




@media only screen and (max-width: 768px) {
  .map_box {
    position: static;
    transform: translateY(0);
    max-width: 100%;
    margin: .2rem 0;
  }

  .subsidiary {
    margin: .2rem 0 .6rem -0.2rem;
  }
}

@media only screen and (max-width: 500px) {
  .subsidiary li {
    width: 100%;
    margin-bottom: .2rem;
  }

  .contact_list li {
    width: 100%;
  }

  .contact_form {
    font-size: 12px;
  }

  .contact_form .layui-input {
    height: 38px;
  }

  .company_item,
  .submit_btn {
    font-size: 12px;
  }
}










/* ==========================================================================
   产品详情
   ========================================================================== */
.pro_center {
  padding: .6rem 0 .8rem;
  position: relative;
}

.pro_center::before {
  content: "";
  position: absolute;
  right: 0;
  top: -3rem;
  z-index: -99;
  width: 7.14rem;
  height: 11.75rem;
  background: url(../images/contact02.png) no-repeat;
}

.prodetail_title {
  color: rgb(51, 51, 51);
  font-size: .26rem;
  font-weight: 400;
  padding-left: .4rem;
}

.prodetail_desc {
  margin: .3rem 0;
  padding: .4rem;
  background: rgb(242, 242, 242);
  color: rgb(51, 51, 51);
  font-size: .18rem;
  line-height: 2;
}

.prodetail_main {
  margin-top: .3rem;
}

.prodetail_head {
  align-items: center;
  justify-content: space-between;
  background: rgb(172, 24, 24);
  padding: .15rem .4rem;
}

.prodetail_name {
  color: rgb(255, 255, 255);
  font-size: .24rem;
  font-weight: 400;
  align-items: center;
}

.prodetail_name img {
  margin-right: .15rem;
}

.download {
  position: relative;
  color: rgb(255, 255, 255);
  font-size: .24rem;
  font-weight: 300;
  align-items: center;
}

.download:hover {
  color: #fff;
}

.download img {
  margin-right: .15rem;
}

.prodetail_list {
  margin: -10px 0 .3rem;
  position: relative;
}

.prodetail_list li {
  width: 20%;
  margin-top: 10px;
}

.prodetail_item {
  align-items: center;
  font-size: .18rem;
}

.prodetail_item:hover {
  text-decoration: underline;
}

.prodetail_item img {
  margin-right: .1rem;
}


@media only screen and (max-width: 1280px) {
  .prodetail_list li {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) {
  .prodetail_list li {
    width: 33.33%;
  }

  .prodetail_desc,
  .prodetail_item {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .prodetail_list li {
    width: 50%;
  }

  .prodetail_title {
    font-size: 14px;
  }

  .prodetail_name {
    width: 100%;
    margin-bottom: 10px;
  }
}







/* ==========================================================================
   产品表格
   ========================================================================== */
.prodetail_table {
  position: relative;
  overflow-x: auto;
  transform: scaleY(-1);
}

.prodetail_table div::-webkit-scrollbar {
  height: 6px;
}

.proselect div::-webkit-scrollbar {
  height: 6px;
}

/* 表格样式*/
.prodetail_table .proselect {
  /* overflow-x: auto; */
  transform: scaleY(-1);
}

.pro-table {
  font-size: 12px;
  border-left: 1px solid #dbe1e4;

}

.pro-table th {
  background: #eef1f2;
  color: var(--primary);
  padding: 10px;
  border-right: 1px solid #dbe1e4;
}

.pro-table th:nth-child(1) {
  width: 160px;
}

.pro-table td:nth-child(1) {
  width: 160px;
}

.pro-table th:nth-child(2) {
  width: 80px;
}

.pro-table td:nth-child(2) {
  width: 80px;
}

.pro-table td:nth-child(3) {
  width: 80px;
}

.pro-table th:nth-child(3) {
  width: 80px;
}


.pro-cat .cat {
  height: 125px;
  overflow-y: auto;
}

.pro-cat .cat .li {
  line-height: 24px;
  padding-left: 20px;
  position: relative;
  white-space: nowrap;
}

.pro-cat .cat .li:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #eeeeee;
  border: 1px solid #dbe1e4;
  left: 0;
  top: 5px;
}

.pro-cat .cat .li.active:after {
  background: url(../images/k0.png) no-repeat center;
  background-size: 100%;
}

.pro-cat td {
  color: #575a69;
  padding: 5px 1px 5px 5px;
  border-right: 1px solid #dbe1e4;
}

.pro-op td {
  color: #0b56a7;
  padding: 5px 10px;
  border-right: 1px solid #dbe1e4;
  background: #eef1f2;
  text-align: center;
}

.pro-item td {
  color: #575a69;
  padding: 10px;
  border-right: 1px solid #dbe1e4;
  border-bottom: 1px solid #dbe1e4;
  font-size: 12px;
  text-align: center;
}

.pro-item tr td:first-child {
  text-align: left;
}

.pro-op tr td:first-child {
  text-align: left;
}

.pro-op .fa {
  font-size: 18px;
}

.pro-op .active .fa {
  color: var(--primary);
}

.pro-table div.sbox2 {
  margin: 10px 5px 14px 5px;
  font-weight: normal;
  position: relative;
  width: 60px;
  display: inline-block;
}

.pro-table div.sbox2 span.max,
.pro-table div.sbox2 span.min {
  display: block;
  position: absolute;
  left: 14px;
  font-size: 12px;
  color: #333;
}

.pro-table div.sbox2 span.max {
  top: 0;
}

.pro-table div.sbox2 span.min {
  bottom: -4px;
}

.pro-table div.sbox2 .maxBtn,
.pro-table div.sbox2 .minBtn {
  display: block;
  position: absolute;
  left: 14px;
  font-size: 12px;
  color: #333;
  z-index: 3;
}

.pro-table div.sbox2 .maxBtn {
  top: 0;
}

.pro-table div.sbox2 .minBtn {
  bottom: -4px;
}

.pro-table div.sbox2 .maxBtn .mSearch,
.pro-table div.sbox2 .minBtn .mSearch {
  width: 50px;
  position: relative;
  overflow: hidden;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #cbcbcb;
}

.pro-table div.sbox2 .maxBtn .mSearch .mSearchb,
.pro-table div.sbox2 .minBtn .mSearch .mSearchb {
  width: 18px;
  height: 18px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 1px;
  border: 0;
  background: var(--primary);
  line-height: 18px;
  color: white;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
}

.pro-table div.sbox2 .maxBtn .mSearch .mSearchk,
.pro-table div.sbox2 .minBtn .mSearch .mSearchk {
  width: calc(100% - 6px);
  height: 18px;
  line-height: 16px;
  padding-left: 4px;
  font-size: 10px;
  color: #333;
  border: 0;
  border-right: 0;
  float: left;
  text-transform: uppercase;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
}

.pro-table div.sbox2 .mb {
  width: 55px;
  height: 84px;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -40px;
}

.pro-table div.sbox2 .ui-slider-vertical {
  width: .2em;
}

.pro-table div.sbox2 .ui-slider .ui-slider-handle {
  width: .8em;
  height: .8em;
}

.pro-table div.sbox2 .ui-slider-vertical .ui-slider-handle {
  left: -.3em;
}

.a_Reset,
.a_allsel {
  color: var(--primary);
  text-decoration: underline;
  font-size: 14px;
}

.pro-cat td .link a {
  color: var(--primary);
  text-decoration: underline;
  font-size: 12px;
}

.pro-cat td a.linkreset {
  margin-right: 5px;
}









.prodetail_table .layui-slider-vertical {
  margin-left: 0px;
}

.prodetail_table .layui-slider-wrap-btn {
  width: 8px;
  height: 8px;
  border-radius: 0;
  border: 1px solid #a3242d !important;
}

.prodetail_table .pro-table div.sbox2 {
  margin: 10px 5px 14px 5px !important;
}

.proselect::-webkit-scrollbar {
  height: 4px;
}

.prodetail_table tbody::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5;
}

.prodetail_table tbody::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}

.prodetail_table tbody::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #bdb9b9;
}


.prodetail_table table tbody {
  display: block;
  max-height: 520px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.prodetail_table table thead {
  display: table;
  width: 1513px;
  table-layout: fixed;
}

.prodetail_table tbody tr {
  display: table;
  width: 1513px;
  table-layout: fixed;
}

.prodetail_table table thead th {
  background: #ccc;
}

@media only screen and (max-width:1280px) {
  .prodetail_table table thead {
    width: 1273px;
  }

  .prodetail_table tbody tr {
    width: 1273px;
  }
}