body.inner_bg01 {
  background-color: #f8f8fa;
}
.innerBanner {
  height: 400px;
}
.innerBanner .text h3 {
  font-size: 50px;
  font-weight: bold;
}
.innerBanner .text p {
  font-size: 20px;
  margin-top: 20px;
}
.innerBanner .img img {
  height: 380px;
}
.innerBanner > div {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prd_page .maxWidth>ul {
  padding-bottom: 30px;
}
.prd_page .maxWidth>ul>li {
  border: 1px solid #1677ff;
  border-radius: 20px;
  margin: 30px 0 0;
  padding: 30px;
}
.prd_page .maxWidth>ul>li .text h3 {
  font-size: 28px;
  font-weight: bold;
  color: #111;
  margin-top: 20px;
}
.prd_page .maxWidth>ul>li .text .line {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.prd_page .maxWidth>ul>li .text .line span {
  color: #1890ff;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 3px;
  margin-left: 10px;
  display: inline-block;
  border: 1px solid #1890ff;
}
.prd_page .maxWidth>ul>li .text .block{
  padding-bottom: 0;
  width: 100%;
  display: inline-block;
}
.prd_page .maxWidth>ul>li .text .block ul{
  padding-top: 1px;
}
.prd_page .maxWidth>ul>li .text .block ul li{
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.prd_page .maxWidth>ul>li .text .block ul li strong{
  font-weight: bold;
  font-size: 15px;
  width: 140px;
  display: inline-block;
}
.prd_page .maxWidth>ul>li .text .block ul li .center{
  margin-right: 10px;
  width: 120px;
  text-align: left;
}
.prd_page .maxWidth>ul>li .text .block ul li .center .text{
  margin: 10px 0;
}
.prd_page .maxWidth>ul>li .text .block ul li .desc{
  flex: 1;
  font-size: 14px;
  line-height: 26px;
}
.prd_page .maxWidth>ul>li .text .block ul li .desc .text{
  margin: 10px 0;
}

.prd_page .block {
  margin-top: 20px;
}
.prd_page .block .tit {
  font-size: 18px;
  font-weight: bold;
  border-left: 5px solid #1677ff;
  padding-left: 8px;
  line-height: 18px;
  font-weight: bold;
  color: #111;
  margin-bottom: 10px;
  margin-top: 10px;
}
.prd_page .block p {
  line-height: 26px;
}
.prd_page ul li {
  display: flex;
  align-items: flex-start;
}
.prd_page .text {
  flex: 1;
}
.prd_page .imgCon {
  width: 480px;
  margin-left: 100px;
  text-align-last: justify;
  display: inline-block;
}
.prd_page .imgCon img {
  width: 100%;
}

/* 教育与理念-start */
.edu_page_one {
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 10px 0 40px;
}
.edu_page_one .text {
  margin-top: 30px;
}
.edu_page_one .text h3 {
  font-size: 22px;
  font-weight: bold;
  color: #111;
}
.edu_page_one .text p {
  font-size: 18px;
  color: #666;
  margin-top: 10px;
  line-height: 30px;
}

.edu_page_block {
  height: 450px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.edu_page_block .titile {
  padding-top: 80px;
}
.edu_page_block .titile h3 {
  font-size: 28px;
  font-weight: bold;
}
.edu_page_block .titile p {
  font-size: 18px;
  letter-spacing: 5px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 10px;
}
.edu_page_block .content {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}
.edu_page_block .content .box {
  width: 560px;
  line-height: 26px;
  font-size: 18px;
  padding: 30px;
  box-sizing: border-box;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: rgba(71, 198, 128, 0.2);
}
.edu_page_block .content .box strong {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.edu_page_block.edu_line_02 .content .box {
  background: rgba(40, 177, 243, 0.2);
}
.edu_page_block.edu_line_03 .content .box {
  background: rgba(105, 95, 250, 0.2);
}
/* 教育与理念-end */

/* 公司简介-start */
.about_page_one {
  margin-top: 30px;
}
.about_page_one > div {
  border-radius: 20px;
  width: 1280px;
  padding: 60px;
  box-sizing: border-box;
  height: 224px;
  background: rgba(245, 248, 255, 1);
}
.about_page_one strong {
  font-size: 24px;
  font-weight: bold;
  color: #111;
}
.about_page_one p {
  width: 100%;
  display: inline-block;
  padding-top: 10px;
  font-size: 16px;
  line-height: 32px;
}
.about_page_two {
  margin: 30px 0;
}
.about_page_two > div {
  display: flex;
  justify-content: space-between;
}
.about_page_two .block {
  width: 630px;
  border-radius: 20px;
  background: rgba(245, 248, 255, 1);
  text-align: center;
  box-sizing: border-box;
  padding: 30px 60px;
}
.about_page_two .block img {
  width: 50px;
}
.about_page_two .block strong {
  font-size: 24px;
  font-weight: bold;
  color: #111;
}
.about_page_two .block strong {
  width: 100%;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #111;
  margin-top: 20px;
}
.about_page_two .block p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
}
.about_page_three {
  padding-top: 30px;
}
.about_page_three > div > p {
  color: #1677ff;
  width: 100%;
  font-size: 20px;
  display: inline-block;
  text-align: center;
}
.about_page_three > div > strong {
  font-size: 36px;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 5px;
}
.about_page_three ul {
  padding: 30px 0 100px;
  display: flex;
  justify-content: space-between;
}
.about_page_three ul li {
  width: 325px;
  position: relative;
}
.about_page_three ul li img {
  width: 100%;
  border-radius: 10px;
}
.about_page_three ul li .bk {
  position: absolute;
  z-index: 1;
  bottom: -22px;
  width: 180px;
  height: 44px;
  display: flex;
  align-items: center;
  left: 50%;
  margin-left: -90px;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}
.about_page_three ul li .bk strong {
  font-size: 18px;
  width: 100%;
  display: inline-block;
  color: #111;
  font-weight: bold;
}
.about_page_three ul li .bk p {
  margin-top: 3px;
}
/* 公司简介-end */

/* 联系支持-start */
.contact_base_block {
  border-radius: 20px;
  width: 100%;
  background: rgba(245, 248, 255, 1);
  margin-top: 30px;
  box-sizing: border-box;
  padding: 30px 30px 30px 30px;
}
.contact_base_block .base_title{
  border-left: 5px solid #1677FF;
  padding-left: 10px;
  font-size: 18px;
  line-height: 18px;
  color: #111;
  font-weight: bold;
}

.contact_base_block .img img{
  width: 120px;
  border-radius: 5px;
}

.contact_base_block .list.zhinan ul{
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  justify-content: space-between;
}
.contact_base_block .list.zhinan ul li{
  width: 48%;
  border-bottom: 1px dashed #ddd;
  padding: 15px 0;
}
.contact_base_block .list.zhinan ul li a{
  font-size: 16px;
  display: flex;
  color: #000;
}
.contact_base_block .list.zhinan ul li a strong{
  font-weight: normal;
}
.contact_base_block .list.zhinan ul li a:hover{
  color: #1677FF;
}
.contact_base_block .list.zhinan ul li a strong{
  flex: 1;
}
.contact_base_block .list.zhinan ul li a img{
  width: 20px;
  margin-right: 10px;
}

.contact02 {
  background-color: #1677FF;
  margin-bottom: 50px;
}
.contact02 .base_title{
  color: #fff;
  border-color: #fff;
}
.contact02 .list{
  display: flex;
  justify-content: space-around;
  padding-top: 30px;
}
.contact02 .odd{
  background-color: rgba(255, 255, 255, .2);
  border-radius: 20px;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact02 .odd .text p{
  color: #fff;
  margin: 10px 0;
  line-height: 28px;
}
.contact02 .links ul {
  display: flex;
  align-items: center;
}
.contact02 .links ul li{
  text-align: center;
  color: #fff;
  margin: 0 15px;
}
.contact02 .links ul li span{
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: 5px;
}
.contact02 .links ul li a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  position: relative;
}
.contact02 .links .hover_block {
  position: absolute;
  right: 100px;
  top: 0;
  margin-top: -134px;
  display: none;
  transform: translateX(142px);
}
.contact02 .links .hover_block i {
  position: absolute;
  bottom: -3px;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -3px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
}
.contact02 .links .hover_block img {
  width: 130px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
}
.contact02 .links ul li a:hover .hover_block {
  display: block;
}

.contact02 .links ul li a img {
  width: 20px;
}
.contact02 .links ul li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
/* 联系支持-end */


@media (max-width: 768px) {
  .innerBanner{
    height: auto;
  }
  .innerBanner > div{
    flex-wrap: wrap;
    height: auto;
    padding: 30px 15px;
  }
  .innerBanner .text h3{
    font-size: 24px;
  }
  .innerBanner .text p{
    font-size: 14px;
  }
  .innerBanner .text p{
    margin-top: 10px;
  }
  .innerBanner .img{
    display: none;
  }
  .prd_page .maxWidth>ul>li{
    margin: 10px 0;
    padding: 15px;
    border-radius: 5px;
  }
  .prd_page .block{
    margin-top: 10px;
  }
  .prd_page .block p{
    font-size: 12px;
    line-height: 22px;
  }
  .prd_page .maxWidth>ul>li .text .block ul li .desc{
    font-size: 12px;
  }
  .prd_page ul li{
    display: inline-block;
  }
  .prd_page .text{
    width: 100%;
  }
  .prd_page .maxWidth>ul>li .text h3{
    font-size: 20px;
    margin-top: 0;
  }
  .prd_page .block .tit{
    font-size: 16px;
    line-height: 16px;
  }
  .prd_page .maxWidth>ul>li .text .line{
    font-size: 14px;
  }
  .prd_page .maxWidth>ul>li .text .line span{
    font-size: 12px;
  }
  .prd_page .maxWidth>ul>li .text .block ul li{
    flex-wrap: wrap;
    width: 100%;
  }
  .prd_page .maxWidth>ul>li .text .block ul li strong{
    width: 100%;
    font-size: 14px;
  }
  .prd_page .maxWidth>ul>li .text .block ul li .center{
    line-height: 22px;
    width: 80px;
  }
  .prd_page .maxWidth>ul>li .text .block ul li .desc .text{
    font-size: 12px;
    line-height: 20px;
  }
  .prd_page .imgCon{
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .prd_page .imgCon img{
    border-radius: 5px;
  }
  .edu_page_one{
    padding: 0 0 20px;
    margin-bottom: 10px;
  }
  .edu_page_one .text{
    margin-top: 15px;
    display: inline-block;
  }
  .edu_page_one .text h3{
    font-size: 14px;
  }
  .edu_page_one .text p{
    font-size: 12px;
    line-height: 22px;
  }
  .edu_page_block{
    height: auto;
    background-size: cover;
    margin-bottom: 10px;
  }
  .edu_page_block .titile{
    padding-top: 15px;
  }
  .edu_page_block .titile h3{
    font-size: 18px;
  }
  .edu_page_block .titile p{
    font-size: 12px;
    margin-top: 5px;
    letter-spacing: 2px;
  }
  .edu_page_block .content{
    margin-top: 15px;
    flex-wrap: wrap;
  }
  .edu_page_block .content .box{
    width: 100%;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
  }
  .edu_page_block .content .box strong{
    font-size: 16px;
    margin-bottom: 5px;
  }
  .edu_page_block .content .box p{
    font-size: 12px;
    line-height: 22px;
  }
  .about_page_one{
    padding:0 15px;
    margin-top: 15px;
  }
  .about_page_one > div{
    width: 100%;
    border-radius: 5px;
    height: auto;
    padding: 15px;
  }
  .about_page_one strong{
    font-size: 16px;
  }
  .about_page_one p{
    line-height: 22px;
    font-size: 12px;
  }
  .about_page_two > div{
    flex-wrap: wrap;
  }
  .about_page_two{
    margin: 15px 0;
  }
  .about_page_two .block{
    width: 100%;
    padding: 15px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .about_page_two .block strong{
    margin-top: 10px;
    font-size: 18px;
  }
  .about_page_two .block p{
    font-size: 12px;
    margin-top: 5px;
    line-height: 22px;
  }
  .about_page_three{
    padding-top: 5px;
  }
  .about_page_three > div > p{
    font-size: 14px;
  }
  .about_page_three > div > strong{
    font-size: 18px;
  }
  .about_page_three ul{
    flex-wrap: wrap;
    padding: 15px 0 10px;
  }
  .about_page_three ul li{
    width: 100%;
    margin-bottom: 40px;
  }
  .about_page_three ul li img{
    border-radius: 3px;
  }
  .contact_base_block{
    border-radius: 5px;
    padding: 15px;
    margin-top: 15px;
  }
  .contact_base_block .list.zhinan ul{
    display: inherit;
    padding-top: 10px;
  }
  .contact_base_block .list.zhinan ul li{
    width: 100%;
  }
  .contact_base_block .list.zhinan ul li a img{
    width: 15px;
    margin-right: 5px;
  }
  .contact_base_block .list.zhinan ul li a{
    font-size: 14px;
  }
  .contact02{
    margin-bottom: 15px;
  }
  .contact02 .list{
    padding-top: 15px;
    display: inherit;
  }
  .contact02 .list .img{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .contact02 .odd{
    padding: 10px 15px;
    border-radius: 5px;
    margin: 10px 0;
  }
  .contact02 .odd .text p{
    margin: 0 0;
    line-height: 24px;
    font-size: 12px;
  }
  .contact02 .odd.links{
    padding: 15px 15px;
  }
  .contact02 .links ul li span{
    font-size: 12px;
  }
}