/* 清除浮动 */
/* link in text */
a.t {
  text-decoration: underline;
}
a.t:hover {
  color: #f30;
  text-decoration: underline;
}
/* clear float */
.cf {
  zoom: 1;
}
/* for IE */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
/* for other */
/* end of clear float */
/* 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行载断溢出省略号*/
/* 面包屑 */
.crumb {
  display: none;
}
@media (min-width: 768px) {
  .crumb {
    display: block;
    *zoom: 1;
    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;
}
/*常用颜色*/
/* 板块版心设置 */
.huadong {
  font-size: 12px;
  text-align: center;
  margin-bottom: 5px;
  color: #999;
  display: none;
}
/* 200806__RFP阿拉丁产品专题页_徐佳麒DFP start */
.rfp_planner {
  /* 二级标题样式 start */
  /* 二级标题样式 end */
  /* 链接 start */
  /* 链接 end */
  /* RFP证书介绍 start */
  /* RFP证书介绍 end */
  /* RFP证书价值 start */
  /* RFP证书价值 end */
  /* RFP适合人群 start */
  /* RFP适合人群 end */
  /* RFP报考条件 start */
  /* RFP报考条件 end */
  /* RFP学习及报考流程 start */
  /* RFP学习及报考流程 end */
  /* RFP考试地点 start- */
  /* RFP考试地点 end */
  /* RFP课程体系 start */
  /* RFP课程体系 end */
  /* RFP继续教育内容 start */
  /* RFP继续教育内容 end */
  /* RFP认证课程推荐 start */
  /* RFP认证课程推荐 end */
  /* part11 部分师资介绍 start  */
  /* part11 部分师资介绍 end */
  /* part04 课程内容介绍 start */
  /* part04 课程内容介绍 end */
}
.rfp_planner .h2_title {
  margin-bottom: 35px;
  text-align: center;
  font-size: 16px;
}
.rfp_planner .h2_title h2 {
  font-size: 2.5em;
  text-align: center;
  color: #333333;
  line-height: 1.4;
}
.rfp_planner .h2_title h2::after,
.rfp_planner .h2_title h2::before {
  content: '';
  display: inline-block;
  width: 1.3em;
  height: 0.6em;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  position: relative;
  top: -0.05em;
}
.rfp_planner .h2_title h2::before {
  background-image: url(../images/h2_titleR.png);
  margin-right: 0.375em;
}
.rfp_planner .h2_title h2::after {
  background-image: url(../images/h2_titleL.png);
  margin-left: 0.375em;
}
.rfp_planner .h2_title p {
  color: #999999;
}
@media (max-width: 768px) {
  .rfp_planner .h2_title {
    margin-bottom: 6%;
    font-size: 14px;
  }
  .rfp_planner .h2_title h2 {
    font-size: 30px;
  }
}
@media (max-width: 374px) {
  .rfp_planner .h2_title h2::after,
  .rfp_planner .h2_title h2::before {
    display: none;
  }
}
.rfp_planner .a_link {
  margin-top: 30px;
  font-size: 0;
  text-align: center;
}
.rfp_planner .a_link a {
  display: inline-block;
  font-size: 16px;
  width: 11.9375em;
  line-height: 2.875em;
  background-color: #214074;
  border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  -ms-border-radius: 1.5em;
  -o-border-radius: 1.5em;
  color: #ffffff;
  margin: 0 0.78125em;
  border: solid 1px #214074;
}
.rfp_planner .a_link a.btn02 {
  color: #214074;
  background-color: #fff;
}
.rfp_planner .a_link a.btn03 {
  color: #011333;
  background-color: #fff;
}
@media (max-width: 768px) {
  .rfp_planner .a_link {
    margin-top: 6%;
  }
  .rfp_planner .a_link a {
    font-size: 14px;
    max-width: 45%;
    margin: 0 2%;
  }
}
.rfp_planner .rfp_banner {
  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;
  background: url(../images/banner_bg.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.rfp_planner .rfp_banner > div {
  width: 100%;
  text-align: center;
}
.rfp_planner .rfp_banner > div a {
  color: #754914;
  font-weight: 600;
  font-size: 20px;
  display: inline-block;
  width: 11.45em;
  line-height: 2.4em;
  background-image: linear-gradient(90deg, #ecdbb6 0%, #d4c19a 100%);
  border-radius: 1.2em;
  -moz-border-radius: 1.2em;
  -webkit-border-radius: 1.2em;
  -ms-border-radius: 1.2em;
  -o-border-radius: 1.2em;
}
@media (min-width: 1201px) {
  .rfp_planner .rfp_banner {
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .rfp_planner .rfp_banner {
    padding: 5% 0;
  }
  .rfp_planner .rfp_banner img {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .rfp_planner .rfp_banner {
    padding: 8% 0 13.3%;
  }
  .rfp_planner .rfp_banner > div a {
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  .rfp_planner .rfp_banner > div a {
    font-size: 14px;
  }
}
.rfp_planner .rfp_Introduction {
  padding: 55px 0;
  background: url(../images/Introduction_bg.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.rfp_planner .rfp_Introduction .Introduction_con {
  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;
  font-size: 14px;
}
.rfp_planner .rfp_Introduction .Introduction_con figure {
  min-width: 28.57142857em;
  text-align: center;
}
.rfp_planner .rfp_Introduction .Introduction_con figure h3 {
  font-size: 16px;
}
.rfp_planner .rfp_Introduction .Introduction_con ul {
  padding-left: 30px;
  max-width: 680px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.rfp_planner .rfp_Introduction .Introduction_con ul li {
  padding-bottom: 2.14285714em;
  padding-left: 3.57142857em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  position: relative;
}
.rfp_planner .rfp_Introduction .Introduction_con ul li:last-child::after {
  display: none;
}
.rfp_planner .rfp_Introduction .Introduction_con ul li::after {
  content: '';
  position: absolute;
  top: 2.71428571em;
  bottom: 0.28571429em;
  left: 1.07142857em;
  width: 2px;
  background-color: #e5ddd4;
  opacity: 0.5;
}
.rfp_planner .rfp_Introduction .Introduction_con ul li em {
  font-size: 1.14285714em;
  display: block;
  color: #ffffff;
  position: absolute;
  text-align: center;
  width: 2em;
  left: 0;
  top: -2px;
  line-height: 2.3125em;
  background: url(../images/number_bg.png) no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  font-weight: 600;
  font-family: cursive;
  z-index: 2;
}
.rfp_planner .rfp_Introduction .Introduction_con ul li p {
  color: #444444;
  line-height: 1.71428571em;
}
@media (max-width: 768px) {
  .rfp_planner .rfp_Introduction {
    padding: 10% 0;
  }
  .rfp_planner .rfp_Introduction .Introduction_con {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rfp_planner .rfp_Introduction .Introduction_con figure {
    margin: 0 auto;
    max-width: 92%;
    min-width: 92%;
  }
  .rfp_planner .rfp_Introduction .Introduction_con ul {
    padding-left: 2%;
    padding-right: 2%;
    margin-top: 4%;
  }
  .rfp_planner .rfp_Introduction .Introduction_con ul li {
    padding-bottom: 4%;
  }
}
.rfp_planner .pft {
  padding-top: 55px;
}
.rfp_planner .pft .Introduction_con {
  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;
  font-size: 14px;
}
.rfp_planner .pft .Introduction_con figure {
  min-width: 28.57142857em;
  text-align: center;
}
.rfp_planner .pft .Introduction_con figure h3 {
  font-size: 16px;
}
.rfp_planner .pft .Introduction_con ul {
  padding-right: 30px;
  max-width: 680px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.rfp_planner .pft .Introduction_con ul li {
  padding-bottom: 2.14285714em;
  padding-left: 3.57142857em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  position: relative;
}
.rfp_planner .pft .Introduction_con ul li:last-child::after {
  display: none;
}
.rfp_planner .pft .Introduction_con ul li::after {
  content: '';
  position: absolute;
  top: 2.71428571em;
  bottom: 0.28571429em;
  left: 1.07142857em;
  width: 2px;
  background-color: #e5ddd4;
  opacity: 0.5;
}
.rfp_planner .pft .Introduction_con ul li em {
  font-size: 1.14285714em;
  display: block;
  color: #ffffff;
  position: absolute;
  text-align: center;
  width: 2em;
  left: 0;
  top: -2px;
  line-height: 2.3125em;
  background: url(../images/number_bg.png) no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  font-weight: 600;
  font-family: cursive;
  z-index: 2;
}
.rfp_planner .pft .Introduction_con ul li p {
  color: #444444;
  line-height: 1.71428571em;
}
@media (max-width: 768px) {
  .rfp_planner .pft {
    padding-top: 10%;
  }
  .rfp_planner .pft .Introduction_con {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rfp_planner .pft .Introduction_con figure {
    margin: 0 auto;
    max-width: 92%;
    min-width: 92%;
  }
  .rfp_planner .pft .Introduction_con ul {
    padding-left: 2%;
    padding-right: 2%;
    margin-top: 4%;
    order: 2;
  }
  .rfp_planner .pft .Introduction_con ul li {
    padding-bottom: 4%;
  }
}
.rfp_planner .rfp_aims {
  padding-top: 60px;
}
.rfp_planner .rfp_aims .aims_coon {
  padding: 0 60px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  position: relative;
}
.rfp_planner .rfp_aims .aims_coon .swiper-slide > div {
  padding: 20px 10px 0;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  max-width: 240px;
  width: 100%;
  height: 282px;
  background-color: #3b66ac;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
}
.rfp_planner .rfp_aims .aims_coon .swiper-slide > div h3 {
  margin-top: 0.8em;
  color: #ffffff;
  font-size: 1.14285714em;
  line-height: 1.75em;
}
.rfp_planner .rfp_aims .aims_coon .swiper-slide > div p {
  line-height: 1.42857143em;
  color: rgba(255, 255, 255, 0.6);
}
.rfp_planner .rfp_aims .aims_coon .swiper-button-next,
.rfp_planner .rfp_aims .aims_coon .swiper-button-prev {
  outline: none;
  background: none;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.rfp_planner .rfp_aims .aims_coon .swiper-button-next {
  opacity: 0.4;
}
@media (max-width: 768px) {
  .rfp_planner .rfp_aims {
    padding-top: 10%;
  }
}
@media (max-width: 640px) {
  .rfp_planner .rfp_aims .aims_coon {
    padding: 0;
  }
  .rfp_planner .rfp_aims .aims_coon .swiper-button-next,
  .rfp_planner .rfp_aims .aims_coon .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 540px) {
  .rfp_planner .rfp_aims .aims_coon {
    overflow: hidden;
    padding-bottom: 5px;
  }
  .rfp_planner .rfp_aims .aims_coon .aims_coon-swiper {
    width: 780px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.rfp_planner .rfp_condition {
  padding: 60px 0;
}
.rfp_planner .rfp_condition 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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1140px;
}
.rfp_planner .rfp_condition ul::after {
  content: '';
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.rfp_planner .rfp_condition ul li {
  margin: 0 auto 20px;
  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;
  max-width: 350px;
  width: 100%;
  height: 157px;
  background-color: #808da4;
  box-shadow: 0px 2px 8px 0px rgba(59, 97, 159, 0.1);
}
.rfp_planner .rfp_condition ul li p {
  margin-top: 15px;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.57142857em;
  padding: 0 20px;
}
.rfp_planner .rfp_condition .txt {
  font-size: 14px;
  margin-top: 20px;
  padding: 0 3%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.rfp_planner .rfp_condition .txt h3 {
  font-size: 1.28571429em;
  line-height: 2em;
  color: #666666;
  font-weight: 600;
}
.rfp_planner .rfp_condition .txt p {
  line-height: 2.57142857em;
}
.rfp_planner .rfp_condition .txt p.t {
  color: #666666;
}
.rfp_planner .rfp_condition .txt p.t b {
  font-size: 1.42857143em;
  color: #c7a071;
  font-style: italic;
  margin-right: 3px;
}
.rfp_planner .rfp_condition .txt p.b {
  color: #ff6547;
}
@media (min-width: 769px) {
  .rfp_planner .rfp_condition .txt {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .rfp_planner .rfp_condition {
    padding: 10% 0;
  }
  .rfp_planner .rfp_condition ul li {
    margin-bottom: 3%;
  }
  .rfp_planner .rfp_condition .txt {
    margin-top: 2%;
  }
  .rfp_planner .rfp_condition .txt h3 {
    line-height: 1.2;
  }
  .rfp_planner .rfp_condition .txt p {
    line-height: 1.2;
    margin-top: 15px;
  }
}
.rfp_planner .rfp_process {
  padding: 60px 0;
  background-color: #f3f5f9;
}
.rfp_planner .rfp_process .process_con {
  padding: 40px 30px;
  background-color: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(51, 87, 149, 0.1);
  border-radius: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.rfp_planner .rfp_process .process_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-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;
  position: relative;
  padding: 0 20px;
}
.rfp_planner .rfp_process .process_con ul::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #e5dcd3;
}
.rfp_planner .rfp_process .process_con ul li {
  text-align: center;
  font-size: 14px;
  flex: 1;
  position: relative;
  z-index: 2;
}
.rfp_planner .rfp_process .process_con ul li:last-child::after {
  display: none;
}
.rfp_planner .rfp_process .process_con ul li::after {
  content: '';
  position: absolute;
  background: url(../images/process_r.png) no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.78571429em;
  height: 1.14285714em;
}
.rfp_planner .rfp_process .process_con ul li img {
  height: 2.57142857em;
}
.rfp_planner .rfp_process .process_con ul li h3 {
  font-size: 1.28571429em;
  color: #333333;
  margin-top: -0.71428571em;
}
.rfp_planner .rfp_process .process_con ul li span {
  display: inline-block;
  border-radius: 0.85714286em;
  -moz-border-radius: 0.85714286em;
  -webkit-border-radius: 0.85714286em;
  -ms-border-radius: 0.85714286em;
  -o-border-radius: 0.85714286em;
  width: 0.85714286em;
  height: 0.85714286em;
  background-color: #d5b983;
  margin: 0.5em 0 0.92857143em;
}
.rfp_planner .rfp_process .process_con ul li p {
  width: 8em;
  line-height: 1.5;
  height: 2.71428571em;
  margin: 0 auto;
  color: #666666;
}
.rfp_planner .rfp_process .process_con figure {
  text-align: center;
  display: none;
}
@media (max-width: 1200px) {
  .rfp_planner .rfp_process .process_con {
    padding: 30px 20px;
  }
  .rfp_planner .rfp_process .process_con ul {
    padding: 0 10px;
  }
  .rfp_planner .rfp_process .process_con ul li {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .rfp_planner .rfp_process {
    padding: 10% 0;
  }
  .rfp_planner .rfp_process .process_con ul {
    display: none;
  }
  .rfp_planner .rfp_process .process_con figure {
    display: block;
  }
}
.rfp_planner .rfp_location {
  background: url(../images/location_bg.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  padding: 60px 0;
}
.rfp_planner .rfp_location .h2_title h2 {
  color: #fff;
}
.rfp_planner .rfp_location 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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1020px;
}
.rfp_planner .rfp_location ul li {
  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;
  width: 100%;
  max-width: 510px;
  margin: 0 auto;
}
.rfp_planner .rfp_location ul li span {
  margin: 0 auto 20px;
  font-size: 16px;
  text-align: center;
  display: block;
  max-width: 150px;
  width: 29%;
  line-height: 46px;
  background-color: #e7ecf4;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: solid 1px #ffffff;
  color: #fff;
  background-color: rgba(231, 236, 244, 0.2);
}
@media (min-width: 1200px) {
  .rfp_planner .rfp_location ul li span:hover {
    background-color: #d5b983;
    border-color: #d5b983;
  }
}
.rfp_planner .rfp_location .a_link {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .rfp_planner .rfp_location {
    padding: 10% 0;
  }
  .rfp_planner .rfp_location ul li span {
    margin-bottom: 4%;
    line-height: 42px;
  }
}
.rfp_planner .rfp_direction {
  padding-top: 60px;
}
.rfp_planner .rfp_direction .p05_01 {
  max-width: 1010px;
}
.rfp_planner .rfp_direction .p05_01 .p05_h2 p {
  font-size: 16px;
  color: #999999;
}
.rfp_planner .rfp_direction .p05_01 .p05_h2 p em {
  color: #ff6547;
}
.rfp_planner .rfp_direction .p05_01 .p05_h2 h3 {
  color: #333333;
  font-size: 20px;
  line-height: 2.5;
}
.rfp_planner .rfp_direction .p05_01 ul {
  border: solid 1px #eeeeee;
  font-size: 14px;
}
.rfp_planner .rfp_direction .p05_01 ul li {
  border-bottom: solid 1px #eeeeee;
}
.rfp_planner .rfp_direction .p05_01 ul li:last-child {
  border-bottom: none;
}
.rfp_planner .rfp_direction .p05_01 ul li div.top {
  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-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;
  padding: 18px 15px;
}
.rfp_planner .rfp_direction .p05_01 ul li div.top h3 {
  font-size: 18px;
  line-height: 1;
  color: #666666;
}
.rfp_planner .rfp_direction .p05_01 ul li div.top > span > img {
  display: none;
}
.rfp_planner .rfp_direction .p05_01 ul li div.top > span > img:nth-of-type(1) {
  display: block;
}
.rfp_planner .rfp_direction .p05_01 ul li div.bottom {
  display: none;
  -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;
  padding: 20px 15px 20px 43px;
  background-color: #f9f9f9;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.rfp_planner .rfp_direction .p05_01 ul li div.bottom p {
  width: 70%;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
@media (max-width: 768px) {
  .rfp_planner .rfp_direction .p05_01 ul li div.bottom p {
    width: 100%;
  }
}
.rfp_planner .rfp_direction .p05_01 ul li div.bottom .zix {
  font-size: 1.125em;
  width: 8.05555556em;
  text-align: center;
  line-height: 2.22222222em;
  border-radius: 1.11111111em;
  margin-top: 0;
  background-color: #ff6547;
  color: #fff;
}
.rfp_planner .rfp_direction .p05_01 ul li.check div.top {
  background-color: #808da4;
}
.rfp_planner .rfp_direction .p05_01 ul li.check div.top h3 {
  color: #ffffff;
}
.rfp_planner .rfp_direction .p05_01 ul li.check div.top > span > img:nth-of-type(1) {
  display: none;
}
.rfp_planner .rfp_direction .p05_01 ul li.check div.top > span > img:nth-of-type(2) {
  display: block;
}
.rfp_planner .rfp_direction .p05_01 ul li.check div.bottom {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
}
@media (max-width: 768px) {
  .rfp_planner .rfp_direction .p05_01 .p05_h2 p {
    font-size: 14px;
  }
  .rfp_planner .rfp_direction .p05_01 .p05_h2 h3 {
    font-size: 18px;
  }
  .rfp_planner .rfp_direction .p05_01_zd li.check > div.bottom {
    padding: 0 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rfp_planner .rfp_direction .p05_01_zd li.check > div.bottom a {
    display: block;
    margin-top: 10px;
  }
}
.rfp_planner .rfp_education {
  padding: 60px 0;
}
.rfp_planner .rfp_education .education_con {
  max-width: 940px;
}
.rfp_planner .rfp_education .education_con h3 {
  font-size: 20px;
  color: #333333;
  line-height: 2;
}
.rfp_planner .rfp_education .education_con p {
  font-size: 16px;
  color: #999999;
  margin-bottom: 10px;
}
.rfp_planner .rfp_education .education_con p em {
  color: #ff6547;
}
.rfp_planner .rfp_education .education_con dl {
  font-size: 16px;
  width: 100%;
  max-width: 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-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.rfp_planner .rfp_education .education_con dl:nth-child(odd) {
  background-color: #fffcf7;
}
.rfp_planner .rfp_education .education_con dl dt {
  font-size: 1.125em;
  line-height: 3.22222222em;
  color: #fff;
  background-color: #d5b983;
  border: solid 1px #e5dcd3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0 15px;
  width: 50%;
  max-width: 50%;
}
.rfp_planner .rfp_education .education_con dl dd {
  display: block;
  border: solid 1px #e5dcd3;
  text-align: center;
  line-height: 2.875em;
  color: #4a4a4a;
  padding: 0 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
@media (max-width: 768px) {
  .rfp_planner .rfp_education {
    padding: 10% 0;
  }
  .rfp_planner .rfp_education .education_con h3 {
    font-size: 18px;
  }
  .rfp_planner .rfp_education .education_con p {
    font-size: 14px;
  }
  .rfp_planner .rfp_education .education_con dl {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .rfp_planner .rfp_education .education_con dl {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .rfp_planner .rfp_education .education_con dl {
    font-size: 12px;
  }
}
.rfp_planner .rfp_recommend {
  padding: 60px 0;
  background-color: #f3f5f9;
}
.rfp_planner .rfp_recommend 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-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;
  margin-bottom: 30px;
}
.rfp_planner .rfp_recommend ol li {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  width: 10em;
  line-height: 3.125em;
  background-color: #808da4;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  cursor: pointer;
}
.rfp_planner .rfp_recommend ol li.on {
  background-color: #d5b983;
  color: #fff;
}
.rfp_planner .rfp_recommend ol li:nth-child(2) {
  margin: 0 15px;
}
.rfp_planner .rfp_recommend ul {
  max-width: 1080px;
}
.rfp_planner .rfp_recommend ul li {
  font-size: 16px;
  display: none;
}
.rfp_planner .rfp_recommend ul li.shows {
  display: block;
}
.rfp_planner .rfp_recommend ul li figure {
  display: block;
  text-align: center;
}
.rfp_planner .rfp_recommend ul li > div {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  color: #fff;
}
.rfp_planner .rfp_recommend ul li > div span {
  flex: 1;
}
@media (max-width: 1000px) and (min-width: 769px) {
  .rfp_planner .rfp_recommend ul li {
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  .rfp_planner .rfp_recommend ul li > div {
    height: 4em;
    padding: 1em 1em 0;
    margin-top: -1em;
    background: url(../images/recommend_b.png) 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%;
  }
  .rfp_planner .rfp_recommend ul li > div img {
    margin-right: 0.625em;
    width: 2.875em;
  }
  .rfp_planner .rfp_recommend ul li > div img:nth-child(2) {
    display: none;
  }
  .rfp_planner .rfp_recommend ul li > div span {
    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;
    line-height: 4em;
  }
}
@media (max-width: 768px) {
  .rfp_planner .rfp_recommend {
    padding: 10% 0;
  }
  .rfp_planner .rfp_recommend ol {
    margin-bottom: 4%;
  }
  .rfp_planner .rfp_recommend ol li {
    font-size: 14px;
  }
  .rfp_planner .rfp_recommend ol li i {
    display: none;
  }
  .rfp_planner .rfp_recommend ul li {
    font-size: 14px;
  }
  .rfp_planner .rfp_recommend ul li > div {
    color: #333333;
    text-align: center;
  }
  .rfp_planner .rfp_recommend ul li > div img {
    margin: 15px 0 9px;
    height: 46px;
  }
  .rfp_planner .rfp_recommend ul li > div img:nth-child(1) {
    display: none;
  }
  .rfp_planner .rfp_recommend ul li > div span {
    padding: 0 5px;
  }
  .rfp_planner .rfp_recommend ul li > div span i {
    display: inline-block;
  }
}
.rfp_planner .part11 {
  background: url(../images/p6-bg.jpg) no-repeat center bottom;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  padding: 60px 0;
}
.rfp_planner .part11 ul {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  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-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .rfp_planner .part11 ul {
    width: 96%;
  }
}
.rfp_planner .part11 ul li {
  width: 48.5%;
  max-width: 560px;
  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;
  -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-bottom: 3%;
}
.rfp_planner .part11 ul li img {
  position: relative;
  z-index: 10;
  vertical-align: middle;
}
.rfp_planner .part11 ul li .p06_con {
  width: 80%;
  max-width: 418px;
  position: relative;
  z-index: 1;
  background-color: #eeeeee;
  border-radius: 0px 7px 7px 0px;
  -moz-border-radius: 0px 7px 7px 0px;
  -webkit-border-radius: 0px 7px 7px 0px;
  -ms-border-radius: 0px 7px 7px 0px;
  -o-border-radius: 0px 7px 7px 0px;
  margin-left: -80px;
  padding: 10px 10px 10px 80px;
}
.rfp_planner .part11 ul li .p06_con h3 {
  font-size: 20px;
  color: #3b66ac;
}
.rfp_planner .part11 ul li .p06_con p {
  font-size: 14px;
  color: #333333;
  line-height: 1.71428571em;
  margin: 7px 0;
}
.rfp_planner .part11 ul li .p06_con cite {
  font-size: 14px;
  color: #224785;
  line-height: 1.71428571em;
}
.rfp_planner .part11 ul li .p06_con cite span {
  display: inline-block;
  text-align: center;
  width: 3em;
  margin-right: 10px;
  background-color: #d2d9ee;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.rfp_planner .part11 .zix {
  margin-top: 1.5%;
}
@media (max-width: 768px) {
  .rfp_planner .part11 {
    padding: 10% 0;
  }
  .rfp_planner .part11 ul li {
    width: 100%;
    margin: 0 auto 3%;
  }
  .rfp_planner .part11 ul li img {
    width: 30%;
    min-width: 120px;
  }
  .rfp_planner .part11 .zix {
    margin-top: 5%;
  }
}
@media (max-width: 414px) {
  .rfp_planner .part11 ul li {
    background: #fff;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
  }
  .rfp_planner .part11 ul li .img {
    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;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .rfp_planner .part11 ul li .p06_con {
    margin-left: -50px;
    padding: 10px 10px 10px 50px;
  }
  .rfp_planner .part11 ul li .p06_con h3 {
    font-size: 14px;
  }
  .rfp_planner .part11 ul li .p06_con p {
    font-size: 12px;
  }
  .rfp_planner .part11 ul li .p06_con cite {
    font-size: 12px;
  }
}
.rfp_planner .part04 {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #f3f5f9;
}
.rfp_planner .part04 .p04_con {
  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;
}
.rfp_planner .part04 .p04_con #sp {
  max-width: 780px;
  width: 100%;
  height: 438px;
  background-color: #000000;
}
.rfp_planner .part04 .p04_con .vidUl {
  display: none;
}
@media (min-width: 769px) {
  .rfp_planner .part04 .p04_con .vid_nav {
    min-width: 348px;
    width: 348px;
    background-color: #1b1b1b;
    height: 438px;
    padding-top: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    position: relative;
  }
  .rfp_planner .part04 .p04_con .vid_nav .vid_wrap {
    overflow-y: auto;
    height: 350px;
    position: relative;
    padding-right: 10px;
  }
  .rfp_planner .part04 .p04_con .vid_nav .vid_wrap::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    height: 1px;
  }
  .rfp_planner .part04 .p04_con .vid_nav .vid_wrap::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #656565;
  }
  .rfp_planner .part04 .p04_con .vid_nav .vid_wrap::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #282828;
  }
  .rfp_planner .part04 .p04_con .vid_nav .vid_wrap ol {
    padding-left: 13px;
  }
  .rfp_planner .part04 .p04_con .vid_nav .vid_wrap ol li {
    font-size: 14px;
    color: #fff;
    line-height: 46px;
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    margin-bottom: 5px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 30px;
    position: relative;
  }
  .rfp_planner .part04 .p04_con .vid_nav .vid_wrap ol li p {
    display: inline-block;
    position: relative;
  }
  .rfp_planner .part04 .p04_con .vid_nav .vid_wrap ol li p i {
    position: absolute;
    text-align: center;
    width: 40px;
    line-height: 20px;
    background-color: #00c07d;
    border-radius: 10px 10px 10px 0px;
    font-size: 13px;
    right: -40px;
  }
  .rfp_planner .part04 .p04_con .vid_nav .vid_wrap ol li span {
    position: absolute;
    right: 10px;
  }
  .rfp_planner .part04 .p04_con .vid_nav .vid_wrap ol li:last-child {
    margin-bottom: 0;
  }
  .rfp_planner .part04 .p04_con .vid_nav .vid_wrap ol li:hover,
  .rfp_planner .part04 .p04_con .vid_nav .vid_wrap ol li.on {
    background-color: #292929;
  }
  .rfp_planner .part04 .p04_con .vid_nav a {
    position: absolute;
    display: block;
    width: 92%;
    text-align: center;
    line-height: 48px;
    background-color: #ff6d4d;
    border-radius: 24px;
    background-color: #e96e6e;
    float: left;
    bottom: 12px;
    font-size: 20px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
  }
  .rfp_planner .part04 .a_link {
    display: none;
  }
}
@media (max-width: 768px) {
  .rfp_planner .part04 {
    padding: 7% 0;
  }
  .rfp_planner .part04 .p04_con {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rfp_planner .part04 .p04_con .vidUl {
    display: block;
    order: 3;
    border: 3px solid #3b66ac;
    margin-top: 20px;
  }
  .rfp_planner .part04 .p04_con .vidUl ul {
    padding: 10px;
    width: 100%;
  }
  .rfp_planner .part04 .p04_con .vidUl ul li {
    color: #333;
    line-height: 1.6;
    font-size: 14px;
    padding-left: 10px;
  }
  .rfp_planner .part04 .p04_con .vid_nav {
    display: none;
  }
  .rfp_planner .part04 .p04_con a.a_link {
    font-size: 16px;
    display: block;
    text-align: center;
    width: 10.88888889em;
    line-height: 2.66666667em;
    background-color: #ff6d4d;
    border-radius: 1.33333333em;
    -moz-border-radius: 1.33333333em;
    -webkit-border-radius: 1.33333333em;
    -ms-border-radius: 1.33333333em;
    -o-border-radius: 1.33333333em;
    color: #fff;
    margin: 20px auto 0;
  }
}
.rfp_planner .big_bg03 {
  background-image: linear-gradient(0deg, #f4f9ff 0%, #f4f9ff 100%);
}
.rfp_planner .newcomer_footer {
  background: url(../images/footer_bg.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  padding: 50px 0;
}
.rfp_planner .newcomer_footer .ztwrap {
  max-width: 1000px;
  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;
}
.rfp_planner .newcomer_footer .ztwrap .user_data {
  max-width: 415px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.rfp_planner .newcomer_footer .ztwrap .user_data h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.rfp_planner .newcomer_footer .ztwrap .user_data ul li {
  max-width: 330px;
  width: 98%;
  margin: 0 auto 15px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #7f7e8b;
  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;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.rfp_planner .newcomer_footer .ztwrap .user_data ul li > span {
  display: inline-block;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  min-width: 58px;
  text-align: center;
  position: relative;
}
.rfp_planner .newcomer_footer .ztwrap .user_data ul li > span::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #757575;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.rfp_planner .newcomer_footer .ztwrap .user_data ul li.DataCode {
  height: auto;
  border: 0;
  text-align: center;
}
.rfp_planner .newcomer_footer .ztwrap .user_data ul li.DataCode .nc-container #nc_1_wrapper,
.rfp_planner .newcomer_footer .ztwrap .user_data ul li.DataCode .nc-container.tb-login #nc_1_wrapper {
  width: 100%;
  max-width: 100%;
}
.rfp_planner .newcomer_footer .ztwrap .user_data ul li > input {
  font-size: 14px;
  width: 100%;
  padding: 0 15px;
  border: 0;
  outline: none;
  height: 100%;
}
.rfp_planner .newcomer_footer .ztwrap .user_data ul li > input.yma {
  padding: 0;
  width: 92px;
  height: 36px;
  background-color: #dcdcdc;
  border-radius: 4px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  cursor: pointer;
}
.rfp_planner .newcomer_footer .ztwrap .user_data ul li > input.yma:hover {
  background-color: #d5b983;
}
.rfp_planner .newcomer_footer .ztwrap .user_data button {
  display: block;
  margin: 20px auto 0;
  max-width: 330px;
  width: 98%;
  height: 60px;
  background-color: #d5b983;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 1000px) {
  .rfp_planner .newcomer_footer .ztwrap h2 {
    display: none;
  }
  .rfp_planner .newcomer_footer .ztwrap .user_data {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .rfp_planner .newcomer_footer .ztwrap .user_data {
    padding: 30px 10px;
  }
  .rfp_planner .newcomer_footer .ztwrap .user_data h3 {
    font-size: 28px;
  }
  .rfp_planner .newcomer_footer .ztwrap .user_data ul li {
    line-height: 40px;
    height: 40px;
  }
  .rfp_planner .newcomer_footer .ztwrap .user_data button {
    height: 50px;
  }
}
@media (max-width: 360px) {
  .rfp_planner .newcomer_footer .ztwrap .user_data h3 {
    font-size: 24px;
  }
}
.rfp_planner .nav_l {
  position: fixed;
  left: 5px;
  width: 114px;
  background-color: #3b66ac;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  font-size: 14px;
  text-align: center;
  top: 50%;
  transform: translateY(-80%);
  z-index: 10;
}
.rfp_planner .nav_l h3 {
  font-size: 1.14285714em;
  color: #fff;
  line-height: 3.125em;
  height: 3.125em;
}
.rfp_planner .nav_l a {
  display: block;
  background-color: #fff;
  color: #666666;
  line-height: 2.85714286em;
  border-top: 1px solid #eeeeee;
}
.rfp_planner .nav_l a:nth-child(2) {
  border-top: none;
}
.rfp_planner .nav_l a:hover {
  background-color: #3b66ac;
  color: #fff;
}
@media (max-width: 768px) {
  .rfp_planner .nav_l {
    display: none;
  }
}
/* 200806__RFP阿拉丁产品专题页_徐佳麒DFP end */
