
/*活动标题线*/

.about-bg {
  background-image: url('../images/concactbanner.jpg');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 300px;
  margin-bottom: 30px;
  position: relative;
}
.about-bg .about-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: 2px solid #FFFFFF;
  width: 120px;
  padding: 10px 20px;
  text-align: center;
}
.about-bg .about-text h2 {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}
.about-bg .about-text .about-two {
  color: #6751A4;
  font-size: 20px;
}


.chanye-bg {
  background-image: url('../images/chanyebanner.jpg');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 300px;
  margin-bottom: 30px;
  position: relative;
}
.chanye-bg .about-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: 2px solid #FFFFFF;
  width: 120px;
  padding: 10px 20px;
  text-align: center;
}
.chanye-bg .about-text h2 {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}
.chanye-bg .about-text .about-two {
  color: #6751A4;
  font-size: 20px;
}



.job-bg {
  background-image: url('../images/jobbanner.jpg');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 300px;
  margin-bottom: 30px;
  position: relative;
}
.job-bg .job-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: 2px solid #FFFFFF;
  width: 120px;
  padding: 10px 20px;
  text-align: center;
}
.job-bg .job-text h2 {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}
.job-bg .job-text .about-two {
  color: #6751A4;
  font-size: 20px;
}



.lanjing-bg {
  background-image: url('../images/lanjing_banner.jpg');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 300px;
  margin-bottom: 30px;
  position: relative;
}
.lanjing-bg .lanjing-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: 2px solid #FFFFFF;
  width: 120px;
  padding: 10px 20px;
  text-align: center;
}
.lanjing-bg .lanjing-text h2 {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}



.about-bg .about-text .about-two {
  color: #6751A4;
  font-size: 20px;
}
.join-bg {
  background-image: url('../images/join_us_banner.jpg');
}
.about-box .about-list {
  width: 254px;
  margin-right: 30px;
  float: left;
  background-color: #f1f1f1;
}
.about-box .about-list .item {
  padding-bottom: 40px;
}
.about-box .about-list .item li {
  height: 48px;
  border-bottom: 1px solid #cfcfcf;
  line-height: 48px;
}
.about-box .about-list .item li:last-child {
  border-bottom: none;
}
.about-box .about-list .item li a {
  font-size: 14px;
  color: #4e4e4e;
  margin-left: 100px;
}
.about-box .about-list .item li i {
  background: url("../images/about_m.png") no-repeat;
  -webkit-background-size: 6px 10px;
  background-size: 6px 10px;
  float: right;
  display: block;
  width: 16px;
  height: 48px;
  background-position: center;
  margin-right: 20px;
}
.about-box .about-list .item li.current {
  background-color: #6751A4;
}
.about-box .about-list .item li.current a {
  color: #FFFFFF;
}
.about-box .about-list .item li.current i {
  background: url("../images/about_a.png") no-repeat;
  -webkit-background-size: 6px 11px;
  background-size: 6px 11px;
  width: 16px;
  background-position: center;
}
.about-box .about-list.fixed {
  position: fixed;
  top: 100px;
}
.about-box .history-list {
  color: #363636;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.about-box .history-list .year {
  margin-bottom: 10px;
}
.about-box .about-title {
  height: 74px;
  position: relative;
}
.about-box .about-title .border-left {
  position: absolute;
  left: 0;
  top: 50%;
}
.about-box .about-title .border-right {
  position: absolute;
  right: 0;
  top: 50%;
}
.about-box .about-title .center {
  position: absolute;
  left: 34%;
  top: 22%;
  text-align: center;
}
.about-box .about-title .chinese-title {
  font-size: 20px;
  color: #6751A4;
  font-weight: bold;
}
.about-box .about-title .english-title {
  font-size: 14px;
  color: #6751A4;
}
.about-box .about-title .border-left,
.about-box .about-title .border-right {
  background-color: #6751A4;
  height: 2px;
  width: 70px;
}
.about-box .about-content {
  margin: 0 auto;
  margin-bottom: 50px;
}
.about-box .about-content strong {
  color: #6751A4;
  margin-bottom: 6px;
  display: block;
}
.about-box .about-content .business_box {
  margin-bottom: 20px;
}
.about-box .about-content .business_box .content_activities_pt {
  font-weight: bold;
}
.about-box .about-content .business_list {
  margin-bottom: 10px;
}
.about-box .about-content .business_list h2 {
  font-size: 14px;
  color: #333333;
  margin-bottom: 6px;
  font-weight: bold;
}
.about-box .about-content .business_list p {
  font-size: 14px;
  color: #363636;
  line-height: 24px;
}
.about-box .about-content i {
  font-style: oblique !important;
}
.about-box .about-content blockquote {
  border-left: 6px solid #6751a4;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  margin-left: 0;
}
.about-box .about-content blockquote p {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #333;
}
.about-box .about-content .about-banner {
  height: 176px;
  background: url("../images/mulanhui.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center;
  width: 100%;
  margin-bottom: 26px;
}
.about-box .about-content .name_activities {
  color: #6751A4;
  font-size: 24px;
  width: 100%;
  border-bottom: 1px solid #c3c3c3;
  margin-top: 44px;
  padding-bottom: 7px;
  margin-bottom: 28px;
}
.about-box .about-content .name_activities span {
  border-bottom: 3px solid #6751A4;
  padding-bottom: 6px;
}
.about-box .about-content .bg_name {
  background-color: #f1f1f1;
  color: #6751A4;
  font-size: 18px;
  text-align: center;
  width: 100%;
  height: 37px;
  line-height: 37px;
  margin-bottom: 20px;
}
.about-box .about-content .content_activities_pt {
  color: #363636;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.about-box .about-content .wxP_l {
  float: left;
  width: 190px;
}
.about-box .about-content .wxP_l .wxP_l_pic {
  width: 100%;
  height: 141px;
}
.about-box .about-content .wxP_l .wxP_l_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box .about-content .wxP_l .wxP_l_pic_p {
  background-color: #f1f1f1;
  color: #363636;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.about-box .about-content .wxP_r {
  float: right;
  width: 612px;
}
.about-box .about-content .wxP_r h6 {
  font-size: 18px;
  color: #363636;
  border-bottom: 2px solid #6751A4;
  padding-bottom: 6px;
  margin-bottom: 16px;
  width: 144px;
}
.about-box .about-content .wxP_r p {
  color: #363636;
  font-size: 14px;
  line-height: 24px;
}
.about-box .about-content .wxP_l_like {
  width: 169px;
  float: right;
  margin-left: 10px;
}
.about-box .about-content .wxP_l_like h6 {
  font-size: 18px;
  color: #363636;
  border-bottom: 2px solid #6751A4;
  padding-bottom: 6px;
  margin-bottom: 16px;
  width: 144px;
}
.about-box .about-content .wxP_l_like p {
  color: #363636;
  font-size: 14px;
  line-height: 24px;
}
.about-box .about-content .act_con {
  color: #363636;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.about-box .about-content .list_act_brand {
  width: 100%;
  margin-bottom: 20px;
}
.about-box .about-content .list_act_brand li {
  float: left;
  width: 25%;
  height: 450px;
  background-color: #6751A4;
  color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 16px;
  line-height: 24px;
}
.about-box .about-content .list_act_brand li h6 {
  margin-bottom: 10px;
  font-size: 17px;
}
.about-box .about-content .list_act_brand li p {
  font-size: 14px;
  line-height: 24px;
}
.about-box .about-content .list_act_brand li:nth-child(2n) {
  background-color: #efefef;
  color: #5f5f5f;
}
.about-box .about-content .list_act_brand li:nth-child(2n) h6 {
  color: #727272;
}
.about-box .about-content .list_act_brand li:nth-child(2n) p {
  color: #575757;
}
.about-box .about-content .list_act_brand li div {
  width: 100%;
  height: 100px;
  margin-bottom: 12px;
}
.about-box .about-content .list_act_brand li div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box .about-content .list_act_brand li div img:hover {
  opacity: 0.9;
}
.about-box .about-content .service_pro_list {
  width: 100%;
  margin-bottom: 24px;
}
.about-box .about-content .service_pro_list li {
  width: 48%;
  float: left;
}
.about-box .about-content .service_pro_list li div {
  width: 100%;
  height: 142px;
  margin-bottom: 20px;
}
.about-box .about-content .service_pro_list li div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.about-box .about-content .service_pro_list li h6 {
  color: #727272;
  font-size: 18px;
  margin-bottom: 12px;
}
.about-box .about-content .service_pro_list li p {
  color: #363636;
  font-size: 14px;
  line-height: 24px;
}
.about-box .about-content .service_pro_list li:last-child {
  float: right!important;
}
.about-box .companyPr_list {
  margin-bottom: 20px;
  margin-left: 28px;
}
.about-box .companyPr_list li {
  /*background-color: #a9a9a9;*/
  float: left;
  width: 112px;
  margin-right: 20px;
  height: 48px;
  position: relative;
  border: 1px solid #ebebeb;
}
.about-box .companyPr_list li:nth-child(6n) {
  margin-right: 0;
}
.about-box .companyPr_list li img {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.about-box .companyProfile_banner {
  position: relative;
}
.about-box .arrow-left {
  width: 10px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background: url("../images/prev.png") no-repeat left center;
  background-size: 9px 30px;
  -webkit-background-size: 9px 30px;
  left: -38px;
}
.about-box .arrow-right {
  width: 10px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background: url("../images/next.png") no-repeat left center;
  background-size: 9px 30px;
  -webkit-background-size: 9px 30px;
  right: -38px;
}
.about-box .bb0 {
  border-bottom: 0!important;
}
.about-box .companyProfile_banner {
  width: 764px;
  margin: 0 auto 20px;
  height: 48px;
}
.about-box .companyProfile_banner .swiper-container {
  height: 100%!important;
}
.about-box .companyProfile_banner .swiper-container .swiper-wrapper {
  height: 100%!important;
}
.about-box .companyProfile_banner .swiper-container .swiper-wrapper .ecd_banner {
  padding-right: 20px;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about-box .companyProfile_banner .swiper-container .swiper-wrapper .ecd_banner div {
  position: relative;
  width: 112px;
  border: 1px solid #ebebeb;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about-box .companyProfile_banner .swiper-container .swiper-wrapper .ecd_banner div img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.about-box .cont_us_two {
  background-color: #6751A4;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 108px;
}
.about-box .cont_us_two ul {
  width: 100%;
  height: 100%;
  border: 1px solid #FFFFFF;
  border-top: 0;
  border-bottom: 0;
}
.about-box .cont_us_two ul li {
  width: 50%;
  height: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 22px;
}
.about-box .cont_us_two ul li:first-child {
  border-right: 1px solid #FFFFFF;
}
.about-box .cont_us_two ul li div {
  margin-bottom: 12px;
}
.list_wx_pt {
  border-bottom: 1px solid #c3c3c3;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}
.inner_little {
  width: 47%;
  float: left;
}
.inner_little_r {
  float: right!important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.friend-group {
  overflow: auto;
}
.friend-group .item {
  margin: 30px 0;
  overflow: auto;
}
.friend-group .item a {
  display: block;
  position: relative;
  background-color: #a9a9a9;
  width: 112px;
  height: 46px;
  float: left;
  border: 1px solid #efefef;
  margin-right: 30px;
  margin-bottom: 12px;
}
.friend-group .item a:nth-child(6n) {
  margin-right: 0;
}
.friend-group .item a img {
  position: absolute;
  max-width: 80%;
  max-height: 80%;
  display: block;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.content-title {
  background: #f1f1f1;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #6751a4;
  text-align: center;
}
.join_us_list {
  margin-bottom: 30px;
}
.join_us_list li {
  height: 292px;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.join_us_list li:last-child {
  border-bottom: 0;
}
.join_us_list li.current {
  height: auto;
}
.join_us_list li.current .see_more_box {
  display: none;
}
.join_us_list li .see_more_box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 30px 0;
}
.join_us_list li .see_more_box a {
  border-radius: 4px;
  width: 102px;
  height: 40px;
  background-color: #6751A4;
  color: #FFFFFF;
  display: block;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
pre {
  white-space: pre-wrap;
  font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}
.recruit_name_box {
  height: 46px;
  line-height: 46px;
  margin-bottom: 20px;
}
.recruit_name_box h6 {
  float: left;
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.recruit_name_box .recruit_name_num {
  line-height: 53px;
  font-size: 16px;
  color: #000;
}
.list_in {
  text-align: left;
  font-size: 16px;
  color: #000;
  line-height: 1.8;
}
.list_in .list_in_b {
  margin-bottom: 20px;
}
.map_bottom_list {
  margin-top: 50px;
}
.map_bottom_list li {
  margin-bottom: 24px;
  font-size: 16px;
  color: #000000;
  width: 50%;
  float: left;
  line-height: 24px;
}
.map_bottom_list li .l_name {
  float: left;
  margin-right: 4px;
}
.map_bottom_list li .r_con {
  float: left;
  margin-left: 4px;
  color: #848484;
}
.about_text p {
  line-height: 24px;
}
