/* 基本样式 */
.event-with-watermark {
  position: relative;
  padding: 20px; /* 根据需要调整内边距 */
  background-color: #f0f0f0; /* 背景颜色示例 */
  /* 其他样式... */
}

/* 水印样式 */
.event-with-watermark::after {
  content: "Member";
  position: absolute;
  right: 10px; /* 距离右侧的距离 */
  bottom: 10px; /* 距离底部的距离 */
  font-size: 14px; /* 字体大小 */
  color: #aa3d35; /* 文字颜色 */
  background-color: rgb(241 223 222); /* 背景颜色，透明度 */
  border-radius: 50%; /* 圆形边框 */
  width: 60px; /* 水印的宽度，根据字体大小调整 */
  height: 60px; /* 水印的高度，根据字体大小调整 */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; /* 确保文本居中 */
}

/* banner */
.banner {
  position: relative;
}

.banner-img img {
  width: 100%;
}

.banner-tex {
  position: absolute;
  width: 60%;
  left: 0;
  top: 15vw;
  left: 6vw;
  z-index: 2;
}

.banner-tex h3 {
  font-family: "AppleMyungjo";
  font-size: 3.2vw;
  line-height: 4vw;
  font-weight: 500;
}

.banner-tex a {
  display: inline-block;
  background: #aa3d35;
  color: #fff;
  font-size: 1vw;
  padding: 1vw 1.5vw;
  border-radius: 40px;
  margin-top: 1vw;
}

.banner-introduce {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(62, 46, 34, 0.4);
  padding: 1vw 0;
}

.banner-introduce ul li {
  float: left;
  width: 33.3%;
  text-align: center;
  color: #fff;
}

.banner-introduce ul li img {
  display: inline-block;
  width: 20%;
  max-width: 60px;
}

.banner-introduce ul li p {
  font-size: 1.4vw;
  margin-top: 1vw;
  font-weight: 500;
}

/* about */
.about {
  background: url(../img/index-bg2.png) #f6f6f6 no-repeat top left;
  background-size: 30% auto;
  padding: 4vw 0;
  position: relative;
}

.about-tex h3 {
  font-family: "AppleMyungjo";
  font-size: 2.8vw;
  line-height: 3vw;
  font-weight: 500;
  color: #333333;
}

.about-tex p {
  font-size: 1.4vw;
  line-height: 2.3vw;
  color: #333333;
  font-weight: 100;
}

.about-tex p em {
  font-weight: bold;
  font-size: 1.6vw;
}

.about-tex p a {
  text-decoration: underline;
  color: #aa3d35;
}

.about-img {
  width: 90%;
  position: absolute;
  right: 0;
  top: 0px;
  max-width: 580px;
}

.about-img img {
  width: 90%;
}

/* wedo */
.wedo {
  background: url(../img/index-bg1.png) no-repeat bottom right;
  background-size: 50% auto;
  padding-top: 4vw;
  padding-bottom: 2vw;
  position: relative;
}

.wedo h3 {
  font-family: "AppleMyungjo";
  font-size: 2.8vw;
  line-height: 3vw;
  font-weight: 500;
  color: #333333;
}

.wedo dl {
  margin-top: 1.5vw;
  font-size: 1.4vw;
  line-height: 2.3vw;
  color: #333333;
}

.wedo dl dt {
  font-weight: bold;
  font-size: 1.6vw;
}

.wedo dl dd {
  margin-top: 10px;
}

/* join */
.join {
  background: url(../img/index_img2.png) #f6f6f6 no-repeat;
  background-size: 50% auto;
  color: #333333;
}

.join-tex {
  box-sizing: border-box;
  padding: 4vw 0vw 4vw 3vw;
  background: #f6f6f6;
}

.join-tex h3 {
  font-family: "AppleMyungjo";
  font-size: 2.8vw;
  line-height: 3vw;
  font-weight: 500;
}

.join-tex p {
  font-size: 1.4vw;
  line-height: 2.3vw;
  font-weight: 100;
}

.join-tex ul li {
  font-size: 1.4vw;
  line-height: 2.2vw;
  margin-top: 1.5vw;
  padding-left: 1.7vw;
  position: relative;
}

.join-tex ul li em {
  font-size: 1vw;
}

.join-tex ul li::before {
  content: "";
  position: absolute;
  width: 0.8vw;
  height: 0.8vw;
  background: #d4d4d4;
  border-radius: 50%;
  left: 0;
  top: 0.6vw;
}

.join-tex a {
  display: inline-block;
  background: #aa3d35;
  color: #fff;
  font-size: 1.2vw;
  padding: 1vw 1.5vw;
  border-radius: 40px;
  margin-top: 1.5vw;
}

.Ann-t {
  font-family: "AppleMyungjo";
  font-size: 2.8vw;
  line-height: 3vw;
  font-weight: 500;
  margin-top: 4vw;
  text-transform: uppercase;
}

.Ann-m {
  position: relative;
}

.Ann-m::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 70px;
  height: 1px;
  background: #e5e5e5;
}

.Ann-m-t {
  width: 1000px;
  max-width: 100%;
  font-size: 1.4vw;
  cursor: default;
  position: relative;
}

.swiper {
  overflow: hidden;
}

.Ann-m-t .swiper-slide {
  cursor: pointer;
  margin-top: 10px;
  height: 60px;
  line-height: 60px;
}

.Ann-m-t .swiper-slide-thumb-active {
  color: #aa3d35;
}

.Ann-m-t .swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  left: 35%;
  right: 35%;
  bottom: 0;
  height: 3px;
  background: #aa3d35;
}

.Ann-m-m {
  padding-top: 2vw;
}

.index-news ul li {
  float: left;
  width: 33%;
  padding: 0 1vw;
  font-size: 1.2vw;
  line-height: 2vw;
}

.index-news ul li h3 {
  padding: 10px 0;
  font-size: 1.4vw;
  line-height: 2vw;
  height: 6vw;
  border-bottom: 1px #e9e9e9 solid;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-news ul li p {
  margin-top: 1.5vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-news a:hover h3 {
  color: #aa3d35;
}

.index-news a:hover p {
  text-decoration: underline;
}

.index-seminars dl {
  float: left;
  width: calc(33.3% - 22px);
  margin: 11px;
  background: #fff;
  box-shadow: 0px 0px 5px rgb(0, 0, 0, 0.2);
  border-radius: 2px;
  border-left: 4px #aa3d35 solid;
  padding: 20px;
  box-sizing: border-box;
}

.index-seminars dl:hover {
  box-shadow: 0px 0px 8px rgb(0, 0, 0, 0.3);
}

.index-seminars dl dt h3 {
  width: calc(100% - 80px);
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 显示省略号 */
}

.index-seminars dl dt em {
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
  height: 24px;
  background: #f1dfde;
  color: #aa3d35;
  text-align: center;
  line-height: 24px;
  border-radius: 2px;
}
.index-seminars dl dt em.upcoming {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}

.index-seminars dl dd {
  margin-top: 15px;
}

.index-seminars dl dd p {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 30px;
  padding-left: 27px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-seminars dl dd p.index-seminars-icon-1 {
  background: url(../img/seminars-icon1.svg) no-repeat left 8px;
}

.index-seminars dl dd p.index-seminars-icon-2 {
  background: url(../img/seminars-icon2.svg) no-repeat left 8px;
}

.index-seminars dl dd p.index-seminars-icon-3 {
  background: url(../img/seminars-icon3.svg) no-repeat left 8px;
}

.index-seminars dl dd p.index-seminars-icon-4 {
  background: url(../img/seminars-icon4.svg) no-repeat left 8px;
}

.index-seminars dl:hover dd p {
  color: #333;
}

.index-newsletters ul li {
  background: #f9f9f9;
  border: 1px #d9d9d9 dashed;
  padding: 20px 100px 20px 20px;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  margin-bottom: 20px;
}

/* .index-newsletters ul li:hover {
	background: #F9F1F0;
	border: 1px #AA3D35 dashed;
} */

.index-newsletters ul li h3 {
  font-size: 20px;
  line-height: 26px;
  color: #aa3d35;
  padding-left: 36px;
  margin-bottom: 15px;
  background: url(../img/newsletters-icon1.svg) no-repeat left top;
  background-size: auto;
}

.index-newsletters ul li a {
  position: absolute;
  width: 45px;
  height: 34px;
  right: 20px;
  top: calc(50% - 20px);
  background: url(../img/newsletters-icon2.svg) no-repeat center;
  background-size: 100% auto;
}

.links-bg {
  background: #f6f6f6;
  padding: 3vw 0;
  margin-top: 2vw;
}

.links-t {
  font-family: "AppleMyungjo";
  font-size: 2.8vw;
  line-height: 3vw;
  font-weight: 500;
  text-transform: uppercase;
}

.index-links {
  margin-top: 2vw;
  font-size: 1.4vw;
}

.index-links p {
  margin-top: 1vw;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "";
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "";
}

.index-links .swiper-button-next,
.index-links .swiper-button-prev {
  width: 43px;
  height: 43px;
}

.index-links .swiper-button-prev {
  background: url(../img/index-butL.svg) no-repeat center;
  background-size: cover;
}

.swiper-button-next {
  background: url(../img/index-butR.svg) no-repeat center;
  background-size: cover;
}

.bottom-bg {
  background: #aa3d35;
}

.bottom-box1 {
  margin-top: 40px;
}

.bottom-box1L {
  width: 130px;
}

.bottom-box1L ul li {
  margin-bottom: 30px;
}

.bottom-box1R {
  width: calc(100% - 130px);
}

.bottom-box1R dl {
  float: left;
  width: 30%;
  color: #fff;
}

.bottom-box1R dl:nth-child(even) {
  width: 20%;
}

.bottom-box1R dl dt {
  font-weight: bold;
  font-size: 1.3vw;
  margin-bottom: 15px;
}

.bottom-box1R dl dd {
  font-size: 1.1vw;
  line-height: 42px;
}

.bottom-box1R dl a {
  display: block;
}

.bottom-box1R dl a:hover {
  text-decoration: underline;
}

.bottom-box2 {
  border-top: 1px #b3514a solid;
  padding: 2vw;
  color: #fff;
  font-size: 1.4vw;
  margin-top: 1vw;
}

/* inside-about */

.inside-ban {
  height: 230px;
  background: url(../img/about-bg.jpg) no-repeat right bottom;
  background-size: cover;
}

.inside-banT {
  font-size: 56px;
  color: #fff;
  margin-top: 83px;
}

.location {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  background: url(../img/location.svg) no-repeat 15px top;
  padding-left: 35px;
}

.location em {
  margin: 0 5px;
}

.inside-box {
  margin-top: 30px;
  margin-bottom: 100px;
}

.about-l {
  width: calc(100% - 440px);
}

.about-c {
  width: calc(100%);
}

.about-r {
  width: 360px;
}

.about-texT {
  font-size: 40px;
  font-weight: bold;
  margin-top: 20px;
}

.about-texM {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}

.about-texM h3 {
  font-size: 26px;
  font-weight: bold;
  color: #aa3d35;
  margin-top: 20px;
}

.about-texM h4 {
  font-size: 16px;
  font-weight: bold;
  color: #aa3d35;
  margin-top: 20px;
}

.about-texM p {
  margin-top: 20px;
}

.about-texM ul {
  margin-top: 10px;
}

.about-texM ul li {
  list-style: disc;
  margin-left: 20px;
  line-height: 24px;
}

.about-texM ul li ul li {
  list-style: circle;
  margin-left: 10px;
}

.about-texM a {
  color: #aa3d35;
  text-decoration: underline;
}

.about-tex4 {
  background: #f0eeea;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  padding: 20px 30px;
  text-align: center;
}

.about-tex5 ul li {
  float: left;
  background: #f0eeea;
  width: calc(20% - 10px);
  margin: 20px 5px 0;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  overflow: hidden;
  min-height: 100px;
}

.about-table {
  margin-top: 20px;
}

.about-table table {
  border-left: 1px #d2c9bd solid;
  border-top: 1px #d2c9bd solid;
  border-radius: 10px;
}

.about-table table thead {
  background: #f0eeea;
  height: 60px;
}

.about-table table thead th {
  vertical-align: middle;
  border-right: 1px #d2c9bd solid;
  border-bottom: 1px #d2c9bd solid;
}

.about-table table tbody td {
  padding: 10px;
  line-height: 24px;
  border-right: 1px #d2c9bd solid;
  border-bottom: 1px #d2c9bd solid;
}

.inside-sub {
  border-radius: 20px;
  background: #f0eeea;
  overflow: hidden;
  margin-top: 20px;
}

.inside-sub dt {
  height: 60px;
  line-height: 60px;
  padding-left: 40px;
  background: #d8d0c6;
  font-size: 18px;
  font-weight: bold;
  color: #aa3d35;
}

.inside-sub dd {
  padding: 10px 22px 20px 22px;
}

.inside-sub dd a {
  display: block;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px #d2c9bd solid;
  padding-left: 18px;
}

.inside-sub dd a:hover {
  color: #aa3d35;
}

.inside-sub dd a.active {
  color: #aa3d35;
}

/* inside-medicine */
.medicine-ban {
  background: url(../img/medicine-bg.png) no-repeat;
  background-size: cover;
}

/* inside-contact */

.inside-bg {
  background: #f0eeea;
}

.contact-tex {
  font-size: 30px;
  font-weight: bold;
  line-height: 46px;
  margin-top: 26px;
}

.contact-tex p {
  font-size: 20px;
  font-weight: 500;
}

.inside-box2 {
  margin-top: 26px;
  margin-bottom: 40px;
}

.contact-l {
  background: #e9e4de;
  padding: 40px 40px;
  min-height: 515px;
  box-sizing: border-box;
}

.contact-l dl {
  margin-top: 20px;
  padding-left: 58px;
  background: url(../img/contact-icon1.svg) no-repeat left top;
}

.contact-l dl:nth-child(2) {
  background: url(../img/contact-icon2.svg) no-repeat left top;
}

.contact-l dl:nth-child(3) {
  background: url(../img/contact-icon3.svg) no-repeat left top;
}

.contact-l dl dt {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
}

.contact-l dl dd {
  font-size: 16px;
  line-height: 30px;
  margin-top: 5px;
}

.contact-r {
  background: #fff;
  padding: 40px 40px;
  min-height: 515px;
  box-sizing: border-box;
}

.contact-r h3 {
  position: relative;
  font-size: 26px;
  height: 45px;
}

.contact-r h3::after {
  content: "";
  position: absolute;
  left: 0;
  width: 34px;
  height: 1px;
  background: #333;
  bottom: 0;
}

.contact-r input,
.contact-r textarea {
  width: 100%;
  padding: 15px 10px;
  border: 1px #efefef solid;
  box-sizing: border-box;
  font-size: 16px;
  margin-top: 18px;
}

.contact-r a {
  width: 180px;
  height: 50px;
  line-height: 50px;
  background: #aa3d35;
  color: #fff;
  display: inline-block;
  border-radius: 25px;
  margin-top: 18px;
  font-size: 16px;
}

.search-button {
  width: 180px;
  height: 50px;
  line-height: 50px;
  background: #aa3d35;
  color: #fff;
  display: inline-block;
  border-radius: 25px;
  margin-top: 18px;
  font-size: 16px;
}

/* inside-find */
.find p {
  font-size: 24px;
  line-height: 40px;
  margin: 30px 0;
}

.find h4 {
  font-size: 24px;
  margin-top: 15px;
}

.find-list {
  display: flex;
  flex-wrap: wrap;
}

.find-list dl {
  float: left;
  width: calc(50% - 16px);
  background: #fff;
  border-radius: 10px;
  margin-right: 16px;
  padding: 30px;
  box-sizing: border-box;
  margin-top: 16px;
  margin-bottom: 16px;
}

.find-list dl:nth-child(even) {
  margin-left: 16px;
  margin-right: 0;
}

.find-list dl:hover {
  box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.2);
}

.find-list dl dt {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px #adadad dashed;
  padding-bottom: 10px;
}

.find-list dl dt em {
  font-size: 20px;
  font-weight: 500;
}

.find-list dl dd {
  font-size: 16px;
  line-height: 36px;
  margin-top: 10px;
}

.find-list dl dd h3 {
  background: url(../img/find-icon1.svg) no-repeat left;
  padding-left: 30px;
  font-size: 24px;
  margin-top: 15px;
}

.find-list dl dd p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page {
  margin-top: 15px;
  font-size: 16px;
  margin-bottom: 35px;
}

.page a {
  width: 44px;
  display: inline-block;
}

.page img {
  display: inline-block;
  width: 8px;
  margin: 0 5px;
}

.page-no {
  opacity: 0.4;
}

/* inside-publications */
.publications-ban {
  background: url(../img/news-bg.png) no-repeat;
  background-size: cover;
}

.insuurance-ban {
  background: url(../img/banner_insurance.png) no-repeat;
  background-size: cover;
  height: 407px;
  max-width: 933px;
}

.publications-nav ul li {
  float: left;
  width: auto;
  padding-right: 40px;
  padding-left: 10px;
  height: 55px;
  line-height: 55px;
}

.publications-nav a {
  display: block;
}

.publications-nav a.active {
  font-weight: bold;
  color: #aa3d35;
  border-bottom: 3px #aa3d35 solid;
}

.archive {
  background: #f0f0f0;
  border-radius: 10px;
  margin-top: 15px;
  padding: 10px;
  box-sizing: border-box;
  line-height: 50px;
  font-size: 16px;
}

.archive p {
  float: left;
  width: 80px;
  text-align: right;
}

.archive select {
  float: left;
  width: calc(50% - 50px);
  height: 50px;
  margin-left: 10px;
  border-radius: 10px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 16px;
}

.publications-radio {
  margin-top: 15px;
}

.publications-radio input {
  margin: 0 10px;
}

.inside-news {
  margin-bottom: 40px;
}

.inside-news ul li {
  border-bottom: 1px #adadad dashed;
  padding: 20px 0;
}

.inside-news ul li h3 {
  font-size: 24px;
  color: #aa3d35;
}

.inside-news ul li h3 em {
  font-size: 14px;
  border: 1px #aa3d35 solid;
  border-radius: 5px;
  padding: 2px 10px;
  font-weight: 400;
}

.inside-news ul li .data {
  background: url(../img/news-icon1.svg) no-repeat left;
  padding-left: 25px;
}

.inside-news ul li p {
  font-size: 16px;
  margin-top: 10px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.inside-news ul li a:hover p {
  text-decoration: underline;
}

.news-tex {
  margin-top: 20px;
  font-size: 16px;
  line-height: 32px;
}

.inside-seminars {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.inside-seminars dl {
  float: left;
  width: calc(33.3% - 22px);
  margin: 11px;
  background: #fff;
  box-shadow: 0px 0px 5px rgb(0, 0, 0, 0.2);
  border-radius: 2px;
  border-left: 4px #aa3d35 solid;
  padding: 20px;
  box-sizing: border-box;
}

.inside-seminars dl:hover {
  box-shadow: 0px 0px 8px rgb(0, 0, 0, 0.3);
}

.inside-seminars dl dt h3 {
  width: calc(100% - 80px);
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 显示省略号 */
}

.inside-seminars dl dt em {
  position: absolute;
  right: 0;
  top: 0;
  width: 68px;
  height: 24px;
  background: #f1dfde;
  color: #aa3d35;
  text-align: center;
  line-height: 24px;
  border-radius: 2px;
  font-size: 12px;
}

.inside-seminars dl dt em.upcoming {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}

.inside-seminars dl.end {
  opacity: 0.5;
  border-left: 4px #666 solid;
}

.inside-seminars dl.end dt em {
  background: #e0e0e0;
  color: #666;
}

.inside-seminars dl dd {
  margin-top: 15px;
}

.inside-seminars dl dd p {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 30px;
  padding-left: 27px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inside-seminars dl dd p.index-seminars-icon-1 {
  background: url(../img/seminars-icon1.svg) no-repeat left 8px;
}

.inside-seminars dl dd p.index-seminars-icon-2 {
  background: url(../img/seminars-icon2.svg) no-repeat left 8px;
}

.inside-seminars dl dd p.index-seminars-icon-3 {
  background: url(../img/seminars-icon3.svg) no-repeat left 8px;
}

.inside-seminars dl dd p.index-seminars-icon-4 {
  background: url(../img/seminars-icon4.svg) no-repeat left 8px;
}

.inside-seminars dl:hover dd p {
  color: #333;
}

.index-news ul li h3 em {
  font-size: 14px;
  border: 1px #aa3d35 solid;
  border-radius: 5px;
  padding: 2px 10px;
  font-weight: 400;
  color: #aa3d35;
}

.index-newsletters ul li h3 em {
  font-size: 14px;
  border: 1px #aa3d35 solid;
  border-radius: 5px;
  padding: 2px 10px;
  font-weight: 400;
}

.index-newsletters ul li a.index-newsletters-link {
  background: none;
  width: 100%;
  height: auto;
  position: relative;
  right: 0;
  top: auto;
  display: block;
}

.publications-l {
  float: left;
  width: calc(100% - 380px);
}

.publications-r {
  float: right;
  width: 360px;
  position: sticky;
  top: 0;
  right: 0;
  border: 1px #eeedf2 solid;
  border-radius: 10px;
  text-align: center;
  padding: 25px;
  box-sizing: border-box;
}

.publications-r a {
  display: block;
  background: #aa3d35;
  color: #fff;
  border-radius: 10px;
  margin-top: 25px;
  padding: 10px 0;
}

.publications-texT {
  background: #f0eeea;
  padding: 10px 36px 40px 36px;
  border-radius: 20px;
  box-sizing: border-box;
}

.publications-texT dl {
  float: left;
  margin-top: 30px;
}

.publications-texT dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

/* error */
.error {
  width: 1000px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.error h3 {
  font-size: 200px;
}

.error p {
  font-size: 60px;
  line-height: 80px;
}

/* join */
.join-r {
  border-bottom: 1px #d2c9bd solid;
  padding-bottom: 15px;
  margin-top: 10px;
}

.join-r h3 {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
}

.join-r p {
  color: #666;
  line-height: 26px;
}

/* links */
.links ul li {
  float: left;
  width: calc(33.3% - 15px);
  margin-right: 15px;
  text-align: center;
  margin-top: 20px;
}

.links ul li .img {
  height: 7vw;
  border: 1px #ececec solid;
  border-radius: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
}

.links ul li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* login */

.login-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0, 0.5);
  z-index: 10;
}

.login-box {
  position: relative;
  background: #fff;
  border-radius: 10px;
  width: 900px;
  z-index: 12;
  padding: 70px 150px;
  box-sizing: border-box;
}

.login-box ul li {
  width: 48%;
  padding: 30px;
  box-sizing: border-box;
  border: 1px #d9d9d9 solid;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.login-box ul li:hover {
  box-shadow: 0px 0px 6px rgb(0, 0, 0, 0.2);
}

.login-box img {
  display: inline-block;
  margin-bottom: 20px;
}

.login-close {
  width: 20px;
  height: 20px;
  background: url(../img/login-close.svg) no-repeat center;
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
}

.login-box input {
  width: 100%;
  height: 45px;
  border: 1px #d9d9d9 solid;
  border-radius: 5px;
  margin-top: 20px;
  padding: 0 15px;
}

.login-but {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #aa3d35;
  color: #fff;
  border-radius: 25px;
  margin-top: 20px;
}

/* reserve */
.reserve-bg {
  background: url(../img/login-bg.png) no-repeat left;
  background-size: cover;
}

.reserve {
  background: #fff;
  padding: 50px 30px;
}

.reserve-form {
  line-height: 30px;
}

.reserve-mgt {
  margin-top: 20px;
}

.reserve-form input[type="text"] {
  width: 100%;
  height: 45px;
  border: 1px #d9d9d9 solid;
  padding: 0 10px;
  border-radius: 2px;
}

.bor-t {
  border-top: 1px #d9d9d9 solid;
  margin-top: 10px;
  padding-top: 10px;
}

.reserve-but {
  width: 130px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  background: #aa3d35;
  display: inline-block;
  border-radius: 25px;
}

.reserve-but.no {
  background: #f5f5f5;
  border: 1px #d9d9d9 solid;
  color: #777;
}

.progress {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.progress::before {
  content: "";
  position: absolute;
  left: 44px;
  right: 44px;
  height: 3px;
  background: #d8d0c6;
  top: 5px;
}

.progress::after {
  content: "";
  position: absolute;
  left: 44px;
  width: 44%;
  height: 3px;
  background: #aa3d35;
  top: 5px;
}

.progress.start::after {
  right: 44px;
  width: 0;
  background: #aa3d35;
  top: 5px;
}

.progress.success::after {
  right: 44px;
  width: calc(100% - 88px);
  background: #aa3d35;
  top: 5px;
}

.progress p {
  width: 88px;
  padding-top: 20px;
  position: relative;
  text-align: center;
  line-height: 24px;
}

.progress p::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d8d0c6;
  border: 2px #fff solid;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 44px;
  z-index: 2;
}

.progress p.on::before {
  background: #aa3d35;
}

.pr10 {
  padding-right: 10px;
}

.reserve-success {
  margin: 40px 0;
}
.reserve-success img {
  display: inline-block;
  margin-bottom: 20px;
}

/* 媒体查询大于992 */
@media screen and (min-width: 992px) {
  .inside-header {
    position: relative;
  }
}

/* 媒体查询小于992 */
@media screen and (max-width: 992px) {
  .banner {
    margin-top: 70px;
  }

  .banner-tex {
    top: 10vw;
  }

  .banner-tex a {
    font-size: 12px;
    padding: 5px 15px;
  }

  .banner-introduce ul li p {
    font-size: 12px;
  }

  .about-tex {
    margin-top: 15px;
  }

  .about-tex h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .about-tex p {
    font-size: 14px;
    line-height: 24px;
  }

  .about-tex p em {
    font-size: 16px;
    font-weight: bold;
  }

  .about-img {
    display: none;
  }

  .wedo {
    margin-top: 15px;
    padding-bottom: 15px;
  }

  .wedo h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .wedo dl {
    font-size: 14px;
    line-height: 28px;
  }

  .wedo dl dt {
    font-size: 16px;
    font-weight: bold;
  }

  .join {
    background: url(../img/index_img3.png) no-repeat;
    background-size: cover;
  }

  .join-img {
    display: none;
  }

  .join-tex {
    width: 100%;
    padding: 4vw 0;
    color: #fff;
    background: none;
    margin-top: 15px;
  }

  .join-tex h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .join-tex p {
    font-size: 14px;
    line-height: 28px;
  }

  .join-tex ul li {
    font-size: 14px;
    line-height: 28px;
  }

  .join-tex ul li em {
    font-size: 14px;
  }

  .join-tex ul li::before {
    top: 12px;
  }

  .join-tex a {
    font-size: 14px;
    padding: 1.5vw 3vw;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .Ann-t {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0px;
    margin-top: 15px;
  }

  .Ann-m::before {
    top: 50px;
  }

  .Ann-m-t {
    font-size: 16px;
  }

  .Ann-m-t .swiper-slide {
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
  }

  .index-news ul li {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
  }

  .index-news ul li h3 {
    font-size: 16px;
    line-height: 20px;
    height: 50px;
  }

  .index-seminars dl {
    width: 100%;
    margin: 11px 0;
  }

  .index-seminars dl dd {
    margin-top: 0;
  }

  .links-t {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .index-links p {
    font-size: 14px;
  }

  .index-newsletters ul li h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .index-links {
    font-size: 24px;
  }

  .index-links .swiper-button-next,
  .index-links .swiper-button-prev {
    width: 30px;
    height: 30px;
  }

  .bottom-box1 {
    display: none;
  }

  .bottom-box2 {
    font-size: 14px;
    border-top: none;
  }

  /* about */
  .inside-ban {
    height: 180px;
    margin-top: 70px;
  }

  .inside-banT {
    font-size: 36px;
    color: #fff;
    margin-top: 73px;
  }

  .inside-box {
    margin-top: 15px;
  }

  .about-l {
    width: 100%;
  }

  .about-c {
    width: 100%;
  }

  .about-r {
    width: 100%;
  }

  .about-texT {
    font-size: 26px;
    font-weight: bold;
    margin-top: 10px;
  }

  .about-texM {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
  }

  .about-texM h3 {
    font-size: 18px;
    font-weight: bold;
    color: #aa3d35;
    margin-top: 10px;
  }

  .about-texM h4 {
    margin-top: 10px;
  }

  .about-texM p {
    margin-top: 10px;
  }

  /* inside-contact */
  .inside-bg {
    margin-top: 70px;
  }

  .contact-tex {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .contact-tex p {
    font-size: 14px;
  }

  .inside-box2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contact-l {
    padding: 20px 20px;
    min-height: auto;
  }

  .contact-l dl dt {
    font-size: 20px;
  }

  .contact-l dl dd {
    font-size: 16px;
    line-height: 30px;
  }

  .contact-l dl dd .w50 {
    width: 50%;
  }

  .contact-r {
    padding: 20px 20px;
    min-height: auto;
  }

  .contact-r h3 {
    position: relative;
    font-size: 20px;
    height: 35px;
  }

  /* inside-find */
  .find {
    min-height: auto;
  }

  .find p {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0;
  }

  .find h4 {
    font-size: 18px;
  }

  .find-list dl {
    width: 100%;
    padding: 18px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .find-list dl:nth-child(even) {
    margin-left: 0px;
  }

  .find-list dl dt {
    font-size: 16px;
  }

  .find-list dl dt em {
    font-size: 14px;
  }

  .find-list dl dd {
    font-size: 14px;
    line-height: 26px;
  }

  .find-list dl dd h3 {
    font-size: 16px;
    margin-top: 5px;
  }

  /* inside-publications */
  .publications-nav {
    margin-top: 10px;
  }

  .archive p {
    width: 60px;
    line-height: 45px;
  }

  .archive select {
    width: calc(50% - 40px);
    height: 45px;
  }

  .inside-news ul li {
    padding: 15px 0;
  }

  .inside-news ul li h3 {
    font-size: 18px;
  }

  .inside-news ul li p {
    font-size: 14px;
    margin-top: 5px;
    line-height: 24px;
  }

  .inside-seminars dl {
    width: 100%;
    margin: 11px 0;
  }

  .publications-l {
    width: 100%;
  }

  .publications-r {
    width: 100%;
    margin-bottom: 35px;
  }

  .publications-l .w50 {
    width: 50%;
  }

  /* error */
  .error {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .error h3 {
    font-size: 100px;
  }

  .error p {
    font-size: 26px;
    line-height: 38px;
  }

  /* links */
  .links ul li .img {
    height: 10vw;
  }

  /* login */
  .login-box {
    width: 90%;
    padding: 40px 20px;
  }
  .pr10 {
    padding-right: 0px;
  }
}

/* 媒体查询小于700 */
@media screen and (max-width: 700px) {
  .publications-nav ul li {
    float: left;
    width: 50%;
    text-align: center;
    height: 45px;
    line-height: 45px;
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .publications-nav ul li:last-child {
    width: 100%;
  }

  .publications-nav ul li a {
    background: #f0f0f0;
    display: inline-block;
    width: 100%;
  }

  .links ul li {
    float: left;
    width: calc(50% - 10px);
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
  }

  .links ul li .img {
    height: 15vw;
  }

  .login-box ul li {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

/* 媒体查询小于600 */
@media screen and (max-width: 600px) {
  .banner-tex {
    top: 10vw;
  }

  .banner-introduce ul li p {
    font-size: 10px !important;
  }

  .about {
    background-size: 70%;
  }

  .Ann-m-t .swiper-slide {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .inside-box {
    margin-bottom: 30px;
  }

  .about-tex5 ul li {
    width: calc(33.3% - 10px);
  }

  .about-table {
    font-size: 12px;
  }

  .about-table table tbody td {
    padding: 0px;
  }

  .contact-l dl dd .w50 {
    width: 100% !important;
  }

  .publications-l .w50 {
    width: 100%;
  }

  .progress::before {
    left: 20px;
    right: 55px;
  }

  .progress::after {
    left: 20px;
    right: 55px;
  }

  .progress p::before {
    left: 20px;
    z-index: 2;
  }

  .reserve {
    padding: 30px 20px;
  }

  .reserve-mgt {
    margin-top: 10px;
  }
}

/* 媒体查询大于1300 */
@media screen and (min-width: 1300px) {
  .banner-tex {
    width: 50%;
  }

  .banner-tex h3 {
    font-size: 40px;
  }

  .banner-tex a {
    font-size: 20px;
    padding: 15px 30px;
  }

  .banner-introduce ul li p {
    font-size: 20px;
  }

  .about {
    padding: 40px 0;
  }

  .about-tex h3 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 24px;
  }

  .about-tex p {
    font-size: 18px;
    line-height: 30px;
  }

  .about-tex p em {
    font-size: 22px;
    font-weight: bold;
  }

  .wedo {
    padding-top: 40px;
  }

  .wedo h3 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 24px;
  }

  .wedo dl {
    font-size: 18px;
    line-height: 30px;
  }

  .wedo dl dt {
    font-size: 22px;
  }

  .join-tex {
    padding: 40px 0 40px 30px;
  }

  .join-tex h3 {
    font-size: 40px;
    line-height: 40px;
  }

  .join-tex p {
    font-size: 18px;
    line-height: 30px;
  }

  .join-tex ul li {
    font-size: 18px;
    line-height: 30px;
    padding-left: 30px;
    margin-top: 15px;
  }

  .join-tex ul li em {
    font-size: 14px;
  }

  .join-tex ul li::before {
    width: 10px;
    height: 10px;
    top: 11px;
  }

  .join-tex a {
    font-size: 16px;
    padding: 15px 30px;
  }

  .Ann-t {
    font-size: 40px;
    line-height: 40px;
    margin-top: 40px;
  }

  .Ann-m-t {
    font-size: 22px;
  }

  .index-news ul li {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
  }

  .index-news ul li h3 {
    font-size: 20px;
    line-height: 30px;
    height: 90px;
  }

  .index-seminars dl {
    margin: 11px 11px;
  }

  .index-seminars dl dd {
    margin-top: 0;
  }

  .links-bg {
    padding: 40px 0;
  }

  .links-t {
    font-size: 40px;
  }

  .index-newsletters ul li h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .index-links {
    font-size: 18px;
  }

  .index-links .swiper-button-next,
  .index-links .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 40%;
  }

  .bottom-box1R dl dt {
    font-size: 20px;
  }

  .bottom-box1R dl dd {
    font-size: 18px;
  }

  .bottom-box2 {
    font-size: 18px;
    padding: 18px 0;
    margin-top: 15px;
  }
}
