/* @font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../font/SourceHanSansCN-Regular.woff2") format("woff2"),
       url("../font/SourceHanSansCN-Regular.woff") format("woff"),
       url("../font/SourceHanSansCN-Regular.ttf") format("truetype"),
       url("../font/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
}
@font-face {
  font-family: "Hiragino Sans GB W3";
  src: url("../font/Hiragino-Sans-GB-W3.woff2") format("woff2"),
       url("../font/Hiragino-Sans-GB-W3.woff") format("woff"),
       url("../font/Hiragino-Sans-GB-W3.ttf") format("truetype"),
       url("../font/Hiragino-Sans-GB-W3.eot") format("embedded-opentype"),
} */
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
textarea,
div {
  margin: 0;
  padding: 0;
  border: 0;
}
body{
  font-family:"Microsoft Yahei","SourceHanSansCN-Regular","SimHei","SimSun" !important;
  font-size: 13px;
}
ul,
ol {
  list-style-type: none;
}
img {
  border: none;
  vertical-align: middle;
}
select,
input,
img,
select {
  vertical-align: middle;
  box-sizing: border-box;
}
textarea{
  font: 400 13.3333px Arial;
}
a {
  text-decoration: none;
}
a:hover,a:active,a:focus{
  text-decoration: none!important;
}
b,i{
  font-weight: normal;
  font-style: normal;
}
button{
  cursor: pointer;
  border: none;
}
textarea{
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5 {
  font-size: 14px;
  font-weight: normal;
}

.clearfix {
  display: inline-block;
}

.clearfix:after {
  display: block;
  content: ".";
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
/* 页面公用样式 */
.col {
  width: 100%;
  position: relative;
}

.module-width {
  min-width: 1200px;
  display: flex;
  justify-content: center;
}
#header{
  height: 100px;
}

/* 浮动广告图样式 */
.commercials{
  position: fixed;
  bottom: 270px;
  right: 54px;
}
.commercials i{
  position: absolute;
  top: -20px;
  right: 0;
  cursor: pointer;
  color: #777;
  font-size: 20px;
}
.commercials img{
  width: 200px;
}

.mg-r-10{
  margin-right: 10px;
}
.strong{
  font-weight: bold;
}