@charset "utf-8";
body {
  text-align: center;
  color: #333;
  /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji",Microsoft YaHei; */
  font-family: "PingFang SC","Microsoft YaHei", 微软雅黑, Arial, Helvetica, sans-serif;
  font-size: 16px;
  background-color: #fff;
}

html,
body {
  height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
table,
th,
td,
i {
  margin: 0;
  padding: 0;
} /*初始化标签*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: top;
  border: 0;
  margin: 0;
  padding: 0;
}
i {
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
li {
  list-style-type: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  border: 0;
}
form {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #0033cc;
  text-decoration: underline;
}
.clear {
  clear: both;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999;
  font-size: 16px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  font-size: 16px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
  font-size: 16px;
}
.wrap {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.fB {
  font-weight: bold;
}
.f12px {
  font-size: 12px;
}
.f13px {
  font-size: 13px;
}
.f14px {
  font-size: 14px;
}
.f16px {
  font-size: 16px;
}
.f18px {
  font-size: 18px;
}
.f20px {
  font-size: 20px;
}
.f22px {
  font-size: 22px;
}
.f24px {
  font-size: 24px;
}
.f26px {
  font-size: 26px;
}
.f28px {
  font-size: 28px;
}
.f30px {
  font-size: 30px;
}
.f36px {
  font-size: 36px;
}
.f38px {
  font-size: 38px;
}
.f40px {
  font-size: 40px;
}
.f42px {
  font-size: 42px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fcwhite {
  color: #fff;
}
.fcblack {
  color: #000;
}
.fcgray {
  color: #eee;
}
.fcgray2 {
  color: #999;
}
.fc666 {
  color: #666;
}
.fc8c{
  color: #8C8C8C;
}
.fcblue {
  color: #0743be;
}
.fcc3 {
  color: #c3c3c3;
}
.none {
  display: none;
}
.show{
  display: block;
}
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}
.blank10 {
  clear: both;
  height: 10px;
  overflow: hidden;
  display: block;
}
.blank15 {
  clear: both;
  height: 15px;
  overflow: hidden;
  display: block;
}
.blank20 {
  clear: both;
  height: 20px;
  overflow: hidden;
  display: block;
}
.blank30 {
  clear: both;
  height: 30px;
  overflow: hidden;
  display: block;
}
.blank40 {
  clear: both;
  height: 40px;
  overflow: hidden;
  display: block;
}
.blank50 {
  clear: both;
  height: 50px;
  overflow: hidden;
  display: block;
}
.blank60 {
  clear: both;
  height: 60px;
  overflow: hidden;
  display: block;
}
.blank100 {
  clear: both;
  height: 100px;
  overflow: hidden;
  display: block;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
}
button{
  border: none;
  outline: none;
  cursor: pointer;
}
.mt10{
  margin-top: 10px;
}
.mt15{
  margin-top: 15px;
}
.mt20{
  margin-top: 20px;
}
.mt30{
  margin-top: 30px;
}

/* 底部导航 */
.footer{
  background: #fff;
  padding: 30px 0;
  border-top: #ddd 1px solid;

}
.footer_w{
  width: 1200px;
  text-align: left;
  margin: 0 auto;
}
.footer_w .footer_top{
  display: flex;
  justify-content: space-between;
}
.footer_w .footer_top ul{
  display: flex;
}
.footer_w .footer_top ul li{
  margin-right: 90px;
}
.footer_nav_t{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer_nav_b{
  line-height: 2;
  font-size: 16px;
}
.footer_nav_b a{
  display: block;
  color: #666;
}
.footer_qcode{
  width: 110px;
  height: 110px;
}
.footer_w .footer_bot{
  text-align: center;
  font-size: 14px;
  color: #666;
  padding-top: 30px;
}
.footer_w .footer_bot a{
  color: #666;
}

/* 分页控件 */
.pagination { 
  margin: 30px 0; 
  text-align: center; 
}
.pagination a, .pagination span { 
  display: inline-block; 
  padding: 8px 12px; 
  margin: 0 2px; 
  text-decoration: none; 
  border: 1px solid #ddd; 
  color: #333; 
  border-radius: 3px;
}
.pagination a:hover { 
  background-color: #f5f5f5; 
}
.pagination .current { 
  background-color: #0743be; 
  color: white; 
  border-color: #0743be; 
}
.pagination .disabled { 
  color: #ccc; 
  cursor: not-allowed; 
  background-color: #f9f9f9;
}
/* 返回顶部 */
.foot_gotop {position:fixed; z-index:100; overflow:hidden; bottom:34px;_position: absolute; _top: expression((documentElement.scrollTop-34) + "px"); height:51px; width:51px; right:10px; display:none}
.foot_gotop a { background:url(../images/back_top.png) left top no-repeat; display:block; height:51px; width:51px;}


