/* reset */
* {
  font-family: '微软雅黑', 'Microsoft YaHei', Arial, sans-serif;
  box-sizing: border-box;
}


html, body {
  height: 100%;
}

html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
  margin: 0;
  padding: 0;
}
p{
  margin: 0 !important;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
  font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
  border: 0;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

[hidefocus], summary {
  outline: 0;
}
ul {
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0px;
}
li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
}

sup, sub {
  font-size: 83%;
}

pre, code, kbd, samp {
  font-family: inherit;
}

q:before, q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label, summary {
  cursor: default;
}

a, button {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
  font-weight: bold;
}

del, ins, u, s, a, a:hover {
  text-decoration: none;
}

body, textarea, input, button, select, keygen, legend {
  color: #333;
  outline: 0;
}

body {
  background: #f7f7f7;
  background: #fff;
}

a, a:hover {
  color: #333;
}

.flexBox {
  display: flex;
  align-items: center;
}
.spaceAround {
  justify-content: space-around;
}
.spaceBetween {
  justify-content: space-between;
}
.oneLine {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.twoLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.borderBottom {
  border-bottom: 1px solid #F3F3F3;
}
.container1 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.largeBox {
  padding: 40px 0;
}
.smallTitle {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.middleTitle {
  font-size: 17px;
  color: #333333;
  line-height: 24px;
}
.largeTitle {
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
}
.pageTitle {
  font-weight: 600;
  font-size: 30px;
  border-left-width: 8px;
  border-left-style:solid;
  padding-left: 10px;
}
.c-fff {
  color: #fff;
}
.c-666 {
  color:#666;
}
.text-center {
  text-align: center;
}
/*网站配色开始*/
.globalColor {
  color:#A37C33;
}
.borderColor {
  border-color: #A37C33;
}
.navBox .dropdownMenu .dropdownItem:hover {
  color:#fff !important;
  background: #A37C33;
}

.navBox .navLink.active {
  background: #A37C33;
  color:#fff;
}

.navBox .navLink:hover {
  color:#A37C33;
}
/* 网站配色结束 */


/* 导航 */
.navBox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  box-shadow: 0px 1px 6px 0px rgba(204,204,204,0.5);
}

.navBox .navWrap {
  display: flex;
  min-width: 1200px;
  color: #191919;
  font-size: 20px;
  height: 100%;
}
.navBox .navItem {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.navBox .navItem .navLink {
  display: block;
  padding: 10px 20px;
  border-radius: 24px;
}



.navBox .dropdown {
  position: relative;
}
.navBox .dropdownT::after {
  content:'>';
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 5px;
  font-size: 16px;
}
.navBox .dropdown:hover .dropdownMenu {
  display: block;
}
.navBox .dropdownMenu {
  display: none;
  position: absolute;
  top:80px;
  background-color: #333333;
  z-index: 1000;
}
.navBox .dropdownMenu .dropdownItem {
  display: block;
  color:#fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  font-size: 15px;
  padding: 10px 5px;
  text-align: center;
}
/* 尾部 */
.footer1 {
  border-top-width: 8px;
  border-top-style:solid;
  padding: 25px;
  background: #fff;
  text-align: center;
}
.footer {
  padding: 10px;
  color:#fff;
  background: #F2F2F2;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  color: #999999;
}


/* 小盒子*/
.box {
  width: 580px;
}

/* 倒计时*/
.clockItem {
  display: inline-block;
  width: 40px;
 line-height: 50px;
  background: url(/res/106/img/clock.png) no-repeat;
  background-size: 100% 100%;
  font-size: 49px;
  color: #333333;
  text-align: center;
  background: #D8D8D8;
  border-radius: 6px;
}

.clockItem1 {
  margin: 10px 5px 0;
  color:#666;
  font-size: 40px;
}

/* 图片*/
.imgWrap .img {
  display: inline-block;
  margin: 40px 25px 0 0;
}
.imgWrap img:nth-child(4n) {
  margin-right: 0 !important;
}

.imgBox {
  display: inline-block;
  margin: 40px 25px 0 0;
  max-width: 277px;
}

/* 嘉宾*/
.guestItem {
  display: inline-block;
  width: 277px;
  margin-top: 40px;
  vertical-align: top;
}
.guestImgWrap {
  text-align: center;
  margin-bottom: 10px;
}
.guestInfo {
  text-align: center;
}
.guestImgBox {
  display: flex;
  align-items: end;
}

.guestBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.guestBox .guestItem:nth-child(4n) {
  margin-right: 0 !important;
}

.guestImg {
  width: 120px;
}

.photoItem {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  box-sizing: border-box;
  margin: 40px 25px 0 0;
}

/* 下载 */
.downloadItem {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.downloadItem .icon {
  flex: 0 0 10px;
  height: 10px;
}

.downloadItem .downloadBtn {
  flex: 0 0 120px;
  border-radius: 2px;
  color:#fff;
  font-weight: 500;
  font-size: 17px;
  padding: 10px 0;
  text-align: center;
}

.downloadItem .middleTitle {
  flex: 1;
  margin: 0 10px;
}

/* 轮播样式 */
.carousel-inner > .carousel-item > img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

/* 专家图片边框 */
.guestImgBorder {
  width: 120px;
  height: 150px;
  border: 1px solid #ddd;
  object-fit: cover;
}
