/* ==========================================================================
   全局
   ========================================================================== */
.sub-banner img {
  max-width: 100%;
}

.content img {
  max-width: 100%;
}

.sub-banner {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  height: auto;
  position: relative;
}

.sub-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

.inner_area {
  padding-top: 1.26rem;
}

.inner_title {
  color: rgb(255, 255, 255);
  font-size: .36rem;
  font-weight: 700;
  position: relative;
}

.inner_title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.27rem;
  width: 100%;
  height: .04rem;
  background: rgb(255, 176, 0);
}

.white {
  color: #FFFFFF !important;
}

.zhanwei {
  height: 100px;
}

@media only screen and (max-width: 920px) {
  .zhanwei {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .content .wrapper {
    padding: 0 10px;
  }
}



/* ==========================================================================
   关于我们
   ========================================================================== */
.about {
  padding: .37rem 0 0;
}

.about_head {
  justify-content: space-between;
  align-items: center;
  margin: .4rem 0;
}

.about_left {
  width: calc(45% - .84rem);
}

.about_video {
  box-sizing: border-box;
  border: .06rem solid rgb(255, 255, 255);
  border-radius: .08rem;
}

.about_right {
  width: 55%;
}

.play_button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: .98rem;
  transition: all .4s;
}

.play_button:hover {
  transform: translate(-50%, -50%) scale(1.2);
}

.play_animation {
  position: relative;
}

.play_button:hover .play_animation:before {
  animation: fx-plyr-play-button 1.5s ease-out infinite;
  border: .04rem 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
  }
}

.about_desc {
  color: rgb(255, 255, 255);
  font-size: .18rem;
  font-weight: 400;
  line-height: 2;
}


/* sidebar */
.about_sidebar {
  justify-content: flex-end;
}

.about_sidebar .sidebar_box {
  width: 55%;
}

.inner_sidebar {
  margin-left: -.35rem;
}

.sidebar_item {
  color: rgb(255, 255, 255);
  font-size: .16rem;
  font-weight: 400;
  line-height: 1.5;
  box-sizing: border-box;
  border: 1px solid rgb(255, 255, 255);
  border-radius: .59rem;
  padding: .07rem .31rem;
  margin-left: .35rem;
  margin-bottom: 20px;
  transition: all .4s;
}

.sidebar_item.si_on {
  background: rgb(255, 255, 255);
  color: rgb(0, 91, 175);
}

.sidebar_item:hover {
  background: rgb(255, 255, 255);
  color: rgb(0, 91, 175);
}



.about_main {
  padding-top: .76rem;
}

.about_main img {
  max-width: 100%;
}

.about_info {
  color: rgb(0, 0, 0);
  font-size: .18rem;
  line-height: 2;
}

.about_img {
  margin: .59rem 0 .97rem;
}

.about_service {
  background: url(../images/about03.jpeg) no-repeat center;
  background-size: cover;
  height: 5.44rem;
  padding-top: .92rem;
  box-sizing: border-box;
}

.about_case {
  margin-top: -1.66rem;
}

.aboutCase_title {
  padding: .1rem 0;
  color: rgb(51, 51, 51);
  font-size: .16rem;
  text-align: center;
}

.about_line {
  margin: .4rem 0 .83rem;
  display: flex;
  justify-content: center;
  position: relative;
}

.about_line::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1px;
  width: 5.49rem;
  background: rgb(174, 196, 217);
}

.about_line::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 1px;
  width: 5.49rem;
  background: rgb(174, 196, 217);
}

.swiper_btn {
  position: relative;
}

.about_cksyfwyj {
  width: 2.11rem;
  height: .56rem;
  border-radius: .54rem;
  background: rgb(58, 66, 73);
  color: rgb(255, 255, 255);
  font-size: .16rem;
  font-weight: 400;
}

.about_cksyfwyj:hover {
  color: #fff;
}

.swiper_btn .swiper-button-next:after,
.swiper_btn .swiper-button-prev:after {
  display: none;
}

.swiper_btn .swiper-button-next,
.swiper_btn .swiper-button-prev {
  width: .56rem;
  height: .56rem;
  top: 0;
  margin-top: 0;
}

.swiper_btn .swiper-button-next {
  background: url(../images/arr_next.svg) no-repeat center;
  background-size: 100%;
  right: -0.68rem;
}

.swiper_btn .swiper-button-prev {
  background: url(../images/arr_prev.svg) no-repeat center;
  background-size: 100%;
  left: -0.68rem;
}

.about_pro {
  background: url(../images/about08.png) no-repeat 50% 0 / cover;
  box-sizing: border-box;
  padding: .58rem 0 .58rem .75rem;
}

.aboutPro_box {
  align-items: center;
}

.about_msg {
  width: 9.19rem;
  color: rgb(0, 0, 0);
  font-size: .18rem;
  font-weight: 400;
  line-height: 2;
}

.about_cksycp {
  width: 1.8rem;
  height: .56rem;
  border-radius: .54rem;
  background: rgb(58, 66, 73);
  color: rgb(255, 255, 255);
  font-size: .16rem;
  font-weight: 700;
  margin-left: .82rem;
}

.about_cksycp:hover {
  color: #FFFFFF;
}

.about_lxwm {
  width: 1.41rem;
  height: .56rem;
  border-radius: .54rem;
  background: rgb(255, 176, 0);
  color: rgb(255, 255, 255);
  font-size: .16rem;
  font-weight: 700;
  margin-left: .3rem;
}

.about_lxwm:hover {
  color: #FFFFFF;
}

.about_culture {
  background: url(../images/about09.jpeg) no-repeat 50% 0 / cover;
  margin-top: .95rem;
  height: 4.63rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about_slogan {
  max-width: 13.83rem;
  color: rgb(255, 255, 255);
  font-size: .24rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  padding: 1.25rem 0 .46rem;
}

.move_btn {
  transition: all .3s;
}

.move_btn:hover {
  transform: translateY(-8px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


@media only screen and (max-width: 1024px) {
  .sidebar_item {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 920px) {
  .about_head {
    margin-top: 30px;
  }

  .about {
    padding: 0;
    position: relative;
  }

  .sub-banner .inner_area {
    padding-top: 0.5rem;
  }

  .about_line::before,
  .about_line::after {
    width: calc(50% - 2rem);
  }

}

@media only screen and (max-width: 768px) {
  .about_sidebar {
    margin-top: 20px;
  }

  .about_sidebar .sidebar_box {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {

  .about_left,
  .about_right {
    width: 100%;
  }

  .sub-banner {
    height: auto;
  }

  .about_desc {
    font-size: 12px;
  }

  .about_info {
    font-size: 12px;
  }

  .about_service {
    height: auto;
    padding: 30px 0;
  }

  .about_case {
    margin-top: -15px;
  }

  .about_line::before,
  .about_line::after {
    width: 50px;
  }

  .aboutCase_title {
    font-size: 12px;
  }

  .about_pro {
    height: auto;
    padding: 20px;
  }

  .about_msg {
    margin-bottom: 10px;
    font-size: 12px;
  }
}









/* ==========================================================================
   企业快讯
   ========================================================================== */
.sub-banner2 {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  height: 7.16rem;
}

.mouse_box {
  display: flex;
  justify-content: center;
  margin: .5rem 0;
}

.mouse_roll {
  display: flex;
  align-items: center;
}

.loading {
  color: rgb(0, 91, 175);
  font-size: .28rem;
  margin-left: .2rem;
}

.mouse_img {
  opacity: 0;
  animation: myfirst 2.3s infinite;
  -webkit-animation: myfirst 2.3s infinite;
  -moz-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%);
  }
}


.inner_desc {
  margin: .96rem auto 0;
  color: rgb(255, 255, 255);
  font-size: .24rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  max-width: 1520px;
  padding: 0 20px;
}

.content_padding {
  padding: 0 .5rem;
  margin-top: -2.34rem;
}

.content {
  max-width: 1620px;
  margin: 0 auto;
  position: relative;
  background: #FFFFFF;
  border-top-right-radius: .22rem;
  border-top-left-radius: .22rem;
}

.content::before {
  content: "";
  position: absolute;
  border-radius: .22rem;
  box-shadow: 0px -10px 8px 0px rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
  top: 0;
  left: 0;
  width: 100%;
  height: 3.34rem;
}

.content::after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  top: 3rem;
  left: 0;
  width: 100%;
  height: .34rem;
}

.main_zIndex {
  padding: .5rem 0 .3rem;
  position: relative;
  z-index: 999;
}

.main_zIndex>div>p {
  max-width: 1300px;
  margin: 0 auto;
  font-size: .18rem;
  line-height: 2;
}

.news_list {
  margin-left: -.34rem;
}

.news_list li {
  width: calc(33.33% - .34rem);
  margin-left: .34rem;
  margin-bottom: .39rem;
}

.news_area {
  margin-top: .2rem;
}

.news_date {
  color: rgb(153, 153, 153);
  font-size: .14rem;
  font-weight: 400;
  line-height: .18rem;
}

.news_title {
  color: rgb(51, 51, 51);
  font-size: .2rem;
  font-weight: 400;
  line-height: .26rem;
  margin-top: .07rem;
}

@media only screen and (max-width: 768px) {
  .news_list li {
    width: calc(50% - .34rem);
  }

  .news_date {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .news_list {
    margin-left: -10px;
  }

  .news_list li {
    width: calc(50% - 10px);
    margin-left: 10px;
  }

  .news_title {
    font-size: 12px;
    line-height: 1.5;
    height: calc(12px * 3);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .content_padding {
    padding: 0 20px;
  }

  .main_zIndex {
    padding: .2rem 0 .3rem;
  }
}







/* ==========================================================================
   新闻详情
   ========================================================================== */
.newsdetails {
  margin-top: .45rem;
}

.nd_left {
  width: calc(100% - 4.8rem);
  float: left;
}

.nd_right {
  float: right;
  width: 4.15rem;
  box-sizing: border-box;
}

.nd_area {
  border-bottom: 1px solid #e5e8ef;
  box-sizing: border-box;
  padding-bottom: .39rem;
}

.nd_title {
  color: rgb(0, 0, 0);
  font-size: .24rem;
  font-weight: 400;
  text-align: center;
}

.nd_intro {
  font-size: .16rem;
  color: #555555;
  margin-top: .24rem;
  text-align: center;
}

.nd_main {
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #555555;
  line-height: .32rem;
  padding: .5rem .6rem;
  box-sizing: border-box;
}

.nd_main img {
  margin: .4rem 0;
}

.nd_toolbar {
  border-top: 1px solid #e5e8ef;
  padding: .3rem .6rem;
  align-items: center;
  justify-content: space-between;
}

.tool_left {
  width: calc(100% - 1.6rem);
}

.tool_right {
  flex-wrap: nowrap;
  width: 1.58rem;
}

.tool_toggle {
  font-size: .16rem;
  font-weight: 400;
  color: var(--primary);
  line-height: .32rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.back_btn {
  width: 1.58rem;
  height: .53rem;
  font-size: .18rem;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: linear-gradient(180.00deg, rgba(0, 104, 183, 0.95), rgba(0, 104, 183, 0.85) 100%);
}

.back_btn:hover {
  color: #fff;
}

.top_btn {
  margin-left: .2rem;
}


/*  */
.gdtj {
  background: linear-gradient(180.00deg, rgba(0, 104, 183, 0.95), rgba(0, 104, 183, 0.85) 100%);
  height: .71rem;
  width: 100%;
  border-radius: .09rem;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: .24rem;
  font-weight: 400;
}

.gdtj_list {
  margin: .37rem .49rem 0 .28rem;
  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: var(--primary);
}

.gdtj_title {
  color: rgb(0, 0, 0);
  font-size: .16rem;
  line-height: .32rem;
  padding-left: .3rem;
}


@media only screen and (max-width: 920px) {
  .nd_right {
    display: none;
  }

  .nd_left {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .nd_main {
    padding: 20px 30px;
  }
}

@media only screen and (max-width: 500px) {
  .nd_main {
    padding: 20px 0;
    font-size: 12px;
    line-height: 1.5;
  }

  .nd_toolbar {
    margin-top: 0;
  }

  .tool_left {
    width: 100%;
  }

  .tool_right {
    margin-top: 10px;
  }

  .nd_toolbar {
    flex-wrap: wrap;
  }

  .nd_toolbar {
    padding: 20px 0;
  }

  .tool_toggle {
    font-size: 12px;
    line-height: 2;
  }
}














/* ==========================================================================
   科技研发
   ========================================================================== */
.research_list {
  justify-content: center;
  margin-left: -.82rem;
  margin-bottom: .73rem;
}

.research_list li {
  margin-left: .52rem;
}

.research_item {
  color: rgb(132, 132, 132);
  font-size: .18rem;
  font-weight: 400;
  position: relative;
  transition: all .3s;
}

.research_item.research_on {
  color: rgb(0, 91, 175);
  font-weight: 700;
}

.research_item.research_on::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -.12rem;
  width: 100%;
  height: .04rem;
  background: rgb(255, 176, 0);
}

.research_list2 {
  margin-left: -.34rem;
}

.research_list2 li {
  margin-left: .34rem;
  margin-bottom: .34rem;
  width: calc(25% - .34rem);
}

.research_title {
  color: rgb(51, 51, 51);
  font-size: .18rem;
  text-align: center;
  padding-top: .15rem;
}

@media only screen and (max-width: 920px) {
  .research_list {
    justify-content: space-between;
    margin-left: 0;
  }

  .research_list li {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .research_list2 li {
    width: calc(50% - .34rem);
  }

  .research_title {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .research_list2 {
    margin-left: -10px;
  }

  .research_list2 li {
    width: calc(50% - 10px);
    margin-left: 10px;
  }

  .not_enough {
    margin-top: -1.34rem;
  }

  .research_list {
    justify-content: flex-start;
    margin-left: -15px;
    margin-bottom: 5px;
  }

  .research_list li {
    margin-left: 15px;
    margin-bottom: 15px;
  }
}










/* ==========================================================================
   招贤纳士
   ========================================================================== */
.job_head {
  width: 100%;
  height: .58rem;
  line-height: .58rem;
  background: rgb(231, 237, 241);
}

.job_item {
  color: rgb(0, 0, 0);
  font-size: .16rem;
  box-sizing: border-box;
  text-align: center;
}

.job_name {
  width: 40%;
  text-align: left;
  padding-left: .45rem;
}

.job_num {
  width: 20%;
}

.job_place {
  width: 20%;
}

.job_time {
  width: 20%;
}

/* .job_control {
  width: 15%;
} */

.job_frame {
  height: .7rem;
  line-height: .7rem;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(220, 220, 220);
}

.job_frame .job_item {
  color: rgb(51, 51, 51);
}

.wyyp_btn {
  width: 1.28rem;
  height: .32rem;
  color: rgb(255, 255, 255);
  font-size: .14rem;
  background: rgb(0, 91, 175);
}

.wyyp_btn:hover {
  color: #fff;
}

.job_list .nwms {
  padding: .35rem .45rem;
  position: relative;
  display: none;
  background: #FAFAFA;
}

.job_list .nwms .warp p {
  font-size: .14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #555555;
  line-height: .22rem;
}


@media only screen and (max-width: 500px) {
  .job_name {
    flex: 1;
    padding-left: 5px;
  }

  .job_num {
    display: none;
  }

  .job_time {
    width: 25%;
  }

  .job_place {
    width: 20%;
  }

  /* .job_control {
    width: 25%;
  } */

  .wyyp_btn {
    font-size: 12px;
    width: 68px;
    height: 20px;
  }

  .job_item {
    font-size: 12px;
  }

  .job_list .nwms .warp p {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }

  .job_list .nwms .warp {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }
}









/* ==========================================================================
   联系我们
   ========================================================================== */
.contact_list {
  margin-left: -.34rem;
}

.contact_list li {
  width: calc(33.33% - .34rem);
  margin-left: .34rem;
  margin-bottom: .32rem;
}

.contact_list li:last-child {
  width: calc(66.66% - .34rem);
}

.contact_box {
  box-sizing: border-box;
  border: 1px solid rgb(208, 215, 225);
  background: rgb(255, 255, 255);
  flex-direction: column;
  padding: .6rem 0 .54rem;
  height: 100%;
}

.contact_img {
  width: .61rem;
  height: .61rem;
}

.contact_text1 {
  margin: .3rem 0 .15rem;
  color: rgb(51, 51, 51);
  font-size: .24rem;
}

.contact_text2 {
  color: rgb(51, 51, 51);
  font-size: .3rem;
  font-weight: 700;
}

.map_box {
  margin-bottom: .37rem;
}

.leave_words {
  background: url(../images/leave.png) no-repeat center bottom;
  background-size: cover;
  box-sizing: border-box;
  padding: .68rem 1.1rem .95rem;
  border: 1px solid rgb(223, 223, 223);
  margin-bottom: .34rem;
}

.leave_head {
  justify-content: space-between;
  align-items: center;
  padding-bottom: .16rem;
  border-bottom: 1px solid #ffb000;
}

.leave_title {
  color: rgb(0, 91, 175);
  font-size: .24rem;
  font-weight: 700;
  position: relative;
}

.leave_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: .04rem;
  background: rgb(255, 176, 0);
}

.leave_slogan {
  color: rgb(51, 51, 51);
  font-size: .16rem;
  font-weight: 400;
}

.leave_main {
  margin-top: .78rem;
}

.leave_main .layui-form-label {
  float: none;
  width: auto;
  text-align: left;
  padding: .18rem 0;
  font-size: 16px;
  font-weight: 700;
}

.leave_main .layui-input-block {
  margin-left: 0;
}

.leave_main .layui-input {
  height: .56rem;
  border-radius: .08rem;
}

.leave_main .layui-textarea {
  border-radius: .08rem;
}

.input_list {
  margin-left: -.34rem;
}

.input_list li {
  width: calc(50% - .34rem);
  margin-left: .34rem;
}

.button_box {
  justify-content: space-between;
  margin-top: .5rem;
}

.yzm_img {
  border-radius: .08rem;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(160, 188, 248);
  width: 3.58rem;
  height: .54rem;
  box-sizing: border-box;
}

.tjfk_btn {
  border: 0;
  outline: none;
  background-color: transparent;
  border-radius: .08rem;
  background: rgb(0, 91, 175);
  width: 3.58rem;
  height: .54rem;
  color: rgb(255, 255, 255);
  font-size: .14rem;
  font-weight: 500;
}

.tjfk_btn:active {
  background: rgba(0, 91, 175, .8);
}

.yzm_img img {
  max-height: 100%;
}

@media only screen and (max-width: 768px) {
  .contact_list li {
    width: calc(50% - .34rem);
  }

  .contact_list li:last-child {
    width: 100%;
  }

  .leave_words {
    padding: .68rem .5rem .95rem;
  }
}

@media only screen and (max-width: 500px) {
  .leave_words {
    padding: .68rem 5px .95rem;
  }

  .leave_main .layui-form-label {
    font-size: 12px;
  }

  .input_list li {
    width: 100%;
  }

  .leave_main .layui-form-item {
    margin-bottom: 0;
  }

  .leave_main {
    margin-top: 20px;
  }

  .leave_slogan {
    font-size: 12px;
    margin-top: 20px;
  }

  .yzm_img,
  .tjfk_btn {
    width: 100px;
  }

  .leave_main .layui-input,
  .leave_main .layui-textarea {
    font-size: 12px;
  }
}










/* ==========================================================================
   服务业绩
   ========================================================================== */
.service_title {
  color: rgb(0, 91, 175);
  font-size: .24rem;
  font-weight: 700;
  margin: 0 0 .45rem;
  text-align: center;
}
.service_title span{
  color: #555555;
 margin-right: .25rem;
	margin-left: .25rem;
	cursor: pointer;
}
.service_title span.on{
  color: rgb(0, 91, 175);
}
.service_list {
  position: relative;
  margin-bottom: 1.2rem;
}

.service_list::after,
.service_list::before {
  content: "";
  position: absolute;
  width: 4.41rem;
  height: 100%;
  top: 0;
  z-index: 9;
}

.service_list::before {
  background: linear-gradient(90.00deg, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 115.776%);
  left: 0;
}

.service_list::after {
  background: linear-gradient(90.00deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 76%);
  right: 0;
}

.partner_box {
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid rgb(223, 223, 223);
  height: 1rem;
  position: relative;
}

.partner_box img {
  max-width: 99%;
  max-height: 99%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service_list .swiper-pagination {
  bottom: -0.5rem;
}

.service_list .swiper-pagination-bullet {
  width: .12rem;
  height: .12rem;
  background: rgb(193, 194, 203);
  opacity: 1;
  transition: all .3s;
}

.service_list .swiper-pagination-bullet-active {
  background: rgb(255, 176, 0);
  width: .54rem;
  border-radius: .27rem;
}

.service_list .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .08rem;
}

.performance {
  min-width: 768px;
  height: .58rem;
  width: 100%;
  background: rgb(231, 237, 241);
  align-items: center;
}

.performance_item {
  color: rgb(0, 91, 175);
  font-size: .16rem;
  font-weight: 400;
  box-sizing: border-box;
}

.performance_item:nth-child(1) {
  width: 25%;
  padding-left: .6rem;
}

.performance_item:nth-child(2) {
  width: 60%;
}

.performance_item:nth-child(3) {
  width: 15%;
  text-align: center;
}

.performance_list li {
  padding: .28rem 0;
}

.performance_list li:nth-child(even) {
  background: rgb(248, 249, 250);
}

.performance_info {
  color: rgb(51, 51, 51);
  font-size: .16rem;
  line-height: 1.5;
  flex: 1;
  box-sizing: border-box;
  padding-right: .2rem;
}

.per_overflow {
  overflow-x: auto;
}

.per_overflow::-webkit-scrollbar {
  height: 2px;
}

.per_overflow::-webkit-scrollbar-thumb {
  background: #005BAF;
}

.performance_list {
  min-width: 768px;
}

@media only screen and (max-width: 768px) {

  .service_list::after,
  .service_list::before {
    width: 2.4rem;
  }
}

@media only screen and (max-width: 500px) {

  .service_list::after,
  .service_list::before {
    width: 1rem;
  }

  .performance_item,
  .performance_info {
    font-size: 12px;
  }

  .service_title {
    margin-bottom: 10px;
  }

}










/* ==========================================================================
   产品展示
   ========================================================================== */
.pro_type {
  margin-top: .96rem;
  padding: 0 20px;
  justify-content: center;
}

.proType_list {
  max-width: 1184px;
  margin-top: -0.3rem;
  margin-left: -.35rem;
  justify-content: center;
}

@media only screen and (max-width: 1280px) {
  .proType_list {
    max-width: 960px;
  }
}

.pro_type li {
  margin-left: .35rem;
  margin-top: .3rem;
}

.proType_item {
  color: rgb(255, 255, 255);
  font-size: .16rem;
  font-weight: 600;
  padding: .1rem .31rem;
  box-sizing: border-box;
  border: 1px solid rgb(255, 255, 255);
  border-radius: .59rem;
  transition: all .3s;
}

.proType_item:hover {
  background: rgb(255, 255, 255);
  color: rgb(0, 91, 175);
}

.proType_item.proType_on {
  background: rgb(255, 255, 255);
  color: rgb(0, 91, 175);
}

.pro_list {
  margin-left: -.34rem;
}

.pro_list li {
  margin-bottom: .34rem;
  margin-left: .34rem;
  width: calc(33.33% - .34rem);
}

.pro_frame .pic {
  border: 1px solid rgb(208, 215, 225);
}

.pro_cover {
  position: absolute;
  top: 13px;
  left: 15px;
  width: 58px;
  height: 24px;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 400;
  border-radius: 59px;
}

.tuijian {
  background: rgb(230, 19, 19);
}

.xinpin {
  background: rgb(255, 151, 0);
}

.rexiao {
  background: rgb(62, 194, 199);
}

.pro_title {
  padding-top: .2rem;
  text-align: center;
  color: rgb(51, 51, 51);
  font-size: .18rem;
  font-weight: 400;
}


@media only screen and (max-width: 768px) {
  .pro_list li {
    width: calc(50% - .34rem);
  }

  .pro_title {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .pro_list {
    margin-left: -10px;
  }

  .pro_list li {
    width: calc(50% - 10px);
    margin-left: 10px;
  }

  .pro_cover {
    top: 0;
    left: 1px;
    width: 42px;
    height: 20px;
    color: rgb(255, 255, 255);
    font-size: 12px;
  }
}









/* ==========================================================================
   产品详情
   ========================================================================== */
.prodetails_head {
  padding: .4rem;
}

.prodetails_head {
  justify-content: space-between;
}

.prodetails_left {
  width: calc(38.125% - .86rem);
}

.prodetails_right {
  width: 61.875%;
}

.prodetails_left .pic {
  border: 1px solid rgb(208, 215, 225);
}

.prodetails_box {
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
}

.prodetails_info {
  color: rgb(51, 51, 51);
  font-size: .16rem;
  font-weight: 400;
  line-height: 2;
  height: 2.56rem;
  overflow-y: auto;
}

.prodetails_info::-webkit-scrollbar {
  width: 3px;
}

.prodetails_info::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}

.prodetails_info .lr {
  flex-wrap: nowrap;
}

.info_title {
  flex-shrink: 0;
}

.pro_lxwm {
  width: 1.91rem;
  height: .58rem;
  border-radius: .59rem;
  background: rgb(0, 91, 175);
  color: rgb(255, 255, 255);
  font-size: .2rem;
  margin-top: auto;
  transition: all .3s;
}

.pro_lxwm:hover {
  transform: translateY(-5px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: #FFFFFF;
}

.prodetails_name {
  color: rgb(0, 91, 175);
  font-size: .24rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: .42rem;
}

.similar_product {
  box-sizing: border-box;
  height: .8rem;
  line-height: .8rem;
  width: 100%;
  background: rgb(248, 249, 250);
  padding-left: .78rem;
  color: rgb(0, 91, 175);
  font-size: .24rem;
  font-weight: 700;
  margin: .46rem 0 .54rem;
}

@media only screen and (max-width: 1024px) {
  .prodetails_info {
    height: calc(.16rem * 12);
  }
}


@media only screen and (max-width: 920px) {
  .prodetails_name {
    margin-bottom: 10px;
  }

  .prodetails_info {
    height: calc(.16rem * 10);
  }


}

@media only screen and (max-width: 768px) {
  .prodetails_info {
    height: calc(.16rem * 8);
  }

  .prodetails_right {
    width: 68%;
  }
}

@media only screen and (max-width: 500px) {

  .prodetails_left,
  .prodetails_right {
    width: 100%;
  }

  .prodetails_info {
    height: auto;
    font-size: 12px;
  }

  .pro_lxwm {
    margin-top: 10px;
  }

  .prodetails_name {
    margin: 10px 0;
    font-size: 16px;
  }

  .prodetails_head {
    padding: 0;
  }
}












/* ==========================================================================
   资质荣誉
   ========================================================================== */
#honor {
  background: transparent;
}

#honor::after,
#honor::before {
  display: none;
}

.honor_list {
  padding: .1rem 0 .8rem;
}

#certify .swiper-slide {
  width: 487px;
  height: auto;
  filter: blur(3px);
}

#certify .swiper-slide-active {
  filter: blur(0);
}

.honor_title {
  color: rgb(51, 51, 51);
  font-size: .18rem;
  font-weight: 700;
  text-align: center;
  margin-top: .22rem;
}

@media only screen and (max-width: 500px) {
  #certify .swiper-slide {
    width: 100%;
  }

  .honor_title {
    font-size: 12px;
  }
}

.layui-flow-more {
  display: none;
}








/* ==========================================================================
   业绩表格
   ========================================================================== */
.performance_chart {
  justify-content: space-between;
  padding: 0 .8rem;
}

.chart_item {
  color: #555555;
  font-size: .16rem;
  font-weight: 400;
  cursor: pointer;
}

.chart_item:hover {
  color: #005BAF;
}

.chart_item.chart_on {
  font-weight: 700;
  color: rgb(0, 91, 175);
}

.service_main {
  margin: .5rem 0;
}

.service_table {
  overflow-x: auto;
}

.service_table table {
  min-width: 768px;
}

.service_table td {
  color: rgb(51, 51, 51);
  font-family: 微软雅黑;
  font-size: .16rem !important;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  padding: .2rem 0;
}

.service_table td:first-child {
  color: rgb(0, 91, 175);
}

.service_table tr:first-child {
  background: rgb(231, 237, 241) !important;
  color: rgb(0, 91, 175);
}

.service_table tr:nth-child(odd) {
  background: rgb(248, 249, 250);
}

.service_table::-webkit-scrollbar {
  height: 2px;
}

.service_table::-webkit-scrollbar-thumb {
  background: #005BAF;
}

@media only screen and (max-width: 920px) {
  .chart_item {
    margin-top: 10px;
    margin-left: 20px;
  }

  .performance_chart {
    margin-top: -10px;
    margin-left: -20px;
    padding: 0 10px;
    justify-content: center;
  }

}

@media only screen and (max-width: 500px) {
  .performance_chart {
    padding: 0;
  }

  .service_table td {
    font-size: 12px !important;
  }

  .chart_item {
    font-size: 12px;
  }
}






/* ==========================================================================
     PDF下载
     ========================================================================== */
.download_list {
  margin-left: -.34rem;
}

.download_list li {
  margin-left: .34rem;
  margin-bottom: .34rem;
  width: calc(50% - .34rem);
}

.download_box {
  height: 100%;
  padding: .23rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  box-sizing: border-box;
  border: 1px solid rgb(208, 215, 225);
}

.download_title {
  color: rgb(51, 51, 51);
  font-size: .24rem;
  line-height: 1.5;
}

.download_date {
  color: rgb(119, 119, 119);
  font-size: .16rem;
  line-height: 1.5;
  margin-top: .1rem;
}

.download_txt {
  color: rgb(248, 248, 248);
  font-size: .16rem;
  line-height: 1.5;
  margin-top: 5px;
}

.download_btn {
  width: .86rem;
  height: 1.05rem;
  border-radius: .11rem;
  background: rgb(0, 91, 175);
  flex-direction: column;
  cursor: pointer;
}

.download_right {
  flex-shrink: 0;
  margin-left: 10px;
}

@media only screen and (max-width: 500px) {
  .download_list li {
    width: 100%;
  }

  .download_btn img {
    max-width: 40%;
  }
}