.banner>img {
  width: 15rem;
  height: 12.4rem;
}
.section {
  padding: 0 0.68rem;
}
.section .cont .big_title {
  padding: 1.64rem 0 0.68rem;
}
.section .cont .big_title .w_title {
  text-align: center;
}
.section .cont .big_title .w_title h3 {
  font-size: 0.82rem;
  color: #3B0CF1;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 0;
}
.section .cont .big_title .w_title h3::after {
  position: absolute;
  top: 1.15rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 10.3rem;
  height: 3px;
  display: inline-block;
  background: url(../img/overseaImg/line.png);
  background-size: 10.3rem 3px;
}
.section .cont .big_title h5 {
  font-size: 0.5rem;
  color: #3B0CF1;
  padding-top: 0.65rem;
  text-align: center;
}
.section .cont .about .about_title {
  display: flex;
  margin: 0.32rem 0;
}
.section .cont .about .about_title img {
  width: 0.76rem;
  height: 0.68rem;
}
.section .cont .about .about_title h2 {
  font-size: 0.6rem;
  color: #3B0CF1;
  font-weight: bolder;
  margin: 0;
  margin-left: 0.16rem;
}
.section .cont .about p {
  font-size: 0.48rem;
  line-height: 1.6;
  margin-bottom: .5rem;
}
.section .cont .oversea_bg img {
  width: 13.6rem;
  height: 9rem;
}
.section .cont .mien .mien_cont {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.section .cont .mien .mien_cont li {
  flex: 50%;
  overflow: hidden;
  padding: 0.2rem 0;
}
.section .cont .mien .mien_cont li img {
  width: 6.4rem;
  height: 5.4rem;
}
.section .cont .mien .mien_cont li:nth-of-type(even) {
  box-sizing: border-box;
}
.section .cont .contact {
  padding: 0.8rem;
  background: #3b0cf1;
  color: #fff;
}
.section .cont .contact .contact_more {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.section .cont .contact .contact_more .contact_more_l {
  display: flex;
  align-items: center;
}
.section .cont .contact .contact_more .contact_more_l img {
  width: 0.72rem;
  height: 0.82rem;
}
.section .cont .contact .contact_more .contact_more_l h5 {
  font-size: 0.72rem;
  font-weight: bold;
  margin-left: 10px;
}
.section .cont .contact .contact_more .contact_more_r {
  display: flex;
  flex-direction: column;
}
.section .cont .contact .contact_more .contact_more_r span {
  font-size: 0.32rem;
}
.section .cont .contact .contact_scan .scan_cont {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.section .cont .contact .contact_scan .scan_cont li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section .cont .contact .contact_scan .scan_cont li img {
  width: 3.22rem;
  height: 3.22rem;
}
.section .cont .contact .contact_scan .scan_cont li p {
  position: relative;
  width: 2.5rem;
  height: 1rem;
  margin-top: 0.4rem;
}
.section .cont .contact .contact_scan .scan_cont li p span {
  position: absolute;
  left: 22%;
  top: 22%;
  transform: translate(-50% -50%);
  z-index: 1;
  color: #3B0CF1;
  font-size: 0.48rem;
}
.section .cont .contact .contact_scan .scan_cont li p::after {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 1rem;
  background-image: url(../img/aboutImg/contact_border.png);
  background-repeat: no-repeat;
  background-size: 2.5rem 1rem;
}
.section .cont .contact .contact_scan .scan_cont li span {
  font-size: 0.36rem;
}
.section .cont .map {
  margin-bottom: 1.6rem;
}
.section .cont .map img {
  display: block;
  width: 100%;
  height: 10rem;
}
.cultrue_bg {
  background: url(../img/aboutImg/cultrue_bg.png);
  width: 100%;
  background-size: 15rem 13.64rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.cultrue_bg .cultrue_banner {
  text-align: center;
  padding: .6rem;
}
.cultrue_bg .cultrue_banner img {
  display: block;
  width: 100%;
}
.cultrue_bg .cultrue_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 .6rem .3rem;
}
.cultrue_bg .cultrue_list li {
  flex: 50%;
  display: flex;
  align-items: center;
  margin: 0.08rem 0;
}
.cultrue_bg .cultrue_list li img {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
}
.cultrue_bg .cultrue_list li span {
  margin-left: 8px;
  padding-right: .1rem;
}
.cultrue_bg .cultrue_list li span h4 {
  font-size: 0.48rem;
  font-weight: bold;
  color: #fff;
  margin: 0.2rem 0;
}
.cultrue_bg .cultrue_list li span p {
  font-size: 0.48rem;
  color: #A7A9A8;
  margin: 0.08rem 0;
}
.oversea_show {
  background: #dfdbdd;
  padding: .5rem .2rem 0;
}
.strength-item{
  width: 92%;
  height: 9rem;
  margin: 0 auto; 
  background: #fff;
  box-sizing: border-box;
  padding: .5rem;
}
.strengthSwiper{
  padding-bottom: 1.2rem;
}
.strengthSwiper .swiper-pagination-bullets{
  bottom: .2rem;
}
.strengthSwiper .swiper-pagination-bullet-active{
  background: #3B0CF1;
}
.strength-item img{
  display: block;
  width: 100%;
}
.strength-item p{
  font-size: .48rem;
  color: #3B0CF1;
  margin-bottom: 0;
  margin-top: .3rem;
  padding-top: .2rem;
  border-top: 1px solid #3B0CF1;
  text-align: center;
}
