/* 清除浮动 */
/* 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;
}
/*常用字号*/
/* 圆角  */
/*边框圆角*/
/*单行载断*/
/*单行载断溢出省略号*/
.spill1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*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;
}
p + img {
  max-width: 100%;
  margin: 10px auto;
  display: block;
}
.title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 32px;
  color: #333;
}
.title h2 span {
  color: #2653ac;
}
.title p {
  font-size: 12px;
  line-height: 10px;
  color: #2653ac;
  transform: scale(0.8);
  font-weight: 600;
  line-height: 1;
  position: relative;
  left: -9.8%;
}
.title p:nth-of-type(1) {
  margin-top: 7px;
}
.breadcrumb {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1px;
  font-size: 14px;
  color: #999;
  margin: 23px auto;
}
@media (max-width: 768px) {
  .breadcrumb {
    width: 96%;
  }
}
.breadcrumb a {
  color: #999;
}
.breadcrumb a:last-child {
  display: inline-block;
  color: #333;
}
.line {
  border-top: 1px solid #e5edf5;
}
.authentication {
  max-width: 1122px;
  margin: 0 auto;
  padding: 0 1px;
  margin-top: 41px;
}
@media (max-width: 768px) {
  .authentication {
    width: 96%;
  }
}
.authentication ol {
  position: relative;
  max-width: 578px;
  margin: 0 auto;
  padding: 0 1px;
  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: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  z-index: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
@media (max-width: 768px) {
  .authentication ol {
    width: 96%;
  }
}
.authentication ol li {
  width: 96px;
  line-height: 38px;
  font-size: 16px;
  color: #666666;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.authentication ol li.on {
  position: relative;
  top: -1px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 20px;
  border-color: #2653ac;
  background-color: #2653ac;
  z-index: 2;
}
.authentication ul li {
  display: none;
  border-radius: 0px 40px 0px 60px;
}
.authentication ul li > div {
  background: url(../images/bg_authentication.png) no-repeat right;
  padding: 39px 10px 45px 40px;
}
.authentication ul li > div .content {
  height: 380px;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 28px;
  /*滚动条整体样式*/
  /*滚动条里面小方块*/
  /*滚动条里面轨道*/
}
.authentication ul li > div .content::-webkit-scrollbar {
  /*高宽分别对应横竖滚动条的尺寸*/
  width: 5px;
  height: 1px;
}
.authentication ul li > div .content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #999;
}
.authentication ul li > div .content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #EDEDED;
}
.authentication ul li > div .content h3 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  margin-top: 30px;
  margin-bottom: 40px;
}
.authentication ul li > div .content h3::after {
  content: '';
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 56px;
  height: 3px;
  background-color: #2653ac;
}
.authentication ul li > div .content h3.nomt30 {
  margin-top: 0;
}
.authentication ul li > div .content p {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
.authentication ul li > div .content p.subtitle {
  font-weight: bold;
  color: #2653ac;
  margin-top: 20px;
}
.authentication ul li.show {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
}
.talent_training {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 1px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .talent_training {
    width: 96%;
  }
}
.talent_training 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;
  margin-top: 13px;
}
.talent_training ul li {
  position: relative;
  width: 260px;
  margin-top: 20px;
}
.talent_training ul li div {
  position: absolute;
  bottom: 0;
  padding-bottom: 22px;
}
.talent_training ul li div p {
  color: #fff;
}
.talent_training ul li div p.subtitle {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 20px;
}
.talent_training ul li div p.content {
  height: 42px;
  padding-left: 21px;
  padding-right: 29px;
  overflow: hidden;
  transition: all 0.7s;
}
.talent_training ul li:hover div p.content {
  height: 155px;
}
.productBox {
  background: url(../images/bg_product.jpg) no-repeat center;
  margin-top: 61px;
  padding: 50px 0;
}
.productBox .product {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 1px;
}
@media (max-width: 768px) {
  .productBox .product {
    width: 96%;
  }
}
.productBox .product .title h2 {
  color: #fff;
}
.productBox .product .title h2 span {
  color: #2e63ce;
}
.productBox .product .title p {
  color: #2e63ce;
}
.productBox .product .content {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-top: 30px;
}
.productBox .product .content h3.subtitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #2653ac;
  text-align: center;
}
.productBox .product .content .l_content {
  width: 499px;
  background-color: #fff;
  padding: 30px 30px 0 22px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.productBox .product .content .l_content h3.subtitle {
  margin-bottom: 22px;
}
.productBox .product .content .l_content p {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
.productBox .product .content .l_content p:nth-of-type(1) {
  margin-bottom: 30px;
}
.productBox .product .content .r_content {
  width: 599px;
  background-color: #fff;
  padding: 30px 0 18px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.productBox .product .content .r_content h3.subtitle {
  margin-bottom: 20px;
}
.productBox .product .content .r_content 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容器*/
  flex-wrap: wrap;
}
.productBox .product .content .r_content ul li {
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  color: #333;
  text-align: center;
  border-radius: 20px;
  border: solid 1px #e5e5e5;
  background-color: #f7f8fb;
  padding: 0 12px 0 13px;
  margin-right: 20px;
  margin-bottom: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.productBox .product .content .r_content ul li:hover {
  color: #fff;
  border-color: #2653ac;
  background-color: #2653ac;
}
.advertisement {
  margin-top: 40px;
  text-align: center;
}
.advertisement a {
  display: inline-block;
}
.stage {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1px;
  margin-top: 50px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .stage {
    width: 96%;
  }
}
.stage 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;
}
.stage ul li {
  width: 336px;
}
.stage ul li > div {
  background: url(../images/bg_circular.png) no-repeat center;
  padding: 77px 0;
  text-align: center;
}
.stage ul li > div p:nth-of-type(1) {
  font-size: 30px;
  font-weight: bold;
  line-height: 23px;
  color: #2653ac;
  margin: 26px 0 20px;
}
.stage ul li > div p:nth-of-type(2) {
  font-size: 18px;
  font-weight: bold;
  line-height: 17px;
  color: #333;
}
.stage ul li > p {
  position: relative;
  width: 128px;
  font-size: 16px;
  line-height: 22px;
  color: #333;
  padding-left: 13px;
  margin: 0 auto;
}
.stage ul li > p::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  background-color: #2e63ce;
}
.stage ul li > p:nth-of-type(1) {
  margin-top: 19px;
}
.stage ul li:nth-of-type(1),
.stage ul li:nth-of-type(2) {
  margin-right: -24px;
}
