  /**
 
 @Name: layuiNetCompany - 澶ф皵椋庢牸鐨勭綉缁滃叕鍙镐紒涓氭ā鐗�
 @Author: xuxingyu
 @Copyright: layui.com
 
 */
/*这里是背景色*/
body {
  background: #E3F2FF;
}
#schedule {
    background-color: #E3F2FF; /* 这将覆盖body的背景色 */
}
/** 棣栭〉 */

/*瀵艰埅閮ㄥ垎*/
.nav {
  padding: 0;
  width: 100%;
  box-shadow: 0 3px 3px 0 #ccc;
  background: #fff;
  position: relative;
  left: 0;
  z-index: 999;
  transition: 0.3s;
}
.nav.index {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
}
.nav.scroll {
  background: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  top: 0;
}
.nav .layui-container {
  position: relative;
  width: 100%;
  transition: all 400ms ease-out;
}
.nav .page-top {
  position: relative;
  transition: all 400ms ease-out;
}
.nav .nav-logo {
  height: 100%;
  position: absolute;
  top: 0;
  left: 15px;
  line-height: 80px;
}
.nav .nav-list {
  display: inline-block;
  height: 80px;
  text-align: center;
}
.nav .nav-list button {
  width: 25px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 15px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.nav .nav-list button span {
  display: block;
  width: 25px;
  height: 2px;
  background: #565f9a;
  margin-bottom: 6px;
  transition: 0.5s;
}
.nav .nav-list button span.spa1 {
  transform: rotate(45deg);
}
.nav .nav-list button span.spa3 {
  transform: rotate(-45deg) translate(5px, -5px);
}
.nav .layui-nav {
  width: 100%;
  position: absolute;
  top: 80px;
  color: #000;
  background: transparent;
/*  width: max-content;*/
}
.nav .layui-nav .layui-nav-item {
  display: block;
  line-height: 60px;
	line-width : 1000px;
}
.layui-nav {
  font-size: 18px;
  background-color: #00710A;
	width: 100%;
}
.nav .layui-nav .layui-nav-item a {
  padding: 0 0;
  color: #000;
}
.nav .layui-nav-bar,
.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
  background-color: #4dc0a4;
}
.nav .layui-nav .layui-this:after {
  height: 2px;
  background-color: #565f9a;
}
.nav .layui-nav .layui-this a,
.layui-nav .layui-nav-item a:hover {
  color: #4dc0a4;
}
.layui-nav .layui-nav-item a {
  color: rgb(233, 231, 231);
  font-size: 14px;
  font-weight: 600;
	
}
/*杞挱*/
/*
#banner img {
 
  max-width: 100%;
  min-height: 100%;
  width:100%;
  height:100%;
}
*/
#banner .panel {
  width: 400px;
  position: absolute;
  top: 25%;
  left: 50%;
  margin-left: -200px;
  text-align: center;
}
#banner .panel p {
  color: #8c8c8c;
  font-size: 44px;
  line-height: 80px;
  letter-spacing: 15px;
}
#banner .panel p.title {
  color: #4a4a4a;
  font-size: 54px;
  letter-spacing: 10px;
}

#nav-elem {
  width: fit-content;
  margin: 0 auto;
}

/*涓讳綋鈥斾骇鍝�*/
.main-product {
  padding-top: 90px;
  padding-bottom: 130px;
}
.main-product p {
  font-size: 16px;
  color: #ababab;
  line-height: 28px;
}
.main-product p.title,
.layui-container p.title,
.main-service p.title {
  color: #484848;
  font-size: 24px;
  text-align: center;
  line-height: 160px;
}
.main-product p.title span,
.layui-container p.title span,
.main-service p.title span {
  color: #565f9a;
}
.main-product .content {
  border: 1px solid #dedede;
  padding: 30px 36px 36px 36px;
  text-align: center;
  transition: 0.3s;
}
.main-product .content p.label {
  font-size: 18px;
  color: #939393;
  line-height: 46px;
  padding-top: 6px;
}
.main-product .content a {
  font-size: 18px;
  color: #a1d8cb;
  line-height: 68px;
}
.main-product .content:hover {
  box-shadow: 0 0 3px 3px #eee;
  transition: 0.3s;
}
.main-product .content img {
  transition: 2s;
}
.main-product .content img:hover {
  transform: rotateY(180deg);
}

/*涓讳綋-鏈嶅姟*/
.main-service {
  background: #f8f8f8;
}
.main-service .content {
  position: relative;
}
.main-service .content .content-left {
  width: 50%;
}
.main-service .content .content-left img {
  width: 100%;
}
.main-service .content .content-right {
  box-sizing: border-box;
  background: #fff;
  padding: 58px 40px 0 48px;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
  overflow: hidden;
}
.main-service .content .content-right p {
  color: #adadad;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-service .content .content-right p.label {
  font-size: 16px;
  color: #4a4a4a;
}
.main-service .content .content-right span {
  display: block;
  width: 50px;
  height: 2px;
  background: #2cb6a1;
  margin-bottom: 23px;
}
.main-service .content .content-right:hover {
  box-shadow: 2px 2px 2px #eee;
  transition: 0.3s;
}
.main-service .service-more {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.main-service .service-more a {
  padding: 10px 62px;
  font-size: 23px;
  line-height: 46px;
  color: #fff;
  background: #7fd3c6;
  border-radius: 3px;
}

/*搴曢儴*/
.footer {
  padding-bottom: 50px;
  background: #00710A;
}
.footer .footer-web {
  padding-top: 30px;
  padding-bottom: auto;
}
.footer .footer-web a {
  color: #E4E4E4;
  line-height: 22px;
  margin-right: 20px;
  transition: 0.3s;
}
.footer .footer-web a:hover {
  color: #FFFFFF;
  transition: 0.3s;
}
.footer .footer-contact {
  color: #fff;
}
.footer .footer-contact a {
  color: #FFFFFF;
}
.footer .footer-contact .contact-top {
  padding-top: 20px;
  line-height: 20px;
}
.footer .footer-contact .contact-bottom {
  line-height: 25px;
}

.footer .footer-web a:hover {
  color: #FFFFFF;
  transition: 0.3s;
}
/** 浜у搧 */
.banner {
  height: 300px;
  margin-top: 1em;
  z-index: 1;
}
.banner.product {
  background: url(../img/nav_img1.jpg) no-repeat center top;
  background-size: cover;
}
.main.product {
  padding: 30px 0 75px 0;
}
.main.product .content {
  padding: 50px 0;
  border-bottom: 1px solid #e8e8e8;
}
.main.product .content .content-img {
  text-align: center;
}
.main.product .content .content-img img {
  max-width: 100%;
}
.main.product .content .label {
  color: #565656;
  font-size: 30px;
  line-height: 78px;
  margin-top: 32px;
}
.main.product .content .detail {
  font-size: 16px;
  line-height: 28px;
  color: #d7d7d7;
  padding-bottom: 30px;
}
.main.product .content a {
  color: #a0d2cc;
  font-size: 16px;
  line-height: 38px;
  padding: 10px 11px 10px 23px;
  border: 1px solid #a0d2cc;
  border-radius: 3px;
}

/** 鍔ㄦ�� */
.banner.sy {
  background: url(../img/dibiao.jpg) no-repeat center top;
  background-size: 100% 320px;
}
.banner.news {
  background: url(../../../images/background/back.jpg) no-repeat center top;
  background-size: cover;
}
.banner .title {
  padding-top: 170px;
}
.banner .title.active {
  padding-top: 120px;
  transition: 1.5s;
}
.banner .title p {
  color: #606060;
  font-size: 36px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 5px;
}
.banner .title p.en {
  font-size: 20px;
  letter-spacing: 3px;
}
.main-news {
  padding: 40px 0 40px 0;
}
.main-news .content > div {
  padding-bottom: 50px;
  border-bottom: 2px dashed #eaeaea;
  position: relative;
}
.main-news .content .news-img {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  text-align: center;
}
.main-news .content .news-img img {
  margin: 0px 0px 0px 90px;
}
.main-news .content .news-panel {
  display: inline-block;
  width: 70%;
  vertical-align: top;
  padding-left: 5px;
  box-sizing: border-box;
}
.main-news .content .news-panel strong a {
  display: block;
  color: #555;
  font-size: 18px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-news .content .news-panel p.detail {
  color: #777;
  line-height: 24px;
}
.main-news .content .news-panel p.read-push {
  color: #aaa;
  padding-top: 5px;
}
.main-news #newsPage .layui-laypage {
  display: block;
  text-align: center;
  margin-top: 70px;
}
.main-news #newsPage .layui-laypage a,
.main-news #newsPage .layui-laypage span {
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  margin-right: 20px;
  border-radius: 3px;
  color: #e3e3e3;
}
/*鍔ㄦ�佽鎯呴〉*/
.main-newsdate {
  margin-top: 20px;
  text-align: center;
}
.main-newsdate .news {
  text-align: left;
  line-height: 104px;
}
.main-newsdate h1 {
  padding-top: 6px;
}
.main-newsdate .pushtime {
  color: #686868;
  font-size: 18px;
  line-height: 82px;
}
.main-newsdate .introTop {
  padding-bottom: 28px;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
}
.main-newsdate .introBott {
  font-size: 18px;
  line-height: 42px;
  text-align: justify;
  padding: 0px 0 20px 0;
}
.main-newsdate img {
  max-width: 100%;
}

/** 妗堜緥 */
.banner.case {
  background: url(../img/nav_img2.jpg) no-repeat center top;
  background-size: cover;
}
.main-case {
  padding: 30px 0 75px;
}
.main-case .content {
  width: 48%;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 20px;
  border-bottom: 2px solid #c9c9c9;
}
.main-case .content.even {
  margin-left: 2%;
}
.main-case .content .case-img {
  border: 1px solid #e2e2e2;
  overflow: hidden;
}
.main-case .content .case-img img {
  width: 100%;
  transition: 2s;
}
.main-case .content .case-img img:hover {
  transform: scale(1.2, 1.2);
  transition: 2s;
}
.main-case .content p.lable {
  padding-top: 13px;
  font-size: 30px;
  line-height: 76px;
}
.main-case .content p {
  font-size: 18px;
  line-height: 32px;
  color: #505050;
}
.main-case #casePage .layui-laypage {
  display: block;
  text-align: center;
  margin-top: 100px;
}
.main-case #casePage .layui-laypage a,
.main-case #casePage .layui-laypage span {
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  margin-right: 20px;
  border-radius: 3px;
  color: #e3e3e3;
}

/** 鍏充簬 */
.banner.about {
  background: url(../../../images/background/callForPaper.jpg) no-repeat center
    top;
  background-size: cover;
}
.main-about {
  padding-bottom: 130px;
}
.main-about ul.aboutab {
  padding: 100px 0;
  text-align: center;
}
.main-about ul.aboutab li {
  display: inline-block;
  padding: 0 22px;
  margin-left: 15px;
  font-size: 20px;
  line-height: 46px;
  color: #00710A;
  border: 1px solid #00710A;
  border-radius: 3px;
  cursor: pointer;
}
.main-about ul.aboutab li:first-child {
  margin-left: 0;
}
.main-about ul.aboutab li.layui-this,
.main-about ul.aboutab li:hover {
  color: #6470c2;
  border-color: #595e7c;
  transition: 0.3s;
}
.main-about .tabJob,
.main-about .tabCour,
.main-about .tabAsist {
  display: none;
}
/*鍏徃绠�浠�*/

.main-about .tabIntro .content {
  padding: 0 0 40px 20px;
  /* border: 1px solid #e2e2e2; */
  border-top: 4px solid #727aad;
  margin-top: 90px;
}
.main-about .tabIntro .content:first-child {
  margin-top: 10px;
}
.main-about .tabIntro .content p {
  font-size: 18px;
  line-height: 40px;
}
.main-about .tabIntro .content p.title {
  font-size: 24px;
  color: #545454;
  line-height: 60px;
}
.main-about .tabIntro .content ol {
  padding-left: 0px;
  list-style-type: none;
}
.main-about .tabIntro .content ol li {
  color: #8d8d8d;
  font-size: 16px;
  line-height: 30px;
}

.main-about .tabAsist .content {
  padding: 0 0 40px 20px;
  /* border: 1px solid #e2e2e2; */
  border-top: 4px solid #727aad;
  margin-top: 90px;
}
.main-about .tabAsist .content:first-child {
  margin-top: 10px;
}
.main-about .tabAsist .content p {
  font-size: 18px;
  line-height: 40px;
}
.main-about .tabAsist .content p.title {
  font-size: 24px;
  color: #545454;
  line-height: 60px;
}
.main-about .tabAsist .content ol {
  padding-left: 0px;
  list-style-type: none;
}
.main-about .tabAsist .content ol li {
  color: #8d8d8d;
  font-size: 16px;
  line-height: 30px;
}

/*鎷涜搐绾冲＋*/
.main-about .tabJob .content {
  padding: 0 0 40px 20px;
  /* border: 1px solid #e2e2e2; */
  border-top: 4px solid #727aad;
  margin-top: 90px;
}
.main-about .tabJob .content:first-child {
  margin-top: 10px;
}
.main-about .tabJob .content p {
  font-size: 18px;
  line-height: 40px;
}
.main-about .tabJob .content p.title {
  font-size: 24px;
  color: #545454;
  line-height: 60px;
}
.main-about .tabJob .content ol {
  padding-left: 0px;
  list-style-type: none;
}
.main-about .tabJob .content ol li {
  color: #8d8d8d;
  font-size: 16px;
  line-height: 30px;
}

/*鍙戝睍鍘嗙▼*/
.main-about .tabCour .content {
  padding: 0 0 40px 20px;
  border: 1px solid #e2e2e2;
  border-top: 4px solid #727aad;
  margin-top: 90px;
}
.main-about .tabCour .content:first-child {
  margin-top: 10px;
}
.main-about .tabCour .content p {
  font-size: 18px;
  line-height: 40px;
}
.main-about .tabCour .content p.title {
  font-size: 24px;
  color: #545454;
  line-height: 60px;
}
.main-about .tabCour .content ol {
  padding-left: 0px;
  list-style-type: none;
}
.main-about .tabCour .content ol li {
  color: #8d8d8d;
  font-size: 16px;
  line-height: 30px;
}
.main-about .tabCour .content ol li:before {
}

@media screen and (max-width: 480px) {
  .nav {
    overflow: hidden;
  }
  .main-service .content .content-right {
    padding: 10px 10px 0 10px;
  }
  .main-service .content .content-right p {
    line-height: 24px;
  }
  .main-news .content .news-panel p.read-push {
    font-size: 12px;
  }
  .main-case .content {
    padding-top: 60px;
  }
  .main-case .content p.lable {
    padding-top: 10px;
    font-size: 18px;
    line-height: 48px;
  }
  .main-case .content p {
    font-size: 12px;
    line-height: 20px;
    color: #505050;
  }
  .main-about ul.aboutab {
    padding: 70px 0;
  }
  .main-about ul.aboutab li {
    padding: 0 15px;
    font-size: 16px;
    box-sizing: border-box;
  }
  .main-about .tabIntro .content .img {
    width: 100%;
  }
  .main-about .tabIntro .content .panel {
    width: 100%;
  }
  .main-about .tabIntro .content .panel.p_block {
    display: none;
  }
  .main-about .tabIntro .p_hidden {
    display: block;
  }
  .main-about .tabAsist .content .img {
    width: 100%;
  }
  .main-about .tabAsist .content .panel {
    width: 100%;
  }
  .main-about .tabAsist .content .panel.p_block {
    display: none;
  }
  .main-about .tabAsist .p_hidden {
    display: block;
  }
  .main-news #newsPage .layui-laypage a,
  .main-news #newsPage .layui-laypage span,
  .main-case #casePage .layui-laypage a,
  .main-case #casePage .layui-laypage span {
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    margin-right: 4px;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .nav {
    overflow: hidden;
  }
}

/*灏忓睆骞�*/
@media screen and (min-width: 768px) {
  .nav {
    max-height: 80px;
  }
  .nav.index {
    background: rgba(255, 255, 255, 0.5);
  }
  .nav .nav-list button {
    display: none;
  }
  .nav .layui-nav {
    position: absolute;
    top: 0;
    padding: 0 5px;
    border-radius: 0;
    margin: 0;
    width: max-content;
  } /* width: auto; */
  /* 娉ㄩ噴 */
  .nav .layui-nav .layui-nav-item {
    display: inline-block;
    margin: 0 20px;
    line-height: 80px;
  }
  .main-product p.title,
  .layui-container p.title,
  .main-service p.title {
    font-size: 36px;
    line-height: 216px;
  }
  .main.product .content .content-img {
    text-align: left;
  }
  .main-news .content .news-panel strong a {
    font-size: 20px;
    line-height: 30px;
  }
  .main-news .content .news-panel p.read-push {
    padding-top: 0;
    position: absolute;
    bottom: 40px;
  }
  .main-newsdate .pushtime {
    line-height: 96px;
  }
  .main-case .content {
    width: 45%;
  }
  .main-case .content.even {
    margin-left: 9%;
  }
  .main-about ul.aboutab li {
    padding: 0 32px;
    font-size: 24px;
    margin-left: 30px;
    line-height: 50px;
  }
  .main-about .tabIntro .content p {
    padding: 0 30px;
    font-size: 18px;
    line-height: 30px;
  }
  .main-about .tabAsist .content p {
    padding: 0 30px;
    font-size: 18px;
    line-height: 30px;
  }
  .main-about .tabJob .content p {
    font-size: 24px;
    line-height: 50px;
  }
  .main-about .tabJob .content p.title {
    font-size: 24px;
    color: #545454;
    line-height: 60px;
  }
  .main-about .tabJob .content ol li {
    font-size: 20px;
    line-height: 60px;
  }
  .main-about .tabInfo .content p {
    font-size: 24px;
    line-height: 50px;
  }
  .main-about .tabInfo .content p.title {
    font-size: 30px;
    line-height: 90px;
  }
  .main-about .tabInfo .content ol li {
    font-size: 20px;
    line-height: 60px;
  }
  .main-about .tabCour .content p {
    font-size: 24px;
    line-height: 50px;
  }
  .main-about .tabCour .content p.title {
    font-size: 30px;
    line-height: 90px;
  }
  .main-about .tabCour .content ol li {
    font-size: 20px;
    line-height: 60px;
  }
  .main-about .tabCour .timeline:before {
    left: 50%;
  }
  .main-about .tabCour .timeline li {
    min-height: 195px;
    padding-top: 95px;
  }
  .main-about .tabCour .timeline li .cour-img {
    left: 50%;
    margin-left: -97.5px;
    width: 195px;
  }
  .main-about .tabCour .timeline li .cour-panel {
    padding-top: 55px;
    padding-left: 0;
  }
  .main-about .tabCour .timeline li.odd .cour-panel {
    text-align: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .main.product .content div.right {
    padding-left: 20px;
  }
  .nav .layui-nav .layui-nav-item {
    margin: 0 20px;
  }
  .main-service .content .content-right {
    padding: 10px 10px 0 15px;
  }
  .main-service .content .content-right span {
    margin-bottom: 20px;
  }
  .main-service .content .content-right p {
    line-height: 28px;
  }
  .main.product .content .label {
    line-height: 40px;
    margin-top: 0;
  }
  .main.product .content .detail {
    padding-bottom: 10px;
  }
}
/*澶у睆骞�*/
@media screen and (min-width: 992px) {
  .main.product .content {
    padding: 100px 0;
  }
  .main.product .content div.right {
    padding-left: 0;
  }
  .main-news .content .news-img {
    width: 20%;
  }
  .main-news .content .news-panel {
    width: 80%;
  }
  .main-case .content {
    width: 31%;
  }
  .main-case .content.even {
    margin-left: 0;
  }
  .main-case .content.center {
    margin-right: 3%;
    margin-left: 3%;
  }
  .main-about .tabIntro .content p {
    padding: 0 50px;
    font-size: 20px;
    line-height: 40px;
  }
  .main-about .tabAsist .content p {
    padding: 0 50px;
    font-size: 20px;
    line-height: 40px;
  }
  .main-about .tabJob .content p {
    padding: 0 50px;
    font-size: 20px;
    line-height: 40px;
  }
}
/*瓒呭ぇ灞忓箷*/
@media screen and (min-width: 1200px) {
  .main-news .content .news-img {
    width: 35%;
  }
  .main-news .content .news-panel {
    width: 65%;
  }
  .main-news .content:nth-child(odd) {
    padding-right: 20px;
  }
  .main-news .content:nth-child(even) {
    padding-left: 20px;
  }
  .main-about .tabCour .timeline li .cour-panel {
    padding-left: 50px;
  }
  .main-about .tabCour .timeline li.odd .cour-panel {
    padding-left: 0;
    padding-right: 50px;
  }
}
.nav {
  width: 1000px; /* 设置为你希望的固定宽度 */
}

/*在这里改导航栏*/
@media screen and (min-width: 0px) {
  .layui-container {
/*    width: 100%;*/
    padding: 0;
/*	  width: 1261px;  设置为你希望的固定宽度 */
    overflow: hidden; /* 设置溢出隐藏 */
  }
  .page-top {
    padding: 0;
  }
  .main-about .tabJob .content:last-child {
    margin-bottom: 180px;
  }
  .nav .nav-logo {
    position: absolute;
    top: 0;
    left: 0;
  }
  .layui-col-space80 {
    margin: -40px;
  }
  .layui-col-space80 > * {
    padding: 40px;
  }
}

.txt14 {
  margin-right: 40px;
  margin-left: 40px;
  font-size: 16px;
  color: #333333;
  text-decoration: none;
  line-height: 30px;
}

.layui-nav .layui-nav-more {
  /* right: -10px; */
  /* border-top-color:#565f9a; */
}

.layui-nav-child {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  margin-top: 22px;
}

.layui-nav .layui-nav-item .layui-nav-child a {
  color: #000;
  /* font-size: 18px; */
}

.center-vertical {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.center-horizontal {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.centerSubtitle {
  /* width: 100%; */
  height: 45px;
  display: block;
  /* text-align: center; */
  margin-top: 3em;
  color: #565f9a;
}
/* 在导航栏的样式中添加以下 CSS */
.nav-wrapper .layui-nav {
  display: flex;
  flex-wrap: nowrap; /* 防止换行 */
}

.nav-wrapper .layui-nav-item {
  flex: 1; /* 将每个导航项设置为等宽 */
}
	#nav {
		color: #ffffff;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-transition: -moz-transform 1s ease, opacity 1s ease;
		-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
		-ms-transition: -ms-transform 1s ease, opacity 1s ease;
		transition: transform 1s ease, opacity 1s ease;
		background: rgba(255, 255, 255, 0.175);
		height: 4rem;
		line-height: 4rem;
		margin: -4rem auto 0 auto;
		overflow: hidden;
		padding: 0 2rem 0 0;
		position: relative;
		width: calc(100% - 4rem);
		max-width: 72rem;
		z-index: 2;
	}
/* Custom CSS for table styling */
.schedule-item {
  padding: 15px; /* Add padding */
  border: none; /* Remove border */
  background-color: #f9f9f9; /* Add background color */
  margin: 0; /* Remove all margins */
  position: relative; /* Position relative for pseudo-element */
}

.schedule-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ccc; /* Add very thin horizontal line */
}

.schedule-item h4 {
  font-size: 20px; /* Increase font size */
  font-weight: bold;
  margin-bottom: 10px;
  color: #333; /* Set font color */
}

.schedule-item h6 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #555; /* Set font color */
}

/* Optional: Add hover effect */
.schedule-item:hover {
  background-color: #f2f2f2; /* Lighter background on hover */
}

/* Optional: Add transition effect for smoother hover */
.schedule-item {
  transition: background-color 0.3s ease;
	 width: 100%; /* Set width to 100% for full width */
}
/* 自定义样式 */
.tab-content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

/* AOS 动画效果 */
[data-aos="fade-up"] {
  opacity: 0;
  transform: translateY(50px);
}

[data-aos="fade-up"].aos-animate {
  opacity: 1;
  transform: translateY(0);
  transition-property: opacity, transform;
  transition-duration: 0.5s;
}
#day-1 {
  width: 100%; /* 设置宽度为100% */
}
.logo-container {
  display: flex;
}

.logo-container img {
  max-width: 300px;
  height: auto;
  object-fit: contain; /* 这会让图片保持原有比例，不会被拉伸 */
}