@charset "utf-8";
@font-face {
  font-family: "impact";
  src: url("../font/impact.ttf");
}
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;
  padding-top: 0.36458333rem;
}
input:required,
textarea:required {
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  appearance: none !important;
  -webkit-appearance: none !important;
}
a {
  background-color: transparent;
  text-decoration: none !important;
  cursor: pointer !important;
  color: #000;
}
a:active,
a:hover {
  outline: 0;
}
a:focus {
  outline: none;
}
ul {
  margin: 0;
}
ul li {
  list-style: none;
}
.container-box {
  width: 100%;
  max-width: 7.96875rem;
  padding: 0 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;
}
.animation-fade-up {
  opacity: 0;
  position: relative;
  top: 50px;
  transition: all 1s;
}
.animation-fade-left {
  opacity: 0;
  position: relative;
  right: -100px;
  transition: all 1s;
}
.animation-fade-right {
  opacity: 0;
  position: relative;
  left: -100%;
}
.animation-zoom-in {
  transform: scale(0.3);
  transition: all 1s;
  opacity: 0;
}
.animation-fade-in {
  opacity: 0;
  transition: all 1s;
}
.animation-fade-zoom {
  transform: scale(1.1);
  transition: all 2s;
}
.animation-fade-zoom-out {
  transform: scale(0.6);
  transition: all 1s;
  opacity: 0;
}
.animation-fade-transparent {
  opacity: 0;
  transition: all 0s;
}
.start-animation .animation-fade-up {
  opacity: 1;
  top: 0;
}
.start-animation .animation-fade-left {
  opacity: 1;
  right: 0;
}
.start-animation .animation-fade-right {
  opacity: 1;
  left: 0;
  transition-duration: 1s;
  transition-timing-function: ease;
}
.start-animation .animation-zoom-in {
  transform: scale(1);
  opacity: 1;
}
.start-animation .animation-fade-in {
  opacity: 1;
}
.start-animation .animation-fade-zoom {
  transform: scale(1);
}
.start-animation .animation-fade-zoom-out {
  transform: scale(1);
  opacity: 1;
  transition: all 3s;
}
.start-animation .animation-fade-transparent {
  opacity: 1;
  transition: all 3s;
}
.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 50px 15px;
  transition: all .3s;
  overflow-y: auto;
  background: url(../images/bg4.jpg) no-repeat center center / cover;
}
.nav7.active {
  right: 0;
}
.nav7 .off {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 15px;
  right: 15px;
  border: 1px solid #333;
  border-radius: 50%;
}
.nav7 .off::before,
.nav7 .off::after {
  content: "";
  width: 60%;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30%;
}
.nav7 .off::before {
  transform: rotate(45deg);
}
.nav7 .off::after {
  transform: rotate(-45deg);
}
.nav7 .top {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px 0;
}
.nav7 .top .logo {
  height: 100px;
}
.nav7 .top .text {
  font-size: 30px;
  color: #282728;
  margin-top: 30px;
}
.nav7 .nav7-con {
  margin: 30px 0;
}
.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: 30px;
  color: #3f3a39;
  line-height: 77px;
  background-color: #fde20c;
  border-radius: 77px;
  text-align: center;
  margin-bottom: 20px;
}
.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 .bottom {
  text-align: center;
}
.nav7 .bottom .title {
  font-size: 50px;
  color: #282728;
}
.nav7 .bottom .text {
  font-size: 30px;
  color: #4c4b4c;
  line-height: 1.8;
  margin: 30px 0;
}
.nav7 .bottom a {
  display: block;
  width: 270px;
  line-height: 68px;
  background-color: #fde20c;
  border-radius: 68px;
  font-size: 24px;
  color: #403e40;
  padding-left: 60px;
  background-image: url(../images/icon1.png);
  background-position: 60px center;
  background-repeat: no-repeat;
  background-size: 28px auto;
  margin: 0 auto;
}
.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;
}
.reminder {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
}
.reminder .con {
  width: 200px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 10px;
}
.reminder.active {
  display: flex;
}
.title1 {
  position: relative;
  z-index: 100;
}
.title1 p {
  font-family: "impact";
  color: #403e40;
  font-size: 0.25rem;
  position: relative;
  line-height: 1;
}
.title1 p::before {
  content: "";
  width: 0.34895833rem;
  height: 0.34895833rem;
  background-color: #fde20c;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: -0.19791667rem;
  z-index: -1;
}
.title1 h5 {
  font-size: 0.25rem;
  color: #403e40;
  margin-top: 0.09375rem;
}
.main3-title h5 {
  font-size: 0.25rem;
  color: #313131;
}
.main3-title .text {
  font-size: 0.125rem;
  color: #313131;
  line-height: 2;
  margin-top: 0.234375rem;
}
.more1 {
  display: block;
  width: 1.40625rem;
  height: 0.3125rem;
  border-radius: 0.3125rem;
  background-color: #fde20c;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0.3125rem;
  box-shadow: 0 0 0.02604167rem 0.05208333rem rgba(253, 226, 12, 0.2);
  background-image: url(../images/icon2.png);
  background-repeat: no-repeat;
  background-position: 0.28645833rem center;
  background-size: 0.078125rem auto;
  transition: all .3s;
  position: relative;
  z-index: 100;
}
.more1 p {
  color: #282728;
  font-size: 0.08333333rem;
  position: relative;
}
.more1 p::before {
  content: "";
  width: 0.26041667rem;
  height: 0.00520833rem;
  background-color: #282728;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 0.08854167rem;
}
.more1.more1-2 {
  background-image: url(../images/icon7.png);
  background-size: 0.11458333rem auto;
}
.more1-box {
  display: flex;
  align-items: center;
}
.more1-box h5 {
  font-size: 0.125rem;
  color: #282728;
}
.news1 {
  display: block;
  text-align: center;
  border: 0.00520833rem solid #e5e5e5;
  height: 3.63541667rem;
  padding: 0.41666667rem 0 0.67708333rem;
  position: relative;
  overflow: hidden;
  transition: all .3s;
}
.news1 .imgbox {
  height: 0.78125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 100;
}
.news1 .imgbox img {
  max-width: 100%;
  max-height: 100%;
}
.news1 .imgbox::before {
  content: "";
  width: 0.00520833rem;
  height: 0.171875rem;
  background-color: #313131;
  position: absolute;
  top: 100%;
  margin-top: 0.15625rem;
}
.news1 h5 {
  font-size: 0.15625rem;
  font-weight: bold;
  color: #282728;
  margin: 0.52083333rem 0 0.20833333rem;
  position: relative;
  z-index: 100;
}
.news1 ul {
  position: relative;
  z-index: 100;
}
.news1 ul li {
  font-size: 0.09375rem;
  line-height: 2;
  color: #282728;
}
.news1::before {
  content: "";
  width: 100%;
  height: 0.08333333rem;
  background: url(../images/icon9.png) no-repeat center center / auto 0.08333333rem;
  position: absolute;
  left: 0;
  bottom: 0.36458333rem;
  z-index: 10;
}
.news1::after {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  background-color: #faf8e2;
  border-radius: 50%;
  position: absolute;
  bottom: -1.35416667rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .3s;
}
.news2 {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.078125rem;
}
.news2 .img {
  height: 1.875rem;
  border-radius: 0.078125rem;
  position: relative;
  overflow: hidden;
}
.news2 .img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
  z-index: 1;
  display: none;
}
.news2 .text_box {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -100%;
  z-index: 10;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all .3s;
  padding: 0.10416667rem;
}
.news2 .text_box h5 {
  font-size: 0.15625rem;
  line-height: 0.20833333rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news2 .text_box .text {
  font-size: 0.10416667rem;
  line-height: 0.15625rem;
  margin-top: 0.05208333rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news2 .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background-color: rgba(34, 31, 30, 0.8);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  opacity: 0;
  border-radius: 0.078125rem;
  display: none;
}
.news2 .mask img {
  width: 1.109375rem;
  height: auto;
}
.news2.news2-2::before {
  display: none;
}
.news3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news3 .imgbox {
  overflow: hidden;
  border-radius: 0.10416667rem;
  width: 50%;
}
.news3 .imgbox .img {
  height: 2.39583333rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news3 .text-box {
  width: 50%;
  padding-left: 0.41666667rem;
}
.news3 .text-box .date {
  font-size: 0.125rem;
  color: #313131;
}
.news3 .text-box h5 {
  font-size: 0.1875rem;
  color: #282728;
  margin: 0.3125rem 0 0.20833333rem;
  line-height: 1;
}
.news3 .text-box .text {
  font-size: 0.10416667rem;
  line-height: 2;
  margin-bottom: 0.36458333rem;
  color: #282728;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.18229167rem;
}
.news4 li {
  width: 50%;
  padding: 0 0.18229167rem;
}
.news4 li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.1875rem 0;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}
.news4 li a::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fde20c;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s;
}
.news4 li a p {
  width: 0.59895833rem;
  font-size: 0.08333333rem;
  color: #313131;
  line-height: 0.19791667rem;
  border: 1px solid #dcdcdc;
  border-radius: 0.20833333rem;
  text-align: center;
  transition: all .3s;
}
.news4 li a .text {
  font-size: 0.125rem;
  color: #282728;
  width: calc(100% - 0.59895833rem);
  padding-left: 0.20833333rem;
  transition: all .3s;
}
.news4 li:first-child a,
.news4 li:nth-child(2) a {
  border-top: 1px solid #e2e2e2;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 6000;
  background-color: #fff;
  transition: all .5s;
}
header .container-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.36458333rem;
  transition: all .5s;
}
header .container-box .logo {
  display: flex;
  align-items: center;
  transition: all .3s;
}
header .container-box .logo img {
  max-width: 0.609375rem;
  max-height: 0.41666667rem;
  transition: all .3s;
}
header .container-box .logo .text {
  font-size: 0.09375rem;
  color: #282728;
  margin-left: 0.15625rem;
  padding-left: 0.10416667rem;
  line-height: 0.25rem;
  border-left: 0.00520833rem solid #e5e5e5;
  transition: all .3s;
}
header .container-box .right {
  display: flex;
  align-items: center;
}
header .container-box .right nav ul {
  display: flex;
}
header .container-box .right nav ul li {
  padding: 0 0.15625rem;
  position: relative;
  display: flex;
}
header .container-box .right nav ul li::before {
  content: "";
  height: 0.0625rem;
  border-right: 0.00520833rem dotted #bfbfbf;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
header .container-box .right nav ul li:first-child::before {
  display: none;
}
header .container-box .right nav ul li h5 {
  display: flex;
}
header .container-box .right nav ul li h5 a {
  padding: 0 0.13541667rem;
  line-height: 0.19791667rem;
  transition: all .3s;
  font-size: 0.10416667rem;
  color: #282728;
  border-radius: 0.20833333rem;
}
header .container-box .right nav ul li h5 a:hover {
  background-color: rgba(253, 226, 12, 0.4);
}
header .container-box .right nav ul li h5 a.active {
  background-color: #fde20c;
  box-shadow: 0 0.02604167rem 0.05208333rem rgba(0, 0, 0, 0.1);
}
header .container-box .right nav ul li h5 dl {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding-top: 0;
  transition: all .5s;
  display: none;
  padding-top: 0.16145833rem;
}
header .container-box .right nav ul li h5 dl .dd-box {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0.10416667rem 0;
  transition: all .5s;
}
header .container-box .right nav ul li h5 dl .dd-box dd a {
  display: block;
  background: none;
  text-align: center;
  font-size: 0.09375rem;
}
header .container-box .right nav ul li h5 dl .dd-box dd a:hover {
  color: #F18C18;
}
header .container-box .right nav ul li h5:hover dl {
  display: block;
}
header .container-box .right .phone {
  font-family: "impact";
  font-size: 0.125rem;
  color: #403e40;
  padding: 0.05208333rem 0.15625rem 0.05208333rem 0.36458333rem;
  background-color: #fde20c;
  border-radius: 0.36458333rem;
  background-image: url(../images/icon1.png);
  background-repeat: no-repeat;
  background-position: 0.13020833rem center;
  background-size: 0.14583333rem auto;
  transition: all .3s;
  line-height: 1.2;
}
header.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
header.active .container-box {
  height: 0.3125rem;
}
header.active .container-box .logo img {
  max-height: 0.20833333rem;
}
header.active .container-box .logo .text {
  line-height: 0.15625rem;
}
header.active .container-box .right nav ul li {
  padding: 0 0.078125rem;
}
header.active .container-box .right nav ul li h5 dl {
  padding-top: 0.05729167rem;
}
header.active .container-box .right .phone {
  font-size: 0.10416667rem;
  padding: 0.02604167rem 0.10416667rem 0.02604167rem 0.234375rem;
  background-position: 0.10416667rem center;
  background-size: 0.09375rem auto;
}
.banner {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 0.36458333rem);
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-container .swiper-wrapper {
  height: 100%;
}
.banner .swiper-container .swiper-slide {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner .swiper-container .swiper-slide .img {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner .swiper-container .swiper-slide video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  object-fit: cover;
}
.banner .swiper-pagination {
  width: 100%;
  position: absolute;
  bottom: 0.10416667rem;
  right: 0;
  z-index: 1000;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.10416667rem;
  height: 0.10416667rem;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  margin: 0 0.05208333rem;
  transition: all .3s;
  border: 0.01041667rem solid #333333;
}
.banner .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fde20c;
  border-color: #fde20c;
}
.banner .dh {
  position: absolute;
  left: 1.16145833rem;
  bottom: 0.52083333rem;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: shubiao 1.2s infinite;
}
.banner .dh .img1 {
  width: 0.11979167rem;
  position: relative;
}
@keyframes shubiao {
  from {
    transform: translateY(-0.05208333rem);
  }
  to {
    transform: translateY(0.10416667rem);
  }
}
.banner .dh .img2 {
  width: 0.10416667rem;
  margin-top: 0.08854167rem;
}
.main1 {
  padding: 0.625rem 0 0.78125rem;
}
.main1 .main1-con {
  padding-right: 2.94791667rem;
  position: relative;
}
.main1 .main1-con .text {
  font-size: 0.125rem;
  line-height: 1.8;
  margin: 0.36458333rem 0 0.41666667rem;
}
.main1 .main1-con .shuzi {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main1 .main1-con .shuzi .img1 {
  width: 1.78125rem;
  animation: shuzi 1.5s infinite alternate;
}
.main1 .main1-con .shuzi .img2 {
  width: 2.9375rem;
}
@keyframes shuzi {
  from {
    transform: translateY(-0.02604167rem);
  }
  to {
    transform: translateY(0.10416667rem);
  }
}
.main2 {
  padding: 0.36458333rem 0;
  border-top: 0.00520833rem solid #dcdcdc;
}
.main2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main2 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}
.main2 ul li h5 {
  font-size: 0.25rem;
  color: #fde20c;
  position: relative;
}
.main2 ul li h5 sup {
  font-size: 0.08333333rem;
  color: #221f1e;
  position: absolute;
  top: 0;
  right: -0.10416667rem;
}
.main2 ul li p {
  font-size: 0.08333333rem;
  color: #221f1e;
  margin-top: 0.15625rem;
}
.main3 {
  background: url(../images/bg.jpg) repeat;
  padding: 0.57291667rem 0 0.46875rem;
  border-top-right-radius: 0.52083333rem;
  border-top-left-radius: 0.52083333rem;
  overflow: hidden;
  position: relative;
}
.main3 .main3-con {
  position: relative;
  margin: 0.41666667rem 0 0.52083333rem;
  display: flex;
  justify-content: space-between;
}
.main3 .main3-con .item {
  width: 1.38020833rem;
  height: 2.60416667rem;
  border: 0.00520833rem solid #9fa1bb;
  border-radius: 0.26041667rem;
  position: relative;
}
.main3 .main3-con .item .b1::before,
.main3 .main3-con .item .b1::after,
.main3 .main3-con .item .b2::before,
.main3 .main3-con .item .b2::after,
.main3 .main3-con .item .b3::before,
.main3 .main3-con .item .b3::after {
  content: "";
  width: 5.20833333rem;
  height: 0.00520833rem;
  background-color: #bbbcce;
  position: absolute;
}
.main3 .main3-con .item .b3::before,
.main3 .main3-con .item .b3::after {
  background-color: #525589;
}
.main3 .main3-con .item .b1::before {
  top: 0.20833333rem;
}
.main3 .main3-con .item .b1::after {
  top: 0.41666667rem;
}
.main3 .main3-con .item .b3::before {
  top: 0.76041667rem;
}
.main3 .main3-con .item .b2::before {
  bottom: 0.41666667rem;
}
.main3 .main3-con .item .b2::after {
  bottom: 0.78125rem;
}
.main3 .main3-con .item .b3::after {
  bottom: 1.04166667rem;
}
.main3 .main3-con .item.left {
  left: -0.20833333rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.main3 .main3-con .item.left .b1::before,
.main3 .main3-con .item.left .b1::after,
.main3 .main3-con .item.left .b2::before,
.main3 .main3-con .item.left .b2::after,
.main3 .main3-con .item.left .b3::before,
.main3 .main3-con .item.left .b3::after {
  right: 100%;
  margin-right: -0.20833333rem;
}
.main3 .main3-con .item.middle {
  width: 4.89583333rem;
}
.main3 .main3-con .item.right {
  right: -0.20833333rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.main3 .main3-con .item.right .b1::before,
.main3 .main3-con .item.right .b1::after,
.main3 .main3-con .item.right .b2::before,
.main3 .main3-con .item.right .b2::after,
.main3 .main3-con .item.right .b3::before,
.main3 .main3-con .item.right .b3::after {
  left: 100%;
  margin-left: -0.20833333rem;
}
.main3 .main3-con .swiper-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main3 .main3-con .swiper-container .swiper-slide {
  height: 100%;
  padding: 0.15625rem;
  display: flex;
  align-items: center;
  transition: all .5s;
}
.main3 .main3-con .swiper-container .swiper-slide .img {
  width: 100%;
  height: 100%;
  border-radius: 0.26041667rem;
}
.main3 .main3-con .swiper-container .swiper-slide.swiper-slide-prev {
  padding-right: 0.46875rem;
}
.main3 .main3-con .swiper-container .swiper-slide.swiper-slide-next {
  padding-left: 0.46875rem;
}
.main3 .bottom-zi {
  font-size: 2.19791667rem;
  font-family: "impact";
  color: #ccc;
  letter-spacing: 0.26041667rem;
  line-height: 1;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -0.78125rem;
  opacity: .2;
}
.main3 .more1-box {
  justify-content: flex-end;
}
.main3 .more1-box h5 {
  margin-right: 0.15625rem;
}
.main4 {
  padding: 0.52083333rem 0 0.70833333rem;
  overflow: hidden;
  position: relative;
}
.main4 .main4-con {
  position: relative;
  z-index: 1000;
  margin: 0.36458333rem 0 0.625rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main4 .main4-con ul {
  background-color: #fde20c;
  padding: 0.26041667rem 0;
  border-radius: 0.78125rem;
}
.main4 .main4-con ul li {
  width: 0.78125rem;
  text-align: center;
  line-height: 0.26041667rem;
  cursor: pointer;
  position: relative;
  transition: all .3s;
}
.main4 .main4-con ul li b {
  font-size: 0.125rem;
  font-weight: normal;
  font-family: "Impact";
  position: relative;
  transition: all .3s;
  opacity: .5;
}
.main4 .main4-con ul li b::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #313131;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 0.15625rem;
  transition: all .3s;
}
.main4 .main4-con ul li p {
  font-size: 0.125rem;
  color: #282728;
  position: absolute;
  top: 0;
  left: 1.640625rem;
  white-space: nowrap;
  line-height: 0.26041667rem;
  padding-left: 0.09375rem;
  transition: all .3s;
}
.main4 .main4-con ul li p::before {
  content: "";
  width: 0.03125rem;
  height: 0.03125rem;
  border-radius: 50%;
  background-color: #282728;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main4 .main4-con ul li.active b {
  opacity: 1;
}
.main4 .main4-con ul li.active b::before {
  width: 0.57291667rem;
}
.main4 .main4-con ul li.active p {
  font-size: 0.15625rem;
  left: 1.35416667rem;
}
.main4 .main4-con .icon-box {
  width: 3.69270833rem;
  position: relative;
}
.main4 .main4-con .icon-box img {
  position: absolute;
}
.main4 .main4-con .icon-box img.icon-1 {
  top: 0;
  left: 0.96354167rem;
  width: 0.875rem;
  animation: icon1 3s infinite alternate;
}
@keyframes icon1 {
  from {
    transform: translateX(-0.10416667rem);
  }
  to {
    transform: translateX(0.10416667rem);
  }
}
.main4 .main4-con .icon-box img.icon-2 {
  top: -0.20833333rem;
  left: 2.22395833rem;
  width: 1.46354167rem;
  animation: icon2 3s infinite alternate;
}
@keyframes icon2 {
  from {
    transform: translateX(-0.20833333rem);
  }
  to {
    transform: translateX(0.20833333rem);
  }
}
.main4 .main4-con .icon-box img.icon-3 {
  top: 0.29166667rem;
  left: 0.40104167rem;
  width: 1.81770833rem;
  animation: icon3 2s infinite alternate;
}
@keyframes icon3 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.8);
  }
}
.main4 .main4-con .icon-box img.icon-4 {
  top: 0.47395833rem;
  left: 2.79166667rem;
  width: 0.515625rem;
  animation: icon4 2.5s infinite alternate;
}
@keyframes icon4 {
  from {
    transform: translateX(-0.05208333rem);
  }
  to {
    transform: translateX(0.05208333rem);
  }
}
.main4 .main4-con .icon-box img.icon-5 {
  top: 0.28125rem;
  left: 3.65625rem;
  width: 0.80729167rem;
  animation: icon5 3s infinite alternate;
}
@keyframes icon5 {
  from {
    transform: translateX(0.02604167rem);
  }
  to {
    transform: translateX(-0.41666667rem);
  }
}
.main4 .main4-con .icon-box img.icon-6 {
  top: 0.859375rem;
  left: 1rem;
  width: 2.90625rem;
  animation: icon6 2s infinite alternate;
}
@keyframes icon6 {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
.main4 .main4-con .icon-box img.icon-7 {
  top: 1.82291667rem;
  left: 0;
  width: 1.51041667rem;
  animation: icon7 3s infinite alternate;
}
@keyframes icon7 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.8);
  }
}
.main4 .main4-con .icon-box img.icon-8 {
  top: 1.75rem;
  left: 2.59895833rem;
  width: 1.796875rem;
  animation: icon8 3s infinite alternate;
}
@keyframes icon8 {
  from {
    transform: translateX(0.05208333rem);
  }
  to {
    transform: translateX(-0.10416667rem);
  }
}
.main4 .main4-con .icon-box img.icon-9 {
  top: 2.328125rem;
  left: 1.72916667rem;
  width: 1.85416667rem;
  animation: icon9 4s infinite alternate;
}
@keyframes icon9 {
  from {
    transform: translateX(0.05208333rem) scale(1);
  }
  to {
    transform: translateX(-0.41666667rem) scale(0.8);
  }
}
.main4 .main4-con .icon-box img.icon-10 {
  top: 2.79166667rem;
  left: 0.99479167rem;
  width: 0.875rem;
  animation: icon10 3s infinite alternate;
}
@keyframes icon10 {
  from {
    transform: translateX(-0.05208333rem);
  }
  to {
    transform: translateX(0.10416667rem);
  }
}
.main4::before {
  content: "";
  width: 4.16666667rem;
  height: 4.16666667rem;
  border-radius: 100%;
  background-color: #fbf8e3;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(1.51041667rem, -50%);
}
.main4 .more1-box h5 {
  margin-left: 0.15625rem;
}
.main5 {
  background: url(../images/bg.jpg) repeat;
  padding: 0.46875rem 0 0.3125rem;
}
.main5 .main5-con {
  display: flex;
  flex-wrap: wrap;
  margin: 0.20833333rem -0.078125rem 0.3125rem;
}
.main5 .main5-con .item {
  width: 25%;
  padding: 0 0.078125rem;
}
.main5 .more1-box {
  justify-content: center;
}
.main5 .more1-box h5 {
  margin-right: 0.15625rem;
}
.main6 {
  padding: 0.52083333rem 0 0.36458333rem;
  overflow: hidden;
}
.main6 .main6_con_1 {
  margin-top: 0.26041667rem;
}
.main6 .main6_con_1 ul {
  display: flex;
  padding: 0 0.10416667rem;
}
.main6 .main6_con_1 ul li {
  width: 50%;
  padding: 0 0.05208333rem;
  perspective: 5.20833333rem;
}
.main6 .main6_con_1 ul li a {
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 10% 10% 0;
  border-top-left-radius: 0.10416667rem;
  border-top-right-radius: 0.10416667rem;
  transition: all .5s;
  position: relative;
}
.main6 .main6_con_1 ul li a .text_box {
  text-align: center;
}
.main6 .main6_con_1 ul li a .text_box h5 {
  font-size: 0.1875rem;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main6 .main6_con_1 ul li a .text_box p {
  font-size: 0.08333333rem;
  margin-top: 0.10416667rem;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main6 .main6_con_1 ul li a .imgbox {
  width: 100%;
  height: 2.60416667rem;
  border-top-left-radius: 0.10416667rem;
  border-top-right-radius: 0.10416667rem;
  border: 0.078125rem solid #ffffff;
  border-bottom: none;
  background-color: #fff;
  margin-top: 0.3125rem;
  overflow: hidden;
}
.main6 .main6_con_1 ul li a .imgbox .imgbox2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-top-left-radius: 0.078125rem;
  border-top-right-radius: 0.078125rem;
}
.main6 .main6_con_1 ul li a .imgbox .imgbox2 .img {
  width: 100%;
  height: 100%;
  transition: all .5s;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.main6 .main6_con_1 ul li a:hover {
  transform: rotateY(-5deg);
  z-index: 2;
}
.main6 .main6_con_1 ul li a:hover .imgbox .img {
  transform: scale(1.03);
}
.main6 .main6_con_2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0.26041667rem -0.05208333rem 0.3125rem;
}
.main6 .main6_con_2 ul li {
  width: 33.333%;
  padding: 0 0.05208333rem;
  margin-bottom: 0.10416667rem;
}
.main6 .main6_con_2 ul li .news2 .img {
  height: 1.875rem;
}
.main6 .main6_con_2 ul li:nth-child(1) {
  width: 66.666%;
}
.main6 .more1-box {
  justify-content: center;
}
.main6 .more1-box h5 {
  margin-right: 0.15625rem;
}
.main7 {
  background: url(../images/bg.jpg) repeat;
  padding: 0.60416667rem 0 0.625rem;
  overflow: hidden;
}
.main7 .title1-box {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.main7 .title1-box ul {
  display: flex;
  margin-bottom: 0.10416667rem;
}
.main7 .title1-box ul li {
  padding: 0 0.20833333rem;
  position: relative;
}
.main7 .title1-box ul li::before {
  content: "";
  width: 2px;
  height: 0.109375rem;
  background-color: #dcdcdc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main7 .title1-box ul li a {
  font-size: 0.125rem;
  color: #403e40;
  position: relative;
  display: block;
}
.main7 .title1-box ul li a::after {
  content: "";
  width: 0;
  height: 0.046875rem;
  background-color: #fde20c;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s;
}
.main7 .title1-box ul li a p {
  position: relative;
  z-index: 10;
  padding-left: 0.10416667rem;
}
.main7 .title1-box ul li a p::before {
  content: "";
  width: 0.04166667rem;
  height: 0.04166667rem;
  background-color: #403e40;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main7 .title1-box ul li a.active::after {
  width: 100%;
}
.main7 .title1-box ul li a.active p {
  transform: scale(1.2);
  font-weight: bold;
}
.main7 .title1-box ul li:first-child::before {
  display: none;
}
.main7 .title1-box ul li:last-child {
  padding-right: 0;
}
.main7 .news3 {
  margin: 0.29166667rem 0 0.3125rem;
}
.main8 {
  overflow: hidden;
}
.main8 .main8-con {
  display: flex;
  align-items: flex-start;
  padding: 0.36458333rem 0 0.3125rem;
}
.main8 .main8-con .left {
  width: 2.86458333rem;
  padding-right: 0.36458333rem;
}
.main8 .main8-con .left .logo {
  width: 1.30208333rem;
}
.main8 .main8-con .left h5 {
  font-size: 0.26041667rem;
  font-weight: bold;
  color: #282728;
  margin: 0.36458333rem 0 0.20833333rem;
}
.main8 .main8-con .left .text {
  font-size: 0.09375rem;
  line-height: 2;
}
.main8 .main8-con .left .phone {
  display: inline-block;
  font-family: "impact";
  font-size: 0.125rem;
  color: #403e40;
  padding: 0.05208333rem 0.20833333rem 0.05208333rem 0.46875rem;
  background-color: #fde20c;
  border-radius: 0.36458333rem;
  background-image: url(../images/icon1.png);
  background-repeat: no-repeat;
  background-position: 0.1875rem center;
  background-size: 0.14583333rem auto;
  margin-top: 0.63541667rem;
}
.main8 .main8-con .right {
  width: calc(100% - 2.86458333rem);
  border: 1px solid #c9c9c9;
  border-radius: 0.10416667rem;
  padding: 0.36458333rem 0.26041667rem;
  position: relative;
  overflow: hidden;
}
.main8 .main8-con .right::before {
  content: "";
  width: 2.65625rem;
  height: 2.65625rem;
  background-color: #fbf8e3;
  border-radius: 50%;
  position: absolute;
  top: -1.66666667rem;
  right: -0.625rem;
}
.main8 .main8-con .right .title {
  font-size: 0.1875rem;
  font-weight: bold;
  color: #282728;
  position: relative;
  z-index: 10;
}
.main8 .main8-con .right .ul-1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0.26041667rem 0 0.20833333rem;
  position: relative;
  z-index: 10;
}
.main8 .main8-con .right .ul-1 li {
  width: 33.33333333%;
  display: flex;
}
.main8 .main8-con .right .ul-1 li .con {
  font-size: 0.09375rem;
  color: #4c4b4c;
  cursor: pointer;
  line-height: 0.26041667rem;
  position: relative;
  padding-left: 0.25rem;
}
.main8 .main8-con .right .ul-1 li .con::before {
  content: "";
  border: 1px solid #d3d3d3;
  width: 0.15625rem;
  height: 0.15625rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main8 .main8-con .right .ul-1 li .con.active::before {
  background-color: #fde20c;
}
.main8 .main8-con .right .ul-2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.078125rem;
  position: relative;
  z-index: 10;
}
.main8 .main8-con .right .ul-2 li {
  width: 50%;
  padding: 0 0.078125rem;
  margin-bottom: 0.15625rem;
}
.main8 .main8-con .right .ul-2 li p {
  font-size: 0.09375rem;
  color: #4c4b4c;
  margin-bottom: 0.10416667rem;
}
.main8 .main8-con .right .ul-2 li input {
  width: 100%;
  height: 0.33333333rem;
  border: 1px solid #d2d2d2;
  border-radius: 0.36458333rem;
  padding: 0 0.15625rem;
  appearance: none !important;
  -webkit-appearance: none !important;
}
.main8 .main8-con .right .ul-2 li input:focus {
  outline: none;
}
.main8 .main8-con .right .ul-2 li:last-child {
  width: 100%;
}
.main8 .main8-con .right button {
  width: 0.78125rem;
  line-height: 0.3125rem;
  background-color: #fde20c;
  border-radius: 0.3125rem;
  font-size: 0.125rem;
  color: #282728;
  border: none;
  transition: all .3s;
}
.main8 .main8-con .right button:hover {
  background-color: #dac413;
}
.main9 {
  background: url(../images/bg.jpg) repeat;
  position: relative;
}
.main9 .main9-con {
  display: flex;
  padding: 0.26041667rem 0;
}
.main9 .main9-con .left {
  width: calc(100% - 4.48958333rem);
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  padding: 0 0.20833333rem;
}
.main9 .main9-con .left ul {
  display: flex;
  justify-content: space-between;
}
.main9 .main9-con .left ul li a {
  text-align: center;
  position: relative;
}
.main9 .main9-con .left ul li a .img {
  width: 0.36458333rem;
  height: 0.36458333rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #282728;
  transition: all .3s;
  margin: 0 auto;
}
.main9 .main9-con .left ul li a .img img {
  max-width: 90%;
  max-height: 90%;
}
.main9 .main9-con .left ul li a .qrCode {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -0.10416667rem);
  transform-origin: 0 bottom;
  border: 0.02604167rem solid #fde20c;
  overflow: hidden;
  border-radius: 0.05208333rem;
  width: 0.78125rem;
  height: 0.78125rem;
  transition: all .3s;
  display: none;
}
.main9 .main9-con .left ul li a h5 {
  margin-top: 0.05208333rem;
  font-size: 0.10416667rem;
  color: #403e40;
}
.main9 .main9-con .left ul li a:hover .img {
  transform: scale(1.1);
}
.main9 .main9-con .left ul li a:hover .qrCode {
  display: block;
}
.main9 .main9-con .middle {
  width: 1.82291667rem;
  display: flex;
  justify-content: center;
  border-right: 1px solid #c5c5c5;
}
.main9 .main9-con .middle h5 {
  font-size: 0.15625rem;
  font-weight: bold;
  color: #403e40;
}
.main9 .main9-con .middle p {
  font-size: 0.125rem;
  font-family: "impact";
  color: #403e40;
  margin-top: 0.10416667rem;
  text-align: left;
}
.main9 .main9-con .right {
  width: 2.66666667rem;
  padding-left: 0.20833333rem;
}
.main9 .main9-con .right h5 {
  font-size: 0.15625rem;
  font-weight: bold;
  color: #403e40;
}
.main9 .main9-con .right ul {
  margin-top: 0.10416667rem;
}
.main9 .main9-con .right ul li {
  font-size: 0.10416667rem;
  line-height: 2;
}
.main9 .main9-con .right ul li i {
  margin-right: 0.05208333rem;
  font-size: 0.10416667rem;
}
.main9 .goTop {
  width: 0.40625rem;
  height: 0.57291667rem;
  background-color: #fde20c;
  border-top-right-radius: 0.20833333rem;
  border-top-left-radius: 0.20833333rem;
  padding-top: 0.36458333rem;
  background-image: url(../images/icon12.png);
  background-position: center 0.15625rem;
  background-repeat: no-repeat;
  background-size: 0.18229167rem auto;
  text-align: center;
  font-size: 0.09375rem;
  color: #282728;
  cursor: pointer;
  position: absolute;
  top: -0.57291667rem;
  right: 0.38020833rem;
  transition: all .3s;
}
.main9 .goTop:hover {
  background-color: #cfb90b;
}
.main9 .main9_con_2 {
  padding-top: 0.26041667rem;
}
.main9 .main9_con_2 .item {
  margin-top: 0.10416667rem;
  display: flex;
  align-items: center;
}
.main9 .main9_con_2 .item .bt {
  width: 0.46875rem;
  font-size: 0.10416667rem;
  font-weight: bold;
  color: #403e40;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.main9 .main9_con_2 .item .bt::before {
  content: ":";
  position: absolute;
  right: -0.05208333rem;
}
.main9 .main9_con_2 .item .con {
  width: calc(100% - 0.46875rem);
  display: flex;
  padding-left: 0.15625rem;
}
.main9 .main9_con_2 .item .con .swiper-container {
  margin: 0;
  max-width: 100%;
}
.main9 .main9_con_2 .item .con .swiper-container .swiper-slide {
  width: auto;
  margin-right: 0.10416667rem;
}
.main9 .main9_con_2 .item .con .swiper-container .swiper-slide a {
  display: block;
  font-size: 0.10416667rem;
  color: #403e40;
  transition: all .3s;
}
.main9 .main9_con_2 .item:first-child {
  margin-top: 0;
}
footer {
  text-align: center;
  padding: 0.10416667rem 0;
  font-size: 0.09375rem;
  color: #282728;
}
footer a {
  color: #282728 !important;
  transition: all .3s;
}
footer a:hover {
  color: #008CFF !important;
}
.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;
}
.banner2 img {
  width: 100%;
}
.title2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0.3125rem;
  padding-bottom: 0.36458333rem;
  margin: 0.26041667rem 0 0.41666667rem;
  border-bottom: 1px solid #eee;
}
.title2 h5 {
  font-size: 0.25rem;
  color: #282728;
  line-height: 1;
}
.title2 p {
  font-size: 0.09375rem;
  color: #313131;
  background-image: url(../images/icon13.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 0.11979167rem auto;
  padding-left: 0.20833333rem;
  line-height: 0.140625rem;
}
.title2 p a {
  color: #313131;
  transition: all .3s;
}
.title2 p a:hover {
  color: #008CFF;
}
.title2.title2-2 {
  border: none;
  padding: 0;
  margin: 0 0 0.26041667rem;
}
.title2.title2-3 {
  margin-bottom: 0;
}
.main10 .main10-1 {
  background-color: #f5f5f5;
  padding: 0.41666667rem 0.41666667rem 0.28645833rem;
  display: flex;
  flex-wrap: wrap;
}
.main10 .main10-1 .left {
  width: 50%;
  position: relative;
}
.main10 .main10-1 .left .title h5 {
  font-size: 0.375rem;
  font-family: "impact";
  color: #313131;
  transition: all .5s;
  transform-origin: 0 0;
}
.main10 .main10-1 .left .title p {
  font-size: 0.1875rem;
  color: #313131;
  margin-top: 0.26041667rem;
  text-shadow: 0 0.05208333rem 0.078125rem #fde20c;
  transition: all .5s;
  transform-origin: 0 0;
}
.main10 .main10-1 .left .text {
  font-size: 0.10416667rem;
  color: #313131;
  line-height: 1.8;
  margin: 0.15625rem 0 0.26041667rem;
  transition: all .5s;
}
.main10 .main10-1 .left .bg-icon {
  width: 0.97916667rem;
  height: auto;
  position: absolute;
  bottom: 0;
  transition: all .5s;
  opacity: 0;
}
.main10 .main10-1 .left ul {
  margin-top: 0.26041667rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 100;
}
.main10 .main10-1 .left ul li {
  width: 50%;
}
.main10 .main10-1 .left ul li .list {
  color: #282728;
  font-size: 0.125rem;
  line-height: 2;
  position: relative;
  padding-left: 0.05208333rem;
  transition: all .3s;
}
.main10 .main10-1 .left ul li .list::before {
  content: "";
  width: 0.02083333rem;
  height: 0.02083333rem;
  border-radius: 50%;
  background-color: #282728;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .3s;
}
.main10 .main10-1 .left ul li:last-child .list::before {
  display: none;
}
.main10 .main10-1 .right {
  width: 50%;
}
.main10 .main10-1 .right img {
  width: 3.55208333rem;
}
.main10 .main10-2 {
  display: flex;
  flex-wrap: wrap;
}
.main10 .main10-2 .item {
  position: relative;
  overflow: hidden;
  display: block;
}
.main10 .main10-2 .item .title {
  position: relative;
  z-index: 10;
}
.main10 .main10-2 .item .title h5 {
  font-family: "Impact";
  font-size: 0.375rem;
  color: #fff;
  line-height: 1;
  transition: all .5s;
  transform-origin: 0 0;
}
.main10 .main10-2 .item .title h6 {
  font-size: 0.1875rem;
  color: #fff;
  line-height: 1;
  margin: 0.26041667rem 0 0.15625rem;
  transition: all .5s;
  transform-origin: 0 0;
}
.main10 .main10-2 .item .title .text {
  font-size: 0.10416667rem;
  color: #fff;
  line-height: 1.8;
  transition: all .5s;
}
.main10 .main10-2 .item .bg-icon {
  width: 0.97916667rem;
  height: auto;
  position: absolute;
  bottom: 0;
  transition: all .5s;
  opacity: 0;
}
.main10 .main10-2 .item ul {
  margin-top: 0.26041667rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
.main10 .main10-2 .item ul li {
  width: 50%;
}
.main10 .main10-2 .item ul li .list {
  color: #fff;
  font-size: 0.125rem;
  line-height: 2;
  position: relative;
  padding-left: 0.05208333rem;
  transition: all .3s;
}
.main10 .main10-2 .item ul li .list::before {
  content: "";
  width: 0.02083333rem;
  height: 0.02083333rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .3s;
}
.main10 .main10-2 .item ul li:last-child .list::before {
  display: none;
}
.main10 .main10-2 .item .bg_text {
  font-family: "Impact";
  font-size: 2.13541667rem;
  font-weight: normal;
  color: #fde20c;
  position: absolute;
  right: 0.3125rem;
  bottom: 0.20833333rem;
  opacity: .1;
  line-height: 1;
}
.main10 .main10-2 .item.applet {
  height: 6.57291667rem;
  background-color: #282728;
  padding: 0.72916667rem 0.3125rem 0 0.46875rem;
}
.main10 .main10-2 .item.applet .img-1 {
  width: 2.28125rem;
  display: block;
  margin: 0 auto 0.625rem;
}
.main10 .main10-2 .item.vision {
  background-color: #fde83d;
  padding-top: 0.3125rem;
}
.main10 .main10-2 .item.vision .title h5,
.main10 .main10-2 .item.vision .title h6,
.main10 .main10-2 .item.vision .title .text {
  color: #282728;
}
.main10 .main10-2 .item.vision ul li .list {
  color: #282728;
}
.main10 .main10-2 .item.vision ul li .list::before {
  background-color: #282728;
}
.main10 .main10-2 .item.vision .bg_text {
  color: #fff;
  opacity: .2;
}
.main10 .main10-2 .item.operation {
  background-color: #4d84f1;
  padding-top: 0.625rem;
}
.main10 .main10-2 .item.operation .bg_text {
  color: #fff;
}
.main10 .main10-2 .left {
  width: 50%;
}
.main10 .main10-2 .right {
  width: 50%;
}
.main10 .main10-2 .right .item {
  height: 3.28645833rem;
  padding-left: 0.41666667rem;
  padding-right: 0.26041667rem;
}
.main11 {
  background-color: #f5f5f5;
  padding: 0.36458333rem 0 0.41666667rem;
  margin-top: 0.52083333rem;
  overflow: hidden;
}
.main11 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.078125rem;
}
.main11 ul li {
  width: 33.3333333%;
  padding: 0 0.078125rem;
  margin-bottom: 0.15625rem;
}
.news5 {
  display: block;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0.10416667rem;
  padding: 0.15625rem 0.15625rem 0.15625rem 0;
  transition: all .3s;
  position: relative;
  top: 0;
}
.news5 p {
  font-size: 0.09375rem;
  color: #282728;
  line-height: 1;
  padding-left: 0.15625rem;
}
.news5 h5 {
  font-size: 0.125rem;
  color: #282728;
  margin: 0.10416667rem 0 0.16666667rem;
  padding: 0.03125rem 0 0.03125rem 0.15625rem;
  position: relative;
  line-height: 1;
}
.news5 h5 span {
  position: relative;
}
.news5 h5::before {
  content: "";
  width: 0.02604167rem;
  height: 0.125rem;
  background-color: #fde20c;
  position: absolute;
  bottom: 50%;
  left: 0;
  transition: all .3s;
  transform: translateY(50%);
}
.news5 .text {
  font-size: 0.08333333rem;
  line-height: 0.125rem;
  padding-left: 0.15625rem;
  height: 0.25rem;
  color: #282728;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news5 .bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.10416667rem;
}
.news5 .bottom .more {
  width: 0.3125rem;
  height: 0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  border-radius: 50%;
}
.news5 .bottom .more img {
  width: 0.15625rem;
  height: auto;
  transition: all .3s;
}
.news5.news5-2 {
  background-color: #fafafa;
  padding: 0.10416667rem 0.10416667rem 0.10416667rem 0;
}
.news5.news5-2 h5 {
  margin-bottom: 0;
  line-height: 1.5;
}
.news5.news5-2 h5::before {
  height: 0.125rem;
  bottom: auto;
  top: 0.04166667rem;
}
.news5.news5-2 .bottom {
  margin-top: 0.02604167rem;
}
.main12 {
  margin-bottom: 0.26041667rem;
}
.main12 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.13020833rem 0.26041667rem;
}
.main12 ul li {
  width: 33.3333333%;
  padding: 0 0.13020833rem;
  margin-bottom: 0.26041667rem;
}
.news6 {
  display: block;
  position: relative;
  padding-bottom: 0.22916667rem;
  border-bottom: 1px solid #fde20c;
  overflow: hidden;
}
.news6 .imgbox {
  overflow: hidden;
  border-radius: 0.15625rem;
  position: relative;
}
.news6 .imgbox .img {
  height: 1.80729167rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.news6 .text-box {
  margin: 0.25rem 0 0.22916667rem;
}
.news6 .text-box h5 {
  font-size: 0.17708333rem;
  color: #282728;
  line-height: 1;
}
.news6 .text-box .text {
  font-size: 0.10416667rem;
  color: #282728;
  margin-top: 0.13020833rem;
  line-height: 1;
}
.news6 .tag {
  font-size: 0.08333333rem;
  color: #282728;
  background-color: #fde20c;
  line-height: 0.21875rem;
  width: 0.55208333rem;
  text-align: center;
  border-radius: 0.21875rem;
}
.news6.video-popup .imgbox::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.news6.video-popup .imgbox::before {
  content: "\e737";
  font-family: "iconfont";
  font-size: 0.41666667rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  opacity: .7;
}
.more2 {
  display: block;
  width: 1.5625rem;
  line-height: 0.41666667rem;
  background-color: #fde20c;
  border-radius: 0.41666667rem;
  padding-left: 0.35416667rem;
  background-image: url(../images/icon16.png);
  background-position: right 0.34375rem center;
  background-repeat: no-repeat;
  background-size: 0.078125rem auto;
  cursor: pointer;
  font-size: 0.15625rem;
  color: #403e40;
  margin: 0 auto;
  transition: all .3s;
}
.more2:hover {
  box-shadow: 0 0.02604167rem 0.05208333rem rgba(0, 0, 0, 0.5);
}
.nav1 ul {
  display: flex;
  flex-wrap: wrap;
}
.nav1 a {
  display: block;
  min-width: 1.04166667rem;
  line-height: 0.3125rem;
  text-align: center;
  font-size: 0.10416667rem;
  color: #807d80;
  border: 1px solid #e5e5e5;
  border-radius: 0.36458333rem;
  margin-right: 0.20833333rem;
  transition: all .3s;
}
.nav1 a span {
  padding-left: 0.10416667rem;
  position: relative;
}
.nav1 a span::before {
  content: "";
  width: 0.03645833rem;
  height: 0.03645833rem;
  background-color: #807d80;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .3s;
}
.nav1 a:hover {
  background-color: #fde20c;
  color: #282728;
  border-color: #fde20c;
}
.nav1 a:hover span::before {
  background-color: #282728;
}
.nav1 a.active {
  background-color: #fde20c;
  color: #282728;
  border-color: #fde20c;
}
.nav1 a.active span::before {
  background-color: #282728;
}
.main13 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3125rem;
}
.main13 .left {
  width: 3.82291667rem;
}
.main13 .right {
  width: calc(100% - 3.82291667rem);
  padding-left: 0.15625rem;
}
.main13 .right ul {
  display: flex;
  flex-wrap: wrap;
}
.main13 .right ul li {
  width: 50%;
  padding: 0 0.078125rem;
  margin-bottom: 0.15625rem;
}
.main13 .right ul li .news7 .img {
  height: 1.1171875rem;
}
.news7 {
  display: block;
  position: relative;
  border-radius: 0.10416667rem;
  overflow: hidden !important;
  -webkit-transform: rotate(0deg);
}
.news7 .img {
  height: 2.390625rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.news7 h5 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  line-height: 0.39583333rem;
  font-size: 0.125rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 0.10416667rem;
  text-align: center;
}
.news7:hover .img {
  transform: scale(1.1);
}
.main14 {
  margin-top: 0.10416667rem;
}
.main14 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.078125rem 0.26041667rem;
}
.main14 ul li {
  width: 33.333333%;
  padding: 0 0.078125rem;
  margin-bottom: 0.15625rem;
}
.main14 ul li .news5 {
  background-color: #fafafa;
}
.main15 {
  display: flex;
  flex-wrap: wrap;
}
.main15 .left {
  width: calc(100% - 2.1875rem);
  border-right: 1px solid #eee;
  padding-top: 0.40625rem;
  padding-right: 0.36458333rem;
}
.main15 .left .title {
  font-size: 0.20833333rem;
  color: #282728;
  line-height: 1.8;
}
.main15 .left .date {
  padding: 0.15625rem 0.26041667rem;
  font-size: 0.09375rem;
  color: #313131;
  margin: 0.26041667rem 0;
  background: linear-gradient(to right, #fafafa 0%, #fafafa 1%, #fafafa 53%, rgba(250, 250, 250, 0.7) 70%, rgba(250, 250, 250, 0) 100%);
}
.main15 .left .date span {
  margin-left: 0.41666667rem;
}
.main15 .left .con {
  font-size: 0.10416667rem;
  color: #282728;
  line-height: 2;
}
.main15 .left .con img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  display: block;
  margin: 0.10416667rem auto;
}
.main15 .left .tag {
  margin-top: 0.34895833rem;
}
.main15 .left .tag ul {
  display: flex;
  flex-wrap: wrap;
}
.main15 .left .tag ul li {
  background-color: #fffce6;
  line-height: 0.3125rem;
  border-radius: 0.3125rem;
  min-width: 1.125rem;
  text-align: center;
  margin-right: 0.10416667rem;
  display: flex;
  justify-content: center;
  font-size: 0.10416667rem;
  color: #313131;
  padding: 0 0.05208333rem;
}
.main15 .left .tag ul li span {
  background: url(../images/icon17.png) no-repeat 0 center / 0.09895833rem auto;
  padding-left: 0.15625rem;
}
.main15 .right {
  width: 2.1875rem;
  padding-top: 0.40625rem;
  padding-left: 0.26041667rem;
}
.main15 .right .con {
  margin-bottom: 0.3125rem;
}
.main15 .right .con.con-1 ul {
  padding-left: 0.26041667rem;
}
.main15 .right .con.con-1 ul li a {
  font-size: 0.15625rem;
  color: #282728;
  line-height: 2;
  position: relative;
  padding-left: 0.13541667rem;
  transition: all .3s;
}
.main15 .right .con.con-1 ul li a::before {
  content: "";
  width: 0.03645833rem;
  height: 0.03645833rem;
  background-color: #282728;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .3s;
}
.main15 .right .con.con-1 ul li a:hover {
  color: #F6A950;
}
.main15 .right .con.con-1 ul li a:hover::before {
  background-color: #F6A950;
}
.main15 .right .con.con-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.05208333rem;
}
.main15 .right .con.con-2 ul li {
  width: 50%;
  padding: 0 0.05208333rem;
  margin-bottom: 0.10416667rem;
}
.main15 .right .con.con-2 ul li a {
  display: block;
  background-color: #fffce6;
  line-height: 0.3125rem;
  border-radius: 0.3125rem;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 0.10416667rem;
  color: #313131;
  transition: all .3s;
  padding: 0 0.05208333rem;
}
.main15 .right .con.con-2 ul li a span {
  background-image: url(../images/icon17.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 0.09895833rem auto;
  padding-left: 0.15625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main15 .right .con.con-2 ul li a:hover {
  background-color: #fde20c;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.main15 .right .con.con-2 ul li a:hover span {
  background-image: url(../images/icon17_h.png);
}
.main15 .right .con.con-3 .news5 {
  margin-bottom: 0.10416667rem;
}
.main15 .right .con.con-3 .news5:last-child {
  margin-bottom: 0;
}
.main15 .right .con:last-child {
  margin-bottom: 0;
}
.title3 {
  display: flex;
  margin-bottom: 0.20833333rem;
}
.title3 h5 {
  font-size: 0.1875rem;
  color: #282728;
  position: relative;
}
.title3 h5::before {
  content: "";
  width: 100%;
  height: 0.07291667rem;
  background-color: #fde20c;
  position: absolute;
  bottom: 0;
  left: 0;
}
.title3 h5::after {
  content: "";
  width: 0.14583333rem;
  height: 1px;
  background-color: #eee;
  position: absolute;
  top: 50%;
  left: -0.26041667rem;
  transform: translateY(-50%);
}
.title3 h5 span {
  position: relative;
}
.main16 {
  background-color: #f6f6f6;
  padding: 0.05208333rem 0;
  margin-top: 0.3125rem;
}
.main16 ul li {
  margin: 0.20833333rem 0;
}
.main16 ul li a {
  font-size: 0.15625rem;
  color: #282728;
  line-height: 1.5;
  transition: all .3s;
}
.main16 ul li a:hover {
  color: #F6A950;
}
.main17 .main17-con {
  display: flex;
  flex-wrap: wrap;
}
.main17 .main17-con .left {
  width: 2.13541667rem;
}
.main17 .main17-con .left img {
  width: 2.20833333rem;
  max-width: 100%;
}
.main17 .main17-con .right {
  width: calc(100% - 2.13541667rem);
  font-size: 0.125rem;
  line-height: 1.8;
  padding-left: 0.57291667rem;
}
.main17 .main17-con .right img {
  width: 2.76041667rem;
  max-width: 100%;
  display: block;
  margin: 0.36458333rem 0 0 0;
}
.title4 {
  margin: 0.41666667rem 0;
  text-align: center;
  position: relative;
  z-index: 100;
}
.title4 h5 {
  font-size: 0.3125rem;
  color: #313131;
  text-shadow: 0 0.05208333rem 0.078125rem #fde20c;
  line-height: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.title4 p {
  font-size: 1.18229167rem;
  color: #282728;
  opacity: 0.02;
  font-family: "Impact";
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.title4-text {
  font-size: 0.10416667rem;
  line-height: 1.8;
  text-align: center;
  max-width: 5.625rem;
  margin: 0 auto;
}
.main18 {
  background: url(../images/bg.jpg) repeat;
  padding: 1px 0 0.52083333rem;
  margin-top: 0.52083333rem;
  position: relative;
  overflow: hidden;
}
.main18::before {
  content: "";
  width: 5rem;
  height: 5rem;
  background-color: rgba(247, 242, 200, 0.5);
  position: absolute;
  top: 100%;
  left: -1.5625rem;
  border-radius: 50%;
  transform: translateY(-1.22916667rem);
}
.main18::after {
  content: "";
  width: 3.08333333rem;
  height: 3.08333333rem;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: -1.35416667rem;
  right: -0.60416667rem;
  border-radius: 50%;
}
.main18 ul {
  margin: 0 -0.15625rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.main18 ul li {
  width: 50%;
  padding: 0 0.15625rem;
  margin-bottom: 0.20833333rem;
}
.main18 ul li .con-box {
  position: relative;
  padding-left: 0.11458333rem;
}
.main18 ul li .con-box::before {
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: #fde20c;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.main18 ul li .con-box .item {
  background-color: #fff;
  height: 0.5625rem;
  display: flex;
  align-items: center;
  border-radius: 0.5625rem;
  padding-left: 0.15625rem;
  position: relative;
}
.main18 ul li .con-box .item .icon {
  width: 0.41666667rem;
  height: 0.41666667rem;
  background-color: #fde20c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.15625rem;
}
.main18 ul li .con-box .item .icon img {
  max-width: 80%;
  max-height: 80%;
}
.main18 ul li .con-box .item .text-box h5 {
  font-size: 0.125rem;
  color: #282728;
}
.main18 ul li .con-box .item .text-box p {
  font-size: 0.09375rem;
  margin-top: 0.0625rem;
  color: #282728;
}
.main18 ul li:nth-child(even) .con-box {
  padding: 0 0.11458333rem 0 0;
}
.main18 ul li:nth-child(even) .con-box::before {
  left: auto;
  right: 0;
}
.main18 ul li:nth-child(even) .con-box .item {
  flex-direction: row-reverse;
  text-align: right;
  padding: 0 0.15625rem 0 0;
}
.main18 ul li:nth-child(even) .con-box .item .icon {
  margin: 0 0 0 0.15625rem;
}
.main18 .more1-box {
  justify-content: center;
  margin-top: 0.52083333rem;
  position: relative;
}
.main18 .more1-box h5 {
  margin-right: 0.22916667rem;
}
.main19 .main19-con {
  width: 100%;
  max-width: 7.96875rem;
  padding: 0 15px;
  margin: 0 auto;
}
.main19 .main19-con .con {
  background-color: #fde20c;
  border-radius: 0.05208333rem;
  padding: 0.234375rem 0.10416667rem;
  position: relative;
  overflow: hidden;
}
.main19 .main19-con .con::before {
  content: "";
  width: 95%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/bg2.png) repeat-x center bottom;
}
.main19 .main19-con .con ul {
  display: flex;
  flex-wrap: wrap;
}
.main19 .main19-con .con ul .item {
  display: flex;
  width: 50%;
}
.main19 .main19-con .con ul .item li {
  text-align: center;
  width: 20%;
  position: relative;
}
.main19 .main19-con .con ul .item li::before {
  content: "";
  width: 0.06770833rem;
  height: 0.13020833rem;
  background: url(../images/icon26.png) no-repeat center center / contain;
  position: absolute;
  top: 0.08854167rem;
  right: -0.03645833rem;
}
.main19 .main19-con .con ul .item li b {
  font-size: 0.125rem;
  font-family: "Impact";
  font-weight: normal;
  color: #282728;
  line-height: 0.3125rem;
}
.main19 .main19-con .con ul .item li h5 {
  font-size: 0.125rem;
  color: #282728;
  margin-top: 0.13020833rem;
  line-height: 1;
}
.main19 .main19-con .con ul .item.item-2 li:last-child::before {
  display: none;
}
.main20 {
  margin: 0.46875rem 0 0.78125rem;
}
.main20 .title h5 {
  font-size: 0.25rem;
  color: #282728;
}
.main20 .title p {
  font-size: 0.125rem;
  color: #282728;
  margin-top: 0.10416667rem;
}
.main20 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0.36458333rem -0.05208333rem 0;
}
.main20 ul li {
  width: 25%;
  padding: 0 0.05208333rem;
  margin-bottom: 0.10416667rem;
}
.news8 {
  display: block;
  border: 1px solid #eee;
  border-radius: 0.10416667rem;
  overflow: hidden;
  transition: all .3s;
}
.news8 img {
  width: 100%;
  transition: all .3s;
}
.main21 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.03645833rem;
}
.main21 ul li {
  width: 33.3333333%;
  padding: 0 0.03645833rem;
  text-align: center;
}
.main21 ul li a {
  display: block;
  background-color: #fafafa;
  border-radius: 0.10416667rem;
  height: 1.875rem;
  padding-top: 0.36458333rem;
  transition: all .3s;
  cursor: default !important;
}
.main21 ul li a .top {
  height: 0.78645833rem;
}
.main21 ul li a .top .icon {
  height: 0.33333333rem;
}
.main21 ul li a .top p {
  font-size: 0.125rem;
  margin-top: 0.15625rem;
  color: #282728;
}
.main21 ul li a .top .img {
  height: 0.78645833rem;
}
.main21 ul li a h5 {
  font-size: 0.1875rem;
  color: #282728;
  margin-top: 0.140625rem;
}
.main21 ul li:nth-child(2) a {
  cursor: pointer !important;
}
.main22 .title4 {
  margin-bottom: 0;
}
.main22 .main22-con {
  display: flex;
  margin-top: 0.625rem;
}
.main22 .main22-con .left {
  width: 3.33333333rem;
}
.main22 .main22-con .left ul li a {
  display: block;
  padding: 0.15625rem 0;
  border-top: 1px solid #e5e5e5;
}
.main22 .main22-con .left ul li a h5 {
  font-size: 0.15625rem;
  color: #282728;
  line-height: 1.8;
  background: url(../images/icon20.png) no-repeat right center / 0.078125rem auto;
  transition: all .3s;
}
.main22 .main22-con .left ul li a p {
  font-size: 0.09375rem;
  color: #282728;
  line-height: 1.8;
  margin-top: 0.15625rem;
}
.main22 .main22-con .right {
  width: calc(100% - 3.33333333rem);
  padding-left: 0.52083333rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main22 .main22-con .right img {
  width: 2.72395833rem;
}
.main23 {
  background: url(../images/bg.jpg) repeat;
  padding: 1px 0 0.83333333rem;
  margin-top: 0.52083333rem;
}
.main23 img {
  width: 100%;
}
.main24 ul {
  display: flex;
  margin: 0 -0.03125rem;
}
.main24 ul li {
  width: 25%;
  padding: 0 0.03125rem;
}
.main24 ul li .item {
  background-color: #fde20c;
  height: 2.77604167rem;
  padding: 0.36458333rem 0.26041667rem 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all .3s;
}
.main24 ul li .item::before {
  content: "High-end";
  text-transform: uppercase;
  font-family: "Impact";
  font-size: 0.41666667rem;
  color: #313131;
  opacity: 0.05;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all .3s;
}
.main24 ul li .item .icon {
  width: 0.703125rem;
  height: 0.703125rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all .5s;
}
.main24 ul li .item .icon img {
  width: 45%;
  max-height: 80%;
}
.main24 ul li .item h5 {
  font-size: 0.15625rem;
  color: #313131;
  margin: 0.20833333rem 0 0.15625rem;
  text-align: center;
}
.main24 ul li .item .text {
  text-align: center;
  font-size: 0.10416667rem;
  line-height: 0.20833333rem;
  height: 0.83333333rem;
  overflow: hidden;
  text-align: justify;
}
.main24 ul li:nth-child(even) .item {
  background-color: #f5f5f5;
}
.main24 ul li:nth-child(even) .item .icon {
  background-color: #fde20c;
}
.main24 ul li:first-child .item {
  border-top-left-radius: 0.10416667rem;
  border-bottom-left-radius: 0.10416667rem;
}
.main24 ul li:last-child .item {
  border-top-right-radius: 0.10416667rem;
  border-bottom-right-radius: 0.10416667rem;
}
.main25 {
  margin-top: 0.72916667rem;
  padding: 0.41666667rem 0 0.52083333rem;
  background-color: #f5f5f5;
}
.main25 .title {
  font-size: 0.25rem;
  color: #282728;
  margin-bottom: 0.26041667rem;
}
.main25 .swiper-container {
  margin: 0 -0.05208333rem;
  padding: 0.02604167rem;
}
.main25 .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.main25 .swiper-container .swiper-wrapper .swiper-slide {
  padding: 0 0.02604167rem;
}
.main25.main25-2 {
  margin-top: 0.41666667rem;
}
.main25.main25-3 {
  background: none;
  margin-top: 0;
  padding: 0.41666667rem 0 0;
}
.main26 .title4 {
  margin-bottom: 0;
}
.main26 .main26-con {
  margin-top: 0.57291667rem;
  overflow: hidden;
}
.main26 .main26-con ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.546875rem;
}
.main26 .main26-con ul li {
  width: 50%;
  padding: 0 0.546875rem;
}
.main26 .main26-con ul li .item {
  border-top: 1px solid #e5e5e5;
  padding: 0.15625rem 0;
  display: flex;
}
.main26 .main26-con ul li .item .icon {
  width: 0.83333333rem;
}
.main26 .main26-con ul li .item .icon img {
  max-width: 80%;
}
.main26 .main26-con ul li .item .text-box {
  width: calc(100% - 0.83333333rem);
}
.main26 .main26-con ul li .item .text-box h5 {
  font-size: 0.15625rem;
  color: #282728;
  background: url(../images/icon20.png) no-repeat right center / 0.078125rem auto;
}
.main26 .main26-con ul li .item .text-box .text {
  font-size: 0.09375rem;
  color: #282728;
  line-height: 1.8;
  margin-top: 0.15625rem;
}
.main27 {
  background: url(../images/bg.jpg) repeat;
  padding: 1px 0 0.52083333rem;
  margin-top: 0.36458333rem;
}
.main28 .title4 h5 {
  position: initial;
}
.main28 .main28-con {
  overflow: hidden;
}
.main28 .main28-con ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.10416667rem;
}
.main28 .main28-con ul li {
  width: 25%;
  padding: 0 0.10416667rem;
  margin-bottom: 0.20833333rem;
}
.main28 .main28-con ul li .item {
  background-color: #fafafa;
  border-radius: 0.10416667rem;
  padding: 0.20833333rem;
  cursor: default;
  transition: all .3s;
}
.main28 .main28-con ul li .item .icon {
  height: 0.36458333rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main28 .main28-con ul li .item .icon img {
  height: 90%;
}
.main28 .main28-con ul li .item h5 {
  font-size: 0.15625rem;
  color: #313131;
  margin: 0.20833333rem 0 0.3125rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main28 .main28-con ul li .item .text {
  font-size: 0.09375rem;
  line-height: 0.15625rem;
  height: 0.65104167rem;
  overflow: hidden;
  text-align: justify;
}
.main29 {
  background: url(../images/bg.jpg) repeat;
  margin-top: 0.36458333rem;
  padding: 1px 0 0.52083333rem;
}
.main30 {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9000;
  transform: translateY(-50%);
}
.main30 ul li {
  margin: 2px 0;
}
.main30 ul li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 0.52083333rem;
  height: 0.52083333rem;
  background-color: #403D40;
  border-top-left-radius: 0.05208333rem;
  border-bottom-left-radius: 0.05208333rem;
  position: relative;
  transition: all .3s;
}
.main30 ul li a::before {
  content: "";
  width: calc(100% - 0.05208333rem);
  height: calc(100% - 0.05208333rem);
  border: 1px solid #FCE20F;
  border-top-left-radius: 0.05208333rem;
  border-bottom-left-radius: 0.05208333rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.main30 ul li a i {
  font-size: 0.15625rem;
  color: #FCE20F;
  line-height: 1;
  transition: all .3s;
}
.main30 ul li a p {
  font-size: 0.09375rem;
  color: #FCE20F;
  line-height: 1;
  margin-top: 0.0625rem;
  transition: all .3s;
}
.main30 ul li a .phone {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  padding-right: 0.05208333rem;
}
.main30 ul li a .phone .con {
  width: 0;
  height: 0.52083333rem;
  background-color: #282728;
  font-size: 0.15625rem;
  color: #FCE20F;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.05208333rem;
  overflow: hidden;
  transition: all .3s;
  white-space: nowrap;
  opacity: 0;
}
.main30 ul li a .phone .con.con-2 {
  height: 1.04166667rem;
}
.main30 ul li a .phone .con.con-2 img {
  width: 0.78125rem;
  height: 0.78125rem;
}
.main30 ul li a:hover {
  background-color: #FCE20F;
}
.main30 ul li a:hover i,
.main30 ul li a:hover p {
  color: #000;
}
.main30 ul li a:hover::before {
  border-color: #000;
}
.main30 ul li a:hover .phone .con {
  width: 1.5625rem;
  opacity: 1;
}
.main31 {
  position: fixed;
  top: -100%;
  left: 50%;
  z-index: 7000;
  width: 3.54166667rem;
  background: url(../images/bg3.jpg) no-repeat center center / cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
  border-radius: 0.078125rem;
  color: #282728;
  padding: 0.10416667rem;
  transition: all .3s;
}
.main31 .con {
  position: relative;
  border: 1px solid #3f3a39;
  padding: 0.20833333rem;
  border-radius: 0.078125rem;
}
.main31 .con .title {
  font-size: 0.23958333rem;
}
.main31 .con .text {
  font-size: 0.09375rem;
  line-height: 2;
  margin: 0.15625rem 0;
  color: #4c4b4c;
}
.main31 .con .phone {
  font-size: 0.1875rem;
  font-family: "impact";
  color: #403e40;
}
.main31 .con ul {
  display: flex;
  margin-top: 0.20833333rem;
}
.main31 .con ul li {
  margin-right: 0.10416667rem;
}
.main31 .con ul li a {
  display: block;
  width: 0.9375rem;
  line-height: 0.28125rem;
  font-size: 0.125rem;
  color: #403e40;
  border-radius: 0.3125rem;
  text-align: center;
  border: 1px solid #282728;
  transition: all .3s;
}
.main31 .con .qrcode {
  position: absolute;
  bottom: 0.20833333rem;
  right: 0.20833333rem;
  width: 0.78125rem;
  height: 0.78125rem;
}
.main31.active {
  top: 50%;
}
.main32 {
  padding: 0.26041667rem 0;
  display: flex;
  flex-wrap: wrap;
}
.main32 .left {
  width: 2.1875rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main32 .left h5 {
  font-size: 0.15625rem;
  font-weight: bold;
  color: #000;
}
.main32 .left ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.15625rem;
}
.main32 .left ul li {
  padding: 0 0.10416667rem;
  line-height: 0.20833333rem;
  font-size: 0.09375rem;
  color: #000;
  background-color: #eee;
  border-radius: 0.20833333rem;
  margin: 0.05208333rem 0.05208333rem 0 0;
  cursor: default;
  transition: all .3s;
}
.main32 .right {
  width: calc(100% - 2.1875rem);
  border-left: 1px solid #ccc;
  padding-left: 0.52083333rem;
}
.main32 .right .title {
  font-size: 0.15625rem;
  font-weight: bold;
}
.main32 .right .text {
  font-size: 0.09375rem;
  line-height: 2;
  color: #999;
  margin-top: 0.10416667rem;
}
.main33 {
  background-color: #FAFAFA;
  padding: 0.41666667rem 0;
}
.main33 .main33-con .title {
  display: flex;
  justify-content: center;
  margin-bottom: 0.41666667rem;
}
.main33 .main33-con .title h5 {
  font-size: 0.15625rem;
  text-align: center;
  background: url(../images/icon_yanse.png) no-repeat 0 center / 0.16666667rem auto;
  padding-left: 0.234375rem;
  line-height: 0.15625rem;
}
.main33 .main33-con ul {
  display: flex;
  flex-wrap: wrap;
}
.main33 .main33-con ul li {
  width: 33.33333%;
  height: 2.08333333rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main33 .main33-con ul li .text-box {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 0.10416667rem;
}
.main33 .main33-con ul li .text-box h5 {
  font-size: 0.15625rem;
  font-weight: bold;
}
.main33 .main33-con ul li .text-box p {
  font-size: 0.09375rem;
  margin-top: 0.05208333rem;
}
.main34 {
  margin: 0.26041667rem 0;
}
.main34 .main34-con {
  height: 4.47916667rem;
  background: #f8f8f8 url(../images/design_bg.png) no-repeat center center / contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main34 .main34-con .gundong {
  width: 5.63541667rem;
  height: 3.23958333rem;
  background: url(../images/pc_bg.png) no-repeat center center / cover;
  padding: 0.234375rem 0.75520833rem 0.44270833rem;
}
.main34 .main34-con .gundong .swiper-container {
  height: 100%;
}
.main34 .main34-con .gundong .swiper-container .swiper-slide {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main34 .main34-con .gundong .swiper-container .swiper-pagination {
  bottom: 0.10416667rem;
  line-height: 1;
}
.main34 .main34-con .gundong .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.078125rem;
  height: 0.078125rem;
  background-color: #fde20c;
}
.main35 .main35-con .title {
  display: flex;
  justify-content: center;
  margin-bottom: 0.26041667rem;
}
.main35 .main35-con .title h5 {
  font-size: 0.15625rem;
  background: url(../images/icon_page.png) no-repeat 0 center / 0.16666667rem auto;
  line-height: 0.15625rem;
  padding-left: 0.26041667rem;
}
.main35 .main35-con .con {
  background-color: #F8F8F8;
  padding: 0.26041667rem;
  font-size: 0.09375rem;
  line-height: 1.8;
}
.main35 .main35-con .con img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.main36 {
  background-color: #F8F8F8;
  padding: 0.26041667rem 0;
  margin: 0.26041667rem 0;
}
.main36 .main36-con {
  display: flex;
  justify-content: center;
}
.main36 .main36-con .title {
  font-size: 0.26041667rem;
  font-weight: lighter;
  text-align: center;
  margin-bottom: 0.3125rem;
  color: #333;
}
.main36 .main36-con ul {
  display: flex;
  justify-content: space-between;
}
.main36 .main36-con ul li a {
  font-size: 0.15625rem;
  font-weight: lighter;
  color: #333;
  position: relative;
}
.main36 .main36-con ul li a::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0.36458333rem;
  transition: all .3s;
}
.main36 .main36-con ul li a i {
  width: 0.26041667rem;
  height: 0.26041667rem;
  border: 1px solid #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}
.main36 .main36-con ul li a i::before {
  content: "\e63f";
  font-family: "iconfont";
  font-style: normal;
  font-size: 0.13020833rem;
  color: #333;
  transition: all .3s;
}
.main36 .main36-con ul li:nth-child(1) a {
  padding-left: 0.36458333rem;
}
.main36 .main36-con ul li:nth-child(1) a i {
  left: 0;
}
.main36 .main36-con ul li:nth-child(1) a i::before {
  transform: rotate(225deg);
}
.main36 .main36-con ul li:nth-child(2) a {
  padding-right: 0.36458333rem;
}
.main36 .main36-con ul li:nth-child(2) a::before {
  left: 0;
}
.main36 .main36-con ul li:nth-child(2) a i {
  right: 0;
}
.main36 .main36-con ul li:nth-child(2) a i::before {
  transform: rotate(-45deg);
}
.main37 .title {
  font-size: 0.15625rem;
  text-align: center;
  margin-bottom: 0.26041667rem;
  padding-bottom: 0.15625rem;
  background: url(../images/al_arrow.png) no-repeat center bottom / 0.16666667rem auto;
}
.main37 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.078125rem;
}
.main37 ul li {
  width: 33.33333%;
  padding: 0 0.078125rem;
  margin-bottom: 0.15625rem;
}
.main38 {
  margin-bottom: 0.26041667rem;
}
.main38 .title4 {
  margin-bottom: 0;
}
.main38 .main38-con {
  margin-top: 0.625rem;
}
.main38 .main38-con ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.13020833rem 0.26041667rem;
}
.main38 .main38-con ul li {
  width: 33.3333333%;
  padding: 0 0.13020833rem;
  margin-bottom: 0.26041667rem;
}
.main39 {
  padding: 0 0.15625rem 0.26041667rem;
  position: relative;
}
.main39::before {
  content: "";
  width: 100%;
  height: 1.5625rem;
  background-color: #b1d1e8;
  position: absolute;
  top: 0;
  left: 0;
}
.main39 .main39_con {
  position: relative;
}
.main39 .main39_con .main39_title {
  font-size: 0.15625rem;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0.02604167rem 0.05208333rem rgba(0, 0, 0, 0.3);
  padding: 0.10416667rem 0.05208333rem;
  border-bottom-left-radius: 0.05208333rem;
  border-bottom-right-radius: 0.05208333rem;
}
.main39 .main39_con .main39_title2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.15625rem 0;
}
.main39 .main39_con .main39_title2 .left a {
  font-size: 0.09375rem;
  color: #0180AF;
  text-decoration: underline !important;
}
.main39 .main39_con .main39_title2 .right {
  font-size: 0.09375rem;
  font-weight: bold;
  margin-left: 0.26041667rem;
}
.main39 .main39_con .con_box {
  box-shadow: 0 0.02604167rem 0.05208333rem rgba(0, 0, 0, 0.3);
  padding: 0.10416667rem;
  background-color: #fff;
  border-radius: 0.05208333rem;
}
.main39 .main39_con .con_box .item {
  margin-top: 0.10416667rem;
}
.main39 .main39_con .con_box .item .bt {
  background-color: #ddd;
  line-height: 0.26041667rem;
  padding: 0 0.05208333rem;
  font-size: 0.09375rem;
}
.main39 .main39_con .con_box .item ul {
  margin-top: 0.05208333rem;
}
.main39 .main39_con .con_box .item ul li {
  border-bottom: #dddddd 0.00520833rem solid;
  padding: 0.02604167rem;
}
.main39 .main39_con .con_box .item ul li a {
  font-size: 0.08333333rem;
  color: #0180AF;
  text-decoration: underline !important;
}
.main39 .main39_con .con_box .item:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .more1:hover {
    background-color: #d7c008;
  }
  .news1:hover {
    background-color: #fff;
    box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  }
  .news1:hover::after {
    opacity: 1;
  }
  .news2:hover .img {
    transform: scale(1.1);
  }
  .news2:hover .text_box {
    bottom: 0;
  }
  .news3:hover .imgbox .img {
    transform: scale(1.1);
  }
  .news3:hover .more1 {
    background-color: #d7c008;
  }
  .news4 li a:hover::before {
    width: 100%;
  }
  .news4 li a:hover p {
    background-color: #fde20c;
    border-color: #fde20c;
  }
  .news4 li a:hover .text {
    color: #000;
  }
  .news5:hover {
    box-shadow: 0 0.02604167rem 0.05208333rem rgba(0, 0, 0, 0.1);
    top: -0.02604167rem;
  }
  .news5:hover h5::before {
    width: calc(100% - 0.15625rem);
    height: 0.015625rem;
    bottom: 0;
    left: 0.15625rem;
    transform: none;
  }
  .news5:hover .bottom .more {
    background-color: #fde20c;
  }
  .news5:hover .bottom .more img {
    transform: rotate(45deg);
  }
  .news5.news5-2:hover h5::before {
    width: 0.02604167rem;
  }
  .news6:hover .img {
    transform: scale(1.1);
  }
  .news6:hover .text-box h5 {
    color: #fde20c;
  }
  .news8:hover {
    border-color: #f8b62b;
  }
  .news8:hover img {
    transform: scale(1.1);
  }
  .main6 .main6_con_1 ul li a:hover {
    transform: rotateY(-5deg);
    z-index: 2;
  }
  .main6 .main6_con_1 ul li a:hover .imgbox .img {
    transform: scale(1.03);
  }
  .main9 .main9_con_2 .item .con .swiper-container .swiper-slide a:hover {
    color: #008CFF;
  }
  .main10 .main10-1:hover .left .title h5 {
    transform: scale(0.6);
  }
  .main10 .main10-1:hover .left .title p {
    transform: scale(0.8) translateY(-0.36458333rem);
  }
  .main10 .main10-1:hover .left .text {
    opacity: 0;
  }
  .main10 .main10-1:hover .left .bg-icon {
    bottom: 0.96354167rem;
    opacity: 1;
  }
  .main10 .main10-1:hover .left ul li .list {
    padding-left: 0.10416667rem;
    font-weight: bold;
  }
  .main10 .main10-1:hover .left ul li .list::before {
    width: 0.078125rem;
    border-radius: 0;
  }
  .main10 .main10-2 .item.applet:hover .bg-icon {
    bottom: 1.66666667rem;
  }
  .main10 .main10-2 .item.vision:hover .bg-icon {
    bottom: 1.35416667rem;
  }
  .main10 .main10-2 .item.operation:hover .bg-icon {
    bottom: 1.25rem;
  }
  .main10 .main10-2 .item:hover .title h5 {
    transform: scale(0.6);
  }
  .main10 .main10-2 .item:hover .title h6 {
    transform: scale(0.8) translateY(-0.36458333rem);
  }
  .main10 .main10-2 .item:hover .title .text {
    opacity: 0;
  }
  .main10 .main10-2 .item:hover .bg-icon {
    opacity: 1;
  }
  .main10 .main10-2 .item:hover ul li .list {
    padding-left: 0.10416667rem;
    font-weight: bold;
  }
  .main10 .main10-2 .item:hover ul li .list::before {
    width: 0.078125rem;
    border-radius: 0;
  }
  .main21 ul li a:hover {
    background-color: #fde20c;
  }
  .main22 .main22-con .left ul li.active h5 {
    font-weight: bold;
  }
  .main24 ul li .item:hover::before {
    transform: translate(-50%, -0.26041667rem);
  }
  .main24 ul li .item:hover .icon {
    transform: rotate(360deg);
  }
  .main28 .main28-con ul li .item:hover {
    background-color: #fde20c;
  }
  .main31 .con ul li a:hover {
    background-color: #fde20c;
    border-color: #fde20c;
  }
  .main32 .left ul li:hover {
    background-color: #fde20c;
  }
  .main36 .main36-con ul li a:hover::before {
    width: calc(100% - 0.36458333rem);
  }
  .main36 .main36-con ul li a:hover i {
    border-color: #fde20c;
    background-color: #fde20c;
  }
}
@media (max-width: 1360px) {
  .video_popup .con_box {
    width: 80%;
    height: 80%;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 60px;
  }
  .container-box {
    max-width: 1530px;
  }
  .video_popup .con_box {
    width: 90%;
    height: auto;
    height: 400px;
  }
  .video_popup .con_box i.colse {
    font-size: 30px;
    transform: translateX(50%) rotate(45deg);
    top: 100%;
    right: 50%;
  }
  .video_popup.active {
    top: 0;
  }
  header .container-box {
    height: 60px;
  }
  header .container-box .logo img {
    max-width: initial;
    max-height: 40px;
  }
  header .container-box .logo .text {
    font-size: 12px;
    margin-left: 10px;
    padding-left: 10px;
    line-height: 30px;
    border-left: 1px solid #e5e5e5;
  }
  header.active .container-box {
    height: 60px;
  }
  header.active .container-box .logo img {
    max-height: 40px;
  }
  header.active .container-box .logo .text {
    line-height: 30px;
  }
  .banner {
    position: relative;
    overflow: hidden;
    height: auto;
  }
  .banner .swiper-container .swiper-slide {
    position: relative;
  }
  .banner .swiper-pagination {
    bottom: 5px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border: 1px solid #333;
  }
  .banner .dh {
    left: 15px;
    bottom: 10px;
    z-index: 100;
  }
  .banner .dh .img1 {
    width: 15px;
  }
  @keyframes shubiao {
    from {
      transform: translateY(-0.10090817rem);
    }
    to {
      transform: translateY(0.20181635rem);
    }
  }
  .banner .dh .img2 {
    width: 12px;
    margin-top: 5px;
  }
  .title1 p {
    font-size: 30px;
  }
  .title1 p::before {
    width: 35px;
    height: 35px;
    left: -10px;
  }
  .title1 h5 {
    font-size: 20px;
    margin-top: 12px;
  }
  .main3-title h5 {
    font-size: 20px;
  }
  .main3-title .text {
    font-size: 14px;
    margin-top: 20px;
  }
  .more1 {
    width: 180px;
    height: 40px;
    border-radius: 40px;
    padding-right: 10px;
    box-shadow: 0 0 5px 10px rgba(253, 226, 12, 0.2);
    background-position: 18px center;
    background-size: 15px auto;
  }
  .more1 p {
    font-size: 14px;
  }
  .more1 p::before {
    width: 50px;
    height: 1px;
    margin-right: 17px;
  }
  .more1.more1-2 {
    background-size: 20px auto;
  }
  .more1-box {
    flex-direction: column;
  }
  .more1-box h5 {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  .news1 {
    border: 1px solid #e5e5e5;
    height: 5.04540868rem;
    padding: 0.30272452rem 0 1.00908174rem;
  }
  .news1 .imgbox {
    height: 1.00908174rem;
  }
  .news1 .imgbox::before {
    width: 0.01009082rem;
    height: 0.30272452rem;
    margin-top: 0.20181635rem;
  }
  .news1 h5 {
    font-size: 0.20181635rem;
    margin: 0.80726539rem 0 0.30272452rem;
  }
  .news1 ul li {
    font-size: 0.18163471rem;
  }
  .news1::before {
    height: 0.12108981rem;
    background: url(../images/icon9.png) no-repeat center center / auto 0.12108981rem;
    bottom: 0.20181635rem;
  }
  .news2 {
    border-radius: 10px;
  }
  .news2 .img {
    height: 2.62361251rem;
    border-radius: 10px;
  }
  .news2 .img .text-box {
    bottom: 10px;
    padding-left: 10px;
  }
  .news2 .img .text-box h5 {
    font-size: 14px;
  }
  .news2 .img .text-box .text {
    font-size: 12px;
    margin-top: 5px;
  }
  .news2 .mask {
    border-radius: 10px;
  }
  .news2 .mask img {
    width: 2.1493441rem;
  }
  .news3 .imgbox {
    border-radius: 15px;
    width: 100%;
  }
  .news3 .imgbox .img {
    height: 6.05449041rem;
  }
  .news3 .text-box {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .news3 .text-box .date {
    font-size: 14px;
  }
  .news3 .text-box h5 {
    font-size: 20px;
    margin: 20px 0;
  }
  .news3 .text-box .text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .news4 {
    margin: 0;
  }
  .news4 li {
    width: 100%;
    padding: 0;
  }
  .news4 li a {
    padding: 10px 0;
  }
  .news4 li a p {
    width: 100px;
    font-size: 12px;
    line-height: 35px;
    border-radius: 35px;
  }
  .news4 li a .text {
    font-size: 14px;
    width: calc(100% - 100px);
    padding-left: 20px;
  }
  .news4 li:first-child a,
  .news4 li:nth-child(2) a {
    border-top: 1px solid #e2e2e2;
  }
  .news4 li:nth-child(2) a {
    border-top: none;
  }
  .main1 {
    padding: 30px 0;
  }
  .main1 .main1-con {
    padding-right: 0;
  }
  .main1 .main1-con .text {
    font-size: 14px;
    margin: 30px 0;
  }
  .main1 .main1-con .shuzi {
    position: initial;
    top: 50%;
    right: 0;
    transform: none;
    margin-top: 50px;
  }
  .main1 .main1-con .shuzi .img1 {
    width: 160px;
    animation: shuzi 1.5s infinite alternate;
  }
  .main1 .main1-con .shuzi .img2 {
    width: 240px;
  }
  @keyframes shuzi {
    from {
      transform: translateY(-5px);
    }
    to {
      transform: translateY(10px);
    }
  }
  .main2 {
    padding: 30px 0;
    border-top: 1px solid #dcdcdc;
    position: relative;
  }
  .main2 ul li h5 {
    font-size: 30px;
  }
  .main2 ul li h5 sup {
    font-size: 12px;
    right: -10px;
  }
  .main2 ul li p {
    font-size: 14px;
    margin-top: 20px;
  }
  .main3 {
    padding: 30px 0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
  .main3 .main3-con {
    margin: 30px 0;
    display: block;
  }
  .main3 .main3-con .swiper-container {
    position: relative;
    padding-bottom: 30px;
  }
  .main3 .main3-con .swiper-container .swiper-slide {
    height: 5.04540868rem;
    padding: 0;
  }
  .main3 .main3-con .swiper-container .swiper-slide .img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }
  .main3 .main3-con .swiper-container .swiper-slide.swiper-slide-prev {
    padding-right: 0.20181635rem;
  }
  .main3 .main3-con .swiper-container .swiper-slide.swiper-slide-next {
    padding-left: 0.20181635rem;
  }
  .main3 .main3-con .swiper-container .swiper-pagination {
    bottom: 0;
  }
  .main3 .main3-con .swiper-container .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 #333;
  }
  .main3 .main3-con .swiper-container .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .main3 .main3-con .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fde20c;
    border-color: #fde20c;
  }
  .main3 .bottom-zi {
    font-size: 2.01816347rem;
    letter-spacing: 0.30272452rem;
    margin-top: -1.00908174rem;
  }
  .main3 .more1-box h5 {
    margin-right: 0;
  }
  .main4 {
    padding: 30px 0;
  }
  .main4 .main4-con {
    margin: 30px 0;
    position: relative;
  }
  .main4 .main4-con ul {
    padding: 20px 0;
    border-radius: 60px;
  }
  .main4 .main4-con ul li {
    width: 60px;
    line-height: 40px;
  }
  .main4 .main4-con ul li b {
    font-size: 20px;
    opacity: 1;
  }
  .main4 .main4-con ul li b::before {
    height: 2px;
    margin-left: 10px;
    display: none;
  }
  .main4 .main4-con ul li p {
    font-size: 16px;
    font-weight: bold;
    left: 100px;
    line-height: 40px;
    padding-left: 15px;
  }
  .main4 .main4-con ul li p::before {
    width: 5px;
    height: 5px;
  }
  .main4 .main4-con ul li.active b::before {
    width: 40px;
  }
  .main4 .main4-con ul li.active p {
    font-size: 16px;
    left: 100px;
  }
  .main4 .main4-con .icon-box {
    position: absolute;
    top: 0.30272452rem;
    right: 1.00908174rem;
  }
  .main4::before {
    width: 800px;
    height: 800px;
    transform: translate(50px, -50%);
  }
  .main4 .more1-box h5 {
    margin-left: 0;
  }
  .main5 {
    padding: 30px 0;
  }
  .main5 .main5-con {
    margin: 30px -5px 20px;
  }
  .main5 .main5-con .item {
    padding: 0 5px;
  }
  .main5 .main5-con .item:nth-child(even) .news1::after {
    left: auto;
    right: -200px;
  }
  .main5 .more1-box h5 {
    margin: 0 0 20px;
  }
  .main6 {
    padding: 30px 0;
  }
  .main6 .main6_con_1 {
    margin-top: 30px;
  }
  .main6 .main6_con_1 ul {
    padding: 0 10px;
  }
  .main6 .main6_con_1 ul li {
    padding: 0 5px;
  }
  .main6 .main6_con_1 ul li a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .main6 .main6_con_1 ul li a .text_box h5 {
    font-size: 0.36326942rem;
  }
  .main6 .main6_con_1 ul li a .text_box p {
    font-size: 0.25227043rem;
  }
  .main6 .main6_con_1 ul li a .imgbox {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-width: 5px;
  }
  .main6 .main6_con_1 ul li a .imgbox .imgbox2 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .main6 .main6_con_2 ul {
    margin: 30px -5px 30px;
  }
  .main6 .main6_con_2 ul li {
    width: 33.33333333%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main6 .main6_con_2 ul li .news2 .img {
    height: 2.62361251rem;
  }
  .main6 .main6_con_2 ul li:first-child {
    width: 66.66666666%;
  }
  .main7 {
    padding: 30px 0;
  }
  .main7 .title1-box {
    display: block;
  }
  .main7 .title1-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 30px 0;
  }
  .main7 .title1-box ul li {
    padding: 0 15px;
  }
  .main7 .title1-box ul li::before {
    width: 2px;
    height: 16px;
  }
  .main7 .title1-box ul li a {
    font-size: 16px;
  }
  .main7 .title1-box ul li a::after {
    height: 5px;
  }
  .main7 .title1-box ul li a p {
    padding-left: 8px;
  }
  .main7 .title1-box ul li a p::before {
    width: 5px;
    height: 5px;
  }
  .main7 .title1-box ul li a.active::after {
    width: 100%;
  }
  .main7 .title1-box ul li a.active p {
    transform: scale(1.1);
    font-weight: bold;
  }
  .main7 .title1-box ul li:first-child {
    padding-left: 0;
  }
  .main7 .title1-box ul li:first-child::before {
    display: none;
  }
  .main7 .title1-box ul li:last-child {
    padding-right: 0;
  }
  .main7 .news3 {
    margin: 30px 0;
  }
  .main8 .main8-con {
    padding: 30px 0;
  }
  .main8 .main8-con .right {
    width: 100%;
    border-radius: 15px;
    padding: 30px 20px;
  }
  .main8 .main8-con .right::before {
    width: 5.14631685rem;
    height: 5.14631685rem;
    top: -3.22906155rem;
    right: -1.21089808rem;
  }
  .main8 .main8-con .right .title {
    font-size: 20px;
  }
  .main8 .main8-con .right .ul-1 {
    margin: 30px 0;
  }
  .main8 .main8-con .right .ul-1 li .con {
    font-size: 14px;
    line-height: 40px;
    padding-left: 30px;
  }
  .main8 .main8-con .right .ul-1 li .con::before {
    width: 20px;
    height: 20px;
  }
  .main8 .main8-con .right .ul-2 {
    margin: 0 -5px;
  }
  .main8 .main8-con .right .ul-2 li {
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .main8 .main8-con .right .ul-2 li p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .main8 .main8-con .right .ul-2 li input {
    height: 40px;
    border-radius: 40px;
    padding: 0 25px;
  }
  .main8 .main8-con .right button {
    width: 150px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 16px;
  }
  .main9 .main9-con {
    padding: 30px 0;
    display: block;
  }
  .main9 .main9-con .left {
    width: 100%;
    padding: 0;
    border: none;
  }
  .main9 .main9-con .left ul {
    display: flex;
    justify-content: space-between;
  }
  .main9 .main9-con .left ul li a .img {
    width: 60px;
    height: 60px;
  }
  .main9 .main9-con .left ul li a .img img {
    max-width: 90%;
    max-height: 90%;
  }
  .main9 .main9-con .left ul li a .qrCode {
    transform: translate(-50%, -20px) rotateX(90deg);
    border: 5px solid #fde20c;
    border-radius: 10px;
    width: 120px;
    height: 120px;
  }
  .main9 .main9-con .left ul li a h5 {
    margin-top: 10px;
    font-size: 14px;
  }
  .main9 .main9-con .left ul li a:hover .qrCode {
    transform: translate(-50%, -20px) rotateX(0);
  }
  .main9 .main9-con .left ul li:first-child a .qrCode {
    left: 0;
    transform: translate(0, -20px) rotateX(90deg);
  }
  .main9 .main9-con .left ul li:first-child a:hover .qrCode {
    transform: translate(0, -20px) rotateX(0);
  }
  .main9 .main9-con .left ul li:last-child a .qrCode {
    left: auto;
    right: 0;
    transform: translate(0, -20px) rotateX(90deg);
  }
  .main9 .main9-con .left ul li:last-child a:hover .qrCode {
    transform: translate(0, -20px) rotateX(0);
  }
  .main9 .main9-con .middle {
    width: 100%;
    display: flex;
    justify-content: center;
    border-right: none;
    margin: 20px 0;
  }
  .main9 .main9-con .middle h5 {
    font-size: 14px;
  }
  .main9 .main9-con .middle p {
    font-size: 20px;
    margin-top: 10px;
  }
  .main9 .main9-con .right {
    width: 100%;
    padding-left: 0;
  }
  .main9 .main9-con .right h5 {
    font-size: 16px;
    color: #403e40;
  }
  .main9 .main9-con .right ul {
    margin-top: 10px;
  }
  .main9 .main9-con .right ul li {
    font-size: 14px;
    line-height: 2;
  }
  .main9 .main9-con .right ul li i {
    margin-right: 5px;
    font-size: 14px;
  }
  .main9 .main9_con_2 {
    padding-top: 30px;
  }
  .main9 .main9_con_2 .item {
    margin-top: 20px;
  }
  .main9 .main9_con_2 .item .bt {
    width: 80px;
    font-size: 16px;
  }
  .main9 .main9_con_2 .item .bt::before {
    content: ":";
    right: -10px;
  }
  .main9 .main9_con_2 .item .con {
    width: calc(100% - 80px);
    padding-left: 20px;
  }
  .main9 .main9_con_2 .item .con .swiper-container .swiper-slide {
    margin-right: 20px;
  }
  .main9 .main9_con_2 .item .con .swiper-container .swiper-slide a {
    font-size: 16px;
  }
  footer {
    padding: 20px 0;
    font-size: 14px;
  }
  .title2 {
    line-height: 1;
    padding-bottom: 30px;
    margin: 30px 0;
  }
  .title2 h5 {
    font-size: 20px;
  }
  .title2.title2-2 {
    border: none;
    padding: 0;
    margin: 0 0 30px;
  }
  .title2.title2-3 {
    margin-bottom: 30px;
  }
  .main10 .main10-1 {
    padding: 30px 10px;
  }
  .main10 .main10-1 .left {
    width: 100%;
  }
  .main10 .main10-1 .left .title h5 {
    font-size: 30px;
  }
  .main10 .main10-1 .left .title p {
    font-size: 20px;
    margin-top: 20px;
    text-shadow: 0 10px 15px #fde20c;
  }
  .main10 .main10-1 .left .text {
    font-size: 16px;
    margin: 30px 0;
  }
  .main10 .main10-1 .left ul {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
    margin-bottom: 50px;
  }
  .main10 .main10-1 .left ul li {
    width: 50%;
  }
  .main10 .main10-1 .left ul li .list {
    color: #313131;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    position: relative;
    padding-left: 10px;
    transition: all .3s;
  }
  .main10 .main10-1 .left ul li .list::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #313131;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all .3s;
  }
  .main10 .main10-1 .left ul li:last-child a::before {
    display: none;
  }
  .main10 .main10-1 .right {
    width: 100%;
    text-align: center;
  }
  .main10 .main10-1 .right img {
    width: 6.88193744rem;
  }
  .main10 .main10-2 .item .title h5 {
    font-size: 30px;
  }
  .main10 .main10-2 .item .title h6 {
    font-size: 20px;
    margin: 30px 0;
  }
  .main10 .main10-2 .item .title .text {
    font-size: 14px;
  }
  .main10 .main10-2 .item ul {
    margin-top: 30px;
  }
  .main10 .main10-2 .item ul li .list {
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
  }
  .main10 .main10-2 .item ul li .list::before {
    width: 4px;
    height: 4px;
  }
  .main10 .main10-2 .item .bg_text {
    font-size: 4.13723512rem;
    right: 0.60544904rem;
    bottom: 0.40363269rem;
  }
  .main10 .main10-2 .item.applet {
    height: auto;
    padding: 30px 10px;
  }
  .main10 .main10-2 .item.applet .img-1 {
    width: 4.419778rem;
    margin: 0 auto 30px;
  }
  .main10 .main10-2 .item.vision {
    padding: 30px 10px;
  }
  .main10 .main10-2 .item.operation {
    padding: 30px 10px;
  }
  .main10 .main10-2 .left {
    width: 100%;
  }
  .main10 .main10-2 .right {
    width: 100%;
  }
  .main10 .main10-2 .right .item {
    height: auto;
    padding: 30px 10px;
  }
  .main11 {
    padding: 30px 0 20px;
    margin-top: 30px;
  }
  .main11 ul {
    margin: 0 -5px;
  }
  .main11 ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .news5 {
    border-radius: 15px;
    padding: 10px 10px 10px 0;
  }
  .news5 p {
    font-size: 14px;
    padding-left: 10px;
  }
  .news5 h5 {
    font-size: 16px;
    margin: 15px 0;
    padding-left: 10px;
    position: relative;
  }
  .news5 h5 span {
    position: relative;
  }
  .news5 h5::before {
    width: 3px;
    height: 16px;
  }
  .news5 .text {
    font-size: 14px;
    line-height: 25px;
    padding-left: 10px;
    height: 50px;
  }
  .news5 .bottom {
    margin-top: 10px;
  }
  .news5 .bottom .more {
    width: 40px;
    height: 40px;
  }
  .news5 .bottom .more img {
    width: 20px;
  }
  .news5.news5-2 {
    padding: 10px 10px 10px 0;
  }
  .news5.news5-2 h5::before {
    height: 16px;
    top: 3px;
  }
  .news5.news5-2 .bottom {
    margin-top: 5px;
  }
  .news5.news5-2:hover h5::before {
    width: 3px;
  }
  .main12 ul {
    margin: 0 -5px 30px;
  }
  .main12 ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .news6 {
    padding-bottom: 0;
    border: none;
    border-radius: 0.20181635rem;
  }
  .news6::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .news6 .imgbox {
    border-radius: 0.20181635rem;
  }
  .news6 .imgbox .img {
    height: 2.62361251rem;
  }
  .news6 .text-box {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 200;
    padding: 10px;
    margin: 0;
  }
  .news6 .text-box h5 {
    font-size: 16px;
    color: #fff;
  }
  .news6 .text-box .text {
    font-size: 14px;
    margin-top: 10px;
    color: #fff;
  }
  .news6 .tag {
    display: none;
  }
  .news6.video-popup .imgbox::after {
    display: none;
  }
  .more2 {
    width: 160px;
    line-height: 50px;
    border-radius: 50px;
    padding-left: 30px;
    background-position: right 30px center;
    background-size: 12px auto;
    font-size: 16px;
  }
  .more2:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  }
  .nav1 ul li:first-child {
    display: none;
  }
  .nav1 a {
    min-width: 2.01816347rem;
    line-height: 0.60544904rem;
    font-size: 0.20181635rem;
    border-radius: 0.70635721rem;
    margin-right: 0.40363269rem;
  }
  .nav1 a span {
    padding-left: 0.20181635rem;
  }
  .nav1 a span::before {
    width: 0.07063572rem;
    height: 0.07063572rem;
  }
  .main13 {
    margin-top: 30px;
  }
  .main13 .left {
    width: 100%;
  }
  .main13 .left .swiper-container {
    padding-bottom: 30px;
  }
  .main13 .left .swiper-container .swiper-pagination {
    bottom: 0;
  }
  .main13 .left .swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    margin: 0 3px;
    transition: all .3s;
    border: 1px solid #333;
  }
  .main13 .left .swiper-container .swiper-pagination-bullet:focus {
    outline: none;
  }
  .main13 .left .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fde20c;
    border-color: #fde20c;
  }
  .news7 {
    border-radius: 0.20181635rem;
  }
  .news7 .img {
    height: 6.05449041rem;
  }
  .news7 h5 {
    line-height: 40px;
    font-size: 14px;
    padding: 0 15px;
  }
  .main14 {
    margin-top: 30px;
  }
  .main14 ul {
    margin: 0 -10px 10px;
  }
  .main14 ul li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .main15 .left {
    width: 100%;
    padding-top: 30px;
    padding-right: 0;
  }
  .main15 .left .title {
    font-size: 25px;
  }
  .main15 .left .date {
    padding: 10px;
    font-size: 14px;
    margin: 20px 0;
  }
  .main15 .left .date span {
    margin-left: 20px;
  }
  .main15 .left .con {
    font-size: 16px;
  }
  .main15 .left .con img {
    margin: 10px auto;
  }
  .main15 .left .tag {
    margin-top: 30px;
  }
  .main15 .left .tag ul li {
    line-height: 40px;
    border-radius: 40px;
    min-width: initial;
    margin-right: 10px;
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .main15 .left .tag ul li span {
    background: url(../images/icon17.png) no-repeat 0 center / 15px auto;
    padding-left: 25px;
  }
  .main15 .right {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
  .main15 .right .con {
    margin-bottom: 30px;
  }
  .main15 .right .con.con-3 .news5 {
    margin-bottom: 10px;
  }
  .main15 .right .con.con-3 .news5:last-child {
    margin-bottom: 0;
  }
  .main15 .right .con:last-child {
    margin-bottom: 0;
  }
  .title3 {
    display: flex;
    margin-bottom: 20px;
  }
  .title3 h5 {
    font-size: 20px;
  }
  .title3 h5::before {
    height: 5px;
  }
  .title3 h5::after {
    display: none;
  }
  .main16 {
    padding: 1px 0;
    margin-top: 30px;
  }
  .main16 ul li {
    margin: 20px 0;
  }
  .main16 ul li a {
    font-size: 14px;
  }
  .main17 .main17-con .right {
    width: 100%;
    font-size: 16px;
    padding-left: 0;
  }
  .main17 .main17-con .right img {
    width: auto;
    margin: 30px 0 0 0;
  }
  .main18 {
    padding: 1px 0 30px;
    margin-top: 30px;
  }
  .main18::before {
    width: 9.68718466rem;
    height: 9.68718466rem;
    left: -3.02724521rem;
    transform: translateY(-2.3814329rem);
  }
  .main18::after {
    content: "";
    width: 5.97376387rem;
    height: 5.97376387rem;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: -2.62361251rem;
    right: -1.17053481rem;
    border-radius: 50%;
  }
  .main18 ul {
    margin: 0 -0.10090817rem;
  }
  .main18 ul li {
    padding: 0 0.10090817rem;
    margin-bottom: 0.30272452rem;
  }
  .main18 ul li .con-box {
    padding-left: 0.22199798rem;
  }
  .main18 ul li .con-box::before {
    content: "";
    width: 1.08980827rem;
    height: 1.08980827rem;
    background-color: #fde20c;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main18 ul li .con-box .item {
    background-color: #fff;
    height: 1.08980827rem;
    display: flex;
    align-items: center;
    border-radius: 1.08980827rem;
    padding-left: 0.30272452rem;
    position: relative;
  }
  .main18 ul li .con-box .item .icon {
    width: 0.80726539rem;
    height: 0.80726539rem;
    background-color: #fde20c;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }
  .main18 ul li .con-box .item .icon img {
    max-width: 80%;
    max-height: 80%;
  }
  .main18 ul li .con-box .item .text-box {
    width: calc(100% - 0.80726539rem);
    padding-left: 0.30272452rem;
  }
  .main18 ul li .con-box .item .text-box h5 {
    font-size: 0.24217962rem;
    color: #282728;
  }
  .main18 ul li .con-box .item .text-box p {
    font-size: 0.18163471rem;
    margin-top: 0.12108981rem;
    color: #282728;
  }
  .main18 ul li:nth-child(even) .con-box {
    padding: 0 0.22199798rem 0 0;
  }
  .main18 ul li:nth-child(even) .con-box::before {
    left: auto;
    right: 0;
  }
  .main18 ul li:nth-child(even) .con-box .item {
    flex-direction: row-reverse;
    text-align: right;
    padding: 0 0.30272452rem 0 0;
  }
  .main18 ul li:nth-child(even) .con-box .item .icon {
    margin: 0;
  }
  .main18 ul li:nth-child(even) .con-box .item .text-box {
    padding: 0 0.30272452rem 0 0;
  }
  .main18 .more1-box {
    margin-top: 0.50454087rem;
  }
  .main18 .more1-box h5 {
    margin-right: 0;
  }
  .title4 {
    margin: 30px 0;
  }
  .title4 h5 {
    font-size: 25px;
    text-shadow: 0 5px 10px #fde20c;
  }
  .title4 p {
    font-size: 80px;
  }
  .title4-text {
    font-size: 14px;
    max-width: 1080px;
  }
  .main19 .main19-con {
    max-width: 1530px;
    padding: 0;
  }
  .main19 .main19-con .con {
    border-radius: 0.20181635rem;
    padding: 0.45408678rem 0.20181635rem 0.80726539rem;
  }
  .main19 .main19-con .con ul .item {
    width: 100%;
  }
  .main19 .main19-con .con ul .item li::before {
    width: 0.18163471rem;
    height: 0.30272452rem;
    top: 0.15136226rem;
    right: -0.07063572rem;
  }
  .main19 .main19-con .con ul .item li b {
    font-size: 0.35317861rem;
    line-height: 0.60544904rem;
  }
  .main19 .main19-con .con ul .item li h5 {
    font-size: 0.35317861rem;
    margin-top: 0.25227043rem;
  }
  .main19 .main19-con .con ul .item.item-1 li:last-child::before {
    display: none;
  }
  .main19 .main19-con .con ul .item.item-2 {
    flex-direction: row-reverse;
    margin-top: 1.00908174rem;
  }
  .main19 .main19-con .con ul .item.item-2 li::before {
    transform: rotateY(-180deg);
  }
  .main19 .main19-con .con ul .item.item-2 li:last-child::before {
    display: block;
  }
  .main19 .main19-con .con ul .item.item-2 li:first-child::before {
    top: -0.60544904rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .main20 {
    margin: 30px 0 0 0;
  }
  .main20 .title h5 {
    font-size: 20px;
  }
  .main20 .title p {
    font-size: 14px;
    margin-top: 15px;
  }
  .main20 ul {
    margin: 30px -5px 0;
  }
  .main20 ul li {
    width: 33.3333333%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .news8 {
    border-radius: 15px;
  }
  .main21 ul {
    margin: 0 -5px;
  }
  .main21 ul li {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .main21 ul li a {
    border-radius: 15px;
    height: auto;
    padding: 30px 0;
  }
  .main21 ul li a .top {
    height: auto;
  }
  .main21 ul li a .top .icon {
    height: 40px;
  }
  .main21 ul li a .top p {
    font-size: 16px;
    margin-top: 20px;
  }
  .main21 ul li a .top .img {
    height: 120px;
  }
  .main21 ul li a h5 {
    font-size: 18px;
    margin-top: 15px;
  }
  .main22 .main22-con {
    margin-top: 30px;
  }
  .main22 .main22-con .left {
    width: 100%;
  }
  .main22 .main22-con .left ul li a {
    padding: 15px 0;
  }
  .main22 .main22-con .left ul li a h5 {
    font-size: 18px;
    background: url(../images/icon20.png) no-repeat right center / 15px auto;
  }
  .main22 .main22-con .left ul li a p {
    font-size: 14px;
    margin-top: 15px;
  }
  .main23 {
    padding: 1px 0 30px;
    margin-top: 30px;
  }
  .main24 ul {
    margin: 0 -5px;
    flex-wrap: wrap;
  }
  .main24 ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main24 ul li .item {
    height: auto;
    padding: 20px 10px;
    background-color: #f5f5f5;
  }
  .main24 ul li .item .icon {
    width: 80px;
    height: 80px;
    background-color: #fde20c;
  }
  .main24 ul li .item h5 {
    font-size: 18px;
    margin: 20px 0;
  }
  .main24 ul li .item .text {
    font-size: 14px;
    line-height: 25px;
    height: 100px;
  }
  .main24 ul li:nth-child(even) .item {
    background-color: #f5f5f5;
  }
  .main24 ul li:nth-child(even) .item .icon {
    background-color: #fde20c;
  }
  .main24 ul li:first-child .item {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .main24 ul li:last-child .item {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .main25 {
    margin-top: 20px;
    padding: 30px 0;
  }
  .main25 .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .main25 .swiper-container {
    margin: 0;
    padding: 5px 0 30px;
  }
  .main25 .swiper-container .swiper-wrapper .swiper-slide {
    padding: 0;
  }
  .main25 .swiper-container .swiper-pagination {
    bottom: 0;
    line-height: 1;
  }
  .main25 .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    margin: 0 3px;
    transition: all .3s;
    border: 1px solid #333;
  }
  .main25 .swiper-container .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .main25 .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fde20c;
    border-color: #fde20c;
  }
  .main26 .main26-con {
    margin-top: 30px;
  }
  .main26 .main26-con ul {
    margin: 0;
  }
  .main26 .main26-con ul li {
    width: 100%;
    padding: 0;
  }
  .main26 .main26-con ul li .item {
    padding: 20px 0;
  }
  .main26 .main26-con ul li .item .icon {
    width: 100px;
  }
  .main26 .main26-con ul li .item .text-box {
    width: calc(100% - 100px);
  }
  .main26 .main26-con ul li .item .text-box h5 {
    font-size: 18px;
    background: url(../images/icon20.png) no-repeat right center / 15px auto;
  }
  .main26 .main26-con ul li .item .text-box .text {
    font-size: 14px;
    margin-top: 15px;
  }
  .main27 {
    padding: 1px 0 30px;
    margin-top: 20px;
  }
  .main27 .img-box {
    padding: 0 50px;
  }
  .main28 .main28-con ul {
    margin: 0 -5px;
  }
  .main28 .main28-con ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main28 .main28-con ul li .item {
    border-radius: 15px;
    padding: 20px 10px;
  }
  .main28 .main28-con ul li .item .icon {
    height: 50px;
  }
  .main28 .main28-con ul li .item h5 {
    font-size: 16px;
    margin: 20px 0;
  }
  .main28 .main28-con ul li .item .text {
    font-size: 14px;
    line-height: 25px;
    height: 100px;
  }
  .main29 {
    margin-top: 30px;
    padding: 1px 0 30px;
  }
  .main29 .main29-con {
    padding: 0 50px;
  }
  .main31 {
    width: 6.8617558rem;
    border-radius: 0.15136226rem;
    padding: 0.20181635rem;
  }
  .main31 .con {
    padding: 0.40363269rem;
    border-radius: 0.15136226rem;
  }
  .main31 .con .title {
    font-size: 0.4641776rem;
  }
  .main31 .con .text {
    font-size: 0.18163471rem;
    margin: 0.30272452rem 0;
  }
  .main31 .con .phone {
    font-size: 0.36326942rem;
  }
  .main31 .con ul {
    margin-top: 0.40363269rem;
  }
  .main31 .con ul li {
    margin-right: 0.20181635rem;
  }
  .main31 .con ul li a {
    width: 1.81634712rem;
    line-height: 0.54490414rem;
    font-size: 0.24217962rem;
    border-radius: 0.60544904rem;
  }
  .main31 .con .qrcode {
    bottom: 0.40363269rem;
    right: 0.40363269rem;
    width: 1.5136226rem;
    height: 1.5136226rem;
  }
  .main32 {
    padding: 0 0 30px;
  }
  .main32 .left {
    width: 100%;
  }
  .main32 .left h5 {
    font-size: 20px;
  }
  .main32 .left ul {
    margin-top: 20px;
  }
  .main32 .left ul li {
    padding: 0 20px;
    line-height: 35px;
    font-size: 14px;
    border-radius: 35px;
    margin: 5px 5px 0 0;
  }
  .main32 .right {
    width: 100%;
    border-left: none;
    padding-left: 0;
    margin-top: 30px;
  }
  .main32 .right .title {
    font-size: 20px;
  }
  .main32 .right .text {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.8;
  }
  .main33 {
    padding: 30px 0;
  }
  .main33 .main33-con .title {
    margin-bottom: 30px;
  }
  .main33 .main33-con .title h5 {
    font-size: 20px;
    background: url(../images/icon_yanse.png) no-repeat 0 center / 20px auto;
    padding-left: 30px;
    line-height: 30px;
  }
  .main33 .main33-con ul li {
    width: 50%;
    height: 4.03632694rem;
  }
  .main33 .main33-con ul li .text-box {
    padding: 10px 20px;
  }
  .main33 .main33-con ul li .text-box h5 {
    font-size: 18px;
  }
  .main33 .main33-con ul li .text-box p {
    font-size: 16px;
    margin-top: 10px;
  }
  .main34 {
    margin: 30px 0;
  }
  .main34 .main34-con {
    height: auto;
    padding: 30px 0;
  }
  .main34 .main34-con .gundong {
    width: 9.28355197rem;
    height: 5.33804238rem;
    padding: 0.38345106rem 1.24117053rem 0.72653885rem;
  }
  .main34 .main34-con .gundong .swiper-container .swiper-pagination {
    bottom: 0.20181635rem;
  }
  .main34 .main34-con .gundong .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 0.15136226rem;
    height: 0.15136226rem;
    margin: 0 0.05045409rem;
  }
  .main35 .main35-con .title {
    margin-bottom: 30px;
  }
  .main35 .main35-con .title h5 {
    font-size: 20px;
    background: url(../images/icon_page.png) no-repeat 0 center / 32px auto;
    line-height: 40px;
    padding-left: 45px;
  }
  .main35 .main35-con .con {
    padding: 30px 10px;
    font-size: 16px;
  }
  .main36 {
    padding: 30px 0;
    margin: 30px 0;
  }
  .main36 .main36-con {
    display: block;
  }
  .main36 .main36-con .title {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .main36 .main36-con ul li a {
    font-size: 0.30272452rem;
  }
  .main36 .main36-con ul li a::before {
    left: 0.70635721rem;
  }
  .main36 .main36-con ul li a i {
    width: 0.50454087rem;
    height: 0.50454087rem;
  }
  .main36 .main36-con ul li a i::before {
    font-size: 0.25227043rem;
  }
  .main36 .main36-con ul li:nth-child(1) a {
    padding-left: 0.70635721rem;
  }
  .main36 .main36-con ul li:nth-child(2) a {
    padding-right: 0.70635721rem;
  }
  .main37 .title {
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    background: url(../images/al_arrow.png) no-repeat center bottom / 25px auto;
  }
  .main37 ul {
    margin: 0 -5px;
  }
  .main37 ul li {
    width: 33.33333%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main38 .main38-con ul {
    margin: 0 -5px 30px;
  }
  .main38 .main38-con ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main39 {
    padding: 0 20px 30px;
  }
  .main39::before {
    height: 300px;
  }
  .main39 .main39_con .main39_title {
    font-size: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    padding: 20px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .main39 .main39_con .main39_title2 {
    padding: 20px 0;
    display: block;
    text-align: center;
  }
  .main39 .main39_con .main39_title2 .left a {
    font-size: 16px;
  }
  .main39 .main39_con .main39_title2 .right {
    font-size: 16px;
    margin-left: 0;
    margin-top: 20px;
  }
  .main39 .main39_con .con_box {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    padding: 10px;
    border-radius: 10px;
  }
  .main39 .main39_con .con_box .item {
    margin-top: 20px;
  }
  .main39 .main39_con .con_box .item .bt {
    line-height: 50px;
    padding: 0 10px;
    font-size: 16px;
  }
  .main39 .main39_con .con_box .item ul {
    margin-top: 10px;
  }
  .main39 .main39_con .con_box .item ul li {
    padding: 5px;
  }
  .main39 .main39_con .con_box .item ul li a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .main11 ul li {
    width: 100%;
  }
  .main11 ul li:nth-child(2) ~ li {
    display: none;
  }
  .main12 ul li {
    width: 50%;
  }
  .main14 ul {
    margin: 0 -5px 20px;
  }
  .main14 ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main37 ul li {
    width: 50%;
  }
  .main38 .main38-con ul li {
    width: 50%;
  }
}
@media (max-width: 750px) {
  body {
    padding-bottom: 1.6rem;
  }
  .nav7 {
    padding: 0 0.2rem 0.66666667rem 0.2rem;
  }
  .nav7 .off {
    width: 0.66666667rem;
    height: 0.66666667rem;
    top: 0.2rem;
    right: 0.2rem;
  }
  .nav7 .top {
    padding: 0.4rem 0;
  }
  .nav7 .top .logo {
    height: 1.33333333rem;
  }
  .nav7 .top .text {
    font-size: 0.4rem;
    margin-top: 0.4rem;
  }
  .nav7 .nav7-con {
    margin: 0.4rem 0;
  }
  .nav7 .nav7-con .list .a-1 {
    font-size: 0.4rem;
    line-height: 1.02666667rem;
    border-radius: 1.02666667rem;
    margin-bottom: 0.26666667rem;
  }
  .nav7 .bottom .title {
    font-size: 0.66666667rem;
  }
  .nav7 .bottom .text {
    font-size: 0.4rem;
    margin: 0.4rem 0;
  }
  .nav7 .bottom a {
    width: 3.6rem;
    line-height: 0.90666667rem;
    border-radius: 0.90666667rem;
    font-size: 0.4rem;
    padding-left: 0.73333333rem;
    background-position: 0.8rem center;
    background-size: 0.37333333rem auto;
  }
  .main6 .main6_con_2 ul li {
    width: 50%;
  }
  .main6 .main6_con_2 ul li .news2 .img {
    height: 3.70666667rem;
  }
  .main6 .main6_con_2 ul li:nth-child(1) {
    width: 100%;
  }
  .main6 .main6_con_2 ul li:last-child {
    display: none;
  }
  .mobile-bottom {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 5000;
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .mobile-bottom a {
    flex: 1 0 0;
    font-size: 0.4rem;
    color: #3f3a39;
    line-height: 1.33333333rem;
    text-align: center;
    padding-bottom: 0.26666667rem;
  }
  .mobile-bottom a img {
    margin-right: 0.4rem;
  }
  .mobile-bottom a:nth-child(1) img {
    width: 0.52rem;
  }
  .mobile-bottom a:nth-child(2) {
    background-color: #fde20c;
  }
  .mobile-bottom a:nth-child(2) img {
    width: 0.54666667rem;
  }
  .mobile-bottom a:nth-child(3) img {
    width: 0.54666667rem;
  }
  .news2 .img {
    height: 3.70666667rem;
  }
  .news6 {
    border-radius: 0.26666667rem;
  }
  .news6 .imgbox {
    border-radius: 0.26666667rem;
  }
  .news6 .imgbox .img {
    height: 3.70666667rem;
  }
  .news6.video-popup .imgbox::before {
    font-size: 1.06666667rem;
  }
  .nav1 ul {
    margin: 0 -5px;
  }
  .nav1 ul li {
    width: 33.3333%;
    padding: 0 5px;
  }
  .nav1 a {
    min-width: 2.66666667rem;
    line-height: 0.8rem;
    font-size: 0.4rem;
    border-radius: 0.93333333rem;
    margin-right: 0;
  }
  .nav1 a span {
    padding-left: 0.26666667rem;
  }
  .nav1 a span::before {
    width: 0.09333333rem;
    height: 0.09333333rem;
  }
  .main31 {
    width: 9.06666667rem;
    border-radius: 0.2rem;
    padding: 0.26666667rem;
  }
  .main31 .con {
    padding: 0.53333333rem;
    border-radius: 0.2rem;
  }
  .main31 .con .title {
    font-size: 0.61333333rem;
  }
  .main31 .con .text {
    font-size: 0.24rem;
    margin: 0.4rem 0;
  }
  .main31 .con .phone {
    font-size: 0.48rem;
  }
  .main31 .con ul {
    margin-top: 0.53333333rem;
  }
  .main31 .con ul li {
    margin-right: 0.26666667rem;
  }
  .main31 .con ul li a {
    width: 2.4rem;
    line-height: 0.72rem;
    font-size: 0.32rem;
    border-radius: 0.8rem;
  }
  .main31 .con .qrcode {
    bottom: 0.53333333rem;
    right: 0.53333333rem;
    width: 2rem;
    height: 2rem;
  }
  .main5 .main5-con .item {
    width: 50%;
    margin-bottom: 10px;
  }
  .news1 {
    border: 1px solid #e5e5e5;
    height: 6.66666667rem;
    padding: 0.4rem 0 1.73333333rem;
  }
  .news1 .imgbox {
    height: 1.33333333rem;
  }
  .news1 .imgbox::before {
    width: 0.01333333rem;
    height: 0.4rem;
    margin-top: 0.26666667rem;
  }
  .news1 h5 {
    font-size: 0.26666667rem;
    margin: 1.06666667rem 0 0.4rem;
  }
  .news1 ul li {
    font-size: 0.24rem;
  }
  .news1::before {
    height: 0.16rem;
    background: url(../images/icon9.png) no-repeat center center / auto 0.16rem;
    bottom: 0.26666667rem;
  }
  .main18 {
    padding: 1px 0 30px;
    margin-top: 30px;
  }
  .main18::before {
    width: 13.33333333rem;
    height: 13.33333333rem;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -3.14666667rem);
  }
  .main18::after {
    display: none;
  }
  .main18 ul {
    margin: 0;
  }
  .main18 ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .main18 ul li .con-box {
    padding-left: 20px;
  }
  .main18 ul li .con-box::before {
    width: 100px;
    height: 100px;
  }
  .main18 ul li .con-box .item {
    height: 100px;
    border-radius: 108px;
    padding-left: 20px;
  }
  .main18 ul li .con-box .item .icon {
    width: 60px;
    height: 60px;
    margin-right: 0;
  }
  .main18 ul li .con-box .item .text-box {
    width: calc(100% - 60px);
    padding: 0 20px;
  }
  .main18 ul li .con-box .item .text-box h5 {
    font-size: 18px;
  }
  .main18 ul li .con-box .item .text-box p {
    font-size: 14px;
    margin-top: 10px;
  }
  .main18 ul li:nth-child(even) .con-box {
    padding: 0 0 0 20px;
  }
  .main18 ul li:nth-child(even) .con-box::before {
    left: 0;
    right: auto;
  }
  .main18 ul li:nth-child(even) .con-box .item {
    flex-direction: row;
    text-align: left;
    padding: 0 0 0 20px;
  }
  .main18 ul li:nth-child(even) .con-box .item .icon {
    margin: 0;
  }
  .main18 ul li:nth-child(even) .con-box .item .text-box {
    padding: 0 20px;
  }
  .main18 .more1-box {
    margin-top: 20px;
  }
  .copy_box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
  }
  .copy_box .con {
    width: 6.66666667rem;
    background-color: #fff;
    border-radius: 0.26666667rem;
    text-align: center;
    padding: 0.13333333rem 0 0.4rem;
    position: relative;
  }
  .copy_box .con .off {
    font-size: 0.53333333rem;
    position: absolute;
    top: 0.13333333rem;
    right: 0.13333333rem;
    transform: rotate(45deg);
    color: #333;
  }
  .copy_box .con i {
    font-size: 0.93333333rem;
    color: #51ab37;
  }
  .copy_box .con h5 {
    font-size: 0.53333333rem;
    margin-top: 0.13333333rem;
  }
  .copy_box .con .text {
    font-size: 0.4rem;
    color: #333;
    margin-top: 0.13333333rem;
  }
  .copy_box .con a {
    display: block;
    width: 2.93333333rem;
    line-height: 0.93333333rem;
    background-color: #51ab37;
    color: #fff;
    font-size: 0.4rem;
    margin-top: 0.26666667rem;
    border-radius: 0.13333333rem;
    margin: 0.26666667rem auto 0;
  }
  .copy_box.active {
    display: flex;
  }
}
@media (max-width: 480px) {
  .video_popup .con_box {
    height: 260px;
  }
  .main2 {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 30px;
    padding: 10px 0;
  }
  .main2::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .main2 ul li {
    width: 50%;
    margin: 20px 0;
  }
  .main14 ul li {
    width: 100%;
  }
  .title4 h5 {
    font-size: 20px;
  }
  .title4 p {
    font-size: 60px;
  }
  .main20 ul li {
    width: 50%;
  }
  .main36 .main36-con ul li a {
    font-size: 0.41666667rem;
  }
  .main36 .main36-con ul li a::before {
    left: 1.04166667rem;
  }
  .main36 .main36-con ul li a i {
    width: 0.83333333rem;
    height: 0.83333333rem;
  }
  .main36 .main36-con ul li a i::before {
    font-size: 0.52083333rem;
  }
  .main36 .main36-con ul li:nth-child(1) a {
    padding-left: 1.04166667rem;
  }
  .main36 .main36-con ul li:nth-child(2) a {
    padding-right: 1.04166667rem;
  }
  .news1 {
    border: 1px solid #e5e5e5;
    height: auto;
    padding: 20px 15px 30px;
    display: flex;
    justify-content: center;
    background-color: #fff;
  }
  .news1 .imgbox {
    width: 100px;
    height: 80px;
  }
  .news1 .imgbox img {
    max-width: 100%;
    max-height: 100%;
  }
  .news1 .imgbox::before {
    display: none;
  }
  .news1 .right {
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
  }
  .news1 h5 {
    font-size: 18px;
    margin: 0;
    text-align: left;
    line-height: 1.5;
  }
  .news1 ul {
    position: relative;
    z-index: 100;
    margin-top: 10px;
  }
  .news1 ul li {
    font-size: 14px;
    text-align: left;
  }
  .news1::before {
    height: 12px;
    background: url(../images/icon9.png) no-repeat center center / auto 12px;
    bottom: 10px;
  }
  .news1::after {
    width: 320px;
    height: 320px;
    bottom: auto;
    top: 50%;
    left: -200px;
    transform: translate(0, -50%);
    opacity: 1;
  }
  .main5 .main5-con .item {
    width: 100%;
  }
  .main8 .main8-con {
    padding: 30px 0;
    display: block;
  }
  .main8 .main8-con .left {
    width: 100%;
    padding-right: 0;
  }
  .main8 .main8-con .left .logo {
    width: 5.20833333rem;
  }
  .main8 .main8-con .left h5 {
    font-size: 20px;
    margin: 30px 0;
  }
  .main8 .main8-con .left .text {
    font-size: 14px;
  }
  .main8 .main8-con .left .phone {
    line-height: 50px;
    font-size: 18px;
    padding: 0 20px 0 50px;
    border-radius: 50px;
    background-position: 20px center;
    background-size: 20px auto;
    margin-top: 30px;
  }
  .main8 .main8-con .right {
    width: 100%;
    border-radius: 20px;
    padding: 30px 10px;
  }
  .main8 .main8-con .right::before {
    width: 10.625rem;
    height: 10.625rem;
    top: -6.66666667rem;
    right: -2.5rem;
  }
  .main8 .main8-con .right .title {
    font-size: 20px;
  }
  .main8 .main8-con .right .ul-1 {
    margin: 30px 0;
  }
  .main8 .main8-con .right .ul-1 li {
    width: 50%;
  }
  .main8 .main8-con .right .ul-1 li .con {
    font-size: 14px;
    line-height: 40px;
    position: relative;
    padding-left: 25px;
  }
  .main8 .main8-con .right .ul-1 li .con::before {
    width: 15px;
    height: 15px;
  }
  .main8 .main8-con .right .ul-2 {
    margin: 0;
  }
  .main8 .main8-con .right .ul-2 li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .main8 .main8-con .right .ul-2 li p {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
  }
  .main8 .main8-con .right .ul-2 li input {
    height: 40px;
    border-radius: 40px;
    padding: 0 20px;
  }
  .main8 .main8-con .right button {
    width: 150px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 16px;
  }
}
