@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: #FAF4F4;
}

.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;
}

.header {
  height: 770px;
  background: url(../images/banner.png) center no-repeat;
}

.jrzx {
  margin-top: 60px;
}

.jrzx-title {
  height: 59px;
  background: url(../images/jrzxtt.png) center no-repeat;
}

.jrzx-content {
  margin-top: 20px;
}

.jrzx-content-left {
  width: 652px;
  height: 366px;
  position: relative;
}

.jrzx-content-left ul {
  width: 652px;
  height: 366px;
  overflow: hidden;
}

.jrzx-content-left ul li {
  width: 652px;
  height: 366px;
  float: left;
  position: relative;
}

.jrzx-content-left ul li img {
  width: 652px;
  height: 366px;
}

.jrzx-content-left ul li p {
  width: 652px;
  height: 60px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0 80px 0 20px;
  box-sizing: border-box;
  color: #FFFFFF;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.jrzx-content-left ul li p a {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 60px;
}

.jrzx-tip {
  position: absolute;
  width: 56px;
  height: 60px;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: #FC838A;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #ffffff;
}

.jrzx-tip span {
  color: #FFE24B;
}

.jrzx-content-left .prev {
  display: block;
  width: 40px;
  height: 74px;
  background: url(../images/lefticon.png) center no-repeat;
  position: absolute;
  top: 136px;
  left: 0;
  z-index: 4;
}

.jrzx-content-left .next {
  display: block;
  width: 40px;
  height: 74px;
  background: url(../images/righticon.png) center no-repeat;
  position: absolute;
  top: 136px;
  right: 0;
  z-index: 4;
}

.jrzx-content-right {
  width: 528px;
  height: 366px;
}

.jrzx-content-right ul li {
  width: 528px;
  height: 114px;
  background: url(../images/zxlistbg.png) center no-repeat;
  overflow: hidden;
  padding: 0 24px 0 22px;
  box-sizing: border-box;
}

.jrzx-content-right ul li:nth-child(2) {
  margin: 12px 0;
}

.jrzx-content-right ul li h3 {
  margin-top: 12px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #FC907E;
  line-height: 26px;
}

.jrzx-content-right ul li h3 a {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #FC907E;
  line-height: 26px;
}

.jrzx-content-right ul li p {
  margin-top: 10px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #8C8C9E;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.jrqy {
  margin-top: 60px;
  min-height: 356px;
  background: url(../images/qybg.png) center bottom no-repeat;
  padding-bottom: 106px;
}

.jrqy-title {
  height: 59px;
  background: url(../images/jrqytt.png) center no-repeat;
}

.jrqy-content {
  margin-top: 20px;
  height: 255px;
  background: url(../images/qycongtengbg.png) center no-repeat;
  padding: 50px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.jrqy-content a {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.jrcs {
  margin-top: -46px;
}

.jrcs-title {
  height: 59px;
  background: url(../images/jrcstt.png) center no-repeat;
}

.jrcs-content {
  margin-top: 20px;
  overflow: hidden;
}

.jrcs-content-left {
  width: 380px;
  height: 255px;
  background: url(../images/cstjbg.png) center no-repeat;
}

.jrcs-content-left ul li {
  padding: 70px 25px 0 20px;
  box-sizing: border-box;
}

.jrcs-content-left ul li h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #FC907E;
  line-height: 26px;
}

.jrcs-content-left ul li h3 a {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #FC907E;
  line-height: 26px;
}

.jrcs-content-left ul li p {
  margin-top: 15px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #8C8C9E;
  line-height: 23px;
  color: #8C8C9E;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.jrcs-content-left ul li p a {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #8C8C9E;
  line-height: 23px;
}

.jrcs-content-right ul {
  overflow: hidden;
}

.jrcs-content-right ul li {
  width: 253px;
  height: 255px;
  background: #fff url(../images/cslistbg.png) center bottom no-repeat;
  padding: 20px 23px 0 20px;
  box-sizing: border-box;
  position: relative;
  float: left;
}

.jrcs-content-right ul li:nth-child(2) {
  margin: 0 20px;
}

.jrcs-content-right ul li h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #31313D;
  line-height: 23px;
}

.jrcs-content-right ul li h3 a {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #31313D;
  line-height: 23px;
}

.jrcs-content-right ul li p {
  margin-top: 15px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #8C8C9E;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.jrcs-content-right ul li .csbtn {
  display: block;
  position: absolute;
  width: 86px;
  height: 34px;
  background: url(../images/cslistbtn.png) center no-repeat;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 34px;
  text-align: center;
  right: 11px;
  bottom: 15px;
  z-index: 2;
}

.jrms {
  margin-top: 60px;
}

.jrms-title {
  height: 59px;
  background: url(../images/jrmstt.png) center no-repeat;
}

.jrms-content {
  background: #fff;
  margin-top: 20px;
}

.jrms-content ul {
  overflow: hidden;
}

.jrms-content ul li {
  width: 599.5px;
  height: 161px;
  background: #FDA0A5;
  margin-top: 1px;
  padding: 23px 28px 0 20px;
  box-sizing: border-box;
  position: relative;
}

.jrms-content ul li:nth-child(odd) {
  float: left;
}

.jrms-content ul li:nth-child(even) {
  float: right;
}


.jrms-content ul li h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 23px;
}

.jrms-content ul li h3 a {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 23px;
}

.jrms-content ul li p {
  margin-top: 15px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.jrms-content ul li .line {
  display: block;
  width: 559px;
  height: 1px;
  margin: 12px auto 0;
  background: url(../images/msline.png) center no-repeat;
}

.jrms-content ul li .msbtn {
  display: block;
  position: absolute;
  width: 58px;
  height: 24px;
  background: url(../images/mslistbtn.png) center no-repeat;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FC907E;
  line-height: 24px;
  text-align: center;
  right: 20px;
  bottom: 11px;
  z-index: 2;
}

.jrsp {
  margin-top: 60px;
  min-height: 361px;
  background: url(../images/spbg.png) center bottom no-repeat;
  padding-bottom: 94px;
}

.jrsp-title {
  height: 59px;
  background: url(../images/jrsptt.png) center no-repeat;
}

.jrsp-content {
  margin-top: 20px;
  height: 362px;
  background: url(../images/spcontentbg.png) center no-repeat;
}

.footer {
  height: 164px;
  background: url(../images/footer.png) center no-repeat;
}