@charset "utf-8";
/* CSS Document */
.about_fonts_show{ line-height:2.2; font-size:0.18rem; text-align:left; margin-top:-0.3rem; padding-bottom:0.7rem;}

.about_wenhua_lists {
  position: relative;
  z-index: 2; padding-bottom:0.7rem;
}
.about_wenhua_lists ul li{padding: 0;
  float: left;
  width:33%;
  margin-right:0%;
  background-color: #fff;
  margin-bottom: 3%;
  display: inline; border-right:#eee 1px solid;}

.about_wenhua_lists ul li:nth-child(3) {margin-right: 0; border:0}
.about_wenhua_lists ul li a .left_img{position: relative; width:1.2rem; height:1.2rem; background-position: center center; background-repeat: no-repeat; background-size: cover;vertical-align: middle;transition: transform 0.5s ease;  transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;border-radius:50%;}
.about_wenhua_lists ul li a .left_img2{ display:none;position: relative; width:1.2rem; height:1.2rem; background-position: center center; background-repeat: no-repeat; background-size: cover;vertical-align: middle;transition: transform 0.5s ease;  transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;border-radius:50%;}
.about_wenhua_lists ul li a:hover .left_img2{ display: block;}
.about_wenhua_lists ul li a:hover .left_img{ display:none;}
.about_wenhua_lists ul li a .left_img_over { width:1.2rem;height: 1.2rem;overflow:hidden;margin:0px auto;border-radius:50%;}
.about_wenhua_lists ul li .right_font{ text-align: center;padding:0.4rem;}
.about_wenhua_lists ul li a .right_font .name{position: relative; display:inline-block;font-size: 0.24rem;
  line-height:1.6;
  font-weight: bold;
  padding-bottom: 0.5rem;}
.about_wenhua_lists ul li a:hover .right_font .name{color:#27499D;}
.about_wenhua_lists ul li a .right_font .name::after {
  content: '';             /* 必须内容属性 */
  position: absolute;
  left: 50%;               /* 水平居中定位 */
  transform: translateX(-50%); /* 通过位移实现完美居中 */
  width: 0.3rem;            /* 初始宽度 */
  height: 2px;             /* 横线高度 */
  background: #143D8F;        /* 横线颜色 */
  transition: width 0.3s ease-in-out; bottom:0.25rem;
}
.about_wenhua_lists ul li a:hover .right_font .name::after {
  content: '';            
 
  width: 100%;          

}
.about_wenhua_lists ul li .right_font .dsecip{ font-size:0.16rem; line-height:2; color:#666;}
.about_wenhua_lists ul li a:hover  .left_img{transform: scale(1.06);    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;}
.about_wenhua_lists ul li a:hover{transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}
	.abo_src5_con_box{ margin-top:-0.3rem; margin-bottom:0.5rem;}
	.abo_src5_con_box>a{ position: relative; display: block; float: left;width:33.33333%;overflow: hidden;}
    /*.abo_src5_con_box>a:first-child{display: block; float: left; width:40%}*/
	.abo_src5_con_box>a.on{display: block; float: left; width:33.33333%}


	.abo_src5_con_box>a .pro_img_box{ height: 7.2rem; width: 100%; background-size: cover;background-repeat: no-repeat; background-position: center center;position: relative; transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}
	.abo_src5_con_box>a:hover .pro_img_box{ transform: scale(1.06);
  box-shadow: 0 6px 13px 0 rgba(69,69,69,0.13);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}
.abo_src5_con_box>a .pro_img_box::after {
  left: 0%;
  position: absolute;
  top: 0%;
  content: " ";
  width: 100%;
  margin-left: 0;
  margin-top:0; height: 100%;
  -webkit-transition: .3s;
  transition: .3s; z-index: 1;
  background: linear-gradient(
    to bottom, 
    rgba(0, 0, 0, 0),    /* 顶部透明 */
    rgba(0, 0, 0, 0.7)   /* 底部70%不透明 */
  );

  /* 兼容旧版浏览器 */
  background: -webkit-linear-gradient(
    top, 
    rgba(0,0,0,0), 
    rgba(0,0,0,0.7)
  );
}
.abo_src5_con_box>a.on .pro_img_box::after {
  left: 0%;
  position: absolute;
  top: 0%;
  content: " ";
  width: 100%;
  margin-left: 0;
  margin-top:0; height: 100%;
  -webkit-transition: .3s;
  transition: .3s; z-index: 1; 
  background: linear-gradient(
    to bottom, 
    rgba(224, 28, 18, 0),    /* 顶部透明 */
    rgba(224, 28, 18, 0.7)   /* 底部70%不透明 */
  );

  /* 兼容旧版浏览器 */
  background: -webkit-linear-gradient(
    top, 
    rgba(224, 28, 18,0), 
    rgba(224, 28, 18,0.7)
  );
}
.abo_src5_con_box>a .pro_font_box{ position: absolute; left: 0.5rem; bottom: 0.5rem; z-index: 2; font-size: 0.16rem; font-weight: bolder; color: #ffffff; line-height: 1.4; font-size: 0.24rem;transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}
.abo_src5_con_box>a.on .pro_font_box{display: block;font-size: 0.28rem;transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}
.abo_src5_con_box>a .pro_font_box h3{ line-height: 1; margin-bottom: 0.3rem; font-weight:bold;}
.abo_src5_con_box>a .pro_font_box .descipes{ line-height: 1.6; margin-right: 30%; font-size: 0.18rem; font-weight: normal; display: none;transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}
.abo_src5_con_box>a.on .pro_font_box .descipes{ display: block;overflow: hidden;-webkit-line-clamp: 4;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}

.abo_src5_con_box>a .numbers{ position: absolute; left: 0.5rem; top: 0.4rem; z-index: 2; font-size: 0.35rem; font-weight: bolder; color: #ffffff; line-height: 1.4;font-family: "family_DIN";color:rgba(255, 255, 255, 0.5);transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition:
0.3s;
  -o-transition: 0.3s; }
.abo_src5_con_box>a.on .numbers{font-size: 0.7rem; color:rgba(255, 255, 255, 0.8);transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition:
0.3s;
  -o-transition: 0.3s;}
  
  
  
  
  .homes_src5_con_box{ margin-top:0rem; margin-bottom:0rem;}
	.homes_src5_con_box>a{ position: relative; display: block; float: left;width:25%;overflow: hidden;}
    /*.abo_src5_con_box>a:first-child{display: block; float: left; width:40%}*/
	.homes_src5_con_box>a.on{display: block; float: left; width:25%}


	.homes_src5_con_box>a .pro_img_box{ height: 7.2rem; width: 100%; background-size: cover;background-repeat: no-repeat; background-position: center center;position: relative; transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}
	.homes_src5_con_box>a:hover .pro_img_box{ transform: scale(1.06);
  box-shadow: 0 6px 13px 0 rgba(69,69,69,0.13);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}
.homes_src5_con_box>a .pro_img_box::after {
  left: 0%;
  position: absolute;
  top: 0%;
  content: " ";
  width: 100%;
  margin-left: 0;
  margin-top:0; height: 100%;
  -webkit-transition: .3s;
  transition: .3s; z-index: 1;
  background: linear-gradient(
    to bottom, 
    rgba(0, 0, 0, 0),    /* 顶部透明 */
    rgba(0, 0, 0, 0.7)   /* 底部70%不透明 */
  );

  /* 兼容旧版浏览器 */
  background: -webkit-linear-gradient(
    top, 
    rgba(0,0,0,0), 
    rgba(0,0,0,0.7)
  );
}
.homes_src5_con_box>a.on .pro_img_box::after {
  left: 0%;
  position: absolute;
  top: 0%;
  content: " ";
  width: 100%;
  margin-left: 0;
  margin-top:0; height: 100%;
  -webkit-transition: .3s;
  transition: .3s; z-index: 1; 
  background: linear-gradient(
    to bottom, 
    rgba(224, 28, 18, 0),    /* 顶部透明 */
    rgba(224, 28, 18, 0.7)   /* 底部70%不透明 */
  );

  /* 兼容旧版浏览器 */
  background: -webkit-linear-gradient(
    top, 
    rgba(224, 28, 18,0), 
    rgba(224, 28, 18,0.7)
  );
}
.homes_src5_con_box>a .pro_font_box{ position: absolute; left: 0.5rem; bottom: 0.5rem; z-index: 2; font-size: 0.16rem; font-weight: bolder; color: #ffffff; line-height: 1.4; font-size: 0.24rem;transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}
.homes_src5_con_box>a.on .pro_font_box{display: block;font-size: 0.28rem;transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}
.homes_src5_con_box>a .pro_font_box h3{ line-height: 1.5;margin-bottom: 0.3rem;font-weight: bold;padding-right: 0.5rem; margin-bottom: 0.3rem; font-weight: normal;}
.homes_src5_con_box>a .pro_font_box .descipes{ line-height: 1.6; margin-right: 0.5rem; font-size: 0.16rem; font-weight: normal; display: none;transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}
.homes_src5_con_box>a.on .pro_font_box .descipes{ display: block;overflow: hidden;-webkit-line-clamp: 4;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}

.homes_src5_con_box>a .numbers{ position: absolute; left: 0.5rem; top: 0.4rem; z-index: 2; font-size: 0.35rem; font-weight: bolder; color: #ffffff; line-height: 1.4;font-family: "family_DIN";color:rgba(255, 255, 255, 0.5);transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition:
0.3s;
  -o-transition: 0.3s; }
.homes_src5_con_box>a.on .numbers{font-size: 0.7rem; color:rgba(255, 255, 255, 0.8);transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition:
0.3s;
  -o-transition: 0.3s;}
  
  
  
.about_in_content{display: table;width: 100%;}
.about_in_content .about_in_l{ overflow: hidden;display: table-cell; width:45%;vertical-align: middle;}  
.about_in_content .about_in_r{ display: table-cell; width:55%; padding-left:10%;vertical-align: middle;}  
.brand_in_content{display: table;width: 100%; margin-top:1rem;}
.brand_in_content .brand_in_l{ overflow: hidden;display: table-cell; width:45%;vertical-align: middle;}  
.brand_in_content .brand_in_r{ display: table-cell; width:55%; padding-right:10%;vertical-align: middle;}  
.mission_in_content{
  position: relative;
  height: 8rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;display: table; text-align: center;width:100%;margin-top: 1rem;}
 .mission_in_content .mission_in_font{display: table-cell;vertical-align: middle; color:#fff}
 .mission_in_content .mission_in_font .mission_in_font_tit{font-size: 0.54rem;
  margin-bottom: 0.3rem;
  font-family: 'Noto Serif SC', serif;}
   .mission_in_content .mission_in_font .mission_in_font_descipe{display: block;font-size: 0.3rem;}
.why_in_content{margin-top: 1rem;}

.jobs_in_content{ padding-right:30%;}
.jobs_in_show{position: relative;height:4.5rem;}
.jobs_in_show .jobs_in_imgs{position:absolute; left:0;top:0; width:130%;}
.jobs_in_show .jobs_in_imgs .item .img_show {
  position: relative;
  height: 4rem;margin-right: 0.3rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  transition: transform 0.5s ease;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.jobs_in_show .jobs_in_imgs .slick-dots {
  position: absolute;
  bottom: -0.4rem;
  height: auto;
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  width: 100%;
  line-height: 0;
  z-index: 2;
}
.jobs_in_show .jobs_in_imgs .slick-dots li button {
  border: 0;
  display: block;
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #ccc;
  border-radius: 50%;
}
.jobs_in_show .jobs_in_imgs .slick-dots li.slick-active button {
  background:#E01C12;
}
.Vacancy{margin-top: 1.3rem;}

.Vacancy .join_list{ position:relative;margin-top: -0.5rem;}
.Vacancy .join_list li{ margin-bottom:0.25rem;}
.joinTit{ background:#fff; height:0.7rem; line-height:0.7rem; padding:0 0.2rem; border-radius: 0.1rem;  cursor:pointer;}
.joinTit .iconfont{ display: inline-block; font-size: 0.24rem;}
.joinTit .job_name{ display: inline-block; font-size: 0.2rem;font-weight: bold; margin-left: 0.2rem;}
.joinTit .wenzi{ display: inline-block; color: rgba(44,52,78,0.6); margin-left: 0.2rem;}
.joinTit .wenzi .xueli{ display: inline-block; margin-right: 0.2rem;}
.joinTit .wenzi .renshu{ display: inline-block; margin-right: 0.2rem;}
.joinTit .icons_jiantou{ float: right;}
.joinTit .icons_jiantou .iconfont{ color: rgba(44,52,78,0.6);font-size: 0.18rem;}


.joinTit .lermore_box{ width:60px; float:right; }
.joinTit .lermore{ float:right; width:100%; height:60px; cursor:pointer; background:url(../images/btn_06.png) no-repeat center;  transition: all 0.1s ease-out 0s;}

.joinTit.curr .lermore{ background:url(../images/btn_06_h.png) no-repeat center;}
.joinTit.curr{background: #E01C12;color: #fff;}
.joinTit.curr .wenzi{color: #fff;}
.joinTit.curr .icons_jiantou .iconfont{ color: #fff;transform:rotateX(180deg);}


.joinFirst{ margin-top:0;}
.joinFirst .joinTit{ background:#006b6e;height:60px; font-weight: bold}
.joinFirst .joinTit .pd{ color:#fff; line-height:60px;  font-weight:bold;}
.joinFirst .joinTit .li{ color:#fff;}
.joinFirst .joinTit.curr .li{ color:#fff;}

.joinDeta{ display:none; overflow:hidden; padding:0.3rem 0; line-height:2;position:relative;color: rgba(44,52,78,0.8);}
.joinDeta:before{}
/*.joinDeta span{ color:#ed6d00;}*/
.joinDeta strong{ color:#000000;}
.joinDeta strong a{ font-weight:bold;}
.joinFl{ padding-bottom: 0.3rem;}
.joinFl .titile,.joinFr .titile{ font-size: 0.2rem;}
.joinFr{ padding-bottom: 0.3rem;}
.joinDeta .send_email a{ display:inline-block; border: #c73036 1px solid; border-radius: 0.1rem; height: 0.5rem; line-height: 0.5rem; padding:0 0.3rem;  color: #c73036;}
.joinDeta .send_email a .iconfont{ font-size: 0.2rem;}
.joinDeta .send_email a:hover  { background-color:#c73036; color: #fff;}
  
  

@media (max-width:768px) {
    .about_in_content {
  display: block;
  width: 100%;
}
.about_in_content .about_in_l {
  overflow: hidden;
  display: block;
  width: auto;
  vertical-align: middle;
}
.about_in_content .about_in_r {
  display: block;
  width: auto;
  padding-left: 0;
  vertical-align: middle;
}
.brand_in_content .brand_in_r {
  display: block;
  width: auto;
  padding-right: 0;
  vertical-align: middle;
}
.brand_in_content {
  display: block;}
  .brand_in_content .brand_in_l {
  overflow: hidden;
  display: block;
  width: auto;}
.abo_src5_con_box>a {
    position: relative;
    display: block;
    float: none;
    width: 100%;
}
	.abo_src5_con_box>a.on {
    display: block;
    float: none;
    width: 100%;
}
	.abo_src5_con_box>a .pro_img_box {
		height: 3rem;}
	.abo_src5_con_box>a.on .pro_img_box {
		height:5.2rem;}


.about_fonts_show {
  font-size: 15px;}
.about_wenhua_lists ul li {
  padding:0;
  float: none;
  width: auto;
  margin-right: 0%;
  background-color: #fff;
  margin-bottom: 3%;
  display: block;
  border-right:0;
}
.about_wenhua_lists ul li a .right_font .name{ font-size:18px;}
.about_wenhua_lists ul li .right_font .dsecip{ font-size:14px;}
.homes_src5_con_box > a.on {
  display: block;
  float: none;
  width: auto;
}
.homes_src5_con_box > a .pro_img_box {
  height: 4rem;}
  .homes_src5_con_box > a {
  position: relative;
  display: block;
  float: none;
  width: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.homes_src5_con_box > a .pro_font_box,.homes_src5_con_box > a.on .pro_font_box{font-size:24px;}
.homes_src5_con_box > a.on .pro_font_box .descipes{display: none; }


}

