/* 顶部 */
body {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

/* 下拉菜单样式 */
.dropdown {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  position: relative;
  z-index: 9999;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 40px;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 4px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  transition: background-color 0.3s;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}
/* end */

#main-container {
  height: 100vh;
}
.header {
  width: calc(100% - 160px);
  height: 100px;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 80px;
}
.headerLogo {
  width: 112px;
  height: 44px;
}
.menu {
  display: flex;
  justify-content: flex-start;
}
.selected {
  color: #f15a30;
  font-size: 16px;
}
a {
  color: #000;
  text-decoration: none;
}

.link {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  font-size: 16px;
  margin: 0 20px;
  font-weight: 300;
}

.input {
  width: 240px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 0px 6px;
  margin-left: 80px;
}
.searchImg {
  width: 22px;
  height: 22px;
}
.shurukuang {
  border: none;
  padding: 8px 0;
  outline: none;
  background-color: #f5f5f5;
}
.shurukuang:focus {
  border-bottom: none;
}
.searchBtn {
  width: 52px;
  height: 32px;
  color: #f15a30;
  font-size: 14px;
  background-color: #f6eae6;
  border-radius: 20px;
  text-align: center;
  line-height: 32px;
}
/* end */

.timeList {
  display: flex;
  justify-content: center;
  align-items: center;
}
.timeContent {
  width: 63%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0px 24px 0px;
}

.timeItem {
  width: 180px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  text-align: center;
  line-height: 48px;
  color: #000000;
  font-size: 16px;
  cursor: pointer;
  margin: 0 20px;
}

.timeItems {
  width: 180px;
  height: 48px;
  background-color: #f15a30;
  border-radius: 10px;
  text-align: center;
  line-height: 48px;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}

.timeImgs {
  width: 38px;
  height: 34px;
  position: absolute;
  left: 0px;
  top: -20px;
}
.zhengti {
  display: flex;
  justify-content: center;
}
.dszcontent {
  width: 77%;

  display: flex;
  justify-content: space-around;
}
.leftImg {
  width: 120px;
  height: 120px;
}
.rightImg {
  width: 113px;
  height: 270px;
  margin-top: 940px;
}
.dszdh {
  width: calc(1200px - 48px);
  height: 847px;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  padding: 24px;
}
.gsjs {
  width: calc(1200px - 48px);
  /*height: 421px;*/
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  margin-top: 40px;
  padding: 24px;
}
.biaoti {
  text-align: center;
  color: #f15a30;
  font-size: 24px;
}
.desc {
  color: #000000;
  font-size: 16px;
  text-indent: 2em;
  margin-top: 30px;
}
.fubiaotiContent {
  margin-top: 40px;
}
.fubiaoti {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 16px;
}
.desc1 {
  color: #000000;
  font-size: 16px;
  text-indent: 2em;
}

.yuandian {
  width: 6px;
  height: 6px;
  background-color: #f15a30;
  border-radius: 50%;
  position: relative;
  top: 26px;
  left: -59px;
}
/* 底部 */
.footer {
  width: calc(100% - 720px);
  height: 84px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  padding: 0px 360px;
  margin-top: 80px;
}
.footer_right {
  display: flex;
  justify-content: flex-start;
}
.footer_right_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* end */
