/*--默认--*/
/* html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,address,big,cite,code,del,em,font,img,ins,small,strong,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{margin:0;padding:0;}
body{font-family:微软雅黑,黑体;min-width:320px;margin:auto;}
ol,ul,li{list-style:none outside none;}
a{text-decoration:none;color:inherit;cursor:pointer;outline:none;}
img{border:none;vertical-align:middle;max-width:100%;max-height:100%;}
table{border-collapse:collapse;width:100%;}
tr,td,th{padding:0;margin:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;line-height:1.3;}
i,em,b,strong{font-style:normal;font-weight:normal;}
input,textarea,select{padding:0;font-family:inherit;outline:none;resize:none;background:none;border:none;font-size:inherit;color:inherit;}
input::-moz-placeholder{color:inherit;opacity:0.5;font-size:inherit;}
textarea::-moz-placeholder{color:inherit;opacity:0.5;font-size:inherit;}
select::-moz-placeholder{color:inherit;opacity:0.5;font-size:inherit;}
::-webkit-input-placeholder{color:inherit;opacity:0.5;font-size:inherit;}
::-ms-input-placeholder{color:inherit;opacity:0.5;font-size:inherit;} */

body {
  min-width: 1440px;
}
.arrow-top {
  display: inline-block;
}
.news .db-arrow-right {
  width: 16px;
  position: relative;
  top: 8px;
}
a {
  color: inherit;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
* {
  font-family: "Microsoft Yahei";
}
/* 返回顶部 */
#back_to_top {
  font-size: 14px;
  display: none;
  width: auto;
  padding: 0 10px;
  height: 30px;
  background-color: #e24b2d;
  position: fixed;
  bottom: 210px;
  right: 0;
  z-index: 99;
  color: #fff;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
}
#back_to_top > span {
  margin-left: 10px;
}

/* 引入字体 */
@font-face {
  font-family: "myFont";
  src: url("/fonts/MSYHL.TTC");
}

/* 屏蔽波浪 */
/* .lbswiper .bolang {
  display: none;
} */
/* 波浪动画 */
.wave-mask {
  position: absolute;
  top: 420px;
  left: 0;
  z-index: 2;
}
