.router-link-active {
  text-decoration: none;
}
.certification {
  width: 100%;
}
.certification .banner {
  width: 100%;
  min-width: 880px;
  overflow: hidden;
  position: relative;
}
.certification .banner .banner_img {
  width: 100%;
}
.certification .banner .banner_top {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.certification .banner .banner_top .mask {
  width: 100%;
  height: 15%;
  background: #000;
  opacity: 0.15;
  position: absolute;
}
.certification .banner .banner_top .nav .left {
  width: 8%;
  position: absolute;
  top: 5%;
  margin-left: 10%;
}
.certification .banner .banner_top .nav .left .logo {
  width: 100%;
}
.certification .banner .banner_top .nav .right {
  width: 20%;
  position: absolute;
  right: 10%;
  right: 0;
  text-align: center;
  display: flex;
  top: 7%;
}
.certification .banner .banner_top .nav .right div {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  font-size: 1rem;
  font-family: Microsoft YaHei;
  color: #ffffff;
  margin-left: 1rem;
}
.certification .banner .banner_top::after {
  background: #000;
  opacity: 0.3;
}
.certification .main {
  width: 100%;
  margin: auto;
  position: relative;
}
.certification .main .main_tip {
  max-width: 1200px;
  min-width: 880px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #ffffff;
}
.certification .main .main_tip .warp {
  display: flex;
  justify-content: space-around;
  padding: 1rem;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 21px 0px rgba(30, 8, 99, 0.18);
  border-radius: 4px;
  top: -5rem;
  background: #ffffff;
  z-index: 9999;
}
.certification .main .main_tip .warp .left {
  flex: 0.3;
}
.certification .main .main_tip .warp .left .tip {
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  border-radius: 2px;
  border: 1px solid #cccccc;
  z-index: 99;
  font-size: 1rem;
  font-weight: bold;
  color: #353535;
  background: #f0f0f0;
  border: 2px solid #f0f0f0;
  margin: 10px;
  padding: 10px;
  height: 50px;
  line-height: 20px;
}
.certification .main .main_tip .warp .left .tip:hover {
  font-size: 1rem;
  font-weight: bold;
  color: #353535;
  border: 2px solid rgba(60, 49, 155, 0.3);
  box-shadow: 0px 0px 13px 0px rgba(30, 8, 99, 0.66);
}
.certification .main .main_tip .warp .left .tip_active {
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  padding: 1rem;
  border-radius: 2px;
  border: 1px solid #cccccc;
  z-index: 99;
  font-size: 1rem;
  font-weight: bold;
  border: 2px solid #f0f0f0;
  color: #fff;
  background: linear-gradient(86deg, #1c3dc4 0%, #7229d6 100%);
  margin: 10px;
  padding: 10px;
  height: 50px;
  line-height: 20px;
}
.certification .main .main_tip .warp .left .tip_active::before {
  content: " ";
  position: absolute;
  height: 0;
  width: 0;
  border: solid transparent;
  top: calc(50% - 10px);
  right: -20px;
  border-left-color: #7229d6;
  border-width: 10px;
  background: linear-gradient(86deg, #1c3dc4 0%, #7229d6 100%);
}
.certification .main .main_tip .warp .mid {
  width: 1px;
  border-left: 1px dashed #000;
  margin: 2rem;
}
.certification .main .main_tip .warp .right {
  flex: 0.6;
}
.certification .main .main_tip .warp .right .title {
  font-size: 1.2rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #353535;
  line-height: 26px;
  padding: 20px 0;
}
.certification .main .main_tip .warp .right .note {
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #353535;
  line-height: 26px;
  padding: 20px 0;
}
.certification .main .main_tip .warp .right .btn {
  background: linear-gradient(90deg, #1c3dc4 0%, #7229d6 100%);
  box-shadow: 0px 5px 13px 0px rgba(72, 51, 205, 0.28);
  border-radius: 16px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  width: 10%;
  text-align: center;
  position: absolute;
  right: 70px;
  bottom: 20px;
}
.certification .main .main_note {
  width: 100%;
  margin: auto;
  font-size: 1rem;
  text-indent: 2em;
}
.certification .main .main_note .warp {
  width: 100%;
  max-width: 1200px;
  min-width: 880px;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 5rem;
  padding: 4rem 0;
  background: url("../images/left_border@2x.png") no-repeat left bottom, url("../images/right_border@2x.png") no-repeat right top;
  background-size: 60% auto, 60% auto;
}
.certification .main .main_note .warp .note {
  text-indent: 2em;
  padding: 0 2rem;
}
.certification .main .content {
  width: 100%;
  margin: auto;
  min-width: 880px;
}
.certification .main .main_title {
  margin: auto;
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #300ea2;
  position: relative;
  width: 10rem;
  min-width: 350px;
  height: 4rem;
}
.certification .main .main_title .tip {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  line-height: 3.5rem;
  background: url("../images/main_title@2x.png") no-repeat;
  width: 100%;
  overflow: hidden;
  background-size: 100%;
}
.certification .main .main_note1 {
  text-indent: 2em;
  width: 100%;
  max-width: 1200px;
  min-width: 500px;
  margin: auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #353535;
  line-height: 26px;
}
.certification .main .two_allow {
  max-width: 1200px;
  min-width: 880px;
  margin: auto;
  margin-bottom: 5rem;
}
.certification .main .two_allow img {
  width: 100%;
}
.certification .main .main_2 {
  width: 100%;
  min-width: 880px;
  background: #f7f8fc;
  padding-top: 2rem;
}
.certification .main .main_2 .carousel {
  width: 100%;
  margin: auto;
}
.certification .main .main_2 .carousel .tip_btn {
  width: 880px;
  margin: auto;
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
}
.certification .main .main_2 .carousel .tip_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaf3fd;
  border: 1px solid #f7f8fc;
  border-radius: 2px;
  height: 50px;
  margin: auto;
  margin-right: 0.3rem;
  text-align: center;
  width: 180px;
}
.certification .main .main_2 .carousel .tip_btn .btn .btn_img {
  width: 20px;
}
.certification .main .main_2 .carousel .tip_btn .btn .btn_img img {
  width: 100%;
}
.certification .main .main_2 .carousel .tip_btn .btn .btn_tip {
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #353535;
  margin-left: 10px;
  line-height: 2rem;
  text-align: left;
}
.certification .main .main_2 .carousel .tip_btn .btn:hover {
  border: 1px solid #0083ff;
  box-shadow: 0px 0px 10px 0px rgba(0, 130, 255, 0.2);
}
.certification .main .main_2 .carousel .tip_note {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-around;
  align-items: center;
  margin-top: 5rem;
  padding-bottom: 5rem;
}
.certification .main .main_2 .carousel .tip_note .tip_note_img {
  flex: 0.5;
  margin-top: 2rem;
  max-width: 1200px;
}
.certification .main .main_2 .carousel .tip_note .tip_note_img img {
  width: 100%;
}
.certification .main .main_2 .carousel .tip_note .tip_note_right {
  flex: 0.5;
  display: flex;
  max-width: 1200px;
}
.certification .main .main_2 .carousel .tip_note .tip_note_right .warp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.certification .main .main_2 .carousel .tip_note .tip_note_right .warp .title {
  display: flex;
  justify-content: flex-start;
}
.certification .main .main_2 .carousel .tip_note .tip_note_right .warp .title .num {
  font-size: 1.3rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #300ea2;
  line-height: 1.3rem;
  margin-right: 1rem;
}
.certification .main .main_2 .carousel .tip_note .tip_note_right .warp .title .note {
  font-size: 1.3rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #353535;
  line-height: 1.3rem;
}
.certification .main .main_2 .carousel .tip_note .tip_note_right .warp .tip_note_fix {
  width: 100%;
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #353535;
  line-height: 1.5rem;
  margin-top: 3rem;
  text-indent: 2em;
}
.certification .main .main_2 .carousel .two_track_note {
  width: 70%;
  margin: auto;
  display: flex;
  text-indent: 2em;
  justify-content: space-around;
  align-items: center;
  margin-top: 10rem;
}
.certification .main .main_2 .carousel .two_track_img {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 2rem;
}
.certification .main .main_2 .carousel .two_track_img img {
  width: 80%;
}
.certification .main .main_3 {
  width: 100%;
  max-width: 1200px;
  min-width: 880px;
  margin: auto;
  margin-top: 5rem;
}
.certification .main .main_3 .main_3_note {
  max-width: 1200px;
  min-width: 880px;
  margin: auto;
  margin-top: 5rem;
  display: flex;
  flex-direction: row-reverse;
}
.certification .main .main_3 .main_3_note .white_book {
  width: 40%;
  z-index: 99;
}
.certification .main .main_3 .main_3_note .white_book_bg {
  width: 100%;
  flex: 1;
  margin: auto;
}
.certification .main .main_3 .main_3_note .white_book_bg .note {
  width: 105%;
  padding: 3rem;
  margin: auto;
  margin-left: -10rem;
  background: url("../images/white_book_bg@2x.png");
  background-size: 100% 100%;
}
.certification .main .main_3 .main_3_note .white_book_bg .note .tip {
  width: 80%;
  margin: auto;
  text-indent: 2em;
  margin-right: 0;
}
.certification .main .main_3 .main_3_note .white_book_bg .note .btn {
  width: 30%;
  background: #a9cd09;
  box-shadow: 3px 4px 13px 0px rgba(169, 205, 9, 0.28);
  border-radius: 20px;
  margin: auto;
  text-align: center;
  height: 2rem;
  line-height: 2rem;
  margin-top: 3rem;
  color: #ffffff;
}
.certification .main .main_4 {
  margin-top: 5rem;
  padding-top: 5rem;
  background: #240d76;
  width: 100%;
  min-width: 880px;
}
.certification .main .main_4 .main_4_note {
  max-width: 1200px;
  margin: auto;
  margin-top: 5rem;
  display: flex;
}
.certification .main .main_4 .main_4_note .white_book {
  width: 45%;
  margin-bottom: 3rem;
}
.certification .main .main_4 .main_4_note .white_book_bg {
  width: 85%;
  flex: 1;
  margin: auto;
  background: #5432d0;
}
.certification .main .main_4 .main_4_note .white_book_bg .note {
  width: 80%;
  padding: 5rem 5rem;
  padding-right: 8rem;
  color: #fff;
  margin: auto;
  background: #5432d0;
}
.certification .main .main_4 .main_4_note .white_book_bg .note .tip {
  text-indent: 2em;
}
.certification .main .main_4 .main_4_note .white_book_bg .note .btn {
  width: 30%;
  background: #fff;
  box-shadow: 3px 4px 13px 0px rgba(169, 205, 9, 0.28);
  border-radius: 20px;
  margin: auto;
  text-align: center;
  height: 2rem;
  line-height: 2rem;
  margin-top: 3rem;
  color: #240d76;
}
.certification .main .main_5 {
  margin-top: 5rem;
  min-width: 880px;
}
.certification .main .main_5 .tabs {
  margin: auto;
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
.certification .main .main_5 .tabs .tabs_1,
.certification .main .main_5 .tabs .tabs_2 {
  text-align: center;
  border: 1px solid #6c6c6c;
  width: 10%;
  padding: 0.5rem;
  min-width: 100px;
}
.certification .main .main_5 .pro_show {
  display: flex;
  max-width: 1200px;
  justify-content: space-between;
  margin: auto;
  margin-top: 5rem;
}
.certification .main .main_5 .pro_show img {
  width: 24%;
}
.certification .main .main_5 .pro_tips {
  max-width: 1200px;
  margin: auto;
}
.certification .main .main_5 .pro_tips .pro_tip {
  display: flex;
  background: #f8f8f8;
  margin: 1rem 0;
}
.certification .main .main_5 .pro_tips .pro_tip .pro_tip1 {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.certification .main .main_5 .pro_tips .pro_tip .pro_tip1 img {
  width: 50%;
}
.certification .main .main_5 .pro_tips .pro_tip .pro_tip2 {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.certification .main .main_5 .pro_tips .pro_tip .pro_tip2 .title {
  font-size: 1.2rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #353535;
  margin-top: 1rem;
}
.certification .main .main_5 .pro_tips .pro_tip .pro_tip3 {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.certification .main .main_5 .pro_tips .pro_tip .pro_tip3 img {
  width: 100%;
}
.certification .main .main_5 .pro_num_show {
  max-width: 1200px;
  margin: auto;
  display: flex;
  margin-top: 2rem;
}
.certification .main .main_5 .pro_num_show .pro_num {
  padding: 1rem;
  flex: 1;
}
.certification .main .main_5 .pro_num_show .pro_num .pro {
  width: 100%;
}
.certification .main .main_5 .pro_num_show .pro_num .pro img {
  width: 100%;
}
.certification .main .main_5 .pro_num_show .pro_num .num {
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #250d78;
  line-height: 25px;
  text-align: center;
  margin-top: 1.5rem;
}
.certification .main .main_5 .pro_show_tree {
  max-width: 1200px;
  min-width: 880px;
  margin: auto;
}
.certification .main .main_5 .pro_show_tree .pro_plate {
  width: 50%;
  margin: auto;
  margin-top: 2rem;
}
.certification .main .main_5 .pro_show_tree .pro_plate img {
  width: 100%;
  display: block;
}
.certification .main .main_5 .pro_show_line {
  width: 100%;
  max-width: 1200px;
  min-width: 500px;
  margin: auto;
}
.certification .main .main_5 .pro_show_line img {
  width: 80%;
  max-width: 880px;
  margin: auto;
  display: block;
}
.certification .main .main_5 .pro_show_note {
  max-width: 1200px;
  min-width: 880px;
  margin: auto;
  display: flex;
}
.certification .main .main_5 .pro_show_note .pro_note {
  background: #ececec;
  margin: 0 1rem;
  padding: 1rem;
  flex: 1;
}
.certification .main .main_5 .pro_show_note .pro_note .title {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.2rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #353535;
}
.certification .main .main_5 .pro_show_btn {
  width: 10%;
  min-width: 160px;
  margin: auto;
  margin-top: 3rem;
  background: linear-gradient(90deg, #1c3dc4 0%, #7229d6 100%);
  box-shadow: 0px 5px 13px 0px rgba(72, 51, 205, 0.28);
  border-radius: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 2rem;
}
.certification .main .main_6 {
  margin-top: 5rem;
  min-width: 880px;
}
.certification .main .main_6 .main_6_notes {
  width: calc(90% - 5rem);
  max-width: 1200px;
  margin: auto;
  margin-top: 3rem;
  padding: 4rem 5rem;
  background: url("../images/about_bg1@2x.png") no-repeat left top, url("../images/about_bg2@2x.png") no-repeat right bottom;
  background-size: 20% auto, 20% auto;
}
.certification .main .main_6 .main_6_notes .main_6_note {
  text-indent: 2em;
}
.certification .main .foot {
  width: 100%;
  margin-top: 3rem;
  min-width: 880px;
  background: url("../images/foot_bg.png") repeat;
  display: flex;
}
.certification .main .foot .foot_note {
  width: 50%;
  max-width: 1200px;
  min-width: 880px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.certification .main .foot .foot_note .code_img {
  width: 20%;
}
.certification .main .foot .foot_note .code_img img {
  width: 100%;
}
.certification .main .foot .foot_note .lists {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.certification .main .foot .foot_note .lists .list {
  display: flex;
  margin: 2rem 0;
  justify-content: space-between;
}
.certification .main .foot .foot_note .lists .list .list_left {
  display: flex;
}
.certification .main .foot .foot_note .lists .list .list_left .list_img {
  width: 6%;
}
.certification .main .foot .foot_note .lists .list .list_left .list_img img {
  width: 100%;
}
.certification .main .foot .foot_note .lists .list .list_left .list_note {
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin-left: 1rem;
}
.certification .main .foot .foot_note .lists .list .list_btn {
  background: linear-gradient(0deg, #baa9ff 0%, #ffffff 100%);
  border-radius: 20px;
  min-width: 80px;
  max-height: 25px;
  width: 20%;
  text-align: center;
  margin-right: 0;
}
.certification .main .foot .foot_note .lists .line {
  border: 1px dashed #ececec;
}
.two_allow_active  {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f7f8fc;
  border-radius: 2px;
  background: linear-gradient(90deg, #0083ff 0%, #016eff 100%);
  color: #fff;
  margin-right: 0.3rem;
  width: 180px;
}
.two_allow_active .btn_img {
  width: 20px;
}
.two_allow_active .btn_img img {
  width: 100%;
}
.two_allow_active .btn_tip {
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 2rem;
  margin-left: 10px;
}
.pro_active {
  background: linear-gradient(90deg, #1c3dc4 0%, #7229d6 100%);
  color: #fff;
}
.pointer {
  cursor: pointer;
}
