@charset "utf-8";
html.active {
  overflow: hidden;
}
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;
}
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;
}
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: 1630px;
  padding: 0 15px;
  margin: 0 auto;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mCustomScrollBox {
  padding-right: 8px;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer {
  right: -10px !important;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #00a650 !important;
  border-radius: 0;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  opacity: 1 !important;
  width: 2px;
  background: transparent;
  border-radius: 0;
}
.page_div {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333;
}
.page_div button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 43px;
  height: 43px;
  padding: 0;
  cursor: pointer;
  color: #333;
  font-size: 20px;
  background: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e7e7e7;
  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 {
  width: 97px;
  height: 43px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 43px;
  font-size: 18px;
}
.page_div #prePage::before {
  transform: rotate(-90deg);
}
.page_div #nextPage::before {
  transform: rotate(90deg);
}
.page_div .current {
  background-color: #58b5f0;
  border-color: #58b5f0;
  color: #fff;
}
.page_div .totalNum,
.page_div .totalList {
  line-height: 30px;
  margin-right: 10px;
}
.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;
}
.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: #333;
}
.ydd_btn span.span02 {
  margin: 5px 0;
}
.ydd_btn.active span {
  background: #fff;
}
.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 {
  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;
  font-family: "Roboto Regular";
}
.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;
}
.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 form {
  width: calc(100% - 30px);
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 15px;
  border: 1px solid #0053a6;
}
.nav7 form input {
  width: calc(100% - 60px);
  height: 40px;
  border: none;
  padding: 0 10px;
}
.nav7 form input:focus {
  outline: none;
}
.nav7 form button {
  width: 60px;
  height: 40px;
  border: none;
  background: #0053a6;
  color: #fff;
}
.warning1 {
  position: fixed;
  top: -50%;
  left: 50%;
  z-index: 8000;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 18px;
  transition: all .5s;
  opacity: 0;
  letter-spacing: 1px;
  border-radius: 10px;
}
.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;
}
.nav1 {
  width: 100%;
  height: 110px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all .3s;
  padding: 0 0.52083333rem;
}
.nav1 .con_box {
  max-width: 1730px;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.nav1 .con_box .logo a {
  display: flex;
}
.nav1 .con_box .logo a img {
  max-width: 367px;
  transition: all .3s;
}
.nav1 .con_box .logo a img.icon2,
.nav1 .con_box .logo a img.icon3 {
  display: none;
}
.nav1 .con_box .right {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.nav1 .con_box .right nav ul {
  display: flex;
}
.nav1 .con_box .right nav ul li {
  margin-left: 30px;
}
.nav1 .con_box .right nav ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  transition: all .3s;
}
.nav1 .con_box .right nav ul li a:hover {
  color: #00a650 !important;
}
.nav1 .con_box .right .more {
  margin-left: 70px;
  display: flex;
  align-items: center;
}
.nav1 .con_box .right .more .language {
  position: relative;
}
.nav1 .con_box .right .more .language h5 {
  font-size: 14px;
  color: #fff;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 10px;
  padding-right: 30px;
  cursor: pointer;
  transition: all .3s;
}
.nav1 .con_box .right .more .language h5::before {
  content: "\e672";
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  right: 10px;
  color: #00a650;
  transform: translateY(-50%);
  font-size: 14px;
}
.nav1 .con_box .right .more .language ul {
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #fff;
  padding: 5px 0;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.nav1 .con_box .right .more .language ul li a {
  display: block;
  line-height: 30px;
  color: #000;
  text-align: center;
  transition: all .3s;
}
.nav1 .con_box .right .more .language ul li a:hover {
  color: #00a650;
}
.nav1 .con_box .right .more .language:hover ul {
  display: block;
}
.nav1 .con_box .right .more .login {
  padding: 0 18px;
  line-height: 35px;
  background-color: #00a650;
  color: #fff;
  font-size: 14px;
  margin-left: 19px;
  cursor: pointer;
  transition: all .3s;
}
.nav1 .con_box .right .more .login:hover {
  background-color: #20c36f;
}
.nav1.active2 {
  background-color: #fff;
}
.nav1.active2 .con_box .logo a img {
  max-width: 260px;
}
.nav1.active2 .con_box .logo a img.icon1 {
  display: none;
}
.nav1.active2 .con_box .logo a img.icon2 {
  display: initial;
}
.nav1.active2 .con_box .right nav ul li a {
  color: #333;
}
.nav1.active2 .con_box .right .more .language h5 {
  color: #333;
  border-color: rgba(51, 51, 51, 0.3);
}
.nav1.active {
  background-color: #fff;
  height: 60px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.nav1.active .con_box .logo a img {
  max-width: 260px;
}
.nav1.active .con_box .logo a img.icon1 {
  display: none;
}
.nav1.active .con_box .logo a img.icon2 {
  display: initial;
}
.nav1.active .con_box .right nav ul li a {
  color: #333;
}
.nav1.active .con_box .right .more .language h5 {
  color: #333;
  border-color: rgba(51, 51, 51, 0.3);
}
.nav1.active3 {
  position: relative;
  background-color: #00a751;
  height: 100px;
}
.nav1.active3 .con_box .logo a img.icon1,
.nav1.active3 .con_box .logo a img.icon2 {
  display: none;
}
.nav1.active3 .con_box .logo a img.icon3 {
  display: initial;
}
.nav1.active3 .con_box .right nav ul li a:hover {
  color: #000 !important;
}
.nav1.active3 .con_box .right .more .language h5 {
  border-color: #fff;
}
.nav1.active3 .con_box .right .more .language h5::before {
  color: #fff;
}
.nav1.active3 .con_box .right .more .login {
  background-color: #fff;
  color: #00a650;
}
.nav2 {
  overflow: hidden;
}
.nav2 .nav2_con {
  margin: 80px 0;
  position: relative;
}
.nav2 .nav2_con .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #f3f3f3;
  height: 72px;
  transition: all .3s;
  padding: 0 10px;
}
.nav2 .nav2_con .swiper-slide a span {
  font-size: 16px;
  color: #000;
  transition: all .3s;
}
.nav2 .nav2_con .swiper-slide a:hover span {
  color: #00a650;
}
.nav2 .nav2_con .swiper-slide a.active {
  background-color: #00a650;
}
.nav2 .nav2_con .swiper-slide a.active span {
  color: #fff;
  text-decoration: underline;
}
.nav2 .nav2_con .but {
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
}
.nav2 .nav2_con .but::before {
  content: "\e672";
  font-size: 30px;
  font-family: "iconfont";
  color: #dcdcdc;
}
.nav2 .nav2_con .but.but_prev {
  left: -50px;
  transform: translateY(-50%) rotate(90deg);
}
.nav2 .nav2_con .but.but_next {
  right: -50px;
  transform: translateY(-50%) rotate(-90deg);
}
.nav3 {
  margin: 50px 0;
}
.nav3 ul {
  display: flex;
  justify-content: center;
}
.nav3 ul li {
  margin: 0 20px;
}
.nav3 ul li a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #010101;
  border-bottom: 3px solid transparent;
  padding: 30px 5px;
  transition: all .3s;
}
.nav3 ul li a:hover {
  color: #12a64f;
}
.nav3 ul li a.active {
  color: #12a64f;
  border-color: #12a64f;
}
.news1 {
  display: flex;
  border: 1px solid #f3f3f3;
  transition: all .3s;
  position: relative;
}
.news1::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #00a650;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all  .3s;
}
.news1 .imgbox {
  width: 640px;
  height: 560px;
  padding: 20px;
}
.news1 .imgbox .img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.news1 .con_box {
  width: calc(100% - 640px);
  padding: 45px 30px 0 20px;
}
.news1 .con_box .title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news1 .con_box .price {
  font-size: 18px;
  color: #999;
  margin: 20px 0;
  padding-left: 15px;
}
.news1 .con_box .price span {
  color: #00a650;
}
.news1 .con_box .describe {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  max-height: 216px;
  overflow: hidden;
}
.news1 .con_box .describe .bt {
  padding-left: 15px;
}
.news1 .con_box .describe ul li {
  position: relative;
  padding-left: 15px;
}
.news1 .con_box .describe ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #d2d2d2;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.news1 .con_box .text {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin-top: 30px;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news1 .con_box .more {
  width: max-content;
  display: block;
  background-color: #5c5c5c;
  line-height: 45px;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  margin: 30px 0 0 15px;
  transition: all .3s;
}
.news1:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news1:hover::before {
  opacity: 1;
}
.news1:hover .con_box .more {
  background-color: #00a650;
}
.news2 {
  display: block;
  background-color: #fff;
  padding: 0 30px;
  transition: all .3s;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news2::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #12a64f;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  transition: all .3s;
}
.news2 .imgbox {
  height: 580px;
  padding: 10px 0;
}
.news2 .imgbox .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.news2 h5 {
  font-size: 18px;
  color: #333;
  border-top: 1px solid #e5e5e5;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
}
.news2:hover {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news2:hover::before {
  opacity: 1;
}
.news3 {
  display: block;
  padding: 60px;
  background-color: #f6f6f6;
  transition: all .3s;
}
.news3 .date {
  font-size: 14px;
  color: #999;
}
.news3 .title {
  font-size: 24px;
  color: #333;
  margin: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news3 .text {
  font-size: 16px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news3:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.news3:hover .title {
  color: #00a650;
}
.news4 {
  display: block;
  border: 2px solid #f1f1f1;
  overflow: hidden;
  transition: all .3s;
}
.news4 .img {
  height: 168px;
  transition: all .3s;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.news4:hover {
  border-color: #00a650;
}
.news4:hover .img {
  transform: scale(1.1);
}
.news5 {
  display: block;
  border: 1px solid #e7e7e7;
}
.news5 .imgbox {
  height: 300px;
  overflow: hidden;
}
.news5 .imgbox .img {
  height: 100%;
  transition: all .3s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news5 .text_box {
  padding: 30px;
}
.news5 .text_box h5 {
  font-size: 24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news5 .text_box .text {
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}
.news5:hover {
  border-color: #00a650;
}
.news5:hover .imgbox .img {
  transform: scale(1.1);
}
.news6 {
  display: block;
  border: 1px solid #eee;
  padding: 20px;
  transition: all .3s;
}
.news6 .imgbox {
  height: 230px;
  overflow: hidden;
}
.news6 .imgbox .img {
  height: 100%;
  transition: all .3s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.news6 h5 {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 20px;
}
.news6:hover {
  border-color: #00a751;
}
.news6:hover .imgbox .img {
  transform: scale(1.1);
}
.more1 {
  display: flex;
  justify-content: center;
}
.more1 a {
  padding: 0 20px;
  line-height: 45px;
  background-color: #00a650;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  transition: all .3s;
}
.more1 a:hover {
  background-color: #088142;
}
.banner {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.banner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  position: relative;
}
.banner .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide a .text_box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 0.88541667rem;
  padding-top: 2.29166667rem;
}
.banner .swiper-container .swiper-wrapper .swiper-slide a .text_box h5 {
  font-size: 0.3125rem;
  color: #fff;
}
.banner .swiper-container .swiper-wrapper .swiper-slide a .text_box p {
  font-size: 0.125rem;
  color: #fff;
  margin-top: 0.15625rem;
}
.banner .swiper-pagination {
  bottom: 50px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  opacity: 1;
  margin: 0 9px;
  background-color: #fff;
  opacity: .6;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.banner .but {
  width: 52px;
  height: 52px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
}
.banner .but.prev {
  background-image: url(../images/left.png);
  left: 60px;
}
.banner .but.next {
  background-image: url(../images/right.png);
  right: 60px;
}
.banner2 {
  position: relative;
}
.banner2 img {
  width: 100%;
}
.banner2 h5 {
  width: 100%;
  height: 100%;
  font-size: 0.3125rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.41666667rem;
  text-transform: uppercase;
}
.banner2 .text_box {
  width: 100%;
  position: absolute;
  bottom: 0.52083333rem;
  left: 0;
}
.banner2 .text_box .date {
  font-size: 16px;
  color: #999;
}
.banner2 .text_box .title {
  font-size: 30px;
  color: #fff;
  margin-top: 30px;
}
.main1 {
  margin: 80px 0 90px;
  position: relative;
  overflow: hidden;
}
.main1::before {
  content: "";
  width: 120%;
  height: 500px;
  background-color: rgba(221, 221, 221, 0.5);
  position: absolute;
  bottom: -320px;
  left: 50%;
  z-index: 10;
  border-radius: 60%;
  background-image: url(../images/img3.png);
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 1383px auto;
  transform: translateX(-50%);
}
.main1 .main1_nav {
  position: relative;
}
.main1 .main1_nav .swiper-container .swiper-slide {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.main1 .main1_nav .swiper-container .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 166, 80, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.main1 .main1_nav .swiper-container .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main1 .main1_nav .swiper-container .swiper-slide h5 {
  width: 100%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  position: relative;
  z-index: 10;
}
.main1 .main1_nav .swiper-container .swiper-slide.active::before {
  opacity: 1;
}
.main1 .main1_nav .but {
  width: 50px;
  height: 50px;
  border: 1px solid #8a8a8a;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main1 .main1_nav .but::before {
  content: "\e672";
  font-family: "iconfont";
  font-size: 20px;
  color: #7d7d7d;
}
.main1 .main1_nav .but.but_prev {
  left: -100px;
}
.main1 .main1_nav .but.but_prev::before {
  transform: rotate(90deg);
}
.main1 .main1_nav .but.but_next {
  right: -100px;
}
.main1 .main1_nav .but.but_next::before {
  transform: rotate(-90deg);
}
.main1 .main1_con {
  position: relative;
  padding-top: 30px;
}
.main1 .main1_con::before {
  content: "";
  width: 1180px;
  height: 1180px;
  border-radius: 50%;
  background-color: #fafafa;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main1 .main1_con::after {
  content: "";
  width: 1560px;
  height: 1560px;
  border-radius: 50%;
  border: 1px solid #d0d0cf;
  border-top: none;
  border-bottom: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main1 .main1_con .swiper-container {
  width: 756px;
  height: 756px;
  background-color: #f3f3f3;
  border-radius: 50%;
}
.main1 .main1_con .swiper-container .swiper-slide {
  padding-bottom: 100px;
  position: relative;
}
.main1 .main1_con .swiper-container .swiper-slide .title {
  width: 40%;
  font-size: 40px;
  color: #333;
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
  text-align: center;
  line-height: 45px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main1 .main1_con .swiper-container .swiper-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main1 .main1_con .swiper-container .swiper-slide a img {
  width: 55%;
}
.main1 .main1_con .but {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.main1 .main1_con .but::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main1 .main1_con .but.but_prev {
  left: 220px;
}
.main1 .main1_con .but.but_next {
  right: 220px;
}
.main1 .main1_con .but.but_next::before {
  background-image: url(../images/right.png);
}
.main1 .main1_con .more {
  width: 70px;
  height: 70px;
  background-color: #00a650;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 160px;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
}
.main1 .main1_con .more::before {
  content: "\e676";
  font-family: "iconfont";
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.main2 .title {
  font-size: 48px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.main2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.main2 ul li {
  width: 33.3333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main2 ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.main2 ul li a .img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 351px;
  transition: all .3s;
}
.main2 ul li a .mask {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 166, 80, 0.8);
  padding: 50px 30px;
  transition: all .3s;
}
.main2 ul li a .mask h5 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.main2 ul li a .mask .text {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  max-height: 96px;
  overflow: hidden;
  margin-top: 20px;
}
.main2 ul li:nth-child(2) {
  width: 66.6666%;
}
.main3 .main3_title {
  font-size: 30px;
  color: #333;
  margin-bottom: 30px;
}
.main3 .main3_con .item {
  margin-bottom: 50px;
}
.main4 {
  margin: 80px 0;
}
.main4 .container_box {
  display: flex;
  flex-wrap: wrap;
}
.main4 .container_box .main4_left {
  width: 50%;
  height: 445px;
  display: flex;
}
.main4 .container_box .main4_left .nav {
  width: 135px;
  height: 100%;
}
.main4 .container_box .main4_left .nav .swiper-container {
  height: 100%;
}
.main4 .container_box .main4_left .nav .swiper-container .swiper-slide {
  border: 2px solid #e2e2e2;
  height: 100px;
  overflow: hidden;
  cursor: pointer;
}
.main4 .container_box .main4_left .nav .swiper-container .swiper-slide .img {
  height: 100%;
  transition: all .3s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main4 .container_box .main4_left .nav .swiper-container .swiper-slide:hover .img {
  transform: scale(1.1);
}
.main4 .container_box .main4_left .nav .swiper-container .swiper-slide.swiper-slide-thumb-active {
  border-color: #11ac5c;
}
.main4 .container_box .main4_left .con {
  width: calc(100% - 135px);
  height: 100%;
  padding-left: 20px;
}
.main4 .container_box .main4_left .con .swiper-container {
  height: 100%;
}
.main4 .container_box .main4_left .con .swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main4 .container_box .main4_left .con .swiper-container .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.main4 .container_box .main4_right {
  width: 50%;
  padding-left: 50px;
}
.main4 .container_box .main4_right .title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.main4 .container_box .main4_right .price {
  font-size: 18px;
  color: #999;
  padding: 30px 0;
  border-bottom: 1px dotted  #dcdcdc;
}
.main4 .container_box .main4_right .price span {
  color: #00a650;
}
.main4 .container_box .main4_right .describe {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin: 30px 0;
}
.main4 .container_box .main4_right .describe ul li {
  position: relative;
}
.main4 .container_box .main4_right .describe ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #d2d2d2;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -15px;
}
.main4 .container_box .main4_right .text {
  font-size: 16px;
  color: #000;
  line-height: 24px;
}
.main5 {
  background-color: #fbfbfb;
  padding-bottom: 80px;
}
.main5 .nav ul {
  display: flex;
}
.main5 .nav ul li {
  flex: 1;
  text-align: center;
}
.main5 .nav ul li a {
  display: block;
  line-height: 80px;
  font-size: 22px;
  color: #bbb;
  position: relative;
  transition: all .3s;
}
.main5 .nav ul li a::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #4ca459;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .3s;
}
.main5 .nav ul li a:hover {
  color: #4ca459;
}
.main5 .nav ul li a.active {
  color: #4ca459;
}
.main5 .nav ul li a.active::before {
  opacity: 1;
}
.main5 .con {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  margin-top: 50px;
}
.main5 .con .item {
  display: none;
}
.main5 .con .item.active {
  display: block;
}
.main6 {
  margin-top: 60px;
}
.main6 .item {
  margin-bottom: 50px;
}
.main6 .item .title {
  font-size: 24px;
  color: #0aa44b;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.main6 .item .con {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}
.main7 .title {
  font-size: 24px;
  color: #0aa44b;
  margin-bottom: 30px;
}
.main7 .swiper-container {
  padding: 5px;
  margin: 0 -5px;
}
.main8 .news3 {
  margin-bottom: 30px;
}
.main8 .more1 {
  margin-top: 60px;
}
.main9 {
  margin: 80px 0;
}
.main9 .main9_1 {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  padding-bottom: 100px;
  border-bottom: 1px solid #e5e5e5;
}
.main9 .main9_2 {
  position: relative;
  padding-right: 300px;
  margin-top: 50px;
}
.main9 .main9_2 ul li {
  margin-top: 20px;
}
.main9 .main9_2 ul li a {
  font-size: 16px;
  color: #000;
  transition: all .3s;
}
.main9 .main9_2 ul li a:hover {
  color: #00a650;
}
.main9 .main9_2 ul li:nth-child(1) {
  margin-top: 0;
}
.main9 .main9_2 .back {
  width: 120px;
  line-height: 45px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 4px;
  font-size: 16px;
  color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  transition: all .3s;
}
.main9 .main9_2 .back::before {
  content: "\e672";
  font-family: "iconfont";
  transform: rotate(90deg);
  margin-right: 10px;
  font-size: 16px;
}
.main9 .main9_2 .back:hover {
  background-color: #00a650;
  border-color: #00a650;
  color: #fff;
}
.main9 .main9_2 .back:hover::before {
  color: #fff;
}
.main10 {
  margin: 80px 0;
}
.main10 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.main10 ul li {
  width: 20%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main11 {
  margin: 80px 0;
  overflow: hidden;
}
.main11 ul {
  margin: 0 -30px;
  display: flex;
  flex-wrap: wrap;
}
.main11 ul li {
  width: 33.3333%;
  padding: 0 30px;
  margin-bottom: 60px;
}
.main12 .main12_con ul {
  display: flex;
  flex-wrap: wrap;
  height: 450px;
  margin-bottom: 60px;
}
.main12 .main12_con ul li {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
}
.main12 .main12_con ul li .text_box {
  padding: 0 50px;
}
.main12 .main12_con ul li .text_box h5 {
  font-size: 30px;
  color: #010101;
}
.main12 .main12_con ul li .text_box .text {
  font-size: 18px;
  color: #000;
  line-height: 42px;
  margin-top: 20px;
}
.main12 .main12_con ul li .img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main12 .main12_con ul li:nth-child(1) {
  border: 2px solid #f1f1f1;
  border-right: none;
}
.main12 .main12_con ul:nth-child(even) {
  flex-direction: row-reverse;
}
.main12 .main12_con ul:nth-child(even) li:nth-child(1) {
  border-left: none;
  border-right: 2px solid #f1f1f1;
}
.main13 .main13_con ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.main13 .main13_con ul li {
  width: 33.3333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main13 .main13_con ul li input,
.main13 .main13_con ul li textarea {
  width: 100%;
  height: 60px;
  background-color: #f4f4f4;
  font-size: 16px;
  color: #000;
  border-radius: 4px;
  padding: 0 30px;
  border: none;
}
.main13 .main13_con ul li input:focus,
.main13 .main13_con ul li textarea:focus {
  outline: none;
}
.main13 .main13_con ul li textarea {
  padding: 30px;
  height: 200px;
  resize: none;
}
.main13 .main13_con ul li:nth-last-child(1),
.main13 .main13_con ul li:nth-last-child(2) {
  width: 100%;
}
.main13 .main13_con .but {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.main13 .main13_con .but button {
  width: 130px;
  height: 60px;
  background-color: #00a650;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  border: none;
  transition: all .3s;
}
.main13 .main13_con .but button:hover {
  background-color: #077c40;
}
.main13 .main13_con .but .verification {
  border-radius: 4px;
  border: 2px solid #eee;
  overflow: hidden;
  display: flex;
  height: 60px;
  margin-left: 16px;
}
.main13 .main13_con .but .verification input {
  width: 150px;
  height: 100%;
  background-color: #eee;
  padding: 0 20px;
  border: none;
  font-size: 16px;
  color: #000;
}
.main13 .main13_con .but .verification input:focus {
  outline: none;
}
.main13 .main13_con .but .verification a {
  width: 110px;
  height: 100%;
}
.main13 .main13_con .but .verification a img {
  width: 100%;
  height: 100%;
}
.main14 {
  padding: 40px 15px 1px;
  background-color: #f4f4f4;
}
.main14 .main14_con {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  min-height: 560px;
  justify-content: space-between;
}
.main14 .main14_con .left {
  width: 300px;
  background-color: #fff;
  border-radius: 6px;
}
.main14 .main14_con .left ul li a {
  display: block;
  line-height: 70px;
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #eee;
  padding-left: 28px;
  position: relative;
}
.main14 .main14_con .left ul li a::before {
  content: "";
  width: 3px;
  height: 26px;
  background-color: #00a650;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
}
.main14 .main14_con .left ul li a.active::before {
  opacity: 1;
}
.main14 .main14_con .left ul li:last-child a {
  border-bottom: none;
}
.main14 .main14_con .right {
  width: calc(100% - 320px);
  background-color: #fff;
  border-radius: 6px;
  padding: 30px;
}
.main14 .main14_con .right .title {
  font-size: 14px;
  color: #000;
  margin-bottom: 30px;
}
.main14 .main14_con .right .form ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.main14 .main14_con .right .form ul li p {
  width: 60px;
  font-size: 14px;
  color: #999;
  text-align: right;
  margin-right: 20px;
}
.main14 .main14_con .right .form ul li input {
  width: 200px;
  height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  color: #000;
  padding: 0 15px;
  border: none;
}
.main14 .main14_con .right .form ul li input:focus {
  outline: nones;
}
.main14 .main14_con .right .form ul li .text {
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 16px;
  color: #00a751;
}
.main14 .main14_con .right .cp ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.main14 .main14_con .right .cp ul li {
  width: 33.3333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main15 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  display: none;
}
.main15 .main15_con {
  width: 466px;
  border-radius: 6px;
  background-color: #fff;
  padding: 30px;
  display: none;
}
.main15 .main15_con .title {
  font-size: 24px;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}
.main15 .main15_con ul li {
  background-color: #f7f7f7;
  height: 50px;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
}
.main15 .main15_con ul li input {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 16px;
  color: #000;
  padding: 0 20px;
  background: none;
}
.main15 .main15_con ul li input:focus {
  outline: none;
}
.main15 .main15_con ul li.tel p {
  height: 100%;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main15 .main15_con ul li.tel input {
  width: calc(100% - 70px);
}
.main15 .main15_con ul li.yzm input {
  width: calc(100% - 120px);
}
.main15 .main15_con ul li.yzm a {
  display: flex;
  width: 120px;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #000;
}
.main15 .main15_con .xy {
  display: flex;
  color: #000;
  font-size: 14px;
}
.main15 .main15_con .xy .consent {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
}
.main15 .main15_con .xy .consent::before {
  content: "";
  font-family: "iconfont";
  color: #4ca751;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.main15 .main15_con .xy .consent.active::before {
  content: "\e62f";
}
.main15 .main15_con .xy a {
  color: #000;
  transition: all .3s;
}
.main15 .main15_con .xy a:hover {
  color: #4ca751;
}
.main15 .main15_con .xy2 {
  display: flex;
  color: #000;
  font-size: 14px;
}
.main15 .main15_con .xy2 a {
  color: #4ca751;
}
.main15 .main15_con button {
  margin-top: 30px;
  width: 100%;
  height: 50px;
  background-color: #4ca751;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  border: none;
}
.main15 .main15_con button:focus {
  outline: none;
}
.main15 .main15_con.active {
  display: block;
}
.main15.active {
  display: flex;
}
footer {
  padding-top: 120px;
}
footer .footer_1 {
  padding-bottom: 30px;
}
footer .footer_1 .container_box {
  display: flex;
  align-items: center;
}
footer .footer_1 .container_box .left img {
  width: 360px;
}
footer .footer_1 .container_box .right {
  margin-left: auto;
}
footer .footer_1 .container_box .right ul {
  display: flex;
}
footer .footer_1 .container_box .right ul li {
  margin-left: 30px;
}
footer .footer_1 .container_box .right ul li a {
  font-size: 16px;
  color: #000;
  transition: all .3s;
}
footer .footer_1 .container_box .right ul li a:hover {
  color: #00a650;
}
footer .footer_2 {
  border-top: 1px solid #eaeaeb;
  padding: 60px 0;
}
footer .footer_2 .container_box ul {
  display: flex;
}
footer .footer_2 .container_box ul li .icon {
  width: 50px;
  height: 50px;
  border: 1px solid #a4a6a8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer_2 .container_box ul li .icon::before {
  font-family: "iconfont";
  font-size: 25px;
  color: #95979a;
}
footer .footer_2 .container_box ul li .text1 {
  font-size: 18px;
  color: #666;
  margin: 30px 0 20px;
}
footer .footer_2 .container_box ul li .text2 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
}
footer .footer_2 .container_box ul li:nth-child(1) .weixin {
  text-align: center;
}
footer .footer_2 .container_box ul li:nth-child(1) .weixin img {
  width: 170px;
  height: 170px;
}
footer .footer_2 .container_box ul li:nth-child(1) .weixin p {
  font-size: 14px;
  color: #000;
  margin-top: 10px;
}
footer .footer_2 .container_box ul li:nth-child(2) {
  width: 330px;
  padding: 0 50px;
}
footer .footer_2 .container_box ul li:nth-child(2) .icon::before {
  content: "\e604";
}
footer .footer_2 .container_box ul li:nth-child(3) {
  width: 580px;
  padding-right: 50px;
}
footer .footer_2 .container_box ul li:nth-child(3) .icon::before {
  content: "\e6d9";
}
footer .footer_2 .container_box ul li:nth-child(4) {
  width: 270px;
}
footer .footer_2 .container_box ul li:nth-child(4) .icon::before {
  content: "\e61d";
}
footer .footer_2 .container_box ul li:nth-child(5) {
  padding-top: 20px;
  margin-left: auto;
}
footer .footer_2 .container_box ul li:nth-child(5) .icon {
  width: 80px;
  height: 80px;
  border: none;
  background: #c3c3c3 url(../images/icon1.png) no-repeat center center / 41px auto;
  margin: 0 auto;
}
footer .footer_2 .container_box ul li:nth-child(5) .text2 {
  margin-top: 20px;
}
footer .footer_3 {
  background-color: #f6f6f6;
  padding: 30px 0;
}
footer .footer_3 .container_box {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #666;
}
footer .footer_3 .container_box a {
  color: #666;
}
footer .footer_3 .container_box a:hover {
  color: #00a650;
}
footer.active {
  background-color: #f4f4f4;
}
.crumbs {
  background-color: #f5f5f5;
  height: 60px;
  overflow: hidden;
}
.crumbs .container_box {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #000;
}
.crumbs .container_box a {
  color: #000;
  transition: all .3s;
}
.crumbs .container_box a:hover {
  color: #00a650;
}
.crumbs .container_box i {
  position: relative;
  transform: rotate(90deg);
}
.crumbs .container_box i::before {
  content: "\e671";
  font-family: "iconfont";
  color: #cacaca;
  font-style: normal;
  font-size: 18px;
  margin: 0 5px;
}
.crumbs.crumbs2 {
  margin-top: 110px;
}
@media (min-width: 992px) {
  .main2 ul li a:hover .img {
    transform: scale(1.1);
  }
  .main2 ul li a:hover .mask {
    top: 0;
  }
}
@media (max-width: 1810px) {
  .main1 .main1_nav .but {
    display: none;
  }
}
@media (max-width: 1730px) {
  .nav1 {
    height: 0.63583815rem;
    padding: 0 0.57803468rem;
  }
  .nav1 .con_box {
    max-width: initial;
  }
  .nav1 .con_box .logo a img {
    max-width: 2.12138728rem;
  }
  .nav1 .con_box .right nav ul li {
    margin-left: 0.1734104rem;
  }
  .nav1 .con_box .right nav ul li a {
    font-size: 0.09248555rem;
    line-height: 0.20231214rem;
  }
  .nav1 .con_box .right .more {
    margin-left: 0.40462428rem;
  }
  .nav1 .con_box .right .more .language {
    position: relative;
  }
  .nav1 .con_box .right .more .language h5 {
    font-size: 0.08092486rem;
    height: 0.20231214rem;
    padding-left: 0.05780347rem;
    padding-right: 0.1734104rem;
  }
  .nav1 .con_box .right .more .language h5::before {
    right: 0.05780347rem;
    font-size: 0.08092486rem;
  }
  .nav1 .con_box .right .more .language ul {
    padding: 0.02890173rem 0;
  }
  .nav1 .con_box .right .more .language ul li a {
    line-height: 0.1734104rem;
  }
  .nav1 .con_box .right .more .login {
    padding: 0 0.10404624rem;
    line-height: 0.20231214rem;
    font-size: 0.08092486rem;
    margin-left: 0.10982659rem;
  }
  .nav1.active {
    height: 0.34682081rem;
  }
  .nav1.active .con_box .logo a img {
    max-height: 0.23121387rem;
  }
  .nav1.active3 {
    height: 0.57803468rem;
  }
  .nav2 .nav2_con .but {
    display: none;
  }
}
@media (max-width: 1630px) {
  .banner2 .text_box .date {
    font-size: 0.09815951rem;
  }
  .banner2 .text_box .title {
    font-size: 0.18404908rem;
    margin-top: 0.18404908rem;
  }
  .nav2 .nav2_con {
    margin: 0.49079755rem 0;
  }
  .nav2 .nav2_con .swiper-slide a {
    height: 0.44171779rem;
    padding: 0 0.06134969rem;
  }
  .nav2 .nav2_con .swiper-slide a span {
    font-size: 0.09815951rem;
  }
  .nav2 .nav2_con .but {
    width: 0.18404908rem;
    height: 0.18404908rem;
  }
  .nav2 .nav2_con .but::before {
    font-size: 0.18404908rem;
  }
  .nav2 .nav2_con .but.but_prev {
    left: -0.30674847rem;
  }
  .nav2 .nav2_con .but.but_next {
    right: -0.30674847rem;
  }
  .nav3 {
    margin: 0.30674847rem 0;
  }
  .nav3 ul li {
    margin: 0 0.12269939rem;
  }
  .nav3 ul li a {
    font-size: 0.11042945rem;
    border-bottom: 0.01840491rem solid transparent;
    padding: 0.18404908rem 0.03067485rem;
  }
  .news1::before {
    height: 0.01840491rem;
  }
  .news1 .imgbox {
    width: 3.92638037rem;
    height: 3.43558282rem;
    padding: 0.12269939rem;
  }
  .news1 .con_box {
    width: calc(100% - 3.92638037rem);
    padding: 0.27607362rem 0.18404908rem 0 0.12269939rem;
  }
  .news1 .con_box .title {
    font-size: 0.14723926rem;
    padding-left: 0.09202454rem;
  }
  .news1 .con_box .price {
    font-size: 0.11042945rem;
    margin: 0.12269939rem 0;
    padding-left: 0.09202454rem;
  }
  .news1 .con_box .describe {
    font-size: 0.09815951rem;
    line-height: 0.14723926rem;
    max-height: 1.32515337rem;
  }
  .news1 .con_box .describe .bt {
    padding-left: 0.09202454rem;
  }
  .news1 .con_box .describe ul li {
    padding-left: 0.09202454rem;
  }
  .news1 .con_box .describe ul li::before {
    width: 0.02453988rem;
    height: 0.02453988rem;
    top: 0.06134969rem;
  }
  .news1 .con_box .text {
    font-size: 0.09815951rem;
    line-height: 0.14723926rem;
    margin-top: 0.18404908rem;
    padding-left: 0.09202454rem;
  }
  .news1 .con_box .more {
    line-height: 0.27607362rem;
    padding: 0 0.12269939rem;
    font-size: 0.08588957rem;
    border-radius: 0.02453988rem;
    margin: 0.18404908rem 0 0 0.09202454rem;
  }
  .news2 {
    padding: 0 0.18404908rem;
  }
  .news2::before {
    height: 0.02453988rem;
  }
  .news2 .imgbox {
    height: 3.55828221rem;
    padding: 0.06134969rem 0;
  }
  .news2 h5 {
    font-size: 0.11042945rem;
    height: 0.61349693rem;
  }
  .news3 {
    padding: 0.36809816rem;
  }
  .news3 .date {
    font-size: 0.08588957rem;
  }
  .news3 .title {
    font-size: 0.14723926rem;
    margin: 0.12269939rem 0;
  }
  .news3 .text {
    font-size: 0.09815951rem;
  }
  .news4 {
    border: 0.01226994rem solid #f1f1f1;
  }
  .news4 .img {
    height: 1.03067485rem;
  }
  .news5 .imgbox {
    height: 1.8404908rem;
  }
  .news5 .text_box {
    padding: 0.18404908rem;
  }
  .news5 .text_box h5 {
    font-size: 0.14723926rem;
  }
  .news5 .text_box .text {
    font-size: 0.09815951rem;
    margin-top: 0.06134969rem;
  }
  .more1 a {
    padding: 0 0.12269939rem;
    line-height: 0.27607362rem;
    border-radius: 0.02453988rem;
    font-size: 0.08588957rem;
  }
  .main1 {
    margin: 0.49079755rem 0 0.55214724rem;
  }
  .main1::before {
    height: 3.06748466rem;
    bottom: -1.96319018rem;
    background-position: center 0.24539877rem;
    background-size: 8.48466258rem auto;
  }
  .main1 .main1_nav .swiper-container .swiper-slide {
    height: 0.9202454rem;
  }
  .main1 .main1_nav .swiper-container .swiper-slide h5 {
    font-size: 0.11042945rem;
    padding: 0 0.06134969rem;
  }
  .main1 .main1_nav .but {
    width: 0.30674847rem;
    height: 0.30674847rem;
  }
  .main1 .main1_nav .but::before {
    font-size: 0.12269939rem;
  }
  .main1 .main1_nav .but.but_prev {
    left: -0.61349693rem;
  }
  .main1 .main1_nav .but.but_next {
    right: -0.61349693rem;
  }
  .main1 .main1_con {
    padding-top: 0.18404908rem;
  }
  .main1 .main1_con::before {
    width: 7.2392638rem;
    height: 7.2392638rem;
  }
  .main1 .main1_con::after {
    width: 9.57055215rem;
    height: 9.57055215rem;
  }
  .main1 .main1_con .swiper-container {
    width: 4.63803681rem;
    height: 4.63803681rem;
  }
  .main1 .main1_con .swiper-container .swiper-slide {
    padding-bottom: 0.61349693rem;
  }
  .main1 .main1_con .swiper-container .swiper-slide .title {
    font-size: 0.24539877rem;
    top: 0.18404908rem;
    line-height: 0.27607362rem;
  }
  .main1 .main1_con .but {
    width: 0.36809816rem;
    height: 0.36809816rem;
  }
  .main1 .main1_con .but.but_prev {
    left: 1.34969325rem;
  }
  .main1 .main1_con .but.but_next {
    right: 1.34969325rem;
  }
  .main1 .main1_con .more {
    width: 0.42944785rem;
    height: 0.42944785rem;
    bottom: 0.98159509rem;
  }
  .main1 .main1_con .more::before {
    font-size: 0.18404908rem;
  }
  .main2 .title {
    font-size: 0.29447853rem;
    margin-bottom: 0.30674847rem;
  }
  .main2 ul {
    margin: 0 -0.06134969rem;
  }
  .main2 ul li {
    padding: 0 0.06134969rem;
    margin-bottom: 0.12269939rem;
  }
  .main2 ul li a .img {
    height: 2.15337423rem;
  }
  .main2 ul li a .mask {
    padding: 0.30674847rem 0.18404908rem;
  }
  .main2 ul li a .mask h5 {
    font-size: 0.14723926rem;
  }
  .main2 ul li a .mask .text {
    font-size: 0.11042945rem;
    line-height: 0.14723926rem;
    max-height: 0.58895706rem;
    margin-top: 0.12269939rem;
  }
  .main3 .main3_title {
    font-size: 0.18404908rem;
    margin-bottom: 0.18404908rem;
  }
  .main3 .main3_con .item {
    margin-bottom: 0.30674847rem;
  }
  .main4 {
    margin: 0.49079755rem 0;
  }
  .main4 .container_box .main4_left {
    height: 2.73006135rem;
  }
  .main4 .container_box .main4_left .nav {
    width: 0.82822086rem;
  }
  .main4 .container_box .main4_left .nav .swiper-container .swiper-slide {
    border: 0.01226994rem solid #e2e2e2;
    height: 0.61349693rem;
  }
  .main4 .container_box .main4_left .con {
    width: calc(100% - 0.82822086rem);
    padding-left: 0.12269939rem;
  }
  .main4 .container_box .main4_right {
    padding-left: 0.30674847rem;
  }
  .main4 .container_box .main4_right .title {
    font-size: 0.14723926rem;
    font-weight: bold;
  }
  .main4 .container_box .main4_right .price {
    font-size: 0.11042945rem;
    padding: 0.18404908rem 0;
  }
  .main4 .container_box .main4_right .describe {
    font-size: 0.09815951rem;
    line-height: 0.14723926rem;
    margin: 0.18404908rem 0;
  }
  .main4 .container_box .main4_right .describe ul li::before {
    width: 0.02453988rem;
    height: 0.02453988rem;
    top: 0.06134969rem;
    left: -0.09202454rem;
  }
  .main4 .container_box .main4_right .text {
    font-size: 0.09815951rem;
    line-height: 0.14723926rem;
  }
  .main5 {
    padding-bottom: 0.49079755rem;
  }
  .main5 .nav ul li a {
    line-height: 0.49079755rem;
    font-size: 0.13496933rem;
  }
  .main5 .nav ul li a::before {
    height: 0.01226994rem;
  }
  .main5 .con {
    font-size: 0.09815951rem;
    margin-top: 0.30674847rem;
  }
  .main6 {
    margin-top: 0.36809816rem;
  }
  .main6 .item {
    margin-bottom: 0.30674847rem;
  }
  .main6 .item .title {
    font-size: 0.14723926rem;
    padding-bottom: 0.12269939rem;
    margin-bottom: 0.18404908rem;
  }
  .main6 .item .con {
    font-size: 0.09815951rem;
  }
  .main7 .title {
    font-size: 0.14723926rem;
    margin-bottom: 0.18404908rem;
  }
  .main7 .swiper-container {
    padding: 0.03067485rem;
    margin: 0 -0.03067485rem;
  }
  .main8 .news3 {
    margin-bottom: 0.18404908rem;
  }
  .main8 .more1 {
    margin-top: 0.36809816rem;
  }
  .main9 {
    margin: 0.49079755rem 0;
  }
  .main9 .main9_1 {
    font-size: 0.09815951rem;
    padding-bottom: 0.61349693rem;
  }
  .main9 .main9_2 {
    padding-right: 1.8404908rem;
    margin-top: 0.30674847rem;
  }
  .main9 .main9_2 ul li {
    margin-top: 0.12269939rem;
  }
  .main9 .main9_2 ul li a {
    font-size: 0.09815951rem;
  }
  .main9 .main9_2 .back {
    width: 0.73619632rem;
    line-height: 0.27607362rem;
    border-radius: 0.02453988rem;
    font-size: 0.09815951rem;
  }
  .main9 .main9_2 .back::before {
    margin-right: 0.06134969rem;
    font-size: 0.09815951rem;
  }
  .main10 {
    margin: 0.49079755rem 0;
  }
  .main10 ul {
    margin: 0 -0.06134969rem;
  }
  .main10 ul li {
    padding: 0 0.06134969rem;
    margin-bottom: 0.12269939rem;
  }
  .main11 {
    margin: 0.49079755rem 0;
  }
  .main11 ul {
    margin: 0 -0.18404908rem;
  }
  .main11 ul li {
    padding: 0 0.18404908rem;
    margin-bottom: 0.36809816rem;
  }
  .main12 .main12_con ul {
    height: 2.7607362rem;
    margin-bottom: 0.36809816rem;
  }
  .main12 .main12_con ul li .text_box {
    padding: 0 0.30674847rem;
  }
  .main12 .main12_con ul li .text_box h5 {
    font-size: 0.18404908rem;
  }
  .main12 .main12_con ul li .text_box .text {
    font-size: 0.11042945rem;
    margin-top: 0.12269939rem;
    line-height: 0.25766871rem;
  }
  .main12 .main12_con ul li:nth-child(1) {
    border: 0.01226994rem solid #f1f1f1;
  }
  .main12 .main12_con ul:nth-child(even) li:nth-child(1) {
    border-right: 0.01226994rem solid #f1f1f1;
  }
  .main13 .main13_con ul {
    margin: 0 -0.06134969rem;
  }
  .main13 .main13_con ul li {
    padding: 0 0.06134969rem;
    margin-bottom: 0.12269939rem;
  }
  .main13 .main13_con ul li input,
  .main13 .main13_con ul li textarea {
    height: 0.36809816rem;
    font-size: 0.09815951rem;
    border-radius: 0.02453988rem;
    padding: 0 0.18404908rem;
  }
  .main13 .main13_con ul li textarea {
    padding: 0.18404908rem;
    height: 1.22699387rem;
  }
  .main13 .main13_con .but {
    margin-top: 0.06134969rem;
  }
  .main13 .main13_con .but button {
    width: 0.79754601rem;
    height: 0.36809816rem;
    border-radius: 0.02453988rem;
    font-size: 0.11042945rem;
  }
  .main13 .main13_con .but .verification {
    border-radius: 0.02453988rem;
    border: 0.01226994rem solid #eeeeee;
    height: 0.36809816rem;
    margin-left: 0.09815951rem;
  }
  .main13 .main13_con .but .verification input {
    width: 0.9202454rem;
    padding: 0 0.12269939rem;
    font-size: 0.09815951rem;
  }
  .main13 .main13_con .but .verification a {
    width: 0.67484663rem;
  }
  footer {
    padding-top: 0.73619632rem;
  }
  footer .footer_1 {
    padding-bottom: 0.18404908rem;
  }
  footer .footer_1 .container_box .left img {
    width: 2.20858896rem;
  }
  footer .footer_1 .container_box .right ul li {
    margin-left: 0.18404908rem;
  }
  footer .footer_1 .container_box .right ul li a {
    font-size: 0.09815951rem;
  }
  footer .footer_2 {
    padding: 0.36809816rem 0;
  }
  footer .footer_2 .container_box ul li .icon {
    width: 0.30674847rem;
    height: 0.30674847rem;
  }
  footer .footer_2 .container_box ul li .icon::before {
    font-size: 0.15337423rem;
  }
  footer .footer_2 .container_box ul li .text1 {
    font-size: 0.11042945rem;
    margin: 0.18404908rem 0 0.12269939rem;
  }
  footer .footer_2 .container_box ul li .text2 {
    font-size: 0.11042945rem;
  }
  footer .footer_2 .container_box ul li:nth-child(1) .weixin img {
    width: 1.04294479rem;
    height: 1.04294479rem;
  }
  footer .footer_2 .container_box ul li:nth-child(1) .weixin p {
    font-size: 0.08588957rem;
    margin-top: 0.06134969rem;
  }
  footer .footer_2 .container_box ul li:nth-child(2) {
    width: 2.02453988rem;
    padding: 0 0.30674847rem;
  }
  footer .footer_2 .container_box ul li:nth-child(3) {
    width: 3.55828221rem;
    padding-right: 0.30674847rem;
  }
  footer .footer_2 .container_box ul li:nth-child(4) {
    width: 1.65644172rem;
  }
  footer .footer_2 .container_box ul li:nth-child(5) {
    padding-top: 0.12269939rem;
  }
  footer .footer_2 .container_box ul li:nth-child(5) .icon {
    width: 0.49079755rem;
    height: 0.49079755rem;
    background: #c3c3c3 url(../images/icon1.png) no-repeat center center / 0.25153374rem auto;
  }
  footer .footer_2 .container_box ul li:nth-child(5) .text2 {
    margin-top: 0.12269939rem;
  }
  footer .footer_3 {
    padding: 0.18404908rem 0;
  }
  footer .footer_3 .container_box {
    font-size: 0.09815951rem;
  }
  .crumbs {
    height: 0.36809816rem;
  }
  .crumbs .container_box {
    font-size: 0.11042945rem;
  }
  .crumbs .container_box i::before {
    font-size: 0.11042945rem;
    margin: 0 0.03067485rem;
  }
  .crumbs.crumbs2 {
    margin-top: 0.67484663rem;
  }
}
@media (max-width: 1280px) {
  .news6 {
    padding: 0.15625rem;
  }
  .news6 .imgbox {
    height: 1.796875rem;
  }
  .news6 h5 {
    font-size: 0.109375rem;
    line-height: 0.1875rem;
    height: 0.375rem;
    margin-top: 0.15625rem;
  }
  .main14 {
    padding: 0.3125rem 15px 1px;
  }
  .main14 .main14_con {
    min-height: 4.375rem;
  }
  .main14 .main14_con .left {
    width: 2.34375rem;
    border-radius: 0.046875rem;
  }
  .main14 .main14_con .left ul li a {
    line-height: 0.546875rem;
    font-size: 0.109375rem;
    padding-left: 0.21875rem;
  }
  .main14 .main14_con .left ul li a::before {
    width: 0.0234375rem;
    height: 0.203125rem;
  }
  .main14 .main14_con .right {
    width: calc(100% - 2.5rem);
    border-radius: 0.046875rem;
    padding: 0.234375rem;
  }
  .main14 .main14_con .right .title {
    font-size: 0.109375rem;
    margin-bottom: 0.234375rem;
  }
  .main14 .main14_con .right .form ul li {
    margin-bottom: 0.15625rem;
  }
  .main14 .main14_con .right .form ul li p {
    width: 0.46875rem;
    font-size: 0.109375rem;
    margin-right: 0.15625rem;
  }
  .main14 .main14_con .right .form ul li input {
    width: 1.5625rem;
    height: 0.3125rem;
    font-size: 0.125rem;
    padding: 0 0.1171875rem;
  }
  .main14 .main14_con .right .form ul li .text {
    width: 1.5625rem;
    height: 0.3125rem;
    padding: 0 0.1171875rem;
    font-size: 0.125rem;
  }
  .main14 .main14_con .right .cp ul {
    margin: 0 -0.078125rem;
  }
  .main14 .main14_con .right .cp ul li {
    padding: 0 0.078125rem;
    margin-bottom: 0.15625rem;
  }
}
@media (max-width: 991px) {
  .nav1 {
    height: 60px;
    padding: 0 15px;
    position: relative;
  }
  .nav1 .con_box .logo a img {
    max-width: 150px;
  }
  .nav1 .con_box .logo a img.icon1 {
    display: none;
  }
  .nav1 .con_box .logo a img.icon2 {
    display: initial;
  }
  .nav1.active {
    height: 60px;
  }
  .nav1.active .con_box .logo a img {
    max-width: 150px;
  }
  .nav1.active3 {
    height: 60px;
  }
  .nav2 .nav2_con {
    margin: 20px 0;
  }
  .nav2 .nav2_con .swiper-slide a {
    height: 72px;
    padding: 0 10px;
  }
  .nav2 .nav2_con .swiper-slide a span {
    font-size: 14px;
  }
  .nav3 {
    margin: 30px 0;
  }
  .nav3 ul li {
    margin: 0 10px;
  }
  .nav3 ul li a {
    font-size: 16px;
    border-bottom: 3px solid transparent;
    padding: 10px 5px;
  }
  .news1::before {
    height: 0.03027245rem;
  }
  .news1 .imgbox {
    width: 4.03632694rem;
    height: 4.03632694rem;
    padding: 0.20181635rem;
  }
  .news1 .con_box {
    width: calc(100% - 4.03632694rem);
    padding: 0.45408678rem 0.30272452rem 0 0.20181635rem;
  }
  .news1 .con_box .title {
    font-size: 0.30272452rem;
    padding-left: 0.15136226rem;
  }
  .news1 .con_box .price {
    font-size: 0.20181635rem;
    margin: 0.20181635rem 0;
    padding-left: 0.15136226rem;
  }
  .news1 .con_box .describe {
    font-size: 0.18163471rem;
    line-height: 0.24217962rem;
    max-height: 0.48435923rem;
  }
  .news1 .con_box .describe .bt {
    padding-left: 0.15136226rem;
  }
  .news1 .con_box .describe ul li {
    padding-left: 0.15136226rem;
  }
  .news1 .con_box .describe ul li::before {
    width: 0.04036327rem;
    height: 0.04036327rem;
    top: 0.10090817rem;
  }
  .news1 .con_box .text {
    font-size: 0.18163471rem;
    line-height: 0.24217962rem;
    margin-top: 0.30272452rem;
    padding-left: 0.15136226rem;
  }
  .news1 .con_box .more {
    line-height: 0.45408678rem;
    padding: 0 0.20181635rem;
    font-size: 0.14127144rem;
    border-radius: 0.04036327rem;
    margin: 0.30272452rem 0 0 0.15136226rem;
  }
  .news2 {
    padding: 0 0.20181635rem;
  }
  .news2::before {
    height: 0.04036327rem;
  }
  .news2 .imgbox {
    height: 6.05449041rem;
    padding: 0.10090817rem 0;
  }
  .news2 h5 {
    font-size: 16px;
    height: 60px;
  }
  .news3 {
    padding: 20px;
  }
  .news3 .date {
    font-size: 14px;
  }
  .news3 .title {
    font-size: 18px;
    margin: 10px 0;
  }
  .news3 .text {
    font-size: 14px;
  }
  .news4 {
    border: 0.02018163rem solid #f1f1f1;
  }
  .news4 .img {
    height: 1.41271443rem;
  }
  .news5 .text_box {
    padding: 10px;
  }
  .news5 .text_box h5 {
    font-size: 16px;
  }
  .news5 .text_box .text {
    font-size: 14px;
    margin-top: 5px;
  }
  .news6 {
    padding: 10px;
  }
  .news6 .imgbox {
    height: 2.32088799rem;
  }
  .news6 h5 {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-top: 20px;
  }
  .more1 a {
    padding: 0 20px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 14px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide a .text_box {
    padding-left: 15px;
    padding-top: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide a .text_box h5 {
    font-size: 0.40363269rem;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide a .text_box p {
    font-size: 0.24217962rem;
    margin-top: 0.20181635rem;
  }
  .banner2 h5 {
    font-size: 0.60544904rem;
    padding-top: 0;
  }
  .banner2 .text_box {
    bottom: 10px;
  }
  .banner2 .text_box .date {
    font-size: 14px;
  }
  .banner2 .text_box .title {
    font-size: 16px;
    margin-top: 10px;
  }
  .banner2.banner2_2 {
    height: 200px;
  }
  .banner2.banner2_2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main1 {
    margin: 30px 0;
  }
  .main2 .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .main3 .main3_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .main3 .main3_con .item {
    margin-bottom: 15px;
  }
  .main4 {
    margin: 30px 0;
  }
  .main4 .container_box .main4_left {
    width: 100%;
    height: 4.49041372rem;
  }
  .main4 .container_box .main4_left .nav {
    width: 1.36226034rem;
  }
  .main4 .container_box .main4_left .nav .swiper-container .swiper-slide {
    border: 0.02018163rem solid #e2e2e2;
    height: 1.00908174rem;
  }
  .main4 .container_box .main4_left .con {
    width: calc(100% - 1.36226034rem);
    padding-left: 0.20181635rem;
  }
  .main4 .container_box .main4_right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .main4 .container_box .main4_right .title {
    font-size: 18px;
  }
  .main4 .container_box .main4_right .price {
    font-size: 14px;
    padding: 20px 0;
  }
  .main4 .container_box .main4_right .describe {
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0;
  }
  .main4 .container_box .main4_right .describe ul li {
    padding-left: 15px;
  }
  .main4 .container_box .main4_right .describe ul li::before {
    width: 4px;
    height: 4px;
    top: 10px;
    left: 0;
  }
  .main4 .container_box .main4_right .text {
    font-size: 14px;
    line-height: 24px;
  }
  .main5 {
    padding-bottom: 30px;
  }
  .main5 .nav ul {
    overflow-x: auto;
  }
  .main5 .nav ul li {
    width: auto;
  }
  .main5 .nav ul li a {
    line-height: 50px;
    font-size: 16px;
    padding: 0 15px;
  }
  .main5 .nav ul li a::before {
    height: 2px;
  }
  .main5 .con {
    font-size: 14px;
    margin-top: 30px;
  }
  .main6 {
    margin-top: 30px;
  }
  .main6 .item {
    margin-bottom: 30px;
  }
  .main6 .item .title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .main6 .item .con {
    font-size: 14px;
  }
  .main7 .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .main7 .swiper-container {
    padding: 5px;
    margin: 0 -5px;
  }
  .main8 .news3 {
    margin-bottom: 15px;
  }
  .main8 .more1 {
    margin-top: 30px;
  }
  .main9 {
    margin: 30px 0;
  }
  .main9 .main9_1 {
    font-size: 14px;
    padding-bottom: 30px;
  }
  .main9 .main9_2 {
    padding-right: 0;
    margin-top: 30px;
  }
  .main9 .main9_2 ul li {
    margin-top: 20px;
  }
  .main9 .main9_2 ul li a {
    font-size: 14px;
  }
  .main9 .main9_2 .back {
    position: initial;
    width: 120px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 14px;
    transform: none;
    margin-top: 30px;
  }
  .main9 .main9_2 .back::before {
    margin-right: 10px;
    font-size: 14px;
  }
  .main10 {
    margin: 30px 0;
  }
  .main10 ul {
    margin: 0 -5px;
  }
  .main10 ul li {
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main11 {
    margin: 30px 0;
  }
  .main11 ul {
    margin: 0 -5px;
  }
  .main11 ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main12 .main12_con ul {
    height: initial;
    margin-bottom: 20px;
    display: block;
  }
  .main12 .main12_con ul li {
    width: 100%;
  }
  .main12 .main12_con ul li .text_box {
    padding: 20px;
  }
  .main12 .main12_con ul li .text_box h5 {
    font-size: 18px;
  }
  .main12 .main12_con ul li .text_box .text {
    font-size: 16px;
    margin-top: 10px;
    line-height: 30px;
  }
  .main12 .main12_con ul li .img {
    height: 4.54086781rem;
  }
  .main12 .main12_con ul li:nth-child(1) {
    border: 2px solid #f1f1f1;
    border-bottom: none;
  }
  .main12 .main12_con ul:nth-child(even) li:nth-child(1) {
    border: 2px solid #f1f1f1;
    border-bottom: none;
  }
  .main13 .main13_con ul li {
    width: 100% !important;
    padding: 0;
    margin-bottom: 10px;
  }
  .main13 .main13_con ul li input,
  .main13 .main13_con ul li textarea {
    height: 50px;
    font-size: 16px;
    border-radius: 4px;
    padding: 0 15px;
  }
  .main13 .main13_con ul li textarea {
    padding: 15px;
    height: 150px;
  }
  .main13 .main13_con .but {
    margin-top: 10px;
  }
  .main13 .main13_con .but button {
    width: 100px;
    height: 50px;
    border-radius: 4px;
    font-size: 18px;
  }
  .main13 .main13_con .but .verification {
    border-radius: 4px;
    border: 2px solid #eee;
    height: 50px;
    margin-left: 10px;
  }
  .main13 .main13_con .but .verification input {
    width: 100px;
    padding: 0 10px;
    font-size: 16px;
  }
  .main13 .main13_con .but .verification a {
    width: 100px;
  }
  .main14 {
    padding: 30px 15px 1px;
  }
  .main14 .main14_con {
    height: initial;
    display: block;
  }
  .main14 .main14_con .left {
    width: 100%;
    border-radius: 6px;
  }
  .main14 .main14_con .left ul li a {
    line-height: 50px;
    font-size: 14px;
    padding-left: 20px;
  }
  .main14 .main14_con .left ul li a::before {
    width: 3px;
    height: 26px;
  }
  .main14 .main14_con .right {
    width: 100%;
    border-radius: 6px;
    padding: 20px 10px;
    margin-top: 20px;
  }
  .main14 .main14_con .right .title {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .main14 .main14_con .right .form ul li {
    margin-bottom: 20px;
  }
  .main14 .main14_con .right .form ul li p {
    width: 70px;
    font-size: 14px;
    margin-right: 20px;
  }
  .main14 .main14_con .right .form ul li input {
    width: calc(100% - 70px);
    height: 40px;
    font-size: 16px;
    padding: 0 15px;
  }
  .main14 .main14_con .right .form ul li .text {
    width: calc(100% - 70px);
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
  }
  .main14 .main14_con .right .cp ul {
    margin: 0 -5px;
  }
  .main14 .main14_con .right .cp ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  footer {
    padding-top: 50px;
  }
  footer .footer_1 {
    padding-bottom: 20px;
  }
  footer .footer_1 .container_box {
    display: block;
    text-align: center;
  }
  footer .footer_1 .container_box .left img {
    width: 200px;
  }
  footer .footer_1 .container_box .right {
    margin-top: 20px;
  }
  footer .footer_1 .container_box .right ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .footer_1 .container_box .right ul li {
    margin: 0 10px;
  }
  footer .footer_1 .container_box .right ul li a {
    font-size: 14px;
  }
  footer .footer_2 {
    padding: 10px 0;
  }
  footer .footer_2 .container_box ul {
    display: block;
  }
  footer .footer_2 .container_box ul li {
    width: 100% !important;
    text-align: center;
    margin: 20px 0;
  }
  footer .footer_2 .container_box ul li .icon {
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  footer .footer_2 .container_box ul li .icon::before {
    font-size: 20px;
  }
  footer .footer_2 .container_box ul li .text1 {
    font-size: 14px;
    margin: 10px 0;
  }
  footer .footer_2 .container_box ul li .text2 {
    font-size: 16px;
  }
  footer .footer_2 .container_box ul li:nth-child(1) .weixin img {
    width: 170px;
    height: 170px;
  }
  footer .footer_2 .container_box ul li:nth-child(1) .weixin p {
    font-size: 14px;
    margin-top: 10px;
  }
  footer .footer_2 .container_box ul li:nth-child(2) {
    padding: 0;
  }
  footer .footer_2 .container_box ul li:nth-child(3) {
    padding-right: 0;
  }
  footer .footer_2 .container_box ul li:nth-child(5) {
    padding-top: 20px;
  }
  footer .footer_2 .container_box ul li:nth-child(5) .icon {
    width: 80px;
    height: 80px;
    background: #c3c3c3 url(../images/icon1.png) no-repeat center center / 41px auto;
  }
  footer .footer_2 .container_box ul li:nth-child(5) .text2 {
    margin-top: 20px;
  }
  footer .footer_3 {
    padding: 20px 0;
  }
  footer .footer_3 .container_box {
    font-size: 16px;
    display: block;
    text-align: center;
  }
  .crumbs {
    height: 50px;
  }
  .crumbs .container_box {
    font-size: 16px;
  }
  .crumbs .container_box i::before {
    font-size: 16px;
    margin: 0 5px;
  }
  .crumbs.crumbs2 {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .main1 .main1_nav .swiper-container .swiper-slide {
    height: 1.66666667rem;
  }
  .main1 .main1_nav .swiper-container .swiper-slide h5 {
    font-size: 0.26666667rem;
    padding: 0 0.16666667rem;
  }
  .news1::before {
    height: 0.05rem;
  }
  .news1 .imgbox {
    width: 4.33333333rem;
    height: 4.75rem;
    padding: 0.33333333rem;
  }
  .news1 .con_box {
    width: calc(100% - 4.33333333rem);
    padding: 0.16666667rem 0.16666667rem 0 0.16666667rem;
  }
  .news1 .con_box .title {
    font-size: 0.5rem;
    padding-left: 0.25rem;
  }
  .news1 .con_box .price {
    font-size: 0.33333333rem;
    margin: 0.16666667rem 0;
    padding-left: 0.25rem;
  }
  .news1 .con_box .describe {
    font-size: 0.3rem;
    line-height: 0.4rem;
    max-height: 0.8rem;
  }
  .news1 .con_box .describe .bt {
    padding-left: 0.25rem;
  }
  .news1 .con_box .describe ul li {
    padding-left: 0.25rem;
  }
  .news1 .con_box .describe ul li::before {
    width: 0.06666667rem;
    height: 0.06666667rem;
    top: 0.16666667rem;
  }
  .news1 .con_box .text {
    font-size: 0.3rem;
    line-height: 0.4rem;
    margin-top: 0.16666667rem;
    padding-left: 0.25rem;
  }
  .news1 .con_box .more {
    line-height: 0.75rem;
    padding: 0 0.33333333rem;
    font-size: 0.23333333rem;
    border-radius: 0.06666667rem;
    margin: 0.16666667rem 0 0 0.25rem;
  }
  .news2 {
    padding: 0 0.33333333rem;
  }
  .news2::before {
    height: 0.06666667rem;
  }
  .news2 .imgbox {
    height: 6.66666667rem;
    padding: 0.16666667rem 0;
  }
  .news5 .imgbox {
    height: 3rem;
  }
  .main10 ul li {
    width: 33.3333%;
  }
  .main11 ul li {
    width: 50%;
  }
  .main14 .main14_con .right .cp ul li {
    width: 50%;
  }
  .main15 .main15_con {
    width: 7.76666667rem;
    border-radius: 0.1rem;
    padding: 0.5rem;
  }
  .main15 .main15_con .title {
    font-size: 0.4rem;
    margin-bottom: 0.5rem;
  }
  .main15 .main15_con ul li {
    height: 0.83333333rem;
    border-radius: 0.06666667rem;
    margin-bottom: 0.25rem;
  }
  .main15 .main15_con ul li input {
    font-size: 0.26666667rem;
    padding: 0 0.33333333rem;
  }
  .main15 .main15_con ul li.tel p {
    width: 1.16666667rem;
  }
  .main15 .main15_con ul li.tel input {
    width: calc(100% - 1.16666667rem);
  }
  .main15 .main15_con ul li.yzm input {
    width: calc(100% - 2rem);
  }
  .main15 .main15_con ul li.yzm a {
    width: 2rem;
    font-size: 0.26666667rem;
  }
  .main15 .main15_con .xy {
    font-size: 0.23333333rem;
  }
  .main15 .main15_con .xy .consent {
    padding-left: 0.41666667rem;
  }
  .main15 .main15_con .xy .consent::before {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 0.06666667rem;
  }
  .main15 .main15_con .xy2 {
    font-size: 0.23333333rem;
  }
  .main15 .main15_con button {
    margin-top: 0.5rem;
    height: 0.83333333rem;
    border-radius: 0.06666667rem;
    font-size: 0.26666667rem;
  }
}
