body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
dl,
dt,
dd,
b {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 12px;
}
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  color: #989898;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
.header-nav {
  background-color: #f6f6f6;
  min-width: 1302px;
}
.header-nav > div {
  width: 1200px;
  font-size: 14px;
  margin: auto;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-nav img {
  margin-right: 20px;
}
.header-nav .nav-right {
  display: flex;
}
.header-nav .nav-right > a {
  padding: 0 18px 0 12px;
  height: 0.87rem;
  line-height: 0.87rem;
}
.header-nav .nav-right > a:hover {
  color: #000;
  text-decoration: underline;
}
.header-nav .nav-right > .line {
  border-right: 1px solid #989898;
}
.header-nav .nav-right > .line:last-child {
  border-right: none;
}
.container-box {
  background-image: url(../img/bc.jpg);
  background-size: 100% 100%;
  min-width: 1302px;
  min-height: 100%;
}
.container-box .middle-img {
  height: 709px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-width: 1200px;
}
.container-box .show-img {
  height: 367px;
  background-image: url(../img/show.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.container-box .container-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-box .container-item .title-img {
  min-width: 1200px;
  height: 133px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.container-box .container-item .online-video {
  margin: 2.31rem 0 3.37rem 0;
  height: 33.37rem;
  width: 75rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  font-size: 1.12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.container-box .container-item .online-video > img {
  margin-bottom: 22px;
}
.container-box .container-item .cloud-modal {
  display: none;
}
.container-box .container-item .cloud-modal .masker {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  height: 100%;
  z-index: 1000;
  filter: alpha(opacity=50);
}
.container-box .container-item .cloud-modal .modal-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  outline: 0;
}
.container-box .container-item .cloud-modal .modal-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.container-box .container-item .container-red {
  margin: 3rem 0 4.06rem 0;
  display: flex;
  justify-content: space-between;
  width: 75rem;
}
.container-box .container-item .container-red > a {
  flex: 0 0 18%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.container-box .container-item .container-red > a > img {
  width: 100%;
  height: 9.25rem;
  margin-bottom: 1rem;
}
.container-box .container-item .container-red > a > span {
  width: 80%;
  font-size: 1.25rem;
  color: #434343;
}
.container-box .container-item .container-public {
  margin: 3.06rem 0 4.06rem 0;
  width: 75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container-box .container-item .container-public .public-item {
  flex: 0 0 23.5%;
  margin-bottom: 1.37rem;
  font-size: 1.25rem;
  line-height: 0;
}
.container-box .container-item .container-public .public-item > img {
  width: 100%;
  height: 11.87rem;
}
.container-box .container-item .container-public .public-item > div {
  background-color: #fff;
  height: 6.75rem;
  width: 100%;
  padding: 0 3.12rem;
  display: flex;
  box-sizing: border-box;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 1.75rem;
  color: #434343;
}
.container-box .container-item .container-public .public-img {
  flex: 0 0 23.5%;
  color: #fff;
  font-size: 1.5rem;
  background-image: url(../img/img3.jpg);
  background-repeat: no-repeat;
  background-size: 100% 18.62rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 3.25rem;
}
.container-box .container-item .container-service {
  width: 1200px;
  margin: 3.75rem 0 3.31rem 0;
  display: flex;
  color: #434343;
}
.container-box .container-item .container-service > img {
  width: 20.18rem;
  height: 27.06rem;
  margin: 0.75rem 2rem 0 0;
}
.container-box .container-item .container-service > div .text-con {
  line-height: 2.25rem;
}
.container-box .container-item .container-service > div .img-container {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
  font-size: 0.87rem;
}
.container-box .container-item .container-service > div .img-container > div {
  flex: 0 0 23%;
  line-height: 24px;
  text-align: center;
}
.container-box .container-item .container-service > div .img-container > div > div {
  margin-top: 10px;
}
.swiper-father {
  position: relative;
  width: 1302px;
  margin: auto;
  padding: 3.37rem 0;
}
.swiper-container {
  width: 1200px;
  margin: auto;
}
.swiper-container img {
  width: 16.5rem;
  height: 12.5rem;
}
.show-container {
  width: 1200px;
  min-height: 294px;
  background-color: #fff;
  margin: 30px auto 0px auto;
  padding: 30px;
  box-sizing: border-box;
  border: #eee 1px solid;
}
.show-container .show-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
}
.show-container .show-time {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: #eee 1px solid;
  color: #666666;
}
.show-container .show-text {
  line-height: 32px;
  padding: 20px 0;
}
.show-container .show-text .vid-box {
  height: 366px !important;
  width: 100% !important;
}
.bottom-con {
  min-width: 1302px;
  height: 7.31rem;
  background-color: #454545;
  color: #fff;
  font-size: 0.87rem;
  line-height: 2.37rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
