@import url(./inner_sidebar.css);

/* ==========================================================================
   全局
   ========================================================================== */
.content {
  min-height: 300px;
  padding: .5rem 0;
}

.content img {
  max-width: 100%;
}

.sub-banner {
  --bannerH: 480px;
  height: var(--bannerH);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

@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);
  }
}

.breadcrumb {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  color: rgba(102, 102, 102, 1);
  font-size: var(--font16);
  font-weight: 400;
}

.breadcrumb i {
  margin-right: 5px;
}

.breadcrumb .fa-house {
  color: rgba(33, 67, 131, 1);
}

.breadcrumb a {
  color: inherit;
}

.breadcrumb a:last-child {
  color: var(--primary);
}

.breadcrumb a:hover {
  color: var(--primary);
}


@media only screen and (max-width:768px) {
  .breadcrumb {
    display: none;
  }
}








/* ==========================================================================
   关于我们
   ========================================================================== */
.inner_title {
  color: rgba(51, 51, 51, 1);
  font-size: var(--font36);
  font-weight: 400;
}

.about_first {
  background: url(../images/about01.png) no-repeat;
  background-size: cover;
}

.about_flex {
  justify-content: space-between;
  padding: .3rem 0 .6rem;
}

.about_left {
  width: 48%;
}

.about_right {
  width: calc(52% - 1.2rem);
}

.about_title {
  color: rgba(0, 64, 152, 1);
  font-size: var(--font32);
  font-weight: 500;
  margin-bottom: .1rem;
}

.about_info {
  color: rgba(30, 30, 30, 1);
  font-size: var(--font18);
  font-weight: 400;
  line-height: 250%;
}

.aboutNum_list {
  gap: .4rem;
  align-items: flex-start;
}

.aboutNum_list li {
  width: calc(50% - .2rem);
}

.aboutNum_list li:nth-child(2) {
  margin-top: .6rem;
}

.aboutNum_list li:nth-child(3) {
  margin-top: -0.6rem;
}

.aboutNum_box {
  border-radius: .05rem;
  padding: .25rem 0 .35rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 1);
  flex-direction: column;
  align-items: center;
  transition: all .35s;
}

.aboutNum_box:hover {
  background: rgba(12, 138, 192, 1);
}

.aboutNum_img {
  width: .62rem;
  height: .51rem;
  background: url(../images/num.png) no-repeat center;
  background-size: 100% auto;
}

.about_number {
  color: rgba(0, 0, 0, 1);
  font-size: .64rem;
  line-height: 1;
  font-weight: 700;
  margin: .15rem 0 .05rem;
}

.aboutNum_txt {
  color: rgba(34, 0, 17, 1);
  font-size: var(--font18);
  font-weight: 300;
}

.aboutNum_box:hover .aboutNum_img {
  background-image: url(../images/num_w.png);
}

.aboutNum_box:hover .about_number,
.aboutNum_box:hover .aboutNum_txt {
  color: rgba(255, 255, 255, 1);
}


.about_second {
  background: url(../images/about02.png) no-repeat;
  background-size: cover;
  padding: .9rem 0;
}

.culture_flex {
  justify-content: space-between;
}

.culture_left {
  position: relative;
  width: calc(55% - 1rem);
  justify-content: center;
}

.culture_left .inner_title {
  position: absolute;
  left: 0;
  top: 0;
}

.culture_right {
  width: 45%;
}

.culture_img {
  width: 5.13rem;
}

.culture_list {
  flex-direction: column;
  row-gap: .5rem;
}

.culture_list li {
  padding-bottom: .3rem;
  border-bottom: 1px solid #bfbfbf;
}

.culture_box {
  gap: .2rem;
  align-items: center;
}

.culture_area {
  width: calc(100% - 1.25rem);
}

.culture_title {
  color: rgba(30, 30, 30, 1);
  font-size: var(--font36);
  font-weight: 700;
}

.culture_box:hover .culture_title {
  color: var(--primary);
}

.culture_msg {
  margin-top: .2rem;
  color: rgba(30, 30, 30, 1);
  font-size: var(--font18);
  font-weight: 300;
}

.culture_box:hover .culture_msg {
  font-weight: 700;
}

.culture_icon {
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: .6rem auto;
  transition: all .35s;
}

.culture_list li:nth-child(1) .culture_icon {
  background-image: url(../images/cul01.png);
}

.culture_list li:nth-child(1) .culture_box:hover .culture_icon {
  background-color: #1280b9;
  background-image: url(../images/cul01_w.png);
}

.culture_list li:nth-child(2) .culture_icon {
  background-image: url(../images/cul02.png);
}

.culture_list li:nth-child(2) .culture_box:hover .culture_icon {
  background-color: #1280b9;
  background-image: url(../images/cul02_w.png);
}

.culture_list li:nth-child(3) .culture_icon {
  background-image: url(../images/cul03.png);
}

.culture_list li:nth-child(3) .culture_box:hover .culture_icon {
  background-color: #1280b9;
  background-image: url(../images/cul03_w.png);
}


.about_third {
  background: url(../images/about03.png) no-repeat;
  background-size: cover;
  padding: .8rem 0 1.3rem;
}

.honor_intro {
  color: rgba(85, 85, 85, 1);
  font-size: var(--font18);
  font-weight: 400;
  line-height: 200%;
  margin: .3rem 0;
}

.honor_part {
  display: none;
  min-height: 5.2rem;
}

.honor_tab {
  justify-content: center;
  gap: .15rem;
  margin-bottom: .5rem;
}

.honor_item {
  border: 1px solid rgba(190, 190, 190, 1);
  border-radius: 3px;
  color: rgba(0, 0, 0, 1);
  font-size: var(--font18);
  font-weight: 400;
  padding: .1rem .3rem;
  cursor: pointer;
}

.honor_item:hover {
  background: #005796;
  border-color: #005796;
  color: #ffffff;
}

.honor_item.on {
  background: #005796;
  border-color: #005796;
  color: #ffffff;
}

.honor_swiper {
  position: relative;
}

.partner_swiper .swiper-pagination,
.aboutTech_swiper .swiper-pagination,
.honor_swiper .swiper-pagination {
  bottom: -0.6rem;
}

.partner_swiper .swiper-pagination .swiper-pagination-bullet,
.aboutTech_swiper .swiper-pagination .swiper-pagination-bullet,
.honor_swiper .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid rgba(196, 196, 196, 1);
  background: transparent;
  width: .18rem;
  height: .18rem;
  opacity: 1;
}

.partner_swiper .swiper-pagination .swiper-pagination-bullet-active,
.aboutTech_swiper .swiper-pagination .swiper-pagination-bullet-active,
.honor_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #1280b9;
  border-color: #1280b9;
}


.about_fourth {
  padding: .75rem 0 1.3rem;
  background: linear-gradient(180.00deg, rgba(255, 255, 255, 1) 0%, rgba(243, 249, 255, 1) 100%);
}

.aboutTech_swiper {
  margin-top: .4rem;
  position: relative;
}

.aboutTech_title {
  height: .7rem;
  color: rgba(51, 51, 51, 1);
  font-size: var(--font18);
  text-align: center;
  border-bottom: 1px solid rgba(146, 146, 146, 1);
  transition: all .3s;
}

.aboutTech_box:hover .aboutTech_title {
  background: #1280b9;
  border-color: #1280b9;
  color: #ffffff;
}

.about_fifth {
  padding: .8rem 0;
}

.partner_box .pic {
  border: 1px solid rgba(220, 219, 219, 1);
}

.partner_swiper {
  margin-top: .4rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .about_info {
    line-height: 2;
  }

  .about_right {
    width: calc(52% - 0.6rem);
  }
}

@media only screen and (max-width: 500px) {
  .about_left {
    width: 100%;
  }

  .about_right {
    width: 100%;
    margin-top: 20px;
  }

  .about_info {
    line-height: 1.5;
  }

  .culture_left {
    width: 100%;
  }

  .culture_right {
    width: 100%;
  }
}










/* ==========================================================================
   联系我们
   ========================================================================== */
.contact_main {
  margin-top: .3rem;
  padding-bottom: 1rem;
}

.contact_box {
  padding: .45rem .6rem;
  border: 1px solid rgba(223, 223, 223, 1);
}

.contact_list {
  justify-content: space-between;
}

.contact_area {
  color: rgba(51, 51, 51, 1);
  font-size: var(--font18);
  font-weight: 400;
  line-height: 2.3;
}

.contact_area p {
  display: flex;
  align-items: center;
}

.contact_area img {
  margin-right: .1rem;
}

.contact_ewm {
  width: 1.2rem;
  border: 1px solid rgba(231, 231, 231, 1);
}

.contact_ewm img {
  width: 100%;
}


.online {
  background: linear-gradient(180.00deg, rgba(246, 248, 251, 1) 0%, rgba(246, 248, 251, 0) 100%);
  padding: .5rem 0 .9rem;
}

.online_list {
  margin-top: .3rem;
  gap: .25rem .6rem
}

.online_list li {
  width: calc(25% - .45rem);
}

.online_list li:last-child {
  width: 100%;
}

.online_label {
  color: rgba(102, 102, 102, 1);
  font-size: var(--font18);
  font-weight: 400;
  margin-bottom: .1rem;
}

.layui-input:focus,
.layui-textarea:focus {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 3px rgba(18, 128, 185, .08);
}

.online_end {
  margin-top: .35rem;
  justify-content: flex-end;
}

.yzm_flex {
  gap: .35rem;
}

.yzm_img {
  width: 95px;
  flex-shrink: 0;
}

.yzm_flex .layui-btn {
  padding: 0 .5rem;
  background: rgba(18, 128, 185, 1);
}

@media only screen and (max-width: 768px) {
  .online_list li {
    width: calc(50% - .3rem);
  }
}

@media only screen and (max-width: 500px) {
  .online_list li {
    width: 100%;
  }

  .contact_list {
    gap: 20px;
  }

  .contact_ewm {
    width: 80px;
  }
}











/* ==========================================================================
   人才招聘
   ========================================================================== */
.job_main {
  margin: .25rem 0 0;
  padding: 0 0 .5rem;
}

.job_list {
  padding: .2rem .4rem;
  gap: .2rem;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.job_list li {
  width: 25%;
  color: rgba(51, 51, 51, 1);
  font-size: var(--font20);
  font-weight: 400;
}

.caree_item {
  margin-top: .3rem;
}

.caree_box {
  position: relative;
  padding: .2rem .4rem;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  cursor: pointer;
}

.caree_box .size {
  color: rgba(51, 51, 51, 1);
  font-size: var(--font20);
  font-weight: 300;
  width: 25%;
}

.caree_box i {
  margin-right: .1rem;
}

.open_close {
  position: absolute;
  right: .4rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(18, 128, 185, 1);
  font-size: var(--font18);
  font-weight: 400;
}

.oc_txt2 {
  display: none;
}

.caree_box.on .oc_txt1 {
  display: none;
}

.caree_box.on .oc_txt2 {
  display: block;
  color: #ffffff;
}

.caree_box.on .size {
  color: #ffffff;
}

.caree_box.on {
  background: rgba(18, 128, 185, 1);
}

.careerMenu .nwms {
  display: none;
}

.careerMenu .nwms .warp {
  padding: .5rem .45rem;
  border-radius: 0px 0px .08rem .08rem;
  box-shadow: 0px 10px 19px 0px rgba(0, 0, 0, 0.1);
}

.job_btn {
  gap: .4rem;
  margin: .7rem 0 0;
}

.job_link {
  min-width: 2rem;
  min-height: .5rem;
  padding: .1rem .3rem;
  border-radius: 100px;
  background: rgba(204, 26, 29, 1);
  color: rgba(255, 255, 255, 1);
  font-size: var(--font20);
  line-height: 1;
  font-weight: 400;
}

.job_link img {
  margin-left: .15rem;
}

.job_link:nth-child(2) {
  background: rgba(18, 128, 185, 1);
}

.job_link:hover {
  color: #ffffff;
}

.job_area {
  color: rgba(51, 51, 51, 1);
  font-size: var(--font18);
  font-weight: 400;
  line-height: 200%;
}




@media only screen and (max-width: 500px) {
  .job_list {
    padding: 10px;
  }

  .caree_box {
    gap: 10px;
    padding: 10px;
  }

  .caree_box .size {
    width: calc(50% - 5px);
  }

  .job_link {
    font-size: 12px;
  }
}









/* ==========================================================================
   企业责任
   ========================================================================== */
.csr_intro {
  margin: .45rem 0;
  color: #1f1f1f;
  font-size: var(--font24);
  font-weight: 300;
  line-height: 200%;
}

.csr_title {
  border-radius: 0px .24rem 0px 0px;
  background: rgba(0, 87, 186, .9);
  color: rgba(255, 255, 255, 1);
  font-size: var(--font24);
  font-weight: 400;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: .1rem .4rem;
  min-width: 2.4rem;
  min-height: .6rem;
}

.csr_list {
  gap: .36rem;
  padding: 0 0 .5rem;
}

.csr_list li {
  width: calc(50% - .18rem);
}

@media only screen and (max-width: 500px) {
  .csr_list li {
    width: 100%;
  }
}






/* ==========================================================================
   文件资料
   ========================================================================== */
.download_list {
  gap: .6rem;
  margin-top: .4rem;
}

.download_list li {
  width: calc(50% - .3rem);
}

.download_box {
  border: 1px solid rgba(191, 191, 191, 1);
  padding: .5rem .25rem;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
  transition: all .3s;
}

.download_box:hover {
  box-shadow: 0 0 .15rem 0px rgba(0, 0, 0, 0.2);
}

.download_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 1.4rem;
  min-height: .4rem;
  padding: .09rem .25rem;
  background: rgba(102, 102, 102, 1);
  color: rgba(255, 255, 255, 1);
  font-size: var(--font14);
  font-weight: 300;
}

.download_btn img {
  margin-right: .1rem;
}

.pdf_img {
  width: .95rem;
}

.download_area {
  width: calc(100% - 1.15rem);
}

.download_title {
  color: rgba(51, 51, 51, 1);
  font-size: var(--font18);
  font-weight: 700;
}

.download_date {
  color: rgba(51, 51, 51, 1);
  font-size: var(--font14);
  font-weight: 300;
  margin-top: .1rem;
}


.download_box:hover .download_title {
  color: rgba(0, 125, 190, 1);
}

.download_box:hover .download_btn {
  background: rgba(18, 128, 185, 1);
}

@media only screen and (max-width: 500px) {
  .download_list {
    gap: 20px;
  }

  .download_list li {
    width: 100%;
  }

  .download_btn img {
    width: 16px;
  }
}







/* ==========================================================================
   新闻动态
   ========================================================================== */
.news_list {
  margin-top: .3rem;
}

.news_list li {
  padding: .4rem 0;
  border-bottom: 1px solid rgba(191, 191, 191, 1);
  margin-bottom: .4rem;
}

.news_box {
  justify-content: space-between;
  align-items: center;
}

.news_left {
  width: 3.6rem;
  position: relative;
}

.news_date {
  position: absolute;
  left: .25rem;
  top: -0.4rem;
  width: .8rem;
  height: .8rem;
  background: linear-gradient(180.00deg, rgba(0, 96, 181, 1), rgba(12, 137, 191, 1) 100%);
  flex-direction: column;
}

.news_day {
  color: rgba(255, 255, 255, 1);
  font-size: var(--font36);
  line-height: 1;
  font-weight: 500;
}

.news_year {
  color: rgba(255, 255, 255, 1);
  font-size: var(--font16);
  font-weight: 500;
}

.news_right {
  width: calc(100% - 4.1rem);
}

.news_title {
  color: rgba(0, 0, 0, 1);
  font-size: var(--font30);
  font-weight: 400;
}

.news_info {
  color: rgba(93, 93, 93, 1);
  font-size: var(--font16);
  font-weight: 400;
  line-height: 200%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  margin: .1rem 0 .4rem;
}

.news_more {
  align-items: center;
  color: rgba(50, 50, 50, 1);
  font-size: var(--font16);
  font-weight: 400;
}

.news_more img {
  margin-left: .1rem;
  transition: all .35s;
}

.news_box:hover .news_more,
.news_box:hover .news_title {
  color: rgba(0, 96, 181, 1);
}

.news_box:hover .news_more img {
  margin-left: .15rem;
}


@media only screen and (max-width: 500px) {
  .news_date {
    width: 60px;
    height: 60px;
    top: -30px;
  }

  .news_left {
    width: 100%;
  }

  .news_right {
    width: 100%;
    margin-top: 20px;
  }


}









/* ==========================================================================
   新闻详情
   ========================================================================== */

.newsdet_flex {
  justify-content: space-between;
  margin: .3rem 0 0;
}

.nd_left {
  width: calc(100% - 5rem);
}

.nd_right {
  width: 4rem;
}

.nd_heading {
  background: rgba(243, 244, 247, 1);
  padding: .2rem .25rem;
}

.nd_title {
  color: rgb(0, 0, 0);
  font-size: var(--font24);
  font-weight: 400;
}

.nd_date {
  margin-top: .15rem;
  color: rgba(102, 102, 102, 1);
  font-size: 12px;
  padding-left: 24px;
  background: url(../images/icon11.svg) no-repeat left center;
  background-size: contain;
}

.nd_main {
  font-size: var(--font16);
  font-weight: 400;
  color: #555555;
  line-height: 2;
  padding: .5rem 0;
}

.nd_main img {
  margin: .4rem 0;
}

.nd_toolbar {
  border-top: 1px solid #e5e8ef;
  padding: .4rem 0;
  align-items: center;
  justify-content: space-between;
}

.tool_left {
  width: 100%;
}

.tool_right {
  width: 100%;
  margin-top: .25rem;
}

.tool_toggle {
  font-size: var(--font16);
  font-weight: 400;
  line-height: 2;
  align-items: center;
}

.tool_toggle span {
  flex-shrink: 0;
}

.tool_toggle a {
  color: rgb(51, 51, 51);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tool_toggle a:hover {
  color: var(--primary);
}

.back_btn {
  min-width: 1.8rem;
  min-height: .5rem;
  font-size: var(--font18);
  color: #fff;
  border-radius: 100px;
  background: linear-gradient(116.81deg, rgba(0, 96, 181, 1) 7.24%, rgba(12, 137, 191, 1) 98.673%);
}

.back_btn:hover {
  color: #fff;
}




/* ———————————————— 右边列表 ———————————————— */
.gdtj {
  border-radius: 2px;
  background: linear-gradient(90.00deg, rgba(12, 137, 191, 1), rgba(0, 96, 181, 1) 100%);
  height: .7rem;
  color: rgb(255, 255, 255);
  font-size: var(--font24);
  font-weight: 400;
  align-items: center;
  padding: 0 .35rem;
}

.gdtj img {
  margin-right: .25rem;
}

.gdtj_list {
  margin: .3rem .3rem 0;
  border-left: 1px solid rgb(229, 232, 239);
  padding-bottom: .5rem;
}

.gdtj_list li {
  margin-bottom: .2rem;
}

.gdtj_date {
  color: rgb(85, 85, 85);
  font-size: var(--font16);
  line-height: 2;
  position: relative;
  padding-left: .3rem;
}

.gdtj_date::before {
  content: "";
  position: absolute;
  left: -0.03rem;
  top: 50%;
  transform: translateY(-50%);
  width: .03rem;
  height: .16rem;
  background: rgba(0, 96, 181, 1);
}

.gdtj_title {
  color: rgb(0, 0, 0);
  font-size: var(--font16);
  padding-left: .3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.gdtj_box:hover .gdtj_title {
  color: var(--primary);
}


@media only screen and (max-width: 920px) {
  .nd_right {
    display: none;
  }

  .nd_left {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .back_btn {
    font-size: 12px;
  }
}










/* ==========================================================================
   产品介绍
   ========================================================================== */
.product {
  padding: 0 0 .3rem;
}

.pro_list {
  gap: 0.5rem 0.24rem;
  margin-top: 0.5rem;
}

.pro_list li {
  width: calc(25% - 0.18rem);
}

.pro_box {
  padding-bottom: 0.1rem;
  border-bottom: 1px solid rgba(196, 196, 196, 1);
  transition: all 0.35s;
}

.pro_box:hover {
  border-color: rgba(0, 113, 188, 1);
}

.pro_title {
  margin-top: 0.25rem;
  color: rgba(51, 51, 51, 1);
  font-size: var(--font24);
  height: calc(var(--font24) * 3);
  font-weight: 400;
  position: relative;
  padding-right: 0.4rem;
  overflow: hidden;
}

.pro_title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.35rem;
  height: 0.35rem;
  background: url(../images/icon01.svg) no-repeat center;
  background-size: 0.35rem auto;
}

.pro_box:hover .pro_title {
  color: rgba(0, 113, 188, 1);
}

@media only screen and (max-width: 500px) {
  .pro_list li {
    width: calc(50% - 0.12rem);
  }

  .pro_title::before {
    top: 3px;
  }
}










/* ==========================================================================
   产品详情
   ========================================================================== */
.pro_nav {
  background: #fff;
  border-bottom: 1px solid rgba(191, 191, 191, 1);
}

.pro_nav .wrapper {
  height: .6rem;
  position: relative;
}

.pro_nav .breadcrumb {
  right: 20px;
}

.pro_details img {
  max-width: 100%;
}

.prodet_first {
  padding: .3rem 0 .6rem;
}

.select_model {
  margin: .3rem 0 0;
  background: rgba(247, 247, 248, 1);
  padding: 0 .4rem;
}

.select_pro {
  padding: .4rem 0;
}

.select_pro:first-child {
  border-bottom: 1px solid rgba(211, 210, 210, 1);
}

.select_left {
  color: rgba(51, 51, 51, 1);
  font-size: var(--font20);
  font-weight: 700;
  width: 2.6rem;
}

.select_right {
  width: calc(100% - 2.6rem);
}

.prodet_list {
  gap: .4rem .2rem;
}

.prodet_list li {
  width: calc(25% - .15rem);
}

.prodet_name {
  align-items: center;
  color: rgba(102, 102, 102, 1);
  font-size: var(--font16);
  font-weight: 400;
}

.prodet_name.on {
  color: rgba(0, 113, 188, 1);
  font-size: var(--font18);
  font-weight: 700;
}

.prodet_name img {
  margin-right: .1rem;
  width: .3rem;
}

.prodet_name:hover {
  color: var(--primary);
}




.select_list {
  gap: .3rem .2rem;
}

.select_list li {
  width: calc(20% - .16rem);
}


.select_h3 {
  color: rgba(51, 51, 51, 1);
  font-size: var(--font18);
  font-weight: 400;
}

.select_h4 {
  color: rgba(102, 102, 102, 1);
  font-size: var(--font16);
  font-weight: 400;
  text-align: center;
  margin-bottom: 5px;
  height: calc(var(--font16) * 1.5);
  overflow: hidden;
}

.select_pro .layui-form-select .layui-input {
  text-align: center;
}

.layui-form-select dl dd.layui-this {
  color: var(--primary);
}




.prodet_second {
  padding: .3rem 0 .5rem;
  background: linear-gradient(180.00deg, rgba(245.91, 245.91, 247.03, 1) 0%, rgba(245.91, 245.91, 247.03, 0) 99.578%);
}

.pro_remark {
  color: #333;
  font-size: var(--font20);
  font-weight: 400;
  line-height: 2;
}

.prodet_main {
  margin: .4rem 0;
}

.pro_table {
  overflow-x: auto;
  scrollbar-width: thin;
}

.pro_table table {
  min-width: 15.2rem;
}

.pro_table table thead {
  table-layout: fixed;
}

.pro_table table tr th,
.pro_table table tr td {
  background: #ffffff;
  border: 1px solid #eee;
  padding: .1rem;
  font-size: var(--font16);
  min-width: 1.8rem;
}

.pro_table table tr th {
  background: #1280b9;
  color: #fff;
  font-weight: 300;
}

.pro_table table tr td {
  text-align: center;
}

.pro_table table tr th:nth-child(1),
.pro_table table tr td:nth-child(1) {
  min-width: 1.6rem;
  position: sticky;
  left: 0;
}

@media only screen and (max-width: 920px) {
  .prodet_list li {
    width: calc(33.33% - .1333rem);
  }

  .select_list li {
    width: calc(33.33% - .1333rem);
  }
}

@media only screen and (max-width: 768px) {
  .pro_table table {
    min-width: 1280px;
  }
}

@media only screen and (max-width: 500px) {
  .select_left {
    width: 100%;
    margin-bottom: 20px;
  }

  .select_right {
    width: 100%;
  }

  .prodet_list li {
    width: calc(50% - .1rem);
  }

  .select_list li {
    width: calc(50% - .1rem);
  }

  .select_model {
    padding: 0 10px;
  }
}







/* ==========================================================================
   下载
   ========================================================================== */
.down_form {
  margin: .3rem 0;
  background: #EDF1F3;
  padding: .3rem;
}

.form_flex {
  justify-content: flex-end;
  gap: .2rem;
}

.form_box {
  min-width: 2.5rem;
}

.down_input {
  background: #fff;
  border: 1px solid transparent;
  justify-content: space-between;
}

.down_btn,
.down_search {
  border: none;
  height: 36px;
}

.down_search {
  width: calc(100% - .5rem);
  padding: 0 .1rem;
}

.down_btn {
  width: .4rem;
  height: 36px;
  background: url(../ico/search24_b.svg) no-repeat center;
  background-size: .2rem auto;
}

.info_heading {
  background: var(--primary);
  padding: .15rem .2rem;
}

.info_item {
  font-size: var(--font20);
  color: #fff;
}

.info_name,
.info_item:nth-child(1) {
  width: 40%;
}

.info_type,
.info_item:nth-child(2) {
  width: 25%;
}

.info_date,
.info_item:nth-child(3) {
  width: 25%;
}

.info_down,
.info_item:nth-child(4) {
  width: 10%;
}

.info_box {
  padding: .15rem .2rem;
  align-items: center;
}

.info_list li {
  border-bottom: 1px solid #bfbfbf;
}

.info_down {
  color: var(--primary);
  font-size: var(--font18);
}

.info_down i {
  margin-right: .1rem;
}

.info_name,
.info_type,
.info_date {
  font-size: var(--font18);
  color: #333;
}

@media only screen and (max-width: 500px) {
  .form_box {
    width: 100%;
  }

  .down_btn {
    width: 40px;
    background-size: 18px auto;
  }

  .info_date,
  .info_type,
  .info_item:nth-child(2),
  .info_item:nth-child(3) {
    display: none;
  }

  .info_name,
  .info_item:nth-child(1) {
    width: calc(100% - 50px);
  }

  .info_down,
  .info_item:nth-child(4) {
    width: 50px;
  }
}








/* ==========================================================================
   向下滚动
   ========================================================================== */
.mouse_box {
  display: flex;
  justify-content: center;
  margin: .5rem 0 0;
}

.mouse_roll {
  display: flex;
  align-items: center;
  cursor: default;
}

.loading {
  color: #333;
  font-size: var(--font26);
  font-weight: 400;
  margin-left: .1rem;
}

.mouse_img {
  width: .32rem;
  opacity: 0;
  animation: rolldown 2.3s infinite;
  -webkit-animation: rolldown 2.3s infinite;
}

#gdnone {
  display: none;
}

@keyframes rolldown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  50% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}

@-webkit-keyframes rolldown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  50% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}

@media only screen and (max-width: 500px) {
  .mouse_img {
    width: 18px;
  }
}