body,
div,
span,
header,
footer,
nav,
section,
aside,
article,
ul,
dl,
dt,
dd,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
i,
b,
textarea,
button,
input,
select,
figure,
figcaption {
  padding: 0;
  margin: 0;
  list-style: none;
  font-style: normal;
  text-decoration: none;
  border: none;
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 5px;
  height: 0px;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

input[type="button"],
input[type="submit"],
input[type="search"],
input[type="reset"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

html,
body {
  height: 100%;
  width: 100%;
  background-color: #f5f5f5;
}
#main {
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.fillcontain {
  height: 100%;
  width: 100%;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  zoom: 1;
}

.back_img {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.margin {
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-t-10 {
  margin-top: 10px;
}

/* 头部样式 */
.header {
  background: #3b3a36;
  color: #fefefe;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.header .container {
  margin: auto;
  width: 1200px;
}
.header .more img {
  width: 18px;
  vertical-align: bottom;
  margin-right: 5px;
}
.nav {
  margin-left: 130px;
}
.nav_item {
  padding: 15px 10px;
  text-align: center;
  width: 150px;
  cursor: pointer;
}
.nav_item:hover {
  font-weight: bold;
  color: #fff;
}
.more {
  margin-left: 50px;
}
.more_item {
  padding: 5px 15px;
  background: #31302c;
  font-size: 14px;
  cursor: pointer;
  border-radius: 6px;
  margin: 10px 10px;
}
.modal {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  height: 80vh;
  /* bottom: 0; */
  right: 0;
  background-image: url(../img/pullBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: default;
  z-index: 10;
  font-weight: normal;
  min-height: 400px;
}

.nav_item:hover .modal {
  display: block;
}
.m_container {
  width: 1200px;
  padding: 40px 10px;
  margin: auto;
  text-align: left;
}
.m_item {
  width: 33%;
}
.m_item img {
  margin-right: 10px;
}
.m_item .cont {
  width: 75%;
}
.m_item .cont a {
  color: #ddd;
  display: block;
  font-size: 14px;
  line-height: 40px;
}
.m_item .desc {
  color: #aaa;
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
}
.cp .desc {
  min-height: 60px;
}

.leftToRight {
  -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.more_item:hover {
  background-color: #D56C59;
}
.fw .cont>.title{
  cursor: pointer;
}
.fw .cont>.title:hover{
  color: #D56C59;
}
.cp .cont a:hover{
  color: #D56C59;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-11-9 18:7:52
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(-510px);
    transform: translateX(-510px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(-510px);
    transform: translateX(-510px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.rightToLeft {
  -webkit-animation: rightToLeft 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    reverse both;
  animation: rightToLeft 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both;
}

@-webkit-keyframes rightToLeft {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotateY(0);
    transform: translateY(0) translateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: translateY(0) translateX(90) rotateY(-90deg);
    transform: translateY(0) translateX(90) rotateY(-90deg);
  }
  100% {
    -webkit-transform: translateY(200px) translateX(185px) rotateY(-90deg);
    transform: translateY(200px) translateX(185px) rotateY(-90deg);
  }
}
@keyframes rightToLeft {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotateY(0);
    transform: translateY(0) translateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: translateY(0) translateX(90) rotateY(-90deg);
    transform: translateY(0) translateX(90) rotateY(-90deg);
  }
  100% {
    -webkit-transform: translateY(0) translateX(185px) rotateY(-90deg);
    transform: translateY(0) translateX(185px) rotateY(-90deg);
  }
}
