body {
  background: linear-gradient(#003A91, #F3F4F7);
}
.container-fluid {
  display: none;
}
ul li {
  list-style: none;
}
body .layui-col-sm12 {
  position: relative;
}
body .layui-col-sm12 .wrap {
  width: 100%;
  height: 675px;
  margin: 150px auto auto 0;
  background: url(../img/hxbgBig.png) no-repeat;
  background-size: 1010px;
  background-position: center;
}
body .layui-col-sm12 .wrap .dw {
  height: 600px;
  position: relative;
    width: 1010px;
    margin: 0 auto;
}
body .layui-col-sm12 .wrap p {
  position: absolute;

  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: white;
}
body .layui-col-sm12 .wrap .one {
  height: 235px;
  width: 235px;
  position: absolute;
  top: 226px;
  left: 382px;
  background: url(../img/3dzhuan.png) no-repeat;
  background-size: 235px;
  animation: zhuan 3s linear infinite;
}
body .layui-col-sm12 .wrap .two {
  height: 200px;
  width: 200px;
  position: absolute;
  top: 151px;
  left: 133px;
}
body .layui-col-sm12 .wrap .two .two_bg {
  height: 200px;
  width: 200px;
  background: url(../img/zhuan.png) no-repeat;
  background-size: 200px;
  animation: zhuan 3s linear infinite;
}
.zhuanImg {
  height: 80px;
  width: 80px;
}
body .layui-col-sm12 .wrap .two .two_zi {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
}
body .layui-col-sm12 .wrap .three {
  height: 180px;
  width: 180px;
  position: absolute;
  top: 377px;
  left: 220px;
}
body .layui-col-sm12 .wrap .three .three_bg {
  height: 180px;
  width: 180px;
  background: url(../img/zhuan.png);
  background-size: 180px;
  animation: zhuan 3s linear infinite;
}
body .layui-col-sm12 .wrap .three .three_zi {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
}
body .layui-col-sm12 .wrap .three .three_zi img {
  height: 70px;
  width: 70px;
}
body .layui-col-sm12 .wrap .four {
  height: 190px;
  width: 190px;
  position: absolute;
  top: 316px;
  left: 609px;
}
body .layui-col-sm12 .wrap .four .four_bg {
  height: 190px;
  width: 190px;
  background: url(../img/zhuan.png);
  background-size: 190px;
  animation: zhuan 3s linear infinite;
}
body .layui-col-sm12 .wrap .four .four_zi {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
}
body .layui-col-sm12 .wrap .four .four_zi img {
  height: 75px;
  width: 75px;
}
@keyframes zhuan {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body .lie .bigList{
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .lie .ulList {
  width: 80%;
  display: flex;
  justify-content: center;
  margin-top: 40px;

}
body .lie .ulList li {
  float: left;
  width: 231px;
  height: 285px;

  margin-right: 10px;
  position: relative;
}
body .lie .ulList li img {
  width: 231px;
  height: 285px;
}
body .lie .ulList li div {
  width: 231px;
  height: 285px;
  position: absolute;
  top: 0px;
}
body .lie .ulList li div:hover {
  background: linear-gradient(0deg, rgba(4, 39, 124, 0.9), rgba(70, 139, 233, 0.9));
}
body .lie .ulList li div:hover h3 {
  color: white;
}
body .lie .ulList li div:hover p {
  text-overflow: inherit;
  overflow: visible;
  white-space: pre-line;
  color: white;
}
body .lie .ulList li div h3 {
  margin: 20px auto;
  text-align: center;
  color: #18409F;
  font-size: 18px;
}
body .lie .ulList li div p {
  padding: 0px 20px;
  font-size: 11px;
  color: #1E1E1E;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .lie .ulList .first {
  width: 60px;
  margin-right: 0px;
  text-align: center;
  font-size: 18px;
  line-height: 60px;
  writing-mode: vertical-lr;
  background: url(../img/title.jpg);
  color: white;
}
body .lie .ulList .last {
  margin-right: 0px;
}
body .lie .ulListLast {
  margin-bottom: 200px;
}
@media screen and (max-width: 1300px) {
  body {
    background: linear-gradient(#003A91, #F3F4F7);
  }
  .container-fluid {
    display: none;
  }
  body .layui-col-sm12 {
    position: relative;
  }
  body .layui-col-sm12 .wrap {
    width: 100%;
    height: 563px;
    margin: 170px auto auto 0;
    background: url(../img/hxbgBig.png) no-repeat;
    background-size: 1000px;
    background-position: center;
  }
  body .layui-col-sm12 .wrap p {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    color: white;
  }
  body .layui-col-sm12 .wrap .one {
    height: 235px;
    width: 235px;
    position: absolute;
    top: 160px;
    left: 380px;
    background: url(../img/3dzhuan.png) no-repeat;
    background-size: 235px;
    animation: zhuan 3s linear infinite;
  }
  body .layui-col-sm12 .wrap .two {
    height: 140px;
    width: 140px;
    position: absolute;
    top: 130px;
    left: 188px;
  }
  body .layui-col-sm12 .wrap .two .two_bg {
    height: 140px;
    width: 140px;
    background: url(../img/zhuan.png);
    background-size: 140px;
    animation: zhuan 3s linear infinite;
  }
  body .layui-col-sm12 .wrap .two .two_zi {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
  }
  body .layui-col-sm12 .wrap .two .two_zi img {
    height: 58px;
    width: 58px;
  }
  body .layui-col-sm12 .wrap .three {
    height: 140px;
    width: 140px;
    position: absolute;
    top: 325px;
    left: 250px;
  }
  body .layui-col-sm12 .wrap .three .three_bg {
    height: 140px;
    width: 140px;
    background: url(../img/zhuan.png);
    background-size: 140px;
    animation: zhuan 3s linear infinite;
  }
  body .layui-col-sm12 .wrap .three .three_zi {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
  }
  body .layui-col-sm12 .wrap .three .three_zi img {
    height: 56px;
    width: 56px;
  }
  body .layui-col-sm12 .wrap .four {
    height: 140px;
    width: 140px;
    position: absolute;
    top: 272px;
    left: 625px;
  }
  body .layui-col-sm12 .wrap .four .four_bg {
    height: 140px;
    width: 140px;
    background: url(../img/zhuan.png);
    background-size: 140px;
    animation: zhuan 3s linear infinite;
  }
  body .layui-col-sm12 .wrap .four .four_zi {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
  }
  body .layui-col-sm12 .wrap .four .four_zi img {
    height: 55px;
    width: 55px;
  }
  @keyframes zhuan {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  body .lie .bigList{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body .lie .ulList {
    display: flex;
    margin-top: 30px;

  }
  body .lie .ulList li {
    float: left;
    width: 193px;
    height: 238px;
    background-color: red;
    margin-right: 10px;
    position: relative;
  }
  body .lie .ulList li img {
    width: 193px;
    height: 238px;
  }
  body .lie .ulList li div {
    width: 193px;
    height: 238px;
    position: absolute;
    top: 0px;
  }
  body .lie .ulList li div:hover {
    background: linear-gradient(0deg, rgba(4, 39, 124, 0.9), rgba(70, 139, 233, 0.9));
  }
  body .lie .ulList li div:hover h3 {
    color: white;
  }
  body .lie .ulList li div:hover p {
    text-overflow: inherit;
    overflow: visible;
    white-space: pre-line;
    color: white;
  }
  body .lie .ulList li div h3 {
    margin: 20px auto;
    text-align: center;
    color: #18409F;
    font-size: 18px;
  }
  body .lie .ulList li div p {
    padding: 0px 20px;
    font-size: 11px;
    color: #1E1E1E;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  body .lie .ulList .first {
    width: 60px;
    margin-right: 0px;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    writing-mode: vertical-lr;
    background: url('../img/title.jpg');
    color: white;
  }
  body .lie .ulList .last {
    margin-right: 0px;
  }
  body .lie .ulListLast {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 1000px) {
  body {
    background: linear-gradient(#003A91, #F3F4F7);
  }
  .layui-container {
    margin-top: 180px;
  }
  .dw {
    width: 100% !important;
  }
  .container-fluid {
    display: none;
  }
  body .layui-col-sm12 {
    position: relative;
  }
  body .layui-col-sm12 .wrap {
    width: 100%;
    height: 500px;
    margin: 100px auto auto 0;
    background: url(../img/hxbgBig.png) no-repeat;
    background-size: 900px 500px;
    background-position: center;
  }
  body .layui-col-sm12 .wrap p {
    position: absolute;
    font-size: 26px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: white;
  }
  body .layui-col-sm12 .wrap .one {
   height: 220px;
   width: 220px;
   left:374px;
   top: 150px;
   background-size: 220px;
  }
  body .layui-col-sm12 .wrap .two {
    height: 120px;
    width: 120px;
    position: absolute;
    top: 20%;
    left: 20%;
  }
  body .layui-col-sm12 .wrap .two .two_bg {
    height: 120px;
    width: 120px;
    background: url(../img/zhuan.png);
    background-size: 120px;
    animation: zhuan 3s linear infinite;
  }
  body .layui-col-sm12 .wrap .two .two_zi {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
  }
  body .layui-col-sm12 .wrap .three {
    height: 120px;
    width: 120px;
    position: absolute;
    top: 48%;
    left: 26%;
  }
  body .layui-col-sm12 .wrap .three .three_bg {
    height: 120px;
    width: 120px;
    background: url(../img/zhuan.png);
    background-size: 120px;
    animation: zhuan 3s linear infinite;
  }
  body .layui-col-sm12 .wrap .three .three_zi {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
  }
  body .layui-col-sm12 .wrap .four {
    height: 120px;
    width: 120px;
    position: absolute;
    top: 41%;
    left: 62%;
  }
  body .layui-col-sm12 .wrap .four .four_bg {
    height: 120px;
    width: 120px;
    background: url(../img/zhuan.png);
    background-size: 120px;
    animation: zhuan 3s linear infinite;
  }
  body .layui-col-sm12 .wrap .four .four_zi {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
  }
  @keyframes zhuan {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  body .lie .bigList{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body .lie .ulList {
    display: flex;
    margin-top: 30px;
  }
  body .lie .ulList li {
    float: left;
    width: 159px;
    height: 196px;
    background-color: red;
    margin-right: 10px;
    position: relative;
  }
  body .lie .ulList li img {
    width: 159px;
    height: 196px;
  }
  body .lie .ulList li div {
    width: 159px;
    height: 196px;
    position: absolute;
    top: 0px;
  }
  body .lie .ulList li div:hover {
    background: linear-gradient(0deg, rgba(4, 39, 124, 0.9), rgba(70, 139, 233, 0.9));
  }
  body .lie .ulList li div:hover h3 {
    color: white;
  }
  body .lie .ulList li div:hover p {
    text-overflow: inherit;
    overflow: visible;
    white-space: pre-line;
    color: white;
  }
  body .lie .ulList li div h3 {
    margin: 20px auto;
    text-align: center;
    color: #18409F;
    font-size: 18px;
  }
  body .lie .ulList li div p {
    padding: 0px 20px;
    font-size: 11px;
    color: #1E1E1E;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  body .lie .ulList .first {
    width: 60px;
    margin-right: 0px;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    writing-mode: vertical-lr;
    background: url('../img/title.jpg');
    color: white;
  }
  body .lie .ulList .last {
    margin-right: 0px;
  }
  body .lie .ulListLast {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 800px) {
  .layui-container {
    display: none;
  }
  .container-fluid {
    display: block;
    margin-top: 81px;
  }
  .hxbg {
    width: 100vw;
    height: 230px;
    background: url(../img/hxbgSmall.png) no-repeat;
    background-size: 100% 100%;
  }
  .hxtitle {
    width: 100%;
    height: 3rem;
    background: url(../img/title.jpg) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  .hxConBox {
    height: 100%;
  }
  .hxContentTextBox {
    height: 100%;
    width: 100vw;
    display: none;
    position: relative;
  }
  .hxContentText {
    flex: none !important;
    height: 430px !important;
    /*background: url(../img/sss.jpg) no-repeat;*/
    /*background-size: 100% 100%;*/
}
  .hxContentText .hxSmallImg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .hxContentTextTitle {
    padding-top: 20px;
    font-size: 18px;  
    text-align: center;
  }
  .hxContentTextCon {
    padding: 20px 20px 0px 20px;
    font-size: 14px;
  }
}
@media screen and (max-height: 600px)  {
  body .layui-col-sm12 .wrap {
    background-size: 820px;
  }
  body .layui-col-sm12 .wrap .one {
    height: 200px;
    width: 200px;
    background-size:200px;
    top: 180px;
    left: 400px;
  }
  body .layui-col-sm12 .wrap .two {
    top: 136px;
    left: 226px;
  }
  body .layui-col-sm12 .wrap .three {
    top: 306px;
    left: 273px;
  }
  body .layui-col-sm12 .wrap .four {
    top: 264px;
    left: 600px;
  }
  }

