/* #region  初始化 */
* {
  margin: 0;
  padding: 0;
}

* {
  font-family: text;
}

a {
  text-decoration: none;
  color: #000000;
  display: block;
}

div,
a {
  box-sizing: border-box;
}

input {
  border: none;
  outline: none;
}

li {
  list-style: none;
}

.clearfloat {
  zoom: 1;
}

.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.flex_row {
  display: flex;
}

.flex_col {
  display: flex;
  flex-direction: column;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_space_between {
  display: flex;
  justify-content: space-between;
}

.position_center-x {
  left: 50%;
  transform: translate(-50%);
}

.position_center-y {
  top: 50%;
  transform: translateY(-50%);
}

.cursor {
  cursor: pointer;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  display: block;
  /* image-rendering: -moz-crisp-edges;  
  image-rendering: -o-crisp-edges;     
  image-rendering: -webkit-optimize-contrast; 
  image-rendering: crisp-edges; 
  -ms-interpolation-mode: nearest-neighbor; */
}

.textone {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.texttwo {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.swiper-container {
  width: 100%;
}

/* #endregion */

/* #region  首页*/
.width {
  width: 75%;
  margin: 0 auto;
}

.width_left {
  width: 100%;
  padding-right: 12.5%;
}

.width_right {
  width: 100%;
  padding-left: 12.5%;
}

.phone_show {
  display: none;
}

.header {
  height: 4.9rem;
  display: flex;
  align-items: center;
  padding-left: 7.8%;
  position: relative;
}

.nav_icon {
  display: none;
}

.nav_modal {
  display: none;
}

.logo {
  height: 4.5rem;
  margin-right: 2.5%;
}

.logo img {
  height: 100%;
}

.nav {
  height: 100%;
  display: flex;
  margin-left: auto;
}

.nav a {
  padding: 0 1rem;
  height: 100%;
  font-size: .8rem;
  color: #000000;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.nav a:hover,
.nav .nav_active {
  background: #35347e;
  color: #fff;
}

.header_search {
  margin-left: 2%;
  margin-right: 3.38%;
  cursor: pointer;
}

.header_search img {
  width: 1.3rem;
}

.search {
  position: absolute;
  right: 3.38%;
  top: 5rem;
  width: 15rem;
  height: 2rem;
  border: 1px solid #35347e;
  z-index: 99;
  display: none;
}

.search div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.search input {
  flex: 1;
  height: 100%;
  padding: 0 .5rem;
  font-size: .8rem;
}

.search button {
  width: 3.5rem;
  height: 100%;
  border: none;
  color: #fff;
  background: #35347e;
  font-size: .8rem;
  cursor: pointer;
  transition: .3s;
  outline: none;
}

.search button:hover {
  opacity: .85;
}

.index_video video {
  width: 100%;
  display: block;
}

.index_tab {
  padding: 3.25rem 0 2.8rem 0;
  background: #35347e;
  color: #fff;
}

.index_tab .width {
  display: flex;
  align-items: center;
}

.itab_left div {
  font-size: 1.4rem;
  text-transform: uppercase;
}

.itab_left span {
  display: block;
  font-size: 1.8rem;
  margin-top: .3rem;
}

.itab_right {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.itab_right a {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  /* margin-left: 3.3rem; */
  margin-left: 5.7%;
}

.itab_right div {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 auto;
  transition: .3s;
}

.itab_right img {
  width: 51%;
}

.itab_right span {
  display: block;
  margin-top: .9rem;
}

.itab_right a:hover div {
  background: #f49c33;
  border: none;
}

.index_t1 {
  font-size: 2.4rem;
  color: #3e3e3e;
}

.index_t2 {
  font-size: .8rem;
  color: #989898;
  text-transform: uppercase;
  margin-top: .2rem;
}

.index_thr {
  width: 2.5rem;
  height: .15rem;
  background: #35347e;
  margin-top: .7rem;
}

.index1_dot {
  display: flex;
  align-items: center;
  position: absolute;
  top: 23.3rem;
  left: 0;
  z-index: 66;
}

.index1_dot div {
  width: 3.6rem;
  height: 4.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  margin-right: .6rem;
  transition: .3s;
  cursor: pointer;
  outline: none;
}

.index1_dot img {
  width: 31.2%;
}

.index1_dot div:hover {
  background: #f49c33;
}

.index1_dot img:nth-of-type(2) {
  display: none;
}

.index1_dot div:hover img:nth-of-type(1) {
  display: none;
}

.index1_dot div:hover img:nth-of-type(2) {
  display: block;
}

.index1 {
  position: relative;
}

/* .index1::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 43%;
  height: 86%;
  background: #f49c33;
  z-index: 1;
} */


.index1_right::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 71.31%;
  height: 86%;
  background: #f49c33;
  z-index: 1;
}

.index1_left {
  padding-top: 6.6rem;
}

.index1_swiper .swiper-slide {
  display: flex;
  align-items: flex-start;
  z-index: 10;
  position: relative;
}

.index1_left {
  width: 26.3%;
  margin-right: 5.3%;
  font-size: .8rem;
  color: #323232;
  line-height: 2.105;
  padding-top: 15.3rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.index1_right {
  width: 68.4%;
  padding-right: 5.65%;
  padding-top: 3.3rem;
  position: relative;
}

.index1_right img {
  width: 100%;
  position: relative;
  z-index: 10;
}

.index1 .index_title {
  position: absolute;
  top: 6.9rem;
  left: 0;
  z-index: 66;
}

.index2 {
  margin-top: 3.2rem;
  position: relative;
}

.index2 .index_title {
  text-align: center;
}

.index2 .index_thr {
  margin-left: auto;
  margin-right: auto;
}

.index2_list {
  position: relative;
}

.index2_list img {
  width: 100%;
}

.index2_popup {
  position: absolute;
  left: 7.38%;
  bottom: 0;
  background: #35347e;
  color: #fff;
  width: 30%;
  padding: 2rem 1rem 1.1rem 1rem;
  cursor: pointer;
}

.index2_title {
  font-size: 1.5rem;
  font-weight: bold;
}

.index2_text {
  font-size: .8rem;
  line-height: 2.25;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 1.2rem;
}

.index2_right {
  margin-top: 2.4rem;
}

.index2_right img {
  width: .95rem;
  transition: .5s;
}

.index2_popup:hover .index2_right img {
  transform: translateX(1rem);
}

.index2_page {
  margin-top: 3rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: .8rem;
  line-height: 1;
}

.index2_page span {
  font-size: 1.5rem;
  position: relative;
  top: .15rem;
  margin-right: .1rem;
}

.index2_swiper {
  margin-top: 3rem;
  position: relative;
}

.index2_swiper .swiper-slide {
  padding: 0 2.4%;
}

.index2 .width {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
  z-index: 10;
}

.index2_prev,
.index2_next {
  width: 4.65rem;
  height: 2.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a9a9a9;
  position: absolute;
  top: 0;
  cursor: pointer;
  outline: none;
  transition: .3s;
}

.index2_prev:hover,
.index2_next:hover {
  background: #f49c33;
}

.index2_prev {
  left: 0;
}

.index2_next {
  right: 0;
}

.index2_prev img,
.index2_next img {
  width: 47.31%;
}

.index3 {
  margin-top: 3rem;
}

.index3 .index_title {
  text-align: center;
}

.index3 .index_thr {
  background: #f49c33;
  margin-left: auto;
  margin-right: auto;
}

.index3_row {
  overflow: hidden;
  margin-top: 2.65rem;
}

.index3_list {
  position: relative;
  overflow: hidden;
}

.index3_list img {
  width: 100%;
  transition: 0.5s;
}

.index3_list:nth-of-type(1) {
  width: 69.86%;
  float: left;
  margin-bottom: .75rem;
}

.index3_list:nth-of-type(2) {
  width: 29.44%;
  float: right;
  margin-bottom: .6rem;
}

.index3_list:nth-of-type(3) {
  width: 29.44%;
  float: right;
  margin-bottom: .6rem;
}

.index3_list:nth-of-type(4) {
  width: 69.86%;
  float: left;
}

.index3_list:nth-of-type(5) {
  width: 29.44%;
  float: right;
}

.index3_list div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 .7rem .9rem 2.3rem;
  color: #fff;
  font-size: 1.3rem;
}

.index3_list span {
  flex: 1;
  overflow: hidden;
  -webkit-text-stroke: .5px #000;
  font-weight: bold;
}

.index3_list div img {
  width: 1.35rem;
}

.index3_list:nth-of-type(2) div,
.index3_list:nth-of-type(3) div,
.index3_list:nth-of-type(5) div {
  padding: 0 1rem .7rem 1.1rem;
}

.index3_list:hover>img {
  transform: scale(1.05);
}

.index4 {
  padding: 3.7rem 0 3.6rem 0;
  background: url(../images/index4_bg.png) no-repeat;
  background-size: cover;
  background-position: left bottom;
  text-align: right;
  margin-top: 3.4rem;
}

.index4 .width span {
  display: block;
  font-size: 1.3rem;
  color: #ffffff;
  font-weight: bold;
}

.index4 .width div {
  font-size: .7rem;
  color: #ffffff;
  line-height: 1.857;
  margin-top: .7rem;
  text-transform: uppercase;
}

.index5 {
  margin-top: 5.8rem;
}

.index5 .width {
  display: flex;
  flex-wrap: wrap;
}

.index5_title {
  width: 50%;
}

.index5_list {
  width: 50%;
  background: #fbfbfb;
  transition: .3s;
}

.index5_list .index_thr {
  background: #f49c33;
}

.index5_icon {
  margin-top: 2.6rem;
}

.index5_icon img {
  width: 69%;
}

.index5_row {
  display: flex;
  align-items: center;
}

.index5_img {
  width: 50%;
}

.index5_img img {
  width: 100%;
}

.index5_txt {
  width: 50%;
  padding: 0 5.55%;
}


.index5_t1 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #1e1e1e;
  transition: .2s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index5_t2 {
  font-size: .7rem;
  color: #a4a4a4;
  margin-top: .22rem;
  transition: .2s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index5_t3 {
  font-size: .7rem;
  color: #6a6a6a;
  line-height: 2;
  margin-top: 1.3rem;
  transition: .2s;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* .index5_list:nth-child(4) {
  background: #35347e;
  color: #fff;
}

.index5_list:nth-child(4) .index5_t1,
.index5_list:nth-child(4) .index5_t2,
.index5_list:nth-child(4) .index5_t3 {
  color: #fff;
} */

.index5_list:hover {
  background: #35347e;
  color: #fff;
}

.index5_list:hover .index5_t1,
.index5_list:hover .index5_t2,
.index5_list:hover .index5_t3 {
  color: #fff;
}

.index6 {
  background: url(../images/index6_bg.png) no-repeat;
  background-position: top left;
  background-size: 100% auto;
  padding: 4.9rem 0 7.3rem 0;
  margin-top: 5.5rem;
}

.index6 .index_title {
  text-align: center;
}

.index6 .index_t1,
.index6 .index_t2 {
  color: #fff;
}

.index6 .index_thr {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}

.index6_main {
  margin-top: 4.5rem;
}

.index6_t1 {
  font-size: 1.6rem;
  color: #2f2f2f;
}

.index6_t2 {
  font-size: .7rem;
  color: #a4a4a4;
  margin-top: .2rem;
}

.index6_thr {
  width: 2.6rem;
  height: .15rem;
  background: #f49c33;
  margin-top: 1.5rem;
}

.index6_main {
  background: #fff;
  display: flex;
  align-items: flex-start;
  background: #fbfbfb;
}

.index6_left {
  width: 40%;
  padding: 2.8rem 4% 1rem 4%;
}

.index6_right {
  width: 60%;
}

.index6_row {
  display: flex;
  flex-wrap: wrap;
  padding-top: .25rem;
}

.index6_row div {
  width: 27.1%;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  color: #fff;
  background: #35347e;
  border-radius: 30px;
  margin-right: 9.35%;
  margin-top: 1.85rem;
  transition: .2s;
  cursor: pointer;
}

.index6_row div:nth-of-type(3n+3) {
  margin-right: 0;
}

.index6_row div:hover,
.index6_row .index6_active {
  background: #f49c33;
}

.index6_right div {
  display: none;
}

.index6_right img {
  width: 100%;
}

.block {
  display: block !important;
}

.index7 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5rem;
}

.index7_left {
  width: 35.41%;
}

.index7 .index_thr {
  background: #f49c33;
}

.index7_btn {
  width: 10.1rem;
  height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #35347e;
  color: #fff;
  border-radius: 34px;
  margin-top: 2.8rem;
  font-size: 1.25rem;
  transition: .3s;
}

.index7_btn img {
  width: 1rem;
  margin-left: 1.5rem;
  transition: .5s;
}

.index7_btn:hover {
  opacity: 0.85;
}

.index7_btn:hover img {
  transform: translateX(.5rem);
}

.index7_right {
  width: 64.59%;
  color: #232323;
  padding-right: 6.25%;
}

.index7_title {
  font-size: 1.3rem;
  font-weight: bold;
}

.index7_text {
  font-size: .7rem;
  line-height: 2;
  margin-top: 1rem;
}

.index7_right img {
  width: 90%;
  margin-left: auto;
  margin-top: 3rem;
}

.index8 {
  margin-bottom: 2.7rem;
}

.index8_title {
  font-size: 2.4rem;
  color: #000000;
}

.index8_text {
  width: 25rem;
  font-size: .75rem;
  color: #636363;
  line-height: 2;
  margin-top: .7rem;
}

.index8_swiper {
  margin-top: 1.5rem;
}

.index8_swiper .swiper-slide {
  padding: 1px 0;
}

.index8_swiper .swiper-slide div {
  border: 1px solid #ececec;
}

.index8_swiper .swiper-slide img {
  width: 100%;
}

.footer_row {
  display: flex;
  align-items: flex-start;
}

.footer {
  background: #272727;
  padding-bottom: 1.9rem;
}

.footer_row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 2.75rem;
}

.footer_left {
  width: 35%;
}

.footer_center {
  width: 33%;
}

.footer_right {
  flex: 1;
}

.footer_center {
  padding: 0 5%;
}

.footer_title div {
  font-size: 1.35rem;
  color: #ffffff;
  font-weight: bold;
}

.footer_title span {
  display: block;
  font-size: .75rem;
  color: #b8b8b8;
  margin-top: .4rem;
}

.footer_text {
  font-size: .7rem;
  color: #b8b8b8;
  line-height: 2.143;
  margin-top: 1.8rem;
}

.footer_item {
  display: flex;
  align-items: center;
  margin-top: 2.1rem;
}

.footer_item a {
  width: 2rem;
  height: 2rem;
  margin-right: .8rem;
  cursor: pointer;
  transition: .2s;
}

.footer_item a:hover {
  opacity: .85;
}

.footer_item img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.footer_title2 {
  font-size: 1rem;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}

.footer_title2 span {
  font-size: 1.3rem;
  margin-right: .4rem;
}

.footer_row2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.9rem;
}

.footer_row2 a {
  font-size: .8rem;
  color: #ffffff;
  text-align: center;
  margin-right: 3rem;
  margin-bottom: 1.6rem;
  transition: .2s;
}

.footer_row2 a:nth-of-type(3n+3) {
  margin-right: 0;
}

.footer_row2 div {
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}


.footer_row2 span {
  width: 3.3rem;
  display: block;
  margin-top: .4rem;
  /*overflow: hidden;*/
  white-space: nowrap;
  text-overflow: ellipsis;
}

.footer_row2 img {
  width: 1.6rem;
  height: 1.6rem;
}

.footer_row2 a:hover div {
  background: #f49c33;
  border: none;
}

.footer_row2 a:hover {
  color: #f49c33;
}

.footer_right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-right: 3.2%;
  font-size: .8rem;
  color: #b8b8b8;
  text-align: center;
  padding-top: 1rem;
}

.footer_right img {
  width: 10.6rem;
}

.footer_right span {
  display: block;
  margin-top: .8rem;
}

.footer_link {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: .7rem;
  color: #b8b8b8;
}

.footer_link a {
  margin-right: 1.1rem;
  color: #b8b8b8;
  transition: .2s;
}

.footer_link a:hover {
  color: #f49c33;
}

/* #endregion */

/* #region  服务保障*/
.banner2 {
  position: relative;
}

.banner2 img {
  width: 100%;
}

.banner_txt {
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}

.banner_txt div {
  font-size: 2.4rem;
}

.banner_txt span {
  display: block;
  font-size: 3.6rem;
  color: rgba(255, 255, 255, .5);
  margin-top: .86rem;
}

.banner_right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 6rem;
  background: #35347e;
  padding-right: 12.5%;
  padding-left: 4.4%;
  font-size: 1.4rem;
  color: #fff;
  display: flex;
  align-items: center;
  transform: translateY(50%);
  transition: .3s;
  z-index: 99;
}

.banner_right img {
  width: 1.45rem;
  margin-left: 1rem;
  transition: .5s;
}

.banner_right div {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.banner_right:hover {
  background: #504f8e;
}

.banner_right:hover img {
  transform: translateX(1rem);
}

.service1 {
  background: url(../images/service1_bg.png) no-repeat;
  background-size: cover;
  padding: 9.8rem 0 8.2rem 0;
}

.service1 .width {
  display: flex;
  align-items: flex-start;
}

.service1_left {
  width: 50%;
  position: relative;
}

.service1_left img {
  width: 88.88%;
  border-radius: 30px;
}

.service1_left div {
  position: absolute;
  width: 64.16%;
  border-radius: 30px;
  border: .25rem solid rgba(251, 129, 30, .68);
  overflow: hidden;
  right: 5.55%;
  bottom: -2rem;
}

.service1_left div img {
  width: 100%;
  border-radius: 0;
}

.service1_right {
  width: 50%;
  padding-left: 1.5%;
}

.service_t1 {
  font-size: 2.1rem;
  color: #333333;
  font-weight: bold;
}

.service_t2 {
  font-size: 2.85rem;
  font-weight: bold;
  color: #35347e;
  margin-top: .8rem;
}

.service_t3 {
  font-size: .9rem;
  color: #000000;
  line-height: 2.389;
  margin-top: 1.8rem;
}

.service2 {
  background: url(../images/service2_bg.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 5.2rem 0 6.3rem 0;
}

.service2 .width {
  display: flex;
  align-items: center;
}

.service2_left {
  width: 50%;
  padding-right: 1.5%;
}

.service2_right {
  width: 50%;
  padding-left: 7.22%;
}

.service2_right div {
  width: 78.47%;
  border-bottom-left-radius: 50px;
  background: #fb811e;
}

.service2_right img {
  width: 100%;
  position: relative;
  right: 1.4rem;
  top: 1.85rem;
  border-bottom-left-radius: 50px;
}

.service3 {
  background: url(../images/service3_bg.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 5.3rem 0 5.1rem 0;
  margin-bottom: 4rem;
}

.service3 .width {
  display: flex;
  align-items: center;
}

.service3_left {
  width: 50%;
  padding-right: 4.16%;
}

.service3_left img {
  width: 100%;
}

.service3_right {
  width: 50%;
  padding-left: 5.2%;
}

/* #endregion */

/* #region  认证资质*/
.qualifications_main {
  position: relative;
  background: url(../images/qualifications_bg.png) no-repeat;
  background-size: cover;
  padding: 9.6rem 0 4.9rem 0;
  margin-bottom: 3.8rem;
}

.qualifications_row {
  display: flex;
  align-items: flex-start;
}

.qualifications_left {
  width: 50%;
  padding-left: 5.34%;
}

.qualifications_left img {
  width: 95.2%;
}

.qualifications_right {
  width: 50%;
  padding-left: 2.77%;
  padding-top: 1.8rem;
}

.qualifications_t1 {
  font-size: 2.1rem;
  color: #333333;
  font-weight: bold;
}

.qualifications_t2 {
  font-size: 0.85rem;
  color: #35347e;
  font-weight: bold;
  margin-top: 1.2rem;
}

.qualifications_t3 {
  font-size: 1.95rem;
  color: #35347e;
  font-weight: bold;
  margin-top: .1rem;
}
 
.qualifications_t3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.qualifications_t4 {
  font-size: .9rem;
  line-height: 2.389;
  color: #000;
  margin-top: 1.6rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.qualifications_main .width {
  position: relative;
}

.qualifications_dot {
  position: absolute;
  left: 52.77%;
  top: 27.8rem;
  display: flex;
  align-items: center;
  z-index: 99;
}

.qualifications_dot span {
  width: 4.4rem;
  height: .4rem;
  background: #f7d000;
  margin-right: .6rem;
  border-radius: 0;
  opacity: 1;
  transition: .2s;
}

.qualifications_dot .swiper-pagination-bullet-active {
  background: #35347e;
}

.se_tab {
  width: 13.75%;
  position: absolute;
  left: 0;
  top: 14.5rem;
  z-index: 99;
}

.se_tab a {
  width: 100%;
  height: 3.1rem;
  display: flex;
  align-items: center;
  padding-left: 22.72%;
  font-size: 0.8rem;
  color: #000000;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  line-height: 1;
  margin-bottom: .15rem;
  transition: .2s;
}

.se_tab a:hover {
  color: #35347e;
}

.se_tab .se_active {
  background: #35347e;
  color: #fff;
  font-weight: bold;
  font-size: 1.0rem;
}

.se_tab .se_active:hover {
  color: #fff;
}

/* #endregion */

/* #region  教师团队*/

.teacher_main {
  position: relative;
  padding-top: 9.5rem;
  margin-bottom: 2.3rem;
}

.teacher1 {
  padding-bottom: 4.1rem;
}

.teacher1_row {
  display: flex;
  align-items: center;
}

.teacher1_left {
  width: 50%;
  padding-left: 12%;
  padding-right: 2.9%;
}


.teacher1_left img {
  width: 100%;
}

.teacher1_right {
  width: 50%;
}

.teacher1_t1 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000000;
}

.teacher1_t2 {
  font-size: 2.4rem;
  color: #35347e;
  margin-top: .5rem;
  font-weight: bold;
}

.teacher1_t3 {
  font-size: 1.2rem;
  color: #333333;
  margin-top: .8rem;
}

.teacher1_t4 {
  font-size: .9rem;
  color: #333333;
  line-height: 1.5;
  margin-top: .4rem;
}

.teacher_main .width {
  position: relative;
}

.teacher_dot {
  position: absolute;
  right: 0;
  top: 3.7rem;
  display: flex;
  align-items: center;
  z-index: 66;
}

.teacher_dot div {
  margin-left: 1rem;
  cursor: pointer;
  outline: none;
  position: relative;
}

.teacher_dot img {
  width: 2.05rem;
  transition: .2s;
}

.teacher_dot img:nth-of-type(2) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.teacher_dot div:hover img:nth-of-type(1) {
  opacity: 0;
}

.teacher_dot div:hover img:nth-of-type(2) {
  opacity: 1;
}

.teacher2 {
  background: url(../images/teacher2_bg.png) no-repeat;
  background-size: cover;
  padding: 5.5rem 0 3.2rem 0;
}

.teacher2_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.1rem;
  position: relative;
}

.teacher2_tab a {
  width: 10.5rem;
  height: 2.55rem;
  border-radius: 30px;
  border: 1px solid #35347e;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  margin: 0 1rem;
  transition: .3s;
  position: relative;
  z-index: 10;
}

.teacher2_tab .teacher2_active,
.teacher2_tab a:hover {
  background: #35347e;
  color: #fff;
}

.teacher2_tab span {
  position: absolute;
  right: 51%;
  top: 43%;
  transform: translateY(-50%);
  font-size: 6.5rem;
  color: #ededed;
  line-height: 1;
  z-index: 1;
}

.teacher2_next,
.teacher2_prev {
  position: relative;
  cursor: pointer;
  outline: none;
}

.teacher2_next img,
.teacher2_prev img {
  width: 2.05rem;
  transition: .2s;
}

.teacher2_next img:nth-of-type(2),
.teacher2_prev img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.teacher2_next:hover img:nth-of-type(1),
.teacher2_prev:hover img:nth-of-type(1) {
  opacity: 0;
}

.teacher2_next:hover img:nth-of-type(2),
.teacher2_prev:hover img:nth-of-type(2) {
  opacity: 1;
}

.teacher2_main {
  display: flex;
  align-items: center;
  padding: 0 4.65%;
}

.teacher2_swiper {
  flex: 1;
  overflow: hidden;
  margin: 0 3.82%;
}

.teacher2_list {
  padding-bottom: 2.5rem;
  position: relative;
}

.teacher2_list img {
  width: 100%;
}

.teacher2_swiper .swiper-slide {
  padding-bottom: 1rem;
}

.teacher2_label {
  position: absolute;
  left: 8.68%;
  bottom: 0;
  width: 82.64%;
  padding: .95rem 3% 1.3rem 3%;
  background: #fff;
  text-align: center;
  box-shadow: 0px 1px 1rem 0px #949393;
  transition: .3s;
}

.teacher2_label span {
  display: block;
  font-size: 1.2rem;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.teacher2_label div {
  font-size: .9rem;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: .4rem;
}

.teacher2_popup {
  position: absolute;
  left: 0;
  bottom: -101%;
  width: 100%;
  background: rgba(247, 195, 95, .8);
  color: #000000;
  font-size: .7rem;
  line-height: 2.143;
  padding: .8rem 7% 1.2rem 7%;
  transition: .3s;
}

.teacher2_list:hover .teacher2_label {
  bottom: -101%;
}

.teacher2_list:hover .teacher2_popup {
  bottom: 0;
}

.teacher_hide {
  display: none;
}

/* #endregion */

/* #region  教育教学-教学服务体系*/
.system1 {
  background: url(../images//system1_bg.png) no-repeat;
  background-size: auto 100%;
  background-position: center right;
  padding: 7.8rem 0 4.9rem 0;
  position: relative;
}

.system1_title {
  text-align: center;
  font-size: 2.25rem;
  color: #000000;
}

.system1_row {
  display: flex;
  align-items: center;
}

.system1_left {
  position: relative;
}

.system1_left {
  width: 50%;
  padding-left: 8.2%;
  padding-top: 2.4rem;
}

.system1_bg {
  width: 58.61%;
  left: 9.3%;
  top: 0;
  position: absolute;
  z-index: 1;
}

.system1_img {
  width: 85.73%;
  position: relative;
  z-index: 10;
}

.system1_right {
  width: 50%;
  padding-bottom: 3rem;
}

.system1_t1 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #f9580e;
}

.system1_t2 {
  font-size: 2rem;
  font-weight: bold;
  color: #000000;
  margin-top: .9rem;
}

.system1_t3 {
  width: 70%;
  font-size: 1rem;
  color: #000000;
  line-height: 1.8;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 1.5rem;
}

.system1 .width {
  position: relative;
}

.system1_dot {
  position: absolute;
  top: 22.5rem;
  left: 50%;
  display: flex;
  align-items: center;
  z-index: 99;
}

.system1_dot span {
  width: 4.4rem;
  height: .4rem;
  background: #f7d000;
  border-radius: 0;
  opacity: 1;
  margin-right: .6rem;
  transition: .2s;
}

.system1_dot .swiper-pagination-bullet-active {
  background: #35347e;
}

.system2 {
  background: url(..//images/system2_bg.png) no-repeat;
  background-size: 100% auto;
  background-position: center top;
  padding: 3.9rem 0 4rem 0;
}

.system2_title {
  text-align: center;
  color: #fff;
}

.system2_title div {
  font-size: 2.25rem;
}

.system2_title span {
  display: block;
  font-size: 2.3rem;
  margin-top: .3rem;
}

.system2_main {
  padding: 0 4.16%;
}


.system2_swiper .swiper-slide {
  display: flex;
  align-items: flex-end;
}

.system2_list {
  width: 93.55%;
  background: url(../images/system2_label.png) #fff no-repeat;
  background-size: 48.54% auto;
  background-position: left top;
  border: 1px solid #c4c4c4;
  border-radius: .75rem;
  overflow: hidden;
  padding-top: 2.9rem;
  padding-bottom: 3.3rem;
  position: relative;
}

.system2_swiper .swiper-slide:nth-of-type(even) .system2_list {
  background: url(../images/system2_label2.png) #fff no-repeat;
  background-size: 48.54% auto;
  background-position: left top;
}

.system2_img {
  width: 49.33%;
  border-radius: 50%;
  background: #c7c7c7;
  position: relative;
  left: 9.54%;
}

.system2_img div {
  background: #fff;
  padding: .5rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  bottom: .5rem;
  right: .5rem;
}

.system2_img img {
  width: 100%;
  height: 100%;
}

.system2_ying {
  width: 6.45%;
  position: relative;
  bottom: .56rem;
}

.system2_txt {
  padding: 0 9.28%;
  margin-top: .3rem;
}

.system2_txt div {
  font-size: 1.2rem;
  color: #000000;
}

.system2_txt span {
  font-size: .8rem;
  line-height: 1.5rem;
  height: 3rem;
  color: #666666;
  display: block;
  margin-top: .4rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.system2_swiper {
  margin-top: 2.8rem;
}

.system2_bottom {
  position: absolute;
  right: 5.3%;
  bottom: .9rem;
  background: url(../images/system2_bottom.png) no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  background-size: 100% 100%;
}

.system2_swiper .swiper-slide:nth-of-type(even) .system2_bottom {
  background: url(../images/system2_bottom2.png) no-repeat;
  background-size: 100% 100%;
}

.system2_dot {
  display: flex;
  justify-content: center;
  margin-top: 2.7rem;
}

.system2_dot span {
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
  background: #9a9a9a;
  margin: 0 .35rem;
  opacity: 1;
  transition: .2s;
}

.system2_dot .swiper-pagination-bullet-active {
  background: #f9611b;
}

/* #endregion */

/* #region  教育教学-课程体系*/
.course_main {
  padding: 9.8rem 0 6rem 0;
  background: url(../images/course_bg.png) no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 3.8rem;
}

.course_row {
  display: flex;
  align-items: flex-start;
}

.course_left {
  width: 50%;
  padding-left: 4.65%;
  padding-bottom: 2.1rem;
  position: relative;
}

.course_left img {
  width: 100%;
  border-radius: .75rem;
}

.course_left div {
  width: 30.62%;
  position: absolute;
  right: -2.9rem;
  bottom: 0;
}

.course_left div img {
  border-radius: 0;
}

.course_right {
  width: 50%;
  padding-top: 4.3rem;
  padding-left: 4.44%;
}

.course_t1 {
  font-size: 1.7rem;
  color: #000000;
}

.course_t2 {
  font-size: 1.7rem;
  color: #35347e;
  line-height: 1.118;
  margin-top: 1rem;
}

.course_t3 {
  font-size: .9rem;
  color: #333333;
  line-height: 2.333;
  margin-top: 1.2rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.course_main .width {
  position: relative;
}

.course_dot {
  position: absolute;
  right: 1.3rem;
  top: 26.4rem;
  z-index: 10;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
}

.course_dot div {
  margin-left: 1rem;
  position: relative;
}

.course_dot img {
  width: 2.05rem;
  transition: .2s;
}

.course_dot img:nth-of-type(2) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.course_dot div:hover img:nth-of-type(1) {
  opacity: 0;
}

.course_dot div:hover img:nth-of-type(2) {
  opacity: 1;
}

/* #endregion */

/* #region  竞赛中心*/
.competition1 {
  background: url(../images/competition1_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 8.5rem 0 6.2rem 0;
  position: relative;
}

.competition1::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: .4rem;
  background: #ffed00;
}

.competition1::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: .4rem;
  background: #35347e;
}

.competition1 .width {
  display: flex;
  align-items: flex-start;
}

.competition1_left {
  width: 34.16%;
  margin-left: 4%;
  /*background: rgba(234, 85, 3, .2);*/
  border-radius: 1rem;
}

.competition1_left div {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  left: 5.8%;
  bottom: 1rem;
}

.competition1_left span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 7%;
  height: 5.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  background: #35347e;
  border-top-right-radius: 1.5rem;
  transition: .2s;
}

.competition1_left img {
  width: 100%;
}

.competition1_right {
  width: 50%;
  margin-left: 6%;
}

.competition1_t1 {
  font-size: 1.8rem;
  color: #000000;
}

.competition1_t2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #35347e;
  margin-top: 1.3rem;
  padding-right: 16.6%;
}

.competition1_t3 {
  font-size: .9rem;
  color: #212121;
  line-height: 2.333;
  margin-top: 1.4rem;
}

.competition2 {
  padding: 8.4rem 0;
  background: url(../images/competition2_bg.png) no-repeat;
  background-size: 100% auto;
  background-position: center bottom;

}

.competition2_main {
  display: flex;
  align-items: center;
}

.competition2_left {
  width: 50%;
  padding-left: 4.65%;
  padding-top: 1.5rem;
  padding-right: .5%;
}

.competition2_t1 {
  color: #000000;
  transition: .2s;
}

.competition2_t1 span {
  display: block;
  font-size: 1.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.competition2_t1 div {
  font-size: .9rem;
  color: #838383;
  line-height: 2;
  margin-top: .5rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.competition2_t1:hover {
  color: #35347e;
}

.competition2_t2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 3.2rem;
}

.competition2_col {
  width: 44.56%;
  background: #fff;
  border-radius: 1.5rem;
  padding-top: 3.4rem;
  overflow: hidden;
}

.competition2_txt {
  padding: 0 8.6%;
}

.competition2_txt span {
  display: block;
  font-size: 1.2rem;
  color: #333333;
  line-height: 1.8rem;
  height: 3.6rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.competition2_txt div {
  font-size: .9rem;
  color: #838383;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: .8rem;
}

.competition2_href {
  width: 52%;
  height: 2.8rem;
  margin-top: 2rem;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #35347e;
  border-top-left-radius: 1.5rem;
  transition: .3s;
}

.competition2_href img {
  width: 23.33%;
  transition: .5s;
}

.competition2_col:hover .competition2_href {
  opacity: .85;
}

.competition2_col:hover .competition2_href img {
  transform: translateX(.5rem);
}

.competition2_right {
  width: 41.38%;
  margin-left: 3.88%;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

.competition2_right img {
  width: 100%;
  transition: .5s;
}

.competition2_right div {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 7.88%;
  height: 3.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #35347e;
  color: #fff;
  border-bottom-right-radius: 1.5rem;
  font-size: 1.8rem;
  line-height: 1;
  transition: .2s;
}

.competition2_right:hover img {
  transform: scale(1.02);
}

.competition3 {
  padding: 3.5rem 0 4.2rem 0;
}

.competition3_title {
  position: relative;
  line-height: 1;
  text-align: center;
}

.competition3_title div {
  font-size: 5.5rem;
  color: #f2f2f2;
  font-weight: bold;
}

.competition3_title span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: .2rem;
  font-size: 2.3rem;
  color: #000000;
}

.competition3_row {
  display: flex;
  align-items: center;
  margin-top: 2.9rem;
}

.competition3_left {
  width: 36.45%;
  margin-left: 2.22%;
}

.competition3_left img {
  width: 100%;
}

.competition3_right {
  width: 51%;
  margin-left: 7.63%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.competition3_list {
  width: 49%;
  display: flex;
  align-items: center;
  font-size: .8rem;
  color: #2e2e2e;
  margin-bottom: 1rem;
}

.competition3_list img {
  width: 2.25rem;
  margin-right: .9rem;
}

.competition3_list div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.competition4 {
  display: flex;
  align-items: center;
  height: 11.8rem;
  margin-bottom: 4rem;
  font-size: 1.3rem;
  text-align: center;
}

.competition4_left {
  width: 50%;
  height: 100%;
  background: #35347e;
  padding-right: 7.8%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.competition4_right {
  width: 50%;
  height: 100%;
  background: #ffed00;
  padding-left: 7.8%;
  display: flex;
  align-items: center;
}

.competition4_left a {
  color: #ffffff;
  margin-left: 11.46%;
}

.competition4_right a {
  color: #333333;
  margin-right: 11.46%;
}

.competition4_list {
  transition: .3s;
}

.competition4_list img {
  width: 7.8rem;
}

.competition4_list div {
  margin-top: .4rem;
}

.competition4_list:hover {
  opacity: .8;
}

/* #endregion */

/* #region  联系我们*/
.contact {
  background: url(../images/contact_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 8.4rem 0 6.2rem 0;
  display: flex;
  align-items: center;
  border-bottom: .4rem solid #ffed00;
  margin-bottom: 4.2rem;
}

.contact_left {
  position: relative;
  width: 50%;
  background: rgba(53, 52, 126, .35);
}

.contact_map {
  width: 100%;
  height: 29.4rem;
  position: relative;
  border: .2rem solid #fff;
  position: relative;
  right: .8rem;
  top: 1rem;
}

.contact_map img {
  width: 100%;
  height: 100%;
}

.contact_map div {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 2rem;
  height: 5.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1.8rem;
  background: #35347e;
  border-top-left-radius: 30px;
  color: #fff;
  transition: .2s;
}

.contact_right {
  width: 37.5%;
  padding-left: 4.8%;
}

.contact_list {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}

.contact_list:last-of-type {
  margin-bottom: 0;
}

.contact_icon {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: #35347e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_icon img {
  width: 47.22%;
}

.contact_txt {
  padding-left: .9rem;
  flex: 1;
  overflow: hidden;
}

.contact_t1 {
  font-size: 1.2rem;
  color: #000000;
}

.contact_t2 {
  font-size: 1rem;
  color: #5c5c5c;
  line-height: 1.55;
  margin-top: .2rem;
}

.contact_color {
  color: #000000;
  display: inline;
}

/* #endregion */

/* #region  升学成果*/
.results1 {
  background: url(../images/results1_bg.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 6.5rem 0 6.2rem 0;
}

.results_title {
  position: relative;
  text-align: center;
  line-height: 1;
}

.results_title div {
  font-size: 4.5rem;
  color: #989898;
  opacity: .2;
  font-weight: bold;
  text-transform: uppercase;
}

.results_title span {
  display: block;
  font-size: 2.3rem;
  color: #000000;
  position: absolute;
  left: 0;
  bottom: -.1rem;
  width: 100%;
}

.results1_swiper {
  margin-top: 4.4rem;
}

.results1_row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.results1_left {
  width: 39%;
  position: relative;
}

.results1_popup {
  position: absolute;
  right: -18.32%;
  bottom: 1.7rem;
  background: rgba(251, 129, 30, .42);
  border-bottom-left-radius: 4rem;
  color: #fff;
}

.results1_ptxt {
  background: #fb811e;
  border-bottom-left-radius: 4rem;
  padding: 2.1rem 1.4rem 2.2rem 3.2rem;
  position: relative;
  right: .9rem;
  bottom: .55rem;
  text-align: center;
}

.results1_ptxt div {
  font-size: 2.7rem;
  font-weight: bold;
  font-style: italic;
}

.results1_ptxt span {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  margin-top: .1rem;
}

.results1_left img {
  width: 100%;
  border-radius: 2rem;
}

.results1_right {
  width: 50%;
  padding-top: 2rem;
}

.results1_t1 {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #484848;
  padding-right: 40%;
  font-weight: bold;
}

.results1_t2 {
  font-size: .9rem;
  color: #484848;
  line-height: 2.444;
  margin-top: 1rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}

.results1_main {
  position: relative;
}

.results1_dot {
  position: absolute;
  left: 50%;
  top: 27.5rem;
  display: flex;
  align-items: center;
  z-index: 10;
}

.results1_dot span {
  width: 3rem;
  height: .4rem;
  background: #f7d000;
  margin-right: .4rem;
  border-radius: 0;
  opacity: 1;
  transition: .2s;
}

.results1_dot .swiper-pagination-bullet-active {
  background: #35347e;
}

.results2 {
  padding: 3.3rem 0 3.8rem 0;
  margin-bottom: 5.6rem;
  background: url(../images/results2_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}




.results2 .results_title div {
  opacity: .1;
  color: #35347e;
}

.results2 .results_title span {
  bottom: -.2rem;
  color: #35347e;
}

.results2_main {
  display: flex;
  align-items: center;
  margin-top: 4.7rem;
}

.results2_left {
  width: 24.4%;
  padding-left: 7%;
}

.results2_left a {
  width: 100%;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 0.8rem;
  border: 1px solid #dcdcdc;
  background: #fff;
  color: #5b5b5b;
  border-radius: 30px;
  margin-bottom: 2rem;
  transition: .3s;
  cursor: pointer;
}

.results2_left img {
  width: 1.7rem;
  margin-right: .8rem;
  display: none;
}

.results2_left a:last-of-type {
  margin-bottom: 0;
}

.results2_left .results2_active {
  background: #ee8034;
  color: #fff;
  font-size: 1.0rem;
}

.results2_left a:hover {
  background: #ee8034;
  color: #fff;
}

.results2_active img {
  display: block;
}

.results2_right {
  width: 68.88%;
  border: .65rem solid rgba(255, 255, 255, .9);
  border-radius: 1rem;
  background: rgb(251, 129, 30, .9);
  margin-left: 1.39%;
  padding: 2.9rem 3% 2.5rem 6.5%;
}

.results2_right a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #ffffff;
  width: 33.33%;
  margin-bottom: 1.8rem;
}

.results2_right a:hover {
  text-decoration: underline;
}

.results2_right img {
  width: .45rem;
  margin-right: .8rem;
}

.results2_right span {
  display: block;
  overflow: hidden;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  padding-right: .8rem;
}

.results2_hide {
  display: none;
}

.results2_row {
  display: flex;
  flex-wrap: wrap;
}

.results2_bottom {
  font-size: 1.5rem;
  color: #35347e;
  text-align: center;
  margin-top: 6.6rem;
  font-style: italic;
}




/* #endregion */

/* #region  校园生活*/
.life1 {
  background: url(../images/life_bg.png) #fdfdfd no-repeat;
  background-size: cover;
  padding: 7rem 0 6.8rem 0;
}

.life1_row {
  display: flex;
  align-items: center;
}

.life1_row .competition2_right {
  width: 47.22%;
  margin-right: 5%;
  margin-left: 0;
}

.life1_row .competition2_right div {
  right: 0;
  left: auto;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 0;
}

.life1_row .competition2_left {
  width: 45%;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
}

.life2 {
  padding: 4.4rem 0 5rem 0;
  /* display: flex; */
}

/* .life2_list {
  width: 30.9%;
  position: relative;
  margin-right: 3.65%;
}

.life2_list:nth-of-type(3n+3) {
  margin-right: 0;
} */
.life2 .life2_swiper {
  margin-top: 2.6rem;
}

.life2 .swiper-slide {
  padding-bottom: 4rem;
}

.life2_dot {
  display: flex;
  justify-content: center;
}

.life2_dot span {
  width: .6rem;
  height: .6rem;
  background: #f7d000;
  margin: 0 .2rem;
  border-radius: 50%;
  opacity: 1;
  transition: .2s;
}

.life2_dot .swiper-pagination-bullet-active {
  background: #35347e;
}

.life2_list {
  width: 100%;
  position: relative;
}

.life2_img {
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

.life2_img img {
  width: 100%;
  transition: .5s;
}

.life2_img div {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 2rem;
  height: 2.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  background: #35347e;
  border-bottom-left-radius: 1.5rem;
  transition: .2s;
}

.life2_list span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 1.95rem;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  transform: translateY(45%);
  text-shadow: 0.5rem 0.4rem 0px rgba(0, 0, 0, 0.32);
}

.life2_list:hover img {
  transform: scale(1.05);
}

/* #endregion */

/* #region  招生标准*/
.standard_top {
  padding: 11.5rem 0 4.7rem 0;
  background: url(../images/standard1_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.standard1 {
  display: flex;
  align-items: flex-start;
}

.standard1_item {
  width: 31.25%;
  margin-right: 3.125%;
  position: relative;
  background: #f8f8f9;
  border-radius: 1rem;
  box-shadow: .5rem .5rem 0px 0px rgba(53, 52, 126, 0.2);
  padding: 4.6rem 2.7% 1.6rem 2.7%;
  color: #333333;
}

.standard1_item:nth-of-type(3n+3) {
  margin-right: 0;
}

.standard1_icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 35.77%;
}

.standard1_title {
  font-size: 1.2rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.standard1_text {
  font-size: .9rem;
  line-height: 1.5rem;
  height: 3rem;
  opacity: .7;
  margin-top: .6rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.standard1_btn {
  position: absolute;
  right: 3%;
  bottom: .7rem;
  transition: .3s;
}

.standard1_btn:hover {
  opacity: .8;
}

.standard1_btn img {
  width: 1.8rem;
}

.standard2 {
  margin-top: 4.8rem;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  position: relative;
}

.standard2_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.standard2_left {
  width: 48.2%;
  position: relative;
}

.standard2_right {
  width: 48.75%;
  padding-right: 1rem;
}

.standard2_swiper {
  width: 100%;
}

.standard2_img {
  border-radius: 1rem;
  background: #f8fafe;
  padding: .25rem;
  overflow: hidden;
}

.standard2_img img {
  width: 100%;
  border-radius: 1rem;
}

.standard2_prev,
.standard2_next {
  position: absolute;
  top: 50%;
  background: rgba(0, 0, 0, .4);
  width: 2.5rem;
  height: 7.6rem;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
}

.standard2_prev {
  left: 0;
  transform: translate(-50%, -50%);
}

.standard2_next {
  right: 0;
  transform: translate(50%, -50%);
}

.standard2_prev img,
.standard2_next img {
  width: 42.3%;
  transition: .3s;
}

.standard2_prev img:nth-of-type(2),
.standard2_next img:nth-of-type(2) {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.standard2_prev:hover img:nth-of-type(1),
.standard2_next:hover img:nth-of-type(1) {
  opacity: 0;
}

.standard2_prev:hover img:nth-of-type(2),
.standard2_next:hover img:nth-of-type(2) {
  opacity: 1;
}

.standard2_t1 {
  font-size: 1.8rem;
  color: #000000;
}

.standard2_t2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #35347e;
  margin-top: .6rem;
  padding-bottom: .3rem;
}

.standard2_t3 {
  font-size: .9rem;
  color: #212121;
  line-height: 2.222;
  margin-top: .1rem;
}

.standard2_t3 div {
  color: #fb811e;
}

.standard3 {
  padding: 5.4rem 0 5.8rem 0;
  background: url(../images/standard3_bg.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.standard3_main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.standard3_left {
  width: 45.5%;
}

.standard3_t1 {
  font-size: 2.35rem;
  color: #000000;
}

.standard3_t2 {
  font-size: .8rem;
  color: #989898;
  text-transform: uppercase;
  margin-top: .2rem;
}

.standard3_thr {
  width: 2.6rem;
  height: .15rem;
  background: #f49c33;
  margin-top: .7rem;
}

.standard3_row {
  width: 26.35rem;
  max-width: 100%;
  height: 3rem;
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  height: 3rem;
  background: #f49c33;
  color: #000000;
  padding: 0 1rem;
  border-radius: 30px;
  border-top-left-radius: 0;
}

.standard3_item {
  margin-top: 2rem;
}

.standard3_row img {
  width: 1.8rem;
  margin-right: .8rem;
}

.standard3_row div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.standard3_list {
  display: flex;
  align-items: flex-start;
  margin-top: 1.3rem;
}

.standard3_list span {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #333333;
  border-radius: 50%;
}

.standard3_list div {
  flex: 1;
  overflow: hidden;
  font-size: .9rem;
  color: #666666;
  line-height: 1.5;
  padding-left: .7rem;
  padding-top: .5rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.standard3_swiper {
  height: 24rem;
}

.standard3_swiper .swiper-slide {
  height: auto;
  margin-top: 0 !important;
}

.standard3_dot {
  display: flex;
  align-items: center;
}

.standard3_dot span {
  width: 2.15rem;
  height: .15rem;
  background: #f49c33;
  opacity: .3;
  border-radius: 0;
  margin-right: .85rem;
}

.standard3_dot .swiper-pagination-bullet-active {
  opacity: 1;
  height: .35rem;
}

.standard3_right {
  width: 45.55%;
  background: #fff;
  border: .5rem solid #f49c33;
  border-radius: 1.5rem;
  padding: 2rem 2% 1.4rem 2%;
}

.standard3_right img {
  width: 100%;
}

.standard3_right div {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

.standard3_right a {
  /* position: absolute;
  right: 1%;
  bottom: 13%; */
  bottom: 0 !important;
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #fb811e;
}

.standard3_right a img {
  width: 1.55rem;
  margin-left: .9rem;
}

.standard3_right a:hover {
  text-decoration: underline;
}

.standard4 {
  padding: 5rem 0 4.2rem 0;
  border-bottom: .5rem solid #f7f7f7;
  margin-bottom: 2.9rem;
}

.standard4 .width {
  display: flex;
  justify-content: space-between;
}

.standard4_list {
  text-align: center;
  font-size: 1rem;
  color: #333333;
  transition: .3s;
}

.standard4_list img {
  width: 6.75rem;
  margin: 0 auto;
}

.standard4_list div {
  margin-top: 1rem;
}

.standard4_list:hover {
  opacity: .85;
  color: #35347e;
}

/* #endregion */

/* #region  关于我们*/
.banner_txt2 {
  position: absolute;
  left: 0;
  top: 48%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}

.banner_txt2 span {
  display: block;
  font-size: 5.5rem;
  font-weight: bold;
}

.banner_txt2 div {
  position: absolute;
  left: 0;
  bottom: 1.5rem;
  width: 100%;
  text-align: center;
  font-size: 8rem;
  font-weight: bold;
  color: rgba(255, 255, 255, .22);
}

.about1 {
  padding: 7.2rem 0 4.9rem 0;
  background: url(../images/about1_bg.png);
  background-size: cover;
}

.about1_main {
  width: 96.66%;
  margin: 0 auto;
  background: rgba(255, 255, 255, .4);
  display: flex;
  align-items: center;
}

.about1_left {
  width: 63.33%;
  padding-left: 13.45%;
  padding-right: 5.73%;
  padding-top: 4.5rem;
}

.about1_right {
  width: 36.67%;
}

.about1_right img {
  width: 100%;
}

.about1_t1 {
  font-size: 1.8rem;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.about1_t2 {
  font-size: .9rem;
  color: #484848;
  line-height: 2.444;
  margin-top: 1.3rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 18;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}

.about1_left a {
  display: flex;
  align-items: center;
  font-size: .8rem;
  color: #484848;
  margin-top: 1rem;
  transition: .5s;
}

.about1_left img {
  width: 1.05rem;
  margin-left: .5rem;
  transition: .3s;
}

.about1_left a:hover {
  color: #35347e;
}

.about1_left a:hover img {
  transform: translateX(.5rem);
}

.about1 .width {
  position: relative;
}

.about1_popup {
  position: absolute;
  left: 0;
  top: 3.2rem;
  font-size: 1.5rem;
  color: #404040;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1;
}

.about1_popup div {
  width: 5.8rem;
  height: .2rem;
  background: #e63c23;
  margin-right: .7rem;
}




.about2 {
  background: url(../images/about2_bg.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 4.3rem 0 2.5rem 0;
}

.about2_title {
  font-size: 1.7rem;
  color: #484848;
  font-weight: bold;
  text-align: center;
}

.about2_main {
  display: flex;
  align-items: flex-start;
  margin-top: 3.1rem;
}

.about2_left {
  width: 29.65%;
  margin-left: 8.46%;
  padding-top: 1.5rem;
  position: relative;
}

.about2_left div {
  position: absolute;
  right: -11.7%;
  top: -0.9rem;
  width: 84.77%;
  height: 84.5%;
  background: #35347e;
  z-index: 1;
}

.about2_left img {
  width: 100%;
  position: relative;
  z-index: 10;
}

.about2_right {
  width: 43%;
  margin-left: 10.4%;
  font-size: .9rem;
  color: #484848;
  line-height: 2.444;
}

.about3 {
  padding: 4.3rem 0 6.7rem 0;
  background: url(../images/about3_bg.png) no-repeat;
  background-size: cover;
}

.about3_swiper {
  margin-top: 3.8rem;
}

.about3 .swiper-slide {
  padding-right: .5rem;
  padding-bottom: .5rem;
}

.about3_list {
  box-shadow: .5rem .5rem 0px 0px #35347e;
  position: relative;
  overflow: hidden;
}

.about3_list img {
  width: 100%;
}

.about3_list div {
  position: absolute;
  left: 0;
  top: -101%;
  background: rgba(53, 52, 126, .6);
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 5%;
  transition: .3s;
}

.about3_list div img {
  width: 1.6rem;
  margin: 1.4rem auto 0 auto;
}

.about3_list:hover div {
  top: 0;
}

.about3_dot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.5rem;
}

.about3_dot span {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0 .6rem;
  transition: .3s;
  background: #35347e;
}

.about3_dot .swiper-pagination-bullet-active {
  width: 2.5rem;
  border-radius: 30px;
}

.about4 {
  padding: 3.3rem 0 3.1rem 0;
}

.about4_top {
  display: flex;
  align-items: center;
}

.about4_hr {
  width: 47.77%;
  margin-left: auto;
  border-bottom: 1px solid #e3e3e3;
}

.about4_lr {
  display: flex;
  align-items: center;
  margin-left: 4.58%;
}

.about4_lr div {
  width: 1.65rem;
  height: 1.65rem;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: .3s;
}

.about4_lr img {
  width: 54.54%;
  transition: .3s;
}

.about4_lr img:nth-of-type(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.about4_lr div:hover {
  background: #f49c33;
}

.about4_lr div:hover img:nth-of-type(1) {
  opacity: 0;
}

.about4_lr div:hover img:nth-of-type(2) {
  opacity: 1;
}

.about4_next {
  margin-left: 1.2rem;
}

.about4_swiper {
  margin-top: 3.3rem;
}

.about4_list {
  /* display: flex;
  align-items: center; */
  border: .7rem solid #f2f2f2;
  background: #fff;
  padding: 1rem .4rem .35rem .7rem;
}

.about4_left {
  flex: 1;
  overflow: hidden;
  text-align: center;
}

.about4_left div {
  font-size: 1.5rem;
  /* line-height: 2.25rem;
  height: 4.5rem; */
  font-weight: bold;
  color: #b38046;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical; */
}

.about4_left span {
  display: block;
  font-size: 1rem;
  color: #333333;
  line-height: 1.9;
  margin-top: 1.4rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  display: none;
}

.about4_right {
  /* width: 39.8%; */
  width: 100%;
  background: #fafafa;
  padding: 1.2rem .6rem;
  margin-top: 1.1rem;
  /* margin-left: 1rem; */
}

.about4_right img {
  /* width: 100%; */
  width: 60%;
  margin: 0 auto;
}

.about4_dot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
}

.about4_dot span {
  width: 2.15rem;
  height: .1rem;
  background: #f49c33;
  border-radius: 0;
  opacity: .3;
  margin: 0 .4rem;
}

.about4_dot .swiper-pagination-bullet-active {
  opacity: 1;
  height: .3rem;
}

/* #endregion */

/* #region  增加*/
.index6_mainp {
  display: none;
}

.show_phone {
  display: none;
}

.en_choose {
  font-size: .8rem;
  margin-left: auto;
}


.teacher2_popup div {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  line-clamp: 11;
  -webkit-box-orient: vertical;
}

.fadeInUp2 {
  animation: fadeInUp2 1s both;
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.banner_txt2 span,
.banner_txt span {
  animation-delay: 0.2s;
}

/* #endregion */

/* #region  列表*/
/* .list_main {
  padding: 6rem 0 5rem 0;
} */

.list_row {
  display: flex;
  align-items: center;
  padding: 1.6rem 0;
  border-bottom: 1px solid #eee;
}

.list_row:last-of-type {
  border-bottom: none;
}

.list_img {
  border-radius: .5rem;
  overflow: hidden;
}

.list_img img {
  width: 14rem;
  transition: .5s;
}

.list_txtp{
  flex: 1;
  overflow: hidden;
  padding-left: 3%;
}

.list_txt span {
  display: block;
  font-size: 1.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: .2s;
}

.list_txt div {
  font-size: .9rem;
  line-height: 1.8rem; 
  color: #838383;
  margin-top: 1rem;
}

.list_more {
  width: 8rem;
  height: 2.6rem;
  border-radius: 30px;
  background: linear-gradient(to right, #35347e , #6b69aa);
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-top: 1rem;
  transition: .3s;
}

.list_row:hover .list_more {
  opacity: .85;
}

.list_row:hover .list_img img {
  transform: scale(1.05);
}

.list_row:hover .list_txt span {
  color: #2538cc;
}

.list_page {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  font-size: 1rem;
}

.list_page a {
  width: 6.6rem;
  height: 3rem;
  border: 1px solid #35347e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem;
  transition: .3s;
  font-size: 1rem;
}

.list_page a:hover {
  background: #35347e;
  color: #fff;
}

.list_main {
  padding: 8rem 0 5rem 0;
}

.list_main .life2 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.list_main .life2_list {
  margin-bottom: 4rem;
}

.list_main .life2_list {
  width: 30.9%;
  position: relative;
  margin-right: 3.65%;
}

.list_main .life2_list:nth-of-type(3n+3) {
  margin-right: 0;
}

#wmap {
  width: 100%;
  height: 22rem;
  margin-top: 2rem;
}

/* #endregion */

/* #region  修改*/
.en_choose {
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #35347e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}


.en_choose:hover {
  opacity: .85;
}

.xz_more {
  width: 11rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #35347e;
  color: #fff;
  border-radius: 30px;
  font-size: 1rem;
  transition: .3s;
  margin: 3.6rem auto 0 auto;
  transition: .3s;
}

.xz_more img {
  width: 1rem;
  margin-left: 1rem;
  transition: .5s;
}

.xz_more:hover {
  opacity: .85;
}

.xz_more:hover img {
  transform: translateX(.6rem);
}

.about2_right_row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.about2_right_row div {
  width: 6.6rem;
  height: 1.66rem;
  font-size: .9rem;
  color: #fff;
  background: #35347e;
  border-radius: 30px;
  margin-right: .7rem;
  margin-bottom: .7rem;
  display: flex;
  align-items: center;
  justify-content: center;

}

.contact_map iframe {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  margin: 0 !important;
}

.index_banner {
  position: relative;
}

.banner_dot {
  position: absolute;
  left: 0;
  bottom: 1.6rem;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 10;
}

.banner_dot span {
  background: #fff;
  opacity: 1;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  margin: 0 .3rem;
}

.banner_dot .swiper-pagination-bullet-active {
  background: #35347e;
}


/* #endregion */

/* #region  修改2*/
.competition2_col {
  padding-top: 1.6rem;
}

.competition2_txt div {
  line-height: 1.5;
  white-space: pre-wrap;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.standard4 .width {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.standard4 {
  padding: 5rem 0 2.7rem 0;
}

.standard4_list {
  width: 14.28%;
  margin-bottom: 1.5rem;
}

.teacher_list {
  padding: 6rem 0 4rem 0;
}

.teacher_list ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.6rem;
}

.teacher_list li {
  width: 23.6%;
  margin-right: 1.86%;
  overflow: hidden;
  padding-bottom: 1rem;
  margin-top: 2rem;
}

.teacher_list li:nth-of-type(4n+4) {
  margin-right: 0;
}

/* #endregion */


/* #region  详情1*/

.xshow {
  padding: 5.5rem 0 3rem 0;
}

.width2 {
  width: 1200px;
  margin: 0 auto;
}

.xshow_card {
  width: 100%;
  min-height: 800px;
  background: url(../images/xshow_bg.png) no-repeat;
  background-size: cover;
  background-position: right bottom;
  position: relative;
}

.xshow_logo {
  position: absolute;
  left: 70px;
  top: 76px;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  color: #f49c33;
}

.xshow_logo::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 98px;
  height: 4px;
  border-radius: 30px;
  background: #f49c33;
  bottom: -15px;
}

.xshow_logo img {
  width: 64px;
  margin-right: 16px;
}

.xshow_list {
  position: absolute;
  top: 82px;
  right: 113px;
}

.xshow_list li {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1.7;
}

.xshow_list div {
  min-width: 300px;
  text-align: right;
  color: #f49c33;
}

.xshow_list span {
  color: #35347e;
  margin-left: 18px;
}

.xshow_select {
  position: absolute;
  right: 78px;
  top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.xshow_select div {
  height: 75px;
  border-right: 1px solid #6043eb;
}

.xshow_select span {
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #6043eb;
}

.xshow_item1 {
  width: 258px;
  height: 261px;
  background: url(../images/xshow_item1.png) no-repeat;
  background-size: 100% 100%;
  left: 342px;
  top: 90px;
}

.xshow_item2 {
  width: 416px;
  height: 419px;
  background: url(../images/xshow_item2.png) no-repeat;
  background-size: 100% 100%;
  left: 20px;
  top: 267px;
}

.xshow_item3 {
  width: 232px;
  height: 235px;
  background: url(../images/xshow_item3.png) no-repeat;
  background-size: 100% 100%;
  left: 408px;
  top: 353px;
}

.xshow_item4 {
  width: 262px;
  height: 265px;
  background: url(../images/xshow_item4.png) no-repeat;
  background-size: 100% 100%;
  left: 608px;
  top: 505px;
}

.xshow_item5 {
  width: 374px;
  height: 377px;
  background: url(../images/xshow_item5.png) no-repeat;
  background-size: 100% 100%;
  left: 815px;
  top: 355px;
}

.xshow_item1,
.xshow_item2,
.xshow_item3,
.xshow_item4,
.xshow_item5 {
  position: absolute;
  padding: 10px 18px 20px 10px;
}

.xshow_item1 img,
.xshow_item2 img,
.xshow_item3 img,
.xshow_item4 img,
.xshow_item5 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: .5s;
  object-fit: cover;
}

.xshow_item1 div,
.xshow_item2 div,
.xshow_item3 div,
.xshow_item4 div,
.xshow_item5 div {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.xshow_item1:hover img,
.xshow_item2:hover img,
.xshow_item3:hover img,
.xshow_item4:hover img,
.xshow_item5:hover img {
  transform: scale(1.1);
}


/* #endregion */

/* #region  详情2*/
.xshow_card2 {
  width: 100%;
  min-height: 950px;
  background: url(../images/xshow_bg2.png) no-repeat;
  background-size: cover;
  background-position: right bottom;
  position: relative;
}

.xshow_list2 {
  position: absolute;
  top: 602px;
  left: 10px;
}

.xshow_list2 li {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1.7;
}

.xshow_list2 div {
  min-width: 262px;
  text-align: right;
  color: #f49c33;
}

.xshow_list2 span {
  color: #35347e;
  margin-left: 18px;
}

.xshow2_item1 {
  width: 379px;
  height: 382px;
  background: url(../images/xshow2_item1.png) no-repeat;
  background-size: 100% 100%;
  left: 190px;
  top: 107px;
}

.xshow2_item2 {
  width: 416px;
  height: 419px;
  background: url(../images/xshow2_item2.png) no-repeat;
  background-size: 100% 100%;
  left: 742px;
  top: 45px;
}

.xshow2_item3 {
  width: 232px;
  height: 235px;
  background: url(../images/xshow2_item3.png) no-repeat;
  background-size: 100% 100%;
  left: 586px;
  top: 216px;
}

.xshow2_item4 {
  width: 262px;
  height: 265px;
  background: url(../images/xshow2_item4.png) no-repeat;
  background-size: 100% 100%;
  left: 853px;
  top: 506px;
}

.xshow2_item5 {
  width: 374px;
  height: 377px;
  background: url(../images/xshow2_item5.png) no-repeat;
  background-size: 100% 100%;
  left: 476px;
  top: 520px;
}

.xshow2_item1,
.xshow2_item2,
.xshow2_item3,
.xshow2_item4,
.xshow2_item5 {
  position: absolute;
  padding: 10px 18px 20px 10px;
}

.xshow2_item1 img,
.xshow2_item2 img,
.xshow2_item3 img,
.xshow2_item4 img,
.xshow2_item5 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: .5s;
  object-fit: cover;
}

.xshow2_item1 div,
.xshow2_item2 div,
.xshow2_item3 div,
.xshow2_item4 div,
.xshow2_item5 div {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.xshow2_item1:hover img,
.xshow2_item2:hover img,
.xshow2_item3:hover img,
.xshow2_item4:hover img,
.xshow2_item5:hover img {
  transform: scale(1.1);
}



/* #endregion */


/* #region  */

/* #endregion */