@charset "utf-8";
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
html {
  overflow-x: hidden;
}
html.active {
  overflow: hidden;
}
body {
  font-size: 14px;
  font-family: "微软雅黑", Microsoft YaHei, pingfang, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #000;
  min-width: 320px;
  word-wrap: break-word;
  margin: 0;
  overflow-x: hidden;
}
body.active {
  padding-top: 70px;
}
input:required,
textarea:required {
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  appearance: none !important;
  -webkit-appearance: none !important;
}
a {
  background-color: transparent;
  text-decoration: none !important;
  cursor: pointer !important;
  color: #000;
}
a:active,
a:hover {
  outline: 0;
}
a:focus {
  outline: none;
}
ul {
  margin: 0;
}
ul li {
  list-style: none;
}
.container_box {
  width: 100%;
  max-width: 7.96875rem;
  padding: 0 0.078125rem;
  margin: 0 auto;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mCustomScrollBox {
  padding-right: 0;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer {
  right: -10px !important;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #098b43 !important;
  border-radius: 0;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  opacity: 1 !important;
  width: 2px;
  background: transparent;
  border-radius: 0;
}
.video_popup {
  width: 5.53645833rem;
  height: 3.64583333rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9000;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 0.10416667rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.2);
  padding: 0.10416667rem;
  display: none;
}
.video_popup .off {
  width: 0.3125rem;
  height: 0.3125rem;
  border: 0.02083333rem solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -0.36458333rem;
  right: -0.3125rem;
  transform: rotate(45deg);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_popup .off i {
  font-size: 0.15625rem;
  color: #fff;
}
.video_popup video {
  width: 100%;
  height: 100%;
  border-radius: 0.10416667rem;
}
.video_popup.active {
  display: flex;
}
.video_popup_mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  display: none;
}
.video_popup_mask.active {
  display: block;
}
.page_div {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #282728;
  position: relative;
  z-index: 1;
}
.page_div button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  cursor: pointer;
  color: #282728;
  font-size: 20px;
  line-height: 1;
  font-family: "Arial";
  background: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  margin: 0 5px;
  border-radius: 50%;
}
.page_div button:disabled {
  opacity: .5;
  cursor: no-drop;
  border: none !important;
  background: none !important;
  color: #333 !important;
}
.page_div button .iconfont {
  font-size: 12px !important;
}
.page_div #firstPage,
.page_div #lastPage,
.page_div #nextPage,
.page_div #prePage {
  width: 50px;
  color: #333;
  border: none;
  padding: 0;
  position: relative;
  background: none;
}
.page_div #firstPage {
  width: 74px;
}
.page_div #firstPage .iconfont {
  margin-right: 5px;
  transform: rotateY(180deg);
}
.page_div #lastPage {
  width: 74px;
}
.page_div #lastPage .iconfont {
  margin-left: 5px;
}
.page_div #nextPage,
.page_div #lastPage {
  margin-left: 5px;
}
.page_div #firstPage,
.page_div #prePage {
  margin-right: 5px;
}
.page_div #nextPage,
.page_div #prePage,
.page_div #firstPage {
  width: 97px;
  height: 43px;
  padding: 0;
  border: 1px solid #ccc;
  font-size: 14px;
  border-radius: 40px;
}
.page_div #prePage::before {
  transform: rotate(-90deg);
}
.page_div #nextPage::before {
  transform: rotate(90deg);
}
.page_div .current {
  background-color: #08904e;
  color: #fff;
  border-color: #08904e;
}
.page_div .totalNum,
.page_div .totalList {
  line-height: 30px;
  margin-right: 10px;
}
.page_div .totalList2 {
  margin-left: 30px;
}
.page_div .totalPages {
  margin: 0 10px;
}
.page_div .totalPages span {
  color: #333;
  margin: 0 5px;
}
.page_div .totalSize span {
  color: #333;
  margin: 0 5px;
}
.page_div input {
  width: 62px;
  height: 38px;
  border: 2px solid #D9D9D9;
  text-align: center;
  margin: 0 5px;
  background: none;
}
.page_div input:focus {
  outline: none;
}
.page_div .skip {
  width: 62px;
  height: 38px;
  cursor: pointer;
  border: 2px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_div .skip:hover {
  background: #02035e;
  border-color: #02035e;
  color: #fff;
}
.page_div {
  font-size: 0.10416667rem;
}
.page_div button {
  width: 0.27083333rem;
  height: 0.27083333rem;
  font-size: 0.10416667rem;
  margin: 0 0.02604167rem;
}
.ydd_btn {
  width: 40px;
  position: absolute;
  top: 18px;
  right: 10px;
  z-index: 9000;
  padding: 5px;
  border-radius: 5px;
}
.ydd_btn span {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
}
.ydd_btn span.span02 {
  margin: 5px 0;
}
.nav7 {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9000;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0 15px 30px 15px;
  transition: all .3s;
}
.nav7.active {
  right: 0;
}
.nav7 .top {
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
}
.nav7 .top .logo {
  max-width: 80%;
  max-height: 30px;
}
.nav7 .top .off {
  width: 30px;
  height: 30px;
  position: relative;
}
.nav7 .top .off::before,
.nav7 .top .off::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
}
.nav7 .top .off::before {
  transform: rotate(45deg);
}
.nav7 .top .off::after {
  transform: rotate(-45deg);
}
.nav7 .nav7-con {
  height: calc(100% - 120px);
  overflow: auto;
  margin-bottom: 10px;
}
.nav7 .nav7-con .list {
  overflow: hidden;
}
.nav7 .nav7-con .list a {
  display: block;
  position: relative;
  transition: all .3s;
}
.nav7 .nav7-con .list .a-1 {
  font-size: 16px;
  color: #000;
  line-height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nav7 .nav7-con .list .a-1.on::before {
  content: "\e672";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  font-size: 13px;
  transition: all .3s;
}
.nav7 .nav7-con .list .a-1.active::before {
  transform: rotate(-180deg);
}
.nav7 .nav7-con .list .a-1 img {
  position: relative;
  top: -5px;
  margin-left: 5px;
}
.nav7 .nav7-con .list ul {
  padding: 10px 0 0 32px;
  display: none;
}
.nav7 .nav7-con .list ul li .a-2 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  padding: 5px 0;
}
.nav7 .nav7-con .list ul li .a-2.on::before {
  content: "\e672";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  font-size: 12px;
  transition: all .3s;
}
.nav7 .nav7-con .list ul li .a-2.active::before {
  transform: rotate(-180deg);
}
.nav7 .nav7-con .list ul li dl {
  display: none;
  padding-left: 28px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.nav7 .nav7-con .list ul li dl dd a {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  padding: 5px 0;
}
.nav7 .nav7-con .list:last-child .a-1 {
  border: none;
}
.nav7 form {
  width: calc(100% - 20px);
  height: 50px;
  border: 1px solid #056905;
  border-radius: 73px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 10px;
}
.nav7 form .select_box {
  width: 100px;
  height: 100%;
  font-size: 13px;
  position: relative;
}
.nav7 form .select_box h5 {
  font-size: 13px;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.nav7 form .select_box h5::before {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  pointer-events: none;
}
.nav7 form .select_box h5 span {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav7 form .select_box .ul_box {
  position: absolute;
  min-width: 100%;
  bottom: 100%;
  left: 0;
  white-space: nowrap;
  display: none;
}
.nav7 form .select_box .ul_box ul {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.nav7 form .select_box .ul_box ul li {
  line-height: 35px;
  padding: 0 20px;
  cursor: pointer;
  transition: all .3s;
}
.nav7 form .select_box .ul_box ul li:hover {
  background-color: #086c0c;
  color: #fff;
}
.nav7 form .select_box .ul_box.active {
  display: block;
}
.nav7 form .input_box {
  width: calc(100% - 160px);
  height: 100%;
  position: relative;
}
.nav7 form .input_box input {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 14px;
  padding-left: 10px;
}
.nav7 form .input_box input:focus {
  outline: none;
}
.nav7 form .input_box::after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.nav7 form button {
  width: 60px;
  height: 100%;
  background-color: transparent;
  background-image: url(../images/icon1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 20px;
  border: none;
}
.warning1 {
  position: fixed;
  top: -50%;
  left: 50%;
  z-index: 9999999;
  transform: translate(-50%, -50%);
  width: 1.04166667rem;
  height: 0.52083333rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0.05208333rem;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 0.09375rem;
  transition: all .5s;
  opacity: 0;
  letter-spacing: 1px;
  border-radius: 0.05208333rem;
}
.warning1.active {
  top: 50%;
  opacity: 1;
}
.warning1_mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6000;
  display: none;
}
.warning1_mask.active {
  display: block;
}
.logo_box {
  height: 1.60416667rem;
  padding: 0.453125rem 0 0.25rem;
  position: relative;
  z-index: 2001;
  background: url(../images/bg19.jpg) no-repeat center center / cover;
}
.logo_box::before {
  content: "";
  width: 100%;
  height: 0.02604167rem;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}
.logo_box .logo {
  width: 6.03645833rem;
  display: block;
  margin: 0 auto;
}
.logo_box .nav_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.26041667rem;
}
.logo_box .nav_box nav ul {
  display: flex;
}
.logo_box .nav_box nav ul li {
  margin-right: 0.20833333rem;
  position: relative;
}
.logo_box .nav_box nav ul li a {
  display: block;
  font-size: 0.09375rem;
  color: #fff;
  line-height: 0.29166667rem;
  padding: 0 0.15625rem;
  border-radius: 0.29166667rem;
  position: relative;
}
.logo_box .nav_box nav ul li a:hover,
.logo_box .nav_box nav ul li a.active {
  background-image: linear-gradient(to right, #089053, #0188a5);
  color: #fff;
  font-weight: bold;
}
.logo_box .nav_box nav ul li .second_nav {
  width: 1.19791667rem;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  padding-top: 0.10416667rem;
  display: none;
}
.logo_box .nav_box nav ul li .second_nav dl {
  background-color: #fff;
  border-radius: 0.10416667rem;
  padding: 0.10416667rem;
  position: relative;
  filter: drop-shadow(0 0 0.05208333rem rgba(0, 0, 0, 0.1));
}
.logo_box .nav_box nav ul li .second_nav dl::before {
  content: "";
  border-left: 0.05208333rem solid transparent;
  border-right: 0.05208333rem solid transparent;
  border-bottom: 0.05208333rem solid #ffffff;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.logo_box .nav_box nav ul li .second_nav dl dd a {
  color: #000;
  transition: all .3s;
  line-height: 1.3;
  position: relative;
  padding: 0.04166667rem 0.15625rem;
}
.logo_box .nav_box nav ul li .second_nav dl dd a::before {
  content: "";
  width: 0.05208333rem;
  height: 0.05208333rem;
  border: 0.015625rem solid #b2b2b2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .3s;
}
.logo_box .nav_box nav ul li .second_nav dl dd a::after {
  content: "";
  border-top: 0.015625rem solid transparent;
  border-bottom: 0.015625rem solid transparent;
  border-left: 0.02604167rem solid #08904e;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .3s;
}
.logo_box .nav_box nav ul li .second_nav dl dd a:hover {
  background: none;
  color: #08904e;
  font-weight: normal;
}
.logo_box .nav_box nav ul li .second_nav dl dd a:hover::before {
  border-color: #08904e;
}
.logo_box .nav_box nav ul li .second_nav dl dd a:hover::after {
  opacity: 1;
}
.logo_box .nav_box nav ul li:hover .second_nav {
  display: block;
}
.logo_box .nav_box nav ul li:nth-child(5) a::before {
  content: "";
  width: 0.07291667rem;
  height: 0.07291667rem;
  background: url(../images/icon14_h.png) no-repeat center center / contain;
  position: absolute;
  top: 0.05208333rem;
  right: 0.07291667rem;
}
.logo_box .nav_box nav ul li:nth-child(5) a:hover::before,
.logo_box .nav_box nav ul li:nth-child(5) a.active::before {
  background-image: url(../images/icon14_h.png);
}
.logo_box .nav_box .right {
  display: flex;
}
.logo_box .nav_box .right .search_box {
  position: relative;
  z-index: 5;
}
.logo_box .nav_box .right .search_box .icon {
  width: 0.10416667rem;
  height: 0.10416667rem;
  background: url(../images/icon1_2.png) no-repeat center center / contain;
  cursor: pointer;
}
.logo_box .nav_box .right .search_box .con {
  width: 3.22916667rem;
  height: 0.77083333rem;
  background-color: #fff;
  border-radius: 0.10416667rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  right: -0.57291667rem;
  padding: 0 0.3125rem;
  display: none;
  align-items: center;
  transform: translateY(0.10416667rem);
}
.logo_box .nav_box .right .search_box .con::before {
  content: "";
  border-left: 0.046875rem solid transparent;
  border-right: 0.046875rem solid transparent;
  border-bottom: 0.046875rem solid #ffffff;
  position: absolute;
  top: -0.046875rem;
  right: 0.56770833rem;
}
.logo_box .nav_box .right .search_box .con form {
  width: 100%;
  height: 0.38020833rem;
  border: 0.00520833rem solid #056905;
  border-radius: 0.38020833rem;
  display: flex;
  align-items: center;
}
.logo_box .nav_box .right .search_box .con form .select_box {
  width: 0.88541667rem;
  height: 100%;
  font-size: 0.09375rem;
  position: relative;
}
.logo_box .nav_box .right .search_box .con form .select_box select {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 0.09375rem;
  padding: 0 0.10416667rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.logo_box .nav_box .right .search_box .con form .select_box select:focus {
  outline: none;
}
.logo_box .nav_box .right .search_box .con form .select_box h5 {
  font-size: 0.09375rem;
  padding: 0 0.10416667rem;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.logo_box .nav_box .right .search_box .con form .select_box h5::before {
  content: "";
  border-left: 0.02083333rem solid transparent;
  border-right: 0.02083333rem solid transparent;
  border-top: 0.02083333rem solid #000000;
  position: absolute;
  top: 50%;
  right: 0.05208333rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.logo_box .nav_box .right .search_box .con form .select_box h5 span {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.logo_box .nav_box .right .search_box .con form .select_box .ul_box {
  position: absolute;
  min-width: 100%;
  max-height: 1.35416667rem;
  overflow-y: auto;
  top: 100%;
  left: 0;
  white-space: nowrap;
  display: none;
}
.logo_box .nav_box .right .search_box .con form .select_box .ul_box ul {
  background-color: #fff;
  border-radius: 0.05208333rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  padding: 0.05208333rem 0;
}
.logo_box .nav_box .right .search_box .con form .select_box .ul_box ul li {
  line-height: 0.20833333rem;
  padding: 0 0.10416667rem;
  cursor: pointer;
  transition: all .3s;
}
.logo_box .nav_box .right .search_box .con form .select_box .ul_box ul li:hover {
  background-color: #086c0c;
  color: #fff;
}
.logo_box .nav_box .right .search_box .con form .select_box .ul_box.active {
  display: block;
}
.logo_box .nav_box .right .search_box .con form .input_box {
  width: calc(100% - 1.30208333rem);
  height: 100%;
  position: relative;
}
.logo_box .nav_box .right .search_box .con form .input_box input {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 0.08333333rem;
  padding-left: 0.10416667rem;
}
.logo_box .nav_box .right .search_box .con form .input_box input:focus {
  outline: none;
}
.logo_box .nav_box .right .search_box .con form .input_box::after {
  content: "";
  width: 0.00520833rem;
  height: 0.15625rem;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.logo_box .nav_box .right .search_box .con form button {
  width: 0.41666667rem;
  height: 100%;
  background-color: transparent;
  background-image: url(../images/icon1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 0.10416667rem;
  border: none;
}
.logo_box .nav_box .right .search_box .con.active {
  display: flex;
}
.logo_box .nav_box .right .login_but,
.logo_box .nav_box .right .exit_but {
  display: block;
  font-size: 0.08333333rem;
  color: #fff;
  cursor: pointer;
  line-height: 0.11458333rem;
  padding-left: 0.1875rem;
  background-image: url(../images/icon2_h.png);
  background-position: 0 center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-left: 0.20833333rem;
}
.logo_box .nav_box .right .exit_but {
  background-image: url(../images/icon29.png);
}
.logo_box .nav_box .right .more {
  margin-left: 0.20833333rem;
  padding-left: 0.1875rem;
  position: relative;
  cursor: pointer;
  background-image: url(../images/icon2_h.png);
  background-position: 0 center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  line-height: 0.11458333rem;
}
.logo_box .nav_box .right .more h5 {
  font-size: 0.08333333rem;
  color: #fff;
}
.logo_box .nav_box .right .more ul {
  width: 0.625rem;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  border-radius: 0.05208333rem;
  text-align: center;
  padding: 0.05208333rem 0;
  display: none;
}
.logo_box .nav_box .right .more ul li a {
  font-size: 0.08333333rem;
  color: #333;
  line-height: 0.15625rem;
  display: block;
  transition: all .3s;
}
.logo_box .nav_box .right .more ul li a:hover {
  color: #fff;
  background-color: #086c0c;
}
.logo_box .nav_box .right .more:hover ul {
  display: block;
}
.switch_but {
  width: 0.57291667rem;
  height: 0.34375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.switch_but .but {
  width: 0.25rem;
  height: 0.25rem;
  border: 0.00520833rem solid #009657;
  border-radius: 50%;
  font-family: "iconfont";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.08333333rem;
  color: #009657;
  transition: all .3s;
  cursor: pointer;
}
.switch_but .but.but_prev span {
  transform: rotate(-90deg);
}
.switch_but .but.but_next span {
  transform: rotate(90deg);
}
.switch_but .but:hover {
  background-color: #009657;
  color: #fff;
}
.switch_but.switch_but_2 {
  width: 0.96875rem;
}
.switch_but.switch_but_2 .but {
  width: 0.34375rem;
  height: 0.34375rem;
}
.switch_but.switch_but_3 {
  width: 0.96875rem;
}
.switch_but.switch_but_3 .but {
  width: 0.34375rem;
  height: 0.34375rem;
  background-color: rgba(9, 139, 67, 0.5);
  border: none;
  color: #fff;
}
.switch_but.switch_but_3 .but:hover {
  background-color: #009657;
  color: #fff;
}
.swiper-pagination-box {
  display: flex;
  justify-content: center;
}
.swiper-pagination-box .swiper-pagination {
  position: initial;
}
.swiper-pagination-box .swiper-pagination .swiper-pagination-bullet {
  width: 0.10416667rem;
  height: 0.10416667rem;
  margin: 0 0.05208333rem;
  opacity: 1;
  border: 0.02604167rem solid transparent;
  background: none;
  position: relative;
  transition: all .3s;
}
.swiper-pagination-box .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  width: 0.07291667rem;
  height: 0.07291667rem;
  background-color: #84c5a1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.swiper-pagination-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #098b43;
}
.swiper-pagination-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 0;
}
.nav1 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.nav1 ul li {
  position: relative;
}
.nav1 ul li a {
  display: block;
  font-size: 0.08333333rem;
  color: #08904e;
  line-height: 0.30729167rem;
  padding: 0 0.15625rem;
  border-radius: 0.30729167rem;
  border: 0.00520833rem solid transparent;
  transition: all .3s;
}
.nav1 ul li a.active {
  background-color: #e7f6f0;
  border-color: #cae4d2;
}
.nav2 {
  overflow: hidden;
  height: 3.90625rem;
}
.nav2 .list a {
  display: block;
  position: relative;
  transition: all .3s;
}
.nav2 .list .a-1 {
  font-size: 0.10416667rem;
  color: #4c4c4c;
  line-height: 1.5;
  padding: 0.078125rem 0.10416667rem 0.078125rem 0.41666667rem;
}
.nav2 .list .a-1::before {
  content: "\e676";
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  left: 0.26041667rem;
  font-size: 0.10416667rem;
  transition: all .3s;
  transform: translateY(-50%);
  color: #009657;
  display: none;
}
.nav2 .list .a-1:hover {
  color: #009657;
}
.nav2 .list .a-1.on::before {
  display: block;
}
.nav2 .list .a-1.active {
  color: #009657;
}
.nav2 .list .a-1.active::before {
  transform: translateY(-50%) rotate(45deg);
}
.nav2 .list ul {
  padding: 0.10416667rem 0.26041667rem 0.10416667rem 0.41666667rem;
  display: none;
  background-color: #ebf9f0;
}
.nav2 .list ul li {
  padding-bottom: 0.05208333rem;
}
.nav2 .list ul li .a-2 {
  font-size: 0.09375rem;
  color: #000;
  line-height: 0.10416667rem;
  padding: 0.02604167rem 0 0.02604167rem 0.10416667rem;
}
.nav2 .list ul li .a-2::before {
  content: "\e672";
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 0.0625rem;
  transition: all .3s;
  transform: translateY(-50%) rotate(-90deg);
  display: none;
}
.nav2 .list ul li .a-2:hover {
  color: #009657;
}
.nav2 .list ul li .a-2.on::before {
  display: block;
}
.nav2 .list ul li .a-2.active {
  color: #009657;
}
.nav2 .list ul li .a-2.active::before {
  transform: translateY(-50%) rotate(0);
}
.nav2 .list ul li dl {
  display: none;
  padding-left: 0.20833333rem;
  padding-top: 0.05208333rem;
}
.nav2 .list ul li dl dd {
  margin-bottom: 0.05208333rem;
}
.nav2 .list ul li dl dd .a-3 {
  font-size: 0.08333333rem;
  color: #000;
  line-height: 0.10416667rem;
  padding: 0.02604167rem 0 0.02604167rem 0.10416667rem;
}
.nav2 .list ul li dl dd .a-3::before {
  content: "\e672";
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 0.0625rem;
  transition: all .3s;
  transform: translateY(-50%) rotate(-90deg);
  display: none;
}
.nav2 .list ul li dl dd .a-3:hover {
  color: #009657;
}
.nav2 .list ul li dl dd .a-3.on::before {
  display: block;
}
.nav2 .list ul li dl dd .a-3.active {
  color: #009657;
}
.nav2 .list ul li dl dd .a-3.active::before {
  transform: translateY(-50%) rotate(0);
}
.nav2 .list ul li dl dd .fourstage {
  padding-left: 0.20833333rem;
  padding-top: 0.05208333rem;
  display: none;
}
.nav2 .list ul li dl dd .fourstage .item a {
  font-size: 0.07291667rem;
  color: #000;
  line-height: 0.10416667rem;
  padding: 0.02604167rem 0;
}
.nav2 .list ul li dl dd .fourstage .item a:hover,
.nav2 .list ul li dl dd .fourstage .item a.active {
  color: #009657;
}
.nav2 .list ul li:last-child {
  padding-bottom: 0;
}
.nav3 .swiper {
  margin: 0 -0.05208333rem;
}
.nav3 .swiper .swiper-slide {
  width: auto;
  padding: 0 0.05208333rem;
}
.nav3 .swiper .swiper-slide a {
  display: block;
  line-height: 0.3125rem;
  min-width: 0.625rem;
  padding: 0 0.10416667rem;
  border-radius: 0.3125rem;
  font-size: 0.09375rem;
  font-weight: bold;
  color: #4c4c4c;
  text-align: center;
  transition: all .3s;
}
.nav3 .swiper .swiper-slide a:hover {
  color: #09904f;
}
.nav3 .swiper .swiper-slide a.active {
  background-image: linear-gradient(to right, #09904f, #0088a5);
  color: #fff;
}
.nav4 {
  margin-top: 0.20833333rem;
}
.nav4 .swiper .swiper-slide {
  width: auto;
  margin-right: 0.10416667rem;
}
.nav4 .swiper .swiper-slide a {
  min-width: 0.83333333rem;
  display: block;
  padding: 0 0.10416667rem;
  line-height: 0.30729167rem;
  border: 0.00520833rem solid #c3e0cc;
  border-radius: 0.30729167rem;
  font-size: 0.08333333rem;
  color: #08904e;
  text-align: center;
}
.nav4 .swiper .swiper-slide a.active {
  background-color: #e2f4ee;
}
.nav5 {
  border-left: 0.04166667rem solid #08904e;
  padding-left: 0.15625rem;
  margin-bottom: 0.20833333rem;
}
.nav5 ul {
  display: flex;
}
.nav5 ul li {
  margin-right: 0.36458333rem;
}
.nav5 ul li a {
  font-size: 0.1875rem;
  font-weight: bold;
  color: #333;
  line-height: 1;
  transition: all .3s;
}
.nav5 ul li a:hover {
  color: #08904e;
}
.nav5 ul li a.active {
  color: #08904e;
}
.multistage_nav li {
  position: relative;
}
.multistage_nav li a {
  display: block;
  padding: 0.05208333rem 0.10416667rem 0.05208333rem 0.41666667rem;
  color: #000;
  font-size: 0.10416667rem;
  position: relative;
}
.multistage_nav li.selected > a {
  color: #009657;
}
.multistage_nav li.has-child > a::before {
  content: "\e672";
  font-family: "iconfont";
  font-size: 0.07291667rem;
  margin-right: 10px;
  display: inline-block;
  color: #666;
  transition: transform 0.2s;
  position: absolute;
  top: 50%;
  left: 0.26041667rem;
  transform: translateY(-50%) rotate(-90deg);
}
.multistage_nav li.has-child.expanded > a::before {
  color: #009657;
  transform: translateY(-50%) rotate(0deg);
}
.multistage_nav .child-menu {
  padding-left: 0.10416667rem;
  display: none;
  background-color: #ebf9f0;
}
.multistage_nav .child-menu a {
  font-size: 0.08333333rem;
}
.more1 {
  display: flex;
}
.more1 .more1_but {
  display: block;
  min-width: 0.84375rem;
  padding: 0 0.15625rem;
  line-height: 0.33333333rem;
  background-image: linear-gradient(to right, #08904f, #0188a3);
  border-radius: 0.33333333rem;
  font-size: 0.08333333rem;
  color: #fff;
  text-align: center;
  transition: all .3s;
  cursor: pointer;
}
.more1 .more1_but span {
  margin-left: 0.02604167rem;
}
.more1 .more1_but:nth-child(2) {
  margin-left: 0.10416667rem;
}
.more1 .more1_but.more1_but_2 {
  background: #fff;
  color: #03905a;
}
.more1 .more1_but:hover {
  box-shadow: 0 0.02604167rem 0.05208333rem rgba(0, 0, 0, 0.4);
}
.more2 {
  width: 0.55208333rem;
  line-height: 0.25rem;
  border: 0.00520833rem solid #ffffff;
  border-radius: 0.25rem;
  font-size: 0.08333333rem;
  color: #fff;
  background-image: url(../images/icon5.png);
  background-position: right 0.08333333rem center;
  background-repeat: no-repeat;
  background-size: 0.125rem auto;
  padding-left: 0.08333333rem;
}
.title1 {
  text-align: center;
  margin-bottom: 0.20833333rem;
}
.title1 h5 {
  font-size: 0.25rem;
  font-weight: bold;
}
.title1 h5 a {
  color: #000;
  transition: all .3s;
}
.title1 h5 a:hover {
  color: #009657;
}
.title1 .text {
  font-size: 0.09375rem;
  color: #666;
  margin-top: 0.10416667rem;
}
.title2 {
  display: flex;
  align-items: center;
  margin-bottom: 0.20833333rem;
}
.title2 h5 {
  font-size: 0.1875rem;
  font-weight: bold;
  color: #08904e;
  line-height: 1;
  border-left: 0.04166667rem solid #08904e;
  padding-left: 0.15625rem;
}
.title2 p {
  font-size: 0.1875rem;
  font-weight: bold;
  margin-left: 0.36458333rem;
}
.title3 h5 {
  font-size: 0.125rem;
  font-weight: bold;
  color: #08904e;
  line-height: 1;
  border-left: 0.02604167rem solid #079052;
  padding-left: 0.07291667rem;
}
.title4 {
  padding-bottom: 0.15625rem;
  position: relative;
  padding-left: 0.02604167rem;
}
.title4::after {
  content: "";
  width: 1000%;
  height: 0.00520833rem;
  background-color: #acddc8;
  position: absolute;
  bottom: -0.00520833rem;
}
.title4::before {
  content: "";
  width: 0.046875rem;
  height: 0.046875rem;
  border: 0.01041667rem solid #08904e;
  border-radius: 50%;
  position: absolute;
  bottom: -0.02604167rem;
  left: 0;
  z-index: 3;
  background-color: #fff;
}
.title4 ul {
  display: flex;
}
.title4 ul li {
  margin-right: 0.36458333rem;
}
.title4 ul li a {
  display: block;
  font-size: 0.1875rem;
  font-weight: bold;
  color: #000;
  position: relative;
}
.title4 ul li a::before {
  content: "";
  width: 100%;
  height: 0.015625rem;
  background-color: #009657;
  position: absolute;
  bottom: -0.16666667rem;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.title4 ul li a.active::before {
  opacity: 1;
}
.news1 {
  height: 0.52083333rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  padding: 0 0.52083333rem 0 0.3125rem;
  border-radius: 0.10416667rem;
  border: 0.00520833rem solid #8ad4b0;
  position: relative;
  transition: all .3s;
}
.news1 h5 {
  font-size: 0.125rem;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news1 p {
  font-size: 0.07291667rem;
  color: #4c4c4c;
  font-family: "Arial";
  margin-top: 0.05208333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}
.news1 .icon {
  width: 0.26041667rem;
  height: 0.26041667rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.20833333rem;
  transform: translateY(-50%);
}
.news1:hover {
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.3);
}
.news2 {
  height: 0.9375rem;
  display: flex;
  align-items: center;
  padding: 0 0.234375rem 0 0.36458333rem;
  border: 0.00520833rem solid #ffffff;
  border-radius: 0.10416667rem;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all .3s;
}
.news2 .date {
  width: 0.46875rem;
  height: 0.64583333rem;
  border-bottom: 0.00520833rem solid #056905;
}
.news2 .date h5 {
  font-size: 0.15625rem;
  font-family: "Arial";
  font-weight: bold;
  color: #056905;
  line-height: 1;
}
.news2 .date p {
  font-size: 0.10416667rem;
  color: #4c4c4c;
  margin-top: 0.10416667rem;
  line-height: 1;
}
.news2 .text_box {
  width: calc(100% - 0.46875rem);
  padding-left: 0.3125rem;
}
.news2 .text_box h5 {
  font-size: 0.10416667rem;
  font-weight: bold;
  color: #056905;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}
.news2 .text_box .text {
  font-size: 0.09375rem;
  color: #4c4c4c;
  margin: 0.08333333rem 0;
  line-height: 0.15625rem;
  height: 0.3125rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news2 .text_box .more {
  font-size: 0.08333333rem;
  color: #056905;
  line-height: 1;
  text-transform: uppercase;
  text-align: right;
}
.news2.news2_2 {
  border-color: #bfe0c1;
}
.news2:hover {
  border-color: #056905;
  background-color: #fff;
}
.news3 {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.news3::before {
  content: "";
  background: url(../images/icon4.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.news3::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.news3 .img {
  height: 100%;
  transition: all .5s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news3:hover .img {
  transform: scale(1.1);
}
.news4 {
  display: block;
  height: 2.29166667rem;
  overflow: hidden;
  border-radius: 0.10416667rem;
  border: 0.00520833rem solid #ffffff;
  position: relative;
}
.news4 .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s;
}
.news4 .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 150, 87, 0.8);
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0.52083333rem 0.13020833rem 0;
  transition: all .3s;
}
.news4 .mask h5 {
  font-size: 0.125rem;
  font-weight: bold;
  line-height: 0.1875rem;
  height: 0.5625rem;
  color: #fff;
  text-align: center;
}
.news4 .mask .more2 {
  margin: 0.20833333rem auto 0;
}
.news4:hover .mask {
  top: 0;
}
.news5 {
  display: block;
  border-radius: 0.10416667rem;
  overflow: hidden;
  box-shadow: 0 0 0.078125rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.news5 .imgbox {
  height: 1.95833333rem;
  overflow: hidden;
}
.news5 .imgbox .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s;
}
.news5 .text_box {
  padding: 0.20833333rem 0.10416667rem;
  text-align: center;
}
.news5 .text_box h5 {
  font-size: 0.15625rem;
  font-weight: bold;
  color: #010101;
}
.news5 .text_box .text {
  font-size: 0.08333333rem;
  color: #098b43;
  margin-top: 0.078125rem;
  line-height: 0.13020833rem;
  height: 0.390625rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news5:hover .imgbox .img {
  transform: scale(1.1);
}
.news6 {
  display: block;
  height: 0.59375rem;
  border: 0.00520833rem solid #e6e6e6;
  border-radius: 0.05208333rem;
  background-color: #fff;
  overflow: hidden;
}
.news6 .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s;
}
.news6:hover .img {
  transform: scale(1.1);
}
.news7 {
  display: block;
}
.news7 .top {
  border: 0.00520833rem solid #009657;
  border-radius: 0.10416667rem;
  background-color: #fff;
  padding: 0.3125rem 0.15625rem 0.15625rem;
}
.news7 .top h5 {
  font-size: 0.15625rem;
  font-weight: bold;
  line-height: 0.1875rem;
  height: 0.375rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news7 .top .date {
  font-size: 0.08333333rem;
  color: #808080;
  margin-top: 0.15625rem;
}
.news7 .top .date span {
  margin-right: 0.20833333rem;
}
.news7 .top .text_box_1 {
  margin-top: 0.20833333rem;
}
.news7 .top .text_box_1 .text {
  font-size: 0.08333333rem;
  color: #4c4c4c;
  line-height: 0.1875rem;
  height: 1.125rem;
  overflow: hidden;
}
.news7 .top .text_box_2 {
  background-color: #edfeef;
  margin-top: 0.10416667rem;
  border-radius: 0.10416667rem;
  padding: 0.10416667rem;
}
.news7 .top .text_box_2 .text {
  font-size: 0.08333333rem;
  color: #009657;
  line-height: 0.15625rem;
  height: 0.46875rem;
  overflow: hidden;
}
.news7 .year {
  font-size: 0.125rem;
  margin-top: 0.66666667rem;
  text-align: center;
  position: relative;
}
.news7 .year::before {
  content: "";
  width: 0.08333333rem;
  height: 0.08333333rem;
  background-color: #009657;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 0.3125rem;
  transform: translateX(-50%);
}
.news8 {
  display: block;
  border-radius: 0.10416667rem;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.2);
}
.news8 .imgbox {
  height: 1.85416667rem;
  overflow: hidden;
}
.news8 .imgbox .img {
  height: 100%;
  transition: all .3s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news8 .bottom .text_box {
  padding: 0.10416667rem 0.15625rem;
}
.news8 .bottom .text_box h5 {
  font-size: 0.125rem;
  color: #010101;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news8 .bottom .text_box .date {
  font-size: 0.07291667rem;
  color: #4c4c4c;
  display: flex;
  justify-content: space-between;
  margin-top: 0.078125rem;
}
.news8 .bottom .text_box .tag {
  font-size: 0.07291667rem;
  color: #08904e;
  line-height: 0.17708333rem;
  background-color: #cee9dc;
  border-radius: 0.17708333rem;
  padding: 0 0.10416667rem;
  width: max-content;
  margin-top: 0.09895833rem;
}
.news8 .bottom .company {
  line-height: 0.3125rem;
  font-size: 0.078125rem;
  color: #4c4c4c;
  padding: 0 0.15625rem 0 0.3125rem;
  background-image: url(../images/icon9.png);
  background-repeat: no-repeat;
  background-size: 0.08333333rem auto;
  background-position: 0.15625rem center;
  border-top: 0.00520833rem solid #f0f0f0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news8:hover .imgbox .img {
  transform: scale(1.1);
}
.news9 {
  display: block;
  border: 0.00520833rem solid #08904e;
  border-radius: 0.10416667rem;
  background-color: #f6fff7;
  overflow: hidden;
  padding: 0.26041667rem 0.15625rem;
  transition: all .3s;
}
.news9 .imgbox {
  width: 0.57291667rem;
  height: 0.57291667rem;
  border-radius: 50%;
  margin: 0 auto;
  transition: all .3s;
}
.news9 .imgbox .img {
  width: 100%;
  height: 100%;
  transition: all .3s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news9 .text_box {
  margin-top: 0.20833333rem;
  text-align: center;
  height: 0.81770833rem;
  overflow: hidden;
}
.news9 .text_box h5 {
  font-size: 0.13541667rem;
  color: #000;
  line-height: 1.4;
}
.news9 .text_box .text {
  font-size: 0.08333333rem;
  line-height: 0.15625rem;
  color: #4c4c4c;
  margin-top: 0.15625rem;
}
.news9:hover {
  background-color: #fff;
  box-shadow: 0 0.02604167rem 0.05208333rem rgba(0, 0, 0, 0.2);
}
.news9:hover .imgbox {
  transform: scale(1.1);
}
.news10 {
  display: block;
  background-color: #fff;
  border-radius: 0.10416667rem;
  overflow: hidden;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
}
.news10 .imgbox {
  height: 1.328125rem;
  overflow: hidden;
}
.news10 .imgbox .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s;
}
.news10 .text_box {
  padding: 0.20833333rem;
  position: relative;
}
.news10 .text_box h5 {
  font-size: 0.13541667rem;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
}
.news10 .text_box .text {
  font-size: 0.08333333rem;
  color: #4c4c4c;
  margin-top: 0.078125rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
}
.news10 .text_box .tag {
  width: max-content;
  background-color: #cee9dc;
  font-size: 0.07291667rem;
  color: #08904e;
  line-height: 0.17708333rem;
  border-radius: 0.17708333rem;
  padding: 0 0.15625rem;
  margin-top: 0.13020833rem;
  position: relative;
  z-index: 2;
}
.news10 .text_box .mask {
  width: 0.55208333rem;
  height: 0.55208333rem;
  background-color: #fff;
  position: absolute;
  top: -0.26041667rem;
  left: 0.20833333rem;
  border-radius: 50%;
}
.news10 .text_box .mask .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center 0.10416667rem;
  background-size: 0.296875rem auto;
}
.news10.news10_2 .text_box {
  padding-top: 0.41666667rem;
}
.news10.news10_2 .text_box .mask {
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
}
.news10.news10_2 .text_box .mask .img {
  background-position: center center;
}
.news10.news10_3 .text_box .text {
  line-height: 0.15625rem;
  height: 0.46875rem;
  white-space: initial;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news10:hover .imgbox .img {
  transform: scale(1.1);
}
.news11 {
  display: block;
  text-align: center;
}
.news11 .imgbox {
  background-color: #fff;
  border-radius: 0.10416667rem;
  padding: 0.10416667rem;
  transition: all .3s;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.2);
  position: relative;
}
.news11 .imgbox .imgbox2 {
  overflow: hidden;
}
.news11 .imgbox .imgbox2 .img {
  height: 2.08333333rem;
  transition: all .3s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news11 .imgbox:hover .imgbox2 .img {
  transform: scale(1.1);
}
.news11 .imgbox .bottom {
  position: absolute;
  width: 100%;
  bottom: 0.15625rem;
  left: 0;
}
.news11 .imgbox .bottom dl {
  flex-direction: column;
  align-items: center;
}
.news11 .imgbox .bottom dl dd {
  margin-top: 0.05208333rem;
}
.news11 h5 {
  font-size: 0.10416667rem;
  font-weight: bold;
  color: #000;
  margin-top: 0.26041667rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news11 .text {
  font-size: 0.08333333rem;
  color: #4c4c4c;
  margin-top: 0.078125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news11 .tag {
  font-size: 0.07291667rem;
  color: #08904e;
  width: max-content;
  padding: 0 0.078125rem;
  line-height: 0.17708333rem;
  background-color: #cee9dc;
  border-radius: 0.17708333rem;
  margin: 0.15625rem auto 0;
}
.news11 .bottom {
  margin-top: 0.15625rem;
}
.news11 .bottom dl {
  display: flex;
  margin: 0 -0.05208333rem;
}
.news11 .bottom dl dd {
  width: 50%;
  padding: 0 0.05208333rem;
}
.news11 .bottom dl dd a {
  display: block;
  line-height: 0.20833333rem;
  background-color: #08904e;
  color: #fff;
  font-size: 0.08333333rem;
  transition: all .3s;
  border-radius: 0.20833333rem;
}
.news11 .bottom dl dd a:hover {
  background-color: #055830;
}
.news12 {
  display: block;
  border: 0.00520833rem solid rgba(5, 105, 5, 0.2);
  border-radius: 0.10416667rem;
  padding: 0.10416667rem 0.15625rem;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all .3s;
}
.news12 h5 {
  font-size: 0.09375rem;
  font-weight: bold;
  color: #056905;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news12 .text {
  font-size: 0.08333333rem;
  line-height: 1.5;
  color: #4c4c4c;
  margin: 0.15625rem 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news12 .date {
  font-size: 0.08333333rem;
  color: #056905;
}
.news12:hover {
  border: 0.00520833rem solid #056905;
  background-color: #fff;
}
.news13 {
  display: block;
  border-radius: 0.10416667rem;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  transition: all .3s;
}
.news13 .imgbox {
  height: 1.32291667rem;
  overflow: hidden;
  position: relative;
}
.news13 .imgbox::before {
  content: "";
  width: 0.41666667rem;
  height: 0.41666667rem;
  background: url(../images/icon4.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.news13 .imgbox::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.news13 .imgbox .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s;
}
.news13 .text_box {
  padding: 0.20833333rem;
}
.news13 .text_box h5 {
  font-size: 0.13541667rem;
  font-weight: bold;
  color: #08904e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news13 .text_box .text {
  font-size: 0.08333333rem;
  color: #4c4c4c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.05208333rem;
}
.news13 .text_box .more1 {
  margin-top: 0.15625rem;
}
.news13 .text_box .more1 .more1_but {
  min-width: 0.58333333rem;
  line-height: 0.234375rem;
  padding: 0 0.10416667rem;
}
.news13 .text_box .more1 .more1_but:hover {
  box-shadow: none;
}
.news13.news13_2 .imgbox::before,
.news13.news13_2 .imgbox::after {
  display: none;
}
.news13:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.news13:hover .imgbox .img {
  transform: scale(1.1);
}
.news14 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 0.65625rem;
  border: 0.00520833rem solid #8ad4b0;
  border-radius: 0.10416667rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0 0.26041667rem;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.news14 h5 {
  font-size: 0.125rem;
  font-weight: bold;
  color: #fff;
}
.news14 p {
  font-size: 0.07291667rem;
  color: #fff;
  margin-top: 0.05208333rem;
  font-family: "Arial";
}
.news14 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  transition: all .3s;
  border-radius: 0.10416667rem;
}
.news14:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.news14:hover .img {
  opacity: 1;
  left: 0;
}
.bg1 {
  background: url(../images/bg21.jpg) no-repeat center bottom / cover;
}
.bg2 {
  background: url(../images/bg4.jpg) no-repeat center top / cover;
}
.bg3 {
  background: url(../images/bg6.jpg) no-repeat center top / cover;
}
.bg4 {
  background: url(../images/bg7.jpg) no-repeat center top / cover;
}
.bg5 {
  background: url(../images/bg8.jpg) no-repeat center top / cover;
}
.bg6 {
  background: url(../images/bg9.jpg) no-repeat center top / cover;
}
.bg7 {
  background: url(../images/bg10.jpg) no-repeat center top / cover;
}
.bg8 {
  background: url(../images/bg12.jpg) no-repeat center top / cover;
}
.bg9 {
  background: url(../images/bg16.jpg) no-repeat center bottom / cover;
}
.main1 {
  padding: 0.41666667rem 0;
  background-color: #fff;
}
.main1 .main1_title {
  text-align: center;
}
.main1 .main1_title h5 {
  font-size: 0.20833333rem;
  font-weight: bold;
  color: #098b43;
  line-height: 1.3;
}
.main1 .main1_title .text {
  font-size: 0.09375rem;
  color: #4b4c4c;
  margin-top: 0.10416667rem;
  line-height: 1.3;
}
.main1 .main1_con {
  display: flex;
  margin-top: 0.46875rem;
}
.main1 .main1_con .left {
  width: 2.84375rem;
  padding-right: 0.33854167rem;
}
.main1 .main1_con .left .swiper {
  margin: 0 -0.10416667rem;
  padding: 0 0.10416667rem 0.10416667rem 0.10416667rem;
}
.main1 .main1_con .left .tag {
  font-size: 0.09375rem;
  font-weight: bold;
  display: none;
}
.main1 .main1_con .left .title {
  font-size: 0.13541667rem;
  line-height: 1.4;
  font-weight: bold;
}
.main1 .main1_con .left .text {
  font-size: 0.08333333rem;
  color: #4c4c4c;
  line-height: 1.5;
  margin-top: 0.30208333rem;
}
.main1 .main1_con .left .date {
  font-size: 0.07291667rem;
  color: #4c4c4c;
  margin-top: 0.18229167rem;
}
.main1 .main1_con .left .more1 {
  margin-top: 0.24479167rem;
}
.main1 .main1_con .right {
  width: calc(100% - 2.84375rem);
  padding-left: 0.20833333rem;
}
.main1 .main1_con .right .con {
  position: relative;
  border-radius: 0.234375rem;
  overflow: hidden;
}
.main1 .main1_con .right .con::before {
  content: "";
  width: 100%;
  height: calc(100% - 0.625rem);
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  left: -0.20833333rem;
  transform: translateY(-50%);
  border-radius: 0.15625rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
}
.main1 .main1_con .right .con .swiper .swiper-slide a {
  height: 2.72395833rem;
  display: block;
  overflow: hidden;
  border-radius: 0.15625rem;
}
.main1 .main1_con .right .con .swiper .swiper-slide a .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s;
}
.main1 .main1_con .right .con .swiper .swiper-slide a:hover .img {
  transform: scale(1.1);
}
.main1 .main1_con .right .con .swiper .but_box {
  width: 0.66145833rem;
  height: 0.234375rem;
  position: absolute;
  bottom: 0.10416667rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.234375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main1 .main1_con .right .con .swiper .but_box .but {
  line-height: 1;
  margin: 0 0.05208333rem;
  font-family: "iconfont";
  font-size: 0.08333333rem;
}
.main1 .main1_con .right .con .swiper .but_box .but.but_prev {
  transform: rotate(-90deg);
}
.main1 .main1_con .right .con .swiper .but_box .but.but_next {
  transform: rotate(90deg);
}
.main1 .main1_con .right .con .swiper .but_box .but:hover {
  color: #098b43;
}
.main2 {
  padding-bottom: 0.41666667rem;
}
.main2 .main2_con {
  display: flex;
  align-items: flex-start;
}
.main2 .main2_con .left {
  width: calc(100% - 2.34375rem);
  padding-right: 0.3125rem;
}
.main2 .main2_con .left .news2 {
  margin-bottom: 0.07291667rem;
}
.main2 .main2_con .left .news2:last-child {
  margin-bottom: 0;
}
.main2 .main2_con .right {
  width: 2.34375rem;
}
.main2 .main2_con .right .news1 {
  margin-bottom: 0.08854167rem;
}
.main2 .main2_con .right .news1:last-child {
  margin-bottom: 0;
}
.main2 .main2_con .right ul li {
  margin-bottom: 0.0625rem;
}
.main2 .main2_con .right ul li:last-child {
  margin-bottom: 0;
}
.main3 {
  padding-bottom: 0.66666667rem;
}
.main3 .main3_con {
  display: flex;
  align-items: flex-end;
}
.main3 .main3_con .left {
  width: 3.90625rem;
}
.main3 .main3_con .left .news3 {
  height: 3rem;
  border-radius: 0.10416667rem;
}
.main3 .main3_con .left .news3::before {
  width: 0.41666667rem;
  height: 0.41666667rem;
}
.main3 .main3_con .right {
  width: calc(100% - 3.90625rem);
  padding-left: 0.3125rem;
}
.main3 .main3_con .right .title {
  font-size: 0.15625rem;
  font-weight: bold;
}
.main3 .main3_con .right .text {
  font-size: 0.09375rem;
  color: #4c4c4c;
  line-height: 1.6;
  margin-top: 0.15625rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main3 .main3_con .right .switch_but {
  margin-top: 0.41666667rem;
}
.main3 .main3_con .right .swiper_con {
  margin-top: 0.57291667rem;
}
.main3 .main3_con .right .swiper_con .swiper {
  margin: 0 -0.03125rem;
}
.main3 .main3_con .right .swiper_con .swiper .swiper-slide {
  padding: 0 0.03125rem;
}
.main3 .main3_con .right .swiper_con .swiper .swiper-slide .news3 {
  height: 0.88020833rem;
  border-radius: 0.05208333rem;
  border: 0.00520833rem solid #ffffff;
}
.main3 .main3_con .right .swiper_con .swiper .swiper-slide .news3::before {
  width: 0.171875rem;
  height: 0.171875rem;
}
.main4 {
  padding-bottom: 0.67708333rem;
}
.main4 .main4_con {
  display: flex;
  border-radius: 0.10416667rem;
  overflow: hidden;
  height: 3rem;
  background-color: rgba(255, 255, 255, 0.3);
  border: 0.00520833rem solid #ffffff;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
}
.main4 .main4_con .left {
  width: 50%;
}
.main4 .main4_con .left .con_box {
  height: 100%;
}
.main4 .main4_con .left .con_box .title {
  background-color: #fff;
}
.main4 .main4_con .left .con_box .title ul {
  height: 0.41666667rem;
  display: flex;
  align-items: center;
}
.main4 .main4_con .left .con_box .title ul li {
  width: 20%;
  font-size: 0.09375rem;
  font-weight: bold;
  padding: 0 0.05208333rem;
  text-align: center;
}
.main4 .main4_con .left .con_box .con {
  height: calc(100% - 0.41666667rem);
  overflow: hidden;
}
.main4 .main4_con .left .con_box .con ul {
  height: 0.41666667rem;
  display: flex;
  align-items: center;
  transition: all .3s;
}
.main4 .main4_con .left .con_box .con ul li {
  width: 20%;
  font-size: 0.09375rem;
  font-family: "Arial";
  padding: 0 0.05208333rem;
  text-align: center;
}
.main4 .main4_con .left .con_box .con ul:hover {
  background-color: #eee;
}
.main4 .main4_con .right {
  width: 50%;
  background-color: #fff;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
}
.main4 .main4_con .right ul {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.main4 .main4_con .right ul li {
  width: 33.3333%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0.15625rem;
  border-right: 0.00520833rem solid #d4e5d6;
  border-bottom: 0.00520833rem solid #d4e5d6;
  transition: all .3s;
}
.main4 .main4_con .right ul li h5 {
  font-size: 0.20833333rem;
  line-height: 1;
  transition: all .3s;
}
.main4 .main4_con .right ul li h5 span {
  font-size: 0.09375rem;
}
.main4 .main4_con .right ul li h5.font_color {
  color: #098b43;
}
.main4 .main4_con .right ul li p {
  font-size: 0.09375rem;
  color: #888;
  margin-top: 0.078125rem;
  transition: all .3s;
}
.main4 .main4_con .right ul li .img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main4 .main4_con .right ul li:nth-child(3n) {
  border-right: none;
}
.main4 .main4_con .right ul li:nth-child(5) {
  padding: 0;
}
.main4 .main4_con .right ul li:nth-child(6) ~ li {
  border-bottom: none;
}
.main4 .main4_con .right ul li:hover {
  background-color: #098b43;
}
.main4 .main4_con .right ul li:hover h5,
.main4 .main4_con .right ul li:hover p {
  color: #fff;
}
.main5 {
  padding-bottom: 0.67708333rem;
}
.main5 .main5_con {
  display: flex;
}
.main5 .main5_con .left {
  width: 2.29166667rem;
  padding-right: 0.52083333rem;
}
.main5 .main5_con .left .title1 {
  text-align: left;
  margin-bottom: 0;
}
.main5 .main5_con .left .switch_but {
  margin-top: 0.66666667rem;
}
.main5 .main5_con .right {
  width: calc(100% - 2.29166667rem);
  overflow: hidden;
}
.main5 .main5_con .right .swiper {
  margin: 0 -0.171875rem;
}
.main5 .main5_con .right .swiper .swiper-slide {
  padding: 0 0.171875rem;
}
.main6 {
  padding: 0.36458333rem 0;
  background: url(../images/main6_bg.jpg) no-repeat center bottom / cover;
}
.main6 .main6_con .swiper {
  margin: 0 -0.09375rem;
  padding-bottom: 0.10416667rem;
}
.main6 .main6_con .swiper .swiper-slide {
  padding: 0 0.09375rem;
}
.main6 .main6_con .switch_but {
  margin: 0.20833333rem auto 0;
}
.main7 {
  padding: 0.57291667rem 0 0.15625rem;
  background-color: #fff;
}
.main7 .main7_con img {
  width: 100%;
}
.main8 {
  background-color: #fff;
  padding-bottom: 0.57291667rem;
}
.main8 .main8_con {
  background-color: #fff;
  border-radius: 0.10416667rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.2);
  padding: 0.41666667rem;
}
.main8 .main8_con .swiper .swiper-slide::before {
  content: "";
  width: 0.00520833rem;
  height: 200%;
  background-color: #e6e6e6;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.main8 .main8_con .swiper .swiper-slide::after {
  content: "";
  width: 100%;
  height: 0.00520833rem;
  background-color: #e6e6e6;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
.main8 .main8_con .swiper .swiper-slide a {
  display: block;
  height: 1.04166667rem;
  padding: 0 0.10416667rem;
  text-align: center;
  padding-top: 0.20833333rem;
}
.main8 .main8_con .swiper .swiper-slide a .icon {
  width: 100%;
  height: 0.3125rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .3s;
}
.main8 .main8_con .swiper .swiper-slide a .text {
  width: 100%;
  font-size: 0.09375rem;
  color: #4c4c4c;
  line-height: 1.5;
  margin-top: 0.10416667rem;
  transition: all .3s;
}
.main8 .main8_con .swiper .swiper-slide a:hover .icon {
  transform: scale(1.1);
}
.main8 .main8_con .swiper .swiper-slide a:hover .text {
  color: #086c0c;
}
.main8 .main8_con .swiper .swiper-slide.swiper-slide-active::before,
.main8 .main8_con .swiper .swiper-slide.swiper-slide-active + .swiper-slide::before,
.main8 .main8_con .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide::before,
.main8 .main8_con .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide::before,
.main8 .main8_con .swiper .swiper-slide.swiper-slide-active::after,
.main8 .main8_con .swiper .swiper-slide.swiper-slide-active + .swiper-slide::after,
.main8 .main8_con .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide::after,
.main8 .main8_con .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide::after {
  display: block;
}
.main8 .main8_con .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide::after {
  display: block;
}
.main8 .main8_con .swiper .swiper-slide.aaa {
  background-color: #eee;
}
.main8 .main8_con .swiper-pagination-box {
  margin-top: 0.10416667rem;
}
.main9 {
  background-color: #fff;
  padding-bottom: 0.72916667rem;
}
.main9 .main9_con .swiper {
  margin: 0 -0.078125rem;
}
.main9 .main9_con .swiper .swiper-slide {
  padding: 0 0.078125rem;
}
.main10 {
  padding-top: 0.3125rem;
}
.main10 .main10_con_1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 2.27083333rem;
  border-radius: 0.10416667rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0.00520833rem solid #8ad4b0;
}
.main10 .main10_con_1::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.main10 .main10_con_1 .con {
  position: relative;
  z-index: 2;
}
.main10 .main10_con_1 .con h5 {
  font-size: 0.25rem;
  font-weight: bold;
  color: #fff;
}
.main10 .main10_con_1 .con .text {
  font-size: 0.09375rem;
  color: #fff;
  margin-top: 0.10416667rem;
}
.main10 .main10_con_1 .more1 {
  display: flex;
  justify-content: center;
  margin-top: 0.20833333rem;
}
.main10 .main10_con_2 {
  font-size: 0.08333333rem;
  color: #4c4c4c;
  line-height: 1.8;
  margin-top: 0.20833333rem;
}
.main10 .main10_con_2 h5 {
  font-size: 0.15625rem;
  color: #08904e;
  font-weight: bold;
}
.main11 {
  padding-top: 0.46875rem;
}
.main11 .main11_con {
  height: 3.5rem;
  position: relative;
}
.main11 .main11_con::before {
  content: "";
  width: 6.47916667rem;
  height: 3.5rem;
  background: url(../images/img10.png) no-repeat center center / contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -0.078125rem;
}
.main11 .main11_con ul li {
  width: 1.35416667rem;
  position: absolute;
  text-align: right;
}
.main11 .main11_con ul li h5 {
  font-size: 0.18229167rem;
  font-weight: bold;
  color: #009657;
}
.main11 .main11_con ul li .text {
  font-size: 0.08333333rem;
  color: #4c4c4c;
  line-height: 1.5;
  margin-top: 0.078125rem;
}
.main11 .main11_con ul li:nth-child(even) {
  text-align: left;
}
.main11 .main11_con ul li:nth-child(1) {
  top: 0.33854167rem;
  left: 0.26041667rem;
}
.main11 .main11_con ul li:nth-child(2) {
  top: 0.33854167rem;
  right: 0.26041667rem;
}
.main11 .main11_con ul li:nth-child(3) {
  top: 2.04166667rem;
  left: 0.26041667rem;
}
.main11 .main11_con ul li:nth-child(4) {
  top: 2.04166667rem;
  right: 0.26041667rem;
}
.main12 {
  background-color: #009657;
  padding: 0.3125rem 0;
}
.main12 .main12_con_1 ul {
  display: flex;
}
.main12 .main12_con_1 ul li {
  color: #fff;
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.main12 .main12_con_1 ul li::before {
  content: "";
  width: 0.00520833rem;
  height: 0.41666667rem;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.main12 .main12_con_1 ul li h5 {
  line-height: 1;
}
.main12 .main12_con_1 ul li h5 b {
  font-size: 0.3125rem;
}
.main12 .main12_con_1 ul li h5 span {
  font-size: 0.125rem;
}
.main12 .main12_con_1 ul li p {
  font-size: 0.08333333rem;
  position: relative;
  padding-left: 0.09375rem;
  margin-top: 0.20833333rem;
}
.main12 .main12_con_1 ul li p::before {
  content: "";
  width: 0.03125rem;
  height: 0.03125rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main12 .main12_con_1 ul li:last-child::before {
  display: none;
}
.main12 .main12_con_2 {
  font-size: 0.09375rem;
  line-height: 1.3;
  color: #fff;
  margin-top: 0.3125rem;
  text-align: center;
}
.main13 {
  padding: 0.41666667rem 0 0.52083333rem;
  background-color: #edfeef;
}
.main13 .main13_con ul {
  display: flex;
  margin: 0 -0.15625rem;
}
.main13 .main13_con ul li {
  width: 50%;
  padding: 0 0.15625rem;
}
.main13 .main13_con ul li a {
  display: block;
  height: 3.54166667rem;
  border: 0.00520833rem dotted #08904e;
  border-radius: 0.10416667rem;
  padding: 0.41666667rem 0.3125rem;
  background-color: #f2fef4;
  position: relative;
  overflow: hidden;
}
.main13 .main13_con ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg3.jpg) no-repeat center center / cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .3s;
}
.main13 .main13_con ul li a h5 {
  font-size: 0.25rem;
  font-weight: bold;
  color: #009657;
  position: relative;
  z-index: 1;
  transition: all .3s;
}
.main13 .main13_con ul li a .text {
  font-size: 0.08333333rem;
  color: #888;
  margin-top: 0.20833333rem;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  transition: all .3s;
}
.main13 .main13_con ul li a .more1 {
  margin-top: 0.26041667rem;
  position: relative;
  z-index: 1;
}
.main13 .main13_con ul li a .more1 .more1_but {
  border: 0.00520833rem solid transparent;
}
.main13 .main13_con ul li a .bg {
  width: 1.88541667rem;
  height: auto;
  position: absolute;
  bottom: 0.15625rem;
  right: 0.15625rem;
}
.main13 .main13_con ul li a:hover::before {
  opacity: 1;
}
.main13 .main13_con ul li a:hover h5,
.main13 .main13_con ul li a:hover .text {
  color: #fff;
}
.main13 .main13_con ul li a:hover .more1 .more1_but {
  border-color: #fff;
  background: none;
}
.main14 {
  padding-bottom: 0.78125rem;
  background-color: #edfeef;
}
.main14 .main14_con {
  position: relative;
  overflow: hidden;
}
.main14 .main14_con .swiper {
  margin: 0 -0.15104167rem;
}
.main14 .main14_con .swiper .swiper-slide {
  padding: 0 0.15104167rem;
}
.main14 .main14_con .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0.19791667rem;
  z-index: 10;
}
.main14 .main14_con .bottom::before {
  content: "";
  width: 100%;
  height: 0.00520833rem;
  background-color: #009657;
  position: absolute;
  top: 50%;
  left: 0;
}
.main14 .main14_con .bottom .but {
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #009657;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.main14 .main14_con .bottom .but span {
  font-size: 0.08333333rem;
  color: #fff;
}
.main14 .main14_con .bottom .but.but_prev {
  transform: rotate(-90deg);
}
.main14 .main14_con .bottom .but.but_next {
  transform: rotate(90deg);
}
.main14 .main14_con .bottom .dian {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.main14 .main14_con .bottom .dian i {
  width: 0.05208333rem;
  height: 0.05208333rem;
  background-color: #009657;
  border-radius: 50%;
  margin-right: 0.05208333rem;
}
.main14 .main14_con .bottom .dian i:last-child {
  margin-right: 0;
}
.main14 .main14_con .bottom .dian.dian_l {
  left: 0.46875rem;
}
.main14 .main14_con .bottom .dian.dian_r {
  right: 0.46875rem;
}
.main15 {
  margin-top: 0.20833333rem;
}
.main15 .title {
  font-size: 0.15625rem;
  color: #08904e;
  font-weight: bold;
}
.main15 .main15_con {
  display: flex;
  align-items: center;
}
.main15 .main15_con .left {
  width: calc(100% - 2.60416667rem);
}
.main15 .main15_con .left ul {
  margin-top: 0.26041667rem;
}
.main15 .main15_con .left ul li {
  font-size: 0.125rem;
  color: #08904e;
  line-height: 1.6;
  padding-bottom: 0.20833333rem;
  position: relative;
  padding-left: 0.390625rem;
  overflow: hidden;
}
.main15 .main15_con .left ul li b {
  width: 0.15625rem;
  height: 0.15625rem;
  background-color: #fff;
  border-radius: 50%;
  border: 0.00520833rem solid #08904e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.08333333rem;
  font-family: "Arial";
  color: #08904e;
  position: absolute;
  top: 0.02083333rem;
  left: 0;
}
.main15 .main15_con .left ul li b::before,
.main15 .main15_con .left ul li b::after {
  content: "";
  width: 0.00520833rem;
  height: 1000%;
  background-color: #08904e;
  position: absolute;
  left: 50%;
}
.main15 .main15_con .left ul li b::before {
  top: 100%;
}
.main15 .main15_con .left ul li b::after {
  bottom: 100%;
}
.main15 .main15_con .left ul li:last-child {
  padding-bottom: 0;
}
.main15 .main15_con .left ul li:first-child b::after {
  display: none;
}
.main15 .main15_con .left ul li:last-child b::before {
  display: none;
}
.main15 .main15_con .right {
  width: 2.60416667rem;
  padding-right: 1.04166667rem;
}
.main15 .main15_con .right .img {
  height: 2.16666667rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main16 {
  padding: 0.78125rem 0;
  background-color: #edfeef;
}
.main16 .main16_con ul {
  display: flex;
  justify-content: space-between;
}
.main16 .main16_con ul li {
  position: relative;
}
.main16 .main16_con ul li::before {
  content: "";
  width: 0.11458333rem;
  height: 0.11458333rem;
  background-color: #08904e;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -0.52083333rem;
  transform: translateY(-50%);
}
.main16 .main16_con ul li .item {
  width: 1.97916667rem;
  height: 1.97916667rem;
  border: 0.00520833rem solid #08904e;
  background-color: #fff;
  border-radius: 50%;
  padding: 0.05208333rem;
}
.main16 .main16_con ul li .item .con {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url(../images/bg5.png) no-repeat center center / cover;
  padding: 0.3125rem 0.15625rem 0;
  text-align: center;
}
.main16 .main16_con ul li .item .con .icon {
  height: 0.36458333rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main16 .main16_con ul li .item .con h5 {
  font-size: 0.15625rem;
  font-weight: bold;
  color: #08904e;
  margin-top: 0.10416667rem;
}
.main16 .main16_con ul li .item .con .text {
  font-size: 0.07291667rem;
  line-height: 0.125rem;
  margin-top: 0.10416667rem;
  color: #4c4c4c;
}
.main16 .main16_con ul li:last-child::before {
  display: none;
}
.main17 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  padding: 0.15625rem 0;
  display: none;
}
.main17 .main17_con {
  width: 5.20833333rem;
  background-color: #fff;
  border-radius: 0.10416667rem;
  margin: auto;
  padding: 0.3125rem;
  position: relative;
}
.main17 .main17_con .off {
  position: absolute;
  top: 0.078125rem;
  right: 0.078125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.main17 .main17_con .off span {
  font-size: 0.15625rem;
  transform: rotate(45deg);
  line-height: 1;
  color: #666;
  transition: all .3s;
}
.main17 .main17_con .off:hover span {
  color: #08904e;
}
.main17 .main17_con .title1 h5 {
  color: #08904e;
}
.main17 .main17_con .con ul .title {
  width: 0.57291667rem;
  font-size: 0.08333333rem;
  font-weight: bold;
  position: relative;
}
.main17 .main17_con .con ul .title::before {
  content: "";
  width: 0.00520833rem;
  height: 0.10416667rem;
  background-color: #dbdbdb;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.main17 .main17_con .con ul .title.title_2::before {
  display: none;
}
.main17 .main17_con .con ul .but {
  width: 0.625rem;
  line-height: 0.26041667rem;
  background-color: #f0f0f0;
  font-size: 0.08333333rem;
  color: #b2b2b2;
  text-align: center;
  border: 0.00520833rem solid #e6e6e6;
  border-radius: 0.26041667rem;
  transition: all .3s;
}
.main17 .main17_con .con ul .but:hover {
  background-color: #08904e;
  border-color: #08904e;
  color: #fff;
}
.main17 .main17_con .con ul .radio_box {
  width: calc(100% - 0.57291667rem);
  display: flex;
  flex-wrap: wrap;
}
.main17 .main17_con .con ul .radio_box .item {
  font-size: 0.08333333rem;
  position: relative;
  padding-left: 0.15625rem;
  margin-right: 0.20833333rem;
  margin-bottom: 0.10416667rem;
  cursor: pointer;
}
.main17 .main17_con .con ul .radio_box .item i {
  width: 0.09375rem;
  height: 0.09375rem;
  border: 0.00520833rem solid #4d4d4d;
  border-radius: 50%;
  transition: all .3s;
  position: absolute;
  top: 0.01041667rem;
  left: 0;
}
.main17 .main17_con .con ul .radio_box .item i::before {
  content: "";
  width: 0.04166667rem;
  height: 0.04166667rem;
  background-color: #08904e;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s;
}
.main17 .main17_con .con ul .radio_box .item.active i {
  border-color: #08904e;
}
.main17 .main17_con .con ul .radio_box .item.active i::before {
  opacity: 1;
}
.main17 .main17_con .con ul .select_box {
  width: calc(100% - 0.57291667rem);
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.main17 .main17_con .con ul .select_box h5 {
  width: 100%;
  height: 100%;
  font-size: 0.08333333rem;
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding-left: 0.20833333rem;
  padding-right: 0.26041667rem;
  display: flex;
  align-items: center;
}
.main17 .main17_con .con ul .select_box .second_nav {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  padding-top: 0.05208333rem;
  display: none;
}
.main17 .main17_con .con ul .select_box .second_nav .item_box {
  background-color: #fff;
  border-radius: 0.05208333rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0.05208333rem 0;
}
.main17 .main17_con .con ul .select_box .second_nav .item_box .item {
  line-height: 0.20833333rem;
  padding: 0 0.10416667rem;
  font-size: 0.08333333rem;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
}
.main17 .main17_con .con ul .select_box .second_nav .item_box .item:hover {
  background-color: #08904e;
  color: #fff;
}
.main17 .main17_con .con ul .select_box .second_nav.active {
  display: block;
}
.main17 .main17_con .con ul .list {
  height: 0.38020833rem;
  border: 0.00520833rem solid #056905;
  border-radius: 0.38020833rem;
  margin-bottom: 0.10416667rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.26041667rem;
  position: relative;
}
.main17 .main17_con .con ul .list input {
  width: calc(100% - 0.57291667rem);
  height: 100%;
  border: none;
  background: none;
  padding-left: 0.20833333rem;
  padding-right: 0.26041667rem;
  font-size: 0.08333333rem;
}
.main17 .main17_con .con ul .list input:focus {
  outline: none;
}
.main17 .main17_con .con ul .list select {
  width: calc(100% - 0.57291667rem);
  height: 100%;
  border: none;
  background: none;
  padding-left: 0.20833333rem;
  padding-right: 0.26041667rem;
  font-size: 0.08333333rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.main17 .main17_con .con ul .list select:focus {
  outline: none;
}
.main17 .main17_con .con ul .list:nth-child(2)::before {
  content: "";
  border-left: 0.02604167rem solid transparent;
  border-right: 0.02604167rem solid transparent;
  border-top: 0.04166667rem solid #000000;
  position: absolute;
  top: 50%;
  right: 0.15625rem;
  transform: translateY(-50%);
}
.main17 .main17_con .con ul .list:last-child {
  padding-right: 0.09375rem;
}
.main17 .main17_con .con ul .list2 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0.26041667rem;
  margin-top: 0.20833333rem;
  margin-bottom: 0.15625rem;
}
.main17 .main17_con .con ul .list2 .but {
  margin-left: 0.57291667rem;
  margin-top: 0.10416667rem;
}
.main17 .main17_con .con .picture-upload {
  padding-left: 0.83333333rem;
}
.main17 .main17_con .more1 {
  justify-content: center;
  margin-top: 0.15625rem;
}
.main17.active {
  display: flex;
}
.main18 {
  padding: 0.52083333rem 0 0.72916667rem;
}
.main18 .main18_con img {
  width: 100%;
}
.main19 {
  background-color: #edfeef;
  padding-bottom: 0.57291667rem;
}
.main19 .main19_con {
  overflow: hidden;
}
.main19 .main19_con .swiper {
  margin: 0 -0.09375rem;
  padding: 0.09375rem;
}
.main19 .main19_con .swiper .swiper-slide {
  padding: 0 0.09375rem;
}
.main19 .main19_con .switch_but {
  margin: 0.20833333rem auto 0;
}
.main20 .main20_con {
  height: 4.94791667rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 4.05208333rem 3.78125rem;
  position: relative;
  margin-top: 1.03125rem;
}
.main20 .main20_con .item {
  width: 1.51041667rem;
  position: absolute;
}
.main20 .main20_con .item h5 {
  font-size: 0.13541667rem;
  font-weight: bold;
}
.main20 .main20_con .item p {
  font-size: 0.08333333rem;
  line-height: 0.125rem;
  margin-top: 0.10416667rem;
  color: #4c4c4c;
}
.main20 .main20_con .bt {
  width: 2.60416667rem;
  left: 50%;
  top: -0.72916667rem;
  transform: translateX(-50%);
  text-align: center;
}
.main20 .main20_con ul li:nth-child(odd) {
  text-align: right;
}
.main20 .main20_con ul li:nth-child(1) {
  top: 1.328125rem;
  left: 0.15625rem;
}
.main20 .main20_con ul li:nth-child(2) {
  top: 1.328125rem;
  right: 0.15625rem;
}
.main20 .main20_con ul li:nth-child(3) {
  top: 3.578125rem;
  left: 0.88541667rem;
}
.main20 .main20_con ul li:nth-child(4) {
  top: 3.578125rem;
  right: 0.88541667rem;
}
.main20 .main20_con .logo {
  width: 1.40625rem;
  position: absolute;
  top: 1.33333333rem;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.main21 {
  padding: 0.625rem 0 0.20833333rem;
}
.main21 .main21_con ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.18229167rem;
}
.main21 .main21_con ul li {
  width: 25%;
  padding: 0 0.18229167rem;
  margin-bottom: 0.36458333rem;
}
.main21 .main21_con .more1 {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.main22 {
  padding-bottom: 0.57291667rem;
  background-color: #edfeef;
}
.main22 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.078125rem;
  position: relative;
  z-index: 1;
}
.main22 ul li {
  width: 14.28%;
  padding: 0 0.078125rem;
  margin-bottom: 0.15625rem;
}
.main23 {
  padding-bottom: 0.67708333rem;
  background-color: #edfeef;
}
.main23 .main23_con {
  height: 4.47916667rem;
  border: 0.00520833rem dotted #08904e;
  border-radius: 0.10416667rem;
  display: flex;
  position: relative;
}
.main23 .main23_con .left {
  position: absolute;
  top: 0.3125rem;
  left: -0.36458333rem;
}
.main23 .main23_con .left img {
  height: 3.66145833rem;
}
.main23 .main23_con .left .bt {
  font-size: 0.125rem;
  font-weight: bold;
  color: #009657;
  text-align: center;
  margin-top: 0.15625rem;
}
.main23 .main23_con .right {
  width: 4.6875rem;
  margin-left: auto;
  padding: 0.3125rem 0.41666667rem 0 0;
}
.main23 .main23_con .right .top {
  font-size: 0.08333333rem;
  color: #4c4c4c;
  line-height: 1.5;
  text-align: center;
}
.main23 .main23_con .right ul {
  width: 2.16145833rem;
  height: 2.16145833rem;
  background: url(../images/img26.png) no-repeat center center / contain;
  margin: 0.88541667rem auto 0;
  position: relative;
}
.main23 .main23_con .right ul li {
  text-align: center;
  position: absolute;
}
.main23 .main23_con .right ul li h5 {
  font-size: 0.125rem;
  font-weight: bold;
  color: #009657;
}
.main23 .main23_con .right ul li p {
  font-size: 0.08333333rem;
  color: #4c4c4c;
  margin-top: 0.05208333rem;
}
.main23 .main23_con .right ul li:nth-child(1) {
  white-space: nowrap;
  top: -0.36458333rem;
  left: 50%;
  transform: translateX(-50%);
}
.main23 .main23_con .right ul li:nth-child(2) {
  width: 1.25rem;
  text-align: right;
  top: 0.8125rem;
  left: -1.19791667rem;
}
.main23 .main23_con .right ul li:nth-child(3) {
  white-space: nowrap;
  top: 1.984375rem;
  left: 50%;
  transform: translateX(-50%);
}
.main23 .main23_con .right ul li:nth-child(4) {
  width: 1.25rem;
  text-align: left;
  top: 0.8125rem;
  right: -1.19791667rem;
}
.main24 {
  padding-bottom: 0.9375rem;
  background-color: #edfeef;
}
.main24 .main24_con {
  position: relative;
  z-index: 1;
}
.main24 .main24_con .swiper {
  margin: 0 -0.15625rem;
  padding-bottom: 0.10416667rem;
}
.main24 .main24_con .swiper .swiper-slide {
  padding: 0 0.15625rem;
}
.main25 {
  margin-top: 0.26041667rem;
}
.main25 .main25_con {
  height: 1.45833333rem;
  background: url(../images/bg11.png) no-repeat right bottom / cover;
  border-radius: 0.10416667rem;
  overflow: hidden;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  padding: 0.26041667rem;
}
.main26 {
  padding: 0.20833333rem 0 0.46875rem;
}
.main26 .main26_con ul {
  margin: 0 -0.15625rem 0.20833333rem;
  display: flex;
  flex-wrap: wrap;
}
.main26 .main26_con ul li {
  width: 25%;
  padding: 0 0.15625rem;
  margin-bottom: 0.3125rem;
}
.main27 {
  margin-top: 0.20833333rem;
  padding-bottom: 0.52083333rem;
}
.main27 .main27_con {
  padding: 0.20833333rem 0.3125rem 0.46875rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.10416667rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
}
.main27 .main27_con table {
  width: 100%;
  margin-bottom: 0.36458333rem;
}
.main27 .main27_con table thead {
  background-color: #fff;
}
.main27 .main27_con table thead tr th {
  height: 0.41666667rem;
  font-size: 0.09375rem;
  padding: 0 0.10416667rem;
}
.main27 .main27_con table tbody tr {
  transition: all .3s;
}
.main27 .main27_con table tbody tr td {
  height: 0.41666667rem;
  font-size: 0.07291667rem;
  padding: 0.05208333rem 0.10416667rem;
}
.main27 .main27_con table tbody tr:nth-child(even) {
  background-color: #fff;
}
.main27 .main27_con table tbody tr:hover {
  background-color: #eee;
}
.main27 .main27_con table .view_report {
  display: block;
  line-height: 0.16145833rem;
  background-color: #079052;
  font-size: 0.07291667rem;
  font-weight: bold;
  color: #fff;
  width: max-content;
  padding: 0 0.10416667rem;
  border-radius: 0.16145833rem;
  margin: 0.05208333rem auto;
  transition: all .3s;
}
.main27 .main27_con table .view_report:hover {
  background-color: #055830;
}
.main27 .main27_con table.table_1 thead tr th:nth-child(1) {
  width: 0.72916667rem;
  text-align: center;
}
.main27 .main27_con table.table_1 thead tr th:nth-child(2) {
  width: calc(100% - 5.52083333rem);
}
.main27 .main27_con table.table_1 thead tr th:nth-child(3) {
  width: 0.52083333rem;
}
.main27 .main27_con table.table_1 thead tr th:nth-child(4) {
  width: 1.04166667rem;
}
.main27 .main27_con table.table_1 thead tr th:nth-child(5) {
  width: 1.14583333rem;
}
.main27 .main27_con table.table_1 thead tr th:nth-child(6) {
  width: 0.52083333rem;
  text-align: center;
}
.main27 .main27_con table.table_1 thead tr th:nth-child(7) {
  width: 0.83333333rem;
}
.main27 .main27_con table.table_1 thead tr th:nth-child(8) {
  width: 0.72916667rem;
  text-align: center;
}
.main27 .main27_con table.table_1 tbody tr td {
  height: 0.41666667rem;
  font-size: 0.07291667rem;
  padding: 0.05208333rem 0.10416667rem;
}
.main27 .main27_con table.table_1 tbody tr td:nth-child(1) {
  text-align: center;
}
.main27 .main27_con table.table_1 tbody tr td:nth-child(6) {
  text-align: center;
}
.main27 .main27_con table.table_1 tbody tr td:nth-child(8) {
  text-align: center;
}
.main27 .main27_con table.table_2 thead tr th:first-child {
  width: calc(100% - 5.20833333rem);
}
.main27 .main27_con table.table_2 thead tr th:nth-child(2) {
  width: 1.04166667rem;
}
.main27 .main27_con table.table_2 thead tr th:nth-child(3) {
  width: 1.04166667rem;
}
.main27 .main27_con table.table_2 thead tr th:nth-child(4) {
  width: 1.04166667rem;
}
.main27 .main27_con table.table_2 thead tr th:nth-child(5) {
  width: 1.04166667rem;
  text-align: center;
}
.main27 .main27_con table.table_2 thead tr th:last-child {
  width: 1.04166667rem;
  text-align: center;
}
.main27 .main27_con table.table_2 tbody tr td:nth-child(5),
.main27 .main27_con table.table_2 tbody tr td:last-child {
  text-align: center;
}
.main27 .main27_con table.table_3 thead tr th:first-child {
  width: calc(100% - 6.04166667rem);
}
.main27 .main27_con table.table_3 thead tr th:nth-child(2) {
  width: 1.35416667rem;
}
.main27 .main27_con table.table_3 thead tr th:nth-child(3) {
  width: 1.04166667rem;
}
.main27 .main27_con table.table_3 thead tr th:nth-child(4) {
  width: 1.04166667rem;
  text-align: center;
}
.main27 .main27_con table.table_3 thead tr th:nth-child(5) {
  width: 1.04166667rem;
  text-align: center;
}
.main27 .main27_con table.table_3 thead tr th:last-child {
  width: 1.04166667rem;
  text-align: center;
}
.main27 .main27_con table.table_3 tbody tr td:nth-child(4),
.main27 .main27_con table.table_3 tbody tr td:nth-child(5),
.main27 .main27_con table.table_3 tbody tr td:last-child {
  text-align: center;
}
.main27 .main27_con table.table_4 thead tr th:first-child {
  width: 1.5625rem;
}
.main27 .main27_con table.table_4 thead tr th:nth-child(2) {
  width: calc(100% - 4.6875rem);
}
.main27 .main27_con table.table_4 thead tr th:nth-child(3) {
  width: 1.04166667rem;
}
.main27 .main27_con table.table_4 thead tr th:nth-child(4) {
  width: 1.04166667rem;
  text-align: center;
}
.main27 .main27_con table.table_4 thead tr th:last-child {
  width: 1.04166667rem;
  text-align: center;
}
.main27 .main27_con table.table_4 tbody tr td:nth-child(4) {
  text-align: center;
}
.main27 .main27_con table.table_5 thead tr th:first-child {
  width: 1.04166667rem;
  text-align: center;
}
.main27 .main27_con table.table_5 thead tr th:nth-child(2) {
  width: 1.04166667rem;
  text-align: center;
}
.main27 .main27_con table.table_5 thead tr th:nth-child(3) {
  width: calc(100% - 5.46875rem);
}
.main27 .main27_con table.table_5 thead tr th:nth-child(4) {
  width: 0.78125rem;
}
.main27 .main27_con table.table_5 thead tr th:nth-child(5) {
  width: 0.78125rem;
}
.main27 .main27_con table.table_5 thead tr th:nth-child(6) {
  width: 0.78125rem;
  text-align: center;
}
.main27 .main27_con table.table_5 thead tr th:last-child {
  width: 1.04166667rem;
  text-align: center;
}
.main27 .main27_con table.table_5 tbody tr td:nth-child(2),
.main27 .main27_con table.table_5 tbody tr td:nth-child(6) {
  text-align: center;
}
.main27 .main27_con table.table_5 tbody tr td .imgbox {
  width: 0.61458333rem;
  height: 0.61458333rem;
  border-radius: 0.10416667rem;
  overflow: hidden;
  margin: 0 auto;
}
.main27 .main27_con table.table_5 tbody tr td .imgbox .img {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main27 .main27_con table.table_6 thead tr th:first-child {
  width: calc(100% - 5.20833333rem);
}
.main27 .main27_con table.table_6 thead tr th:nth-child(2) {
  width: 1.04166667rem;
}
.main27 .main27_con table.table_6 thead tr th:nth-child(3) {
  width: 1.04166667rem;
  text-align: center;
}
.main27 .main27_con table.table_6 thead tr th:nth-child(4) {
  width: 1.04166667rem;
}
.main27 .main27_con table.table_6 thead tr th:nth-child(5) {
  width: 1.04166667rem;
  text-align: center;
}
.main27 .main27_con table.table_6 thead tr th:last-child {
  width: 1.04166667rem;
  text-align: center;
}
.main27 .main27_con table.table_6 tbody tr td:nth-child(3),
.main27 .main27_con table.table_6 tbody tr td:nth-child(5) {
  text-align: center;
}
.main28 {
  padding: 0.3125rem 0 0.52083333rem;
}
.main28 .main28_con ul {
  margin: 0 -0.09375rem 0.26041667rem;
  display: flex;
  flex-wrap: wrap;
}
.main28 .main28_con ul li {
  width: 25%;
  padding: 0 0.09375rem;
  margin-bottom: 0.1875rem;
}
.main28 .main28_con_2 {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0.10416667rem;
  padding: 0.15625rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main28 .main28_con_2 table {
  width: 100%;
  margin-bottom: 0.26041667rem;
}
.main28 .main28_con_2 table thead {
  background-color: #fff;
}
.main28 .main28_con_2 table thead tr th {
  height: 0.41666667rem;
  font-size: 0.09375rem;
  padding: 0 0.05208333rem;
  text-align: center;
}
.main28 .main28_con_2 table thead tr th:nth-child(1) {
  width: 1.04166667rem;
}
.main28 .main28_con_2 table thead tr th:nth-child(2) {
  width: 0.78125rem;
}
.main28 .main28_con_2 table thead tr th:nth-child(3) {
  width: calc(100% - 5.20833333rem);
}
.main28 .main28_con_2 table thead tr th:nth-child(4) {
  width: 1.04166667rem;
}
.main28 .main28_con_2 table thead tr th:nth-child(5) {
  width: 0.78125rem;
}
.main28 .main28_con_2 table thead tr th:nth-child(6) {
  width: 0.78125rem;
}
.main28 .main28_con_2 table thead tr th:last-child {
  width: 0.78125rem;
}
.main28 .main28_con_2 table tbody tr {
  transition: all .3s;
}
.main28 .main28_con_2 table tbody tr td {
  height: 0.41666667rem;
  font-size: 0.07291667rem;
  padding: 0.05208333rem;
  text-align: center;
}
.main28 .main28_con_2 table tbody tr td .imgbox {
  width: 0.61458333rem;
  height: 0.61458333rem;
  border-radius: 0.10416667rem;
  overflow: hidden;
  margin: 0 auto;
}
.main28 .main28_con_2 table tbody tr td .imgbox .img {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main28 .main28_con_2 table tbody tr:nth-child(even) {
  background-color: #fff;
}
.main28 .main28_con_2 table tbody tr:hover {
  background-color: #eee;
}
.main28 .main28_con_2 table .view_report {
  display: block;
  line-height: 0.16145833rem;
  background-color: #079052;
  font-size: 0.07291667rem;
  font-weight: bold;
  color: #fff;
  width: max-content;
  padding: 0 0.10416667rem;
  border-radius: 0.16145833rem;
  margin: 0 auto;
}
.main29 {
  padding: 0.10416667rem 0 0.41666667rem;
}
.main29 .main29_con {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.10416667rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  padding: 0.26041667rem;
  position: relative;
  z-index: 1;
}
.main29 .main29_con .main29_con_1 {
  display: flex;
  background-color: rgba(237, 254, 239, 0.5);
  border-radius: 0.10416667rem;
  padding: 0.20833333rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.08);
}
.main29 .main29_con .main29_con_1 .left {
  width: 2.13020833rem;
  height: 2.36979167rem;
  border-radius: 0.10416667rem;
  overflow: hidden;
}
.main29 .main29_con .main29_con_1 .left .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main29 .main29_con .main29_con_1 .right {
  width: calc(100% - 2.13020833rem);
  padding-left: 0.41666667rem;
  display: flex;
  align-items: flex-start;
}
.main29 .main29_con .main29_con_1 .right .text_box {
  width: calc(100% - 2.05208333rem);
  padding-right: 0.26041667rem;
  padding-top: 0.15625rem;
}
.main29 .main29_con .main29_con_1 .right .text_box .title {
  font-size: 0.15625rem;
  font-weight: bold;
  color: #08904e;
}
.main29 .main29_con .main29_con_1 .right .text_box .text {
  font-size: 0.08333333rem;
  line-height: 1.8;
  margin-top: 0.15625rem;
}
.main29 .main29_con .main29_con_1 .right .text_box ul {
  margin-top: 0.26041667rem;
}
.main29 .main29_con .main29_con_1 .right .text_box ul li {
  display: flex;
  font-size: 0.08333333rem;
  color: #4c4c4c;
  margin-bottom: 0.10416667rem;
}
.main29 .main29_con .main29_con_1 .right .text_box ul li b {
  width: 0.52083333rem;
}
.main29 .main29_con .main29_con_1 .right .text_box ul li p {
  width: calc(100% - 0.52083333rem);
}
.main29 .main29_con .main29_con_1 .right .text_box ul li:last-child {
  margin-bottom: 0;
}
.main29 .main29_con .main29_con_1 .right .certificate {
  width: 2.05208333rem;
  background-color: #079052;
  border-radius: 0.10416667rem;
  padding: 0.10416667rem;
  margin-top: 0.52083333rem;
}
.main29 .main29_con .main29_con_1 .right .certificate .top {
  background-color: #fff;
  border-radius: 0.10416667rem;
  border: 0.00520833rem solid #056905;
  border-radius: 0.05208333rem;
  padding: 0.10416667rem;
  display: flex;
  align-items: center;
}
.main29 .main29_con .main29_con_1 .right .certificate .top .img img {
  width: 0.52083333rem;
}
.main29 .main29_con .main29_con_1 .right .certificate .top .con {
  width: calc(100% - 0.52083333rem);
  padding-left: 0.10416667rem;
}
.main29 .main29_con .main29_con_1 .right .certificate .top .con .weight {
  line-height: 0.13541667rem;
  background-color: #cee9dc;
  font-size: 0.08333333rem;
  font-weight: bold;
  font-family: "Arial";
  color: #08904d;
  text-align: center;
}
.main29 .main29_con .main29_con_1 .right .certificate .top .con h5 {
  font-size: 0.08333333rem;
  color: #08904d;
  margin-top: 0.05208333rem;
}
.main29 .main29_con .main29_con_1 .right .certificate .top .con p {
  font-size: 0.0625rem;
  color: #4c4c4c;
}
.main29 .main29_con .main29_con_1 .right .certificate .text {
  font-size: 0.08333333rem;
  line-height: 1.5;
  color: #fff;
  margin-top: 0.05208333rem;
}
.main29 .main29_con .main29_con_1 .right .certificate a {
  display: block;
  line-height: 0.21875rem;
  color: #079052;
  font-size: 0.08333333rem;
  text-align: center;
  border: 0.00520833rem solid #056905;
  border-radius: 0.05208333rem;
  background-color: #fff;
  margin-top: 0.10416667rem;
}
.main29 .main29_con .main29_con_2 {
  margin-top: 0.20833333rem;
  display: flex;
}
.main29 .main29_con .main29_con_2 .left {
  width: calc(100% - 2.28645833rem);
  padding-right: 0.20833333rem;
}
.main29 .main29_con .main29_con_2 .left .item {
  margin-bottom: 0.26041667rem;
}
.main29 .main29_con .main29_con_2 .left .item .title {
  border-bottom: 0.01041667rem solid #eef2ef;
  padding-bottom: 0.078125rem;
  margin-bottom: 0.15625rem;
}
.main29 .main29_con .main29_con_2 .left .item .title h5 {
  font-size: 0.125rem;
  font-weight: bold;
  color: #08904e;
  line-height: 1;
  border-left: 0.02604167rem solid #079052;
  padding-left: 0.07291667rem;
}
.main29 .main29_con .main29_con_2 .left .item .con1 ul li {
  display: flex;
  font-size: 0.08333333rem;
  color: #4c4c4c;
  margin-bottom: 0.10416667rem;
}
.main29 .main29_con .main29_con_2 .left .item .con1 ul li b {
  width: 0.41666667rem;
}
.main29 .main29_con .main29_con_2 .left .item .con1 ul li p {
  width: calc(100% - 0.41666667rem);
}
.main29 .main29_con .main29_con_2 .left .item .con1 ul li:last-child {
  margin-bottom: 0;
}
.main29 .main29_con .main29_con_2 .left .item .con2 {
  color: #4c4c4c;
  font-size: 0.08333333rem;
  line-height: 1.8;
}
.main29 .main29_con .main29_con_2 .right {
  width: 2.28645833rem;
  border: 0.00520833rem solid #eef2f1;
  border-radius: 0.10416667rem;
  padding: 0.20833333rem 0;
}
.main29 .main29_con .main29_con_2 .right .title h5 {
  font-size: 0.125rem;
  font-weight: bold;
  color: #08904e;
  line-height: 1;
  border-left: 0.02604167rem solid #079052;
  padding-left: 0.078125rem;
}
.main29 .main29_con .main29_con_2 .right .con_box {
  padding: 0.15625rem 0.078125rem 0;
}
.main29 .main29_con .main29_con_2 .right .con_box .bt {
  font-size: 0.08333333rem;
  font-weight: bold;
  color: #079052;
  padding-left: 0.078125rem;
}
.main29 .main29_con .main29_con_2 .right .con_box ul {
  margin-top: 0.10416667rem;
}
.main29 .main29_con .main29_con_2 .right .con_box ul li {
  color: #4c4c4c;
  margin-bottom: 0.05208333rem;
}
.main29 .main29_con .main29_con_2 .right .con_box ul li b {
  display: inline;
}
.main29 .main29_con .main29_con_2 .right .con_box ul li p {
  display: inline;
}
.main29 .main29_con .main29_con_2 .right .con_box ul li:last-child {
  margin-bottom: 0;
}
.main29 .main29_con .main29_con_2 .right .con_box a {
  display: flex;
  line-height: 0.3125rem;
  background-color: #079052;
  border-radius: 0.3125rem;
  font-size: 0.08333333rem;
  font-weight: bold;
  color: #fff;
  margin-top: 0.15625rem;
  align-items: center;
  justify-content: center;
}
.main29 .main29_con .main29_con_2 .right .con_box a span {
  width: 0.10416667rem;
  height: 0.10416667rem;
  background: url(../images/icon10.png) no-repeat center center / contain;
  margin-right: 0.078125rem;
}
.main29 .main29_con .main29_con_2 .right .con_box .scan {
  margin-top: 0.15625rem;
  text-align: center;
}
.main29 .main29_con .main29_con_2 .right .con_box .scan .text {
  font-size: 0.08333333rem;
  color: #4c4c4c;
  text-align: center;
}
.main29 .main29_con .main29_con_2 .right .con_box .scan .img {
  margin-top: 0.15625rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
.main29 .main29_con .main29_con_2 .right .con_box .scan .img img {
  width: 1.30729167rem;
  height: 1.30729167rem;
}
.main29.main29_2 .main29_con .main29_con_1 .right {
  width: 100%;
}
.main29.main29_2 .main29_con .main29_con_1 .right .text_box {
  width: 100%;
}
.main30 {
  padding: 0.26041667rem 0 0.78125rem;
}
.main30 .main30_con {
  width: 5.69791667rem;
  min-height: 5.20833333rem;
  background: url(../images/bg13.jpg) no-repeat center center / cover;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  padding-top: 0.88541667rem;
  padding-bottom: 0.625rem;
}
.main30 .main30_con::before {
  content: "";
  width: calc(100% - 0.3125rem);
  height: calc(100% - 0.3125rem);
  background: url(../images/bg14.png) no-repeat center center / 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main30 .main30_con .title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.main30 .main30_con .title .logo {
  width: 0.81770833rem;
}
.main30 .main30_con .title h5 {
  font-size: 0.3125rem;
  font-weight: bold;
  margin-top: 0.3125rem;
}
.main30 .main30_con .title p {
  font-size: 0.09375rem;
  text-transform: uppercase;
  margin-top: 0.10416667rem;
}
.main30 .main30_con .title .xian {
  width: 3.45833333rem;
  margin-top: 0.234375rem;
}
.main30 .main30_con .con_box {
  padding: 0.57291667rem 0.78125rem 0 1.45833333rem;
  position: relative;
  z-index: 1;
}
.main30 .main30_con .con_box ul li {
  display: flex;
  font-size: 0.125rem;
  margin-bottom: 0.15625rem;
}
.main30 .main30_con .con_box ul li b {
  width: 0.67708333rem;
}
.main30 .main30_con .con_box ul li p {
  width: calc(100% - 0.67708333rem);
}
.main30 .main30_con .bottom {
  font-size: 0.13020833rem;
  font-weight: bold;
  padding-left: 1.19791667rem;
  margin-top: 0.9375rem;
  position: relative;
}
.main30 .main30_con .bottom p {
  margin-bottom: 0.15625rem;
  position: relative;
  z-index: 2;
}
.main30 .main30_con .bottom p:last-child {
  margin-bottom: 0;
}
.main30 .main30_con .bottom .seal {
  width: 1.66666667rem;
  position: absolute;
  top: -0.15625rem;
  right: 1.25rem;
}
.main31 {
  padding: 0.20833333rem 0 0.52083333rem;
  position: relative;
  z-index: 1;
}
.main31 .main31_con_1 {
  width: 5.10416667rem;
  margin: 0 auto;
  border-radius: 0.26041667rem;
  background: url(../images/bg13.jpg) no-repeat center center / cover;
  padding: 0.625rem;
  position: relative;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.main31 .main31_con_1::before {
  content: "";
  width: calc(100% - 0.52083333rem);
  height: calc(100% - 0.52083333rem);
  border: 0.03125rem solid #08904e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main31 .main31_con_1 .title_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.main31 .main31_con_1 .title_1 .left h5 {
  font-size: 0.26041667rem;
  font-weight: bold;
}
.main31 .main31_con_1 .title_1 .left p {
  font-size: 0.08854167rem;
  text-transform: uppercase;
  margin-top: 0.078125rem;
}
.main31 .main31_con_1 .title_1 .right img {
  width: 0.625rem;
}
.main31 .main31_con_1 .title_2 {
  width: 100%;
  height: 0.78125rem;
  background-color: #08904e;
  margin-top: 0.26041667rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.main31 .main31_con_1 .title_2::before {
  content: "";
  width: 1000%;
  height: 100%;
  background-color: #08904e;
  position: absolute;
  top: 0;
  left: -50%;
}
.main31 .main31_con_1 .title_2 h5 {
  font-size: 0.15625rem;
  color: #fff;
  position: relative;
  z-index: 1;
}
.main31 .main31_con_1 .title_2 img {
  width: 1.14583333rem;
  position: relative;
  z-index: 1;
}
.main31 .main31_con_1 .con_box {
  margin-top: 0.20833333rem;
  position: relative;
}
.main31 .main31_con_1 .con_box .item {
  margin-bottom: 0.46875rem;
}
.main31 .main31_con_1 .con_box .item .title {
  margin-bottom: 0.20833333rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main31 .main31_con_1 .con_box .item .title h5 {
  font-size: 0.10416667rem;
  font-weight: bold;
}
.main31 .main31_con_1 .con_box .item .title .text1 {
  font-size: 0.13020833rem;
  font-weight: bold;
  margin-right: 0.15625rem;
}
.main31 .main31_con_1 .con_box .item .title .text1 span {
  color: #ff0000;
}
.main31 .main31_con_1 .con_box .item .con {
  position: relative;
}
.main31 .main31_con_1 .con_box .item .con ul {
  padding-left: 0.46875rem;
}
.main31 .main31_con_1 .con_box .item .con ul li {
  font-size: 0.08333333rem;
  margin-bottom: 0.05208333rem;
  line-height: 1.8;
}
.main31 .main31_con_1 .con_box .item .con ul li b {
  display: inline;
}
.main31 .main31_con_1 .con_box .item .con ul li p {
  display: inline;
}
.main31 .main31_con_1 .con_box .item .con ul li.qixian .record {
  margin-left: 0.10416667rem;
  position: relative;
  display: inline-block;
  width: max-content;
}
.main31 .main31_con_1 .con_box .item .con ul li.qixian .record .but {
  padding: 0 0.10416667rem;
  line-height: 0.18229167rem;
  background-color: #08904e;
  border-radius: 0.18229167rem;
  text-align: center;
  font-size: 0.08333333rem;
  color: #fff;
  cursor: pointer;
}
.main31 .main31_con_1 .con_box .item .con ul li.qixian .record dl {
  width: 0.78125rem;
  background-color: #fff;
  border-radius: 0.05208333rem;
  padding: 0.05208333rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border: 0.00520833rem solid #e6e6e6;
  display: none;
}
.main31 .main31_con_1 .con_box .item .con ul li.qixian .record dl dd {
  line-height: 0.15625rem;
  font-size: 0.08333333rem;
}
.main31 .main31_con_1 .con_box .item .con ul li.qixian .record dl dd a {
  color: #162ee4;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}
.main31 .main31_con_1 .con_box .item .con ul li.qixian .record dl dd a i {
  width: 0.08333333rem;
  height: 0.08333333rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 0.05208333rem;
}
.main31 .main31_con_1 .con_box .item .con ul li.qixian .record dl dd a:hover {
  color: #08904e;
}
.main31 .main31_con_1 .con_box .item .con ul li.qixian .record:hover dl {
  display: block;
}
.main31 .main31_con_1 .con_box .item .con .deadline {
  position: absolute;
  top: 0.26041667rem;
  right: 0;
}
.main31 .main31_con_1 .con_box .item .con .deadline img {
  width: 0.97916667rem;
}
.main31 .main31_con_1 .con_box .item:last-child {
  margin-bottom: 0;
}
.main31 .main31_con_1 .more {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 0.26041667rem;
}
.main31 .main31_con_1 .more a {
  min-width: 0.625rem;
  padding: 0 0.10416667rem;
  line-height: 0.20833333rem;
  background-color: #079052;
  border-radius: 0.20833333rem;
  color: #fff;
  font-size: 0.09375rem;
  margin: 0 0.05208333rem;
  text-align: center;
  transition: all .3s;
}
.main31 .main31_con_1 .more a:hover {
  box-shadow: 0 0.02604167rem 0.05208333rem rgba(0, 0, 0, 0.4);
}
.main31 .main31_con_2 {
  width: 5.10416667rem;
  background-color: #fff;
  border-radius: 0.26041667rem;
  margin: 0.3125rem auto 0;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  padding: 0.26041667rem;
}
.main31 .main31_con_2 .title {
  font-size: 0.15625rem;
  font-weight: bold;
  color: #079052;
  text-align: center;
  margin-bottom: 0.15625rem;
}
.main31 .main31_con_2 .con_box table {
  width: 100%;
  margin-bottom: 0.15625rem;
}
.main31 .main31_con_2 .con_box table thead {
  background-color: #f2f9f6;
}
.main31 .main31_con_2 .con_box table thead tr th {
  height: 0.3125rem;
  font-size: 0.09375rem;
  color: #079052;
  text-align: center;
  padding: 0.05208333rem;
}
.main31 .main31_con_2 .con_box table tbody tr {
  border: 0.00520833rem solid #e6f4ee;
  overflow: hidden;
  transition: all .3s;
}
.main31 .main31_con_2 .con_box table tbody tr td {
  height: 0.3125rem;
  font-size: 0.08333333rem;
  text-align: center;
  padding: 0.05208333rem;
}
.main31 .main31_con_2 .con_box table tbody tr:hover {
  background-color: #eee;
}
.main31 .main31_con_2 .con_box table:last-child {
  margin-bottom: 0;
}
.main32 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  overflow-y: auto;
  padding: 0.15625rem 0;
  display: none;
}
.main32 .main32_con {
  width: 3.02083333rem;
  border-radius: 0.10416667rem;
  background-color: #fff;
  padding: 0.20833333rem 0.41666667rem;
  margin: auto;
  position: relative;
}
.main32 .main32_con .off {
  position: absolute;
  top: 0.05208333rem;
  right: 0.05208333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.main32 .main32_con .off span {
  font-size: 0.15625rem;
  transform: rotate(45deg);
  line-height: 1;
  color: #666;
  transition: all .3s;
}
.main32 .main32_con .off:hover span {
  color: #08904e;
}
.main32 .main32_con .title {
  text-align: center;
  margin-bottom: 0.15625rem;
}
.main32 .main32_con .title h5 {
  font-size: 0.1875rem;
  font-weight: bold;
  color: #08904e;
}
.main32 .main32_con .title p {
  font-size: 0.09375rem;
  color: #666;
  margin-top: 0.078125rem;
}
.main32 .main32_con .con_box .item {
  margin-bottom: 0.10416667rem;
}
.main32 .main32_con .con_box .item .con {
  position: relative;
  border: 0.00520833rem solid #08904e;
  height: 0.23958333rem;
  border-radius: 0.23958333rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.02083333rem;
}
.main32 .main32_con .con_box .item .con p {
  width: 0.52083333rem;
  position: relative;
  padding-right: 0.05208333rem;
  text-align: right;
  font-size: 0.07291667rem;
}
.main32 .main32_con .con_box .item .con p::before {
  content: "";
  width: 0.00520833rem;
  height: 0.09895833rem;
  background-color: #dbdbdb;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.main32 .main32_con .con_box .item .con .but {
  width: 0.52083333rem;
  line-height: 0.1875rem;
  font-size: 0.07291667rem;
  text-align: center;
  border: 0.00520833rem solid #e6e6e6;
  border-radius: 0.19791667rem;
  background-color: #f0f0f0;
  cursor: pointer;
  transition: all .3s;
}
.main32 .main32_con .con_box .item .con .but:hover {
  background-color: #08904e;
  border-color: #08904e;
  color: #fff;
}
.main32 .main32_con .con_box .item .con input,
.main32 .main32_con .con_box .item .con textarea {
  width: calc(100% - 0.52083333rem);
  height: 100%;
  font-size: 0.07291667rem;
  background: none;
  border: none;
  padding: 0 0.15625rem;
}
.main32 .main32_con .con_box .item .con input:focus,
.main32 .main32_con .con_box .item .con textarea:focus {
  outline: none;
}
.main32 .main32_con .con_box .item .con textarea {
  resize: none;
}
.main32 .main32_con .con_box .item .con.yzm input {
  padding-right: 0.67708333rem;
}
.main32 .main32_con .con_box .item .con.yzm .but {
  position: absolute;
  right: 0.02083333rem;
}
.main32 .main32_con .con_box .item .con.yzm .but.active {
  cursor: not-allowed;
  background-color: rgba(8, 144, 78, 0.5);
  border-color: rgba(8, 144, 78, 0.5);
  color: #000;
}
.main32 .main32_con .con_box .item .con.reasons {
  height: 0.875rem;
  border-radius: 0.10416667rem;
  align-items: flex-start;
  padding-top: 0.10416667rem;
}
.main32 .main32_con .con_box .item .picture-upload {
  padding: 0.10416667rem 0 0 0.15625rem;
}
.main32 .main32_con .con_box .item:last-child {
  margin-bottom: 0;
}
.main32 .main32_con button {
  display: block;
  width: 0.57291667rem;
  height: 0.23958333rem;
  font-size: 0.08333333rem;
  font-weight: bold;
  color: #fff;
  border-radius: 0.23958333rem;
  border: 0.00520833rem solid #056905;
  background-image: linear-gradient(to right, #098f52, #0088a8);
  margin: 0.15625rem auto 0;
}
.main32.active {
  display: flex;
}
.main33 {
  padding: 0.3125rem 0 0.52083333rem;
  position: relative;
}
.main33 .main33_con {
  width: 5.57291667rem;
  background-color: #098b43;
  border-radius: 0.26041667rem;
  padding: 0.0625rem 0.0625rem 0.36458333rem;
  margin: 0 auto;
}
.main33 .main33_con .con_box {
  background-color: #fff;
  border-radius: 0.26041667rem;
  min-height: 5.20833333rem;
  position: relative;
  padding: 0.52083333rem 0.46875rem 0.57291667rem;
}
.main33 .main33_con .con_box::before {
  content: "";
  width: calc(100% - 0.625rem);
  height: calc(100% - 0.625rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.00520833rem solid #098b43;
}
.main33 .main33_con .con_box .pattern i {
  width: 0.76041667rem;
  height: 0.76041667rem;
  background: url(../images/img39.png) no-repeat center center / contain;
  position: absolute;
}
.main33 .main33_con .con_box .pattern i:nth-child(1) {
  left: 0.20833333rem;
  top: 0.20833333rem;
}
.main33 .main33_con .con_box .pattern i:nth-child(2) {
  right: 0.20833333rem;
  top: 0.20833333rem;
  transform: rotateY(180deg);
}
.main33 .main33_con .con_box .pattern i:nth-child(3) {
  left: 0.20833333rem;
  bottom: 0.20833333rem;
  transform: rotateX(180deg);
}
.main33 .main33_con .con_box .pattern i:nth-child(4) {
  right: 0.20833333rem;
  bottom: 0.20833333rem;
  transform: rotate(180deg);
}
.main33 .main33_con .con_box .title {
  text-align: center;
  position: relative;
  z-index: 2;
}
.main33 .main33_con .con_box .title img {
  width: 0.79166667rem;
}
.main33 .main33_con .con_box .title h4 {
  font-size: 0.15625rem;
  font-weight: bold;
  line-height: 1.3;
}
.main33 .main33_con .con_box .title h5 {
  font-size: 0.15625rem;
  font-weight: bold;
  margin-top: 0.10416667rem;
}
.main33 .main33_con .con_box .title .text {
  font-size: 0.09375rem;
  margin-top: 0.078125rem;
}
.main33 .main33_con .con_box .main33_con_1 {
  margin-top: 0.13020833rem;
  background-color: #f2f8f4;
  border-radius: 0.10416667rem;
  padding: 0.15625rem 0.26041667rem 0.10416667rem;
  position: relative;
  z-index: 2;
}
.main33 .main33_con .con_box .main33_con_1 .con1 ul li {
  font-size: 0.08333333rem;
  color: #010101;
  line-height: 1.6;
  margin-bottom: 0.05208333rem;
  display: flex;
  align-items: center;
}
.main33 .main33_con .con_box .main33_con_1 .con1 ul li:last-child {
  margin-bottom: 0;
}
.main33 .main33_con .con_box .main33_con_1 .con1 ul li .record {
  margin-left: 0.10416667rem;
  position: relative;
  z-index: 2;
}
.main33 .main33_con .con_box .main33_con_1 .con1 ul li .record .but {
  padding: 0 0.10416667rem;
  line-height: 0.18229167rem;
  background-color: #08904e;
  border-radius: 0.18229167rem;
  text-align: center;
  font-size: 0.08333333rem;
  color: #fff;
  cursor: pointer;
}
.main33 .main33_con .con_box .main33_con_1 .con1 ul li .record dl {
  width: 0.78125rem;
  background-color: #fff;
  border-radius: 0.05208333rem;
  padding: 0.05208333rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border: 0.00520833rem solid #e6e6e6;
  display: none;
}
.main33 .main33_con .con_box .main33_con_1 .con1 ul li .record dl dd {
  line-height: 0.15625rem;
  font-size: 0.08333333rem;
}
.main33 .main33_con .con_box .main33_con_1 .con1 ul li .record dl dd a {
  color: #162ee4;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}
.main33 .main33_con .con_box .main33_con_1 .con1 ul li .record dl dd a i {
  width: 0.08333333rem;
  height: 0.08333333rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 0.05208333rem;
}
.main33 .main33_con .con_box .main33_con_1 .con1 ul li .record dl dd a:hover {
  color: #08904e;
}
.main33 .main33_con .con_box .main33_con_1 .con1 ul li .record:hover dl {
  display: block;
}
.main33 .main33_con .con_box .main33_con_1 .con2 {
  margin-top: 0.15625rem;
}
.main33 .main33_con .con_box .main33_con_1 .con2 .bt {
  font-size: 0.08333333rem;
  margin-bottom: 0.05208333rem;
}
.main33 .main33_con .con_box .main33_con_1 .con2 ul {
  display: flex;
  flex-wrap: wrap;
}
.main33 .main33_con .con_box .main33_con_1 .con2 ul li {
  width: 25%;
  font-size: 0.08333333rem;
  margin-bottom: 0.05208333rem;
  display: flex;
}
.main33 .main33_con .con_box .main33_con_1 .con2 ul li .list {
  position: relative;
  padding-right: 0.15625rem;
  width: 0.67708333rem;
}
.main33 .main33_con .con_box .main33_con_1 .con2 ul li .list::before {
  content: "";
  width: 0.08333333rem;
  height: 0.08333333rem;
  background: url(../images/icon13.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.main33 .main33_con .con_box .main33_con_2 {
  padding-left: 0.26041667rem;
  margin-top: 0.15625rem;
  position: relative;
  z-index: 2;
}
.main33 .main33_con .con_box .main33_con_2 .item {
  margin-bottom: 0.26041667rem;
}
.main33 .main33_con .con_box .main33_con_2 .item .title {
  margin-bottom: 0.20833333rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main33 .main33_con .con_box .main33_con_2 .item .title h5 {
  font-size: 0.10416667rem;
  font-weight: bold;
}
.main33 .main33_con .con_box .main33_con_2 .item .title .text1 {
  font-size: 0.13020833rem;
  font-weight: bold;
  margin-right: 0.15625rem;
}
.main33 .main33_con .con_box .main33_con_2 .item .title .text1 span {
  color: #ff0000;
}
.main33 .main33_con .con_box .main33_con_2 .item .con {
  position: relative;
}
.main33 .main33_con .con_box .main33_con_2 .item .con ul {
  padding-left: 0.46875rem;
}
.main33 .main33_con .con_box .main33_con_2 .item .con ul li {
  font-size: 0.08333333rem;
  margin-bottom: 0.05208333rem;
  line-height: 1.8;
}
.main33 .main33_con .con_box .main33_con_2 .item .con ul li b {
  display: inline;
}
.main33 .main33_con .con_box .main33_con_2 .item .con ul li p {
  display: inline;
}
.main33 .main33_con .con_box .main33_con_2 .item .con ul li.qixian {
  display: flex;
  align-items: center;
}
.main33 .main33_con .con_box .main33_con_2 .item .con ul li.qixian .record {
  margin-left: 0.10416667rem;
  position: relative;
}
.main33 .main33_con .con_box .main33_con_2 .item .con ul li.qixian .record .but {
  padding: 0 0.10416667rem;
  line-height: 0.18229167rem;
  background-color: #08904e;
  border-radius: 0.18229167rem;
  text-align: center;
  font-size: 0.08333333rem;
  color: #fff;
  cursor: pointer;
}
.main33 .main33_con .con_box .main33_con_2 .item .con ul li.qixian .record dl {
  width: 0.78125rem;
  background-color: #fff;
  border-radius: 0.05208333rem;
  padding: 0.05208333rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border: 0.00520833rem solid #e6e6e6;
  display: none;
}
.main33 .main33_con .con_box .main33_con_2 .item .con ul li.qixian .record dl dd {
  line-height: 0.15625rem;
  font-size: 0.08333333rem;
}
.main33 .main33_con .con_box .main33_con_2 .item .con ul li.qixian .record dl dd a {
  color: #162ee4;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}
.main33 .main33_con .con_box .main33_con_2 .item .con ul li.qixian .record dl dd a i {
  width: 0.08333333rem;
  height: 0.08333333rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 0.05208333rem;
}
.main33 .main33_con .con_box .main33_con_2 .item .con ul li.qixian .record dl dd a:hover {
  color: #08904e;
}
.main33 .main33_con .con_box .main33_con_2 .item .con ul li.qixian .record:hover dl {
  display: block;
}
.main33 .main33_con .con_box .main33_con_2 .item .con .deadline {
  position: absolute;
  top: 0.26041667rem;
  right: 0.20833333rem;
}
.main33 .main33_con .con_box .main33_con_2 .item .con .deadline img {
  width: 1.51041667rem;
}
.main33 .main33_con .con_box .main33_con_2 .item:last-child {
  margin-bottom: 0;
}
.main33 .main33_con .con_box .main33_con_3 {
  margin: 0.20833333rem 0;
  padding: 0.15625rem 0 0.15625rem 0.26041667rem;
  border-top: 0.01041667rem dotted #098b43;
  border-bottom: 0.01041667rem dotted #098b43;
  position: relative;
  z-index: 2;
}
.main33 .main33_con .con_box .main33_con_3 h5 {
  font-size: 0.125rem;
  font-weight: bold;
  color: #221815;
  margin-bottom: 0.10416667rem;
}
.main33 .main33_con .con_box .main33_con_3 ul li {
  font-size: 0.09375rem;
  color: #221815;
  margin-bottom: 0.05208333rem;
}
.main33 .main33_con .con_box .main33_con_3 ul li:last-child {
  margin-bottom: 0;
}
.main33 .main33_con .con_box .main33_con_4 {
  position: relative;
  z-index: 2;
  padding-left: 0.26041667rem;
}
.main33 .main33_con .con_box .main33_con_4 ul {
  display: flex;
  margin: 0 -0.15625rem;
}
.main33 .main33_con .con_box .main33_con_4 ul li {
  width: 33.333%;
  position: relative;
  padding: 0 0.15625rem;
}
.main33 .main33_con .con_box .main33_con_4 ul li h5 {
  font-size: 0.125rem;
  font-weight: bold;
  color: #221815;
  margin-bottom: 0.10416667rem;
}
.main33 .main33_con .con_box .main33_con_4 ul li dl dd {
  font-size: 0.09375rem;
  color: #221815;
  margin-bottom: 0.05208333rem;
}
.main33 .main33_con .con_box .main33_con_4 ul li .seal {
  width: 0.83333333rem;
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
}
.main33 .main33_con .con_box .main33_con_4 .more {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 0.52083333rem;
}
.main33 .main33_con .con_box .main33_con_4 .more a {
  min-width: 0.625rem;
  padding: 0 0.10416667rem;
  line-height: 0.20833333rem;
  background-color: #079052;
  border-radius: 0.20833333rem;
  color: #fff;
  font-size: 0.09375rem;
  margin: 0 0.05208333rem;
  text-align: center;
}
.main33 .main33_con .bottom {
  padding: 0.15625rem 0.20833333rem 0;
}
.main33 .main33_con .bottom .text {
  font-size: 0.09375rem;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.10416667rem;
}
.main33 .main33_con .bottom .text.text2 {
  font-weight: bold;
}
.main34 {
  padding: 0.26041667rem 0 0.78125rem;
}
.main34 .main34_con {
  width: 5.69791667rem;
  height: 7.94270833rem;
  background: url(../images/bg13.jpg) no-repeat center center / cover;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  padding-top: 0.67708333rem;
}
.main34 .main34_con::before {
  content: "";
  width: calc(100% - 0.3125rem);
  height: calc(100% - 0.3125rem);
  background: url(../images/bg15.png) no-repeat center center / 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main34 .main34_con .title {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 0.78125rem;
}
.main34 .main34_con .title .logo {
  width: 0.81770833rem;
}
.main34 .main34_con .title h5 {
  font-size: 0.234375rem;
  font-weight: bold;
}
.main34 .main34_con .title p {
  font-size: 0.09375rem;
  text-transform: uppercase;
  margin-top: 0.10416667rem;
}
.main34 .main34_con .title .xian {
  width: 3.45833333rem;
  margin-top: 0.234375rem;
}
.main34 .main34_con .con_box {
  padding-top: 0.41666667rem;
  position: relative;
  z-index: 1;
}
.main34 .main34_con .con_box ul {
  padding-left: 1.66666667rem;
  position: relative;
}
.main34 .main34_con .con_box ul li {
  display: flex;
  font-size: 0.125rem;
  margin-bottom: 0.15625rem;
  position: relative;
  z-index: 2;
}
.main34 .main34_con .con_box ul li:last-child {
  margin-bottom: 0;
}
.main34 .main34_con .con_box ul .watermark {
  width: 1.28645833rem;
  position: absolute;
  right: 0.625rem;
  bottom: 0;
}
.main34 .main34_con .con_box .text_box {
  padding: 0 0.88541667rem;
  font-size: 0.10416667rem;
  line-height: 2;
  color: #221815;
  text-indent: 0.20833333rem;
  margin-top: 0.36458333rem;
  position: relative;
  z-index: 1;
}
.main34 .main34_con .bottom {
  width: 100%;
  font-size: 0.13020833rem;
  font-weight: bold;
  padding-left: 1.19791667rem;
  margin-top: 0.9375rem;
  position: absolute;
  bottom: 0.67708333rem;
}
.main34 .main34_con .bottom p {
  margin-bottom: 0.15625rem;
  position: relative;
  z-index: 2;
}
.main34 .main34_con .bottom p:last-child {
  margin-bottom: 0;
}
.main34 .main34_con .bottom .seal {
  width: 1.04166667rem;
  position: absolute;
  top: -0.20833333rem;
  left: 1.82291667rem;
}
.main35 {
  padding: 0.26041667rem 0 0.78125rem;
}
.main35 .main35_con {
  position: relative;
  z-index: 2;
}
.main35 .main35_con ul {
  margin-bottom: 0.3125rem;
}
.main35 .main35_con ul li {
  margin-bottom: 0.15625rem;
}
.main35 .main35_con ul li:last-child {
  margin-bottom: 0;
}
.main36 {
  padding: 0.9375rem 0 1.30208333rem;
}
.main36 .main36_con .calculate {
  width: 3.64583333rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.main36 .main36_con .calculate .title {
  width: 0.46875rem;
  font-size: 0.08333333rem;
  font-weight: bold;
  position: relative;
}
.main36 .main36_con .calculate .title::before {
  content: "";
  width: 0.00520833rem;
  height: 0.10416667rem;
  background-color: #dbdbdb;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.main36 .main36_con .calculate .title.title_2::before {
  display: none;
}
.main36 .main36_con .calculate ul li {
  height: 0.38020833rem;
  border: 0.00520833rem solid #056905;
  border-radius: 0.38020833rem;
  margin-bottom: 0.10416667rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.26041667rem;
  position: relative;
  background-color: #fff;
}
.main36 .main36_con .calculate ul li input {
  width: calc(100% - 0.57291667rem);
  height: 100%;
  border: none;
  background: none;
  padding-left: 0.10416667rem;
  padding-right: 0.26041667rem;
  font-size: 0.08333333rem;
}
.main36 .main36_con .calculate ul li input:focus {
  outline: none;
}
.main36 .main36_con .calculate ul li select {
  width: calc(100% - 0.57291667rem);
  height: 100%;
  border: none;
  background: none;
  padding-left: 0.15625rem;
  padding-right: 0.26041667rem;
  font-size: 0.08333333rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.main36 .main36_con .calculate ul li select:focus {
  outline: none;
}
.main36 .main36_con .calculate ul li .select_box {
  width: calc(100% - 0.57291667rem);
  height: 100%;
  position: relative;
}
.main36 .main36_con .calculate ul li .select_box h5 {
  font-size: 0.09375rem;
  padding: 0 0.10416667rem;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.main36 .main36_con .calculate ul li .select_box h5::before {
  content: "";
  border-left: 0.03125rem solid transparent;
  border-right: 0.03125rem solid transparent;
  border-top: 0.03125rem solid #000000;
  position: absolute;
  top: 50%;
  right: 0.10416667rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.main36 .main36_con .calculate ul li .select_box h5 span {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main36 .main36_con .calculate ul li .select_box .dl_box {
  position: absolute;
  min-width: 100%;
  max-height: 1.35416667rem;
  overflow-y: auto;
  top: 100%;
  left: 0;
  white-space: nowrap;
  display: none;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  border-radius: 0.05208333rem;
}
.main36 .main36_con .calculate ul li .select_box .dl_box dl {
  background-color: #fff;
  padding: 0.05208333rem 0;
}
.main36 .main36_con .calculate ul li .select_box .dl_box dl dd {
  line-height: 0.20833333rem;
  padding: 0 0.10416667rem;
  cursor: pointer;
  transition: all .3s;
  font-size: 0.08333333rem;
}
.main36 .main36_con .calculate ul li .select_box .dl_box dl dd:hover {
  background-color: #086c0c;
  color: #fff;
}
.main36 .main36_con .calculate ul li .select_box .dl_box.active {
  display: block;
}
.main36 .main36_con .calculate ul li .div-selector-group {
  width: calc(100% - 0.57291667rem);
  height: 100%;
  display: flex;
}
.main36 .main36_con .calculate ul li .div-select {
  width: 33.33333%;
  height: 100%;
  position: relative;
  user-select: none;
}
.main36 .main36_con .calculate ul li .div-select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.07291667rem 0.10416667rem;
  font-size: 0.08333333rem;
  color: #000;
  cursor: default;
  transition: all 0.15s;
  box-shadow: 0 0.01041667rem 0.03125rem rgba(0, 0, 0, 0.02);
  height: 100%;
}
.main36 .main36_con .calculate ul li .div-select:last-child .div-select__trigger {
  border-top-right-radius: 0.38020833rem;
  border-bottom-right-radius: 0.38020833rem;
}
.main36 .main36_con .calculate ul li .div-select__trigger span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
  font-size: 0.08333333rem;
}
.main36 .main36_con .calculate ul li .div-select__trigger .arrow {
  border: solid #bbb;
  border-width: 0 0.01041667rem 0.01041667rem 0;
  display: inline-block;
  padding: 0.02083333rem;
  transform: rotate(45deg);
  transition: transform 0.2s;
  margin-left: 0.04166667rem;
}
.main36 .main36_con .calculate ul li .div-select.dropdown-open .arrow {
  transform: rotate(-135deg);
  margin-top: 0.03125rem;
}
.main36 .main36_con .calculate ul li .div-select__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 0.078125rem 0.15625rem -0.04166667rem rgba(0, 0, 0, 0.2);
  max-height: 1.35416667rem;
  overflow-y: auto;
  z-index: 100;
  display: none;
  padding: 0.03125rem 0;
}
.main36 .main36_con .calculate ul li .div-select.dropdown-open .div-select__dropdown {
  display: block;
}
.main36 .main36_con .calculate ul li .div-option {
  padding: 0.0625rem 0.09375rem;
  cursor: pointer;
  color: #000;
  font-size: 0.08333333rem;
  transition: background 0.1s;
  border-left: 0.015625rem solid transparent;
}
.main36 .main36_con .calculate ul li .div-option:hover {
  background-color: #e0f6ed;
  border-left-color: #009657;
}
.main36 .main36_con .calculate ul li .div-option.selected {
  background-color: #a4f3d2;
  font-weight: 500;
  color: #000;
  border-left-color: #009657;
}
.main36 .main36_con .calculate ul li .div-option.disabled-option {
  color: #9aabbc;
  cursor: not-allowed;
  background-color: #f9fafc;
  font-style: italic;
  border-left-color: transparent;
}
.main36 .main36_con .calculate ul li .div-option.disabled-option:hover {
  background-color: #f9fafc;
  border-left-color: transparent;
}
.main36 .main36_con .calculate ul li .div-select.disabled .div-select__trigger {
  background-color: #f9fafc;
  color: #8698aa;
  border-color: #cbd5e1;
  cursor: not-allowed;
  pointer-events: none;
}
.main36 .main36_con .calculate ul li:last-child {
  margin-bottom: 0;
}
.main36 .main36_con .calculate ul li.activity_data .unit {
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 0.078125rem;
  color: #666;
}
.main36 .main36_con .calculate .more1 {
  justify-content: center;
  margin-top: 0.20833333rem;
}
.main36 .main36_con .calculate .more1 .more1_but {
  border: 1px solid #056905;
}
.main36 .main36_con .calculate .more1 .more1_but img {
  width: 0.125rem;
  margin-left: 0.10416667rem;
}
.main37 {
  padding-top: 0.41666667rem;
}
.main37 .main37_con {
  padding: 0.20833333rem 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.10416667rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main38 {
  padding: 0.41666667rem 0 0.57291667rem;
}
.main38 .click_filter {
  display: none;
}
.main38 .main38_con {
  border-radius: 0.10416667rem;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  display: flex;
  min-height: 5.20833333rem;
  overflow: hidden;
}
.main38 .main38_con .left {
  width: 2.08333333rem;
  background-color: rgba(255, 255, 255, 0.5);
  border: 0.00520833rem solid #d1eee4;
  border-radius: 0.10416667rem;
  overflow: hidden;
}
.main38 .main38_con .left .off {
  display: none;
}
.main38 .main38_con .left .title {
  background-color: #ebf9f5;
}
.main38 .main38_con .left .title ul {
  display: flex;
}
.main38 .main38_con .left .title ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.44270833rem;
  cursor: pointer;
  padding: 0 0.05208333rem;
}
.main38 .main38_con .left .title ul li .icon {
  width: 0.10416667rem;
  margin-right: 0.05208333rem;
}
.main38 .main38_con .left .title ul li .icon img {
  width: 100%;
  height: auto;
}
.main38 .main38_con .left .title ul li .icon img.img2 {
  display: none;
}
.main38 .main38_con .left .title ul li p {
  font-size: 0.09375rem;
  font-weight: bold;
  color: #009657;
}
.main38 .main38_con .left .title ul li.active {
  background-color: #009657;
}
.main38 .main38_con .left .title ul li.active .icon img.img1 {
  display: none;
}
.main38 .main38_con .left .title ul li.active .icon img.img2 {
  display: initial;
}
.main38 .main38_con .left .title ul li.active p {
  color: #fff;
}
.main38 .main38_con .left .search {
  padding: 0 0.10416667rem;
  margin: 0.10416667rem 0;
}
.main38 .main38_con .left .search .con {
  height: 0.29166667rem;
  border-radius: 0.29166667rem;
  border: 0.00520833rem solid #d1eee4;
  display: flex;
}
.main38 .main38_con .left .search .con input {
  width: calc(100% - 0.3125rem);
  height: 100%;
  font-size: 0.08333333rem;
  padding-left: 0.15625rem;
  border: none;
  background: none;
}
.main38 .main38_con .left .search .con input:focus {
  outline: none;
}
.main38 .main38_con .left .search .con button {
  width: 0.3125rem;
  height: 100%;
  background: url(../images/icon1.png) no-repeat center center / 0.10416667rem auto;
  border: none;
}
.main38 .main38_con .left .search .con button:focus {
  outline: none;
}
.main38 .main38_con .left .nav2_box .nav2,
.main38 .main38_con .left .nav2_box .multistage_nav {
  display: none;
}
.main38 .main38_con .left .nav2_box .nav2.active,
.main38 .main38_con .left .nav2_box .multistage_nav.active {
  display: block;
}
.main38 .main38_con .right {
  width: calc(100% - 2.08333333rem);
  padding: 0.36458333rem 0.26041667rem;
}
.main38 .main38_con .right .title h5 {
  font-size: 0.15625rem;
  font-weight: bold;
}
.main38 .main38_con .right .title .filtrate {
  display: flex;
  align-items: center;
  margin-top: 0.10416667rem;
}
.main38 .main38_con .right .title .filtrate .year {
  position: relative;
  margin-right: 0.10416667rem;
}
.main38 .main38_con .right .title .filtrate .year .bt {
  width: 1.00520833rem;
  line-height: 0.30729167rem;
  background-color: rgba(206, 233, 220, 0.4);
  border-radius: 0.30729167rem;
  border: 0.00520833rem solid #c2e0c6;
  font-size: 0.08333333rem;
  color: #08904e;
  padding-left: 0.13541667rem;
  position: relative;
  cursor: pointer;
}
.main38 .main38_con .right .title .filtrate .year .bt::before {
  content: "";
  border-right: 0.02604167rem solid transparent;
  border-left: 0.02604167rem solid transparent;
  border-top: 0.02604167rem solid #009657;
  position: absolute;
  top: 50%;
  right: 0.13020833rem;
  transform: translateY(-50%);
}
.main38 .main38_con .right .title .filtrate .year .con {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 0.05208333rem;
  display: none;
}
.main38 .main38_con .right .title .filtrate .year .con ul {
  background-color: #fff;
  border-radius: 0.05208333rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  padding: 0.05208333rem 0;
}
.main38 .main38_con .right .title .filtrate .year .con ul li {
  text-align: center;
  line-height: 0.20833333rem;
  color: #000;
  transition: all .3s;
  cursor: pointer;
  font-size: 0.07291667rem;
}
.main38 .main38_con .right .title .filtrate .year .con ul li:hover {
  color: #08904e;
}
.main38 .main38_con .right .title .filtrate .year .con.active {
  display: block;
}
.main38 .main38_con .right .title .filtrate .export_data {
  display: block;
  line-height: 0.30729167rem;
  border: 0.00520833rem solid #c2e0c8;
  border-radius: 0.30729167rem;
  font-size: 0.08333333rem;
  font-weight: bold;
  color: #08904e;
  text-align: center;
  padding: 0 0.15625rem;
}
.main38 .main38_con .right .con_box {
  margin-top: 0.15625rem;
}
.main38 .main38_con .right .con_box table {
  width: 100%;
}
.main38 .main38_con .right .con_box table thead {
  background-color: #fff;
}
.main38 .main38_con .right .con_box table thead tr th {
  height: 0.41666667rem;
  font-size: 0.09375rem;
  padding: 0.05208333rem 0.10416667rem;
}
.main38 .main38_con .right .con_box table thead tr th:first-child {
  width: 1.04166667rem;
}
.main38 .main38_con .right .con_box table thead tr th:nth-child(2) {
  width: 1.04166667rem;
}
.main38 .main38_con .right .con_box table thead tr th:nth-child(3) {
  width: calc(100% - 2.08333333rem);
}
.main38 .main38_con .right .con_box table tbody tr {
  transition: all .3s;
}
.main38 .main38_con .right .con_box table tbody tr td {
  height: 0.41666667rem;
  padding: 0.05208333rem 0.10416667rem;
  font-size: 0.07291667rem;
  color: #4c4c4c;
}
.main38 .main38_con .right .con_box table tbody tr:nth-child(even) {
  background-color: #fff;
}
.main38 .main38_con .right .con_box table tbody tr:hover {
  background-color: #eee;
}
.main39 {
  padding: 0.41666667rem 0 0.625rem;
}
.main39 .main39_con ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15625rem 0.10416667rem;
}
.main39 .main39_con ul li {
  width: 33.3333%;
  padding: 0 0.15625rem;
  margin-bottom: 0.3125rem;
}
.main40 {
  padding-top: 0.46875rem;
}
.main40 .main40_con {
  background-color: #fff;
  border-radius: 0.10416667rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  padding: 0.20833333rem;
  display: flex;
}
.main40 .main40_con .left {
  width: 3.20833333rem;
  position: relative;
}
.main40 .main40_con .left .swiper {
  height: 2.26041667rem;
}
.main40 .main40_con .left .swiper .swiper-slide {
  height: 100%;
}
.main40 .main40_con .left .swiper .swiper-slide .img {
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main40 .main40_con .left .swiper-pagination {
  position: initial;
  display: flex;
  justify-content: center;
  margin-top: 0.10416667rem;
}
.main40 .main40_con .left .swiper-pagination .swiper-pagination-bullet {
  background-color: #009657;
  width: 0.07291667rem;
  height: 0.07291667rem;
  margin: 0 0.05208333rem;
}
.main40 .main40_con .right {
  width: calc(100% - 3.20833333rem);
  padding: 0.36458333rem 0 0 0.41666667rem;
}
.main40 .main40_con .right ul li {
  display: flex;
  margin-bottom: 0.3125rem;
}
.main40 .main40_con .right ul li b {
  width: 0.625rem;
  font-size: 0.13541667rem;
  line-height: 0.15625rem;
  color: #08904e;
}
.main40 .main40_con .right ul li p {
  width: calc(100% - 0.625rem);
  font-size: 0.09375rem;
  color: #4c4c4c;
  line-height: 0.15625rem;
  padding-left: 0.26041667rem;
}
.main40 .main39 {
  padding-top: 0.20833333rem;
}
.main41 {
  padding: 0.41666667rem 0 0.9375rem;
}
.main41 .main41_con {
  display: flex;
}
.main41 .main41_con .left {
  width: calc(100% - 2.29166667rem);
  padding-right: 0.20833333rem;
}
.main41 .main41_con .left .item {
  margin-bottom: 0.26041667rem;
}
.main41 .main41_con .left .item .title3 {
  border-bottom: 0.01041667rem solid #e9f2f0;
  padding-bottom: 0.078125rem;
  margin-bottom: 0.15625rem;
}
.main41 .main41_con .left .item .con {
  font-size: 0.08333333rem;
  line-height: 1.8;
}
.main41 .main41_con .right {
  width: 2.29166667rem;
  height: 4.01041667rem;
  border: 0.00520833rem solid #e9f2f0;
  border-radius: 0.10416667rem;
  padding-top: 0.20833333rem;
}
.main41 .main41_con .right .con_box {
  padding: 0.20833333rem 0.10416667rem 0;
}
.main41 .main41_con .right .con_box ul li {
  height: 0.31770833rem;
  border-radius: 0.31770833rem;
  border: 0.00520833rem solid #056905;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 0.05208333rem;
}
.main41 .main41_con .right .con_box ul li .title {
  width: 0.67708333rem;
  display: flex;
  padding-left: 0.13020833rem;
  position: relative;
}
.main41 .main41_con .right .con_box ul li .title::before {
  content: "";
  width: 0.00520833rem;
  height: 0.10416667rem;
  background-color: #dbdbdb;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.main41 .main41_con .right .con_box ul li .title p {
  font-size: 0.08333333rem;
}
.main41 .main41_con .right .con_box ul li .title p span {
  color: red;
}
.main41 .main41_con .right .con_box ul li .con {
  width: calc(100% - 0.67708333rem);
  height: 100%;
}
.main41 .main41_con .right .con_box ul li .con .select_box {
  width: 100%;
  height: 100%;
  position: relative;
}
.main41 .main41_con .right .con_box ul li .con .select_box h5 {
  height: 100%;
  font-size: 0.08333333rem;
  padding-left: 0.15625rem;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.main41 .main41_con .right .con_box ul li .con .select_box h5::before {
  content: "";
  border-left: 0.02083333rem solid transparent;
  border-right: 0.02083333rem solid transparent;
  border-top: 0.02604167rem solid #000000;
  position: absolute;
  top: 50%;
  right: 0.15625rem;
  transform: translateY(-50%);
}
.main41 .main41_con .right .con_box ul li .con .select_box dl {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  background-color: #fff;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  border-radius: 0.05208333rem;
  padding: 0.05208333rem;
  display: none;
}
.main41 .main41_con .right .con_box ul li .con .select_box dl dd {
  text-align: center;
  line-height: 1.5;
  font-size: 0.08333333rem;
  cursor: pointer;
  padding: 0.02604167rem 0;
  transition: all .3s;
}
.main41 .main41_con .right .con_box ul li .con .select_box dl dd:hover {
  color: #056905;
}
.main41 .main41_con .right .con_box ul li .con .select_box dl.active {
  display: block;
}
.main41 .main41_con .right .con_box ul li .con input {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  font-size: 0.08333333rem;
  padding: 0 0.15625rem;
}
.main41 .main41_con .right .con_box ul li .con input:focus {
  outline: none;
}
.main41 .main41_con .right .con_box ul li.yzm {
  border: none;
  height: auto;
  border-radius: 0;
  background: none;
  justify-content: flex-end;
}
.main41 .main41_con .right .con_box ul li.yzm img {
  width: 0.83333333rem;
  border-radius: 0.15625rem;
  border: 0.00520833rem solid #056905;
  cursor: pointer;
}
.main41 .main41_con .right .con_box button {
  width: 0.80729167rem;
  height: 0.3125rem;
  background-color: #079052;
  border-radius: 0.3125rem;
  font-size: 0.08333333rem;
  font-weight: bold;
  color: #fff;
  border: none;
  margin-top: 0.05208333rem;
  transition: all .3s;
}
.main41 .main41_con .right .con_box button:focus {
  outline: none;
}
.main41 .main41_con .right .con_box button:hover {
  box-shadow: 0 0.02604167rem 0.05208333rem rgba(0, 0, 0, 0.2);
}
.main42 {
  padding: 0.41666667rem 0 0.52083333rem;
}
.main42 .main42_con {
  margin-top: 0.36458333rem;
}
.main42 .main42_con .title {
  font-size: 0.15625rem;
  font-weight: bold;
  color: #08904d;
  margin-bottom: 0.15625rem;
}
.main42 .main42_con .con_box {
  display: flex;
}
.main42 .main42_con .con_box .left {
  width: calc(100% - 2.21354167rem);
  padding-right: 0.26041667rem;
}
.main42 .main42_con .con_box .left.left_1 ul {
  padding-bottom: 0.15625rem;
}
.main42 .main42_con .con_box .left.left_1 ul li {
  margin-bottom: 0.15625rem;
}
.main42 .main42_con .con_box .left.left_2 .info {
  border-radius: 0.10416667rem;
  border: 0.00520833rem solid #056905;
  padding: 0.26041667rem;
  background-color: rgba(255, 255, 255, 0.3);
}
.main42 .main42_con .con_box .left.left_2 .info .title {
  border-bottom: 0.00520833rem solid #056905;
  padding-bottom: 0.15625rem;
  margin-bottom: 0.15625rem;
}
.main42 .main42_con .con_box .left.left_2 .info .title h5 {
  font-size: 0.15625rem;
  color: #056905;
  line-height: 1.6;
}
.main42 .main42_con .con_box .left.left_2 .info .title .date {
  font-size: 0.08333333rem;
  color: #4c4c4c;
  font-family: "Arial";
  font-weight: normal;
  margin-top: 0.15625rem;
}
.main42 .main42_con .con_box .left.left_2 .info .con {
  font-size: 0.08333333rem;
  color: #4c4c4c;
  line-height: 1.8;
}
.main42 .main42_con .con_box .left.left_2 .info .con img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  height: auto;
  border-radius: 0.10416667rem;
  margin: 0.05208333rem auto;
}
.main42 .main42_con .con_box .left.left_2 .info .page_turning {
  padding: 0.26041667rem 0.26041667rem 0;
}
.main42 .main42_con .con_box .left.left_2 .info .page_turning ul li {
  padding: 0.10416667rem 0;
  text-align: center;
}
.main42 .main42_con .con_box .left.left_2 .info .page_turning ul li a {
  font-size: 0.08333333rem;
  color: #009657;
  line-height: 1.5;
}
.main42 .main42_con .con_box .left.left_2 .info .page_turning ul li:last-child {
  border-top: 0.00520833rem solid #c7ead9;
}
.main42 .main42_con .con_box .right {
  width: 2.21354167rem;
}
.main42 .main42_con .con_box .right ul li {
  margin-bottom: 0.15625rem;
}
.main42 .main42_con .con_box .right ul li a {
  height: 1.3125rem;
  display: block;
  border-radius: 0.10416667rem;
  overflow: hidden;
  position: relative;
}
.main42 .main42_con .con_box .right ul li a .img {
  height: 100%;
  transition: all .3s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main42 .main42_con .con_box .right ul li a .text_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main42 .main42_con .con_box .right ul li a .text_box .text1 {
  font-family: "Arial";
  font-size: 0.109375rem;
}
.main42 .main42_con .con_box .right ul li a .text_box h5 {
  font-size: 0.1875rem;
  margin: 0.10416667rem 0 0.05208333rem;
}
.main42 .main42_con .con_box .right ul li a .text_box .text2 {
  font-size: 0.109375rem;
}
.main42 .main42_con .con_box .right ul li a:hover .img {
  transform: scale(1.1);
}
.main42 .main42_con .con_box .right ul li:last-child {
  margin-bottom: 0;
}
.main42.main42_2 .main42_con .con_box .left {
  width: 100%;
}
.main43 {
  padding: 0.41666667rem 0 0.67708333rem;
}
.main43 .main43_con ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.078125rem 0.15625rem;
}
.main43 .main43_con ul li {
  width: 25%;
  padding: 0 0.078125rem;
  margin-bottom: 0.15625rem;
}
.main44 {
  padding: 0.41666667rem 0 0.67708333rem;
}
.main44 .main44_con {
  margin-top: 0.3125rem;
}
.main44 .main44_con ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15625rem 0.15625rem;
}
.main44 .main44_con ul li {
  width: 33.3333%;
  padding: 0 0.15625rem;
  margin-bottom: 0.3125rem;
}
.main45 {
  padding: 0.26041667rem 0 0.9375rem;
}
.main45 .main45_con {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.main45 .main45_con .left {
  width: calc(100% - 2.8125rem);
  display: flex;
  justify-content: center;
}
.main45 .main45_con .left img {
  width: 3.33854167rem;
}
.main45 .main45_con .right {
  width: 2.8125rem;
  padding-top: 0.26041667rem;
}
.main45 .main45_con .right .con_box {
  border-radius: 0.10416667rem;
  background-color: #fff;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  padding: 0.3125rem 0.20833333rem 0.20833333rem;
}
.main45 .main45_con .right .con_box .item {
  display: none;
}
.main45 .main45_con .right .con_box .item .title ul {
  display: flex;
  justify-content: center;
}
.main45 .main45_con .right .con_box .item .title ul li {
  margin: 0 0.10416667rem;
}
.main45 .main45_con .right .con_box .item .title ul li a {
  display: block;
  font-size: 0.1875rem;
  font-weight: bold;
  color: #000;
}
.main45 .main45_con .right .con_box .item .title ul li a.active {
  color: #08904e;
}
.main45 .main45_con .right .con_box .item .title .text {
  font-size: 0.09375rem;
  color: #666;
  text-align: center;
  margin-top: 0.10416667rem;
  letter-spacing: 0.0078125rem;
}
.main45 .main45_con .right .con_box .item .con {
  margin-top: 0.26041667rem;
}
.main45 .main45_con .right .con_box .item .con ul {
  display: none;
}
.main45 .main45_con .right .con_box .item .con ul li {
  height: 0.38020833rem;
  display: flex;
  align-items: center;
  border: 0.00520833rem solid #056905;
  border-radius: 0.38020833rem;
  margin-bottom: 0.10416667rem;
}
.main45 .main45_con .right .con_box .item .con ul li .title {
  width: 0.72916667rem;
  font-size: 0.08333333rem;
  position: relative;
  padding-left: 0.234375rem;
}
.main45 .main45_con .right .con_box .item .con ul li .title::before {
  content: "";
  width: 0.00520833rem;
  height: 0.10416667rem;
  background-color: #dbdbdb;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.main45 .main45_con .right .con_box .item .con ul li .input_box {
  width: calc(100% - 0.72916667rem);
  height: 100%;
  position: relative;
}
.main45 .main45_con .right .con_box .item .con ul li .input_box input {
  width: 100%;
  height: 100%;
  font-size: 0.08333333rem;
  border: none;
  background: none;
  padding: 0 0.15625rem;
}
.main45 .main45_con .right .con_box .item .con ul li .input_box input:focus {
  outline: none;
}
.main45 .main45_con .right .con_box .item .con ul li .input_box input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #333 !important;
}
.main45 .main45_con .right .con_box .item .con ul li .input_box.yzm input {
  padding-right: 0.9375rem;
}
.main45 .main45_con .right .con_box .item .con ul li .input_box.yzm a {
  width: 0.67708333rem;
  line-height: 0.23958333rem;
  background-color: #edfefa;
  border-radius: 0.23958333rem;
  font-size: 0.08333333rem;
  color: #08904e;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0.078125rem;
  transform: translateY(-50%);
  z-index: 2;
  transition: all .3s;
}
.main45 .main45_con .right .con_box .item .con ul li .input_box.yzm a:hover {
  background-color: #2fcea9;
  color: #fff;
}
.main45 .main45_con .right .con_box .item .con ul li .input_box.yzm a.active {
  cursor: not-allowed !important;
  background-color: #edfefa;
  color: #08904e;
}
.main45 .main45_con .right .con_box .item .con ul li:last-child {
  margin-bottom: 0;
}
.main45 .main45_con .right .con_box .item .con ul li.province .input_box input {
  cursor: pointer !important;
}
.main45 .main45_con .right .con_box .item .con ul li.province .input_box .dl_box {
  position: absolute;
  min-width: 100%;
  max-height: 1.35416667rem;
  overflow-y: auto;
  top: 100%;
  left: 0;
  z-index: 10;
  white-space: nowrap;
  display: none;
  border-radius: 0.05208333rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.main45 .main45_con .right .con_box .item .con ul li.province .input_box .dl_box dl {
  padding: 0.05208333rem 0;
}
.main45 .main45_con .right .con_box .item .con ul li.province .input_box .dl_box dl dd {
  line-height: 0.20833333rem;
  padding: 0 0.10416667rem;
  cursor: pointer;
  transition: all .3s;
  font-size: 0.08333333rem;
}
.main45 .main45_con .right .con_box .item .con ul li.province .input_box .dl_box dl dd:hover {
  background-color: #086c0c;
  color: #fff;
}
.main45 .main45_con .right .con_box .item .con ul li.province .input_box .dl_box.active {
  display: block;
}
.main45 .main45_con .right .con_box .item .con ul.active {
  display: block;
}
.main45 .main45_con .right .con_box .item .agreement {
  margin-top: 0.13020833rem;
  padding-left: 0.13020833rem;
  font-size: 0.08333333rem;
  color: #4c4c4c;
  display: flex;
}
.main45 .main45_con .right .con_box .item .agreement p {
  padding-left: 0.20833333rem;
  cursor: pointer;
  position: relative;
}
.main45 .main45_con .right .con_box .item .agreement p i {
  width: 0.13541667rem;
  height: 0.13541667rem;
  border: 0.00520833rem solid #b2b2b2;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 0.02604167rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main45 .main45_con .right .con_box .item .agreement p i::before {
  content: "\e62f";
  font-family: "iconfont";
  font-size: 0.09375rem;
  color: #009657;
  opacity: 0;
}
.main45 .main45_con .right .con_box .item .agreement p.active i {
  border-color: #009657;
}
.main45 .main45_con .right .con_box .item .agreement p.active i::before {
  opacity: 1;
}
.main45 .main45_con .right .con_box .item .agreement a {
  color: #08904d;
  margin-left: 0.02604167rem;
}
.main45 .main45_con .right .con_box .item .agreement a:hover {
  text-decoration: underline !important;
}
.main45 .main45_con .right .con_box .item button {
  display: block;
  width: 1.04166667rem;
  height: 0.36458333rem;
  margin: 0.20833333rem auto 0;
  background-image: linear-gradient(to right, #09904e, #0088a7);
  border: 0.00520833rem solid #056905;
  border-radius: 0.36458333rem;
  font-size: 0.09375rem;
  font-weight: bold;
  color: #fff;
  transition: all .3s;
}
.main45 .main45_con .right .con_box .item button:hover {
  box-shadow: 0 0.02604167rem 0.05208333rem rgba(0, 0, 0, 0.2);
}
.main45 .main45_con .right .con_box .item .bottom {
  margin-top: 0.13020833rem;
}
.main45 .main45_con .right .con_box .item .bottom ul {
  display: flex;
  justify-content: space-between;
}
.main45 .main45_con .right .con_box .item .bottom ul li a {
  font-size: 0.08333333rem;
  color: #000;
  transition: all .3s;
}
.main45 .main45_con .right .con_box .item .bottom ul li a span {
  color: #08904e;
}
.main45 .main45_con .right .con_box .item .bottom ul li a:hover {
  text-decoration: underline !important;
}
.main45 .main45_con .right .con_box .item .bottom ul.active {
  justify-content: flex-end;
}
.main45 .main45_con .right .con_box .item .bottom ul.active li:nth-child(1) {
  display: none;
}
.main45 .main45_con .right .con_box .item.register_item .bottom ul,
.main45 .main45_con .right .con_box .item.password_item .bottom ul {
  justify-content: center;
}
.main45 .main45_con .right .con_box .item.active {
  display: block;
}
.main46 {
  padding: 0.10416667rem 0 0.36458333rem;
  position: relative;
  z-index: 2000;
}
.main46 .main46_con {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.10416667rem;
  padding: 0.10416667rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.main46 .main46_con .main46_con_left {
  width: 1.5625rem;
  background-color: #fff;
  border-radius: 0.10416667rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  padding: 0.20833333rem 0.10416667rem;
}
.main46 .main46_con .main46_con_right {
  width: calc(100% - 1.5625rem);
  padding: 0.20833333rem 0.20833333rem 0.20833333rem 0.46875rem;
}
.main47 .top {
  text-align: center;
}
.main47 .top .title {
  font-size: 0.1875rem;
  font-weight: bold;
  color: #08904e;
}
.main47 .top .photo {
  width: 0.859375rem;
  height: 0.859375rem;
  border: 0.00520833rem solid #e8e8e8;
  border-radius: 50%;
  margin: 0.15625rem auto 0.125rem;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.main47 .top .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main47 .top .tel {
  font-size: 0.125rem;
  font-weight: bold;
  font-family: "Arial";
  color: #010101;
}
.main47 .top .upgrade {
  font-size: 0.07291667rem;
  color: #08904d;
}
.main47 .top .upgrade a {
  font-size: 0.07291667rem;
  color: #08904d;
  text-decoration: underline !important;
}
.main47 .nav {
  margin-top: 0.15625rem;
}
.main47 .nav ul li {
  margin-bottom: 0.05208333rem;
}
.main47 .nav ul li a {
  height: 0.33333333rem;
  display: flex;
  align-items: center;
  padding: 0 0.20833333rem;
  border-radius: 0.33333333rem;
  background-color: #e5f4ee;
}
.main47 .nav ul li a .icon {
  width: 0.10416667rem;
  height: 100%;
  margin-right: 0.05208333rem;
}
.main47 .nav ul li a .icon .img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main47 .nav ul li a .icon .img.img_2 {
  display: none;
}
.main47 .nav ul li a p {
  font-size: 0.09375rem;
  font-weight: bold;
  color: #009657;
}
.main47 .nav ul li a.active {
  background-color: #009657;
}
.main47 .nav ul li a.active .icon .img.img_1 {
  display: none;
}
.main47 .nav ul li a.active .icon .img.img_2 {
  display: block;
}
.main47 .nav ul li a.active p {
  color: #fff;
}
.main47 .nav ul li:last-child {
  margin-bottom: 0;
}
.main48 .main48_con_1 {
  margin-top: 0.15625rem;
}
.main48 .main48_con_1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.15625rem;
}
.main48 .main48_con_1 .item .bt {
  font-size: 0.08333333rem;
  width: 0.41666667rem;
}
.main48 .main48_con_1 .item .bt.change_profile {
  display: flex;
}
.main48 .main48_con_1 .item .bt.change_profile:hover {
  color: #08904e;
}
.main48 .main48_con_1 .item .bt.change_profile span {
  cursor: pointer;
  transition: all .3s;
  position: relative;
}
.main48 .main48_con_1 .item .bt.change_profile span::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #086c0c;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s;
}
.main48 .main48_con_1 .item .con {
  width: calc(100% - 0.41666667rem);
  padding-left: 0.05208333rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.08333333rem;
  position: relative;
}
.main48 .main48_con_1 .item .con .profile {
  width: 0.53125rem;
  height: 0.53125rem;
  border-radius: 50%;
  border: 0.00520833rem solid #e6e6e6;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.main48 .main48_con_1 .item .con .profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main48 .main48_con_1 .item .con .but {
  font-size: 0.08333333rem;
  margin-left: 0.10416667rem;
  cursor: pointer;
}
.main48 .main48_con_1 .item .con input {
  width: 1.5625rem;
  height: 0.265625rem;
  background-color: #fff;
  border: 0.00520833rem solid #e6e6e6;
  border-radius: 0.265625rem;
  padding: 0 0.15625rem;
}
.main48 .main48_con_1 .item .con input:focus {
  outline: none;
}
.main48 .main48_con_1 .more1 {
  margin: 0.52083333rem 0 0 0.46875rem;
}
.main48 .main48_con_2 {
  margin-top: 0.41666667rem;
}
.main48 .main48_con_2 .title_1 {
  font-size: 0.1875rem;
  font-weight: bold;
}
.main48 .main48_con_2 .con_box {
  margin-top: 0.20833333rem;
}
.main48 .main48_con_2 .con_box .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.15625rem;
}
.main48 .main48_con_2 .con_box .item .bt {
  font-size: 0.08333333rem;
  width: 0.41666667rem;
}
.main48 .main48_con_2 .con_box .item .con {
  width: calc(100% - 0.41666667rem);
  padding-left: 0.05208333rem;
  display: flex;
  align-items: center;
  font-size: 0.08333333rem;
}
.main48 .main48_con_2 .con_box .item .con input {
  width: 1.5625rem;
  height: 0.265625rem;
  background-color: #fff;
  border: 0.00520833rem solid #e6e6e6;
  border-radius: 0.265625rem;
  padding: 0 0.15625rem;
}
.main48 .main48_con_2 .con_box .item .con input:focus {
  outline: none;
}
.main48 .main48_con_2 .con_box .item .con .toUpload {
  width: 0.625rem;
  line-height: 0.26041667rem;
  background-color: #e5efe7;
  border: 0.00520833rem solid #e6e6e6;
  border-radius: 0.26041667rem;
  font-size: 0.08333333rem;
  color: #999;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
}
.main48 .main48_con_2 .con_box .item .con .toUpload:hover {
  background-color: #009657;
  border-color: #009657;
  color: #fff;
}
.main48 .main48_con_2 .more1 {
  margin: 0.52083333rem 0 0 0.46875rem;
}
.main48 .main48_con_2 .picture-upload {
  padding-left: 0.52083333rem;
}
.main48 .main48_con_2 .picture-upload .imgbox dd {
  width: 1.25rem;
  height: 0.84375rem;
  background-color: #fff;
}
.main48 .main48_con_2 .picture-upload .imgbox .but {
  background-color: #fff;
  border: 0.00520833rem solid #e6e6e6;
}
.main49 .main49_con {
  margin-top: 0.3125rem;
}
.main49 .main49_con .con_box .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.15625rem;
}
.main49 .main49_con .con_box .item .bt {
  width: 0.41666667rem;
  font-size: 0.08333333rem;
  text-align: right;
}
.main49 .main49_con .con_box .item .con {
  width: calc(100% - 0.41666667rem);
  font-size: 0.08333333rem;
  padding-left: 0.10416667rem;
}
.main49 .main49_con .con_box .item .con input {
  width: 1.5625rem;
  height: 0.265625rem;
  background-color: #fff;
  border: 0.00520833rem solid #e6e6e6;
  border-radius: 0.265625rem;
  padding: 0 0.15625rem;
}
.main49 .main49_con .con_box .item .con input:focus {
  outline: none;
}
.main49 .main49_con .more1 {
  padding-left: 0.52083333rem;
  padding-top: 0.15625rem;
}
.main50 .main50_con {
  margin-top: 0.20833333rem;
}
.main50 .main50_con table {
  width: 100%;
}
.main50 .main50_con table thead {
  background-color: #fff;
}
.main50 .main50_con table thead tr th {
  height: 0.41666667rem;
  font-size: 0.09375rem;
  padding: 0 0.05208333rem;
}
.main50 .main50_con table tbody tr {
  transition: all .3s;
}
.main50 .main50_con table tbody tr td {
  height: 0.41666667rem;
  font-size: 0.07291667rem;
  padding: 0.05208333rem;
}
.main50 .main50_con table tbody tr:nth-child(even) {
  background-color: #fff;
}
.main50 .main50_con table tbody tr:hover {
  background-color: #eee;
}
.main50 .main50_con table .view_report {
  display: block;
  line-height: 0.16145833rem;
  background-color: #079052;
  font-size: 0.07291667rem;
  font-weight: bold;
  color: #fff;
  width: max-content;
  padding: 0 0.10416667rem;
  border-radius: 0.16145833rem;
  margin: 0 auto;
}
.main50 .main50_con table.table_1 thead tr th:nth-child(1) {
  width: 1.04166667rem;
}
.main50 .main50_con table.table_1 thead tr th:nth-child(2) {
  width: 1.04166667rem;
}
.main50 .main50_con table.table_1 thead tr th:nth-child(3) {
  width: 0.78125rem;
  text-align: center;
}
.main50 .main50_con table.table_1 thead tr th:nth-child(4) {
  width: 1.04166667rem;
}
.main50 .main50_con table.table_1 thead tr th:nth-child(5) {
  width: calc(100% - 3.90625rem);
}
.main50 .main50_con table.table_1 tbody tr td:nth-child(3) {
  text-align: center;
}
.main50 .main50_con table.table_2 thead tr th:nth-child(1) {
  width: 0.625rem;
  text-align: center;
}
.main50 .main50_con table.table_2 thead tr th:nth-child(2) {
  width: 0.625rem;
}
.main50 .main50_con table.table_2 thead tr th:nth-child(3) {
  width: 0.52083333rem;
}
.main50 .main50_con table.table_2 thead tr th:nth-child(4) {
  width: 0.78125rem;
}
.main50 .main50_con table.table_2 thead tr th:nth-child(5) {
  width: calc(100% - 4.47916667rem);
}
.main50 .main50_con table.table_2 thead tr th:nth-child(6) {
  width: 0.52083333rem;
  text-align: center;
}
.main50 .main50_con table.table_2 thead tr th:nth-child(7) {
  width: 0.625rem;
}
.main50 .main50_con table.table_2 thead tr th:nth-child(8) {
  width: 0.78125rem;
  text-align: center;
}
.main50 .main50_con table.table_2 tbody tr td:nth-child(1),
.main50 .main50_con table.table_2 tbody tr td:nth-child(6) {
  text-align: center;
}
.main50 .main50_con table.table_3 thead tr th:nth-child(1) {
  width: 1.04166667rem;
}
.main50 .main50_con table.table_3 thead tr th:nth-child(2) {
  width: 0.78125rem;
}
.main50 .main50_con table.table_3 thead tr th:nth-child(3) {
  width: 0.78125rem;
}
.main50 .main50_con table.table_3 thead tr th:nth-child(4) {
  width: calc(100% - 3.64583333rem);
}
.main50 .main50_con table.table_3 thead tr th:nth-child(5) {
  width: 1.04166667rem;
}
.main50 .main50_con table.table_4 thead tr th:nth-child(1) {
  width: 1.04166667rem;
  text-align: center;
}
.main50 .main50_con table.table_4 thead tr th:nth-child(2) {
  width: 0.78125rem;
}
.main50 .main50_con table.table_4 thead tr th:nth-child(3) {
  width: calc(100% - 3.90625rem);
}
.main50 .main50_con table.table_4 thead tr th:nth-child(4) {
  width: 0.52083333rem;
}
.main50 .main50_con table.table_4 thead tr th:nth-child(5) {
  width: 0.78125rem;
  text-align: center;
}
.main50 .main50_con table.table_4 thead tr th:last-child {
  width: 0.78125rem;
  text-align: center;
}
.main50 .main50_con table.table_4 tbody tr td:nth-child(5) {
  text-align: center;
}
.main50 .main50_con table.table_4 tbody tr td .imgbox {
  width: 0.61458333rem;
  height: 0.61458333rem;
  border-radius: 0.10416667rem;
  overflow: hidden;
  margin: 0 auto;
}
.main50 .main50_con table.table_4 tbody tr td .imgbox .img {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main50 .main50_con table.table_5 {
  min-width: 400px;
}
.main50 .main50_con table.table_5 thead tr th {
  width: 33.333%;
}
.main50 .main50_con table.table_6 thead tr th {
  text-align: center;
}
.main50 .main50_con table.table_6 thead tr th:nth-child(1) {
  width: calc(100% - 3.64583333rem);
}
.main50 .main50_con table.table_6 thead tr th:nth-child(2) {
  width: 1.5625rem;
}
.main50 .main50_con table.table_6 thead tr th:nth-child(3),
.main50 .main50_con table.table_6 thead tr th:nth-child(4) {
  width: 1.04166667rem;
}
.main50 .main50_con table.table_6 tbody tr td {
  text-align: center;
}
.main50 .main50_con .page_div {
  margin-top: 0.26041667rem;
}
.main51 .main52_con {
  margin-top: 0.20833333rem;
}
.main51 .main52_con .item {
  display: flex;
  margin-bottom: 0.15625rem;
}
.main51 .main52_con .item .bt {
  font-size: 0.08333333rem;
  width: 0.41666667rem;
  line-height: 0.265625rem;
}
.main51 .main52_con .item .con {
  width: calc(100% - 0.41666667rem);
  padding-left: 0.05208333rem;
}
.main51 .main52_con .item .con input,
.main51 .main52_con .item .con textarea {
  width: 1.5625rem;
  height: 0.265625rem;
  background-color: #fff;
  border: 0.00520833rem solid #e6e6e6;
  border-radius: 0.265625rem;
  padding: 0 0.15625rem;
  font-size: 0.08333333rem;
}
.main51 .main52_con .item .con input:focus,
.main51 .main52_con .item .con textarea:focus {
  outline: none;
}
.main51 .main52_con .item .con textarea {
  width: 100%;
  height: 1.38541667rem;
  border-radius: 0.10416667rem;
  resize: none;
  padding: 0.078125rem 0.15625rem;
}
.main51 .more1 {
  padding-left: 0.46875rem;
}
.main52 .main52_con {
  margin-top: 0.20833333rem;
}
.main52 .main52_con .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.15625rem;
}
.main52 .main52_con .item .bt {
  width: 0.41666667rem;
  font-size: 0.08333333rem;
  text-align: right;
}
.main52 .main52_con .item .con {
  width: calc(100% - 0.41666667rem);
  padding-left: 0.10416667rem;
}
.main52 .main52_con .item .con input {
  width: 1.5625rem;
  height: 0.265625rem;
  border: 0.00520833rem solid #e6e6e6;
  border-radius: 0.265625rem;
  background-color: #fff;
  padding: 0 0.15625rem;
  font-size: 0.08333333rem;
}
.main52 .main52_con .item .con input:focus {
  outline: none;
}
.main52 .main52_con .item .con .user_select {
  width: 1.5625rem;
  height: 0.265625rem;
  border: 0.00520833rem solid #e6e6e6;
  border-radius: 0.265625rem;
  background-color: #fff;
  position: relative;
}
.main52 .main52_con .item .con .user_select h5 {
  font-size: 0.08333333rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 0.15625rem;
  position: relative;
}
.main52 .main52_con .item .con .user_select h5::before {
  content: "";
  border-left: 0.02604167rem solid transparent;
  border-right: 0.02604167rem solid transparent;
  border-top: 0.02604167rem solid #000000;
  position: absolute;
  top: 50%;
  right: 0.10416667rem;
  transform: translateY(-50%);
}
.main52 .main52_con .item .con .user_select .ul_box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 0.05208333rem;
  display: none;
}
.main52 .main52_con .item .con .user_select .ul_box ul {
  background-color: #fff;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  border-radius: 0.05208333rem;
  text-align: center;
  padding: 0.05208333rem;
}
.main52 .main52_con .item .con .user_select .ul_box ul li {
  line-height: 0.20833333rem;
  font-size: 0.08333333rem;
  cursor: pointer;
  padding: 0 0.05208333rem;
  transition: all .3s;
}
.main52 .main52_con .item .con .user_select .ul_box ul li:hover {
  color: #009657;
}
.main52 .main52_con .item .con .user_select .ul_box.active {
  display: block;
}
.main52 .main52_con .item .con .yzm {
  width: 1.5625rem;
  height: 0.265625rem;
  border: 0.00520833rem solid #e6e6e6;
  border-radius: 0.265625rem;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.main52 .main52_con .item .con .yzm input {
  border: none;
  padding-right: 0.83333333rem;
}
.main52 .main52_con .item .con .yzm img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 0.78125rem;
  height: 100%;
  cursor: pointer;
}
.main52 .main52_con .item .con .tag ul {
  display: flex;
  flex-wrap: wrap;
}
.main52 .main52_con .item .con .tag ul li a {
  display: block;
  padding: 0 0.15625rem;
  line-height: 0.30729167rem;
  border: 0.00520833rem solid rgba(5, 105, 5, 0.2);
  font-size: 0.08333333rem;
  font-weight: bold;
  color: #08904e;
  border-radius: 0.30729167rem;
  margin: 0 0.05208333rem 0.05208333rem 0;
  transition: all .3s;
}
.main52 .main52_con .item .con .tag ul li a:hover,
.main52 .main52_con .item .con .tag ul li a.active {
  background-color: #e2f4ee;
}
.main52 .main52_con .item .con .tag .second {
  background-color: #e2f4ee;
  padding: 0.10416667rem 0.15625rem 0.05208333rem;
  margin-top: 0.078125rem;
  font-size: 0.07291667rem;
  color: #08904e;
  display: none;
  flex-wrap: wrap;
  border-radius: 0.15625rem;
}
.main52 .main52_con .item .con .tag .second .cell {
  margin-right: 0.15625rem;
  margin-bottom: 0.05208333rem;
}
.main52 .main52_con .item .con .tag .second.active {
  display: flex;
}
.main52 .main52_con .item .con .toUpload {
  width: 0.625rem;
  line-height: 0.26041667rem;
  background-color: #e5efe7;
  border: 0.00520833rem solid #e6e6e6;
  border-radius: 0.26041667rem;
  font-size: 0.08333333rem;
  color: #999;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
}
.main52 .main52_con .item .con .toUpload:hover {
  background-color: #009657;
  border-color: #009657;
  color: #fff;
}
.main52 .main52_con .item .con .picture-upload {
  margin-top: 0.15625rem;
}
.main52 .main52_con .item .con .picture-upload .imgbox dd {
  width: 1.25rem;
  height: 0.84375rem;
  background-color: #fff;
}
.main52 .main52_con .item .con .picture-upload .imgbox .but {
  background-color: #fff;
  border: 0.00520833rem solid #e6e6e6;
}
.main52 .main52_con .item.type {
  align-items: flex-start;
}
.main52 .main52_con .item.type .bt {
  line-height: 0.30729167rem;
}
.main52 .main52_con .item.qualification {
  align-items: flex-start;
}
.main52 .main52_con .item.qualification .bt {
  line-height: 0.26041667rem;
}
.main52 .more1 {
  padding-left: 0.52083333rem;
  margin-top: 0.26041667rem;
}
footer {
  position: relative;
  background: url(../images/bg20.jpg) no-repeat center center / cover;
  padding-top: 60px;
}
footer .footer_box {
  overflow: hidden;
}
footer::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(8, 108, 12, 0.3), rgba(8, 108, 12, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  display: none !important;
}
footer::after {
  content: "";
  width: 9.96875rem;
  height: 4.82291667rem;
  background: url(../images/bg1.png) no-repeat center bottom / cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none !important;
}
footer .footer_con_1 {
  padding-bottom: 0.41666667rem;
  display: flex;
  position: relative;
  z-index: 1;
}
footer .footer_con_1 .left {
  width: 3.02083333rem;
  padding-right: 0.26041667rem;
  position: relative;
}
footer .footer_con_1 .left::before {
  content: "";
  width: 0.00520833rem;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer_con_1 .left img {
  width: 1.85416667rem;
}
footer .footer_con_1 .left .text1 {
  font-size: 0.15625rem;
  font-weight: bold;
  color: #fff;
  padding: 0.41666667rem 0 0.15625rem;
  border-bottom: 0.00520833rem solid rgba(0, 150, 87, 0.2);
}
footer .footer_con_1 .left .text2 {
  font-size: 0.09375rem;
  line-height: 1.5;
  margin-top: 0.20833333rem;
  color: #fff;
}
footer .footer_con_1 .right {
  width: calc(100% - 3.02083333rem);
  padding-left: 0.26041667rem;
  display: flex;
  position: relative;
}
footer .footer_con_1 .right::before {
  content: "";
  width: 0.00520833rem;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 150, 87, 0), rgba(0, 150, 87, 0.2), rgba(0, 150, 87, 0));
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer_con_1 .right .con1 {
  width: calc(100% - 1.35416667rem);
  padding-right: 0.3125rem;
}
footer .footer_con_1 .right .con1 .logo {
  width: 1.65104167rem;
}
footer .footer_con_1 .right .con1 .text1 {
  font-size: 0.10416667rem;
  line-height: 2;
}
footer .footer_con_1 .right .con1 h5 {
  font-size: 0.15625rem;
  line-height: 1.5;
}
footer .footer_con_1 .right .con1 ul {
  margin-top: 0.36458333rem;
}
footer .footer_con_1 .right .con1 ul li {
  font-size: 0.08333333rem;
  line-height: 1.5;
  margin-bottom: 0.10416667rem;
  color: #fff;
}
footer .footer_con_1 .right .con1 ul li span {
  margin-right: 0.05208333rem;
  color: #fff;
}
footer .footer_con_1 .right .con1 .weixin {
  margin-top: 0.15625rem;
}
footer .footer_con_1 .right .con1 .weixin img {
  width: 0.66145833rem;
  height: 0.66145833rem;
}
footer .footer_con_1 .right .nav {
  width: 1.35416667rem;
}
footer .footer_con_1 .right .nav ul li {
  margin-bottom: 0.05208333rem;
}
footer .footer_con_1 .right .nav ul li a {
  display: flex;
  justify-content: center;
  line-height: 0.38541667rem;
  background-color: #009657;
  transition: all .3s;
}
footer .footer_con_1 .right .nav ul li a .icon {
  width: 0.10416667rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.10416667rem;
}
footer .footer_con_1 .right .nav ul li a p {
  width: 0.36458333rem;
  font-size: 0.08333333rem;
  color: #fff;
}
footer .footer_con_1 .right .nav ul li a:hover {
  background-color: #06603a;
}
footer .footer_con_2 {
  padding-bottom: 0.3125rem;
  font-size: 0.08333333rem;
  color: #fff;
  margin-top: 0.15625rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
footer .footer_con_2 a {
  color: #fff;
  margin-right: 0.10416667rem;
  margin-bottom: 0.05208333rem;
}
footer .footer_con_2 a:hover {
  text-decoration: underline !important;
}
footer .footer_con_3 {
  background-color: rgba(0, 150, 87, 0.1);
  padding: 0.15625rem 0;
  position: relative;
  z-index: 1;
}
footer .footer_con_3 .container_box {
  display: flex;
  justify-content: space-between;
  font-size: 0.08333333rem;
  color: #fff;
  line-height: 1.5;
}
footer .footer_con_3 .container_box a {
  color: #fff;
}
.search_1 {
  width: 100%;
  margin: 0.15625rem auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.search_1 input {
  width: calc(100% - 1.14583333rem);
  height: 0.38020833rem;
  border: 0.00520833rem solid #056905;
  border-radius: 0.38020833rem;
  padding: 0 0.20833333rem;
  box-shadow: inset 0 0.01041667rem 0.05208333rem rgba(7, 144, 82, 0.4);
  font-size: 0.08333333rem;
}
.search_1 input:focus {
  outline: none;
}
.search_1 button {
  width: 1.04166667rem;
  height: 0.38020833rem;
  background-image: linear-gradient(to right, #098f50, #0188a6);
  border: 0.00520833rem solid #056905;
  border-radius: 0.38020833rem;
  font-size: 0.09375rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search_1 button span {
  width: 0.10416667rem;
  height: 0.10416667rem;
  background: url(../images/icon1_2.png) no-repeat center center / contain;
  margin-left: 0.078125rem;
}
.search_1.search_1_2 {
  width: 5.91666667rem;
}
.search_1.search_1_2 input {
  width: calc(100% - 2.23958333rem);
}
.search_1.search_1_2 .but_box {
  width: 2.23958333rem;
  display: flex;
  justify-content: space-between;
  padding-left: 0.078125rem;
}
.search_1.search_1_2 .but_box button.reset_but {
  background-image: linear-gradient(to right, rgba(9, 143, 80, 0.1), rgba(1, 136, 166, 0.1));
  color: #09904c;
  border-color: #ddf0e5;
}
.suspend {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 2005;
  transform: translateY(-50%);
}
.suspend ul li {
  margin-bottom: 0.05208333rem;
}
.suspend ul li a {
  width: 0.828125rem;
  height: 0.359375rem;
  display: flex;
  align-items: center;
  background-color: #bfe7d7;
  border-top-left-radius: 0.359375rem;
  border-bottom-left-radius: 0.359375rem;
  padding-left: 0.15625rem;
  transition: all .3s;
  position: relative;
}
.suspend ul li a .icon {
  width: 0.15625rem;
  height: 0.15625rem;
  margin-right: 0.05208333rem;
  position: relative;
}
.suspend ul li a .icon .img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}
.suspend ul li a .icon .img.img_2 {
  opacity: 0;
}
.suspend ul li a p {
  font-size: 0.09375rem;
  font-weight: bold;
  color: #098b43;
  transition: all .3s;
}
.suspend ul li a .weixin {
  position: absolute;
  bottom: 0;
  right: 100%;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  margin-right: 0.05208333rem;
  display: none;
  padding: 0.05208333rem;
  background-color: #fff;
}
.suspend ul li a .weixin img {
  width: 0.78125rem;
  height: 0.78125rem;
}
.suspend ul li a .weixin p {
  font-size: 0.08333333rem;
  font-weight: normal;
  text-align: center;
  margin-top: 0.02604167rem;
}
.suspend ul li a .phone_box {
  min-width: 0.78125rem;
  padding: 0 0.10416667rem;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.09375rem;
  color: #098b43;
  border-radius: 0.05208333rem;
  margin-right: 0.05208333rem;
  white-space: nowrap;
  display: none;
}
.suspend ul li a .phone_box span {
  margin-right: 0.05208333rem;
  font-size: 0.09375rem;
}
.suspend ul li a:hover {
  background-color: #098b43;
}
.suspend ul li a:hover .icon .img.img_1 {
  opacity: 0;
}
.suspend ul li a:hover .icon .img.img_2 {
  opacity: 1;
}
.suspend ul li a:hover p {
  color: #fff;
}
.suspend ul li a:hover .weixin {
  display: block;
}
.suspend ul li a:hover .weixin p {
  color: #098b43;
}
.suspend ul li a:hover .phone_box {
  display: flex;
}
.suspend ul li:last-child {
  margin-bottom: 0;
}
.crumbs1 {
  color: #09904c;
  font-size: 0.07291667rem;
  margin-top: 0.10416667rem;
  position: relative;
  z-index: 1;
}
.crumbs1 span {
  font-size: 0.08333333rem;
}
.crumbs1 a {
  color: #09904c;
}
.crumbs1 a:hover {
  text-decoration: underline !important;
}
.picture-upload .imgbox {
  box-sizing: border-box;
  margin: 0 -0.02604167rem;
}
.picture-upload .imgbox::before,
.picture-upload .imgbox::after {
  content: "";
  display: table;
}
.picture-upload .imgbox::after {
  clear: both;
}
.picture-upload .imgbox dd {
  width: 0.46875rem;
  height: 0.63541667rem;
  float: left;
  box-sizing: border-box;
  border-radius: 0.02604167rem;
  margin-right: 0.10416667rem;
}
.picture-upload .imgbox dd > div {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.00520833rem solid #cccccc;
  box-sizing: border-box;
  border-radius: 0.02604167rem;
}
.picture-upload .imgbox dd:last-child > div {
  padding: 0;
  border: none;
}
.picture-upload .imgbox dd .del {
  width: 0.10416667rem;
  height: 0.10416667rem;
  position: absolute;
  top: -0.05208333rem;
  right: -0.05208333rem;
  background-color: #08904e;
  cursor: pointer;
  border-radius: 50%;
}
.picture-upload .imgbox dd .del::before,
.picture-upload .imgbox dd .del::after {
  content: "";
  width: 60%;
  height: 0.00520833rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.picture-upload .imgbox dd .del::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.picture-upload .imgbox dd .del::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.picture-upload .imgbox dd .img {
  cursor: pointer;
}
.picture-upload .imgbox .but {
  width: 100%;
  height: 100%;
  background: #eee;
  position: relative;
  margin: 0.05208333rem 0;
  transition: all .3s;
  border-radius: 0.02604167rem;
}
.picture-upload .imgbox .but::before,
.picture-upload .imgbox .but::after {
  content: "";
  width: 0.20833333rem;
  height: 0.02604167rem;
  background: #ff4848;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: all .3s;
  display: none;
}
.picture-upload .imgbox .but::after {
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.picture-upload .imgbox img {
  max-width: 100%;
  max-height: 100%;
}
.calculate_result {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  display: none;
  overflow-y: auto;
  padding: 0.15625rem 0;
}
.calculate_result .con_box {
  width: 2.8125rem;
  border-radius: 0.10416667rem;
  padding: 0.26041667rem 0.10416667rem;
  background: #ffffff url(../images/bg18.jpg) no-repeat center bottom / 100% auto;
  position: relative;
  margin: auto;
}
.calculate_result .con_box .off {
  width: 0.15625rem;
  height: 0.15625rem;
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 0.05208333rem;
  right: 0.05208333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.calculate_result .con_box .off span {
  font-size: 0.09375rem;
  color: #fff;
  transform: rotate(45deg);
  top: 0;
}
.calculate_result .con_box .title {
  text-align: center;
}
.calculate_result .con_box .title h5 {
  font-size: 0.1875rem;
  font-weight: bold;
  color: #08904e;
}
.calculate_result .con_box .title p {
  font-size: 0.09375rem;
  margin-top: 0.078125rem;
}
.calculate_result .con_box .con {
  width: 0.98958333rem;
  height: 0.98958333rem;
  border-radius: 50%;
  border: 0.00520833rem solid #bce3d3;
  margin: 0.20833333rem auto 0;
  text-align: center;
  padding-top: 0.125rem;
  background: url(../images/bg17.jpg) no-repeat center bottom / cover;
}
.calculate_result .con_box .con h5 {
  font-size: 0.125rem;
  font-weight: bold;
  font-family: "Arial";
  color: #08904e;
}
.calculate_result .con_box .con h5 span {
  font-size: 0.0625rem;
  font-weight: normal;
}
.calculate_result .con_box .text_box {
  background-color: rgba(8, 144, 78, 0.1);
  border-radius: 0.10416667rem;
  padding: 0.10416667rem 0.15625rem;
  font-size: 0.09375rem;
  font-family: "Arial";
  color: #08904e;
  margin-top: 0.10416667rem;
}
.calculate_result .con_box .more1 {
  margin-top: 0.15625rem;
  justify-content: center;
}
.calculate_result.active {
  display: flex;
}
.registration_protocol {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  display: none;
  padding: 0.15625rem 0.05208333rem;
  overflow-y: auto;
}
.registration_protocol .con_box {
  max-width: 7.8125rem;
  background-color: #fff;
  border-radius: 0.10416667rem;
  padding: 0.26041667rem;
  margin: auto;
}
.registration_protocol .con_box .title {
  font-size: 0.1875rem;
  font-weight: bold;
  color: #08904e;
  text-align: center;
  margin-bottom: 0.15625rem;
}
.registration_protocol .con_box .con {
  font-size: 0.08333333rem;
  line-height: 2;
}
.registration_protocol .con_box .more1 {
  justify-content: center;
  margin-top: 0.15625rem;
}
.registration_protocol.active {
  display: flex;
}
.warning2 {
  width: 1.97916667rem;
  padding: 0.20833333rem;
  border-radius: 0.10416667rem;
  border: 0.00520833rem solid #009657;
  background-color: #fff;
  position: fixed;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3000;
  text-align: center;
  transition: all .8s;
}
.warning2 img {
  width: 0.20833333rem;
}
.warning2 .text {
  font-size: 0.09375rem;
  line-height: 1.8;
  margin-top: 0.15625rem;
}
.warning2.active {
  top: 50%;
}
.image_popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.image_popup .con {
  width: 100%;
  height: 100%;
}
.image_popup .con .swiper {
  width: 100%;
  height: 100%;
}
.image_popup .con .swiper .swiper-zoom-container {
  width: 100%;
  height: 100%;
}
.image_popup .con .swiper .swiper-zoom-container img {
  max-width: 100%;
  max-height: 100%;
}
.image_popup .off {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transform: rotate(45deg);
}
.image_popup .off span {
  font-size: 30px;
  color: #fff;
}
.image_popup .but_box .but {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}
.image_popup .but_box .but span {
  font-size: 30px;
  color: #fff;
}
.image_popup .but_box .but.but_prev {
  left: 10px;
  transform: translateY(-50%) rotate(-90deg);
}
.image_popup .but_box .but.but_next {
  right: 10px;
  transform: translateY(-50%) rotate(90deg);
}
.image_popup.active {
  display: block;
}
.data_details {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  padding: 0.15625rem 0;
  display: none;
}
.data_details .data_details_con {
  width: 5.20833333rem;
  background-color: #fff;
  border-radius: 0.10416667rem;
  margin: auto;
  padding: 0.3125rem;
  position: relative;
}
.data_details .data_details_con .off {
  position: absolute;
  top: 0.078125rem;
  right: 0.078125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.data_details .data_details_con .off span {
  font-size: 0.15625rem;
  transform: rotate(45deg);
  line-height: 1;
  color: #666;
  transition: all .3s;
}
.data_details .data_details_con .off:hover span {
  color: #08904e;
}
.data_details .data_details_con .title1 h5 {
  color: #08904e;
}
.data_details .data_details_con .con_box ul li {
  display: flex;
  margin-bottom: 0.10416667rem;
}
.data_details .data_details_con .con_box ul li .bt {
  width: 0.52083333rem;
  font-size: 0.09375rem;
  font-weight: bold;
  text-align: right;
}
.data_details .data_details_con .con_box ul li .con {
  width: calc(100% - 1.04166667rem);
  font-size: 0.09375rem;
  padding-left: 0.05208333rem;
}
.data_details .data_details_con .con_box ul li .con dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.02604167rem;
}
.data_details .data_details_con .con_box ul li .con dl dd {
  width: 33.3333%;
  height: 1.5625rem;
  padding: 0 0.02604167rem;
  margin-bottom: 0.05208333rem;
}
.data_details .data_details_con .con_box ul li .con dl dd .img {
  height: 100%;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.data_details .data_details_con .con_box ul li .con dl dd .img img {
  max-width: 100%;
  max-height: 100%;
}
.data_details.active {
  display: flex;
}
.certificate_detail {
  max-width: 1000px;
  min-height: 500px;
  margin: 0 auto;
  padding: 20px 10px;
  font-size: 0.08333333rem;
}
.certificate_detail .con_box {
  height: 100%;
  border: 1px solid red;
  background: url(../images/certificate_bg.jpg) no-repeat center top / contain;
}
.certificate_detail .con_box .title {
  font-size: 3em;
  font-weight: bold;
}
.certificate_detail .con_box .text_box {
  font-size: 2em;
  line-height: 1.8;
  text-indent: 2em;
}
.dz_box {
  width: 100vw;
  height: 100vh;
}
.dz_box .dz_zsbox {
  padding: 5px;
  height: 100%;
  position: relative;
}
.dz_box .dz_zsbox .dz_dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.dz_box .dz_zsbox .dz_dt .dz_zxys {
  max-height: 100%;
  max-width: 100%;
}
.dz_box .dz_wzBoxBig {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.dz_box .dz_wzBoxBig .dz_wzBox {
  color: #333333;
  padding: 0px 8%;
}
.dz_box .dz_wzBoxBig .dz_wzBox .dz_wzMc {
  margin: 12% 0 0;
  font-weight: bold;
  text-align: justify;
}
.dz_box .dz_wzBoxBig .dz_wzBox .dz_wzNr {
  margin: 2% 0 0;
  line-height: 2;
  text-indent: 2em;
  text-align: justify;
}
.certificate_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  z-index: 3000;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  opacity: 1;
}
.certificate_popup .certificate_popup_box {
  width: 80vw;
  height: 90vh;
  background-color: #fff;
  position: relative;
}
.certificate_popup .certificate_popup_box .con_box {
  width: 100%;
  height: 100%;
}
.certificate_popup .certificate_popup_box .con_box .dz_box {
  width: 100%;
  height: 100%;
}
.certificate_popup .certificate_popup_box .bottom {
  position: absolute;
  bottom: 0.05208333rem;
  right: 0;
  display: flex;
  padding-right: 0.10416667rem;
}
.certificate_popup .certificate_popup_box .bottom a {
  line-height: 0.20833333rem;
  font-size: 0.08333333rem;
  padding: 0 0.10416667rem;
  transition: all .3s;
}
.certificate_popup .certificate_popup_box .bottom a.download_certificat {
  background-color: #08904e;
  color: #fff;
}
.certificate_popup .certificate_popup_box .bottom a.download_certificat:hover {
  background-color: #055830;
}
.certificate_popup .certificate_popup_box .bottom a.close_certificat {
  border: 1px solid #333;
  margin-left: 0.10416667rem;
  color: #333;
}
.certificate_popup .certificate_popup_box .bottom a.close_certificat:hover {
  background-color: #ccc;
  color: #000;
}
.certificate_popup.active {
  opacity: 1;
  top: 0;
}
@media (max-width: 991px) {
  .container_box {
    max-width: initial;
    padding: 0 15px;
  }
  .video_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
    align-items: center;
    justify-content: center;
    background-color: initial;
    border-radius: initial;
    box-shadow: initial;
    padding: initial;
  }
  .video_popup .off {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    top: initial;
    right: initial;
    bottom: 20px;
  }
  .video_popup .off i {
    font-size: 20px;
    color: #fff;
  }
  .video_popup video {
    width: 100%;
    max-height: 40%;
    border-radius: initial;
  }
  .page_div {
    font-size: 14px;
  }
  .page_div button {
    min-width: 30px;
    height: 30px;
    font-size: 14px;
    margin: 0 2px;
  }
  .warning1 {
    width: 200px;
    height: 100px;
    padding: 0 10px;
    font-size: 16px;
    border-radius: 10px;
  }
  .logo_box {
    height: 60px;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .logo_box::before {
    height: 0.05045409rem;
  }
  .logo_box .logo {
    margin: initial;
    width: auto;
    max-width: 80%;
    max-height: 40px;
  }
  .switch_but {
    width: 80px;
    height: 35px;
  }
  .switch_but .but {
    width: 35px;
    height: 35px;
    border: 1px solid #009657;
    font-size: 16px;
  }
  .switch_but .but.but_prev span {
    transform: rotate(-90deg);
  }
  .switch_but .but.but_next span {
    transform: rotate(90deg);
  }
  .switch_but.switch_but_2 {
    width: 80px;
  }
  .switch_but.switch_but_2 .but {
    width: 35px;
    height: 35px;
  }
  .switch_but.switch_but_3 {
    width: 80px;
  }
  .switch_but.switch_but_3 .but {
    width: 35px;
    height: 35px;
    background-color: rgba(9, 139, 67, 0.5);
    border: none;
    color: #fff;
  }
  .switch_but.switch_but_3 .but:hover {
    background-color: #009657;
    color: #fff;
  }
  .swiper-pagination-box .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 2px;
    border: 2px solid transparent;
  }
  .swiper-pagination-box .swiper-pagination .swiper-pagination-bullet::before {
    width: 8px;
    height: 8px;
  }
  .nav1 ul {
    flex-wrap: nowrap;
    padding-bottom: 10px;
    overflow-x: auto;
    justify-content: flex-start;
  }
  .nav1 ul li a {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 50px;
    border: 1px solid transparent;
    white-space: nowrap;
  }
  .nav2 {
    height: calc(100% - 130px);
  }
  .nav2 .list .a-1 {
    font-size: 18px;
    padding: 15px 20px 15px 50px;
  }
  .nav2 .list .a-1::before {
    left: 30px;
    font-size: 14px;
  }
  .nav2 .list ul {
    padding: 20px 20px 20px 50px;
  }
  .nav2 .list ul li {
    padding-bottom: 10px;
  }
  .nav2 .list ul li .a-2 {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0 5px 20px;
  }
  .nav2 .list ul li .a-2::before {
    font-size: 12px;
  }
  .nav2 .list ul li dl {
    padding-left: 30px;
    padding-top: 10px;
  }
  .nav2 .list ul li dl dd a {
    font-size: 13px;
    line-height: 20px;
    padding: 5px 0;
  }
  .nav2 .list ul li dl dd .a-3 {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0 5px 20px;
  }
  .nav2 .list ul li dl dd .a-3::before {
    font-size: 12px;
  }
  .nav2 .list ul li dl dd .fourstage {
    padding-left: 30px;
    padding-top: 10px;
  }
  .nav2 .list ul li dl dd .fourstage .item a {
    font-size: 13px;
    line-height: 20px;
    padding: 5px 0;
  }
  .nav2 .list ul li:last-child {
    padding-bottom: 0;
  }
  .nav3 .swiper {
    margin: 0 -10px;
  }
  .nav3 .swiper .swiper-slide {
    padding: 0 10px;
  }
  .nav3 .swiper .swiper-slide a {
    line-height: 40px;
    min-width: 100px;
    padding: 0 15px;
    border-radius: 40px;
    font-size: 16px;
  }
  .nav4 {
    margin-top: 40px;
  }
  .nav4 .swiper .swiper-slide {
    margin-right: 10px;
  }
  .nav4 .swiper .swiper-slide a {
    min-width: 120px;
    padding: 0 20px;
    line-height: 40px;
    border: 1px solid #c3e0cc;
    border-radius: 59px;
    font-size: 16px;
  }
  .nav5 {
    border-left: 5px solid #08904e;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .nav5 ul {
    display: flex;
  }
  .nav5 ul li {
    margin-right: 30px;
  }
  .nav5 ul li a {
    font-size: 20px;
  }
  .multistage_nav {
    height: 100%;
    overflow-y: auto;
  }
  .multistage_nav li a {
    padding: 15px 20px 15px 50px;
    font-size: 18px;
  }
  .multistage_nav li.has-child > a::before {
    font-size: 14px;
    left: 30px;
  }
  .multistage_nav .child-menu {
    padding-left: 20px;
  }
  .multistage_nav .child-menu a {
    font-size: 16px;
  }
  .more1 .more1_but {
    min-width: 100px;
    padding: 0 20px;
    line-height: 35px;
    border-radius: 35px;
    font-size: 14px;
  }
  .more1 .more1_but span {
    margin-left: 5px;
  }
  .more1 .more1_but:nth-child(2) {
    margin-left: 10px;
  }
  .more1 .more1_but:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  }
  .title1 {
    margin-bottom: 30px;
  }
  .title1 h5 {
    font-size: 20px;
  }
  .title1 .text {
    font-size: 14px;
    margin-top: 10px;
  }
  .title2 {
    margin-bottom: 20px;
  }
  .title2 h5 {
    font-size: 20px;
    border-left: 5px solid #08904e;
    padding-left: 20px;
  }
  .title2 p {
    font-size: 20px;
    margin-left: 30px;
  }
  .title3 h5 {
    font-size: 20px;
    border-left: 5px solid #079052;
    padding-left: 14px;
  }
  .title4 {
    padding-bottom: 15px;
    padding-left: 5px;
  }
  .title4::after {
    height: 1px;
    bottom: -1px;
  }
  .title4::before {
    width: 9px;
    height: 9px;
    border: 2px solid #08904e;
    bottom: -5px;
  }
  .title4 ul li {
    margin-right: 20px;
  }
  .title4 ul li a {
    font-size: 18px;
  }
  .title4 ul li a::before {
    height: 3px;
    bottom: -17px;
  }
  .news1 {
    height: initial;
    padding: 20px 80px 20px 20px;
    border-radius: 10px;
    border: 1px solid #8ad4b0;
  }
  .news1 h5 {
    font-size: 18px;
  }
  .news1 p {
    font-size: 14px;
    margin-top: 10px;
  }
  .news1 .icon {
    width: 50px;
    height: 50px;
    right: 20px;
  }
  .news1:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .news2 {
    height: inherit;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
  }
  .news2 .date {
    width: 70px;
    height: 94px;
    border-bottom: 1px solid #056905;
  }
  .news2 .date h5 {
    font-size: 20px;
  }
  .news2 .date p {
    font-size: 14px;
    margin-top: 10px;
  }
  .news2 .text_box {
    width: calc(100% - 70px);
    padding-left: 20px;
  }
  .news2 .text_box h5 {
    font-size: 16px;
  }
  .news2 .text_box .text {
    font-size: 14px;
    margin: 10px 0;
    line-height: 22px;
    height: 44px;
  }
  .news2 .text_box .more {
    font-size: 14px;
  }
  .news4 {
    height: 7.04339051rem;
    border-radius: 0.20181635rem;
    border: 1px solid #fff;
  }
  .news4 .mask {
    display: none;
  }
  .news5 {
    border-radius: 0.20181635rem;
    box-shadow: 0 0 0.15136226rem rgba(0, 0, 0, 0.2);
  }
  .news5 .imgbox {
    height: 5.15640767rem;
  }
  .news5 .text_box {
    padding: 20px 10px;
  }
  .news5 .text_box h5 {
    font-size: 18px;
  }
  .news5 .text_box .text {
    font-size: 14px;
    margin-top: 10px;
    line-height: 22px;
    height: 66px;
    -webkit-line-clamp: 3;
  }
  .news6 {
    height: 1.31180626rem;
    border: 0.01009082rem solid #e6e6e6;
    border-radius: 0.10090817rem;
  }
  .news7 .top {
    border: 0.01009082rem solid #009657;
    border-radius: 0.20181635rem;
    padding: 0.60544904rem 0.30272452rem 0.30272452rem;
  }
  .news7 .top h5 {
    font-size: 0.30272452rem;
    line-height: 0.36326942rem;
    height: 0.72653885rem;
  }
  .news7 .top .date {
    font-size: 0.16145308rem;
    margin-top: 0.30272452rem;
  }
  .news7 .top .date span {
    margin-right: 0.40363269rem;
  }
  .news7 .top .text_box_1 {
    margin-top: 0.40363269rem;
  }
  .news7 .top .text_box_1 .text {
    font-size: 0.16145308rem;
    line-height: 0.36326942rem;
    height: 2.17961655rem;
  }
  .news7 .top .text_box_2 {
    margin-top: 0.20181635rem;
    border-radius: 0.20181635rem;
    padding: 0.20181635rem;
  }
  .news7 .top .text_box_2 .text {
    font-size: 0.16145308rem;
    line-height: 0.30272452rem;
    height: 0.90817356rem;
  }
  .news7 .year {
    font-size: 0.24217962rem;
    margin-top: 1.29162462rem;
  }
  .news7 .year::before {
    width: 0.16145308rem;
    height: 0.16145308rem;
    bottom: 0.60544904rem;
  }
  .news8 {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .news8 .imgbox {
    height: 4.78304743rem;
  }
  .news8 .bottom .text_box {
    padding: 10px;
  }
  .news8 .bottom .text_box h5 {
    font-size: 18px;
  }
  .news8 .bottom .text_box .date {
    font-size: 14px;
    margin-top: 15px;
  }
  .news8 .bottom .text_box .tag {
    font-size: 14px;
    line-height: 34px;
    border-radius: 34px;
    padding: 0 20px;
    margin-top: 19px;
  }
  .news8 .bottom .company {
    line-height: 50px;
    font-size: 14px;
    padding: 0 10px 0 40px;
    background-size: 16px auto;
    background-position: 10px center;
    border-top: 1px solid #f0f0f0;
  }
  .news9 {
    border: 0.01009082rem solid #08904e;
    border-radius: 0.20181635rem;
    padding: 0.50454087rem 0.30272452rem;
    transition: all .3s;
  }
  .news9 .imgbox {
    width: 1.10998991rem;
    height: 1.10998991rem;
  }
  .news9 .text_box {
    margin-top: 0.40363269rem;
    height: 1.58425832rem;
  }
  .news9 .text_box h5 {
    font-size: 0.26236125rem;
  }
  .news9 .text_box .text {
    font-size: 0.16145308rem;
    line-height: 0.30272452rem;
    margin-top: 0.30272452rem;
  }
  .news9:hover {
    box-shadow: 0 0.05045409rem 0.10090817rem rgba(0, 0, 0, 0.2);
  }
  .news10 {
    border-radius: 0.20181635rem;
    box-shadow: 0 0 0.10090817rem rgba(0, 0, 0, 0.1);
  }
  .news10 .imgbox {
    height: 2.65388496rem;
  }
  .news10 .text_box {
    padding: 20px 10px;
  }
  .news10 .text_box h5 {
    font-size: 18px;
  }
  .news10 .text_box .text {
    font-size: 14px;
    margin-top: 10px;
  }
  .news10 .text_box .tag {
    font-size: 14px;
    line-height: 34px;
    border-radius: 34px;
    padding: 0 20px;
    margin-top: 15px;
  }
  .news10 .text_box .mask {
    width: 1.06962664rem;
    height: 1.06962664rem;
    top: -0.50454087rem;
    left: 10px;
  }
  .news10 .text_box .mask .img {
    background-position: center 0.20181635rem;
    background-size: 0.57517659rem auto;
  }
  .news10.news10_2 .text_box {
    padding-top: 0.80726539rem;
  }
  .news10.news10_2 .text_box .mask {
    box-shadow: 0 0 0.10090817rem rgba(0, 0, 0, 0.1);
  }
  .news10.news10_3 .text_box .text {
    line-height: 25px;
    height: 50px;
    -webkit-line-clamp: 2;
  }
  .news11 .imgbox {
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .news11 .imgbox .imgbox2 .img {
    height: 3.76387487rem;
  }
  .news11 .imgbox .bottom {
    bottom: 20px;
  }
  .news11 .imgbox .bottom dl dd {
    width: 80%;
    margin-top: 10px;
  }
  .news11 h5 {
    font-size: 16px;
    margin-top: 10px;
  }
  .news11 .text {
    font-size: 14px;
    margin-top: 10px;
  }
  .news11 .tag {
    font-size: 14px;
    padding: 0 15px;
    line-height: 34px;
    border-radius: 34px;
    margin: 10px auto 0;
  }
  .news11 .bottom {
    margin-top: 10px;
  }
  .news11 .bottom dl {
    margin: 0 -5px;
  }
  .news11 .bottom dl dd {
    padding: 0 5px;
  }
  .news11 .bottom dl dd a {
    line-height: 30px;
    font-size: 14px;
    border-radius: 30px;
  }
  .news12 {
    border: 1px solid rgba(5, 105, 5, 0.2);
    border-radius: 10px;
    padding: 20px;
  }
  .news12 h5 {
    font-size: 18px;
  }
  .news12 .text {
    font-size: 16px;
    margin: 10px 0;
  }
  .news12 .date {
    font-size: 16px;
  }
  .news12:hover {
    border: 1px solid #056905;
  }
  .news13 {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .news13 .imgbox {
    height: 1.7457114rem;
  }
  .news13 .imgbox::before {
    width: 0.80726539rem;
    height: 0.80726539rem;
  }
  .news13 .text_box {
    padding: 10px;
  }
  .news13 .text_box h5 {
    font-size: 18px;
  }
  .news13 .text_box .text {
    font-size: 14px;
    margin-top: 10px;
  }
  .news13 .text_box .more1 {
    margin-top: 20px;
  }
  .news13 .text_box .more1 .more1_but {
    min-width: 112px;
    line-height: 40px;
    padding: 0 20px;
  }
  .news14 {
    height: 2.32088799rem;
    border: 1px solid #8ad4b0;
    border-radius: 0.20181635rem;
    padding: 0 0.50454087rem;
  }
  .news14 h5 {
    font-size: 20px;
  }
  .news14 p {
    font-size: 14px;
    margin-top: 5px;
  }
  .news14 .img {
    border-radius: 0.20181635rem;
  }
  .main1 {
    padding: 30px 0;
  }
  .main1 .main1_title h5 {
    font-size: 25px;
  }
  .main1 .main1_title .text {
    font-size: 16px;
    margin-top: 10px;
  }
  .main1 .main1_con {
    display: block;
    margin-top: 30px;
  }
  .main1 .main1_con .left {
    width: initial;
    padding-right: 0;
  }
  .main1 .main1_con .left .swiper {
    margin: 0 -20px;
    padding: 0 20px 20px 20px;
  }
  .main1 .main1_con .left .tag {
    font-size: 16px;
  }
  .main1 .main1_con .left .title {
    font-size: 20px;
    margin-top: 20px;
  }
  .main1 .main1_con .left .text {
    font-size: 16px;
    margin-top: 10px;
  }
  .main1 .main1_con .left .date {
    font-size: 14px;
    margin-top: 10px;
  }
  .main1 .main1_con .left .more1 {
    margin-top: 30px;
  }
  .main1 .main1_con .right {
    width: initial;
    padding-left: 0;
    margin-top: 10px;
  }
  .main1 .main1_con .right .con {
    border-radius: 0.30272452rem;
  }
  .main1 .main1_con .right .con::before {
    display: none;
  }
  .main1 .main1_con .right .con .swiper .swiper-slide a {
    height: 5.27749748rem;
    border-radius: 0.30272452rem;
  }
  .main1 .main1_con .right .con .swiper .but_box {
    width: 0.45408678rem;
    height: 1.2815338rem;
    right: 0.40363269rem;
    border-radius: 0.45408678rem;
    display: none;
  }
  .main1 .main1_con .right .con .swiper .but_box .but {
    margin: 0.10090817rem 0;
    font-size: 0.16145308rem;
  }
  .main2 {
    padding-bottom: 30px;
  }
  .main2 .main2_con {
    display: block;
  }
  .main2 .main2_con .left {
    width: initial;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .main2 .main2_con .left .news2 {
    margin-bottom: 14px;
  }
  .main2 .main2_con .left .news2:last-child {
    margin-bottom: 0;
  }
  .main2 .main2_con .right {
    width: initial;
  }
  .main2 .main2_con .right .news1 {
    margin-bottom: 10px;
  }
  .main2 .main2_con .right .news1:last-child {
    margin-bottom: 0;
  }
  .main2 .main2_con .right ul li {
    margin-bottom: 12px;
  }
  .main2 .main2_con .right ul li:last-child {
    margin-bottom: 0;
  }
  .main3 {
    padding-bottom: 30px;
  }
  .main3 .main3_con {
    display: block;
  }
  .main3 .main3_con .left {
    width: initial;
  }
  .main3 .main3_con .left .news3 {
    height: 5.8123108rem;
    border-radius: 0.20181635rem;
  }
  .main3 .main3_con .left .news3::before {
    width: 1.00908174rem;
    height: 1.00908174rem;
  }
  .main3 .main3_con .right {
    width: initial;
    padding-left: 0;
    margin-top: 20px;
  }
  .main3 .main3_con .right .title {
    font-size: 18px;
  }
  .main3 .main3_con .right .text {
    font-size: 14px;
    margin-top: 10px;
  }
  .main3 .main3_con .right .switch_but {
    margin-top: 30px;
  }
  .main3 .main3_con .right .swiper_con {
    margin-top: 10px;
  }
  .main3 .main3_con .right .swiper_con .swiper {
    margin: 0 -0.05045409rem;
  }
  .main3 .main3_con .right .swiper_con .swiper .swiper-slide {
    padding: 0 0.05045409rem;
  }
  .main3 .main3_con .right .swiper_con .swiper .swiper-slide .news3 {
    height: 3.02724521rem;
    border-radius: 0.20181635rem;
    border: 0.01009082rem solid #ffffff;
  }
  .main3 .main3_con .right .swiper_con .swiper .swiper-slide .news3::before {
    width: 1.00908174rem;
    height: 1.00908174rem;
  }
  .main4 {
    padding-bottom: 30px;
  }
  .main4 .main4_con {
    display: block;
    border-radius: 10px;
    height: initial;
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .main4 .main4_con .left {
    width: initial;
    overflow-x: auto;
  }
  .main4 .main4_con .left .con_box {
    height: 100%;
    min-width: 600px;
  }
  .main4 .main4_con .left .con_box .title {
    background-color: #fff;
  }
  .main4 .main4_con .left .con_box .title ul {
    height: 80px;
    display: flex;
    align-items: center;
  }
  .main4 .main4_con .left .con_box .title ul li {
    width: 20%;
    font-size: 16px;
    padding: 0 10px;
  }
  .main4 .main4_con .left .con_box .con {
    height: initial;
    height: 320px;
  }
  .main4 .main4_con .left .con_box .con ul {
    height: 50px;
    display: flex;
    align-items: center;
    transition: all .3s;
  }
  .main4 .main4_con .left .con_box .con ul li {
    width: 25%;
    font-size: 16px;
    padding: 0 10px;
  }
  .main4 .main4_con .right {
    width: initial;
    box-shadow: 0 0 0.10090817rem rgba(0, 0, 0, 0.1);
  }
  .main4 .main4_con .right ul {
    height: 6.05449041rem;
  }
  .main4 .main4_con .right ul li {
    padding-left: 0.30272452rem;
    border-right: 0.01009082rem solid #d4e5d6;
    border-bottom: 0.01009082rem solid #d4e5d6;
  }
  .main4 .main4_con .right ul li h5 {
    font-size: 0.30272452rem;
  }
  .main4 .main4_con .right ul li h5 span {
    font-size: 0.18163471rem;
  }
  .main4 .main4_con .right ul li p {
    font-size: 0.18163471rem;
    margin-top: 0.15136226rem;
  }
  .main5 {
    padding-bottom: 30px;
  }
  .main5 .main5_con {
    display: block;
  }
  .main5 .main5_con .left {
    width: initial;
    padding-right: 0;
  }
  .main5 .main5_con .left .title1 {
    text-align: center;
    margin-bottom: 0;
  }
  .main5 .main5_con .left .switch_but {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .main5 .main5_con .right {
    width: initial;
  }
  .main5 .main5_con .right .swiper {
    margin: 0 -0.05045409rem;
  }
  .main5 .main5_con .right .swiper .swiper-slide {
    padding: 0 0.05045409rem;
  }
  .main6 {
    padding: 30px 0;
  }
  .main6 .main6_con .swiper {
    margin: 0 -0.15136226rem;
    padding-bottom: 0.20181635rem;
  }
  .main6 .main6_con .swiper .swiper-slide {
    padding: 0 0.15136226rem;
  }
  .main6 .main6_con .switch_but {
    margin: 20px auto 0;
  }
  .main7 {
    padding: 30px 0;
  }
  .main8 {
    padding-bottom: 30px;
  }
  .main8 .main8_con {
    border-radius: 0.20181635rem;
    box-shadow: 0 0 0.10090817rem rgba(0, 0, 0, 0.2);
    padding: 0.80726539rem;
  }
  .main8 .main8_con .swiper .swiper-slide::before {
    width: 0.01009082rem;
    height: 200%;
  }
  .main8 .main8_con .swiper .swiper-slide::after {
    height: 0.01009082rem;
  }
  .main8 .main8_con .swiper .swiper-slide a {
    height: 2.01816347rem;
    padding: 0 0.20181635rem;
    text-align: center;
    padding-top: 0.40363269rem;
  }
  .main8 .main8_con .swiper .swiper-slide a .icon {
    width: 100%;
    height: 0.60544904rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .main8 .main8_con .swiper .swiper-slide a .text {
    width: 100%;
    font-size: 0.18163471rem;
    color: #4c4c4c;
    line-height: 1.5;
    margin-top: 0.20181635rem;
  }
  .main8 .main8_con .swiper .swiper-slide.swiper-slide-active::before,
  .main8 .main8_con .swiper .swiper-slide.swiper-slide-active + .swiper-slide::before,
  .main8 .main8_con .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide::before,
  .main8 .main8_con .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide::before,
  .main8 .main8_con .swiper .swiper-slide.swiper-slide-active::after,
  .main8 .main8_con .swiper .swiper-slide.swiper-slide-active + .swiper-slide::after,
  .main8 .main8_con .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide::after,
  .main8 .main8_con .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide::after {
    display: block;
  }
  .main8 .main8_con .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide::after {
    display: block;
  }
  .main8 .main8_con .swiper .swiper-slide.swiper-slide-active + .swiper-slide::before {
    display: none !important;
  }
  .main8 .main8_con .swiper .swiper-slide.aaa {
    background-color: #eee;
  }
  .main8 .main8_con .swiper-pagination-box {
    margin-top: 0.20181635rem;
  }
  .main9 {
    padding-bottom: 30px;
  }
  .main9 .main9_con .swiper {
    margin: 0 -0.08072654rem;
  }
  .main9 .main9_con .swiper .swiper-slide {
    padding: 0 0.08072654rem;
  }
  .main10 {
    padding-top: 20px;
  }
  .main10 .main10_con_1 {
    height: 4.39959637rem;
    border-radius: 10px;
    border: 1px solid #8ad4b0;
  }
  .main10 .main10_con_1 .con h5 {
    font-size: 20px;
  }
  .main10 .main10_con_1 .con .text {
    font-size: 14px;
    margin-top: 10px;
  }
  .main10 .main10_con_1 .more1 {
    margin-top: 10px;
  }
  .main10 .main10_con_2 {
    font-size: 16px;
    margin-top: 30px;
  }
  .main10 .main10_con_2 h5 {
    font-size: 18px;
  }
  .main11 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .main11 .main11_con {
    height: initial;
  }
  .main11 .main11_con::before {
    display: none;
  }
  .main11 .main11_con ul li {
    width: initial;
    position: initial;
    text-align: left;
    margin-bottom: 20px;
  }
  .main11 .main11_con ul li h5 {
    font-size: 18px;
  }
  .main11 .main11_con ul li .text {
    font-size: 16px;
    margin-top: 10px;
  }
  .main12 {
    padding: 30px 0;
  }
  .main12 .main12_con_1 {
    overflow-x: auto;
  }
  .main12 .main12_con_1 ul {
    display: flex;
    width: 1300px;
  }
  .main12 .main12_con_1 ul li::before {
    width: 1px;
    height: 60px;
  }
  .main12 .main12_con_1 ul li h5 b {
    font-size: 40px;
  }
  .main12 .main12_con_1 ul li h5 span {
    font-size: 20px;
  }
  .main12 .main12_con_1 ul li p {
    font-size: 14px;
    padding-left: 18px;
    margin-top: 20px;
  }
  .main12 .main12_con_1 ul li p::before {
    width: 6px;
    height: 6px;
  }
  .main12 .main12_con_2 {
    font-size: 14px;
    margin-top: 30px;
  }
  .main13 {
    padding: 30px 0;
  }
  .main13 .main13_con ul {
    margin: 0;
    display: block;
  }
  .main13 .main13_con ul li {
    padding: 0;
    width: initial;
    margin-bottom: 20px;
  }
  .main13 .main13_con ul li a {
    height: initial;
    min-height: 6.8617558rem;
    border: 1px dotted #08904e;
    border-radius: 10px;
    padding: 20px;
  }
  .main13 .main13_con ul li a h5 {
    font-size: 20px;
  }
  .main13 .main13_con ul li a .text {
    font-size: 14px;
    margin-top: 20px;
  }
  .main13 .main13_con ul li a .more1 {
    margin-top: 20px;
  }
  .main13 .main13_con ul li a .more1 .more1_but {
    border: 1px solid transparent;
  }
  .main13 .main13_con ul li a .bg {
    width: 3.65287588rem;
    bottom: 0.30272452rem;
    right: 0.30272452rem;
  }
  .main14 {
    padding-bottom: 30px;
  }
  .main14 .main14_con .swiper {
    margin: 0 -0.10090817rem;
  }
  .main14 .main14_con .swiper .swiper-slide {
    padding: 0 0.10090817rem;
  }
  .main14 .main14_con .bottom {
    bottom: 0.38345106rem;
  }
  .main14 .main14_con .bottom::before {
    height: 0.01009082rem;
  }
  .main14 .main14_con .bottom .but {
    width: 0.60544904rem;
    height: 0.60544904rem;
  }
  .main14 .main14_con .bottom .but span {
    font-size: 0.16145308rem;
  }
  .main14 .main14_con .bottom .dian i {
    width: 0.10090817rem;
    height: 0.10090817rem;
    margin-right: 0.10090817rem;
  }
  .main14 .main14_con .bottom .dian i:last-child {
    margin-right: 0;
  }
  .main14 .main14_con .bottom .dian.dian_l {
    left: 0.90817356rem;
  }
  .main14 .main14_con .bottom .dian.dian_r {
    right: 0.90817356rem;
  }
  .main15 {
    margin-top: 30px;
  }
  .main15 .title {
    font-size: 20px;
  }
  .main15 .main15_con {
    display: block;
  }
  .main15 .main15_con .left {
    width: initial;
  }
  .main15 .main15_con .left ul {
    margin-top: 30px;
  }
  .main15 .main15_con .left ul li {
    font-size: 16px;
    padding-bottom: 20px;
    padding-left: 30px;
  }
  .main15 .main15_con .left ul li b {
    width: 20px;
    height: 20px;
    border: 1px solid #08904e;
    font-size: 12px;
    top: 2px;
  }
  .main15 .main15_con .left ul li b::before,
  .main15 .main15_con .left ul li b::after {
    width: 1px;
  }
  .main15 .main15_con .right {
    width: 5.04540868rem;
    margin-top: 30px;
    padding-right: 0;
  }
  .main15 .main15_con .right .img {
    height: 7.04339051rem;
  }
  .main16 {
    padding: 30px 0;
  }
  .main16 .main16_con ul {
    justify-content: flex-start;
    overflow-x: auto;
  }
  .main16 .main16_con ul li {
    margin-right: 30px;
  }
  .main16 .main16_con ul li::before {
    width: 10px;
    height: 10px;
    right: -20px;
  }
  .main16 .main16_con ul li .item {
    width: 300px;
    height: 300px;
    border: 1px solid #08904e;
    padding: 10px;
  }
  .main16 .main16_con ul li .item .con {
    padding: 20px 30px 0;
  }
  .main16 .main16_con ul li .item .con .icon {
    height: 40px;
  }
  .main16 .main16_con ul li .item .con h5 {
    font-size: 18px;
    margin-top: 20px;
  }
  .main16 .main16_con ul li .item .con .text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }
  .main17 {
    padding: 30px 10px;
  }
  .main17 .main17_con {
    width: 100%;
    border-radius: 10px;
    padding: 20px 10px;
  }
  .main17 .main17_con .off {
    top: 10px;
    right: 10px;
  }
  .main17 .main17_con .off span {
    font-size: 25px;
  }
  .main17 .main17_con .con ul .title {
    width: 80px;
    font-size: 14px;
  }
  .main17 .main17_con .con ul .title::before {
    width: 1px;
    height: 20px;
  }
  .main17 .main17_con .con ul .but {
    width: 100px;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    border-radius: 50px;
  }
  .main17 .main17_con .con ul .radio_box {
    width: calc(100% - 80px);
  }
  .main17 .main17_con .con ul .radio_box .item {
    font-size: 14px;
    padding-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .main17 .main17_con .con ul .radio_box .item i {
    width: 16px;
    height: 16px;
    border: 1px solid #4d4d4d;
    top: 2px;
  }
  .main17 .main17_con .con ul .radio_box .item i::before {
    width: 8px;
    height: 8px;
  }
  .main17 .main17_con .con ul .select_box {
    width: calc(100% - 80px);
  }
  .main17 .main17_con .con ul .select_box h5 {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 30px;
  }
  .main17 .main17_con .con ul .select_box .second_nav {
    padding-top: 10px;
  }
  .main17 .main17_con .con ul .select_box .second_nav .item_box {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
  }
  .main17 .main17_con .con ul .select_box .second_nav .item_box .item {
    line-height: 35px;
    padding: 0 10px;
    font-size: 14px;
  }
  .main17 .main17_con .con ul .list {
    height: 50px;
    border: 1px solid #056905;
    border-radius: 73px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .main17 .main17_con .con ul .list input {
    width: calc(100% - 80px);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .main17 .main17_con .con ul .list select {
    width: calc(100% - 80px);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .main17 .main17_con .con ul .list:nth-child(2)::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #000;
    right: 30px;
    transform: translateY(-50%);
  }
  .main17 .main17_con .con ul .list:last-child {
    padding-right: 5px;
  }
  .main17 .main17_con .con ul .list2 {
    padding-left: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .main17 .main17_con .con ul .list2 .but {
    margin-left: 80px;
    margin-top: 10px;
  }
  .main17 .main17_con .con .picture-upload {
    padding-left: 100px;
  }
  .main17 .main17_con .more1 {
    margin-top: 20px;
  }
  .main18 {
    padding: 30px 0;
  }
  .main19 {
    padding-bottom: 30px;
  }
  .main19 .main19_con .swiper {
    margin: 0 -0.18163471rem;
    padding: 0.18163471rem;
  }
  .main19 .main19_con .swiper .swiper-slide {
    padding: 0 0.18163471rem;
  }
  .main19 .main19_con .switch_but {
    margin: 20px auto 0;
  }
  .main20 .main20_con {
    height: initial;
    margin-top: 30px;
    background: none !important;
  }
  .main20 .main20_con .item {
    width: initial;
    position: initial;
  }
  .main20 .main20_con .item h5 {
    font-size: 18px;
  }
  .main20 .main20_con .item p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .main20 .main20_con .bt {
    position: initial;
    left: initial;
    transform: none;
    text-align: left;
  }
  .main20 .main20_con ul {
    margin-top: 20px;
  }
  .main20 .main20_con ul li {
    margin-bottom: 20px;
  }
  .main20 .main20_con ul li:nth-child(odd) {
    text-align: left;
  }
  .main20 .main20_con ul li:last-child {
    margin-bottom: 0;
  }
  .main20 .main20_con .logo {
    display: none;
  }
  .main21 {
    padding: 30px 0;
  }
  .main21 .main21_con ul {
    margin: 0 -5px 20px;
  }
  .main21 .main21_con ul li {
    width: 33.333%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main22 {
    padding-bottom: 30px;
  }
  .main22 ul {
    margin: 0 -5px;
  }
  .main22 ul li {
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main23 {
    padding-bottom: 30px;
  }
  .main23 .main23_con {
    height: initial;
    border: 1px dotted #08904e;
    border-radius: 10px;
    display: block;
    padding: 20px;
  }
  .main23 .main23_con .left {
    position: initial;
    text-align: center;
  }
  .main23 .main23_con .left img {
    height: 5.04540868rem;
  }
  .main23 .main23_con .left .bt {
    font-size: 18px;
    margin-top: 30px;
  }
  .main23 .main23_con .right {
    width: initial;
    padding: 0;
    margin-top: 30px;
  }
  .main23 .main23_con .right .top {
    font-size: 16px;
  }
  .main23 .main23_con .right ul {
    width: initial;
    height: initial;
    margin: 30px auto 0;
    background: none;
  }
  .main23 .main23_con .right ul li {
    position: initial;
    text-align: left;
    margin-bottom: 20px;
  }
  .main23 .main23_con .right ul li h5 {
    font-size: 18px;
  }
  .main23 .main23_con .right ul li p {
    font-size: 14px;
    margin-top: 10px;
  }
  .main23 .main23_con .right ul li:nth-child(1) {
    white-space: initial;
    transform: none;
  }
  .main23 .main23_con .right ul li:nth-child(2) {
    width: initial;
    text-align: left;
  }
  .main23 .main23_con .right ul li:nth-child(3) {
    white-space: initial;
    transform: none;
  }
  .main23 .main23_con .right ul li:nth-child(4) {
    width: initial;
    text-align: left;
  }
  .main23 .main23_con .right ul li:last-child {
    margin-bottom: 0;
  }
  .main24 {
    padding-bottom: 30px;
  }
  .main24 .main24_con .swiper {
    margin: 0 -5px;
    padding-bottom: 20px;
  }
  .main24 .main24_con .swiper .swiper-slide {
    padding: 0 5px;
  }
  .main25 {
    margin-top: 30px;
  }
  .main25 .main25_con {
    height: initial;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }
  .main26 {
    padding: 30px 0;
  }
  .main26 .main26_con ul {
    margin: 0 -5px 20px;
  }
  .main26 .main26_con ul li {
    width: 33.333%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .main27 {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .main27 .main27_con {
    padding: 20px 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .main27 .main27_con .table_box {
    overflow-x: auto;
  }
  .main27 .main27_con table {
    width: initial;
    margin-bottom: 30px;
  }
  .main27 .main27_con table thead {
    background-color: #fff;
  }
  .main27 .main27_con table thead tr th {
    height: 50px;
    font-size: 16px;
    padding: 0 10px;
  }
  .main27 .main27_con table tbody tr td {
    height: 50px;
    font-size: 14px;
    padding: 10px;
  }
  .main27 .main27_con table tbody tr:nth-child(even) {
    background-color: #fff;
  }
  .main27 .main27_con table tbody tr:hover {
    background-color: #eee;
  }
  .main27 .main27_con table .view_report {
    line-height: 31px;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 31px;
  }
  .main27 .main27_con table.table_1 {
    width: 1300px;
  }
  .main27 .main27_con table.table_1 thead tr th:nth-child(1) {
    width: 140px;
    text-align: center;
  }
  .main27 .main27_con table.table_1 thead tr th:nth-child(2) {
    width: calc(100% - 1060px);
  }
  .main27 .main27_con table.table_1 thead tr th:nth-child(3) {
    width: 100px;
  }
  .main27 .main27_con table.table_1 thead tr th:nth-child(4) {
    width: 200px;
  }
  .main27 .main27_con table.table_1 thead tr th:nth-child(5) {
    width: 220px;
  }
  .main27 .main27_con table.table_1 thead tr th:nth-child(6) {
    width: 100px;
    text-align: center;
  }
  .main27 .main27_con table.table_1 thead tr th:nth-child(7) {
    width: 160px;
  }
  .main27 .main27_con table.table_1 thead tr th:nth-child(8) {
    width: 140px;
    text-align: center;
  }
  .main27 .main27_con table.table_1 tbody tr td {
    height: 50px;
    font-size: 14px;
    padding: 10px;
  }
  .main27 .main27_con table.table_1 tbody tr td:nth-child(1) {
    text-align: center;
  }
  .main27 .main27_con table.table_1 tbody tr td:nth-child(6) {
    text-align: center;
  }
  .main27 .main27_con table.table_1 tbody tr td:nth-child(8) {
    text-align: center;
  }
  .main27 .main27_con table.table_2 {
    width: 1300px;
  }
  .main27 .main27_con table.table_2 thead tr th:first-child {
    width: calc(100% - 1000px);
  }
  .main27 .main27_con table.table_2 thead tr th:nth-child(2) {
    width: 200px;
  }
  .main27 .main27_con table.table_2 thead tr th:nth-child(3) {
    width: 200px;
  }
  .main27 .main27_con table.table_2 thead tr th:nth-child(4) {
    width: 200px;
  }
  .main27 .main27_con table.table_2 thead tr th:nth-child(5) {
    width: 200px;
    text-align: center;
  }
  .main27 .main27_con table.table_2 thead tr th:last-child {
    width: 200px;
    text-align: center;
  }
  .main27 .main27_con table.table_2 tbody tr td:nth-child(5),
  .main27 .main27_con table.table_2 tbody tr td:last-child {
    text-align: center;
  }
  .main27 .main27_con table.table_3 {
    width: 1300px;
  }
  .main27 .main27_con table.table_3 thead tr th:first-child {
    width: calc(100% - 1160px);
  }
  .main27 .main27_con table.table_3 thead tr th:nth-child(2) {
    width: 260px;
  }
  .main27 .main27_con table.table_3 thead tr th:nth-child(3) {
    width: 200px;
  }
  .main27 .main27_con table.table_3 thead tr th:nth-child(4) {
    width: 200px;
    text-align: center;
  }
  .main27 .main27_con table.table_3 thead tr th:nth-child(5) {
    width: 200px;
    text-align: center;
  }
  .main27 .main27_con table.table_3 thead tr th:last-child {
    width: 200px;
    text-align: center;
  }
  .main27 .main27_con table.table_3 tbody tr td:nth-child(4),
  .main27 .main27_con table.table_3 tbody tr td:nth-child(5),
  .main27 .main27_con table.table_3 tbody tr td:last-child {
    text-align: center;
  }
  .main27 .main27_con table.table_4 {
    width: 1200px;
  }
  .main27 .main27_con table.table_4 thead tr th:first-child {
    width: 300px;
  }
  .main27 .main27_con table.table_4 thead tr th:nth-child(2) {
    width: calc(100% - 900px);
  }
  .main27 .main27_con table.table_4 thead tr th:nth-child(3) {
    width: 200px;
  }
  .main27 .main27_con table.table_4 thead tr th:nth-child(4) {
    width: 200px;
    text-align: center;
  }
  .main27 .main27_con table.table_4 thead tr th:last-child {
    width: 200px;
    text-align: center;
  }
  .main27 .main27_con table.table_4 tbody tr td:nth-child(4) {
    text-align: center;
  }
  .main27 .main27_con table.table_5 {
    width: 1350px;
  }
  .main27 .main27_con table.table_5 thead tr th:first-child {
    width: 200px;
    text-align: center;
  }
  .main27 .main27_con table.table_5 thead tr th:nth-child(2) {
    width: 200px;
    text-align: center;
  }
  .main27 .main27_con table.table_5 thead tr th:nth-child(3) {
    width: calc(100% - 1050px);
  }
  .main27 .main27_con table.table_5 thead tr th:nth-child(4) {
    width: 150px;
  }
  .main27 .main27_con table.table_5 thead tr th:nth-child(5) {
    width: 150px;
  }
  .main27 .main27_con table.table_5 thead tr th:nth-child(6) {
    width: 150px;
    text-align: center;
  }
  .main27 .main27_con table.table_5 thead tr th:last-child {
    width: 200px;
    text-align: center;
  }
  .main27 .main27_con table.table_5 tbody tr td:nth-child(2),
  .main27 .main27_con table.table_5 tbody tr td:nth-child(6) {
    text-align: center;
  }
  .main27 .main27_con table.table_5 tbody tr td .imgbox {
    width: 118px;
    height: 118px;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto;
  }
  .main27 .main27_con table.table_5 tbody tr td .imgbox .img {
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .main27 .main27_con table.table_6 {
    width: 1300px;
  }
  .main27 .main27_con table.table_6 thead tr th:first-child {
    width: calc(100% - 1000px);
  }
  .main27 .main27_con table.table_6 thead tr th:nth-child(2) {
    width: 200px;
  }
  .main27 .main27_con table.table_6 thead tr th:nth-child(3) {
    width: 200px;
  }
  .main27 .main27_con table.table_6 thead tr th:nth-child(4) {
    width: 200px;
  }
  .main27 .main27_con table.table_6 thead tr th:nth-child(5) {
    width: 200px;
  }
  .main27 .main27_con table.table_6 thead tr th:last-child {
    width: 200px;
  }
  .main28 {
    padding: 30px 0;
  }
  .main28 .main28_con ul {
    margin: 0 -5px 20px;
  }
  .main28 .main28_con ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main28 .main28_con_2 {
    border-radius: 10px;
    padding: 10px 10px 20px;
    overflow-x: auto;
  }
  .main28 .main28_con_2 table {
    width: 1300px;
    margin-bottom: 30px;
  }
  .main28 .main28_con_2 table thead tr th {
    height: 50px;
    font-size: 16px;
    padding: 0 10px;
  }
  .main28 .main28_con_2 table thead tr th:nth-child(1) {
    width: 200px;
  }
  .main28 .main28_con_2 table thead tr th:nth-child(2) {
    width: 150px;
  }
  .main28 .main28_con_2 table thead tr th:nth-child(3) {
    width: calc(100% - 1000px);
  }
  .main28 .main28_con_2 table thead tr th:nth-child(4) {
    width: 200px;
  }
  .main28 .main28_con_2 table thead tr th:nth-child(5) {
    width: 150px;
  }
  .main28 .main28_con_2 table thead tr th:nth-child(6) {
    width: 150px;
  }
  .main28 .main28_con_2 table thead tr th:last-child {
    width: 150px;
  }
  .main28 .main28_con_2 table tbody tr td {
    height: 50px;
    font-size: 14px;
    padding: 10px;
  }
  .main28 .main28_con_2 table tbody tr td .imgbox {
    width: 118px;
    height: 118px;
    border-radius: 20px;
  }
  .main28 .main28_con_2 table .view_report {
    line-height: 31px;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 31px;
  }
  .main29 {
    padding: 20px 0 30px;
  }
  .main29 .main29_con {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
  }
  .main29 .main29_con .main29_con_1 {
    display: block;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  }
  .main29 .main29_con .main29_con_1 .left {
    width: 4.1271443rem;
    height: 4.5913219rem;
    border-radius: 0.20181635rem;
    margin: 0 auto;
  }
  .main29 .main29_con .main29_con_1 .right {
    width: initial;
    padding-left: 0;
    display: block;
  }
  .main29 .main29_con .main29_con_1 .right .text_box {
    width: initial;
    padding-right: 0;
    padding-top: 30px;
  }
  .main29 .main29_con .main29_con_1 .right .text_box .title {
    font-size: 20px;
  }
  .main29 .main29_con .main29_con_1 .right .text_box .text {
    font-size: 14px;
    margin-top: 20px;
  }
  .main29 .main29_con .main29_con_1 .right .text_box ul {
    margin-top: 20px;
  }
  .main29 .main29_con .main29_con_1 .right .text_box ul li {
    display: flex;
    font-size: 14px;
    color: #4c4c4c;
    margin-bottom: 10px;
  }
  .main29 .main29_con .main29_con_1 .right .text_box ul li b {
    width: 90px;
  }
  .main29 .main29_con .main29_con_1 .right .text_box ul li p {
    width: calc(100% - 90px);
  }
  .main29 .main29_con .main29_con_1 .right .text_box ul li:last-child {
    margin-bottom: 0;
  }
  .main29 .main29_con .main29_con_1 .right .certificate {
    width: initial;
    border-radius: 10px;
    padding: 10px;
    margin-top: 30px;
  }
  .main29 .main29_con .main29_con_1 .right .certificate .top {
    border: 1px solid #056905;
    border-radius: 10px;
    padding: 10px;
  }
  .main29 .main29_con .main29_con_1 .right .certificate .top .img img {
    width: 90px;
  }
  .main29 .main29_con .main29_con_1 .right .certificate .top .con {
    width: calc(100% - 90px);
    padding-left: 10px;
  }
  .main29 .main29_con .main29_con_1 .right .certificate .top .con .weight {
    line-height: 26px;
    font-size: 16px;
  }
  .main29 .main29_con .main29_con_1 .right .certificate .top .con h5 {
    font-size: 16px;
    margin-top: 10px;
  }
  .main29 .main29_con .main29_con_1 .right .certificate .top .con p {
    font-size: 12px;
  }
  .main29 .main29_con .main29_con_1 .right .certificate .text {
    font-size: 16px;
    margin-top: 10px;
  }
  .main29 .main29_con .main29_con_1 .right .certificate a {
    line-height: 42px;
    font-size: 16px;
    border: 1px solid #056905;
    border-radius: 10px;
    margin-top: 20px;
  }
  .main29 .main29_con .main29_con_2 {
    margin-top: 30px;
    display: block;
  }
  .main29 .main29_con .main29_con_2 .left {
    width: initial;
    padding-right: 0;
  }
  .main29 .main29_con .main29_con_2 .left .item {
    margin-bottom: 20px;
  }
  .main29 .main29_con .main29_con_2 .left .item .title {
    border-bottom: 2px solid #eef2ef;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .main29 .main29_con .main29_con_2 .left .item .title h5 {
    font-size: 18px;
    border-left: 5px solid  #079052;
    padding-left: 14px;
  }
  .main29 .main29_con .main29_con_2 .left .item .con1 ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .main29 .main29_con .main29_con_2 .left .item .con1 ul li b {
    width: 80px;
  }
  .main29 .main29_con .main29_con_2 .left .item .con1 ul li p {
    width: calc(100% - 80px);
  }
  .main29 .main29_con .main29_con_2 .left .item .con1 ul li:last-child {
    margin-bottom: 0;
  }
  .main29 .main29_con .main29_con_2 .left .item .con2 {
    font-size: 16px;
  }
  .main29 .main29_con .main29_con_2 .right {
    width: initial;
    border: 1px solid #eef2f1;
    border-radius: 10px;
    padding: 20px 0;
  }
  .main29 .main29_con .main29_con_2 .right .title h5 {
    font-size: 18px;
    border-left: 5px solid  #079052;
    padding-left: 15px;
  }
  .main29 .main29_con .main29_con_2 .right .con_box {
    padding: 30px 15px 0;
  }
  .main29 .main29_con .main29_con_2 .right .con_box .bt {
    font-size: 16px;
    padding-left: 0;
  }
  .main29 .main29_con .main29_con_2 .right .con_box ul {
    margin-top: 20px;
  }
  .main29 .main29_con .main29_con_2 .right .con_box ul li {
    margin-bottom: 10px;
  }
  .main29 .main29_con .main29_con_2 .right .con_box ul li b {
    display: inline;
  }
  .main29 .main29_con .main29_con_2 .right .con_box ul li p {
    display: inline;
  }
  .main29 .main29_con .main29_con_2 .right .con_box ul li:last-child {
    margin-bottom: 0;
  }
  .main29 .main29_con .main29_con_2 .right .con_box a {
    line-height: 50px;
    border-radius: 50px;
    font-size: 16px;
    margin-top: 30px;
  }
  .main29 .main29_con .main29_con_2 .right .con_box a span {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
  .main29 .main29_con .main29_con_2 .right .con_box .scan {
    margin-top: 30px;
  }
  .main29 .main29_con .main29_con_2 .right .con_box .scan .text {
    font-size: 16px;
  }
  .main29 .main29_con .main29_con_2 .right .con_box .scan .img {
    margin-top: 30px;
  }
  .main29 .main29_con .main29_con_2 .right .con_box .scan .img img {
    width: 200px;
    height: 200px;
  }
  .main30 {
    padding: 0.50454087rem 0 1.5136226rem;
  }
  .main30 .main30_con {
    width: 100%;
    min-height: 15.38849647rem;
    box-shadow: 0 0 0.10090817rem rgba(0, 0, 0, 0.1);
    padding-top: 1.71543895rem;
    padding-bottom: 1.21089808rem;
  }
  .main30 .main30_con::before {
    content: "";
    width: calc(100% - 0.60544904rem);
    height: calc(100% - 0.60544904rem);
  }
  .main30 .main30_con .title .logo {
    width: 1.58425832rem;
  }
  .main30 .main30_con .title h5 {
    font-size: 0.60544904rem;
    margin-top: 0.60544904rem;
  }
  .main30 .main30_con .title p {
    font-size: 0.18163471rem;
    margin-top: 0.20181635rem;
  }
  .main30 .main30_con .title .xian {
    width: 6.70030272rem;
    margin-top: 0.45408678rem;
  }
  .main30 .main30_con .con_box {
    padding: 1.10998991rem 1.00908174rem 0 1.5136226rem;
  }
  .main30 .main30_con .con_box ul li {
    display: flex;
    font-size: 0.24217962rem;
    margin-bottom: 0.30272452rem;
  }
  .main30 .main30_con .con_box ul li b {
    width: 1.31180626rem;
  }
  .main30 .main30_con .con_box ul li p {
    width: calc(100% - 1.31180626rem);
  }
  .main30 .main30_con .bottom {
    font-size: 0.25227043rem;
    padding-left: 2.32088799rem;
    margin-top: 1.81634712rem;
  }
  .main30 .main30_con .bottom p {
    margin-bottom: 0.30272452rem;
  }
  .main30 .main30_con .bottom .seal {
    width: 3.22906155rem;
    top: -0.30272452rem;
    right: 1.31180626rem;
  }
  .main31 {
    padding: 0.40363269rem 0 1.00908174rem;
  }
  .main31 .main31_con_1 {
    width: 100%;
    border-radius: 0.50454087rem;
    padding: 1.21089808rem;
    box-shadow: 0 0 0.10090817rem rgba(0, 0, 0, 0.1);
  }
  .main31 .main31_con_1::before {
    width: calc(100% - 1.00908174rem);
    height: calc(100% - 1.00908174rem);
    border: 0.0605449rem solid #08904e;
  }
  .main31 .main31_con_1 .title_1 .left h5 {
    font-size: 0.50454087rem;
  }
  .main31 .main31_con_1 .title_1 .left p {
    font-size: 0.1715439rem;
    margin-top: 0.15136226rem;
  }
  .main31 .main31_con_1 .title_1 .right img {
    width: 1.21089808rem;
  }
  .main31 .main31_con_1 .title_2 {
    height: 1.5136226rem;
    margin-top: 0.50454087rem;
  }
  .main31 .main31_con_1 .title_2 h5 {
    font-size: 0.30272452rem;
  }
  .main31 .main31_con_1 .title_2 img {
    width: 2.21997982rem;
  }
  .main31 .main31_con_1 .con_box {
    margin-top: 0.40363269rem;
  }
  .main31 .main31_con_1 .con_box .item {
    margin-bottom: 0.90817356rem;
  }
  .main31 .main31_con_1 .con_box .item .title {
    margin-bottom: 0.40363269rem;
  }
  .main31 .main31_con_1 .con_box .item .title h5 {
    font-size: 0.20181635rem;
  }
  .main31 .main31_con_1 .con_box .item .title .text1 {
    font-size: 0.25227043rem;
    margin-right: 0.30272452rem;
  }
  .main31 .main31_con_1 .con_box .item .con ul {
    padding-left: 0.90817356rem;
  }
  .main31 .main31_con_1 .con_box .item .con ul li {
    font-size: 0.16145308rem;
    margin-bottom: 0.10090817rem;
  }
  .main31 .main31_con_1 .con_box .item .con ul li.qixian .record {
    margin-left: 0.20181635rem;
  }
  .main31 .main31_con_1 .con_box .item .con ul li.qixian .record .but {
    padding: 0 0.20181635rem;
    line-height: 0.35317861rem;
    border-radius: 0.35317861rem;
    font-size: 0.16145308rem;
  }
  .main31 .main31_con_1 .con_box .item .con ul li.qixian .record dl {
    width: 1.5136226rem;
    border-radius: 0.10090817rem;
    padding: 0.10090817rem;
    box-shadow: 0 0 0.10090817rem rgba(0, 0, 0, 0.1);
    border: 0.01009082rem solid #e6e6e6;
  }
  .main31 .main31_con_1 .con_box .item .con ul li.qixian .record dl dd {
    line-height: 0.30272452rem;
    font-size: 0.16145308rem;
  }
  .main31 .main31_con_1 .con_box .item .con ul li.qixian .record dl dd a i {
    width: 0.16145308rem;
    height: 0.16145308rem;
    margin-left: 0.10090817rem;
  }
  .main31 .main31_con_1 .con_box .item .con .deadline {
    top: 0.50454087rem;
  }
  .main31 .main31_con_1 .con_box .item .con .deadline img {
    width: 1.89707366rem;
  }
  .main31 .main31_con_1 .more {
    margin-top: 0.50454087rem;
  }
  .main31 .main31_con_1 .more a {
    min-width: 1.21089808rem;
    padding: 0 0.20181635rem;
    line-height: 0.40363269rem;
    border-radius: 0.40363269rem;
    font-size: 0.18163471rem;
    margin: 0 0.10090817rem;
  }
  .main31 .main31_con_1 .more a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  }
  .main31 .main31_con_2 {
    width: 100%;
    border-radius: 0.50454087rem;
    margin: 0.60544904rem auto 0;
    box-shadow: 0 0 0.10090817rem rgba(0, 0, 0, 0.1);
    padding: 0.50454087rem;
  }
  .main31 .main31_con_2 .title {
    font-size: 0.30272452rem;
    margin-bottom: 0.30272452rem;
  }
  .main31 .main31_con_2 .con_box table {
    margin-bottom: 0.30272452rem;
  }
  .main31 .main31_con_2 .con_box table thead tr th {
    height: 0.60544904rem;
    font-size: 0.18163471rem;
    padding: 0.10090817rem;
  }
  .main31 .main31_con_2 .con_box table tbody tr {
    border: 0.01009082rem solid #e6f4ee;
  }
  .main31 .main31_con_2 .con_box table tbody tr td {
    height: 0.60544904rem;
    font-size: 0.16145308rem;
    padding: 0.10090817rem;
  }
  .main32 {
    padding: 30px 10px;
  }
  .main32 .main32_con {
    width: 100%;
    border-radius: 20px;
    padding: 20px 10px;
  }
  .main32 .main32_con .off {
    top: 10px;
    right: 10px;
  }
  .main32 .main32_con .off span {
    font-size: 25px;
  }
  .main32 .main32_con .title {
    margin-bottom: 30px;
  }
  .main32 .main32_con .title h5 {
    font-size: 20px;
  }
  .main32 .main32_con .title p {
    font-size: 14px;
    margin-top: 10px;
  }
  .main32 .main32_con .con_box .item {
    margin-bottom: 20px;
  }
  .main32 .main32_con .con_box .item .con {
    border: 1px solid #08904e;
    height: 46px;
    border-radius: 46px;
    padding-right: 4px;
  }
  .main32 .main32_con .con_box .item .con p {
    width: 100px;
    padding-right: 10px;
    font-size: 14px;
  }
  .main32 .main32_con .con_box .item .con p::before {
    width: 1px;
    height: 19px;
  }
  .main32 .main32_con .con_box .item .con .but {
    width: 90px;
    line-height: 36px;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    border-radius: 38px;
  }
  .main32 .main32_con .con_box .item .con input,
  .main32 .main32_con .con_box .item .con textarea {
    width: calc(100% - 100px);
    font-size: 14px;
    padding: 0 10px;
  }
  .main32 .main32_con .con_box .item .con.yzm input {
    padding-right: 100px;
  }
  .main32 .main32_con .con_box .item .con.yzm .but {
    right: 4px;
  }
  .main32 .main32_con .con_box .item .con.reasons {
    height: 168px;
    border-radius: 20px;
    padding-top: 20px;
  }
  .main32 .main32_con .con_box .item .picture-upload {
    padding: 20px 0 0 30px;
  }
  .main32 .main32_con button {
    width: 110px;
    height: 40px;
    font-size: 16px;
    border-radius: 40px;
    border: 1px solid #056905;
    margin: 30px auto 0;
  }
  .main33 {
    padding: 0.60544904rem 0 1.00908174rem;
  }
  .main33 .main33_con {
    width: 100%;
    border-radius: 0.50454087rem;
    padding: 0.12108981rem 0.12108981rem 0.70635721rem;
  }
  .main33 .main33_con .con_box {
    border-radius: 0.50454087rem;
    min-height: 10.09081736rem;
    position: relative;
    padding: 1.00908174rem 0.90817356rem 1.10998991rem;
  }
  .main33 .main33_con .con_box::before {
    width: calc(100% - 1.21089808rem);
    height: calc(100% - 1.21089808rem);
    border: 0.01009082rem solid #098b43;
  }
  .main33 .main33_con .con_box .pattern i {
    width: 1.47325933rem;
    height: 1.47325933rem;
  }
  .main33 .main33_con .con_box .pattern i:nth-child(1) {
    left: 0.40363269rem;
    top: 0.40363269rem;
  }
  .main33 .main33_con .con_box .pattern i:nth-child(2) {
    right: 0.40363269rem;
    top: 0.40363269rem;
    transform: rotateY(180deg);
  }
  .main33 .main33_con .con_box .pattern i:nth-child(3) {
    left: 0.40363269rem;
    bottom: 0.40363269rem;
    transform: rotateX(180deg);
  }
  .main33 .main33_con .con_box .pattern i:nth-child(4) {
    right: 0.40363269rem;
    bottom: 0.40363269rem;
    transform: rotate(180deg);
  }
  .main33 .main33_con .con_box .title img {
    width: 1.53380424rem;
  }
  .main33 .main33_con .con_box .title h4 {
    font-size: 0.30272452rem;
  }
  .main33 .main33_con .con_box .title h5 {
    font-size: 0.30272452rem;
    margin-top: 0.20181635rem;
  }
  .main33 .main33_con .con_box .title .text {
    font-size: 0.18163471rem;
    margin-top: 0.15136226rem;
  }
  .main33 .main33_con .con_box .main33_con_1 {
    margin-top: 0.25227043rem;
    border-radius: 0.20181635rem;
    padding: 0.30272452rem 0.50454087rem 0.20181635rem;
  }
  .main33 .main33_con .con_box .main33_con_1 .con1 ul li {
    font-size: 0.16145308rem;
    margin-bottom: 0.10090817rem;
  }
  .main33 .main33_con .con_box .main33_con_1 .con1 ul li:last-child {
    margin-bottom: 0;
  }
  .main33 .main33_con .con_box .main33_con_1 .con1 ul li .record {
    margin-left: 0.20181635rem;
  }
  .main33 .main33_con .con_box .main33_con_1 .con1 ul li .record .but {
    padding: 0 0.20181635rem;
    line-height: 0.35317861rem;
    border-radius: 0.35317861rem;
    font-size: 0.16145308rem;
  }
  .main33 .main33_con .con_box .main33_con_1 .con1 ul li .record dl {
    width: 1.5136226rem;
    border-radius: 0.10090817rem;
    padding: 0.10090817rem;
    box-shadow: 0 0 0.10090817rem rgba(0, 0, 0, 0.1);
    border: 0.01009082rem solid #e6e6e6;
  }
  .main33 .main33_con .con_box .main33_con_1 .con1 ul li .record dl dd {
    line-height: 0.30272452rem;
    font-size: 0.16145308rem;
  }
  .main33 .main33_con .con_box .main33_con_1 .con1 ul li .record dl dd a i {
    width: 0.16145308rem;
    height: 0.16145308rem;
    margin-left: 0.10090817rem;
  }
  .main33 .main33_con .con_box .main33_con_1 .con2 {
    margin-top: 0.30272452rem;
  }
  .main33 .main33_con .con_box .main33_con_1 .con2 .bt {
    font-size: 0.16145308rem;
    margin-bottom: 0.10090817rem;
  }
  .main33 .main33_con .con_box .main33_con_1 .con2 ul li {
    font-size: 0.16145308rem;
    margin-bottom: 0.10090817rem;
  }
  .main33 .main33_con .con_box .main33_con_1 .con2 ul li .list {
    padding-right: 0.30272452rem;
    width: 1.31180626rem;
  }
  .main33 .main33_con .con_box .main33_con_1 .con2 ul li .list::before {
    width: 0.16145308rem;
    height: 0.16145308rem;
  }
  .main33 .main33_con .con_box .main33_con_2 {
    padding-left: 0.50454087rem;
    margin-top: 0.30272452rem;
  }
  .main33 .main33_con .con_box .main33_con_2 .item {
    margin-bottom: 0.50454087rem;
  }
  .main33 .main33_con .con_box .main33_con_2 .item .title {
    margin-bottom: 0.40363269rem;
  }
  .main33 .main33_con .con_box .main33_con_2 .item .title h5 {
    font-size: 0.20181635rem;
  }
  .main33 .main33_con .con_box .main33_con_2 .item .title .text1 {
    font-size: 0.25227043rem;
    margin-right: 0.30272452rem;
  }
  .main33 .main33_con .con_box .main33_con_2 .item .con ul {
    padding-left: 0.90817356rem;
  }
  .main33 .main33_con .con_box .main33_con_2 .item .con ul li {
    font-size: 0.16145308rem;
    margin-bottom: 0.10090817rem;
  }
  .main33 .main33_con .con_box .main33_con_2 .item .con ul li.qixian .record {
    margin-left: 0.20181635rem;
    position: relative;
  }
  .main33 .main33_con .con_box .main33_con_2 .item .con ul li.qixian .record .but {
    padding: 0 0.20181635rem;
    line-height: 0.35317861rem;
    border-radius: 0.35317861rem;
    font-size: 0.16145308rem;
  }
  .main33 .main33_con .con_box .main33_con_2 .item .con ul li.qixian .record dl {
    width: 1.5136226rem;
    border-radius: 0.10090817rem;
    padding: 0.10090817rem;
    box-shadow: 0 0 0.10090817rem rgba(0, 0, 0, 0.1);
    border: 0.01009082rem solid #e6e6e6;
  }
  .main33 .main33_con .con_box .main33_con_2 .item .con ul li.qixian .record dl dd {
    line-height: 0.30272452rem;
    font-size: 0.16145308rem;
  }
  .main33 .main33_con .con_box .main33_con_2 .item .con ul li.qixian .record dl dd a i {
    width: 0.16145308rem;
    height: 0.16145308rem;
    margin-left: 0.10090817rem;
  }
  .main33 .main33_con .con_box .main33_con_2 .item .con .deadline {
    top: 0.50454087rem;
    right: 0.40363269rem;
  }
  .main33 .main33_con .con_box .main33_con_2 .item .con .deadline img {
    width: 2.92633703rem;
  }
  .main33 .main33_con .con_box .main33_con_2 .item:last-child {
    margin-bottom: 0;
  }
  .main33 .main33_con .con_box .main33_con_3 {
    margin: 0.40363269rem 0;
    padding: 0.30272452rem 0 0.30272452rem 0.50454087rem;
    border-top: 0.02018163rem dotted #098b43;
    border-bottom: 0.02018163rem dotted #098b43;
  }
  .main33 .main33_con .con_box .main33_con_3 h5 {
    font-size: 0.24217962rem;
    margin-bottom: 0.20181635rem;
  }
  .main33 .main33_con .con_box .main33_con_3 ul li {
    font-size: 0.18163471rem;
    margin-bottom: 0.10090817rem;
  }
  .main33 .main33_con .con_box .main33_con_3 ul li:last-child {
    margin-bottom: 0;
  }
  .main33 .main33_con .con_box .main33_con_4 {
    padding-left: 0.50454087rem;
  }
  .main33 .main33_con .con_box .main33_con_4 ul li h5 {
    font-size: 0.24217962rem;
    margin-bottom: 0.20181635rem;
  }
  .main33 .main33_con .con_box .main33_con_4 ul li dl dd {
    font-size: 0.18163471rem;
    margin-bottom: 0.10090817rem;
  }
  .main33 .main33_con .con_box .main33_con_4 ul li .seal {
    width: 1.81634712rem;
    bottom: -0.80726539rem;
  }
  .main33 .main33_con .con_box .main33_con_4 .more {
    margin-top: 1.00908174rem;
  }
  .main33 .main33_con .con_box .main33_con_4 .more a {
    min-width: 1.21089808rem;
    padding: 0 0.20181635rem;
    line-height: 0.40363269rem;
    border-radius: 0.40363269rem;
    font-size: 0.18163471rem;
    margin: 0 0.10090817rem;
  }
  .main33 .main33_con .bottom {
    padding: 0.30272452rem 0.40363269rem 0;
  }
  .main33 .main33_con .bottom .text {
    font-size: 0.18163471rem;
    margin-top: 0.20181635rem;
  }
  .main33 .main33_con .bottom .text.text2 {
    font-weight: bold;
  }
  .main34 {
    padding: 0.50454087rem 0 1.5136226rem;
  }
  .main34 .main34_con {
    width: 100%;
    height: 15.38849647rem;
    box-shadow: 0 0 0.10090817rem rgba(0, 0, 0, 0.1);
    padding-top: 1.31180626rem;
  }
  .main34 .main34_con::before {
    width: calc(100% - 0.60544904rem);
    height: calc(100% - 0.60544904rem);
  }
  .main34 .main34_con .title {
    padding: 0 1.5136226rem;
  }
  .main34 .main34_con .title .logo {
    width: 1.58425832rem;
  }
  .main34 .main34_con .title h5 {
    font-size: 0.40363269rem;
  }
  .main34 .main34_con .title p {
    font-size: 0.18163471rem;
    margin-top: 0.20181635rem;
  }
  .main34 .main34_con .title .xian {
    width: 6.70030272rem;
    margin-top: 0.45408678rem;
  }
  .main34 .main34_con .con_box {
    padding-top: 0.80726539rem;
  }
  .main34 .main34_con .con_box ul {
    padding-left: 1.81634712rem;
  }
  .main34 .main34_con .con_box ul li {
    font-size: 0.24217962rem;
    margin-bottom: 0.30272452rem;
  }
  .main34 .main34_con .con_box ul .watermark {
    width: 2.49243189rem;
    right: 1.21089808rem;
  }
  .main34 .main34_con .con_box .text_box {
    padding: 0 1.00908174rem;
    font-size: 0.20181635rem;
    text-indent: 0.40363269rem;
    margin-top: 0.70635721rem;
  }
  .main34 .main34_con .bottom {
    font-size: 0.25227043rem;
    padding-left: 2.01816347rem;
    margin-top: 1.81634712rem;
    bottom: 1.31180626rem;
  }
  .main34 .main34_con .bottom p {
    margin-bottom: 0.30272452rem;
  }
  .main34 .main34_con .bottom .seal {
    width: 2.01816347rem;
    top: -0.40363269rem;
    left: 3.12815338rem;
  }
  .main35 {
    padding: 30px 0;
  }
  .main35 .main35_con ul {
    margin-bottom: 20px;
  }
  .main35 .main35_con ul li {
    margin-bottom: 10px;
  }
  .main35 .main35_con ul li:last-child {
    margin-bottom: 0;
  }
  .main36 {
    padding: 30px 0;
  }
  .main36 .main36_con .calculate {
    width: 100%;
  }
  .main36 .main36_con .calculate .title {
    width: 70px;
    font-size: 14px;
  }
  .main36 .main36_con .calculate .title::before {
    content: "";
    width: 1px;
    height: 20px;
  }
  .main36 .main36_con .calculate ul li {
    height: 50px;
    border: 1px solid #056905;
    border-radius: 50px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .main36 .main36_con .calculate ul li input {
    width: calc(100% - 70px);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .main36 .main36_con .calculate ul li select {
    width: calc(100% - 70px);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .main36 .main36_con .calculate ul li .select_box {
    width: calc(100% - 70px);
  }
  .main36 .main36_con .calculate ul li .select_box h5 {
    font-size: 16px;
    padding: 0 20px;
  }
  .main36 .main36_con .calculate ul li .select_box h5::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    right: 20px;
  }
  .main36 .main36_con .calculate ul li .select_box .dl_box {
    max-height: 260px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  .main36 .main36_con .calculate ul li .select_box .dl_box dl {
    padding: 10px 0;
  }
  .main36 .main36_con .calculate ul li .select_box .dl_box dl dd {
    line-height: 35px;
    padding: 0 20px;
    font-size: 14px;
  }
  .main36 .main36_con .calculate ul li .div-selector-group {
    width: calc(100% - 70px);
  }
  .main36 .main36_con .calculate ul li .div-select__trigger {
    padding: 14px 10px;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
  }
  .main36 .main36_con .calculate ul li .div-select:last-child .div-select__trigger {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .main36 .main36_con .calculate ul li .div-select__trigger span {
    font-size: 14px;
  }
  .main36 .main36_con .calculate ul li .div-select__trigger .arrow {
    border-width: 0 2px 2px 0;
    padding: 4px;
    margin-left: 8px;
  }
  .main36 .main36_con .calculate ul li .div-select.dropdown-open .arrow {
    margin-top: 6px;
  }
  .main36 .main36_con .calculate ul li .div-select__dropdown {
    box-shadow: 0 15px 30px -8px rgba(0, 0, 0, 0.2);
    max-height: 260px;
    padding: 6px 0;
  }
  .main36 .main36_con .calculate ul li .div-option {
    padding: 5px 10px;
    font-size: 14px;
    border-left: 3px solid transparent;
  }
  .main36 .main36_con .calculate ul li:nth-child(2)::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #000;
    right: 20px;
  }
  .main36 .main36_con .calculate ul li:last-child {
    margin-bottom: 0;
  }
  .main36 .main36_con .calculate .more1 {
    margin-top: 30px;
  }
  .main36 .main36_con .calculate .more1 .more1_but {
    border: 1px solid #056905;
  }
  .main36 .main36_con .calculate .more1 .more1_but img {
    width: 16px;
    margin-left: 10px;
  }
  .main37 {
    padding-top: 30px;
  }
  .main37 .main37_con {
    padding: 20px 10px;
    border-radius: 10px;
  }
  .main38 {
    padding: 30px 0;
  }
  .main38 .click_filter {
    display: block;
    line-height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    color: #08904e;
  }
  .main38 .main38_con {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    min-height: initial;
    display: block;
  }
  .main38 .main38_con .left {
    width: 100%;
    height: 100%;
    border: 1px solid #d1eee4;
    border-radius: 0;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: -100%;
    z-index: 4000;
    padding-bottom: 50px;
    transition: all .3s;
  }
  .main38 .main38_con .left .off {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    display: flex;
    cursor: pointer;
    display: block;
  }
  .main38 .main38_con .left .off span {
    font-size: 25px;
    line-height: 1;
    color: #009657;
    transition: all .3s;
  }
  .main38 .main38_con .left .title ul li {
    height: 50px;
    padding: 0 10px;
  }
  .main38 .main38_con .left .title ul li .icon {
    width: 14px;
    margin-right: 5px;
  }
  .main38 .main38_con .left .title ul li p {
    font-size: 14px;
  }
  .main38 .main38_con .left .search {
    padding: 0 10px;
    margin: 20px 0;
  }
  .main38 .main38_con .left .search .con {
    height: 40px;
    border-radius: 40px;
    border: 1px solid #d1eee4;
  }
  .main38 .main38_con .left .search .con input {
    width: calc(100% - 60px);
    font-size: 14px;
    padding-left: 20px;
  }
  .main38 .main38_con .left .search .con button {
    width: 60px;
    background: url(../images/icon1.png) no-repeat center center / 14px auto;
  }
  .main38 .main38_con .left .nav2_box {
    height: calc(100% - 130px);
  }
  .main38 .main38_con .left.active {
    left: 0;
  }
  .main38 .main38_con .right {
    width: 100%;
    padding: 30px 10px;
  }
  .main38 .main38_con .right .title h5 {
    font-size: 20px;
  }
  .main38 .main38_con .right .title .filtrate {
    margin-top: 20px;
  }
  .main38 .main38_con .right .title .filtrate .year {
    margin-right: 20px;
  }
  .main38 .main38_con .right .title .filtrate .year .bt {
    width: 150px;
    line-height: 40px;
    border-radius: 40px;
    border: 1px solid #c2e0c6;
    font-size: 14px;
    padding-left: 15px;
  }
  .main38 .main38_con .right .title .filtrate .year .bt::before {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #009657;
    right: 10px;
  }
  .main38 .main38_con .right .title .filtrate .year .con {
    padding-top: 10px;
  }
  .main38 .main38_con .right .title .filtrate .year .con ul {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
  }
  .main38 .main38_con .right .title .filtrate .year .con ul li {
    line-height: 40px;
    font-size: 14px;
  }
  .main38 .main38_con .right .title .filtrate .export_data {
    line-height: 40px;
    border: 1px solid #c2e0c8;
    border-radius: 40px;
    font-size: 14px;
    padding: 0 20px;
  }
  .main38 .main38_con .right .con_box {
    margin-top: 30px;
    overflow-x: auto;
  }
  .main38 .main38_con .right .con_box table {
    width: 1000px;
  }
  .main38 .main38_con .right .con_box table thead tr th {
    height: 50px;
    font-size: 16px;
    padding: 10px 20px;
  }
  .main38 .main38_con .right .con_box table thead tr th:first-child {
    width: 200px;
  }
  .main38 .main38_con .right .con_box table thead tr th:nth-child(2) {
    width: 200px;
  }
  .main38 .main38_con .right .con_box table thead tr th:nth-child(3) {
    width: calc(100% - 400px);
  }
  .main38 .main38_con .right .con_box table tbody tr td {
    height: 50px;
    padding: 10px 20px;
    font-size: 14px;
  }
  .main39 {
    padding: 30px 0;
  }
  .main39 .main39_con ul {
    margin: 0 -5px 20px;
  }
  .main39 .main39_con ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main40 {
    padding-top: 30px;
  }
  .main40 .main40_con {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: block;
  }
  .main40 .main40_con .left {
    width: 100%;
  }
  .main40 .main40_con .left .swiper {
    height: 6.69021191rem;
  }
  .main40 .main40_con .left .swiper-pagination {
    margin-top: 20px;
  }
  .main40 .main40_con .left .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 2px;
  }
  .main40 .main40_con .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .main40 .main40_con .right ul li {
    margin-bottom: 20px;
  }
  .main40 .main40_con .right ul li b {
    width: 80px;
    font-size: 18px;
    line-height: 25px;
  }
  .main40 .main40_con .right ul li p {
    width: calc(100% - 80px);
    font-size: 16px;
    line-height: 25px;
    padding-left: 20px;
  }
  .main40 .main39 {
    padding-top: 30px;
  }
  .main41 {
    padding: 30px 0;
  }
  .main41 .main41_con {
    display: block;
  }
  .main41 .main41_con .left {
    width: 100%;
    padding-right: 0;
  }
  .main41 .main41_con .left .item {
    margin-bottom: 30px;
  }
  .main41 .main41_con .left .item .title3 {
    border-bottom: 2px solid #e9f2f0;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .main41 .main41_con .left .item .con {
    font-size: 14px;
    line-height: 1.6;
  }
  .main41 .main41_con .right {
    width: 100%;
    height: inherit;
    border: 1px solid #e9f2f0;
    border-radius: 10px;
    padding: 20px 0;
  }
  .main41 .main41_con .right .con_box {
    padding: 20px 10px 0;
  }
  .main41 .main41_con .right .con_box ul li {
    height: 40px;
    border-radius: 40px;
    border: 1px solid #056905;
    margin-bottom: 10px;
  }
  .main41 .main41_con .right .con_box ul li .title {
    width: 100px;
    padding-left: 15px;
  }
  .main41 .main41_con .right .con_box ul li .title::before {
    width: 1px;
    height: 20px;
  }
  .main41 .main41_con .right .con_box ul li .title p {
    font-size: 14px;
  }
  .main41 .main41_con .right .con_box ul li .con {
    width: calc(100% - 100px);
  }
  .main41 .main41_con .right .con_box ul li .con .select_box h5 {
    font-size: 14px;
    padding-left: 15px;
  }
  .main41 .main41_con .right .con_box ul li .con .select_box h5::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #000;
    right: 15px;
  }
  .main41 .main41_con .right .con_box ul li .con .select_box dl {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
  }
  .main41 .main41_con .right .con_box ul li .con .select_box dl dd {
    font-size: 14px;
    padding: 5px 0;
  }
  .main41 .main41_con .right .con_box ul li .con input {
    font-size: 14px;
    padding: 0 15px;
  }
  .main41 .main41_con .right .con_box ul li.yzm img {
    width: 120px;
    border-radius: 30px;
    border: 1px solid #056905;
  }
  .main41 .main41_con .right .con_box button {
    display: block;
    width: 120px;
    height: 40px;
    border-radius: 40px;
    font-size: 16px;
    margin: 20px auto 0;
  }
  .main41 .main41_con .right .con_box button:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .main42 {
    padding: 30px 0;
  }
  .main42 .main42_con {
    margin-top: 30px;
  }
  .main42 .main42_con .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .main42 .main42_con .con_box {
    display: block;
  }
  .main42 .main42_con .con_box .left {
    width: 100%;
    padding-right: 0;
  }
  .main42 .main42_con .con_box .left.left_1 ul {
    padding-bottom: 20px;
  }
  .main42 .main42_con .con_box .left.left_1 ul li {
    margin-bottom: 10px;
  }
  .main42 .main42_con .con_box .left.left_2 .info {
    border-radius: 10px;
    border: 1px solid #056905;
    padding: 20px 10px;
  }
  .main42 .main42_con .con_box .left.left_2 .info .title {
    border-bottom: 1px solid #056905;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .main42 .main42_con .con_box .left.left_2 .info .title h5 {
    font-size: 18px;
  }
  .main42 .main42_con .con_box .left.left_2 .info .title .date {
    font-size: 14px;
    margin-top: 20px;
  }
  .main42 .main42_con .con_box .left.left_2 .info .con {
    font-size: 14px;
  }
  .main42 .main42_con .con_box .left.left_2 .info .con img {
    border-radius: 10px;
    margin: 10px auto;
  }
  .main42 .main42_con .con_box .left.left_2 .info .page_turning {
    padding: 30px 0 0;
  }
  .main42 .main42_con .con_box .left.left_2 .info .page_turning ul li {
    padding: 10px 0;
  }
  .main42 .main42_con .con_box .left.left_2 .info .page_turning ul li a {
    font-size: 14px;
  }
  .main42 .main42_con .con_box .left.left_2 .info .page_turning ul li:last-child {
    border-top: 1px solid #c7ead9;
  }
  .main42 .main42_con .con_box .right {
    width: 100%;
    margin-top: 30px;
  }
  .main42 .main42_con .con_box .right ul {
    display: flex;
    overflow-x: auto;
  }
  .main42 .main42_con .con_box .right ul li {
    margin-bottom: 30px;
    width: 300px;
    flex-shrink: 0;
    margin-right: 10px;
  }
  .main42 .main42_con .con_box .right ul li a {
    display: block;
    height: 178px;
    border-radius: 10px;
  }
  .main42 .main42_con .con_box .right ul li a .text_box .text1 {
    font-size: 14px;
  }
  .main42 .main42_con .con_box .right ul li a .text_box h5 {
    font-size: 18px;
    margin: 20px 0 10px;
  }
  .main42 .main42_con .con_box .right ul li a .text_box .text2 {
    font-size: 14px;
  }
  .main43 {
    padding: 30px 0;
  }
  .main43 .main43_con ul {
    margin: 0 -5px 20px;
  }
  .main43 .main43_con ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main44 {
    padding: 30px 0;
  }
  .main44 .main44_con {
    margin-top: 30px;
  }
  .main44 .main44_con ul {
    margin: 0 -5px 20px;
  }
  .main44 .main44_con ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main45 {
    padding: 50px 0;
  }
  .main45 .main45_con {
    display: block;
  }
  .main45 .main45_con .left {
    display: none;
  }
  .main45 .main45_con .right {
    width: 100%;
    padding-top: 0;
  }
  .main45 .main45_con .right .con_box {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px 10px;
  }
  .main45 .main45_con .right .con_box .item {
    display: none;
  }
  .main45 .main45_con .right .con_box .item .title ul li {
    margin: 0 20px;
  }
  .main45 .main45_con .right .con_box .item .title ul li a {
    display: block;
    font-size: 20px;
  }
  .main45 .main45_con .right .con_box .item .title .text {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 0;
  }
  .main45 .main45_con .right .con_box .item .con {
    margin-top: 30px;
  }
  .main45 .main45_con .right .con_box .item .con ul {
    display: none;
  }
  .main45 .main45_con .right .con_box .item .con ul li {
    height: 50px;
    border: 1px solid #056905;
    border-radius: 50px;
    margin-bottom: 20px;
  }
  .main45 .main45_con .right .con_box .item .con ul li .title {
    width: 80px;
    font-size: 14px;
    padding-left: 15px;
  }
  .main45 .main45_con .right .con_box .item .con ul li .title::before {
    width: 1px;
    height: 20px;
  }
  .main45 .main45_con .right .con_box .item .con ul li .input_box {
    width: calc(100% - 80px);
  }
  .main45 .main45_con .right .con_box .item .con ul li .input_box input {
    font-size: 14px;
    padding: 0 10px;
  }
  .main45 .main45_con .right .con_box .item .con ul li .input_box.yzm input {
    padding-right: 120px;
  }
  .main45 .main45_con .right .con_box .item .con ul li .input_box.yzm a {
    width: 100px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 14px;
    right: 5px;
  }
  .main45 .main45_con .right .con_box .item .con ul li.province .input_box .dl_box {
    max-height: 260px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .main45 .main45_con .right .con_box .item .con ul li.province .input_box .dl_box dl {
    padding: 10px 0;
  }
  .main45 .main45_con .right .con_box .item .con ul li.province .input_box .dl_box dl dd {
    line-height: 35px;
    padding: 0 20px;
    font-size: 14px;
  }
  .main45 .main45_con .right .con_box .item .agreement {
    margin-top: 20px;
    padding-left: 10px;
    font-size: 13px;
  }
  .main45 .main45_con .right .con_box .item .agreement p {
    padding-left: 30px;
  }
  .main45 .main45_con .right .con_box .item .agreement p i {
    width: 20px;
    height: 20px;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
  }
  .main45 .main45_con .right .con_box .item .agreement p i::before {
    font-size: 16px;
  }
  .main45 .main45_con .right .con_box .item .agreement a {
    margin-left: 0;
  }
  .main45 .main45_con .right .con_box .item button {
    width: 120px;
    height: 50px;
    margin: 30px auto 0;
    border: 1px solid #056905;
    border-radius: 70px;
    font-size: 16px;
  }
  .main45 .main45_con .right .con_box .item button:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .main45 .main45_con .right .con_box .item .bottom {
    margin-top: 25px;
  }
  .main45 .main45_con .right .con_box .item .bottom ul li a {
    font-size: 14px;
  }
  .main46 {
    padding: 30px 0;
  }
  .main46 .main46_con {
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: block;
  }
  .main46 .main46_con .main46_con_left {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px 10px;
  }
  .main46 .main46_con .main46_con_right {
    width: 100%;
    padding: 30px 0;
  }
  .main47 .top .title {
    font-size: 20px;
  }
  .main47 .top .photo {
    width: 120px;
    height: 120px;
    border: 1px solid #e8e8e8;
    margin: 20px auto;
  }
  .main47 .top .tel {
    font-size: 20px;
  }
  .main47 .top .upgrade {
    font-size: 14px;
  }
  .main47 .top .upgrade a {
    font-size: 14px;
  }
  .main47 .nav {
    margin-top: 30px;
  }
  .main47 .nav ul li {
    margin-bottom: 10px;
  }
  .main47 .nav ul li a {
    height: 50px;
    padding: 0 20px;
    border-radius: 64px;
  }
  .main47 .nav ul li a .icon {
    width: 20px;
    margin-right: 10px;
  }
  .main47 .nav ul li a p {
    font-size: 16px;
  }
  .main48 .main48_con_1 {
    margin-top: 30px;
  }
  .main48 .main48_con_1 .item {
    margin-bottom: 30px;
  }
  .main48 .main48_con_1 .item .bt {
    font-size: 14px;
    width: 80px;
  }
  .main48 .main48_con_1 .item .con {
    width: calc(100% - 80px);
    padding-left: 10px;
    font-size: 14px;
  }
  .main48 .main48_con_1 .item .con .profile {
    width: 102px;
    height: 102px;
    border: 1px solid #e6e6e6;
  }
  .main48 .main48_con_1 .item .con .but {
    font-size: 14px;
    margin-left: 20px;
  }
  .main48 .main48_con_1 .item .con .but.modify_password {
    position: absolute;
    top: 70px;
    margin-left: 0;
    left: 30px;
  }
  .main48 .main48_con_1 .item .con input {
    width: 100%;
    height: 51px;
    border: 1px solid #e6e6e6;
    border-radius: 51px;
    padding: 0 30px;
  }
  .main48 .main48_con_1 .item.account_password {
    margin-bottom: 60px;
  }
  .main48 .main48_con_1 .more1 {
    margin: 30px 0 0 90px;
  }
  .main48 .main48_con_2 {
    margin-top: 80px;
  }
  .main48 .main48_con_2 .title_1 {
    font-size: 18px;
  }
  .main48 .main48_con_2 .con_box {
    margin-top: 40px;
  }
  .main48 .main48_con_2 .con_box .item {
    margin-bottom: 30px;
  }
  .main48 .main48_con_2 .con_box .item .bt {
    font-size: 16px;
    width: 80px;
  }
  .main48 .main48_con_2 .con_box .item .con {
    width: calc(100% - 80px);
    padding-left: 10px;
    font-size: 14px;
  }
  .main48 .main48_con_2 .con_box .item .con input {
    width: 100%;
    height: 51px;
    border: 1px solid #e6e6e6;
    border-radius: 51px;
    padding: 0 15px;
  }
  .main48 .main48_con_2 .con_box .item .con .toUpload {
    width: 120px;
    line-height: 50px;
    border: 1px solid #e6e6e6;
    border-radius: 50px;
    font-size: 14px;
  }
  .main48 .main48_con_2 .more1 {
    margin: 30px 0 0 90px;
  }
  .main48 .main48_con_2 .picture-upload {
    padding-left: 0;
  }
  .main48 .main48_con_2 .picture-upload .imgbox dd {
    width: 240px;
    height: 162px;
  }
  .main48 .main48_con_2 .picture-upload .imgbox .but {
    border: 1px solid #e6e6e6;
  }
  .main49 .main49_con {
    margin-top: 30px;
  }
  .main49 .main49_con .con_box .item {
    margin-bottom: 30px;
  }
  .main49 .main49_con .con_box .item .bt {
    width: 80px;
    font-size: 16px;
    text-align: right;
  }
  .main49 .main49_con .con_box .item .con {
    width: calc(100% - 80px);
    font-size: 16px;
    padding-left: 20px;
  }
  .main49 .main49_con .con_box .item .con input {
    width: 100%;
    height: 51px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 51px;
    padding: 0 30px;
  }
  .main49 .main49_con .con_box .item .con input:focus {
    outline: none;
  }
  .main49 .main49_con .more1 {
    padding-left: 100px;
    padding-top: 0;
  }
  .main50 .main50_con {
    margin-top: 40px;
    overflow-x: auto;
  }
  .main50 .main50_con table thead tr th {
    height: 50px;
    font-size: 18px;
    padding: 0 20px;
  }
  .main50 .main50_con table tbody tr td {
    height: 50px;
    font-size: 14px;
    padding: 10px 20px;
  }
  .main50 .main50_con table .view_report {
    line-height: 31px;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 31px;
  }
  .main50 .main50_con table.table_1 {
    width: 1050px;
  }
  .main50 .main50_con table.table_1 thead tr th:nth-child(1) {
    width: 200px;
  }
  .main50 .main50_con table.table_1 thead tr th:nth-child(2) {
    width: 200px;
  }
  .main50 .main50_con table.table_1 thead tr th:nth-child(3) {
    width: 150px;
    text-align: center;
  }
  .main50 .main50_con table.table_1 thead tr th:nth-child(4) {
    width: 200px;
  }
  .main50 .main50_con table.table_1 thead tr th:nth-child(5) {
    width: calc(100% - 750px);
  }
  .main50 .main50_con table.table_2 {
    width: 1060px;
  }
  .main50 .main50_con table.table_2 thead tr th:nth-child(1) {
    width: 120px;
  }
  .main50 .main50_con table.table_2 thead tr th:nth-child(2) {
    width: 120px;
  }
  .main50 .main50_con table.table_2 thead tr th:nth-child(3) {
    width: 100px;
  }
  .main50 .main50_con table.table_2 thead tr th:nth-child(4) {
    width: 150px;
  }
  .main50 .main50_con table.table_2 thead tr th:nth-child(5) {
    width: calc(100% - 860px);
  }
  .main50 .main50_con table.table_2 thead tr th:nth-child(6) {
    width: 100px;
  }
  .main50 .main50_con table.table_2 thead tr th:nth-child(7) {
    width: 120px;
  }
  .main50 .main50_con table.table_2 thead tr th:nth-child(8) {
    width: 150px;
  }
  .main50 .main50_con table.table_3 {
    width: 900px;
  }
  .main50 .main50_con table.table_3 thead tr th:nth-child(1) {
    width: 200px;
  }
  .main50 .main50_con table.table_3 thead tr th:nth-child(2) {
    width: 150px;
  }
  .main50 .main50_con table.table_3 thead tr th:nth-child(3) {
    width: 150px;
  }
  .main50 .main50_con table.table_3 thead tr th:nth-child(4) {
    width: calc(100% - 700px);
  }
  .main50 .main50_con table.table_3 thead tr th:nth-child(5) {
    width: 200px;
  }
  .main50 .main50_con table.table_4 {
    width: 1050px;
  }
  .main50 .main50_con table.table_4 thead tr th:nth-child(1) {
    width: 200px;
  }
  .main50 .main50_con table.table_4 thead tr th:nth-child(2) {
    width: 150px;
  }
  .main50 .main50_con table.table_4 thead tr th:nth-child(3) {
    width: calc(100% - 800px);
  }
  .main50 .main50_con table.table_4 thead tr th:nth-child(4) {
    width: 150px;
  }
  .main50 .main50_con table.table_4 thead tr th:nth-child(5) {
    width: 150px;
  }
  .main50 .main50_con table.table_4 thead tr th:last-child {
    width: 150px;
  }
  .main50 .main50_con table.table_4 tbody tr td .imgbox {
    width: 118px;
    height: 118px;
    border-radius: 20px;
  }
  .main50 .main50_con table.table_6 {
    min-width: 800px;
  }
  .main50 .main50_con table.table_6 thead tr th:nth-child(1) {
    width: calc(100% - 500px);
  }
  .main50 .main50_con table.table_6 thead tr th:nth-child(2) {
    width: 200px;
  }
  .main50 .main50_con table.table_6 thead tr th:nth-child(3),
  .main50 .main50_con table.table_6 thead tr th:nth-child(4) {
    width: 150px;
  }
  .main50 .main50_con .page_div {
    margin-top: 30px;
  }
  .main51 .main52_con {
    margin-top: 40px;
  }
  .main51 .main52_con .item {
    display: flex;
    margin-bottom: 30px;
  }
  .main51 .main52_con .item .bt {
    font-size: 14px;
    width: 80px;
    line-height: 51px;
  }
  .main51 .main52_con .item .con {
    width: calc(100% - 80px);
    padding-left: 10px;
  }
  .main51 .main52_con .item .con input,
  .main51 .main52_con .item .con textarea {
    width: 100%;
    height: 51px;
    border: 1px solid #e6e6e6;
    border-radius: 51px;
    padding: 0 20px;
    font-size: 14px;
  }
  .main51 .main52_con .item .con textarea {
    height: 266px;
    border-radius: 20px;
    resize: none;
    padding: 15px 20px;
  }
  .main51 .more1 {
    padding-left: 90px;
  }
  .main52 .main52_con {
    margin-top: 30px;
  }
  .main52 .main52_con .item {
    margin-bottom: 10px;
  }
  .main52 .main52_con .item .bt {
    width: 80px;
    font-size: 14px;
  }
  .main52 .main52_con .item .con {
    width: calc(100% - 80px);
    padding-left: 20px;
  }
  .main52 .main52_con .item .con input {
    width: 100%;
    height: 51px;
    border: 1px solid #e6e6e6;
    border-radius: 51px;
    padding: 0 20px;
    font-size: 14px;
  }
  .main52 .main52_con .item .con .user_select {
    width: 100%;
    height: 51px;
    border: 1px solid #e6e6e6;
    border-radius: 51px;
  }
  .main52 .main52_con .item .con .user_select h5 {
    font-size: 14px;
    padding: 0 20px;
  }
  .main52 .main52_con .item .con .user_select h5::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    right: 20px;
  }
  .main52 .main52_con .item .con .user_select .ul_box {
    padding-top: 10px;
  }
  .main52 .main52_con .item .con .user_select .ul_box ul {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
  }
  .main52 .main52_con .item .con .user_select .ul_box ul li {
    line-height: 40px;
    font-size: 16px;
    padding: 0 10px;
  }
  .main52 .main52_con .item .con .yzm {
    width: 100%;
    height: 51px;
    border: 1px solid #e6e6e6;
    border-radius: 51px;
  }
  .main52 .main52_con .item .con .yzm input {
    padding-right: 160px;
  }
  .main52 .main52_con .item .con .yzm img {
    max-width: 150px;
  }
  .main52 .main52_con .item .con .tag ul li a {
    padding: 0 20px;
    line-height: 40px;
    border: 1px solid rgba(5, 105, 5, 0.2);
    font-size: 14px;
    border-radius: 59px;
    margin: 0 10px 10px 0;
  }
  .main52 .main52_con .item .con .tag .second {
    padding: 10px 20px 0;
    margin-top: 10px;
    font-size: 14px;
    border-radius: 30px;
  }
  .main52 .main52_con .item .con .tag .second .cell {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .main52 .main52_con .item .con .toUpload {
    width: 120px;
    line-height: 50px;
    border: 1px solid #e6e6e6;
    border-radius: 50px;
    font-size: 14px;
  }
  .main52 .main52_con .item .con .picture-upload {
    margin-top: 20px;
  }
  .main52 .main52_con .item .con .picture-upload .imgbox dd {
    width: 170px;
    height: 120px;
  }
  .main52 .main52_con .item .con .picture-upload .imgbox .but {
    border: 1px solid #e6e6e6;
  }
  .main52 .main52_con .item.type .bt {
    line-height: 40px;
  }
  .main52 .main52_con .item.qualification .bt {
    line-height: 50px;
  }
  .main52 .more1 {
    padding-left: 100px;
    margin-top: 20px;
  }
  footer .footer_con_1 {
    padding-bottom: 0;
    display: block;
  }
  footer .footer_con_1 .left {
    width: initial;
    padding-right: 0;
    text-align: center;
  }
  footer .footer_con_1 .left::before {
    display: none;
  }
  footer .footer_con_1 .left img {
    width: 3.02724521rem;
  }
  footer .footer_con_1 .left .text1 {
    font-size: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #a2d8b5;
  }
  footer .footer_con_1 .left .text2 {
    font-size: 16px;
    margin-top: 20px;
  }
  footer .footer_con_1 .right {
    width: initial;
    padding-left: 0;
    display: block;
    margin-top: 30px;
  }
  footer .footer_con_1 .right::before {
    display: none;
  }
  footer .footer_con_1 .right .con1 {
    width: initial;
    padding-right: 0;
  }
  footer .footer_con_1 .right .con1 .logo {
    display: block;
    width: initial;
    max-width: 80%;
    margin: 30px auto;
  }
  footer .footer_con_1 .right .con1 .text1 {
    font-size: 16px;
  }
  footer .footer_con_1 .right .con1 h5 {
    font-size: 18px;
  }
  footer .footer_con_1 .right .con1 ul {
    margin-top: 20px;
  }
  footer .footer_con_1 .right .con1 ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  footer .footer_con_1 .right .con1 ul li span {
    margin-right: 10px;
  }
  footer .footer_con_1 .right .con1 .weixin {
    margin-top: 30px;
  }
  footer .footer_con_1 .right .con1 .weixin img {
    width: 180px;
    height: 180px;
  }
  footer .footer_con_1 .right .nav {
    width: 100%;
    margin-top: 30px;
  }
  footer .footer_con_1 .right .nav ul {
    display: flex;
  }
  footer .footer_con_1 .right .nav ul li {
    margin-bottom: 10px;
    flex: 1;
  }
  footer .footer_con_1 .right .nav ul li a {
    line-height: 50px;
  }
  footer .footer_con_1 .right .nav ul li a .icon {
    width: 20px;
    margin-right: 20px;
    display: none;
  }
  footer .footer_con_1 .right .nav ul li a p {
    width: initial;
    font-size: 16px;
  }
  footer .footer_con_2 {
    padding-bottom: 20px;
    font-size: 14px;
    margin-top: 20px;
  }
  footer .footer_con_2 a {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  footer .footer_con_3 {
    padding: 30px 0;
  }
  footer .footer_con_3 .container_box {
    font-size: 14px;
    display: block;
    text-align: center;
  }
  .search_1 {
    width: 100%;
    margin: 10px auto 0;
  }
  .search_1 input {
    width: calc(100% - 110px);
    height: 40px;
    border: 1px solid #056905;
    border-radius: 40px;
    padding: 0 20px;
    box-shadow: inset 0 2px 10px rgba(7, 144, 82, 0.4);
    font-size: 14px;
  }
  .search_1 button {
    width: 100px;
    height: 40px;
    border: 1px solid #056905;
    border-radius: 40px;
    font-size: 14px;
  }
  .search_1 button span {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
  .search_1.search_1_2 {
    width: 100%;
    display: block;
  }
  .search_1.search_1_2 input {
    width: 100%;
  }
  .search_1.search_1_2 .but_box {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-top: 20px;
  }
  .search_1.search_1_2 .but_box button {
    margin: 0 10px;
  }
  .crumbs1 {
    font-size: 14px;
    margin-top: 20px;
  }
  .crumbs1 span {
    font-size: 16px;
  }
  .picture-upload .imgbox {
    margin: 0 -5px;
  }
  .picture-upload .imgbox dd {
    width: 90px;
    height: 122px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .picture-upload .imgbox dd > div {
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .picture-upload .imgbox dd .del {
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
  }
  .picture-upload .imgbox dd .del::before,
  .picture-upload .imgbox dd .del::after {
    height: 1px;
  }
  .picture-upload .imgbox .but {
    margin: 10px 0;
    border-radius: 5px;
  }
  .picture-upload .imgbox .but::before,
  .picture-upload .imgbox .but::after {
    width: 40px;
    height: 5px;
  }
  .calculate_result {
    padding: 30px 10px;
  }
  .calculate_result .con_box {
    width: 100%;
    border-radius: 10px;
    padding: 30px 10px;
  }
  .calculate_result .con_box .off {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
  }
  .calculate_result .con_box .off span {
    font-size: 18px;
  }
  .calculate_result .con_box .title h5 {
    font-size: 25px;
  }
  .calculate_result .con_box .title p {
    font-size: 14px;
    margin-top: 15px;
  }
  .calculate_result .con_box .con {
    width: 190px;
    height: 190px;
    border: 1px solid #bce3d3;
    margin: 40px auto 0;
    padding-top: 24px;
  }
  .calculate_result .con_box .con h5 {
    font-size: 24px;
  }
  .calculate_result .con_box .con h5 span {
    font-size: 12px;
  }
  .calculate_result .con_box .text_box {
    border-radius: 10px;
    padding: 20px 30px;
    font-size: 14px;
    margin-top: 20px;
  }
  .calculate_result .con_box .more1 {
    margin-top: 30px;
  }
  .registration_protocol {
    padding: 30px 10px;
  }
  .registration_protocol .con_box {
    max-width: 1500px;
    border-radius: 10px;
    padding: 20px;
  }
  .registration_protocol .con_box .title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .registration_protocol .con_box .con {
    font-size: 14px;
    line-height: 2;
  }
  .registration_protocol .con_box .more1 {
    margin-top: 30px;
  }
  .warning2 {
    width: 260px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #009657;
  }
  .warning2 img {
    width: 40px;
  }
  .warning2 .text {
    font-size: 14px;
    margin-top: 30px;
  }
  .image_popup .off {
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
  }
  .image_popup .off span {
    font-size: 30px;
  }
  .image_popup .but_box {
    display: none;
  }
  .certificate_popup .certificate_popup_box {
    padding-bottom: 40px;
    width: 90vw;
    height: 90vh;
  }
  .certificate_popup .certificate_popup_box .bottom {
    bottom: 5px;
    padding-right: 10px;
  }
  .certificate_popup .certificate_popup_box .bottom a {
    line-height: 30px;
    font-size: 14px;
    padding: 0 15px;
  }
  .certificate_popup .certificate_popup_box .bottom a.close_certificat {
    margin-left: 10px;
  }
}
@media (max-width: 750px) {
  .news6 {
    height: 2.4rem;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
  }
  .news7 .top {
    border: 1px solid #009657;
    border-radius: 10px;
    padding: 20px 10px;
  }
  .news7 .top h5 {
    font-size: 18px;
    line-height: 25px;
    height: 50px;
  }
  .news7 .top .date {
    font-size: 14px;
    margin-top: 10px;
  }
  .news7 .top .date span {
    margin-right: 10px;
  }
  .news7 .top .text_box_1 {
    margin-top: 20px;
  }
  .news7 .top .text_box_1 .text {
    font-size: 14px;
    line-height: 25px;
    height: 100px;
  }
  .news7 .top .text_box_2 {
    margin-top: 20px;
    border-radius: 20px;
    padding: 20px;
  }
  .news7 .top .text_box_2 .text {
    font-size: 14px;
    line-height: 25px;
    height: 75px;
  }
  .news7 .year {
    font-size: 16px;
    margin-top: 1.70666667rem;
  }
  .news7 .year::before {
    width: 0.21333333rem;
    height: 0.21333333rem;
    bottom: 0.8rem;
  }
  .news8 .imgbox {
    height: 9.64rem;
  }
  .news9 {
    border: 1px solid #08904e;
    border-radius: 0.26666667rem;
    padding: 0.66666667rem 0.4rem;
    transition: all .3s;
  }
  .news9 .imgbox {
    width: 1.46666667rem;
    height: 1.46666667rem;
  }
  .news9 .text_box {
    margin-top: 0.53333333rem;
    height: 2.09333333rem;
  }
  .news9 .text_box h5 {
    font-size: 0.4rem;
  }
  .news9 .text_box .text {
    font-size: 0.33333333rem;
    line-height: 0.46666667rem;
    margin-top: 0.4rem;
  }
  .news9:hover {
    box-shadow: 0 0.06666667rem 0.13333333rem rgba(0, 0, 0, 0.2);
  }
  .news10 .imgbox {
    height: 4.94666667rem;
  }
  .news10.news10_2 .imgbox {
    height: 2.64rem;
  }
  .news11 .imgbox .imgbox2 .img {
    height: 6.08rem;
  }
  .news13 .imgbox {
    height: 2.61333333rem;
  }
  .news13 .imgbox::before {
    width: 1.06666667rem;
    height: 1.06666667rem;
  }
  .news13 .text_box {
    padding: 10px;
  }
  .news13 .text_box h5 {
    font-size: 18px;
  }
  .news13 .text_box .text {
    font-size: 14px;
    margin-top: 10px;
  }
  .news13 .text_box .more1 {
    margin-top: 20px;
  }
  .news13 .text_box .more1 .more1_but {
    min-width: 80px;
    line-height: 35px;
    padding: 0 15px;
  }
  .main4 .main4_con .right {
    box-shadow: 0 0 0.13333333rem rgba(0, 0, 0, 0.1);
  }
  .main4 .main4_con .right ul {
    height: 8rem;
  }
  .main4 .main4_con .right ul li {
    padding-left: 0.4rem;
    border-right: 0.01333333rem solid #d4e5d6;
    border-bottom: 0.01333333rem solid #d4e5d6;
  }
  .main4 .main4_con .right ul li h5 {
    font-size: 0.53333333rem;
  }
  .main4 .main4_con .right ul li h5 span {
    font-size: 0.26666667rem;
  }
  .main4 .main4_con .right ul li p {
    font-size: 0.33333333rem;
    margin-top: 0.2rem;
  }
  .main8 .main8_con {
    border-radius: 0.26666667rem;
    box-shadow: 0 0 0.13333333rem rgba(0, 0, 0, 0.2);
    padding: 0.26666667rem;
  }
  .main8 .main8_con .swiper .swiper-slide::before {
    width: 0.01333333rem;
    height: 200%;
  }
  .main8 .main8_con .swiper .swiper-slide::after {
    height: 0.01333333rem;
  }
  .main8 .main8_con .swiper .swiper-slide a {
    height: 3.46666667rem;
    padding: 0 0.26666667rem;
    padding-top: 0.53333333rem;
  }
  .main8 .main8_con .swiper .swiper-slide a .icon {
    height: 0.8rem;
  }
  .main8 .main8_con .swiper .swiper-slide a .text {
    font-size: 0.4rem;
    margin-top: 0.26666667rem;
  }
  .main8 .main8_con .swiper-pagination-box {
    margin-top: 0.26666667rem;
  }
  .main14 {
    padding-bottom: 30px;
  }
  .main14 .main14_con .swiper {
    margin: 0 -0.13333333rem;
  }
  .main14 .main14_con .swiper .swiper-slide {
    padding: 0 0.13333333rem;
  }
  .main14 .main14_con .bottom {
    bottom: 0.50666667rem;
  }
  .main14 .main14_con .bottom::before {
    height: 0.01333333rem;
  }
  .main14 .main14_con .bottom .but {
    width: 0.8rem;
    height: 0.8rem;
  }
  .main14 .main14_con .bottom .but span {
    font-size: 0.21333333rem;
  }
  .main14 .main14_con .bottom .dian i {
    width: 0.13333333rem;
    height: 0.13333333rem;
    margin-right: 0.13333333rem;
  }
  .main14 .main14_con .bottom .dian i:last-child {
    margin-right: 0;
  }
  .main14 .main14_con .bottom .dian.dian_l {
    left: 1.2rem;
  }
  .main14 .main14_con .bottom .dian.dian_r {
    right: 1.2rem;
  }
  .main21 .main21_con ul li {
    width: 50%;
  }
  .main22 ul li {
    width: 33.333%;
  }
  .main22 ul li .news6 {
    height: 1.86666667rem;
  }
  .main26 .main26_con ul li {
    width: 50%;
  }
  .main28 .main28_con ul li .news8 .imgbox {
    height: 4.85333333rem;
  }
  .main28 .main28_con ul li .news8 .bottom .text_box .date {
    display: block;
    line-height: 1.8;
    font-size: 12px;
  }
  .main30 {
    padding: 0.4rem 0 2rem;
  }
  .main30 .main30_con {
    width: 100%;
    min-height: 13.33333333rem;
    box-shadow: 0 0 0.13333333rem rgba(0, 0, 0, 0.1);
    padding-top: 1.33333333rem;
    padding-bottom: 1.33333333rem;
  }
  .main30 .main30_con::before {
    content: "";
    width: calc(100% - 0.8rem);
    height: calc(100% - 0.8rem);
  }
  .main30 .main30_con .title .logo {
    width: 2.09333333rem;
  }
  .main30 .main30_con .title h5 {
    font-size: 0.66666667rem;
    margin-top: 0.8rem;
  }
  .main30 .main30_con .title p {
    font-size: 0.21333333rem;
    margin-top: 0.26666667rem;
  }
  .main30 .main30_con .title .xian {
    width: 6.66666667rem;
    margin-top: 0.6rem;
  }
  .main30 .main30_con .con_box {
    padding: 1.06666667rem 1.06666667rem 0 1.33333333rem;
  }
  .main30 .main30_con .con_box ul li {
    display: flex;
    font-size: 0.32rem;
    margin-bottom: 0.4rem;
  }
  .main30 .main30_con .con_box ul li b {
    width: 1.73333333rem;
  }
  .main30 .main30_con .con_box ul li p {
    width: calc(100% - 1.73333333rem);
  }
  .main30 .main30_con .bottom {
    font-size: 0.33333333rem;
    padding-left: 0.93333333rem;
    margin-top: 2rem;
  }
  .main30 .main30_con .bottom p {
    margin-bottom: 0.4rem;
  }
  .main30 .main30_con .bottom .seal {
    width: 4.26666667rem;
    top: -0.4rem;
    right: 0.66666667rem;
  }
  .main31 {
    padding: 0.53333333rem 0 1.33333333rem;
  }
  .main31 .main31_con_1 {
    width: 100%;
    border-radius: 0.4rem;
    padding: 0.8rem;
    box-shadow: 0 0 0.13333333rem rgba(0, 0, 0, 0.1);
  }
  .main31 .main31_con_1::before {
    width: calc(100% - 0.8rem);
    height: calc(100% - 0.8rem);
    border: 0.08rem solid #08904e;
  }
  .main31 .main31_con_1 .title_1 .left h5 {
    font-size: 0.53333333rem;
  }
  .main31 .main31_con_1 .title_1 .left p {
    font-size: 0.18666667rem;
    margin-top: 0.2rem;
  }
  .main31 .main31_con_1 .title_1 .right img {
    width: 1.6rem;
  }
  .main31 .main31_con_1 .title_2 {
    height: 2rem;
    margin-top: 0.66666667rem;
  }
  .main31 .main31_con_1 .title_2 h5 {
    font-size: 0.4rem;
  }
  .main31 .main31_con_1 .title_2 img {
    width: 2.66666667rem;
  }
  .main31 .main31_con_1 .con_box {
    margin-top: 0.53333333rem;
  }
  .main31 .main31_con_1 .con_box .item {
    margin-bottom: 1.2rem;
  }
  .main31 .main31_con_1 .con_box .item .title {
    margin-bottom: 0.53333333rem;
  }
  .main31 .main31_con_1 .con_box .item .title h5 {
    font-size: 0.26666667rem;
  }
  .main31 .main31_con_1 .con_box .item .title .text1 {
    font-size: 0.33333333rem;
    margin-right: 0.4rem;
  }
  .main31 .main31_con_1 .con_box .item .con ul {
    padding-left: 1.2rem;
  }
  .main31 .main31_con_1 .con_box .item .con ul li {
    font-size: 0.21333333rem;
    margin-bottom: 0.13333333rem;
  }
  .main31 .main31_con_1 .con_box .item .con ul li.qixian .record {
    margin-left: 0.26666667rem;
  }
  .main31 .main31_con_1 .con_box .item .con ul li.qixian .record .but {
    padding: 0 0.26666667rem;
    line-height: 0.46666667rem;
    border-radius: 0.46666667rem;
    font-size: 0.21333333rem;
  }
  .main31 .main31_con_1 .con_box .item .con ul li.qixian .record dl {
    width: 2rem;
    border-radius: 0.13333333rem;
    padding: 0.13333333rem;
    box-shadow: 0 0 0.13333333rem rgba(0, 0, 0, 0.1);
    border: 0.01333333rem solid #e6e6e6;
  }
  .main31 .main31_con_1 .con_box .item .con ul li.qixian .record dl dd {
    line-height: 0.4rem;
    font-size: 0.21333333rem;
  }
  .main31 .main31_con_1 .con_box .item .con ul li.qixian .record dl dd a i {
    width: 0.21333333rem;
    height: 0.21333333rem;
    margin-left: 0.13333333rem;
  }
  .main31 .main31_con_1 .con_box .item .con .deadline {
    top: 0.66666667rem;
  }
  .main31 .main31_con_1 .con_box .item .con .deadline img {
    width: 2.50666667rem;
  }
  .main31 .main31_con_1 .more {
    margin-top: 0.66666667rem;
  }
  .main31 .main31_con_1 .more a {
    min-width: 120px;
    padding: 0 20px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 16px;
    margin: 0 5px;
  }
  .main31 .main31_con_2 {
    width: 100%;
    border-radius: 0.4rem;
    margin: 0.8rem auto 0;
    box-shadow: 0 0 0.13333333rem rgba(0, 0, 0, 0.1);
    padding: 0.26666667rem;
  }
  .main31 .main31_con_2 .title {
    font-size: 0.53333333rem;
    margin-bottom: 0.4rem;
  }
  .main31 .main31_con_2 .con_box table {
    margin-bottom: 0.4rem;
  }
  .main31 .main31_con_2 .con_box table thead tr th {
    height: 1.06666667rem;
    font-size: 0.33333333rem;
    padding: 0.13333333rem;
  }
  .main31 .main31_con_2 .con_box table tbody tr {
    border: 0.01333333rem solid #e6f4ee;
  }
  .main31 .main31_con_2 .con_box table tbody tr td {
    height: 1.06666667rem;
    font-size: 0.33333333rem;
    padding: 0.13333333rem;
  }
  .main33 {
    padding: 0.8rem 0 1.33333333rem;
  }
  .main33 .main33_con {
    width: 100%;
    border-radius: 0.4rem;
    padding: 0.06666667rem 0.06666667rem 0.4rem;
  }
  .main33 .main33_con .con_box {
    border-radius: 0.4rem;
    min-height: 13.33333333rem;
    position: relative;
    padding: 0.8rem 0.53333333rem 0.93333333rem;
  }
  .main33 .main33_con .con_box::before {
    width: calc(100% - 0.8rem);
    height: calc(100% - 0.8rem);
    border: 0.01333333rem solid #098b43;
  }
  .main33 .main33_con .con_box .pattern i {
    width: 1.6rem;
    height: 1.6rem;
  }
  .main33 .main33_con .con_box .pattern i:nth-child(1) {
    left: 0.13333333rem;
    top: 0.13333333rem;
  }
  .main33 .main33_con .con_box .pattern i:nth-child(2) {
    right: 0.13333333rem;
    top: 0.13333333rem;
    transform: rotateY(180deg);
  }
  .main33 .main33_con .con_box .pattern i:nth-child(3) {
    left: 0.13333333rem;
    bottom: 0.13333333rem;
    transform: rotateX(180deg);
  }
  .main33 .main33_con .con_box .pattern i:nth-child(4) {
    right: 0.13333333rem;
    bottom: 0.13333333rem;
    transform: rotate(180deg);
  }
  .main33 .main33_con .con_box .title img {
    width: 2.02666667rem;
  }
  .main33 .main33_con .con_box .title h4 {
    font-size: 0.4rem;
  }
  .main33 .main33_con .con_box .title h5 {
    font-size: 0.4rem;
    margin-top: 0.26666667rem;
  }
  .main33 .main33_con .con_box .title .text {
    font-size: 0.24rem;
    margin-top: 0.2rem;
  }
  .main33 .main33_con .con_box .main33_con_1 {
    margin-top: 0.33333333rem;
    border-radius: 0.26666667rem;
    padding: 0.13333333rem;
  }
  .main33 .main33_con .con_box .main33_con_1 .con1 ul li {
    font-size: 0.21333333rem;
    margin-bottom: 0.13333333rem;
  }
  .main33 .main33_con .con_box .main33_con_1 .con1 ul li:last-child {
    margin-bottom: 0;
  }
  .main33 .main33_con .con_box .main33_con_1 .con1 ul li .record {
    margin-left: 0.26666667rem;
  }
  .main33 .main33_con .con_box .main33_con_1 .con1 ul li .record .but {
    padding: 0 0.26666667rem;
    line-height: 0.46666667rem;
    border-radius: 0.46666667rem;
    font-size: 0.21333333rem;
  }
  .main33 .main33_con .con_box .main33_con_1 .con1 ul li .record dl {
    width: 2rem;
    border-radius: 0.13333333rem;
    padding: 0.13333333rem;
    box-shadow: 0 0 0.13333333rem rgba(0, 0, 0, 0.1);
    border: 0.01333333rem solid #e6e6e6;
  }
  .main33 .main33_con .con_box .main33_con_1 .con1 ul li .record dl dd {
    line-height: 0.4rem;
    font-size: 0.21333333rem;
  }
  .main33 .main33_con .con_box .main33_con_1 .con1 ul li .record dl dd a i {
    width: 0.21333333rem;
    height: 0.21333333rem;
    margin-left: 0.13333333rem;
  }
  .main33 .main33_con .con_box .main33_con_1 .con2 {
    margin-top: 0.4rem;
  }
  .main33 .main33_con .con_box .main33_con_1 .con2 .bt {
    font-size: 0.21333333rem;
    margin-bottom: 0.13333333rem;
  }
  .main33 .main33_con .con_box .main33_con_1 .con2 ul li {
    font-size: 0.21333333rem;
    margin-bottom: 0.13333333rem;
  }
  .main33 .main33_con .con_box .main33_con_1 .con2 ul li .list {
    padding-right: 0.4rem;
    width: 1.73333333rem;
  }
  .main33 .main33_con .con_box .main33_con_1 .con2 ul li .list::before {
    width: 0.21333333rem;
    height: 0.21333333rem;
  }
  .main33 .main33_con .con_box .main33_con_2 {
    padding-left: 0.13333333rem;
    margin-top: 0.4rem;
  }
  .main33 .main33_con .con_box .main33_con_2 .item {
    margin-bottom: 0.66666667rem;
  }
  .main33 .main33_con .con_box .main33_con_2 .item .title {
    margin-bottom: 0.53333333rem;
  }
  .main33 .main33_con .con_box .main33_con_2 .item .title h5 {
    font-size: 0.26666667rem;
  }
  .main33 .main33_con .con_box .main33_con_2 .item .title .text1 {
    font-size: 0.33333333rem;
    margin-right: 0.4rem;
  }
  .main33 .main33_con .con_box .main33_con_2 .item .con ul {
    padding-left: 0.66666667rem;
  }
  .main33 .main33_con .con_box .main33_con_2 .item .con ul li {
    font-size: 0.21333333rem;
    margin-bottom: 0.13333333rem;
  }
  .main33 .main33_con .con_box .main33_con_2 .item .con ul li.qixian .record {
    margin-left: 0.26666667rem;
    position: relative;
  }
  .main33 .main33_con .con_box .main33_con_2 .item .con ul li.qixian .record .but {
    padding: 0 0.26666667rem;
    line-height: 0.46666667rem;
    border-radius: 0.46666667rem;
    font-size: 0.21333333rem;
  }
  .main33 .main33_con .con_box .main33_con_2 .item .con ul li.qixian .record dl {
    width: 2rem;
    border-radius: 0.13333333rem;
    padding: 0.13333333rem;
    box-shadow: 0 0 0.13333333rem rgba(0, 0, 0, 0.1);
    border: 0.01333333rem solid #e6e6e6;
  }
  .main33 .main33_con .con_box .main33_con_2 .item .con ul li.qixian .record dl dd {
    line-height: 0.4rem;
    font-size: 0.21333333rem;
  }
  .main33 .main33_con .con_box .main33_con_2 .item .con ul li.qixian .record dl dd a i {
    width: 0.21333333rem;
    height: 0.21333333rem;
    margin-left: 0.13333333rem;
  }
  .main33 .main33_con .con_box .main33_con_2 .item .con .deadline {
    top: 0.66666667rem;
    right: 0.26666667rem;
  }
  .main33 .main33_con .con_box .main33_con_2 .item .con .deadline img {
    width: 2.66666667rem;
  }
  .main33 .main33_con .con_box .main33_con_2 .item:last-child {
    margin-bottom: 0;
  }
  .main33 .main33_con .con_box .main33_con_3 {
    margin: 0.53333333rem 0;
    padding: 0.4rem 0 0.4rem 0.13333333rem;
    border-top: 0.02666667rem dotted #098b43;
    border-bottom: 0.02666667rem dotted #098b43;
  }
  .main33 .main33_con .con_box .main33_con_3 h5 {
    font-size: 0.32rem;
    margin-bottom: 0.26666667rem;
  }
  .main33 .main33_con .con_box .main33_con_3 ul li {
    font-size: 0.24rem;
    margin-bottom: 0.13333333rem;
  }
  .main33 .main33_con .con_box .main33_con_3 ul li:last-child {
    margin-bottom: 0;
  }
  .main33 .main33_con .con_box .main33_con_4 {
    padding-left: 0.13333333rem;
  }
  .main33 .main33_con .con_box .main33_con_4 ul li h5 {
    font-size: 0.32rem;
    margin-bottom: 0.26666667rem;
  }
  .main33 .main33_con .con_box .main33_con_4 ul li dl dd {
    font-size: 0.24rem;
    margin-bottom: 0.13333333rem;
  }
  .main33 .main33_con .con_box .main33_con_4 ul li .seal {
    width: 2.13333333rem;
    bottom: -0.8rem;
    left: 0;
  }
  .main33 .main33_con .con_box .main33_con_4 .more {
    margin-top: 1.33333333rem;
  }
  .main33 .main33_con .con_box .main33_con_4 .more a {
    min-width: 1.6rem;
    padding: 0 0.26666667rem;
    line-height: 0.53333333rem;
    border-radius: 0.53333333rem;
    font-size: 0.24rem;
    margin: 0 0.13333333rem;
  }
  .main33 .main33_con .bottom {
    padding: 0.4rem 0.53333333rem 0;
  }
  .main33 .main33_con .bottom .text {
    font-size: 0.24rem;
    margin-top: 0.26666667rem;
  }
  .main33 .main33_con .bottom .text.text2 {
    font-weight: bold;
  }
  .main39 .main39_con ul li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .main52 .main52_con .item .con .yzm {
    overflow: initial;
    border: none;
    height: auto;
    background: none;
    border-radius: 0;
  }
  .main52 .main52_con .item .con .yzm input {
    height: 51px;
    border: 1px solid #e6e6e6;
    border-radius: 51px;
    padding: 0 20px;
  }
  .main52 .main52_con .item .con .yzm img {
    position: initial;
    margin-top: 10px;
    border-radius: 30px;
    border: 1px solid #e6e6e6;
  }
}
@media (max-width: 380px) {
  .main29 .main29_con .main29_con_1 .right .certificate .top {
    border-radius: 0.26315789rem;
    padding: 0.26315789rem;
  }
  .main29 .main29_con .main29_con_1 .right .certificate .top .img img {
    width: 2.36842105rem;
  }
  .main29 .main29_con .main29_con_1 .right .certificate .top .con {
    width: calc(100% - 2.36842105rem);
    padding-left: 0.26315789rem;
  }
  .main29 .main29_con .main29_con_1 .right .certificate .top .con .weight {
    line-height: 0.68421053rem;
    font-size: 0.42105263rem;
  }
  .main29 .main29_con .main29_con_1 .right .certificate .top .con h5 {
    font-size: 0.42105263rem;
    margin-top: 0.26315789rem;
  }
  .main29 .main29_con .main29_con_1 .right .certificate .top .con p {
    font-size: 0.31578947rem;
  }
}
