.pc {
  display: block;
}
.mobile {
  display: none;
}
body {
  font-family: "Microsoft YaHei";
}
img {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
.w {
  max-width: 1600px;
  margin: 0 auto;
}
.nr {
  width: 1400px;
  max-width: 90%;
  margin: 0 auto;
}
li {
  list-style: none;
}
ul {
  padding: 0;
  margin: 0;
}
p {
  margin-bottom: 0;
}
a {
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #076cb2;
}
a:link {
  text-decoration: none;
}
:root {
  --swiper-navigation-size: 26px;
}
.swiper-pagination-bullet-active {
  background-color: #076cb2;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
.ft_title {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ft_title h2 {
  font-size: 39px;
  font-weight: bold;
  color: #333333;
  margin: 20px 0;
}
.ft_title p {
  font-size: 34px;
  color: #333333;
}
.ft_title .bb {
  display: flex;
  align-items: center;
}
.ft_title .bb > div {
  width: 118px;
  height: 1px;
  background-color: #00afe9;
}
.ft_title .bb::before,
.ft_title .bb::after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 2px solid #00afe9;
  border-radius: 100%;
}
.min_title {
  position: relative;
  padding-bottom: 40px;
  border-bottom: 1px solid #ececec;
}
.min_title .cn {
  font-size: 35px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 16px;
}
.min_title .en {
  font-size: 16px;
  color: #333333;
}
.course_box {
  margin-top: 60px;
}
.course_box .course_swiper .swiper-wrapper {
  justify-content: space-between;
}
.course_box .course_swiper .swiper-slide {
  width: 252px;
  height: auto;
}
.course_item {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 10px;
}
.course_item .course_item_img img {
  width: 100%;
}
.course_item .course_item_text {
  margin-top: 36px;
}
.course_item .course_item_text .textbox {
  text-align: center;
  margin-top: 20px;
}
.course_item .course_item_text .textbox .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
}
.course_item .course_item_text .textbox .content {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
body.open header {
  background-color: #fff;
}
body.open header .nav {
  opacity: 0;
}
body.open .nav_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  animation: xcf_show 0.3s;
}
body.open .nav_box ul {
  display: flex;
  width: 100%;
  height: 100%;
}
body.open .nav_box ul li {
  flex: 1;
  display: flex;
  padding-top: 15%;
  background-color: rgba(255, 255, 255, 0.1);
}
body.open .nav_box ul li:hover {
  background: rgba(0, 0, 0, 0.5);
}
body.open .nav_box ul li:hover .nav_tiem .footer_title {
  color: #076cb2;
}
body.open .nav_box ul li:hover .nav_tiem .footer_title a {
  color: #076cb2;
}
body.open .nav_box ul li .nav_tiem {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
body.open .nav_box ul li .nav_tiem .footer_title {
  line-height: 60px;
  font-size: 1.6vw;
  color: #fff;
}
body.open .nav_box ul li .nav_tiem .footer_title a {
  color: #fff;
  display: inline-block;
  height: 100%;
  width: 100%;
  text-align: center;
}
body.open .nav_box ul li .nav_tiem .item_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.open .nav_box ul li .nav_tiem .item_box a {
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
}
body.open .nav_box ul li .nav_tiem .item_box a:hover {
  color: #076cb2;
}
.nav_box {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: 0;
  z-index: 999;
  transition: all 0.5s;
}
header .w .header_top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
header .w .header_top .nav {
  transition: opacity 0.3s;
  height: 100%;
}
header .w .header_top .nav ul {
  display: flex;
  height: 100%;
}
header .w .header_top .nav ul li {
  font-size: 18px;
  color: #060000;
  margin: 0 36px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
header .w .header_top .nav ul li.active a::before {
  transform: translateX(-50%) scale(1);
}
header .w .header_top .nav ul li span {
  cursor: pointer;
  color: #076cb2;
}
header .w .header_top .nav ul li > a {
  font-size: 18px;
  color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .w .header_top .nav ul li > a:hover::before {
  transform: translateX(-50%) scale(1);
}
header .w .header_top .nav ul li > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transition: transform 0.3s;
}
header .w .header_top .nav ul li > a h5 {
  font-size: 18px;
  color: #ffffff;
  margin: 20px 0;
}
header .w .header_top .nav ul li:hover .nav_child {
  display: block;
  animation: move 0.3s;
}
header .w .header_top .nav ul li .nav_child {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateX(-50%);
  white-space: nowrap;
}
header .w .header_top .nav ul li .nav_child .nav_child_list .nav_child_item {
  line-height: 40px;
  text-align: center;
}
header .w .header_top .nav ul li .nav_child .nav_child_list .nav_child_item:last-child {
  margin-right: 0;
}
header .w .header_top .nav ul li .nav_child .nav_child_list .nav_child_item:hover a {
  background-color: #076cb2;
  color: #fff;
}
header .w .header_top .nav ul li .nav_child .nav_child_list .nav_child_item a {
  font-size: 14px;
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}
header .w .header_top .header_top_r {
  display: flex;
  align-items: center;
}
header .w .header_top .header_search {
  border-radius: 8px;
  border: solid 1px #fff;
  padding: 0 10px;
}
header .w .header_top .header_search form {
  display: flex;
  align-items: center;
}
header .w .header_top .header_search form input[type="text"] {
  border: none;
  background: none;
  height: 37px;
  outline: none;
  color: #fff;
}
header .w .header_top .header_search form input[type="text"]::placeholder {
  color: #fff;
}
header .w .header_top .header_search form input[type="submit"] {
  border: none;
  background: url(../images/ss.png) no-repeat center center;
  outline: none;
  font-size: 0;
  width: 16px;
  height: 16px;
}
header .w .header_top .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
header .w .header_top .navToggle {
  position: relative;
  display: none;
  width: 50px;
  height: 50px;
  z-index: 2;
}
header .w .header_top .navToggle span {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #333333;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 10px;
  border-radius: 5px;
  transition: all 0.5s;
}
header .w .header_top .navToggle span::before {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background-color: #333333;
  position: absolute;
  bottom: 10px;
  left: 0px;
  border-radius: 5px;
  transition: all 0.5s;
}
header .w .header_top .navToggle span::after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background-color: #333333;
  position: absolute;
  top: 10px;
  left: 0px;
  border-radius: 5px;
  transition: all 0.5s;
}
header .w .header_top .navToggle.on span {
  background: none;
}
header .w .header_top .navToggle.on span::before {
  width: 36px;
  transform: rotate(45deg);
  bottom: 0;
  left: 0px;
}
header .w .header_top .navToggle.on span::after {
  width: 36px;
  transform: rotate(-45deg);
  top: 0;
  left: 0px;
}
.min_nav ul {
  display: flex;
}
.min_nav ul li {
  flex: 1;
  background-color: #333333;
  border-right: 1px solid #fff;
}
.min_nav ul li:last-child {
  border-right: none;
}
.min_nav ul li.active {
  background-color: #076cb2;
}
.min_nav ul li.active a {
  color: #fff;
}
.min_nav ul li.active a:hover {
  color: #fff;
}
.min_nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #ffffff;
  line-height: 84px;
}
.min_nav ul li a:hover {
  color: #076cb2;
}
.n_main {
  padding: 60px 0 0 0;
}
.c_breadcrumb {
  position: relative;
  background-color: #f5f5f5;
}
.c_breadcrumb ul {
  display: flex;
}
.c_breadcrumb ul li {
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  position: relative;
}
.c_breadcrumb ul li.active a::before {
  transform: scaleX(1);
}
.c_breadcrumb ul li a {
  font-size: 18px;
  position: relative;
  margin-right: 40px;
}
.c_breadcrumb ul li a:hover::before {
  transform: scaleX(1);
}
.c_breadcrumb ul li a::after {
  content: '';
  position: absolute;
  right: -40px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #b0b0b0;
}
.c_breadcrumb ul li a::before {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #076cb2;
  transform: scaleX(0);
  transition: all 0.3s;
}
.f_box {
  display: flex;
  align-items: center;
}
.f_box .f_box_l {
  width: 59px;
  margin-right: 10px;
}
.f_box .f_box_l img {
  width: 100%;
}
.f_box .f_box_r h5 {
  font-size: 19px;
  margin: 0 0 2px 0;
}
.f_box .f_box_r p {
  font-size: 12px;
  color: #fafafa;
}
.footer_nav_title {
  font-size: 19px;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
}
.footer_nav_title::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 2px;
}
.map {
  width: 100%;
  background-color: #ccc;
  height: 100%;
}
footer {
  background: url(../images/footer-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 110px 0 0;
  position: relative;
}
footer .link {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
}
footer .link .w {
  position: relative;
}
footer .link .w::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 3px solid #003141;
  border-bottom: 6px solid #003141;
  border-left: 3px solid transparent;
}
footer .link .w::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 6px solid #003141;
  border-left: 3px solid #003141;
}
footer .link .w .link_list {
  height: 70px;
  background-image: linear-gradient(62deg, #00afe9 0%, #076cb2 100%), linear-gradient(#0185b6, #0185b6);
  background-blend-mode: normal,
          normal;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  padding: 0 40px;
}
footer .link .w .link_list a {
  font-size: 18px;
  color: #ffffff;
  margin-right: 10px;
}
.footer_top {
  margin-bottom: 80px;
}
.footer_top .w {
  display: flex;
  justify-content: space-between;
}
.footer_top .w .footer_box ul {
  display: flex;
  flex-wrap: wrap;
  color: #f9f9f9;
  font-size: 14px;
}
.footer_top .w .footer_box ul li {
  margin-bottom: 20px;
}
.footer_top .w .footer_l {
  width: 40%;
}
.footer_top .w .footer_l .footer_box ul {
  justify-content: space-between;
}
.footer_top .w .footer_l .footer_box ul li:nth-child(1) {
  width: 100%;
}
.footer_top .w .footer_r {
  width: 40%;
}
.footer_top .w .footer_r .footer_box ul {
  justify-content: space-between;
}
.footer_top .w .footer_r .footer_box ul li {
  width: 25%;
}
.footer_top .w .footer_r .footer_box ul li a {
  color: #f9f9f9;
  font-size: 14px;
}
.footer_top .w .footer_r .footer_box ul li a:hover {
  color: #fff;
}
.footer_bottom {
  text-align: center;
  font-size: 12px;
  color: #f9f9f9;
  padding: 24px 0;
  border-top: 1px solid rgba(126, 126, 126, 0.3);
}
.footer_bottom a {
  font-size: 12px;
  color: #f9f9f9;
}
.qrcode {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.qrcode .qrcode_title {
  margin-bottom: 30px;
  text-align: center;
}
.qrcode .qrcode_title h2 {
  font-size: 28px;
  color: #6f2373;
  margin: 0 0 24px 0;
}
.qrcode .qrcode_title p {
  font-size: 16px;
  color: #666666;
}
.qrcode .qrcode_content img {
  width: 163px;
  max-width: 163px;
}
.f_title {
  font-size: 26px;
  color: #f9f9f9;
  font-weight: bold;
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 30px;
}
.f_title::after {
  content: '';
  width: 44px;
  height: 2px;
  background-color: #bfbfbf;
  position: absolute;
  bottom: 0;
  left: 0;
}
.fa {
  background-color: #fafafa;
}
.copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #9299ac;
}
.copy a {
  color: #9299ac;
}
.copy .copy_l p {
  margin-bottom: 6px;
}
.copy .copy_l p:last-child {
  margin-bottom: 0;
}
#utils {
  position: fixed;
  right: 13px;
  top: 40%;
  z-index: 999;
}
#utils ul li {
  margin-bottom: 2px;
}
#utils .utils_item {
  width: 92px;
  height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #2e0358;
  color: #fff;
  transition: all 0.3s;
  position: relative;
}
#utils .utils_item img {
  margin-bottom: 8px;
}
#utils .utils_item:hover {
  background-color: #6f2373;
}
#utils .utils_item:hover .utils_item_child {
  opacity: 1;
  right: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
}
#utils .utils_item .utils_item_child {
  position: absolute;
  right: 0%;
  top: 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  opacity: 0;
  transition: all 0.3s;
  text-align: center;
}
#utils .utils_item .utils_item_child p {
  color: #333;
}
#formsearch {
  width: 320px;
  position: absolute;
  right: 0px;
  top: 130px;
  height: 32px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 25px;
  line-height: 32px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.75);
  display: none;
}
#formsearch input {
  height: 32px;
  background: none;
  border: none;
  line-height: 32px;
  float: left;
}
#formsearch input#keyword {
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  padding-left: 20px;
  color: #333;
  width: 260px;
  outline: none;
}
#formsearch input#s_btn {
  width: 60px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: url(../images/btn.png) no-repeat center;
  filter: brightness(0);
  color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
}
.c_text_overflow {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@-webkit-keyframes move {
  0% {
    transform: translateY(10px) translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0px) translateX(-50%);
    opacity: 1;
  }
}
@keyframes move {
  0% {
    transform: translateY(10px) translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0px) translateX(-50%);
    opacity: 1;
  }
}
@-webkit-keyframes xcf_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes xcf_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1620px) {
  .w {
    width: 95vw;
    max-width: 95vw;
  }
  .footer_top .f_message {
    width: 26%;
  }
}
@media screen and (max-width: 1400px) {
  header .w .header_top .nav ul li {
    margin: 0 25px 0 0;
  }
  header .w .header_top .nav ul li > a h5 {
    font-size: 15px;
  }
  header .w .header_top .header_tel {
    padding-left: 15px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 1200px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  }
  header .w .header_top {
    justify-content: space-between;
    margin-bottom: 0;
  }
  header .w .header_top .header_search {
    display: none;
  }
  header .w .header_top .logo {
    height: 50px;
    display: flex;
    align-items: center;
    position: static;
  }
  header .w .header_top .nav {
    display: none;
  }
  header .w .header_top .navToggle {
    display: block;
  }
  .footer_nav_title {
    font-size: 17px;
  }
  .f_box .f_box_l {
    width: 40px;
  }
  footer .footer_top .nr > ul li {
    line-height: 36px;
    font-size: 14px;
  }
  footer .footer_top .nr > ul li a {
    line-height: 36px;
  }
  footer .footer_top .nr > ul li h3 {
    font-size: 26px;
  }
  .f_box .f_box_r h5 {
    font-size: 17px;
  }
  footer .footer_top .nr > ul li:nth-child(2) {
    max-width: 230px;
  }
  footer .footer_top .nr > ul li:nth-child(3) {
    max-width: 250px;
  }
}
@media screen and (max-width: 780px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .w {
    width: 90%;
  }
  .footer_top .w .footer_l .content {
    font-size: 0.24rem;
  }
  .footer_top .w .footer_l .content h5 {
    font-size: 0.28rem;
    margin: 0.4rem 0;
  }
  .footer_top .w .footer_l .content h5 p {
    font-size: 0.24rem;
  }
  .ft_title h2 {
    font-size: 20px;
    line-height: 1;
    margin: 0.2rem 0;
  }
  .ft_title h2 span {
    font-size: 18px;
    margin-left: 0.2rem;
  }
  .ft_title h2::before {
    left: -0.32rem;
    top: 0;
    width: 0.2rem;
    height: 0.2rem;
    border: 0.04rem solid #6f2373;
  }
  .ft_title p {
    font-size: 12px;
    margin-top: 0.2rem;
  }
  .min_title {
    display: block;
    text-align: center;
    padding-bottom: 0.32rem;
  }
  .min_title h2 {
    font-size: 20px;
  }
  .min_title p {
    font-size: 16px;
  }
  .prm_title {
    margin-bottom: 15px;
  }
  .prm_title::after {
    width: 70px;
  }
  .prm_title h2 {
    font-size: 22px;
    margin: 0;
  }
  .move a {
    padding: 5px 28px;
    font-size: 14px;
    border-radius: 100px;
    background-color: #0094d0;
    color: #fff;
    border-color: #0094d0;
  }
  header .w .header_top {
    height: auto;
    padding: 5px 0;
  }
  header .w .header_top .logo img {
    height: 50px;
  }
  header .w .header_top .logo .logo_text {
    display: none;
  }
  header .w .header_top .navToggle {
    right: 0;
  }
  .footer_title {
    margin-bottom: 0.1rem;
  }
  body.open .nav_box {
    overflow-y: auto;
  }
  body.open .nav_box ul {
    flex-direction: column;
    justify-content: center;
    padding-top: 1.2rem;
  }
  body.open .nav_box ul li {
    padding-top: 0;
    flex: none;
  }
  body.open .nav_box ul li .nav_tiem .footer_title {
    font-size: 16px;
  }
  body.open .nav_box ul li .nav_tiem a {
    font-size: 14px;
  }
  body.open .nav_box ul li .nav_tiem .footer_title {
    width: 100%;
    text-align: center;
    line-height: 40px;
  }
  body.open .nav_box ul li .nav_tiem .footer_title a {
    font-size: 16px;
  }
  body.open .nav_box ul li .nav_tiem .item_box {
    display: none;
    padding: 0 5%;
    text-align: justify;
  }
  .footer_nav_title {
    margin-bottom: 0;
  }
  .link {
    display: none;
  }
  .f_title {
    margin: 0.2rem 0;
    padding-bottom: 0.2rem;
    font-size: 18px;
  }
  .qrcode .qrcode_title {
    margin-bottom: 0;
  }
  .qrcode .qrcode_title h2 {
    font-size: 20px;
    color: #6f2373;
    margin: 0 0 0.2rem 0;
  }
  .qrcode .qrcode_title p {
    font-size: 12px;
  }
  footer {
    padding: 0.6rem 0;
  }
  footer .footer_top {
    margin-bottom: 0;
  }
  footer .footer_top .w {
    flex-direction: column;
  }
  footer .footer_top .w .footer_l {
    width: 100%;
  }
  footer .footer_top .w .footer_l .footer_box ul li {
    margin: 0.3rem 0;
  }
  footer .footer_top .w .footer_r {
    width: 100%;
    border-radius: 0.6rem;
    margin-bottom: 0.3rem;
    display: none;
  }
  footer .footer_top .w .footer_r .footer_box ul li {
    text-align: center;
  }
  footer .footer_bottom {
    padding-top: 0.6rem;
    padding-bottom: 0;
    width: 90%;
    margin: 0 auto;
  }
  .min_nav ul {
    white-space: nowrap;
    overflow: auto;
  }
  .min_nav ul li {
    min-width: 30%;
  }
  .min_nav ul li a {
    font-size: 16px;
    line-height: 40px;
    padding: 0 0.3rem;
  }
  .c_breadcrumb {
    margin-bottom: 0;
  }
  .c_breadcrumb ul {
    justify-content: flex-start;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .c_breadcrumb ul li {
    height: auto;
    padding-right: 0;
  }
  .c_breadcrumb ul li.active a {
    background-color: #076cb2;
    color: #fff;
  }
  .c_breadcrumb ul li.active a::after {
    content: none;
  }
  .c_breadcrumb ul li:last-child a::after {
    content: none;
  }
  .c_breadcrumb ul li a {
    font-size: 0.32rem;
    height: 0.8rem;
    padding: 0px 0.6rem;
    line-height: 0.8rem;
    margin-right: 0;
  }
  .c_breadcrumb ul li a::before {
    bottom: 0;
    content: none;
  }
  .c_breadcrumb ul li a::after {
    right: 0;
  }
  .map {
    height: 6rem;
  }
}
