.topnavbox {
  width: 100%;
  height: 45px;
  background: #f7f9fa;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 8px;
  font: 12px/1 "Microsoft Yahei", "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif;
}
.topnavbox a:hover {
  font-weight: bold !important;
  color: #445a65 !important;
}
.topnavbox .CenterBox {
  width: 1200px;
  margin: 0 auto;
}
.topnavbox .nav-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  padding-top: 15px;
}
.topnavbox .nav-head-lf a {
  font-size: 14px;
  color: #445a65;
}
.topnavbox .nav-head-lf a + a {
  margin-left: 20px;
}
.topnavbox .nav-head-rt {
  width: 650px;
  overflow: hidden;
}
.topnavbox .nav-head-rt .nav-head-mid {
  width: auto;
  font-size: 14px;
}
.top-banner {
  width: 100%;
  height: auto;
  text-align: right;
}
.top-banner img {
  width: 100%;
}
.top-imgs {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.top-imgs .top-img {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.top-imgs .top-img a:nth-child(n+5) {
  display: none;
}
.nav {
  width: 100%;
  padding: 25px 0;
}
.nav .nav-top {
  display: flex;
  height: 40px;
  justify-content: space-between;
}
.nav .nav-top img {
  width: 240px;
  height: 50px;
  margin-top: -5px;
}
.nav .nav-top .logo {
  display: flex;
}
.nav .nav-top .logo div {
  align-self: center;
  height: 26px;
  line-height: 25px;
  font-size: 20px;
  color: #fff;
  padding: 0 15px;
  background: #ea645a;
  border-radius: 4px;
  margin-left: 40px;
}
.nav .nav-top .search-box {
  width: 400px;
  height: 100%;
  margin-left: 355px;
  border: 1px solid #6a6a6a;
  border-radius: 40px;
  align-items: center;
  overflow: hidden;
}
.nav .nav-top .search-box .search-input {
  width: 320px;
  font-size: 18px;
  color: #333;
  padding: 0 1em;
  background: #f8f8f8;
}
.nav .nav-top .search-box .search-btn {
  height: 100%;
  display: inline-block;
  cursor: pointer;
}
.nav .nav-top .search-box .search-btn * {
  line-height: 38px;
  cursor: pointer;
}
.nav .nav-top .search-box .search-btn svg {
  font-size: 16px;
  margin-right: 3px;
}
.nav .nav-top .search-box .search-btn .s-btn {
  font-weight: bold;
  font-size: 18px;
  color: #ea645a;
  background: #f8f8f8;
}
.nav .nav-top .region-box {
  width: 140px;
  height: 40px;
  margin-left: 50px;
  background: #ea645a;
  border-radius: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.nav .nav-top .region-box span {
  font-size: 18px;
  color: #fff;
}
.nav .nav-top .region-box svg {
  color: #fff;
  margin-left: 5px;
}
.nav .nav-top .region-box .region-show {
  display: none;
  position: absolute;
  top: 40px;
  right: -15px;
  padding-top: 10px;
  z-index: 1111;
}
.nav .nav-top .region-box .region-show::before {
  content: '';
  position: absolute;
  top: 0;
  right: 35px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #ea645a;
}
.nav .nav-top .region-box .region-show > div {
  width: 460px;
  height: auto;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 10px;
  border-radius: 10px;
}
.nav .nav-top .region-box .region-show > div a {
  display: block;
  height: 20px;
  font-size: 20px;
  margin: 10px;
  line-height: 1;
}
.nav .nav-top .region-box:hover .region-show {
  display: block;
}
.nav .nav-bot {
  margin-top: 25px;
  padding: 0 20px;
  background: #ea645a;
  height: 55px;
  display: flex;
  justify-content: space-between;
}
.nav .nav-bot a {
  display: block;
  font-size: 20px;
  padding: 0 25px;
  height: 100%;
  color: #fff;
  line-height: 53px;
  position: relative;
}
.nav .nav-bot a:hover {
  font-weight: bold;
}
.nav .nav-bot .nav-select-btn::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #ea645a;
}
.nav .nav-select-box {
  margin-top: 30px;
  display: flex;
  height: 24px;
  align-items: center;
  border-left: 7px solid #ea645a;
  padding: 0 2px;
}
.nav .nav-select-box > a {
  line-height: 1;
  font-size: 18px;
  text-align: center;
  padding: 0 8px;
}
.nav .nav-select-box > a:hover {
  color: #ea645a;
}
.nav .nav-select-box > a + a {
  border-left: 1px solid #333;
}
.nav .nav-select-box .not-border {
  border: none;
}
.nav .nav-select-box.filed-list {
  height: 48px;
  transition: all 0.3s;
  position: relative;
  overflow: visible;
  border-left: 0;
  padding-left: 10px;
  margin-bottom: -24px;
}
.nav .nav-select-box.filed-list::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  height: 24px;
  width: 7px;
  background: #ea645a;
}
.nav .nav-select-box.filed-list > div,
.nav .nav-select-box.filed-list a {
  font-size: 18px;
  height: 100%;
  padding: 0.5em;
}
.nav .nav-select-box.filed-list > div:not(:last-child) {
  margin: 0;
  cursor: default;
}
.nav .nav-select-box.filed-list > div:not(:last-child):hover .filed-name::before {
  opacity: 1;
}
.nav .nav-select-box.filed-list > div:not(:last-child):hover .filed-show {
  display: flex;
}
.nav .nav-select-box.filed-list .filed-name {
  font-size: 18px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.nav .nav-select-box.filed-list .filed-name:hover {
  color: #ea645a;
}
.nav .nav-select-box.filed-list .filed-name::before {
  opacity: 0;
  content: '';
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #ea645a;
}
.nav .nav-select-box.filed-list .filed-show {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  width: 860px;
  height: auto;
  padding: 1em 35px;
  border: 1px solid #e0e0e0;
  border-top: 12px solid #ea645a;
  background: #fff;
  border-radius: 10px;
  z-index: 11;
  flex-wrap: wrap;
}
.nav .nav-select-box.filed-list .filed-show a {
  display: block;
  width: 25%;
  margin: 1em 0;
  font-size: 16px;
  transition: all 0.3s;
}
.nav .nav-select-box.filed-list .filed-show a:hover {
  color: #ea645a;
}
.footer {
  width: 1200px;
  min-height: 200px;
  margin: 100px auto 0;
  z-index: 111;
}
.footer .fotab {
  width: 100%;
  overflow: hidden;
}
.footer .fotab p {
  width: 100%;
  height: 28px;
  overflow: hidden;
  display: flex;
}
.footer .fotab p span {
  display: block;
  width: 150px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
.footer .fotab p span:nth-of-type(1) {
  border-radius: 10px 0 0 0;
}
.footer .fotab p span:nth-of-type(2) {
  border-radius: 0 10px 0 0;
}
.footer .fotab p .ck {
  background: #3D7EC9;
  color: #fff;
}
.footer .fotab div {
  width: 100%;
  height: 80px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  background: #fff;
}
.footer .fotab div:nth-of-type(1) a {
  float: left;
  margin: 15px 0 0 95px;
}
.footer .fotab div:nth-of-type(1) a img {
  display: block;
  height: 50px;
}
.footer .fotab div:nth-of-type(2) {
  box-sizing: border-box;
  padding: 10px;
  display: none;
}
.footer .fotab div:nth-of-type(2) a {
  float: left;
  width: 20%;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 45px;
  line-height: 30px;
}
.footer .hezuo {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
}
.footer .hezuo p {
  float: left;
  width: 50%;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.footer .hezuo p span {
  font-size: 14px;
  margin-left: 10px;
  color: #999;
}
.footer .zhcihi {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  border-top: 1px solid #333;
}
.footer .zhcihi p {
  text-align: center;
}
.footer .zhcihi p > a {
  border-right: 1px solid #000;
  padding: 0 6px 0 3px;
}
.footer .zhcihi p > a:last-child {
  border: none;
}
.footer .zhcihi p > span {
  padding: 0 9px;
}
.footer .copyright {
  background: #fff;
  padding: 30px 0;
  text-align: center;
}
.footer .copyright * {
  line-height: 26px;
  color: #445A65;
}
.footer .copyright .cooperation {
  margin-bottom: 20px;
}
.m6-hot-job-box {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.m6-hot-job-box .m6-hj-item {
  width: 420px;
  height: auto;
  margin-bottom: 25px;
  margin-right: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 25px;
  position: relative;
  transition: all 0.3s;
}
.m6-hot-job-box .m6-hj-item:hover {
  transform: scale(1.02);
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
}
.m6-hot-job-box .m6-hj-item .m6-hj-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 1;
}
.m6-hot-job-box .m6-hj-item .m6-hj-title a {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  transition: all 0.3s;
}
.m6-hot-job-box .m6-hj-item .m6-hj-title a:hover {
  color: #175faf;
}
.m6-hot-job-box .m6-hj-item .m6-hj-text {
  display: flex;
  margin-top: 20px;
}
.m6-hot-job-box .m6-hj-item .m6-hj-text div {
  font-size: 16px;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m6-hot-job-box .m6-hj-item .m6-hj-text div + div {
  margin-left: 40px;
}
.m6-hot-job-box .m6-hj-item .m6-hj-tag {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.m6-hot-job-box .m6-hj-item .m6-hj-tag * {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1;
}
.m6-hot-job-box .m6-hj-item .m6-hj-tag svg {
  font-size: 16px;
  color: #ea645a;
  margin-right: 5px;
}
.m6-hot-job-box .m6-hj-item .m6-hj-tag div {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m6-hot-job-box .m6-hj-item .m6-hj-tag div + div {
  margin-left: 40px;
}
.m6-hot-job-box .m6-hj-item .m6-hj-btn {
  position: absolute;
  width: 100px;
  height: 26px;
  bottom: 20px;
  right: 20px;
  border: 1px solid #ea645a;
  border-radius: 20px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #ea645a;
}
.m6-hot-job-box .m6-job-img {
  margin-bottom: 25px;
  width: 860px;
  height: auto;
}
.m6-hot-job-box .m6-job-img img {
  width: 100%;
}
.m6-hot-job-box .m4-hot-con {
  width: 100%;
  height: auto;
  margin-right: 20px;
  margin-bottom: 50px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  padding: 24px 0;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.m6-hot-job-box .m4-hot-con .m4-hot-box {
  width: 50%;
}
.m6-hot-job-box .m4-hot-con .m4-hot-box .m4-hot-item {
  height: 32px;
  padding-left: 70px;
}
.m6-hot-job-box .m4-hot-con .m4-hot-box .m4-hot-item a {
  font-size: 18px;
  line-height: 32px;
  color: #6a6a6a;
  transition: all 0.3s;
}
.m6-hot-job-box .m4-hot-con .m4-hot-box .m4-hot-item a:hover {
  color: #ff3838;
}
.m6-hot-job-box .m4-hot-con .m4-hot-box .m4-hot-item + .m4-hot-item {
  margin-top: 30px;
}
.m6-hot-job-box .m4-hot-con .m4-hot-box .icon1 {
  background: url(../images/m4-icon-1.png) no-repeat 35px 2px;
  background-size: 18px;
}
.m6-hot-job-box .m4-hot-con .m4-hot-box .icon2 {
  background: url(../images/m4-icon-2.png) no-repeat 32px 6px;
  background-size: 20px;
}
.m6-hot-job-box .m4-hot-con .m4-hot-box .icon3 {
  background: url(../images/m4-icon-3.png) no-repeat 30px 7px;
  background-size: 24px;
}
.m6-hot-job-box .m4-hot-con .m4-hot-box .icon4 {
  background: url(../images/m4-icon-4.png) no-repeat 30px 5px;
  background-size: 24px;
}
.m6-hot-job-box .m4-hot-con .m4-hot-box + .m4-hot-box {
  border-left: 2px solid #e3e3e3;
}
#app {
  width: 100%;
  height: auto;
}
.fixed-img {
  display: block;
  width: 90px;
  min-height: 360px;
  position: fixed;
}
.fixed-img img {
  width: 100%;
}
.fixed-img span {
  position: absolute;
  top: 3px;
  right: 5px;
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
}
.fixed-img:hover span {
  opacity: 1;
}
.fixed-img.left {
  margin: 200px 0 0 -120px;
}
.fixed-img.right {
  margin: 200px 0 0 1230px;
}
.module_1 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.module_1 .m1-lf {
  width: 800px;
}
.module_1 .m1-lf .m1-focus {
  width: 800px;
  height: 400px;
  border-radius: 15px;
  margin-bottom: 30px;
  --swiper-pagination-color: #ea645a;
}
.module_1 .m1-lf .m1-focus .swiper-slide {
  width: 100%;
  height: 100%;
}
.module_1 .m1-lf .m1-focus .swiper-slide img {
  width: 100%;
  height: 100%;
}
.module_1 .m1-lf .m1-focus .swiper-pagination {
  color: #fff;
  font-size: 18px;
}
.module_1 .m1-lf .m1-focus .swiper-pagination span {
  font-size: 18px;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.module_1 .m1-lf .m1-flag {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.module_1 .m1-lf .m1-flag .m1-flag-item {
  width: 390px;
  height: 108px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.module_1 .m1-lf .m1-flag .m1-flag-item img {
  width: 100%;
  height: 100%;
}
.module_1 .m1-lf .m1-flag .m1-flag-item a {
  width: 100%;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 0;
  color: #fff;
  padding: 0;
  text-align: center;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.module_1 .m1-lf .m1-flag .m1-flag-item a b {
  flex-basis: 100%;
  font-size: 24px;
}
.module_1 .m1-lf .m1-flag .m1-flag-item a p {
  font-size: 20px;
  flex-basis: 100%;
}
.module_1 .m1-lf .m1-flag + .m1-flag {
  margin-top: 20px;
}
.module_1 .m1-rt {
  margin-top: 30px;
  margin-left: 40px;
  flex: 1;
  height: 635px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.module_1 .m1-rt .m1-top-title {
  position: absolute;
  width: 200px;
  height: 50px;
  top: -30px;
  left: 0;
  color: #f6f6f6;
  background: #ff7656;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  border-radius: 15px 25px 25px 0;
}
.module_1 .m1-rt .m1-top-box {
  padding-top: 20px;
}
.module_1 .m1-rt .m1-top-box .m1-top-item {
  list-style-type: none;
  counter-reset: sectioncounter;
}
.module_1 .m1-rt .m1-top-box .m1-top-item li {
  margin: 8px 0;
  padding: 0 0 0 20px;
  display: flex;
}
.module_1 .m1-rt .m1-top-box .m1-top-item li .m1-top-school-info {
  display: flex;
  margin-left: 20px;
  position: relative;
  padding: 10px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.3s;
}
.module_1 .m1-rt .m1-top-box .m1-top-item li .m1-top-school-info .m1-top-school-name {
  display: block;
  width: 200px;
}
.module_1 .m1-rt .m1-top-box .m1-top-item li .m1-top-school-info .m1-location {
  display: flex;
  align-items: center;
}
.module_1 .m1-rt .m1-top-box .m1-top-item li .m1-top-school-info .m1-location svg {
  line-height: 1;
  font-size: 16px;
  color: #5a90ea;
}
.module_1 .m1-rt .m1-top-box .m1-top-item li .m1-top-school-info .m1-location span {
  margin-left: 3px;
  line-height: 1;
}
.module_1 .m1-rt .m1-top-box .m1-top-item li .m1-top-school-info .m1-top-show {
  position: absolute;
  z-index: 11;
  width: 350px;
  height: 130px;
  top: 50px;
  left: 200px;
  opacity: 0;
  border-radius: 10px;
  transition: all 0.5s;
  pointer-events: none;
  background: linear-gradient(to right, #ff934d, #fc6970);
  display: flex;
  align-items: center;
  padding: 20px;
}
.module_1 .m1-rt .m1-top-box .m1-top-item li .m1-top-school-info .m1-top-show .logo {
  width: 90px;
  border-radius: 50%;
}
.module_1 .m1-rt .m1-top-box .m1-top-item li .m1-top-school-info .m1-top-show .info {
  margin-left: 15px;
}
.module_1 .m1-rt .m1-top-box .m1-top-item li .m1-top-school-info .m1-top-show .info * {
  color: #fff;
  line-height: 1;
}
.module_1 .m1-rt .m1-top-box .m1-top-item li .m1-top-school-info .m1-top-show .info .name {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
}
.module_1 .m1-rt .m1-top-box .m1-top-item li .m1-top-school-info .m1-top-show .info .tag {
  display: flex;
}
.module_1 .m1-rt .m1-top-box .m1-top-item li .m1-top-school-info .m1-top-show .info .tag span {
  font-size: 16px;
  margin: 0 20px;
}
.module_1 .m1-rt .m1-top-box .m1-top-item li .m1-top-school-info .m1-top-show::before {
  content: '';
  position: absolute;
  top: -10px;
  right: 60px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #fc6e6a;
}
.module_1 .m1-rt .m1-top-box .m1-top-item li .m1-top-school-info:hover {
  border-bottom: 2px solid #fe8458;
}
.module_1 .m1-rt .m1-top-box .m1-top-item li .m1-top-school-info:hover .m1-top-show {
  left: -65px;
  opacity: 1;
}
.module_1 .m1-rt .m1-top-box .m1-top-item li * {
  line-height: 1;
  font-size: 18px;
}
.module_1 .m1-rt .m1-top-box .m1-top-item li::before {
  display: block;
  width: 25px;
  padding: 12px 0;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  content: counter(sectioncounter) "";
  counter-increment: sectioncounter;
}
.module_1 .m1-rt .m1-top-box .m1-top-item li:nth-child(1)::before {
  color: #ea444d;
}
.module_1 .m1-rt .m1-top-box .m1-top-item li:nth-child(2)::before {
  color: #ee6f2d;
}
.module_1 .m1-rt .m1-top-box .m1-top-item li:nth-child(3)::before {
  color: #efab3f;
}
.module_2 {
  width: 100%;
  height: auto;
  margin-top: 35px;
}
.module_2 .m2-b-title {
  width: 100%;
  height: 80px;
  background: #ff7656;
  position: relative;
  border-radius: 15px;
  display: flex;
  align-items: center;
}
.module_2 .m2-b-title .m2-hot-tag {
  position: absolute;
  top: 14px;
  left: 20px;
}
.module_2 .m2-b-title .m2-hot-text {
  text-align: center;
  margin: 0 auto;
}
.module_2 .m2-b-title .m2-hot-text a {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.module_2 .m2-con {
  width: 100%;
  height: 305px;
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}
.module_2 .m2-con .m2-trs-box {
  width: 970px;
  height: 305px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
}
.module_2 .m2-con .m2-trs-box .m2-trs-con {
  height: 100%;
}
.module_2 .m2-con .m2-trs-box .m2-trs-con .m2-trs-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.module_2 .m2-con .m2-trs-box .m2-trs-con .m2-trs-item:nth-child(3n-2) .m2-trs-title {
  background: #f5b460;
}
.module_2 .m2-con .m2-trs-box .m2-trs-con .m2-trs-item:nth-child(3n-1) .m2-trs-title {
  background: #ff7656;
}
.module_2 .m2-con .m2-trs-box .m2-trs-con .m2-trs-item:nth-child(3n) .m2-trs-title {
  background: #466ccf;
}
.module_2 .m2-con .m2-trs-box .m2-trs-con .m2-trs-item .m2-trs-address {
  padding: 10px;
  font-size: 16px;
  background: #f5b460;
  border-radius: 10px;
  color: #fff;
}
.module_2 .m2-con .m2-trs-box .m2-trs-con .m2-trs-item .m2-trs-title {
  width: 65px;
  height: 65px;
  border-radius: 8px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 1.2;
  padding: 6px;
}
.module_2 .m2-con .m2-trs-box .m2-trs-con .m2-trs-item .m2-trs-info-con {
  display: flex;
  justify-content: space-between;
}
.module_2 .m2-con .m2-trs-box .m2-trs-con .m2-trs-item .m2-trs-info {
  width: 375px;
  height: 65px;
  margin-left: 15px;
  border-bottom: 1px solid #b8b8b8;
}
.module_2 .m2-con .m2-trs-box .m2-trs-con .m2-trs-item .m2-trs-info .m2-s-title {
  font-size: 20px;
  margin-top: 4px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.module_2 .m2-con .m2-trs-box .m2-trs-con .m2-trs-item .m2-trs-info .m2-s-title a {
  font-size: 18px;
  color: #333;
  transition: all 0.3s;
}
.module_2 .m2-con .m2-trs-box .m2-trs-con .m2-trs-item .m2-trs-info .m2-s-title a:hover {
  color: #175faf;
}
.module_2 .m2-con .m2-trs-box .m2-trs-con .m2-trs-item .m2-trs-info .m2-tag-box {
  display: flex;
  justify-content: space-between;
}
.module_2 .m2-con .m2-trs-box .m2-trs-con .m2-trs-item .m2-trs-info .m2-tag-box * {
  font-size: 16px;
  color: #b8b8b8;
}
.module_2 .m2-con .m2-trs-box .m2-trs-con .m2-trs-item:last-child {
  margin-bottom: 0;
}
.module_2 .m2-con .m2-flag-con {
  width: 185px;
  height: auto;
}
.module_2 .m2-con .m2-flag-con .m2-flag-item {
  display: block;
  width: 100%;
  height: 140px;
  background: #f5b460;
  margin-bottom: 25px;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  font-size: 26px;
  color: #fff;
  line-height: 136px;
}
.module_2 .m2-con .m2-flag-con .m2-flag-item img {
  width: 100%;
  height: 100%;
}
.module_3 {
  width: 100%;
  height: 100px;
  border-radius: 15px;
  overflow: hidden;
  margin: 35px 0;
}
.module_3 img {
  width: 100%;
  height: 100%;
}
.module_4 {
  width: 100%;
}
.module_4 .m4-top {
  display: flex;
  position: relative;
}
.module_4 .m4-focus {
  width: 410px;
  height: 260px;
  border-radius: 10px;
  --swiper-pagination-color: #ea645a;
}
.module_4 .m4-focus .swiper-slide {
  width: 100%;
  height: 100%;
}
.module_4 .m4-focus .swiper-slide img {
  width: 100%;
  height: 100%;
}
.module_4 .m4-s-box {
  width: 790px;
  height: 260px;
}
.module_4 .m4-school-box.swiper-slide {
  width: 790px;
  height: 100%;
  padding-left: 30px;
  padding-right: 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.module_4 .m4-school-box.swiper-slide .m4-school-item {
  width: 120px;
  text-align: center;
}
.module_4 .m4-school-box.swiper-slide .m4-school-item img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.module_4 .m4-school-box.swiper-slide .m4-school-item span {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
.module_4 .m4-classify {
  width: 90px;
  height: 100%;
  background: #ea645a;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 10px;
  padding: 0 0 15px;
  transition: all 0.5s;
  z-index: 100;
}
.module_4 .m4-classify .m4-c-con {
  width: 90px;
  height: 225px;
  overflow-y: hidden;
}
.module_4 .m4-classify .m4-c-con .m4-c-item {
  text-align: center;
  height: auto;
}
.module_4 .m4-classify .m4-c-con .m4-c-item span {
  display: inline-block;
  height: 26px;
  font-size: 18px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.module_4 .m4-classify .m4-c-con .m4-c-item .active {
  border-bottom: 1px solid #fff !important;
}
.module_4 .m4-classify .m4-c-con .swiper-slide-thumb-active {
  position: relative;
}
.module_4 .m4-classify .m4-c-con .swiper-slide-thumb-active::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-right: 12px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.module_4 .m4-classify .m4-c-con .swiper-slide-thumb-active::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 12px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.module_4 .m4-classify .m4-c-btn {
  text-align: center;
  padding-top: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.module_4 .m4-classify .m4-c-btn svg {
  color: #fff;
  font-size: 20px;
}
.module_4 .m4-classify.active {
  background: #5a90ea;
}
.module_4 .m4-hot-con {
  width: 100%;
  height: auto;
  margin-top: 35px;
  background: #fff;
  border-radius: 15px;
  display: flex;
  padding: 20px 0;
}
.module_4 .m4-hot-con .m4-hot-box {
  width: 33.33%;
}
.module_4 .m4-hot-con .m4-hot-box .m4-hot-item {
  height: 32px;
  padding-left: 70px;
}
.module_4 .m4-hot-con .m4-hot-box .m4-hot-item a {
  font-size: 18px;
  line-height: 32px;
  color: #6a6a6a;
  transition: all 0.3s;
}
.module_4 .m4-hot-con .m4-hot-box .m4-hot-item a:hover {
  color: #ff3838;
}
.module_4 .m4-hot-con .m4-hot-box .m4-hot-item + .m4-hot-item {
  margin-top: 20px;
}
.module_4 .m4-hot-con .m4-hot-box .icon1 {
  background: url(../images/m4-icon-1.png) no-repeat 35px 2px;
  background-size: 18px;
}
.module_4 .m4-hot-con .m4-hot-box .icon2 {
  background: url(../images/m4-icon-2.png) no-repeat 32px 6px;
  background-size: 20px;
}
.module_4 .m4-hot-con .m4-hot-box .icon3 {
  background: url(../images/m4-icon-3.png) no-repeat 30px 7px;
  background-size: 24px;
}
.module_4 .m4-hot-con .m4-hot-box + .m4-hot-box {
  border-left: 2px solid #e3e3e3;
}
.module_5 {
  width: 100%;
  height: 100px;
  border-radius: 15px;
  overflow: hidden;
  margin: 35px 0;
}
.module_5 img {
  width: 100%;
  height: 100%;
}
.module_6 .m6-title {
  display: inline-block;
  width: auto;
  height: 50px;
  padding: 0 25px 0 20px;
  color: #f6f6f6;
  background: #ff7656;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  border-radius: 15px 25px 25px 0;
}
.module_6 .m6-title.blue {
  color: #175faf;
  background: #c2e7ff;
}
.module_6 .m6-title.blue2 {
  color: #fff;
  background: #5580ee;
}
.module_6 .m6-select-box {
  padding-top: 10px;
  margin-bottom: 25px;
}
.module_6 .m6-select-box .m6-s-item {
  margin-top: 10px;
  position: relative;
}
.module_6 .m6-select-box .m6-s-item .m6-s-title {
  display: block;
  width: 140px;
  padding-left: 25px;
  color: #175faf;
  font-weight: bold;
  margin: 0.5em 0;
}
.module_6 .m6-select-box .m6-s-item .m6-s-list {
  width: 1060px;
  height: 48px;
  display: block;
  font-size: 0;
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
}
.module_6 .m6-select-box .m6-s-item .m6-s-list > a,
.module_6 .m6-select-box .m6-s-item .m6-s-list > div {
  display: inline-block;
  width: auto;
  height: 24px;
  cursor: pointer;
  margin: 0.49em 0.74em;
}
.module_6 .m6-select-box .m6-s-item .m6-s-list .m6-s-more-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.module_6 .m6-select-box .m6-s-item .m6-s-list.filed-list {
  overflow: visible;
}
.module_6 .m6-select-box .m6-s-item .m6-s-list.filed-list > div:not(:last-child) {
  height: 100%;
  margin: 0 0.55em 0 0;
  padding: 0.5em 0.74em;
  cursor: default;
}
.module_6 .m6-select-box .m6-s-item .m6-s-list.filed-list > div:not(:last-child):hover .filed-name::before {
  opacity: 1;
}
.module_6 .m6-select-box .m6-s-item .m6-s-list.filed-list > div:not(:last-child):hover .filed-show {
  display: flex;
}
.module_6 .m6-select-box .m6-s-item .m6-s-list.filed-list .filed-name {
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.module_6 .m6-select-box .m6-s-item .m6-s-list.filed-list .filed-name:hover {
  color: #ea645a;
}
.module_6 .m6-select-box .m6-s-item .m6-s-list.filed-list .filed-name::before {
  opacity: 0;
  content: '';
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #ea645a;
}
.module_6 .m6-select-box .m6-s-item .m6-s-list.filed-list .filed-show {
  display: none;
  position: absolute;
  top: 48px;
  left: -30px;
  width: 860px;
  height: auto;
  padding: 1em 35px;
  border: 1px solid #e0e0e0;
  border-top: 12px solid #ea645a;
  background: #fff;
  border-radius: 10px;
  z-index: 11;
  flex-wrap: wrap;
}
.module_6 .m6-select-box .m6-s-item .m6-s-list.filed-list .filed-show a {
  display: block;
  width: 25%;
  margin: 1em 0;
  font-size: 16px;
  transition: all 0.3s;
}
.module_6 .m6-select-box .m6-s-item .m6-s-list.filed-list .filed-show a:hover {
  color: #ea645a;
}
.module_6 .m6-select-box .m6-s-item .active {
  height: auto;
  overflow: auto;
}
.module_6 .m6-select-box .m6-s-item:first-child .m6-s-list > a,
.module_6 .m6-select-box .m6-s-item:first-child .m6-s-list > div {
  margin: 0.49em 0.76em;
}
.module_6 .m6-select-box * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
  line-height: 1;
}
.module_6 .m6-content {
  display: flex;
}
.module_6 .m6-content .m6-lf {
  width: 880px;
}
.module_6 .m6-content .m6-lf .m6-com-box {
  margin-top: 15px;
}
.module_6 .m6-content .m6-lf .m6-com-box * {
  line-height: 1;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-com-item {
  width: 860px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 0 24px;
  margin-bottom: 25px;
  transition: all 0.3s;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-com-item:hover {
  transform: scale(1.02);
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-com-item .m6-c-head {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-com-item .m6-c-head .m6-c-title {
  display: flex;
  align-items: center;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-com-item .m6-c-head .m6-c-title .m6-c-logo {
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-com-item .m6-c-head .m6-c-title .m6-c-logo img {
  width: 100%;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-com-item .m6-c-head .m6-c-title .m6-c-name {
  font-size: 18px;
  font-weight: bold;
  margin-left: 14px;
  transition: all 0.3s;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-com-item .m6-c-head .m6-c-title .m6-c-name:hover {
  color: #175faf;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-com-item .m6-c-head .m6-c-tags {
  margin-left: 30px;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-com-item .m6-c-head .m6-c-tags span {
  display: inline-block;
  height: 26px;
  font-size: 16px;
  line-height: 24px;
  color: #5a90ea;
  border: 1px solid #5a90ea;
  border-radius: 3px;
  padding: 0 8px;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-com-item .m6-c-head .m6-c-tags span + span {
  margin-left: 10px;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-com-item .m6-c-head .m6-c-location {
  display: flex;
  align-items: center;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-com-item .m6-c-head .m6-c-location svg {
  color: #5a90ea;
  font-size: 14px;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-com-item .m6-c-head .m6-c-location span {
  margin-left: 5px;
  font-size: 18px;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-com-item .m6-c-head .m6-c-location a {
  margin-left: 15px;
  font-size: 18px;
  color: #5f5f5f;
  transition: all 0.3s;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-com-item .m6-c-head .m6-c-location a:hover {
  color: #466ccf;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-com-item .m6-c-body {
  border-top: 1px solid #d0cecf;
  padding: 15px 0;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-com-item .m6-c-body .m6-cb-item {
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-com-item .m6-c-body .m6-cb-item .m6-cb-i1 {
  max-width: 50%;
  min-width: 10%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-com-item .m6-c-body .m6-cb-item .m6-cb-i1 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 0;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-com-item .m6-c-body .m6-cb-item .m6-cb-i1 a:hover {
  color: #466ccf;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-com-item .m6-c-body .m6-cb-item .m6-cb-i2 {
  max-width: 30%;
  text-align: left;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-com-item .m6-c-body .m6-cb-item .m6-cb-i2 div {
  padding: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-com-item .m6-c-body .m6-cb-item .m6-cb-i3 {
  width: 13%;
  text-align: right;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-com-item .m6-c-body .m6-cb-item .m6-cb-i3 div {
  padding: 10px 0;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-com-item .m6-c-body .m6-cb-item * {
  font-size: 16px;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-load {
  width: 180px;
  margin: 50px auto 0;
  font-size: 18px;
  color: #666;
  text-align: center;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-load.more {
  cursor: pointer;
  transition: all 0.3s;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-load.more:hover {
  color: #466ccf;
}
.module_6 .m6-content .m6-lf .m6-com-box .m6-load.out {
  cursor: default;
}
.module_6 .m6-content .m6-lf .not-data {
  padding: 100px 0;
  text-align: center;
}
.module_6 .m6-content .m6-rt {
  width: 295px;
  margin-left: 25px;
}
.module_6 .m6-content .m6-rt .m6-hot-com-con {
  height: 820px;
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
.module_6 .m6-content .m6-rt .m6-hot-com-box {
  overflow: visible;
  height: 100%;
}
.module_6 .m6-content .m6-rt .m6-hot-com-box .m6-hc-item {
  width: 100%;
  height: 120px!important;
  background: #fff;
  border: 1px solid #466ccf;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  transition: all 0.3s;
}
.module_6 .m6-content .m6-rt .m6-hot-com-box .m6-hc-item:hover {
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
}
.module_6 .m6-content .m6-rt .m6-hot-com-box .m6-hc-item img {
  width: 65px;
  border-radius: 50%;
}
.module_6 .m6-content .m6-rt .m6-hot-com-box .m6-hc-item .m6-hc-logo {
  margin-right: 15px;
}
.module_6 .m6-content .m6-rt .m6-hot-com-box .m6-hc-item .m6-hc-name {
  font-size: 18px;
  color: #466ccf;
  line-height: 1;
  margin-bottom: 20px;
}
.module_6 .m6-content .m6-rt .m6-hot-com-box .m6-hc-item .m6-hc-tag {
  width: 175px;
  position: relative;
}
.module_6 .m6-content .m6-rt .m6-hot-com-box .m6-hc-item .m6-hc-tag span {
  line-height: 1;
  font-size: 16px;
  color: #466ccf;
}
.module_6 .m6-content .m6-rt .m6-hot-com-box .m6-hc-item .m6-hc-tag span + span {
  margin-left: 15px;
}
.module_6 .m6-content .m6-rt .m6-hot-com-box .m6-hc-item .m6-hc-btn {
  position: absolute;
  width: 80px;
  height: 22px;
  bottom: -2px;
  right: 0;
  border: 1px solid #5a90ea;
  border-radius: 20px;
  text-align: center;
  line-height: 18px;
  font-size: 16px;
  background: #5a90ea;
  color: #fff;
}
.module_6 .m6-content .m6-rt .m6-hot-com-btn {
  text-align: center;
  margin-bottom: 75px;
}
.module_6 .m6-content .m6-rt .m6-hot-com-btn svg {
  font-size: 30px;
  cursor: pointer;
  color: #466ccf;
}
.module_6 .m6-content .m6-rt .m6-success {
  width: 295px;
  background: #fff;
  padding-bottom: 15px;
}
.module_6 .m6-content .m6-rt .m6-success img {
  width: 100%;
}
.module_6 .m6-content .m6-rt .m6-success .successful-box {
  width: 100%;
  height: 260px;
  overflow: hidden;
  margin: 15px auto 0;
  padding-left: 20px;
  position: relative;
}
.module_6 .m6-content .m6-rt .m6-success .successful-box:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 96%;
  background: #175faf;
  top: 6px;
  left: 3px;
}
.module_6 .m6-content .m6-rt .m6-success .successful-box > div {
  padding: 3px;
  height: 80%;
  overflow: visible;
}
.module_6 .m6-content .m6-rt .m6-success .successful-box .swiper-slide {
  font-size: 14px;
  transition: height 0.3s;
  position: relative;
}
.module_6 .m6-content .m6-rt .m6-success .successful-box .swiper-slide .head {
  height: 100%;
  font-size: 14px;
  line-height: 46px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.module_6 .m6-content .m6-rt .m6-success .successful-box .swiper-slide .head span {
  transition: all 0.3s;
  color: #175faf;
  font-size: 14px;
}
.module_6 .m6-content .m6-rt .m6-success .successful-box .swiper-slide .body {
  width: 100%;
  height: 0;
  overflow: hidden;
  border-radius: 5px;
  transition: height 0.3s;
}
.module_6 .m6-content .m6-rt .m6-success .successful-box .swiper-slide .body .body-wrap {
  width: 150%;
  height: 100%;
  transition: all 0.3s;
}
.module_6 .m6-content .m6-rt .m6-success .successful-box .swiper-slide .body .lf {
  float: left;
  width: 160px;
  height: 120px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 35px;
  background: url(../images/m6-successful-blue.png) no-repeat center left;
}
.module_6 .m6-content .m6-rt .m6-success .successful-box .swiper-slide .body .lf > div {
  color: #fff;
  text-align: center;
  line-height: 1.6;
}
.module_6 .m6-content .m6-rt .m6-success .successful-box .swiper-slide .body .lf .p-name {
  font-size: 14px;
}
.module_6 .m6-content .m6-rt .m6-success .successful-box .swiper-slide .body .lf .s-name {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
}
.module_6 .m6-content .m6-rt .m6-success .successful-box .swiper-slide .body .rt {
  float: left;
  width: auto;
  padding-top: 20px;
}
.module_6 .m6-content .m6-rt .m6-success .successful-box .swiper-slide .body .rt > div {
  font-size: 14px;
  line-height: 2;
}
.module_6 .m6-content .m6-rt .m6-success .successful-box .swiper-slide:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #175faf;
  top: 50%;
  transform: translate(-50%);
  left: -20px;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s;
}
.module_6 .m6-content .m6-rt .m6-success .successful-box .swiper-slide-prev:before {
  opacity: 0;
}
.module_6 .m6-content .m6-rt .m6-success .successful-box .swiper-slide-prev .head {
  opacity: 0;
}
.module_6 .m6-content .m6-rt .m6-success .successful-box .swiper-slide-active {
  height: 120px !important;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px #aaa;
  background: url(../images/m6-successful-bg.jpg) no-repeat center right;
}
.module_6 .m6-content .m6-rt .m6-success .successful-box .swiper-slide-active .head {
  opacity: 0;
  height: 0;
}
.module_6 .m6-content .m6-rt .m6-success .successful-box .swiper-slide-active:hover .body-wrap {
  margin-left: -46%;
}
.module_6 .m6-content .m6-rt .m6-success .successful-box .ani-slide .body {
  height: 100%;
}
.module_6 .m6-content .m6-rt .m6-consultant,
.module_6 .m6-content .m6-rt .m6-contact {
  margin-top: 100px;
  width: 100%;
  padding: 3px 3px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.module_6 .m6-content .m6-rt .m6-consultant .m6-head,
.module_6 .m6-content .m6-rt .m6-contact .m6-head {
  display: flex;
  justify-content: space-between;
}
.module_6 .m6-content .m6-rt .m6-consultant .m6-head .m6-icon,
.module_6 .m6-content .m6-rt .m6-contact .m6-head .m6-icon {
  margin-top: -5px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #539cf8, #5fbef9);
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.module_6 .m6-content .m6-rt .m6-consultant .m6-head .m6-icon svg,
.module_6 .m6-content .m6-rt .m6-contact .m6-head .m6-icon svg {
  color: #fff;
  font-size: 30px;
  margin: 0 auto;
}
.module_6 .m6-content .m6-rt .m6-consultant .m6-head .m6-icon .m6-show,
.module_6 .m6-content .m6-rt .m6-contact .m6-head .m6-icon .m6-show {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -260px;
  top: 70px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
}
.module_6 .m6-content .m6-rt .m6-consultant .m6-head .m6-icon:hover .m6-show,
.module_6 .m6-content .m6-rt .m6-contact .m6-head .m6-icon:hover .m6-show {
  opacity: 1;
  right: 10px;
  top: 70px;
}
.module_6 .m6-content .m6-rt .m6-consultant .m6-body,
.module_6 .m6-content .m6-rt .m6-contact .m6-body {
  margin-top: 30px;
}
.module_6 .m6-content .m6-rt .m6-consultant .m6-body div,
.module_6 .m6-content .m6-rt .m6-contact .m6-body div {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  padding: 6px;
}
.module_6 .m6-content .m6-rt .m6-consultant .m6-body div a,
.module_6 .m6-content .m6-rt .m6-contact .m6-body div a {
  display: block;
  width: 130px;
  height: 50px;
  background: #fb9a53;
  border-radius: 25px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
}
.module_6 .m6-content .m6-rt .m6-contact .m6-body div a {
  background: #89d6fe;
}
.module_6 .m6-content .m6-rt .m6-picture {
  margin-top: 25px;
  width: 100%;
  height: auto;
}
.module_6 .m6-content .m6-rt .m6-picture .m6-pic {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.module_6 .m6-content .m6-rt .m6-picture .m6-pic img {
  width: 100%;
}
.module_6 .m6-content .m6-rt .m6-picture .m6-pic + .m6-pic {
  margin-top: 25px;
}
