* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style-type: none;
  box-sizing: border-box;
}
a {
  color: #333;
}
a:hover {
  color: #f5b135;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w800 {
  width: 800px;
  margin: 0 auto;
}
img {
  display: block;
  width: 100%;
}
.top .w1200 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  height: 80px;
}
.top .logo {
  width: 200px;
}
.top .logo img {
  width: 100%;
}
.top .nav {
  width: 700px;
}
.top .nav ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  flex: auto;
}
.top .nav ul .nli {
  position: relative;
}
.top .nav ul .nli a {
  display: block;
  line-height: 80px;
}
.top .nav ul .nli .subnav {
  display: none;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 200px;
  background: #fff;
  box-shadow: #ccc 0 0 3px;
  border-radius: 10px;
}
.top .nav ul .nli .subnav li {
  border-bottom: dashed 1px #ccc;
  width: 100%;
}
.top .nav ul .nli .subnav li:last-child {
  border-bottom: none;
}
.top .nav ul .nli .subnav li a {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 3em;
  font-size: 14px;
}
.top .nav ul .nli:hover .subnav {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.top .m_nav {
  display: none;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b1 {
  margin: 100px 0;
  overflow: hidden;
}
.b1 .b1_title {
  color: #f5b135;
  font-size: 28px;
  margin-bottom: 30px;
}
.b1 .b1_title small {
  font-size: 28px;
}
.b1 .b1_title h3 {
  font-weight: 500;
  font-size: 28px;
  margin-top: 10px;
}
.b1 .b1_wrapper {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.b1 .b1_wrapper .b1_left {
  width: 600px;
}
.b1 .b1_wrapper .b1_left .b1_con {
  line-height: 1.5em;
  color: #666;
}
.b1 .b1_wrapper .b1_left .b1_btn_group {
  margin: 40px 0 60px 0;
}
.b1 .b1_wrapper .b1_left .b1_btn_group a {
  display: inline-block;
  width: 150px;
  height: 40px;
  border-radius: 20px;
  background: #f5b135;
  text-align: center;
  line-height: 40px;
  border: solid 1px #f5b135;
  color: #fff;
}
.b1 .b1_wrapper .b1_left .b1_btn_group a:first-child {
  border: solid 1px #ccc;
  background: #fff;
  color: #333;
  margin-right: 30px;
}
.b1 .b1_wrapper .b1_left .b1_more {
  background: #f5b135;
  width: 100vw;
  height: 200px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.b1 .b1_wrapper .b1_left .b1_more a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 600px;
}
.b1 .b1_wrapper .b1_left .b1_more .b1_more_txt {
  color: #fff;
  font-size: 28px;
}
.b1 .b1_wrapper .b1_left .b1_more .b1_more_txt p:last-child {
  font-size: 16px;
}
.b1 .b1_wrapper .b1_left .b1_more .iconfont {
  color: #fff;
  font-size: 54px;
}
.b1 .b1_wrapper .b1_right {
  width: 550px;
  height: 700px;
  overflow: hidden;
}
.b1 .b1_wrapper .b1_right img {
  height: 100%;
  width: auto;
  margin-left: -130px;
}
.title {
  margin-bottom: 40px;
}
.title h3 {
  text-align: center;
  font-size: 24px;
}
.title small {
  font-size: 36px;
  color: #999;
  display: block;
  text-align: center;
}
.b2 {
  margin: 100px 0;
}
.b2 ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.b2 ul li {
  width: 23%;
}
.b3 {
  background: #f6f7f9;
  padding: 100px 0;
}
.b3 .b3_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.b3 .b3_wrapper .b3_items {
  height: 250px;
  overflow: hidden;
}
.b3 .b3_wrapper .b3_con {
  background: #f5b135;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}
.b3 .b3_wrapper .b3_con .b3_title {
  font-size: 24px;
  margin-bottom: 20px;
}
.b4 {
  margin: 80px 0;
}
.b4 .b4_wrapper .swiper-slide {
  height: 200px;
  overflow: hidden;
}
.b4 .b4_wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}
.b5 {
  margin: 80px 0;
}
.b5 .b5_wrapper {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
  -webkit-align-items: center;
}
.b5 .b5_wrapper .b5_item {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 33%;
}
.b5 .b5_wrapper .b5_item .iconfont {
  font-size: 48px;
  margin-right: 15px;
}
.b5 .b5_wrapper .b5_item .icon-dianziyoujian {
  font-size: 46px;
}
.b5 .b5_wrapper .b5_con p {
  font-size: 18px;
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}
.b5 .b5_wrapper .b5_con p::before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 20px;
  background: #f5b135;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.b5 .b5_wrapper .b5_con span {
  font-size: 14px;
  color: #999;
}
.b6 {
  background: #f6f7f9;
  padding: 100px 0;
}
.b6 .w1200 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.b6 .w1200 .b6_left {
  width: 48%;
}
.b6 .w1200 .b6_left .b6_title {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  border-bottom: solid 1px #f5b135;
  padding: 5px 0;
}
.b6 .w1200 .b6_left .b6_title h3 {
  position: relative;
  padding-left: 15px;
}
.b6 .w1200 .b6_left .b6_title h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 24px;
  background: #f5b135;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.b6 .w1200 .b6_left .b6_title span a {
  font-size: 14px;
  color: #999;
}
.b6 .w1200 .b6_left .b6_title span a:hover {
  color: #f5b135;
}
.b6 .w1200 .b6_left .b6_left_wrapper {
  margin: 20px 0;
}
.b6 .w1200 .b6_left .b6_left_wrapper .b6_list li {
  border-bottom: dashed 1px #ccc;
  padding: 5px 0;
  margin: 10px 0;
}
.b6 .w1200 .b6_left .b6_left_wrapper .b6_list li a {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.b6 .w1200 .b6_left .b6_left_wrapper .b6_list li a h4 {
  font-weight: 400;
  width: 80%;
  position: relative;
  padding-left: 15px;
}
.b6 .w1200 .b6_left .b6_left_wrapper .b6_list li a h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #f5b135;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.b6 .w1200 .b6_left .b6_left_wrapper .b6_list li a span {
  font-size: 14px;
  color: #999;
}
.b6 .w1200 .b6_right {
  width: 48%;
}
.b6 .w1200 .b6_right .b6_wrapper .b6_pic {
  position: relative;
}
.b6 .w1200 .b6_right .b6_wrapper .b6_pic .b6_con {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 100px;
  background: rgba(245, 177, 53, 0.9);
}
.b6 .w1200 .b6_right .b6_wrapper .b6_pic .b6_con span {
  display: inline-block;
  text-align: center;
  line-height: 100px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
}
footer {
  padding: 40px 0;
  background: #f5b135;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
footer a {
  color: #fff;
  font-size: 14px;
}
footer .flink {
  margin-bottom: 20px;
}
.about {
  margin: 100px 0 80px 0;
}
.about .about_wrapper {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.about .about_wrapper .about_pic {
  width: 530px;
  height: 370px;
  background: #f5b135;
  transform: translate(20px, 20px);
}
.about .about_wrapper .about_pic img {
  width: 100%;
  transform: translate(-20px, -20px);
}
.about .about_wrapper .about_content {
  width: 620px;
  position: relative;
}
.about .about_wrapper .about_content::before {
  content: "";
  display: block;
  background: url(../img/yinhao.png) no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 0;
}
.about .about_wrapper .about_content::after {
  content: "";
  display: block;
  background: url(../img/yinhao.png) no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -50px;
  right: 0;
  transform: rotate(180deg);
}
.about .about_wrapper .about_content .about_title {
  margin-bottom: 20px;
}
.about .about_wrapper .about_content .about_title h3 {
  font-size: 36px;
  font-weight: 500;
}
.about .about_wrapper .about_content .about_title small {
  color: #f5b135;
}
.about .about_wrapper .about_content .about_con {
  line-height: 2em;
}
.about_new {
  margin: 80px 0;
}
.about_new .about_new_list .about_new_item {
  background-size: contain;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  padding: 50px;
  align-items: center;
}
.about_new .about_new_list .about_new_item:nth-child(1) {
  background: url(../img/about1.jpg);
  background-size: cover;
}
.about_new .about_new_list .about_new_item:nth-child(2) {
  background: url(../img/about2.jpg);
  background-size: cover;
}
.about_new .about_new_list .about_new_item:nth-child(3) {
  background: url(../img/about3.jpg);
  background-size: cover;
}
.about_new .about_new_list .about_new_item:nth-child(4) {
  background: url(../img/about4.jpg);
  background-size: cover;
}
.about_new .about_new_list .about_new_con {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 40px;
  width: 40%;
}
.about_new .about_new_list .about_new_con strong {
  font-size: 24px;
  font-weight: 600;
  color: #1292C9;
}
.about_new .about_new_list .about_new_con strong span {
  color: #ff6600;
  text-decoration: underline;
}
.about_new .about_new_list .about_new_con .about_line {
  width: 35px;
  height: 6px;
  background: #da5d46;
  margin-top: 20px;
}
.about_new .about_new_list .about_new_con p {
  color: #54595f;
  font-size: 18px;
  margin-top: 40px;
}
.about_new .about_new_list .about_new_box {
  width: 60%;
}
.belief {
  padding: 80px 0;
  background: #f6f7f9;
}
.belief .belief_wrapper {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.belief .belief_wrapper .belief_item {
  width: 19%;
  background: #fff;
  padding: 20px;
  height: 200px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
}
.belief .belief_wrapper .belief_item .belief_icon {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  /* border-bottom: solid 1px #ccc;
                margin-bottom: 10px;
                padding-bottom: 10px; */
}
.belief .belief_wrapper .belief_item .belief_icon .iconfont {
  font-size: 40px;
  margin-right: 15px;
}
.belief .belief_wrapper .belief_item .belief_icon p:first-child {
  font-weight: 600;
}
.belief .belief_wrapper .belief_item .belief_txt {
  font-size: 14px;
  border-top: solid 1px #ccc;
  margin-top: 15px;
  padding: 15px 0;
  line-height: 1.5em;
}
.belief .belief_wrapper .belief_item:hover {
  background: #f5b135;
  color: #fff;
}
.belief .belief_wrapper .belief_item:hover .belief_txt {
  border-top: solid 1px #fff;
}
.mission {
  margin: 80px 0;
}
.mission .mission_wrapper .mission_item {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  border: solid 2px #f5b135;
  border-radius: 50px;
  margin-bottom: 30px;
}
.mission .mission_wrapper .mission_item .mission_title {
  width: 220px;
  background: #f5b135;
  border-radius: 50px;
  height: 100px;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.mission .mission_wrapper .mission_item .mission_title h3 {
  font-size: 24px;
  font-weight: 500;
}
.mission .mission_wrapper .mission_item .mission_title small {
  color: #fff;
}
.mission .mission_wrapper .mission_item .mission_con {
  width: 950px;
  padding-right: 50px;
}
.origin {
  margin: 80px 0;
}
.origin .origin_wrapper {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.origin .origin_wrapper .origin_pic {
  width: 530px;
  height: 320px;
  overflow: hidden;
}
.origin .origin_wrapper .origin_content {
  width: 620px;
}
.origin .origin_wrapper .origin_content .origin_en {
  margin-bottom: 40px;
}
.origin .origin_wrapper .origin_content .origin_title {
  margin-bottom: 10px;
}
.origin .origin_wrapper .origin_content .origin_title h3 {
  font-size: 24px;
}
.origin .origin_wrapper .origin_content .origin_title small {
  color: #f5b135;
}
.origin .origin_wrapper .origin_content .origin_con {
  font-size: 14px;
  line-height: 1.5em;
}
.plan {
  margin: 80px 0;
}
.plan .plan_wrapper {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 10px;
}
.plan .plan_wrapper .plan_item {
  border: solid 5px #f5b135;
  background: #f5b135;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.plan .plan_wrapper .plan_item:nth-child(1) {
  grid-column: 1/5;
  grid-row: 1/7;
  background: #fff;
}
.plan .plan_wrapper .plan_item:nth-child(2) {
  grid-column: 5/10;
  background: #fff;
}
.plan .plan_wrapper .plan_item:nth-child(3) {
  grid-column: 5/5;
  grid-row: 2/7;
}
.plan .plan_wrapper .plan_item:nth-child(3) .iconfont {
  font-size: 36px;
  transform: rotate(180deg);
}
.plan .plan_wrapper .plan_item:nth-child(4) {
  grid-column: 6/8;
  grid-row: 2/7;
  background: url(../img/n_pic1.jpg) no-repeat;
  background-size: cover;
  background-position: -200px;
}
.plan .plan_wrapper .plan_item:nth-child(4) span {
  font-size: 36px;
  writing-mode: vertical-rl;
}
.plan .plan_wrapper .plan_item:nth-child(5) {
  grid-column: 8/10;
}
.plan .plan_wrapper .plan_item:nth-child(5) .iconfont {
  font-size: 36px;
  transform: rotate(-90deg);
}
.plan .plan_wrapper .plan_item:nth-child(6) {
  grid-column: 8/10;
  grid-row: 3/7;
  background: url(../img/n_pic2.jpg) no-repeat;
  background-size: cover;
  background-position: -60px;
}
.plan .plan_wrapper .plan_item:nth-child(6) span {
  font-size: 36px;
}
.cer_aepp {
  margin: 80px 0;
}
.cer_aepp .cer_aepp_wrapper img {
  width: 800px;
  margin: 0 auto;
}
.map {
  margin: 80px 0;
}
.map #map {
  width: 100%;
  height: 500px;
}
.certification {
  margin: 80px 0;
}
.certification .certification_wrapper {
  width: 70%;
  height: 500px;
  margin: 0 auto;
}
.certification .certification_wrapper .certification_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 10px;
}
.certification .certification_wrapper .certification_list li {
  text-align: center;
  width: 20%;
}
.certification .certification_wrapper .certification_list li a {
  display: block;
  font-weight: 300;
  color: #595b5d;
  font-size: 14px;
  padding: 10px;
  background: #ebf3f9;
  border-radius: 10px;
  margin: 10px;
}
.certification .certification_wrapper .certification_list .active {
  position: relative;
}
.certification .certification_wrapper .certification_list .active a {
  font-weight: 600;
  color: #333;
  background: #c6e0f3;
  border-radius: 10px;
}
.certification .certification_wrapper .certification_list .active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10px solid #ebf3f9;
}
.certification .certification_wrapper .certification_form {
  background: #ebf3f9;
  border-radius: 20px;
}
.certification .certification_wrapper .certification_form form {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 30px 0;
}
.certification .certification_wrapper .certification_form form .select-container {
  margin: 30px;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.certification .certification_wrapper .certification_form form .custom-select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  font-size: 15px;
  color: #333;
  appearance: none;
  /* 去除默认箭头 */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
  transition: border-color 0.3s;
}
.certification .certification_wrapper .certification_form form .custom-select:hover {
  border-color: #888;
}
.certification .certification_wrapper .certification_form form .custom-select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}
.certification .certification_wrapper .certification_form form .select-label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  color: #555;
  width: 300px;
}
.certification .certification_wrapper .certification_form form .hint-text {
  margin-top: 8px;
  font-size: 13px;
  color: #666;
}
.certification .certification_wrapper .certification_form form input {
  line-height: 1.5em;
  padding: 5px 15px;
  margin: 10px 0;
  width: 400px;
  border: none;
  border-radius: 20px;
  height: 40px;
  box-shadow: #ccc 2px 2px 10px;
  font-size: 14px;
}
.certification .certification_wrapper .certification_form form input:focus-visible {
  border: none;
}
.certification .certification_wrapper .certification_form form #search {
  width: 200px;
  background: #226ba0;
  color: #fff;
  cursor: pointer;
  margin-top: 40px;
}
.certification .certification_wrapper .certification_form form .form_tips {
  color: red;
  font-size: 14px;
}
.certification .certification_wrapper .certification_form form h3 {
  margin-bottom: 40px;
  font-size: 24px;
}
.page {
  margin: 80px 0;
}
.channel {
  margin: 80px 0;
}
.channel .channel_form {
  width: 100%;
  padding: 40px;
  background: #011e96;
}
.channel .channel_form .form-horizontal {
  margin: 0 auto;
  padding: 40px;
  border-radius: 20px;
  background: #fff;
}
.channel .channel_form .form-horizontal .control-label {
  color: #ab9360;
  font-weight: 600;
  display: block;
  padding: 0 0 5px 5px;
}
.channel .channel_form .form-horizontal .control-label .required {
  color: red;
}
.channel .channel_form .form-horizontal .form-group {
  margin-bottom: 20px;
}
.channel .channel_form .form-horizontal .form-group .form-control {
  border: solid 1px #ccc;
  border-radius: 10px;
  padding: 5px;
  height: 30px;
  width: 100%;
}
.channel .channel_form .form-horizontal .form_row {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.channel .channel_form .form-horizontal .form_row .form-group {
  width: 45%;
}
.channel .channel_form .form-horizontal .input-group {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.channel .channel_form .form-horizontal .input-group .form-control {
  width: 45%;
}
.channel .channel_form .form-horizontal .green {
  width: 200px;
  height: 40px;
  background: #ab9360;
  color: #fff;
  border: none;
  border-radius: 20px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
.news {
  margin: 80px 0;
}
.news .news_wrapper .news_list li {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding: 20px 0;
  margin: 20px;
  border-bottom: dashed 1px #ddd;
}
.news .news_wrapper .news_list li .news_date {
  width: 80px;
  height: 80px;
  background: #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  transition: all 0.3s;
}
.news .news_wrapper .news_list li .news_date:hover {
  background: #f5b135;
}
.news .news_wrapper .news_list li .news_date:hover span {
  color: #fff;
}
.news .news_wrapper .news_list li .news_date span {
  color: #999;
  line-height: 1.5em;
}
.news .news_wrapper .news_list li .news_date span:first-child {
  font-size: 36px;
  font-weight: 600;
}
.news .news_wrapper .news_list li .news_date span:last-child {
  font-size: 14px;
}
.news .news_wrapper .news_list li .news_con_m {
  display: none;
}
.news .news_wrapper .news_list li .news_con {
  width: 960px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
}
.news .news_wrapper .news_list li .news_con h4 {
  font-size: 24px;
}
.news .news_wrapper .news_list li .news_con p {
  color: #999;
  font-size: 14px;
  line-height: 1.5em;
}
.news .news_wrapper .news_list li .news_more .news_icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: #999 0 0 3px;
  position: relative;
  transition: all 0.3s;
}
.news .news_wrapper .news_list li .news_more .news_icon .iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}
.news .news_wrapper .news_list li .news_more .news_icon:hover {
  box-shadow: #f5b135 0 0 20px;
  background: #f5b135;
}
.news .news_wrapper .news_list li .news_more .news_icon:hover .iconfont {
  color: #fff;
}
.news .pages {
  text-align: center;
}
.news .pages .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.news .pages .pagination > li {
  display: inline;
}
.news .pages .pagination > li > a,
.news .pages .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.news .pages .pagination > li:first-child > a,
.news .pages .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.news .pages .pagination > li:last-child > a,
.news .pages .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.news .pages .pagination > li > a:hover,
.news .pages .pagination > li > a:focus,
.news .pages .pagination > li > span:hover,
.news .pages .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.news .pages .pagination > .active > a,
.news .pages .pagination > .active > a:hover,
.news .pages .pagination > .active > a:focus,
.news .pages .pagination > .active > span,
.news .pages .pagination > .active > span:hover,
.news .pages .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.show {
  margin: 80px 0;
}
.show .show_title {
  margin-bottom: 20px;
}
.show .show_title h4 {
  font-size: 24px;
  text-align: center;
}
.show .show_title .show_info {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin: 10px 0;
}
.show .show_title .show_info span {
  margin: 0 10px;
}
.show .show_wrapper {
  padding: 20px 0;
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
}
.insurance {
  margin: 80px 0;
}
.insurance .ins_wrapper_01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
}
.insurance .ins_wrapper_01 .ins_item {
  width: 30%;
}
.insurance .ins_wrapper_01 .ins_item .ins_front {
  border: solid 1px #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  height: 100%;
  background: linear-gradient(-45deg, #fdc830, #f37335);
  color: #fff;
}
.insurance .ins_wrapper_01 .ins_item .ins_front .ins_icon {
  padding: 20px;
}
.insurance .ins_wrapper_01 .ins_item .ins_front .ins_icon .iconfont {
  font-size: 70px;
}
.insurance .ins_wrapper_01 .ins_item .ins_front .ins_title {
  text-align: center;
}
.insurance .ins_wrapper_01 .ins_item .ins_front .ins_title h4 {
  font-size: 24px;
}
.insurance .ins_wrapper_01 .ins_item .ins_front .ins_title small {
  font-size: 14px;
}
.insurance .ins_wrapper_01 .ins_item .ins_behind {
  border: solid 1px #ccc;
  background: linear-gradient(-45deg, #fdc830, #f37335);
  padding: 20px;
}
.insurance .ins_wrapper_01 .ins_item .ins_behind .ins_behind_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  padding: 10px 0;
}
.insurance .ins_wrapper_01 .ins_item .ins_behind .ins_behind_item .ins_num {
  width: 40px;
  height: 40px;
  background: #f5b135;
  border-radius: 50%;
  margin-right: 20px;
}
.insurance .ins_wrapper_01 .ins_item .ins_behind .ins_behind_item .ins_num span {
  line-height: 40px;
  text-align: center;
  display: block;
  color: #fff;
}
.insurance .ins_wrapper_01 .ins_item .ins_behind .ins_behind_item .ins_behind_con {
  color: #ffff;
}
.insurance .ins_wrapper_01 .ins_item .ins_behind .ins_behind_item .ins_behind_con p {
  font-size: 12px;
}
.insurance .ins_wrapper_01 .ins_item .ins_behind .ins_behind_item .ins_behind_con h5 {
  font-size: 20px;
  font-weight: 600;
}
.insurance .certificate {
  margin: 80px 0;
}
.insurance .certificate .certificate_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
}
.insurance .certificate .certificate_wrapper .cer_left {
  width: 48%;
  line-height: 2em;
}
.insurance .certificate .certificate_wrapper .cer_left img {
  width: 300px;
}
.insurance .certificate .certificate_wrapper .cer_right {
  width: 48%;
}
.course {
  margin: 80px 0;
}
.course .course_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: start;
}
.course .course_wrapper .line_tit {
  width: 150px;
  height: 40px;
  background: linear-gradient(0deg, #fdc830, #f37335);
  border-radius: 15px;
  margin: 0 auto 20px auto;
}
.course .course_wrapper .line_tit h4 {
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.course .course_wrapper .online {
  width: 80%;
  margin: 0 auto 20px auto;
}
.course .course_wrapper .online img {
  border: solid 5px #f5b135;
}
.adv {
  margin: 80px 0;
}
.adv .adv_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
}
.adv .adv_wrapper .adv_pic {
  width: 40%;
}
.adv .adv_wrapper .adv_list {
  width: 55%;
}
.adv .adv_wrapper .adv_list .adv_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  background: #f5b135;
  margin: 40px 0;
  color: #fff;
  height: 80px;
}
.adv .adv_wrapper .adv_list .adv_item .adv_num {
  width: 100px;
  height: 100px;
  background: #f37335;
  margin-left: 20px;
  margin-right: 20px;
}
.adv .adv_wrapper .adv_list .adv_item .adv_num span {
  font-size: 38px;
  display: block;
  text-align: center;
  line-height: 100px;
}
.adv .adv_wrapper .adv_list .adv_item .adv_con {
  width: 500px;
}
.adv .adv_wrapper .adv_list .adv_item .adv_con h5 {
  font-size: 18px;
  font-weight: 600;
}
.adv .adv_wrapper .adv_list .adv_item .adv_con p {
  font-size: 14px;
}
.pension {
  margin: 80px 0;
}
.pension .ppf_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
}
.pension .ppf_wrapper .ppf_card {
  width: 30%;
  height: 430px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 15, 0.3);
}
.pension .ppf_wrapper .ppf_card .ppf_pic {
  height: 250px;
  overflow: hidden;
}
.pension .ppf_wrapper .ppf_card .ppf_num {
  background: #f5b135;
  width: 80px;
  height: 50px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  text-align: center;
  position: absolute;
  top: 58%;
  left: 0;
  transform: translateY(-50%);
}
.pension .ppf_wrapper .ppf_card .ppf_num span {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 50px;
}
.pension .ppf_wrapper .ppf_card .ppf_con {
  text-align: center;
  padding: 20px 20px;
}
.pension .ppf_wrapper .ppf_card .ppf_con h4 {
  padding: 10px;
  font-size: 18px;
}
.pension .ppf_wrapper .ppf_card .ppf_con p {
  line-height: 1.5em;
}
.det {
  margin: 80px 0;
}
.det .det_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
}
.det .det_wrapper .det_card {
  width: 19%;
  height: 300px;
  box-shadow: 0 0 10px rgba(245, 177, 53, 0.5);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  position: relative;
}
.det .det_wrapper .det_card .det_num {
  text-align: center;
  position: absolute;
  background: #fff;
  width: 80px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.det .det_wrapper .det_card .det_num span {
  font-size: 34px;
  color: #f5b135;
}
.det .det_wrapper .det_card h4 {
  font-size: 18px;
  border-bottom: solid 2px #666;
  line-height: 2.5em;
  padding: 8px;
}
.det .det_wrapper .det_card p {
  line-height: 1.5em;
  padding: 15px 0;
  text-align: left;
}
.det .det_wrapper .det_icon {
  width: 4%;
  transform: rotate(180deg);
}
.det .det_wrapper .det_icon .icon-arrowcrudeleft {
  font-size: 44px;
  color: #f5b135;
}
.certificate-container {
  margin-top: 40px;
}
.certificate-img {
  max-width: 70%;
  margin: 3rem auto;
  text-align: center;
}
.certificate-box {
  background: var(--white);
  border: 2px dashed var(--primary);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.certificate-box img {
  max-width: 100%;
  height: auto;
  border: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .w1200 {
    width: 100%;
  }
  .w800 {
    width: 100%;
  }
  .top {
    height: 50px;
    padding: 2%;
    box-sizing: border-box;
    position: relative;
  }
  .top .w1200 {
    height: 100%;
  }
  .top .logo {
    width: 100%;
    height: 100%;
  }
  .top .logo img {
    height: 35px;
    width: auto;
  }
  .top .nav {
    display: none;
  }
  .top .m_nav {
    display: block;
  }
  .top .m_nav .m_nav_icon {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 30px;
    height: 30px;
  }
  .top .m_nav .m_nav_icon li {
    width: 30px;
    height: 2px;
    background: #f5b135;
    transition: 0.3s;
  }
  .top .m_nav .m_nav_active li {
    transform-origin: 12%;
  }
  .top .m_nav .m_nav_active li:nth-child(1) {
    transform: rotate(44deg);
  }
  .top .m_nav .m_nav_active li:nth-child(2) {
    display: none;
  }
  .top .m_nav .m_nav_active li:nth-child(3) {
    transform: rotate(-44deg);
  }
  .top .m_nav .m_nav_list {
    display: none;
    width: 100vw;
    background: #f5b135;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 2;
  }
  .top .m_nav .m_nav_list .mli {
    line-height: 4em;
    text-align: center;
    color: #fff;
    border-bottom: dashed 1px #fff;
  }
  .top .m_nav .m_nav_list .mli a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  }
  .top .m_nav .m_nav_list .mli .iconfont {
    margin-left: 5%;
    font-weight: 300;
    font-size: 20px;
    transform: rotate(90deg);
    display: inline-block;
  }
  .top .m_nav .m_nav_list .m_subnav {
    display: none;
  }
  .top .m_nav .m_nav_list .m_subnav li {
    border-bottom: dashed 1px #fff;
  }
  .top .m_nav .m_nav_list .m_subnav li a {
    font-size: 16px;
    font-weight: 400;
  }
  .top .m_nav .m_nav_list .m_subnav li:first-child {
    border-top: dashed 1px #fff;
  }
  .top .m_nav .m_nav_list .m_subnav li:last-child {
    border-bottom: none;
  }
  .b1 {
    margin: 10% 0;
    padding: 0 2%;
  }
  .b1 .b1_title {
    margin-bottom: 5%;
    text-align: center;
  }
  .b1 .b1_title small {
    font-size: 24px;
    color: #999;
  }
  .b1 .b1_title h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #333;
  }
  .b1 .b1_wrapper {
    width: 100%;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .b1 .b1_wrapper .b1_left {
    order: 2;
    -webkit-order: 2;
    width: 100%;
    margin-top: 5%;
  }
  .b1 .b1_wrapper .b1_left .b1_btn_group {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% 0;
  }
  .b1 .b1_wrapper .b1_left .b1_more {
    height: 150px;
    align-items: center;
    -webkit-align-items: center;
  }
  .b1 .b1_wrapper .b1_left .b1_more a .b1_more_txt {
    font-size: 18px;
  }
  .b1 .b1_wrapper .b1_left .b1_more a .iconfont {
    font-size: 36px;
  }
  .b1 .b1_wrapper .b1_right {
    order: 1;
    -webkit-order: 1;
    width: 100%;
    height: 26vh;
  }
  .b1 .b1_wrapper .b1_right img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .title {
    margin-bottom: 5%;
  }
  .title small {
    font-size: 24px;
  }
  .title h3 {
    font-size: 18px;
  }
  .b2 {
    margin: 10% 0;
    padding: 0 2%;
  }
  .b2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2%;
  }
  .b2 ul li {
    width: auto;
  }
  .b3 {
    padding: 10% 2%;
  }
  .b3 .b3_wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .b3 .b3_wrapper .b3_items {
    width: 50%;
    height: 160px;
  }
  .b3 .b3_wrapper .b3_items img {
    height: 100%;
    width: auto;
  }
  .b3 .b3_wrapper .b3_items:nth-child(1) {
    order: 1;
  }
  .b3 .b3_wrapper .b3_items:nth-child(2) {
    order: 3;
  }
  .b3 .b3_wrapper .b3_items:nth-child(3) {
    order: 4;
  }
  .b3 .b3_wrapper .b3_items:nth-child(4) {
    order: 2;
  }
  .b3 .b3_wrapper .b3_items:nth-child(5) {
    order: 5;
  }
  .b3 .b3_wrapper .b3_items:nth-child(6) {
    order: 6;
  }
  .b3 .b3_wrapper .b3_con {
    padding: 2%;
  }
  .b3 .b3_wrapper .b3_con .b3_title {
    font-size: 16px;
    margin-bottom: 2%;
  }
  .b3 .b3_wrapper .b3_con .b3_txt {
    font-size: 14px;
  }
  .b4 {
    margin: 10% 0;
    padding: 0 2%;
  }
  .b4 .b4_wrapper .swiper-button-next {
    display: none;
  }
  .b4 .b4_wrapper .swiper-button-prev {
    display: none;
  }
  .b4 .b4_wrapper .swiper-slide {
    height: 14vh;
  }
  .b4 .b4_wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .b5 {
    margin: 10% 0;
    padding: 0 2%;
  }
  .b5 .b5_wrapper {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .b5 .b5_wrapper .b5_item {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 5%;
  }
  .b5 .b5_wrapper .b5_item .iconfont {
    font-size: 24px;
    color: #fff;
    background: #f5b135;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
  }
  .b5 .b5_wrapper .b5_item:nth-child(2) .iconfont {
    font-size: 20px;
  }
  .b5 .b5_wrapper .b5_item .b5_con p {
    font-size: 16px;
    margin: 0;
    padding: 0;
  }
  .b5 .b5_wrapper .b5_item .b5_con p::before {
    display: none;
  }
  .b5 .b5_wrapper .b5_item .b5_con span {
    font-size: 16px;
  }
  .b6 {
    padding: 10% 2%;
  }
  .b6 .w1200 {
    flex-wrap: wrap;
  }
  .b6 .w1200 .b6_left {
    width: 100%;
  }
  .b6 .w1200 .b6_left .b6_left_wrapper .b6_list li a {
    flex-wrap: wrap;
  }
  .b6 .w1200 .b6_left .b6_left_wrapper .b6_list li a h4 {
    width: 100%;
    padding-left: 5%;
  }
  .b6 .w1200 .b6_left .b6_left_wrapper .b6_list li a span {
    padding-left: 5%;
  }
  .b6 .w1200 .b6_right {
    width: 100%;
  }
  .b6 .w1200 .b6_right .b6_wrapper .b6_pic .b6_con {
    width: 100%;
    height: 30px;
  }
  .b6 .w1200 .b6_right .b6_wrapper .b6_pic .b6_con span {
    font-size: 16px;
    line-height: 30px;
  }
  footer {
    padding: 6% 0;
  }
  footer .flink {
    display: none;
  }
  .about {
    margin: 10% 0;
    padding: 0 2%;
  }
  .about .about_wrapper {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .about .about_wrapper .about_pic {
    order: 2;
    -webkit-order: 2;
    width: 100%;
    transform: translate(0);
    height: auto;
    background: none;
    margin-top: 5%;
  }
  .about .about_wrapper .about_pic img {
    width: 100%;
    transform: translate(0);
  }
  .about .about_wrapper .about_content {
    order: 1;
    -webkit-order: 1;
    width: 100%;
  }
  .about .about_wrapper .about_content::before {
    display: none;
  }
  .about .about_wrapper .about_content::after {
    display: none;
  }
  .about .about_wrapper .about_content .about_title {
    text-align: center;
  }
  .about .about_wrapper .about_content .about_title h3 {
    font-size: 24px;
  }
  .about .about_wrapper .about_content .about_con {
    color: #666;
    line-height: 1.5em;
  }
  .about_new {
    margin: 10% 0;
  }
  .about_new .about_new_list {
    padding: 0 2%;
  }
  .about_new .about_new_list .about_new_item {
    padding: 10%;
  }
  .about_new .about_new_list .about_new_item .about_new_box {
    display: none;
  }
  .about_new .about_new_list .about_new_item .about_new_con {
    width: 100%;
    padding: 10%;
  }
  .belief {
    padding: 10% 2%;
  }
  .belief .belief_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 200px);
    gap: 2%;
  }
  .belief .belief_wrapper .belief_item {
    width: 100%;
    padding: 10%;
  }
  .belief .belief_wrapper .belief_item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .belief .belief_wrapper .belief_item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .belief .belief_wrapper .belief_item:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .belief .belief_wrapper .belief_item:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .belief .belief_wrapper .belief_item:nth-child(5) {
    grid-column: 1/3;
    grid-row: 3/4;
  }
  .mission {
    margin: 10% 0;
    padding: 0 2%;
  }
  .mission .mission_wrapper .mission_item {
    flex-direction: column;
    -webkit-flex-direction: column;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
  }
  .mission .mission_wrapper .mission_item .mission_title {
    width: 100%;
    height: 50px;
    border-radius: 0;
  }
  .mission .mission_wrapper .mission_item .mission_title h3 {
    font-size: 16px;
  }
  .mission .mission_wrapper .mission_item .mission_title small {
    font-size: 14px;
  }
  .mission .mission_wrapper .mission_item .mission_con {
    /* display: none; */
    width: 100%;
    padding: 2%;
    font-size: 14px;
    color: #666;
  }
  .origin {
    margin: 10% 0;
    padding: 0 2%;
  }
  .origin .origin_wrapper {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .origin .origin_wrapper .origin_pic {
    order: 2;
    -webkit-order: 2;
    width: 100%;
    margin-top: 5%;
    height: auto;
  }
  .origin .origin_wrapper .origin_content {
    order: 1;
    -webkit-order: 1;
    width: 100%;
  }
  .origin .origin_wrapper .origin_content .origin_title h3 {
    font-size: 18px;
  }
  .origin .origin_wrapper .origin_content .origin_title small {
    font-size: 14px;
  }
  .origin .origin_wrapper .origin_content .origin_con {
    color: #666;
  }
  .origin .origin_wrapper .origin_content .origin_en {
    margin-bottom: 5%;
  }
  .plan {
    margin: 10% 0;
    padding: 0 2%;
  }
  .plan .plan_wrapper {
    grid-template-rows: repeat(6, 4vh);
  }
  .plan .plan_wrapper .plan_item:nth-child(1) {
    grid-row: 1/7;
  }
  .plan .plan_wrapper .plan_item:nth-child(2) {
    grid-row: 1/4;
  }
  .plan .plan_wrapper .plan_item:nth-child(3) {
    grid-row: 4/7;
  }
  .plan .plan_wrapper .plan_item:nth-child(3) .iconfont {
    font-size: 24px;
  }
  .plan .plan_wrapper .plan_item:nth-child(4) {
    grid-row: 4/7;
    background-position: 0;
  }
  .plan .plan_wrapper .plan_item:nth-child(4) span {
    font-size: 14px;
  }
  .plan .plan_wrapper .plan_item:nth-child(5) {
    grid-row: 4/5;
  }
  .plan .plan_wrapper .plan_item:nth-child(5) .iconfont {
    font-size: 24px;
  }
  .plan .plan_wrapper .plan_item:nth-child(6) {
    grid-row: 5/7;
    background-position: 0;
  }
  .plan .plan_wrapper .plan_item:nth-child(6) span {
    font-size: 14px;
  }
  .cer_aepp {
    margin: 10% 0;
    padding: 0 2%;
  }
  .cer_aepp .cer_aepp_wrapper img {
    width: 100%;
  }
  .certification {
    margin: 10% 0;
    padding: 0 2%;
  }
  .certification .certification_wrapper {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
  .certification .certification_wrapper .certification_pic {
    display: none;
  }
  .certification .certification_wrapper .certification_list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .certification .certification_wrapper .certification_list li {
    width: 50%;
  }
  .certification .certification_wrapper .certification_list .active::after {
    display: none;
  }
  .certification .certification_wrapper .certification_form {
    border-radius: 10px;
    width: 100%;
    padding: 10% 0;
  }
  .certification .certification_wrapper .certification_form form h3 {
    font-size: 18px;
    margin: 5%;
  }
  .certification .certification_wrapper .certification_form form input {
    width: 80%;
  }
  .certification .certification_wrapper .certification_form form input:last-child {
    margin-top: 5%;
  }
  .map {
    margin: 10% 0;
    padding: 0 2%;
  }
  .map #map {
    width: 100%;
    height: 40vh;
  }
  .page {
    margin: 10% 0;
    padding: 0 2%;
  }
  .channel .channel_form {
    padding: 5%;
  }
  .channel .channel_form .form-horizontal {
    padding: 5%;
  }
  .channel .channel_form .form-horizontal .form_row {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .channel .channel_form .form-horizontal .form_row .form-group {
    width: 100%;
  }
  .insurance {
    margin: 10% 0;
    padding: 0 2%;
  }
  .insurance .ins_wrapper_01 {
    flex-direction: column;
  }
  .insurance .ins_wrapper_01 .ins_item {
    width: 100%;
  }
  .insurance .adv {
    margin: 10% 0;
    padding: 0 2%;
  }
  .insurance .adv .adv_wrapper {
    flex-direction: column;
  }
  .insurance .adv .adv_wrapper .adv_pic {
    width: 100%;
  }
  .insurance .adv .adv_wrapper .adv_list {
    width: 100%;
  }
  .insurance .certificate {
    margin: 10% 0;
    padding: 0 2%;
  }
  .insurance .certificate .certificate_wrapper {
    display: flex;
    flex-direction: column;
  }
  .insurance .certificate .certificate_wrapper .cer_left {
    width: 100%;
    font-size: 14px;
    margin-bottom: 5%;
  }
  .insurance .certificate .certificate_wrapper .cer_left img {
    display: none;
  }
  .insurance .certificate .certificate_wrapper .cer_right {
    width: 100%;
  }
  .insurance .course {
    margin: 10% 0;
    padding: 0 2%;
  }
  .insurance .course .course_wrapper {
    flex-direction: column;
  }
  .insurance .course .course_wrapper .online {
    width: 100%;
    margin-bottom: 5%;
  }
  .insurance .course .course_wrapper .offline {
    width: 100%;
  }
  .news {
    margin: 10% 0;
    padding: 0 2%;
  }
  .news .news_wrapper .news_list li {
    padding: 2% 0;
    margin: 0;
  }
  .news .news_wrapper .news_list li .news_date,
  .news .news_wrapper .news_list li .news_con,
  .news .news_wrapper .news_list li .news_more {
    display: none;
  }
  .news .news_wrapper .news_list li .news_con_m {
    display: block;
  }
  .news .news_wrapper .news_list li .news_con_m h4 {
    font-size: 14px;
    font-weight: 300;
  }
  .show {
    margin: 10% 0;
    padding: 0 2%;
  }
  .show .show_title h4 {
    font-size: 18px;
  }
  .show .show_wrapper {
    font-size: 14px;
    line-height: 1.5em;
  }
  .show .show_pages {
    font-size: 14px;
    margin-top: 2%;
  }
  .pension {
    margin: 10% 0;
    padding: 0 2%;
  }
  .pension .ppf_wrapper {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .pension .ppf_wrapper .ppf_card {
    width: 100%;
    margin-bottom: 4%;
  }
  .pension .det .det_wrapper {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .pension .det .det_wrapper .det_card {
    width: 48%;
    margin: 6% 0;
    padding: 2%;
  }
  .pension .det .det_wrapper .det_icon {
    display: none;
  }
  .pension .adv .adv_wrapper {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .pension .adv .adv_wrapper .adv_pic {
    width: 100%;
  }
  .pension .adv .adv_wrapper .adv_list {
    width: 100%;
  }
  .pension .course .course_wrapper {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .pension .course .course_wrapper .online {
    width: 100%;
  }
  .pension .course .course_wrapper .offline {
    width: 100%;
  }
}
