* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-size: 16px;
  font-family: "Microsoft Yahei", "微软雅黑", "宋体";
  background: linear-gradient(to bottom, orange, blue);
}
a {
  text-decoration: none;
  color: #ccc;
}
a:hover {
  color: #fff;
}
ul,
ol {
  list-style: none;
}
img {
  vertical-align: middle;
}
.pubCon {
  width: 1200px;
  margin: 0 auto;
}
.header {
  height: 80px;
  background-color: rgba(7, 7, 7, 0.774);
  line-height: 80px;
  border-bottom: 2px solid #fff;
  width: 100%;
  min-width: 1200px;
}
.header .head {
  display: flex;
  justify-content: space-between;
}
.header .head > a {
  height: 60px;
  display: inline-block;
}
.header .head > a img {
  width: 120px;
  height: 60px;
}
.header .head ul {
  display: flex;
  font-size: 25px;
}
.header .head ul li {
  width: auto;
  height: 40px;
  margin-right: 20px;
}
.header .head ul li a {
  width: 120px;
  height: 40px;
}
.foucs {
  min-width: 1200px;
  width: 100%;
  height: 250px;
}
.foucs img {
  width: 100%;
  height: 250px;
  opacity: 0.9;
}
.tab {
  margin: 20px auto;
}
.tab ul {
  display: flex;
  justify-content: space-around;
  font-size: 22px;
}
.tab ul li {
  margin-right: 2px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
}
.tab ul li:last-child {
  margin-right: 0;
}
.tab ul li a {
  display: inline-block;
  font-weight: 700;
}
.tab ul li.ai {
  background-color: #ccc;
}
.tab ul li.ai a {
  color: #080808;
}
.main .tabMain {
  margin-bottom: 10px;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.8);
  height: auto;
  display: flex;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.main .tabMain .left {
  flex: 2;
  align-self: center;
}
.main .tabMain .left a {
  display: inline-block;
}
.main .tabMain .left a img {
  width: 100%;
  padding: 15px;
  transition: all 0.3s;
}
.main .tabMain .left:hover img {
  transform: scale(1.05);
}
.main .tabMain .middle {
  flex: 3;
  font-size: 20px;
  line-height: 1.5;
  color: #ccc;
  border-right: 10px solid #282b34;
}
.main .tabMain .middle .title {
  font-size: 25px;
  margin: 20px 0;
  color: #e9ae6d;
}
.main .tabMain .middle .explan {
  color: red;
}
.main .tabMain .middle span {
  display: block;
}
.main .tabMain .middle .run {
  color: green;
  font-size: 25px;
  margin: 10px 0;
}
.main .tabMain .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: center;
  font-size: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
.main .tabMain .right a {
  display: block;
  width: 100%;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(to bottom, #bb1212 0%, #860c0e 100%);
  border-radius: 5px;
}
.main .tabMain .right a:hover {
  background: #fff;
  color: #1b1d1d;
}
.main .tabMain:hover {
  border: 1px solid #ccc;
}
.main h2 {
  text-align: center;
  margin: 5px auto;
}
.main .article ul {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .article ul li {
  padding: 10px;
  margin-bottom: 10px;
  width: 235px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s;
}
.main .article ul li img {
  padding: 5px;
  width: 100%;
  height: auto;
}
.main .article ul li .item {
  color: #ccc;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.main .article ul li .item .title {
  margin-top: 10px;
}
.main .article ul li .item .desc {
  font-size: 14px;
}
.main .article ul li .item span {
  margin: 10px 0;
  font-size: 12px;
}
.main .article ul li:hover {
  transform: translateY(-8px);
}
.main .comm {
  display: flex;
  justify-content: space-between;
}
.main .comm ul {
  margin-top: 10px;
  width: 49%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
}
.main .comm ul li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 2px;
  margin-bottom: 10px;
}
.main .comm ul li:last-child {
  margin-bottom: 0;
}
.main .comm ul li a {
  float: left;
}
.main .comm ul li span {
  float: right;
  color: #ccc;
  font-size: 12px;
}
.main .comm ul li:hover {
  background-color: #ccc;
}
.main .comm ul li:hover a {
  color: #080808;
}
.main .comm ul li:hover span {
  color: #080808;
}
.you {
  min-width: 1200px;
  margin-top: 20px;
  background-color: rgba(71, 69, 69, 0.8);
  height: 40px;
  line-height: 40px;
  color: #ccc;
  border-top: 2px solid #fff;
}
.you a {
  margin-right: 10px;
}
.you a:hover {
  color: #fff;
}
.kefu {
  z-index: 10;
  position: fixed;
  left: 10px;
  top: 35%;
}
.kefu p {
  color: #ccc;
  font-size: 30px;
}
.kefu input {
  display: block;
  color: #ccc;
  width: 150px;
  height: 50px;
  border-radius: 5%;
  font-size: 18px;
  background-color: rgba(240, 46, 46, 0.678);
  transition: all 0.3s;
}
.kefu input:hover {
  background-color: #ec4040d8;
  transform: translateX(20px);
}
.footer {
  min-width: 1200px;
  background-color: rgba(0, 0, 0, 0.8);
  height: 150px;
  line-height: 150px;
  color: #ccc;
  text-align: center;
}

.acont .acont-1 .info{
  text-align: center;
}

.acont .acont-1 .info span{
  margin:0 20px;
}

@media (max-width: 1200px) {
  body {
    font-size: 15px;
  }
  .pubCon {
    width: 100%;
  }
  .header {
    min-width: 992px;
    width: 100%;
  }
  .header .head {
    padding: 0 10px;
  }
  .header .head a {
    font-size: 22px;
  }
  .header #box {
    display: none;
  }
  .header .zhezhao {
    display: none;
  }
  .foucs {
    min-width: 992px;
    width: 100%;
  }
  .tab ul {
    font-size: 20px;
    padding: 0 10px;
  }
  .tab ul li {
    margin-bottom: 0px;
    height: 50px;
    line-height: 50px;
    width: 24.5%;
  }
  .main .tabMain {
    margin: 10px;
    font-weight: 700;
  }
  .main .tabMain .middle {
    flex: 3;
    font-size: 16px;
    line-height: 1.6;
    color: #ccc;
    border-right: 10px solid #282b34;
  }
  .main .tabMain .middle .title {
    font-size: 22px;
    margin: 5px 0;
  }
  .main .tabMain .middle .run {
    font-size: 16px;
    margin: 0;
  }
  .main .tabMain .right {
    font-size: 18px;
  }
  .main h2 {
    text-align: center;
    margin: 10px auto;
  }
  .main .article {
    margin: 10px;
  }
  .main .article ul {
    margin-top: 10px;
  }
  .main .article ul li {
    padding: 10px;
    margin-bottom: 10px;
    width: 33%;
  }
  .main .article ul li .item .title {
    margin-top: 5px;
    font-size: 16px;
  }
  .main .article ul li .item .desc {
    font-size: 14px;
  }
  .main .article ul li .item span {
    font-size: 12px;
  }
  .main .comm {
    margin: 0 10px;
  }
  .main .comm ul {
    padding: 5px;
    width: 49.5%;
  }
  .main .comm ul li {
    padding-bottom: 2px;
  }
  .main .comm ul li a {
    font-size: 14px;
  }
  .main .comm ul li span {
    font-size: 12px;
  }
  .you {
    padding: 0 10px;
    margin-top: 10px;
    min-width: 992px;
    height: 35px;
    line-height: 35px;
    border-top: 2px solid #fff;
  }
  .you a {
    margin-right: 8px;
  }
  .footer {
    min-width: 992px;
    height: 120px;
    line-height: 120px;
  }
  .kefu p {
    font-size: 20px;
    color: red;
    background-color: green;
  }
  .kefu input {
    width: 120px;
    height: 40px;
    font-size: 18px;
    background-color: orange;
    color: #080808;
  }
}
@media (max-width: 992px) {
  body {
    font-size: 14px;
  }
  .pubCon {
    width: 100%;
  }
  .header {
    height: 60px;
    line-height: 60px;
    min-width: 0;
    border-bottom: 1px solid #fff;
  }
  .header .head {
    padding: 0 20px;
  }
  .header .head > a {
    height: 50px;
    display: inline-block;
  }
  .header .head > a img {
    width: 100%;
    height: 50px;
  }
  .header .head ul {
    display: none;
    z-index: 1;
    position: absolute;
    left: 0;
    flex-direction: column;
    width: 100%;
    top: 60px;
    background-color: #066c41ed;
  }
  .header .head ul li {
    border-bottom: 1px solid #ffffff81;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .header #box {
    display: block;
    position: absolute;
    right: 2%;
    top: 0px;
    border: 1px solid #ccc;
    margin-top: 6px;
    height: 50px;
    line-height: 50px;
  }
  .header #box i {
    margin: 5px;
    margin-bottom: 10px;
    display: block;
    width: 50px;
    height: 2px;
    background-color: #ccc;
    transition: all 0.3s;
    transform-origin: left;
  }
  .header #box i:nth-child(1) {
    margin-top: 10px;
  }
  .header #box.active i:nth-child(1) {
    transform: rotate(30deg);
  }
  .header #box.active i:nth-child(2) {
    opacity: 0;
  }
  .header #box.active i:nth-child(3) {
    transform: rotate(-30deg);
  }
  .header .zhezhao {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .foucs {
    width: 100%;
    min-width: 0;
  }
  .tab ul {
    font-size: 18px;
    flex-wrap: wrap;
    width: 100%;
  }
  .tab ul li {
    margin-bottom: 5px;
    height: 40px;
    line-height: 40px;
    width: 49%;
  }
  .main .tabMain {
    margin: 5px;
    font-weight: 400;
    height: auto;
  }
  .main .tabMain .left {
    flex: 2;
    align-self: center;
  }
  .main .tabMain .left a {
    display: inline-block;
  }
  .main .tabMain .left a img {
    width: 100%;
    padding: 10px;
  }
  .main .tabMain .middle {
    flex: 3;
    font-size: 12px;
    line-height: 1.5;
    color: #ccc;
    border-right: 5px solid #282b34;
  }
  .main .tabMain .middle .title {
    font-size: 16px;
    margin: 5px 0;
    color: #e9ae6d;
  }
  .main .tabMain .middle .run {
    font-size: 12px;
    margin: 0;
  }
  .main .tabMain .right {
    flex: 1;
    font-size: 13px;
    padding: 0 10px;
  }
  .main .tabMain .right a {
    height: 40px;
    line-height: 40px;
  }
  .main .tabMain .right a:hover {
    background: #fff;
    color: #1b1d1d;
  }
  .main h2 {
    text-align: center;
    margin: 5px auto;
  }
  .main .article {
    margin: 0 5px;
  }
  .main .article ul {
    margin-top: 10px;
  }
  .main .article ul li {
    padding: 5px;
    margin-bottom: 10px;
    width: 49.5%;
    height: auto;
  }
  .main .article ul li .item {
    color: #ccc;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .main .article ul li .item .title {
    margin-top: 5px;
    font-size: 14px;
  }
  .main .article ul li .item .desc {
    font-size: 12px;
  }
  .main .article ul li .item span {
    margin: 5px 0;
    font-size: 10px;
  }
  .main .comm {
    margin: 5px;
    flex-wrap: wrap;
  }
  .main .comm ul {
    padding: 5px;
    width: 100%;
  }
  .main .comm ul li {
    padding-bottom: 1px;
    margin-bottom: 5px;
  }
  .main .comm ul li a {
    font-size: 14px;
  }
  .main .comm ul li span {
    font-size: 12px;
  }
  .you {
    padding: 0 5px;
    min-width: 0;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #fff;
  }
  .you a {
    margin-right: 5px;
  }
  .footer {
    width: 100%;
    min-width: 0;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100px;
    line-height: 1.6;
    text-align: center;
  }
  .kefu p {
    font-size: 18px;
    color: red;
    background-color: green;
  }
  .kefu input {
    width: 100px;
    height: 30px;
    font-size: 16px;
    background-color: orange;
    color: #080808;
  }
}
