.container {
  width: 100%;
  min-width: 1500px;
  height: 1020px;
}
.container .head {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 5px 6px 1px rgba(178, 178, 178, 0.16);
}
.container .head .logo {
  width: 180px;
  height: 56px;
  background: url(../images/logo.png) no-repeat;
  background-size: 100%;
  margin-left: 180px;
  margin-right: 20px;
}
.container .head .menu {
  display: flex;
  padding-left: 0!important;
}
.container .head .menu li {
  height: 50px;
  line-height: 50px;
  margin-left: 56px;
  list-style: none;
}
.container .head .menu li a {
  text-decoration: none;
  font-size: 20px;
  color: #2C2C2C;
}
.container .head .menu .line {
  border-bottom: 4px solid #FFBD3A !important;
}
.container .head .menu .line a {
  font-weight: bold;
  color: #FFBD3A !important;
}
.container .enterBox {
  width: 1300px;
  min-width: 1350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px auto 0;
  background-color: #fff;
}
.container .enterBox .hHead {
  width: 810px;
  height: 104px;
  margin-bottom: 45px;
}
.container .enterBox .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* 滚动条滑块样式 */
}
.container .enterBox .list li {
  width: 407px;
  height: 335px;
  overflow: hidden;
  border-radius: 18px;
  list-style: none;
  border: 1px solid #1BB394;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 38px;
  margin-right: 36px;
  font-weight: bold;
  font-size: 20px;
  color: #5A5A5A;
}
.container .enterBox .list li:nth-child(3n+3) {
  margin-right: 0;
}
.container .enterBox .list li img {
  width: 407px;
  height: 270px;
  margin-bottom: 20px;
}
.container .enterBox .list li span {
  padding: 0 14px;
}
.title {
  width: 302px;
  height: 42px;
  font-weight: bold;
  font-size: 18px;
  color: #1BB394;
  margin-bottom: 20px;
  display: flex;
  background: url(../images/empt.png) no-repeat;
  background-size: 290px 40px;
}
.title .num {
  width: 54px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  margin-right: 20px;
}
.title span {
  height: 42px;
  line-height: 40px;
}
.titles {
  width: 302px;
  height: 42px;
  font-weight: bold;
  font-size: 18px;
  color: #FECF1E;
  margin-bottom: 20px;
  display: flex;
  background: url(../images/emptys.png) no-repeat;
  background-size: 290px 40px;
}
.titles .num {
  width: 54px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  color: #E4061B;
  margin-right: 20px;
}
.titles span {
  height: 42px;
  line-height: 40px;
}
.footer {
  width: 100%;
  min-height: 154px;
  background: #272c32;
  display: flex;
  margin-top: 90px;
}
.footer .flex {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.footer .flex .footer-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .flex .footer-left img {
  width: 100px;
}
.footer .flex .footer-left span {
  font-size: 14px;
  color: #FFFFFF;
}
.footer .flex .footer-cont {
  font-size: 12px;
  flex: 1;
  color: #989898 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .flex .footer-cont a {
  color: #989898;
}
.footer .flex .footer-cont .main1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 32px;
  color: #fff;
}
.footer .flex .footer-cont .main1 span,
.footer .flex .footer-cont .main1 a {
  margin-right: 14px;
  text-decoration: none;
}
.footer .flex .footer-cont .main1 a:hover {
  color: #6CCDFF;
}
.footer .flex .footer-cont .main2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 25px;
}
.footer .flex .footer-cont .main2 img {
  width: 14px;
  height: 14px;
}
.footer .flex .footer-cont .main2 span,
.footer .flex .footer-cont .main2 img {
  margin-right: 6px;
}
.footer .flex .footer-cont .main3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 15px;
}
.footer .flex .footer-cont .main3 img {
  width: 74px;
}
.footer .flex .footer-cont .main3 span {
  margin-right: 15px;
}
.footer .flex .footer-right {
  font-size: 12px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .flex .footer-right img {
  width: 76px;
  margin-top: 5px;
}
