
/* CSS Document */

html,
button,
input,
select,
textarea {
  font-family: "Microsoft YaHei", arial, simsun !important;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
/* body { background:#fff; color:#555; font-size:14px; font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif; }
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#555; text-decoration:none; }
a:hover { text-decoration:underline; }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px "Arial","Microsoft YaHei","黑体","宋体",sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;} 

.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
.fl { float:left}
.fr {float:right}
.al {text-align:left}
.ac {text-align:center}
.ar {text-align:right}
.hide {display:none} */


html,
body {
  background-color: #f7f7f7;
  min-height: 750px;
}

* {
  /* margin: 0px;
  padding: 0px; */
  box-sizing: border-box;
  list-style: none;
}

*:focus {
  outline: none;
}

img,
input {
  border: 0 none;
}

table {
  border-collapse: collapse;
}

a {
  color: #31353d;
  text-decoration: none;
  outline: none;
}

a {
  text-decoration: none;
}

a[href]:hover {
  color: #0081cc;
  text-decoration: none;
}

body {
  font-family: Microsoft YaHei;
  font-size: 14px;
  line-height: 24px;
  min-width: 1200px;
  margin: auto;
  color: #333;
}

ul,
ol {
  list-style: none;
}

/* 统一滚动条样式 */
/* * {
  -webkit-overflow-scrolling: touch;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}

*::-webkit-scrollbar-track {
  width: 6px;
  background-color: #eeeeee;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

*::-webkit-scrollbar-thumb {
  background-color: #777777;
  background-clip: padding-box;
  min-height: 28px;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #bbbbbb;
} */

.nav-header-color {
  color: #9c9c9c;
}

/* 字体相关 */
.fb {
  font-weight: bolder;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fc3 {
  color: #333333;
}

.fc6 {
  color: #666666;
}

.fc9 {
  color: #999999;
}

.dn {
  display: none;
}

.db {
  display: block;
}

.df {
  display: flex;
}

.clearFloat {
  zoom: 1
}

.clearFloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.m0 {
  margin: 0px !important;
}

.hm5 {
  margin-left: 5px;
  margin-right: 5px;
}

.vm5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.hm10 {
  margin-left: 10px;
  margin-right: 10px;
}

.vm10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.p0 {
  padding: 0px !important;
}

.hp5 {
  padding-left: 5px;
  padding-right: 5px;
}

.vp5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.w75 {
  width: 75%;
}

.w67 {
  width: 66.667%;
}

.w625 {
  width: 62.5%;
}

.w50 {
  width: 50%;
}

.w375 {
  width: 37.5%;
}

.w33 {
  width: 33.333%;
}

.w25 {
  width: 25%;
}

.textO {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 页面顶部banner图片 start*/
.top-img {
  width: 100%;
  height: 240px;
  min-height: 60px;
}


.top-img .content-text {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding-left: 20px;
  padding-top: 25px;
}

.top-img .content-text h1 {
  margin-top: 40px;
  font-family: PingFangSC-Medium;
  font-size: 28px;
  font-weight: normal;
}

.top-img .content-text p {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  margin-top: 20px;
  line-height: 34px;
  height: 70px;
  overflow: hidden;
}

/* 页面顶部banner图片 end*/

/* 页面导航栏 start */
.local {
  width: 1200px;
  margin: 0px auto;
  padding: 15px 20px;
  line-height: 1.5;
  font-size: 14px;
}

.local a {
  color: #0081cc;
}

/* 页面导航栏 end */