/*
Name:FRM竞价
Author:white
time:20171218
*/
/* LESS Document */
/* 清除浮动 */
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
/*常用颜色*/
/*常用字号*/
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/*边框圆角*/
/* 圆角  */
/*配模式定位*/
/*下阴影*/
/*弹出窗口半透明灰*/
/*1200屏*/
.sanjiao {
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 20px;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
}
/* 背景自适应 */
/*单行载断*/
/*单行载断溢出省略号*/
.spill1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*3行载断溢出省略号*/
/* 面包屑 */
.crumb {
  display: none;
}
@media (min-width: 768px) {
  .crumb {
    display: block;
    *zoom: 1;
    line-height: 50px;
  }
  .crumb:after {
    content: " ";
    clear: both;
    display: table;
  }
  .crumb p {
    color: #999;
  }
  .crumb p a {
    padding: 0 10px;
  }
  .crumb p span {
    padding-left: 10px;
  }
}
/*配模式定位*/
/*1200屏*/
/* 背景自适应 */
/*下阴影*/
/* 背景自适应 */
/* box-sizing */
/* 文本元素内垂直居中 */
/* input提示字体颜色修改 */
.pa100 {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ztwrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ztwrap {
    width: 96%;
  }
}
img {
  vertical-align: middle;
  max-width: 100%;
}
button {
  border: none;
  background: none;
  cursor: pointer;
  outline: none ;
}
a {
  text-decoration: none;
}
* {
  padding: 0;
  margin: 0;
  font-family: '微软雅黑';
}
.btnB {
  display: inline-block;
  height: 2.25em;
  line-height: 2.25em;
  min-width: 10em;
  text-align: center;
  font-size: 20px;
  background-color: #2f53aa;
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  box-shadow: 0 15px 15px -15px #2f53aa;
  -moz-box-shadow: 0 15px 15px -15px #2f53aa;
  -webkit-box-shadow: 0 15px 15px -15px #2f53aa;
}
h2 {
  text-align: center;
  font-size: 34px;
}
.btn {
  display: block;
  width: 224px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-image: linear-gradient(0deg, #e7643a 0%, #e67c30 100%);
  margin: 0 auto;
  margin-top: 40px;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
a {
  text-decoration: none;
}
o {
  font-size: 16px;
  color: #666;
  padding-top: 10px;
  display: none;
  text-align: center;
}
ul,
ol,
li {
  list-style: none;
}
i {
  font-style: normal;
  font-family: "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #666;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #666;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}
/*很关键：将默认的select选择框样式清除*/
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input,
select {
  outline: none;
}
@keyframes bubbleMove {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.disl {
  display: inline-block;
}
.bos {
  box-sizing: border-box;
}
.tra {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.tra1 {
  transition: 1.3s;
  -moz-transition: 1.3s;
  -webkit-transition: 1.3s;
  -o-transition: 1.3s;
}
.sidenav {
  display: none;
  position: fixed;
  width: 245px;
  height: 100%;
  background-color: #fff;
  right: 0;
  z-index: 10;
}
.sidenav > img {
  display: block;
  margin: 20px;
}
.sidenav ul {
  margin-left: 85px;
}
.sidenav ul li {
  margin-top: 20px;
}
.sidenav ul li a {
  color: #333;
}
.sidenav ul li.on a {
  color: #006ad4;
}
.headnav {
  width: 100%;
  height: 72px;
  z-index: 999;
  display: block;
  position: fixed;
  background: #fff;
  z-index: 5;
}
.headnav > a {
  position: absolute;
  left: 40px;
  height: 72px;
  line-height: 72px;
}
@media (max-width: 767px) {
  .headnav > a {
    height: 50px;
    line-height: 50px;
    left: 15px;
  }
}
.headnav ul {
  position: absolute;
  left: 200px;
  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;
}
.headnav ul li {
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  height: 72px;
  font-size: 16px;
  padding: 28px 15px 0;
}
@media (max-width: 950px) {
  .headnav ul li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.headnav ul li a {
  color: #666;
  display: inline-block;
}
.headnav ul li div {
  display: none;
  width: 24px;
  height: 2px;
  background-color: #006ad4;
  margin: 14px auto 0;
}
.headnav ul li:hover {
  background: rgba(255, 255, 255, 0.1);
}
.headnav ul li:hover a {
  color: #006ad4;
}
.headnav ul .current a {
  color: #006ad4;
}
.headnav ul .current div {
  display: block;
}
@media (max-width: 767px) {
  .headnav ul {
    display: none;
  }
}
.headnav .tel {
  position: absolute;
  top: 25px;
  right: 40px;
}
@media (max-width: 950px) {
  .headnav .tel {
    display: none;
  }
}
.headnav .menu {
  position: absolute;
  top: 19px;
  right: 17px;
}
@media (min-width: 768px) {
  .headnav .menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .headnav {
    height: 50px;
  }
}
.topbg {
  height: 72px;
  width: 100%;
}
@media (max-width: 767px) {
  .topbg {
    height: 50px;
  }
}
/* banner */
.banner {
  background: url(../images/bg_banner.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  padding: 167px 0 30px;
}
.banner > img {
  display: block;
  margin: 0 auto;
}
.banner > div {
  color: #fff;
  text-align: center;
}
.banner > div:nth-of-type(1) {
  font-size: 80px;
  line-height: 80px;
}
.banner > div:nth-of-type(2) {
  font-size: 50px;
  line-height: 50px;
  margin-top: 27px;
}
.banner > div:nth-of-type(2) span {
  color: #ffc34f;
}
@media (max-width: 800px) {
  .banner > div:nth-of-type(1) {
    font-size: 50px;
    line-height: 50px;
  }
  .banner > div:nth-of-type(2) {
    font-size: 30px;
    line-height: 30px;
    margin-top: 14px;
  }
}
@media (max-width: 530px) {
  .banner > div:nth-of-type(1) {
    font-size: 35px;
    line-height: 40px;
  }
  .banner > div:nth-of-type(2) {
    font-size: 20px;
    line-height: 20px;
  }
}
.banner .btn {
  position: relative;
  width: 200px;
  margin-top: 49px;
  margin-bottom: 181px;
}
.banner .btn > div {
  position: absolute;
  right: 2px;
  bottom: -3px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
}
.banner .btn > div div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}
.banner .btn .finger {
  position: absolute;
  right: -4px;
  bottom: -8px;
}
@media (max-width: 800px) {
  .banner .btn {
    width: 162px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-image: linear-gradient(0deg, #fc5927 0%, #f87602 100%);
    border-radius: 20px;
  }
  .banner .btn > div {
    width: 23px;
    height: 23px;
  }
  .banner .btn > div div {
    width: 14px;
    height: 15px;
  }
  .banner .btn .finger {
    right: -8px;
    bottom: -11px;
  }
}
@media (max-width: 750px) {
  .banner {
    padding-top: 79px;
    padding-bottom: 15px;
  }
  .banner .btn {
    margin-top: 20px;
    margin-bottom: 84px;
  }
}
@media (max-width: 375px) {
  .banner {
    background: url(../images/phone_banner.png) no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
  }
}
p {
  line-height: 26px;
}
.frm_title {
  *zoom: 1;
  text-align: center;
}
.frm_title:after {
  content: " ";
  clear: both;
  display: table;
}
.frm_title h2 {
  font-size: 30px;
  color: #333333;
}
.frm_title img {
  display: block;
  margin: 10px auto;
}
.frm_title span {
  display: inline-block;
  color: #666666;
  position: relative;
}
@media (min-width: 800px) {
  .frm_title h2 {
    font-size: 40px;
  }
}
.frm_what {
  padding: 49px 10px 51px 10px;
}
.frm_what .frm_title {
  margin-bottom: 10px;
}
.frm_what section {
  max-width: 1070px;
  margin: 0 auto;
  overflow: hidden;
  padding: 45px 50px 44px 55px;
  background: url("../images/bg_certificate.png") no-repeat center;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.frm_what section article:nth-of-type(1) {
  margin-right: 40px;
}
@media (min-width: 901px) {
  .frm_what section article:nth-of-type(1) {
    float: left;
  }
}
@media (max-width: 1024px) {
  .frm_what section article:nth-of-type(1) {
    margin-right: 30px;
  }
  .frm_what section article:nth-of-type(1) img {
    width: 306px;
  }
}
.frm_what section article:nth-of-type(2) {
  margin-left: 404px;
}
.frm_what section article:nth-of-type(2) > div {
  position: relative;
  margin-bottom: 20px;
}
.frm_what section article:nth-of-type(2) > div img {
  position: absolute;
  top: 7px;
}
.frm_what section article:nth-of-type(2) > div p {
  color: #666;
  padding-left: 32px;
  font-size: 16px;
}
.frm_what section article:nth-of-type(2) > div:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .frm_what section article:nth-of-type(2) {
    margin-left: 340px;
  }
}
@media (max-width: 430px) {
  .frm_what section {
    padding: 21px 24px 34px 25px;
  }
}
@media (max-width: 900px) {
  .frm_what {
    padding-top: 29px;
  }
  .frm_what section {
    background: url("../images/phone_certificate.png") no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
  }
  .frm_what section article:nth-of-type(1) {
    margin: 0;
    text-align: center;
  }
  .frm_what section article:nth-of-type(2) {
    margin: 0;
    margin-top: 18px;
    padding-left: 1px;
    padding-right: 4px;
  }
}
.frm_characteristic {
  padding: 50px 0;
  background-color: #f8fafc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.frm_characteristic > div:nth-of-type(1) h3 {
  font-size: 32px;
  color: #666;
  line-height: 31px;
  margin: 39px 0 10px;
}
.frm_characteristic > div:nth-of-type(1) h3 span {
  color: #006ad4;
}
.frm_characteristic > div:nth-of-type(1) p {
  font-size: 16px;
  color: #999;
  line-height: 17px;
}
@media (max-width: 799px) {
  .frm_characteristic > div:nth-of-type(1) h3 {
    font-size: 18px;
    margin-top: 31px;
    line-height: 17px;
  }
  .frm_characteristic > div:nth-of-type(1) p {
    font-size: 12px;
    padding: 0 44px;
    line-height: 13px;
  }
}
.frm_characteristic > div:nth-of-type(2) ul {
  width: 1080px;
  margin: 0 auto;
  padding: 28px 10px 0;
  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;
  flex-wrap: wrap;
}
.frm_characteristic > div:nth-of-type(2) li {
  width: 49.08%;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.frm_characteristic > div:nth-of-type(2) li article {
  max-height: 212px;
  background: url(../images/bg_fuli.png) center center no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
}
.frm_characteristic > div:nth-of-type(2) li h3 {
  font-size: 24px;
  color: #333;
  text-align: center;
  line-height: 24px;
  padding: 42px 0 27px 10px;
}
.frm_characteristic > div:nth-of-type(2) li p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 52px 31px 62px;
}
.frm_characteristic > div:nth-of-type(2) li .erea {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 22px;
}
.frm_characteristic > div:nth-of-type(2) li:nth-of-type(2) article p {
  padding: 0 47px 32px 58px;
}
.frm_characteristic > div:nth-of-type(2) li:nth-of-type(3) article p {
  padding: 0 47px 32px 57px;
}
.frm_characteristic > div:nth-of-type(2) li:nth-of-type(4) article p {
  padding: 0 46px 32px 63px;
}
@media (max-width: 1120px) {
  .frm_characteristic > div:nth-of-type(2) {
    overflow: hidden;
    overflow-x: auto;
  }
}
@media (max-width: 768px) {
  .frm_characteristic > div:nth-of-type(2) {
    display: none;
  }
}
.frm_characteristic > div:nth-of-type(3) {
  display: none;
  margin-top: 30px;
  overflow: hidden;
  overflow-x: auto;
}
.frm_characteristic > div:nth-of-type(3) ul {
  width: 1320px;
  margin: 0 auto;
  padding: 10px 0 10px 21px;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
}
.frm_characteristic > div:nth-of-type(3) ul li {
  position: relative;
  width: 312px;
  border-radius: 4px;
  border: solid 6px #eaf5ff;
  padding: 19px 17px 21px 18px;
  margin-right: 21px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.frm_characteristic > div:nth-of-type(3) ul li div.gift {
  position: absolute;
  top: -15px;
  left: -16px;
  width: 64px;
  height: 32px;
  line-height: 32px;
  background-color: #0069db;
  border-radius: 16px 20px 0px 16px;
  text-align: center;
}
.frm_characteristic > div:nth-of-type(3) ul li div:nth-of-type(2) {
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translate(-50%);
  width: 56px;
  height: 12px;
  background-color: #bbe2ff;
  border-radius: 6px;
  z-index: 1;
}
.frm_characteristic > div:nth-of-type(3) ul li h3 {
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 18px;
  z-index: 2;
}
.frm_characteristic > div:nth-of-type(3) ul li p {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}
.frm_characteristic > div:nth-of-type(3) ul li p:nth-of-type(1) {
  display: none;
}
.frm_characteristic > div:nth-of-type(3) ul li p span {
  cursor: pointer;
}
.frm_characteristic > div:nth-of-type(3) ul li:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .frm_characteristic > div:nth-of-type(3) {
    display: block;
  }
}
@media (max-width: 1120px) {
  .frm_characteristic o {
    display: block;
  }
}
@media (max-width: 768px) {
  .frm_characteristic {
    padding: 30px 0;
  }
  .frm_characteristic .btn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-image: linear-gradient(0deg, #fc5927 0%, #f87602 100%);
    border-radius: 20px;
    margin-top: 10px;
  }
}
.cfa_condition {
  padding: 51px 10px;
}
.cfa_condition > div h3 {
  font-size: 32px;
  color: #666;
  line-height: 31px;
  margin: 50px 0 10px;
}
.cfa_condition > div h3 span {
  color: #006ad4;
}
.cfa_condition > div p {
  font-size: 16px;
  color: #999;
  line-height: 17px;
}
@media (max-width: 799px) {
  .cfa_condition > div h3 {
    font-size: 18px;
    margin-top: 31px;
    line-height: 17px;
  }
  .cfa_condition > div p {
    font-size: 12px;
    padding: 0 44px;
    line-height: 13px;
  }
}
.cfa_condition section {
  overflow: hidden;
  overflow-x: auto;
  padding-top: 41px;
}
.cfa_condition section ul {
  width: 1127px;
  margin: auto;
  display: flex;
  *zoom: 1;
}
.cfa_condition section ul:after {
  content: " ";
  clear: both;
  display: table;
}
.cfa_condition section ul li {
  width: 228px;
  text-align: center;
}
.cfa_condition section ul li h5 {
  width: 228px;
  height: 60px;
  line-height: 60px;
  background-color: #ecf5fe;
  border-radius: 30px;
  font-size: 18px;
  color: #66a6e5;
  cursor: pointer;
  margin: 0 auto;
}
.cfa_condition section ul li h5:hover {
  color: #fff;
  background-color: #006ad4;
}
.cfa_condition section ul li p {
  padding: 29px 17px 0 15px;
  font-size: 14px;
  color: #999;
  line-height: 21px;
}
.cfa_condition section ul div.left_round,
.cfa_condition section ul div.right_round {
  width: 8px;
  height: 16px;
  margin-top: 22px;
  background-color: #c3e1ff;
}
.cfa_condition section ul div.left_round {
  border-radius: 16px 0 0 16px;
  margin-right: 10px;
}
.cfa_condition section ul div.right_round {
  border-radius: 0 16px 16px 0;
  margin-left: 10px;
}
.cfa_condition section ul div.left_show {
  display: none;
}
.cfa_condition section ul div.xian {
  width: 32px;
  height: 1px;
  margin-top: 30px;
  margin-right: 10px;
  border-top: 1px dashed #c3e1ff;
}
.cfa_condition .btn {
  width: 210px;
  margin-top: 47px;
}
@media (max-width: 768px) {
  .cfa_condition {
    padding: 30px 10px;
  }
  .cfa_condition section ul li h5 {
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    border: 6px solid #eaf5ff;
    background-color: #006ad4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
  }
  .cfa_condition section ul li p {
    padding-top: 15px;
  }
  .cfa_condition section ul div.left_round,
  .cfa_condition section ul div.right_round,
  .cfa_condition section ul div.xian {
    margin-left: 0;
    margin-right: 0;
  }
  .cfa_condition section ul div.left_show {
    display: block;
  }
  .cfa_condition .btn {
    width: 178px;
    height: 40px;
    line-height: 40px;
    background-image: linear-gradient(0deg, #fc5927 0%, #f87602 100%);
    border-radius: 20px;
    margin-top: 32px;
    font-size: 16px;
  }
}
.table_box {
  padding-bottom: 30px;
}
.frm_guide {
  background-color: #f8fafc;
  padding: 49px 0 50px 0;
}
.frm_guide > div h3 {
  display: none;
  font-size: 18px;
  color: #666;
  text-align: center;
  line-height: 17px;
  margin-top: 28px;
}
.frm_guide > div h3 span {
  color: #006ad4;
}
.frm_guide > div p {
  display: none;
  text-align: center;
  font-size: 12px;
  color: #999;
  line-height: 14px;
  padding: 12px 42px 0;
}
@media (max-width: 1170px) {
  .frm_guide > div h3,
  .frm_guide > div p {
    display: block;
  }
}
.frm_guide article {
  padding-top: 59px;
  overflow: hidden;
  overflow-x: auto;
}
.frm_guide article > div {
  text-align: center;
  font-size: 0;
}
.frm_guide article > div img {
  vertical-align: top;
  display: inline-block;
}
.frm_guide article > div img:nth-of-type(1) {
  margin-top: 61px;
  margin-right: 10px;
}
.frm_guide article > div img:nth-of-type(2) {
  margin-top: 40px;
  margin-right: 20px;
}
.frm_guide article > div img:nth-of-type(3) {
  margin-top: 40px;
  margin-left: 20px;
}
.frm_guide article > div img:nth-of-type(4) {
  margin-top: 61px;
  margin-left: 10px;
}
.frm_guide article > div div {
  display: inline-block;
  width: 630px;
  height: 110px;
  background-color: #ffffff;
  border: solid 6px #c3e1ff;
  padding-top: 23px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.frm_guide article > div div h3 {
  font-size: 24px;
  color: #666;
  text-align: center;
  line-height: 23px;
}
.frm_guide article > div div h3 span {
  color: #006ad4;
}
.frm_guide article > div div p {
  text-align: center;
  font-size: 14px;
  color: #999;
  line-height: 15px;
  padding: 14px 30px 0 29px;
}
@media (max-width: 1170px) {
  .frm_guide article {
    padding-top: 0;
  }
  .frm_guide article > div {
    display: none;
  }
  .frm_guide article ul {
    padding-top: 22px;
  }
}
.frm_guide ul {
  width: 1137px;
  margin: auto;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  padding: 25px 10px 10px 10px;
}
.frm_guide ul li {
  box-sizing: border-box;
  width: 329px;
  margin-right: 75px;
}
.frm_guide ul li div {
  position: relative;
  text-align: center;
  padding: 91px 0 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.frm_guide ul li div h3 {
  text-align: center;
  font-size: 24px;
  color: #66a6e5;
  line-height: 25px;
}
.frm_guide ul li div p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  padding: 22px 60px 62px 62px;
}
.frm_guide ul li:nth-of-type(1) div {
  background: url(../images/bg_cost01.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
}
.frm_guide ul li:nth-of-type(2) div {
  background: url(../images/bg_cost02.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
}
.frm_guide ul li:nth-of-type(3) div {
  background: url(../images/bg_cost03.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
}
.frm_guide ul li:last-child {
  margin-right: 0;
}
.frm_guide .btn {
  width: 210px;
}
@media (max-width: 1186px) {
  .frm_guide o {
    display: block;
  }
}
@media (max-width: 768px) {
  .frm_guide {
    padding: 30px 0;
  }
  .frm_guide > div h2 {
    padding: 0 53px;
  }
  .frm_guide ul {
    width: 1010px;
  }
  .frm_guide ul li {
    margin-right: 10px;
  }
  .frm_guide .btn {
    width: 162px;
    height: 40px;
    line-height: 40px;
    background-image: linear-gradient(0deg, #fc5927 0%, #f87602 100%);
    border-radius: 20px;
    font-size: 16px;
    margin-top: 10px;
  }
}
.frm_individualization {
  background-color: #fff;
  padding: 50px 0;
}
.frm_individualization > div {
  padding-bottom: 27px;
}
.frm_individualization > div h2 {
  line-height: 38px;
}
.frm_individualization > div h3 {
  font-size: 32px;
  color: #666;
  line-height: 31px;
  margin: 55px 0 10px;
}
.frm_individualization > div h3 span {
  color: #006ad4;
}
.frm_individualization > div p {
  font-size: 16px;
  color: #999;
  line-height: 17px;
}
@media (max-width: 799px) {
  .frm_individualization > div {
    padding-bottom: 23px;
  }
  .frm_individualization > div h2 {
    padding: 0 65px;
    line-height: 32px;
  }
  .frm_individualization > div h3 {
    font-size: 18px;
    margin-top: 31px;
    line-height: 17px;
  }
  .frm_individualization > div p {
    font-size: 12px;
    padding: 0 38px;
    line-height: 13px;
  }
}
.frm_individualization section {
  overflow: hidden;
  overflow-x: auto;
  margin: 0 15px;
}
.frm_individualization section table {
  width: 1127px;
  margin: 0 auto;
  border-collapse: collapse;
}
.frm_individualization section table tr {
  height: 40px;
}
.frm_individualization section table tr td {
  border: 1px solid #f5f5f5;
  text-align: center;
  color: #333;
}
.frm_individualization section table tr td:nth-of-type(1) {
  font-size: 14px;
}
.frm_individualization section table tr td:nth-of-type(2) {
  font-size: 14px;
  width: 176px;
}
.frm_individualization section table tr td:nth-of-type(3) {
  font-size: 14px;
  width: 176px;
}
.frm_individualization section table tr td:nth-of-type(4) {
  width: 177px;
}
.frm_individualization section table tr:nth-of-type(1) {
  height: 64px;
  text-align: center;
  background: #006ad4;
}
.frm_individualization section table tr:nth-of-type(1) th {
  color: #fff;
  font-size: 16px;
  padding: 0;
  border-bottom: none;
  font-weight: normal;
}
.frm_individualization section table tr:nth-of-type(1) th span {
  font-size: 24px;
  line-height: 19px;
}
.frm_individualization section table tr:nth-of-type(1) th:nth-of-type(1) {
  font-size: 24px;
}
.frm_individualization section table tr:nth-of-type(1) th:nth-of-type(3) {
  padding-left: 55px;
}
.frm_individualization section table tr:nth-of-type(1) th:nth-of-type(4) {
  padding-left: 35px;
}
.frm_individualization section table tr:nth-of-type(1) th:nth-of-type(5) {
  padding-left: 15px;
}
.frm_individualization section table tr:nth-of-type(2) {
  background-color: #e5effc;
}
.frm_individualization section table tr:nth-of-type(2) td {
  font-size: 16px;
  color: #2e6bcc;
  font-weight: bold;
}
.frm_individualization section table tr:nth-of-type(2) td:nth-of-type(1),
.frm_individualization section table tr:nth-of-type(2) td:nth-of-type(2),
.frm_individualization section table tr:nth-of-type(2) td:nth-of-type(3),
.frm_individualization section table tr:nth-of-type(2) td:nth-of-type(4),
.frm_individualization section table tr:nth-of-type(2) td:nth-of-type(5),
.frm_individualization section table tr:nth-of-type(2) td:nth-of-type(6) {
  border-top: none;
  border-bottom: none;
}
.frm_individualization section table tr:nth-of-type(2) td:nth-of-type(2),
.frm_individualization section table tr:nth-of-type(2) td:nth-of-type(3) {
  border-right: none;
  border-left: none;
}
.frm_individualization section table tr:nth-of-type(2) td:nth-of-type(1) {
  border-right: none;
}
.frm_individualization section table tr:nth-of-type(3) td {
  border-top: none;
}
.frm_individualization .btn {
  width: 210px;
  margin-top: 29px;
}
@media (max-width: 768px) {
  .frm_individualization .btn {
    width: 162px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-image: linear-gradient(0deg, #fc5927 0%, #f87602 100%);
    border-radius: 20px;
    margin-top: 20px;
  }
}
.frm_individualization o {
  padding-top: 0;
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  .frm_individualization o {
    display: block;
  }
}
.frm_early {
  background-color: #f8fafc;
  padding: 51px 10px 53px;
}
.frm_early .frm_title {
  padding-bottom: 27px;
}
.frm_early .frm_title h2 {
  line-height: 39px;
}
.frm_early section {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 10px;
}
.frm_early section > 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;
  flex-wrap: wrap;
}
.frm_early section > ul li {
  position: relative;
  width: 270px;
  height: 82px;
  border-radius: 4px;
  padding-top: 26px;
  border: solid 7px #e5effc;
  text-align: center;
  font-size: 16px;
  color: #333;
  background-color: #ffffff;
  margin-bottom: 34px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.frm_early section > ul li span {
  position: absolute;
  top: -21px;
  left: -17px;
  width: 64px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  background-color: #006ad4;
  border-radius: 15px 20px 0px 15px;
}
.frm_early section > ul li:nth-child(4n+4) {
  margin-right: 0;
}
.frm_early section .problem {
  display: none;
  width: 355px;
  padding-top: 15px;
}
.frm_early section .problem .swiper-slide 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;
  flex-wrap: wrap;
}
.frm_early section .problem .swiper-slide ul li {
  position: relative;
  width: 170px;
  height: 81px;
  border-radius: 4px;
  border: solid 6px #e5effc;
  text-align: center;
  font-size: 14px;
  color: #333;
  background-color: #ffffff;
  margin-bottom: 34px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.frm_early section .problem .swiper-slide ul li span {
  position: absolute;
  top: -21px;
  left: 46px;
  width: 64px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  background-color: #006ad4;
  border-radius: 15px 20px 0px 15px;
}
.frm_early section .problem .swiper-slide ul li:nth-of-type(2),
.frm_early section .problem .swiper-slide ul li:nth-of-type(4),
.frm_early section .problem .swiper-slide ul li:nth-of-type(6) {
  line-height: 15px;
}
.frm_early section .problem .swiper-slide ul li:nth-of-type(1) {
  padding-top: 29px;
}
.frm_early section .problem .swiper-slide ul li:nth-of-type(2) {
  padding: 25px 20px 0 21px;
}
.frm_early section .problem .swiper-slide ul li:nth-of-type(3) {
  padding-top: 33px;
}
.frm_early section .problem .swiper-slide ul li:nth-of-type(4) {
  padding: 27px 20px 0 21px;
}
.frm_early section .problem .swiper-slide ul li:nth-of-type(5) {
  padding-top: 28px;
}
.frm_early section .problem .swiper-slide ul li:nth-of-type(6) {
  padding: 24px 20px 0 21px;
}
.frm_early section .problem .problem-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #444;
}
.frm_early section .problem .problem-pagination .swiper-pagination-bullet-active {
  width: 12px;
  background-color: #ff8112;
  border-radius: 3px;
}
@media (max-width: 856px) {
  .frm_early section > ul {
    display: none;
  }
  .frm_early section .problem {
    display: block;
  }
}
.frm_early > a {
  width: 210px;
  margin-top: 0px;
}
@media (max-width: 856px) {
  .frm_early > a {
    width: 162px;
    height: 40px;
    line-height: 40px;
    margin-top: 8px;
    background-image: linear-gradient(0deg, #fc5927 0%, #f87602 100%);
    border-radius: 20px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .frm_early {
    padding: 30px 10px;
  }
  .frm_early .frm_title {
    padding-bottom: 28px;
  }
  .frm_early section {
    padding-left: 0;
  }
}
.frm_cheats {
  padding: 61px 10px 62px;
}
@media (max-width: 768px) {
  .frm_cheats {
    padding: 30px 10px;
  }
}
.frm_cheats section {
  max-width: 1050px;
  margin: 0 auto;
  padding: 30px 0 22px;
  *zoom: 1;
}
.frm_cheats section:after {
  content: " ";
  clear: both;
  display: table;
}
.frm_cheats section .lunbo {
  position: relative;
}
.frm_cheats section .lunbo .swiper-container {
  position: absolute;
  width: 450px;
  height: 300px;
  left: 9px;
  top: 19px;
  z-index: 2;
}
.frm_cheats section .lunbo .swiper-container .swiper-button-prev,
.frm_cheats section .lunbo .swiper-container .swiper-button-next {
  background-image: none;
  width: 32px;
  height: 64px;
}
.frm_cheats section .lunbo .swiper-container .swiper-button-prev {
  left: 0;
}
.frm_cheats section .lunbo .swiper-container .swiper-button-next {
  right: 0;
}
.frm_cheats section .lunbo .swiper-container .course-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  opacity: 0.6;
  margin: 0 3px;
}
.frm_cheats section .lunbo .swiper-container .course-pagination .swiper-pagination-bullet-active {
  width: 12px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 3px;
  opacity: 1;
}
.frm_cheats section .lunbo .big_box {
  position: absolute;
  width: 150px;
  height: 220px;
  top: 9px;
  left: -1px;
  background-color: #006ad4;
  opacity: 0.5;
  z-index: 1;
}
.frm_cheats section .lunbo .small_box {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 282px;
  left: 421px;
  background-color: #006ad4;
  z-index: 1;
}
.frm_cheats section .right {
  padding: 10px;
  background-color: #e5effc;
}
.frm_cheats section .right .content {
  position: relative;
  width: 674px;
  padding: 39px 0 23px 104px;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.frm_cheats section .right .content h3 {
  font-size: 32px;
  color: #333;
  text-align: center;
  line-height: 31px;
}
.frm_cheats section .right .content h3 span {
  color: #006ad4;
}
.frm_cheats section .right .content > span {
  display: block;
  width: 56px;
  height: 4px;
  background-color: #006ad4;
  opacity: 0.2;
  margin: 29px auto 27px;
}
.frm_cheats section .right .content p {
  font-size: 16px;
  color: #666;
  text-align: center;
  padding-right: 47px;
  padding-left: 44px;
  line-height: 21px;
}
.frm_cheats section .right .content a {
  width: 244px;
  margin-top: 23px;
}
.frm_cheats section .right .content img {
  position: absolute;
  right: 18px;
  bottom: 9px;
}
@media (max-width: 1060px) {
  .frm_cheats section {
    padding: 20px 0 0;
  }
  .frm_cheats section .lunbo {
    height: 237px;
  }
  .frm_cheats section .lunbo .swiper-container {
    width: 355px;
    height: 237px;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
  }
  .frm_cheats section .lunbo .big_box,
  .frm_cheats section .lunbo .small_box {
    display: none;
  }
  .frm_cheats section .right {
    float: none;
    width: 355px;
    margin: 0 auto;
    margin-top: -10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
  }
  .frm_cheats section .right .content {
    width: 100%;
    padding: 22px 0 24px;
  }
  .frm_cheats section .right .content h3 {
    font-size: 18px;
    line-height: 17px;
  }
  .frm_cheats section .right .content span {
    margin: 16px auto 22px;
  }
  .frm_cheats section .right .content p {
    font-size: 14px;
    padding-right: 19px;
    padding-left: 16px;
    line-height: 20px;
  }
  .frm_cheats section .right .content a {
    width: 162px;
    height: 40px;
    line-height: 40px;
    background-image: linear-gradient(0deg, #fc5927 0%, #f87602 100%);
    border-radius: 20px;
    margin-top: 18px;
    font-size: 16px;
  }
  .frm_cheats section .right .content img {
    display: none;
  }
}
.frm_bank {
  background-color: #f8fafc;
  padding: 49px 10px 50px;
}
.frm_bank section {
  max-width: 1066px;
  margin: auto;
}
.frm_bank section > div {
  width: 869px;
  height: 120px;
  background-color: #ffffff;
  border-radius: 60px;
  border: solid 8px #e5effc;
  margin: 0 auto;
  padding-top: 20px;
  margin-top: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.frm_bank section > div h3 {
  font-size: 24px;
  color: #3388dd;
  text-align: center;
  line-height: 24px;
}
.frm_bank section > div p {
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 16px;
  padding: 10px 38px 0 39px;
}
.frm_bank section > span {
  display: block;
}
.frm_bank section > span:nth-of-type(1) {
  width: 1px;
  height: 30px;
  border-left: 1px dashed #dcdcdc;
  margin: 0 auto 2px;
}
.frm_bank section > span:nth-of-type(2) {
  width: 87.9%;
  height: 27px;
  border: 1px dashed #dcdcdc;
  border-bottom: none;
  margin: 0 auto 18px;
}
.frm_bank section 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;
}
.frm_bank section ul li {
  width: 13%;
  text-align: center;
}
.frm_bank section ul li div {
  padding-top: 20px;
}
.frm_bank section ul li div h5 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.frm_bank section ul li div p {
  padding-top: 6px;
  font-size: 14px;
  color: #666;
  line-height: 21px;
}
.frm_bank section ul > img {
  height: 100%;
  padding-top: 38px;
}
@media (max-width: 1010px) {
  .frm_bank section > div {
    width: 355px;
    height: 193px;
    padding: 21px 15px 16px 14px;
    border-radius: 4px;
    border-color: #e2effd;
  }
  .frm_bank section > div h3 {
    font-size: 18px;
    color: #0088e4;
    text-align: left;
    line-height: 19px;
  }
  .frm_bank section > div p {
    padding: 21px 0 0;
    text-align: left;
  }
  .frm_bank section > div p span {
    color: #333;
  }
  .frm_bank section > span {
    display: none;
  }
  .frm_bank section ul {
    flex-wrap: wrap;
    padding: 19px 27px 0 23px;
  }
  .frm_bank section ul li {
    width: 50%;
    margin-bottom: 25px;
  }
  .frm_bank section ul li div {
    padding-top: 24px;
  }
  .frm_bank section ul li:nth-of-type(odd) img {
    margin-right: 20px;
  }
  .frm_bank section ul li:nth-of-type(odd) div {
    padding-right: 23px;
  }
  .frm_bank section ul li:nth-of-type(even) img {
    margin-left: 20px;
  }
  .frm_bank section ul li:nth-of-type(even) div {
    padding-left: 23px;
  }
  .frm_bank section ul > img {
    display: none;
  }
}
.frm_bank .btn {
  width: 244px;
  margin-top: 36px;
}
@media (max-width: 768px) {
  .frm_bank {
    padding: 30px 10px;
  }
  .frm_bank .btn {
    width: 222px;
    height: 40px;
    line-height: 40px;
    background-image: linear-gradient(0deg, #fc5927 0%, #f87602 100%);
    border-radius: 20px;
    margin-top: 0;
    font-size: 16px;
  }
}
.frm_question {
  padding: 50px 0;
}
.frm_question .frm_title h2 {
  line-height: 39px;
}
.frm_question .frm_title p {
  color: #999999;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  margin-top: 18px;
}
.frm_question .cfa_why {
  max-width: 1200px;
  margin: 39px auto 0;
}
.frm_question .cfa_why ul {
  max-width: 1200px;
  margin: 30px auto 0px;
  *zoom: 1;
  display: none;
}
.frm_question .cfa_why ul:after {
  content: " ";
  clear: both;
  display: table;
}
.frm_question .cfa_why li {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  max-height: 120px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.frm_question .cfa_why li aside {
  width: 100%;
  height: 120px;
  background: url(../images/bank_01.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.frm_question .cfa_why li:nth-child(2) aside {
  background: url(../images/bank_02.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.frm_question .cfa_why li:nth-child(2) section span {
  line-height: 20px;
}
.frm_question .cfa_why li:nth-child(3) aside {
  background: url(../images/bank_03.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.frm_question .cfa_why li:nth-child(4) aside {
  background: url(../images/bank_04.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.frm_question .cfa_why section {
  width: 100%;
  color: #fafafa;
  position: absolute;
  top: 95px;
  left: 50%;
  margin-left: -95px;
  padding: 40px;
  box-sizing: border-box;
}
.frm_question .cfa_why section p {
  font-size: 24px;
  width: 100%;
  text-align: center;
}
.frm_question .cfa_why section span {
  display: none;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 15px;
}
.frm_question .cfa_why section a {
  display: none;
  max-width: 260px;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  /* .pos(a);
                top: 220px;
                left: 50%;
                margin-left: -32px;
                z-index: 100; */
}
.frm_question .cfa_why li:hover section {
  display: block;
  top: 0;
  left: 0;
  margin-left: 0;
}
.frm_question .cfa_why li:hover section p {
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
}
.frm_question .cfa_why li:hover section span {
  display: block;
  text-align: center;
}
.frm_question .cfa_why li:hover section a {
  display: block;
}
.frm_question .cfa_why li:hover aside {
  position: relative;
}
.frm_question .cfa_why li:hover aside div {
  background: #333;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.frm_question .cfa_why .dl_mb {
  *zoom: 1;
  margin-top: 15px;
}
.frm_question .cfa_why .dl_mb:after {
  content: " ";
  clear: both;
  display: table;
}
.frm_question .cfa_why .dl_mb dl {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 15px;
}
.frm_question .cfa_why .dl_mb dl dt {
  margin-bottom: 5px;
}
.frm_question .cfa_why .dl_mb dl dt img {
  max-width: 100%;
}
.frm_question .cfa_why .dl_mb dl dd {
  font-size: 16px;
  color: #666;
  max-width: 280px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .frm_question .frm_title p {
    font-size: 18px;
  }
  .frm_question .cfa_why ul li {
    width: 50%;
    float: left;
  }
  .frm_question .cfa_why .dl_mb dl {
    width: 50%;
    float: left;
  }
  .frm_question .cfa_why .dl_mb dl dd {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .frm_question .cfa_why ul li a {
    font-size: 20px;
  }
  .frm_question .cfa_why ul li {
    width: 33.3%;
  }
  .frm_question .cfa_why ul li a {
    font-size: 16px;
  }
  .frm_question .cfa_why ul li section {
    padding: 15px;
  }
  .frm_question .cfa_why ul li:nth-child(2) section span {
    line-height: 16px;
  }
  .frm_question .cfa_why .dl_mb dl {
    width: 24%;
    margin-right: 1%;
  }
  .frm_question .cfa_why .dl_mb dl:nth-child(4) {
    margin-right: 0;
  }
}
@media (min-width: 1212px) {
  .frm_question .cfa_why {
    width: 100%;
  }
  .frm_question .cfa_why ul {
    display: block;
  }
  .frm_question .cfa_why ul li {
    margin-right: 25px;
    margin-bottom: 0;
  }
  .frm_question .cfa_why ul li:last-of-type {
    margin-right: 0;
  }
  .frm_question .cfa_why ul li section {
    padding: 30px 20px;
    top: 80px;
  }
  .frm_question .cfa_why ul li section span {
    font-size: 18px;
  }
  .frm_question .cfa_why ul li:nth-child(2) section span {
    line-height: 26px;
  }
  .frm_question .cfa_why .dl_mb {
    display: none;
  }
}
@media (max-width: 768px) {
  .frm_question {
    padding: 30px 10px;
  }
  .frm_question .frm_title h2 {
    line-height: 29px;
  }
}
.teacher {
  padding-top: 2.6%;
}
.teacher .frm_title {
  margin-bottom: 30px;
}
.teacher .content {
  position: relative;
}
.teacher .content figure {
  overflow: hidden;
}
.teacher .content figure img {
  position: relative;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
}
.teacher .content ul {
  position: absolute;
  bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1080px;
  left: 50%;
  transform: translateX(-50%);
}
.teacher .content ul li {
  font-size: 18px;
  padding: 0 20px;
  line-height: 40px;
  margin: 0 20px;
  color: #fff;
  background-color: #006ad4;
  margin-top: 25px;
}
.teacher .bC {
  background-color: #f9f9f9;
  padding: 52px 0 45px;
}
.teacher .bC ol {
  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;
}
.teacher .bC ol li {
  font-size: 30px;
  text-align: center;
  width: 48%;
  max-width: 200px;
  margin: 0 auto;
  font-weight: 600;
  margin-bottom: 20px;
}
.teacher .bC ol li b {
  font-size: 2em;
  color: #fe7064;
  margin-top: 0.33333333em;
}
.teacher .btn {
  display: block;
  margin: 0 auto;
  width: 12.11111111em;
}
@media (max-width: 768px) {
  .teacher .content {
    padding-bottom: 100px;
  }
  .teacher .content figure img {
    height: 305px;
  }
  .teacher .content ul li {
    font-size: 16px;
    width: 100%;
    max-width: 480px;
    text-align: center;
    margin: 0 0 10px;
  }
  .teacher .bC {
    padding: 6% 0 8%;
  }
  .teacher .bC ol {
    max-width: 540px;
  }
  .teacher .bC ol li {
    font-size: 20px;
    margin-bottom: 4%;
  }
}
@media (max-width: 640px) {
  .teacher .bC ol {
    max-width: 480px;
  }
  .teacher .bC ol li {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .teacher .content {
    padding-bottom: 172px;
  }
  .teacher .content figure img {
    height: 275px;
  }
}
.sidebar {
  position: fixed;
  z-index: 100;
  top: 20%;
  right: 5px;
  width: 72px;
  background-color: #ffffff;
  box-shadow: 0px 2px 15px 0px rgba(111, 133, 168, 0.1);
}
@media (max-width: 1440px) {
  .sidebar {
    width: 64px;
  }
}
@media (max-width: 768px) {
  .sidebar {
    display: none;
  }
}
.sidebar ul li {
  text-align: center;
}
.sidebar ul li img {
  display: block;
  margin: 0 auto;
}
.sidebar ul li a {
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.sidebar ul li a img {
  margin-bottom: 3px;
}
.sidebar ul li a figure {
  width: 100%;
}
.sidebar ul li a figure img:nth-child(2) {
  display: none;
}
.sidebar ul li a span {
  width: 100%;
}
.sidebar ul li.one {
  background-color: #006ad4;
  height: 104px;
}
.sidebar ul li.one a {
  font-size: 16px;
  color: #fff;
}
.sidebar ul li:not(:first-child) {
  height: 64px;
  border-top: 1px solid rgba(238, 238, 238, 0.5);
}
.sidebar ul li:not(:first-child):hover figure img {
  display: none;
}
.sidebar ul li:not(:first-child):hover figure img:nth-child(2) {
  display: block;
}
.sidebar ul li:not(:first-child):hover span {
  color: #006ad4;
}
.sidebar ul li:not(:first-child) a {
  font-size: 14px;
  color: #bfbfbf;
}
