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: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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;
}
em,
i {
  font-style: normal;
}
a {
  display: block;
  text-decoration: none;
  color: inherit;
}
img {
  display: block;
  width: 100%;
}
body {
  font-size: 16px;
  overflow-x: hidden;
}
.lx-banner {
  position: relative;
  width: 100%;
  height: 455px;
  overflow: hidden;
}
.lx-banner .banner-wrap {
  width: 1920px;
  height: 455px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lx-sec {
  padding-top: 52px;
}
.lx-sec .lx-wrap {
  background: #fff;
  margin: 0 auto 0;
  width: 1136px;
}
.lx-sec .lx-tit {
  line-height: 40px;
  text-align: center;
}
.lx-sec .lx-tit h2 {
  font-size: 40px;
  display: inline-block;
  margin: 0 auto 0;
  position: relative;
  font-weight: bold;
  margin-bottom: 24px;
}
.lx-sec .lx-tit h2::before,
.lx-sec .lx-tit h2::after {
  border-radius: 2px;
  background-color: #ee591b;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 51px;
  height: 6px;
  content: '';
}
.lx-sec .lx-tit h2::before {
  left: -80px;
}
.lx-sec .lx-tit h2::after {
  right: -80px;
}
.lx-sec.lg {
  width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lx-sec.lg .lx-wrap {
  background: transparent;
  padding: 0;
  width: 1136px;
}
.lx-sec.lg .xlx-tit {
  position: relative;
  width: 100%;
  height: 111px;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}
.lx-sec.lg .xlx-tit h2 {
  position: absolute;
  bottom: 0;
  font-size: 40px;
  font-weight: bold;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lx-sec.wwbg {
  position: relative;
  padding-top: 150px;
}
.lx-sec.wwbg::after {
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1920px;
  height: 715px;
  background: url(/images_2016/liuxuepc/bg.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
  content: '';
}
.lx-sec.wwbg .lx-wrap {
  position: relative;
  z-index: 2;
  background-color: transparent;
}
.lx-sec.wwbg .lx-txt {
  color: #fff;
}
.lx-sec.wwbg .zy-wrap {
  padding-top: 20px;
}
.lx-sec.wwbg .zy-wrap .zy-item {
  width: 221px;
}
.lx-sec.wwbg .lx-tit h2 {
  color: #fff;
}
.lx-sec.wwbg .lx-tit h2::before,
.lx-sec.wwbg .lx-tit h2::after {
  background-color: #fff;
}
.lx-sec.wwbg .lx-tit h2::before {
  left: -80px;
}
.lx-sec.wwbg .lx-tit h2::after {
  right: -80px;
}
.lx-sec.wwbg .xfmx-txt {
  color: #fff;
}
.lx-sec.mpd {
  padding-top: 110px;
}
.lx-txt {
  color: #474747;
  padding: 0 0.528rem;
  margin-bottom: 1.344rem;
}
.lx-txt p {
  font-size: 24px;
  line-height: 46px;
  text-align: justify;
}
.lx-tab table {
  width: 100%;
  border-collapse: collapse;
}
.lx-tab table tr:nth-child(2n) {
  background: #fdf9ea;
}
.lx-tab table tr:nth-child(2n+1) {
  background: #effffd;
}
.lx-tab table td {
  border: 1px solid #818181;
  text-align: center;
  font-size: 22px;
  height: 70px;
  vertical-align: middle;
  padding: 0 0.384rem;
}
.lx-tab table td.ylbg {
  background: #fceda8;
  font-weight: bold;
}
.lx-tab table td.larg {
  font-size: 26px;
}
.lx-btn {
  padding-top: 40px;
}
.lx-btn a {
  display: block;
  width: 360px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #ea4113;
  border-radius: 14px;
  font-size: 22px;
  margin: 0 auto;
}
.sch-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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sch-wrap .sch-item:nth-child(1),
.sch-wrap .sch-item:nth-child(2) {
  width: 559px;
}
.sch-wrap .sch-item:nth-child(n+3) {
  width: 368px;
}
.sch-wrap .sch-item:nth-last-child(n+4) {
  margin-bottom: 2%;
}
.sch-wrap .sch-item .sch-thumb .sch-txt {
  line-height: 54px;
  background: #ff9724;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.zy-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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.zy-wrap .zy-item {
  width: 48.50746269%;
}
.zy-wrap .zy-item:nth-last-child(n+3) {
  margin-bottom: 3%;
}
.zy-wrap .zy-item .zy-thumb {
  border-radius: 0.384rem;
  overflow: hidden;
}
.lx-lc {
  padding-top: 1.92rem;
}
.lc-wrap {
  width: 97.01492537%;
  margin: 0 auto;
}
.lc-wrap p {
  text-align: center;
  color: #333;
  position: relative;
}
.lc-wrap p strong {
  color: #ea4113;
  font-weight: normal;
}
.lc-wrap p:not(:last-child) {
  margin-bottom: 2.88rem;
}
.lc-wrap p:not(:last-child)::after {
  position: absolute;
  bottom: -2.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.816rem;
  height: 1.152rem;
  content: '';
  background: url(/images_2016/liuxuepc/next.png);
  -o-background-size: cover;
  background-size: cover;
}
.ys-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  margin-top: 1.4rem;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ys-wrap .ys-item {
  position: relative;
  width: 356px;
  -webkit-box-shadow: 0.518px 1.932px 0.48rem 1.2px rgba(161, 161, 161, 0.44);
  box-shadow: 0.518px 1.932px 0.48rem 1.2px rgba(161, 161, 161, 0.44);
  border-radius: 18px;
  margin-bottom: 6%;
}
.ys-wrap .ys-item .ys-c {
  padding: 72px 36px 44px;
}
.ys-wrap .ys-item .ys-c .ys-num {
  position: absolute;
  top: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 78px;
  height: 78px;
  text-align: center;
  line-height: 78px;
  background-color: #33a6ff;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
}
.ys-wrap .ys-item .ys-c .ys-txt {
  color: #333;
  line-height: 44px;
  font-size: 22px;
  text-align: justify;
  padding-bottom: 40px;
}
.ys-wrap .ys-item .ys-c .ys-btn {
  width: 82.0754717%;
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  line-height: 44px;
  background-color: #33a6ff;
  color: #fff;
  font-size: 26px;
  border-radius: 9px;
}
.ys-wrap .ys-item:nth-child(2) .ys-c .ys-num,
.ys-wrap .ys-item:nth-child(2) .ys-c .ys-btn {
  background-color: #984cfe;
}
.ys-wrap .ys-item:nth-child(3) .ys-c .ys-num,
.ys-wrap .ys-item:nth-child(3) .ys-c .ys-btn {
  background-color: #ff33a7;
}
.ys-wrap .ys-item:nth-child(4) .ys-c .ys-num,
.ys-wrap .ys-item:nth-child(4) .ys-c .ys-btn {
  background-color: #f56a00;
}
.ys-wrap .ys-item:nth-child(5) .ys-c .ys-num,
.ys-wrap .ys-item:nth-child(5) .ys-c .ys-btn {
  background-color: #5cd062;
}
.ys-wrap .ys-item:nth-child(6) .ys-c .ys-num,
.ys-wrap .ys-item:nth-child(6) .ys-c .ys-btn {
  background-color: #e02f2b;
}
.xfmx-txt {
  color: #fff;
  line-height: 40px;
  font-size: 24px;
}
.xfmx-txt p {
  text-align: center;
}
.xfmx-tab {
  margin-top: 1rem;
}
.xfmx-tab table {
  width: 67.6056338%;
  margin: 0 auto;
  border-collapse: collapse;
  border: 2px solid #818181;
  background: #fff;
}
.xfmx-tab table td {
  border: 1px solid #818181;
  text-align: center;
  font-size: 18px;
  height: 70px;
  vertical-align: middle;
  padding: 0 10px;
}
.xfmx-tab table td.ylbg {
  background: #fceda8;
  font-weight: bold;
}
.xfmx-tab table td.larg {
  font-size: 26px;
}
.xfmx-tab table tr:first-child td {
  font-size: 1.2rem;
}
.xlx-wrap {
  background: #fff;
  padding: 2.304rem 1.824rem 1.92rem;
}
.xlx-qa .qa-item:not(:last-child) {
  margin-bottom: 2.304rem;
}
.xlx-qa .qa-item .qa-w {
  line-height: 1.824rem;
  text-indent: 3.456rem;
  font-size: 1.44rem;
  margin-bottom: 1.152rem;
  font-weight: bold;
  background: url(/images_2016/liuxuepc/tw.png) no-repeat 0 center;
  -o-background-size: 3.12rem 1.632rem;
  background-size: 3.12rem 1.632rem;
}
.xlx-qa .qa-item .qa-d {
  line-height: 2.4rem;
  font-size: 1.2rem;
  color: #666;
  text-indent: 7.008rem;
  background: url(/images_2016/liuxuepc/hd.png) no-repeat 0 0.5rem;
  -o-background-size: 6.288rem 1.632rem;
  background-size: 6.288rem 1.632rem;
}
.xdf-btform {
  display: none!important;
}
.db-link-sec {
  display: none!important;
}
.lx-thumb {
  width: 1051px;
  margin: 0 auto;
  position: relative;
}
.lx-thumb .lx-btn {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
