html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0px;
  border: 0px;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 320px) {
  html {
    font-size: 42.6667px;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 48px;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 50px;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 51.2px;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 55.2px;
  }
}
@media (min-width: 448px) {
  html {
    font-size: 59.7333px;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 48px;
  }
}
@media (min-width: 512px) {
  html {
    font-size: 68.2667px;
  }
}
@media (min-width: 544px) {
  html {
    font-size: 72.5333px;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 76.8px;
  }
}
@media (min-width: 608px) {
  html {
    font-size: 81.0667px;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 85.3333px;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 100px;
  }
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea,
button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
a {
  text-decoration: none;
  color: inherit;
  display: block;
}
em,
i {
  font-style: normal;
}
img {
  display: block;
  width: 100%;
}
body {
  width: 100%;
  margin: 0 auto;
  font-size: 25px;
  color: #000;
}
.xxsj-sec {
  padding: 40px 0;
}
.xxsj-sec.hsht {
  padding-bottom: 60px;
  position: relative;
}
.xxsj-sec.hsht::after {
  width: 100%;
  height: 20px;
  background-color: #e9e9e9;
  content: '';
  position: absolute;
  bottom: 0;
}
.xxsj-container {
  width: 1200px;
  margin: 0 auto;
}
.graybg {
  background-color: #eae6f9;
}
.zy-txt {
  line-height: 42px;
  font-size: 20px;
  padding: 0 14px;
  text-align: justify;
}
.zy-txt strong {
  color: #4c0bba;
  font-weight: bold;
}
.zy-jzl {
  margin-top: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.zy-jzl .jzl-thumb {
  width: 454px;
  padding: 0 30px;
  margin-right: 20px;
}
.zy-jzl .jzl-thumb img {
  width: 104%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zy-jzl .jzl-desc {
  width: calc(100% - 476px);
  padding-top: 45px;
}
.zy-jzl .jzl-desc .jzl-item:not(:last-child) {
  margin-bottom: 57px;
}
.zy-jzl .jzl-desc .jzl-item .jzl-tit {
  padding-left: 154px;
}
.zy-jzl .jzl-desc .jzl-item .jzl-tit h3 {
  position: relative;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 12px;
}
.zy-jzl .jzl-desc .jzl-item .jzl-tit h3::before {
  position: absolute;
  left: -4%;
  top: 42%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #8e6ad8;
  content: '';
}
.zy-jzl .jzl-desc .jzl-item .jzl-tit h3 span {
  color: #ababab;
  margin-left: 14px;
  font-size: 20px;
  font-weight: normal;
}
.zy-jzl .jzl-desc .jzl-item .jzl-tit p {
  font-size: 18px;
}
.xxsj-tit {
  text-align: center;
  position: relative;
  margin-bottom: 44px;
}
.xxsj-tit h2 {
  position: relative;
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  padding-bottom: 50px;
}
.xxsj-tit h2::before,
.xxsj-tit h2::after {
  position: absolute;
  top: 74%;
  width: 254px;
  height: 1px;
  background-color: #b6a8e5;
  content: '';
}
.xxsj-tit h2::before {
  left: 24%;
}
.xxsj-tit h2::after {
  right: 24%;
}
.xxsj-tit h2 span {
  color: #4c0bba;
}
.xxsj-tit p {
  font-size: 20px;
}
.xxsj-tit .point {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background-color: #cfc4ee;
  border-radius: 50%;
  margin: 0 auto;
}
.xxsj-tit .point::before,
.xxsj-tit .point::after {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: '';
}
.xxsj-tit .point::before {
  background-color: #b6a8e5;
  left: -22px;
}
.xxsj-tit .point::after {
  background-color: #e6e1f5;
  right: -22px;
}
.xxkc-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.xxkc-wrap .xxkc-item {
  width: 49%;
}
.xxkc-wrap .xxkc-item:nth-child(2n) {
  margin-left: 2%;
}
.xxkc-wrap .xxkc-item .xxkc-desc {
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  border-radius: 10px;
  overflow: hidden;
}
.xxkc-wrap .xxkc-item .xxkc-desc .xxkc-thumb {
  width: 327px;
  padding: 15px;
}
.xxkc-wrap .xxkc-item .xxkc-desc .xxkc-thumb img {
  border-radius: 10px;
}
.xxkc-wrap .xxkc-item .xxkc-desc .xxkc-txt {
  position: relative;
  width: calc(100% - 3.27px*100);
}
.xxkc-wrap .xxkc-item .xxkc-desc .xxkc-txt .xxkc-a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 20px;
}
.xxkc-wrap .xxkc-item .xxkc-desc .xxkc-txt .xxkc-a h3 {
  color: #f1c212;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
}
.xxkc-wrap .xxkc-item .xxkc-desc .xxkc-txt .xxkc-a p {
  font-size: 20px;
  text-align: justify;
  line-height: 36px;
  margin-bottom: 26px;
}
.xxkc-wrap .xxkc-item .xxkc-desc .xxkc-txt .xxkc-a .xxkc-btn {
  width: 230px;
  line-height: 48px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  background: #8d6ad8;
  border-radius: 6px;
}
.xxkc-wrap .xxkc-item:nth-last-child(n+3) {
  margin-bottom: 28px;
}
.jgzxj-wrap {
  margin-top: 42px;
  text-align: center;
}
.jgzxj-wrap a {
  font-size: 38px;
  font-weight: bold;
  color: #0c0c0c;
}
.jgzxj-wrap a span {
  color: #e8b89e;
}
.xx-btn {
  padding-top: 36px;
  width: 530px;
  margin: 0 auto;
  text-align: center;
}
.xx-btn a {
  border-radius: 10px;
  background: #8d6ad8;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
}
.kcnr-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.kcnr-wrap .kcnr-item {
  width: 32%;
  padding: 10px 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 #ccc;
  box-shadow: 0 0 10px 0 #ccc;
}
.kcnr-wrap .kcnr-item .kcnr-tit {
  font-size: 22px;
  line-height: 56px;
}
.kcnr-wrap .kcnr-item .kcnr-tit h3 {
  font-weight: bold;
  color: #4c0bba;
}
.kcnr-wrap .kcnr-item .kcnr-txt {
  font-size: 22px;
  line-height: 36px;
}
.kcnr-wrap .kcnr-item .kcnr-txt p {
  position: relative;
  text-indent: 20px;
  font-size: 18px;
}
.kcnr-wrap .kcnr-item .kcnr-txt p::before {
  width: 6px;
  height: 6px;
  background-color: #f1c212;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 50%;
  left: 1%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.kcnr-wrap .kcnr-item:not(:nth-child(3n)) {
  margin-right: 2%;
}
.kcnr-wrap .kcnr-item:nth-last-child(n+4) {
  margin-bottom: 2%;
}
.xxsj-bz {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}
.xxsj-bz::after {
  display: none;
  position: absolute;
  bottom: 22%;
  left: 50%;
  width: 29px;
  height: 24px;
  background: url(/images_2016/xingxiangsheji/arrow.png) no-repeat;
  background-size: cover;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.xxsj-bz .bz-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 54px;
  background-color: #8d6ad8;
  border-radius: 8px;
}
.xxsj-bz .bz-item:not(:nth-child(3n)) {
  margin-right: 66px;
}
.xxsj-bz .bz-item a {
  color: #fff;
  font-size: 21px;
  text-align: center;
}
.xxys-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
  padding: 26px 23px;
  background-color: #eae6f9;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.xxys-wrap .xxys-item {
  position: relative;
  background-color: #fff;
  padding: 24px 60px;
  border-radius: 16px;
  width: 565.5px;
}
.xxys-wrap .xxys-item:nth-child(2n) {
  margin-left: 23px;
}
.xxys-wrap .xxys-item:nth-last-child(n+3) {
  margin-bottom: 26px;
}
.xxys-wrap .xxys-item .xxys-tit {
  position: relative;
}
.xxys-wrap .xxys-item .xxys-tit h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 23px;
}
.xxys-wrap .xxys-item .xxys-tit p {
  color: #717171;
  font-size: 18px;
  line-height: 25px;
}
.xxys-wrap .xxys-item .xxys-tit .mark {
  position: absolute;
  left: -7%;
  top: -2%;
  width: 26px;
  height: 26px;
  background-color: #f1c212;
  color: #fff;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}
.xxys-wrap .xxys-item::before,
.xxys-wrap .xxys-item::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-color: #eae6f9;
  border-radius: 50%;
  content: '';
}
.xxys-wrap .xxys-item::before {
  left: -16px;
}
.xxys-wrap .xxys-item::after {
  right: -16px;
}
.xxsj-banner {
  position: relative;
  padding-top: 455px;
  width: 100%;
  overflow: hidden;
}
.xxsj-banner .banner-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 1920px;
}
