@import url(./inner_sidebar.css);

/* ==========================================================================
   全局
   ========================================================================== */
body {
  background: rgb(0, 51, 125);
}

.content {
  margin-top: -3.49rem;
  background: url(../images/inner.png) no-repeat bottom;
  background-size: 100% auto;
}

.content img {
  max-width: 100%;
}

.sub-banner {
  box-sizing: border-box;
  --bannerH: 720px;
  height: var(--bannerH);
}

.sub_head {
  padding: 1.15rem 0 0;
}

.inner_title {
  color: rgb(255, 255, 255);
  font-size: .48rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.subnav {
  margin: .4rem 0 0 -0.2rem;
  justify-content: center;
}

.subnav li {
  margin: 0 0 0 .2rem;
}

.nav_item {
  border-radius: 100px;
  box-sizing: border-box;
  color: rgb(119, 119, 119);
  font-size: .18rem;
  font-weight: 400;
  padding: .05rem .22rem;
  background: rgb(255, 255, 255);
  transition: all .3s;
}

.nav_item:hover {
  background-color: rgb(230, 33, 41);
  color: #fff;
}

.subnav li.active .nav_item {
  background-color: rgb(230, 33, 41);
  color: #fff;
}

.inner_line {
  margin: .75rem auto 0;
  width: 1.42rem;
  height: .03rem;
  background: rgb(230, 33, 41);
}

@media only screen and (max-width:1536px) {
  .sub-banner {
    height: calc(var(--bannerH) / 1.25);
  }

  .content {
    margin-top: -2.49rem;
  }
}

@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);
  }

  .content {
    margin-top: -1.8rem;
  }
}

@media only screen and (max-width:768px) {
  .sub-banner {
    height: calc(var(--bannerH) / 2.5);
  }

  .content {
    margin-top: -50px;
  }
}

@media only screen and (max-width:500px) {
  .subnav li {
    margin-bottom: 15px;
  }

  .nav_item {
    font-size: 12px;
  }
}




/* ————————————————————  ———————————————————— */
.zhanwei {
  height: 95px;
}

#globalnav {
  background-color: #fff;
}

#globalnav .gn-link {
  color: #333;
}

.search_box {
  background-image: url(../images/search-red.svg);
  color: #333;
}

.lang_img {
  background-image: url(../images/global-red.svg);
  color: #333;
}

.logo {
  top: 11.5px;
}

#globalnav .active1 {
  color: var(--primary);
  font-weight: bold;
}

@media only screen and (max-width:920px) {
  .zhanwei {
    display: none;
  }
}




/* ==========================================================================
   关于我们
   ========================================================================== */
.company_intro {
  color: rgb(255, 255, 255);
  font-size: .24rem;
  font-weight: 400;
  line-height: 2;
}

.num_list {
  margin: 1rem 0 1.3rem;
}

.num_list li {
  width: 33.33%;
}

.num_frame {
  justify-content: center;
}

.num_box {
  position: relative;
  z-index: 1;
}

.num_box::before {
  content: "";
  z-index: -1;
  position: absolute;
  left: -0.56rem;
  top: .42rem;
  width: 1.43rem;
  height: 1.43rem;
  border-radius: 12px 12px 12px 56px;
  background: linear-gradient(90.00deg, rgb(231, 31, 39), rgba(231, 31, 39, 0) 100%);
  overflow: hidden;
}

.number {
  color: rgb(255, 255, 255);
  font-size: .81rem;
  line-height: 1;
  font-weight: 700;
  align-items: baseline;
  font-family: "roboto";
}

.num_unit {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 300;
  margin-left: 5px;
}

.num_info {
  color: rgb(255, 255, 255);
  font-size: .18rem;
  font-weight: 400;
  line-height: 175%;
  margin-top: .1rem;
}

.company_msg {
  padding: 0 0 1.15rem;
  color: rgb(255, 255, 255);
  font-size: .16rem;
  font-weight: 400;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .company_msg {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .num_list {
    margin: 20px 0;
  }

  .num_list li {
    width: 50%;
    margin-bottom: 30px;
  }

  .num_list li:last-child {
    width: 100%;
  }

  .num_unit {
    font-size: 12px;
  }
}




/* ———————————————————————— 发展历程 ———————————————————————— */

.history {
  margin: 0 0 0 -0.4rem;
  padding-bottom: 1.3rem;
  justify-content: space-between;
}

.history_left {
  margin-left: .4rem;
  width: calc(48% - .4rem);
  background: url(../images/historybgleft.png) no-repeat;
  background-size: cover;
  border-radius: .08rem;
}

.history_right {
  margin-left: .4rem;
  width: calc(52% - .4rem);
  background: url(../images/historybgright.png) no-repeat;
  background-size: cover;
  border-radius: .08rem;
}

.history_module {
  position: relative;
  padding: .85rem .6rem .2rem;
}

.history_area {
  position: absolute;
  left: .45rem;
  top: -0.3rem;
  width: 3.06rem;
  height: .95rem;
  border-radius: .08rem;
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.12);
  background: rgb(255, 255, 255);
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding-left: .3rem;
}

.history_txt1 {
  font-size: .18rem;
  line-height: 2;
  font-weight: 500;
  color: rgb(230, 33, 41);
}

.history_txt2 {
  font-size: .14rem;
  line-height: 2;
  font-weight: 400;
  color: rgb(119, 119, 119);
}

.history_date {
  color: rgb(230, 33, 41);
  font-size: .24rem;
  font-weight: 400;
  flex-shrink: 0;
}

.history_name {
  color: rgb(0, 0, 0);
  font-size: .18rem;
  line-height: 2;
}

.history_row {
  margin-left: .15rem;
}

.history_list {
  padding: 0 0 0 .55rem;
  overflow-y: auto;
  max-height: 3.6rem;
}

.history_list li {
  position: relative;
}

.history_list li:not(:last-of-type) {
  margin-bottom: .2rem;
}

.history_list li::before {
  content: "";
  position: absolute;
  top: .09rem;
  left: -0.5rem;
  width: .17rem;
  height: .17rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: .03rem solid rgb(255, 255, 255);
  box-shadow: 0px 0px 0px .02rem rgb(230, 33, 41);
  background: rgb(230, 33, 41);
}

.history_box {
  position: relative;
  padding: .2rem 0;
  z-index: 1;
}

.history_box::before {
  content: "";
  position: absolute;
  left: .125rem;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgb(194, 214, 225);
}

.history_box::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 4px;
  width: 1px;
  height: 100%;
  background: rgb(194, 214, 225);
}

.history_list::-webkit-scrollbar {
  width: 9px;
}

.history_list::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: rgb(230, 33, 41);
}

@media only screen and (max-width: 960px) {
  .history_list {
    max-height: 280px;
  }
}

@media only screen and (max-width: 768px) {

  .history_left,
  .history_right {
    width: 100%;
  }

  .history_left {
    margin-top: 20px;
  }

  .history_right {
    margin-top: 50px;
  }

  .history_name {
    font-size: 12px;
    line-height: 1.75;
  }

}

@media only screen and (max-width: 500px) {
  .history_txt1 {
    font-size: 14px;
  }

  .history_txt2 {
    font-size: 12px;
  }

  .history_area {
    width: 240px;
    height: 60px;
    top: -30px;
  }

  .history_date {
    font-size: 14px;
  }

  .history_module {
    padding: .85rem .4rem .2rem;
  }
}










/* ==========================================================================
   新闻动态
   ========================================================================== */
.news_list {
  margin: 0 0 0 -0.36rem;
}

.news_list li {
  width: calc(33.33% - .36rem);
  margin: 0 0 .36rem .36rem;
}

.news_box {
  box-sizing: border-box;
  height: 100%;
  background: #fff;
  padding: .18rem;
  border: 1px solid rgb(231, 231, 231);
  border-radius: .08rem;
}

.news_date {
  padding: .25rem 0 .05rem;
  color: rgb(132, 132, 132);
  font-size: .16rem;
  font-weight: 400;
}

.news_title {
  color: rgb(51, 51, 51);
  font-size: .16rem;
}

.mouse_box {
  display: flex;
  justify-content: center;
  margin: .2rem 0 .5rem;
}

.mouse_roll {
  display: flex;
  align-items: center;
}

.loading {
  color: #fff;
  font-size: .28rem;
  margin-left: .2rem;
}

.mouse_img {
  opacity: 0;
  animation: myfirst 2.3s infinite;
  -webkit-animation: myfirst 2.3s infinite;
  -moz-animation: myfirst 2.3s infinite;
}

@keyframes myfirst {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  50% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}

@-webkit-keyframes myfirst {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  50% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}

.news {
  padding-bottom: .6rem;
}


@media only screen and (max-width: 960px) {
  .news_list li {
    width: calc(50% - .36rem);
  }

  .news_title,
  .news_date {
    font-size: 12px;
  }

}

@media only screen and (max-width: 500px) {
  .news_list li {
    width: 100%;
  }
}









/* ==========================================================================
   新闻详情
   ========================================================================== */
.news_details {
  padding: 0 0 .2rem;
}

.xwxq_head {
  padding-bottom: .4rem;
  border-bottom: 1px solid #D0D0D0;
}

.xwxq_title {
  font-size: .36rem;
  color: #fff;
}

.xwxq_date {
  font-size: .16rem;
  color: #fff;
  margin-top: .1rem;
}

.xwxq_main {
  padding: .36rem 0 .72rem;
  font-size: .18rem;
  color: #fff;
  line-height: 2;
  border-bottom: 1px solid #D0D0D0;
}

.xwxq_main img {
  margin: .36rem 0;
}

.xwxq_toggle {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D0D0D0;
}

.xwxq_toggle h4 {
  padding: .2rem 0;
  font-size: .18rem;
  color: #fff;
}

.xwxq_toggle h4:last-child {
  margin-left: .2rem;
  flex-shrink: 0;
}

.xwxq_toggle h4 span {
  margin-right: .55rem;
}

.xwxq_toggle:hover h4 {
  color: var(--primary);
}

.news_back {
  margin: .8rem auto;
  width: 2rem;
  height: .5rem;
  border: 1px solid #FF5712;
  font-size: .18rem;
  color: #FF5712;
  transition: all .3s;
}

.news_back:hover {
  background-color: #FF5712;
  color: #FFF;
}

@media only screen and (max-width: 768px) {

  .news_back,
  .xwxq_date,
  .xwxq_toggle h4,
  .xwxq_main {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .xwxq_right {
    margin-top: 20px;
  }

  .xwxq_share {
    font-size: 12px;
  }
}







/* ==========================================================================
   客户及伙伴
   ========================================================================== */
.per_title {
  color: rgb(255, 255, 255);
  font-size: .36rem;
  font-weight: 400;
  text-align: center;

}

.per_list {
  justify-content: center;
  margin: 0 0 -0.3rem;
}

.per_list li {
  margin: .15rem .15rem;
}

.per_item {
  border-radius: 100px;
  box-sizing: border-box;
  color: rgb(119, 119, 119);
  font-size: .18rem;
  font-weight: 400;
  padding: .05rem .22rem;
  background: rgb(255, 255, 255);
  transition: all .3s;
}

.per_item:hover {
  background-color: rgb(230, 33, 41);
  color: #fff;
}

.per_item.on {
  background-color: rgb(230, 33, 41);
  color: #fff;
}

.performance_main {
  padding: .8rem 0;
}

.partner_info {
  color: rgb(255, 255, 255);
  font-size: .18rem;
  font-weight: 400;
  line-height: 2;
}

.partner {
  margin-left: -1rem;
  justify-content: space-between;
}

.partner_left {
  width: calc(50% - 1rem);
  margin-left: 1rem;
}

.partner_right {
  width: calc(50% - 1rem);
  margin-left: 1rem;
}

.partner_img {
  box-sizing: border-box;
  position: relative;
  width: 1.15rem;
  height: 1.15rem;
  padding: .15rem;
  background-color: #FFF;
  border-radius: .08rem;
  overflow: hidden;
}

.partner_img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.partner_list {
  overflow: hidden;
  zoom: 1;
}

.partner_list li {
  margin: 0 .1rem;
}

.partner_module {
  /*padding-bottom: 1.4rem;*/
  padding: .8rem 0;
  overflow: hidden;
}

.partner_right img {
  width: 100%;
}

@media only screen and (max-width: 768px) {

  .partner_left,
  .partner_right {
    width: 100%;
  }

  .partner_right {
    margin-top: 20px;
  }

  .partner_info {
    font-size: 12px;
  }

}

@media only screen and (max-width: 500px) {
  .per_item {
    font-size: 12px;
  }
}










/* ==========================================================================
   产品
   ========================================================================== */
.pro_head {
  margin: 0 0 -0.4rem;
}

.pro_head li {
  margin: .1rem .2rem;
  /* width: calc(16.66% - .4rem); */
}

.pro_item {
  border-radius: 100px;
  box-sizing: border-box;
  color: #fff;
  font-size: .16rem;
  font-weight: 400;
  padding: .05rem .2rem;
  border: 1px solid rgb(215, 215, 215);
  transition: all .3s;
}

.pro_item:hover {
  background-color: rgb(230, 33, 41);
  border-color: rgb(230, 33, 41);
  color: #fff;
}

.pro_item.on {
  background-color: rgb(230, 33, 41);
  border-color: rgb(230, 33, 41);
  color: #fff;
}

.pro_box .pic {
  background: #fff;
}

.pro_main {
  padding: .8rem 0;
}

.pro_list {
  margin-left: -0.36rem;
}

.pro_list li {
  width: calc(25% - .36rem);
  margin: 0 0 .36rem .36rem;
}

.pro_box {
  height: 100%;
}

.pro_name {
  margin-top: .2rem;
  color: rgb(255, 255, 255);
  font-size: .16rem;
  text-align: center;
  transition: all .1s;
}

.pro_box:hover .pro_name {
  color: var(--primary);
}

@media only screen and (max-width: 768px) {
  .pro_list li {
    width: calc(50% - .36rem);
  }

  .pro_head li {
    width: calc(20% - .4rem);
  }

}

@media only screen and (max-width: 500px) {
  .pro_head li {
    width: calc(33.33% - .4rem);
  }

  .pro_name,
  .pro_item {
    font-size: 12px;
  }
}










/* ==========================================================================
   联系我们
   ========================================================================== */
.contact {
  margin: 0 0 -0.36rem;
}

.con_left {
  width: calc(33.33% - .36rem);
  margin-left: .36rem;
}

.con_right {
  width: calc(66.66% - .36rem);
  margin-left: .36rem;
}

.con_list {
  flex-direction: column;
  height: 100%;
}

.con_list li {
  height: 33.33%;
}

.con_list li:not(:last-of-type) {
  margin-bottom: .3rem;
}

.con_box {
  box-sizing: border-box;
  height: 100%;
  background: #fff;
  align-items: center;
  border-radius: .08rem;
  padding-left: .45rem;
}

.con_img {
  width: .64rem;
  flex-shrink: 0;
}

.con_area {
  margin-left: .3rem;
}

.con_txt1 {
  color: rgb(0, 0, 0);
  font-size: .16rem;
  font-weight: 500;
  line-height: 2;
}

.con_txt2 {
  color: rgb(85, 85, 85);
  font-size: .2rem;
  font-weight: 400;
  line-height: 2;
}

.shouhou {
  margin: .36rem 0 .8rem;
  padding: .8rem;
  background: url(../images/shouhou.png) no-repeat center;
  background-size: cover;
  border-radius: .08rem;
}

.shouhou_title {
  color: rgb(0, 0, 0);
  font-size: .16rem;
  font-weight: 600;
  margin-bottom: .2rem;
}

.shouhou_info {
  color: rgb(85, 85, 85);
  font-size: .16rem;
  line-height: 2;
  font-weight: 400;
  max-width: 6.52rem;
}

.leave_main {
  padding: .4rem 0 1.2rem;
}

.leave_list {
  margin-left: -0.5rem;
}

.leave_list li {
  width: calc(25% - .5rem);
  margin: 0 0 .1rem .5rem;
}

.leave_main .layui-form-label {
  float: none;
  padding: .1rem 0;
  width: auto;
  text-align: left;
  color: #fff;
  font-size: .16rem;
}

.leave_main .layui-input-block {
  margin-left: 0;
}

.leave_bottom {
  margin-top: .3rem;
  justify-content: flex-end;
}

.tjxx_btn {
  outline: none;
  background-color: rgb(231, 31, 39);
  width: 3rem;
  height: .54rem;
  border-radius: .08rem;
  color: rgb(255, 255, 255);
  font-size: .16rem;
  font-weight: 500;
}

.tjxx_btn:active {
  background: rgba(231, 31, 39, 0.5);
}

@media only screen and (max-width: 768px) {
  .con_left {
    width: 100%;
  }

  .con_right {
    width: 100%;
    margin-top: 20px;
  }

  .con_box {
    padding: 20px .45rem;
  }

  .leave_list li {
    width: calc(50% - .5rem);
  }

  .leave_main .layui-form-label,
  .shouhou_info,
  .shouhou_title,
  .con_txt1,
  .con_txt2 {
    font-size: 12px;
  }

}

@media only screen and (max-width: 500px) {
  .leave_list li {
    width: 100%;
  }

  .tjxx_btn {
    font-size: 12px;
  }
}








/* ==========================================================================
   
   ========================================================================== */

.honor_list {
  margin-left: -0.25rem;
  /*margin-top: .4rem;*/
}

.honor_list li {
  width: calc(25% - .25rem);
  margin-left: .25rem;
  margin-bottom: .25rem;
}

.honor_img {
  background-color: rgb(255, 255, 255);
  padding: .15rem;
  transition: all .3s;
}

.honor_box:hover .honor_img {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.honor_name {
  color: rgb(50, 51, 51);
  font-size: .16rem;
  text-align: center;
  margin-top: .1rem;
}




@media only screen and (max-width: 768px) {
  .honor_name {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .honor_list li {
    width: calc(50% - .25rem);
  }
}



/* ==========================================================================
   人力资源
   ========================================================================== */

.job_main {
  padding: 0 0 1.2rem;
}

.job_list {
  width: 100%;
  height: .58rem;
  align-items: center;
  padding: 0 .45rem;
  background: rgb(238, 242, 245);
  box-sizing: border-box;
  justify-content: space-between;
}

.job_list li {
  color: rgb(0, 0, 0);
  font-size: .16rem;
  font-weight: 600;
}

.job_list li:nth-child(1) {
  width: 30%;
}

.job_list li:nth-child(2) {
  width: 15%;
  text-align: center;
}

.job_list li:nth-child(3) {
  width: 15%;
  text-align: center;
}

.job_list li:nth-child(4) {
  width: 15%;
  text-align: center;
}

.job_list li:nth-child(5) {
  width: 15%;
  text-align: center;
}


.caree_box {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: .72rem;
  cursor: pointer;
  padding: 0 .45rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

.size {
  color: rgb(255, 255, 255);
  font-size: .16rem;
  font-weight: 400;
  text-align: center;
}

.job_name {
  width: 30%;
  text-align: left;
  align-items: center
}

.job_name em {
  margin-right: .1rem;
  width: 20px;
  height: 20px;
  background: url(../images/triangle01.png) no-repeat center;
}

.caree_box.on .job_name em {
  background-image: url(../images/triangle02.png);
}

.job_place,
.job_date,
.fsjl_box,
.fsjl_box,
.job_num {
  width: 15%;
}

.job_fsjl {
  margin: 0 auto;
  width: 1.2rem;
  height: .32rem;
  border-radius: .08rem;
  background: rgb(231, 31, 39);
  color: rgb(255, 255, 255);
  font-size: .14rem;
  font-weight: 400;
}

.job_fsjl:hover {
  color: #fff;
}

.careerMenu .nwms {
  display: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

.careerMenu .nwms .warp {
  padding: .2rem .45rem;
  box-sizing: border-box;
}

.careerMenu .nwms .warp {
  font-size: .14rem;
  font-weight: 400;
  color: #fff;
  line-height: 2;
}

.demand {
  font-size: .16rem;
  font-weight: bold;
  color: #fff;
  line-height: 2;
}

@media only screen and (max-width: 500px) {

  .job_list li {
    font-size: 12px;
  }

  .job_list {
    padding: 0 10px;
  }

  .job_list li:nth-child(2),
  .job_list li:nth-child(3),
  .job_list li:nth-child(4) {
    display: none;
  }

  .job_list li:nth-child(1) {
    width: 70%;
  }

  .job_list li:nth-child(5) {
    width: 30%;
  }

  .caree_box {
    padding: 0 10px;
  }

  .job_place,
  .job_date,
  .job_num {
    display: none;
  }

  .fsjl_box {
    width: 30%;
  }

  .job_name {
    width: 70%;
    font-size: 12px;
  }

  .job_fsjl {
    font-size: 10px;
    height: 24px;
    width: 90%;
  }

  .careerMenu .nwms .warp {
    font-size: 12px;
    padding: 10px;
  }

  .demand {
    font-size: 12px;
  }
}