@import url(./inner_sidebar.css);

/* ==========================================================================
   全局
   ========================================================================== */
.global_nav {
  background: #fff;
}

.content {
  min-height: 300px;
  padding: .4rem 0;
}

.content img {
  max-width: 100%;
}

.sub-banner {
  /* margin-top: 1rem; */
  --bannerH: 310px;
  height: var(--bannerH);
}

.sub-banner .wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bgtitle1 {
  color: rgb(255, 255, 255);
  font-size: .32rem;
  font-weight: 700;
}

.bgtitle2 {
  margin-top: 5px;
  color: rgb(255, 255, 255);
  font-size: .18rem;
  font-weight: 400;
}

@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);
    margin-top: 48px;
  }
}


.sub_nav .wrapper {
  position: relative;
}

.breadcrumb {
  color: #555555;
  font-size: .16rem;
  height: 54px;
  line-height: 54px;
  overflow: hidden;
  position: absolute;
  z-index: 99;
  right: 20px;
  top: 0;
  align-items: center;
}

.breadcrumb img {
  margin-right: 10px;
}

.breadcrumb a {
  color: #555555;
}

/* .breadcrumb a:last-child {
  font-weight: 700;
  color: rgb(172, 24, 24);
} */

.breadcrumb a:hover {
  color: var(--primary);
}

@media only screen and (max-width:768px) {
  .breadcrumb {
    display: none;
  }
}




/* ==========================================================================
   关于我们
   ========================================================================== */
.about {
  padding: .6rem 0 .9rem;
}

.about_title {
  color: rgb(2, 71, 190);
  font-size: .24rem;
  font-weight: 700;
  line-height: 200%;
  text-align: center;
}

.about_swiper {
  padding: .6rem 0;
  position: relative;
  margin: 0 0 .9rem;
}

.about_swiper .swiper-scrollbar-horizontal {
  width: 100%;
  left: 0;
  bottom: 0;
  height: .1rem;
  background: rgb(229, 231, 240);
}

.about_swiper .swiper-scrollbar-drag {
  background: rgb(2, 71, 190);
}

.about_intro {
  color: rgb(51, 51, 51);
  font-size: .16rem;
  font-weight: 400;
  line-height: 200%;
  padding: 0 1.2rem;
}

.about_partner {
  text-align: center;
  margin: .7rem 0 .55rem;
}


@media only screen and (max-width: 1200px) {
  .about_intro {
    font-size: 12px;
  }
}


@media only screen and (max-width: 500px) {
  .about_intro {
    padding: 0;
  }

  .about_title {
    font-size: 14px;
  }
}





/* ==========================================================================
   发展历程
   ========================================================================== */
.history {
  padding: .6rem 0 .8rem;
}

.history_swiper {
  position: relative;
  padding: 0 0 .6rem;
  margin: .6rem 0 0;
}

.history_swiper .swiper-scrollbar-horizontal {
  width: 100%;
  left: 0;
  bottom: 0;
  height: .1rem;
  background: rgb(229, 231, 240);
}

.history_swiper .swiper-scrollbar-drag {
  background: rgb(2, 71, 190);
}

.history_box {
  height: 4.48rem;
  border: 1px solid rgb(227, 227, 227);
  background: url(../images/history01.png) no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  padding: .45rem 0 0 .64rem;
}

.history_year {
  color: rgb(2, 71, 190);
  font-size: .72rem;
  font-weight: 700;
  margin-bottom: .1rem;
}

.history_info {
  color: rgb(51, 51, 51);
  font-size: .16rem;
  font-weight: 400;
  line-height: 200%;
}

@media only screen and (max-width: 1200px) {
  .history_info {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .history_box {
    padding: 15px 0 0 25px;
  }
}










/* ==========================================================================
   新闻中心
   ========================================================================== */
.news {
  padding: 0 0 40px;
}

.news_heading {
  background: rgb(249, 249, 249);
  padding: .4rem 3.85rem;
  position: relative;
  z-index: 99;
}

.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: var(--primary);
}




.news_main {
  padding: .3rem 0 0;
}

.news_list li {
  border-bottom: 1px solid rgb(231, 231, 231);
}

.news_box {
  padding: .32rem .54rem;
  align-items: center;
  justify-content: space-between;
}

.news_box:hover {
  background: rgb(249, 249, 249);
  transition: all .5s;
}

.news_date {
  width: .92rem;
  text-align: center;
}

.news_ckxq {
  width: 1.58rem;
}

.news_area {
  width: calc(100% - 2.5rem);
  padding: 0 .55rem;
}

.news_year {
  color: rgb(85, 85, 85);
  font-size: .37rem;
  font-weight: 400;
}

.news_month {
  color: rgb(85, 85, 85);
  font-size: .31rem;
  font-weight: 700;
}

.news_title {
  color: rgb(51, 51, 51);
  font-size: .26rem;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: .16rem;
}

.news_msg {
  color: rgb(102, 102, 102);
  font-size: .16rem;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_link {
  width: 1.58rem;
  height: .42rem;
  align-items: center;
  padding: 0 .21rem;
  border: 1px solid rgb(2, 71, 190);
  color: rgb(2, 71, 190);
  font-size: .16rem;
  background: url(../images/icon12.png) no-repeat;
  background-size: .34rem auto;
  background-position: right .21rem center;
  transition: all .4s;
}

.news_box:hover .news_title,
.news_box:hover .news_month,
.news_box:hover .news_year {
  color: rgb(2, 71, 190);
}

.news_ckxq:hover .news_link {
  background: rgb(2, 71, 190) url(../images/icon12_w.png) no-repeat;
  background-size: .34rem auto;
  background-position: right .1rem center;
  color: #fff;
}

.news_more {
  margin: .6rem auto .65rem;
  width: 2.5rem;
  height: .64rem;
  border: 1px solid rgb(2, 71, 190);
  border-radius: 66px;
  color: rgb(2, 71, 190);
  font-size: .2rem;
  font-weight: 400;
  overflow: hidden;
}

.news_more img {
  margin-right: .14rem;
  animation: remove 2.3s infinite;
}

@keyframes remove {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  50% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}

.news_more:hover {
  color: rgb(2, 71, 190);
}

@media only screen and (max-width: 1280px) {
  .news_heading {
    padding: .4rem 1.2rem;
  }
}

@media only screen and (max-width: 1200px) {
  .news_msg {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .news_item {
    width: 100%;
  }

  .news_item:not(:last-of-type) {
    margin-bottom: 20px;
  }


}

@media only screen and (max-width: 500px) {
  .news_heading {
    padding: 20px;
  }

  .news_box {
    padding: 20px 5px;
  }

  .news_area {
    width: calc(100% - .92rem);
    padding: 0 0 0 10px;
  }

  .news_ckxq {
    margin-top: 10px;
  }

  .news_link {
    width: 100px;
    height: 24px;
    font-size: 12px;
    background-size: 20px auto;
  }

  .news_ckxq:hover .news_link {
    background-size: 20px auto;
  }

  .news_more {
    width: 136px;
    height: 32px;
    font-size: 12px;
  }

  .news_more img {
    width: 20px;
  }
}










/* ==========================================================================
   新闻详情
   ========================================================================== */
.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;
height: auto;
}

.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: var(--primary);
  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: var(--primary);
  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;
  }
}










/* ==========================================================================
   投资者关系
   ========================================================================== */
.investor {
  padding: .7rem 0 0;
}

.investor_stock {
  background: url(../images/investor01.png) no-repeat;
  background-size: cover;
  padding: .6rem 1.7rem;
  justify-content: space-between;
  align-items: center;
}

.stock_title {
  color: rgb(51, 51, 51);
  font-size: .32rem;
  font-weight: 400;
  margin-bottom: .1rem;
}

.stock_num {
  color: rgb(2, 71, 190);
  font-size: .48rem;
  font-weight: 700;
}

.share_price {
  color: rgba(224, 0, 16, 0.91);
  font-size: .48rem;
  font-weight: 700;
  align-items: baseline;
}

.price {
  color: rgba(102, 102, 102, 0.91);
  font-size: .2rem;
  font-weight: 400;
  margin-left: .15rem;
}

.stock_hqsjbg {
  width: 4.26rem;
  height: .96rem;
  border: 1px solid rgb(204, 215, 235);
  background: rgba(255, 255, 255, 0.95);
  color: rgba(51, 51, 51, 0.91);
  font-size: .24rem;
  font-weight: 400;
}

.report_list {
  margin: 65px 0 0 -0.36rem;
}

.report_list li {
  width: calc(33.33% - .36rem);
  margin: 0 0 .36rem .36rem;
}

.report_box {
  position: relative;
  padding: .48rem .52rem;
  border: 1px solid rgb(227, 227, 227);
  background: rgb(255, 255, 255);
  height: 100%;
  transition: all .3s;
}

.report_box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: .44rem;
  height: .44rem;
  background: rgb(2, 71, 190) url(../images/icon14.png) no-repeat center;
  background-size: .32rem auto;
}

.report_box:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.report_title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  color: rgb(51, 51, 51);
  font-size: .18rem;
  font-weight: 400;
}

.report_date {
  margin-top: .24rem;
  color: rgb(51, 51, 51);
  font-size: .14rem;
}

.report_box:hover .report_title {
  color: var(--primary);
}

.investor .news_more {
  margin: .24rem auto .65rem;
}

@media only screen and (max-width: 1600px) {
  .investor_stock {
    padding: .6rem 1rem;
  }
}

@media only screen and (max-width: 1200px) {
  .report_date {
    font-size: 12px;
  }

  .report_title {
    font-size: 14px;
  }
}

@media only screen and (max-width: 960px) {
  .report_list li {
    width: calc(50% - .36rem);
  }
}

@media only screen and (max-width: 768px) {
  .investor_stock {
    padding: .6rem .3rem;
  }
}

@media only screen and (max-width: 500px) {
  .investor_stock .stock_item:last-child {
    margin-top: 20px;
    width: 100%;
  }

  .stock_hqsjbg {
    margin: 0 auto;
  }

  .report_list li {
    width: 100%;
  }
}










/* ==========================================================================
   联系我们
   ========================================================================== */
.contact_main {
  padding: .68rem 0 .48rem;
  margin-left: -0.32rem;
}

.contact_left {
  margin-left: .32rem;
  width: calc(33.33% - .32rem);
}

.contact_right {
  margin-left: .32rem;
  width: calc(66.66% - .32rem);
  background: url(../images/contact01.png) no-repeat;
  background-size: cover;
}

.contact_box {
  padding: .6rem .8rem;
  border: 1px solid rgba(50, 50, 50, 0.2);
  height: 100%;
}

.contact_title {
  color: rgb(0, 0, 0);
  font-size: .24rem;
  font-weight: 400;
  padding: 0 0 .35rem;
  border-bottom: 1px solid rgb(2, 71, 190);
}

.contact_area {
  padding: .35rem 0 0;
}

.contact_info {
  color: rgb(0, 0, 0);
  font-size: .18rem;
  font-weight: 400;
  line-height: 2;
  align-items: center;
}

.contact_info img {
  width: .26rem;
  margin-right: .16rem;
  flex-shrink: 0;
}

.contact_right .contact_title {
  color: #fff;
  border-color: #fff;
}

.contact_right .contact_area {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -0.8rem;
}

.contact_right .contact_info {
  width: calc(50% - .8rem);
  margin: 0 0 0 .8rem;
  color: #fff;
}

.address {
  align-items: center;
  color: inherit;
  position: relative;
}

.address:hover {
  color: inherit;
}

.address::after {
  content: "";
  position: absolute;
  width: .24rem;
  height: .24rem;
  right: -0.3rem;
  top: 0;
  background: url(../images/map01.png) no-repeat center;
  background-size: .24rem auto;
}

.company_heading {
  justify-content: space-between;
  align-items: center;
}

.company_heading h2 {
  align-items: center;
  color: rgb(2, 71, 190);
  font-size: .32rem;
  font-weight: 400;
}

.company_heading h2 img {
  margin-right: .21rem;
}

.company_heading h5 {
  color: rgb(2, 71, 190);
  font-size: .18rem;
  font-weight: 400;
  align-items: center;
}

.company_heading h5 img {
  width: .24rem;
}

.company_list {
  margin: .45rem 0 .7rem -0.32rem;
}

.company_list li {
  margin: 0 0 0 .32rem;
  width: calc(33.33% - .32rem);
}

.company_list .address::after {
  background-image: url(../images/map02.png);
  right: .1rem;
  top: 0;
}

.address_info {
  padding-right: .4rem;
  line-height: 1.5;
}

.address_info span {
  flex-shrink: 0;
}

.contact_right .address_info {
  padding-right: 0;
}

@media only screen and (max-width: 1600px) {
  .contact_box {
    padding: .4rem .5rem;
  }
}

@media only screen and (max-width: 768px) {
  .contact_left {
    width: 100%;
  }

  .contact_right {
    width: 100%;
    margin-top: 20px;
  }

  .contact_info img {
    width: 18px;
  }

  .contact_info {
    font-size: 12px;
  }

  .company_list li {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .contact_right .contact_info {
    width: 100%;
  }

  .company_list .address::after {
    top: 3px;
  }

  .address::after {
    top: 3px;
  }
}










/* ==========================================================================
   人才理念
   ========================================================================== */
.career {
  padding: .7rem 0 .4rem;
}

.career_heading {
  padding: .9rem 1.2rem;
  background: url(../images/career01.png) no-repeat;
  background-size: cover;
}

.career_title {
  color: rgb(255, 255, 255);
  font-size: .32rem;
  font-weight: 400;
  margin-bottom: .3rem;
}

.career_info {
  color: rgb(255, 255, 255);
  font-size: .18rem;
  font-weight: 400;
  line-height: 2;
}

.career_list {
  margin: .35rem 0 0 -0.35rem;
}

.career_list li {
  width: calc(50% - .35rem);
  margin: 0 0 .35rem .35rem;
}

.career_box {
  border: 1px solid rgba(50, 50, 50, 0.2);
  padding: 1rem;
  height: 100%;
  transition: all .3s;
}

.career_flex {
  align-items: center;
}

.career_img {
  width: 1.03rem;
  flex-shrink: 0;
  transition: all .7s;
}

.career_area {
  margin: 0 0 0 .74rem;
}

.career_txt1 {
  color: rgb(50, 50, 50);
  font-size: .32rem;
  font-weight: 400;
  margin-bottom: .3rem;
}

.career_txt2 {
  color: rgb(120, 120, 120);
  font-size: .18rem;
  line-height: 2;
  font-weight: 400;
}

.career_box:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.career_box:hover .career_img {
  transform: rotateY(360deg);
}

@media only screen and (max-width: 1600px) {
  .career_box {
    padding: .8rem;
  }
}

@media only screen and (max-width: 768px) {
  .career_box {
    padding: .4rem;
  }

  .career_area {
    margin: 0 0 0 20px;
  }

  .career_heading {
    padding: 30px 40px;
  }

  .career_txt2,
  .career_info {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .career_heading {
    padding: 20px;
  }

  .career_list li {
    width: 100%;
  }
}










/* ==========================================================================
   人才招聘
   ========================================================================== */
.job {
  padding: .65rem 0 .4rem;
}

.city_list {
  margin: 0 0 0 -0.3rem;
}

.city_list li {
  margin: 0 0 0 .3rem;
}

.city_item {
  min-width: .84rem;
  height: .44rem;
  border: 1px solid rgb(217, 217, 217);
  color: rgb(0, 0, 0);
  font-size: .16rem;
  font-weight: 400;
}

.city_item.on {
  background: rgb(2, 71, 190);
  color: rgb(255, 255, 255);
  font-weight: 500;
}


.job_main {
  margin: .5rem 0 0;
}

.caree_box {
  padding: .32rem .54rem;
  border-bottom: 1px solid rgb(231, 231, 231);
  justify-content: space-between;
  align-items: center;
}

.job_fsjl {
  width: 1.58rem;
  height: .42rem;
  align-items: center;
  padding: 0 .21rem;
  border: 1px solid rgb(2, 71, 190);
  color: rgb(2, 71, 190);
  font-size: .16rem;
  background: url(../images/icon12.png) no-repeat;
  background-size: .34rem auto;
  background-position: right .21rem center;
  transition: all .4s;
}

.caree_box.on .job_fsjl {
  background: rgb(2, 71, 190) url(../images/icon12_w.png) no-repeat;
  background-size: .34rem auto;
  background-position: right .21rem center;
  color: #fff;
}

.job_title {
  padding-left: .4rem;
  color: rgb(51, 51, 51);
  font-size: .26rem;
  font-weight: 700;
  background: url(../images/plus.png) no-repeat left center;
  background-size: .24rem auto;
}

.caree_box.on .job_title {
  color: rgb(2, 71, 190);
  background-image: url(../images/minus.png);
}

.job_intro {
  margin: .12rem 0 0 -0.6rem;
}

.job_intro h6 {
  margin: 0 0 0 .6rem;
  color: rgb(102, 102, 102);
  font-size: .16rem;
  font-weight: 400;
}

.caree_box.on {
  background: rgb(249, 249, 249);
  border-bottom: none;
}

.caree_item .nwms {
  background: rgb(249, 249, 249);
  padding: .08rem .54rem .38rem;
  display: none;
}

.caree_item .warp {
  background: #fff;
  padding: .36rem .5rem;
  position: relative;
  color: rgb(51, 51, 51);
  font-size: .18rem;
  font-weight: 400;
  line-height: 175%;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
}

.caree_item .warp::before {
  content: '';
  position: absolute;
  left: .56rem;
  top: -0.07rem;
  background: #fff;
  width: .18rem;
  height: .18rem;
  transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
  .caree_item .warp {
    font-size: 12px;
    padding: 20px;
  }

  .job_intro h6 {
    font-size: 12px;
  }

  .job_title {
    background-size: 18px auto;
  }
}

@media only screen and (max-width: 500px) {
  .caree_box {
    padding: 15px 20px;
  }

  .caree_item .nwms {
    padding: 4px 20px 27px;
  }
}














/* ==========================================================================
   产品中心
   ========================================================================== */
.pro {
  padding: .5rem 0;
}

.pro_main {
  margin: 0 0 0 -0.36rem;
}

.pro_left {
  width: calc(50% - .36rem);
  margin: 0 0 0 .36rem;
}

.pro_right {
  width: calc(50% - .36rem);
  margin: 0 0 0 .36rem;
}

.pro_kind {
  height: 5.8rem;
  padding: .8rem 0 0 .9rem;
  background: rgb(255, 255, 255) url(../images/pro01.png) no-repeat;
  background-size: cover;
  border: 1px solid rgb(227, 227, 227);
}

.pro_title {
  color: rgb(2, 71, 190);
  font-size: .26rem;
  font-weight: 700;
}

.pro_kind .pro_title {
  margin-bottom: .4rem;
}

.pro_list {
  width: 3.62rem;
  overflow: auto;
  padding-right: 6px;
  max-height: calc(.61rem * 6);
}

.pro_list::-webkit-scrollbar-track {
  display: none;
}

.pro_list::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.05);
}

.pro_list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--primary);
}

.pro_list li {
  border-bottom: 1px solid rgb(222, 224, 236);
}

.pro_link {
  padding: .15rem 0;
  justify-content: space-between;
  align-items: center;
  color: rgb(2, 2, 2);
  font-size: .2rem;
  font-weight: 500;
  position: relative;
}

.pro_link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: all .5s;
}

.pro_link:hover::before {
  width: 100%;
}

.pro_link img {
  width: .11rem;
}


.pro_tag {
  color: rgb(51, 51, 51);
  font-size: .16rem;
  font-weight: 400;
  margin-left: .15rem;
}

.pro_module {
  height: calc(100% + .36rem);
  flex-direction: column;
  margin: -0.36rem 0 0;
}

.pro_search {
  border: 1px solid rgb(227, 227, 227);
  height: calc(64% - .36rem);
  margin: .36rem 0 0;
}

.pro_select {
  border: 1px solid rgb(227, 227, 227);
  background: rgb(255, 255, 255) url(../images/pro02.png) no-repeat;
  background-size: cover;
  height: calc(36% - .36rem);
  margin: .36rem 0 0;
}

.proSelect_box {
  align-items: center;
  height: 100%;
  padding: 0 .9rem;
}

.proSearch_box {
  height: 100%;
  padding: .8rem .9rem 0;
}

.search_input {
  margin: .4rem 0 0;
  background: rgb(243, 243, 243);
  padding: .24rem .32rem;
}

.pro_form {
  background: #fff;
  justify-content: space-between;
  padding: 0 .1rem;
}

.pro_input {
  float: left;
  border: none;
  width: calc(100% - 60px);
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: rgba(0, 0, 0, .85);
  font-size: 16px;
  padding: 0 10px;
}

.pro_btn {
  float: right;
  border: none;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: url(../images/search_b.png) no-repeat center;
}

@media only screen and (max-width: 960px) {
  .proSearch_box {
    padding: 40px 30px 0;
  }

  .pro_kind {
    padding: 40px 0 0 30px;
  }
}

@media only screen and (max-width: 768px) {
  .pro_left {
    width: 100%;
  }

  .pro_right {
    width: 100%;
    margin-top: 20px;
  }

  .pro_search {
    height: 100%;
  }

  .proSearch_box {
    padding: 40px 30px;
  }

  .pro_select {
    height: 100%;
  }

  .proSelect_box {
    padding: 40px 30px;
  }

  .pro_tag {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .pro_link {
    font-size: 12px;
    padding: 8px 0;
  }

  .pro_list {
    max-height: calc(35px * 5);
  }

  .pro_kind {
    padding: 40px 0 0 20px;
  }

  .proSearch_box {
    padding: 40px 20px;
  }

  .search_input {
    padding: 5px;
  }

  .pro_title {
    font-size: 14px;
  }

  .pro_input {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    width: calc(100% - 40px);
  }

  .pro_btn {
    width: 30px;
    height: 30px;
    background-size: 24px auto;
  }
}

















/* ==========================================================================
   产品筛选左边
   ========================================================================== */
.pro_details {
  justify-content: space-between;
  align-items: flex-start;
}

.proDetails_left {
  width: 3rem;
}

.proDetails_right {
  width: calc(100% - 3.35rem);
}

.sideBar {
  border: 1px solid rgb(227, 227, 227);
}

.first_menu .first_item:not(:last-of-type) {
  border-bottom: 1px solid rgb(200, 200, 200);
}

.first_title {
  color: rgb(51, 51, 51);
  height: .7rem;
  line-height: .7rem;
  font-size: 16px;
  font-weight: 700;
  padding: 0 .33rem;
  background: rgb(240, 240, 240) url(../images/CaretRight.png) no-repeat;
  background-position: right .3rem center;
  background-size: 21px auto;
  cursor: pointer;
}

.first_title.on {
  color: rgb(2, 71, 190);
  background: rgb(240, 240, 240) url(../images/CaretRight_blue.png) no-repeat;
  background-position: right .3rem center;
  background-size: 21px auto;
}

.second_menu {
  display: none;
  /* height: 600px; */
  max-height: 600px;
  overflow: auto;
  scrollbar-width: thin;
}

.tree_main * {
  box-sizing: initial;
}

.tree_main {
  padding: .2rem;
}

/* .tree_main .layui-icon-file {
  display: none;
} */

.tree_main .layui-tree-line .layui-tree-entry:hover .layui-tree-txt {
  color: var(--primary);
}




/* 筛选条件 */
.select_list {
  padding: .1rem;
}

.select_item {
  margin-bottom: 5px;
}

.condition_title {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding: .1rem;
  background: rgb(240, 240, 240);
  color: #5b6770;
  cursor: pointer;
}

.condition_title::after {
  content: "";
  position: absolute;
  top: 35%;
  right: .12rem;
  width: .08rem;
  height: .08rem;
  border-bottom: 1px solid rgb(66, 66, 66);
  border-right: 1px solid rgb(66, 66, 66);
  transform: rotate(45deg);
  transition: all .3s;
}

.condition_title.on::after {
  transform: rotate(225deg);
  top: 45%;
}

.third_menu {
  padding: .05rem;
  background: rgb(245, 245, 245);
  display: none;
}

.third_item {
  margin-bottom: 5px;
  /* display: flex; */
}

.condition_name {
  padding-left: 25px;
  color: #5b6770;
  font-size: 12px;
  cursor: pointer;
  position: relative;
}

.condition_name:hover {
  background: #fff;
}

.condition_name::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 1px solid #aaaaaa;
  background: #eeeeee;
}

.condition_name.active::before {
  background: url(../images/k0.png) no-repeat center;
  border: none;
  background-size: contain;
}











/* ==========================================================================
   产品筛选右边
   ========================================================================== */

.proDetails_heading {
  border: 1px solid rgb(227, 227, 227);
  height: .7rem;
  align-items: center;
  justify-content: space-between;
  padding: 0 .45rem;
}

.type_title {
  color: rgb(2, 71, 190);
  font-size: 16px;
  font-weight: 700;
}

.download_btn {
  align-items: center;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
}

.download_btn:hover {
  color: var(--primary);
}

.download_btn img {
  margin-right: 10px;
}

.download_btn:last-child {
  margin-left: .35rem;
}

.proDetails_main {
  margin-top: .4rem;
}

.pdf_link {
  margin-left: 10px;
  color: red;
}

.proDetails_table .layui-table-body {
  scrollbar-width: thin;
}


.proDetails_table .layui-form-checked[lay-skin=primary]>i {
  border-color: #0247be !important;
  background-color: #0247be;
}

.proDetails_table .layui-form-checkbox[lay-skin=primary]:hover>i,
.proDetails_table .layui-form-checkbox[lay-skin=primary]>.layui-icon-indeterminate {
  border-color: rgb(2, 71, 190);
}

.proDetails_table .layui-form-checkbox[lay-skin=primary]>.layui-icon-indeterminate:before {
  background-color: rgb(2, 71, 190);
}

.proDetails_table .layui-table-checked {
  background-color: rgba(2, 71, 190, 0.1);
}

.proDetails_table .layui-table-page {
  overflow-x: auto;
}



@media only screen and (max-width: 1280px) {

  .download_btn,
  .type_title {
    font-size: 14px;
  }
}


@media only screen and (max-width: 960px) {
  .proDetails_left {
    width: 100%;
  }

  .proDetails_right {
    margin-top: .4rem;
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .first_title {
    font-size: 14px
  }

  .proDetails_heading {
    height: auto;
    padding: 10px;
  }

  .download {
    width: 100%;
    margin-top: 10px;
  }

  .download_btn:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
}


.proDetails_main .layui-table-header thead {
  background: rgb(240, 240, 240);
}









/* ==========================================================================
   企业文化
   ========================================================================== */
.culture {
  padding: .6rem 0;
}

.culture_title {
  color: rgb(2, 71, 190);
  font-size: .36rem;
  font-weight: 700;
  line-height: 200%;
  text-align: center;
}

.culture_main {
  margin-top: .2rem;
  background: url(../images/homepic06.jpg) no-repeat center;
  background-size: cover;
  height: 5.2rem;
}

.culture_bottom {
  height: 2.6rem;
}

.culture_top {
  height: 2.6rem;
  background: rgba(159, 137, 112, 0.9);
}

.culture_left {
  width: 66.66%;
}

.culture_right {
  width: 33.33%;
  background: rgba(81, 116, 181, 0.9);
}

.culture_box1 {
  width: 50%;
  background: rgba(230, 124, 0, 0.9);
}

.culture_box2 {
  width: 50%;
  background: rgba(165, 173, 183, 0.9);
}

.culture_left .culture_box {
  height: 100%;
  align-items: center;
  padding: 0 1rem;
}

.culture_name {
  font-size: .4rem;
  color: #fff;
}

.culture_top .culture_area {
  margin-left: .2rem;
}

.culture_info {
  font-size: .18rem;
  line-height: 1.8;
  color: #fff;
}

.culture_center {
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.culture_bottom .culture_area {
  margin-top: .2rem;
}

.culture_right .culture_box {
  height: 100%;
  padding: 0 .5rem;
  flex-direction: column;
  justify-content: center;
}

.culture_right .culture_area {
  margin-top: .2rem;
}

@media only screen and (max-width: 500px) {
  .culture_left {
    width: 100%;
  }

  .culture_right {
    width: 100%;
    height: 2.6rem;
  }

  .culture_left .culture_box {
    padding: 0;
    justify-content: center;
  }

  .culture_main {
    height: auto;
  }
}