@charset "utf-8";

/*！--CSS重置和样式初始化*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

html {
  font-size: 14px;
}

body {
  font-style: normal;
  font-family: "\5FAE\8F6F\96C5\9ED1", Helvetica, sans-serif;
  background-color: #ffffff;
}

small {
  font-size: 12px;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

h4,
h5,
h6 {
  font-size: 100%;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:hover,
a:active {
  outline-width: 0;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  height: 1px;
}

img {
  border-style: none;
}

img:not([src]) {
  display: none;
}

svg:not(:root) {
  overflow: hidden;
}

html {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
}

input,
textarea,
button,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]),
video:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

textarea {
  overflow: auto;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.clear:after {
  display: block;
  height: 0;
  content: "";
  clear: both;
}

/* 主样式开始*/
body {
  background: #F7FDED;
}

.wrap {
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}

.wrap-min {
  width: 1200px;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.banner {
  height: 772px;
  background: url(../images/banner.png) center no-repeat;
}

.jrzx {
  margin-top: 50px;
}

.jrzx-title {
  height: 68px;
  background: url(../images/jrzx.png) center no-repeat;
}

.jrzx-content {
  margin-top: 20px;
}

.jrzx-img ul {
  overflow: hidden;
}

.jrzx-img ul li {
  width: 586px;
  height: 338px;
  float: left;
  position: relative;
}

.jrzx-img ul li:nth-child(even) {
  float: right;
}

.jrzx-img ul li img {
  width: 586px;
  height: 338px;
}

.jrzx-img ul li p {
  width: 100%;
  height: 95px;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 25px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.jrzx-img ul li p .title {
  display: block;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 23px;
}

.jrzx-img ul li p .summary {
  display: block;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 15px;
}

.jrzx-list {
  margin-top: 20px;
  min-height: 375px;
  background: #FDFFF9 url(../images/zxlistbg.png) right bottom no-repeat;
  position: relative;
}

.jrzx-list ul li {
  height: 117px;
  background: url(../images/zxlist.png) center bottom no-repeat;
  padding: 21px;
  box-sizing: border-box;
}

.jrzx-list ul li h3 a {
  display: block;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #20AC71;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jrzx-list ul li p {
  margin-top: 8px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #CCA163;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.jrzx-list .zhuye1 {
  width: 319px;
  height: 493px;
  position: absolute;
  top: 76px;
  right: -361px;
  background: url(../images/zhuye1.png) center no-repeat;
}

.jrhd {
  margin-top: 50px;
}

.jrhd-title {
  height: 68px;
  background: url(../images/jrhd.png) center no-repeat;
}

.jrhd-content {
  position: relative;
}

.jrhd-content ul {
  overflow: hidden;
}

.jrhd-content ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.jrhd-content ul li {
  width: 388px;
  height: 225px;
  position: relative;
  float: left;
  margin-top: 20px;
}

.jrhd-content ul li:nth-child(2),
.jrhd-content ul li:nth-child(5),
.jrhd-content ul li:nth-child(8) {
  margin: 20px 18px 0;
}

.jrhd-content ul li .xk {
  width: 388px;
  height: 225px;
  background: url(../images/hdimgbg.png) center no-repeat;
  position: absolute;
  z-index: 2;
}

.jrhd-content ul li img {
  display: block;
  width: 370px;
  height: 207px;
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 0;
}

.jrhd-content ul li .zhezhao {
  width: 370px;
  height: 207px;
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.jrhd-content ul li .zhezhao a {
  display: block;
  width: 370px;
  height: 207px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  padding: 90px 15px 0;
  box-sizing: border-box;
}

.jrhd-content .zhuye2 {
  width: 272px;
  height: 433px;
  position: absolute;
  top: 223px;
  left: -369px;
  background: url(../images/zhuye2.png) center no-repeat;
}

.jrqy {
  margin-top: 60px;
}

.jrqy-title {
  height: 68px;
  background: url(../images/jrqy.png) center no-repeat;
}

.jrqy-content {
  margin-top: 10px;
  height: 494px;
  background: url(../images/qybg.png) center no-repeat;
  padding: 52px 160px 123px 71px;
  box-sizing: border-box;
  text-indent: 2em;
}

.jrqy-content p {
  margin-top: 20px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #CCA163;
  line-height: 30px;
}

.jrxs {
  margin-top: 20px;
}

.jrxs-title {
  height: 68px;
  background: url(../images/jrxs.png) center no-repeat;
}

.jrxs-content {
  margin-top: 10px;
  height: 494px;
  background: url(../images/xsbg.png) center no-repeat;
}

.jrxs-content ul {
  overflow: hidden;
}

.jrxs-content ul li {
  width: 240px;
  height: 275px;
  float: left;
  margin-top: 80px;
  margin-right: 79px;
}

.jrxs-content ul li:last-child {
  margin-right: 0;
}

.jrxs-content ul li img {
  width: 240px;
  height: 275px;
}

.more {
  width: 143px;
  height: 42px;
  margin: 40px auto 0;
  background: url(../images/more.png) center no-repeat;
}

.more a {
  display: block;
  width: 100%;
  height: 100%;
}

.jrmw {
  margin-top: 50px;
  padding-bottom: 182px;
  background: url(../images/footer.png) center bottom no-repeat;
  position: relative;
}

.jrmw-title {
  height: 68px;
  background: url(../images/jrmw.png) center no-repeat;
}

.jrmw-content {
  height: 365px;
  background: url(../images/mwtextbg.png) center no-repeat;
}

.author {
  height: 23px;
  background: url(../images/author.png) center no-repeat;
  margin-top: 235px;
}