a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
input,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: 0 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-spacing: 0;
}
button,
input[type=button],
input[type=password],
input[type=reset],
input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none !important;
}
a {
  text-decoration: none;
  display: block;
}
li {
  list-style-type: none;
}
em,
i {
  font-style: normal;
}
body {
  overflow-x: hidden;
  font-family: 'Microsoft YaHei';
  /*  min-width: 1136px; */
  line-height: initial;
  margin: 0 auto;
}
img {
  width: 100%;
  max-width: auto;
  display: block;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /*Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
input:focus {
  outline: 0;
}
.clearf:after,
.clearf:before {
  display: block;
  content: "";
}
.clearf:after {
  clear: both;
}
.clear {
  clear: both;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.w100 {
  width: 100%;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1280 {
  width: 1280px;
  margin: 0 auto;
}
.flex-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;
}
@media (min-width: 320px) {
  html {
    font-size: 55.55556%;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 62.5%;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 65.1042%;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 66.6667%;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 71.875%;
  }
}
@media (min-width: 448px) {
  html {
    font-size: 77.7778%;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 83.3333%;
  }
}
@media (min-width: 512px) {
  html {
    font-size: 88.8889%;
  }
}
@media (min-width: 544px) {
  html {
    font-size: 94.4444%;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 100%;
  }
}
@media (min-width: 608px) {
  html {
    font-size: 105.556%;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 111.111%;
  }
}
.tit_s {
  color: #333;
  font-size: 23px;
  text-align: center;
  position: relative;
  margin-bottom: 28px;
}
.tit_s h2 {
  color: #333;
  font-size: 36px;
}
.tit_s::after {
  position: absolute;
  content: "";
  width: 64px;
  height: 6px;
  background: #d76d00;
  left: 50%;
  top: 61px;
  transform: translateX(-50%);
  z-index: 999;
}
.tit_b {
  color: #333;
  font-size: 21px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.tit_b::after {
  position: absolute;
  content: "";
  width: 258px;
  height: 3px;
  background: #999;
  left: 50%;
  top: -12px;
  transform: translateX(-50%);
}
/*CURSOR: url('http://xxx.jpg'); */
#tjzybox {
  display: none;
}
.right-zx {
  box-sizing: content-box;
}
.tjzybox {
  display: none;
}
.container {
  width: 93.86666667%;
  margin: 0 auto;
  position: relative;
}
.zjgk-sec {
  width: 100%;
  padding: 1.566rem 0 1.944rem 0;
  background: #ffff;
}
.tit_1 {
  width: 100;
  margin: 0 auto;
  text-align: center;
}
.tit_1 h2 {
  font-size: 40px;
  color: #323332;
}
.tit_1 h2.c-white {
  color: #fff;
}
.tit_1::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 1px;
  background: #7f2d00;
  top: 60px;
  left: 140px;
}
.tit_1:after {
  content: "";
  position: absolute;
  width: 250px;
  height: 1px;
  background: #7f2d00;
  top: 60px;
  right: 140px;
}
.tit_1.c-white::before,
.tit_1.c-white::after {
  background: #eee8e8;
}
.tit_2 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.tit_2 .t-link {
  position: absolute;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  top: 52px;
  width: max-content;
}
.tit_2 .t-link a {
  display: block;
  border-radius: 16px;
  background: #fd3978;
  text-align: center;
  color: #fff;
  padding: 6px 16px;
  margin: 0 18px;
}
.tit_2 .t-link a:nth-child(1) {
  background: #c55106;
}
.tit_2 .t-link a:nth-child(2) {
  background: #7f2d00;
}
.tit_2 .t-link a:nth-child(3) {
  background: #eb8613;
}
.tit_2 .t-link a:nth-child(4) {
  background: #7f2d00;
}
.tit_2 p {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  color: #000;
  padding: 6px 0 30px;
}
.tit_2 p.c-white {
  color: #fff;
}
.tit_2 p.v-des {
  padding-bottom: 90px;
}
.tit_2 p img {
  width: auto;
  display: block;
}
.zjgk-btn {
  width: 100%;
  padding-top: 44px;
  justify-content: center;
}
.zjgk-btn a {
  display: block;
  border-radius: 8px;
  width: 240px;
  height: 50px;
  background: #266ab0;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
}
.zjgk-btn a:nth-child(1) {
  margin-right: 56px;
  color: #fff;
}
.zjgk-btn a:nth-child(2) {
  background: transparent;
  border: 2px solid #266ab0;
  color: #000;
}
.pink {
  background: #fff3ec;
}
.qianlan {
  background: #edf3f8;
}
/*banner*/
.xdxf-banner {
  position: relative;
  max-width: 1920px;
  padding-top: 741px;
  margin: 0 auto;
  overflow: hidden;
}
.xdxf-banner .banner-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1920px;
}
.zjgk-banner {
  position: relative;
  max-width: 1920px;
  /* padding-top: 455px; */
  margin: 0 auto;
  overflow: hidden;
}
.zjgk-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  opacity: 0.9;
  background: none;
  margin: 0 7px;
  border: 2px solid #fff;
}
.zjgk-banner .swiper-container .swiper-wrapper {
  height: auto;
}
.zjgk-banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.tit_ss {
  text-align: center;
  padding-bottom: 1.566rem;
  position: relative;
  margin-bottom: 0rem;
}
.tit_ss h1 {
  display: flex;
  position: relative;
  transition: all 0.3s;
  align-items: center;
  line-height: 2.322rem;
  font-size: 1.539rem;
  color: #3d3d3d;
  font-weight: bold;
  justify-content: center;
  z-index: 2;
  /* span:last-child{transform: rotateY(180deg)} */
}
.tit_ss h1 span {
  width: 1.62rem;
  height: 1.62rem;
  background: url(/images_2016/zjgkpic/icon11.png) no-repeat;
  background-size: cover;
  margin: 0.162rem 0.648rem 0;
}
.tit_ss h1 span:last-child {
  background: url(/images_2016/zjgkpic/icon13.png) no-repeat;
  background-size: cover;
  width: 1.62rem;
  height: 1.62rem;
}
.tit_ss h1 em {
  font-size: 0.756rem;
}
.tit_ss p {
  display: none;
  font-size: 1.79999998rem;
  color: #c3f7ec;
  padding-top: 8px;
  font-weight: bold;
  line-height: 1.62rem;
  text-transform: uppercase;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.08rem;
  z-index: 1;
}
/* .tit_ss:after{content: '';
  display: block;
  width: 0.25*1.8/0.3333333333rem;
  height: 0.25*1.8/0.3333333333rem;
  background: url(/images_2016/zjgkpic/head-arrow.png) no-repeat center / contain;
  position: absolute;
  bottom:0*1.8/0.3333333333rem;
  left: 50%;
  transform: translateX(-50%);
} */
.zx-btn2 {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 1.89rem;
}
.zx-btn {
  display: block;
  cursor: pointer;
  width: 21.6rem;
  margin: 0 auto;
  margin-top: 1.944rem;
  line-height: 2.7rem;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(to right, #f95151, #e12a2c);
  text-align: center;
  border-radius: 1.35rem 1.35rem 1.35rem 1.35rem;
}
.zx-btn i {
  display: inline-block;
  position: relative;
  width: 1.62rem;
  height: 1.62rem;
  background: url(/images_2016/zjgkpic/dianji.png) no-repeat center / contain;
  vertical-align: -0.54rem;
  margin-left: 0.44999998rem;
}
.zx-btn i:after {
  width: 0.54rem;
  height: 0.54rem;
  left: 30%;
  top: 5%;
  content: '';
  -webkit-animation: ripple 0.66s infinite;
  -moz-animation: ripple 0.66s infinite;
  -o-animation: ripple 0.66s infinite;
  animation: ripple 0.66s infinite;
  display: block;
  position: absolute;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(4);
    transform: scale(4);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    transform: scale(4);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
  }
}
.swiper-zjgk .swiper-pagination {
  width: 100%;
}
.swiper-zjgk .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.9;
  background: none;
  margin: 0 7px;
  border: 2px solid #ff5454;
}
.swiper-zjgk .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff5454;
  width: 13px;
  height: 13px;
}
.zjgk-explain-wrap {
  box-shadow: 0 0 30px #e4e2e2;
  padding: 0.486rem 1.08rem;
  line-height: 1.62rem;
  text-align: justify;
  font-size: 1.35rem;
  text-indent: 0em;
}
.zjgk-explain-wrap span {
  color: #fc1b26;
  font-weight: bold;
}
.zjgk-explain-wrap .link {
  text-align: center;
  font-size: 0.972rem;
  font-weight: bold;
  line-height: 2.052rem;
}
.zjgk-explain-wrap .link a {
  font-size: 0.8964rem;
  color: #fc1b26;
  display: inline;
  text-decoration: underline;
}
.policy-wrap {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.296rem;
}
.policy-wrap .desc {
  width: 100%;
  padding: 0 0 0 0rem;
}
.policy-wrap .desc .con {
  font-size: 1.35rem;
  line-height: 1.62rem;
  text-indent: 2em;
  text-align: justify;
}
.policy-wrap .desc .link {
  font-size: 0.972rem;
  text-align: center;
  font-weight: bold;
  line-height: 2.052rem;
}
.policy-wrap .desc .link a {
  font-size: 0.8964rem;
  color: #fc1b26;
  display: inline;
  text-decoration: underline;
}
.policy-wrap .video {
  width: 100%;
  margin-right: 0rem;
}
.policy-wrap .video video {
  width: 100%;
}
.quest-wrap {
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 1.08rem 0.108rem 0;
}
.quest-wrap .quest-item {
  width: 24%;
  border-radius: 0.324rem;
  padding: 0.756rem 0.432rem 0;
  background: linear-gradient(to bottom right, #ff873c, #f03b3c);
  color: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
.quest-wrap .quest-item p {
  font-size: 0.702rem;
  border-bottom: 1px #fff dashed;
  line-height: 1.782rem;
}
.quest-wrap .quest-item a {
  background-color: #fff;
  font-size: 0.864rem;
  color: #ff2400;
  line-height: 1.728rem;
  display: block;
  width: 80%;
  border-radius: 1.296rem;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: 1.296rem auto 1.0692rem auto;
}
.quest-wrap .quest-item:nth-child(2n) {
  background: #fff;
}
.quest-wrap .quest-item:nth-child(2n) p {
  color: #333;
  border-bottom: 1px #333 dashed;
}
.quest-wrap .quest-item:nth-child(2n) a {
  background: linear-gradient(to bottom right, #ff873c, #f03b3c);
  color: #fff;
}
.descri-wrap {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0.756rem auto;
}
.descri-wrap .descri-item {
  width: 48.5%;
  border: 0.162rem dashed #f56240;
  padding: 0.324rem 0.756rem;
  border-radius: 0.648rem;
}
.descri-wrap .descri-item .tit {
  font-weight: bold;
  display: flex;
}
.descri-wrap .descri-item .tit img {
  display: inline-block;
  width: auto;
  height: 100%;
  margin-right: 0.216rem;
  padding-top: 0.3564rem;
}
.descri-wrap .descri-item .tit em {
  font-size: 1.0584rem;
  display: inline-block;
}
.descri-wrap .descri-item .tit-s {
  font-size: 0.864rem;
}
.descri-wrap .descri-item:nth-last-child(n+3) {
  margin-bottom: 1.134rem;
}
.fannao-wrap {
  justify-content: space-between;
  flex-wrap: wrap;
}
.fannao-wrap .fannao-item {
  width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.fannao-wrap .fannao-item .pic {
  width: 12.96rem;
  height: auto;
}
.fannao-wrap .fannao-item .pic img {
  display: block;
  width: 100%;
}
.fannao-wrap .fannao-item .desc {
  padding: 0rem 1.62rem 0 1.9rem;
}
.fannao-wrap .fannao-item .desc h4 {
  font-size: 1.458rem;
  line-height: 2.052rem;
  font-weight: bold;
  color: #e12a2c;
}
.fannao-wrap .fannao-item .desc p {
  font-size: 1.188rem;
  line-height: 1.62rem;
  text-align: justify;
}
.fannao-wrap .fannao-item:nth-last-child(n+2) {
  margin-bottom: 1.62rem;
}
.qubie-wrap {
  width: 100%;
}
.qubie-wrap thead {
  width: 100%;
}
.qubie-wrap thead tr {
  border: 0px solid #e2e0e0;
}
.qubie-wrap thead th {
  background: linear-gradient(to right, #f95151, #e12a2c);
  line-height: 2.16rem;
  font-size: 1.0152rem;
  color: #fff;
}
.qubie-wrap thead th:nth-child(1) {
  width: 22%;
}
.qubie-wrap thead th:nth-child(2) {
  border-left: 1px solid #e2e0e0;
  border-right: 1px solid #e2e0e0;
  width: 39%;
}
.qubie-wrap thead th:nth-child(3) {
  width: 39%;
}
.qubie-wrap tbody {
  border: 1px solid #e2e0e0;
}
.qubie-wrap tbody tr {
  width: 100%;
  border-left: 1px solid #e2e0e0;
  border-right: 1px solid #e2e0e0;
  background: #fff;
}
.qubie-wrap tbody tr td {
  border-bottom: 1px solid #e2e0e0;
  border-right: 1px solid #e2e0e0;
  font-size: 0.81rem;
  line-height: 1.62rem;
  text-align: center;
  vertical-align: middle;
  padding: 0.054rem 1.08rem;
}
.qubie-wrap tbody tr td:nth-child(1) {
  width: 22%;
  border-left: 1px solid #e2e0e0;
}
.qubie-wrap tbody tr th:nth-child(2) {
  width: 39%;
}
.qubie-wrap tbody tr td:nth-child(3) {
  width: 39%;
}
.qubie-wrap tbody tr:nth-child(2n) {
  background: #ffe5c6;
}
.qubie-wrap .link {
  text-align: center;
  margin: 0.81rem auto 0;
}
.qubie-wrap .link a {
  font-size: 0.972rem;
  line-height: 1.62rem;
  color: #f56d1e;
}
.qubie-wrap .qubie-t {
  display: none;
}
.zjgk-tj-wrap {
  justify-content: space-between;
  padding-top: 1.08rem;
}
.zjgk-tj-wrap .zjgk-tj-item {
  width: 18.09rem;
}
.zjgk-tj-wrap .zjgk-tj-item .p1 {
  width: 100%;
}
.zjgk-tj-wrap .zjgk-tj-item .p1 img {
  display: block;
  width: 100%;
}
.zjgk-tj-wrap .zjgk-tj-item .p2 {
  padding: 0.594rem 0.432rem 0.864rem 0.432rem;
  background: #e2e5ea;
  border-bottom-left-radius: 0.378rem;
  border-bottom-right-radius: 0.378rem;
}
.zjgk-tj-wrap .zjgk-tj-item .p2 .pic {
  width: 100%;
  margin-bottom: 0.756rem;
  border-radius: 0.378rem;
  overflow: hidden;
}
.zjgk-tj-wrap .zjgk-tj-item .p2 .pic img {
  display: block;
  width: auto;
  opacity: 95%;
}
.zjgk-tj-wrap .zjgk-tj-item .p2 .desc {
  justify-content: space-between;
}
.zjgk-tj-wrap .zjgk-tj-item .p2 .desc p {
  position: relative;
  font-size: 0.74898rem;
  line-height: 1.62rem;
  padding-left: 0.486rem;
  width: 56%;
}
.zjgk-tj-wrap .zjgk-tj-item .p2 .desc p.ksmt {
  line-height: 0.81rem;
}
.zjgk-tj-wrap .zjgk-tj-item .p2 .desc p:before {
  position: absolute;
  width: 0.324rem;
  height: 0.324rem;
  background: #ee4040;
  top: 50%;
  transform: translateY(-50%);
  left: 0rem;
  content: "";
  border-radius: 50%;
}
.zjgk-tj-wrap .zjgk-tj-item .p2 .desc p:nth-child(2n) {
  width: 44%;
}
.youshi-wrap {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.89rem;
}
.youshi-wrap .youshi-box {
  justify-content: space-between;
  width: 100%;
}
.youshi-wrap .youshi-box .youshi-item {
  width: 48.5%;
  color: #fff;
  padding: 1.0152rem 0.972rem;
  border-radius: 0.5184rem;
  background: #fff;
  position: relative;
  box-shadow: 0 0 30px #e4e2e2;
  /* h4:after{position: absolute;     width: 0;
        height: 0;
        content: '';
        border: 3px solid #fff;
        border-top-color: transparent;
        border-right-color: transparent;
        transform: rotate(-45deg);
        position: absolute;
        left: calc(50% - 3px);
        bottom: -5px;} */
}
.youshi-wrap .youshi-box .youshi-item h4 {
  text-align: left;
  font-size: 1.134rem;
  position: absolute;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: -1.62rem;
  background: linear-gradient(to right, #f95151, #e12a2c);
  font-weight: 700;
  width: 90%;
  line-height: 2.484rem;
  text-align: center;
  border-radius: 0.5184rem;
}
.youshi-wrap .youshi-box .youshi-item p {
  font-size: 1.1556rem;
  line-height: 1.728rem;
  text-align: justify;
  color: #000;
}
.youshi-wrap .youshi-box .youshi-item p span {
  color: #000;
}
.youshi-wrap .youshi-box .youshi-item .num {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border-radius: 50%;
  background: #f34630;
  color: #fbfcfe;
  font-size: 1.296rem;
  width: 1.512rem;
  height: 1.512rem;
  bottom: -0.756rem;
  line-height: 1.512rem;
  font-weight: bold;
  transition: transform 1s ease;
  -webkit-transition: transform 1s ease;
}
.youshi-wrap .youshi-box .youshi-item:nth-last-child(n+3) {
  margin-bottom: 3.456rem;
}
.youshi-wrap .zhengcezixun {
  width: 22.21%;
}
.youshi-wrap .zhengcezixun img {
  display: block;
  width: 100%;
  border-radius: 0.5184rem;
  overflow: hidden;
}
.container.shengxuetujing-con {
  width: 58.67999965rem;
}
.sxtj-wrap {
  padding: 0.81rem 0 0 0;
  margin: 0 auto;
}
.sxtj-wrap img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.zsbj-wrap {
  justify-content: space-between;
}
.zsbj-wrap .zsbj-item {
  width: 47%;
  border-radius: 0.4752rem;
  background: #fff;
  display: block;
  -webkit-box-shadow: 0 0 0.54rem #ccc;
  box-shadow: 0 0 0.54rem #ccc;
}
.zsbj-wrap .zsbj-item .zsbj-tit {
  text-align: center;
  background: linear-gradient(to right, #f95151, #e12a2c);
  color: #fff;
  font-size: 1.296rem;
  line-height: 2.7rem;
  overflow: hidden;
  border-top-right-radius: 0.4752rem;
  border-top-left-radius: 0.4752rem;
}
.zsbj-wrap .zsbj-item .zsbj-pic {
  padding: 0.783rem 0.756rem 0.378rem;
}
.zsbj-wrap .zsbj-item .zsbj-pic img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.zsbj-wrap .zsbj-item .zsbj-des {
  padding: 0rem 0.756rem 0.54rem;
  text-align: center;
}
.zsbj-wrap .zsbj-item .zsbj-des p {
  color: #323332;
  text-align: left;
  font-size: 0.8316rem;
  line-height: 1.512rem;
  text-align: center;
}
.zsbj-wrap .zsbj-item .zsbj-des p span {
  color: #f04318;
}
.zsbj-wrap .zsbj-item:nth-last-child(n+3) {
  margin-bottom: 2.16rem;
}
.sxbyoushi-wrap {
  justify-content: space-between;
  flex-wrap: wrap;
}
.sxbyoushi-wrap .sxbyoushi-item {
  display: block;
  width: 48.5%;
  overflow: hidden;
}
.sxbyoushi-wrap .sxbyoushi-item .tit {
  text-align: left;
  font-size: 1.026rem;
  color: #fff;
  font-weight: 700;
  line-height: 2.484rem;
  padding-left: 0.972rem;
  background: linear-gradient(to right, #f95151, #e12a2c);
  border-top-right-radius: 64.80000001rem;
}
.sxbyoushi-wrap .sxbyoushi-item .pic {
  width: 100%;
  padding: 0.54rem 0.54rem 0;
  background: #c7e2ef;
}
.sxbyoushi-wrap .sxbyoushi-item .pic img {
  display: block;
  width: 100%;
  border-radius: 0.324rem;
  border: 3px solid #fff;
}
.sxbyoushi-wrap .sxbyoushi-item .desc {
  font-size: 1.1556rem;
  line-height: 1.728rem;
  text-align: justify;
  color: #000;
  background: #c7e2ef;
  padding: 0.216rem 0.702rem 0.594rem;
}
.sxbyoushi-wrap .sxbyoushi-item:nth-last-child(n+4) {
  margin-bottom: 1.89rem;
}
.tea-wrap {
  justify-content: space-between;
}
.tea-wrap .tea-item {
  width: 48.5%;
  border-radius: 0.324rem;
  overflow: hidden;
}
.tea-wrap .tea-item .desc {
  background: linear-gradient(to right, #f95151, #e12a2c);
  text-align: center;
}
.tea-wrap .tea-item .desc h4 {
  font-size: 1.22rem;
  line-height: 2.9rem;
  font-weight: bold;
  color: #fce30a;
}
.tea-wrap .tea-item .desc p {
  font-size: 1.16rem;
  line-height: 1.66rem;
  color: #fff;
  padding: 0rem 1rem 0.45rem;
}
.rmzy-wrap {
  justify-content: space-between;
  flex-wrap: wrap;
}
.rmzy-wrap .rmzy-item {
  display: block;
  background: #fff;
  border-radius: 0.324rem;
  border: 1px dashed #f95151;
  width: 48.5%;
  overflow: hidden;
}
.rmzy-wrap .rmzy-item .pic {
  width: 100%;
}
.rmzy-wrap .rmzy-item .desc {
  text-align: center;
}
.rmzy-wrap .rmzy-item .desc h4 {
  font-size: 1.3176rem;
  color: #000;
  line-height: 2.916rem;
  font-weight: bold;
}
.rmzy-wrap .rmzy-item .desc p {
  font-size: 1.08rem;
  color: #f95151;
  font-weight: normal;
  line-height: 1.08rem;
}
.rmzy-wrap .rmzy-item .desc a {
  margin: 1.296rem auto 1.188rem;
  background: linear-gradient(to right, #f95151, #e12a2c);
  border-radius: 1.08rem;
  text-align: center;
  color: #fff;
  line-height: 2.16rem;
  font-size: 1.188rem;
  width: 60%;
  display: block;
}
.rmzy-wrap .rmzy-item:nth-last-child(n+3) {
  margin-bottom: 1.89rem;
}
.yuanxiao-wrap {
  justify-content: space-between;
  position: relative;
}
.yuanxiao-wrap a {
  width: 31%;
  border-radius: 0.324rem;
  overflow: hidden;
  border: 1px solid #9e9797;
}
.yuanxiao-wrap a img {
  display: block;
  width: 100%;
}
.yuanxiao-wrap a:nth-last-child(n+4) {
  margin-bottom: 1.08rem;
}
.yuanxiao-wrap a:last-child {
  width: 31%;
  height: 0;
  margin: 0;
  border: 0;
}
.yuanxiao-pic {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.702rem 0.46679004rem;
}
.yuanxiao-pic a {
  width: 14%;
  border: 2px solid #e8e2e2;
  position: relative;
  padding: 0.5184rem;
}
.yuanxiao-pic a img {
  display: block;
  width: 100%;
  height: auto;
}
.greys {
  background: #f2f3f3;
}
.choice {
  background: #f2f3f3;
}
.choice .tit_ss p {
  color: #f56240;
}
.choice .tit_ss h1 {
  color: #f56240;
}
.swiper-jxcj .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  opacity: 0.9;
  background: none;
  margin: 0 7px;
  border: 2px solid #fff;
}
.swiper-jxcj .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.zxdy-wrap {
  justify-content: space-between;
}
.zxdy-wrap .zxdy-item {
  width: 48.5%;
  line-height: 2.7rem;
  font-size: 1.08rem;
  color: #ec665c;
  text-align: center;
  background: linear-gradient(to right, #e8eaee, #c7cdd8);
  border-radius: 1.35rem 1.35rem 1.35rem 1.35rem;
  margin-bottom: 0.98999998rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 1.404rem;
}
.zxdy-wrap .zxdy-item:hover {
  background: linear-gradient(to right, #f95151, #e12a2c);
  color: #fff;
}
