@charset "UTF-8";
body {
  background-color: #f4f4f4;
}

.body-container {
  background-color: #f4f4f4;
  min-width: 1200px;
  position: relative;
}
.body-container .breadcrumb {
  margin: 20px 40px;
  font-size: 14px;
  font-weight: 400;
  color: #444444;
}
.body-container .breadcrumb li.active {
  border: 1px dotted #2a4292;
  color: #2a4292;
}
.body-container .breadcrumb li::before {
  content: none;
}
.body-container .breadcrumb li:not(:last-of-type)::after {
  content: "\003E";
  padding: 0 10px;
  color: #444444;
}
.body-container .top-container .banner-container {
  height: 345px;
  min-width: 1200px;
  width: 100%;
}
.body-container .top-container .banner-container img {
  width: 100%;
  min-height: 345px;
  -o-object-fit: cover;
  object-fit: cover;
}
.body-container .top-container .content-container {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 1200px;
}
.body-container .top-container .search-container > * {
  vertical-align: top;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.body-container .top-container .search-container .title {
  width: 140px;
  font-size: 18px;
  font-weight: 600;
  color: #444444;
}
.body-container .top-container .search-container .input-container {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 370px;
  background: white;
  border: 1px solid #2a4292;
  position: relative;
}
.body-container .top-container .search-container .input-container .icon-close {
  position: absolute;
  left: 250px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.body-container .top-container .search-container .input-container input {
  padding-left: 7px;
  padding-right: 37px;
  width: 290px;
  height: 100%;
  position: absolute;
  font-size: 18px;
  left: 0;
  top: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.body-container .top-container .search-container .input-container a {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 77px;
  height: 100%;
  background: #2a4292;
  font-size: 15px;
  font-weight: 400;
  color: white;
}
.body-container .top-container .screen-container {
  margin-top: 20px;
}
.body-container .top-container .screen-container .list {
  height: 60px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.body-container .top-container .screen-container .list > * {
  letter-spacing: 0.5px;
  vertical-align: top;
  display: inline-block;
  border-bottom: 1px solid #d2d2d2;
}
.body-container .top-container .screen-container .title {
  -webkit-transition: line-height 0.5s;
  transition: line-height 0.5s;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 140px;
  height: 100%;
  line-height: 60px;
  font-size: 16px;
  color: #ffffff;
  background-color: #2a4292;
}
.body-container .top-container .screen-container .content-container {
  height: 100%;
  width: 1060px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: white;
}
.body-container .top-container .screen-container .content-container > * {
  display: inline-block;
}
.body-container .top-container .screen-container .content-container .list-container {
  line-height: 60px;
  vertical-align: bottom;
  width: 970px;
  white-space: normal;
  color: #333;
  font-size: 15px;
}
.body-container .top-container .screen-container .content-container .list-container > * {
  cursor: pointer;
  display: inline-block;
  margin-left: 40px;
}
.body-container .top-container .screen-container .content-container .list-container > *.active {
  font-weight: 600;
}
.body-container .top-container .screen-container .more {
  transition: all 0.5s;
  height: 59px;
  line-height: 59px;
  vertical-align: top;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #2a4292;
}
.body-container .top-container .screen-container .more > * {
  vertical-align: middle;
}
.body-container .top-container .screen-container .more i {
  margin-left: 7px;
  border-top-width: 0.4rem;
  border-left-width: 0.4rem;
  border-right-width: 0.4rem;
}

.body-container .th-container {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1200px;
  margin: 30px 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: white;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.body-container .th-container > .content-container {
  width: 1200px;
}
.body-container .th-container li {
  float: left;
  width: 20%;
  height: 100%;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  font-weight: 400;
  color: #444444;
}
.body-container .th-container li i {
  margin-left: 5px;
}
.body-container .th-container li i .icon {
  width: 12px;
  height: 12px;
  fill: #E6E6E6;
}
.body-container .th-container li i .icon:first-child {
  margin-bottom: -4px;
}
.body-container .th-container li i .icon:last-child {
  margin-top: -4px;
}
.body-container .th-container li i .icon.active {
  fill: #FF9124;
}
.body-container .th-container li:hover {
  background: #1c2089;
  color: #fff;
}
.body-container .th-container li:hover .icon {
  fill: #fff;
}
.body-container .th-container li:hover .icon.active {
  fill: #FF9124;
}
.body-container .th-container .modal-layer {
  height: 0;
  width: 100%;
  background-color: #f5f5f5;
  color: #515151;
  top: 61px;
  left: 0;
  transition: height 0.5s;
  overflow-x: hidden;
  overflow-y: hidden;
}
.body-container .th-container .modal-layer > .overflow-container {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 334px;
  overflow-y: scroll;
  padding-top: 17px;
  padding-bottom: 17px;
  top: -17px;
  left: 0;
  /* 这是针对缺省样式 (必须的) */
  /* 滚动条的滑轨背景颜色 */
  /* 滑块颜色 */
  /* 滑轨两头的监听按钮颜色 */
  /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
}
.body-container .th-container .modal-layer > .overflow-container {
  scrollbar-arrow-color: transparent;
  /*三角箭头的颜色*/
  scrollbar-face-color: transparent;
  /* 立体滚动条的颜色（包括箭头部分的背景色） */
  scrollbar-3dlight-color: transparent;
  /* 立体滚动条亮边的颜色 */
  scrollbar-highlight-color: transparent;
  /* 滚动条的高亮颜色（左阴影？） */
  scrollbar-shadow-color: transparent;
  /* 立体滚动条阴影的颜色 */
  scrollbar-darkshadow-color: transparent;
  /* 立体滚动条外阴影的颜色 */
  scrollbar-track-color: transparent;
  /* 立体滚动条背景颜色 */
  scrollbar-base-color: #e6e6e6;
  /* 滚动条的基色 */
}
.body-container .th-container .modal-layer > .overflow-container::-webkit-scrollbar {
  width: 10px;
}
.body-container .th-container .modal-layer > .overflow-container::-webkit-scrollbar-track {
  background-color: #e6e6e6;
}
.body-container .th-container .modal-layer > .overflow-container::-webkit-scrollbar-thumb {
  background-color: #979797;
  border-radius: 5px;
}
.body-container .th-container .modal-layer > .overflow-container::-webkit-scrollbar-button {
  background-color: #979797;
}
.body-container .th-container .modal-layer > .overflow-container::-webkit-scrollbar-corner {
  background-color: rgba(0, 0, 0, 0.05);
}
.body-container .th-container .modal-layer.open {
  box-shadow: 0px 4px 10px 0px rgba(22, 28, 49, 0.2);
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 300px;
}
.body-container .th-container .modal-layer .list-container {
  background-color: #fff;
}
.body-container .th-container .modal-layer .list {
  padding: 10px 0;
  margin: 0 10px;
  line-height: normal;
}
.body-container .th-container .modal-layer .list + .list {
  border-top: 1px solid #d6d6d6;
}
.body-container .th-container .modal-layer .list.active {
  font-weight: 600;
}
.body-container .th-container .modal-layer .list:hover {
  background-color: #bde0fb;
}
.body-container .main-container {
  width: 1200px;
  min-width: 1200px;
}
.body-container .main-container > .content-container {
  min-width: 1200px;
  width: 1200px;
}
.body-container table {
  width: 100%;
}
.body-container table tbody {
  background-color: #fff;
}
.body-container table tbody + tbody::before {
  padding-top: 20px;
  background-color: #f4f4f4;
}
.body-container table tr {
  vertical-align: middle;
  border-radius: 10px;
}
.body-container table tr:hover td:not([rowspan]) {
  background-color: #bde0fb;
}
.body-container table tr + tr td {
  border-spacing: 1px;
}
.body-container table tr:first-child,
.body-container table tr:first-child td {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-spacing: 0px;
}
.body-container table tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
}
.body-container table tr:not(:first-child) td {
  color: #444;
}
.body-container table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.body-container table td {
  padding: 25px 0;
  width: 20%;
}
.body-container table td[rowspan="3"] {
  border-radius: 10px 0 0 10px;
}
.body-container table td[rowspan="3"] .g {
  color: #2a4292;
}
.body-container table td[rowspan="3"] .m {
  color: #ff9124;
}

.video-container {
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.video-container .icon-close {
  opacity: 1;
  z-index: 333;
  position: absolute;
  top: -5px;
  right: -36px;
}

.content-video-container {
  position: relative;
  width: 900px;
  height: 400px;
  top: -50%;
  left: -50%;
  background: #fffdfa;
}

/*# sourceMappingURL=index.css.map */
