@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;
}
.flexcenter {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.shink {
  flex-shrink: 0;
}
.wrap {
  flex-wrap: wrap;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.wrap_box {
  line-height: 1.7;
  color: #333;
  font-size: 16px;
}
.content {
  width: 1320px;
  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;
}
.f24 {
  font-size: 0.24rem;
}
.f22 {
  font-size: 0.22rem;
}
.f20 {
  font-size: 0.2rem;
}
.f18 {
  font-size: 18px;
}
.f15 {
  font-size: 15px;
}
.f14 {
  font-size: 14px;
}
.gray {
  color: #505050 !important;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.mar_t10 {
  margin-top: 10px;
}
.mar_t20 {
  margin-top: 20px;
}
.mar_t30 {
  margin-top: 30px;
}
.mar_t40 {
  margin-top: 40px;
}
.mar_t50 {
  margin-top: 50px;
}
.red {
  color: #b41e17;
}
.phone {
  display: none;
}
/*banner*/
.header {
  height: 115px;
}
.logo img {
  width: 371px;
}
.logo_list {
  width: 360px;
  margin-left: 50px;
}
.logo_list li {
  background: url(../images/star.png) no-repeat left center;
  background-size: 16px 15px;
  padding-left: 20px;
  width: 50%;
  margin: 6px 0;
}
.search {
  width: 204px;
  height: 34px;
  background: #f7f8f9;
  border-radius: 17px;
  padding: 0 10px;
  overflow: hidden;
  margin-right: 16px;
}
.ss_txt {
  width: 160px;
  padding: 0 10px;
  border: none;
  background: none;
}
.ss_btn {
  width: 20px;
  height: 16px;
  background: url(../images/ss.png) no-repeat;
  border: none;
}
.tel img {
  width: 38px;
  height: 38px;
  margin-right: 10px;
}
.nav {
  background: #b41e17;
  height: 66px;
}
.nav li {
  width: 12.5%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  position: relative;
  font-weight: bold;
}
.nav li.active {
  background: #aa0d05;
}
.nav li:hover {
  background: #aa0d05;
}
.nav li:hover .sub_nav {
  display: block;
}
.sub_nav {
  width: 100%;
  left: 0;
  top: 66px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 10px 0;
  z-index: 3;
  display: none;
  font-size: 14px;
  font-weight: normal;
}
.sub_nav a {
  display: block;
  line-height: 1.8;
}
.notice_box {
  height: 75px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #fff;
  margin-top: -54px;
  z-index: 9;
  padding-right: 40px;
}
.notice_tit {
  flex-direction: column;
  color: #fff;
  padding: 0 25px;
  width: 180px;
  background: #b41e17;
}
.notice {
  width: 1075px;
  color: #4c4c4c;
}
.notice li a {
  width: 60%;
}
.notice li span {
  color: #8c8c91;
}
.news_box {
  margin: 35px 0;
}
.news_left {
  width: 585px;
  margin: 3px 0 0;
}
.news_left_pic {
  height: 382px;
}
.news_left_date {
  width: 90px;
  height: 90px;
  background: #d73239;
  color: #fff;
  flex-direction: column;
  top: 24px;
  left: 20px;
  line-height: 1.5;
}
.news_left_date h2 {
  font-size: 30px;
  margin-bottom: 8px;
  text-align: center;
}
.news_left_date h2::after {
  width: 36px;
  height: 1px;
  background: #fff;
  display: block;
  content: "";
}
.news_left_tit {
  background: url(../images/news_tit.jpg) no-repeat;
  height: 66px;
  line-height: 66px;
  padding: 0 0.3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news_right {
  width: 737px;
  background: url(../images/news_right_bg.jpg) no-repeat;
  height: 451px;
  padding: 15px 12px 0 30px;
  color: #fff;
}
.news_right_tit {
  border-bottom: solid 1px #e49796;
  font-size: 0.24rem;
}
.news_right_tit li {
  margin-right: 80px;
  position: relative;
  cursor: pointer;
}
.news_right_tit li img {
  margin-right: 8px;
  display: none;
}
.news_right_tit li.current img {
  display: inline-block;
}
.news_right_tit li.current::after {
  width: 128px;
  height: 5px;
  background: #feeea4;
  content: "";
  display: block;
}
.news_right_list {
  padding: 30px 0 0;
  display: none;
}
.news_right_list:first-child {
  display: block;
}
.news_right_list li {
  line-height: 46px;
  background: url(../images/dot.png) no-repeat left center;
  padding-left: 25px;
}
.news_right_list li a {
  width: 70%;
  font-size: 15px;
}
.news_right_list li span {
  opacity: 0.3;
}
.news_right_more {
  top: 20px;
  right: 12px;
  opacity: 0.6;
}
.yiyuan_bg {
  background: url(../images/yiyuan_bg.jpg) no-repeat center bottom;
  background-size: 100% 100%;
  padding-bottom: 5%;
}
.yiyuan_box::after {
  width: 1176px;
  height: 1px;
  background: #d6d8d8;
  content: "";
  position: absolute;
  left: 146px;
  top: 83px;
}
.tit1 {
  font-size: 24px;
}
.tit1 img {
  margin-right: 10px;
}
.about {
  width: 823px;
  margin: 55px 0 0;
}
.about_txt {
  font-size: 15px;
  line-height: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #4c4c4c;
  margin: 45px 0 23px;
}
.about_more {
  width: 120px;
  height: 38px;
  border: solid 1px #d66f6f;
  font-size: 15px;
  color: #b41e17;
}
.about_list {
  margin: 35px 0 0;
}
.about_list li {
  margin-right: 120px;
  text-align: center;
  color: #666;
}
.about_list li img {
  margin-bottom: 18px;
}
.notice_news {
  width: 439px;
}
.notice_news_tit {
  background: #c00000;
  height: 83px;
  padding: 10px 10px 0;
}
.notice_news_tit li {
  line-height: 73px;
  color: #fff;
  width: 128px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.notice_news_tit li.current::after {
  background: #ffd800;
  height: 5px;
  width: 100%;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  position: absolute;
}
.notice_news_list_box {
  background: url(../images/notice_bg.jpg) no-repeat center top;
  height: 436px;
  padding: 25px 20px 0;
  display: none;
}
.notice_news_list_box:first-child {
  display: block;
}
.notice_news_list li {
  color: #8b8b8b;
  margin-bottom: 23px;
}
.notice_news_list li:hover {
  color: #b41e17;
}
.notice_news_list li:hover .notice_news_list_date {
  border: solid 1px #b41e17;
}
.notice_news_list_date {
  width: 63px;
  height: 63px;
  border: solid 1px #8b8b8b;
  flex-direction: column;
  line-height: 1.3;
}
.notice_news_list_date h3 {
  font-size: 14px;
}
.notice_news_list_date p {
  font-size: 24px;
}
.notice_news_con {
  width: 315px;
}
.notice_news_more {
  border: solid 1px #bebebe;
  color: #999;
}
.ad_pic {
  background: url(../images/ad_pic.jpg) no-repeat center top;
  padding: 203px 0 0;
}
.room_box {
  align-items: flex-center;
}
.room_type {
  width: 328px;
  background: rgba(192, 0, 0, 0.75);
  border-radius: 10px 80px 10px 10px;
  height: 520px;
  padding: 30px 13px 0;
  color: #fff;
  font-size: 15px;
  line-height: 2;
  z-index: 1;
}
.room_type::after {
  width: 222px;
  height: 112px;
  background: url(../images/cloud.png) no-repeat;
  display: block;
  content: "";
  right: -40px;
  bottom: -37px;
  position: absolute;
  z-index: -1;
}
.room_type h2 {
  font-size: 24px;
}
.room_type ul {
  padding: 15px 0 0;
}
.room_type li {
  text-align: center;
  background: url(../images/line.png) no-repeat center bottom;
  line-height: 60px;
  cursor: pointer;
}
.room_type li.on {
  color: yellow;
}
.room_type li.on a::after {
  background: url(../images/arrow.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  width: 20px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.1rem;
}
.room_type li:last-child {
  background: none;
}
.room_con {
  width: 955px;
  padding-top: 180px;
}
.room_con h3 {
  font-size: 20px;
}
.room_con .keshi_tit {
  margin-bottom: 0.5rem;
}
.room_con .keshi_tit li {
  margin-right: 0.3rem;
}
.room_con .keshi_tit li h3 {
  font-size: 20px;
}
.room_con .keshi_tit li a {
  display: flex;
  justify-content: center;
}
.room_con .keshi_tit li:nth-child(4n+4) {
  margin-right: 0.3rem;
}
.room_txt {
  font-size: 15px;
  line-height: 2.4;
  margin: 15px 0 40px;
}
.expert_box {
  padding: 20px 0 0;
}
.tit2 h2 {
  font-size: 24px;
}
.tit2 p {
  font-size: 20px;
  text-transform: uppercase;
}
.expert {
  margin: 0.4rem 0;
}
.expert_pic {
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
}
.party_bg {
  background: url(../images/party_bg.jpg) no-repeat center bottom;
  padding: 50px 0 100px;
}
.tit3_box {
  border-bottom: solid 1px #d5d7d7;
}
.tit3 {
  font-size: 24px;
  line-height: 66px;
}
.tit3 img {
  margin-right: 9px;
}
.tit3::after {
  width: 128px;
  height: 5px;
  background: #b41e17;
  display: block;
  content: "";
  left: 0;
  bottom: -2px;
  position: absolute;
}
.party {
  margin: 35px 0 60px;
}
.party li {
  width: 317px;
  margin: 0 17px 0 0;
  background: #fff;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}
.party li:nth-child(4n) {
  margin-right: 0;
}
.party li:hover .party_con {
  background: #b41e17;
  color: #fff;
}
.party li:hover .party_con .red,
.party li:hover .party_con .gray9 {
  color: #fff !important;
}
.party_pic {
  height: 200px;
}
.party_con {
  padding: 10px 17px 0;
  height: 110px;
}
.friend_box {
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  height: 72px;
  padding: 0 20px;
}
.friend a {
  margin-right: 30px;
}
.footer_bg {
  background: #b41e17;
  color: #fff;
}
.footer {
  padding: 45px 0 66px;
}
.footer_left {
  width: 300px;
  border-right: solid 1px #fff;
  padding-bottom: 20px;
}
.footer_logo img {
  width: 285px;
}
.online_btn {
  width: 115px;
  height: 35px;
  background: #e3212a;
}
.footer_nav {
  width: 700px;
  border-right: solid 1px #fff;
  padding-right: 80px;
  padding-top: 20px;
  font-size: 14px;
  line-height: 2;
}
.footer_nav li h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
.footer_nav li p a {
  display: block;
  opacity: 0.4;
}
.footer_code {
  width: 254px;
  padding-bottom: 20px;
}
.footer_code_list img {
  width: 1.2rem;
  height: 1.2rem;
}
.footer_code_list p {
  font-size: 12px;
  opacity: 0.4;
}
.copyright {
  border-top: solid 1px #fff;
  padding: 20px 0;
  font-size: 12px;
  color: #fff;
}
.m_type {
  border-bottom: solid 1px #ececec;
}
.m_type li {
  padding: 0 25px;
  line-height: 63px;
  position: relative;
  color: #4c4c4c;
  display: inline-block;
}
.m_type li::after {
  width: 1px;
  height: 20px;
  background: #ededed;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  position: absolute;
}
.m_type li.on::before {
  width: 114px;
  height: 5px;
  background: #b41e17;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.m_type li:hover::before {
  width: 114px;
  height: 5px;
  background: #b41e17;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.m_news1 {
  padding: 45px 0;
}
.m_news1 li {
  background: #f7f8f9;
  padding: 13px 0 13px 15px;
  margin-bottom: 0.3rem;
}
.m_news1 li:hover .fb {
  color: #b41e17;
}
.m_news1 li:hover .m_news_right {
  color: #b41e17;
  background: url(../images/nar2.png) no-repeat 0.65rem 1rem;
}
.m_news_left {
  width: 1080px;
}
.m_news_pic {
  width: 291px;
  height: 189px;
}
.m_news_con {
  width: 775px;
}
.m_news_right {
  width: 200px;
  border-left: solid 1px #b8b8b8;
  color: #959595;
  background: url(../images/nar1.png) no-repeat 0.65rem 1rem;
  padding: 0.45rem 0 0 0.6rem;
}
.main {
  padding-bottom: 124px;
}
.xx_txt {
  color: #4c4c4c;
}
.xx_txt img {
  max-width: 100%;
  height: auto;
}
.room_icon {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.1rem;
}
.down {
  width: 0.08rem;
  height: 0.07rem;
  margin-left: 0.1rem;
}
.room_btn {
  color: #4c4c4c;
  height: 30px;
  cursor: pointer;
}
.room_btn:hover .room_type_box {
  display: block;
}
.room_type_box {
  width: 480px;
  right: 0;
  top: 30px ;
  background: #fff;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  border-radius: 0.1rem;
  padding: 12px 12px;
  line-height: 32px;
  display: none;
}
.room_tit {
  color: #000;
  flex-shrink: 0;
  margin-right: 15px;
}
.room_list a {
  margin-right: 0.25rem;
  display: inline-block;
}
.room_list a:hover {
  color: #b41e17;
}
.m_expert {
  margin: 0.6rem 0 0;
}
.room_honor {
  width: 5.6rem;
}
.room_honor p {
  background: url(../images/star.png) no-repeat left center;
  padding-left: 20px;
  line-height: 36px;
}
.m_room_pic {
  width: 7.04rem;
}
.m_expert_list {
  padding: 55px 0;
}
.m_expert_list li {
  width: 247px;
  margin: 0 20px 40px 0;
}
.m_expert_list li:nth-child(5n) {
  margin-right: 0;
}
.m_xinxi .m_news_con {
  width: 995px;
}
.m_leader {
  padding: 0.45rem 0;
}
.m_leader li {
  width: 646px;
  background: #f2f2f2;
  height: 334px;
  margin-bottom: 24px;
}
.m_leader_pic {
  width: 250px;
  height: 334px;
}
.m_leader_pic img {
  width: 100%;
  height: 100%;
}
.m_leader_con {
  width: 396px;
  padding: 30px 25px 0;
}
.en_m_leader_tit {
  text-transform: uppercase;
}
.m_honor {
  padding: 45px 0;
}
.m_honor li {
  width: 3.95rem;
  margin: 0 67px 30px 0;
  border-bottom: solid 1px #ededed;
  padding-bottom: 20px;
}
.m_honor li:nth-child(3n+3) {
  margin-right: 0;
}
.m_honor_pic {
  margin-bottom: 10px;
  overflow: hidden;
}
.m_honor_pic img {
  height: 266px;
}
.page {
  text-align: center;
}
.page a {
  line-height: 42px;
  display: inline-block;
  text-align: center;
  background: #e7e7e7;
  padding: 0 17px;
  margin: 0 5px;
  border-radius: 5px;
}
.page a.active {
  background: #e3212a;
  color: #fff;
}
.nextpage {
  padding: 30px 0;
}
.nextpage > div {
  color: #333;
  max-width: 40%;
}
.nextpage > div:hover {
  color: #b41e17;
}
.sub_tit::before {
  width: 5px;
  height: 29px;
  background: #b41e17;
  display: inline-block;
  content: "";
  vertical-align: top;
  margin: 0.05rem 0.2rem 0 0;
}
.keshi_tit li {
  width: 283px;
  height: 90px;
  background: #f7f8f9;
  transition: all 0.6s;
  flex-direction: column;
  cursor: pointer;
  margin-right: 0.6rem;
  margin-bottom: 0.2rem;
  padding: 0 2%;
  text-align: center;
}
.keshi_tit li a {
  height: 100%;
  flex-direction: column;
}
.keshi_tit li:nth-child(4n+4) {
  margin-right: 0;
}
.keshi_tit li h3 {
  color: #4d4d4d;
  position: relative;
  font-size: 20px;
}
.keshi_tit li h3::after {
  width: 22px;
  height: 1px;
  background: #b41e17;
  content: "";
  display: block;
  margin: 0.1rem auto 0.05rem;
}
.keshi_tit li p {
  color: #9f9fa0;
  font-size: 13px;
  text-transform: uppercase;
}
.keshi_tit li.current {
  background: #b41e17;
}
.keshi_tit li.current h3,
.keshi_tit li.current p {
  color: #fff;
}
.keshi_tit li.current h3::after {
  background: #fff;
}
.keshi_tit li:hover {
  background: #b41e17;
}
.keshi_tit li:hover h3,
.keshi_tit li:hover p {
  color: #fff;
}
.keshi_tit li:hover h3::after {
  background: #fff;
}
.bingqu_con {
  display: none;
}
