html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
dl,
dt,
dd,
iframe,
span {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  width: 100%;
  text-align: center;
}
table td {
  word-break: break-all;
  word-wrap: break-word;
  font: 500 14px Arial;
}
ul,
dl,
dt,
dd,
ol {
  list-style-type: none;
}
select,
input {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  outline: none;
}
textarea {
  resize: none;
  outline: none;
}
input[type='button'],
input[type='submit'],
input[type='file'],
button {
  cursor: pointer;
  -webkit-appearance: none;
}
.sxz_shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.sxz_padding {
  padding: 50px 60px !important;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #dd2525;
  cursor: pointer;
}
em {
  font-style: normal;
}
i {
  font-style: normal;
}
* html .clear {
  zoom: 1;
}
* + html .clear {
  zoom: 1;
}
* {
  margin: auto;
  padding: auto;
  font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
}
.Clear {
  clear: both;
}

.container {
  width: 1280px;
  margin: 0 auto;
}
.r {
  float: right;
}
.l {
  float: left;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1; /*IE/7/6*/
}

body {
  padding: 0;
  margin: 0;
  zoom: 100%;
  font-size: 16px;
  line-height: 1;
  background: #ebf5ff;
  font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
}

a {
  color: #333;
}

.intro {
  background: url(../images/intro.png) top center no-repeat;
  height: 180px;
  margin-top: 40px;
}

.intro p {
  padding: 35px 30px 0 60px;
  font-size: 22px;
  line-height: 36px;
  text-indent: 2em;
}

.listCon {
  margin-top: 50px;
}

.listCon .title {
  font-size: 26px;
  font-weight: bold;
}

.listCon .list {
  padding: 0px 0 40px;
}

.listCon .list a {
  width: 235px;
  height: 70px;
  float: left;
  margin-right: 26px;
  margin-top: 30px;
  line-height: 70px;
  background-color: #fff;
  text-align: center;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.listCon .list a:hover {
  background: url(../images/list_a_bg.png) left bottom no-repeat #4594f6;
  color: #fff;
}

.listCon .list a:nth-child(5n) {
  margin-right: 0;
}

.head_bg {
  width: 100%;
  height: 534px;
  background: url(../images/yhznzzyhgzlc_bg.png) top center no-repeat #ebf5ff;
}

.head_bg .head_bg_main {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.head_bg .head_bg_main .logo {
  display: block;
  width: 320px;
  position: absolute;
  top: 20px;
  left: 0;
  padding-top: 0;
}

.head_bg .head_bg_main .logo img {
  width: 100%;
}

.head_bg .head_bg_main .back {
  position: absolute;
  top: 20px;
  right: 0;
  height: 37px;
  background: url(../images/back.png) 10px center no-repeat #fff;
  display: block;
  color: #2d78f2;
  line-height: 37px;
  padding: 0 10px 0 35px;
  border-radius: 20px;
}
