@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: #333;
  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: 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;
}
.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;
}
.nav7 {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9000;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0 15px 30px 15px;
  transition: all .3s;
}
.nav7.active {
  right: 0;
}
.nav7 .top {
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
}
.nav7 .top .logo {
  max-width: 200px;
}
.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;
}
.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;
}
.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;
}
#body-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7000;
  display: none;
}
#body-mask.active {
  display: block;
}
.news1 {
  display: block;
}
.news1 .imgbox {
  height: 230px;
  overflow: hidden;
  border-radius: 10px;
}
.news1 .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.news1 h5 {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  transition: all .3s;
}
.news1:hover .imgbox img {
  transform: scale(1.1);
}
.news1:hover h5 {
  color: #059acc;
}
.news2 {
  display: block;
}
.news2 .imgbox {
  overflow: hidden;
}
.news2 .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.news2 h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  margin: 10px 0;
}
.news2 .text {
  font-size: 14px;
  line-height: 25px;
  color: #333;
  height: 75px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news2:hover .imgbox img {
  transform: scale(1.1);
}
.news2:hover h5 {
  color: #059acc;
}
header {
  padding: 20px 0;
}
header .tel {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
header .tel i {
  margin-right: 10px;
  font-size: 20px;
}
header .logo-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
header .logo-box .logo {
  max-width: 270px;
}
header .logo-box nav {
  margin-top: 20px;
}
header .logo-box nav ul {
  display: flex;
  align-items: flex-end;
}
header .logo-box nav ul li a {
  display: block;
  margin-left: 40px;
  color: #333;
  font-size: 18px;
  transition: all .3s;
  line-height: 1;
  position: relative;
}
header .logo-box nav ul li a::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #059acc;
  position: absolute;
  bottom: -8px;
  transition: all .3s;
  opacity: 0;
}
header .logo-box nav ul li a:hover {
  color: #059acc;
}
header .logo-box nav ul li a:hover::before {
  opacity: 1;
}
.banner {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.banner .swiper-slide img {
  width: 100%;
}
.banner .swiper-pagination {
  width: 100%;
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 1000;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  margin: 0 3px;
  transition: all .3s;
  border: 1px solid #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.title1 {
  overflow: hidden;
  padding: 50px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title1 h5 {
  font-size: 24px;
  font-weight: bold;
  color: #059acc;
  position: relative;
}
.title1 h5::before,
.title1 h5::after {
  content: "";
  width: 1000px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
}
.title1 h5::before {
  right: 100%;
  margin-right: 10px;
}
.title1 h5::after {
  left: 100%;
  margin-left: 10px;
}
.title1 p {
  font-size: 14px;
  margin-top: 10px;
  color: #8f8f8f;
}
.title2 {
  text-align: center;
  margin: 50px 0;
}
.title2 h5 {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
}
.title2 img {
  margin: 30px 0;
  max-width: 100%;
}
.title2 p {
  font-size: 18px;
  color: #333333;
}
.main1 .main1-con {
  overflow: hidden;
}
.main1 .main1-con ul {
  display: flex;
  margin: 0 -60px;
}
.main1 .main1-con ul li {
  padding: 0 60px;
  width: 33.33333%;
}
.main1 .main1-con ul li .item {
  border: 1px solid #ccc;
  border-top: none;
  text-align: center;
  padding: 60px 20px 51px;
  position: relative;
}
.main1 .main1-con ul li .item::before {
  content: "";
  width: 100%;
  height: 9px;
  background-image: linear-gradient(to right, #00bff3, #01d1ff);
  position: absolute;
  top: 0;
  left: 0;
}
.main1 .main1-con ul li .item img {
  height: 137px;
  transition: all .3s;
}
.main1 .main1-con ul li .item h5 {
  font-size: 20px;
  font-weight: bold;
  color: #00c8f8;
  margin: 40px 0 30px;
}
.main1 .main1-con ul li .item .text {
  font-size: 16px;
  color: #8f8f8f;
  line-height: 26px;
  height: 78px;
  overflow: auto;
}
.main1 .main1-con ul li .item:hover img {
  transform: scale(0.9);
}
.main1 .main1-con ul li:nth-child(2) .item h5 {
  color: #58d5b4;
}
.main1 .main1-con ul li:nth-child(2) .item::before {
  background-image: linear-gradient(to right, #74d6bf, #52cabe);
}
.main1 .main1-con ul li:nth-child(3) .item h5 {
  color: #8ec640;
}
.main1 .main1-con ul li:nth-child(3) .item::before {
  background-image: linear-gradient(to right, #b4e474, #90c843);
}
.main2 {
  background-color: #68D0CB;
  padding: 50px 0;
  margin-top: 50px;
}
.main2 .main2-con {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main2 .main2-con .left {
  width: 470px;
  padding-right: 60px;
}
.main2 .main2-con .left h5 {
  font-size: 24px;
  color: #f5f5f5;
}
.main2 .main2-con .left .text {
  font-size: 14px;
  color: #f5f5f5;
  line-height: 26px;
  margin: 30px 0;
}
.main2 .main2-con .left a {
  display: block;
  width: 130px;
  line-height: 40px;
  background-color: #F3BE24;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  transition: all .3s;
}
.main2 .main2-con .left a:hover {
  background-color: #af860d;
}
.main2 .main2-con .right {
  width: calc(100% - 470px);
}
.main2 .main2-con .right ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -5px;
}
.main2 .main2-con .right ul li {
  text-align: center;
  width: 33.333333%;
  padding: 0 5px;
}
.main2 .main2-con .right ul li a {
  display: block;
}
.main2 .main2-con .right ul li a img {
  width: 100%;
  height: 160px;
  transition: all .3s;
}
.main2 .main2-con .right ul li a h5 {
  font-size: 16px;
  color: #fff;
  margin: 10px 0;
}
.main2 .main2-con .right ul li a p {
  font-size: 16px;
  color: #fff;
}
.main2 .main2-con .right ul li:hover a img {
  transform: scale(0.9);
}
.main3 {
  padding-bottom: 20px;
}
.main3 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.main3 ul li {
  width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.main4 {
  padding-bottom: 50px;
}
.main5 {
  display: flex;
}
.main5 .left {
  width: 580px;
}
.main5 .left img {
  width: 100%;
}
.main5 .right {
  width: calc(100% - 580px);
  font-size: 16px;
  line-height: 30px;
  padding-left: 30px;
}
.main6 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.main6 ul li {
  padding: 0 5px;
  margin-bottom: 10px;
  width: 33.33333%;
}
.main6 ul li .item {
  border: 1px solid #ccc;
}
.main6 ul li .item .imgbox {
  overflow: hidden;
  height: 280px;
}
.main6 ul li .item .imgbox img {
  width: 100%;
  height: 100%;
  transition: all .3s;
  object-fit: cover;
}
.main6 ul li .item .text-box {
  padding: 30px 20px;
}
.main6 ul li .item .text-box h5 {
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main6 ul li .item .text-box .text {
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
  height: 60px;
  overflow: auto;
}
.main6 ul li .item .text-box b {
  border-top: 1px solid #333;
  text-align: center;
  display: block;
  font-size: 36px;
  color: #ff7700;
  letter-spacing: 10px;
  line-height: 1;
  position: relative;
  padding-top: 10px;
}
.main6 ul li .item .text-box b::before {
  content: "";
  width: 65px;
  height: 4px;
  background-color: #ff7700;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
}
.main6 ul li .item:hover .imgbox img {
  transform: scale(1.1);
}
.main7 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.main7 ul li {
  width: 33.333333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main8 {
  padding: 50px 0;
}
.main8 .title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.main8 .main8-con {
  font-size: 16px;
  line-height: 30px;
}
.main8 .main8-con img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.main9 {
  display: flex;
}
.main9 .left {
  width: 300px;
  text-align: right;
  padding-right: 30px;
}
.main9 .left img {
  max-width: 100%;
}
.main9 .right {
  width: calc(100% - 300px);
}
.main9 .right ul {
  position: relative;
}
.main9 .right ul::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 112px;
}
.main9 .right ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.main9 .right ul li .date {
  width: 100px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  position: relative;
}
.main9 .right ul li .date::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #ccc;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -23px;
  transform: translateY(-50%);
}
.main9 .right ul li .text {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  width: calc(100% - 100px);
  padding-left: 40px;
}
.main10 .main10-1 {
  display: flex;
  flex-wrap: wrap;
}
.main10 .main10-1 .left {
  width: 600px;
}
.main10 .main10-1 .left img {
  width: 100%;
}
.main10 .main10-1 .right {
  width: calc(100% - 600px);
  padding-left: 60px;
}
.main10 .main10-1 .right h5 {
  font-size: 18px;
  font-weight: bold;
}
.main10 .main10-1 .right .text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}
.main10 iframe {
  width: 100%;
  height: 500px;
  margin-top: 50px;
}
footer {
  background-color: #202324;
  padding: 50px 0;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  line-height: 26px;
}
footer a {
  color: rgba(255, 255, 255, 0.6) !important;
}
footer a:hover {
  color: #fff !important;
}
@media (max-width: 1230px) {
  .news1 .imgbox {
    height: 1.8699187rem;
  }
  .main1 .main1-con ul {
    margin: 0 -10px;
  }
  .main1 .main1-con ul li {
    padding: 0 10px;
  }
  .main2 .main2-con .right {
    width: calc(100% - 470px);
  }
  .main2 .main2-con .right ul li a img {
    height: 1.30081301rem;
  }
  .main5 .left {
    width: 4.71544715rem;
  }
  .main5 .right {
    width: calc(100% - 4.71544715rem);
  }
  .main6 ul li .item .imgbox {
    height: 2.27642276rem;
  }
  .main10 .main10-1 .left {
    width: 4.87804878rem;
  }
  .main10 .main10-1 .right {
    width: calc(100% - 4.87804878rem);
  }
  .main10 iframe {
    height: 4.06504065rem;
  }
}
@media (max-width: 991px) {
  header {
    padding: 0;
  }
  header .logo-box {
    height: 60px;
    align-items: center;
  }
  header .logo-box .logo {
    max-width: 180px;
  }
  .title1 {
    padding: 30px 0;
  }
  .title1 h5 {
    font-size: 20px;
  }
  .title1 p {
    font-size: 14px;
    margin-top: 10px;
  }
  .title2 {
    margin: 30px 0;
  }
  .title2 h5 {
    font-size: 20px;
  }
  .title2 img {
    margin: 10px 0;
  }
  .title2 p {
    font-size: 14px;
  }
  .main1 .main1-con ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .main1 .main1-con ul li {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .main1 .main1-con ul li .item {
    padding: 20px 10px 15px;
  }
  .main1 .main1-con ul li .item::before {
    height: 5px;
  }
  .main1 .main1-con ul li .item img {
    height: 100px;
  }
  .main1 .main1-con ul li .item h5 {
    font-size: 18px;
    margin: 20px 0 10px;
  }
  .main1 .main1-con ul li .item .text {
    font-size: 14px;
    line-height: 26px;
    height: 78px;
    overflow: auto;
  }
  .main2 {
    padding: 30px 0;
    margin-top: 10px;
  }
  .main2 .main2-con .left {
    width: 100%;
    padding-right: 0;
  }
  .main2 .main2-con .left h5 {
    font-size: 18px;
  }
  .main2 .main2-con .left .text {
    font-size: 14px;
    margin: 20px 0;
  }
  .main2 .main2-con .right {
    width: 100%;
    margin-top: 30px;
  }
  .main2 .main2-con .right ul li a img {
    height: 2.01816347rem;
  }
  .main2 .main2-con .right ul li a p {
    font-size: 14px;
  }
  .main3 {
    padding-bottom: 10px;
  }
  .main3 ul {
    margin: 0 -10px;
  }
  .main3 ul li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .main4 {
    padding-bottom: 30px;
  }
  .main5 {
    display: block;
  }
  .main5 .left {
    width: 100%;
  }
  .main5 .right {
    width: 100%;
    font-size: 16px;
    padding-left: 0;
    margin-top: 20px;
  }
  .main6 ul li .item .text-box {
    padding: 10px;
  }
  .main6 ul li .item .text-box b {
    font-size: 30px;
  }
  .main8 {
    padding: 30px 0;
  }
  .main8 .title {
    font-size: 20px;
  }
  .main9 {
    display: block;
  }
  .main9 .left {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .main9 .right {
    width: 100%;
    margin-top: 30px;
  }
  .main9 .right ul li .text {
    font-size: 16px;
  }
  .main10 .main10-1 .left {
    width: 100%;
  }
  .main10 .main10-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .main10 .main10-1 .right h5 {
    font-size: 16px;
  }
  .main10 .main10-1 .right .text {
    font-size: 14px;
  }
  .main10 iframe {
    height: 300px;
    margin-top: 30px;
  }
}
@media (max-width: 750px) {
  .news1 .imgbox {
    height: 3.06666667rem;
  }
  .news2 .text {
    line-height: 25px;
    height: 50px;
    -webkit-line-clamp: 2;
  }
  .main3 {
    padding-bottom: 20px;
  }
  .main3 ul {
    margin: 0 -5px;
  }
  .main3 ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main6 ul li {
    width: 50%;
  }
  .main6 ul li .item .imgbox {
    height: 2.93333333rem;
  }
  .main6 ul li .item .text-box .text {
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0;
    height: 50px;
  }
  .main6 ul li .item .text-box b {
    font-size: 14px;
  }
  .main7 ul {
    margin: 0 -5px;
  }
  .main7 ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
}
