@import url(./inner_sidebar.css);

/* ==========================================================================
   全局
   ========================================================================== */
.content {
  min-height: 300px;
  padding: .4rem 0;
}

.content img {
  max-width: 100%;
}

.sub-banner {
  --bannerH: 310px;
  height: var(--bannerH);
}

.search_input {
  border-color: #b8b8b8 !important;
}


@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);
  }
}


.sub_head {
  margin-top: -0.8rem;
}

.navBar_lr {
  background: #fff;
  border-top: .03rem solid rgb(248, 182, 45);
  border-radius: 0px 85px 0px 0px;
  padding: 0 1.15rem 0 .55rem;
  height: 1.2rem;
  align-items: center;
}

.inner_title {
  position: relative;
  color: rgb(6, 41, 73);
  font-size: .36rem;
  font-weight: 400;
}

.inner_title::before {
  content: "";
  position: absolute;
  background: rgb(243, 149, 0);
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -0.32rem;
}

.navBar_left {
  margin-right: .9rem;
}

.nav_list {
  margin: -10px 0 0 -0.35rem;
}

.nav_item {
  margin: 10px 0 0 .35rem;
}

.nav_link {
  padding: .1rem .3rem;
  color: rgb(6, 41, 73);
  font-size: .18rem;
  font-weight: 400;
  border-radius: 100px;
  border: 1px solid rgb(6, 41, 73);
  transition: all .3s;
}

.nav_link:hover {
  background: rgb(6, 41, 73);
  color: #fff;
}

.nav_item.active .nav_link {
  background: rgb(6, 41, 73);
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .nav_link {
    padding: 3px 18px;
  }
}




/* ==========================================================================
   关于我们
   ========================================================================== */
.company {
  padding: .6rem .75rem;
  background: url(../images/about01.png) no-repeat;
  background-size: cover;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
}

.company_left {
  width: calc(48% - .85rem);
}

.company_right {
  width: 52%;
}

.company_title {
  color: rgb(6, 41, 73);
  font-size: .24rem;
  font-weight: 700;
  margin-bottom: .3rem;
}

.company_intro {
  color: rgb(51, 51, 51);
  font-size: .18rem;
  font-weight: 400;
  line-height: 175%;
}




.company_swiper {
  position: relative;
  padding: 0 .7rem;
}

.mySwiper1 .swiper-slide {
  width: 438px;
}

.mySwiper1 .swiper-slide {
  filter: blur(3px);
}

.mySwiper1 .swiper-slide-active {
  filter: blur(0);
}

.company_box .pic {
  border-radius: 8px;
}

.company_swiper .swiper-button-next:after,
.company_swiper .swiper-button-prev:after {
  display: none;
}

.company_swiper .swiper-button-next {
  width: .5rem;
  height: .5rem;
  right: 0;
  transform: translateY(-50%);
  margin-top: 0;
  background: url(../images/arr_r.png) no-repeat center;
  background-size: 100% 100%;
}

.company_swiper .swiper-button-prev {
  width: .5rem;
  height: .5rem;
  left: 0;
  transform: translateY(-50%);
  margin-top: 0;
  background: url(../images/arr_l.png) no-repeat center;
  background-size: 100% 100%;
}




.system {
  margin: .45rem 0 .6rem;
  background: url(../images/about02.png) no-repeat;
  background-size: 100% 100%;
  height: 4.3rem;
  border-radius: 8px;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
}

.pro_system {
  width: 3.2rem;
  height: .74rem;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 44px;
  color: rgb(255, 255, 255);
  font-size: .2rem;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  transition: all .3s;
}

.pro_system img {
  margin-right: .2rem;
}

.pro_system:after {
  content: '';
  display: block;
  position: absolute;
  top: -50px;
  left: -80px;
  background: white;
  width: 50px;
  height: 180px;
  opacity: 20%;
  transform: rotate(-45deg);
}

.pro_system:hover:after {
  left: 120%;
  transition: all 1200ms cubic-bezier(0.3, 1, 0.2, 1);
}

.system_area {
  padding-left: .65rem;
  border-left: .1rem solid rgb(248, 182, 45);
}

.system_area h3 {
  color: rgb(255, 255, 255);
  font-size: .24rem;
  font-weight: 700;
  line-height: 175%;
}

.system_area p {
  color: rgb(255, 255, 255);
  font-size: .24rem;
  font-weight: 700;
  line-height: 175%;
}


@media only screen and (max-width: 1536px) {
  .mySwiper1 .swiper-slide {
    width: 340px;
  }
}

@media only screen and (max-width: 1280px) {
  .mySwiper1 .swiper-slide {
    width: 300px;
  }

  .company_box .pic {
    border-radius: 4px;
  }

  .system {
    padding: 0 1rem;
  }
}

@media only screen and (max-width: 1152px) {
  .mySwiper1 .swiper-slide {
    width: 250px;
  }
}

@media only screen and (max-width: 920px) {
  .pro_system img {
    width: 20px;
  }

  .mySwiper1 .swiper-slide {
    width: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .company {
    padding: 25px;
  }

  .mySwiper1 .swiper-slide {
    width: 100%;
  }

  .company_intro {
    font-size: 12px;
  }

  .system {
    padding: 0 40px;
  }

  .sub_head {
    margin-top: 0;
  }

  .navBar_right {
    width: 100%;
    margin-top: 15px;
  }

  .navBar_lr {
    border-top: none;
    padding: 10px 0 0;
    height: auto;
  }

  .inner_title::before {
    bottom: 0;
  }
}

@media only screen and (max-width: 500px) {
  .company {
    padding: 10px;
  }

  .company_left {
    width: 100%;
  }

  .company_right {
    width: 100%;
    margin-top: 20px;
  }

  .company_title {
    font-size: 16px;
  }

  .nav_link {
    font-size: 12px;
  }

  .system {
    padding: 0 20px;
  }

  .system,
  .company {
    border-radius: 4px;
  }

  .pro_system {
    width: 178px;
    height: 34px;
    font-size: 12px;
  }

  .pro_system img {
    width: 18px;
  }

}













/* ==========================================================================
   新闻资讯
   ========================================================================== */
.news_list {
  margin-bottom: .5rem;
}

.news_box {
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: .2rem;
  border-radius: .08rem;
  transition: all .3s;
}

.news_box:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.news_left {
  width: 3.83rem;
}

.news_right {
  width: calc(100% - 4.36rem);
}

.news_left .pic {
  border-radius: .08rem;
}

.news_title {
  color: rgb(0, 0, 0);
  font-size: .24rem;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}

.news_date {
  color: rgb(85, 85, 85);
  font-size: .16rem;
  line-height: 2;
  font-weight: 400;
}

.news_info {
  color: rgb(85, 85, 85);
  font-size: .16rem;
  font-weight: 400;
  line-height: 2;
  margin: .15rem 0 .3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  transition: all 0.3s;
}

.news_info:hover,
.news_title:hover {
  color: rgb(6, 41, 73);
}

.news_ckxxnr {
  color: rgb(6, 41, 73);
  font-size: .18rem;
  font-weight: 400;
  align-items: center;
}

.news_ckxxnr img {
  margin-right: .1rem;
}

.news_ckxxnr:hover {
  color: var(--primary);
}




/* ———————— 向下滚动 ———————— */
.mouse_box {
  display: flex;
  justify-content: center;
  margin: .2rem 0 .5rem;
}

.mouse_roll {
  display: flex;
  align-items: center;
}

.loading {
  color: rgb(6, 41, 73);
  font-size: .28rem;
  margin-left: .2rem;
}

.mouse_img {
  opacity: 0;
  animation: myfirst 2.3s infinite;
  -webkit-animation: myfirst 2.3s infinite;
}

@keyframes myfirst {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  50% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}

@-webkit-keyframes myfirst {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  50% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}

@media only screen and (max-width: 768px) {

  .news_info,
  .news_date {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .news_ckxxnr {
    font-size: 12px;
  }

  .news_left {
    width: 100%;
  }

  .news_right {
    width: 100%;
    margin-top: 20px;
  }

  .news_title {
    font-size: 16px;
  }

  .news_ckxxnr img {
    width: 16px;
  }

  .mouse_roll img {
    width: 25px;
  }
}












/* ==========================================================================
   新闻详情
   ========================================================================== */
.news_details {
  padding: .2rem 0;
}

.nd_left {
  width: calc(100% - 5.3rem);
  float: left;
}

.nd_right {
  float: right;
  width: 3.85rem;
  box-sizing: border-box;
}

.nd_area {
  padding-bottom: .3rem;
  border-bottom: 1px solid #e5e8ef;
  box-sizing: border-box;
}

.nd_title {
  color: rgb(0, 0, 0);
  font-size: .24rem;
  font-weight: 400;
  text-align: center;
}

.nd_date {
  font-size: .16rem;
  color: rgb(85, 85, 85);
  margin: .1rem 0;
  text-align: center;
}

.nd_main {
  font-size: .16rem;
  font-weight: 400;
  color: rgb(85, 85, 85);
  line-height: 2;
  padding: .5rem 0;
  box-sizing: border-box;
}

.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: calc(100% - 1.9rem);
}

.tool_right {
  width: 1.58rem;
}

.tool_toggle {
  font-size: .16rem;
  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 {
  width: 1.58rem;
  height: .54rem;
  font-size: .18rem;
  color: #fff;
  border-radius: .05rem;
  background: linear-gradient(90.00deg, rgb(6, 41, 73), rgba(6, 41, 73, 0.6) 100%);
}

.back_btn:hover {
  color: #fff;
}

.top_btn {
  margin-left: .2rem;
}



/* ———————————————— 右边列表 ———————————————— */
.gdtj {
  border-radius: .08rem;
  background: linear-gradient(90.00deg, rgb(6, 41, 73), rgba(6, 41, 73, 0.8) 100%);
  height: .7rem;
  width: 100%;
  overflow: hidden;
  color: rgb(255, 255, 255);
  font-size: .24rem;
  font-weight: 400;
  align-items: center;
  justify-content: center;
}

.gdtj img {
  margin: 0 .25rem 0 .4rem;
}

.gdtj_list {
  margin: .37rem .49rem 0 .03rem;
  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: .16rem;
  line-height: .32rem;
  position: relative;
  padding-left: .3rem;
}

.gdtj_date::before {
  content: "";
  position: absolute;
  left: -0.03rem;
  top: 50%;
  transform: translateY(-50%);
  width: .03rem;
  height: .16rem;
  background: rgb(6, 41, 73);
}

.gdtj_title {
  color: rgb(0, 0, 0);
  font-size: .16rem;
  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: 768px) {

  .tool_toggle,
  .nd_main,
  .nd_date {
    font-size: 12px;
  }


}

@media only screen and (max-width: 500px) {
  .nd_main {
    padding: 20px 0;
    line-height: 1.5;
  }

  .tool_left {
    width: 100%;
  }

  .tool_right {
    margin-top: 10px;
  }

  .tool_toggle {
    line-height: 2;
  }

  .nd_title {
    font-size: 14px;
  }
}

















/* ==========================================================================
   联系我们
   ========================================================================== */
.contact_list {
  margin: .1rem 0 0 -0.5rem;
}

.contact_list li {
  width: calc(33.33% - .5rem);
  margin: 0 0 0 .5rem;
}

.contact_box {
  border-radius: .08rem;
  background: rgb(245, 248, 249);
  height: 100%;
  padding: .75rem .95rem;
  transition: all .3s;
}

.contact_box:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.contact_img {
  width: .92rem;
  transition: all .8s;
}

.contact_box:hover .contact_img {
  transform: rotateY(360deg);
}

.contact_title {
  margin: .2rem 0 .1rem;
  color: rgb(6, 41, 73);
  font-size: .24rem;
  font-weight: 400;
}

.contact_msg {
  color: rgb(6, 41, 73);
  font-size: .18rem;
  font-weight: 400;
  line-height: 175%;
}


.map {
  margin: .55rem 0 .65rem;
}

.map img {
  width: 100%;
}

.feedback {
  padding: .9rem 0;
  background: url(../images/home03.png) no-repeat;
  background-size: cover;
}

.feedback_lr {
  justify-content: space-between;
}

.feedback_title {
  color: rgb(255, 255, 255);
  font-size: .36rem;
  font-weight: 400;
  position: relative;
}

.feedback_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  width: 100%;
  height: 1px;
  background: #fff;
}

.feedback_form {
  margin-left: -0.3rem;
}

.form_left {
  width: 3.6rem;
  margin-left: .3rem;
}

.form_mid {
  width: 5rem;
  margin-left: .3rem;
}

.form_right {
  width: 2.08rem;
  margin-left: .3rem;
}

.form_item {
  border-radius: .08rem;
  overflow: hidden;
  background: #fff;
  padding: 0 .2rem;
}

.message_input {
  width: 100%;
  height: .56rem;
  line-height: .56rem;
  background: #fff;
  border: none;
  color: rgb(51, 51, 51);
  font-size: .16rem;
}

.form_left .form_item:first-child {
  margin-bottom: .22rem;
}

.form_mid .form_item {
  height: 100%;
  padding: .15rem .2rem;
}

.message_area {
  border: none;
  width: 100%;
  height: 100%;
  color: rgb(51, 51, 51);
  font-size: .16rem;
}

.yzm_box {
  background: #fff;
  border-radius: .08rem;
  overflow: hidden;
  margin-bottom: .22rem;
}

.yzm_img {
  width: 1rem;
  flex-shrink: 0;
}

.yzm_img img {
  max-width: 100%;
}

.yzm_input {
  border: none;
  background: #fff;
  color: rgb(51, 51, 51);
  font-size: .16rem;
  font-weight: 400;
  text-align: center;
  width: 100%;
  height: .56rem;
  line-height: .56rem;
}

.yzm_input::placeholder {
  color: rgb(51, 51, 51);
  text-align: center;
}

.yzm_input::-webkit-input-placeholder {
  color: rgb(51, 51, 51);
  text-align: center;
}

.form_btn {
  width: 100%;
  height: .56rem;
  border: none;
  border-radius: .08rem;
  background: #fff;
  color: rgb(6, 41, 73);
  font-size: .18rem;
  font-weight: 700;
}

.form_btn:active {
  background: rgb(6, 41, 73);
  color: #fff;
}

@media only screen and (max-width: 1536px) {
  .contact_box {
    padding: .6rem;
  }
}

@media only screen and (max-width: 920px) {
  .feedback_right {
    width: 100%;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .contact_box {
    padding: 20px;
  }

  .form_left {
    width: calc(40% - .3rem);
  }

  .form_mid {
    width: calc(60% - .3rem);
  }

  .form_right {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
  }

  .yzm_box {
    width: 160px;
  }

  .form_btn {
    width: 100px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .contact_list li {
    width: 100%;
  }

  .contact_list li:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .map {
    margin: 20px 0;
  }

  .contact_title {
    font-size: 16px;
  }

  .contact_msg {
    font-size: 12px;
  }

  .form_left {
    width: 100%;
  }

  .form_mid {
    width: 100%;
    height: 100px;
    margin-top: 12px;
  }

  .yzm_img {
    width: 70px;
  }

  .message_input {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }

  .message_area {
    font-size: 12px;
  }

  .yzm_input {
    font-size: 12px;
    height: 36px;
    line-height: 36px;
  }

  .form_btn {
    height: 36px;
    font-size: 12px;
  }
}














/* ==========================================================================
   人才招聘
   ========================================================================== */
.job_main {
  margin: .4rem 0 .5rem;
}

.caree_box {
  padding: .32rem .54rem;
  border-bottom: 1px solid rgb(231, 231, 231);
  justify-content: space-between;
  align-items: center;
}

.job_fsjl {
  width: 1.12rem;
  height: .42rem;
  border-radius: 42px;
  align-items: center;
  padding: 0 .21rem;
  border: 1px solid rgb(6, 41, 73);
  color: rgb(6, 41, 73);
  font-size: .16rem;
  transition: all .4s;
}

.caree_box.on .job_fsjl {
  color: #fff;
  background: rgb(248, 182, 45);
  border-color: rgb(248, 182, 45);
}

.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(6, 41, 73);
  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: 5px;
  }
}



.talent_concept {
  background: url(../images/job.png) no-repeat;
  background-size: cover;
  border-radius: .08rem;
  padding: .85rem 1.2rem;
  margin: .15rem 0 0;
  display: none;
}

.concept_area {
  max-width: 9.71rem;
  margin-left: .7rem;
  position: relative;
}

.concept_area::before {
  content: "";
  position: absolute;
  left: -0.7rem;
  top: 0;
  width: .1rem;
  height: 1.34rem;
  background: rgb(248, 182, 45);
}

.concept_title {
  color: rgb(255, 255, 255);
  font-size: .24rem;
  font-weight: 700;
  margin-bottom: .2rem;
}

.concept_desc {
  color: rgb(255, 255, 255);
  font-size: .18rem;
  font-weight: 400;
  line-height: 175%;
}

@media only screen and (max-width: 768px) {
  .concept_desc {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .talent_concept {
    padding: 20px;
  }

  .concept_title {
    font-size: 16px;
  }
}











/* ==========================================================================
   产品中心
   ========================================================================== */
.pro_head {
  box-sizing: border-box;
  border: 1px solid rgb(231, 231, 231);
  border-radius: .08rem;
  background: rgb(255, 255, 255) url(../images/pro01.jpeg) no-repeat left bottom;
  margin: .15rem 0 .5rem;
  padding: .27rem 1.35rem .27rem 1.25rem;
  justify-content: space-between;
  align-items: center;
}

.pro_left {
  width: 37.2396vw;
}

.pro_right {
  width: 26.4583vw;
}

.pro_title {
  color: rgb(6, 41, 73);
  font-size: .24rem;
  font-weight: 700;
  margin-bottom: .24rem;
}

.pro_msg {
  color: rgb(51, 51, 51);
  font-size: .18rem;
  font-weight: 400;
  line-height: 175%;
}

@media only screen and (max-width: 1536px) {

  .pro_left {
    width: 39vw;
  }
}

@media only screen and (max-width: 1280px) {
  .pro_head {
    padding: .27rem .9rem .27rem .83rem;
  }
}

@media only screen and (max-width: 1024px) {
  .pro_left {
    width: 45vw;
  }
}

@media only screen and (max-width: 768px) {
  .pro_head {
    padding: .27rem .5rem .27rem .5rem;
  }

  .pro_right {
    width: 30vw;
  }
}

@media only screen and (max-width: 500px) {
  .pro_head {
    padding: 20px;
  }

  .pro_left {
    width: 100%;
  }

  .pro_right {
    width: 100%;
    margin-top: 20px;
  }

  .pro_title {
    font-size: 14px;
  }

  .pro_msg {
    font-size: 12px;
  }
}




.pro_main {
  border: 1px solid rgb(231, 231, 231);
  border-radius: .08rem;
  background: rgb(255, 255, 255);
  padding: .65rem .95rem;
}


.proSearch_box {
  width: 6.2rem;
  border: 1px solid rgba(0, 0, 0, 0.32);
  border-radius: 78px;
  overflow: hidden;
  padding: 0 20px 0 30px;
}

.pro_input {
  float: left;
  border: none;
  width: calc(100% - 60px);
  height: 46px;
  line-height: 46px;
  background: #fff;
  color: rgba(0, 0, 0, .85);
  font-size: 18px;
}

.pro_btn {
  float: right;
  border: none;
  width: 46px;
  height: 46px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: url(../images/MagnifyingGlass.png) no-repeat center;
}



.pro_select {
  margin: .35rem 0;
}

.select_item {
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.32);
  border-radius: .08rem;
  overflow: hidden;
}

.condition_title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding: .1rem;
  color: rgb(6, 41, 73);
  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: 10px;
  background: rgb(250, 250, 250);
  display: none;
}

.third_list {
  margin: -10px 0 0 -20px;
}

.third_item {
  margin: 10px 0 0 20px;
}

.condition_name {
  padding: 0 5px 0 25px;
  color: #5b6770;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}

.condition_name:hover {
  background: #fff;
  color: rgb(6, 41, 73);
}

.condition_name::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 1px solid #aaaaaa;
  background: #eeeeee;
}

.condition_name.active::before {
  background: url(../images/k0.png) no-repeat center;
  border: none;
  background-size: 100% 100%;
}

.condition_radio {
  padding: 0 5px 0 25px;
  color: #5b6770;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}

.condition_radio:hover {
  background: #fff;
  color: #062949;
}

.condition_radio::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 1px solid #aaaaaa;
  border-radius: 50%;
  background: #eeeeee;
}

.condition_radio.active::before {
  background: url(../images/radio.svg) no-repeat center;
  border: none;
  background-size: 100% 100%;
}



.pro_table table thead tr {
  background: #FFC000;
  height: 40px;
}

.pro_table table thead th {
  text-align: center;
  font-size: 14px;
}

.pro_table table tbody tr {
  height: 40px;
}

.pro_table table tbody tr td {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.pro_table table tbody tr:nth-child(odd) {
  background: #EDEDED;
}


@media only screen and (max-width: 960px) {
  .pro_table {
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .pro_table table {
    min-width: 768px;
  }
}

@media only screen and (max-width: 768px) {

  .pro_table table tbody tr td,
  .pro_table table thead th {
    font-size: 12px;
  }

  .condition_title {
    font-size: 14px;
  }

  .proSearch_box {
    padding: 0 15px 0 20px;
  }

  .pro_input {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }

  .pro_btn {
    height: 36px;
    width: 36px;
  }
}

@media only screen and (max-width: 500px) {

  .pro_search form,
  .proSearch_box {
    width: 100%;
  }

  .pro_main {
    padding: 20px;
  }

  .condition_name,
  .condition_radio {
    font-size: 12px;
  }

  .pro_table table tbody tr,
  .pro_table table thead tr {
    height: 32px;
  }

}














/* ==========================================================================
   产品详情
   ========================================================================== */
.pro_details {
  border: 1px solid rgb(231, 231, 231);
  border-radius: .08rem;
  overflow: hidden;
  margin: .3rem 0;
}

.proDetails_head {
  padding: .6rem 0 .3rem;
  margin: 0 .85rem;
  align-items: center;
  border-bottom: 1px solid rgb(231, 231, 231);
}

.title_big {
  color: rgb(6, 41, 73);
  font-size: .36rem;
  font-weight: 700;
  margin-right: .44rem;
}

.title_small {
  padding: 1px .2rem;
  border-radius: 54px;
  background: rgb(248, 182, 45);
  color: rgb(51, 51, 51);
  font-size: .16rem;
  font-weight: 400;
}

.proDetails_main {
  padding: .6rem .85rem .7rem;
  justify-content: space-between;
}

.proDetails_left {
  width: calc(50% - .5rem);
}

.proDetails_right {
  width: 50%;
  border-radius: .08rem;
  background: rgb(238, 245, 247);
}

.proDetails_item {
  padding-left: .28rem;
}

.proDetails_stats {
  position: relative;
  color: rgb(6, 41, 73);
  font-size: .24rem;
  font-weight: 700;
  margin-bottom: .05rem;
}

.proDetails_stats::before {
  content: "";
  position: absolute;
  left: -0.28rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/CaretRight.svg);
  background-size: 100% 100%;
  width: .16rem;
  height: .16rem;
}

.proDetails_info {
  color: rgb(51, 51, 51);
  font-size: .18rem;
  font-weight: 400;
  line-height: 175%;
}

.proDetails_area .proDetails_item:not(:last-of-type) {
  margin-bottom: .25rem;
}

.proDetails_data {
  position: relative;
  height: .66rem;
  line-height: .66rem;
  color: rgb(255, 255, 255);
  font-size: .24rem;
  font-weight: 700;
  padding-left: .62rem;
  border-radius: .08rem;
  background: rgb(6, 41, 73);
}

.proDetails_data::before {
  content: "";
  position: absolute;
  left: 0.34rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/CaretRight.svg);
  background-size: 100% 100%;
  width: .16rem;
  height: .16rem;
}

.proDetails_img {
  padding: .42rem .76rem;
}

.proDetails_back {
  padding: .3rem 0;
  background: rgb(249, 249, 249);
  color: rgb(6, 41, 73);
  font-size: .2rem;
  font-weight: 400;
}

.proDetails_back img {
  margin-right: .2rem;
}

.proDetails_back:hover {
  color: rgb(6, 41, 73);
}

.proDetails_back:active {
  background: rgba(6, 41, 73, .1);
}


@media only screen and (max-width: 768px) {
  .proDetails_head {
    margin: 0 20px;
  }

  .proDetails_main {
    padding: 30px 20px;
  }

  .proDetails_info,
  .title_small {
    font-size: 12px;
  }

  .proDetails_img {
    padding: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .proDetails_left {
    width: 100%;
  }

  .proDetails_right {
    margin-top: 20px;
    width: 100%;
  }

  .proDetails_data::before,
  .proDetails_stats::before {
    width: 12px;
    height: 12px;
  }

  .proDetails_stats::before {
    left: -16px;
  }

  .proDetails_back img {
    width: 16px;
  }

  .proDetails_back {
    font-size: 12px;
  }

  .title_big {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .proDetails_stats {
    font-size: 14px;
  }

  .proDetails_img {
    padding: 20px 10px;
  }
}