@import url(./inner_sidebar.css);

/* ==========================================================================
   全局
   ========================================================================== */
.content {
  padding: .4rem 0;
  position: relative;
  min-height: 300px;
}

.content img {
  max-width: 100%;
}

.sub-banner {
  height: 505px;
}

.sub-banner .wrapper {
  position: relative;
  height: 100%;
  padding-top: 15%;
}

.bgtitle1 {
  font-size: .48rem;
  font-weight: bold;
  color: #FFFFFF;
}

.bgtitle2 {
  font-size: .24rem;
  font-weight: 300;
  color: #FFFFFF;
  margin-top: .32rem;
}

@media only screen and (max-width:1536px) {
  .sub-banner {
    height: calc(505px / 1.25);
  }
}

@media only screen and (max-width:1440px) {
  .sub-banner {
    height: calc(505px * 0.75);
  }
}

@media only screen and (max-width:1280px) {
  .sub-banner {
    height: calc(505px / 1.5);
  }
}

@media only screen and (max-width:1024px) {
  .sub-banner {
    height: calc(505px / 1.875);
  }
}

@media only screen and (max-width:960px) {
  .sub-banner {
    height: calc(505px / 2);
  }
}

@media only screen and (max-width:768px) {
  .sub-banner {
    height: calc(505px / 2.5);
  }
}

@media only screen and (max-width:500px) {
  .sub-banner .wrapper {
    padding-top: 25%;
  }
}



/* ==========================================================================
   Sidebar
   ========================================================================== */
.sub_nav .wrapper {
  position: relative;
}

.breadcrumb {
  color: #8E8E8E;
  font-size: .16rem;
  height: 56px;
  line-height: 56px;
  z-index: 99;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 0;
  align-items: center;
}

.breadcrumb a {
  color: #8E8E8E;
}

.breadcrumb a.side_on {
  color: #0052A3;
}

.breadcrumb a:hover {
  color: #0052A3;
}

.breadcrumb .fa-play {
  font-size: .07rem;
  margin: 0 .18rem;
}

@media only screen and (max-width:920px) {
  .breadcrumb {
    display: none;
  }
}

.white {
  color: #FFFFFF !important;
}





/* ==========================================================================
   关于我们
   ========================================================================== */
.inner_img {
  width: 6.32rem;
  margin-top: .28rem;
  margin-bottom: .63rem;
}

.aboutus {
  position: absolute;
  right: 0;
  top: .8rem;
  background: url(../images/aboutus.png) no-repeat;
  background-size: contain;
  width: 11.27rem;
  height: 1.7rem;
  z-index: -1;
}

.about_top {
  justify-content: space-between;
}

.at_left {
  width: calc(50% - .97rem);
}

.at_right {
  width: 50%;
  box-sizing: border-box;
}

.about_title {
  font-size: .48rem;
  font-weight: bold;
  color: #333333;
}

.company_name {
  font-size: .28rem;
  font-weight: 500;
  color: #2049BD;
  margin: .2rem 0;
}

.about_info {
  font-size: .16rem;
  font-weight: 400;
  color: #000000;
  line-height: 2;
}

.about_list {
  margin: .8rem 0;
  margin-left: -.5rem;
}

.about_list li {
  width: calc(25% - .5rem);
  margin-left: .5rem;
  position: relative;
}

.about_list img{
  max-width: initial;
}

.aptitude {
  background: #0462B0;
  padding: .78rem 0 .72rem;
}

.aptitude_top {
  justify-content: space-between;
  align-items: flex-end;
}

.aptitude_info {
  font-size: .18rem;
  line-height: 1;
  font-weight: 400;
  color: #333333;
  margin-left: .37rem;
}

.aptitude_left {
  align-items: baseline;
  margin-bottom: .2rem;
}

.aptitude_item {
  width: 2rem;
  height: .5rem;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  font-size: .18rem;
  border: 2px solid #FFFFFF;
  transition: all .3s;
  box-sizing: border-box;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
  margin-right: .13rem;
}

.aptitude_item:last-child {
  margin-right: 0;
}

.aptitude_item:hover,
.ai_on {
  font-weight: bold;
  color: #00469B;
  background: #FFFFFF;
}


.aptitude_main {
  margin-top: .67rem;
}

.am_item {
  justify-content: space-between;
}

.am_left {
  width: 50%;
}

.am_right {
  width: 50%;
  background-color: #FFFFFF;
  box-sizing: border-box;
  position: relative;
}

.am_circle {
  box-sizing: border-box;
  width: .1rem;
  height: .1rem;
  background: rgba(255, 255, 255, 0);
  border: .02rem solid #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  margin-left: .4rem;
  margin-right: .3rem;
}

.am_desc {
  font-size: .24rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: .6rem;
  display: flex;
  align-items: center;
  direction: ltr;
}

.am_list {
  height: 4.9rem;
  overflow: auto;
  direction: rtl;
}

.am_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background: #00469B;
}

.am_list::-webkit-scrollbar {
  width: 4px;
}

.am_list::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
  border-radius: 4px;
  background: #FFFFFF;
}

.certificate {
  padding: 0 .9rem;
  box-sizing: border-box;
}

.am_right .swiper-button-next,
.am_right .swiper-button-prev {
  width: .5rem;
  height: .5rem;
  background: #0462B0;
  border-radius: 50%;
}

.am_right .swiper-button-next:after,
.am_right .swiper-button-prev:after {
  display: none;
}

.am_right .swiper-button-next {
  right: .2rem;
}

.am_right .swiper-button-prev {
  left: .2rem;
}


.honor {
  padding: .78rem 0 .52rem;
  background: url(../images/honor_bg.png) no-repeat;
  background-size: cover;
}

.honor_box {
  margin-bottom: 1rem;
}

.mySwiper4 .swiper-pagination-bullet {
  width: .1rem;
  height: .1rem;
  line-height: .1rem;
  background: #0462B0;
  text-align: center;
  opacity: 1;
  font-size: .18rem;
  font-weight: 400;
  color: transparent;
  position: relative;
  transition: all .3s;
  position: relative;
  margin: 0 .1rem !important;
}

.mySwiper4 .swiper-pagination-bullet-active {
  width: 48px;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  text-align: center;
  background-color: transparent;
  color: #0462B0;
}

.mySwiper4 .swiper-pagination-bullet-active .outerRing2 {
  stroke-width: 2px;
  stroke: #fff;
}

.mySwiper4 .swiper-pagination-bullet-active .circle2 {
  stroke-width: 2px;
  stroke: #0462B0;
  stroke-dasharray: var(--ll);
  stroke-dashoffset: var(--ll);
  animation: stroke2 5.3s forwards infinite;
}

.honor_main {
  margin-top: .95rem;
}

@keyframes stroke2 {
  from {
    stroke-dashoffset: var(--ll);
  }

  to {
    stroke-dashoffset: 0;
  }
}

.honor_title {
  font-size: .16rem;
  font-weight: 400;
  color: #333333;
  margin-top: .18rem;
  text-align: center;
}

.partneritem {
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  background: #FFFFFF;
  height: 1.1rem;
  position: relative;
}

.partneritem img {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.partner {
  padding: .76rem 0 0;
}

.partner_main {
  margin-top: .67rem;
}

.mySwiper5 {
  padding-bottom: .9rem;
}

@media only screen and (max-width: 1536px) {
  .at_left {
    width: calc(50% - .5rem);
  }

  .at_right .about_title {
    font-size: .36rem;
  }

  .at_right .company_name {
    font-size: .24rem;
  }

  .at_right .about_info {
    line-height: 1.5;
  }

  .am_item {
    align-items: flex-start;
  }

  .certificate {
    padding: .2rem .9rem;
  }
}

@media only screen and (max-width: 768px) {
  .mySwiper4 .swiper-pagination-bullet-active {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }

  .about_top {
    display: inline-block;
  }

  .at_left {
    width: 50%;
    float: left;
    clear: both;
    margin-right: 10px;
  }

  .at_right {
    width: 100%;
  }

  .about_list {
    margin: 30px 0;
  }

  .aboutus {
    width: 100%;
  }

  .am_right,
  .am_left {
    width: 100%;
  }

  .am_left {
    margin-bottom: 20px;
  }

  .aptitude_info {
    margin-top: 10px;
  }

  .about_list li {
    width: calc(50% - .5rem);
    margin-bottom: 20px;
  }

}

@media only screen and (max-width: 500px) {
  .aptitude_info {
    margin-left: 0;
    line-height: 1.2;
  }

  .honor_main {
    margin-top: 30px;
  }

  .about_list li {
    width: 100%;
  }

  .ha_img{
    width: 40px;
  }

  .about_list{
    margin: 30px 0 0 0;
    margin-left: -.5rem;
  }
}









/* ==========================================================================
   服务领域
   ========================================================================== */
.inner_area {
  margin-bottom: .6rem;
}

.inner_title {
  font-weight: bold;
  font-size: .48rem;
  color: rgb(4, 98, 176);
  text-align: center;
}




/*  */
.service_list {
  margin-left: -.45rem;
}

.service_list li {
  margin-left: .45rem;
  margin-bottom: .45rem;
  width: calc(33.33% - .45rem);
}

.service_frame {
  position: relative;
}

.service_box {
  flex-wrap: nowrap;
  padding: .77rem 0 .59rem;
  transition: all .3s;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  box-sizing: border-box;
}

.sb_first {
  background: rgb(246, 246, 246);
}

.sb_second {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .3s;
}

.service_title {
  font-size: .24rem;
  color: rgb(51, 51, 51);
  font-weight: bold;
  text-align: center;
  margin-top: .4rem;
  margin-bottom: .25rem;
}

.service_line {
  background-color: rgb(4, 98, 176);
  width: .3rem;
  height: .03rem;
  margin-bottom: .3rem;
  transition: all .3s;
}

.service_img {
  width: .9rem;
  height: .9rem;
  align-items: center;
  justify-content: center;
}

.service_img img {
  max-width: 100%;
  max-height: 100%;
}

.service_desc {
  font-size: .18rem;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 0 .3rem;
}

.sb_second .service_title {
  color: #fff;
}

.sb_second .service_line {
  background-color: #fff;
}

.service_frame:hover .sb_first {
  opacity: 0;
}

.service_frame:hover .sb_second {
  opacity: 1;
  transform: scale(1.1);
}

@media only screen and (max-width: 500px) {
  .service_list li {
    width: calc(50% - .45rem);
  }
}










/* ==========================================================================
   项目案例
   ========================================================================== */
.case_list {
  margin-left: -.5rem;
}

.case_list li {
  margin-left: .5rem;
  margin-bottom: .4rem;
  width: calc(33.33% - .5rem);
}

.case_frame {
  position: relative;
  padding-bottom: .93rem;
  box-sizing: border-box;
}

.case_title_w {
  font-size: .26rem;
  font-weight: 400;
  color: #FFFFFF;
  margin: .3rem 0 .28rem;
}

.case_info {
  font-size: .16rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2;
  height: calc(0.32rem * 6);
  overflow-y: auto;
}

.case_info::-webkit-scrollbar {
  width: 3px;
}

.case_cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(4, 98, 176, 0.8), rgba(255, 255, 255, 0) 70%);
  box-sizing: border-box;
  padding-left: .38rem;
  opacity: 0;
  transition: all .3s;
}


.case_frame .pic::before {
  content: "";
  background: rgb(0, 139, 255, .8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.case_box {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1.61rem;
  width: calc(100% - .65rem);
  background-color: #ffffff;
  box-sizing: border-box;
  padding-top: .3rem;
  padding-left: .3rem;
  opacity: 1;
  transition: all .3s;
}

.case_title_b {
  font-size: .24rem;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.case_date {
  font-size: .18rem;
  font-weight: 400;
  color: #333333;
  margin: .2rem 0;
}

.case_link {
  flex-direction: column;
  flex-wrap: nowrap;
}

.case_ckgd {
  align-items: center;
  font-size: .18rem;
  font-weight: 400;
  color: #333333;
  align-self: flex-end;
}

.case_ckgd img {
  margin-left: .12rem;
}

.case_link:hover .case_title_b,
.case_link:hover .case_ckgd {
  color: #0462B0;
}

.case_frame .pic:hover .case_cover {
  opacity: 1;
}

.case_frame .pic:hover+.case_box {
  opacity: 0;
}

@media only screen and (max-width: 1536px) {
  .case_info {
    height: calc(0.32rem * 6);
    overflow-y: auto;
  }

  .case_title_w {
    font-size: .22rem;
    margin: .3rem 0 .28rem;
  }

  .case_cover {
    padding: 0 .2rem;
  }
}

@media only screen and (max-width: 920px) {
  .case_list li {
    width: calc(50% - .5rem);
  }
}

@media only screen and (max-width:500px) {
  .case_list li {
    width: 100%;
  }

  .case_ckgd img {
    max-width: 20%;
  }
}









/* ==========================================================================
   联系我们
   ========================================================================== */
.contact {
  box-sizing: border-box;
  padding-left: 2.1rem;
}

.contact_first {
  justify-content: space-between;
}

.cf_left {
  width: calc(46% - 1rem);
}

.cf_right {
  width: 54%;
}

.contact_title {
  font-size: .48rem;
  font-weight: bold;
  color: #333333;
}

.contact_company {
  font-size: .3rem;
  font-weight: bold;
  color: #00469B;
  margin: .4rem 0;
}

.contact_list {
  height: calc(100% - 1.74rem);
}

.contact_list li {
  height: 25%;
  box-sizing: border-box;
  border-bottom: 1px solid #EEEEEE;
}

.contact_box {
  height: 100%;
  align-items: center;
}

.contact_circle {
  width: .75rem;
  height: .75rem;
  background: #F2F8FC;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.contact_list li:nth-child(1) .contact_circle {
  background: #F2F8FC url(../images/icon16.png) no-repeat center;
}

.contact_list li:nth-child(2) .contact_circle {
  background: #F2F8FC url(../images/icon17.png) no-repeat center;
}

.contact_list li:nth-child(3) .contact_circle {
  background: #F2F8FC url(../images/icon18.png) no-repeat center;
}

.contact_list li:nth-child(4) .contact_circle {
  background: #F2F8FC url(../images/icon19.png) no-repeat center;
}

.contact_name {
  font-size: .18rem;
  font-weight: 400;
  color: #333333;
}

.contact_info {
  font-size: .24rem;
  font-weight: 500;
  color: #333333;
  margin-top: .15rem;
}

.contact_area {
  margin-left: .2rem;
}

.contact2 {
  padding: 1.06rem 2.1rem 1.02rem 2.1rem;
  box-sizing: border-box;
  background: url(../images/contact_bg.png) no-repeat;
}

.contact_second {
  justify-content: space-between;
}

.cs_left {
  width: 2.15rem;
}

.cs_right {
  width: calc(100% - 3.11rem);
}

.contact_msg {
  font-size: .14rem;
  font-weight: 400;
  color: #A3A3A3;
  margin-top: .6rem;
  position: relative;
}

.contact_msg::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.27rem;
  width: .32rem;
  height: .04rem;
  background: #0462B0;
}

.contact_list2 {
  margin-left: -.4rem;
}

.cl2_item {
  width: calc(25% - .4rem);
  margin-left: .4rem;
  margin-bottom: .1rem;
}

.cs_right .layui-form-label {
  float: none;
  text-align: left;
  padding-left: 0;
  width: auto;
}

.cs_right .layui-input-block {
  margin-left: 0;
}

.button_right {
  float: right;
  margin-top: 10px;
}

.button_right .layui-btn {
  background: #0462B0;
}

@media only screen and (max-width: 1280px) {
  .contact {
    padding-left: 1.6rem;
  }

  .contact2 {
    padding: .8rem 1.6rem;
  }
}

@media only screen and (max-width: 960px) {
  .cl2_item {
    width: calc(50% - 0.4rem);
  }

  .contact {
    padding: 0 1.6rem;
  }

  .cf_right,
  .cf_left {
    width: 100%;
  }

  .cf_right {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .contact {
    padding: 0 20px;
  }

  .contact2 {
    padding: .8rem 20px;
  }

  .contact_list li:nth-child(1) .contact_circle,
  .contact_list li:nth-child(2) .contact_circle,
  .contact_list li:nth-child(3) .contact_circle,
  .contact_list li:nth-child(4) .contact_circle {
    background-size: 50%;
  }
}

@media only screen and (max-width: 500px) {

  .cs_left,
  .cs_right {
    width: 100%;
  }
}









/* ==========================================================================
   专业工程
   ========================================================================== */
.engineering_list {
  margin-left: -0.33rem;
}

.engineering_list li {
  width: calc(33.33% - .33rem);
  margin-left: .33rem;
  margin-bottom: .33rem;
}

.eng_title {
  font-size: .18rem;
  font-weight: 400;
  color: #333333;
  padding: 0.2rem 0;
  padding-left: 0.36rem;
}

.engineering_frame:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 768px) {
  .engineering_list li {
    width: calc(50% - .33rem);
  }
}








/* ==========================================================================
   专业的工程技术和设计能力
   ========================================================================== */
.jyjz_title {
  font-size: .36rem;
  font-weight: 400;
  color: #333333;
}

.design_list {
  padding: .5rem 0 .9rem;
  margin-left: -.5rem;
}

.design_list li {
  width: calc(33.33% - .5rem);
  margin-left: .5rem;
}

.mySwiper6 {
  padding: .35rem 0 .65rem;
}

/* .design_second .swiper-pagination {
  text-align: right;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
} */


.design_list2 {
  padding: .5rem 0 .6rem;
  margin-left: -.4rem;
}

.design_list2 li {
  width: calc(33.33% - .4rem);
  margin-left: .4rem;
}

@media only screen and (max-width: 500px) {

  .design_list li,
  .design_list2 li {
    width: 100%;
    margin-bottom: 10px;
  }
}








/* ==========================================================================
   劳动力资源保障
   ========================================================================== */
.design_bg {
  background: linear-gradient(0deg, #EFF8FF 0%, #FFFFFF 100%);
}

.design_fifth {
  padding-bottom: 1rem;
}

.jyjz_area {
  padding: .56rem 0 .78rem;
}

.workType_left {
  width: 3.95rem;
}

.workType_right {
  width: calc(100% - 3.95rem);
}

.workType_list {
  border-left: 1px solid #CDCDCD;
  margin-top: .5rem;
  margin-left: .15rem;
}

.workType_item {
  font-size: .16rem;
  font-weight: 400;
  color: #666666;
  line-height: .6rem;
  position: relative;
  padding-left: .2rem;
  cursor: pointer;
  display: inline-block;
}

.workType_on {
  color: #00469B;
}

.workType_item::before {
  content: "";
  width: .12rem;
  height: .12rem;
  background: #FFFFFF;
  border: .02rem solid #B5B5B5;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  left: -0.065rem;
  top: 50%;
  transform: translateY(-50%);
}

.workType_item.workType_on::before {
  border-color: #0462B0;
}

.work_name {
  font-size: .18rem;
  font-weight: 400;
  color: #333;
  text-align: center;
  padding: .1rem 0;
}

.workType_box {
  margin-bottom: .5rem;
}

.workType_main .swiper-button-next {
  right: 45%;
  top: auto;
  bottom: 0;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  border: 1px solid #0462B0;
  box-sizing: border-box;
}

.workType_main .swiper-button-prev {
  left: 45%;
  top: auto;
  bottom: 0;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  border: 1px solid #0462B0;
  box-sizing: border-box;
}

.workType_main .swiper-button-next:after,
.workType_main .swiper-button-prev:after {
  font-size: .2rem;
  color: #0462B0;
}

.workType_main .swiper-button-next:hover {
  background-color: #0462B0;
}

.workType_main .swiper-button-prev:hover {
  background-color: #0462B0;
}

.workType_main .swiper-button-next:hover:after,
.workType_main .swiper-button-prev:hover:after {
  color: #fff;
}


@media only screen and (max-width: 768px) {
  .workType_main .swiper-button-prev {
    left: 40%;
  }

  .workType_main .swiper-button-next {
    right: 40%;
  }
}

@media only screen and (max-width: 500px) {

  .workType_left,
  .workType_right {
    width: 100%;
  }

  .workType_right {
    margin-top: 20px;
  }
}













/* ==========================================================================
   人才培养和企业的文化
   ========================================================================== */
.culture_name {
  font-size: .24rem;
  font-weight: 400;
  color: #333333;
  text-align: center;
  padding-top: .29rem;
}

.jingyijz4 {
  background: linear-gradient(0deg, #F8FCFF 0%, #FFFFFF 100%);
}

.culture {
  position: relative;
  margin-top: .4rem;
  padding-bottom: 1rem;
}

.culture .swiper-button-next:after,
.culture .swiper-button-prev:after {
  display: none;
}

.culture .swiper-button-next {
  top: auto;
  bottom: .2rem;
  right: 45%;
  background: url(../images/arrr.svg) no-repeat center;
  background-size: 80%;
  width: .32rem;
  transition: all .3s;
}

.culture .swiper-button-prev {
  top: auto;
  bottom: .2rem;
  left: 45%;
  background: url(../images/arrl.svg) no-repeat center;
  background-size: 80%;
  width: .32rem;
  transition: all .3s;
}

.culture .swiper-button-next:hover {
  background: url(../images/arrr_b.svg) no-repeat center;
  background-size: 80%;
}

.culture .swiper-button-prev:hover {
  background: url(../images/arrl_b.svg) no-repeat center;
  background-size: 80%;
}

.person {
  padding: .33rem 0 .6rem;
  margin-left: -0.26rem;
}

.person_box {
  width: calc(50% - .26rem);
  margin-left: .26rem;
  margin-bottom: .26rem;
}


@media only screen and (max-width: 500px) {
  .person {
    margin-left: -13px;
  }

  .person_box {
    width: calc(50% - 13px);
    margin-left: 13px;
  }

  .culture .swiper-button-next {
    right: 40%;
  }

  .culture .swiper-button-prev {
    left: 40%;
  }
}











/* ==========================================================================
   加入我们
   ========================================================================== */
.job {
  padding-top: .6rem;
}

.job_frame {
  justify-content: space-between;
}

.job_left {
  width: calc(47% - .54rem);
}

.job_right {
  width: 53%;
}

.job_left .pic {
  border-radius: .1rem;
}

.job_title {
  font-size: .48rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: .52rem;
}

.job_desc {
  font-size: .2rem;
  font-weight: 400;
  color: #333333;
  line-height: 2;
  position: relative;
  padding-left: 1.25rem;
  padding-right: .95rem;
}

.job_desc::before {
  content: "";
  position: absolute;
  top: .4rem;
  left: 0;
  background: url(../images/job02.png) no-repeat center;
  background-size: contain;
  width: .65rem;
  height: .52rem;
}

.job_desc::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/job03.png) no-repeat center;
  background-size: contain;
  width: .65rem;
  height: .52rem;
}

.job_list {
  height: .65rem;
  background: #0462B0;
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: .7rem;
  box-sizing: border-box;
  padding: 0 .36rem;
  align-items: center;
}

.job_list li:nth-child(1) {
  width: 31%;
}

.job_list li:nth-child(2) {
  width: 18%;
  text-align: center;
}

.job_list li:nth-child(3) {
  width: 18%;
  text-align: center;
}

.job_list li:nth-child(4) {
  width: 18%;
  text-align: center;
}

.job_list li:nth-child(5) {
  width: 15%;
  text-align: center;
}

.caree_box {
  align-items: center;
  height: .8rem;
  line-height: .8rem;
  cursor: pointer;
  padding: 0 .38rem;
  background: #FFFFFF;
  border-bottom: 1px solid #D1D1D1;
  box-sizing: border-box;
}

.job_name {
  width: 31%;
  font-size: .24rem;
  font-weight: 400;
  color: #333333;
}

.job_num {
  width: 18%;
  text-align: center;
  font-size: .16rem;
  font-weight: 400;
  color: #666666;
}

.job_place {
  width: 18%;
  text-align: center;
  font-size: .16rem;
  font-weight: 400;
  color: #666666;
}

.job_date {
  width: 18%;
  text-align: center;
  font-size: .16rem;
  font-weight: 400;
  color: #666666;
}

.job_operate {
  width: 15%;
  align-items: center;
  justify-content: center;
}

.caree_box em {
  width: .4rem;
  height: .4rem;
  background: url(../images/job05.png) center no-repeat;
  cursor: pointer;
}

.caree_box.on .job_name {
  font-weight: bold;
  color: #0462B0;
}

.caree_box.on em {
  background: url(../images/job04.png) center no-repeat;
}

.careerMenu .nwms {
  padding: .35rem .2rem;
  background: #FAFAFA;
  position: relative;
  display: none;
}

.careerMenu .nwms .warp p {
  font-size: .14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: .3rem;
}

.demand {
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: .3rem;
}

.btn_ljyp {
  width: 1.6rem;
  height: .5rem;
  background: #FFFFFF;
  box-shadow: -2px 1px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: .25rem;
  font-size: .16rem;
  font-weight: bold;
  position: absolute;
  top: .5rem;
  right: .5rem;
  align-items: center;
  justify-content: center;
  color: #0462B0;
}

.careerMenu {
  padding-bottom: .55rem;
}

@media only screen and (max-width: 1536px) {
  .job_desc {
    padding: 0 .8rem;
    font-size: .18rem;
  }

  .job_title {
    margin-bottom: .3rem;
  }
}

@media only screen and (max-width: 768px) {

  .job_right,
  .job_left {
    width: 100%;
  }

  .job_left {
    margin-bottom: 20px;
  }

  .btn_ljyp {
    position: static;
    margin-top: 20px;
  }

  .caree_box em {
    background-size: 50%;
  }

  .caree_box.on em {
    background-size: 50%;
  }

  .job_name {
    width: 55%;
  }
.job_date{
display:none;
}
  .job_num,
  .job_place{
    width: 15%;
  }
  .job_list,
  .caree_box{
    padding: 0 5px;
  }

.job_list li:nth-child(1) {
  width: 49%;
}

.job_list li:nth-child(4) {
  display:none;
}
.careerMenu .nwms .warp p {
    line-height: .4rem;
}
}








/* ==========================================================================
   公司新闻
   ========================================================================== */
.news_list {
  margin-left: -.7rem;
}

.news_list li {
  width: calc(33.33% - .7rem);
  margin-left: .7rem;
  margin-bottom: .45rem;
}

.news_box {
  padding: .27rem .25rem;
  background: #F7F7F7;
  transition: all .3s;
}

.news_date {
  position: absolute;
  left: .27rem;
  bottom: .2rem;
  font-size: .18rem;
  font-weight: 400;
  color: #FFFFFF;
}

.news_title2 {
  font-size: .24rem;
  font-weight: 500;
  color: #333333;
  height: .58rem;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news_info {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: .28rem;
  margin-bottom: .5rem;
}

.news_line {
  margin-top: .1rem;
  width: 100%;
  height: 1px;
  background: #E3E3E3;
}

.news_ckxq {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .1rem;
}

.news_frame:hover .news_box {
  background: rgb(39, 105, 186);
}

.news_frame:hover .news_title2,
.news_frame:hover .news_info,
.news_frame:hover .news_ckxq {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .news_list li {
    width: calc(50% - .7rem);
  }
}

@media only screen and (max-width: 500px) {
  .news_list li {
    width: 100%;
  }
}










/* ==========================================================================
   新闻详情
   ========================================================================== */
.nd_left {
  width: calc(100% - 4.8rem);
  float: left;
}

.nd_right {
  float: right;
  width: 3.8rem;
  box-sizing: border-box;
  border: 1px solid #D5D5E0;
}

.nd_title {
  border-bottom: 1px solid #D5D5E0;
  box-sizing: border-box;
  padding-bottom: .39rem;
}

.news_title {
  font-size: .36rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.nd_intro {
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #777777;
  margin-top: .24rem;
}

.nd_share {
  color: #777777;
}

.nd_share .fa {
  color: #777777;
  margin-left: .1rem;
}

.nd_date {
  margin-left: .15rem;
  margin-right: .25rem;
}

.nd_main {
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: .32rem;
  padding: .6rem .8rem;
  box-sizing: border-box;
}

.nd_main img {
  margin: .4rem 0;
}

.nd_toolbar {
  border-top: 1px solid #D5D5E0;
  padding: .4rem 0;
  align-items: center;
  justify-content: space-between;
}

.tool_left {
  width: calc(100% - 2.8rem);
}

.tool_right {
  flex-wrap: nowrap;
  width: 2.7rem;
}

.tool_toggle {
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: .36rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.tool_toggle .fa {
  font-size: .12rem;
  margin-right: .15rem;
}

.back_btn {
  width: 1.25rem;
  height: .5rem;
  font-size: .16rem;
  font-weight: 500;
  color: #fff;
  background-color: #747474;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
}

.back_btn .fa {
  margin-right: .1rem;
}

.back_btn:hover {
  color: #fff;
}

.top_btn {
  margin-left: .2rem;
}

/*  */
.nd_right {
  padding: .4rem .3rem;
  box-sizing: border-box;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}

.zxdt_list {
  margin-top: .27rem;
}

.zxdt_list li {
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: .2rem;
  padding-bottom: .25rem;
}

.zxdt_list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.zxdt {
  height: .5rem;
  background: #F1F1F1;
  justify-content: center;
  align-items: center;
  font-size: .24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333;
}

.zxdt_title {
  font-size: .18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  line-height: .28rem;
}

.zxdt_title:hover {
  color: #00469B;
}

@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;
  }

  .nd_toolbar {
    margin-top: 0;
  }

  .tool_left {
    width: 100%;
  }

  .tool_right {
    margin-top: 20px;
  }

  .nd_toolbar {
    flex-wrap: wrap;
  }
}

/* 分享 */
.social-share {
  width: 168px;
}

.nd_share {
  position: relative;
  padding: 0 .05rem;
}

.nd_date {
  margin-right: .2rem;
}

.share_drop {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
  padding: .1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  border-radius: 8px;
}

@media only screen and (max-width: 500px) {
  .share_drop {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}











/* ==========================================================================
   新赛道，新征程
   ========================================================================== */
.ne_first {
  justify-content: space-between;
}

.ne_left {
  width: calc(52% - .95rem);
}

.ne_right {
  width: 48%;
  flex-wrap: nowrap;
  flex-direction: column;
}

.ne_title {
  font-size: .48rem;
  font-weight: bold;
  color: #333333;
  margin: .65rem 0 .5rem;
}

.ne_info {
  font-size: .2rem;
  font-weight: 400;
  color: #333333;
  line-height: 2;
}

.ne_thumbs {
  margin-top: auto;
}

/* 2 */
.ne_second {
  background: url(../images/newenergy.png) no-repeat;
  margin-top: .8rem;
  padding: .8rem 0 .7rem;
}

.ne_second .ne_title {
  margin-top: 0;
}

/* 3 */
.ne_third {
  padding-bottom: .8rem;
}

.nePro_name {
  font-size: .18rem;
  font-weight: 400;
  color: #333333;
  text-align: center;
  padding-top: .2rem;
}

.ne_line {
  width: 100%;
  height: .02rem;
  background: #E3E3E3;
  opacity: 0.6;
  position: relative;
}

.nePro_box {
  margin-bottom: .7rem;
}

.ne_line .swiper-pagination-progressbar {
  background: transparent;
  top: -1px;
}

/* 4 */
.ne_fourth {
  background: url(../images/newenergy02.png) no-repeat;
  padding-top: .57rem;
}

.ne_fourth .ne_title {
  margin-top: 0;
}

.fourth_frame {
  justify-content: space-between;
}

.fourth_left {
  width: calc(45.5% - 1rem);
}

.fourth_right {
  width: 54.5%;
}

.newenergy_list {
  height: 100%;
}

.newenergy_item {
  height: 25%;
  box-sizing: border-box;
  border-bottom: .02rem solid #B6B6B6;
  align-items: center;
  font-size: .24rem;
  font-weight: 400;
  color: #333333;
  padding-left: .5rem;
  padding-right: .25rem;
  cursor: pointer;
}

.newenergy_num {
  font-size: .3rem;
  font-weight: 400;
  margin-right: .3rem;
  color: #666666;
}

.newenergy_item.ne_on .newenergy_num {
  color: #2D7734;
}

.newenergy_item.ne_on {
  font-weight: bold;
  color: #2D7734;
}

.ne_arrow {
  margin-left: auto;
  width: .25rem;
  height: .1rem;
  background: url(../images/ne_arr01.png) no-repeat center;
}

.newenergy_item.ne_on .ne_arrow {
  background: url(../images/ne_arr02.png) no-repeat center;
}

.newenergy_main {
  display: none;
}

/* 5 */
.ne_fifth {
  background: url(../images/newenergy03.png) no-repeat right;
  padding: .6rem 0;
}


@media only screen and (max-width: 1536px) {
  .ne_first .ne_title {
    margin: 0 0 .2rem;
  }

  .ne_right {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) {
  .newenergy_item {
    padding-left: 0;
  }

  .newenergy_item.ne_on .ne_arrow {
    background-size: contain;
  }

  .ne_arrow {
    background-size: contain;
  }
}

@media only screen and (max-width: 920px) {
  .newenergy_num {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .fourth_left {
    width: calc(50.5% - 1rem);
  }

  .ne_left,
  .ne_right {
    width: 100%;
  }

  .ne_first {
    flex-direction: column-reverse;
  }

  .ne_left {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 500px) {

  .fourth_left,
  .fourth_right {
    width: 100%;
  }

  .newenergy_item {
    height: 40px;
  }

  .fourth_right {
    margin-top: 20px;
  }
}