@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  color: #000000;
  text-align: left;
  font-size: 14px;
  font-family: "微软雅黑";
  font-family: microsoft yahei, Arial, Helvetica, sans-serif;
  background-color: #ffffff;
}
a {
  text-decoration: none;
  color: inherit;
  color: #444444;
}
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}
a:active,
a:hover {
  color: #d63031;
  text-decoration: none;
}
fieldset,
img {
  border: none;
}
img {
  vertical-align: middle;
}
em {
  font-style: normal;
}
li,
ul {
  list-style: none;
}
li {
  list-style-type: none;
}
div {
  word-wrap: break-word;
  word-break: break-all;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 9pt;
  font-weight: normal;
}
button,
input,
select,
textarea {
  font-weight: inherit;
  font-size: inherit;
  font-size: 100%;
  font-family: inherit;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.f_l,
.fl {
  float: left;
}
.f_r,
.fr {
  float: right;
}
.auto {
  margin: 0 auto;
}
.w1260 {
  width: 1260px;
  margin: 0 auto;
}
.clear {
  clear: both;
  float: none;
}
.transition {
  transition: 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.Box {
  position: relative;
  overflow: hidden;
}
.aBox {
  position: relative;
}
.sonimg img {
  display: block;
  width: 100%;
  height: 100%;
}
.border {
  border: 1px solid #e6e6e6;
}
.MT15 {
  margin-top: 15px;
}
.ML15 {
  margin-left: 15px;
}
.MT30 {
  margin-top: 30px;
}
.MT40 {
  margin-top: 40px;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.layui-input,
.layui-textarea {
  box-shadow: inset 1px 1px 3px 0px #ececec;
}

a.move i {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
a.move:hover i {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

/*仿layui分页样式*/
.i_Page {
  text-align: center;
}
.layuiPage {
  padding: 10px 0px;
  clear: both;
  overflow: hidden;
}
.layuiPage a,
.layuiPage span,
.layuiPage font {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding: 0 15px;
  border: 1px solid #e2e2e2;
  height: 28px;
  line-height: 28px;
  margin: 0 -1px 5px 0;
  background-color: #fff;
  color: #333;
  font-size: 12px;
}
.layuiPage span,
.layuiPage font {
  margin-right: 10px;
  padding: 0;
  border: none;
}
.layuiPage a.onhover {
  background: #069be5;
  border: 1px solid #069be5;
  color: #ffffff !important;
}
.layuiPage font {
  height: 30px;
  line-height: 30px;
  color: #999;
}
.layuiPage input {
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  vertical-align: top;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  display: inline-block;
  width: 40px;
  margin: 0 10px;
  padding: 0 3px;
  text-align: center;
  outline: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.layuiPage input[type="text"]:focus {
  border-color: #009688 !important;
}
.layuiPage input[type="submit"] {
  margin-left: 10px;
  padding: 0 10px;
  cursor: pointer;
}

.trs_key4format {
  color: #333;
  font-size: 16px;
  zoom: 1;
}
.trs_key4format > p {
  margin: 5px 0;
  margin-bottom: 15px;
  color: #333;
  text-indent: 2em;
  font-size: 16px;
  line-height: 30px;
}
.trs_key4format img {
  margin-bottom: -3px;
  max-width: 100%;
  text-align: center;
}

/*滚动条自定义样式*/
.ScrollStyle,
.layui-anim {
  overflow: auto;
  overflow: overlay;
}
.ScrollStyle::-webkit-scrollbar,
.layui-anim::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  box-sizing: border-box;
  background: #eee;
}
.ScrollStyle::-webkit-scrollbar-button,
.layui-anim::-webkit-scrollbar-button {
  width: 9px;
  height: 12px;
  background: url(../images/scroll.png) no-repeat;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:start,
.layui-anim::-webkit-scrollbar-button:vertical:start {
  background-position: 0 0;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:start:hover,
.layui-anim::-webkit-scrollbar-button:vertical:start:hover {
  background-position: -10px 0;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:start:active,
.layui-anim::-webkit-scrollbar-button:vertical:start:active {
  background-position: -20px 0;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:end,
.layui-anim::-webkit-scrollbar-button:vertical:end {
  background-position: -30px 0;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:end:hover,
.layui-anim::-webkit-scrollbar-button:vertical:end:hover {
  background-position: -40px 0;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:end:active,
.layui-anim::-webkit-scrollbar-button:vertical:end:active {
  background-position: -50px 0;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:start,
.layui-anim::-webkit-scrollbar-button:horizontal:start {
  background-position: 0 -11px;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:start:hover,
.layui-anim::-webkit-scrollbar-button:horizontal:start:hover {
  background-position: -10px -11px;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:start:active,
.layui-anim::-webkit-scrollbar-button:horizontal:start:active {
  background-position: -19px -11px;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:end,
.layui-anim::-webkit-scrollbar-button:horizontal:end {
  background-position: -30px -11px;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:end:hover,
.layui-anim::-webkit-scrollbar-button:horizontal:end:hover {
  background-position: -40px -11px;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:end:active,
.layui-anim::-webkit-scrollbar-button:horizontal:end:active {
  background-position: -50px -11px;
}
.ScrollStyle::-webkit-scrollbar-track-piece,
.layui-anim::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.15); /*-webkit-border-radius: 5px;*/
}
.ScrollStyle::-webkit-scrollbar-thumb,
.layui-anim::-webkit-scrollbar-thumb {
  background-color: #e7e7e7;
  border: 1px solid rgba(0, 0, 0, 0.21); /*-webkit-border-radius: 5px;*/
}
.ScrollStyle::-webkit-scrollbar-thumb:hover,
.layui-anim::-webkit-scrollbar-thumb:hover {
  background-color: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.21);
}
.ScrollStyle::-webkit-scrollbar-thumb:active,
.layui-anim::-webkit-scrollbar-thumb:active {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e4e4e4),
    to(#f4f4f4)
  );
}
.ScrollStyle::-webkit-scrollbar-corner,
.layui-anim::-webkit-scrollbar-corner {
  background-color: #f1f1f1; /*-webkit-border-radius: 1px;*/
}

/* a i {
  transition: all 0.3s;
}
a:hover i {
  transform: scale(0.9);
} */
