@charset "utf-8";
/* 
@名称: base 
@功能: 重设浏览器默认样式 
*/
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
  color: black;
  background: white;
  color: #333333;
}
::-webkit-scrollbar {
  width: 10px;
  /*对垂直流动条有效*/
  height: 10px;
  /*对水平流动条有效*/
}
/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #f6f0ef;
  background-color: #E8E8E8;
  border-radius: 3px;
}
/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #f6f0ef;
  background-color: #c8bcb9;
}
.component .formBox > button[type="button"]:hover {
  box-shadow: 0 0 10px 0 rgba(240, 198, 126, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(240, 198, 126, 0.5);
  -webkit-box-shadow: 0 0 10px 0 rgba(240, 198, 126, 0.5);
}
/*定义右下角汇合处的样式*/
::-webkit-scrollbar-corner {
  background: khaki;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,
button,
input,
select,
textarea {
  font: 14px/1.5 'microsoft yahei', SimSun, tahoma, arial, sans-serif;
}
input,
select,
textarea {
  font-size: 100%;
}
/* 去掉各Table cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* IE bug fixed: th 不继承 text-align*/
th {
  text-align: inherit;
}
/* 去除默认边框 */
fieldset,
img {
  border: none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: inline-block;
  vertical-align: middle;
}
/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: none;
  font-variant: normal;
}
/* 一致的 del 样式 */
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
/* 去掉列表前的标识, li 会继承 */
ol,
ul {
  list-style: none;
}
/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
i,
em {
  font-style: normal;
}
q:before,
q:after {
  content: '';
}
/* 统一上标和下标 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
  text-decoration: underline;
}
/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  text-decoration: none;
}
/* IE6,7焦点点状线去除 */
a:focus,
*:focus {
  outline: none;
}
/* 清除浮动 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
  /* for IE6 IE7 */
}
.clearfix_01:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix_01 {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
}
/* 设置显示和隐藏, 通常用来与 JS 配合 */
.hide {
  display: none !important;
  visibility: hidden;
}
/* 设置内联, 减少浮动带来的bug */
a {
  color: #666;
}
a:hover {
  text-decoration: none;
}
/* 圆角 */
/*单行载断溢出省略号*/
/* 背景自适应 */
/* 透明度渐变 */
/*阴影*/
/* 内阴影 */
/* input提示字体颜色修改 */
.huadong {
  display: none;
  font-size: 12px;
  text-align: center;
  margin-bottom: 5px;
  color: #999;
}
@media (max-width: 768px) {
  .huadong {
    display: block;
  }
}
.MainTitle {
  color: #999999;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.Title_H2 {
  font-size: 46px;
  color: #353535;
  text-align: center;
  line-height: 50px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 780px) {
  .Title_H2 {
    font-size: 28px;
    line-height: 38px;
  }
}
.public-btn {
  text-align: center;
  padding-top: 10px;
}
.public-btn a {
  width: 240px;
  height: 56px;
  border-radius: 28px;
  display: inline-block;
  font-size: 18px;
  line-height: 56px;
  transform: all 0.3s;
}
.public-btn a:hover {
  transform: scale(1.06);
}
.public-btn .btn_1 {
  background-color: #e13b1b;
  color: #FFFFFF;
  margin: 0 20px 0 0;
}
.public-btn .btn_2 {
  border: solid 1px #e13b1b;
  color: #e13b1b;
  font-size: 20px;
}
@media (max-width: 780px) {
  .public-btn {
    margin: 25px 0 0;
  }
  .public-btn a {
    width: 43%;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    max-width: 240px;
  }
  .public-btn .btn_2 {
    font-size: 17px;
  }
}
span.special {
  color: #999999;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.container {
  max-width: 1160px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    width: 96%;
  }
}
@media (max-width: 780px) {
  .container {
    width: auto;
    padding: 0 15px;
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
  75% {
    transform: scale(1.3);
  }
  78%,
  100% {
    opacity: 0;
  }
}
/* total-course*/
.total-course a {
  background: url(../images/banner.jpg) no-repeat center center;
  display: block;
  background-size: cover;
  text-align: center;
}
.total-course a img {
  max-width: 96%;
  margin: 0 auto;
}
@media (max-width: 780px) {
  .total-course a img {
    max-width: 98%;
    margin: 20px auto 30px;
  }
}
.partTwo .fireReason {
  max-width: 1050px;
  margin: 60px auto 0;
}
.partTwo .fireReason .overSet {
  overflow-x: auto;
}
.partTwo .fireReason .overSet ul {
  margin: 110px 0 0;
  min-width: 780px;
}
.partTwo .fireReason .overSet ul li {
  float: left;
  width: 31.42%;
  background-color: #f7f9fb;
  margin-right: 2.87%;
}
.partTwo .fireReason .overSet ul li:last-of-type {
  margin-right: 0;
}
.partTwo .fireReason .overSet ul li img {
  display: block;
  margin: -110px auto 0;
  max-width: 229px;
}
.partTwo .fireReason .overSet ul li div {
  padding: 0 35px 30px;
}
.partTwo .fireReason .overSet ul li div h5 {
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin-bottom: 15px;
}
.partTwo .fireReason .overSet ul li div p {
  font-size: 16px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  min-height: 6rem;
}
.partTwo .fireReason .overSet ul li div a {
  display: block;
  margin: 15px auto 0;
  width: 168px;
  height: 48px;
  background-image: linear-gradient(0deg, #f7af37 0%, #fbe371 100%);
  box-shadow: 0px 2px 8px 0px rgba(247, 178, 58, 0.6);
  border-radius: 24px;
  font-size: 18px;
  color: #854506;
  text-align: center;
  line-height: 48px;
  transition: all 0.1s;
}
.partTwo .fireReason .overSet ul li div a:hover {
  transform: scale(1.03);
}
.partTwo .courseTwoKy {
  margin: 60px auto 0;
  max-width: 1060px;
}
.partTwo .courseTwoKy h2 {
  margin-bottom: 8px;
}
.partTwo .courseTwoKy ul {
  margin: 40px 0 0;
  padding: 20px 10px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: linear-gradient(0deg, #f2f4f6 0%, #f7f9fb 100%);
}
.partTwo .courseTwoKy ul li {
  margin: 0 auto 20px;
  width: 500px;
  max-width: 49%;
  background-color: #fff;
  padding: 0 24px 24px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.partTwo .courseTwoKy ul li .h3_txt {
  font-size: 18px;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  height: 6.22222222em;
  border-bottom: 1px solid #eee;
}
.partTwo .courseTwoKy ul li .h3_txt h3 {
  font-size: 1.33333333em;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
}
.partTwo .courseTwoKy ul li .h3_txt h3 figure {
  display: inline-block;
  text-align: center;
  width: 2.91666667em;
  height: 2.91666667em;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  position: relative;
  margin-right: 0.83333333em;
}
.partTwo .courseTwoKy ul li .h3_txt h3 figure img {
  width: 1.66666667em;
}
.partTwo .courseTwoKy ul li .h3_txt h3 figure img:nth-child(2) {
  display: none;
}
.partTwo .courseTwoKy ul li .h3_txt h3 figure::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  border: solid 3px #eeeeee;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.partTwo .courseTwoKy ul li .h3_txt h3 figure::before {
  content: '';
  position: absolute;
  width: 49%;
  height: 49%;
  z-index: 2;
}
.partTwo .courseTwoKy ul li .h3_txt a {
  width: 124px;
  height: 48px;
  border-radius: 24px;
  border: solid 1px #ff605f;
  color: #ff605f;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
}
.partTwo .courseTwoKy ul li .course_txt p {
  color: #666666;
  padding-left: 20px;
  line-height: 24px;
  position: relative;
  margin: 15px 0 0;
}
.partTwo .courseTwoKy ul li .course_txt p::before {
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #eab46f;
  content: '';
  left: 6px;
  top: 10px;
}
.partTwo .courseTwoKy ul li .course_txt span {
  padding-left: 20px;
  line-height: 24px;
  color: #e13b1b;
  font-size: 14px;
  margin: 10px 0 0;
  display: block;
  max-width: 400px;
}
@media (min-width: 769px) {
  .partTwo .courseTwoKy ul li:hover {
    background: url(../images/course_bg.png) no-repeat center top;
  }
  .partTwo .courseTwoKy ul li:hover .h3_txt h3 {
    color: #fff;
  }
  .partTwo .courseTwoKy ul li:hover .h3_txt figure::after {
    border-color: #eee;
    opacity: 0.5;
  }
  .partTwo .courseTwoKy ul li:hover .h3_txt figure::before {
    border-color: #fff !important;
  }
  .partTwo .courseTwoKy ul li:hover .h3_txt figure img:nth-child(1) {
    display: none;
  }
  .partTwo .courseTwoKy ul li:hover .h3_txt figure img:nth-child(2) {
    display: inline-block;
  }
  .partTwo .courseTwoKy ul li:hover .h3_txt a {
    border: solid 1px #FFFFFF;
    color: #FFFFFF;
  }
  .partTwo .courseTwoKy ul li:hover .course_txt p {
    color: #fff;
  }
  .partTwo .courseTwoKy ul li:hover .course_txt span {
    color: #FFFFFF;
  }
  .partTwo .courseTwoKy ul li:nth-child(1) .h3_txt h3 figure::before {
    left: 0;
    top: 0;
    border: solid 3px #e13b1b;
    border-bottom: none;
    border-right: none;
    border-radius: 100% 0 0 0;
    -moz-border-radius: 100% 0 0 0;
    -webkit-border-radius: 100% 0 0 0;
    -ms-border-radius: 100% 0 0 0;
    -o-border-radius: 100% 0 0 0;
  }
  .partTwo .courseTwoKy ul li:nth-child(2) .h3_txt h3 figure::before {
    right: 0;
    top: 0;
    border: solid 3px #e13b1b;
    border-bottom: none;
    border-left: none;
    border-radius: 0 100% 0 0;
    -moz-border-radius: 0 100% 0 0;
    -webkit-border-radius: 0 100% 0 0;
    -ms-border-radius: 0 100% 0 0;
    -o-border-radius: 0 100% 0 0;
  }
  .partTwo .courseTwoKy ul li:nth-child(3) .h3_txt h3 figure::before {
    right: 0;
    bottom: 0;
    border: solid 3px #e13b1b;
    border-top: none;
    border-left: none;
    border-radius: 0 0 100% 0;
    -moz-border-radius: 0 0 100% 0;
    -webkit-border-radius: 0 0 100% 0;
    -ms-border-radius: 0 0 100% 0;
    -o-border-radius: 0 0 100% 0;
  }
  .partTwo .courseTwoKy ul li:nth-child(4) .h3_txt h3 figure::before {
    left: 0;
    bottom: 0;
    border: solid 3px #e13b1b;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 100%;
    -moz-border-radius: 0 0 0 100%;
    -webkit-border-radius: 0 0 0 100%;
    -ms-border-radius: 0 0 0 100%;
    -o-border-radius: 0 0 0 100%;
  }
}
@media (max-width: 1000px) {
  .partTwo .courseTwoKy ul li .h3_txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .partTwo .courseTwoKy {
    margin-top: 30px;
  }
  .partTwo .courseTwoKy ul {
    margin: 20px 0 0;
    padding: 10px 10px 0;
    background-color: #e5e7f2;
  }
  .partTwo .courseTwoKy ul li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 0 20px 15px;
  }
  .partTwo .courseTwoKy ul li .h3_txt figure::before {
    left: 0;
    top: 0;
    border: solid 3px #e13b1b;
    border-bottom: none;
    border-right: none;
    border-radius: 100% 0 0 0;
    -moz-border-radius: 100% 0 0 0;
    -webkit-border-radius: 100% 0 0 0;
    -ms-border-radius: 100% 0 0 0;
    -o-border-radius: 100% 0 0 0;
  }
  .partTwo .courseTwoKy ul li .h3_txt a {
    width: 95px;
    line-height: 36px;
    height: 36px;
    font-size: 16px;
  }
  .partTwo .courseTwoKy ul li .course_txt {
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  .partTwo .courseTwoKy ul li .h3_txt {
    font-size: 12px;
  }
  .partTwo .courseTwoKy ul li .h3_txt span b {
    font-size: 30px;
  }
}
.partTwo .analysis {
  margin: 60px 0;
}
.partTwo .analysis .overSet {
  overflow-x: auto;
}
.partTwo .analysis .anCont {
  max-width: 836px;
  margin: 60px auto 0;
  display: table;
  width: 100%;
}
.partTwo .analysis .anCont > div {
  display: table-cell;
  vertical-align: top;
}
.partTwo .analysis .anCont > div h5 {
  font-size: 24px;
  padding-bottom: 15px;
  margin: 50px 26px 15px;
}
.partTwo .analysis .anCont > div .lis {
  margin: 25px 26px 0;
}
.partTwo .analysis .anCont > div .lis li {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.partTwo .analysis .anCont > div .lis li i {
  width: 40px;
  display: table-cell;
}
.partTwo .analysis .anCont > div .lis li i b {
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  display: block;
  border-radius: 50%;
  font-weight: normal;
  text-align: center;
  line-height: 24px;
}
.partTwo .analysis .anCont > div .lis li span {
  display: table-cell;
}
.partTwo .analysis .anCont > div.left {
  width: 325px;
  height: 360px;
  background: url(../images/l1.png) no-repeat left center;
}
.partTwo .analysis .anCont > div.left h5 {
  color: #424966;
  border-bottom: dashed 1px #696f82;
}
.partTwo .analysis .anCont > div.left li {
  color: #696f82;
}
.partTwo .analysis .anCont > div.right {
  width: 325px;
  height: 360px;
  background: url(../images/r1.png) no-repeat right center;
  box-shadow: 0px 4px 20px 0px rgba(98, 108, 147, 0.4);
  border-radius: 8px 56px 8px 8px;
}
.partTwo .analysis .anCont > div.right h5 {
  color: #ffffff;
  border-bottom: dashed 1px #ffffff;
}
.partTwo .analysis .anCont > div.right li {
  color: #FFFFFF;
}
.partTwo .analysis .anCont > div.right li b {
  color: #4d5576;
}
.partTwo .analysis .anCont > div.middle {
  text-align: center;
  width: 184px;
}
.partTwo .analysis .anCont > div.middle img {
  margin-top: -50px;
}
.partTwo .analysis .anCont > div.middle ul {
  padding: 0 30px;
}
.partTwo .analysis .anCont > div.middle ul li {
  height: 41px;
  background-color: #eff4ff;
  border-radius: 8px;
  border: dashed 1px #b9bdca;
  text-align: center;
  color: #666666;
  font-size: 14px;
  line-height: 41px;
  margin: 0 0 20px;
}
.partTwo .analysis .consult {
  text-align: center;
  margin: 30px 0 0;
}
.partTwo .analysis .consult a {
  width: 206px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 28px;
  border: solid 1px #848ba2;
  color: #848ba2;
  font-size: 18px;
  display: inline-block;
  line-height: 56px;
  transition: all 0.1s;
}
.partTwo .analysis .consult a:hover {
  transform: scale(1.03);
}
.partTwo .analysis .consult a:first-of-type {
  margin-right: 30px;
}
@media (max-width: 800px) {
  .partTwo .analysis .consult {
    display: none;
  }
}
@media (max-width: 800px) {
  .partTwo .analysis {
    margin: 30px 0 0;
  }
  .partTwo .analysis h2 {
    margin-bottom: 0;
  }
  .partTwo .analysis .anCont {
    width: 580px;
    margin-top: 45px;
    margin-bottom: 20px;
  }
  .partTwo .analysis .anCont > div h5 {
    font-size: 16px;
    font-weight: 700;
  }
  .partTwo .analysis .anCont > div .lis li i {
    width: 26px;
  }
  .partTwo .analysis .anCont > div .lis li span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .partTwo .analysis .anCont > div.left {
    width: 280px;
    background-size: cover;
  }
  .partTwo .analysis .anCont > div.right {
    width: 280px;
    background-size: cover;
    border-radius: 0;
    box-shadow: 0 0 0 0 #ffffff;
  }
  .partTwo .analysis .anCont > div.middle {
    width: 20px;
    position: relative;
  }
  .partTwo .analysis .anCont > div.middle img {
    position: absolute;
    left: -50px;
    margin-top: -50px;
    width: 100px;
  }
  .partTwo .analysis .anCont > div.middle ul {
    display: none;
  }
}
@media (max-width: 1024px) {
  .partTwo .fireReason {
    margin: 30px auto 0;
  }
  .partTwo .fireReason .overSet ul li img {
    width: 70%;
  }
}
@media (max-width: 780px) {
  .partTwo .fireReason .overSet ul {
    margin: 40px 0 0;
  }
  .partTwo .fireReason .overSet ul li img {
    margin: -60px auto 0;
  }
  .partTwo .fireReason .overSet ul li div {
    padding: 0 20px 20px;
  }
  .partTwo .fireReason .overSet ul li div h5 {
    font-size: 20px;
  }
}
.partThree {
  background-color: #f7f9fb;
  padding: 60px 0;
}
.partThree .category {
  max-width: 1030px;
  margin: 0 auto;
}
.partThree .category h2 {
  margin-bottom: 10px;
}
.partThree .category ul {
  margin-top: 25px;
  display: table;
  width: 100%;
}
.partThree .category ul:first-of-type {
  margin-top: 40px;
}
.partThree .category ul li {
  border-top: 4px solid #e13b1b;
  width: 48.5%;
  display: table-cell;
  box-shadow: 0px 4px 10px 0px rgba(224, 224, 224, 0.54);
  margin-bottom: 25px;
  transition: all 0.1s;
}
.partThree .category ul li:hover {
  transform: scale(1.01);
}
.partThree .category ul li.space {
  width: 3%;
  background: transparent;
  border-top: 0;
  box-shadow: 0 0 0 0 #FFFFFF;
}
.partThree .category ul li .top {
  background: #FFFFFF;
  padding: 20px 30px 35px 20px;
  font-size: 16px;
  color: #666666;
}
.partThree .category ul li .top i {
  font-size: 24px;
  color: #d03112;
  margin-top: 5px;
}
.partThree .category ul li .top span {
  width: 72px;
  height: 32px;
  background-color: #ffede9;
  border-radius: 4px;
  color: #e13b1b;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  margin-left: 15px;
}
.partThree .category ul li .bot {
  background: #f9f9f9;
  padding: 41px 16px 20px 37px;
  font-size: 14px;
  color: #333333;
  position: relative;
}
.partThree .category ul li .bot .button {
  width: 79px;
  height: 40px;
  border-radius: 20px;
  font-size: 18px;
  line-height: 40px;
  color: #FFFFFF;
  padding-left: 12px;
  background: #e13b1b url(../images/j.png) no-repeat 56px center;
  position: absolute;
  top: -20px;
  left: 33px;
}
.partThree .category ul li .bot i {
  display: block;
  color: #999999;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 780px) {
  .partThree {
    padding: 30px 0 0;
  }
  .partThree .category ul {
    margin-top: 0;
  }
  .partThree .category ul:first-of-type {
    margin-top: 20px;
  }
  .partThree .category ul li {
    display: block;
    width: auto;
  }
  .partThree .category ul li.space {
    display: none;
  }
  .partThree .category ul li .top {
    font-size: 14px;
    padding: 15px 10px 30px 10px;
  }
  .partThree .category ul li .top i {
    font-size: 16px;
  }
  .partThree .category ul li .top span {
    height: 26px;
    line-height: 26px;
    margin-left: 5px;
  }
  .partThree .category ul li .bot {
    padding: 28px 16px 20px 16px;
  }
  .partThree .category ul li .bot .button {
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    background-size: 18px;
    width: 68px;
    left: 18px;
    background-position-x: 50px;
  }
}
.customShConKy {
  padding: 60px 0;
}
.customShConKy h2 {
  margin-bottom: 10px;
}
.customShConKy > section {
  margin-top: 30px;
  max-width: 1040px;
}
.customShConKy > section .navli {
  zoom: 1;
  font-size: 18px;
  color: #888;
  margin-bottom: 1em;
}
.customShConKy > section .navli:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.customShConKy > section .navli > li {
  width: 20%;
  float: left;
  cursor: pointer;
  text-align: center;
}
.customShConKy > section .navli > li > img {
  margin-bottom: 1em;
  max-width: 40%;
}
.customShConKy > section article {
  padding: 3% 3% 2%;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.customShConKy > section article > div {
  margin-top: 2%;
  padding-left: 4.75em;
  position: relative;
}
.customShConKy > section article > div > span {
  position: absolute;
  left: 0;
  top: 1.25em;
}
.customShConKy > section article > div > a {
  display: inline-block;
  line-height: 3;
  padding: 0 1.6em;
  margin: 0.5em 0.75em;
  border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  -ms-border-radius: 1.5em;
  -o-border-radius: 1.5em;
}
.customShConKy > section article > div > a:hover {
  transform: scale(1.1);
}
.customShConKy > section article:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px #5e69ad;
  position: absolute;
  top: -10px;
  left: 10%;
  margin-left: -7px;
}
.customShConKy > section article:nth-child(2):before {
  left: 30%;
}
.customShConKy > section article:nth-child(3):before {
  left: 50%;
}
.customShConKy > section article:nth-child(4):before {
  left: 70%;
}
.customShConKy > section article:nth-child(5):before {
  left: 90%;
}
.customShConKy > section .formBox {
  padding: 1.5em 2em 2em;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(127, 127, 127, 0.13);
  -moz-box-shadow: 0px 4px 20px 0px rgba(127, 127, 127, 0.13);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(127, 127, 127, 0.13);
}
@media (max-width: 1200px) {
  .customShConKy {
    padding-bottom: 40px;
  }
  .customShConKy > section .navli {
    font-size: 14px;
  }
  .customShConKy > section article {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .customShConKy {
    padding-bottom: 30px;
  }
  .customShConKy > section .navli {
    font-size: 12px;
  }
  .customShConKy > section article {
    font-size: 12px;
  }
  .customShConKy > section article > div {
    padding-left: 4.5em;
  }
  .customShConKy > section article > div > a {
    margin: 0.5em;
  }
}
@media (max-width: 780px) {
  .customShConKy {
    padding: 30px 0;
  }
}
.ky431cc {
  background-color: #fff;
}
.ky431cc * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ky431cc img {
  max-width: 100%;
  vertical-align: middle;
}
.ky431cc > h1 {
  position: absolute;
  top: -100px;
  opacity: 0;
}
.ky431cc .ztwrap {
  width: 96%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.ky431cc .jsTabItem {
  display: none;
}
.ky431cc .jsTabItem.on {
  display: block;
}
.ky431cc .mmBox {
  overflow-x: auto;
  overflow-y: hidden;
}
.ky431cc .bannerKy {
  text-align: center;
  background: url("../images/banner_bg.png") center top no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  padding: 4% 15px 25.4%;
}
@media (min-width: 1200px) {
  .ky431cc .bannerKy {
    padding-top: 48px;
    padding-bottom: 305px;
  }
}
.ky431cc .guidanceKY {
  background-color: #fff;
  margin-bottom: 5%;
  font-size: 16px;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  padding: 3.75em;
  box-shadow: 0 0.25em 1em 0 rgba(170, 179, 191, 0.3);
  -moz-box-shadow: 0 0.25em 1em 0 rgba(170, 179, 191, 0.3);
  -webkit-box-shadow: 0 0.25em 1em 0 rgba(170, 179, 191, 0.3);
}
.ky431cc .guidanceKY > dl {
  border: dashed 1px #999ed8;
  padding: 1.875em;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
}
.ky431cc .guidanceKY > dl > dt {
  color: #353535;
  font-size: 1.25em;
  font-weight: 600;
}
.ky431cc .guidanceKY > dl > dd {
  margin-top: 1.333em;
  padding-left: 2.5em;
  position: relative;
}
@media (min-width: 1200px) {
  .ky431cc .guidanceKY > dl > dd {
    max-width: 750px;
  }
}
.ky431cc .guidanceKY > dl > dd > span {
  font-size: 1.125em;
  line-height: 1.333;
  display: block;
  text-align: center;
  color: #fff;
  background: -webkit-linear-gradient(#f9bc16, #f84f01);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#f9bc16, #f84f01);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#f9bc16, #f84f01);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#f9bc16, #f84f01);
  /* 标准的语法 */
  min-width: 1.333em;
  height: 1.333em;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  box-shadow: 0px 3px 10px 0px rgba(248, 84, 2, 0.2);
  -moz-box-shadow: 0px 3px 10px 0px rgba(248, 84, 2, 0.2);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(248, 84, 2, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}
.ky431cc .guidanceKY > section {
  margin-top: 2em;
  padding-left: 3em;
}
.ky431cc .guidanceKY > section > h3 {
  font-size: 1.5em;
  line-height: 1.333;
  color: #5e69ad;
  position: relative;
}
.ky431cc .guidanceKY > section > h3:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-color: #5e69ad;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.83333333em;
  -webkit-background-size: 0.83333333em;
  -moz-background-size: 0.83333333em;
  -o-background-size: 0.83333333em;
  -ms-background-size: 0.83333333em;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 1.33333333em;
  height: 1.33333333em;
  margin-right: 0.625em;
  position: absolute;
  left: -1.95833333em;
  top: 0;
}
.ky431cc .guidanceKY > section > h3.n1:before {
  background-image: url("../images/p1_icon_01.png");
}
.ky431cc .guidanceKY > section > h3.n2:before {
  background-image: url("../images/p1_icon_02.png");
}
.ky431cc .guidanceKY > section > h3.n3:before {
  background-image: url("../images/p1_icon_03.png");
}
.ky431cc .guidanceKY > section > h3.n4:before {
  background-image: url("../images/p1_icon_04.png");
}
.ky431cc .guidanceKY > section > h3.n5:before {
  background-image: url("../images/p1_icon_05.png");
}
.ky431cc .guidanceKY > section > h3.n8:before {
  background-image: url("../images/p1_icon_08.png");
}
.ky431cc .guidanceKY > section > h3.n7:before {
  background-image: url("../images/p1_icon_07.png");
}
.ky431cc .guidanceKY > section > h3.n9:before {
  background-image: url("../images/p1_icon_09.png");
}
.ky431cc .guidanceKY > section > article {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative;
}
.ky431cc .guidanceKY > section > article:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e0e2fb;
  position: absolute;
  top: 1px;
  left: -2em;
  bottom: 0;
}
.ky431cc .guidanceKY > section > article > h4 {
  color: #333;
  font-size: 1.125em;
  margin-bottom: 0.6em;
  margin-top: 1em;
}
.ky431cc .guidanceKY > section > article > h4:first-child {
  margin-top: 0;
}
.ky431cc .guidanceKY > section > article > p {
  margin-bottom: 0.4em;
}
.ky431cc .guidanceKY > section > article > p > em {
  color: #f85a04;
}
.ky431cc .guidanceKY > section > article > div {
  margin-top: -0.5em;
  zoom: 1;
}
.ky431cc .guidanceKY > section > article > div:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ky431cc .guidanceKY > section > article > div > span {
  display: block;
  float: left;
  background-color: #f7faff;
  height: 3em;
  line-height: 3;
  padding: 0 1.5em;
  border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  -ms-border-radius: 1.5em;
  -o-border-radius: 1.5em;
  border: solid 1px #e6efff;
  margin-right: 1.25em;
  margin-top: 0.5em;
}
.ky431cc .guidanceKY > section > article > ol > li > span {
  margin-right: 0.5em;
  display: inline-block;
  color: #fff;
  background: -webkit-linear-gradient(#f9bc16, #f84f01);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#f9bc16, #f84f01);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#f9bc16, #f84f01);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#f9bc16, #f84f01);
  /* 标准的语法 */
  padding: 0 0.5em;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  box-shadow: 0px 3px 10px 0px rgba(248, 84, 2, 0.2);
  -moz-box-shadow: 0px 3px 10px 0px rgba(248, 84, 2, 0.2);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(248, 84, 2, 0.2);
}
.ky431cc .guidanceKY > section > article > ol > li + li {
  margin-top: 1.5em;
}
.ky431cc .guidanceKY > section > article:last-child:before {
  display: none;
}
.ky431cc .guidanceKY > section .table {
  width: 100%;
  min-width: 768px;
}
.ky431cc .guidanceKY > section .table td,
.ky431cc .guidanceKY > section .table th {
  border: solid 1px #fff;
  padding: 0.6em;
  text-align: center;
}
.ky431cc .guidanceKY > section .table th {
  background-color: #e6efff;
  color: #333;
  font-size: 1.125em;
}
.ky431cc .guidanceKY > section .table td {
  background-color: #f7faff;
}
@media (min-width: 1200px) {
  .ky431cc .guidanceKY {
    margin-bottom: 60px;
  }
  .ky431cc .guidanceKY > dl {
    background: url("../images/p1_bg_01.png") 96% bottom no-repeat;
  }
}
@media (max-width: 1200px) {
  .ky431cc .guidanceKY {
    font-size: 14px;
    padding: 2em;
  }
  .ky431cc .guidanceKY > dl {
    padding: 1.4em;
  }
  .ky431cc .guidanceKY > section > h3 {
    font-size: 1.3em;
  }
  .ky431cc .guidanceKY > section > article:before {
    left: -1.75em;
  }
}
@media (max-width: 640px) {
  .ky431cc .guidanceKY {
    font-size: 12px;
    padding: 1.5em 0.5em;
  }
  .ky431cc .guidanceKY > dl {
    padding: 1em;
  }
  .ky431cc .guidanceKY > section {
    padding-left: 2.5em;
  }
}
.ky431cc .bgImg {
  background: url("../images/bg.jpg") center bottom no-repeat;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -ms-background-size: 100% auto;
  margin-top: -32.16%;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .ky431cc .bgImg {
    margin-top: -386px;
    padding-bottom: 3.33%;
  }
}
.ky431cc .ulicon {
  zoom: 1;
  margin-top: -0.5em;
}
.ky431cc .ulicon:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ky431cc .ulicon > li {
  float: left;
  margin-right: 3em;
  padding-left: 25px;
  margin-top: 0.5em;
  background: url("../images/p1_icon_06.png") left center no-repeat;
}
.ky431cc .formBox {
  font-size: 16px;
}
.ky431cc .formBox > h3 {
  color: #353535;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 0.8em;
}
.ky431cc .formBox > input[type="text"] {
  width: 24.5%;
  border: solid 1px #e0e2fb;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 1em;
  margin-right: 2%;
}
.ky431cc .formBox > input[type="text"]:hover {
  box-shadow: 0 0 10px 0 rgba(94, 105, 173, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(94, 105, 173, 0.2);
  -webkit-box-shadow: 0 0 10px 0 rgba(94, 105, 173, 0.2);
}
.ky431cc .formBox > button[type="button"] {
  font-size: 1.125em;
  width: 20.5%;
  height: 3.111em;
  border-radius: 1.6em;
  -moz-border-radius: 1.6em;
  -webkit-border-radius: 1.6em;
  -ms-border-radius: 1.6em;
  -o-border-radius: 1.6em;
  color: #fff;
  border-bottom: solid 3px #fddfb2;
  background: -webkit-linear-gradient(left, #f9bc16, #f85c03);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #f9bc16, #f85c03);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #f9bc16, #f85c03);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #f9bc16, #f85c03);
  /* 标准的语法 */
}
.ky431cc .formBox > button[type="button"]:hover {
  box-shadow: 0 0 10px 0 rgba(248, 90, 4, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(248, 90, 4, 0.5);
  -webkit-box-shadow: 0 0 10px 0 rgba(248, 90, 4, 0.5);
}
@media (max-width: 1200px) {
  .ky431cc .formBox {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .ky431cc .formBox {
    font-size: 12px;
    text-align: center;
  }
  .ky431cc .formBox > input[type="text"] {
    width: 80%;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .ky431cc .formBox > button[type="button"] {
    width: 80%;
  }
}
.ky431cc .yearFourSwKy {
  background: url("../images/p2_bg_01.jpg") center top no-repeat;
  background-size: 100% 60%;
  -webkit-background-size: 100% 60%;
  -moz-background-size: 100% 60%;
  -o-background-size: 100% 60%;
  -ms-background-size: 100% 60%;
  padding: 50px 0;
}
.ky431cc .yearFourSwKy > section {
  margin-top: 36px;
}
.ky431cc .yearFourSwKy > section > article {
  overflow-x: auto;
  overflow-y: hidden;
}
.ky431cc .yearFourSwKy > section > article .tBox {
  background-color: #e54b2e;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 20px 40px;
  width: 1120px;
}
.ky431cc .yearFourSwKy > section > article .tBox > ul {
  text-align: center;
  color: #fff;
  position: relative;
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.ky431cc .yearFourSwKy > section > article .tBox > ul:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ky431cc .yearFourSwKy > section > article .tBox > ul:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin-top: -2px;
}
.ky431cc .yearFourSwKy > section > article .tBox > ul > li {
  float: left;
  width: 16.66%;
  font-size: 14px;
  position: relative;
}
.ky431cc .yearFourSwKy > section > article .tBox > ul > li b {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 2em;
}
.ky431cc .yearFourSwKy > section > article .tBox > ul > li::before,
.ky431cc .yearFourSwKy > section > article .tBox > ul > li::after {
  content: "";
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
}
.ky431cc .yearFourSwKy > section > article .tBox > ul > li::before {
  width: 24px;
  height: 24px;
  opacity: 0.2;
  margin-left: -12px;
  margin-top: -12px;
}
.ky431cc .yearFourSwKy > section > article .tBox > ul > li::after {
  width: 14px;
  height: 14px;
  margin-left: -7px;
  margin-top: -7px;
}
.ky431cc .yearFourSwKy > section > article .bBox {
  width: 1120px;
  text-align: center;
  padding: 30px 30px 40px;
}
.ky431cc .yearFourSwKy > section > article .bBox ul > li {
  background: #fff url("../images/p2_bg_02.png") right bottom no-repeat;
  width: 248px;
  height: 308px;
  padding: 40px 25px 0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 0px 4px 20px 0px rgba(127, 127, 127, 0.13);
  -moz-box-shadow: 0px 4px 20px 0px rgba(127, 127, 127, 0.13);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(127, 127, 127, 0.13);
}
.ky431cc .yearFourSwKy > section > article .bBox ul > li h3 {
  font-size: 18px;
  margin-bottom: 0.8em;
  color: #353535;
}
.ky431cc .yearFourSwKy > section > article .bBox ul > li p {
  line-height: 1.4;
  height: 9.8em;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  color: #888;
}
.ky431cc .yearFourSwKy > section > article .bBox ul > li a {
  display: block;
}
.ky431cc .yearFourSwKy > section > article .bBox ul > li .btna {
  display: block;
  font-size: 18px;
  height: 2.66em;
  line-height: 2.66;
  border-radius: 1.4em;
  -moz-border-radius: 1.4em;
  -webkit-border-radius: 1.4em;
  -ms-border-radius: 1.4em;
  -o-border-radius: 1.4em;
  color: #e54b2e;
  border: dashed 1px #e54b2e;
  padding: 0 1.6em;
}
.ky431cc .yearFourSwKy > section > article .bBox ul > li .btna:hover {
  background-color: #f85a04;
  color: #fff;
}
@media (max-width: 640px) {
  .ky431cc .yearFourSwKy > section > article .bBox ul > li .btna {
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  .ky431cc .yearFourSwKy > section {
    max-width: 1280px;
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
  }
  .ky431cc .yearFourSwKy > section .btnprev,
  .ky431cc .yearFourSwKy > section .btnnext {
    position: absolute;
    z-index: 5;
    top: 50%;
    display: block;
    width: 72px;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .ky431cc .yearFourSwKy > section .btnprev {
    background-image: url("../images/jt-left.png");
    left: 0;
  }
  .ky431cc .yearFourSwKy > section .btnnext {
    background-image: url("../images/jt-right.png");
    right: 0;
  }
}
@media (max-width: 1200px) {
  .ky431cc .yearFourSwKy {
    padding: 40px 0;
  }
  .ky431cc .yearFourSwKy > section {
    margin-top: 28px;
  }
}
@media (max-width: 640px) {
  .ky431cc .yearFourSwKy {
    padding: 30px 0;
  }
  .ky431cc .yearFourSwKy > section {
    margin-top: 20px;
  }
}
.ky431cc .customShConKy {
  padding-bottom: 50px;
}
.ky431cc .customShConKy > section {
  max-width: 1040px;
}
.ky431cc .customShConKy > section .navli {
  zoom: 1;
  font-size: 18px;
  color: #888;
  margin-bottom: 1em;
}
.ky431cc .customShConKy > section .navli:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ky431cc .customShConKy > section .navli > li {
  width: 20%;
  float: left;
  cursor: pointer;
  text-align: center;
}
.ky431cc .customShConKy > section .navli > li > img {
  margin-bottom: 1em;
  max-width: 40%;
}
.ky431cc .customShConKy > section .navli > li p {
  line-height: 1.3em;
  font-size: 16px;
}
.ky431cc .customShConKy > section article {
  background: url("../images/p3_bg_01.png") center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  padding: 3.5% 3.5% 2.5%;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.ky431cc .customShConKy > section article > div {
  margin-top: 2%;
  padding-left: 4.75em;
  position: relative;
}
.ky431cc .customShConKy > section article > div > span {
  position: absolute;
  left: 0;
  top: 1.25em;
}
.ky431cc .customShConKy > section article > div > a {
  display: inline-block;
  line-height: 3;
  padding: 0 1.6em;
  background-color: #fa5d43;
  margin: 0.5em 0.75em;
  color: #FFFFFF;
  border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  -ms-border-radius: 1.5em;
  -o-border-radius: 1.5em;
}
.ky431cc .customShConKy > section article > div > a:hover {
  transform: scale(1.1);
}
.ky431cc .customShConKy > section article:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px #5e69ad;
  position: absolute;
  top: -10px;
  left: 10%;
  margin-left: -7px;
}
.ky431cc .customShConKy > section article:nth-child(2):before {
  left: 30%;
}
.ky431cc .customShConKy > section article:nth-child(3):before {
  left: 50%;
}
.ky431cc .customShConKy > section article:nth-child(4):before {
  left: 70%;
}
.ky431cc .customShConKy > section article:nth-child(5):before {
  left: 90%;
}
.ky431cc .customShConKy > section .formBox {
  padding: 1.5em 2em 2em;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(127, 127, 127, 0.13);
  -moz-box-shadow: 0px 4px 20px 0px rgba(127, 127, 127, 0.13);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(127, 127, 127, 0.13);
}
@media (max-width: 1200px) {
  .ky431cc .customShConKy {
    padding-bottom: 40px;
  }
  .ky431cc .customShConKy > section .navli {
    font-size: 14px;
  }
  .ky431cc .customShConKy > section article {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .ky431cc .customShConKy {
    padding-bottom: 30px;
  }
  .ky431cc .customShConKy > section .navli {
    font-size: 12px;
  }
  .ky431cc .customShConKy > section article {
    font-size: 12px;
  }
  .ky431cc .customShConKy > section article > div {
    padding-left: 4.5em;
  }
  .ky431cc .customShConKy > section article > div > a {
    margin: 0.5em;
  }
}
.ky431cc .coachTableKy {
  background: url("../images/p4_bg_01.jpg") center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  padding: 50px 0 0;
}
.ky431cc .coachTableKy .ztwrap {
  max-width: 1086px;
  box-shadow: 0px 4px 15px 0px rgba(170, 179, 191, 0.3);
  -moz-box-shadow: 0px 4px 15px 0px rgba(170, 179, 191, 0.3);
  -webkit-box-shadow: 0px 4px 15px 0px rgba(170, 179, 191, 0.3);
}
.ky431cc .coachTableKy table {
  width: 1084px;
  background-color: #fff;
}
.ky431cc .coachTableKy table th,
.ky431cc .coachTableKy table td {
  padding: 1em;
  text-align: center;
}
.ky431cc .coachTableKy table th {
  font-size: 18px;
  color: #fff;
  background-color: #fa5d43;
}
.ky431cc .coachTableKy table th:first-child {
  width: 180px;
}
.ky431cc .coachTableKy table th:nth-child(2) {
  width: 704px;
}
.ky431cc .coachTableKy table th:last-child {
  width: 200px;
}
.ky431cc .coachTableKy table th + th,
.ky431cc .coachTableKy table td + td {
  border-left: solid 1px #eee;
}
.ky431cc .coachTableKy table tr + tr {
  border-top: solid 1px #eee;
}
.ky431cc .coachTableKy table td > img {
  margin: 3px;
}
.ky431cc .coachTableKy table td:nth-child(2) {
  text-align: left;
}
.ky431cc .coachTableKy table td:nth-child(2) > p {
  font-size: 14px;
  margin: 0.3em 0 0.3em 0.5em;
  padding-left: 12px;
  background: url("../images/p4_icon_02.png") left center no-repeat;
}
@media (max-width: 1200px) {
  .ky431cc .coachTableKy {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .ky431cc .coachTableKy {
    padding: 30px 0;
  }
  .ky431cc .coachTableKy table {
    width: 750px;
    margin: 0 auto;
  }
  .ky431cc .coachTableKy table tr td:nth-child(2),
  .ky431cc .coachTableKy table tr th:nth-child(2) {
    width: 500px;
  }
}
/* 全方位的课程体系 全程高三式半封闭式密训 start */
.tableShTbaleKy {
  /* 选项按钮样式 */
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
}
@media (max-width: 1100px) {
  .tableShTbaleKy {
    width: 98%;
  }
}
.tableShTbaleKy .table_wrap {
  padding: 0 0px;
  border-radius: 25px 25px 0 0;
  overflow: hidden;
  position: relative;
}
.tableShTbaleKy .table_wrap > div {
  position: absolute;
  content: '';
  width: 100.4%;
  left: -2px;
  top: 0;
  height: 48px;
  background-color: #f8b43c;
  border-radius: 24px;
}
@media (max-width: 820px) {
  .tableShTbaleKy .table_wrap > div {
    width: 768px;
    border-radius: 0;
  }
}
.tableShTbaleKy ul {
  font-size: 0;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .tableShTbaleKy ul {
    margin-bottom: 15px;
  }
}
.tableShTbaleKy ul li {
  display: inline-block;
  width: 138px;
  line-height: 48px;
  background-color: #dddddd;
  font-size: 18px;
  color: #FFFFFF;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  cursor: pointer;
  margin: 0 10px;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
}
.tableShTbaleKy ul li:nth-child(1) {
  margin-right: 10px;
}
.tableShTbaleKy ul li:nth-child(2) {
  margin-left: 10px;
}
.tableShTbaleKy ul li.on {
  background-color: #f8b43c;
  color: #fff;
  border: solid 1px #f8b43c;
}
.tableShTbaleKy table {
  max-width: 1040px;
  font-size: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  display: none;
  border: solid 3px #f8b43c;
  border-top: none;
  position: relative;
}
.tableShTbaleKy table.shows {
  display: table;
  width: 100%;
}
.tableShTbaleKy table tr {
  text-align: center;
}
.tableShTbaleKy table tr:first-of-type {
  position: relative;
}
.tableShTbaleKy table tr:nth-of-type(2n+1) td {
  background-color: #faf9f3;
}
.tableShTbaleKy table tr:nth-of-type(2n) td {
  background-color: #FFFFFF;
}
.tableShTbaleKy table tr th {
  line-height: 48px;
  height: 48px;
  color: #fff;
  z-index: 100;
  font-size: 19px;
  width: 25%;
}
.tableShTbaleKy table tr td {
  color: #666666;
  padding: 12px 0;
  font-size: 15px;
}
.tableShTbaleKy table tr td h3 {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.tableShTbaleKy table tr td p {
  text-align: left;
  padding-left: 1.78571429em;
  line-height: 23px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  font-size: 15px;
}
.tableShTbaleKy table tr td a:hover {
  color: #f8b43c;
}
@media (max-width: 1100px) {
  .tableShTbaleKy .table_wrap {
    max-width: 96%;
    margin: 0 auto;
  }
}
@media (max-width: 820px) {
  .tableShTbaleKy .table_wrap {
    overflow-x: auto;
    border-radius: 0;
  }
  .tableShTbaleKy table {
    font-size: 12px;
    min-width: 768px;
  }
  .tableShTbaleKy table tr th:nth-child(1) {
    border-radius: 0px;
  }
  .tableShTbaleKy table tr th:nth-child(4) {
    border-radius: 0;
  }
  .tableShTbaleKy table tr td {
    padding: 13px 0;
  }
  .tableShTbaleKy table tr td span {
    padding: 0 10px;
  }
  .tableShTbaleKy table tr td p {
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .tableShTbaleKy {
    padding-top: 0;
  }
}
.zlFourKy {
  background: #f7f9fb;
  padding: 50px 0;
}
.zlFourKy h2 {
  margin-bottom: 10px;
}
.zlFourKy .supportingData {
  margin-top: 30px;
  max-width: 1120px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0px 70px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.zlFourKy .supportingData .swiper-container2 {
  padding-top: 10px;
}
.zlFourKy .supportingData .swiper-container2 .swiper-slide {
  text-align: center;
}
.zlFourKy .supportingData .swiper-container2 .swiper-slide span {
  display: inline-block;
  max-width: 218px;
  height: 218px;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  background-color: #ffffff;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  box-shadow: 0px 4px 15px 0px rgba(170, 179, 191, 0.2);
  margin: 0 auto;
}
.zlFourKy .supportingData .swiper-container2 .swiper-slide span img {
  max-height: 100%;
  max-width: 100%;
}
.zlFourKy .supportingData .swiper-container2 .swiper-slide h3 {
  font-size: 18px;
  margin-top: 10px;
}
.zlFourKy .supportingData .swiper-button-next,
.zlFourKy .supportingData .swiper-button-prev {
  background-image: none;
  height: 40px;
  width: 40px;
}
.zlFourKy .supportingData .swiper-button-next:after,
.zlFourKy .supportingData .swiper-button-prev:after {
  display: none;
}
@media (max-width: 768px) {
  .zlFourKy {
    padding: 30px 0;
  }
}
.bookLis {
  padding: 50px 0;
}
.bookLis h2 {
  margin-bottom: 10px;
}
@media (max-width: 1160px) {
  .bookLis .container {
    padding: 0;
  }
  .bookLis .MainTitle {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .bookLis {
    padding: 35px 0;
  }
}
.bookLis .bookCont {
  margin-top: 30px;
  overflow-x: auto;
}
.bookLis .bookCont ul {
  max-width: 1100px;
  margin: 0 auto;
}
.bookLis .bookCont ul li {
  width: 334px;
  float: left;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(224, 224, 224, 0.54);
  height: 90px;
  margin-bottom: 30px;
  margin-right: 49px;
}
.bookLis .bookCont ul li:nth-of-type(3n) {
  margin-right: 0;
}
.bookLis .bookCont ul li .top {
  height: 48px;
  background-color: #e13b1b;
  border-radius: 0px 0px 48px 48px;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
}
.bookLis .bookCont ul li .bot {
  font-size: 15px;
  color: #666666;
  text-align: center;
  line-height: 40px;
}
@media (max-width: 1160px) {
  .bookLis .bookCont {
    margin-top: 10px;
    padding: 0 10px;
  }
  .bookLis .bookCont ul {
    width: 942px;
  }
  .bookLis .bookCont ul li {
    width: 304px;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .bookLis .bookCont ul li .top {
    font-size: 16px;
  }
  .bookLis .bookCont ul li .bot {
    font-size: 14px;
  }
  .bookLis .bookCont ul li:nth-of-type(3n) {
    margin-right: 10px;
  }
}
.teacherShSwKy {
  padding-bottom: 0.1px;
}
@media (min-width: 769px) {
  .teacherShSwKy .teacher_con {
    height: 390px;
    background-color: #e13b1b;
    margin-bottom: 180px;
  }
  .teacherShSwKy .teacher_con .ztwrap {
    max-width: 1050px;
    margin: 0 auto;
  }
  .teacherShSwKy .teacher_con .ztwrap ul > li {
    display: none;
  }
  .teacherShSwKy .teacher_con .ztwrap ul > li.shows {
    display: -webkit-box;
    /* iOS 6-, Safari 3.1-6 */
    display: -webkit-flex;
    /* Chrome */
    display: -moz-box;
    /* Firefox 19 */
    display: -ms-flexbox;
    display: flex;
    /*flex容器*/
  }
  .teacherShSwKy .teacher_con .ztwrap ul > li figure {
    width: 338px;
    min-width: 338px;
    height: 400px;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px 0px rgba(87, 99, 184, 0.08);
    border-radius: 8px 8px 80px 8px;
    position: relative;
    top: 110px;
    display: -webkit-box;
    /* iOS 6-, Safari 3.1-6 */
    display: -webkit-flex;
    /* Chrome */
    display: -moz-box;
    /* Firefox 19 */
    display: -ms-flexbox;
    display: flex;
    /*flex容器*/
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
  }
  .teacherShSwKy .teacher_con .ztwrap ul > li figure img:nth-child(1) {
    position: absolute;
    top: -70px;
    right: 0;
  }
  .teacherShSwKy .teacher_con .ztwrap ul > li figure img:nth-child(2) {
    max-height: 93.75%;
    min-height: 80%;
    vertical-align: bottom;
    margin: 0 auto;
  }
  .teacherShSwKy .teacher_con .ztwrap ul > li .teacher_txt {
    margin-left: 40px;
    font-size: 16px;
    width: 100%;
    padding-top: 70px;
  }
  .teacherShSwKy .teacher_con .ztwrap ul > li .teacher_txt h3 {
    line-height: 1.5em;
    display: inline-block;
    height: 1.5em;
    font-size: 2em;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .teacherShSwKy .teacher_con .ztwrap ul > li .teacher_txt h3 em {
    font-size: 0.5625em;
    margin-left: 1em;
  }
  .teacherShSwKy .teacher_con .ztwrap ul > li .teacher_txt a {
    float: right;
    font-size: 1.125em;
    color: #fff;
    width: 148px;
    line-height: 46px;
    border-radius: 24px;
    border: solid 1px #ffffff;
    text-align: center;
  }
  .teacherShSwKy .teacher_con .ztwrap ul > li .teacher_txt a img {
    vertical-align: sub;
    margin-right: 8px;
  }
  .teacherShSwKy .teacher_con .ztwrap ul > li .teacher_txt li {
    height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    /* iOS 6-, Safari 3.1-6 */
    display: -webkit-flex;
    /* Chrome */
    display: -moz-box;
    /* Firefox 19 */
    display: -ms-flexbox;
    display: flex;
    /*flex容器*/
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    -o-align-content: center;
    align-content: center;
  }
  .teacherShSwKy .teacher_con .ztwrap ul > li .teacher_txt li:last-child {
    border-bottom: 0;
  }
  .teacherShSwKy .teacher_con .ztwrap ul > li .teacher_txt li p {
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
  }
  .teacherShSwKy .teacher_con .ztwrap ul > li .teacher_txt li p span {
    font-weight: 600;
    color: #f8b43c;
  }
  .teacherShSwKy .teacher_con .ztwrap .swiper_con {
    margin-left: 380px;
    margin-top: 30px;
    padding: 0 70px;
    position: relative;
  }
  .teacherShSwKy .teacher_con .ztwrap .swiper_con .swiper-button-prev,
  .teacherShSwKy .teacher_con .ztwrap .swiper_con .swiper-button-next {
    width: 60px;
    height: 36px;
    background: none;
  }
  .teacherShSwKy .teacher_con .ztwrap .swiper_con .swiper-button-next:after,
  .teacherShSwKy .teacher_con .ztwrap .swiper_con .swiper-button-prev:after {
    display: none;
  }
  .teacherShSwKy .teacher_con .ztwrap .swiper_con .teacher_swiper .swiper-slide figure {
    width: 82px;
    height: 82px;
    margin: 0 auto;
    background-color: #70747a;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    text-align: center;
    padding-top: 10px;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    position: relative;
  }
  .teacherShSwKy .teacher_con .ztwrap .swiper_con .teacher_swiper .swiper-slide figure::after {
    position: absolute;
    content: '';
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .teacherShSwKy .teacher_con .ztwrap .swiper_con .teacher_swiper .swiper-slide img {
    max-width: 90%;
  }
  .teacherShSwKy .teacher_con .ztwrap .swiper_con .teacher_swiper .swiper-slide-active figure::after,
  .teacherShSwKy .teacher_con .ztwrap .swiper_con .teacher_swiper .threeHove figure::after {
    display: none;
  }
}
@media (max-width: 1110px) {
  .teacherShSwKy .teacher_con .ztwrap {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .teacherShSwKy {
    background-color: #fff;
  }
  .teacherShSwKy .teacher_con {
    margin-bottom: 0;
  }
  .teacherShSwKy .teacher_con .ztwrap {
    overflow-x: auto;
    padding: 0;
  }
  .teacherShSwKy .teacher_con .swiper_con {
    display: none;
  }
  .teacherShSwKy .teacher_con ul {
    display: -webkit-box;
    /* iOS 6-, Safari 3.1-6 */
    display: -webkit-flex;
    /* Chrome */
    display: -moz-box;
    /* Firefox 19 */
    display: -ms-flexbox;
    display: flex;
    /*flex容器*/
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .teacherShSwKy .teacher_con ul > li {
    width: 326px;
    height: 194px;
    background: url(../images/teacher_pBg.png) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    display: -webkit-box;
    /* iOS 6-, Safari 3.1-6 */
    display: -webkit-flex;
    /* Chrome */
    display: -moz-box;
    /* Firefox 19 */
    display: -ms-flexbox;
    display: flex;
    /*flex容器*/
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin: 0 7.5px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
  .teacherShSwKy .teacher_con ul > li figure {
    order: 2;
    width: 145px;
    min-width: 145px;
    height: 100%;
    display: -webkit-box;
    /* iOS 6-, Safari 3.1-6 */
    display: -webkit-flex;
    /* Chrome */
    display: -moz-box;
    /* Firefox 19 */
    display: -ms-flexbox;
    display: flex;
    /*flex容器*/
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
  }
  .teacherShSwKy .teacher_con ul > li figure img {
    max-width: 90%;
    max-height: 90%;
    margin: 0 auto;
  }
  .teacherShSwKy .teacher_con ul > li figure img:nth-child(1) {
    display: none;
  }
  .teacherShSwKy .teacher_con ul > li .teacher_txt {
    width: 180px;
  }
  .teacherShSwKy .teacher_con ul > li .teacher_txt a {
    display: none;
  }
  .teacherShSwKy .teacher_con ul > li .teacher_txt h3 {
    padding-left: 20px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    padding-top: 30px;
  }
  .teacherShSwKy .teacher_con ul > li .teacher_txt h3 em {
    display: block;
    font-size: 14px;
    opacity: 0.5;
  }
  .teacherShSwKy .teacher_con ul > li .teacher_txt ol li {
    margin-top: 15px;
  }
  .teacherShSwKy .teacher_con ul > li .teacher_txt ol li p {
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 1.2;
  }
  .teacherShSwKy .teacher_con ul > li .teacher_txt ol li p span {
    margin-right: 8px;
    text-align: center;
    font-size: 12px;
    width: 40px;
    line-height: 20px;
    background-color: #f8b43c;
    border-radius: 0px 10px 10px 0px;
  }
  .teacherShSwKy .teacher_con ul > li .teacher_txt ol li p span i {
    display: none;
  }
  .teacherShSwKy .teacher_con ul > li .teacher_txt ol li:last-child {
    display: none;
  }
}
.service h2 {
  padding: 40px 0 30px;
  background: #f7f9fb;
  margin-bottom: 0;
}
.service .com_part02 {
  background: url(../images/com_bg0102.jpg) no-repeat center center;
  background-size: cover;
  padding: 45px 0;
}
.service .com_part02 img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
}
.service .com_part02 img:last-of-type {
  display: none;
}
@media (max-width: 768px) {
  .service h2 {
    margin-bottom: 10px;
  }
  .service .com_part02 {
    padding: 5px 0;
  }
  .service .com_part02 img {
    max-width: 100%;
    margin: 20px auto;
  }
}
@media (max-width: 520px) {
  .service .com_part02 img:first-of-type {
    display: none;
  }
  .service .com_part02 img:last-of-type {
    display: block;
  }
}
.class-service {
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 780px) {
  .class-service {
    padding: 35px 0;
  }
}
@media (max-width: 780px) {
  .class-service .container {
    padding: 0;
  }
  .class-service .container P {
    padding: 0 15px;
  }
  .class-service .container .public-btn {
    padding: 0 15px;
  }
}
.class-service h2 {
  margin-bottom: 30px;
}
.class-service .service-roll {
  max-width: 1016px;
  margin: 0 auto;
  background: url(../images/di.png) no-repeat bottom center;
  padding-bottom: 35px;
}
.class-service .service-roll .swiper-service {
  max-width: 951px;
}
.class-service .service-roll .swiper-service .swiper-wrapper {
  max-width: 931px;
}
.class-service .service-roll .swiper-service .swiper-wrapper img {
  max-width: 100%;
}
.class-service .service-roll .swiper-service .swiper-button-next {
  width: 40px;
  height: 40px;
  --swiper-navigation-size: 20px;
  color: #333333;
  background-color: #FFFFFF;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  box-shadow: 0px 4px 15px 0px rgba(170, 179, 191, 0.3);
}
.class-service .service-roll .swiper-service .swiper-button-prev {
  width: 40px;
  height: 40px;
  --swiper-navigation-size: 20px;
  color: #333333;
  background-color: #FFFFFF;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  box-shadow: 0px 4px 15px 0px rgba(170, 179, 191, 0.3);
}
.class-service p {
  margin: 20px auto;
  max-width: 722px;
  line-height: 24px;
  color: #666666;
  font-size: 15px;
}
.class-service p i {
  color: #f86906;
}
.cpa-template {
  padding: 15px 0 60px;
}
@media (max-width: 768px) {
  .cpa-template {
    padding-bottom: 35px;
  }
}
.cpa-template h2 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cpa-template h2 {
    margin-bottom: 20px;
  }
}
.cpa-template .cpa-content .cpa-items {
  max-width: 1030px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.cpa-template .cpa-content .cpa-items li {
  float: left;
  width: 23.875%;
  margin-right: 1.5%;
  height: 120px;
  border-radius: 4px 4px 0px 0px;
  color: #666666;
  background-color: #e4e9ef;
  text-align: center;
  cursor: pointer;
}
.cpa-template .cpa-content .cpa-items li:last-of-type {
  margin-right: 0;
}
.cpa-template .cpa-content .cpa-items li div {
  padding: 23px 30px;
}
.cpa-template .cpa-content .cpa-items li div h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
.cpa-template .cpa-content .cpa-items li div p {
  line-height: 22px;
}
.cpa-template .cpa-content .cpa-items .current {
  background-color: #4160ba;
  color: #FFFFFF;
}
.cpa-template .cpa-content .cpa-Box {
  max-width: 1060px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(170, 179, 191, 0.3);
  border-radius: 0px 0px 8px 8px;
  margin: 0 auto;
  position: relative;
}
.cpa-template .cpa-content .cpa-Box::before {
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../images/j1.png);
  left: 0px;
  top: -15px;
  content: "";
}
@media (max-width: 780px) {
  .cpa-template .cpa-content .cpa-Box::before {
    display: none;
  }
}
.cpa-template .cpa-content .cpa-Box::after {
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../images/j2.png);
  right: 0px;
  top: -15px;
  content: "";
}
@media (max-width: 780px) {
  .cpa-template .cpa-content .cpa-Box::after {
    display: none;
  }
}
.cpa-template .cpa-content .cpa-Box > div {
  width: 100%;
  display: none;
  transition: all 0.3s;
}
.cpa-template .cpa-content .cpa-Box > div ul {
  padding: 30px;
  overflow: hidden;
}
.cpa-template .cpa-content .cpa-Box > div ul li {
  float: left;
  position: relative;
}
.cpa-template .cpa-content .cpa-Box > div ul li:nth-of-type(1) {
  width: 31.86%;
  margin-right: 2.2%;
  margin-bottom: 25px;
}
.cpa-template .cpa-content .cpa-Box > div ul li:nth-of-type(2) {
  width: 31.86%;
  margin-right: 2.2%;
  margin-bottom: 25px;
}
.cpa-template .cpa-content .cpa-Box > div ul li:nth-of-type(3) {
  width: 31.86%;
  margin-bottom: 15px;
}
.cpa-template .cpa-content .cpa-Box > div ul li:nth-of-type(4) {
  width: 48.9%;
  margin-right: 2.2%;
}
.cpa-template .cpa-content .cpa-Box > div ul li:nth-of-type(5) {
  width: 48.9%;
}
.cpa-template .cpa-content .cpa-Box > div ul li img {
  width: 100%;
  display: block;
}
.cpa-template .cpa-content .cpa-Box > div ul li span {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #FFFFFF;
  padding: 6px 20px;
  background: rgba(0, 0, 0, 0.4);
}
.cpa-template .cpa-content .cpa-Box .current {
  display: block;
}
.cpa-template .bottom {
  text-align: center;
  margin: 20px auto;
  max-width: 722px;
  line-height: 24px;
  color: #666666;
  font-size: 15px;
}
.cpa-template .bottom i {
  color: #f86906;
}
@media (max-width: 768px) {
  .cpa-template .cpa-content .cpa-items li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 15px;
    height: 126px;
    border-radius: 4px;
  }
  .cpa-template .cpa-content .cpa-items li:nth-of-type(2) {
    margin-right: 0;
  }
  .cpa-template .cpa-content .cpa-items li div {
    padding: 15px;
  }
  .cpa-template .cpa-content .cpa-items li div p {
    line-height: 20px;
  }
  .cpa-template .cpa-content .cpa-Box > div ul {
    padding: 0;
  }
  .cpa-template .cpa-content .cpa-Box > div ul li:nth-of-type(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .cpa-template .cpa-content .cpa-Box > div ul li:nth-of-type(2) {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .cpa-template .cpa-content .cpa-Box > div ul li:nth-of-type(3) {
    width: 49%;
    margin-bottom: 10px;
  }
  .cpa-template .cpa-content .cpa-Box > div ul li:nth-of-type(4) {
    width: 49%;
    margin-right: 2%;
  }
  .cpa-template .cpa-content .cpa-Box > div ul li:nth-of-type(5) {
    width: 49%;
  }
}
.one-Tutoring {
  background-color: #f7f7fb;
  padding: 50px 0 50px;
}
@media (max-width: 768px) {
  .one-Tutoring {
    padding: 35px 0;
  }
}
.one-Tutoring h2 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .one-Tutoring h2 {
    margin-bottom: 15px;
  }
}
.one-Tutoring .Tutoring-table {
  margin: 0 auto 30px;
  max-width: 1090px;
  overflow-x: hidden;
}
.one-Tutoring .Tutoring-table table {
  width: 1080px;
  border: 1px solid #eeeeee;
  text-align: center;
  margin: 0 auto;
}
.one-Tutoring .Tutoring-table table thead {
  display: block;
  width: 100%;
}
.one-Tutoring .Tutoring-table table thead tr {
  width: 100%;
  display: table;
}
.one-Tutoring .Tutoring-table table thead tr th {
  font-size: 24px;
  line-height: 46px;
  color: #ffffff;
  height: 64px;
  background-color: #e13b1b;
  display: table-cell;
  border: 1px solid #e13b1b;
}
@media (max-width: 768px) {
  .one-Tutoring .Tutoring-table table thead tr th {
    font-size: 20px;
    height: 48px;
  }
}
.one-Tutoring .Tutoring-table table thead tr th:first-of-type {
  width: 140px;
}
.one-Tutoring .Tutoring-table table thead tr th:nth-of-type(2) {
  width: 230px;
}
.one-Tutoring .Tutoring-table table thead tr th:nth-of-type(3) {
  width: 165px;
}
.one-Tutoring .Tutoring-table table thead tr th:nth-of-type(4) {
  width: 200px;
}
.one-Tutoring .Tutoring-table table thead tr th:nth-of-type(5) {
  width: 120px;
}
.one-Tutoring .Tutoring-table table thead tr th:nth-of-type(6) {
  width: 225px;
}
.one-Tutoring .Tutoring-table table tbody {
  max-height: 561px;
  overflow-y: scroll;
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .one-Tutoring .Tutoring-table table tbody {
    max-height: 395px;
  }
}
.one-Tutoring .Tutoring-table table tbody tr {
  width: 99.9%;
  display: table;
}
.one-Tutoring .Tutoring-table table tbody tr td {
  border: 1px solid #eeeeee;
  font-size: 15px;
  line-height: 15px;
  color: #333333;
  padding: 17px 30px;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .one-Tutoring .Tutoring-table table tbody tr td {
    font-size: 15px;
    padding: 10px 30px;
  }
}
.one-Tutoring .Tutoring-table table tbody tr td:first-of-type {
  width: 78px;
}
.one-Tutoring .Tutoring-table table tbody tr td:nth-of-type(2) {
  width: 167px;
}
.one-Tutoring .Tutoring-table table tbody tr td:nth-of-type(3) {
  width: 104px;
}
.one-Tutoring .Tutoring-table table tbody tr td:nth-of-type(4) {
  width: 139px;
}
.one-Tutoring .Tutoring-table table tbody tr td:nth-of-type(5) {
  width: 60px;
}
.one-Tutoring .Tutoring-table table tbody tr td:nth-of-type(6) {
  width: 150px;
}
@media (max-width: 1080px) {
  .one-Tutoring .Tutoring-table {
    overflow-x: auto;
  }
}
.com_part05 {
  padding-top: 50px;
  padding-bottom: 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .com_part05 {
    padding-top: 40px;
  }
}
.com_part05 h2 {
  margin-bottom: 30px;
}
.com_part05 .ztwrap {
  max-width: 1100px;
  margin: 0 auto;
}
.com_part05 .swiper-container {
  font-size: 16px;
}
.com_part05 .swiper-container .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.com_part05 .swiper-container .swiper-wrapper .swiper-slide li {
  font-size: 14px;
  width: 8.21428571em;
  margin: 0 0.5em 2.14285714em;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.com_part05 .swiper-container .swiper-wrapper .swiper-slide li > img {
  display: block;
  margin: 0 auto 0.35714286em;
  width: 3.28571429em;
  height: 3.14285714em;
}
.com_part05 .swiper-container .swiper-wrapper .swiper-slide li p {
  text-align: center;
  color: #666666;
}
@media (max-width: 1200px) {
  .com_part05 .swiper-container {
    max-width: 900px;
  }
}
@media (max-width: 1000px) {
  .com_part05 .swiper-container {
    max-width: 768px;
  }
  .com_part05 .swiper-container .swiper-wrapper .swiper-slide::after {
    content: '';
    width: 8.21428571em;
  }
  .com_part05 .swiper-container .swiper-wrapper .swiper-slide::before {
    content: '';
    width: 8.21428571em;
    order: 50;
  }
}
@media (max-width: 768px) {
  .com_part05 .swiper-container {
    max-width: 500px;
  }
  .com_part05 .swiper-container .swiper-wrapper .swiper-slide::after {
    content: '';
    max-width: 31.33%;
    margin: 0 1% 2.14285714em;
  }
  .com_part05 .swiper-container .swiper-wrapper .swiper-slide::before {
    content: '';
    max-width: 31.33%;
    margin: 0 1% 2.14285714em;
    order: 50;
  }
  .com_part05 .swiper-container .swiper-wrapper .swiper-slide li {
    font-size: 12px;
    max-width: 31.33%;
    margin: 0 1% 2.14285714em;
  }
  .com_part05 .swiper-container .swiper-pagination {
    bottom: 20px;
    width: 100%;
    height: 20px;
  }
  .com_part05 .swiper-container .swiper-pagination span {
    width: 60px;
    height: 5px;
    background: #e5e5e5;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .com_part05 .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
    background: #fe9700;
  }
}
.formBox {
  margin: 0 auto;
  max-width: 980px;
  padding: 0.5em 2em 0em;
  font-size: 16px;
}
@media (max-width: 866px) {
  .formBox {
    text-align: center;
  }
}
.formBox > h3 {
  color: #353535;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 0.8em;
}
.formBox > input[type="text"] {
  width: 20.5%;
  border: solid 1px #dddddd;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 1em;
  margin-right: 2%;
  background: #f7f7fb;
}
.formBox > input[type="text"] input::-webkit-input-placeholder {
  color: #999999;
}
.formBox > input[type="text"] input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
.formBox > input[type="text"] input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
.formBox > input[type="text"] input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}
.formBox > input[type="text"]:hover {
  box-shadow: 0 0 10px 0 rgba(94, 105, 173, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(94, 105, 173, 0.2);
  -webkit-box-shadow: 0 0 10px 0 rgba(94, 105, 173, 0.2);
}
@media (max-width: 866px) {
  .formBox > input[type="text"] {
    width: 19.5%;
    margin-right: 1.5%;
  }
}
.formBox > button[type="button"] {
  font-size: 1.125em;
  width: 20.5%;
  height: 3.111em;
  border-radius: 1.6em;
  -moz-border-radius: 1.6em;
  -webkit-border-radius: 1.6em;
  -ms-border-radius: 1.6em;
  -o-border-radius: 1.6em;
  color: #fff;
  border: none;
  background-color: #f8b43c;
  cursor: pointer;
}
.formBox > button[type="button"]:hover {
  box-shadow: 0 0 10px 0 rgba(240, 198, 126, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(240, 198, 126, 0.5);
  -webkit-box-shadow: 0 0 10px 0 rgba(240, 198, 126, 0.5);
}
@media (max-width: 1200px) {
  .formBox {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .formBox {
    font-size: 12px;
    text-align: center;
  }
  .formBox > input[type="text"] {
    width: 80%;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .formBox > button[type="button"] {
    width: 80%;
  }
}
.form2 > input[type="text"] {
  background: #FFFFFF;
}
.com_part06 {
  background: url(../images/com_bg06.jpg) top center;
  padding-bottom: 40px;
  padding: 60px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .com_part06 {
    padding: 40px 0;
  }
}
.com_part06 h2 {
  margin-bottom: 30px;
}
.com_part06 .ztwrap {
  max-width: 1020px;
  margin: 0px auto 0;
}
.com_part06 .ztwrap .comTabNav {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin: 0px auto 30px;
}
.com_part06 .ztwrap .comTabNav li {
  font-size: 16px;
  width: 11em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  -ms-border-radius: 1.5em;
  -o-border-radius: 1.5em;
  margin: 0 0.625em;
  color: #888888;
  background-color: #e6ecf5;
  cursor: pointer;
}
.com_part06 .ztwrap .comTabNav li.on {
  color: #ffffff;
  background-color: #4160ba;
}
.com_part06 .ztwrap .comTabNav li:hover {
  color: #ffffff;
  background-color: #4160ba;
}
@media (max-width: 768px) {
  .com_part06 .ztwrap .comTabNav {
    margin: 0px auto 15px;
  }
  .com_part06 .ztwrap .comTabNav li {
    font-size: 14px;
  }
}
.com_part06 .ztwrap .itemBox ul.comTabItem {
  display: none;
}
.com_part06 .ztwrap .itemBox ul.comTabItem.on {
  display: block;
}
.com_part06 .ztwrap .itemBox ul.comTabItem li {
  width: 22.06%;
  margin: 0 1.47% 20px;
  float: left;
}
.com_part06 .ztwrap .itemBox ul.comTabItem li > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 26px 0;
  background-color: #fdfefe;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 0px 4px 15px 0px rgba(236, 238, 242, 0.7);
}
.com_part06 .ztwrap .itemBox ul.comTabItem li > a img {
  width: auto;
  max-height: 80px;
}
.com_part06 .ztwrap .itemBox ul.comTabItem li > a p {
  font-size: 16px;
  margin-top: 10px;
  color: #5e69ad;
}
.com_part06 .ztwrap .itemBox ul.comTabItem li:hover {
  transform: scale(1.1);
}
.com_part06 .ztwrap .itemBox ul.comTabItem li:last-child a {
  background-color: none;
  box-shadow: none;
}
.com_part06 .ztwrap .itemBox ul.comTabItem li:last-child a p {
  color: #888888;
}
@media (max-width: 1000px) {
  .com_part06 .ztwrap .itemBox ul.comTabItem li {
    width: 30.33%;
    margin: 0 1.5% 20px;
  }
}
@media (max-width: 640px) {
  .com_part06 .ztwrap .itemBox ul.comTabItem li {
    width: 47%;
  }
  .com_part06 .ztwrap .itemBox ul.comTabItem li > a img {
    max-height: 60px;
  }
  .com_part06 .ztwrap .itemBox ul.comTabItem li > a p {
    font-size: 14px;
  }
}
