@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  word-wrap: break-word;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tj {
  text-align: justify;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input,
textarea {
  font: inherit;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.three {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.end {
  align-items: flex-end;
}
.flexcenter {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.flexend {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
}
.wrap {
  flex-wrap: wrap;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.wrap_box {
  line-height: 1.7;
  color: #333;
  font-size: 0.16rem;
}
.content {
  width: 16rem;
  margin: 0 auto;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.w100 {
  width: 100% !important;
}
.h100 {
  height: 100%;
}
.hidden {
  overflow: hidden;
}
.f40 {
  font-size: 0.4rem;
}
.f36 {
  font-size: 0.36rem;
}
.f30 {
  font-size: 0.3rem;
}
.f24 {
  font-size: 0.24rem;
}
.f22 {
  font-size: 0.22rem;
}
.f20 {
  font-size: 0.2rem;
}
.f18 {
  font-size: 0.18rem;
}
.f14 {
  font-size: 14px;
}
.gray {
  color: #505050 !important;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.white {
  color: #fff;
}
.mar_t10 {
  margin-top: 0.1rem;
}
.mar_t20 {
  margin-top: 0.2rem;
}
.mar_t30 {
  margin-top: 0.3rem;
}
.mar_r10 {
  margin-right: 0.1rem;
}
.mar_r20 {
  margin-right: 0.2rem;
}
.red {
  color: #a1161d;
}
.phone {
  display: none;
}
/*banner*/
.header_bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 1.4rem;
  z-index: 9;
  background: #fff;
}
.logo {
  width: 1.55rem;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.logo img {
  width: 1.55rem;
  height: 2.16rem;
}
.ss_btn {
  width: 0.25rem;
  height: 0.25rem;
  cursor: pointer;
  right: 0.45rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.ss_btn img {
  width: 100%;
}
.nav {
  width: 100%;
}
.nav ul {
  width: 6.9rem;
}
.nav li {
  width: 1.34rem;
  text-align: center;
}
.nav li > a {
  line-height: 0.72rem;
  position: relative;
  display: block;
  transition: all 0.6s;
}
.nav li.active > a {
  background: url(../images/nav.png) no-repeat;
  background-size: 1.34rem 0.66rem;
  color: #a1161d;
}
.nav li:hover > a {
  background: url(../images/nav.png) no-repeat;
  background-size: 1.34rem 0.66rem;
  color: #a1161d;
}
.search_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  background: #a1161d;
  z-index: 11;
  transition: 0.5s;
  padding: 15% 0 0 15%;
  color: #fff;
}
.search_con {
  width: 770px;
  height: 56px;
  border-radius: 28px;
  background: #fff;
  padding: 0 30px;
  margin: 2% 0;
}
.ss_txt {
  width: 680px;
  height: 56px ;
  border: none;
}
.search_tit {
  font-size: 72px;
  line-height: 1.3;
}
.key b {
  font-size: 18px;
}
.key a {
  margin-left: 2%;
}
.search_close {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
}
.search_logo {
  width: 130px;
  position: absolute;
  top: 30px;
  left: 6.25%;
}
.search_logo img {
  width: 100%;
}
.index {
  height: 100vh;
}
.index .swiper-slide {
  overflow: hidden;
}
.index .swiper-slide .content {
  height: 100%;
  display: flex;
}
.index .swiper-slide-active .about_cicle {
  animation: fadeInDown 2s 0.3s ease both;
}
.index .swiper-slide-active .tit,
.index .swiper-slide-active .about_txt,
.index .swiper-slide-active .about_num,
.index .swiper-slide-active .more,
.index .swiper-slide-active .room,
.index .swiper-slide-active .expert_list,
.index .swiper-slide-active .news_type,
.index .swiper-slide-active .news_list,
.index .swiper-slide-active .contact_txt {
  animation: fadeInUp 2s 0.5s ease both;
}
.index .swiper-slide-active .expert_pic {
  animation: fadeInLeft 2.5s 0.5s ease both;
}
.index .swiper-slide-active .code {
  animation: zoomIn 2.5s 0.5s ease both;
}
.index_page {
  width: 0.15rem;
  right: 0.3rem !important;
  left: auto;
}
.index_page .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  background: url(../images/dot.png) no-repeat;
  background-size: 100% 100%;
  margin: 0.08rem 0;
  opacity: 1;
}
.index_page .swiper-pagination-bullet-active {
  background: url(../images/dot1.png) no-repeat;
  background-size: 100% 100%;
}
.banner img {
  height: 100vh;
}
.banner .swiper-pagination {
  width: auto;
  margin: 0 15px;
}
.about_bg {
  background: url(../images/about_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.about_bg .content {
  justify-content: center;
  flex-direction: column;
}
.tit img {
  width: 2.2rem;
}
.about_txt {
  width: 11.5rem;
  margin: 0.45rem auto;
  line-height: 2.2;
}
.about_num {
  margin-bottom: 0.65rem;
  color: #a1161d;
}
.about_num li {
  width: 2.19rem;
  height: 1.9rem;
  margin: 0 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.3;
}
.about_num li:nth-child(1) {
  background: url(../images/num1.png) no-repeat center top;
  background-size: 100% 100%;
}
.about_num li:nth-child(2) {
  background: url(../images/num2.png) no-repeat center top;
  background-size: 100% 100%;
}
.about_num li:nth-child(3) {
  background: url(../images/num3.png) no-repeat center top;
  background-size: 100% 100%;
}
.about_num li:nth-child(4) {
  background: url(../images/num4.png) no-repeat center top;
  background-size: 100% 100%;
}
.about_num li h3 {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.more {
  width: 2.13rem;
  height: 0.73rem;
  background: url(../images/more.png) no-repeat center top;
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  line-height: 0.64rem;
  display: block;
}
.about_cicle {
  width: 8.36rem;
  height: 4.56rem;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.room_bg {
  background: url(../images/room_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.room_bg .content {
  align-items: center;
}
.room_bg .tit {
  padding-bottom: 1rem;
  margin-left: -0.35rem;
}
.room {
  width: 13.25rem;
  height: 6.7rem;
}
.room li a {
  display: block;
  position: relative;
}
.room li:hover .room_list {
  background: url(../images/room2.png) no-repeat center top;
  background-size: 100% 100%;
  margin: 0;
  height: 6.7rem;
}
.room li:hover .room_num {
  background: url(../images/room_num2.png) no-repeat;
  background-size: 100% 100%;
}
.room li:hover .room_txt {
  display: none;
}
.room li:hover .room_tit {
  font-size: 0.45rem;
  margin: 0.7rem 0 0.75rem;
}
.room li:hover .room_tit::after {
  display: none;
}
.room_list_box {
  display: block;
  height: 6.67rem;
}
.room_list {
  width: 100%;
  height: 4.93rem;
  background: url(../images/room1.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 0 10px 0.1rem;
  margin: 1rem 0 0;
  transition: all 0.6s;
}
.room_con {
  margin: 0.3rem 0 0.1rem;
  transform: translateY(-1rem);
}
.room_tit {
  writing-mode: vertical-lr;
  line-height: 0.64rem;
}
.room_tit::after {
  width: 1px;
  height: 0.7rem;
  background: #a1161d;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
}
.room_txt {
  writing-mode: vertical-rl;
  height: 1.5rem;
  line-height: 0.3rem;
  margin-right: 0.15rem;
}
.room_num {
  width: 1rem;
  height: 2.02rem;
  margin: 0 auto;
  background: url(../images/room_num1.png) no-repeat;
  background-size: 100% 100%;
  transform: translateY(-1rem);
  padding: 1rem 0 0;
  font-size: 0.4rem;
  color: #fff;
}
.room_pic {
  width: 1.91rem;
  height: 1.91rem;
  border-radius: 100%;
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.room_pic img {
  object-fit: cover;
}
.expert_bg {
  background: url(../images/expert_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.expert_bg .content {
  flex-direction: column;
  padding: 0.7rem 0 0;
}
.expert_pic {
  width: 1.09rem;
  margin: 0.98rem 0 0 2.43rem;
}
@media only screen and (min-width: 1024px) {
  .expert_list {
    width: 13.7rem;
    right: 0;
    top: 32%;
  }
  .expert_list li {
    width: 4.41rem !important;
  }
  .expert_list li.swiper-slide-active {
    width: 5.52rem !important;
  }
  .expert_list li.swiper-slide-active .expert_list_name {
    display: block;
  }
}
.expert_list_name {
  color: #a1161d;
  font-size: 0.5rem;
  line-height: 1;
  writing-mode: vertical-lr;
  display: none;
}
.expert_list_pic {
  width: 4.41rem;
  height: 4.38rem;
  background: url(../images/expert_pic_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.21rem 0.22rem;
}
.expert_more {
  width: 2.13rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0.7rem;
}
.news_bg {
  background: url(../images/news_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.news_bg .content {
  align-items: center;
}
.news_bg .tit {
  margin-left: -0.3rem;
}
.news_left {
  width: 2.13rem;
}
.news_type {
  padding: 0.9rem 0 0.2rem;
}
.news_type li {
  width: 1.6rem;
  height: 0.65rem;
  background: url(../images/type1.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.news_type li.on {
  color: #a1161d;
  background: url(../images/type2.png) no-repeat;
  background-size: 100% 100%;
}
.news_type li:hover {
  color: #a1161d;
  background: url(../images/type2.png) no-repeat;
  background-size: 100% 100%;
}
.news_list {
  width: 13.3rem;
}
.news_list li {
  width: 4.26rem;
  height: 100%;
}
.news_list li:last-child {
  margin-right: 0;
}
.news_list li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.45rem;
  position: relative;
  z-index: 2;
}
.news_list li a::after {
  width: 100%;
  height: 100%;
  background: url(../images/news_pic_bg.jpg) no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0, 1);
  transition: all 0.6s;
}
.news_list li:hover {
  color: #fff;
}
.news_list li:hover .two,
.news_list li:hover .red,
.news_list li:hover .gray9 {
  color: #fff !important;
}
.news_list li:hover a::after {
  transform: scale(1, 1);
}
.news_list_pic {
  height: 2.15rem;
}
.contact_bg {
  background: url(../images/contact_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.contact_bg .content {
  justify-content: center;
  flex-direction: column;
}
.contact_txt {
  width: 6.1rem;
  height: 4.5rem;
  line-height: 2.5;
  margin-top: 0.8rem;
}
.code {
  margin: 0.6rem 1.15rem 0 1.05rem;
  width: 2.9rem;
  height: 2.58rem;
  background: url(../images/code_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.46rem 0.67rem 0 0.77rem;
}
.m_banner {
  margin: 1.4rem 0 0;
}
.m_about_bg {
  background: url(../images/m_about_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 0.9rem 0 2.5rem;
}
.levea {
  width: 5.2rem;
  right: 0;
  top: 0;
}
.m_type a {
  width: 1.6rem;
  height: 0.65rem;
  background: url(../images/type1.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.25rem;
}
.m_type a.on {
  background: url(../images/type2.png) no-repeat;
  background-size: 100% 100%;
  color: #a1161d;
}
.m_type a:hover {
  background: url(../images/type2.png) no-repeat;
  background-size: 100% 100%;
  color: #a1161d;
}
.m_about_box {
  padding: 1rem 0 0.9rem;
}
.m_about_pic {
  width: 5.84rem;
}
.m_about_con {
  width: 8.9rem;
  padding-right: 0.5rem;
  overflow-y: auto;
  line-height: 0.4rem;
  height: 4rem;
}
.m_about_con::-webkit-scrollbar {
  width: 0.08rem;
  background-color: #F5F5F5;
}
.m_about_con::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #dfdfdf;
}
.m_about_con::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #a1161d;
}
.m_about_tit img {
  width: 4.17rem;
}
.m_cluture {
  padding: 0.7rem 0 0;
}
.m_cluture li {
  width: 3.66rem;
  height: 7.11rem;
  padding: 0.86rem 0 0;
  margin-right: 0.5rem;
  overflow: hidden;
}
.m_cluture li img {
  width: 3.43rem;
}
.m_cluture li:first-child {
  background: url(../images/cluture_bg1.png) no-repeat center top;
  background-size: 100% 100%;
  animation-name: fadeInUp;
}
.m_cluture li:nth-child(2) {
  background: url(../images/cluture_bg2.png) no-repeat center top;
  background-size: 100% 100%;
  animation-name: fadeInDown;
}
.m_cluture li:nth-child(3) {
  background: url(../images/cluture_bg3.png) no-repeat center top;
  background-size: 100% 100%;
  animation-name: fadeInUp;
}
.m_cluture li:nth-child(4) {
  background: url(../images/cluture_bg4.png) no-repeat center top;
  background-size: 100% 100%;
  margin-right: 0;
  animation-name: fadeInDown;
}
.m_cluture_txt {
  margin: 0.3rem 0.43rem 0;
  color: #353433;
}
.m_develop_box {
  padding: 1.2rem 0;
}
.m_develop {
  margin: 1rem 0 0;
}
.m_develop::after {
  width: 100%;
  height: 1px;
  background: rgba(194, 15, 36, 0.1);
  display: block;
  content: "";
  left: 0;
  top: 1.6rem;
  position: absolute;
}
.m_develop li {
  width: 2.15rem !important;
}
.m_develop li.swiper-slide-active {
  width: 9.15rem !important;
}
.m_develop li.swiper-slide-active .m_develop_pic {
  display: block;
}
.m_develop li.swiper-slide-active .year {
  background: url(../images/develop_dot2.png) no-repeat left bottom;
  background-size: 0.16rem 0.16rem;
  color: #a1161d !important;
}
.m_develop .swiper-button-prev,
.m_develop .swiper-button-next {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  border: solid 1px #a1161d;
  margin: 0;
  top: 1.15rem;
}
.m_develop .swiper-button-prev::after,
.m_develop .swiper-button-next::after {
  display: none;
}
.m_develop .swiper-button-prev {
  left: -1.3rem;
  background: url(../images/prev.png) no-repeat center center;
  background-size: 0.25rem 0.22rem;
}
.m_develop .swiper-button-prev:hover {
  background: url(../images/prev.png) no-repeat center rgba(161, 22, 29, 0.2);
  background-size: 0.25rem 0.22rem;
  border: none;
}
.m_develop .swiper-button-next {
  right: -1.3rem;
  background: url(../images/next.png) no-repeat center center;
  background-size: 0.25rem 0.22rem;
}
.m_develop .swiper-button-next:hover {
  background: url(../images/next.png) no-repeat center rgba(161, 22, 29, 0.2);
  background-size: 0.25rem 0.22rem;
  border: none;
}
.m_develop_con {
  width: 2.15rem;
  padding: 0.77rem 0 0;
}
.year {
  background: url(../images/develop_dot1.png) no-repeat left bottom;
  background-size: 0.16rem 0.16rem;
  padding-bottom: 0.4rem;
  margin-bottom: 0.27rem;
}
.m_develop_pic {
  width: 5.7rem;
  height: 3.94rem;
  display: none;
}
.honor {
  margin-top: 0.75rem;
}
.honor li {
  background: url(../images/honor_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  height: 4.03rem;
}
.honor li a {
  display: block;
  padding: 0.14rem 0.12rem 0;
}
.footer_bg {
  background: url(../images/m_contact_bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 1.04rem 0 0;
  height: 5.06rem;
}
.m_contact_box {
  width: 11.28rem;
  height: 2.87rem;
  background: url(../images/m_contact_box.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 0.53rem;
  padding-left: 1rem;
}
.m_code {
  margin-right: 0.64rem;
}
.m_code img {
  width: 1.45rem;
}
.m_contact {
  width: 6.1rem;
}
.main_bg {
  background: url(../images/main_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 0.9rem 0;
}
.flower {
  width: 3.17rem;
  right: 0;
  top: 0.42rem;
}
.feiyi_list {
  padding: 0.6rem 0 0.75rem;
}
.feiyi_list li {
  background: url(../images/feiyi.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.25rem 0.6rem 0.25rem 0.3rem;
  margin-bottom: 0.35rem;
}
.feiyi_list li:hover {
  background: url(../images/feiyi_bg.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.feiyi_list li:hover .two,
.feiyi_list li:hover .red {
  color: #fff !important;
}
.feiyi_con {
  width: 11.72rem;
}
.feiyi_con .f24 {
  width: 80%;
}
.feiyi_pic {
  width: 3rem;
}
.feiyi_pic img {
  height: 1.94rem;
}
.page {
  text-align: center;
}
.page a {
  line-height: 0.5rem;
  display: inline-block;
  text-align: center;
  background: #e5d6c8;
  padding: 0 0.2rem;
  margin: 0 0.05rem;
  border-radius: 0.1rem;
}
.page a.active {
  background: #a1161d;
  color: #fff;
}
.xx_txt {
  margin: 0.6rem 0 0;
  min-height: 5rem;
}
.xx_txt img {
  max-width: 100%;
}
.m_expert {
  padding: 0.6rem 0 0.3rem;
}
.m_expert li {
  width: 7.74rem;
  height: 4.38rem;
  background: url(../images/m_expert.png) no-repeat center top;
  background-size: 100% 100%;
  margin-bottom: 0.5rem;
}
.m_expert li a {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.21rem 0.43rem 0.21rem 0.33rem;
}
.m_expert li:hover .m_expert_more {
  transform: scale(1, 1);
}
.m_expert_pic {
  width: 3.4rem;
  height: 3.85rem;
}
.m_expert_con {
  width: 3.2rem;
}
.m_expert_tit {
  padding-bottom: 0.15rem;
  border-bottom: solid 1px #dac6bc;
}
.m_ex_room img {
  width: 0.27rem;
  height: 0.26rem;
  margin-right: 0.15rem;
}
.m_expert_more {
  width: 7.3rem;
  height: 3.96rem;
  background: rgba(161, 22, 29, 0.9);
  flex-direction: column;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.6s;
  transform: scale(0, 0);
}
.m_expert_more h3 {
  font-size: 0.5rem;
}
.m_expert_more p {
  width: 1.64rem;
  height: 0.54rem;
  border: solid 1px #fff;
}
.m_room {
  padding: 0.6rem 0 0.2rem;
}
.m_room li {
  background: url(../images/m_room_bg.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.5rem;
}
.m_room li a {
  padding: 0.27rem 0.45rem 0.27rem 0.32rem;
  width: 100%;
  height: 100%;
}
.m_room li:hover .m_room_more {
  background: #a1161d;
  color: #fff;
  border: none;
}
.m_room_pic {
  width: 6.02rem;
  height: 3.87rem;
}
.m_room_con {
  width: 8.65rem;
}
.m_room_con_txt {
  margin: 0.25rem 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.m_room_more {
  width: 1.43rem;
  height: 0.48rem;
  border-radius: 0.1rem;
  border: solid 1px #999999;
}
.m_news {
  padding: 0.6rem 0 0.5rem;
}
.m_news li {
  width: 3.6rem;
  height: 4.4rem;
  background: url(../images/m_news_bg.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 0.5rem 0.7rem 0;
}
.m_news li:nth-child(4n+4) {
  margin-right: 0;
}
.m_news li a {
  padding: 0.3rem 0.22rem 0;
  display: block;
}
.m_news li:hover .ellipsis {
  font-weight: bold;
}
.m_news_pic {
  height: 2.05rem;
  object-fit: cover;
}
.job_box {
  background: url(../images/job_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  margin: 0.6rem 0 1rem;
  padding: 0.55rem 0.55rem 0.7rem;
}
.job_box li {
  width: 20%;
}
.job_box li:first-child {
  width: 35%;
  padding-left: 0.5rem;
}
.job_box li:last-child {
  width: 10%;
}
.job_tit {
  background: #a1161d;
  color: #fff;
  line-height: 0.7rem;
  margin-bottom: 0.15rem;
}
.job_list {
  margin-bottom: 0.1rem;
}
.job_list ul {
  background: #e7dbcf;
  line-height: 0.7rem;
  cursor: pointer;
}
.job_list.current .job_nar {
  background: url(../images/jian.png) no-repeat;
  background-size: 100% 100%;
}
.job_list_txt {
  padding: 0.25rem 0.6rem;
  background: #e7dbcf;
  margin: 2px 0 0;
  display: none;
}
.job_nar {
  width: 0.38rem;
  height: 0.39rem;
  background: url(../images/jia.png) no-repeat;
  background-size: 100% 100%;
  display: block;
}
.m_contact_list {
  padding: 0.6rem 0;
}
.m_contact_list li {
  margin-bottom: 0.6rem;
}
.m_contact_list li:nth-child(even) {
  flex-direction: row-reverse;
}
.m_contact_list_pic {
  width: 7.88rem;
  height: 4.54rem;
  background: url(../images/con_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.23rem;
}
.m_contact_list_pic h2 {
  width: 4rem;
  height: 0.8rem;
  background: linear-gradient(to right, rgba(161, 22, 29, 0.9), transparent);
  color: #fff;
  padding-left: 0.3rem;
  top: 0.23rem;
  left: 0.23rem;
  line-height: 0.8rem;
}
.m_contact_list_con {
  width: 7.35rem;
}
.m_contact_list_con > div {
  margin-bottom: 0.3rem;
  position: relative;
  padding-bottom: 0.27rem;
}
.m_contact_list_con > div::after {
  width: 0.72rem;
  height: 1px;
  background: #333333;
  display: block;
  content: "";
  position: absolute;
  left: 0.63rem;
  bottom: 0;
}
.m_contact_list_con > div:last-child::after {
  display: none;
}
.m_icon1 {
  width: 0.42rem;
  height: 0.42rem;
  margin: 0.1rem 0.2rem 0 0;
}
.message {
  width: 7.6rem;
  margin-right: 0.15rem;
}
.mes_input {
  width: 3.68rem;
  height: 0.64rem;
  border-radius: 0.1rem;
  background: #fff;
  padding: 0 0.2rem;
  line-height: 0.64rem;
  border: none;
  margin-bottom: 0.15rem;
}
.mes_input1 {
  height: 1.4rem;
  padding: 0.2rem;
  line-height: 1.7;
}
.mes_btn {
  width: 2.14rem;
  height: 0.64rem;
  background: #a1161d;
  border-radius: 0.1rem;
  margin: 0 auto;
  display: block;
  border: none;
}
.expert_xx {
  margin: 0.6rem 0 0;
  align-items: flex-start;
}
.expert_xx_pic {
  background: url(../images/expert_xx_bg1.png) no-repeat;
  background-size: 100% 100%;
  width: 4.43rem;
  padding: 0.21rem;
}
.expert_xx_con {
  width: 11.27rem;
  background: url(../images/expert_xx_bg2.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.21rem;
}
.expert_xx_box {
  background: #f5efe9;
  padding: 0.3rem 0.42rem 0.7rem;
  min-height: 5rem;
}
.expert_xx_box .m_ex_room {
  border-top: solid 1px #dcc8be;
  border-bottom: solid 1px #dcc8be;
  padding: 0.25rem 0;
}
.expert_xx_txt {
  margin: 0.15rem 0 0;
}
.xx_tit {
  line-height: 1.5;
}
.xx_time {
  color: #999;
  border-bottom: solid 1px #e6e6e6;
  padding: 25px 0;
}
.xx {
  padding: 40px;
  line-height: 2;
  min-height: 500px;
}
.nextpage {
  border-top: dashed 1px #dadada;
  padding: 30px 0;
}
.nextpage a {
  color: #333;
  max-width: 40%;
}
.backtop {
  width: 0.7rem;
  height: 0.7rem;
  position: fixed;
  right: 0.5rem;
  bottom: 10%;
  z-index: 6;
  cursor: pointer;
}
.copyright {
  bottom: 0.5rem;
  width: 100%;
  text-align: center;
}
[v-cloak] {
  display: none;
}
