@import url(./inner_sidebar.css);

/* ==========================================================================
   全局
   ========================================================================== */
.content {
  min-height: 300px;
  padding: .4rem 0;
}

.content img {
  max-width: 100%;
}




.sub-banner {
  --bannerH: 500px;
  height: var(--bannerH);
}


.sub-banner .wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bgtitle2 {
  color: rgb(255, 255, 255);
  font-size: .64rem;
  font-weight: 500;
}

.bttiten {
  color: rgb(255, 255, 255);
  font-size: .30rem;
  font-weight: 300;
  text-transform: Uppercase;
}

.inner_zhanwei {
  height: var(--global-header-height);
}



@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);
  }

  .inner_zhanwei {
    height: 0;
  }
}


.inner_area {
  padding: .35rem 0;
}

.inner_title {
  color: #333;
  font-size: .36rem;
  font-weight: 500;
  border-bottom: 1px solid #D8DAE3;
  padding-bottom: 15px;
}

.inner_title img {
  margin-right: 10px;
}



/* ==========================================================================
   关于我们
   ========================================================================== */
.content_about {
  background: url(../static/aboutbg01.jpeg) no-repeat;
  background-size: cover;
}

.company {
  padding: 1.2rem 0;
  justify-content: space-between;
  align-items: center;
}

.company_left {
  width: calc(46% - .85rem);
  position: relative;
}

.company_left .pic {
  border-radius: 12px;
}

.company_left .img01 {
  position: absolute;
  left: -50px;
  top: -50px;
  width: 108px;
}

.company_left .img02 {
  position: absolute;
  right: -45px;
  bottom: -45px;
  width: 121px;
}

.company_left .Controls .btn {
  position: absolute;
  left: 0;
  bottom: -20px;
  transition: all 0.5s;
  padding: .18rem 0;
  width: 2.2rem;
  text-align: center;
  display: inline-block;
  line-height: 24px;
  border-radius: 36px;
  font-size: .18rem;
  font-weight: 500;
  background: linear-gradient(270deg, rgb(255, 102, 54), rgb(253, 208, 0) 100%);
  color: #fff;
}

.company_left .Controls .btn:hover {
  left: 30px;
}

.company_right {
  width: 52%;
}

.company_title {
  color: var(--primary02);
  font-size: .28rem;
  font-weight: 500;
  margin-bottom: .3rem;
}

.company_intro {
  color: rgb(51, 51, 51);
  font-size: .18rem;
  font-weight: 400;
  line-height: 175%;
}

.company_advantage {
  padding: .2rem 0 .8rem 0
}

.company_advantage .part03_num {
  color: #323232;
}

.company_advantage .paer03_txt2 {
  color: #666;
}

.company_advantage .part03_unit {
  color: #fff;
}





.company_honor {
  padding: 1.2rem 0 1.5rem 0;
  background: url(../static/aboutbg02.jpeg) no-repeat;
  background-size: cover;
}

.company_tit {
  margin-bottom: .8rem;
  text-align: center;
}

.company_tit .tit {
  color: #323232;
  font-size: .36rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.company_tit .tit::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: 0;
  width: 100px;
  height: .04rem;
  background: rgb(255, 176, 0);
}

.company_tit .txt {
  max-width: 850px;
  margin: 0 auto;
  margin-top: 30px;
  font-size: .18rem;
  line-height: 2;
  color: #666;
}


.honor_swiper {
  position: relative;
  padding: 0 .8rem;
}

.honor_right {
  width: 640px;
  position: relative;
}

.honor_left {
  width: calc(100% - 700px);
}

.honor_left ul {
  margin-left: -40px;
}

.honor_left li {
  float: left;
  width: calc(50% - 40px); position: relative;
  margin-left: 40px;
  margin-bottom: 40px;
  border-radius: 10px;
  font-size: 16px;
  color: #666;
  line-height:24px;
  padding: 20px;padding-left:55px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 6px 27.9px 2.1px rgba(25, 17, 64, 0.09);
}

.honor_left li img {position: absolute; left: 15px; top:20px;}

.honor_right .img01 {
  position: absolute;
  right: 50px;
  top: -25px;
  width: 108px;
}

.honor_right .img02 {
  position: absolute;
  left: 30px;
  bottom: -30px;
  width: 121px;
  z-index: 99;
}


.honor_swiper .pic {
  margin: .2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}

.honor_swiper .swiper-button-next::after,
.honor_swiper .swiper-button-prev::after {
  display: none;
}

.honor_swiper .swiper-button-next {
  background: url(../images/icon/company02.png) no-repeat center;
  background-size: contain;
  width: .6rem;
  height: .6rem;
  right: 0;
  margin-top: -.3rem;
}

.honor_swiper .swiper-button-prev {
  background: url(../images/icon/company01.png) no-repeat center;
  background-size: contain;
  width: .6rem;
  height: .6rem;
  left: 0;
  margin-top: -.3rem;
}




.company_culture {
  padding: 1.2rem 0 1.5rem 0;
  background: #F8FBFD;
}

.culturelist {
  padding-bottom: .6rem;
  border-bottom: 3px solid #ddd;
}

.culturelist li {
  width: 25%;
  float: left;
  text-align: center;
}

.culturelist li .culturebox {
  padding: .6rem;
}

.culturelist li:hover {
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.culturelist li .inco img {
  transition: all .8s;
}

.culturelist li:hover .inco img {
  transform: rotateY(360deg);
}

.culturelist li .tit {
  font-size: .24rem;
  line-height: 30px;
  margin-top: .3rem;
}

.culturelist li .txt {
  font-size: .18rem;
  line-height: 30px;
  margin-top: .3rem;
  height: 60px;
  color: #666;
}



.company_events {
  padding: 1.2rem 0;
}

.events_swiper {
  position: relative;
  padding: 0 0 .2rem 0;
}

.eventsbox {
  position: relative;
}

.eventsbox .cover {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 0 20px 0;
  color: #fff;
  font-size: .20rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}

.events_swiper .swiper-pagination {
  width: 100%;
  padding-top: 20px;
}

.events_swiper .swiper-pagination-bullet {
  width: 34px;
  border-radius: 0;
  height: 4px;
  margin: 0 10px;
}

.events_swiper .swiper-pagination-bullet-active {
  background: #5E8E84;
}









.company_development {}

.company_development {
  padding: 1.2rem 0 1.5rem 0;
  background: url(../static/courseBg.jpg) no-repeat;
  background-size: cover;
}

.company_development .wrapper {
  max-width: 1400px;
}


.development_swiper {
  position: relative;
  margin-top: .2rem;
}

.development_swiper .swiper-button-next::after,
.development_swiper .swiper-button-prev::after {
  display: none;
}

.development_swiper .swiper-button-next {
  background: url(../images/icon/arrright.png) no-repeat center;
  width: .68rem;
  height: .68rem;
  right: 0;
  margin-top: -.68rem;
  border-radius: 50%;
  box-shadow: 5px 5px 15px rgba(63, 116, 254, .2);
  color: var(--color01);
  transition: all .3s ease-in-out;
  background-color: #fff;
}

.development_swiper .swiper-button-prev {
  background: url(../images/icon/arrleft.png) no-repeat center;
  width: .68rem;
  height: .68rem;
  left: 0;
  margin-top: -.68rem;
  border-radius: 50%;
  box-shadow: 5px 5px 15px rgba(63, 116, 254, .2);
  color: var(--color01);
  transition: all .3s ease-in-out;
  background-color: #fff;

}

.developmentbox {
  position: relative;
  margin: 0 1.2rem;
}

.developmentbox .pic {
  width: 35%;
  border-radius: .12rem;
}

.developmentbox .right {
  width: 60%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #fff;
  border-radius: .12rem;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}

.developmentbox .right .bd {
  padding: .8rem;
}

.developmentbox .txtinfo {
  color: #787878;
  font-size: .16rem;
  font-weight: 400;
  line-height: 2;
}

.developmentbox .year {
  color: #159AA9;
  font-size: .48rem;
  font-weight: 600;
  margin-bottom: .1rem;
}



.courseTab {
  position: relative;
  margin-top: 100px;
  z-index: 2;
}

.courseTab .bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#courseTab {
  padding: 100px 0;
}

#courseTab .item {
  text-align: center;
  position: relative;
  cursor: pointer;
  animation: aniY 1.2s infinite cubic-bezier(.36, 0, .7, 1) alternate backwards;
}

#courseTab .item ._year {
  color: #159AA9;
  font-size: 22px;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 15px 0;
  transition: all .3s ease-in-out;
  line-height: 1;
}

#courseTab .item ._spot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  background: #05bda3;
  margin: 0 auto;
  position: relative;
}

#courseTab .item ._spot:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transform: none;
  background: #05bda3;
  z-index: -1;
  border-radius: 50%;
  opacity: .2;
  transition: all .3s ease-in-out;
}

#courseTab .swiper-slide:nth-child(odd) .item ._year {
  top: 0;
  transform: translateY(-100%);
}

#courseTab .swiper-slide:nth-child(even) .item ._year {
  bottom: 0;
  transform: translateY(100%);
}

#courseTab .swiper-slide-thumb-active .item ._spot {
  transform: scale(1.5);
}

#courseTab .swiper-slide-thumb-active .item ._spot:after {
  opacity: .2;
  transform: scale(2);
}

#courseTab .swiper-slide-thumb-active .item ._year {
  font-size: 30px;
  font-weight: bold;
}

@keyframes aniY {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-200%);
  }
}


@media only screen and (max-width:1600px) {}

@media only screen and (max-width:1400px) {}


@media only screen and (max-width:1200px) {
  .honor_right {
    width: 540px;
    position: relative;
  }

  .honor_right .img02 {
    width: 80px;
  }

  .honor_right .img02 img {
    width: 100%;
  }

  .honor_right .img01 {
    position: absolute;
    right: 30px;
    top: -25px;
    width: 80px;
  }

  .honor_right .img01 img {
    width: 100%;
  }

  .honor_left {
    width: calc(100% - 580px);
  }

  .honor_left li {
    font-size: 14px;
  }

  .developmentbox .txtinfo {
    font-size: 14px;
  }

  .company_intro {
    font-size: 16px;
  }

  .company_title {
    font-size: 24px;
  }

  .company_advantage .paer03_txt2 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 920px) {
  .company_intro {
    font-size: 14px;
  }

  .honor_left li {
    padding: 15px 25px; padding-left: 40px;
    margin-bottom: 30px;
  }
  .honor_left li img {left: 13px; top:15px;}
  .honor_left li img{width: 24px;}

  .honor_right,
  .honor_left {
    width: 100%;
    float: none;
  }

}


@media only screen and (max-width: 768px) {

  .company_left,
  .company_right {
    width: 100%;
    float: none;
  }

  .company_right {
    margin-top: 40px;
  }

  .company_left .img02,
  .company_left .img01 {
    display: none;
  }

  .company,
  .company_honor {
    padding: .8rem 0;
  }

  .part03_list2 {
    display: inline;
  }

  .part03_list2 li {
    width:50%;
    float: left;
    display: inline;
  }

  .developmentbox .pic {
    display: none;
  }

  .developmentbox .right {
    width: 100%;
    position: relative;
    height: 100%;
  }

  .courseTab {
    margin-top: 50px;
  }

  .company_title {
    font-size: 18px;
  }

}


@media only screen and (max-width:500px) {
  .honor_left ul{margin-left: 0;}
  .honor_left li { float: none; width:100%;margin-left: 0;}
}

/* ==========================================================================
   新闻资讯
   ========================================================================== */
.news {
  padding: 100px 0;
}

.news-left {
  width: 60%;
  float: left;
}

.news-right {
  width: calc(40% - 50px);
  float: right;
}

.news .mod-bd {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin-top: 60px;
  padding: .4rem .4rem .2rem .4rem;
}

.news_list {}

.news_box {
  justify-content: space-between;
  align-items: center;
  padding-bottom: .2rem;
  transition: all .3s;
}

.news_box:hover {}

.news_pic {
  width: 3rem;
}

.news_area {
  width: calc(100% - 3.36rem);
  padding-bottom: 30px;
}

.news_title {
  color: rgb(0, 0, 0);
  font-size: .18rem;
  font-weight: 400;
  transition: all 0.3s;
  margin: .2rem 0 .4rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_date {
  color: #15337B;
  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: .16rem;
  font-weight: 400;
  align-items: center;
}

.news_ckxxnr img {
  margin-left: .1rem;
  transition: all 0.3s;
}

.news_ckxxnr:hover img {
  margin-left: .3rem;
}

.news_ckxxnr:hover {
  color: var(--primary);
}

/* ———————————————— 右边列表 ———————————————— */


.gdtj_list {}

.gdtj_list li {
  margin-bottom: .2rem;
  padding-bottom: .2rem;
  border-bottom: 1px dashed #aaa;
}

.gdtj_date {
  color: var(--primary02);
  font-size: .16rem;
  line-height: .32rem;
  position: relative;
}


.gdtj_title {
  color: #666;
  font-size: .18rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.gdtj_box:hover .gdtj_title {
  color: var(--primary02);
}



@media only screen and (max-width:1600px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width:920px) {}


@media only screen and (max-width: 768px) {}


/* ==========================================================================
   新闻详情
   ========================================================================== */
.news_details {
  padding: .2rem 0;
}



.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: .18rem;
  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: .18rem;
  font-weight: 400;
  line-height: 2;
  align-items: center;
}

.tool_toggle span {
  flex-shrink: 0;
}

.tool_toggle a {
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tool_toggle a:hover {
  color: var(--primary02);
}

.back_btn {
  width: 1.58rem;
  height: .54rem;
  font-size: .18rem;
  color: #fff;
  border-radius: .05rem;
  background: linear-gradient(90.00deg, rgba(2, 56, 134), rgb(0, 91, 175) 100%);
}

.back_btn:hover {
  color: #fff;
}

.top_btn {
  margin-left: .2rem;
}



@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_toggle {
    line-height: 2;
  }

  .nd_title {
    font-size: 14px;
  }
}






@media only screen and (max-width:1600px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1200px) {
  .news {
    padding: 40px 0;
  }

  .news_title {
    font-size: 16px;
  }

  .gdtj_title,
  .gdtj_date {
    font-size: 14px;
  }
}

@media only screen and (max-width:920px) {

  .news-left,
  .news-right {
    width: 100%;
    float: none;
  }

  .news-right {
    margin-top: 30px;
  }

  .news .mod-bd {
    margin-top: 20px;
  }
}


@media only screen and (max-width: 768px) {}






/* ==========================================================================
   联系我们
   ========================================================================== */

.contact {
  padding: .5rem 0 .8rem 0;
}

.contact_box {
  width: 550px;
  border-radius: .08rem;
  background: #fff;
  height: 100%;
  padding: .75rem;
  transition: all .3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background: url(../images/contactbg.jpeg) no-repeat bottom center;
  background-size: cover;
}

.contact_box:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.contact_img {
  margin-top: .2rem;
}


.contact_title {
  margin: .2rem 0 .1rem;
  color: rgb(6, 41, 73);
  font-size: .26rem;
  font-weight: 400;
}

.contact_msg {
  color: #666;
  font-size: .20rem;
  font-weight: 400;
  line-height: 175%;
  margin-top: .2rem;
}


.map {
  width: calc(100% - 650px);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
}

.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;
  }
}


@media only screen and (max-width:920px) {

  .contact_box,
  .map {
    width: 100%;
    float: none;
  }

  .map {
    margin-top: 20px;
  }
}



/* ==========================================================================
   解决方案
   ========================================================================== */

.soloutionpart01 {
  padding: .8rem 0 1.2rem 0;
  background: url(../static/Solutionbg.jpeg) no-repeat center;
  background-size: cover;
}

.business-list-wrap {
  position: relative;
}

.soloutiontit .inner_title {
  border: none;
  padding: 0;
  margin-bottom: .4rem;
  font-size: .24rem;
}

.business-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 6.55rem;
}

.business-list::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.business-list .business-item {
  box-sizing: border-box;
  width: 33.33%;
  height: 50%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.business-list .business-item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.business-list .business-item .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.business-list .business-item .meta {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: .8rem 0.68rem 0.4rem;
  z-index: 2;
}

.business-list .business-item:last-child .meta {
  border-right: 0 none;
}

.business-list .business-item:nth-child(3) .meta {
  border-right: 0 none;
}

.business-list .business-item:hover .meta {
  background: rgba(0, 47, 165, 0.8);
}

.business-list .business-item .title {
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 1);
  margin-top: 0.18rem;
}

.business-list .business-item .subtitle {
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.56rem;
}

.business-list .business-item .desc {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.7);
}


.soloutionpart02 {
  padding: 1.2rem 0 .6rem 0;
}

.soloutionbox {
  padding: .2rem;
  background: #fff;
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 0, 0, 0.08);
}

.soloutionpic {
  width: 45%;
  float: right;
}

.soloutiontxt {
  width: 54%;
  padding: 1rem .8rem .8rem .8rem;
  float: left;
}

.soloutiontxt .txt {
  color: #666;
  font-size: .18rem;
  font-weight: 400;
  line-height: 2;
}

.soloutionlist li {
  margin-bottom: .6rem;
}

.soloutionlist li:nth-child(2n) .soloutionpic {
  float: left;
}

.soloutionlist li:nth-child(2n) .soloutiontxt {
  float: right;
}



@media only screen and (max-width:1600px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1200px) {
  .soloutiontxt .txt {
    font-size: 14px;
  }
}

@media only screen and (max-width:920px) {
  .soloutiontxt {
    width: 54%;
    padding: .2rem .84rem .2rem .4rem;
  }

  .soloutiontit .inner_title {
    margin-bottom: .2rem;
  }

  .soloutionpart01 {
    padding: .4rem 0 .6rem 0;
  }

  .soloutionpart02 {
    padding: .4rem 0;
  }
}


@media only screen and (max-width:500px) {

  .soloutionpic,
  .soloutiontxt {
    width: 100%;
    float: none;
    padding: 0;
  }

  .soloutionpic {
    margin-top: .2rem;
  }

  .business-list .business-item .meta {
    padding: .6rem 0.2rem 0 0.2rem;
    text-align: center;
  }

  .business-list {
    height: 5rem;
  }

  .soloutionlist li {
    margin-bottom: .3rem;
  }
}


/* ==========================================================================
   实验室
   ========================================================================== */
.breadcrumb {
  color: #333;
  font-size: .18rem;
  font-weight: 500;
  border-bottom: 1px solid #D8DAE3;
  padding-bottom: .2rem;
  margin-bottom: .4rem;
}

.breadcrumb .breadcrumb-link {
  margin: 0 10px;
}

.laboratorybg {
  background: url(../static/laboratorybg.jpeg) no-repeat center;
  background-size: cover;
}

.laboratorypart {
  padding: 1.2rem 0;
}

.laboratory-list {
  margin-left: -30px;
}

.laboratory-list li {
  width: calc(25% - 30px);
  float: left;
  margin-left: 30px;
  background: #fff;
  box-shadow: 0px 0px 0.08rem 0px rgba(0, 0, 0, 0.15);
}

.laboratory-list li .meta {
  padding: 40px 30px;
}

.laboratory-list li .title {
  color: #323232;
  font-size: .20rem;
  font-weight: 500;
}

.laboratory-list li .txt {
  color: #999;
  font-size: .16rem;
  font-weight: 500;
  margin-top: 5px;
}

.laboratory-list li:hover {
  box-shadow: 0px 0px 0.08rem 0px rgba(0, 0, 0, 0.3);
}

.laboratory-list li:hover .upimg {
  transform: scale(1.05);
}


.laboratorypart02 {
  padding: 1.2rem 0;
}

.laboratory_tit .inner_title {
  margin-bottom: .4rem;
  font-size: .24rem;
}

.laboratory-list02 {
  margin-left: -30px;
}

.laboratory-list02 li {
  width: calc(50% - 30px);
  float: left;
  margin-left: 30px;
  background: #fff;
  box-shadow: 0px 0px 0.08rem 0px rgba(0, 0, 0, 0.15);
}

.laboratory-list02 li .pic {
  width: 55%;
  float: right;
}

.laboratory-list02 li .meta {
  padding: 80px 50px 0 50px;
  width: 45%;
}

.laboratory-list02 li .title {
  color: #323232;
  font-size: .20rem;
  font-weight: 500;
}

.laboratory-list02 li .txt {
  color: #999;
  font-size: .16rem;
  font-weight: 500;
  margin-top: 5px;
}

.laboratory-list02 li:hover {
  box-shadow: 0px 0px 0.08rem 0px rgba(0, 0, 0, 0.3);
}

.laboratory-list02 li:hover .upimg {
  transform: scale(1.05);
}

.laboratory-warp {
  background: #fff;
  box-shadow: 0px 0px 0.08rem 0px rgba(0, 0, 0, 0.15);
}

.laboratory-warp .left {
  width: 35%;
  float: left;
}

.laboratory-warp .right {
  width: 65%;
  float: left;
}

.laboratory-list03 {}

.laboratory-list03 li {
  width: 50%;
  float: left;
  position: relative;
}

.laboratory-list03 li .cover {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -60px;
  text-align: center;
  color: #fff;
  font-size: .24rem;
  font-weight: 700;
}

.laboratory-list03 li .title {
  margin-top: 15px;
}

.laboratory-warp .labor_ibox {
  padding: 1.5rem .8rem 0 .8rem;
}

.laboratory-warp .labor_ibox .title {
  color: #323232;
  font-size: .36rem;
  font-weight: 500;
  margin: .2rem 0 .1rem 0;
}

.laboratory-warp .labor_ibox .txt {
  color: #999;
  font-size: .18rem;
  font-weight: 500;
  margin-top: 5px;
}

.deco {
  display: block;
  width: 54px;
  height: 54px;
  opacity: 1;
  transition: .3s;
  transform: translateZ(0);
  margin: 0 auto;
}

.deco:before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(.75);
  transition: .4s;
  border: 1px solid hsla(0, 0%, 100%, .3);
  border-radius: 100%;
  height: 34px;
  width: 34px;
}

.deco:after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(.75);
  transition: .4s;
  border: 1px solid hsla(0, 0%, 100%, .2);
  border-radius: 100%;
  height: 54px;
  width: 54px;
}

.deco:before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(.75);
  transition: .4s;
  border: 1px solid hsla(0, 0%, 100%, .3);
  border-radius: 100%;
  height: 34px;
  width: 34px;
}

.deco i,
.deco em {
  background: hsla(0, 0%, 100%, .8);
  border: 1px solid #fff;
  border-radius: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(.5);
  transition: .4s;
  width: 12px;
  height: 12px;
}

.laboratory-list03 li:hover .deco:before {
  animation: scalepulse 1.3s linear .3s infinite both;
  transform: translate3d(-50%, -50%, 0) scale(1);
}

.laboratory-list03 li:hover .deco i,
.laboratory-list03 li:hover .deco em {
  background: #fff;
  animation: scalepulse 1.3s linear 0s infinite both;
  transform: translate3d(-50%, -50%, 0) scale(1);
}

.laboratory-list03 li:hover .deco:after {
  animation: scalepulse 1.3s linear .15s infinite both;
  transform: translate3d(-50%, -50%, 0) scale(1);
}

@keyframes scalepulse {
  20% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.15);
    transform: translate3d(-50%, -50%, 0) scale(1.15);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
  }

  50% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
  }
}

.laborawarp {
  padding: .8rem 0;
}

.lab_item {
  margin-bottom: .4rem;
}

.lab_item .tit {
  width: 240px;
  float: left;
  color: #444;
  font-size: .24rem;
  font-weight: 700;
}

.lab_item .tit img {
  margin-right: 10px;
}

.lab_item .lablist {
  width: calc(100% - 300px);
  float: right;
}

.lab_item .lablist li {
  width: calc(25% - 25px);
  float: left;
  padding-left: 25px;
  height: 40px;
  line-height: 40px;
  color: #777;
  font-size: .18rem;
  position: relative;
}

.lab_item .lablist li::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #C4C4C4;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.lab_item .lablist li:hover::after {
  border: 2px solid #002FA5;
}

.lab_flpart02 {
  padding: .8rem 0;
}

.lab_flpart02 .lab_item {
  margin-bottom: 0;
}

.lab_flpart02 .lab_item .tit {
  width: 600px;
}

.lab_flpart02 .lab_item .lablist {
  width: calc(100% - 600px);
}

.lab_flpart02 .lab_item .lablist li {
  width: calc(33.33% - 25px);
}


@media only screen and (max-width:1600px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1200px) {
  .lab_item .lablist li {
    width: 33.33%;
    font-size: 14px;
    padding-right: 10px;
  }

  .lab_item .tit {
    width: 180px;
  }

  .lab_item .lablist {
    width: calc(100% - 220px);
  }

  .lab_flpart02 .lab_item .lablist li {
    width: calc(50% - 25px);
  }

  .lab_flpart02 .lab_item .tit {
    width: 400px;
  }

  .lab_flpart02 .lab_item .lablist {
    width: calc(100% - 400px);
  }

  .laboratory-list li .txt {
    font-size: 14px;
  }

  .laboratory-list02 li .txt {
    font-size: 14px;
  }

  .laboratory-list02 li .meta {
    padding: 40px 20px 0 20px;
  }

  .laboratory-list02 li .title {
    font-size: 18px;
  }

  .laboratory-warp .labor_ibox .txt {
    font-size: 14px;
  }

  .laboratory-warp .labor_ibox {
    padding: .6rem .8rem 0 .8rem;
  }

}

@media only screen and (max-width:920px) {
  .lab_item .lablist li {
    width: 50%;
  }
}


@media only screen and (max-width:780px) {

  .lab_item .tit,
  .lab_flpart02 .lab_item .tit {
    width: 100%;
  }

  .lab_item .lablist,
  .lab_flpart02 .lab_item .lablist {
    width: 100%;
  }

  .laboratory-list li {
    width: calc(50% - 30px);
    margin-bottom: 20px;
  }

  .laboratory-list02 {
    margin-left: 0;
  }

  .laboratory-list02 li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    margin-left: 0;
    height: auto;
    display: flex;
  }

  .laboratorypart {
    padding: .2rem 0;
  }

  .laboratory-warp .labor_ibox {
    padding: .2rem;
  }

}


/* ==========================================================================
   人才招聘
   ========================================================================== */
.job_main {
  margin: .4rem 0 .5rem;
}

.strategy_title {
  color: rgb(51, 51, 51);
  font-size: .36rem;
  font-weight: 700;
  padding: .4rem 0;
}

.strategy_area .strategy_title {
  padding: 0 0 .2rem 0;
}

.strategy_intro {
  color: rgb(92, 92, 102);
  font-size: .18rem;
  line-height: 1.8;
}

.strategy_box {
  justify-content: space-between;
  align-items: center;
}

.strategy_left {
  width: calc(45% - .75rem);
}

.strategy_right {
  width: 55%;
}

.strategy_name {
  color: rgb(22, 93, 164);
  font-size: .30rem;
  font-weight: 700;
}

.strategy_txt1 {
  color: rgb(92, 92, 102);
  font-size: .24rem;
  font-weight: 400;
  padding: .2rem 0 .15rem;
}

.strategy_txt2 {
  color: rgb(92, 92, 102);
  font-size: .18rem;
  font-weight: 400;
  line-height: 1.8;
}

.strategy_right .pic {
  border-radius: .2rem;
}

.strategy_box {
  margin: .5rem 0;
}

.join_us {
  padding-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .strategy_intro {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .strategy_left {
    width: 100%;
  }

  .strategy_right {
    width: 100%;
    margin-top: 20px;
  }

  .strategy_txt2 {
    font-size: 12px;
    line-height: 1.5;
  }
}







.home_join {
  margin-left: -0.85rem;
}

.home_join li {
  width: calc(50% - .85rem);
  margin-left: .85rem;
}

.homeJoin_title {
  color: rgb(31, 31, 31);
  font-size: .36rem;
  font-weight: 700;
  text-align: right;
  margin-bottom: .4rem;
}

.homeJoin_box .pic {
  border-radius: .1rem;
}

.homeJoin_link {
  margin-top: .4rem;
  align-items: center;
  justify-content: flex-end;
}

.homeJoin_ckxq {
  color: rgb(102, 102, 102);
  font-size: .18rem;
  font-weight: 400;
}

.homeJoin_line {
  width: 60%;
  height: .02rem;
  background: rgb(0, 96, 181);
  margin: 0 .2rem 0 .4rem;
  transition: all .5s;
}

.homeJoin_link img {
  width: .33rem;
}

.homeJoin_link:hover .homeJoin_ckxq {
  color: var(--primary);
}

.homeJoin_link:hover .homeJoin_line {
  width: 0;
}

@media only screen and (max-width: 768px) {
  .homeJoin_ckxq {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .part03 {
    padding: 0 0 .7rem;
  }

  .home_join li {
    width: 100%;
    margin-bottom: 20px;
  }

}



/* ==========================================================================
   产品频道页
   ========================================================================== */
.products {
  background: url(../static/pro.jpeg) no-repeat center;
  background-size: cover;
  height: 980px;
}

.productscon {
  padding-top: 310px;
}

.productscon .wrapper {
  max-width: 1360px;
}

.productscon ul {
  margin-left: -80px;
}

.productscon li {
  width: calc(33.33% - 80px);
  height: 460px;
  float: left;
  margin-left: 80px;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, .3);
  transition: all 0.5s;
}

.productscon li .warp {
  padding: .8rem .4rem .4rem .4rem;
}

.productscon li .inco {
  margin-bottom: .2rem;
}

.productscon li:hover {
  margin-top: 0;
  background: rgba(0, 0, 0, .4);
}

.productscon li .tit {
  font-size: .22rem;
  font-weight: 400;
  margin-bottom: .1rem;
}

.productscon li .txt {
  font-size: .16rem;
  line-height: 30px;
  margin-bottom: .3rem;
  text-align: left;
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.productscon li a {
  color: #fff;
  line-height: 24px;
  display: inline-block;
}

.productscon li .more img {
  margin-right: 10px;
}



@media only screen and (max-width:1600px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1200px) {
  .productscon li .inco img {
    width: 60px;
  }

  .productscon li {
    height: 360px;
  }

  .products {
    height: 800px;
  }

  .productscon {
    padding-top: 220px;
  }

  .productscon li .txt {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: .2rem;
    height: 96px;
  }
}

@media only screen and (max-width:920px) {
  .productscon li {
    width: calc(33.33% - 20px);
    margin-left: 20px;
    margin-top: 20px;
  }

  .productscon ul {
    margin-left: -20px;
  }

  .productscon li .txt {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: .2rem;
    height: 96px;
  }

  .productscon li .inco img {
    width: 48px;
  }

  .products {
    height: 600px;
  }

  .productscon {
    padding-top: 100px;
  }
}


@media only screen and (max-width: 768px) {
  .products {
    height: auto;
  }

  .productscon {
    padding: 60px 0;
  }

  .productscon li {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    height: auto;
  }

  .productscon ul {
    margin-left: 0;
  }

  .productscon li .warp {
    padding: .8rem .4rem;
  }

  .productscon li .txt {
    height: auto;
  }
}



/* ==========================================================================
   产品中心
   ========================================================================== */
.prolistpart {
  background: #F7FBFE;
  padding: 1rem 0;
}

.prolisthead .title {
  position: relative;
  color: #333;
  font-size: .30rem;
  font-weight: 700;
  padding-bottom: .2rem;
  margin-bottom: .2rem;
}

.prolisthead .title::before {
  content: "";
  position: absolute;
  background: #023886;
  width: 100px;
  height: 3px;
  left: 0;
  bottom: 0;
}

.prolistnav li {
  width: 25%;
  float: left;
  height: 40px;
  line-height: 40px;
  color: #323232;
  font-size: .18rem;
  font-weight: 400;
  margin: 10px 0;
}

.prolistnav li.active a {
  color: #002FA5;
  border-bottom: 3px solid #002FA5;
  font-weight: 700;
}



.pro_list {
  margin-left: -40px;
  justify-content: center;
  /*margin-top: .5rem;*/
}

.pro_list li {
  width: calc(25% - 40px);
  float: left;
  margin-left: 40px;
  margin-bottom: 50px;
  background: #fff;
  border-radius: .12rem;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}

.pro_frame .pic {
  box-sizing: border-box;
}

.pro_title {
  color: rgb(51, 51, 51);
  font-size: .18rem;
  position: relative;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  padding: .3rem 0 .4rem 0; margin: 0 20px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap; 
}

.pro_list li:hover {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.pro_title::before {
  content: "";
  position: absolute;
  background: #FDD000;
  width: 80px;
  height: 2px;
  left: calc(50% - 40px);
  bottom: .3rem;
  transition: all .5s;
}

.pro_list li:hover .pro_title::before {
  width: 160px;
  left: calc(50% - 80px);
}



.mouse_box {
  display: flex;
  justify-content: center;
  margin: .5rem 0;
}

.mouse_roll {
  display: flex;
  align-items: center;
}

.loading {
  color: #777777;
  font-size: .24rem;
  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%);
  }
}



@media only screen and (max-width:1600px) {
  .prolistpart {
    padding: .8rem 0;
  }

}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1200px) {
  .prolistnav li {
    font-size: 14px;
    margin: 0;
  }

  .pro_title {
    font-size: 14px;
  }

  .pro_list li {
    width: calc(33.33% - 40px);
  }
}

@media only screen and (max-width:920px) {
  .prolistnav li {
    width: 33.33%;
  }

  .inner_zhanwei {
    height: 0;
  }
}


@media only screen and (max-width: 768px) {
  .prolistnav li {
    width: 50%;
  }

  .pro_list {
    margin-left: -20px;
  }

  .pro_list li {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 30px;
  }

}



/* ==========================================================================
   产品详情
   ========================================================================== */
.prodetailswarp {
  padding:.4rem 0 .8rem 0;
  background: url(../static/probg.jpeg) no-repeat center;
  background-size: cover;
}

.pro-detail-box {
  /*padding-top: .4rem;*/padding-bottom: .2rem;
}

.pro-detail-box-left {
  width: 500px;
  height: 500px;
  float: left;
}

.pro-detail-box-right {
  width: calc(100% - 600px);
  float: right;
}

.pro-detail-box-right .pro-title {
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  font-size: .24rem;
  padding-left: 10px;
  border-left: 4px solid #154B97;
}

.pro-detail-box-right .pro-desc {
  line-height: 2;
  font-weight: 400;
  color: #666;
  font-size: .18rem;
  margin: 20px 0;
}
.pro-detail-box-right .PartBox {
  line-height: 2;
  font-weight: 400;
  color: #666;
  font-size: .16rem;
}
.pro-slide .hd {
  border-bottom: 1px solid #DDDDDD;
}

.pro-slide .hd li {
  height: 50px;
  line-height: 40px;
  display: inline-block;
  color: #666;
  font-size: .20rem;
  padding: 0 30px;
  cursor: pointer;
}

.pro-slide .hd li.on {
  border-bottom: 4px solid #154B97;
}

.pro-slide .bd {
  padding-top: 20px; height: 2.8rem; overflow-y: auto;
}

.pro-slide .PartBox li {
  padding-left: 25px;    line-height: 1.5em; margin-bottom: .1rem;
    color: #777;

  position: relative;
}

.pro-slide .PartBox li::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #002FA5;
  left: 0;
  top:14px;
  transform: translateY(-50%);
}

.pro-mod2 {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}

.card-title {
  margin-bottom: .4rem;
  font-size: .24rem;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #D8DAE3;
  padding-bottom: 20px;
}

.card-title img {
  margin-right: 10px;
}
.card-bd-table table{width: 100% !important;}
.card-bd-table table .blue {
  background-color: #f3f5f7;
}

.card-bd-table table tr:nth-child(odd) {
  background: #f3f5f7 !important;
}
.card-bd-table table tr:nth-child(even) {
  background: #fff !important;
}

.card-bd-table table th,
.card-bd-table table td {
  text-align: center;
  font-size: .18rem;
  padding: 10px 5px; 
  background: transparent !important;
  border-right: 1px solid #93bbdf !important;
  border-top: 1px solid #93bbdf !important; height: auto!important;
}
.card-bd-table table tr,.card-bd-table table th,.card-bd-table table td{height: auto!important;}
.card-bd-table table {
  border-left: 1px solid #93bbdf !important;
  border-bottom: 1px solid #93bbdf !important;
  margin-bottom: 60px;
}

.pro-actions {
  text-align: right;
  margin-top: 40px;
}

.pro-actions a {
  background: #0068B7;
  border-radius: 36px;
  font-size: 20px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  padding: 0 40px;
}

.pro-actions a img {
  margin-right: 10px;
}

.pro-mod2 .pro_list li {
  box-shadow: 3px 3px 8px 3px rgba(0, 0, 0, 0.18);
}


@media only screen and (max-width:1540px) {
  .pro-detail-box-left{ width: 450px; height: 450px;}
  .pro-detail-box-right { width: calc(100% - 500px);}
  .lab_item .lablist li { width: calc(33.33% - 25px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
}

@media only screen and (max-width: 1400px) {
  .pro-actions a img{width: 24px;}
  .pro-actions a{font-size: 16px;}
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width:920px) {
  .pro-detail-box-left {
    width: 400px;
    height: 400px;
  }

  .pro-detail-box-right {
    width: calc(100% - 460px);
  }

  .pro-slide .PartBox li {
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .pro-mod2 {
    padding: 20px;
  }

  .pro-mod2 .card-bd {
    overflow-x: auto;
  }

  .card-bd-table table {
    min-width: 800px;
  }

  .card-bd-table table {
    margin-bottom: 20px;
  }
}


@media only screen and (max-width: 768px) {
  .pro-detail-box-left {
    width: 100%;
    height: auto;
    float: none;
  }

  .pro-detail-box-right {
    width: 100%;
    float: none;
    margin: 20px 0;
  }

  .pro-detail-box {
    padding-top: 0;
  }

  .pro-slide .PartBox li {
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .pro-actions a {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }

  .pro-actions a img {
    height: 24px;
  }

  .pro-actions {
    margin-top: 20px;
  }

}



/* ==========================================================================
   技术服务
   ========================================================================== */

.technologyhead {
  padding: .4rem 0;
  background: #F7FBFE;
}


.service2 {
  height: 100vh;
  background: #F7FBFE;
}

.service2 .fix {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service2 .fix .wrap {
  width: 72.9166666667vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.service2 .fix .wrap .img {
  width: 26vw;
}

.service2 .fix .wrap .img img {
  width: 100%;
  vertical-align: top;
}

.service2 .fix .wrap .content {
  width: 41.1458333333vw;
  padding: 0;
  min-height: auto;
}

.service2 .fix .wrap .content .title {
  font-size: .24rem;
  font-weight: 500;
  color: #222222;
  line-height: 2;
  margin: 0 0 .5rem 0;
}

.service2 .fix .wrap .content .title p {
  color: #023886;
  font-weight: normal;
  font-size: .24rem;
}

.service2 .fix .wrap .content .flex {
  display: flex;
}

.service2 .fix .wrap .content .flex .wrap02 {
  display: flex;
  width: fit-content;
}

.service2 .fix .wrap .content .flex .wrap02 .item {
  border-top: 3px solid #FFD200;
  border-radius: 0 0 12px 12px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  width: 21vw;
  height: 27vw;
  background: #FFFFFF;
  margin: 0 1.5vw 0 0;
  padding: 2.0833333333vw 2.0833333333vw 3.0208333333vw 2.0833333333vw;
}

.service2 .fix .wrap .content .flex .wrap02 .item .iconfont {
  color: #009944;
  font-size: 1.9270833333vw;
  margin: 0 0 .2rem 0;
}

.service2 .fix .wrap .content .flex .wrap02 .item .headline {
  font-size: 1.1458333333vw;
  font-weight: 400;
  color: #222222;
  margin: 0 0 .2rem 0;
}

.service2 .fix .wrap .content .flex .wrap02 .item .text {
  font-size: 0.8333333333vw;
  font-weight: 400;
  color: #666666;
  line-height: 1.8;
}

.service2 .fix .wrap .content .flex .wrap02 .item .text p {
  padding-left: 20px;
  position: relative;
}

.service2 .fix .wrap .content .flex .wrap02 .item .text p::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #002FA5;
  left: 0;
  top: .11rem;
}


.soloutiondetail{padding:1rem 0 0 0;}
.soloutiondetail .tit{text-align: center;font-size: .36rem;}
.soloutiondetail .desc{margin: .4rem 0;font-size: .18rem;}


.soloutiondetail table .blue {
  background-color: #f3f5f7;
}

.soloutiondetail table tr:nth-child(odd) {
  background: #f7f9fc !important;
}
.soloutiondetail table tr:nth-child(even) {
  background: #fff !important;
}


.soloutiondetail table td {
  text-align: center;
  font-size: .16rem;
  padding: 18px 5px;
  background: transparent !important;
  border-right: 1px solid #e0e0e0 !important;
  border-top: 1px solid #e0e0e0 !important;
}

.soloutiondetail table {
  border-left: 1px solid #e0e0e0 !important;
  border-bottom: 1px solid #e0e0e0 !important;
  margin-bottom: 60px; width: 100%!important;
}
.soloutiondetail table th{background: repeating-linear-gradient(to bottom, #3976ef, #194bac);
    color: #fff; text-align: center;
    font-size: .18rem;
    padding: 18px 5px;}


    @media only screen and (max-width:1200px) {
      .soloutiondetail table td{font-size: 14px;}
      .soloutiondetail table th{font-size: 16px;}
      .soloutiondetail table {width: 1100px!important;}
      .tablebox {overflow-y: auto;}
      .soloutiondetail table {margin-bottom:20px;}
      .soloutiondetail{padding-bottom: 30px;}
    }




.technologyhead{padding:0;background: #fff;}

.downloadpart{padding:1rem 0;}
.downloadpart .tit{text-align: center;}
.downloadpart .tit{text-align: center;font-size: .36rem;}
.downloadpart .desc{margin: .4rem 0;font-size: .18rem;}
.downloadnav {margin-top: .5rem;}
.downloadnav a{padding:0 .5rem;line-height: 50px; font-size: .18rem; color: #555; border: 1px solid #e0e0e0;border-right: 0;}
.downloadnav a:last-child{border-right: 1px solid #e0e0e0;}
.downloadnav a.on{background: #1646a5;color: #fff; font-weight: bold;}

.download-list {
  margin: 0 -0.19rem;
  display: flex;
  flex-wrap: wrap; margin-top: .5rem;
}

.download-list li {
  box-sizing: border-box;
  width: 33.33%;
  padding: 0.16rem 0.19rem;
  margin-bottom: 0.1rem;
}

.download-list li .wrap {
  box-sizing: border-box;
}

.download-list li .wrap a {
  box-sizing: border-box;
  display: block;
  padding: 0.12rem 0.2rem;
  border: 1px solid rgb(213, 217, 222);
  border-radius: 0.04rem;
  background: rgb(255, 255, 255);
  height: 0.78rem;
  transition: all 0.3s;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.download-list li .title {
  box-sizing: border-box;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.18rem;
  padding-left: 0.18rem;
  position: relative; 
}

.download-list li .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.03rem;
  height: 0.2rem;
  background-color: #1646a5;
}

.download-list li .icon {
  width: 24px;
  margin-left: 0.12rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-list li .icon-arrow-down img {  width: 0.18200439rem;}

.download-list li .icon-eye img {  width: 0.24rem;}

.download-list li .wrap a:hover {  color:#1646a5;}

@media only screen and (max-width:1200px) {
  .downloadnav a{font-size: 16px;}
  .download-list li .title{font-size: 16px;}
}

@media only screen and (max-width:920px) {
  .download-list li .title{font-size: 14px;}
  .download-list li{width: 50%;}
}

@media only screen and (max-width:500px) {
  .downloadnav a{font-size: 14px;}
  .downloadnav a { padding: 0 10px;}
  .download-list li{width: 100%;}
}



.ser_list {
	display: flex;	flex-wrap: wrap;}
.ser_list li{	overflow: hidden;	width: 31.8%;	margin-right: 2.2%;	margin-bottom: 30px;	position: relative;}

.ser_list li:last-child{	margin-right: 0;}

.ser_list li:hover .upimg {  transform: scale(1.05);}
.ser_list li .cover{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
}

.ser_list li .cover .tit{	width: 100%;	margin-bottom: 24px; font-size: .24rem; }
.ser_list li .cover p{	display: flex;	align-items: center;	justify-content: center;}

.ser_list li .cover img{	margin-left: 6px;	transform: translate(0,1px);    transition: all .5s;}

.ser_list li .cover p:hover img{	transform: translate(5px,1px);}


.lbxx_from {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.from_content {
  background-color: #fff;
  width: 1000px;
  padding: 55px 55px 40px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.lbcon_list{
  max-height: 600px;
  overflow-y: auto;
  padding-right: 5px;
}
.lbcon_list {
  display: flex
;
  flex-wrap: wrap;
}
.from_content .hide{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.from_content .hide img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.from_content .hide img:last-child{
  opacity: 0;
}

.from_content .hide:hover img:last-child{
  opacity: 1;
}

.from_content .hide:hover img{
  opacity: 0;
}

.from_content .title{
  text-align: center;
  margin-bottom: 40px;font-size: 28px;
}

.lbcon_list .li{
  width: 49%;
  margin-right: 2%;
  border: 1px solid #e0e0e0;
  background-color: #f5f6f7;
  height: 66px;
  margin-bottom: 12px;
  position: relative;
}
.lbcon_list .li:nth-child(2n){
  margin-right: 0;
}
/*
.lbcon_list .li:nth-child(6){margin-right: 2%;}*/
.lbcon_list .li input{
  color: #333;
  font-size: 16px;
  color: #555555;
  border: none;
  background-color: transparent;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.lbcon_list .li textarea{
  color: #333;
  font-size: 16px;
  color: #555555;
  border: none;
  background-color: transparent;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 20px;
  resize: none;
  font-family: Arial, Helvetica, sans-serif, Microsoft Yahei;
}
.lbcon_list .li.text{
  height: 150px;
  width: 100%;
  margin-right: 0;
}

.lbcon_list .li.code{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lbcon_list .li.code input{
  width: calc(100% - 110px);
}
.lbcon_list .li.code .code-img{
  width: 100px;
  height: 100%;
}
.lbcon_list .li.code .code-img img{
  width: 100%;
  height: 100%;
}
.from_btn{
  width: 280px;
  height: 65px;
  text-align: center;
  align-items: center;
  background-color: #1646a5;
  display: flex;
  justify-content: center;
  color: #fff;
  margin: 18px auto 0;
  cursor: pointer;
  font-size: 16px;  transition: all .5s;
}
.from_btn:hover{
  transform: translateY(-5px);
  background-color: #1452cc;
      box-shadow: 0px 0px 20px rgba(22,70,165,0.2), 0px 0px 11px rgba(22,70,165,0.2);
}


.xh_con {  display: flex;  flex-wrap: wrap;  width: 100%;}

.inp_con {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.select_con {
  position: absolute;
  width: 100%;
  top: 68px;
  left: 0;
  background-color: #fff;
  z-index: 99;
  height: 200px;
  overflow-y: auto;
  display: none;
  -webkit-transition: all 0s cubic-bezier(.4,0,.2,1);
  -moz-transition: all 0s cubic-bezier(.4,0,.2,1);
  transition: all 0s cubic-bezier(.4,0,.2,1);
}

.select_con .itvb{
  border-bottom: 1px solid #e0e0e0;
  height: 50px;
  line-height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
      -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
      -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
      transition: all .4s cubic-bezier(.4,0,.2,1);
}
.select_con .itvb:hover{
  background-color: #1646a5;
  color: #fff;
}
.selet_box{
  display: flex;align-items: center;
  font-size: 16px;
  color: #555;
  margin: 18px 0 30px;
  width: 100%;
}
.selet_box .li_acv {
  display: flex;
  align-items: center;
}

.selet_box .li_acv .ac{
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 35px;
}

.selet_box .li_acv .ac span{
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  margin-right: 10px;
}
.selet_box .li_acv .ac span img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.selet_box .li_acv .ac span img:last-child{
  opacity: 0;
}
.selet_box .li_acv .ac.act span img{
    opacity: 0;
}
.selet_box .li_acv .ac.act span img:last-child{
    opacity: 1;
}

.lbcon_list .add_inm {
  margin-bottom: 35px;
}
.lbcon_list .add_inm img {
  margin-right: 12px;
}


.layui-unselect {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}



@media only screen and (max-width:1540px) {
  .from_content { width:800px;     padding: 55px 55px 40px;}
  .lbcon_list .li{height: 46px;}
  .lbcon_list .li.text {height: 100px;}
  .from_content .title{margin-bottom: 30px;}
 .lbcon_list { max-height: 460px;}
}

@media only screen and (max-width:1200px) {
  .from_content { width:600px;     padding: 35px 35px 40px;}
  .lbcon_list .li{height: 36px;}
  .lbcon_list .li.text {height: 90px;}
  .lbcon_list .add_inm { margin-bottom: 20px;}
}

@media only screen and (max-width:920px) {
  .from_content .hide{width: 20px;height: 20px; }
  .from_content .title{font-size: 18px;}
  .lbcon_list .li input{font-size: 14px;}
  .ser_list li {width:100%; margin-right:0;}
  .downloadpart{padding: .5rem 0;}
}

@media only screen and (max-width:768px) {
  .lbcon_list .li{height:30px; width: 100%;margin-right: 0;}
  .lbcon_list .li.text {height:60px;}
  .from_content { width:80%; padding: 20px 20px 20px;}
  .selet_box .li_acv{width: 100%;}
  .selet_box{display: block;margin:10px 0 10px;}
  .ser_list li .cover .tit{font-size: 18px;margin-bottom:10px;}
}



.career {  padding-bottom: 0.24rem;}

.career-list {  padding-top: 0.28rem;}

.career-item {  transition: all 0.3s;  margin-bottom: 0.34rem;}

.career-title {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  font-weight: normal;
  font-size: 0.2rem;
  color: #333;
  padding: 0 0.2rem;
  height: 0.79rem;
  border-bottom: 1px solid #dfdfdf;
}

.career-title .td {
  box-sizing: border-box;
  padding: 0 0.12rem;
  display: flex;
  align-items: center;
}

.career-item.on {  border-radius: 0.08rem;  box-shadow: 0px 0.1rem 0.19rem 0px rgba(0, 0, 0, 0.1);}

.career-item.on .career-title {
  transition: all 0.3s;
  background:#1646a5;
  border-radius: 0.08rem 0.08rem 0 0;
  color: #fff;
  border-bottom: 1px solid #1646a5;
  border-top: 1px solid #1646a5;
}

.career-item .trigger {  width: 1rem;  height: 0.6rem;  position: relative;}

.career-item .trigger::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: rgb(223, 223, 223) transparent transparent;
  transform: translateY(-50%);
  margin-top: 3px;
  transition: all 0.3s;
}

.career-item .trigger::after {
  content: "展开";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.career-item.on .trigger::after {  content: "收起";}

.career-item.on .trigger::before {
  border-color: transparent transparent rgb(223, 223, 223);
  margin-top: -3px;
}

.career-title .td1 {
  width: 30%;
}

.career-title .td2,
.career-title .td3,
.career-title .td4 {
  width: 20%;
}

.career-title .td5 {
  width: 10%;
}

.career-content {
  display: none;
  box-sizing: border-box;
  padding: 0.44rem 0.48rem;
  border-radius: 0px 0px 8px 8px;
  background: rgb(255, 255, 255);
  font-size: 0.18rem;
  color: rgb(51, 51, 51);
  line-height: 2;
}

.career-content h5 {
  font-weight: bold;
}

.career-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.career-info .career-info-left {
  box-sizing: border-box;

  padding-right: 0.48rem;
}

.career-info .career-info-right {
  box-sizing: border-box;

}

.career-info .career-info-right a{
  width: 230px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #555;
  background-color: #edeeef;
}
.career-info .career-info-right a:hover{
  background-color: #1646a5;
  color: #fff;
}
.career-info .career-info-right a span{
  width: 7px;
  height: 11px;
  position: relative;
  display: block;
  margin-left: 20px;
  transform: translateY(1px);
}
.career-info .career-info-right a span img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.career-info .career-info-right a span img:last-child{
  opacity: 0;
}
.career-info .career-info-right:hover a span img:last-child{
  opacity: 1;
}
.career-info .career-info-right:hover a span img{
  opacity: 0;
}



.career-info .career-info-right:hover a{
  background-color: #1646a5;
  color: #fff;
}

.career-item .trigger::after {
  content: "展开";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.career-item.on .trigger::after {
  content: "收起";
}


@media only screen and (max-width:920px) {
  .career-info .career-info-left {
    width: 100%;
    padding-right: 0;
  }

  .career-info .career-info-right {
    width: 100%;
    padding-top: 24px;
  }

  .career-info .career-info-right {
    width: 100%;
    padding: 16px 0;
    display: flex;
    align-items: center;
  }
}


@media only screen and (max-width: 768px) {
 


  .career-title {
    height: 48px;
    font-size: 16px;
  }

  .career-content {
    font-size: 14px;
  }




  .career-title .td3, .career-title .td4{display: none;}
  .career-title .td5{width: 20%;}
  .career-title .td2{width: 30%;}
  .career-title .td1{width: 50%;}
}

@media only screen and (max-width:500px) {
  .career-title {font-size: 14px;}
}



/* ==========================================================================
   careers
   ========================================================================== */
   .careers_list03 li{width: 25%; overflow: hidden; float: left;margin-bottom: 20px;}
   .careers_list03 li .warp{margin-right: 10px;border:1px solid #e4e9ee;padding:30px;
     background:#ffffff;
     background-image: -webkit-linear-gradient(top,#ffffff 0%,#eff3f7 100%);
     background-image: -moz-linear-gradient(top,#ffffff 0%,#eff3f7 100%);
     background-image: linear-gradient(top,#ffffff 0%,#eff3f7 100%);
     filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#ffffff', StartColorStr='#eff3f7');
   }
   .careers_list03 li h3{font:700 24px/30px microsoft yahei; width: 100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:10px;}
   .careers_list03 li .line{background: #d4d4d4;width: 65px; height: 1px;margin-bottom: 10px;}
   .careers_list03 li .desc{font: 15px/30px microsoft yahei;color: #333;height: 120px; overflow: hidden;margin-bottom: 10px;}
   .careers_list03  .careerbox{background: #fff;margin:0 10px; max-width:850px;
     border:1px solid #d9d9d9; -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.12);
     -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.12);
     -ms-box-shadow: 3px 3px 3px rgba(0,0,0,0.12);
     -o-box-shadow: 3px 3px 3px rgba(0,0,0,0.12);
     box-shadow: 3px 3px 3px rgba(0,0,0,0.12)
   }
   .careers_list03  .careerbox .warp{padding:50px;position: relative;}
   .careers_list03  .careerbox .colse{cursor: pointer;font-size: 12px;border:1px solid #084675;color: #084675;width:20px;
    text-align: center;position: absolute;right:15px;top:15px;}  
    .careers_list03  .careerbox .tit{font:700 24px/30px microsoft yahei;color: #0160bd;border-bottom: 1px solid #b0b0b0;margin-bottom: 20px;padding-bottom: 20px;}
   
   @media only screen and (max-width:1200px) {
   .careers_list li{width:33.3%;}
   }
   @media only screen and (max-width:920px) {
   .careers_list li{width:50%;}
   }
   @media only screen and (max-width:768px) {
   .careers_list li{width:100%;}
   .careers_list li .warp{margin-right: 0;}
   .careers_list03  .careerbox .warp{padding:40px 30px 30px 30px;}
   }