@charset "UTF-8";
body {
  font-family: '-apple-system', 'SF UI Display', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'sans-serif';
  font-size: 12px;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
}

* {
  box-sizing: border-box;
}

a {
  outline-style: none;
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #ff3333;
  text-decoration: none;
}

img {
  display: block;
  border: 0;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.txt-center {
  text-align: center;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.hidden {
  display: none;
}

.show-pc {
  display: block;
}

.show-mobile {
  display: none;
}

/*滚动条*/
.scrollbar::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.1);
}

.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 24px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(244, 216, 215, 0.8);
  background-clip: padding-box;
  min-height: 30px;
  border-radius: 3px;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #f4d8d7;
}

.bjs-container {
  min-width: 1200px;
  margin: 0 auto;
  background: url(../images/bg.jpg) top center no-repeat;
  background-size: 100% 1120px;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 999;
}

.header .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 54px;
  background: #f2f2f2;
}

.header .nav .logo {
  width: 60px;
  margin-left: 38px;
}

.header .nav .logo img {
  height: 26px;
}

.header .nav .topnav {
  margin-right: 24px;
}

.header .nav .topnav ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  line-height: 28px;
  padding: 0 20px;
}

.wrapper {
  margin: 0 auto 0;
  padding-top: 140px;
}

.wrapper .pic {
  overflow: hidden;
}

.wrapper .pic:hover img {
  transform: scale(1.05);
}

.wrapper .pic img {
  transition: transform .5s;
}

.wrapper .pic > a {
  display: block;
  height: 100%;
  width: 100%;
}

.wrapper .pic > a img {
  width: 100%;
  height: 100%;
}

.wrapper .item {
  transition: all .3s;
}

.wrapper .item:hover {
  transform: translate(3px, -3px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px 5px 0 0;
}

.wrapper .citem {
  transition: all .3s;
}

.wrapper .citem:hover {
  transform: translate(3px, -3px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.wrapper .toppic {
  margin: 0 auto;
}

.wrapper .toppic img {
  margin: 0 auto;
}

.wrapper .leader {
  width: max-content;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  border-bottom: 3px solid #2e4d87;
  padding-bottom: 7px;
}

.wrapper .latest {
  width: 1200px;
  margin: 68px auto 0;
}

.wrapper .latest .latest-cont .latest-swiper {
  padding-bottom: 30px;
}

.wrapper .latest .latest-cont .latest-swiper .swiper-pagination {
  bottom: 0;
}

.wrapper .latest .title {
  font-size: 24px;
  line-height: 24px;
  color: #000;
  text-align: center;
  margin: 40px auto 20px;
}

.wrapper .latest .video-live {
  background: #fafafa;
  width: 1200px;
  height: 675px;
}

.wrapper .latest .video-live .cover-img {
  width: 100%;
  height: 100%;
}

.wrapper .latest .clist {
  margin-top: 21px;
}

.wrapper .latest .clist .company {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 152px;
  overflow-y: auto;
}

.wrapper .latest .clist .company .item {
  margin: 5px 13px;
}

.wrapper .latest .clist .company .item .clogo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 6px;
  margin-bottom: 5px;
}

.wrapper .latest .clist .company .item .clogo img {
  width: 100%;
}

.wrapper .latest .clist .company .item .text {
  display: flex;
  flex-direction: column;
  padding: 4px 5px;
  justify-content: space-evenly;
}

.wrapper .latest .clist .company .item .text .cname,
.wrapper .latest .clist .company .item .text .ccode {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.wrapper .latest .clist .tips {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;
}

.wrapper .previous {
  width: 100%;
  min-width: 1200px;
  margin: 80px auto 0;
}

.wrapper .previous .content {
  margin: 40px auto 0;
}

.wrapper .previous .content .tab-content-swiper {
  padding-bottom: 30px;
}

.wrapper .previous .content .tab-content-swiper .swiper-pagination {
  bottom: 0;
}

.wrapper .previous .content .tab-nav {
  display: flex;
  justify-content: space-evenly;
  width: 1200px;
  margin: 0 auto;
}

.wrapper .previous .content .tab-nav .tab-cell {
  position: relative;
  font-size: 18px;
  color: #666;
  line-height: 32px;
  cursor: pointer;
}

.wrapper .previous .content .tab-nav .tab-cell.current {
  font-weight: bold;
  color: #2e4d87;
  cursor: default;
}

.wrapper .previous .content .tab-nav .tab-cell.current::after {
  position: absolute;
  left: calc(50% - 17.5px);
  top: 35px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17.5px 18px 17.5px;
  border-color: transparent transparent #f2f2f2 transparent;
}

.wrapper .previous .content .tab-body {
  background: #f2f2f2;
  margin: 20px auto 0;
}

.wrapper .previous .content .tab-body .tab-body-cont {
  width: 1200px;
  height: 563px;
  margin: 0 auto;
}

.wrapper .previous .content .tab-content {
  display: none;
  width: 100%;
  padding: 50px 0 62px 0;
}

.wrapper .previous .content .tab-content.current {
  display: block;
}

.wrapper .previous .content .tab-content .title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}

.wrapper .previous .content .tab-content .cont {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}

.wrapper .previous .content .tab-content .pic {
  background: #fafafa;
  width: 690px;
  height: 388px;
}

.wrapper .previous .content .tab-content .details {
  background: #fff;
  width: 510px;
  height: 388px;
  padding: 20px 0 0 30px;
}

.wrapper .previous .content .tab-content .details .info {
  font-size: 16px;
  line-height: 28px;
}

.wrapper .previous .content .tab-content .details .info .l {
  color: #000;
  width: 92px;
  float: left;
}

.wrapper .previous .content .tab-content .details .info .d {
  color: #333;
  width: 370px;
  float: left;
}

.wrapper .previous .content .tab-content .details .info .d i {
  display: inline-block;
  padding-right: 15px;
}

.wrapper .previous .content .tab-content .details .company-top {
  margin-top: 8px;
}

.wrapper .previous .content .tab-content .details .company {
  width: 460px;
  height: 155px;
}

.wrapper .previous .content .tab-content .details .company .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wrapper .previous .content .tab-content .details .company .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  overflow-y: auto;
}

.wrapper .previous .content .tab-content .details .company .swiper-container .swiper-wrapper .swiper-slide {
  background: #fafafa;
  height: 50px;
  width: 31.33%;
  margin: 10px 10px 0 0;
}

.wrapper .previous .content .tab-content .details .company .swiper-container .swiper-wrapper .swiper-slide:nth-child(3n) {
  margin-right: 0;
}

.wrapper .previous .content .tab-content .details .company .citem {
  display: flex;
  background: #fafafa;
}

.wrapper .previous .content .tab-content .details .company .citem .clogo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #ececec;
  padding: 3px;
}

.wrapper .previous .content .tab-content .details .company .citem .clogo img {
  width: 100%;
}

.wrapper .previous .content .tab-content .details .company .citem .text {
  display: flex;
  flex-direction: column;
  padding: 4px 5px;
  justify-content: space-evenly;
}

.wrapper .previous .content .tab-content .details .company .citem .text .cname,
.wrapper .previous .content .tab-content .details .company .citem .text .ccode {
  font-size: 14px;
  color: #333;
}

.wrapper .previous .content .tab-content .details .company .tips {
  width: 100%;
  margin: 35px auto auto 0;
  text-align: center;
  font-size: 14px;
  color: #666;
}

.wrapper .qa {
  width: 100%;
  min-width: 1200px;
  margin: 70px auto 0;
}

.wrapper .qa .content {
  width: 1200px;
  margin: 36px auto 0;
}

.wrapper .qa .content .swiper-container {
  margin-bottom: 20px;
}

.wrapper .qa .content .item {
  width: 388px;
  height: 390px;
  background: #f2f2f2;
  padding: 30px 12px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
}

.wrapper .qa .content .item .item-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wrapper .qa .content .item .a {
  margin-top: 25px;
}

.wrapper .qa .content .item .user {
  color: #2e4d87;
}

.wrapper .qa .content .item .user .qa-v {
  color: #333;
}

.wrapper .qa .content .item .desc {
  color: #333;
}

.wrapper .video {
  width: 1200px;
  margin: 70px auto 0;
}

.wrapper .video .content {
  width: 1200px;
  margin: 36px auto 0;
}

.wrapper .video .content .swiper-container {
  margin-bottom: 40px;
}

.wrapper .video .content .item {
  width: 285px;
}

.wrapper .video .content .item .pic {
  background: #fafafa;
  width: 100%;
  height: 160px;
}

.wrapper .video .content .item .pic img {
  width: 100%;
}

.wrapper .video .content .item .title {
  width: 100%;
  height: 53px;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin-top: 12px;
  padding: 0 10px 5px;
}

.wrapper .news {
  width: 1200px;
  margin: 70px auto 0;
}

.wrapper .news .content {
  width: 1200px;
  margin: 36px auto 0;
}

.wrapper .news .content .news-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0;
}

.wrapper .news .content .news-list ul li {
  width: 46%;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

.wrapper .news .content .news-list ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
  margin: 10px 5px 0 0;
}

.wrapper .news .content .news-list ul li p {
  flex: 1;
}

.wrapper .news .content .more {
  height: 17px;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: center;
  margin-top: 50px;
}

.wrapper .college {
  width: 1200px;
  margin: 70px auto 0;
}

.wrapper .college .content {
  width: 1200px;
  margin: 36px auto 0;
}

.wrapper .college .content .swiper-container .swiper-wrapper .swiper-slide {
  width: 285px;
  margin-right: 20px;
}

.wrapper .college .content .item {
  width: 285px;
}

.wrapper .college .content .item .pic {
  background: #fafafa;
  width: 100%;
  height: 160px;
}

.wrapper .college .content .item .pic img {
  width: 100%;
}

.wrapper .college .content .item .title {
  width: 100%;
  height: 53px;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin-top: 12px;
  padding: 0 10px 5px;
}

.wrapper .college .content .more {
  height: 17px;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: center;
  margin-top: 50px;
}

.wrapper footer {
  min-width: 1200px;
  margin: 110px auto 0;
  padding: 0 0 30px 0;
}

.wrapper footer .copy {
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #666;
}

.wrapper .my-swiper-pagination {
  position: relative;
}

.wrapper .my-swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}

.wrapper .my-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #2e4d87;
}
