* {
  margin: 0;
  padding: 0;
}
.w {
  width: 1200px;
  margin: auto;
}
body {
  min-width: 1200px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
button,
input {
  outline: none;
  border: 0;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.nav {
  position: fixed;
  width: 100%;
  margin: auto;
  text-align: center;
  height: 64px;
  z-index: 199;
  background-color: transparent;
  transition: all 0.3s linear;
}
.nav .layui-nav {
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
}
.layui-nav .logo {
  float: left;
  line-height: 64px;
}
.nav .layui-nav .yc:hover {
  background-color: #1093E1;
}
.nav .layui-nav .yc:after {
  display: none;
}
.nav .layui-nav .layui-nav-item {
  line-height: 64px;
}
.layui-nav .layui-nav-item a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.layui-nav .layui-this:after,
.layui-nav-bar {
  background-color: #FFFFFF;
}
.layui-nav-item .layui-nav-child {
  display: none;
  position: absolute;
  top: 63px;
  min-width: 100%;
  line-height: 36px;
  padding: 5px 0;
  box-shadow: 0 2px 4px rgb(0 0 0%);
  border: none;
  background-color: #1093E1;
  z-index: 100;
  border-radius: 0px;
  white-space: nowrap;
}
.layui-nav .layui-nav-child a {
  color: #fcfdfd;
}
.layui-nav .layui-nav-child a:hover {
  color: #8DF7C2;
  background-color: transparent;
}
.layui-nav .layui-nav-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  left: 23%;
  width: 54%;
  height: 5px;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 0;
}
.layui-nav .layui-nav-item:hover:after {
  opacity: 1;
}
.layui-nav .layui-this:after {
  opacity: 1;
}
.layui-nav-bar {
  display: none;
}
.focus {
  background-image: url(../../assets/img/MoreNews.png);
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner {
  padding-bottom: 77px;
}
.hot_mn .h2 {
  text-align: center;
  padding: 78px 0;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #162F5A;
}
.mn {
  width: 1200px;
}
.mn ul li {
  display: flex;
  position: relative;
  width: 1200px;
  height: 230px;
  padding-top: 20px;
  margin-bottom: 20px;
  background: #FFFFFF;
  box-shadow: 0 0 5px 1px #999;
}
.mn ul li .content {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.mn ul li img {
  position: absolute;
  margin-left: 20px;
  top: 50%;
  margin-top: -95px;
  width: 190px;
  height: 190px;
}
.mn ul li h2 {
  margin-left: 270px;
  margin-bottom: 42px;
  margin-top: -10px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.mn ul li p {
  margin: -10px 158px 0 270px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.test1 {
  text-align: center;
  height: 0 !important;
  margin-bottom: 60px;
  margin-top: 60px;
}
.layui-laypage {
  margin: 0;
}
.layui-laypage a,
.layui-laypage span {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  padding: 0 15px;
  width: 29px;
  height: 47px;
  line-height: 47px;
  margin: 0 41px 0 0;
  background: #E6E6E6 !important;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.layui-laypage-prev,
.layui-laypage-next {
  width: 76px !important;
  background: #E6E6E6 !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  position: absolute;
  left: -1px;
  top: -1px;
  padding: 1px;
  width: 100%;
  height: 100%;
  background: #0E57A2;
}
.footer {
  z-index: 199;
  width: 100%;
  height: 328px;
  background: #0A2349;
}
.contactus {
  float: left;
  width: 302px;
  height: 269px;
  padding-top: 53px;
}
.line {
  float: left;
  margin-top: 53px;
  width: 1px;
  height: 179px;
  background: #999999;
}
.contactus dl dd {
  padding-top: 8px;
}
.contactus .lxdh {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #CBCBCB;
  line-height: 13px;
}
.Disclaimers a {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #DCD9D9;
}
.Disclaimers span {
  color: #FFFFFF;
}
.contactus .wx {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #CBCBCB;
}
.mod_help {
  height: 269px;
  border-bottom: 1px solid #999999;
  padding-top: 53px;
  padding-left: 452px;
}
.mod_help dl {
  float: left;
  width: 265px;
}
.mod_help dl:last-child {
  width: 185px;
}
.mod_help dl dt {
  margin-bottom: 27px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #DCD9D9;
}
.mod_help dl dd {
  margin-bottom: 16px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #DCD9D9;
}
.mod_help dl dd a:hover {
  margin-bottom: 16px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.mod_copyright {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  text-align: center;
  line-height: 58px;
}
#suggest-list {
  width: 400px;
  height: 400px;
  border: 2px outset #eeeeee;
  display: none;
}
:root {
  --gentle-wave1: rgba(255, 255, 255, 0.7);
  --gentle-wave2: rgba(255, 255, 255, 0.5);
  --gentle-wave3: rgba(255, 255, 255, 0.3);
  --gentle-wave: #fff;
}
.preview-overlay {
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
  z-index: 2;
}
.preview-overlay .preview-waves {
  /* position:relative; */
  width: 100%;
  height: 0;
  margin-bottom: -8px;
  min-height: 100px;
  max-height: 150px;
}
@media (max-width: 768px) {
  .preview-overlay .preview-waves {
    height: 40px;
    min-height: 40px;
  }
}
.preview-overlay .preview-parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.preview-overlay .preview-parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.preview-overlay .preview-parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.preview-overlay .preview-parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.preview-overlay .preview-parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@-moz-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@-webkit-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@-o-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
