@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: #fff;
}

.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-tu {
  height: 922px;
  background: url(../images/banner.png) center no-repeat;
}

.content {
  min-height: 1200px;
  background: url(../images/whitehua.png) center repeat;
  overflow: hidden;
  padding-bottom: 150px;
}

.content-min {
  overflow: hidden;
}

.jrzx {
  margin-top: 122px;
  position: relative;
}

.jrzx-title {
  height: 86px;
  background: url(../images/jrzxtt.png) center no-repeat;
}

.jrzx-content {
  margin-top: 13px;
  height: 1411px;
  background: url(../images/bg1.png) center no-repeat;
  border-radius: 10px;
  padding: 45px 27px 0;
  box-sizing: border-box;
}

.jrzx-focus ul li {
  width: 1146px;
  height: 643px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.jrzx-focus ul li img {
  width: 1146px;
  height: 581px;
}

.jrzx-focus ul li p {
  width: 1146px;
  height: 62px;
  background: #FFEAA3;
  margin-top: -5px;
}

.jrzx-focus ul li p a {
  display: block;
  width: 1146px;
  height: 62px;
  font-size: 29px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #BB1728;
  line-height: 62px;
  text-align: center;
  padding: 0 30px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jrzxt .prev {
  display: block;
  width: 34px;
  height: 66px;
  background: url(../images/left.png) center no-repeat;
  position: absolute;
  z-index: 2;
  top: 391px;
  left: 47px;
}

.jrzxt .next {
  display: block;
  width: 34px;
  height: 66px;
  background: url(../images/right.png) center no-repeat;
  position: absolute;
  z-index: 2;
  top: 391px;
  right: 47px;
}

.jrzx-tip {
  text-align: center;
  margin-top: -100px;
  position: relative;
  z-index: 2;
}

.jrzx-tip ul li {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  border-radius: 50%;
  margin: 0 5px;
}

.jrzx-tip ul li.on {
  width: 33px;
  height: 15px;
  background: #BF2233;
  border-radius: 6px;
}

.jrzxw {
  margin-top: 100px;
}

.jrzxw ul {
  height: 663px;
  border: 1px solid #FFF799;
  border-radius: 10px;
  padding: 0 25px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
}

.jrzxw ul li {
  padding-bottom: 20px;
  border-bottom: 1px dashed #FFF799;
  margin-top: 30px;
  overflow: hidden;
  min-height: 160px;
}
.jrzxw ul li h3{
  position: relative;
}

.jrzxw ul li:nth-child(3) {
  border: none;
}

.jrzxw ul li h3 a {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
}

.jrzxw ul li h3 .more {
  display: inline-block;
  width: 84px;
  height: 29px;
  border: 1px solid #FFF799;
  opacity: 0.75;
  border-radius: 14px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFF4A7;
  line-height: 29px;
  opacity: 0.61;
  text-align: center;
  position: absolute;
  bottom: 2px;
  right: 0;
  z-index: 1;
}

.jrzxw ul li p {
  padding-top: 10px;
  width: 100%;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.xckm {
  margin-top: 100px;
  overflow: hidden;
  background: url(../images/bg2.png) bottom no-repeat;
  min-height: 883px;
}

.xckm-title {
  height: 86px;
  background: url(../images/xckmtt.png) center no-repeat;
}

.xckm-content {
  margin-top: 10px;
  height: 883px;
  padding: 30px 27px 100px;
  box-sizing: border-box;
}

.xckm-content ul {
  overflow: hidden;
}

.xckm-content ul li {
  width: 365px;
  height: 205px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  float: left;
  margin-top: 40px;
  margin-right: 24px;
}

.xckm-content ul li:nth-child(3n) {
  margin-right: 0px;
}

.xckm-content ul li img {
  width: 365px;
  height: 205px;
  position: absolute;
  top: 0;
  left: 0;
}

.xckm-content ul li p {
  width: 365px;
  height: 30px;
  background: rgba(255, 234, 163, 0.8);
  border-radius: 0 0 10px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
}

.xckm-content ul li p a {
  display: block;
  width: 365px;
  height: 30px;
  padding: 0 15px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #BB1728;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.jrxs {
  margin-top: 100px;
  overflow: hidden;
}

.jrxs-title {
  height: 86px;
  background: url(../images/jrxstt.png) center no-repeat;
}

.jrxs-content {
  margin-top: 10px;
  height: 473px;
  background: url(../images/bg3.png) center no-repeat;
  padding: 52px 69px 0;
}

.jrxs-content ul li {
  width: 301px;
  float: left;
  margin-right: 75px;
}

.jrxs-content ul li:nth-child(3) {
  margin-right: 0px;
}

.jrxs-content ul li img {
  width: 301px;
  height: 302px;
  border-radius: 50%;
  border: 1px solid #FFEAA9;
}

.jrxs-content ul li p {
  width: 172px;
  height: 36px;
  background: url(../images/xstt.png) center no-repeat;
  margin: 22px auto 0;
}

.jrxs-content ul li p a {
  display: block;
  width: 172px;
  height: 36px;
  color: #FFEAA9;
  line-height: 36px;
  font-size: 24px;
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wlwmcb {
  margin-top: 100px;
  overflow: hidden;
}

.wlwmcb-title {
  height: 86px;
  background: url(../images/wlwmcbtt.png) center no-repeat;
}

.wlwmcb-content {
  margin-top: 10px;
  height: 600px;
  background: url(../images/bg4.png) center no-repeat;
  padding: 43px 33px 0;
  box-sizing: border-box;
}
.wlwmcb-content .weibo iframe{
  margin-left: 17px;
}
.footer {
  height: 443px;
  background: url(../images/footer.png) center no-repeat;
  overflow: hidden;
}

.footer .info {
  margin: 150px auto 0;
  width: 860px;
  height: 60px;
}

.footer .info p {
  width: 286px;
  height: 60px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 60px;
  float: left;
  text-align: center;
}
.footer .copyright{
  width: 210px;
  height: 73px;
  margin: 60px auto 0;
  background: url(../images/copyright.png);
}