.mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.top_wrap {
  padding: 0.16rem 0;
  background-image: url("../images/04.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top_wrap .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top_wrap .layout .l_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_wrap .layout .l_box .logo a img {
  width: 0.64rem;
}

.top_wrap .layout .l_box .tet {
  margin-left: 0.22rem;
}

.top_wrap .layout .l_box .tet h5 {
  font-size: calc(12px - 0.12rem + 0.24rem);
  color: #006600;
}

.top_wrap .layout .l_box .tet h6 {
  font-size: calc(12px - 0.12rem + 0.22rem);
  color: #006600;
  margin-top: 5px;
}

.top_wrap .layout .r_box .tit {
  font-size: calc(12px - 0.12rem + 0.18rem);
  color: #006600;
  text-align: right;
}

.top_wrap .layout .r_box .phone {
  margin-top: 0.11rem;
  font-size: calc(12px - 0.12rem + 0.24rem);
  color: #006600;
}

header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  background-color: #006600;
}

header .layout {
  height: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .layout .r_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .layout .r_box .r_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .layout .r_box .r_b nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header .layout .r_box .r_b nav ul li {
  padding: 0 0.35rem;
  position: relative;
}

header .layout .r_box .r_b nav ul li .first_menu {
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.18rem);
  font-family: "pb";
  line-height: 0.6rem;
}

header .layout .r_box .r_b nav ul li .first_menu:hover {
  opacity: 0.6;
}

header .layout .r_box .r_b nav ul li:last-child {
  margin-right: 0;
}

header .layout .r_box .r_b nav ul li .second_menu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  width: 200%;
  border-radius: 3px;
  background: #fff;
  text-align: center;
  line-height: 35px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 86, 137, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(0, 86, 137, 0.1);
  overflow: hidden;
  background-color: #2b8a44;
}

header .layout .r_box .r_b nav ul li .second_menu a {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.14rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.1rem 0.15rem;
  text-align: left;
  /* line-height: 50px;*/
  text-align: center;
  color: #fff;
}

header .layout .r_box .r_b nav ul li .second_menu dd {
  margin: 0;
}

header .layout .r_box .r_b nav ul li .second_menu a em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

header .layout .r_box .r_b nav ul li .second_menu a:hover {
  opacity: 0.6;
}

header .layout .r_box .r_b nav ul li .iconfont {
  position: absolute;
  display: none;
  right: 20px;
  font-size: calc(12px - 0.12rem + 0.22rem);
}

header .layout .r_box .r_b nav ul .on {
  background-color: #2b8a44;
}

header .layout .r_box .r_b nav .r_t {
  display: none;
}

header .layout .r_box .r_b .nav_btn {
  display: none;
}

header .layout .l_box {
  position: relative;
}

header .layout .l_box .search_btn {
  height: 0.6rem;
  line-height: 0.7rem;
}

header .layout .l_box .search_btn i {
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

header .layout .l_box .search_form {
  display: none;
  position: absolute;
  top: 105%;
  right: 0;
  background-color: #006600;
  z-index: 10;
}

header .layout .l_box .search_form .con {
  width: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.1rem 0.3rem;
}

header .layout .l_box .search_form .con .tet {
  width: 4.5rem;
  height: 0.4rem;
  padding-left: 0.3rem;
}

header .layout .l_box .search_form .con .sub {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  height: 0.4rem;
  background: none;
  background-color: #fff;
  color: #006600;
  border-left: 1px solid #006600;
  font-size: 16px;
}

.ab {
  position: fixed;
}

footer {
  background-color: #006600;
}

footer .top_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.65rem 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .top_box .l_box .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .top_box .l_box .nav_list a {
  color: #ffffff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  margin-right: 0.5rem;
}

footer .top_box .l_box .contact_box {
  margin-top: 0.3rem;
}

footer .top_box .l_box .contact_box .item {
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #ffffff;
  opacity: 0.6;
}

footer .swiper_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.22rem;
  padding-bottom: 0.22rem;
  padding-right: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .swiper_box span {
  color: #ffffff;
  opacity: 0.4;
  font-size: 16px;
}

footer .swiper_box .bot_nav_swiper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

footer .swiper_box .bot_nav_swiper .swiper-slide {
  color: #ffffff;
  opacity: 0.4;
  width: auto;
  padding: 0 0.15rem;
  position: relative;
}

footer .swiper_box .bot_nav_swiper .swiper-slide:hover {
  opacity: 1;
}

footer .swiper_box .bot_nav_swiper .swiper-slide::after {
  position: absolute;
  content: "/";
  color: #fff;
  opacity: 0.4;
  right: 0;
}

footer .swiper_box .b_s_btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

footer .swiper_box .b_s_btn i {
  color: #fff;
  opacity: 0.4;
  font-size: 14px;
}

footer .swiper_box .b_s_btn:hover i {
  opacity: 1;
}

footer .swiper_box .b_s_btn_p {
  right: 0.2rem;
}

footer .swiper_box .b_s_btn_n {
  right: 0;
}

footer .botoom_box {
  padding: 0.4rem 0;
}

footer .botoom_box .cop {
  text-align: center;
  line-height: 1.6;
  font-size: 16px;
  color: #ffffff;
  opacity: 0.6;
}

footer .botoom_box .link {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.6;
  margin-top: 0.15rem;
}

footer .botoom_box .link span {
  color: #ffffff;
}

footer .botoom_box .link a {
  color: #ffffff;
  margin-right: 0.3rem;
}

.pub_tit {
  padding: 0.68rem 0;
}

.pub_tit h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pub_tit h6 span {
  font-size: calc(12px - 0.12rem + 0.36rem);
  font-weight: 550;
  color: #006600;
  margin: 0 0.2rem;
}

.pub_tit p {
  margin-top: 0.22rem;
  text-align: center;
  color: #999999;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.page_box {
  padding: 0.6rem 0;
}

.page_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page_box ul li {
  margin: 0 0.1rem;
}

.page_box ul li a {
  width: 0.5rem;
  height: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 1px #888;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.page_box ul li a:hover {
  border: solid 1px #006600;
  background-color: #006600;
  color: #fff;
}

.page_box ul .last a {
  width: 0.84rem;
}

.page_box ul .on a {
  border: solid 1px #006600;
  background-color: #006600;
  color: #fff;
}

.nav_box .layout {
  padding: 0.3rem 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #ddd;
}

.post_nav_box .layout:empty {
  display: none;
}

.nav_box .layout a {
  margin-right: 0.4rem;
  display: block;
  width: 1.5rem;
  height: 0.5rem;
  background-color: #d9e8d9;
  color: #006600;
  font-size: calc(12px - 0.12rem + 0.18rem);
  text-align: center;
  line-height: 0.5rem;
}

.nav_box .layout .on {
  background-color: #006600;
  color: #fff;
}

.index .banner_wrap .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  background-color: #ffffff;
  opacity: 1;
}

.index .banner_wrap .swiper-pagination-bullet-active {
  background-color: #006600;
}

.index .wrap {
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index .wrap_01 {
  background-image: url("../images/03.jpg");
}

.index .wrap_01 .s_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0.5rem;
}

.index .wrap_01 .s_list li {
  width: 32%;
  margin: 0 0.66% 1rem;
  position: relative;
}

.index .wrap_01 .s_list li .icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -0.6rem;
}

.index .wrap_01 .s_list li .icon img {
  width: 1.2rem;
  height: 1.2rem;
}

.index .wrap_01 .s_list li .tet_box {
  height: 2.2rem;
  background-color: #ffffff;
  border-radius: 0.1rem;
  padding: 0.8rem 0.27rem 0;
}

.index .wrap_01 .s_list li .tet_box h6 {
  color: #006600;
  text-align: center;
  font-size: calc(12px - 0.12rem + 0.2rem);
  margin-bottom: 0.15rem;
}

.index .wrap_01 .s_list li .tet_box p {
  color: #999999;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  height: 6em;
  -webkit-box-orient: vertical;
}

.index .wrap_02 {
  background-image: url("../images/05.jpg");
}

.index .wrap_02 .box1 .r_s_box {
  position: relative;
}

.index .wrap_02 .box1 .r_s_box .r_swiper {
  padding: 0 1px;
}

.index .wrap_02 .box1 .r_s_box .r_swiper .swiper-slide {
  border: solid 1px #006600;
  background-color: #fff;
}

.index .wrap_02 .box1 .r_s_box .r_swiper .swiper-slide .tet_box {
  padding: 0 0.2rem 0.27rem;
}

.index .wrap_02 .box1 .r_s_box .r_swiper .swiper-slide .tet_box h6 {
  color: #006600;
  font-size: calc(12px - 0.12rem + 0.18rem);
  padding: 0.16rem 0;
}

.index .wrap_02 .box1 .r_s_box .r_swiper .swiper-slide .tet_box p {
  font-size: calc(12px - 0.12rem + 0.14rem);
  /*  color: #666;*/
  line-height: 1.6;
}

.index .wrap_02 .box1 .r_s_box .r_swiper .swiper-slide .tet_box .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.3rem;
}

.index .wrap_02 .box1 .r_s_box .r_swiper .swiper-slide .tet_box .btn_box a {
  display: block;
  width: 1.14rem;
  height: 0.4rem;
  background-color: #d9e8d9;
  color: #006600;
  text-align: center;
  line-height: 0.4rem;
}

.index .wrap_02 .box1 .r_s_box .r_swiper .swiper-pagination-bullet-active {
  background-color: #006600 !important;
}

.index .wrap_02 .box1 .r_s_box .r_s_btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ffffff;
  text-align: center;
  line-height: 0.5rem;
  cursor: pointer;
}

.index .wrap_02 .box1 .r_s_box .r_s_btn:hover {
  background-color: #006600;
}

.index .wrap_02 .box1 .r_s_box .r_s_btn:hover i {
  color: #fff;
}

.index .wrap_02 .box1 .r_s_box .r_s_btn i {
  color: #006600;
}

.index .wrap_02 .box1 .r_s_box .r_s_btn_p {
  left: -0.6rem;
}

.index .wrap_02 .box1 .r_s_box .r_s_btn_n {
  right: -0.6rem;
}

.index .wrap_02 .box2 .active_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index .wrap_02 .box2 .active_list .item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index .wrap_02 .box2 .active_list .item .pic {
  width: 50%;
}

.index .wrap_02 .box2 .active_list .item .pic img {
  width: 100%;
}

.index .wrap_02 .box2 .active_list .item .tet {
  width: 50%;
  padding: 0.33rem;
  background-color: #fff;
  position: relative;
}

.index .wrap_02 .box2 .active_list .item .tet:hover h6 {
  color: #006600;
}

.index .wrap_02 .box2 .active_list .item .tet h6 {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.2rem);
  margin-bottom: 0.16rem;
}

.index .wrap_02 .box2 .active_list .item .tet p {
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #999999;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 3.2em;
  -webkit-box-orient: vertical;
  line-height: 1.6;
}

.index .wrap_02 .box2 .active_list .item .tet .a_btn {
  display: block;
  width: 1.2rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  background-color: #d9e8d9;
  color: #006600;
  font-size: 14px;
  margin-top: 0.3rem;
}

.index .wrap_02 .box2 .active_list .item .tet .a_btn:hover {
  background-color: #006600;
  color: #fff;
}

.index .wrap_02 .box2 .active_list .item .tet::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 0.15rem solid;
  border-color: transparent #fff transparent transparent;
}

.index .wrap_02 .box2 .active_list .item:nth-child(3) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.index .wrap_02 .box2 .active_list .item:nth-child(3) .tet::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 0.15rem solid;
  border-color: transparent transparent transparent #fff;
}

.index .wrap_02 .box2 .active_list .item:nth-child(4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.index .wrap_02 .box2 .active_list .item:nth-child(4) .tet::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 0.15rem solid;
  border-color: transparent transparent transparent #fff;
}

.index .wrap_02 .box3 {
  padding-bottom: 0.8rem;
}

.index .wrap_02 .box3 .con_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index .wrap_02 .box3 .con_list .video_box {
  width: 40%;
  height: 3.4rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.index .wrap_02 .box3 .con_list .video_box p {
  position: absolute;
  color: #ffffff;
  font-size: 16px;
  left: 0.2rem;
  bottom: 0.2rem;
}

.index .wrap_02 .box3 .con_list .video_box .pop_btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.index .wrap_02 .box3 .con_list .video_box .pop_btn img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.index .wrap_02 .box3 .con_list .video_box .v_link {
  position: absolute;
  width: 0.65rem;
  height: 0.65rem;
  background-color: rgba(255, 255, 255, 0.8);
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 0.65rem;
}

.index .wrap_02 .box3 .con_list .det_wrap {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}

.index .wrap_02 .box3 .con_list .det_wrap .item {
  position: absolute;
  width: 52%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0.5rem;
}

.index .wrap_02 .box3 .con_list .det_wrap .item h6 {
  margin-bottom: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.index .wrap_02 .box3 .con_list .det_wrap .item h6 span {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.24rem);
}

.index .wrap_02 .box3 .con_list .det_wrap .item h6 i {
  cursor: pointer;
}

.index .wrap_02 .box3 .con_list .det_wrap .item .video_bbb video {
  max-width: 100%;
}

.index .wrap_02 .box3 .con_list .show_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 58%;
}

.index .wrap_02 .box3 .con_list .show_list a {
  display: block;
  width: 32%;
  padding: 0.1rem 0.6666%;
}

.index .wrap_02 .box3 .con_list .det2_wrap {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}

.index .wrap_02 .box3 .con_list .det2_wrap .item {
  display: none;
  position: absolute;
  width: 52%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0.5rem;
}

.index .wrap_02 .box3 .con_list .det2_wrap .item .pop_swiper .pop_btn {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 0.5rem;
  color: #333;
  cursor: pointer;
}

.index .wrap_02 .box3 .con_list .det2_wrap .item .pop_swiper .pop_btn:hover {
  color: #fff;
  background-color: #006600;
}

.index .wrap_02 .box3 .con_list .det2_wrap .item .pop_swiper .next_btn {
  right: 0;
}

.index .wrap_02 .box3 .con_list .det2_wrap .item .pop_swiper .prev_btn {
  left: 0;
}

.index .wrap_02 .box3 .con_list .det2_wrap .item h6 {
  margin-bottom: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index .wrap_02 .box3 .con_list .det2_wrap .item h6 span {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.24rem);
}

.index .wrap_02 .box3 .con_list .det2_wrap .item h6 i {
  cursor: pointer;
}

.index .wrap_02 .box3 .con_list .det2_wrap .item p {
  color: #333333;
  line-height: 1.6;
  font-size: 16px;
  margin-top: 0.4rem;
}

.index .wrap_03 {
  background-image: url("../images/09.jpg");
}

.index .wrap_03 .ys_list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.4rem 0;
  border-bottom: 1px dashed #ccc;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index .wrap_03 .ys_list .item .tet_box {
  width: 48%;
}

.index .wrap_03 .ys_list .item .tet_box .t_item .title {
  padding: 0.22rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #daecda;
}

.index .wrap_03 .ys_list .item .tet_box .t_item .title .num {
  font-size: calc(12px - 0.12rem + 0.24rem);
  color: #ffffff;
  background-image: url("../images/11.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.5rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  font-weight: 550;
}

.index .wrap_03 .ys_list .item .tet_box .t_item .title h6 {
  margin-left: 0.1rem;
  color: #006600;
  font-size: calc(12px - 0.12rem + 0.24rem);
  font-weight: 550;
}

.index .wrap_03 .ys_list .item .tet_box .t_item .con {
  padding: 0.22rem 0;
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}

.index .wrap_03 .ys_list .item .pic_box {
  width: 52%;
  text-align: center;
}

.index .wrap_03 .ys_list .item:nth-child(2n + 2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.index .wrap_04 {
  background-image: url("../images/11.jpg");
}

.index .wrap_04 .box1 .con_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index .wrap_04 .box1 .con_box .tet_box {
  width: 50%;
  padding: 0 0.5rem 0.5rem;
  background-color: #fff;
}

.index .wrap_04 .box1 .con_box .tet_box h5 {
  color: #006600;
  font-size: calc(12px - 0.12rem + 0.3rem);
  padding: 0.35rem 0;
}

.index .wrap_04 .box1 .con_box .tet_box p {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
}

.index .wrap_04 .box1 .con_box .tet_box .num_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.35rem;
}

.index .wrap_04 .box1 .con_box .tet_box .num_box .item {
  margin-right: 0.5rem;
  text-align: center;
}

.index .wrap_04 .box1 .con_box .tet_box .num_box .item h6 {
  font-weight: 550;
  color: #006600;
  margin-bottom: 3px;
  font-size: calc(12px - 0.12rem + 0.42rem);
}

.index .wrap_04 .box1 .con_box .tet_box .num_box .item span {
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.index .wrap_04 .box1 .con_box .pic_box {
  width: 50%;
}

.index .wrap_04 .box2 {
  padding-bottom: 0.6rem;
}

.index .wrap_04 .box2 .t_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index .wrap_04 .box2 .t_list li {
  width: 23%;
  margin: 0 1%;
}

.index .wrap_04 .box2 .t_list li .tet_box {
  padding: 0 0.22rem 0.2rem;
}

.index .wrap_04 .box2 .t_list li .tet_box:hover {
  background-color: #006600;
}

.index .wrap_04 .box2 .t_list li .tet_box:hover h6 {
  color: #fff;
}

.index .wrap_04 .box2 .t_list li .tet_box:hover p {
  color: #fff;
}

.index .wrap_04 .box2 .t_list li .tet_box h6 {
  color: #006600;
  font-size: calc(12px - 0.12rem + 0.18rem);
  padding: 0.2rem 0;
}

.index .wrap_04 .box2 .t_list li .tet_box p {
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.6;
}

.index .wrap_04 .box3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index .wrap_04 .box3 .ly_box {
  width: 32%;
  margin-right: 2%;
}

.index .wrap_04 .box3 .ly_box .title {
  border-bottom: 1px solid #daecda;
}

.index .wrap_04 .box3 .ly_box .title span {
  display: inline-block;
  font-size: calc(12px - 0.12rem + 0.24rem);
  font-weight: 550;
  color: #006600;
  padding: 0.2rem 0;
  border-bottom: 2px solid #006600;
}

.index .wrap_04 .box3 .ly_box .list_box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3rem 0;
  border-bottom: 1px dashed #ccc;
}

.index .wrap_04 .box3 .ly_box .list_box li .pic_box img {
  width: 1rem;
  height: 1rem;
  border-radius: 0.1rem;
}

.index .wrap_04 .box3 .ly_box .list_box li .tet_box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.3rem;
}

.index .wrap_04 .box3 .ly_box .list_box li .tet_box a h6 {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.18rem);
  font-weight: 550;
}

.index .wrap_04 .box3 .ly_box .list_box li .tet_box a p {
  margin-top: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  height: 4.8em;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  color: #666666;
  font-size: 14px;
}

.index .wrap_04 .box3 .ly_box .list_box li .tet_box a:hover h6 {
  color: #006600;
}

.index .wrap_04 .box3 .wt_box {
  width: 64%;
}

.index .wrap_04 .box3 .wt_box .title {
  border-bottom: 1px solid #daecda;
}

.index .wrap_04 .box3 .wt_box .title span {
  display: inline-block;
  font-size: calc(12px - 0.12rem + 0.24rem);
  font-weight: 550;
  color: #006600;
  padding: 0.2rem 0;
  border-bottom: 2px solid #006600;
}

.index .wrap_04 .box3 .wt_box .pro_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index .wrap_04 .box3 .wt_box .pro_list li {
  width: 49%;
  padding: 0.3rem 0;
  border-bottom: 1px dashed #ccc;
}

.index .wrap_04 .box3 .wt_box .pro_list li a .q {
  margin-bottom: 0.1rem;
}

.index .wrap_04 .box3 .wt_box .pro_list li a .q h6 {
  font-size: calc(12px - 0.12rem + 0.16rem);
  font-weight: 550;
  color: #333;
}

.index .wrap_04 .box3 .wt_box .pro_list li a .q h6 span {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  text-align: center;
  line-height: 0.24rem;
  background-color: #006600;
  border-radius: 3px;
  color: #fff;
}

.index .wrap_04 .box3 .wt_box .pro_list li a .q p {
  color: #999999;
  font-size: 14px;
  padding-left: 0.3rem;
  margin-top: 0.1rem;
}

.index .wrap_04 .box3 .wt_box .pro_list li a .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.index .wrap_04 .box3 .wt_box .pro_list li a .a span {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  text-align: center;
  line-height: 0.24rem;
  background-color: #ccd296;
  border-radius: 3px;
  color: #fff;
}

.index .wrap_04 .box3 .wt_box .pro_list li a .a p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 3.2em;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  color: #666666;
}

.index .wrap_04 .box3 .wt_box .pro_list li a:hover .q h6 {
  color: #006600;
}

.index .wrap_04 .box4 {
  padding-bottom: 0.6rem;
}

.index .wrap_04 .box4 .con_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index .wrap_04 .box4 .con_box .map_box {
  width: 50%;
}

.index .wrap_04 .box4 .con_box .form_box {
  padding: 0.5rem;
  width: 50%;
  background-color: #fff;
}

.index .wrap_04 .box4 .con_box .form_box .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.1rem;
}

.index .wrap_04 .box4 .con_box .form_box .row input {
  width: 49%;
  height: 0.4rem;
  background-color: #ffffff;
  border: solid 1px #eaeaea;
  padding-left: 0.1rem;
}

.index .wrap_04 .box4 .con_box .form_box .row select {
  padding-left: 0.1rem;
  width: 49%;
  height: 0.4rem;
  background-color: #ffffff;
  border: solid 1px #eaeaea;
}

.index .wrap_04 .box4 .con_box .form_box .text textarea {
  width: 100%;
  height: 0.8rem;
  background-color: #ffffff;
  border: solid 1px #eaeaea;
  padding: 0.1rem;
}

.index .wrap_04 .box4 .con_box .form_box .yzm {
  margin: 0.1rem 0;
  height: 0.4rem;
  background-color: #ffffff;
  border: solid 1px #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 0.1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index .wrap_04 .box4 .con_box .form_box .yzm input {
  width: 50%;
  height: 0.38rem;
  border: none;
  padding-left: 0.1rem;
}

.index .wrap_04 .box4 .con_box .form_box .yzm .ppp img {
  max-width: 0.8rem;
  max-height: 0.4rem;
}

.index .wrap_04 .box4 .con_box .form_box .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index .wrap_04 .box4 .con_box .form_box .btn_box input {
  width: 2rem;
  height: 0.4rem;
  color: #fff;
  background-color: #006600;
  font-size: 14px;
  border: none;
}

.index .wrap_04 .box4 .con_box .form_box .btn_box a {
  width: 2rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  background-color: #999999;
  color: #fff;
  display: block;
  margin-left: 0.1rem;
}

.bmsx {
  background-image: url("../images/17.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 0.8rem;
}

.bmsx .main_wrap .box1 {
  padding-bottom: 0.6rem;
}

.bmsx .main_wrap .box1 .list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bmsx .main_wrap .box1 .list_box .item {
  text-align: center;
  width: 16.666%;
}

.bmsx .main_wrap .box1 .list_box .item .pic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.bmsx .main_wrap .box1 .list_box .item .pic .im1 {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
}

.bmsx .main_wrap .box1 .list_box .item .pic .im2 {
  position: absolute;
  margin-left: 0.3rem;
  top: 0.4rem;
}

.bmsx .main_wrap .box1 .list_box .item p {
  margin-top: 0.3rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
  color: #006600;
}

.bmsx .main_wrap .box1 .list_box .item:last-child {
  margin-right: 0;
}

.bmsx .main_wrap .box2 .contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bmsx .main_wrap .box2 .contact_list .item {
  padding: 0 0.2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 1.6rem;
  background-color: #d9e8d9;
  width: 24%;
  margin: 0 0.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bmsx .main_wrap .box2 .contact_list .item .tet h6 {
  color: #006600;
  font-size: 14px;
}

.bmsx .main_wrap .box2 .contact_list .item .tet p {
  color: #006600;
  font-size: calc(12px - 0.12rem + 0.18rem);
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

.bmxz {
  background-image: url("../images/17.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 0.8rem;
}

.bmxz .main_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.4rem;
}

.bmxz .main_wrap .left_box {
  background-color: #fff;
  width: 8rem;
  padding: 0.5rem;
}

.bmxz .main_wrap .left_box .tit_box {
  font-size: calc(12px - 0.12rem + 0.3rem);
  color: #006600;
  text-align: center;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #eaeaea;
}

.bmxz .main_wrap .left_box .list_box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.3rem;
}

.bmxz .main_wrap .left_box .list_box .item .num {
  margin-right: 0.2rem;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #006600;
  text-align: center;
  line-height: 0.3rem;
  border-radius: 50%;
  color: #fff;
}

.bmxz .main_wrap .left_box .list_box .item .tet {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bmxz .main_wrap .left_box .list_box .item:nth-child(2n + 2) {
  background-color: #d9e8d9;
}

.bmxz .main_wrap .right_box {
  width: 3.6rem;
  background-color: #fff;
  padding: 0.3rem 0.2rem;
}

.bmxz .main_wrap .right_box .tit {
  font-size: calc(12px - 0.12rem + 0.24rem);
  color: #006600;
}

.bmxz .main_wrap .right_box .list_box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.3rem 0;
  border-bottom: 1px dashed #ccc;
}

.bmxz .main_wrap .right_box .list_box .item .pic img {
  width: 1rem;
}

.bmxz .main_wrap .right_box .list_box .item .tet {
  width: 1.9rem;
}

.bmxz .main_wrap .right_box .list_box .item .tet h6 {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 3.2em;
  -webkit-box-orient: vertical;
  line-height: 1.6;
}

.bmxz .main_wrap .right_box .list_box .item .tet p {
  color: #999999;
  margin-top: 0.1rem;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bmxz .main_wrap .right_box .list_box .item:hover .tet h6 {
  color: #006600;
}

.case_list_pic {
  background-image: url("../images/17.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.case_list_pic .c_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.case_list_pic .c_list li {
  width: 23%;
  margin: 0.4rem 1% 0;
  cursor: pointer;
}

.case_list_pic .c_list li p {
  color: #333333;
  font-size: 16px;
  margin-top: 0.2rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.case_list_pic .c_list li .pic {
  overflow: hidden;
  width: 100%;
  padding-top: 74.9%;
  position: relative;
}

.case_list_pic .c_list li .pic img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  min-height: 100%;
  width: 100%;
}

.case_list_pic .c_list li:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.case_list_pic .det_wrap {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}

.case_list_pic .det_wrap .item {
  display: none;
  position: absolute;
  width: 52%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0.5rem;
}

.case_list_pic .det_wrap .item .pop_swiper .pop_btn {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 0.5rem;
  color: #333;
  cursor: pointer;
}

.case_list_pic .det_wrap .item .pop_swiper .pop_btn:hover {
  color: #fff;
  background-color: #006600;
}

.case_list_pic .det_wrap .item .pop_swiper .next_btn {
  right: 0;
}

.case_list_pic .det_wrap .item .pop_swiper .prev_btn {
  left: 0;
}

.case_list_pic .det_wrap .item h6 {
  margin-bottom: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case_list_pic .det_wrap .item h6 span {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.24rem);
}

.case_list_pic .det_wrap .item h6 i {
  cursor: pointer;
}

.case_list_pic .det_wrap .item p {
  color: #333333;
  line-height: 1.6;
  font-size: 16px;
  margin-top: 0.4rem;
}

.case_list_video {
  background-image: url("../images/17.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.case_list_video .c_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.case_list_video .c_list li {
  width: 23%;
  margin: 0.4rem 1% 0;
  cursor: pointer;
}

.case_list_video .c_list li p {
  color: #333333;
  font-size: 16px;
  margin-top: 0.2rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.case_list_video .c_list li .video {
  position: relative;
}

.case_list_video .c_list li .video .pop_btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.case_list_video .c_list li .video .pop_btn img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.case_list_video .det_wrap {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}

.case_list_video .det_wrap .item {
  display: none;
  position: absolute;
  width: 52%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0.5rem;
}

.case_list_video .det_wrap .item h6 {
  margin-bottom: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.case_list_video .det_wrap .item h6 span {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.24rem);
}

.case_list_video .det_wrap .item h6 i {
  cursor: pointer;
}

.case_list_video .det_wrap .item .video_box video,
.case_list_video .det_wrap .item .video_box iframe,
.video_bbb iframe {
  width: 100%;
  height: 300px;
}

.base_intro {
  background-image: url("../images/17.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.base_intro .main_wrap {
  padding-bottom: 0.8rem;
}

.base_intro .main_wrap .det_box h6 {
  padding: 0.4rem 0;
  color: #006600;
  font-size: calc(12px - 0.12rem + 0.3rem);
}

.base_intro .main_wrap .det_box .p p {
  color: #666666;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0.2rem;
}

.base_intro .main_wrap .pic_tet_box {
  background-image: url("../images/23.jpg");
  margin: 0.8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.base_intro .main_wrap .pic_tet_box .pic_box {
  width: 52%;
}

.base_intro .main_wrap .pic_tet_box .pic_box img {
  width: 100%;
}

.base_intro .main_wrap .pic_tet_box .tet_box {
  width: 48%;
  padding-left: 0.6rem;
  padding-top: 0.5rem;
}

.base_intro .main_wrap .pic_tet_box .tet_box h6 {
  color: #006600;
  font-size: calc(12px - 0.12rem + 0.24rem);
}

.base_intro .main_wrap .pic_tet_box .tet_box p {
  color: #006600;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
}

.base_intro .main_wrap .dy_box .r_s_box {
  position: relative;
}

.base_intro .main_wrap .dy_box .r_s_box .r_swiper {
  padding: 0 1px;
}

.base_intro .main_wrap .dy_box .r_s_box .r_swiper .swiper-slide .tet_box {
  text-align: center;
  color: #333333;
  font-size: 16px;
  margin-top: 0.2rem;
}

.base_intro .main_wrap .dy_box .r_s_box .r_s_btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.base_intro .main_wrap .dy_box .r_s_box .r_s_btn:hover i {
  color: #006600;
}

.base_intro .main_wrap .dy_box .r_s_box .r_s_btn i {
  color: #333;
}

.base_intro .main_wrap .dy_box .r_s_box .r_s_btn_p {
  left: -0.6rem;
}

.base_intro .main_wrap .dy_box .r_s_box .r_s_btn_n {
  right: -0.6rem;
}

.company_introduct {
  background-image: url("../images/17.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.company_introduct .main_wrap .wrap1 .title {
  padding: 0.4rem 0;
  color: #006600;
  font-size: calc(12px - 0.12rem + 0.3rem);
}

.company_introduct .main_wrap .wrap1 .des p {
  color: #666666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0.22rem;
}

.company_introduct .main_wrap .wrap1 .con_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: url("../images/25.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0.8rem 0;
}

.company_introduct .main_wrap .wrap1 .con_box .tet_box {
  width: 60%;
  padding: 0.8rem 0.9rem 0;
}

.company_introduct .main_wrap .wrap1 .con_box .tet_box p {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
}

.company_introduct .main_wrap .wrap1 .con_box .tet_box .num_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.35rem;
}

.company_introduct .main_wrap .wrap1 .con_box .tet_box .num_box .item {
  margin-right: 0.7rem;
  text-align: center;
}

.company_introduct .main_wrap .wrap1 .con_box .tet_box .num_box .item h6 {
  font-weight: 550;
  color: #006600;
  margin-bottom: 3px;
  font-size: calc(12px - 0.12rem + 0.42rem);
}

.company_introduct .main_wrap .wrap1 .con_box .tet_box .num_box .item span {
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.company_introduct .main_wrap .wrap1 .con_box .pic_box {
  width: 40%;
}

.company_introduct .main_wrap .wrap2 {
  background-image: url("../images/26.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.company_introduct .main_wrap .wrap2 .box1 .con_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #d0e1d0;
}

.company_introduct .main_wrap .wrap2 .box1 .con_box .tet_box {
  width: 50%;
  padding: 0.7rem 0.8rem 0;
}

.company_introduct .main_wrap .wrap2 .box1 .con_box .tet_box h6 {
  color: #006600;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 1.6;
  margin-bottom: 0.6rem;
}

.company_introduct .main_wrap .wrap2 .box1 .con_box .tet_box p {
  color: #333333;
  font-size: 16px;
  position: relative;
  padding-left: 0.25rem;
  margin-bottom: 0.2rem;
}

.company_introduct .main_wrap .wrap2 .box1 .con_box .tet_box p::after {
  left: 0;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #006600;
  left: 0;
  top: 5px;
}

.company_introduct .main_wrap .wrap2 .box1 .con_box .pic_box {
  width: 50%;
}

.company_introduct .main_wrap .wrap2 .box1 .con_box .pic_box img {
  width: 100%;
}

.company_introduct .main_wrap .wrap2 .box2 .con_box {
  position: relative;
}

.company_introduct .main_wrap .wrap2 .box2 .con_box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company_introduct .main_wrap .wrap2 .box2 .con_box .list .item {
  width: 35.8%;
  height: 2.1rem;
  background-color: #d0e1d0;
  padding: 0 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.company_introduct .main_wrap .wrap2 .box2 .con_box .list .item h6 {
  font-size: calc(12px - 0.12rem + 0.2rem);
  color: #006600;
  line-height: 1.6;
  margin-bottom: 0.15rem;
}

.company_introduct .main_wrap .wrap2 .box2 .con_box .list .item h6 span {
  font-size: calc(12px - 0.12rem + 0.3rem);
  font-style: italic;
}

.company_introduct .main_wrap .wrap2 .box2 .con_box .list .item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.company_introduct .main_wrap .wrap2 .box2 .con_box .list .item:nth-child(1) {
  margin-bottom: 0.1rem;
}

.company_introduct .main_wrap .wrap2 .box2 .con_box .list .item:nth-child(2) {
  margin-bottom: 0.1rem;
}

.company_introduct .main_wrap .wrap2 .box2 .con_box .pic {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

.company_introduct .main_wrap .wrap2 .box3 .r_s_box {
  position: relative;
}

.company_introduct .main_wrap .wrap2 .box3 .r_s_box .r_swiper {
  padding: 0 1px;
}

.company_introduct
  .main_wrap
  .wrap2
  .box3
  .r_s_box
  .r_swiper
  .swiper-slide
  .pic_box {
  background-color: #d0e1d0;
  padding: 0.25rem 0.35rem;
  text-align: center;
}

.company_introduct
  .main_wrap
  .wrap2
  .box3
  .r_s_box
  .r_swiper
  .swiper-slide
  .pic_box
  img {
  max-width: 100%;
}

.company_introduct
  .main_wrap
  .wrap2
  .box3
  .r_s_box
  .r_swiper
  .swiper-slide
  .tet_box {
  color: #333;
  font-size: 16px;
  text-align: center;
  margin-top: 0.2rem;
}

.company_introduct
  .main_wrap
  .wrap2
  .box3
  .r_s_box
  .r_swiper
  .swiper-pagination-bullet-active {
  background-color: #006600 !important;
}

.company_introduct .main_wrap .wrap2 .box3 .r_s_box .r_s_btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ffffff;
  text-align: center;
  line-height: 0.5rem;
  cursor: pointer;
}

.company_introduct .main_wrap .wrap2 .box3 .r_s_box .r_s_btn:hover {
  background-color: #006600;
}

.company_introduct .main_wrap .wrap2 .box3 .r_s_box .r_s_btn:hover i {
  color: #fff;
}

.company_introduct .main_wrap .wrap2 .box3 .r_s_box .r_s_btn i {
  color: #006600;
}

.company_introduct .main_wrap .wrap2 .box3 .r_s_box .r_s_btn_p {
  left: -0.6rem;
}

.company_introduct .main_wrap .wrap2 .box3 .r_s_box .r_s_btn_n {
  right: -0.6rem;
}

.company_introduct .main_wrap .wrap2 .box4 {
  padding-bottom: 0.6rem;
}

.company_introduct .main_wrap .wrap2 .box4 .t_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.company_introduct .main_wrap .wrap2 .box4 .t_list li {
  width: 23%;
  margin: 0 1%;
}

.company_introduct .main_wrap .wrap2 .box4 .t_list li .tet_box {
  padding: 0 0.22rem 0.2rem;
}

.company_introduct .main_wrap .wrap2 .box4 .t_list li .tet_box:hover {
  background-color: #006600;
}

.company_introduct .main_wrap .wrap2 .box4 .t_list li .tet_box:hover h6 {
  color: #fff;
}

.company_introduct .main_wrap .wrap2 .box4 .t_list li .tet_box:hover p {
  color: #fff;
}

.company_introduct .main_wrap .wrap2 .box4 .t_list li .tet_box h6 {
  color: #006600;
  font-size: calc(12px - 0.12rem + 0.18rem);
  padding: 0.2rem 0;
}

.company_introduct .main_wrap .wrap2 .box4 .t_list li .tet_box p {
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.6;
}

.curriculum_center {
  background-image: url("../images/17.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.curriculum_center .main_wrap .main_swiper {
  padding: 0.6rem 0;
}

.curriculum_center .main_wrap .main_swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.curriculum_center .main_wrap .main_swiper .swiper-slide .pic_box {
  width: 40%;
}

.curriculum_center .main_wrap .main_swiper .swiper-slide .tet_box {
  width: 60%;
  padding-left: 0.6rem;
}

.curriculum_center .main_wrap .main_swiper .swiper-slide .tet_box .tit {
  color: #006600;
  font-size: calc(12px - 0.12rem + 0.24rem);
  padding-bottom: 0.2rem;
}

.curriculum_center .main_wrap .main_swiper .swiper-slide .tet_box .info {
  padding: 0.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.curriculum_center .main_wrap .main_swiper .swiper-slide .tet_box .info p {
  width: 50%;
  color: #666666;
  font-size: 14px;
  line-height: 1.8;
}

.curriculum_center .main_wrap .main_swiper .swiper-slide .tet_box .des {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
  padding: 0.2rem 0;
}

.curriculum_center .main_wrap .main_swiper .swiper-slide .tet_box .pric {
  color: #666666;
  font-size: 14px;
}

.curriculum_center .main_wrap .main_swiper .swiper-slide .tet_box .pric span {
  color: #006600;
  font-size: calc(12px - 0.12rem + 0.36rem);
}

.curriculum_center .main_wrap .main_swiper .swiper-slide .tet_box .btn_box {
  font-size: 0;
  margin-top: 0.4rem;
}

.curriculum_center .main_wrap .main_swiper .swiper-slide .tet_box .btn_box a {
  display: inline-block;
  width: 1.2rem;
  height: 0.42rem;
  text-align: center;
  line-height: 0.42rem;
  font-size: 14px;
  margin-right: 0.12rem;
}

.curriculum_center .main_wrap .main_swiper .swiper-slide .tet_box .btn_box .xq {
  color: #ffffff;
  background-color: #006600;
}

.curriculum_center .main_wrap .main_swiper .swiper-slide .tet_box .btn_box .bm {
  color: #006600;
  background-color: #d9e8d9;
}

.curriculum_center
  .main_wrap
  .main_swiper
  .swiper-slide
  .tet_box
  .btn_box
  .bm:hover {
  background-color: #006600;
  color: #fff;
}

.curriculum_center .main_wrap .main_swiper .swiper-pagination {
  bottom: 0.8rem;
  text-align: right;
}

.curriculum_center
  .main_wrap
  .main_swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d0e1d0;
  border-radius: 0;
  opacity: 1;
}

.curriculum_center
  .main_wrap
  .main_swiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #006600;
}

.curriculum_center .main_wrap .c_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0.4rem;
  border-top: 1px solid #ddd;
}

.curriculum_center .main_wrap .c_list li {
  width: 23%;
  margin: 0 1% 0.4rem;
  border: solid 1px #006600;
  background-color: #fff;
}

.curriculum_center .main_wrap .c_list li .tet_box {
  padding: 0 0.2rem 0.27rem;
}

.curriculum_center .main_wrap .c_list li .tet_box h6 {
  color: #006600;
  font-size: calc(12px - 0.12rem + 0.18rem);
  padding: 0.16rem 0;
  line-height: 1.6;
}

.curriculum_center .main_wrap .c_list li .tet_box p {
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #666;
  line-height: 1.6;
}

.curriculum_center .main_wrap .c_list li .tet_box .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.3rem;
}

.curriculum_center .main_wrap .c_list li .tet_box .btn_box a {
  display: block;
  width: 1.14rem;
  height: 0.4rem;
  background-color: #d9e8d9;
  color: #006600;
  text-align: center;
  line-height: 0.4rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.curriculum_center .main_wrap .c_list li .tet_box .btn_box a:hover {
  background-color: #006600;
  color: #fff;
}

.curriculum_details {
  background-image: url("../images/17.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.curriculum_details .intr_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.6rem 0;
}

.curriculum_details .intr_box .pic_box {
  width: 40%;
}

.curriculum_details .intr_box .tet_box {
  width: 60%;
  padding-left: 0.6rem;
}

.curriculum_details .intr_box .tet_box .tit {
  color: #006600;
  font-size: calc(12px - 0.12rem + 0.24rem);
  padding-bottom: 0.2rem;
}

.curriculum_details .intr_box .tet_box .info {
  padding: 0.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.curriculum_details .intr_box .tet_box .info p {
  width: 50%;
  color: #666666;
  font-size: 14px;
  line-height: 1.8;
}

.curriculum_details .intr_box .tet_box .des {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
  padding: 0.2rem 0;
}

.curriculum_details .intr_box .tet_box .pric {
  color: #666666;
  font-size: 14px;
}

.curriculum_details .intr_box .tet_box .pric span {
  color: #006600;
  font-size: calc(12px - 0.12rem + 0.36rem);
}

.curriculum_details .intr_box .tet_box .btn_box {
  font-size: 0;
  margin-top: 0.4rem;
}

.curriculum_details .intr_box .tet_box .btn_box a {
  display: inline-block;
  width: 1.2rem;
  height: 0.42rem;
  text-align: center;
  line-height: 0.42rem;
  font-size: 14px;
  margin-right: 0.12rem;
}

.curriculum_details .intr_box .tet_box .btn_box .xq {
  color: #ffffff;
  background-color: #006600;
}

.curriculum_details .intr_box .tet_box .btn_box .bm {
  color: #006600;
  background-color: #d9e8d9;
}

.curriculum_details .intr_box .tet_box .btn_box .bm:hover {
  background-color: #006600;
  color: #fff;
}

.curriculum_details .list_box {
  padding: 0.5rem 0;
}

.curriculum_details .list_box .nav_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #d9e8d9;
}

.curriculum_details .list_box .nav_box a {
  display: block;
  width: 1.5rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  color: #333333;
}

.curriculum_details .list_box .nav_box .on {
  background-color: #006600;
  color: #fff;
}

.curriculum_details .list_box .bb {
  margin-top: 0.3rem;
  position: relative;
}

.curriculum_details .list_box .bb .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.2rem 0;
}

.curriculum_details .list_box .bb .tit span {
  color: #006600;
  font-size: calc(12px - 0.12rem + 0.24rem);
  font-weight: 550;
  margin-left: 0.1rem;
}

.curriculum_details .list_box .bb .md {
  position: absolute;
  height: 1px;
  opacity: 0;
  top: -0.6rem;
}

.curriculum_details .list_box .b1 .con p {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
}

.curriculum_details .list_box .b2 .con .con_item {
  margin-top: 0.3rem;
}

.curriculum_details .list_box .b2 .con .con_item .title {
  padding: 0 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 0.5rem;
  background-color: #d9e8d9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.curriculum_details .list_box .b2 .con .con_item .title span {
  font-size: calc(12px - 0.12rem + 0.18rem);
  color: #006600;
}

.curriculum_details .list_box .b2 .con .con_item .coc {
  padding: 0.3rem 0;
  display: none;
}

.curriculum_details .list_box .b2 .con .con_item .coc .dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.curriculum_details .list_box .b2 .con .con_item .coc .dd .time {
  margin-right: 0.5rem;
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
}

.curriculum_details .list_box .b2 .con .con_item .coc .dd .content {
  padding-left: 0.5rem;
  padding-bottom: 0.66rem;
  border-left: 1px solid #ddd;
  position: relative;
}

.curriculum_details .list_box .b2 .con .con_item .coc .dd .content::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border: solid 1px #dddddd;
  background-color: #fff;
  top: 2px;
  left: -5.5px;
  border-radius: 50%;
}

.curriculum_details .list_box .b2 .con .con_item .coc .dd .content p {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
}

.curriculum_details .list_box .b3 .con p {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0.12rem;
}

.curriculum_details .list_box .b4 .con p {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0.12rem;
}

.curriculum_details .list_box .b5 .con p {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0.12rem;
}

.pxbz {
  background-image: url("../images/17.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pxbz .main_wrap {
  padding-bottom: 0.6rem;
}

.pxbz .main_wrap .item {
  margin-top: 0.6rem;
  position: relative;
}

.pxbz .main_wrap .item .tet_box {
  width: 11rem;
  height: 4.7rem;
  background-color: #d0e1d0;
  padding-top: 1.1rem;
  padding-left: 0.8rem;
}

.pxbz .main_wrap .item .tet_box .tit {
  position: relative;
  z-index: 2;
}

.pxbz .main_wrap .item .tet_box .tit h6 {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.46rem);
}

.pxbz .main_wrap .item .tet_box .tit .line {
  margin: 0.38rem 0;
  width: 0.8rem;
  height: 2px;
  background-color: #006600;
}

.pxbz .main_wrap .item .tet_box .tit span {
  color: #ffffff;
  opacity: 0.5;
  font-size: calc(12px - 0.12rem + 1rem);
  font-weight: 550;
  position: absolute;
  left: 0;
  top: -1rem;
  z-index: -1;
}

.pxbz .main_wrap .item .tet_box .des {
  width: 4.3rem;
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
}

.pxbz .main_wrap .item .pic_box img {
  width: 6rem;
}

.pxbz .main_wrap .item:nth-child(2n + 1) .pic_box {
  position: absolute;
  right: 0;
  top: 0;
}

.pxbz .main_wrap .item:nth-child(2n + 2) .tet_box {
  margin-left: 1rem;
  padding-left: 5.8rem;
}

.pxbz .main_wrap .item:nth-child(2n + 2) .pic_box {
  position: absolute;
  left: 0;
  top: 0;
}

.zxbm {
  background-image: url("../images/17.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.zxbm .main_wrap .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.42rem 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.zxbm .main_wrap .form_box {
  background-color: #fff;
  width: 8rem;
  padding: 0 0.5rem;
}

.zxbm .main_wrap .form_box .tit_box {
  border-bottom: 1px solid #eaeaea;
  padding: 0.3rem 0;
  color: #006600;
  font-size: calc(12px - 0.12rem + 0.24rem);
  text-align: center;
}

.zxbm .main_wrap .form_box form {
  padding: 0.36rem 0.8rem;
}

.zxbm .main_wrap .form_box form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.zxbm .main_wrap .form_box form .row span {
  color: #666666;
  font-size: 14px;
  width: 1.1rem;
}

.zxbm .main_wrap .form_box form .row .tet {
  width: 4.5rem;
  height: 0.42rem;
  background-color: #ffffff;
  border: solid 1px #eaeaea;
  padding-left: 0.15rem;
}

.zxbm .main_wrap .form_box form .row .sele {
  width: 4.5rem;
  height: 0.42rem;
  background-color: #ffffff;
  border: solid 1px #eaeaea;
}

.zxbm .main_wrap .form_box form .row .c_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.zxbm .main_wrap .form_box form .row .c_box .c_item {
  margin-right: 1.2rem;
}

.zxbm .main_wrap .form_box form .row .c_box .c_item label {
  position: relative;
  padding-left: 23px;
}

.zxbm .main_wrap .form_box form .row .c_box .c_item label::before {
  width: 17px;
  height: 17px;
  background-image: url("../images/29.png");
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.zxbm .main_wrap .form_box form .row .c_box .c_item input {
  opacity: 0;
  width: 1px;
  height: 1px;
}

.zxbm
  .main_wrap
  .form_box
  form
  .row
  .c_box
  .c_item
  input:checked
  + label::before {
  background-image: url("../images/30.png");
}

.zxbm .main_wrap .form_box form .row .area select {
  width: 1.2rem;
  height: 0.42rem;
  background-color: #ffffff;
  border: solid 1px #eaeaea;
  margin-right: 0.2rem;
}

.zxbm .main_wrap .form_box form .row2 {
  margin-bottom: 0.2rem;
}

.zxbm .main_wrap .form_box form .row2 .tip {
  color: #666666;
  font-size: 14px;
  margin-bottom: 0.2rem;
}

.zxbm .main_wrap .form_box form .row2 .area {
  margin-left: 1rem;
  width: 4.4rem;
  height: 1.1rem;
  background-color: #ffffff;
  border: solid 1px #eaeaea;
  padding: 0.15rem;
}

.zxbm .main_wrap .form_box form .row2 .tet2 {
  margin-bottom: 0.2rem;
  margin-left: 1rem;
  width: 4.4rem;
  height: 0.42rem;
  background-color: #ffffff;
  border: solid 1px #eaeaea;
}

.zxbm .main_wrap .form_box form .row3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.zxbm .main_wrap .form_box form .row3 span {
  color: #666666;
  font-size: 14px;
  width: 1rem;
}

.zxbm .main_wrap .form_box form .row3 .ph {
  width: 1.2rem;
  height: 0.42rem;
  background-color: #ffffff;
  border: solid 1px #eaeaea;
  text-align: center;
}

.zxbm .main_wrap .form_box form .row3 i {
  display: inline-block;
  margin: 0 6px;
}

.zxbm .main_wrap .form_box form .yzm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.zxbm .main_wrap .form_box form .yzm span {
  color: #666666;
  font-size: 14px;
  width: 1rem;
}

.zxbm .main_wrap .form_box form .yzm input {
  width: 3.5rem;
  height: 0.42rem;
  border: solid 1px #eaeaea;
  border-right: none;
}

.zxbm .main_wrap .form_box form .yzm .ewm img {
  width: 1rem;
  height: 0.42rem;
}

.zxbm .main_wrap .form_box form .sub {
  margin-left: 1rem;
}

.zxbm .main_wrap .form_box form .sub input {
  width: 1.5rem;
  height: 0.42rem;
  background-color: #006600;
  color: #fff;
  font-size: 14px;
  border: none;
}

.zxbm .main_wrap .form_box form .sub span {
  display: block;
  margin-top: 16px;
  color: red;
}

.zxbm .main_wrap .kc_box {
  width: 3.6rem;
  background-color: #fff;
  padding: 0.3rem 0.2rem;
}

.zxbm .main_wrap .kc_box .title {
  color: #006600;
  font-size: calc(12px - 0.12rem + 0.24rem);
}

.zxbm .main_wrap .kc_box .list_box li {
  padding: 0.3rem 0;
  border-bottom: 1px dashed #ccc;
}

.zxbm .main_wrap .kc_box .list_box li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.zxbm .main_wrap .kc_box .list_box li a .pic {
  width: 1rem;
}

.zxbm .main_wrap .kc_box .list_box li a .tet {
  width: 1.92rem;
}

.zxbm .main_wrap .kc_box .list_box li a .tet h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 3.2em;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  color: #333;
  font-size: 16px;
}

.zxbm .main_wrap .kc_box .list_box li a .tet p {
  color: #999999;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.13rem;
}

.zxbm .main_wrap .kc_box .list_box li a:hover .tet h6 {
  color: #006600;
}

.zxdt .main_wrap .new_list {
  padding: 0.38rem 0 0 0;
}

.zxdt .main_wrap .new_list li {
  padding: 0.46rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed #ddd;
}

.zxdt .main_wrap .new_list li .pic {
  width: 30%;
}

.zxdt .main_wrap .new_list li .tet {
  padding-left: 0.5rem;
  width: 70%;
  position: relative;
}

.zxdt .main_wrap .new_list li .tet h6 {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.24rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zxdt .main_wrap .new_list li .tet h6:hover {
  color: #006600;
}

.zxdt .main_wrap .new_list li .tet p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 3.2em;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  color: #666666;
  font-size: 16px;
  margin-top: 0.3rem;
}

.zxdt .main_wrap .new_list li .tet .btn {
  margin-top: 0.3rem;
  display: block;
  width: 1.4rem;
  height: 0.4rem;
  border: solid 1px #006600;
  text-align: center;
  line-height: 0.4rem;
  color: #006600;
  font-size: 16px;
}

.zxdt .main_wrap .new_list li .tet .btn:hover {
  background-color: #006600;
  color: #fff;
}

.zxdt .main_wrap .new_list li .tet .time {
  position: absolute;
  color: #999999;
  font-size: 16px;
  right: 0;
  top: 3px;
}

.zxdt_xq {
  background-image: url("../images/17.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.zxdt_xq .main_wrap {
  padding: 0.8rem 0;
}

.zxdt_xq .main_wrap .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.zxdt_xq .main_wrap .layout .left_box {
  width: 8.3rem;
}

.zxdt_xq .main_wrap .layout .left_box .title {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.3rem);
  line-height: 1.6;
}

.zxdt_xq .main_wrap .layout .left_box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3rem 0;
  border-bottom: 1px solid #ddd;
}

.zxdt_xq .main_wrap .layout .left_box .info div {
  color: #666666;
  margin-right: 0.6rem;
  font-size: 14px;
}

.zxdt_xq .main_wrap .layout .left_box .share_box {
  padding: 0.3rem 0;
}

.zxdt_xq .main_wrap .layout .left_box .content {
  padding: 0 0 0.3rem 0;
}

.zxdt_xq .main_wrap .layout .left_box .content p {
  color: #666666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0.22rem;
}

.zxdt_xq .main_wrap .layout .left_box .other_box {
  border-top: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.3rem 0.9rem;
}

.zxdt_xq .main_wrap .layout .left_box .other_box em {
  color: #333;
}

.zxdt_xq .main_wrap .layout .left_box .other_box:hover em {
  color: #006600;
}

.zxdt_xq .main_wrap .layout .right_box {
  width: 3rem;
}

.zxdt_xq .main_wrap .layout .right_box .title {
  padding-bottom: 0.3rem;
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.3rem);
}

.zxdt_xq .main_wrap .layout .right_box .m_box {
  border-bottom: 1px solid #ddd;
}

.zxdt_xq .main_wrap .layout .right_box .m_box a .pic img {
  width: 100%;
}

.zxdt_xq .main_wrap .layout .right_box .m_box a .tet {
  margin: 0.3rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 3.2em;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  color: #333333;
}

.zxdt_xq .main_wrap .layout .right_box .m_box a:hover .tet {
  color: #006600;
}

.zxdt_xq .main_wrap .layout .right_box .l_box a {
  margin-top: 0.3rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 3.2em;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  color: #333333;
  position: relative;
  padding-left: 0.25rem;
}

.zxdt_xq .main_wrap .layout .right_box .l_box a::before {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #999999;
  opacity: 0.99;
  content: "";
  left: 0;
  top: 8px;
}

.zxdt_xq .main_wrap .layout .right_box .l_box a:hover {
  color: #006600;
}

#video_external {
  height: 900px;
  width: 100%;
  z-index: 0;
}
#top_video {
  /*background: url(../images/top_banner.mp4) center center no-repeat;*/
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #ccc;
}
#top_video video {
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  /*right: 0;*/
  /*bottom: 0;*/
  margin: auto;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  display: block;
}

.drawer-navbar {
  z-index: 999;
}
.banner_con {
  position: absolute;
  top: 50%;
  margin-top: -68px;
  width: 100%;
  left: 0;
  z-index: 60;
  text-align: center;
  height: 136px;
}
.banner_con h2 {
  font-size: 60px;
  color: #f4f4f4;
  padding-bottom: 35px;
  font-family: "youyuan";
}
.banner_con h3 {
  font-size: 30px;
  color: #f4f4f4;
  font-family: "youyuan";
}

.dede_pages {
  text-align: center;
  margin: 40px auto auto auto;
}
.dede_pages .current {
  width: 40px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #aaaaaa;
  border: 1px solid #006600;
  background-color: #006600;
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 15px;
  color: white;
}
.dede_pages a {
  width: 40px;
  height: 30px;
  line-height: 30px;
  padding-top: 0px;
  font-size: 16px;
  color: #aaaaaa;
  background-color: white;
  display: inline-block;
  float: none;
  margin-bottom: 0px;
  margin-left: 15px;
  border: 1px solid #dddddd;
}
.dede_pages a:hover {
  background-color: #006600;
  color: white;
}
.dede_pages .next {
  width: 60px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding-top: 0px;
  color: white;
  background-color: #006600;
  display: inline-block;
  float: none;
  text-align: center;
  margin-bottom: 0px;
  margin-left: 15px;
  vertical-align: top;
  border: 1px solid #006600;
}
.dede_pages .prev {
  width: 60px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding-top: 0px;
  color: white;
  background-color: #006600;
  display: inline-block;
  float: none;
  text-align: center;
  margin-bottom: 0px;
  border: 1px solid #006600;
}

@media screen and (max-width: 1200px) {
  header .layout .r_box .r_b nav ul li .first_menu {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 130px;
    color: #000;
  }
  header .layout .r_box .r_b nav ul .on .first_menu {
    color: #fff;
  }
  header .layout .r_box .r_b nav ul li .second_menu {
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
    padding: 0;
    top: 0;
    background: none;
    width: 100%;
  }
  header .layout .r_box .r_b nav ul li .iconfont {
    top: 16px;
    display: block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #000;
  }
  header .layout .r_box .r_b nav ul li .iconfont.s_on {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  header .layout .r_box .r_b nav ul .on span {
    background-color: #fff !important;
  }
  header .layout .r_box .r_b nav ul li .second_menu a {
    text-align: left;
    display: block;
    line-height: 55px;
    color: #000;
    border-bottom: 1px solid #333;
  }
  header .layout .r_box .r_b .nav_btn {
    margin-left: 0.3rem;
    display: block;
  }
  header .layout .r_box .r_b .nav_btn i {
    color: #fff;
    font-size: 0.32rem;
  }
  header .layout {
    padding-top: 0;
    height: 0.8rem;
  }
  header .layout h1 a img {
    height: 35px;
  }
  header .layout .r_box .r_b .lang .tit span {
    font-size: 0.28rem;
  }
  header .layout .r_box .r_b .lang .lan_pop a {
    font-size: 0.28rem;
  }
  header .layout .r_box .r_t {
    display: none;
  }
  header .layout .r_box .r_b nav .r_t {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0.2rem;
    margin-top: 0.5rem;
  }
  header .layout .r_box .r_t .search .te {
    background: none;
    color: #fff;
  }
  nav {
    position: fixed;
    width: 300px;
    height: 100%;
    overflow: auto;
    left: 0;
    top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 50px;
    z-index: 100;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
  }
  .nav_on {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  header .layout .r_box .r_b nav ul li {
    width: 100%;
    line-height: 45px;
    margin-right: 0;
  }
  header .layout .r_box .r_b nav ul a {
    margin-right: 0;
    padding-left: 0.2rem;
  }
}

@media screen and (max-width: 768px) {
  .dede_pages {
    text-align: center;
    margin: auto auto auto auto;
  }
  .dede_pages a {
    width: 30px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .dede_pages .current {
    width: 30px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: white;
    background-color: #006600;
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 5px;
    border: 1px solid #006600;
  }
  .dede_pages .num {
    width: 30px;
    height: 25px;
    line-height: 25px;
    padding-top: 0px;
    font-size: 14px;
    color: #333333;
    background-color: white;
    display: inline-block;
    float: none;
    margin-bottom: 0px;
    margin-left: 15px;
  }
  .dede_pages .num:hover {
    background-color: #006600;
    color: white;
  }
  .dede_pages .next {
    width: 50px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    margin-top: auto;
    padding-top: 0px;
    color: white;
    background-color: #006600;
    display: inline-block;
    float: none;
    text-align: center;
    margin-bottom: 0px;
    margin-left: 15px;
  }
  .dede_pages .prev {
    width: 50px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    padding-top: 0px;
    color: white;
    background-color: #006600;
    display: inline-block;
    float: none;
    text-align: center;
    margin-bottom: 0px;
  }
  .index .wrap_01 .s_list li .tet_box {
    height: 3rem;
  }
  .case_list_video .det_wrap .item {
    width: 95%;
    padding: 10px;
  }
  .case_list_video .c_list li .video .pop_btn img {
    width: 36px;
  }
  .index .wrap_02 .box3 .con_list .det_wrap .item {
    width: 90%;
    padding: 20px;
  }
  .index .wrap_02 .box3 .con_list .det2_wrap .item h6 span {
    font-size: 16px;
  }
  .index .wrap_02 .box3 .con_list .det2_wrap .item {
    width: 90%;
    padding: 30px;
  }
  .zxbm .main_wrap .form_box form {
    max-width: 400px;
    margin: 0 auto;
  }
  .zxdt_xq .main_wrap {
    padding: 15px 0;
  }
  .zxdt_xq .main_wrap .layout .left_box .title {
    font-size: 18px;
  }
  .zxdt_xq .main_wrap .layout .left_box {
    width: 100%;
  }
  .zxdt_xq .main_wrap .layout .right_box {
    display: none;
  }
  .zxdt .main_wrap .new_list li .pic {
    width: 40%;
  }
  .zxdt .main_wrap .new_list li .tet .time {
    display: none;
  }
  .zxdt .main_wrap .new_list li {
    padding: 10px 0;
  }
  .zxdt .main_wrap .new_list li .tet {
    padding-left: 15px;
    width: 60%;
  }
  .zxdt .main_wrap .new_list li .tet h6 {
    font-size: 16px;
  }
  .zxdt .main_wrap .new_list li .tet p {
    font-size: 12px;
    margin-top: 5px;
  }
  .zxdt .main_wrap .new_list li .tet a {
    margin-top: 5px;
    font-size: 12px;
  }
  .zxbm .main_wrap .form_box form .row span {
    width: 100px;
  }
  .zxbm .main_wrap .form_box form .row3 span {
    width: 100px;
  }
  .zxbm .main_wrap .form_box form .yzm span {
    width: 100px;
  }
  .zxbm .main_wrap .form_box form .row .sele {
    width: 280px;
    height: 38px;
  }
  .zxbm .main_wrap .form_box form .row .tet {
    width: 280px;
    height: 38px;
  }
  .zxbm .main_wrap .form_box form .row2 .tip {
    line-height: 1.6;
  }
  .zxbm .main_wrap .form_box form .row2 .area {
    margin-left: 100px;
    width: 250px;
  }
  .zxbm .main_wrap .form_box form .row2 .tet2 {
    width: 250px;
    height: 38px;
    margin-left: 100px;
  }
  .zxbm .main_wrap .form_box form .row3 .ph {
    height: 38px;
  }
  .zxbm .main_wrap .form_box form .row .area select {
    width: 78px;
    height: 38px;
    margin-right: 3px;
  }
  .zxbm .main_wrap .form_box form .yzm input {
    width: 200px;
    height: 38px;
  }
  .zxbm .main_wrap .form_box form .yzm .ewm img {
    height: 38px;
    width: 80px;
  }
  .zxbm .main_wrap .form_box form .sub input {
    width: 120px;
    height: 38px;
  }
  .zxbm .main_wrap .form_box form .sub {
    margin-left: 100px;
  }
  .zxbm .main_wrap .form_box {
    width: 100%;
    padding: 0 10px;
  }
  .zxbm .main_wrap .form_box form {
    padding: 10px 0px;
  }
  .zxbm .main_wrap .kc_box {
    display: none;
  }
  .pxbz .main_wrap .item {
    margin-top: 20px;
  }
  .pxbz .main_wrap .item .tet_box .tit .line {
    margin: 20px 0;
  }
  .pxbz .main_wrap .item .tet_box .tit span {
    font-size: 50px;
    /*top: -25px;*/
    top: -48px;
  }
  .pxbz .main_wrap .item .tet_box .tit h6 {
    font-size: 22px;
  }
  .pxbz .main_wrap .item .tet_box .des {
    width: auto;
    font-size: 14px;
  }
  .pxbz .main_wrap .item:nth-child(2n + 2) .tet_box {
    width: 100%;
    padding-left: 15px;
    margin-left: 0;
  }
  .pxbz .main_wrap .item:nth-child(2n + 2) .pic_box {
    position: relative;
  }
  .pxbz .main_wrap .item .tet_box {
    width: 100%;
    padding-left: 15px;
    padding-top: 45px;
    padding-right: 15px;
    height: auto;
    padding-bottom: 30px;
  }
  .pxbz .main_wrap .item:nth-child(2n + 1) .pic_box {
    position: relative;
  }
  .curriculum_details .list_box .bb .tit img {
    max-width: 0.35rem;
    max-height: 0.35rem;
  }
  .curriculum_details .list_box .b2 .con .con_item .coc .dd .content {
    width: 300px;
    padding-left: 15px;
    padding-bottom: 15px;
  }
  .curriculum_details .list_box .b2 .con .con_item .coc .dd .time {
    margin-right: 15px;
  }
  .curriculum_details .list_box .b2 .con .con_item .title {
    height: 45px;
  }
  .curriculum_details .list_box .b2 .con .con_item .title span {
    font-size: 14px;
  }
  .curriculum_details .list_box .bb .tit span {
    font-size: 16px;
  }
  .curriculum_details .intr_box {
    padding: 15px 0;
  }
  .curriculum_details .intr_box .tet_box .btn_box a {
    width: 100px;
    height: 35px;
    line-height: 35px;
  }
  .curriculum_details .intr_box .tet_box .info p {
    width: 100%;
  }
  .curriculum_details .intr_box .tet_box .tit {
    font-size: 18px;
    padding: 15px 0;
  }
  .curriculum_details .intr_box .pic_box {
    width: 100%;
  }
  .curriculum_details .intr_box .tet_box {
    width: 100%;
    padding-left: 0;
  }
  .curriculum_center .main_wrap .c_list li {
    width: 49%;
    margin: 0 0.5% 15px;
  }
  .curriculum_center .main_wrap .main_swiper .swiper-slide .tet_box .btn_box a {
    width: 120px;
    height: 38px;
    line-height: 38px;
  }
  .curriculum_center .main_wrap .main_swiper .swiper-slide .tet_box .tit {
    font-size: 16px;
  }
  .curriculum_center .main_wrap .main_swiper .swiper-slide .tet_box .info p {
    width: 100%;
  }
  .curriculum_center .main_wrap .main_swiper .swiper-slide .pic_box {
    width: 100%;
  }
  .curriculum_center .main_wrap .main_swiper .swiper-slide .tet_box {
    width: 100%;
    padding: 10px;
  }
  .company_introduct .main_wrap .wrap2 .box4 .t_list li {
    width: 48%;
  }
  .company_introduct .main_wrap .wrap2 .box1 .con_box .tet_box {
    width: 100%;
    padding: 15px;
  }
  .company_introduct .main_wrap .wrap2 .box1 .con_box .tet_box h6 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .company_introduct .main_wrap .wrap2 .box2 .con_box .pic {
    display: none;
  }
  .company_introduct .main_wrap .wrap2 .box2 .con_box .list .item {
    width: 100%;
    margin-bottom: 10px !important;
  }
  .company_introduct .main_wrap .wrap2 .box3 .r_s_box .r_s_btn {
    display: none;
  }
  .company_introduct .main_wrap .wrap2 .box3 .r_s_box .r_swiper {
    padding-bottom: 48px;
  }
  .company_introduct .main_wrap .wrap2 .box1 .con_box .tet_box p {
    font-size: 14px;
  }
  .company_introduct .main_wrap .wrap2 .box1 .con_box .pic_box {
    width: 100%;
  }
  .company_introduct .main_wrap .wrap1 .title {
    font-size: 18px;
    padding: 15px 0;
  }
  .company_introduct .main_wrap .wrap1 .des p {
    font-size: 14px;
  }
  .company_introduct .main_wrap .wrap1 .con_box .pic_box {
    width: 100%;
  }
  .company_introduct .main_wrap .wrap1 .con_box .tet_box {
    width: 100%;
    padding: 15px 10px;
  }
  .company_introduct .main_wrap .wrap1 .con_box .tet_box .num_box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
  }
  .company_introduct .main_wrap .wrap1 .con_box .tet_box .num_box .item {
    margin-right: 0;
  }
  .company_introduct .main_wrap .wrap1 .con_box .tet_box .num_box .item h6 {
    font-size: 20px;
  }
  .base_intro .main_wrap {
    padding-bottom: 30px;
  }
  .base_intro .main_wrap .dy_box .r_s_box .r_swiper {
    padding-bottom: 30px;
  }
  .base_intro .main_wrap .pic_tet_box .tet_box h6 {
    font-size: 18px;
    padding: 10px 0;
  }
  .base_intro .main_wrap .pic_tet_box .tet_box p {
    font-size: 14px;
  }
  .base_intro .main_wrap .pic_tet_box .tet_box {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .base_intro .main_wrap .det_box h6 {
    padding: 15px 0;
    font-size: 22px;
  }
  .base_intro .main_wrap .det_box .p p {
    font-size: 12px;
  }
  .base_intro .main_wrap .dy_box .r_s_box .r_s_btn {
    display: none;
  }
  .base_intro .main_wrap .pic_tet_box .pic_box {
    width: 100%;
  }
  .base_intro .main_wrap .pic_tet_box .tet_box {
    width: 100%;
  }
  .case_list_pic .det_wrap .item p {
    font-size: 14px;
  }
  .case_list_pic .det_wrap .item h6 span {
    font-size: 14px;
  }
  .case_list_pic .det_wrap .item h6 {
    margin-bottom: 15px;
  }
  .case_list_pic .det_wrap .item {
    width: 90%;
    padding: 10px;
  }
  .case_list_pic .c_list li p {
    font-size: 14px;
  }
  .case_list_pic .c_list li {
    width: 48%;
  }
  .case_list_video .c_list li {
    width: 48%;
  }
  .case_list_video .c_list li p {
    font-size: 14px;
  }
  .page_box {
    padding: 20px 0;
  }
  .bmxz .main_wrap .left_box {
    width: 100%;
    padding: 20px 5px;
  }
  .bmxz .main_wrap .right_box {
    display: none;
  }
  .bmsx .main_wrap {
    padding-bottom: 10px;
  }
  .bmsx .main_wrap .box2 .contact_list .item .tet h6 {
    font-size: 12px;
  }
  .bmsx .main_wrap .box2 .contact_list .item {
    width: 49%;
    margin-bottom: 8px;
    padding: 0 5px;
  }
  .bmsx .main_wrap .box1 {
    padding-bottom: 0;
  }
  .bmsx .main_wrap .box1 .list_box .item p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
  }
  .bmsx .main_wrap .box1 .list_box .item .pic .im2 {
    display: none;
  }
  .bmsx .main_wrap .box1 .list_box .item {
    width: 33.333%;
    margin-bottom: 0.2rem;
  }
  .nav_box .layout a {
    font-size: 14px;
  }
  .nav_box .layout a {
    margin-right: 10px;
  }
  .nav_box .layout {
    padding: 10px 1%;
  }
  footer .botoom_box .link {
    font-size: 14px;
  }
  footer .botoom_box {
    padding: 15px 0;
  }
  footer .botoom_box .cop {
    font-size: 14px;
  }
  footer .top_box .l_box .contact_box .item {
    font-size: 14px;
  }
  footer .top_box .l_box .contact_box {
    margin-top: 0;
    margin-bottom: 10px;
  }
  footer .top_box .l_box .nav_list a {
    margin-right: 8px;
    margin-bottom: 10px;
  }
  footer .top_box {
    padding: 15px 0;
  }
  .index .wrap_04 .box1 .con_box .pic_box {
    width: 100%;
  }
  .index .wrap_03 .ys_list .item .pic_box {
    width: 100%;
  }
  header .layout .l_box .search_form {
    top: 110%;
  }
  header .layout .l_box .search_form .con .sub {
    width: 50px;
    height: 40px;
  }
  header .layout .l_box .search_form .con {
    width: 350px;
  }
  header .layout .l_box .search_form .con .tet {
    width: 250px;
    height: 40px;
  }
  .index .wrap_04 .box4 .con_box .form_box .btn_box input {
    width: 160px;
    height: 40px;
  }
  .index .wrap_04 .box4 .con_box .form_box .btn_box a {
    width: 160px;
    height: 40px;
    line-height: 40px;
  }
  .index .wrap_04 .box4 .con_box .form_box .yzm {
    height: 46px;
  }
  .index .wrap_04 .box4 .con_box .form_box .yzm input {
    height: 44px;
  }
  .index .wrap_04 .box4 .con_box .form_box .row select {
    height: 46px;
  }
  .index .wrap_04 .box4 .con_box .form_box .row input {
    height: 46px;
  }
  .index .wrap_04 .box4 .con_box .form_box {
    width: 100%;
    padding: 5px 5px 15px;
  }
  .index .wrap_04 .box4 .con_box .map_box {
    width: 100%;
  }
  .index .wrap_04 .box3 .wt_box .pro_list li a .a span {
    margin-top: 3px;
  }
  .index .wrap_04 .box3 .wt_box .pro_list li a .q h6 {
    font-size: 12px;
  }
  .index .wrap_04 .box3 .ly_box .list_box li {
    padding: 10px 0;
  }
  .index .wrap_04 .box3 .ly_box .list_box li .tet_box a h6 {
    font-size: 14px;
  }
  .index .wrap_04 .box3 .ly_box .list_box li .tet_box a p {
    font-size: 12px;
  }
  .index .wrap_04 .box2 {
    padding-bottom: 0;
  }
  .index .wrap_04 .box3 .wt_box {
    width: 100%;
  }
  .index .wrap_04 .box3 .ly_box {
    width: 100%;
  }
  .index .wrap_02 .box1 .r_s_box .r_s_btn {
    display: none;
  }
  .index .wrap_04 .box2 .t_list li {
    width: 49%;
    margin: 0 0.5% 10px;
  }
  .index .wrap_04 .box1 .con_box .tet_box .num_box .item span {
    font-size: 14px;
    margin-top: 5px;
  }
  .index .wrap_04 .box1 .con_box .tet_box .num_box {
    margin-top: 10px;
  }
  .index .wrap_04 .box1 .con_box .tet_box .num_box .item h6 {
    font-size: 18px;
  }
  .index .wrap_04 .box1 .con_box .tet_box h5 {
    padding: 10px 0;
    font-size: 18px;
  }
  .index .wrap_04 .box1 .con_box .tet_box {
    width: 100%;
    padding: 0px 5px 15px;
    margin-bottom: 20px;
  }
  .index .wrap_03 .ys_list .item .tet_box .t_item .con {
    padding: 5px 0;
  }
  .index .wrap_03 .ys_list .item .tet_box .t_item .title {
    padding: 10px 0;
  }
  .index .wrap_03 .ys_list .item .tet_box .t_item .title .num {
    width: 25px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .index .wrap_03 .ys_list .item .tet_box .t_item .title h6 {
    font-size: 16px;
  }
  .index .wrap_03 .ys_list .item {
    padding: 15px 0;
  }
  .index .wrap_03 .ys_list .item:nth-child(2n + 2) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index .wrap_03 .ys_list .item .tet_box {
    width: 100%;
  }
  .index .wrap_02 .box3 {
    padding-bottom: 15px;
  }
  .index .wrap_02 .box3 .con_list .show_list a {
    width: 33.3333%;
  }
  .index .wrap_02 .box3 .con_list .show_list {
    width: 100%;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
  .index .wrap_02 .box3 .con_list .video_box {
    width: 100%;

    margin-right: 0;
  }
  .index .wrap_02 .box2 .active_list .item .tet {
    padding: 15px;
  }
  .index .wrap_02 .box2 .active_list .item .tet .a_btn {
    margin-top: 10px;
  }
  .index .wrap_02 .box2 .active_list .item .tet h6 {
    font-size: 14px;
  }
  .index .wrap_02 .box2 .active_list .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .index .wrap_02 .box1 .r_s_box .r_swiper .swiper-slide .tet_box .btn_box a {
    width: 80px;
  }
  .index .wrap_02 .box1 .r_s_box .r_swiper {
    padding: 0px 1px 30px;
  }
  .index .wrap_02 .box1 .r_s_box .r_swiper .swiper-pagination-bullet-active {
    color: #006600;
  }
  .index .wrap_02 .box1 .r_s_box .r_swiper .swiper-slide .tet_box {
    padding: 0 5px 15px;
  }
  .index .wrap_02 .box1 .r_s_box .r_swiper .swiper-slide .tet_box .btn_box a {
    font-size: 12px;
  }
  .index .wrap_02 .box1 .r_s_box .r_swiper .swiper-slide .tet_box h6 {
    font-size: 16px;
    line-height: 1.4;
  }
  .index .wrap_01 .s_list li .tet_box p {
    font-size: 12px;
  }
  .index .wrap_01 .s_list li .tet_box h6 {
    font-size: 14px;
    line-height: 1.4;
  }
  .index .wrap_01 .s_list li {
    width: 49%;
    margin: 0 0.5% 50px;
  }
  .pub_tit {
    padding: 20px 0;
  }
  .pub_tit p {
    line-height: 1.6;
    font-size: 14px;
  }
  .pub_tit h6 .im1 {
    width: 60px;
  }
  .pub_tit h6 .im2 {
    width: 60px;
  }
  .pub_tit h6 span {
    font-size: 20px;
  }
  .top_wrap .layout .r_box .phone {
    font-size: 12px;
  }
  .top_wrap .layout .r_box .tit {
    font-size: 12px;
  }
  .top_wrap .layout .l_box .tet {
    margin-left: 3px;
  }
  .top_wrap .layout .l_box .logo a img {
    width: 20px;
  }
  .top_wrap .layout .l_box .tet h5 {
    font-size: 12px;
  }
  .top_wrap .layout .l_box .tet h6 {
    font-size: 12px;
  }
  header .layout {
    height: 40px;
  }
  header .layout .r_box .r_b .lang .tit span {
    font-size: 22px;
  }
  header .layout .r_box .r_b .lang .lan_pop a {
    font-size: 22px;
  }
  header .layout .r_box .r_b .nav_btn i {
    font-size: 18px;
  }
  header .layout .r_box .r_b .nav_btn {
    margin-left: 0.2rem;
  }
  header .layout .l_box .search_btn i {
    font-size: 18px;
  }
}
/*# sourceMappingURL=css.css.map */

.m_list {
  margin-top: 0.6rem;
}
.m_list li {
  margin-bottom: 0.35rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedfda;
}
.m_list li .img {
  width: 30.83%;
  float: left;
}
.m_list li .img img {
  max-width: 100%;
}
.m_list li .center {
  width: 51.66%;
  float: left;
  margin-left: 2.5%;
}
.m_list li .center .t {
  display: block;
  color: #006600;
  padding-top: 0.15rem;
  font-size: calc(12px - 0.12rem + 0.24rem);
  padding-bottom: 0.2rem;
}
.m_list li .center .info {
  padding: 0.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.m_list li .center .info p {
  min-width: 40%;
  max-width: 100%;
  color: #666666;
  font-size: 14px;
  line-height: 1.8;
}
.m_list li .center .course {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
  margin: 0.2rem 0 0.1rem;
  /*height: 67px;*/
  overflow: hidden;
}
.m_list li .center .drop_down {
}
.m_list li .center .drop_down select {
  width: 283px;
  padding-left: 5px;
  height: 27px;
  color: #a4a4a4;
  float: left;
  border: 1px solid #e0e0e0;
  width: 100%;
}
.m_list li .right {
  float: right;
  max-width: 10%;
}
.m_list li .right .price {
  text-align: right;
  color: #006600;
  padding-top: 0.15rem;
  font-size: calc(12px - 0.12rem + 0.36rem);
  font-weight: bold;
}
.m_list li .right .d {
  text-align: center;
}
.m_list li .right .d .a_ {
  background: #5da100;
  width: 113px;
  line-height: 40px;
  margin-top: 15px;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.m_list li .right .d .a_:nth-child(1) {
  background: #006600;
}
.m_list li .right .d .a_:nth-child(2) {
  background: #fe0000;
}
.m_list li .right .d .a_:nth-child(3) {
  background: #23ac38;
}
.m_list li .right .d .a_:nth-child(4) {
  background: #ffa907;
}

.popup_main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2000;
  display: none;
}
.popup_main img {
  width: 300px;
}
.popup_contain {
  width: 300px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(234, 234, 232, 0.8);
  padding: 20px 40px 40px;
  border-radius: 10px;
}

.propup_close {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  background: #000000;
  color: #ffffff;
  float: right;
  display: block;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  margin: -5px -25px 20px auto;
}
.popup_text {
  text-align: center;
  padding: 5px;
  font-size: 14px;
  color: #333333;
  line-height: 27px;
}

.popup_text p {
  line-height: 1.5;
}
#wx {
  display: inline-block;
  height: 32px;
  padding: 0px 5px;
  line-height: 32px;
  color: #ffffff;
  background: #0366cf;
  border-radius: 6px;
}
@media (max-width: 1200px) {
  .m_list li .right {
    width: 100%;
    max-width: 100%;
    margin-top: 0.2rem;
  }
  .m_list li .right .price {
    float: left;
    padding-top: 0;
  }
  .m_list li .right .d {
    float: left;
  }
  .m_list li .right .d .a_ {
    margin-top: 0;
    float: left;
    margin-left: 0.2rem;
  }
  .m_list li .center {
    float: right;
    width: 66%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .m_list li .img {
    width: 100%;
  }
  .m_list li .center {
    width: 100%;
    margin-top: 0.2rem;
  }
  .m_list li .right .d {
    width: 100%;
    margin-top: 0.1rem;
  }
  .m_list li .right .d .a_ {
    margin-left: 0;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    line-height: 33px;
  }

  .banner_con {
    display: none;
  }
  .m_list3 .swiper-button-prev {
    left: 0px;
  }
  .m_list3 .swiper-button-next {
    right: 0px;
  }
}

.m_list2 {
}
.m_list2 li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 2px;
}
.m_list2 li:last-child {
  border-bottom: none;
}
.m_list2 li .l {
  float: left;
}
.m_list2 li .l p {
  color: #666666;
  font-size: 14px;
  line-height: 33px !important;
  margin-bottom: 0 !important;
}
.m_list2 li .r {
  float: right;
}
.m_list2 li .r .a_ {
  display: inline-block;
  width: 1.14rem;
  float: left;
  margin: 0 10px;
  background-color: #d9e8d9;
  color: #006600;
  text-align: center;
  line-height: 33px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.m_list2 li .r .a_:hover {
  background: #006600;
  color: #fff;
}

@media (max-width: 600px) {
  .m_list2 li .r {
    width: 100%;
  }
  .m_list2 li .l {
    padding: 0 10px;
  }
  #video_external {
    height: 300px;
    width: 100%;
    z-index: 0;
  }
}

.a_click {
  display: block;
}
.m_list3 {
  position: relative;
}

.m_list3 {
}
.m_list3 .swiper-container {
}
.m_list3 .swiper-container .swiper-slide {
}
.m_list3 .swiper-container .swiper-slide .pic_box {
}
.m_list3 .swiper-container .swiper-slide .pic_box img {
  width: 100%;
}
.m_list3 .swiper-container .swiper-slide .tet_box {
  padding: 0 0.22rem 0.2rem;
}
.m_list3 .swiper-container .swiper-slide .tet_box h6 {
  color: #006600;
  font-size: calc(12px - 0.12rem + 0.18rem);
  padding: 0.2rem 0;
}
.m_list3 .swiper-container .swiper-slide .tet_box p {
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.6;
}

.m_list3 .swiper-container .swiper-slide .tet_box:hover {
  background-color: #006600;
}

.m_list3 .swiper-container .swiper-slide .tet_box:hover h6 {
  color: #fff;
}

.m_list3 .swiper-container .swiper-slide .tet_box:hover p {
  color: #fff;
}

.m_list3 .swiper-button-prev,
.m_list3 .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ffffff;
  text-align: center;
  background-image: none;
  line-height: 0.5rem;
  cursor: pointer;
}

.m_list3 .swiper-button-prev {
  left: -0.6rem;
}
.m_list3 .swiper-button-next {
  right: -0.6rem;
}

.m_list3 .swiper-button-prev i,
.m_list3 .swiper-button-next i {
  color: #006600;
}

.m_list3 .swiper-button-prev:hover,
.m_list3 .swiper-button-next:hover {
  background-color: #006600;
}

.m_list3 .swiper-button-prev:hover i,
.m_list3 .swiper-button-next:hover i {
  color: #fff;
}

.in-ken-bg {
  padding: 80px 0;
}
.in-ken {
  position: relative;
  margin-top: 50px;
}
.in-ken .swiper-slide a {
  display: block; /* background: url(../images/phone-bg.png) no-repeat center / 100%; */
  padding: 76px 15px;
}
.in-ken .swiper-button-prev {
  left: -50px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23cc0001'%2F%3E%3C%2Fsvg%3E");
  padding: 20px 10px;
}
.in-ken .swiper-button-next {
  right: -50px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23cc0001'%2F%3E%3C%2Fsvg%3E");
  padding: 20px 10px;
}
.in-ken .swiper-button-prev:hover {
  background-color: #333;
}
.in-ken .swiper-button-next:hover {
  background-color: #333;
}

@media (max-width: 768px) {
  .m_list3 .swiper-button-prev {
    left: 0px;
  }
  .m_list3 .swiper-button-next {
    right: 0px;
  }
  .index .wrap_01 .s_list li .tet_box {
    height: 3rem;
  }
  .det_wrap .video_box {
    width: 100% !important;
    height: 250px !important;
  }
  .case_list_video .det_wrap .item h6 {
    margin-bottom: 0.2rem;
  }

  .in-kd {
    padding: 0px 10px;
  }
  .in-ken-bg {
    padding: 10px 0;
  }
  .in-ken {
    padding: 30px 30px;
  }
  .in-ken .swiper-slide a {
    background-image: none;
    padding: 0;
  }
  .in-ken .swiper-button-prev {
    left: 0;
    padding: 0;
    background-size: 30%;
  }
  .in-ken .swiper-button-next {
    right: 0;
    padding: 0;
    background-size: 30%;
  }
}
