p {
  text-align: justify;
}
.banner {
  width: 100%;
  height: 500px;
  background-color: #999;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.position {
  padding-top: 1rem;
  padding-bottom: 2rem;
  color: #999;
}
.position a {
  color: #999;
  transition: all 0.4s ease;
}
.position a:hover {
  color: #000;
}
.title {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.title h1 {
  font-size: 1.6rem;
  color: #2b64a6;
  font-weight: bold;
  padding-bottom: 1rem;
  text-align: center;
}
.title h2 {
  font-size: 1rem;
  color: #2b64a6;
  text-align: center;
}
.list {
  display: flex;
  justify-content: center;
  position: relative;
}
.list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  background-color: #ebebeb;
  bottom: 0;
  left: 0;
}
.list a p {
  font-size: 1rem;
  margin: 0 2rem;
  padding-bottom: 1rem;
  color: #999;
}
.list a p.active {
  color: #2b64a6;
  border-bottom: 0.1rem solid #2b64a6;
  position: relative;
  z-index: 9;
}
.infomation .content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.infomation .content .item {
  width: calc(96% / 3);
  margin-right: 2%;
  margin-bottom: 2rem;
}
.infomation .content .item .img {
  width: 100%;
  height: 11.6rem;
  overflow: hidden;
}
.infomation .content .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.infomation .content .item .text {
  padding: 0 2%;
}
.infomation .content .item .text h1 {
  padding: 1rem 0;
  font-size: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.4s ease;
}
.infomation .content .item .text p {
  font-size: 0.8rem;
  color: #999;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.infomation .content .item .text .bottom {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.infomation .content .item .text .bottom .button button {
  background-color: unset;
  font-size: 0.8rem;
  color: #999;
  border: 1px solid #999;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
  transition: all 0.4s ease;
  margin-top: 1rem;
}
.infomation .content .item:hover .img img {
  transform: scale(1.1);
}
.infomation .content .item:hover .text h1 {
  color: #2b64a6;
}
.infomation .content .item:hover .text .bottom .button button {
  background-color: #2b64a6;
  border: 1px solid #2b64a6;
  color: #fff;
}
.infomation .content .item:nth-of-type(3n) {
  margin-right: 0;
}
.infomation .content .paged {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.infomation .content .paged .page-numbar {
  display: block;
  text-align: center;
}
.infomation .content .paged .page-numbar .page-num {
  padding: 10px;
  border: 1px solid #ebebeb;
  display: inline-grid;
  display: -ms-inline-grid;
  display: -moz-inline-grid;
  width: 40px;
  height: 40px;
  align-items: center;
  margin-right: 20px;
  margin-top: 1rem;
  color: #666666;
}
.infomation .content .paged .page-numbar .page-num-current {
  color: #fff;
  background-color: #2b64a6;
}
.infomation .content .paged .page-status,
.infomation .content .paged .page-index,
.infomation .content .paged .page-pre,
.infomation .content .paged .page-next,
.infomation .content .paged .page-last {
  display: none;
}
.contact .content {
  display: flex;
  justify-content: space-between;
}
.contact .content .tit h1 {
  font-size: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.contact .content .tit h1 span {
  font-size: 0.8rem;
  color: #999;
}
.contact .content .tit h1::before {
  position: absolute;
  content: "";
  width: 4rem;
  height: 2px;
  background-color: #2b64a6;
  bottom: 0;
  left: 0;
}
.contact .content .left .text h1 {
  font-size: 0.8rem;
  font-weight: bold;
  padding-top: 2rem;
}
.contact .content .left .text p {
  padding-top: 2rem;
  font-size: 0.7rem;
  color: #999;
}
.contact .content .right {
  width: 50%;
}
.contact .content .right form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .content .right form input[type="text"] {
  width: 45%;
  border: 2px solid #ebebeb;
  padding: 0.5rem 0;
  padding-left: 0.5rem;
  margin: 1rem 0;
}
.contact .content .right form input[type="text"]:first-of-type {
  margin-right: 4%;
}
.contact .content .right form textarea {
  width: 100%;
  height: 5rem;
  padding: 0.5rem 0;
  padding-left: 0.5rem;
  font-size: 0.8rem;
  margin-bottom: 1.5rem;
  border: 1px solid #ebebeb;
  font-family: unset;
  font-size: 0.7rem;
}
.contact .content .right form .button {
  width: 100%;
}
.contact .content .right form .button button {
  border: 1px solid #ebebeb;
  padding: 0.5rem 4rem;
  background-color: unset;
  font-size: 0.8rem;
  color: #999;
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.contact .content .right form .button button:hover {
  border: 1px solid #2b64a6;
  color: #2b64a6;
}
.map {
  margin-top: 2rem;
}
.map #map {
  width: 100%;
  height: 20rem;
  background-color: #999;
}
.join .content {
  padding-bottom: 5rem;
}
.join .content h1 {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 1rem;
  display: none;
}
.join .content h2 {
  font-size: 1rem;
  padding: 1rem 0;
}
.join .content p {
  font-size: 0.8rem;
  color: #999;
  line-height: 1.5rem;
}
.joinnote .content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.joinnote .content .item {
  width: calc(96% / 3);
  margin-right: 2%;
  margin-bottom: 2rem;
}
.joinnote .content .item .img {
  width: 100%;
  height: 12rem;
}
.joinnote .content .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.joinnote .content .item .text {
  padding: 0 2%;
}
.joinnote .content .item .text h1 {
  padding: 1rem 0;
  font-size: 1rem;
}
.joinnote .content .item .text p {
  font-size: 0.8rem;
  color: #999;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.joinnote .content .item .text .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.joinnote .content .item .text .bottom .button button {
  background-color: unset;
  font-size: 0.8rem;
  color: #999;
  border: 1px solid #999;
  padding: 0.5rem 1.5rem;
  border-radius: 1rem;
  margin-top: 1rem;
}
.joinnote .content .item:nth-of-type(3n) {
  margin-right: 0;
}
.joinnote .content .paged {
  display: block;
  width: 100%;
  margin-left: 41%;
}
.joinnote .content .paged .page-numbar .page-num {
  padding: 16px;
  border: 1px solid #ebebeb;
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  margin-right: 20px;
  margin-top: 1rem;
  color: #666666;
}
.joinnote .content .paged .page-numbar .page-num-current {
  color: #fff;
  background-color: #2b64a6;
}
.product .tab {
  display: flex;
  justify-content: center;
}
.product .tab p {
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
  background-color: #f5f5f5;
  border-radius: 1rem;
  margin-right: 1rem;
  cursor: pointer;
}
.product .tab p.active {
  background-color: #2b64a6;
  color: #fff;
}
.product .tab p:last-of-type {
  margin-right: 0;
}
.product .tabcontent {
  margin: 2rem 0;
}
.product .tabcontent .con {
  display: none;
  flex-wrap: wrap;
}
.product .tabcontent .con .item {
  width: calc(96% / 3);
  margin-right: 2%;
  margin-bottom: 1rem;
}
.product .tabcontent .con .item .img {
  width: 100%;
  position: relative;
}
.product .tabcontent .con .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .tabcontent .con .item .img .button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  transform: scale(0);
  transition: all 0.4s ease;
  background-color: rgba(43, 100, 166, 0.8);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 7rem 0;
}
.product .tabcontent .con .item .img .button p {
  width: 80%;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
}
.product .tabcontent .con .item .img .button button {
  background-color: unset;
  border: 1px solid #ebebeb;
  color: #fff;
  padding: 0.5rem 2.5rem;
  border-radius: 1rem;
  display: block;
  margin: 0 auto;
}
.product .tabcontent .con .item .img:hover .button {
  transform: scale(1);
}
.product .tabcontent .con .item h1 {
  padding: 1rem 0;
  text-align: center;
  font-size: 0.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product .tabcontent .con .item:nth-of-type(3n) {
  margin-right: 0;
}
.product .tabcontent .con.on {
  display: flex;
}
.platform .content {
  display: flex;
  justify-content: space-between;
  padding: 0 13%;
}
.platform .content .left {
  width: 48%;
  flex-shrink: 0;
  margin-right: 3%;
}
.platform .content .left h1 {
  font-size: 1rem;
  color: #2b64a6;
  padding-bottom: 1.5rem;
  font-weight: bold;
}
.platform .content .left p {
  line-height: 1.5rem;
  font-size: 0.8rem;
  text-align: justify;
}
.platform .content .right {
  width: 49%;
  height: 15rem;
}
.platform .content .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.platform .adv {
  width: 100%;
  display: flex;
  padding: 5rem 20%;
  background-color: #e8e8e8;
  margin-top: 5rem;
  background-image: url(../picture/about/3p3-bgc.jpg);
  background-size: cover;
}
.platform .adv .item {
  width: calc(100% / 3);
  border-right: 2px solid #9cb3ce;
}
.platform .adv .item .txt {
  display: flex;
  align-items: baseline;
  position: relative;
  margin-left: 50%;
  transform: translateX(-50%);
  justify-content: center;
}
.platform .adv .item .txt h1 {
  font-size: 3rem;
  color: #fff;
  position: relative;
  text-align: center;
}
.platform .adv .item .txt p {
  font-size: 0.8rem;
  color: #fff;
}
.platform .adv .item .txt i {
  position: absolute;
  font-size: 1.5rem;
  right: 7rem;
  color: #fff;
  right: 2.7rem;
}
.platform .adv .item p {
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
.platform .adv .item:last-of-type {
  border-right: 0;
}
.introduction .content {
  background-color: #b0b0b0;
  display: flex;
  height: 35rem;
  background-image: url(../picture/about/itro-bgc.jpg);
  background-size: cover;
}
.introduction .content .item {
  width: calc(100% / 6);
  height: 35rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.introduction .content .item .img img {
  width: 5rem;
  height: 5rem;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  padding: 1rem;
}
.introduction .content .item h1 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
.introduction .content .item .line {
  width: 2rem;
  height: 0.1rem;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  transform: rotate(-60deg);
}
.introduction .content .item h2 {
  text-align: center;
  color: #fff;
  font-size: 0.8rem;
  padding-bottom: 2rem;
}
.introduction .content .item p {
  display: none;
  line-height: 1.5rem;
  padding: 0 5%;
  color: #fff;
  text-align: justify;
}
.introduction .content .item.active {
  background-color: rgba(43, 100, 166, 0.65);
}
.introduction .content .item.active p {
  display: unset;
}
.introduction .content .item.active .line {
  transform: rotate(0);
}
.apply .content {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.apply .content .left {
  width: 40%;
  margin-right: 4%;
}
.apply .content .left h1 {
  font-size: 1rem;
  font-weight: bold;
}
.apply .content .left p {
  padding-top: 2rem;
}
.apply .content .right {
  width: 56%;
  height: 20rem;
}
.apply .content .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand .con1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.brand .con1 .item .text {
  width: 55%;
}
.brand .con1 .item .text h1,
.brand .con1 .item .text h2 {
  line-height: 1.5rem;
  color: #2b64a6;
}
.brand .con1 .item .text h1 {
  font-size: 1.2rem;
  font-weight: bold;
}
.brand .con1 .item .text h2 {
  font-size: 1rem;
}
.brand .con1 .item .text p {
  line-height: 1.5rem;
  color: #666;
  padding: 1rem 0;
  font-size: 0.8rem;
  text-align: justify;
}
.brand .con1 .item .img {
  width: 45%;
  height: 14rem;
}
.brand .con1 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand .con1 .item:nth-of-type(1) .text {
  padding-right: 5%;
}
.brand .con1 .item:nth-of-type(2) .img {
  width: 55%;
}
.brand .con1 .item:nth-of-type(2) .text {
  width: 45%;
  padding-left: 2%;
}
.brand .cont2 {
  background-image: url(/template/default/img/bgc-cont2.jpg);
  height: 35rem;
}
.brand .cont2 .title {
  margin-top: 0;
  padding-top: 3rem;
  margin-bottom: 1rem;
}
.brand .cont2 .title h1,
.brand .cont2 .title h2 {
  color: #fff;
}
.brand .cont2 h3,
.brand .cont2 p {
  color: #fff;
  text-align: center;
}
.brand .cont2 h3 {
  font-size: 1rem;
  font-weight: bold;
}
.brand .cont2 p {
  display: block;
  margin: 0 auto;
  width: 45%;
  line-height: 1.8;
  text-align: center;
  padding-top: 1rem;
  margin-bottom: 2rem;
}
.brand .cont2 .cen {
  background-image: url(/template/default/img/cont2.png);
  width: 80%;
  height: 14rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin: 0 auto;
  position: relative;
}
.brand .cont2 .cen .item {
  position: absolute;
}
.brand .cont2 .cen .item h4 {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}
.brand .cont2 .cen .item h5 {
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding-top: 1rem;
}
.brand .cont2 .cen .item:nth-of-type(1) {
  top: 94%;
  left: 4%;
  width: 12rem;
}
.brand .cont2 .cen .item:nth-of-type(2) {
  top: 21%;
  left: 30%;
}
.brand .cont2 .cen .item:nth-of-type(3) {
  top: 40%;
  left: 62%;
}
.brand .cont2 .cen .item:nth-of-type(4) {
  top: -3%;
  left: 88%;
}
.brand .con3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.brand .con3 h1 {
  font-size: 1.2rem;
  color: #2b64a6;
  font-weight: bold;
  width: 100%;
  display: none;
}
.brand .con3 .item {
  margin-bottom: 2rem;
}
.brand .con3 .item h2 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.brand .con3 .item h2::before {
  position: absolute;
  content: "";
  width: 4rem;
  height: 2px;
  background-color: #2b64a6;
  left: 0;
  bottom: 0;
}
.brand .con3 .item p {
  line-height: 1.5rem;
  color: #666;
  text-align: justify;
}
.brand .con3 .item:first-of-type {
  width: 50%;
}
.brand .pc-five {
  display: flex;
  justify-content: space-between;
  padding: 0 13%;
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
  background-image: url(/template/default/picture/about/pc-five.png);
  position: relative;
  background-size: cover;
}
.brand .pc-five::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.brand .pc-five::after {
  position: absolute;
  content: "";
  width: 74%;
  margin-left: 13%;
  height: 0.1rem;
  background-color: #2b64a6;
  top: 11rem;
  left: 0;
}
.brand .pc-five .item h1,
.brand .pc-five .item p {
  text-align: center;
}
.brand .pc-five .item h1 {
  color: #2b64a6;
  position: relative;
}
.brand .pc-five .item p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: bold;
  position: relative;
  color: #2b64a6;
}
.brand .pc-five .item .line {
  width: 2px;
  height: 2rem;
  display: block;
  margin: 1rem auto;
  border: 1px solid #999;
  border-style: dashed;
}
.brand .pc-five .item span {
  width: 1rem;
  height: 1rem;
  border: 1px solid #2b64a6;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  z-index: 8;
}
.brand .pc-five .item span::before {
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #2b64a6;
  content: "";
  border-radius: 50%;
  left: 0.3rem;
  top: 0.3rem;
  z-index: 3;
}
.brand .pc-five .item span::after {
  position: absolute;
  content: "";
  width: 28rem;
  height: 0.1rem;
  background-color: #2b64a6;
  top: 0.4rem;
  z-index: 2;
  left: -12rem;
  display: none;
}
.brand .pc-five .item:nth-of-type(odd) h1:first-of-type {
  opacity: 0;
}
.brand .pc-five .item:nth-of-type(odd) p:first-of-type {
  opacity: 0;
}
.brand .pc-five .item:nth-of-type(odd) .line:first-of-type {
  opacity: 0;
}
.brand .pc-five .item:nth-of-type(2n) h1:last-of-type {
  opacity: 0;
}
.brand .pc-five .item:nth-of-type(2n) p:last-of-type {
  opacity: 0;
}
.brand .pc-five .item:nth-of-type(2n) .line:last-of-type {
  opacity: 0;
}
.brand .pc-five .item:first-of-type {
  overflow: hidden;
}
.brand .pc-five .item:last-of-type {
  overflow: hidden;
}
.brand .mb-five {
  display: none;
}
.company .tit {
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.company .tit h1 {
  color: #2b64a6;
  padding-bottom: 2rem;
  font-size: 1.2rem;
  text-align: center;
  position: relative;
  width: 100%;
}
.company .tit h1::after {
  position: absolute;
  content: "";
  width: 4rem;
  height: 0.1rem;
  background-color: #2b64a6;
  bottom: 0;
  left: 0;
  display: block;
  margin-left: 50%;
  transform: translate(-50%);
}
.company .tit span {
  color: #2b64a6;
  font-size: 0.8rem;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
}
.company .subtit {
  margin-bottom: 3rem;
}
.company .subtit p {
  width: 75%;
  display: block;
  margin: 0 auto;
  font-size: 0.8rem;
  line-height: 1.5rem;
  text-align: center;
}
.company .con1 {
  width: 100%;
  height: 25rem;
  background-color: #c1c1c1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  background-image: url(../picture/about/company-bgc.jpg);
  position: relative;
  background-position: bottom;
  background-size: cover;
}
.company .con1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(43, 100, 166, 0.4);
}
.company .con1 h1 {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  position: relative;
}
.company .con1 .line {
  width: 4rem;
  height: 0.1rem;
  background-color: #fff;
  display: block;
  margin: 2rem auto;
  position: relative;
}
.company .con1 p {
  line-height: 1.8rem;
  color: #fff;
  position: relative;
  width: 51%;
  display: block;
  margin: 0 auto;
  text-align: justify;
}
.company .con2 .content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #999;
  background-image: url(../picture/about/m1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
  position: relative;
}
.company .con2 .content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #001a38;
  opacity: 0.5;
  left: 0;
  top: 0;
}
.company .con2 .content .item {
  border-right: 1px solid rgba(255, 255, 255, 0.65);
  height: 30rem;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  transition: all 0.4s ease;
}
.company .con2 .content .item h1 {
  font-size: 1rem;
  color: #fff;
  padding-left: 1rem;
  font-weight: bold;
  padding-bottom: 2rem;
  padding-right: 5rem;
  transition: all 0.4s ease;
}
.company .con2 .content .item p {
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.5rem;
  width: 90%;
  padding-left: 1rem;
  transition: all 0.4s ease;
  display: none;
}
.company .con2 .content .item .num {
  color: #fff;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
}
.company .con2 .content .item.active {
  width: 30rem;
  flex-shrink: 0;
}
.company .con2 .content .item.active p {
  display: block;
  text-align: justify;
}
.company .con2 .content .item:first-of-type {
  border-left: 1px solid rgba(255, 255, 255, 0.65);
}
.company h6 {
  text-align: center;
  font-size: 1.2rem;
  color: #2b64a6;
}
.company .con3 .content1 {
  display: flex;
  align-items: center;
  margin-top: 5rem;
  padding-right: 13%;
}
.company .con3 .content1 .img {
  width: 45%;
  flex-shrink: 0;
  margin-right: 5%;
  margin-left: 13%;
}
.company .con3 .content1 .img img {
  width: 100%;
  height: 100%;
  background-color: #999;
}
.company .con3 .content1 .text {
  font-size: 45%;
}
.company .con3 .content1 .text h1 {
  font-size: 1.2rem;
  color: #2b64a6;
}
.company .con3 .content1 .text p {
  font-size: 0.8rem;
  padding: 1rem 0;
  line-height: 1.8;
}
.company .con3 .content2 {
  display: flex;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.company .con3 .content2 .left {
  width: 40%;
  flex-shrink: 0;
  margin-right: 8%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.company .con3 .content2 .left::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 70%;
  background-color: #ebebeb;
  bottom: 0;
  right: -20%;
}
.company .con3 .content2 .left h1 {
  width: 100%;
  text-align: center;
  color: #2b64a6;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.company .con3 .content2 .left .txt {
  width: 48%;
  border: 1px solid #ebebeb;
  text-align: center;
  padding: 1rem;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
}
.company .con3 .content2 .left .txt i {
  font-size: 2rem;
  color: #2b64a6;
  transition: all 0.4s ease;
  padding: 0.5rem;
  border: 1px solid #2b64a6;
  margin-right: 1rem;
  border-radius: 50%;
}
.company .con3 .content2 .left .txt .t h1 {
  margin-bottom: 0.5rem;
  transition: all 0.4s ease;
  text-align: left;
}
.company .con3 .content2 .left .txt .t p {
  transition: all 0.4s ease;
  color: #2b64a6;
  white-space: nowrap;
  text-align: left;
}
.company .con3 .content2 .left .txt:hover {
  background-color: #2b64a6;
  transform: scale(1.2);
  border: unset;
}
.company .con3 .content2 .left .txt:hover i {
  border: 1px solid #fff;
  background-color: #fff;
  color: #2b64a6;
}
.company .con3 .content2 .left .txt:hover .t h1 {
  color: #fff;
}
.company .con3 .content2 .left .txt:hover .t p {
  color: #fff;
}
.company .con3 .content2 .left .txt:nth-of-type(1):hover {
  transform-origin: right bottom;
}
.company .con3 .content2 .left .txt:nth-of-type(2):hover {
  transform-origin: left bottom;
}
.company .con3 .content2 .left .txt:nth-of-type(3):hover {
  transform-origin: right top;
}
.company .con3 .content2 .left .txt:nth-of-type(4):hover {
  transform-origin: left top;
}
.company .con3 .content2 .left .txt:nth-of-type(3),
.company .con3 .content2 .left .txt:nth-of-type(4) {
  margin-bottom: 0;
}
.company .con3 .content2 .right {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  justify-content: space-between;
  margin-left: 8%;
}
.company .con3 .content2 .right h1 {
  color: #2b64a6;
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 2rem;
  width: 100%;
}
.company .con3 .content2 .right .img {
  width: 49%;
  height: 5rem;
  margin-bottom: 1rem;
  transition: all 0.4s ease;
}
.company .con3 .content2 .right .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
  border: 1px solid #ebebeb;
}
.company .con3 .content2 .right .img:hover {
  transform: scale(1.2);
}
.company .con3 .content2 .right .img:nth-of-type(1) {
  transform-origin: right bottom;
}
.company .con3 .content2 .right .img:nth-of-type(2) {
  transform-origin: left bottom;
}
.company .con3 .content2 .right .img:nth-of-type(3) {
  transform-origin: right top;
}
.company .con3 .content2 .right .img:nth-of-type(4) {
  transform-origin: left top;
}
.company .con3 .content2 .right .img:nth-of-type(3),
.company .con3 .content2 .right .img:nth-of-type(4) {
  margin-bottom: 0;
}
.company .con4 {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.company .con4 .swiper-container {
  margin-top: 2rem;
}
.company .con4 .swiper-container .swiper-wrapper .swiper-slide img {
  height: 8rem;
  object-fit: contain;
  width: 100%;
  padding: 1rem;
  border: 1px solid #ebebeb;
}
.company .con5 {
  display: flex;
  align-items: center;
  margin: 0 13%;
  margin-bottom: 5rem;
  margin-top: 5rem;
}
.company .con5 .top {
  background-color: #ebebeb;
  padding-bottom: 8rem;
  background-image: url(../picture/about/f-bgc.jpg);
  position: relative;
  display: none;
}
.company .con5 .top::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 18, 39, 0.5);
}
.company .con5 .top .tit {
  padding-top: 5rem;
}
.company .con5 .top .tit h1 {
  color: #fff;
}
.company .con5 .top .tit h1::after {
  background-color: #fff;
}
.company .con5 .top .subtit {
  margin-bottom: 0;
}
.company .con5 .top .subtit p {
  width: 38%;
  position: relative;
  color: #fff;
}
.company .con5 .bottom {
  display: none;
}
.company .con5 .bottom .item {
  width: calc(94% / 4);
  margin-right: 2%;
  height: 8rem;
  transform: translateY(-4rem);
}
.company .con5 .bottom .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company .con5 .bottom .item:last-of-type {
  margin-right: 0;
}
.company .con5 .left {
  width: 50%;
  flex-shrink: 0;
  height: 100%;
}
.company .con5 .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company .con5 .right {
  padding-left: 2%;
}
.company .con5 .right .tit {
  margin-top: 0;
  margin-bottom: 1rem;
}
.company .con5 .right .tit h1 {
  text-align: unset;
  padding-bottom: 1rem;
}
.company .con5 .right .tit h1::after {
  margin-left: unset;
  transform: translate(0);
}
.company .con5 .right p {
  font-size: 0.8rem;
  line-height: 1.5;
  padding-bottom: 1rem;
  color: #666;
}
.company .con5 .right .con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company .con5 .right .con img {
  width: 48%;
  margin-bottom: 1rem;
}
.company .con5 .right .con img:nth-of-type(3),
.company .con5 .right .con img:nth-of-type(4) {
  margin-bottom: 0;
}
.company .cont5 {
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
  padding: 3rem 0;
  background-image: url(/template/default/picture/about/bgc-fff.jpg);
}
.company .cont5 .left {
  margin-left: 13%;
  margin-right: 7%;
  width: 30%;
  flex-shrink: 0;
}
.company .cont5 .left h1 {
  color: #2b64a6;
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 2rem;
}
.company .cont5 .left p {
  line-height: 2;
  text-align: justify;
}
.company .cont5 .right {
  width: 37%;
  flex-shrink: 0;
}
.company .cont5 .right .top img {
  width: 100%;
  height: 22rem;
  object-fit: cover;
}
.company .cont5 .right .content {
  display: flex;
  overflow: hidden;
}
.company .cont5 .right .content .img {
  transition: all 0.4s ease;
  width: 25%;
  height: 10rem;
}
.company .cont5 .right .content .img img {
  height: 100%;
  object-fit: cover;
}
.company .cont5 .right .content .img img:first-of-type {
  display: none !important;
}
.company .cont5 .right .content .img.active {
  flex-shrink: 0;
  width: 50%;
}
.company .cont5 .right .content .img.active img:first-of-type {
  display: block !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company .cont5 .right .content .img.active img:last-of-type {
  display: none !important;
}
.company .con6 .tit {
  margin-top: 0;
}
.company .con6 .swiper-container .swiper-wrapper .swiper-slide {
  transition: all 0.4s ease;
  position: relative;
  background-color: #f7f7f7;
  transform: scale(0.8);
}
.company .con6 .swiper-container .swiper-wrapper .swiper-slide img {
  height: 15rem;
  object-fit: contain;
  display: block;
  padding: 1rem;
  margin: 0 auto;
  width: 100%;
}
.company .con6 .swiper-container .swiper-wrapper .swiper-slide h1 {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
  background-color: rgba(43, 100, 166, 0.75);
  height: 100%;
  padding-top: 7rem;
  transform: scale(0);
  transition: all 0.4s ease;
}
.company .con6 .swiper-container .swiper-wrapper .swiper-slide:hover h1 {
  transform: scale(1);
}
.company .con6 .swiper-container .swiper-wrapper .swiper-slide-active {
  transform: scale(1);
}
.company .con6 .swiper-container .swiper-button-prev {
  left: 0;
}
.company .con6 .swiper-container .swiper-button-next {
  right: 0;
}
.company .con6 .swiper-container .swiper-button-next,
.company .con6 .swiper-container .swiper-button-prev {
  width: 2rem;
  height: 2rem;
  background-color: #dddddd;
  border-radius: 50%;
  transition: all 0.4s ease;
  display: none;
}
.company .con6 .swiper-container .swiper-button-next::after,
.company .con6 .swiper-container .swiper-button-prev::after {
  transform: scale(0.4);
  color: #fff;
}
.company .con6 .swiper-container .swiper-button-next:hover,
.company .con6 .swiper-container .swiper-button-prev:hover {
  background-color: #2b64a6;
}
.company .con7 .tit {
  margin-bottom: 0;
  padding-bottom: 3rem;
}
.company .con7 .subtit {
  padding-bottom: 3rem;
  background-color: #f7f7f7;
  margin-bottom: 0;
  display: none;
}
.company .con7 .content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #999;
  background-image: url(../picture/about/m1.jpg);
  background-size: cover !important;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
  position: relative;
}
.company .con7 .content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #001a38;
  opacity: 0.5;
  left: 0;
  top: 0;
}
.company .con7 .content .item {
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  height: 30rem;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  transition: all 0.4s ease;
}
.company .con7 .content .item h1 {
  font-size: 1rem;
  color: #fff;
  padding-left: 1rem;
  font-weight: bold;
  padding-bottom: 2rem;
  padding-right: 2rem;
  transition: all 0.4s ease;
}
.company .con7 .content .item p {
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.5rem;
  width: 90%;
  padding-left: 1rem;
  transition: all 0.4s ease;
  display: none;
}
.company .con7 .content .item .num {
  color: #fff;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
}
.company .con7 .content .item.active {
  width: 30rem;
  flex-shrink: 0;
}
.company .con7 .content .item.active p {
  display: block;
}
.company .con7 .content .item:first-of-type {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.company .con7 .content1 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.company .con7 .content1 h1 {
  font-size: 1.2rem;
  color: #2b64a6;
  font-weight: bold;
  line-height: 1.5rem;
  padding-bottom: 1rem;
}
.company .con7 .content1 p {
  padding-bottom: 2rem;
  text-align: center;
}
.company .con7 .content1 .con img {
  object-fit: cover;
}
.company .con7 .content1 .con .line1 {
  display: flex;
  margin-bottom: 1rem;
}
.company .con7 .content1 .con .line1 .img:first-of-type {
  width: 69%;
  flex-shrink: 0;
  margin-right: 1%;
  height: 30rem;
}
.company .con7 .content1 .con .line1 .img:first-of-type img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company .con7 .content1 .con .line1 .img:last-of-type {
  width: 30%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.company .con7 .content1 .con .line1 .img:last-of-type img:first-of-type {
  height: 21rem;
}
.company .con7 .content1 .con .line1 .img:last-of-type img:last-of-type {
  height: 8rem;
}
.company .con7 .content1 .con .line2 {
  display: flex;
  justify-content: space-between;
}
.company .con7 .content1 .con .line2 .img {
  width: 49.5%;
  height: 15rem;
}
.company .con7 .content1 .con .line2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company .con7 .content1 .cont {
  display: flex;
  height: 25rem;
}
.company .con7 .content1 .cont .img {
  overflow: hidden;
}
.company .con7 .content1 .cont .img img {
  transition: all 0.4s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company .con7 .content1 .cont .img:hover img {
  transform: scale(1.2);
}
.company .con7 .content1 .cont .left {
  width: 29%;
  margin-right: 1%;
}
.company .con7 .content1 .cont .left .img {
  width: 100%;
  height: 12rem;
}
.company .con7 .content1 .cont .left .img:first-of-type {
  margin-bottom: 1rem;
}
.company .con7 .content1 .cont .center {
  width: 29%;
  margin-right: 1%;
}
.company .con7 .content1 .cont .center .img {
  width: 100%;
  height: 100%;
}
.company .con7 .content1 .cont .right {
  width: 40%;
}
.company .con7 .content1 .cont .right .top {
  display: flex;
  margin-bottom: 1rem;
  height: 8rem;
}
.company .con7 .content1 .cont .right .top .img {
  width: 48.5%;
  margin-right: 3%;
}
.company .con7 .content1 .cont .right .top .img:last-of-type {
  margin-right: unset;
}
.company .con7 .content1 .cont .right .bottom {
  width: 100%;
  height: 16rem;
}
.company .con7 .content1 .cont .right .bottom .img {
  width: 100%;
  height: 100%;
}
.company .con7 .content2 {
  margin: 0 13%;
  height: 35rem;
  background-color: #ebebeb;
  background-image: url(../picture/about/m1.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
  background-position: bottom;
  position: relative;
}
.company .con7 .content2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 71, 152, 0.3);
}
.company .con7 .content2 .item {
  width: 50%;
  padding: 0 5%;
  padding-top: 20%;
  height: 100%;
  position: relative;
}
.company .con7 .content2 .item h2 {
  font-weight: bold;
  color: #fff;
  padding-bottom: 1.5rem;
}
.company .con7 .content2 .item p {
  color: #fff;
  line-height: 2;
}
.company .con7 .content2 .item.ac {
  position: relative;
  padding-left: 30%;
}
.company .con7 .content2 .item.ac::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.5);
  right: 0;
  top: 10%;
}
.company .con7 .content2 .item.bc {
  padding-right: 30%;
}
.company .con7 .content2.p2 {
  background-image: url(../picture/about/m2.jpg);
}
.newlist {
  display: flex;
}
.newlist .left {
  width: 75%;
  flex-shrink: 0;
  margin-right: 5%;
}
.newlist .left .tit {
  padding-top: 5rem;
}
.newlist .left .tit h1 {
  font-size: 1.5rem;
  font-weight: bold;
}
.newlist .left .tit .back {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0;
}
.newlist .left .tit .back p {
  font-size: 0.8rem;
  color: #666;
}
.newlist .left .tit .back a {
  display: none;
}
.newlist .left .tit .back a img {
  width: 2rem;
  height: 2rem;
  object-fit: cover;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  padding: 0.1rem;
}
.newlist .left .content h1 {
  padding-bottom: 2rem;
}
.newlist .left .content p,
.newlist .left .content div {
  line-height: 2;
  font-size: 0.8rem;
  text-indent: 2em;
  text-align: left !important;
}
.newlist .left .content img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}
.newlist .left .content span {
  line-height: 2;
  font-size: 0.8rem;
  text-indent: 2em;
}
.newlist .left .content .page {
  margin-bottom: 3rem;
  position: relative;
}
.newlist .left .content .page .fl {
  display: flex;
  align-items: center;
}
.newlist .left .content .page .fr {
  display: flex;
  align-items: center;
}
.newlist .left .content .page .back {
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0.5rem;
  position: absolute;
  right: 0;
  top: 1rem;
}
.newlist .left .content .page .back p {
  font-size: 0.8rem;
  color: #666;
  display: none;
}
.newlist .left .content .page .back a img {
  width: 2rem !important;
  height: 2rem !important;
  object-fit: cover;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  padding: 0.1rem;
}
.newlist .right {
  width: 20%;
  flex-shrink: 0;
  padding-top: 5rem;
}
.newlist .right h1 {
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 2rem;
  position: relative;
}
.newlist .right h1::after {
  position: absolute;
  content: "";
  width: 0.2rem;
  height: 100%;
  background-color: #2b64a6;
  top: 0;
  left: 0;
}
.newlist .right .content {
  margin-top: 1rem;
}
.newlist .right .content .item .img {
  width: 100%;
  height: 7.2rem;
  overflow: hidden;
}
.newlist .right .content .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #ebebeb;
  transition: all 0.4s ease;
}
.newlist .right .content .item h1 {
  font-size: 1rem;
  font-weight: unset;
  padding-left: unset;
  padding: 1rem 0;
  margin-bottom: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newlist .right .content .item h1::after {
  display: none;
}
.newlist .right .content .item h1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #ebebeb;
  bottom: 0;
  left: 0;
}
.newlist .right .content .item:hover .img img {
  transform: scale(1.1);
}
.newlist .right .content .item:last-of-type h1::before {
  display: none;
}
.search .content {
  display: flex;
  flex-wrap: wrap;
}
.search .content .item {
  width: calc(96% / 3);
  margin-right: 2%;
  margin-bottom: 1rem;
}
.search .content .item .img {
  width: 100%;
  height: 12rem;
  position: relative;
}
.search .content .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search .content .item .img .button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  transform: scale(0);
  transition: all 0.4s ease;
  background-color: rgba(43, 100, 166, 0.8);
}
.search .content .item .img .button button {
  background-color: unset;
  border: 1px solid #ebebeb;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 1rem;
  display: block;
  margin: 0 auto;
}
.search .content .item .img:hover .button {
  transform: scale(1);
}
.search .content .item h1 {
  padding: 1rem 0;
  text-align: center;
  font-size: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.search .content .item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1366px) {
  .brand .pc-five::after {
    top: 11.3rem;
  }
}
@media screen and (max-width: 768px) {
  .main-center {
    padding: 0 2%;
  }
  .banner {
    height: 12rem;
  }
  .title {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .title h1 {
    font-size: 1.2rem;
  }
  .title h2 {
    font-size: 0.8rem;
  }
  .position {
    padding: 1rem 2%;
    line-height: 1.6;
    padding-bottom: 1.5rem;
  }
  .join .content h1 {
    padding-bottom: 0;
    font-size: 1rem;
  }
  .joinnote .content {
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  .joinnote .content .item {
    width: 49%;
    margin-right: 0;
  }
  .joinnote .content .item .img {
    height: 10rem;
  }
  .joinnote .content .item .img img {
    object-position: top;
  }
  .joinnote .content .item .text .bottom {
    display: none;
  }
  .joinnote .content .item .text .bottom button {
    margin-top: 0.5rem;
  }
  .joinnote .content .item .text .bottom .time {
    display: none;
  }
  .joinnote .content .item .text h1 {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: unset;
    margin: 1rem 0;
  }
  .joinnote .content .paged {
    margin-left: 27%;
  }
  .contact .content {
    flex-wrap: wrap;
  }
  .contact .content .left .text h1 {
    padding-top: 1.2rem;
  }
  .contact .content .left .text p {
    padding-top: 1rem;
  }
  .contact .content .right {
    padding-top: 1.5rem;
    width: 100%;
  }
  .contact .content .right form input[type="text"]:first-of-type {
    margin-right: 0;
  }
  .map {
    margin-top: 3rem;
  }
  .map #map {
    height: 15rem;
  }
  .map #map h4 {
    font-size: 1rem !important;
  }
  .product .tab {
    overflow: scroll;
    justify-content: unset;
  }
  .product .tab a {
    width: 38%;
    flex-shrink: 0;
    text-align: center;
  }
  .product .tab p {
    width: 100%;
    flex-shrink: 0;
    text-align: center;
  }
  .product .tabcontent {
    margin: 1rem 0;
  }
  .product .tabcontent .con .item .img .button p {
    display: none;
  }
  .product .tabcontent .con .item .img:hover .button {
    padding: 5rem 0;
  }
  .product .tabcontent .con.on {
    justify-content: space-between;
  }
  .product .tabcontent .con.on .item {
    width: 49%;
    margin-right: 0;
  }
  .platform {
    padding: 0 2%;
  }
  .platform .content {
    padding: 0 0;
    flex-wrap: wrap;
    margin-top: 1rem !important;
  }
  .platform .content .left {
    width: 100%;
    margin-right: 0;
  }
  .platform .content .right {
    width: 100%;
  }
  .platform .adv {
    margin-top: 0;
    padding: 3rem 0;
  }
  .platform .adv .item .txt i {
    right: -0.5rem;
  }
  .platform .adv .item h1 i {
    right: unset;
  }
  .join .content {
    padding-bottom: 2rem;
  }
  .infomation .content {
    margin-bottom: 2rem;
  }
  .infomation .content .item {
    width: 100%;
    margin-right: unset;
    margin-bottom: 1rem;
  }
  .infomation .content .item .text .bottom .button button {
    margin-top: 0.4rem;
    padding: 0.1rem 0.7rem;
  }
  .infomation .content .paged {
    width: unset;
    margin-left: unset;
    margin: 0 auto;
  }
  .infomation .content .paged .page-numbar span.page-num {
    display: none;
  }
  .infomation .list {
    overflow: scroll;
    justify-content: unset;
  }
  .infomation .list::before {
    width: 165%;
  }
  .company .list {
    overflow: scroll;
    justify-content: unset;
  }
  .company .list::before {
    width: 165%;
  }
  .company .tit {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .company .tit h1 {
    padding-bottom: 1rem;
  }
  .company .subtit {
    margin-bottom: 1rem;
  }
  .company .subtit p {
    width: 100%;
    padding: 0 2%;
    text-align: justify;
  }
  .company h6 {
    padding-bottom: 1rem;
  }
  .company .con1 {
    background-attachment: fixed;
    height: 22rem;
  }
  .company .con1 h1 {
    font-size: 1rem;
  }
  .company .con1 p {
    font-size: 0.8rem;
    width: 100%;
    padding: 0 2%;
  }
  .company .con2 .content .item {
    width: calc(100% / 3);
  }
  .company .con2 .content .item h1 {
    padding-right: unset;
    line-height: 1.5;
  }
  .company .con2 .content .item.active {
    width: 50%;
  }
  .company .con3 .tit span {
    width: 80%;
    line-height: 1.5;
  }
  .company .con3 .content1 {
    justify-content: space-between;
    margin-top: 2rem;
    display: block;
    padding-right: 0;
  }
  .company .con3 .content1 .item {
    margin: 0;
    width: 24%;
  }
  .company .con3 .content1 .item .img {
    width: 100%;
    height: unset;
  }
  .company .con3 .content1 .img {
    margin-left: 0;
    height: auto;
    width: 100%;
  }
  .company .con3 .content1 .text h1 {
    text-align: center;
    padding-top: 1rem;
  }
  .company .con3 .content1 .text p {
    padding: 0.5rem 2%;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .company .con3 .content1 .text p br {
    display: none;
  }
  .company .con3 .content2 {
    margin-top: 2rem;
    display: block;
  }
  .company .con3 .content2 .left {
    width: 100%;
    margin-right: unset;
  }
  .company .con3 .content2 .left .txt {
    padding: 0.5rem;
    padding: 0.2rem;
    width: 49%;
  }
  .company .con3 .content2 .left .txt i {
    margin-right: 0.2rem;
  }
  .company .con3 .content2 .left .txt .t p {
    font-size: 0.6rem;
  }
  .company .con3 .content2 .right {
    margin-left: 0;
    width: 100%;
  }
  .company .con3 .content2 .right h1 {
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .company .con4 {
    margin-top: 2rem;
  }
  .company .con4 .swiper-container {
    margin-top: 0rem;
  }
  .company .con4 .swiper-container .swiper-wrapper .swiper-slide img {
    height: 4rem;
    padding: 0.2rem;
  }
  .company .con5 {
    display: none;
  }
  .company .con5 .top {
    padding-bottom: 3rem;
    display: flex;
  }
  .company .con5 .top .tit {
    padding-top: 3rem;
  }
  .company .con5 .top .tit h1 {
    font-size: 1rem;
  }
  .company .con5 .top .subtit p {
    width: 80%;
  }
  .company .con5 .bottom {
    overflow: scroll;
    display: flex;
  }
  .company .con5 .bottom .item {
    width: 15rem;
    transform: translateY(0);
    flex-shrink: 0;
  }
  .company .con5 .left {
    display: none;
  }
  .company .con5 .right {
    display: none;
  }
  .company .cont5 {
    display: block;
    margin-bottom: 3rem;
  }
  .company .cont5 .left {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .company .cont5 .left h1 {
    text-align: center;
    font-size: 1rem;
  }
  .company .cont5 .left p {
    text-align: left;
    padding: 0 2%;
  }
  .company .cont5 .left p br {
    display: none;
  }
  .company .cont5 .right {
    width: 100%;
  }
  .company .cont5 .right .content {
    display: none;
  }
  .company .cont5 .right .content .img {
    height: 8rem;
  }
  .company .cont5 .right .top img {
    height: auto;
  }
  .company .con7 .tit {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }
  .company .con7 .subtit {
    display: flex;
    padding-bottom: 0;
    background-color: unset;
    padding-bottom: 1rem;
  }
  .company .con7 .content {
    display: flex;
    padding-left: 2%;
    background-size: cover !important;
  }
  .company .con7 .content .left p {
    line-height: 1.5;
  }
  .company .con7 .content .right .swiper-wrapper .swiper-slide img {
    height: 6rem;
  }
  .company .con7 .content .item.active {
    width: 12rem;
  }
  .company .con7 .content .item {
    height: 18rem;
  }
  .company .con7 .content1 {
    margin-bottom: 1rem;
  }
  .company .con7 .content1 p {
    line-height: 1.5;
    text-align: unset;
  }
  .company .con7 .content1 .con .line1 .img:first-of-type {
    height: 12rem;
  }
  .company .con7 .content1 .con .line1 .img:last-of-type img:first-of-type {
    height: 7rem;
  }
  .company .con7 .content1 .con .line1 .img:last-of-type img:last-of-type {
    height: 5rem;
  }
  .company .con7 .content1 .con .line2 .img {
    height: 8rem;
  }
  .company .con7 .content1 .cont {
    flex-wrap: wrap;
    height: auto;
  }
  .company .con7 .content1 .cont .left {
    width: 50%;
    margin-right: 1%;
  }
  .company .con7 .content1 .cont .left .img {
    height: 8rem;
  }
  .company .con7 .content1 .cont .left .img:first-of-type {
    margin-bottom: 0.3rem;
  }
  .company .con7 .content1 .cont .center {
    width: 49%;
    margin-right: 0;
  }
  .company .con7 .content1 .cont .right {
    width: 100%;
  }
  .company .con7 .content1 .cont .right .top {
    margin: 0.5rem 0;
  }
  .company .con7 .content1 .cont .right .top .img:first-of-type {
    width: 50%;
    margin-right: 1%;
  }
  .company .con7 .content1 .cont .right .top .img:last-of-type {
    width: 49%;
    margin-right: unset;
  }
  .company .con7 .content2 {
    display: none;
  }
  .brand .list {
    overflow: scroll;
    justify-content: unset;
  }
  .brand .list::before {
    width: 165%;
  }
  .brand .con1 .item {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .brand .con1 .item:nth-of-type(1) .text {
    padding-right: unset;
  }
  .brand .con1 .item:nth-of-type(2) {
    width: 100%;
  }
  .brand .con1 .item:nth-of-type(2) .img {
    width: 100%;
  }
  .brand .con1 .item:nth-of-type(2) .text {
    width: 100%;
    padding-left: unset;
  }
  .brand .con1 .item .text {
    width: 100%;
  }
  .brand .con1 .item .text h1 {
    font-size: 1rem;
  }
  .brand .con1 .item .text p {
    padding: 0.5rem 0;
  }
  .brand .con1 .item .img {
    width: 100%;
  }
  .brand .con2 {
    background-size: cover;
  }
  .brand .con2 h1 {
    padding-top: 2rem;
  }
  .brand .con2 p {
    width: 80%;
    padding-bottom: 3rem;
  }
  .brand .cont2 h3 {
    font-size: 0.9rem;
  }
  .brand .cont2 .cen {
    width: 100%;
  }
  .brand .cont2 .cen .item h5 {
    padding-top: 0.5rem;
  }
  .brand .cont2 .cen .item:nth-of-type(1) {
    width: 9rem;
    top: 70%;
    left: -2%;
  }
  .brand .cont2 .cen .item:nth-of-type(2) {
    top: 27%;
    left: 19%;
  }
  .brand .cont2 .cen .item:nth-of-type(3) {
    left: 51%;
    top: 48%;
  }
  .brand .cont2 .cen .item:nth-of-type(4) {
    top: 17%;
    left: 83%;
  }
  .brand .cont2 p {
    text-align: unset;
    width: 90%;
  }
  .brand .con3 {
    padding-top: 0;
    margin-bottom: 1rem;
  }
  .brand .con3 h1 {
    font-size: 1rem;
  }
  .brand .con3 .item:first-of-type {
    width: 100%;
  }
  .brand .con3 .item {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .brand .con3 .item h2 {
    padding-bottom: 0.8rem;
    font-size: 0.9rem;
  }
  .brand .pc-five {
    display: none;
  }
  .brand .mb-five {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .brand .mb-five .item {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 0.5rem;
    padding-left: 2%;
  }
  .brand .mb-five .item span {
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    border: 1px solid #2b64a6;
    border-radius: 50%;
    position: relative;
  }
  .brand .mb-five .item span::before {
    position: absolute;
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    background-color: #2b64a6;
    left: 0.3rem;
    top: 0.3rem;
    border-radius: 50%;
  }
  .brand .mb-five .item p {
    font-size: 0.8rem;
    padding: 0 1rem;
  }
  .brand .mb-five .item .line {
    width: 2rem;
    height: 2px;
    display: block;
    margin: 0 1rem;
    border: 1px solid #2b64a6;
    border-style: dashed;
  }
  .list a p {
    font-size: 0.9rem;
    white-space: nowrap;
    color: #666;
  }
  .company .con3 .content2 .left::before {
    display: none;
  }
  .introduction .content {
    flex-wrap: wrap;
    height: auto;
    padding: 0.5rem 0;
  }
  .introduction .content .item {
    width: 100%;
    height: auto;
    flex-flow: unset;
    justify-content: unset;
    align-items: center;
  }
  .introduction .content .item .img {
    flex-shrink: 0;
    margin-left: 2%;
  }
  .introduction .content .item h1 {
    flex-shrink: 0;
    font-size: 1rem;
    width: 30%;
  }
  .introduction .content .item h2 {
    display: none;
  }
  .introduction .content .item .line {
    display: none;
  }
  .introduction .content .item p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 2%;
  }
  .introduction .content .item.active p {
    padding: 0.5rem 2%;
  }
  .apply .content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .apply .content .left {
    width: 100%;
    margin-bottom: 1rem;
  }
  .apply .content .left p {
    padding-top: 1rem;
  }
  .apply .content .right {
    width: 100%;
  }
  .newlist {
    flex-wrap: wrap;
  }
  .newlist > div {
    width: 100% !important;
  }
  .newlist .left .tit {
    padding-top: 1rem;
  }
  .newlist .left .tit h1 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .newlist .left .content p {
    text-indent: unset;
  }
  .main-contact {
    background-color: #f9f9f9;
  }
  .main-contact .contact .content > div {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .main-contact .contact .content .left {
    padding: 0.8rem;
    background-color: #fff;
    margin-bottom: 1rem;
  }
  .main-contact .contact .content .right {
    padding: 0.8rem;
    background-color: #fff;
  }
}
