/*font-size*/
.clearfix {
  /* clear:both */
}
.bannerHead {
  position: relative;
  width: 100%;
  height: 6.3rem;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.bannerHead .bannerImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 3px;
  background-color: rgba(0, 0, 0, 0.3);
}
.bannerHead .bannerImg .title {
  position: relative;
  font-weight: 600;
  margin-top: -0.5rem;
}
.bannerHead .bannerImg .title::after {
  content: " ";
  position: absolute;
  width: 30%;
  height: 2px;
  left: 35%;
  bottom: -0.1rem;
  background-color: #fff;
}
.bannerHead .bannerImg .text {
  padding: 0 5%;
  text-align: center;
}
.bannerHead .bannerImg .text.position {
  margin: 0.4rem 0 0.1rem;
}

.banner {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
  height: 6.15rem;
}
.banner.center {
  align-items: center;
}
.banner.center img {
  width: 2.25rem;
  margin-bottom: 0.35rem;
}
.banner.center h1 {
  font-size: 24px;
}
@media only screen and (max-width: 1440px) {
  .banner.center h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .banner.center h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner.center h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.center h1 {
    font-size: 16px;
  }
}
.banner.center p {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .banner.center p {
    font-size: 12px;
  }
}
.banner .bannerImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.banner .innerWrap {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  color: #fff;
  z-index: 1;
}
.banner .innerWrap .ctx {
  box-sizing: border-box;
  width: 39.8%;
  padding: 0.4rem;
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 4px solid #1b3086;
}
.banner .innerWrap .ctx .p1 {
  font-size: 18px;
  margin-bottom: 0.35rem;
}
@media only screen and (max-width: 1024px) {
  .banner .innerWrap .ctx .p1 {
    font-size: 16px;
  }
}
.banner .innerWrap .ctx h2 {
  font-size: 36px;
  margin-bottom: 0.3rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .banner .innerWrap .ctx h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner .innerWrap .ctx h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .innerWrap .ctx h2 {
    font-size: 24px;
  }
}
.banner .innerWrap .ctx .p2 {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .banner .innerWrap .ctx .p2 {
    font-size: 12px;
  }
}
.banner .innerWrap .ctx .p3 {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .banner .innerWrap .ctx .p3 {
    font-size: 12px;
  }
}
.banner .innerWrap .ctx .p3 i {
  margin-left: 0.1rem;
}
.isIe .content1 .list ul li .imgBox {
  height: 315px;
}
.content .innerWrap {
  width: 1280px;
  margin: 0 auto;
}
.content .innerWrap .title {
  margin-bottom: 0.4rem;
}
.content .innerWrap .title h1 {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 38px;
  padding-bottom: 0.15rem;
}
@media only screen and (max-width: 1440px) {
  .content .innerWrap .title h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .innerWrap .title h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .content .innerWrap .title h1 {
    font-size: 24px;
  }
}
.content .innerWrap .title h1::after {
  position: absolute;
  content: "";
  width: 0.4rem;
  height: 2px;
  background: #1b3086;
  bottom: 0;
}
.content1 {
  padding: 0.8rem 0 1rem;
}
.content1 .tab {
  margin-bottom: 0.6rem;
}
.content1 .tab ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content1 .tab ul li {
  flex: 1;
  padding: 0 0.2rem;
  height: 0.64rem;
  background: #F6F6F6;
  cursor: pointer;
  font-size: 16px;
  margin-right: 0.1rem;
  margin-bottom: 0.15rem;
}

.content1 .tab ul li:nth-last-child(2) {
  margin-right: 0;
}

.content1 .tab ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  color:#333;
}
.content1 .tab ul li a p {
  white-space: nowrap;
}
.content1 .tab ul li.active {
  background: #1b3086;
}
.content1 .tab ul li:hover {
  background: #1b3086;
}
.content1 .tab ul li.active a {
  color: #fff;
}
.content1 .tab ul li:hover a {
  color: #fff;
}
.content1 .tab ul li.active i {
  transform: rotate(90deg);
}
.content1 .tab ul li.hover i {
  transform: rotate(90deg);
}

@media only screen and (max-width: 1200px) {
  .content1 .tab ul li {
    height:1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .tab ul li {
    font-size: 16px;
    height:1rem;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .tab {
    padding-bottom: 0.2rem;
    clear: both;
  }
  .content1 .tab ul {
    display: block;
    clear: both;
    flex-wrap:nowrap;
    justify-content:left;
  }
  .content1 .tab ul li {
    float: left;
    font-size: 16px;
    height:1rem;
    width:49%;
    margin-right: 2%;
    margin-bottom: 0.2rem;
  }
  .content1 .tab ul li:nth-child(2n) {
    margin-right: 0%;
  }
}


.content1 .innerWrap .ctx {
  font-size:0.2rem; 
}

.content1 .innerWrap .ctx > ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.content1 .innerWrap .ctx > ul > li {
  width: 32%;
  margin-right: 2%;
  background: #FFF;
  margin-bottom: 0.3rem;
  padding: 0.2rem 0.2rem 0.4rem 0.2rem;
  box-shadow:0px 0px 20px 0px rgba(0,0,0,0.07);border-radius:4px;
}
.content1 .innerWrap .ctx > ul > li:nth-child(3n) {
  margin-right: 0;
}
.content1 .innerWrap .ctx > ul > li .top {
  box-sizing: border-box;
  border-bottom: none;
  padding-bottom: 0.3rem;
  border-bottom: 1px dashed #ccc;
  min-height:3rem;
}
.content1 .innerWrap .ctx > ul > li .top h2 {
  font-size: 24px;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 1440px) {
  .content1 .innerWrap .ctx > ul > li .top h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content1 .innerWrap .ctx > ul > li .top h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .innerWrap .ctx > ul > li .top h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .innerWrap .ctx > ul > li .top h2 {
    font-size: 16px;
  }
}
.content1 .innerWrap .ctx > ul > li .top h2 i {
  font-size: 16px;
  margin-right: 0.12rem;
  color: #9b9b9b;
}
@media only screen and (max-width: 1366px) {

  .content1 .innerWrap .ctx > ul > li .top h2 i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .innerWrap .ctx {
    line-height: 0.6rem;
  }
  .content1 .innerWrap .ctx img {
    clear: both;
    border:solid 1px #FFF;
    max-width: 100%;
    height: auto;
  }
  .content1 .innerWrap .ctx > ul > li .top h2 i {
    font-size: 14px;
  }
}

.content1 .innerWrap .ctx > ul > li .top .img {
  width: 100%;
  height:150px;
  margin-bottom:25px;
}
.content1 .innerWrap .ctx > ul > li .top p {
  padding-left: 0.28rem;
  color: #666;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .content1 .innerWrap .ctx > ul > li .top p {
    font-size: 12px;
  }
}
.content1 .innerWrap .ctx > ul > li .bottom {
  padding-top: 0.2rem;
  background: #FFF;
  color: #333;
}
.content1 .innerWrap .ctx > ul > li .bottom p {
  font-size: 14px;
  margin-bottom: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .content1 .innerWrap .ctx > ul > li .bottom p {
    font-size: 12px;
  }
}
.content1 .innerWrap .ctx > ul > li .bottom > ul {
  display: flex;
}
.content1 .innerWrap .ctx > ul > li .bottom > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 0.05rem;
  width: 34px;
  height: 34px;
  margin-right: 0.07rem;
  background:#FFF;
}
.content1 .innerWrap .ctx > ul > li .bottom > ul > li:hover {
  border-color: #1b3086;
}
.content1 .innerWrap .ctx > ul > li .bottom > ul > li:hover .qrContainer {
  display: block;
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.content1 .innerWrap .ctx > ul > li .bottom > ul > li:last-child {
  margin-right: 0;
}
.content1 .innerWrap .ctx > ul > li .bottom > ul > li > a img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.content1 .innerWrap .ctx > ul > li .bottom > ul > li .qrContainer {
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  padding: 0.3rem 0.36rem;
  background: #e60111;
  border-radius: 5px;
  transform: translateX(-50%) scale(0);
  transform-origin: center bottom;
  opacity: 0;
  transition: all 0.3s ease-out;
  z-index: 99;
  color: #fff;
}
.content1 .innerWrap .ctx > ul > li .bottom > ul > li .qrContainer::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -0.22rem;
  bottom: -0.15rem;
  border-left: 0.22rem solid transparent;
  border-right: 0.22rem solid transparent;
  border-top: 0.15rem solid #1b3086;
}
.content1 .innerWrap .ctx > ul > li .bottom > ul > li .qrContainer ul {
  display: flex;
}
.content1 .innerWrap .ctx > ul > li .bottom > ul > li .qrContainer ul li {
  margin-right: 0.2rem;
  width: 2rem;
}
.content1 .innerWrap .ctx > ul > li .bottom > ul > li .qrContainer ul li p {
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .content1 .innerWrap .ctx > ul > li .bottom > ul > li .qrContainer ul li p {
    font-size: 12px;
  }
}
.content1 .innerWrap .ctx > ul > li .bottom > ul > li .qrContainer ul li img {
  width: 100%;
  margin-bottom: 0.12rem;
}
.content1 .innerWrap .ctx > ul > li .bottom > ul > li .qrContainer ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  .content .innerWrap {
    width: 1110px;
  }
  .banner .innerWrap {
    width: 1110px;
  }
}
@media screen and (max-width: 1280px) {
  .content .innerWrap {
    width: 90%;
  }
  .banner .innerWrap {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .banner .innerWrap .ctx {
    width: 50%;
  }
  .content1 .innerWrap .ctx > ul {
    flex-direction: column;
    width: 100%;
  }
  .content1 .innerWrap .ctx > ul > li {
    width: 100%;
    margin-right: 0;
  }
  .content1 .innerWrap .ctx .main {
    display: none;
  }
  .content1 .innerWrap .ctx .main_mobile {
    display: block;
  }
  .content1 .innerWrap .ctx .main_mobile .bottom > ul > li:hover .qrContainer {
    transform: translateY(-50%) scale(1);
  }
  .content1 .innerWrap .ctx .main_mobile .bottom > ul > li .qrContainer {
    left: calc(100% + 0.22rem);
    top: 50%;
    bottom: auto;
    transform-origin: top center;
  }
  .content1 .innerWrap .ctx .main_mobile .bottom > ul > li .qrContainer::after {
    left: -0.13rem;
    margin-left: 0;
    bottom: 50%;
    margin-bottom: -0.22rem;
    border-top: 0.22rem solid transparent;
    border-bottom: 0.22rem solid transparent;
    border-right: 0.15rem solid #fff;
    border-left: none;
  }
  .content1 .innerWrap .ctx > ul > li .bottom > ul > li:hover .qrContainer {
    transform: translateY(-50%) scale(1);
  }
  .content1 .innerWrap .ctx > ul > li .bottom > ul > li .qrContainer {
    left: calc(100% + 0.22rem);
    top: 50%;
    bottom: auto;
    transform-origin: top center;
  }
  .content1 .innerWrap .ctx > ul > li .bottom > ul > li .qrContainer::after {
    left: -0.13rem;
    margin-left: 0;
    bottom: 50%;
    margin-bottom: -0.22rem;
    border-top: 0.22rem solid transparent;
    border-bottom: 0.22rem solid transparent;
    border-right: 0.15rem solid #e60111;
    border-left: none;
  }
}

.content1 .innerWrap .ctx img {
  max-width: 100%;
  height:auto;
}

/*公司介绍*/
.content1 .intro_01 {
  width:100%;
  position: relative;
}

.content1 .intro_01 img {
  width:54%;
}

.content1 .intro_01 .text {
  position: absolute;
  top:0;
  right:0;
  left:59%;
  width:41%;
  display: table;
  height: 100%;
}

.content1 .intro_01 .text .textct {
  display: table-cell;
  vertical-align: middle;
}


.content1 .intro_01 .text h2 {
  font-size:0.36rem;
  font-weight: bold;
}

.content1 .intro_01 .text h3 {
  font-size:0.32rem;
  font-weight: bold;
  color:#666;
  padding-bottom:0.2rem;
}
.content1 .intro_01 .text p {
  font-family:"Microsoft YaHei";
  font-size:0.16rem;
  line-height: 0.28rem;
  color:#999;
  white-space: pre-line;
}

.content1 .intro_space {
  height:1rem;
}
.content1 .intro_02_bg {
  background: #fafafa;
}
.content1 .intro_02 {
  width:100%;
  position: relative;
}

.content1 .intro_02 img {
  width:54%;
  float: right;
}

.content1 .intro_02 .text {
  position: absolute;
  top:0;
  left:0%;
  right:59%;
  width:41%;
  display: table;
  height: 100%;
}

.content1 .intro_02 .text .textct {
  display: table-cell;
  vertical-align: middle;
}


.content1 .intro_02 .text h2 {
  font-size:0.36rem;
  font-weight: bold;
}

.content1 .intro_02 .text h3 {
  font-size:0.32rem;
  font-weight: bold;
  color:#666;
  padding-bottom:0.2rem;
}
.content1 .intro_02 .text p {
  font-family:"Microsoft YaHei";
  font-size:0.16rem;
  line-height: 0.28rem;
  color:#999;
}

@media screen and (max-width: 768px) {
  .content1 .intro_01 img {
    width:100%;
  }

  .content1 .intro_01 .text {
    position: relative;
    width:100%;
    left:0;
    margin-top:0.3rem
  }

  .content1 .intro_01 .text p {
    line-height: 0.4rem;
    font-size:0.28rem;
    line-height: 0.48rem;
  }

  .content1 .intro_02 img {
    width:100%;
    margin-bottom:0.3rem
  }

  .content1 .intro_02 .text {
    position: relative;
    width:100%;
    left:0;
  }

  .content1 .intro_02 .text p {
    line-height: 0.4rem;
    font-size:0.28rem;
    line-height: 0.48rem;
  }
}
/*桦汉团队*/
.content1 .team_01 {
  background:url(/public/img/aboutus/04.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding:1rem 1rem;
  position: relative;
}

.content1 .team_01 img {
  width:34%;
}

.content1 .team_01 .text {
  position: absolute;
  top:0;
  right:10%;
  left:45%;
  width:41%;
  display: table;
  height: 100%;
}

.content1 .team_01 .text .textct {
  display: table-cell;
  vertical-align: middle;
}

.content1 .team_01 .text h3 {
  font-size:0.32rem;
  font-weight: bold;
  color:#666;
  padding-bottom:0.2rem;
}

.content1 .team_01 .text p {
  font-family:"Microsoft YaHei";
  font-size:0.16rem;
  line-height: 0.28rem;
  color:#333;
  white-space: pre-line;
}

.content1 .team_01 .text p .dot {
  display: inline-block;
  background:#333;
  width:8px;
  height: 8px;
  border-radius: 8px;
  margin-right:0.1rem;
}

.content1 .team_space {
  height:1rem;
}
.content1 .team_02_bg {
  background: #fafafa;
}
.content1 .team_02 {
  width:100%;
  position: relative;
}

.content1 .team_02 img {
  width:54%;
  float: right;
  padding:1rem 0;
}

.content1 .team_02 .text {
  position: absolute;
  top:0;
  left:0%;
  right:59%;
  width:41%;
  display: table;
  height: 100%;
}

.content1 .team_02 .text .textct {
  display: table-cell;
  vertical-align: middle;
}


.content1 .team_02 .text h2 {
  font-size:0.36rem;
  font-weight: bold;
}

.content1 .team_02 .text h3 {
  font-size:0.32rem;
  font-weight: bold;
  color:#666;
  padding-bottom:0.2rem;
}
.content1 .team_02 .text p {
  font-family:"Microsoft YaHei";
  font-size:0.16rem;
  line-height: 0.28rem;
  color:#999;
}

@media screen and (max-width: 768px) {
  .content1 .team_01 img {
    width:100%;
  }

  .content1 .team_01 .text {
    position: relative;
    width:100%;
    left:0;
    margin-top:0.3rem
  }

  .content1 .team_01 .text p {
    line-height: 0.4rem;
    font-size:0.28rem;
    line-height: 0.48rem;
  }

  .content1 .team_02 img {
    width:100%;
    margin-bottom:0.3rem;
    padding:0;
  }

  .content1 .team_02 .text {
    position: relative;
    width:100%;
    left:0;
  }

  .content1 .team_02 .text p {
    line-height: 0.4rem;
    font-size:0.28rem;
    line-height: 0.48rem;
  }
}

/*企业文化*/
.content1 .culture_01_bg {
  background: url(/public/img/aboutus/11.png) 0 0 no-repeat;
  background-size:100% 100%;
}
.content1 .culture_01 {
  width:100%;
  position: relative;
  padding:1.5rem 0;
}

.content1 .culture_01 .item {
  float: left;
  width:22%;
  margin-right:4%;
  border:dashed 1px #384a95;
  border-radius: 5px;
  padding:0.4rem 0;
  text-align: center;
}

.content1 .culture_01 .item img {
  width:30%;
  border:none;
}

.content1 .culture_01 .item .title {
  position: relative;
  font-size:0.24rem;
  color:#1b3086;
  font-weight: bold;
  padding:0.25rem 0;
}

.content1 .culture_01 .item .title span {
  position: absolute;
  left:50%;
  bottom:0;
  margin-left: -0.15rem;
  width:0.3rem;
  height:0.06rem;
  background: #e0e0e0;
  display: block;
}

.content1 .culture_01 .item p {
  color:#333;
  font-size:0.16rem;
  height:0.3rem;
  overflow: hidden;
  line-height: 0.3rem;
}

.content1 .culture_01 .item:nth-child(4) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
 
  .content1 .culture_01 .item {
    width: 47%;
    margin-bottom: 0.6rem;
    margin-right: 6%;
  }

  .content1 .culture_01 .item:nth-child(2){
    margin-right: 0;
  }

  .content1 .culture_01 .item:nth-child(4){
    margin-right: 0;
  }

  .content1 .culture_01 .item .title {
    font-size:0.36rem;
  }

  .content1 .culture_01 .item .title span {
    height:0.1rem;
  }

  .content1 .culture_01 .item p {
    font-size:0.28rem;

  }
  
}

/*公司愿景*/
.content1 .vision_01 {
  width:100%;
  position: relative;
}

.content1 .vision_01 img {
  width:54%;
}

.content1 .vision_01 .text {
  position: absolute;
  top:10%;
  bottom:10%;
  right:0;
  left:49%;
  width:51%;
  display: table;
  height: 80%;
  background: #FFF;
  -webkit-box-shadow: #e5e5e5 0px 0px 8px; 
  -moz-box-shadow: #e5e5e5 0px 0px 8px; 
  box-shadow: #e5e5e5 0px 0px 8px;
}

.content1 .vision_01 .text .textct {
  display: table-cell;
  padding:0.5rem;
  vertical-align: middle;
}


.content1 .vision_01 .text h2 {
  font-size:0.36rem;
  font-weight: bold;
  padding-bottom:0.2rem;
}

.content1 .vision_01 .text p {
  font-family:"Microsoft YaHei";
  font-size:0.16rem;
  line-height: 0.28rem;
  color:#999;
  white-space: pre-line;
}

.content1 .vision_space {
  height:1rem;
}

.content1 .vision_02_bg {
  background: #fafafa;
}
.content1 .vision_02 {
  width:100%;
  position: relative;
  padding:0.6rem 0 2.6rem 0;
  position: relative;
}

.content1 .vision_02 img {
  width:80%;
  position: absolute;
  left:10%;
  right:10%;
  bottom:0.7rem;
}

.content1 .vision_02 .text {
  background: #FFF;
  padding:0.6rem 0.6rem 2rem 0.6rem;
  -webkit-box-shadow: #e5e5e5 0px 0px 8px; 
  -moz-box-shadow: #e5e5e5 0px 0px 8px; 
  box-shadow: #e5e5e5 0px 0px 8px;
}

.content1 .vision_02 .text h2 {
  font-size:0.36rem;
  font-weight: bold;
  text-align: center;
  padding-bottom:0.2rem;
}

.content1 .vision_02 .text p {
  font-family:"Microsoft YaHei";
  font-size:0.16rem;
  line-height: 0.28rem;
  color:#999;
  padding:0.2rem 0.5rem;
}

@media screen and (max-width: 768px) {
  .content1 .vision_01 img {
    width:100%;
  }

  .content1 .vision_01 .text {
    position: relative;
    width:100%;
    left:0;
    margin-top:0.3rem
  }

  .content1 .vision_01 .text h2 {
    text-align: center;
  }

  .content1 .vision_01 .text p {
    line-height: 0.4rem;
    font-size:0.28rem;
    line-height: 0.48rem;
  }

  .content1 .vision_02 {
    padding-bottom:1rem;
  }
  .content1 .vision_02 img {
    width:100%;
    margin-bottom:0.3rem;
    position: static;
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .content1 .vision_02 .text {
    position: relative;
    width:100%;
    left:0;
    padding:0.5rem 0rem 0.5rem 0;
  }

  .content1 .vision_02 .text p {
    line-height: 0.4rem;
    font-size:0.28rem;
    line-height: 0.48rem;
  }
}

/*策略主轴*/
.content1 .strategy_01_bg {

}
.content1 .strategy_01 {
  width:100%;
  position: relative;
}

.content1 .strategy_01 img {
  width:54%;
  float: right;
}

.content1 .strategy_01 .text {
  position: absolute;
  top:0;
  left:0%;
  right:59%;
  width:41%;
  display: table;
  height: 100%;
}

.content1 .strategy_01 .text .textct {
  display: table-cell;
  vertical-align: middle;
}


.content1 .strategy_01 .text h2 {
  font-size:0.36rem;
  font-weight: bold;
  padding-bottom:0.2rem;
}

.content1 .strategy_01 .text p {
  font-family:"Microsoft YaHei";
  font-size:0.16rem;
  line-height: 0.28rem;
  color:#999;
  white-space: pre-line;
}

.content1 .strategy_space {
  height:1rem;
}

.content1 .strategy_02_bg {
  background: #fafafa;
  padding:0.8rem 0;
}

@media screen and (max-width: 768px) {
  .content1 .strategy_01 img {
    width:100%;
  }

  .content1 .strategy_01 .text {
    position: relative;
    width:100%;
    left:0;
    margin-top:0.3rem
  }

  .content1 .strategy_01 .text p {
    line-height: 0.4rem;
    font-size:0.28rem;
    line-height: 0.48rem;
  }

  .content1 .strategy_02 img {
    width:100%;
    margin-bottom:0.3rem
  }

  .content1 .strategy_02 .text {
    position: relative;
    width:100%;
    left:0;
  }

  .content1 .strategy_02 .text p {
    line-height: 0.4rem;
    font-size:0.28rem;
    line-height: 0.48rem;
  }
}

/*产学研合作*/
.content1 .school_01 {
  width:100%;
  position: relative;
  text-align: center;
}

.content1 .school_01 img {
  width:70%;
}

.content1 .school_01 h2 {
  font-size:0.36rem;
  font-weight: bold;
  padding-bottom:0.2rem;
}

.content1 .school_01 p {
  font-family:"Microsoft YaHei";
  font-size:0.16rem;
  line-height: 0.28rem;
  color:#999;
  white-space: pre-line;
  text-align: left;
  margin-bottom: 0.3rem;
}

.content1 .school_space {
  height: 1rem;
}

.content1 .school_02_bg {
  background: url(/public/img/aboutus/21.png) 0 0 no-repeat;
  background-size:100% 100%;
}

.content1 .school_02 {
  text-align: center;
  padding:2.4rem 0 1.5rem 0;
}

.content1 .school_02 h2 {
  font-size:0.36rem;
  font-weight: bold;
  padding-bottom:0.2rem;
}

.content1 .school_02 p {
  font-family:"Microsoft YaHei";
  font-size:0.16rem;
  line-height: 0.28rem;
  color:#999;
  white-space: pre-line;
  text-align: left;
  margin-bottom: 0.3rem;
}


@media screen and (max-width: 768px) {
  .content1 .school_01 img {
    width:100%;
    margin-top:0.2rem;
  }


  .content1 .school_01 p {
    line-height: 0.4rem;
    font-size:0.28rem;
    line-height: 0.48rem;
  }

  .content1 .school_02_bg {
    background: url(/public/img/aboutus/21.png) 0 0 no-repeat;
    background-size:auto 100%;
    background-position: center center;
    margin-top:1rem;
  }

  .content1 .school_02  {

  }
  .content1 .school_02 img {
    width:100%;
    margin-bottom:0.3rem
  }

  .content1 .school_02 p {
    line-height: 0.4rem;
    font-size:0.28rem;
    line-height: 0.48rem;
  }
}




.contact .con li{
  position: relative;float: left;width: 48%;
  margin-bottom: 40px;height: 119px;box-shadow: 0 0 10px rgba(87,95,179,0.3);background: #fff;
  margin-right:2%;overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .con li:nth-child(2n){
  margin-right: 0%;
}
/* .contact .con li{padding: 25px 20px 20px 30px;} */
.contact .con li .img{width: 18.723%;float: left;border-right: 1px dashed #E0E0E0;display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.contact .con li .img .box {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
}
.contact .con li .img img{position: relative;top: 0;transition: all .5s;}
.contact .con li .tex{width: 78.595%;float: right;font-size: 16px;color: #333;line-height: 30px;}
.contact .con li .tex a{color: #333;}

.contact .map{width: 100%;height: 487px;margin-top: 30px; box-shadow: 0 0 10px rgba(87,95,179,0.3);background: #fff; overflow: hidden; border-radius: 4px;}

@media only screen and (max-width: 960px) { 
  .contact .con li {
    margin-bottom: 20px;
  }
  .contact .con li .img {
    width:130px;
    border-right: none;
    border-bottom: 1px dashed #E0E0E0;
    float:none;
    text-align: center;
  }

  .contact .con li .tex {
    width:100%;
    float: none;
    padding:15rpx 0 0 0;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) { 
  .contact .con li {
    width: 100%;
    float: none;
  }
}



.zwlb li{padding: 0 30px; transition: all 0.3s; background: #FFF;margin-bottom: 25px;}
.zwlb li:hover{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.07);border-radius:4px;}
.zwlbt{padding: 30px 30px 30px 0; position: relative; color: #333;position: relative; cursor: pointer;}
.zwlbt::after{content: '';display: inline-block;width: 26px;height: 26px;position: absolute;right: 0; top: 50%; margin-top: -13px;background: url(/public/img/icon3a.png) no-repeat center center;}
.zwlb li.now .zwlbt::after{background: url(/public/img/icon3b.png) no-repeat center center;}
.zwlbb{border-top: 1px solid #DEDEDE;padding: 30px 0;color: #333;font-size: 14px; line-height: 40px; display: none;}
.zwlbbm{word-break: break-word;}
.zwlbb a{display: inline-block;width:212px;height:48px; background: #093CB1;border-radius: 24px; color: #fff;font-size: 14px; text-align: center; line-height: 48px;}
.zwlbb a:hover{background: #002884;}
.zwlbt h2 { font-size:24px; font-weight: bold;}
.zwlbt p { padding:10px 0;}