@charset "UTF-8";
.chrome {
  width: 300px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.chrome text {
  width: 240px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.chrome a {
  color: #2361b4;
  font-size: 0.12rem;
}

.main {
  width: 1200px;
  margin: 0 auto;
  min-height: 800px;
  display: flex;
  flex-wrap: wrap;
}

/*头部信息*/
.header {
  background: #d00725;
  min-width: 1200px;
  height: 80px;
}

.header .main {
  height: 80px;
  justify-content: space-between;
}

.header .main .logo {
  width: 192px;
  height: 60px;
  margin-top: 10px;
}

.header .main .menu {
  display: flex;
}

.header .main .menu li {
  height: 80px;
}

.header .main .menu li a {
  height: 80px;
  display: inline-block;
  line-height: 80px;
  font-size: 24px;
  padding: 0 15px;
  color: #fff;
}

.header .main .menu li a:hover {
  background: rgba(27, 27, 27, 0.7);
}

.header .main .menu .active {
  background: rgba(27, 27, 27, 0.7);
}

/*banner信息*/
.banner {
  width: 100%;
  height: 390px;
  background: #181616;
}

.banner .main {
  background: #fff;
  height: 100%;
}

.banner .main img {
  width: 1200px;
  height: 390px;
}

/*底部信息*/
.footer {
  background: #222324;
  padding-bottom: 20px;
  min-width: 1200px;
}

.footer .main {
  min-height: 40px !important;
}

.footer .main .footerTop {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 100px;
  height: 84px;
}

.footer .main .footerTop .footTitle {
  font-size: 16px;
  color: #e0e0e0;
  margin-bottom: 15px;
}

.footer .main .footerTop .footLeft {
  width: 460px;
}

.footer .main .footerTop .footLeft .linkUrl {
  display: flex;
  justify-content: space-between;
}

.footer .main .footerTop .footLeft .linkUrl a {
  font-size: 14px;
  color: #e0e0e0;
}

.footer .main .footerTop .footRight {
  width: 400px;
}

.footer .main .footerTop .footRight .footInfo {
  display: flex;
  justify-content: space-between;
}

.footer .main .footerTop .footRight .footInfo img {
  width: 55px;
  height: 47px;
}

.footer .main .footerTop .footRight .footInfo p {
  width: 320px;
  font-size: 14px;
  line-height: 24px;
  color: #e0e0e0;
}

.footer .main .Copyright {
  width: 100%;
  color: #777b93;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  margin-top: 30px;
  text-align: center;
}
.footer .main .Copyright a{
  color: #777b93;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
}

/*公告板*/
.notice {
  position: relative;
  width: 100%;
  height: 375px;
}

.notice .tipIcon {
  width: 123px;
  height: 55px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.notice .qrCodeContainer {
  background: #f1f1f1;
  width: 270px;
  height: 260px;
  border-radius: 10px;
  position: absolute;
  padding: 10px;
  left: 50%;
  top: 55px;
  transform: translate(-50%, 0);
}

.notice .qrCodeContainer .qrCodeContent {
  border: 2px dashed #666666;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}

.notice .qrCodeContainer .qrCodeContent .freeTry {
  font-size: 28px;
  color: #d00725;
  font-weight: 700;
  text-align: center;
  line-height: 45px;
  margin-top: 10px;
}

.notice .qrCodeContainer .qrCodeContent .qrCode {
  display: flex;
  padding: 15px;
}

.notice .qrCodeContainer .qrCodeContent .qrCode .qrCodeItem {
  width: 50%;
  text-align: center;
}

.notice .qrCodeContainer .qrCodeContent .qrCode .qrCodeItem .qrCodeTitle {
  font-size: 18px;
}

.notice .qrCodeContainer .qrCodeContent .qrCode .qrCodeItem img {
  width: 100px;
  height: 100px;
  margin: 10px 0;
}

.notice .qrCodeContainer .qrCodeContent .qrCode .qrCodeItem .qrCodeInfo {
  font-size: 14px;
  line-height: 20px;
  width: 100px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.videoDemo {
  width: 100%;
}

/*分页*/
.pager {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
}

/*面包屑*/
.crumbs {
  display: flex;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
}
