@charset "UTF-8";

/* CSS Document */
body {
  color: #333;
  overflow-x: hidden;
  font-family: "Microsoft Yahei";
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: center top;
}
/*清除格式*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
button,
input,
legend,
div,
img {
  border: medium none;
  margin: 0;
  padding: 0;
}

/*h5新标签*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block
}

/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

em,
i {
  font-style: normal;
}

img {
  border: none;
}

/* 重置列表元素 */
ul,
ol,
li {
  list-style: none;
}



/*清除浮动*/
.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  color: #333333;
}

a:link,
a:visited {
  /*color: #0e3262;
  text-decoration: none*/
}

a:hover {
  color: #e40000;
  text-decoration: none
}


/*边距*/
.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.pa30{
  padding-top:30px;
}


.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.w100 {
  width: 100%;
}

.text-align {
  text-align: center;
}

/*display*/
.hidden {
  display: none;
}

.show {
  display: block;
}

/*浮动*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.overflow {
  overflow: hidden;
}

/*定位*/
.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.pf {
  position: fixed;
}

/* 去除input,textarea默认样式 */

input,
button,
select,
textarea {
  outline: none
}

textarea {
  resize: none
}





input,
img {
  vertical-align: middle
}

input[type="button"],
input[type="submit"] {
  vertical-align: middle;
}



/* 版心 */
.main1100 {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden
}

.w1100 {
  width: 1100px;
  margin: 0 auto;
}
.w800{
    width: 800px;
    margin:0 auto;
}
.w740{
    width: 740px;
}
.w1000{
    width: 1000px;
    margin:0 auto;
}

.main1124 {
  width: 1124px;
  margin: 0 auto;
  overflow: hidden;
  background: url(/2020img/2020zhlh_top.jpg);
  height: 88px
}

.main_top {
  width: 1100px;
  margin: 0 auto;
}

.bgwhite {
  background-color: #fff;
}

.di{
  display: inline-block;
}