/* LESS Document */
/* 清除浮动 */
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
/*常用颜色*/
/*常用字号*/
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/*边框圆角*/
/* 圆角  */
/*配模式定位*/
/*下阴影*/
/*弹出窗口半透明灰*/
/*1200屏*/
.sanjiao {
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 20px;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
}
/* 背景自适应 */
/*单行载断*/
/*单行载断溢出省略号*/
.spill1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*3行载断溢出省略号*/
/* 面包屑 */
.crumb {
  display: none;
}
@media (min-width: 768px) {
  .crumb {
    display: block;
    *zoom: 1;
    line-height: 50px;
  }
  .crumb:after {
    content: " ";
    clear: both;
    display: table;
  }
  .crumb p {
    color: #999;
  }
  .crumb p a {
    padding: 0 10px;
  }
  .crumb p span {
    padding-left: 10px;
  }
}
/*配模式定位*/
/*1200屏*/
/* 背景自适应 */
/*下阴影*/
/* 背景自适应 */
/* box-sizing */
/* 文本元素内垂直居中 */
/* input提示字体颜色修改 */
.pa100 {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ztwrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ztwrap {
    width: 96%;
  }
}
img {
  vertical-align: middle;
  max-width: 100%;
}
button {
  border: none;
  background: none;
  cursor: pointer;
  outline: none ;
}
a {
  text-decoration: none;
}
body * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body img {
  max-width: 100%;
  vertical-align: middle;
}
body button {
  border: none;
}
body input:focus,
body button:focus {
  outline: none;
}
body .bg {
  background-color: #f7f7f7;
}
body .part-box {
  width: 100%;
}
body .part-box .part {
  max-width: 75rem;
  margin: 0 auto;
}
body .part-box .part .part-title {
  margin: 0 2.5rem;
  margin-bottom: 1.875rem;
  /* iOS 6-, Safari 3.1-6 */
  /* Chrome */
  /* Firefox 19 */
  display: flex;
  /*flex容器*/
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
body .part-box .part .part-title span {
  text-align: center;
  margin: 0 2.5rem;
  font-size: 2.5rem;
  color: #333333;
  font-weight: bold;
}
body .part-box .part .part-foot {
  /* iOS 6-, Safari 3.1-6 */
  /* Chrome */
  /* Firefox 19 */
  display: flex;
  /*flex容器*/
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
  justify-content: space-evenly;
}
body .part-box .part .part-foot .img2 {
  display: none;
}
body .part-box .part .part-foot a:hover {
  cursor: pointer;
}
body .part-box .part .part-foot a {
  width: 26.25rem;
  text-align: center;
  padding: 0.625rem 1.875rem;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: bold;
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff4e2f 0%, #ffb32f 100%);
  /* 标准的语法 */
  border-radius: 2rem;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  cursor: pointer;
}
/* 手机 */
@media (max-width: 768px) {
  html,
  body {
    font-size: 12px;
  }
  .part-title {
    margin: 0 1rem !important;
    margin-bottom: 2rem !important;
  }
  .part-title span {
    margin: 0 1rem !important;
    font-size: 1.4rem !important;
  }
  .part-title img {
    width: 1.5rem;
  }
  .part-foot {
    display: flex;
    flex-wrap: wrap;
  }
  .part-foot .img1 {
    display: none;
  }
  .part-foot .img2 {
    display: block !important;
  }
  .part-foot a {
    margin: 1.25rem 0;
    padding: 0.625rem 1rem !important;
    font-size: 1.4rem !important;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
  }
  .part08 {
    height: 43rem !important;
    padding: 1.25rem !important;
    background-color: #f4f8ff;
  }
  .part09 {
    padding-top: 1rem;
  }
}
/* 平板 */
@media (min-width: 769px) and (max-width: 1100px) {
  html,
  body {
    font-size: 14px;
  }
  .part-title span {
    font-size: 1.875rem !important;
  }
}
/* PC */
@media (min-width: 1101px) {
  html,
  body {
    font-size: 16px;
  }
  .yzfooter {
    padding-top: 6.25rem;
  }
}
.banner {
  /* iOS 6-, Safari 3.1-6 */
  /* Chrome */
  /* Firefox 19 */
  display: flex;
  /*flex容器*/
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100%;
  background: url(../images/banner-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  /* 平板 */
  /* 手机 */
}
.banner .banner-title {
  padding: 3.125rem 0 1.875rem 0;
}
.banner .list {
  padding: 3.125rem 0;
  /* iOS 6-, Safari 3.1-6 */
  /* Chrome */
  /* Firefox 19 */
  display: flex;
  /*flex容器*/
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  width: 56.25rem;
}
.banner .banner-input {
  padding-bottom: 3rem;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .banner .banner-title {
    padding: 3rem 0 1rem 0 !important;
  }
  .banner .banner-text {
    width: 80% !important;
  }
  .banner .list {
    padding: 2rem 0;
    width: 80% !important;
  }
  .banner .list img {
    width: 30%;
  }
  .banner .banner-input {
    padding-bottom: 2rem !important;
    width: 80% !important;
  }
}
@media (max-width: 768px) {
  .banner .banner-title {
    width: 60% !important;
    padding: 1rem 0 1rem 0 !important;
  }
  .banner .banner-text {
    width: 90% !important;
  }
  .banner .list {
    padding: 1rem 0;
    width: 90% !important;
  }
  .banner .list img {
    width: 30%;
  }
  .banner .banner-input {
    padding-bottom: 1rem !important;
    width: 90% !important;
  }
}
.part01 {
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
  /* 手机 */
}
.part01 .part-content {
  /* iOS 6-, Safari 3.1-6 */
  /* Chrome */
  /* Firefox 19 */
  display: flex;
  /*flex容器*/
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}
.part01 .part-content .item {
  width: 49%;
}
.part01 .part-content .item div {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.part01 .part-content .item .img-box {
  padding: 1.25rem;
  height: 24rem;
}
.part01 .part-content .item .img-box ul {
  width: 27.5rem;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 1.125rem;
}
.part01 .part-content .item .img-box ul li {
  width: 12.5rem;
  margin: 0.5rem 0.625rem;
  height: 3.75rem;
  line-height: 3.75rem;
  border-radius: 0.625rem;
  color: #333;
  background-color: #ffdab2;
}
.part01 .part-content .item .img-box ul li:hover {
  cursor: pointer;
  background-color: #66b0ff;
  color: #fff;
}
.part01 .part-content .item .img-box .item-title {
  font-size: 1.5rem;
  color: #333333;
  font-weight: bold;
}
.part01 .part-content .item .img-box .item-title span {
  font-size: 1rem;
  font-weight: 500;
}
.part01 .part-content .item .img-box .item-h2 {
  margin: 0.625rem 0;
  font-size: 1rem;
  height: 1.25rem;
  font-weight: 600;
  color: #ff4e2f;
}
.part01 .part-content .item .img-box img {
  width: 100%;
}
.part01 .part-content .item .item-text {
  width: 26.625rem;
  height: 3.75rem;
  line-height: 3.75rem;
  margin: 0 auto;
  border-radius: 1.875rem;
  background-image: linear-gradient(124deg, rgba(255, 78, 47, 0.99607843) 0%, #ffb32f 100%);
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: bold;
  font-family: "Microsoft Ya Hei";
  text-align: center;
}
.part01 .part-content .item .item-text:hover {
  cursor: pointer;
}
.part01 .part-content .item .item-foot {
  font-size: 0.75rem;
  color: #333333;
}
.part01 .part-foot {
  height: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .part01 .part-content {
    padding: 0 1.25rem;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .part01 .part-content .item {
    margin-bottom: 2.5rem;
    width: 100% !important;
  }
  .part01 .part-content .item .img-box {
    height: auto !important;
  }
  .part01 .part-foot {
    height: auto;
  }
}
.part02 {
  padding-top: 2.5rem;
  background-color: #f7f7f7;
}
.part02 .part-content .title {
  /* iOS 6-, Safari 3.1-6 */
  /* Chrome */
  /* Firefox 19 */
  display: flex;
  /*flex容器*/
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.part02 .part-content .title span {
  display: inline-block;
  width: 80%;
  font-size: 1rem;
  color: #333333;
}
.part02 .part-content .part-list {
  width: 100%;
  margin-top: 2.5rem;
  /* iOS 6-, Safari 3.1-6 */
  /* Chrome */
  /* Firefox 19 */
  display: flex;
  /*flex容器*/
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}
.part02 .part-content .part-list .item {
  padding: 0.625rem;
  width: 16.5%;
}
.part02 .part-content .part-list .item .img-box {
  /* iOS 6-, Safari 3.1-6 */
  /* Chrome */
  /* Firefox 19 */
  display: flex;
  /*flex容器*/
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1.25rem 0;
  width: 100%;
}
.part02 .part-content .part-list .item .img-box p {
  width: 100%;
  text-align: center;
}
.part02 .part-content .part-foot {
  padding: 2.5rem 0;
}
@media (max-width: 768px) {
  .part02 .part-list {
    padding: 0 1.25rem;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
  }
  .part02 .part-list .item {
    margin-bottom: 1.25rem;
    position: relative;
    width: 33% !important;
    height: 8.25rem;
  }
  .part02 .part-list .item .img-box {
    margin: 0 !important;
  }
  .part02 .part-list .item .img-box img {
    width: auto;
    height: 6.4375rem;
  }
  .part02 .part-list .item .img-box .zhezhao {
    height: 5rem !important;
  }
  .part02 .part-list .item .item-title {
    width: 50%;
    position: absolute;
    top: 1rem;
    left: 42%;
    text-align: left !important;
  }
  .part02 .part-list .item .item-text {
    width: 50%;
    position: absolute;
    bottom: 1rem;
    left: 45%;
  }
  .part02 .part-foot {
    padding: 1rem 0 2rem 0 !important;
  }
}
.part03 {
  padding-top: 2.5rem;
  padding-bottom: 0;
  /*滚动条的轨道*/
  /*滚动条的滑块按钮*/
  /* 手机 */
}
.part03 .part-content::-webkit-scrollbar {
  height: 1.875rem;
  border-radius: 0.9375rem;
  background-color: #bbd4fe;
}
.part03 .part-content::-webkit-scrollbar-track {
  height: 1.875rem;
  border-radius: 0.9375rem;
  background-color: #bbd4fe;
}
.part03 .part-content::-webkit-scrollbar-thumb {
  width: 6.25rem;
  height: 1.875rem;
  border-radius: 0.9375rem;
  background-color: #ff4e2f;
}
.part03 .part-content {
  position: relative;
  height: 37.5rem;
  overflow-x: auto;
}
.part03 .part-content .top {
  position: absolute;
  left: 9.6625rem;
  top: 10.0625rem;
  font-weight: bold;
  z-index: 9;
  color: #fff;
}
.part03 .part-content .btm {
  position: absolute;
  left: 4.715rem;
  top: 21.0625rem;
  z-index: 9;
  font-weight: bold;
}
.part03 .part-content .d1 {
  position: absolute;
  left: 9.6625rem;
  top: 10.0625rem;
  font-weight: bold;
  z-index: 9;
  color: #fff;
}
.part03 .part-content .d11 {
  position: absolute;
  left: 4.715rem;
  top: 21.0625rem;
  z-index: 9;
  font-weight: bold;
}
.part03 .part-content .d2 {
  position: absolute;
  left: 9.6625rem;
  top: 10.0625rem;
  font-weight: bold;
  z-index: 9;
  color: #fff;
  left: 30.9rem;
}
.part03 .part-content .d22 {
  position: absolute;
  left: 4.715rem;
  top: 21.0625rem;
  z-index: 9;
  font-weight: bold;
  left: 26.15rem;
}
.part03 .part-content .d3 {
  position: absolute;
  left: 9.6625rem;
  top: 10.0625rem;
  font-weight: bold;
  z-index: 9;
  color: #fff;
  left: 52.3rem;
}
.part03 .part-content .d33 {
  position: absolute;
  left: 4.715rem;
  top: 21.0625rem;
  z-index: 9;
  font-weight: bold;
  left: 47.15rem;
}
.part03 .part-content .d4 {
  position: absolute;
  left: 9.6625rem;
  top: 10.0625rem;
  font-weight: bold;
  z-index: 9;
  color: #fff;
  left: 20.5rem;
  top: 28rem;
}
.part03 .part-content .d44 {
  position: absolute;
  left: 4.715rem;
  top: 21.0625rem;
  z-index: 9;
  font-weight: bold;
  left: 16rem;
  top: 18rem;
}
.part03 .part-content .d5 {
  position: absolute;
  left: 9.6625rem;
  top: 10.0625rem;
  font-weight: bold;
  z-index: 9;
  color: #fff;
  left: 41.7rem;
  top: 28rem;
}
.part03 .part-content .d55 {
  position: absolute;
  left: 4.715rem;
  top: 21.0625rem;
  z-index: 9;
  font-weight: bold;
  left: 37rem;
  top: 18rem;
}
.part03 .part-content .d6 {
  position: absolute;
  left: 9.6625rem;
  top: 10.0625rem;
  font-weight: bold;
  z-index: 9;
  color: #fff;
  left: 62.7rem;
  top: 28rem;
}
.part03 .part-content .d66 {
  position: absolute;
  left: 4.715rem;
  top: 21.0625rem;
  z-index: 9;
  font-weight: bold;
  left: 58rem;
  top: 18rem;
}
.part03 .part-content p {
  width: 200px;
}
.part03 .part-content .img3 {
  min-width: 1200px;
  position: absolute;
  top: 19.5125rem;
}
.part03 .part-content .img1 {
  position: absolute;
  top: 9.0625rem;
}
.part03 .part-content .img2 {
  position: absolute;
  top: 19.636rem;
}
.part03 .part-content .p1 {
  top: 3.0625rem;
}
.part03 .part-content .p2 {
  top: 32.0625rem;
}
.part03 .part-foot {
  height: 0;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .part03 .part-content {
    position: relative;
    height: 50.5rem;
    overflow-x: auto;
  }
  .part03 .part-content .top {
    position: absolute;
    left: 10.9625rem;
    top: 14.225rem;
    font-weight: bold;
    z-index: 9;
    color: #fff;
  }
  .part03 .part-content .btm {
    position: absolute;
    left: 5.715rem;
    top: 26.0625rem;
    z-index: 9;
    font-weight: bold;
  }
  .part03 .part-content .d1 {
    position: absolute;
    left: 10.9625rem;
    top: 14.225rem;
    font-weight: bold;
    z-index: 9;
    color: #fff;
  }
  .part03 .part-content .d11 {
    position: absolute;
    left: 5.715rem;
    top: 26.0625rem;
    z-index: 9;
    font-weight: bold;
  }
  .part03 .part-content .d2 {
    position: absolute;
    left: 10.9625rem;
    top: 14.225rem;
    font-weight: bold;
    z-index: 9;
    color: #fff;
    left: 35.5rem;
  }
  .part03 .part-content .d22 {
    position: absolute;
    left: 5.715rem;
    top: 26.0625rem;
    z-index: 9;
    font-weight: bold;
    left: 29.9rem;
  }
  .part03 .part-content .d3 {
    position: absolute;
    left: 10.9625rem;
    top: 14.225rem;
    font-weight: bold;
    z-index: 9;
    color: #fff;
    left: 60rem;
  }
  .part03 .part-content .d33 {
    position: absolute;
    left: 5.715rem;
    top: 26.0625rem;
    z-index: 9;
    font-weight: bold;
    left: 54.5rem;
  }
  .part03 .part-content .d4 {
    position: absolute;
    left: 10.9625rem;
    top: 14.225rem;
    font-weight: bold;
    z-index: 9;
    color: #fff;
    top: 35.125rem;
    left: 23.5rem;
  }
  .part03 .part-content .d44 {
    position: absolute;
    left: 5.715rem;
    top: 26.0625rem;
    z-index: 9;
    font-weight: bold;
    top: 23.125rem;
    left: 18.5rem;
  }
  .part03 .part-content .d5 {
    position: absolute;
    left: 10.9625rem;
    top: 14.225rem;
    font-weight: bold;
    z-index: 9;
    color: #fff;
    top: 35.125rem;
    left: 48rem;
  }
  .part03 .part-content .d55 {
    position: absolute;
    left: 5.715rem;
    top: 26.0625rem;
    z-index: 9;
    font-weight: bold;
    top: 23.125rem;
    left: 42.5rem;
  }
  .part03 .part-content .d6 {
    position: absolute;
    left: 10.9625rem;
    top: 14.225rem;
    font-weight: bold;
    z-index: 9;
    color: #fff;
    width: 60px;
    top: 35.125rem;
    left: 72rem;
  }
  .part03 .part-content .d66 {
    position: absolute;
    left: 5.715rem;
    top: 26.0625rem;
    z-index: 9;
    font-weight: bold;
    top: 23.125rem;
    left: 66.5rem;
  }
  .part03 .part-content .img3 {
    min-width: 1200px;
    position: absolute;
    top: 24.8125rem;
  }
  .part03 .part-content .img1 {
    position: absolute;
    top: 13.0625rem;
  }
  .part03 .part-content .img2 {
    position: absolute;
    top: 25.375rem;
  }
  .part03 .part-content .p1 {
    top: 8.0625rem;
  }
  .part03 .part-content .p2 {
    top: 38.0625rem;
  }
  .part03 .part-foot {
    height: auto;
  }
}
@media (max-width: 768px) {
  .part03 .part-content {
    position: relative;
    height: 50.5rem;
    overflow-x: auto;
    transform: scale(0.9);
  }
  .part03 .part-content .b1,
  .part03 .part-content .b2,
  .part03 .part-content .b3,
  .part03 .part-content .b4,
  .part03 .part-content .b5,
  .part03 .part-content .b6 {
    font-size: 16px;
  }
  .part03 .part-content .top {
    position: absolute;
    left: 12.4625rem;
    top: 12.425rem;
    font-weight: bold;
    z-index: 9;
    width: 6.75rem;
    color: #fff;
  }
  .part03 .part-content .btm {
    position: absolute;
    left: 6.2rem;
    top: 26.0625rem;
    width: 4.75rem;
    z-index: 9;
    font-weight: bold;
  }
  .part03 .part-content .d1 {
    position: absolute;
    left: 12.4625rem;
    top: 12.425rem;
    font-weight: bold;
    z-index: 9;
    width: 6.75rem;
    color: #fff;
  }
  .part03 .part-content .d11 {
    position: absolute;
    left: 6.2rem;
    top: 26.0625rem;
    width: 4.75rem;
    z-index: 9;
    font-weight: bold;
  }
  .part03 .part-content .d2 {
    position: absolute;
    left: 12.4625rem;
    top: 12.425rem;
    font-weight: bold;
    z-index: 9;
    width: 6.75rem;
    color: #fff;
    left: 41rem;
  }
  .part03 .part-content .d22 {
    position: absolute;
    left: 6.2rem;
    top: 26.0625rem;
    width: 4.75rem;
    z-index: 9;
    font-weight: bold;
    left: 35.2rem;
  }
  .part03 .part-content .d3 {
    position: absolute;
    left: 12.4625rem;
    top: 12.425rem;
    font-weight: bold;
    z-index: 9;
    width: 6.75rem;
    color: #fff;
    left: 69.5rem;
  }
  .part03 .part-content .d33 {
    position: absolute;
    left: 6.2rem;
    top: 26.0625rem;
    width: 4.75rem;
    z-index: 9;
    font-weight: bold;
    left: 63.2rem;
  }
  .part03 .part-content .d4 {
    position: absolute;
    left: 12.4625rem;
    top: 12.425rem;
    font-weight: bold;
    z-index: 9;
    width: 6.75rem;
    color: #fff;
    top: 36.525rem;
    left: 26.8rem;
  }
  .part03 .part-content .d44 {
    position: absolute;
    left: 6.2rem;
    top: 26.0625rem;
    width: 4.75rem;
    z-index: 9;
    font-weight: bold;
    top: 22.525rem;
    left: 21.3rem;
  }
  .part03 .part-content .d5 {
    position: absolute;
    left: 12.4625rem;
    top: 12.425rem;
    font-weight: bold;
    z-index: 9;
    width: 6.75rem;
    color: #fff;
    top: 36.525rem;
    left: 55.8rem;
  }
  .part03 .part-content .d55 {
    position: absolute;
    left: 6.2rem;
    top: 26.0625rem;
    width: 4.75rem;
    z-index: 9;
    font-weight: bold;
    top: 22.525rem;
    left: 49.3rem;
  }
  .part03 .part-content .d6 {
    position: absolute;
    left: 12.4625rem;
    top: 12.425rem;
    font-weight: bold;
    z-index: 9;
    width: 6.75rem;
    color: #fff;
    top: 36.525rem;
    left: 83.8rem;
  }
  .part03 .part-content .d66 {
    position: absolute;
    left: 6.2rem;
    top: 26.0625rem;
    width: 4.75rem;
    z-index: 9;
    font-weight: bold;
    top: 22.525rem;
    left: 77.3rem;
  }
  .part03 .part-content .img3 {
    min-width: 1200px;
    position: absolute;
    top: 24.8125rem;
  }
  .part03 .part-content .img1 {
    position: absolute;
    top: 11.0625rem;
  }
  .part03 .part-content .img2 {
    position: absolute;
    top: 25.375rem;
  }
  .part03 .part-content .p1 {
    top: 3.0625rem;
  }
  .part03 .part-content .p2 {
    top: 40.0625rem;
  }
  .part03 .part-foot {
    height: auto;
  }
}
.part04 {
  padding: 2.5rem 0;
  background-color: #fff;
  /* 平板 */
  /* 手机 */
}
.part04 .part-content {
  /* iOS 6-, Safari 3.1-6 */
  /* Chrome */
  /* Firefox 19 */
  display: flex;
  /*flex容器*/
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}
.part04 .part-content .item:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 87%;
  background-image: linear-gradient(to bottom, rgba(255, 78, 47, 0.6), rgba(66, 112, 252, 0.6));
  z-index: 1;
  border-radius: 0.375rem;
}
.part04 .part-content .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 87%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  border-radius: 0.375rem;
}
.part04 .part-content .item:hover {
  cursor: pointer;
}
.part04 .part-content .item:hover h2 {
  display: none;
}
.part04 .part-content .item:hover h3 {
  display: block;
}
.part04 .part-content .item {
  width: 24%;
  position: relative;
}
.part04 .part-content .item img {
  margin-bottom: 1.25rem;
  width: 100%;
}
.part04 .part-content .item h3 {
  display: none;
}
.part04 .part-content .item .p1,
.part04 .part-content .item .p2,
.part04 .part-content .item .p3 {
  position: absolute;
  left: 50%;
  top: 20%;
  color: #f5f5f5;
  z-index: 99;
  font-weight: bold;
  font-size: 1.1rem;
  transform: translate(-50%);
}
.part04 .part-content .item .p2 {
  top: 35%;
}
.part04 .part-content .item .p3 {
  top: 50%;
}
.part04 .part-content .item h2 {
  width: 12.5rem;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 35%;
  color: #f5f5f5;
  z-index: 99;
  font-weight: bold;
  font-size: 1.5rem;
  transform: translate(-50%);
}
@media (max-width: 1100px) {
  .part04 .part-content {
    padding: 0 1.25rem;
  }
  .part04 .part-content .item .btn {
    text-align: center !important;
    height: 3rem !important;
    line-height: 3rem !important;
    font-size: 1.2rem !important;
  }
}
@media (max-width: 768px) {
  .part04 .item {
    margin-bottom: 2rem !important;
    width: 48% !important;
  }
  .part04 .item .btn {
    text-align: center !important;
    height: 3rem !important;
    line-height: 3rem !important;
    font-size: 1.2rem !important;
  }
}
.part05 {
  padding: 40px 0;
  background-color: #f7f7f7;
  height: 100%;
  position: relative;
  /* 平板 */
  /* 手机 */
}
.part05 .swiper-pagination {
  position: relative;
  left: 50%;
  transform: translate(-50%) !important;
  width: 9.5rem;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 1.125rem;
}
.part05 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.375rem;
  width: 10px;
  height: 10px;
  display: block;
  border-color: #fff;
}
.part05 .swipers {
  max-width: 75rem;
  overflow: hidden;
  --swiper-theme-color: #ff6600;
  --swiper-pagination-color: #00ff33;
  margin-bottom: 2.125rem;
  /* 两种都可以 */
}
.part05 .swipers .swiper-wrapper {
  width: 75rem;
}
.part05 .swipers .swiper-wrapper .swiper-slide {
  width: 75rem;
}
.part05 .part-content {
  /* iOS 6-, Safari 3.1-6 */
  /* Chrome */
  /* Firefox 19 */
  display: flex;
  /*flex容器*/
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  text-align: center;
}
.part05 .part-content p {
  margin-top: 0.625rem;
}
.part05 .part-content .item {
  margin-top: 2.5rem;
  padding: 0.625rem 2.5rem;
  position: relative;
  border-radius: 0.625rem;
  border: 1px solid #ff4e2f;
  display: flex;
  justify-content: center;
}
@media (max-width: 1100px) {
  .part05 .part-content {
    padding: 0 1.25rem;
  }
}
@media (max-width: 768px) {
  .part05 .part-content .box {
    width: 40%;
  }
  .part05 .part-content .box .item {
    width: 100% !important;
  }
}
.part06 {
  padding: 2.5rem 0;
  /*滚动条的轨道*/
  /*滚动条的滑块按钮*/
  /* 平板 */
  /* 手机 */
}
.part06 .tab-box {
  margin: 0 auto;
  /* iOS 6-, Safari 3.1-6 */
  /* Chrome */
  /* Firefox 19 */
  display: flex;
  /*flex容器*/
  width: 23.75rem;
  height: 4rem;
  border-radius: 2rem;
  border: 1px solid #999999;
}
.part06 .tab-box li {
  width: 50%;
  text-align: center;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.5rem;
  color: #999999;
  cursor: pointer;
}
.part06 .tab-box .active {
  width: 11.875rem;
  height: 4rem;
  border-radius: 2rem;
  background-color: #ff4e2f;
  color: #fff;
  font-weight: bolder;
}
.part06 .part-content {
  width: 100%;
  padding-left: 2rem;
  overflow-x: auto;
}
.part06 .part-content table:first-child {
  display: table;
}
.part06 .part-content table {
  display: none;
  margin: 2.5rem auto;
  width: 100%;
  border-color: #ff4e2f !important;
}
.part06 .part-content table thead {
  width: 100%;
}
.part06 .part-content table thead tr {
  background-color: #ff4e2f;
}
.part06 .part-content table thead tr th {
  border-right: 1px solid #fff;
  padding: 1.25rem 0;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}
.part06 .part-content table thead tr th:last-child {
  border-color: #ff4e2f;
}
.part06 .part-content table tbody {
  width: 100%;
}
.part06 .part-content table tbody tr td {
  padding: 1.25rem;
  text-align: start;
  font-size: 1.125rem;
  font-weight: bolder;
}
.part06 .part-content table tbody tr td p {
  text-align: start;
  font-size: 1rem;
  color: #333333;
  font-weight: 400;
}
.part06 .part-content table tbody tr:nth-child(even) {
  background-color: rgba(255, 78, 47, 0.2);
}
.part06 .part-content::-webkit-scrollbar {
  height: 1.875rem;
  border-radius: 0.9375rem;
  background-color: #bbd4fe;
}
.part06 .part-content::-webkit-scrollbar-track {
  height: 1.875rem;
  border-radius: 0.9375rem;
  background-color: #bbd4fe;
}
.part06 .part-content::-webkit-scrollbar-thumb {
  width: 6.25rem;
  height: 1.875rem;
  border-radius: 0.9375rem;
  background-color: #ff4e2f;
}
@media (max-width: 1100px) {
  .part06 table {
    width: 62.5rem !important;
    margin: 2rem 0 1rem 0 !important;
  }
  .part06 .part-foot {
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .part06 .tab-box {
    margin: 0 auto;
    /* iOS 6-, Safari 3.1-6 */
    /* Chrome */
    /* Firefox 19 */
    display: flex;
    /*flex容器*/
    width: 18.75rem;
    height: 3rem;
    border-radius: 2rem;
    border: 1px solid #999999;
  }
  .part06 .tab-box li {
    width: 50%;
    text-align: center;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.5rem;
    color: #999999;
    cursor: pointer;
  }
  .part06 .tab-box .active {
    width: 10rem;
    height: 3rem;
    border-radius: 2rem;
    background-color: #ff4e2f;
    color: #fff;
    font-weight: bolder;
  }
}
.part07 {
  padding: 2.5rem 0;
  /* 手机 */
}
.part07 .part-content {
  position: relative;
  /* iOS 6-, Safari 3.1-6 */
  /* Chrome */
  /* Firefox 19 */
  display: flex;
  /*flex容器*/
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  background: url(../images/part07.png) no-repeat center;
}
.part07 .part-content .item-box {
  margin-top: 2.5rem;
}
.part07 .part-content .item {
  margin-bottom: 6.25rem;
  padding: 1.25rem;
  width: 23.75rem;
  box-shadow: 2.396px 1.805px 7.5px 0 rgba(18, 66, 201, 0.13);
  -moz-box-shadow: 2.396px 1.805px 7.5px 0 rgba(18, 66, 201, 0.13);
  -webkit-box-shadow: 2.396px 1.805px 7.5px 0 rgba(18, 66, 201, 0.13);
  background-color: #ffffff;
}
.part07 .part-content .item .title {
  font-size: 1.5rem;
  color: #ff4e2f;
  font-weight: bold;
}
.part07 .part-content .item .title img {
  display: none;
  width: 4.75rem;
  height: 4.75rem;
}
.part07 .part-content .item .alignright {
  text-align: right;
}
.part07 .part-content .item .text {
  height: 5rem;
  text-align: left;
  font-size: 1rem;
  color: #333333;
}
.part07 .part-content .item .btn {
  margin-top: 0.625rem;
  text-align: right;
  font-size: 1rem;
  color: #ff4e2f;
  cursor: pointer;
}
.part07 .part-content .ml100 {
  margin-left: 6.25rem;
}
.part07 .part-list {
  margin-bottom: 2.5rem;
  padding: 2.5rem 1.25rem;
  width: 100%;
  box-shadow: 2.396px 1.805px 7.5px 0 rgba(18, 66, 201, 0.13);
  -moz-box-shadow: 2.396px 1.805px 7.5px 0 rgba(18, 66, 201, 0.13);
  -webkit-box-shadow: 2.396px 1.805px 7.5px 0 rgba(18, 66, 201, 0.13);
  background-color: #ffffff;
}
.part07 .part-list .title {
  margin-bottom: 1.875rem;
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
}
.part07 .part-list .title span {
  color: #3d7ce4;
}
.part07 .part-list ul {
  /* iOS 6-, Safari 3.1-6 */
  /* Chrome */
  /* Firefox 19 */
  display: flex;
  /*flex容器*/
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.part07 .part-list ul li {
  margin-bottom: 1.875rem;
  width: 32%;
  border-radius: 0.3125rem;
  background-color: #4efaf8;
  text-align: center;
  height: 3.75rem;
  line-height: 3.75rem;
  font-size: 1.375rem;
  color: #ff4e2f;
}
.part07 .swiper-pagination1 {
  position: relative;
  left: 50%;
  transform: translate(-50%) !important;
  width: 9.5rem;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 1.125rem;
}
.part07 .swiper-pagination1 .swiper-pagination-bullet {
  margin: 0 0.375rem;
  width: 0.625rem;
  height: 0.625rem;
  display: block;
  border-color: #fff;
}
.part07 .swipers1 {
  max-width: 75rem;
  overflow: hidden;
  --swiper-theme-color: #ff6600;
  --swiper-pagination-color: #00ff33;
  margin-bottom: 2.125rem;
  /* 两种都可以 */
}
.part07 .swipers1 .swiper-wrapper {
  width: 75rem;
}
.part07 .swipers1 .swiper-wrapper .swiper-slide {
  width: 75rem;
}
.part07 .swipers1 .swiper-wrapper .swiper-slide .box {
  padding: 30px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 1100px) {
  .part07 .part-content {
    padding: 0 1.25rem;
    background: none;
    -moz-justify-content: space-around !important;
    -ms-justify-content: space-around !important;
    -o-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .part07 .part-content .item-box {
    margin-top: 0 !important;
    width: 48%;
  }
  .part07 .part-content .item-box .item {
    margin-bottom: 1.25rem !important;
    width: 100% !important;
  }
  .part07 .part-content .item-box .item .title img {
    display: inline-block !important;
  }
  .part07 .ml100 {
    margin-left: 0 !important;
  }
  .part07 .alignright {
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  .part07 .item .text {
    height: 8rem !important;
  }
  .part07 .part-list ul li {
    width: 48% !important;
  }
}
.part08Box {
  position: relative;
}
.part08Box .part08Bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30rem;
  background-color: #f4f8ff;
  z-index: -1;
}
.part08 {
  max-width: 100% !important;
  padding: 2.5rem;
  height: 701px;
  /* 师资轮播 */
}
.part08 .title {
  margin-bottom: 2.5rem;
  /* iOS 6-, Safari 3.1-6 */
  /* Chrome */
  /* Firefox 19 */
  display: flex;
  /*flex容器*/
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.part08 .title span {
  display: inline-block;
  width: 56.25rem;
  font-size: 1rem;
  color: #333333;
}
.part08 .shizi {
  /* 手机 */
}
.part08 .shizi section {
  max-width: 1150px;
  width: 100%;
  margin: 1% auto 0;
  display: table;
}
.part08 .shizi section .t_left {
  width: 37.21%;
  display: table-cell;
}
.part08 .shizi section .t_left > ul {
  position: relative;
  z-index: 0;
  vertical-align: bottom;
  background-color: #fff;
  padding: 0.625rem;
  box-shadow: 2.396px 1.805px 7.5px 0 rgba(18, 66, 201, 0.13);
  -moz-box-shadow: 2.396px 1.805px 7.5px 0 rgba(18, 66, 201, 0.13);
  -webkit-box-shadow: 2.396px 1.805px 7.5px 0 rgba(18, 66, 201, 0.13);
}
.part08 .shizi section .t_left > ul > li {
  display: none;
  text-align: center;
  background-color: #f4f8ff;
}
.part08 .shizi section .t_left > ul > li.check {
  display: block;
  vertical-align: bottom;
}
.part08 .shizi section .t_left > ul > li img {
  padding-top: 2.5rem;
  height: 25rem;
  vertical-align: bottom;
  display: inline-block;
  margin: 0 auto;
}
.part08 .shizi section .t_right {
  position: relative;
  width: 62.79%;
  display: table-cell;
  vertical-align: top;
  height: 23.75rem;
  padding-left: 2.5rem;
}
.part08 .shizi section .t_right .t_top > ul > li {
  display: none;
}
.part08 .shizi section .t_right .t_top > ul > li.check {
  display: block;
}
.part08 .shizi section .t_right .t_top > ul > li .t_name {
  margin-bottom: 1.25rem;
}
.part08 .shizi section .t_right .t_top > ul > li .t_name > h2 {
  display: inline-block;
  font-size: 2.25rem;
  color: #333333;
  position: relative;
  font-weight: 600;
  text-align: left;
}
.part08 .shizi section .t_right .t_top > ul > li .t_name > h2 > em {
  font-weight: 500;
  margin-left: 1rem;
  font-size: 1rem;
}
.part08 .shizi section .t_right .t_top > ul > li > p {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ff4e2f;
  font-size: 1rem;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 3;
}
.part08 .shizi section .t_right .t_top > ul > li > p span {
  color: #ff4e2f;
}
.part08 .shizi section .t_right .t_top > ul > li > p:last-child {
  border: none;
  padding-bottom: 0;
}
.part08 .shizi section .t_right .t_bottom {
  position: absolute;
  z-index: 10;
  bottom: 1.875rem;
  right: 0;
  width: 94%;
}
.part08 .shizi section .t_right .t_bottom div.small {
  width: auto;
  margin: 0 10%;
  padding: 0 2%;
  overflow: hidden;
}
.part08 .shizi section .t_right .t_bottom div.small > ul {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.part08 .shizi section .t_right .t_bottom div.small > ul > li {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: 0 1.5rem;
  border-radius: 50%;
  background-color: #70747a;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.part08 .shizi section .t_right .t_bottom div.small > ul > li > img {
  vertical-align: middle;
  height: 100%;
  margin-top: 0.625rem;
}
.part08 .shizi section .t_right .t_bottom div.small > ul > li::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}
.part08 .shizi section .t_right .t_bottom div.small > ul > li.check::before {
  display: none;
}
.part08 .shizi section .t_right .t_bottom div.arrow > img {
  width: 10%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.part08 .shizi section .t_right .t_bottom div.arrow > img:nth-of-type(1) {
  left: 0;
}
.part08 .shizi section .t_right .t_bottom div.arrow > img:nth-of-type(2) {
  right: 0;
}
@media (min-width: 1000px) {
  .part08 .shizi section .t_right {
    position: relative;
    z-index: 0;
  }
}
@media (max-width: 1000px) {
  .part08 .shizi section {
    position: relative;
    z-index: 0;
  }
  .part08 .shizi section .t_right .t_bottom {
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .part08 .shizi .t_left img {
    padding-top: 2.5rem;
    height: 15rem !important;
  }
  .part08 .shizi .t_right {
    height: 18rem !important;
    position: unset !important;
  }
  .part08 .shizi .t_right .t_top h2 {
    font-size: 1.7rem !important;
  }
  .part08 .shizi .t_right .t_bottom {
    width: 100% !important;
    bottom: auto !important;
  }
  .part08 .shizi .t_right .t_bottom div.small > ul > li {
    margin: 0 1.2rem !important;
    width: 3rem !important;
    height: 3rem !important;
  }
}
.part09 {
  /* 平板 */
  /* 手机 */
}
.part09 .part07_content {
  max-width: 1130px;
  width: 96%;
  margin: 0 auto;
  *zoom: 1;
}
.part09 .part07_content:after {
  content: " ";
  clear: both;
  display: table;
}
.part09 .part07_content .part07_left {
  float: left;
  width: 10.625rem;
  height: 24.375rem;
  padding: 2.5rem 0;
  background-color: #ff4e2f;
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}
.part09 .part07_content .part07_left span {
  display: block;
  line-height: 3.75rem;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
}
.part09 .part07_content .part07_left span.active,
.part09 .part07_content .part07_left span:hover {
  color: #fff;
  background-color: #2cdae3;
}
.part09 .part07_content .part07_right {
  float: right;
  overflow: hidden;
  height: 24.375rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  border: solid 1px #ff4e2f;
}
.part09 .part07_content .part07_right h3 {
  font-size: 1.5rem;
  margin: 2.5rem 0 1.25rem;
  color: #444;
  text-align: center;
}
.part09 .part07_content .part07_right > div {
  position: relative;
  display: none;
}
.part09 .part07_content .part07_right > div.showOrHide {
  display: block;
}
.part09 .part07_content .part07_right > div .bd .tempWrap {
  width: 100%;
}
.part09 .part07_content .part07_right > div .bd ul li {
  width: 17.8125rem;
  margin: 0.625rem;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
.part09 .part07_content .part07_right > div .bd ul li img {
  width: 100%;
}
.part09 .part07_content .part07_right > div .bd ul li .title {
  text-align: center;
  font-size: 1rem;
  margin-top: 1.25rem;
}
.part09 .part07_content .part07_right > div .hd {
  margin-top: 1.25rem;
  position: relative;
  width: 100%;
}
.part09 .part07_content .part07_right > div .hd ul {
  position: absolute;
  margin-left: 50%;
  transform: translateX(-50%);
  *zoom: 1;
}
.part09 .part07_content .part07_right > div .hd ul:after {
  content: " ";
  clear: both;
  display: table;
}
.part09 .part07_content .part07_right > div .hd ul li {
  width: 9.375rem;
  height: 0.625rem;
  background-color: #e0e0e0;
  margin-right: 0.3125rem;
  float: left;
  cursor: pointer;
}
.part09 .part07_content .part07_right > div .hd ul li.on {
  background: #ff4e2f;
}
@media (max-width: 1200px) {
  .part09 {
    padding-bottom: 3.75rem;
  }
  .part09 .part07_content .part07_left {
    float: none;
    width: auto;
    height: auto;
    background: none;
    margin: 0 auto;
    padding: 0 0 1.25rem 0 !important;
    /* iOS 6-, Safari 3.1-6 */
    /* Chrome */
    /* Firefox 19 */
    display: flex;
    /*flex容器*/
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .part09 .part07_content .part07_left span {
    float: left;
    color: #444;
    width: 10.625rem;
    background-color: #ff4e2f;
    text-align: center;
    height: 3.75rem;
    line-height: 3.75rem;
    color: #fff;
  }
  .part09 .part07_content .part07_left span.active {
    font-weight: 600;
  }
  .part09 .part07_content h3 {
    display: none;
  }
  .part09 .part07_content .part07_right {
    max-width: 58.75rem;
    width: 100%;
    margin: 0 auto;
    float: none;
    border: none;
  }
  .part09 .part07_content .part07_right .bd .tempWrap {
    width: 100%;
  }
  .part09 .part07_content .part07_right .bd .tempWrap div {
    width: 100% !important;
  }
  .part09 .part07_content .part07_right .hd ul li {
    width: 3rem !important;
  }
}
@media (max-width: 1000px) {
  .part09 {
    padding-bottom: 40px;
  }
  .part09 .part07_content .part07_right {
    max-width: 620px;
  }
}
@media (min-width: 769px) and (max-width: 1100px) {
  .part09 .part07_right {
    height: 18rem !important;
  }
}
@media (max-width: 768px) {
  .part09 .part07_right {
    height: 14rem !important;
  }
  .part09 .bd ul li {
    width: 12rem !important;
    margin: 0.625rem;
  }
}
