@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 SC, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #333;
  min-width: 1230px;
  word-wrap: break-word;
  margin: 0;
  padding-top: 90px;
}
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: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
.tr {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.tr2 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.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: #5271c9 !important;
  border-radius: 0;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  opacity: 1 !important;
  width: 2px;
  background: #dcdcdc;
  border-radius: 0;
}
/*分页器*/
.page_div {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_div button {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  color: #666;
  font-size: 13px;
  background-color: #f9f9f9;
  border: 1px solid #dce0e0;
  text-align: center;
  margin: 0 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: top;
}
#firstPage,
#lastPage,
#nextPage,
#prePage {
  width: 50px;
  color: #666;
  border: 1px solid #dce0e0;
  padding: 0;
}
#firstPage:hover,
#lastPage:hover,
#nextPage:hover,
#prePage:hover {
  color: #2c67d3;
  border-color: #2c67d3;
}
#firstPage,
#lastPage,
.totalList,
.totalNum {
  display: none;
}
#nextPage,
#prePage {
  width: 70px;
  padding: 0;
}
.page_div .current {
  background-color: #2c67d3;
  border-color: #2c67d3;
  color: #ffffff;
}
.totalNum,
.totalList {
  line-height: 35px;
}
/* 页面数量 */
.totalPages {
  margin: 0 10px;
}
.totalPages span,
.totalSize span {
  color: #13783f;
  margin: 0 5px;
}
/*button禁用*/
.page_div button:disabled {
  opacity: .5;
  cursor: no-drop;
  color: #666 !important;
  border-color: #dce0e0 !important;
}
.warning_popup {
  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;
}
.warning_popup.active {
  top: 50%;
  opacity: 1;
}
#body-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7000;
  display: none;
}
#body-mask.active {
  display: block;
}
.swiper-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 30px 50px;
  transition: all .3s;
}
.swiper-popup .swiper-container {
  height: 100%;
}
.swiper-popup .but-box .but {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-popup .but-box .but i {
  color: #fff;
  font-size: 40px;
  opacity: .6;
  transition: all .3s;
}
.swiper-popup .but-box .but.but-prev {
  left: 0;
  transform: rotate(90deg);
}
.swiper-popup .but-box .but.but-next {
  right: 0;
  transform: rotate(-90deg);
}
.swiper-popup .but-box .but:focus {
  outline: none;
}
.swiper-popup .but-box .but:hover i {
  opacity: 1;
}
.swiper-popup .swiper-pagination {
  bottom: 10px;
  color: #fff;
  font-size: 14px;
}
.swiper-popup .off {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  cursor: pointer;
}
.swiper-popup .off i {
  font-size: 40px;
  color: #fff;
  transform: rotate(45deg);
  opacity: .6;
  transition: all .3s;
}
.swiper-popup .off:hover i {
  opacity: 1;
}
.swiper-popup.active {
  top: 0;
}
.video_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: -100%;
  left: 0;
  z-index: 8000;
  display: flex;
  justify-content: cener;
  align-items: center;
  transition: all .3s;
}
.video_popup .con_box {
  width: 1200px;
  height: 80%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  position: relative;
}
.video_popup .con_box video {
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
}
.video_popup .con_box video.active {
  display: block;
}
.video_popup .con_box i.colse {
  color: #fff;
  font-size: 40px;
  transform: rotate(45deg);
  position: absolute;
  top: -45px;
  right: -45px;
  cursor: pointer;
  transition: all .3s;
}
.video_popup .con_box i.colse:hover {
  color: #fe738a;
  transform: rotate(315deg);
}
.video_popup.active {
  top: 0;
}
.filtrate {
  margin-top: 50px;
}
.filtrate .filtrate-con {
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1), -2px -2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 1px 30px;
}
.filtrate .filtrate-con dl {
  display: flex;
  margin: 30px 0;
}
.filtrate .filtrate-con dl dt {
  font-size: 20px;
  font-weight: normal;
  font-weight: 400;
  color: #333333;
  line-height: 35px;
  width: 90px;
}
.filtrate .filtrate-con dl dd {
  width: calc(100% - 90px);
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
}
.filtrate .filtrate-con dl dd a {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 35px;
  padding: 0 20px;
  border-radius: 3px;
  transition: all .3s;
}
.filtrate .filtrate-con dl dd a:hover {
  background-color: #F4F4F4;
  color: #418C5D;
}
.filtrate .filtrate-con dl dd a.active {
  background: #418C5D;
  color: #fff;
}
header {
  position: fixed;
  width: 100%;
  min-width: 1230px;
  top: 0;
  left: 0;
  z-index: 6000;
  background-color: #fff;
  transition: all .5s;
  border-bottom: 1px solid #EDEDED;
}
header .con-box {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
header .con-box .logo img {
  width: 228px;
  height: auto;
}
header .con-box nav {
  margin: 0 90px 0 80px;
}
header .con-box nav ul {
  display: flex;
  align-items: center;
}
header .con-box nav ul li {
  margin: 0 20px;
  transition: all .3s;
}
header .con-box nav ul li a {
  display: block;
  color: #333 !important;
  font-size: 20px;
  position: relative;
  transition: all .3s;
}
header .con-box nav ul li a::before {
  content: "";
  width: calc(100% + 10px);
  height: 5px;
  background-color: #418C5D;
  position: absolute;
  left: 50%;
  bottom: -10px;
  border-radius: 5px;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .3s;
}
header .con-box nav ul li a:hover {
  color: #418C5D !important;
}
header .con-box nav ul li a.active {
  color: #418C5D !important;
}
header .con-box nav ul li a.active::before {
  opacity: 1;
}
header .con-box .phone {
  font-size: 26px;
  color: #CC444B;
  line-height: 40px;
  background: url(../images/icon1.png) no-repeat 0 center / 36px auto;
  padding-left: 42px;
  transition: all .3s;
}
header .con-box .make {
  width: 120px;
  line-height: 44px;
  background-color: #CC444B;
  border-radius: 22px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-left: 25px;
  transition: all .3s;
}
header.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
header.active .con-box {
  height: 60px;
}
header.active .con-box .logo img {
  width: 180px;
}
header.active .con-box nav {
  margin: 0 50px 0;
}
header.active .con-box nav ul li {
  margin: 0 10px;
}
header.active .con-box nav ul li a {
  font-size: 16px;
}
header.active .con-box .phone {
  font-size: 20px;
}
header.active .con-box .make {
  width: 100px;
  line-height: 30px;
  font-size: 14px;
}
.banner {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.banner .swiper-pagination {
  width: 100%;
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 1000;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  margin: 0 5px;
  transition: all .3s;
  border: 2px solid #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  border-color: #fff;
}
.banner2 {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.banner2 img {
  width: 100%;
}
.title1 {
  margin: 50px 0 30px;
  text-align: center;
}
.title1 h5 {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}
.title1 p {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin-top: 10px;
  position: relative;
  padding-top: 8px;
}
.title1 p::before {
  content: "";
  width: 32px;
  height: 4px;
  background-color: #418C5D;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.more1 {
  display: block;
  width: max-content;
  line-height: 37px;
  background: #418C5D;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #fff !important;
  transition: all .3s;
  padding: 0 20px;
}
.more1:hover {
  background-color: #176735;
}
.more2 {
  display: block;
  width: max-content;
  font-size: 18px;
  font-weight: 400;
  color: #418C5D !important;
  line-height: 41px;
  text-align: center;
  padding: 0 30px;
  border: 1px solid #418C5D;
  border-radius: 8px;
  margin: 0 auto;
  transition: all .3s;
}
.more2:hover {
  background-color: #418C5D;
  color: #fff !important;
}
.video1 {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: 328px;
}
.video1 img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.video1::before {
  content: "";
  width: 48px;
  height: 48px;
  background: url(../images/icon2.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.video1:hover img {
  transform: scale(1.1);
}
.nav1 {
  display: flex;
  justify-content: center;
}
.nav1 a {
  display: block;
  width: max-content;
  padding: 0 30px;
  font-size: 18px;
  color: #999;
  border: 1px solid #D1D1D1;
  line-height: 48px;
  border-radius: 48px;
  margin: 0 20px;
  transition: all .3s;
}
.nav1 a:hover {
  background: #F8F8F8;
  color: #418C5D;
}
.nav1 a.active {
  background: #418C5D;
  border-color: #418C5D;
  color: #fff;
}
.nav2 {
  color: #333;
  font-size: 16px;
  padding: 10px 0;
  overflow: hidden;
}
.nav2 a {
  color: #333;
  transition: all .3s;
}
.nav2 a:hover {
  color: #418C5D;
}
.news1 {
  display: block;
  padding: 10px 10px 0;
  background: #fff;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.06), -2px -2px 4px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
.news1 .imgbox {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  height: 300px;
}
.news1 .imgbox img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.news1 .imgbox h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 0 20px;
}
.news1 .text-box {
  padding: 15px 0;
  text-align: center;
}
.news1 .text-box h5 {
  font-size: 18px;
  color: #333;
  line-height: 1;
}
.news1 .text-box p {
  color: #666;
  line-height: 1;
  font-size: 14px;
  margin: 10px 0;
}
.news1 .text-box .price {
  font-size: 20px;
  font-weight: bold;
  color: #CC444B;
  line-height: 1;
}
.news1 .text-box .price span {
  font-size: 14px;
  font-weight: normal;
  color: #888;
}
.news1:hover .imgbox img {
  transform: scale(1.1);
}
.news2 {
  display: block;
}
.news2 .imgbox {
  padding: 10px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.07), -2px -2px 4px 0 rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}
.news2 .imgbox .imgbox2 {
  overflow: hidden;
  height: 337px;
}
.news2 .imgbox .imgbox2 img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.news2 .text-box {
  margin-top: 20px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.07), -2px -2px 4px 0 rgba(0, 0, 0, 0.07);
  padding: 21px 30px;
}
.news2 .text-box h5 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  text-align: center;
  transition: all .3s;
}
.news2 .text-box .text {
  font-size: 16px;
  font-weight: 400;
  color: #999;
  line-height: 28px;
  height: 84px;
  margin-top: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news2:hover .imgbox simg {
  transform: scale(1.1);
}
.news2:hover .text-box h5 {
  color: #418C5D;
}
.news3 {
  display: block;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.07), -2px -2px 4px 0 rgba(0, 0, 0, 0.07);
  padding: 16px 20px;
  border-radius: 5px;
  transition: all .3s;
  border-bottom: 2px solid transparent;
}
.news3 h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #333333;
}
.news3 .text {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 28px;
  height: 56px;
  letter-spacing: 1px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 15px 0 20px;
}
.news3 .more {
  font-size: 16px;
  font-weight: 400;
  color: #B9B9B9;
  background: url(../images/icon4.png) no-repeat 0 center / 16px auto, url(../images/icon5.png) no-repeat right center / 28px auto;
  padding-left: 20px;
}
.news3:hover {
  border-bottom-color: #418C5D;
}
.news3:hover h5 {
  color: #418C5D;
}
.news3:hover .more {
  background: url(../images/icon4.png) no-repeat 0 center / 16px auto, url(../images/icon5_h.png) no-repeat right center / 28px auto;
}
.news4 {
  display: block;
  position: relative;
  padding-bottom: 10px;
}
.news4::before,
.news4::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.06), -2px -2px 4px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  transition: .4s;
}
.news4::after {
  height: calc(100% - 5px);
  bottom: 5px;
  z-index: 2;
}
.news4 .con {
  background-color: #fff;
  padding: 10px 10px 0;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.06), -2px -2px 4px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 10;
  border-radius: 5px;
}
.news4 .con .imgbox {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  height: 180px;
}
.news4 .con .imgbox img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.news4 .con .imgbox::before {
  content: "";
  width: 48px;
  height: 48px;
  background: url(../images/icon2.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.news4 .con h5 {
  line-height: 45px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
.news4:hover::before {
  transform: rotate(3deg) translateX(12px);
  transition: 0.25s;
}
.news4:hover::after {
  transform: rotate(1.5deg) translateX(6px);
  transition: 0.25s;
}
.news4:hover .con .imgbox img {
  transform: scale(1.1);
}
.news4.news4-2 .con .imgbox::before {
  display: none;
}
.news5 {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.news5 .imgbox {
  overflow: hidden;
  position: relative;
  height: 224px;
}
.news5 .imgbox img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.news5 .imgbox h5 {
  line-height: 45px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.news5 .text-box {
  padding: 10px;
  background: #F3F3F3;
}
.news5 .text-box .text {
  font-size: 14px;
  font-weight: 400;
  color: #4B4B4B;
  line-height: 24px;
  height: 48px;
  overflow: auto;
}
.news5:hover .imgbox img {
  transform: scale(1.1);
}
.news6 {
  display: block;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.07), -3px -3px 4px 0 rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  overflow: hidden;
}
.news6 .imgbox {
  overflow: hidden;
  height: 188px;
}
.news6 .imgbox img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.news6 .text-box {
  padding: 15px;
  background-color: #fff;
}
.news6 .text-box .text {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 25px;
  height: 50px;
  overflow: auto;
  text-align: center;
}
.news6:hover .imgbox img {
  transform: scale(1.1);
}
.news7 {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.07), -2px -2px 4px 0 rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 20px 66px 20px 30px;
  background-image: url(../images/icon5_h.png);
  background-repeat: no-repeat;
  background-position: right 20px bottom 15px;
  background-size: 28px auto;
  border-bottom: 2px solid transparent;
  transition: all .3s;
}
.news7 .text-box {
  width: calc(100% - 193px);
  padding-right: 15px;
}
.news7 .text-box h5 {
  font-size: 20px;
  font-weight: 500;
  color: #666666;
  line-height: 1;
}
.news7 .text-box .text {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin: 20px 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news7 .text-box .time {
  font-size: 16px;
  font-weight: 400;
  color: #B9B9B9;
  background: url(../images/icon4.png) no-repeat 0 center / 16px auto;
  padding-left: 20px;
  line-height: 20px;
}
.news7 .imgbox {
  width: 193px;
  height: 148px;
  border-radius: 5px;
  overflow: hidden;
}
.news7 .imgbox img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.news7:hover {
  border-bottom-color: #418C5D;
}
.news7:hover .text-box h5 {
  color: #418C5D;
}
.news7:hover .imgbox img {
  transform: scale(1.1);
}
.news8 ul {
  position: relative;
}
.news8 ul::before {
  content: "";
  width: 1px;
  height: calc(100% - 40px);
  background-color: #E1E1E1;
  position: absolute;
  top: 20px;
  left: 4px;
}
.news8 ul li a {
  display: block;
  padding: 20px 0;
  border-bottom: 1px dashed #E1E1E1;
}
.news8 ul li a h5 {
  font-size: 16px;
  font-weight: 400;
  color: #484848;
  line-height: 1;
  transition: all .3s;
  position: relative;
  padding-left: 20px;
}
.news8 ul li a h5::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid #888888;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.news8 ul li a .text {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  line-height: 1;
  margin-top: 15px;
  padding-left: 20px;
}
.news8 ul li a .text span {
  margin-left: 15px;
}
.news8 ul li a:hover h5 {
  color: #418C5D;
}
.news8 ul li:last-child a {
  border: none;
}
.ad {
  display: block;
  margin-top: 50px;
}
.ad img {
  width: 100%;
}
.ad.ad-3 {
  margin-bottom: 50px;
}
.ad.ad-4 {
  margin-top: 40px;
}
.ad.ad-5 {
  margin-top: 25px;
}
.main1 {
  background-color: #EEF7F6;
  padding: 1px 0 50px;
}
.main1 .main1-con {
  display: flex;
}
.main1 .main1-con .left {
  width: 670px;
  padding-right: 50px;
}
.main1 .main1-con .left .title {
  font-size: 28px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  color: #333;
  line-height: 33px;
}
.main1 .main1-con .left .text {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 29px;
  margin: 20px 0;
  text-align: justify;
}
.main1 .main1-con .right {
  width: calc(100% - 670px);
}
.main1.main1-2 {
  background: none;
}
.main1.main1-2 .more2 {
  margin: 0;
}
.main2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.main2 ul li {
  width: 25%;
  padding: 0 6px;
  margin-bottom: 20px;
}
.main2 .more2 {
  margin-top: 20px;
}
.main2.main2-2 .title1 {
  margin-bottom: 0;
}
.main2.main2-2 .more2-box {
  display: flex;
  justify-content: flex-end;
}
.main2.main2-2 .more2-box .more2 {
  margin: 0 0 30px;
}
.main2.main2-2 .swiper-container {
  padding: 10px;
  margin: 0 -10px;
}
.main3 .main3-con {
  position: relative;
}
.main3 .main3-con .swiper-slide {
  height: 530px;
  transition: all .5s;
}
.main3 .main3-con .swiper-slide .imgbox {
  height: 100%;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  transition: all .5s;
}
.main3 .main3-con .swiper-slide .imgbox .img {
  height: 100%;
  transition: all .5s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main3 .main3-con .swiper-slide .imgbox .text-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #418C5D;
  padding: 20px;
}
.main3 .main3-con .swiper-slide .imgbox .text-box h5 {
  font-size: 26px;
  line-height: 1;
  color: #fff;
}
.main3 .main3-con .swiper-slide .imgbox .text-box .text {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  margin-top: 15px;
}
.main3 .main3-con .swiper-slide .imgbox .text-box::before {
  content: "";
  width: 54px;
  height: 100%;
  background: url(../images/icon7.png) no-repeat center center / contain;
  position: absolute;
  top: 0;
  right: 20px;
}
.main3 .main3-con .swiper-slide.swiper-slide-active,
.main3 .main3-con .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  padding-top: 96px;
}
.main3 .main3-con .swiper-slide.swiper-slide-active .imgbox,
.main3 .main3-con .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .imgbox {
  width: 333px;
}
.main3 .main3-con .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .imgbox {
  position: absolute;
  right: 0;
  bottom: 0;
  height: calc(100% - 96px);
}
.main3 .main3-con .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide .imgbox {
  width: 380px;
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
}
.main3 .main3-con .swiper-slide.swiper-slide-active + .swiper-slide,
.main3 .main3-con .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
  padding-top: 48px;
}
.main3 .main3-con .swiper-slide.swiper-slide-active + .swiper-slide .imgbox,
.main3 .main3-con .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .imgbox {
  width: 370px;
  z-index: 600;
}
.main3 .main3-con .swiper-slide.swiper-slide-active + .swiper-slide {
  transform: translateX(-30px);
}
.main3 .main3-con .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .imgbox {
  position: absolute;
  right: -30px;
  bottom: 0;
  height: calc(100% - 48px);
}
.main3 .main3-con .but {
  width: 45px;
  height: 79px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 177px;
  z-index: 3000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px auto;
}
.main3 .main3-con .but.but-prev {
  left: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-image: url(../images/left.png);
}
.main3 .main3-con .but.but-next {
  right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: url(../images/right.png);
}
.main3 .more2 {
  margin-top: 40px;
}
.main4 .main4-con {
  display: flex;
  flex-wrap: wrap;
}
.main4 .main4-con .item {
  width: 50%;
  display: flex;
}
.main4 .main4-con .item .imgbox {
  width: 50%;
  height: 215px;
  overflow: hidden;
}
.main4 .main4-con .item .imgbox img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.main4 .main4-con .item .imgbox:hover img {
  transform: scale(1.1);
}
.main4 .main4-con .item .text-box {
  width: 50%;
  padding-left: 10px;
  padding-top: 10px;
}
.main4 .main4-con .item .text-box .title {
  font-size: 24px;
  color: #418C5D;
  line-height: 1;
  position: relative;
  padding-left: 20px;
}
.main4 .main4-con .item .text-box .title::before {
  content: "";
  width: 5px;
  height: 24px;
  background-color: #418C5D;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main4 .main4-con .item .text-box ul {
  margin-top: 20px;
}
.main4 .main4-con .item .text-box ul li {
  font-size: 18px;
  line-height: 37px;
  color: #666;
  position: relative;
  padding-left: 20px;
}
.main4 .main4-con .item .text-box ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #666;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main4 .main4-con .item:nth-child(2) ~ .item {
  flex-direction: row-reverse;
}
.main5 {
  background: #EEF7F6;
  padding: 1px 0 100px;
  margin-top: 50px;
  overflow: hidden;
}
.main5 ul {
  display: flex;
  position: relative;
}
.main5 ul::before {
  content: "";
  width: calc(100% + 100px);
  height: 3px;
  background-color: #EAEAEC;
  position: absolute;
  top: 136px;
  left: 50%;
  transform: translateX(-50%);
}
.main5 ul li {
  width: 16.6666%;
  text-align: center;
  padding: 0 10px;
}
.main5 ul li .icon {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main5 ul li .icon img {
  max-height: 100%;
}
.main5 ul li .title {
  font-size: 22px;
  line-height: 1;
  color: #333;
  margin: 20px 0 60px;
  position: relative;
}
.main5 ul li .title::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 3px solid #C8C8CB;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.main5 ul li .text {
  font-size: 16px;
  line-height: 25px;
  height: 50px;
  color: #666;
}
.main5 ul li p {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  color: #418C5D;
  margin-top: 20px;
}
.main5.main5-2 {
  margin-top: 30px;
}
.main6 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.main6 .main6-con {
  display: flex;
  margin-top: 40px;
}
.main6 .main6-con .left {
  width: 586px;
}
.main6 .main6-con .right {
  width: calc(100% - 586px);
  padding-left: 25px;
}
.main6 .main6-con .right .news3 {
  margin-bottom: 20px;
}
.main6 .main6-con .right .news3:last-child {
  margin-bottom: 0;
}
.main6 .more2 {
  margin-top: 40px;
}
.main7 {
  background: #FFFFFF;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.04), -3px -3px 4px 0 rgba(0, 0, 0, 0.04);
  padding: 20px;
  border-radius: 5px;
  display: flex;
}
.main7 .left {
  width: 483px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 536px;
}
.main7 .left .imgbox {
  height: 100%;
}
.main7 .left .imgbox .img {
  height: 100%;
  position: relative;
  display: none;
}
.main7 .left .imgbox .img img {
  width: 100%;
  height: 100%;
}
.main7 .left .imgbox .img.video {
  cursor: pointer;
}
.main7 .left .imgbox .img.video::before {
  content: "";
  width: 48px;
  height: 48px;
  background: url(../images/icon2.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.main7 .left .imgbox .img.active {
  display: block;
}
.main7 .left h5 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #F88C39;
  padding: 10px;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.main7 .left ul {
  border-radius: 50px;
  position: absolute;
  bottom: 60px;
  left: 25px;
  display: flex;
}
.main7 .left ul li {
  width: 47px;
  line-height: 22px;
  font-size: 14px;
  color: #333;
  border-radius: 22px;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
  background-color: #fff;
  margin-right: 10px;
}
.main7 .left ul li.active {
  background-color: #F88C39;
  color: #fff;
}
.main7 .right {
  width: calc(100% - 483px);
  padding-left: 25px;
}
.main7 .right .top {
  padding-bottom: 20px;
  border-bottom: 1px solid #F0F0F0;
}
.main7 .right .top .title {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 500;
  color: #333333;
}
.main7 .right .top .text {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
}
.main7 .right .top .text b {
  font-weight: normal;
  font-size: 12px;
  margin-left: 10px;
}
.main7 .right .top .text b span {
  font-size: 30px;
  font-weight: bold;
  color: #CC444B;
}
.main7 .right .bottom .con-1 {
  display: flex;
  margin: 20px 0;
}
.main7 .right .bottom .con-1 ul {
  width: 360px;
  display: flex;
  flex-wrap: wrap;
}
.main7 .right .bottom .con-1 ul li {
  font-size: 18px;
  font-weight: 500;
  color: #3C3C3C;
  width: 50%;
}
.main7 .right .bottom .con-1 ul li span {
  color: #8A8A8A;
  margin-right: 10px;
}
.main7 .right .bottom .con-1 ul li:nth-child(even) {
  padding-left: 30px;
}
.main7 .right .bottom .con-1 .weixin {
  width: calc(100% - 360px);
  display: flex;
  justify-content: flex-end;
}
.main7 .right .bottom .con-1 .weixin .img {
  width: 86px;
  height: 86px;
  background-color: #eee;
  margin: 0 auto;
}
.main7 .right .bottom .con-1 .weixin p {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin-top: 10px;
  text-align: center;
}
.main7 .right .bottom .con-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.main7 .right .bottom .con-2 .more {
  width: 360px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main7 .right .bottom .con-2 .more a {
  line-height: 46px;
  background: #418C5D;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0 40px;
  border-radius: 4px;
  transition: all .3s;
}
.main7 .right .bottom .con-2 .more a:nth-child(2) {
  background: #F88C39;
}
.main7 .right .bottom .con-2 .more a:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.main7 .right .bottom .con-2 .phone h5 {
  font-size: 22px;
  font-weight: 600;
  color: #C00005;
  line-height: 46px;
  background: url(../images/icon6.png) no-repeat 0 center / 46px auto;
  padding-left: 60px;
}
.main7 .right .bottom .con-2 .phone p {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-top: 10px;
  padding-left: 20px;
}
.main7 .right .bottom .con-3 {
  background-color: #F8F8F8;
  padding: 15px;
}
.main7 .right .bottom .con-3 dl {
  display: flex;
  margin-bottom: 10px;
}
.main7 .right .bottom .con-3 dl dt {
  width: 44px;
  line-height: 23px;
  font-size: 14px;
  color: #fff;
  background-color: #F88C39;
  border-radius: 3px;
  font-weight: normal;
  text-align: center;
}
.main7 .right .bottom .con-3 dl dd {
  width: calc(100% - 44px);
  font-size: 16px;
  color: #333;
  line-height: 23px;
  font-weight: 400;
  padding-left: 11px;
}
.main7 .right .bottom .con-3 dl dd b {
  font-size: 18px;
  font-weight: 500;
  margin-right: 5px;
}
.main7 .right .bottom .con-3 dl dd a {
  color: #B03627;
  margin-left: 5px;
}
.main7 .right .bottom .con-3 dl:nth-child(2) dt {
  background-color: #5FBE88;
}
.main7 .right .bottom .con-3 dl:nth-child(3) dt {
  background-color: #D4BA82;
}
.main8 {
  background-color: #fff;
  border-radius: 5px;
  padding: 1px 30px 30px;
  margin: 40px 0 50px;
}
.main8 .title1 p::before {
  background-color: #418C5D;
}
.main8 .imgbox {
  overflow: hidden;
  position: relative;
  height: 840px;
}
.main8 .imgbox img {
  width: 100%;
  height: 100%;
}
.main8 .imgbox h5 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 49%, rgba(255, 255, 255, 0) 100%);
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  padding: 10px;
  line-height: 1.5;
}
.main8 .more2 {
  background: linear-gradient(311deg, #f88c39 0%, #fdb177 100%);
  border: none;
  color: #fff !important;
  margin-top: 30px;
}
.main8 .more2:hover {
  color: #333 !important;
}
.mxjg-box {
  background-color: #f8f8f8;
  padding: 1px 0 30px;
}
.main9 ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.main9 ul li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 25px;
}
.main9.main9-2 {
  padding-bottom: 25px;
}
.main10 .main10-con-1 {
  overflow: hidden;
}
.main10 .main10-con-1 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.main10 .main10-con-1 ul li {
  width: 25%;
  padding: 0 10px;
}
.main10 .main10-con-2 {
  margin-top: 25px;
  text-align: center;
}
.main10 .main10-con-2 h5 {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}
.main10 .main10-con-2 h6 {
  font-size: 26px;
  font-weight: 400;
  color: #BE281A;
  margin: 20px 0;
}
.main10 .main10-con-2 ul {
  display: flex;
  justify-content: center;
}
.main10 .main10-con-2 ul li {
  margin: 0 10px;
}
.main10 .main10-con-2 ul li a {
  display: block;
  width: 161px;
  line-height: 46px;
  background: #F88C39;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  transition: all .3s;
}
.main10 .main10-con-2 ul li a:hover {
  background-color: #c0621a;
}
.main11 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.main11 ul li {
  width: 25%;
  padding: 0 10px;
}
.main12 .main12-con {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.main12 .main12-con .item {
  background: #FFFFFF;
  border-radius: 8px;
  padding-left: 60px;
  display: flex;
  margin-bottom: 66px;
  box-shadow: 23px 16px 0 #418C5D;
  position: relative;
}
.main12 .main12-con .item::before {
  content: "";
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.07), -2px -2px 4px 0 rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
}
.main12 .main12-con .item .img {
  width: 117px;
  height: 163px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.main12 .main12-con .item .img img {
  width: 184px;
  height: auto;
}
.main12 .main12-con .item .right {
  padding: 0 130px 0 80px;
  width: calc(100% - 117px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.main12 .main12-con .item .right .title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  max-width: max-content;
  position: relative;
}
.main12 .main12-con .item .right .title::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #418C5D;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
.main12 .main12-con .item .right ul {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.main12 .main12-con .item .right ul li {
  text-align: center;
}
.main12 .main12-con .item .right ul li h5 {
  font-size: 24px;
  font-weight: 400;
  color: #418C5D;
}
.main12 .main12-con .item .right ul li p {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-top: 10px;
}
.main12 .main12-con .item2 {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main12 .main12-con .item2 .con-box {
  background: #F8F8F8;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.06), -2px -2px 4px 0px rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  padding: 15px 20px 0 50px;
  display: flex;
  position: relative;
}
.main12 .main12-con .item2 .con-box .imgbox {
  width: 149px;
  height: 234px;
  display: flex;
  align-items: flex-end;
}
.main12 .main12-con .item2 .con-box .imgbox img {
  width: 100%;
  height: auto;
}
.main12 .main12-con .item2 .con-box .con {
  width: calc(100% - 149px);
  padding-left: 50px;
}
.main12 .main12-con .item2 .con-box .con .title {
  margin: 10px 0 30px;
}
.main12 .main12-con .item2 .con-box .con .title h5 {
  display: flex;
  align-items: center;
}
.main12 .main12-con .item2 .con-box .con .title h5 b {
  font-size: 22px;
  font-weight: normal;
  color: #333333;
}
.main12 .main12-con .item2 .con-box .con .title h5 span {
  font-size: 12px;
  line-height: 23px;
  color: #fff;
  background: #C7973D;
  border-radius: 20px;
  padding: 0 10px;
  margin-left: 10px;
}
.main12 .main12-con .item2 .con-box .con .title p {
  color: #333;
  font-size: 14px;
  margin-top: 10px;
}
.main12 .main12-con .item2 .con-box .con ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.main12 .main12-con .item2 .con-box .con ul li h5 {
  font-size: 22px;
  color: #333;
}
.main12 .main12-con .item2 .con-box .con ul li p {
  font-size: 12px;
  color: #6C6C6C;
  margin-top: 10px;
}
.main12 .main12-con .item2 .con-box .con ul li p span {
  color: #C00005;
}
.main12 .main12-con .item2 .con-box .con .more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 155px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(92deg, #5cb983 0%, #479867 100%);
  border-radius: 5px;
  margin: 20px auto 0;
  transition: all .3s;
}
.main12 .main12-con .item2 .con-box .con .more img {
  width: 20px;
  margin-right: 5px;
}
.main12 .main12-con .item2 .con-box .con .more:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.main12 .main12-con .item2 .con-box .time {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 40px;
  height: 43px;
  background: #909090;
  border-top-left-radius: 7px;
  border-bottom-right-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 12px;
}
.main13 {
  padding-top: 1px;
  padding-bottom: 50px;
}
.main13 .title1 {
  margin-top: 30px;
}
.main13 ul {
  display: flex;
  margin: 0 -15px;
}
.main13 ul li {
  width: 33.33333%;
  padding: 0 15px;
}
.main13 ul li img {
  width: 100%;
}
.main13 .more {
  display: block;
  width: 306px;
  line-height: 50px;
  background: #418C5D;
  border-radius: 41px;
  margin: 35px auto 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.main13 .more:hover {
  background-color: #127b39;
}
.lyzx {
  background-color: #EEF7F6;
  padding: 50px 0;
}
.lyzx .lyzx-con {
  display: flex;
}
.lyzx .lyzx-con .left {
  width: calc(100% - 282px);
  padding-right: 15px;
}
.lyzx .lyzx-con .left .news7 {
  margin-bottom: 13px;
}
.lyzx .lyzx-con .left .news7:last-child {
  margin-bottom: 0;
}
.lyzx .lyzx-con .right {
  width: 282px;
}
.lyzx .lyzx-con .right .ad {
  margin-top: 15px;
}
.main14 {
  padding: 15px 15px 0;
  background-color: #fff;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.07), -2px -2px 4px 0 rgba(0, 0, 0, 0.07);
}
.main14 .title {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
  padding-left: 10px;
}
.main14 .title::before {
  content: "";
  width: 3px;
  height: 18px;
  background: #418C5D;
  border-radius: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main15 {
  background: #EEF7F6;
  padding: 1px 0 50px;
}
.main15 .main15-con {
  display: flex;
  justify-content: space-between;
}
.main15 .main15-con .left {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 35px;
}
.main15 .main15-con .left span {
  color: #C00005;
  text-decoration: underline;
}
.main15 .main15-con .right .imgbox {
  text-align: center;
}
.main15 .main15-con .right .imgbox img {
  width: 95px;
  height: 95px;
}
.main15 .main15-con .right .imgbox p {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin-top: 10px;
}
.main15 .map-box {
  position: relative;
  margin-top: 50px;
  background-color: #fff;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.07), -2px -2px 4px 0 rgba(0, 0, 0, 0.07);
  padding: 10px;
}
.main15 .map-box .map {
  height: 575px;
}
.main15 .map-box .address {
  width: 303px;
  background-color: #fff;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.07), -2px -2px 4px 0 rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  padding: 30px;
  position: absolute;
  top: 70px;
  left: 70px;
}
.main15 .map-box .address ul li {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  line-height: 1.5;
}
.main15 .map-box .address ul li:last-child {
  border-bottom: none;
}
.main15 .map-box .address .bottom {
  background: #F88C39;
  padding: 20px 10px;
  color: #fff;
  text-align: center;
}
.main15 .map-box .address .bottom h5 {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}
.main15 .map-box .address .bottom .phone {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 20px;
}
.main16 {
  background-color: #EEF7F6;
  padding: 50px 0;
}
.main17 {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  display: flex;
}
.main17 .img {
  width: 449px;
  height: 310px;
  overflow: hidden;
  border-radius: 10px;
}
.main17 .img img {
  width: 100%;
  height: 100%;
}
.main17 .text {
  width: calc(100% - 449px);
  padding-left: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #5A5A5A;
}
.main18 {
  display: flex;
  margin-top: 30px;
}
.main18 .left {
  width: calc(100% - 282px);
  padding-right: 15px;
}
.main18 .right {
  width: 282px;
}
.main19 {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
}
.main19 .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
.main19 .map {
  height: 275px;
}
.main19 .text-box {
  border-bottom: 1px solid #EDEDED;
  padding: 20px 0 10px;
}
.main19 .text-box h5 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.main19 .text-box .text {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-top: 10px;
}
.main19 .phone {
  margin-top: 12px;
}
.main19 .phone h5 {
  font-size: 18px;
  font-weight: bold;
  color: #666666;
}
.main19 .phone .text {
  font-size: 22px;
  font-weight: bold;
  color: #F88C39;
  margin-top: 10px;
}
.main20 {
  padding: 30px;
  background-color: #fff;
}
.main20 .title {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.main20 .title h5 {
  font-size: 34px;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  position: relative;
}
.main20 .title h5::before,
.main20 .title h5::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #999;
  position: absolute;
  top: 50%;
}
.main20 .title h5::before {
  right: 100%;
  transform: translateX(-10px);
}
.main20 .title h5::after {
  left: 100%;
  transform: translateX(10px);
}
.main20 .con {
  font-size: 18px;
  font-weight: 400;
  color: #5A5A5A;
  line-height: 1.8;
}
.main20 .con img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.main20 .con .bt {
  text-align: center;
}
.main21 {
  padding: 50px 0;
  display: flex;
}
.main21 .left {
  width: calc(100% - 282px);
  padding-right: 15px;
}
.main21 .right {
  width: 282px;
}
.main21 .right .ad {
  margin-bottom: 15px;
}
.main22 .title {
  font-size: 36px;
  font-weight: 500;
  color: #333333;
  line-height: 1.5;
}
.main22 .more {
  margin: 20px 0;
}
.main22 .more ul {
  display: flex;
}
.main22 .more ul li {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: 0 center;
  padding-left: 20px;
  margin-right: 25px;
}
.main22 .text1 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}
.main22 .text1::before {
  content: "";
  width: 3px;
  height: 70%;
  max-height: 37px;
  background-color: #418C5D;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main22 .con {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #ECECEC;
}
.main22 .con img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.main22 .con .bt {
  text-align: center;
  font-size: 15px;
  color: #666;
}
.main22 .ad {
  margin-top: 30px;
}
.main22 .paging {
  margin-top: 50px;
}
.main22 .paging ul {
  display: flex;
}
.main22 .paging ul li {
  width: 50%;
  display: flex;
}
.main22 .paging ul li a {
  max-width: 100%;
}
.main22 .paging ul li a p {
  font-size: 16px;
  font-weight: 500;
  color: #A6A6A6;
  line-height: 1;
  transition: all .3s;
}
.main22 .paging ul li a h5 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-top: 20px;
  line-height: 1;
  transition: all .3s;
}
.main22 .paging ul li a:hover p,
.main22 .paging ul li a:hover h5 {
  color: #418C5D;
}
.main22 .paging ul li:last-child {
  justify-content: right;
  text-align: right;
}
footer {
  background: #272727;
}
footer .links {
  display: none;
}
footer .links dl {
  display: flex;
  align-items: flex-start;
}
footer .links dl dt {
  width: 140px;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 30px;
  background: url(../images/icon10.png) no-repeat 0 center / 22px auto;
  padding-left: 30px;
}
footer .links dl dd {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 140px);
}
footer .links dl dd a {
  font-size: 16px;
  font-weight: 500;
  color: #C7C7C7;
  line-height: 30px;
  margin-right: 20px;
  transition: all .3s;
}
footer .links dl dd a:hover {
  color: #fff;
}
footer .top {
  padding: 50px 0;
}
footer .top ul {
  display: flex;
}
footer .top ul li {
  width: 20%;
  display: flex;
  justify-content: center;
  border-right: 1px dotted #354D5C;
}
footer .top ul li dl dt {
  margin-bottom: 20px;
}
footer .top ul li dl dt a {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
}
footer .top ul li dl dd a {
  font-size: 16px;
  font-weight: 500;
  color: #999;
  line-height: 30px;
  transition: all .3s;
}
footer .top ul li dl dd a:hover {
  color: #fff;
}
footer .top ul li .img {
  width: 132px;
  height: 132px;
  background-color: #fff;
  margin: 0 auto;
}
footer .top ul li .img img {
  width: 100%;
  height: auto;
}
footer .top ul li .text {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}
footer .top ul li:first-child {
  justify-content: flex-start;
}
footer .top ul li:last-child {
  justify-content: flex-end;
  border: none;
}
footer .bottom {
  text-align: center;
  color: #999;
  line-height: 1.8;
  padding: 30px 0;
  border-top: 1px solid #4F6372;
}
footer .bottom a {
  color: #999;
  transition: all .3s;
}
footer .bottom a:hover {
  color: #fff;
}
footer .footer-1 {
  padding: 50px 0;
}
footer .footer-1 .container-box {
  display: flex;
}
footer .footer-1 .container-box .item .bt {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 20px;
  position: relative;
  padding-left: 10px;
}
footer .footer-1 .container-box .item .bt::before {
  content: "";
  width: 5px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
footer .footer-1 .container-box .item:nth-child(1) {
  width: 300px;
}
footer .footer-1 .container-box .item:nth-child(1) .title h5 {
  font-size: 28px;
  color: #fff;
  line-height: 1;
}
footer .footer-1 .container-box .item:nth-child(1) .title p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  margin-top: 20px;
  letter-spacing: 10px;
}
footer .footer-1 .container-box .item:nth-child(1) .phone {
  font-size: 28px;
  color: #9A9A9A;
  background: url(../images/icon15.png) no-repeat 0 center / 24px auto;
  padding-left: 34px;
  margin: 30px 0 20px;
}
footer .footer-1 .container-box .item:nth-child(1) ul {
  display: flex;
}
footer .footer-1 .container-box .item:nth-child(1) ul li {
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}
footer .footer-1 .container-box .item:nth-child(1) ul li img {
  width: 32px;
  height: auto;
}
footer .footer-1 .container-box .item:nth-child(1) ul li .qrcode {
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -10px);
  display: none;
}
footer .footer-1 .container-box .item:nth-child(1) ul li:hover .qrcode {
  display: block;
}
footer .footer-1 .container-box .item:nth-child(2) {
  width: 260px;
}
footer .footer-1 .container-box .item:nth-child(2) ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-1 .container-box .item:nth-child(2) ul li {
  width: 50%;
}
footer .footer-1 .container-box .item:nth-child(2) ul li a {
  font-size: 16px;
  color: #AEAEAE;
  line-height: 35px;
  transition: all .3s;
}
footer .footer-1 .container-box .item:nth-child(2) ul li a:hover {
  color: #fff;
}
footer .footer-1 .container-box .item:nth-child(3) {
  width: calc(100% - 740px);
}
footer .footer-1 .container-box .item:nth-child(3) .text {
  font-size: 16px;
  color: #AEAEAE;
  line-height: 30px;
}
footer .footer-1 .container-box .item:nth-child(4) {
  width: 180px;
  display: flex;
  justify-content: flex-end;
}
footer .footer-1 .container-box .item:nth-child(4) .imgbox {
  text-align: center;
}
footer .footer-1 .container-box .item:nth-child(4) .imgbox img {
  width: 108px;
  height: auto;
}
footer .footer-1 .container-box .item:nth-child(4) .imgbox p {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
footer .footer-2 {
  color: #999;
  font-size: 16px;
  background-color: #242424;
  padding: 30px 0;
  text-align: center;
  line-height: 1.8;
}
footer .footer-2 a {
  color: #adadad;
  transition: all .3s;
  margin: 0 5px;
}
footer .footer-2 a:hover {
  color: #fff;
}
footer.active {
  padding-top: 30px;
}
footer.active .links {
  display: block;
}
footer.active .footer-1 {
  padding-top: 30px;
}
.image_switcher {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 6000;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 65px;
  transform: scale(0);
  transition: all .3s;
  opacity: 0;
}
.image_switcher .off {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100;
  background: url(../images/icon11.png) no-repeat center center / contain;
  cursor: pointer;
}
.image_switcher .con-box {
  position: relative;
  width: 1029px;
  height: 686px;
}
.image_switcher .con-box .swiper-container {
  height: 100%;
  box-sizing: border-box;
}
.image_switcher .con-box .swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.image_switcher .con-box .swiper-container .swiper-slide img {
  width: 100%;
  max-height: 100%;
}
.image_switcher .con-box .swiper-container .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.image_switcher .con-box .but-box .but {
  width: 55px;
  height: 74px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
}
.image_switcher .con-box .but-box .but.but-prev {
  background-image: url(../images/left2.png);
  left: -140px;
}
.image_switcher .con-box .but-box .but.but-next {
  background-image: url(../images/right2.png);
  right: -140px;
}
.image_switcher .con-box .but-box .but:focus {
  outline: none;
}
.image_switcher .con-box .bottom-text {
  width: 800px;
  line-height: 45px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
}
.image_switcher .con-box .title {
  font-size: 24px;
  font-weight: 500;
  color: #418C5D;
  width: max-content;
  min-width: 230px;
  line-height: 50px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  padding: 0 20px;
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
}
.image_switcher.active {
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 1500px) {
  header .con-box .logo img {
    width: 180px;
  }
  header .con-box nav {
    margin: 0 50px 0;
  }
  header .con-box nav ul li {
    margin: 0 10px;
  }
  header .con-box nav ul li a {
    font-size: 18px;
  }
  header .con-box .phone {
    font-size: 25px;
  }
}
@media (max-width: 1360px) {
  .video_popup .con_box {
    width: 80%;
    height: 80%;
  }
}
