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;
}
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;
}
/* .container {
  width: 1136px;
  margin: 0 auto;
  position: relative;
} */
.sectionbox {
  width: 100%;
  padding: 42px 0;
}
.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: 10.762rem;
  margin: 0 auto;
  position: relative;
}
.gksx-sec {
  width: 100%;
  padding: 0.29rem 0 0.36rem 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;
}
.gksx-btn {
  width: 100%;
  padding-top: 44px;
  justify-content: center;
}
.gksx-btn a {
  display: block;
  border-radius: 8px;
  width: 240px;
  height: 50px;
  background: #266ab0;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
}
.gksx-btn a:nth-child(1) {
  margin-right: 56px;
  color: #fff;
}
.gksx-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;
}
.gksx-banner {
  position: relative;
  max-width: 1920px;
  /* padding-top: 455px; */
  margin: 0 auto;
  overflow: hidden;
}
.gksx-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  opacity: 0.9;
  background: none;
  margin: 0 7px;
  border: 2px solid #fff;
}
.gksx-banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.tit_ss {
  text-align: center;
  padding-bottom: 0.28rem;
  position: relative;
  margin-bottom: 0rem;
}
.tit_ss h1 {
  display: flex;
  position: relative;
  transition: all 0.3s;
  align-items: center;
  line-height: 0.43rem;
  font-size: 0.33333333rem;
  color: #3d3d3d;
  font-weight: bold;
  justify-content: center;
  z-index: 2;
  /* span:last-child{transform: rotateY(180deg)} */
}
.tit_ss h1 span {
  width: 2.54rem;
  height: 0.4rem;
  background: url(/images_2016/gksxpic/tit_b1.png) no-repeat;
  background-size: cover;
  margin: 0.03rem 0.12rem 0;
}
.tit_ss h1 span:last-child {
  background: url(/images_2016/gksxpic/tit_b2.png) no-repeat;
  background-size: cover;
  width: 2.54rem;
  height: 0.4rem;
}
.tit_ss h1 em {
  font-size: 0.14rem;
}
.tit_ss p {
  display: none;
  font-size: 0.33333333rem;
  color: #c3f7ec;
  padding-top: 8px;
  font-weight: bold;
  line-height: 0.3rem;
  text-transform: uppercase;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.2rem;
  z-index: 1;
}
/* .tit_ss:after{content: '';
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background: url(/images_2016/gksxpic/head-arrow.png) no-repeat center / contain;
  position: absolute;
  bottom:0rem;
  left: 50%;
  transform: translateX(-50%);
} */
.zx-btn2 {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 0.35rem;
}
.zx-btn {
  display: block;
  cursor: pointer;
  width: 4rem;
  margin: 0 auto;
  margin-top: 0.36rem;
  line-height: 0.5rem;
  font-size: 0.20833333rem;
  color: #fff;
  background: linear-gradient(to right, #f95151, #e12a2c);
  text-align: center;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
}
.zx-btn i {
  display: inline-block;
  position: relative;
  width: 0.3rem;
  height: 0.3rem;
  background: url(/images_2016/gksxpic/dianji.png) no-repeat center / contain;
  vertical-align: -0.1rem;
  margin-left: 0.08333333rem;
}
.zx-btn i:after {
  width: 0.1rem;
  height: 0.1rem;
  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-gksx .swiper-pagination {
  position: relative;
  padding-top: 0.22rem;
}
.swiper-gksx .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.9;
  background: none;
  margin: 0 7px;
  border: 2px solid #ff5454;
}
.swiper-gksx .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff5454;
  width: 13px;
  height: 13px;
}
.zjsx-desc {
  padding-top: 0;
}
.gksx-tj-wrap {
  justify-content: space-between;
  padding-top: 0.2rem;
}
.gksx-tj-wrap .gksx-tj-item {
  width: 3.35rem;
}
.gksx-tj-wrap .gksx-tj-item .p1 {
  width: 100%;
}
.gksx-tj-wrap .gksx-tj-item .p1 img {
  display: block;
  width: 100%;
}
.gksx-tj-wrap .gksx-tj-item .p2 {
  padding: 0.11rem 0.08rem 0.16rem 0.08rem;
  background: #e2e5ea;
  border-bottom-left-radius: 0.07rem;
  border-bottom-right-radius: 0.07rem;
}
.gksx-tj-wrap .gksx-tj-item .p2 .pic {
  width: 100%;
  margin-bottom: 0.14rem;
  border-radius: 0.07rem;
  overflow: hidden;
}
.gksx-tj-wrap .gksx-tj-item .p2 .pic img {
  display: block;
  width: auto;
  opacity: 95%;
}
.gksx-tj-wrap .gksx-tj-item .p2 .desc {
  justify-content: space-between;
}
.gksx-tj-wrap .gksx-tj-item .p2 .desc p {
  position: relative;
  font-size: 0.1387rem;
  line-height: 0.3rem;
  padding-left: 0.09rem;
  width: 56%;
}
.gksx-tj-wrap .gksx-tj-item .p2 .desc p.ksmt {
  line-height: 0.15rem;
}
.gksx-tj-wrap .gksx-tj-item .p2 .desc p:before {
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  background: #ee4040;
  top: 50%;
  transform: translateY(-50%);
  left: 0rem;
  content: "";
  border-radius: 50%;
}
.gksx-tj-wrap .gksx-tj-item .p2 .desc p:nth-child(2n) {
  width: 44%;
}
.youshi-wrap {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.35rem;
}
.youshi-wrap .youshi-box {
  justify-content: space-between;
  width: 100%;
}
.youshi-wrap .youshi-box .youshi-item {
  width: 32.2%;
  color: #fff;
  padding: 0.188rem 0.18rem;
  border-radius: 0.096rem;
  background: #F0F4F7;
  position: relative;
  /* 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: 0.19rem;
  position: relative;
  position: absolute;
  color: #fff;
  left: 0;
  top: -0.3rem;
  background: url(/images_2016/gksxpic/bg21.png) no-repeat center / 100% 100%;
  font-weight: 700;
  padding-left: 0.16666rem;
  width: 90%;
  line-height: 0.46rem;
}
.youshi-wrap .youshi-box .youshi-item p {
  font-size: 0.15rem;
  line-height: 0.3rem;
  text-align: justify;
  color: #000;
}
.youshi-wrap .youshi-box .youshi-item p span {
  color: #000;
}
.youshi-wrap .youshi-box .youshi-item:nth-last-child(n+4) {
  margin-bottom: 0.64rem;
}
.youshi-wrap .zhengcezixun {
  width: 22.21%;
}
.youshi-wrap .zhengcezixun img {
  display: block;
  width: 100%;
  border-radius: 0.096rem;
  overflow: hidden;
}
.container.shengxuetujing-con {
  width: 10.8666666rem;
}
.sxtj-wrap {
  padding: 0.15rem 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.088rem;
  background: #fff;
  display: block;
  -webkit-box-shadow: 0 0 0.1rem #ccc;
  box-shadow: 0 0 0.1rem #ccc;
}
.zsbj-wrap .zsbj-item .zsbj-tit {
  text-align: center;
  background: linear-gradient(to right, #f95151, #e12a2c);
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.5rem;
  overflow: hidden;
  border-top-right-radius: 0.088rem;
  border-top-left-radius: 0.088rem;
}
.zsbj-wrap .zsbj-item .zsbj-pic {
  padding: 0.145rem 0.14rem 0.07rem;
}
.zsbj-wrap .zsbj-item .zsbj-pic img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.zsbj-wrap .zsbj-item .zsbj-des {
  padding: 0rem 0.14rem 0.1rem;
  text-align: center;
}
.zsbj-wrap .zsbj-item .zsbj-des p {
  color: #323332;
  text-align: left;
  font-size: 0.154rem;
  line-height: 0.28rem;
  text-align: center;
}
.zsbj-wrap .zsbj-item .zsbj-des p span {
  color: #f04318;
}
.zsbj-wrap .zsbj-item:nth-last-child(n+3) {
  margin-bottom: 0.4rem;
}
.sxbyoushi-wrap {
  justify-content: space-between;
  flex-wrap: wrap;
}
.sxbyoushi-wrap .sxbyoushi-item {
  display: block;
  width: 31%;
  overflow: hidden;
}
.sxbyoushi-wrap .sxbyoushi-item .tit {
  text-align: left;
  font-size: 0.19rem;
  color: #fff;
  font-weight: 700;
  line-height: 0.46rem;
  padding-left: 0.18rem;
  background: linear-gradient(to right, #f95151, #e12a2c);
  border-top-right-radius: 12rem;
}
.sxbyoushi-wrap .sxbyoushi-item .pic {
  width: 100%;
  padding: 0.1rem 0.1rem 0;
  background: #c7e2ef;
}
.sxbyoushi-wrap .sxbyoushi-item .pic img {
  display: block;
  width: 100%;
  border-radius: 0.06rem;
  border: 3px solid #fff;
}
.sxbyoushi-wrap .sxbyoushi-item .desc {
  font-size: 0.15rem;
  line-height: 0.26rem;
  text-align: justify;
  color: #000;
  background: #c7e2ef;
  padding: 0.04rem 0.13rem 0.11rem;
}
.sxbyoushi-wrap .sxbyoushi-item:nth-last-child(n+4) {
  margin-bottom: 0.35rem;
}
.tea-wrap {
  justify-content: space-between;
}
.tea-wrap .tea-item {
  width: 48.5%;
  border-radius: 0.088rem;
  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: 0.22rem;
  line-height: 0.46rem;
  font-weight: bold;
  color: #fce30a;
}
.tea-wrap .tea-item .desc p {
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #fff;
  padding-bottom: 0.1rem;
}
.yuanxiao-wrap {
  justify-content: space-between;
  position: relative;
}
.yuanxiao-wrap a {
  width: 19%;
  border-radius: 0.06rem;
  overflow: hidden;
  border: 1px solid #9e9797;
}
.yuanxiao-wrap a img {
  display: block;
  width: 100%;
}
.yuanxiao-wrap a:nth-last-child(n+6) {
  margin-bottom: 0.2rem;
}
.yuanxiao-wrap a:last-child {
  width: 19%;
  height: 0;
  margin: 0;
  border: 0;
}
.yuanxiao-pic {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.13rem 0.0864426rem;
}
.yuanxiao-pic a {
  width: 9%;
  border: 2px solid #e8e2e2;
  position: relative;
  padding: 0.096rem;
}
.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: 30%;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #ec665c;
  text-align: center;
  background: linear-gradient(to right, #e8eaee, #c7cdd8);
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  margin-bottom: 0.18333333rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 0.26rem;
}
.zxdy-wrap .zxdy-item:hover {
  background: linear-gradient(to right, #f95151, #e12a2c);
  color: #fff;
}
