@font-face {
  font-family: "CenturyGothic";
  src: url('../fonts/CenturyGothic.TTF') format('truetype');
}
@font-face {
  font-family: "PlayfairDisplay-Black";
  src: url('../fonts/PlayfairDisplay-Black.ttf') format('truetype');
}
@font-face {
  font-family: "Oswald-Medium";
  src: url('../fonts/Oswald-Medium.otf') format('opentype');
}
@font-face {
  font-family: "franchise";
  src: url('../fonts/franchise.ttf') format('truetype');
}
body {
  padding-top: 70px;
}
.mobile{display: none;}
.pc{display: block;}
.alert_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999;
}
.alert_wrap input {
  font-size: 16px;
}
.alert_wrap .wrap {
  width: 100%;
  height: 100%;
}
.alert_wrap .apply_title {
  position: relative;
  text-align: center;
  line-height: 88px;
  border-bottom: 1px solid #eee;
}
.alert_wrap .apply_title span {
  font-size: 30px;
  font-weight: bold;
}
.alert_wrap .apply_title .iconfont {
  position: absolute;
  right: 60px;
  font-size: 24px;
  color: #999;
  cursor: pointer;
}
.alert_wrap .alert_content {
  display: none;
  max-width: 1000px;
  width: 90vw;
  height: 868px;
  max-height: 90vh;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: auto;
}
.alert_wrap .alert_content .text {
  font-size: 20px;
}
.alert_wrap .alert_content .text i {
  color: #f22424;
}
.alert_wrap .alert_content .check {
  position: relative;
}
.alert_wrap .alert_content .row {
  height: 50px;
}
.alert_wrap .alert_content .row input::-webkit-input-placeholder {
  color: #aaa;
}
.alert_wrap .alert_content .row input:-moz-placeholder {
  color: #aaa;
}
.alert_wrap .alert_content .row input:-ms-input-placeholder {
  color: #aaa;
}
.alert_wrap .alert_content .row input::placeholder {
  color: #aaa;
}
.alert_wrap .form_main {
  padding: 24px 60px;
}
.alert_wrap .form_main .row {
  margin-top: 10px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  border: solid 1px #eeeeee;
}
.alert_wrap .form_main .item {
  width: 47.72727273%;
}
.alert_wrap .form_main .inp {
  margin-top: 22px;
}
.alert_wrap .form_main .btn {
  margin-top: 32px;
  text-align: center;
}
.alert_wrap .form_main .btn button {
  width: 166px;
  height: 51px;
  color: #fff;
  font-size: 18px;
  background-color: #2468ff;
  border-radius: 25px;
  cursor: pointer;
}
.alert_wrap .form_main .btn button:hover {
  opacity: 0.8;
}
.alert_wrap .form_main .qr_code {
  margin-top: 50px;
  text-align: center;
}
.alert_wrap .form_main .txt {
  margin-top: 18px;
  color: #666;
  text-align: center;
}
.alert_wrap .form_main .tip {
  margin-top: 55px;
  color: #aaa;
  font-size: 20px;
  text-align: center;
}
.alert_wrap .form_main .click {
  cursor: pointer;
}
.alert_wrap .form_main .click input {
  cursor: pointer;
}
.alert_wrap .form_main .select {
  position: absolute;
  top: 100%;
  left: -1px;
  width: calc(100% + 2px);
  text-align: center;
  line-height: 50px;
  border: 1px solid #eee;
  border-top: none;
  border-bottom: none;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  z-index: 9;
  display: none;
}
.alert_wrap .form_main .select li {
  border-bottom: 1px solid #eee;
}
.alert_wrap .form_main .select li:hover {
  background-color: #eee;
  cursor: pointer;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  z-index: 99;
}
header .phone_item {
  display: none;
}
header > .center {
  height: 100%;
}
header .header_left {
  width: 65.15384615%;
  min-width: 650px;
  height: 100%;
  line-height: 70px;
}
header .header_left .logo {
  width: 30.1369863%;
}
header .header_left nav .nav_item {
  margin-right: 60px;
}
header .header_left nav .nav_item:nth-child(5) {
  margin-right: 0;
}
header .header_left nav .nav_item:hover,
header .header_left nav .nav_item.active {
  color: #2468ff;
}
header .header_right {
  height: 100%;
  font-size: 14px;
  line-height: 70px;
}
header .header_right .login {
  position: relative;
  height: 100%;
  cursor: pointer;
}
header .header_right .login .iconfont {
  margin-left: 2px;
  font-size: 12px;
}
header .header_right .login:hover,
header .header_right .login.active {
  color: #2468ff;
}
header .header_right .login .platform {
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  margin-left: -98px;
  padding-top: 24px;
  width: 197px;
  height: 150px;
  line-height: 36px;
  color: #666666;
  text-align: center;
  background-color: #ffffff;
  box-shadow: -1px 3px 27px 2px rgba(2, 103, 255, 0.06);
  border-radius: 10px;
  display: none;
}
header .header_right .login .platform a:hover {
  color: #2468ff;
}
header .header_right .try {
  margin-left: 45px;
  width: 90px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #2468ff;
  border-radius: 17px;
}
header .header_right .sec {
  position: relative;
  margin-left: 45px;
  cursor: pointer;
}
header .header_right .sec .iconfont {
  font-size: 24px;
  color: #2468ff;
}
header .baout_item .nav_down {
  padding: 10px !important;
  height: auto !important;
}
header .baout_item .nav_down li:hover {
  color: #2468ff;
}
header .nav_down {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 50px 0 10px;
  width: 100%;
  color: #333;
  background-color: #fff;
  border-top: 1px solid #eee;
}
header .nav_down li {
  width: 16.92307692%;
}
header .nav_down li img {
  margin-right: 12px;
}
header .nav_down li .down_item {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  color: #333333;
}
header .nav_down li p {
  margin-top: 15px;
  color: #999;
  opacity: 0.8;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
header .nav_down li:hover .down_item {
  color: #2468ff;
}

header .down_nav_control {
  display: none;
  width: 40px;
  cursor: pointer;
  padding: 15px 0;
  position: relative;
}
header .down_nav_control.active .line.line1 {
  -o-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  top: 15px;
}
header .down_nav_control.active .line.line3 {
  -o-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  bottom: 15px;
}
header .down_nav_control.active .line.line2 {
  opacity: 0;
}
header .down_nav_control .line {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #000;
  position: relative;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 20px center;
  -moz-transform-origin: 20px center;
  -ms-transform-origin: 20px center;
  transform-origin: 20px center;
}
header .down_nav_control .line.line1 {
  position: absolute;
  top: 0;
  left: 0;
}
header .down_nav_control .line.line3 {
  position: absolute;
  left: 0;
  bottom: 0;
}
header .search {
  position: absolute;
  top: 110%;
  right: 0;
  padding: 0 5px;
  line-height: 30px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: none;
}
header .search input {
  height: 30px;
}
header .search button {
  margin-left: 5px;
  cursor: pointer;
}
.online {
  position: fixed;
  bottom: 50%;
  right: 5%;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 999;
  box-shadow: -1px 3px 27px 2px rgba(2, 103, 255, 0.06);
}
footer {
  margin-top: -100px;
  padding: 65px 20px 0;
  border-radius: 80px 80px 10px 10px;
  background-color: #fff;
}
footer.bg {
  background-color: #f9f9f9;
}
footer .footer_top {
  padding-bottom: 62px;
  border-bottom: 1px solid #eee;
}
footer .left {
  margin-right: 10.28571429%;
  text-align: center;
}
footer .left .img {
  margin-top: 32px;
  padding: 3px;
  border-radius: 10px;
}
footer .left p {
  margin-top: 12px;
  font-size: 14px;
}
footer .right {
  padding-top: 15px;
}
footer .right dl {
  padding-left: 27px;
}
footer .right dt {
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}
footer .right dt img {
  position: absolute;
  left: -27px;
  top: 4px;
}
footer .right dd {
  max-width: 184px;
  font-size: 14px;
  line-height: 32px;
  color: #888;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
footer .right dd:hover {
  color: #2468ff;
}
footer .footer_bottom {
  height: 80px;
  line-height: 80px;
  font-size: 12px;
}
footer .footer_bottom .bottom_left span,
footer .footer_bottom .bottom_left a {
  opacity: 0.5;
}
footer .footer_bottom .bottom_left .bei {
  opacity: 1;
}
footer .footer_bottom span {
  margin: 0 2px;
}
footer .footer_bottom a {
  margin: 0 5px;
}
footer .footer_bottom .support {
  color: #333;
  opacity: 0.5;
}
footer .phone {
  display: none;
}
.footer_main {
  padding-top: 86px;
  padding-bottom: 177px;
  color: #fff;
  background: url("../images/change/index_end_bg.jpg") center no-repeat;
}
.footer_main h2 {
  font-size: 36px;
  text-align: center;
}
.footer_main .en {
  margin-top: 10px;
  text-align: center;
}
.footer_main a {
  margin: 66px auto 0;
  width: 200px !important;
  height: 54px;
  color: #fff;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  background-color: #edb732;
  border-radius: 27px;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nav2 {
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #eee;
}
.nav2 li {
  position: relative;
}
.nav2 li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  height: 2px;
  width: 0;
  background-color: #2468ff;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.nav2 li.active,
.nav2 li:hover {
  color: #2468ff;
}
.nav2 li.active::after,
.nav2 li:hover::after {
  width: 100%;
}
.pro_nav2 ul {
  padding: 0 13.46153846%;
}
.index_main .main1 .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
}
.index_main .main1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  opacity: 1;
}
.index_main .main1 .swiper-pagination-bullet-active {
  width: 40px;
  background-color: #fff;
}
.index_main .main2 {
  box-shadow: -1px 3px 27px 2px rgba(2, 103, 255, 0.04);
}
.index_main .main2 ul {
  overflow: hidden;
}
.index_main .main2 li {
  padding: 18px 15px 0;
  width: 25%;
  height: 150px;
  border-left: 1px solid #eee;
}
.index_main .main2 li a {
  width: 100%;
  height: 100%;
}
.index_main .main2 li:first-child {
  border-left: none;
}
.index_main .main2 li:hover {
  padding-top: 10px;
  background: #2468ff url("../images/change/index_main2_bg.jpg") center / contain no-repeat;
}
.index_main .main2 li:hover p {
  color: #fff;
  opacity: 0.8;
}
.index_main .main2 li:hover h3 {
  font-weight: bold;
  color: #fff;
}
.index_main .main2 li:hover .iconfont {
  display: block;
}
.index_main .main2 h3 {
  font-weight: normal;
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_main .main2 p {
  margin-top: 10px;
  font-size: 14px;
  color: #888;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 40px;
  min-height: 40px;
  line-height: 20px;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_main .main2 .iconfont {
  display: none;
  color: #fff;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_main .main2 .icon {
  line-height: 1;
}
.index_main .main3 {
  padding-top: 103px;
}
.index_main .main3 h2 {
  font-size: 36px;
  text-align: center;
}
.index_main .main3 .sub_title {
  margin: 35px auto 0;
  max-width: 1010px;
  line-height: 2;
  color: #888;
  text-align: center;
}
.index_main .main3 .content {
  position: relative;
  padding-top: 1px;
  margin-top: 70px;
  padding-bottom: 27px;
  text-align: center;
}
.index_main .main3 .content .image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38.46153846%;
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.index_main .main3 .content ul {
  margin-top: -42px;
}
.index_main .main3 .content li {
  margin-top: 42px;
}
.index_main .main3 .content li img {
  max-width: none;
  max-height: none;
}
.index_main .main3 .content li p {
  margin-top: 12px;
  margin-left: 20px;
  font-size: 18px;
  font-weight: bold;
}
.index_main .main3 .content li:nth-child(1) {
  margin-left: 11.28571429%;
}
.index_main .main3 .content li:nth-child(2) {
  margin-left: calc(78.46% - 310px);
  margin-right: 3.57142857%;
}
.index_main .main3 .content li:nth-child(3) {
  margin-left: 5%;
}
.index_main .main3 .content li:nth-child(4) {
  margin-left: calc(91.69% - 272px);
  margin-right: 0.71428571%;
}
.index_main .main3 .content li:nth-child(6) {
  margin-left: calc(100% - 271px);
}
.index_main .main3 .content li:nth-child(7) {
  margin-left: 7.69%;
}
.index_main .main3 .content li:nth-child(8) {
  margin-left: calc(86.69% - 280px);
}
.index_main .main3 .content li:nth-child(9) {
  margin-left: 14.07692308%;
}
.index_main .main3 .content li:nth-child(10) {
  margin-left: calc(77.38% - 286px);
}
.index_main .main3 a {
  margin: 58px auto 0;
  width: 200px;
  height: 54px;
  color: #fff;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  background-color: #edb732;
  border-radius: 27px;
}
.index_main .main3 a:hover {
  opacity: 0.8;
}
.index_main .main4 {
  margin-top: 110px;
  padding-top: 86px;
  background: url("../images/public/index_service_bg.png") top no-repeat;
}
.index_main .main4 h2 {
  font-size: 36px;
  color: #fff;
  text-align: center;
}
.index_main .main4 .en {
  margin-top: 10px;
  color: #fff;
  text-align: center;
}
.index_main .main4 ul {
  margin-top: 67px;
}
.index_main .main4 li {
  padding: 3.92857143% 1.78571429% 0;
  width: 18.46153846%;
  height: 500px;
  background-color: #ffffff;
  box-shadow: -1px 3px 27px 2px rgba(2, 103, 255, 0.04);
  border-radius: 0px 60px 0px 60px;
  overflow: hidden;
}
.index_main .main4 li:nth-child(1) {
  -o-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.index_main .main4 li:nth-child(2) {
  -o-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.index_main .main4 li:nth-child(3) {
  -o-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.index_main .main4 li:nth-child(4) {
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.index_main .main4 li:nth-child(5) {
  -o-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.index_main .main4 li:first-child {
  margin-left: 0;
}
.index_main .main4 li h3 {
  position: relative;
  padding-bottom: 28px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.index_main .main4 li h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  width: 13px;
  height: 3px;
  background-color: #ffb500;
}
.index_main .main4 li p {
  margin-top: 30px;
  font-size: 14px;
  color: #666;
  line-height: 2;
  text-align: center;
}
.index_main .main4 a {
  margin: 70px auto 0;
  width: 200px;
  height: 54px;
  color: #fff;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  background-color: #edb732;
  border-radius: 27px;
  opacity: 1;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_main .main4 a:hover {
  opacity: 0.1;
}
.index_main .main5 {
  padding-top: 103px;
  padding-bottom: 110px;
}
.index_main .main5 h2 {
  font-size: 36px;
  text-align: center;
}
.index_main .main5 .en {
  margin-top: 10px;
  color: #bbb;
  text-align: center;
}
.index_main .main5 .toggle_list {
  margin-top: 50px;
}
.index_main .main5 .toggle_list .item {
  padding-left: 30px;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.index_main .main5 .toggle_list .item.active {
  color: #edb732;
  background: url("../images/public/index_yao.png") left no-repeat;
}
.index_main .main5 .toggle_list .item:hover {
  color: #edb732;
}
.index_main .main5 .toggle_list .item:first-child {
  position: relative;
  margin-right: 15px;
  padding-right: 45px;
}
.index_main .main5 .toggle_list .item:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  width: 1px;
  height: 16px;
  background-color: #eee;
}
.index_main .main5 .toggle_list .item:last-child {
  padding-right: 35px;
}
.index_main .main5 ul {
  margin-top: 58px;
  width: 100%;
}
.index_main .main5 li {
  margin-left: 5%;
  width: 30%;
  border-radius: 10px;
  background-color: #fafcfd;
  overflow: hidden;
}
.index_main .main5 li a {
  width: 100%;
}
.index_main .main5 li:first-child {
  margin-left: 0;
}
.index_main .main5 li .picture_container {
  padding-top: 44.61538462%;
}
.index_main .main5 li .article {
  padding: 8.83977901% 11.04972376% 11.04972376% 7.45856354%;
}
.index_main .main5 li .article h3 {
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index_main .main5 li .article p {
  margin-top: 20px;
  color: #888;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  min-height: 48px;
  line-height: 24px;
}
.index_main .main5 li .date {
  margin-top: 25px;
  color: #bbb;
}
.index_main .main5 li .date .iconfont {
  margin-right: 12px;
  color: #bbb;
}
.index_main .main5 li:hover {
  background-color: #ffffff;
  box-shadow: -1px 3px 27px 2px rgba(2, 103, 255, 0.04);
}
.index_main .main5 .more {
  margin: 70px auto 0;
  width: 200px;
  height: 54px;
  font-size: 18px;
  text-align: center;
  line-height: 52px;
  color: #edb732;
  background-color: #ffffff;
  border-radius: 27px;
  border: solid 1px #ffb500;
}
.index_main .main5 .more:hover {
  background-color: #ffb500;
  color: #fff;
}
.index_main .main6 {
  height: 200px;
  background-color: #fafcfd;
}
.index_main .main6 .center {
  height: 100%;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.index_main .main6 ul {
  width: 100%;
}
.index_main .main6 li p {
  font-size: 20px;
}
.index_main .main6 li .en {
  margin-top: 8px;
  font-size: 16px;
  font-family: CenturyGothic;
  color: #bbbbbb;
}
.index_main .main6 li .icon {
  margin-right: 22px;
  width: 62px;
  height: 62px;
  background-color: #28ab7f;
  border-radius: 50%;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.index_main .main6 li:nth-child(2) .icon {
  background-color: #467ce3;
}
.index_main .main6 li:nth-child(3) .icon {
  background-color: #6a6ac6;
}
.index_main .main6 li:nth-child(4) .icon {
  background-color: #35a6df;
}
.product_main a,
.product_main p {
  width: 100%;
}

.product_main .main1 {
  padding: 120px 0 110px;
}
.product_main .main1 .img {
  width: 50%;
}
.product_main .main1 .text {
  padding-left: 9.23076923%;
  width: 50%;
}
.product_main .main1 .text h2 {
  margin-top: 12.30769231%;
  margin-bottom: 58px;
  font-size: 40px;
  font-weight: bold;
}
.product_main .main1 .text .icon {
  margin-right: 20px;
}
.product_main .main1 .text .iconfont {
  font-size: 30px;
  line-height: 40px;
  color: #21d382;
}
.product_main .main1 .text p {
  color: #666;
  font-size: 20px;
  line-height: 40px;
}
.product_main .main1 .text p b {
  color: #2468ff;
  font-weight: bold;
}
.product_main .main2 {
  padding-top: 92px;
  height: 815px;
  background: url("../images/change/pro2_bg.jpg") no-repeat center;
}
.product_main .main2 h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.product_main .main2 .text {
  margin-top: 140px;
  padding: 54px 50px 30px;
  max-width: 612px;
  min-height: 361px;
  background-color: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(36, 104, 255, 0.05);
  border-radius: 20px;
}
.product_main .main2 .text .icon {
  margin-right: 20px;
}
.product_main .main2 .text .iconfont {
  font-size: 30px;
  line-height: 40px;
  color: #21d382;
}
.product_main .main2 .text p {
  font-size: 20px;
  color: #555;
  line-height: 2;
}
.product_main .main2 .text .last {
  margin-top: 56px;
}
.product_main .main3 {
  padding: 120px 0 110px;
  background: url("../images/change/pro3_bg.png") no-repeat right bottom;
  overflow: hidden;
}
.product_main .main3 .img {
  padding: 0 24px;
  width: 56.76923077%;
  text-align: center;
}
.product_main .main3 .text {
  padding-left: 6.92307692%;
}
.product_main .main3 .text h2 {
  margin-top: 100px;
  margin-bottom: 58px;
  font-size: 40px;
  font-weight: bold;
}
.product_main .main3 .text .icon {
  margin-right: 20px;
}
.product_main .main3 .text .iconfont {
  font-size: 30px;
  line-height: 40px;
  color: #21d382;
}
.product_main .main3 .text p {
  color: #666;
  font-size: 20px;
  line-height: 40px;
}
.product_main .main3 .text p b {
  color: #2468ff;
  font-weight: bold;
}
.product_main .main4 {
  padding: 110px 0 120px;
  background: #fafcff url("../images/change/pro4_bg.jpg") right bottom no-repeat;
  overflow: hidden;
}
.product_main .main4 .text {
  padding-left: 125px;
  width: 50%;
}
.product_main .main4 .text h2 {
  margin-top: 95px;
  margin-bottom: 66px;
  font-size: 40px;
  font-weight: bold;
}
.product_main .main4 .text .icon {
  margin-right: 20px;
}
.product_main .main4 .text .iconfont {
  font-size: 30px;
  line-height: 40px;
  color: #21d382;
}
.product_main .main4 .text p {
  color: #666;
  font-size: 20px;
  line-height: 40px;
}
.product_main .main4 .text p b {
  color: #2468ff;
  font-weight: bold;
}
.product_main .main4 .img {
  padding-right: 50px;
  width: 50%;
}
.healthy_main a,
.healthy_main p {
  width: 100%;
}
.healthy_main .main1 {
  padding: 92px 0 25px;
  text-align: center;
}
.healthy_main .main1 h2 {
  font-size: 40px;
  font-weight: bold;
}
.healthy_main .main1 p {
  margin: 40px 0;
  font-size: 20px;
  line-height: 2;
  color: #666;
}
.healthy_main .main2 {
  height: 645px;
  background: url("../images/change/product_bg.jpg") center no-repeat;
}
.healthy_main .main2 img {
  display: none;
}
.healthy_main .main2 .text h2 {
  margin-top: 188px;
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: bold;
}
.healthy_main .main2 .text .icon {
  margin-right: 20px;
}
.healthy_main .main2 .text .iconfont {
  font-size: 24px;
  line-height: 40px;
  color: #21d382;
}
.healthy_main .main2 .text p {
  color: #666;
  font-size: 20px;
  line-height: 40px;
}
.healthy_main .main2 .text p b {
  color: #2468ff;
  font-weight: bold;
}
.healthy_main .main3 {
  padding: 110px 0 100px;
}
.healthy_main .main3 ul {
  padding-left: 85px;
}
.healthy_main .main3 li {
  padding-top: 52px;
  padding-bottom: 58px;
  width: 478px;
  border-top: 1px solid #eee;
}
.healthy_main .main3 li:first-child {
  padding-top: 0;
  border-top: none;
}
.healthy_main .main3 li h2 {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: bold;
}
.healthy_main .main3 li .icon {
  margin-right: 20px;
}
.healthy_main .main3 li .iconfont {
  font-size: 24px;
  line-height: 40px;
  color: #21d382;
}
.healthy_main .main3 li p {
  color: #666;
  font-size: 20px;
  line-height: 40px;
}
.healthy_main .main3 li p b {
  color: #2468ff;
  font-weight: bold;
}
.healthy_main .main3 .img {
  margin-left: 170px;
}
.healthy_main .main4 {
  padding: 120px 0 100px;
  background: url("../images/change/product_bg3.jpg");
}
.healthy_main .main4 .text {
  margin-left: 110px;
  color: #fff;
}
.healthy_main .main4 .text h2 {
  margin-top: 64px;
  margin-bottom: 52px;
  font-size: 40px;
  font-weight: bold;
}
.healthy_main .main4 .text .icon {
  margin-top: 10px;
  margin-right: 20px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #fff;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.healthy_main .main4 .text .iconfont {
  font-size: 24px;
  line-height: 40px;
  color: #21d382;
}
.healthy_main .main4 .text p {
  font-size: 20px;
  line-height: 40px;
}
.healthy_main .main4 .text p b {
  color: #21d382;
  font-weight: bold;
}
.healthy_main .main5 {
  padding: 100px 0 125px;
  background: url("../images/change/product_bg4.jpg") center / cover;
}
.healthy_main .main5 .text {
  width: 50%;
  margin-left: 5.76923077%;
}
.healthy_main .main5 .text h2 {
  margin-top: 130px;
  margin-bottom: 52px;
  font-size: 40px;
  font-weight: bold;
}
.healthy_main .main5 .text .icon {
  margin-top: 10px;
  margin-right: 20px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #fff;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.healthy_main .main5 .text .iconfont {
  font-size: 24px;
  line-height: 40px;
  color: #21d382;
}
.healthy_main .main5 .text p {
  font-size: 20px;
  line-height: 40px;
  color: #666;
}
.healthy_main .main5 .text p b {
  color: #21d382;
  font-weight: bold;
}
.healthy_main .main5 .img {
  margin-left: 16.53846154%;
  width: 46%;
}
.healthy_main .main6 {
  padding: 100px 0 110px;
  background: url("../images/change/product_bg5.jpg") center / cover;
}
.healthy_main .main6 .img {
  margin-left: 120px;
}
.healthy_main .main6 .text {
  width: 50%;
  margin-left: 20%;
}
.healthy_main .main6 .text h2 {
  margin-top: 130px;
  margin-bottom: 62px;
  font-size: 40px;
  font-weight: bold;
}
.healthy_main .main6 .text .icon {
  margin-top: 10px;
  margin-right: 20px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #fff;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.healthy_main .main6 .text .iconfont {
  font-size: 24px;
  line-height: 40px;
  color: #21d382;
}
.healthy_main .main6 .text p {
  font-size: 20px;
  line-height: 40px;
  color: #666;
}
.healthy_main .main6 .text p b {
  color: #21d382;
  font-weight: bold;
}
.healthy_main .main7 {
  padding: 100px 0 125px;
  background: url("../images/change/product_bg6.jpg") left bottom no-repeat;
}
.healthy_main .main7 .text {
  width: 50%;
  margin-left: 5.76923077%;
}
.healthy_main .main7 .text h2 {
  margin-top: 112px;
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: bold;
}
.healthy_main .main7 .text .icon {
  margin-top: 10px;
  margin-right: 20px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #fff;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.healthy_main .main7 .text .iconfont {
  font-size: 24px;
  line-height: 40px;
  color: #21d382;
}
.healthy_main .main7 .text p {
  font-size: 20px;
  line-height: 40px;
  color: #888;
}
.healthy_main .main7 .text p b {
  color: #21d382;
  font-weight: bold;
}
.healthy_main .main7 .img {
  margin-left: 6.53846154%;
  width: 50%;
}
.healthy_main .main8 {
  padding: 92px 0 150px;
}
.healthy_main .main8 h2 {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}
.healthy_main .main8 .sub_title {
  margin-bottom: 52px;
  margin-top: 36px;
  font-size: 20px;
  color: #888;
  text-align: center;
}
.healthy_main .main8 .title {
  height: 60px;
  font-size: 22px;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #2e87ff;
}
.healthy_main .main8 .tt {
  margin-top: 10px;
}
.healthy_main .main8 .ut {
  margin-right: 10px;
  height: 60px;
  width: 12.30769231%;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  background-color: #ffb500;
}
.healthy_main .main8 li {
  width: 25%;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.healthy_main .main8 li:first-child {
  background-color: #009e91;
}
.healthy_main .main8 li:nth-child(2) {
  background-color: #00b0a1;
}
.healthy_main .main8 li:nth-child(3) {
  background-color: #0ac7b7;
}
.healthy_main .main8 li:nth-child(4) {
  background-color: #0ad1c1;
}
.healthy_main .main8 dl {
  margin-top: 10px;
}
.healthy_main .main8 dt {
  margin-right: 10px;
  min-height: 260px;
  width: 12.30769231%;
  line-height: 260px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  background-color: #ffb500;
}
.healthy_main .main8 dd {
  padding: 42px 20px ;
  font-size: 14px;
  line-height: 2;
  width: 21.69230769%;
  background-color: rgba(255, 181, 0, 0.06);
}
.healthy_main .main9 .content {
  position: relative;
  margin-top: -175px;
  padding: 62px 50px 60px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 3px 20px 2px rgba(10, 199, 183, 0.04);
  border-radius: 30px;
  z-index: 9;
}
.healthy_main .main9 h2 {
  font-size: 40px;
  font-weight: bold;
}
.healthy_main .main9 p {
  margin-top: 30px;
  font-size: 20px;
  line-height: 2;
  color: #888;
}
.healthy_main .main10 {
  padding: 110px 0;
  overflow: hidden;
}
.healthy_main .main10 .text {
  width: 50%;
  margin-left: 5.76923077%;
}
.healthy_main .main10 .text h2 {
  margin-top: 120px;
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: bold;
}
.healthy_main .main10 .text .icon {
  margin-top: 10px;
  margin-right: 20px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #fff;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.healthy_main .main10 .text .iconfont {
  font-size: 24px;
  line-height: 40px;
  color: #21d382;
}
.healthy_main .main10 .text p {
  font-size: 20px;
  line-height: 40px;
  color: #888;
}
.healthy_main .main10 .text p b {
  color: #21d382;
  font-weight: bold;
}
.healthy_main .main10 .img {
  margin-left: 9.61538462%;
  width: 50%;
}
.online_shop_main a,
.online_shop_main p {
  width: 100%;
}
.online_shop_main .main1 {
  padding: 90px 0 110px;
  overflow: hidden;
}
.online_shop_main .main1 h2 {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}
.online_shop_main .main1 .sub {
  margin-top: 32px;
  margin-bottom: 66px;
  font-size: 20px;
  color: #666;
  text-align: center;
}
.online_shop_main .main1 .row {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.online_shop_main .main1 .row:first-child {
  width: 27.69230769%;
}
.online_shop_main .main1 .row:first-child .item {
  padding-right: 24px;
}
.online_shop_main .main1 .row:nth-child(2) {
  margin-top: -34px;
  width: 62.30769231%;
}
.online_shop_main .main1 .row:nth-child(3) {
  margin-top: 38px;
  width: 89.69230769%;
}
.online_shop_main .main1 .row:nth-child(4) {
  margin-top: 92px;
  width: 79.07692308%;
}
.online_shop_main .main1 .row p {
  margin-top: 8px;
  font-size: 14px;
  color: #4d84ea;
}
.online_shop_main .main1 .cir {
  margin: 0 auto;
  width: 71px;
  height: 71px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  background: url("../images/public/o2o_icon_bg.png") center / cover no-repeat;
}
.online_shop_main .main1 .img {
  margin: -320px auto 0;
  width: 57.69230769%;
  text-align: center;
}
.online_shop_main .main2 {
  padding-bottom: 110px;
  border-top: 1px solid #eee;
  background: url("../images/change/o2o_bg2.png") 4.94791667% top no-repeat;
  overflow: hidden;
}
.online_shop_main .main2 .text {
  margin-top: 13.84615385%;
  padding: 50px 85px 50px 50px ;
  width: 47.07692308%;
  background-color: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(36, 104, 255, 0.05);
  border-radius: 20px;
}
.online_shop_main .main2 .text h2 {
  margin-bottom: 62px;
  font-size: 40px;
  font-weight: bold;
}
.online_shop_main .main2 .text .icon {
  margin-right: 20px;
}
.online_shop_main .main2 .text .iconfont {
  font-size: 24px;
  line-height: 40px;
  color: #21d382;
}
.online_shop_main .main2 .text p {
  color: #666;
  font-size: 20px;
  line-height: 40px;
}
.online_shop_main .main2 .text p b {
  color: #2468ff;
  font-weight: bold;
}
.online_shop_main .main2 .img {
  margin-left: -48.54166667%;
  width: 48.54166667%;
}
.online_shop_main .main3 {
  padding: 130px 0 115px;
  background: url("../images/change/o2o_bg3.jpg");
  overflow: hidden;
}
.online_shop_main .main3 .text {
  margin-left: 10.46153846%;
  margin-top: 8.61538462%;
  width: 39.07692308%;
  color: #fff;
}
.online_shop_main .main3 .text h2 {
  margin-bottom: 55px;
  font-size: 40px;
  font-weight: bold;
}
.online_shop_main .main3 .text .icon {
  margin-top: 12px;
  margin-right: 20px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  background-color: #fff;
}
.online_shop_main .main3 .text .iconfont {
  font-size: 32px;
  line-height: 40px;
  color: #21d382;
}
.online_shop_main .main3 .text p {
  font-size: 20px;
  line-height: 40px;
}
.online_shop_main .main3 .text p b {
  color: #2468ff;
  font-weight: bold;
}
.online_shop_main .main4 {
  padding: 80px 0 75px;
  background: url("../images/change/o2o_bg4.jpg") center / cover no-repeat;
}
.online_shop_main .main4 .text {
  margin-right: 5.38461538%;
  margin-top: 15%;
  width: 39.53846154%;
}
.online_shop_main .main4 .text h2 {
  margin-bottom: 55px;
  font-size: 40px;
  font-weight: bold;
}
.online_shop_main .main4 .text .icon {
  margin-right: 20px;
}
.online_shop_main .main4 .text .iconfont {
  font-size: 32px;
  line-height: 40px;
  color: #21d382;
}
.online_shop_main .main4 .text p {
  color: #666;
  font-size: 20px;
  line-height: 40px;
}
.online_shop_main .main4 .text p b {
  color: #2468ff;
  font-weight: bold;
}
.online_shop_main .main5 {
  padding: 65px 0 110px;
  background: url("../images/change/o2o_bg5.png") center / cover no-repeat;
}
.online_shop_main .main5 .text {
  margin-left: 9.23076923%;
  margin-top: 8%;
  width: 41.92307692%;
}
.online_shop_main .main5 .text h2 {
  margin-bottom: 55px;
  font-size: 40px;
  font-weight: bold;
}
.online_shop_main .main5 .text .icon {
  margin-right: 20px;
}
.online_shop_main .main5 .text .iconfont {
  font-size: 32px;
  line-height: 40px;
  color: #21d382;
}
.online_shop_main .main5 .text p {
  color: #666;
  font-size: 20px;
  line-height: 40px;
}
.online_shop_main .main5 .text p b {
  color: #2468ff;
  font-weight: bold;
}
.marketing_main a,
.marketing_main p {
  width: 100%;
}
.marketing_main .main1 {
  padding: 102px 0 75px;
}
.marketing_main .main1 h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.marketing_main .main1 .sub {
  margin-top: 32px;
  font-size: 20px;
  color: #666;
  text-align: center;
  line-height: 2;
}
.marketing_main .main1 ul {
  position: relative;
  margin-top: 75px;
  width: 100%;
}
.marketing_main .main1 li {
  text-align: center;
}
.marketing_main .main1 li .picture_container {
  padding-top: 63px;
}
.marketing_main .main1 li img {
  margin: 0 auto;
}
.marketing_main .main1 li p {
  margin-top: 8px;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
}
.marketing_main .main1 li:first-child {
  margin-top: 6.53846154%;
}
.marketing_main .main1 li:nth-child(2) {
  margin-top: 1.38461538%;
  margin-left: calc(16.6% - 108px);
}
.marketing_main .main1 li:nth-child(3) {
  margin-top: 8.61538462%;
  margin-left: calc(21.07% - 144px);
}
.marketing_main .main1 li:nth-child(4) {
  margin-left: calc(21.3% - 72px);
}
.marketing_main .main1 li:nth-child(5) {
  margin-top: 5.76923077%;
  margin-left: calc(18.77% - 72px);
}
.marketing_main .main1 li:nth-child(6) {
  margin-top: 2.69230769%;
  margin-left: calc(12.84% - 41px);
}
.marketing_main .main1 .img {
  margin-top: -105px;
  padding-left: 4px;
}
.marketing_main .main2 {
  padding: 123px 0;
  background: url("../images/change/marketing_bg2.jpg") top;
}
.marketing_main .main2 .text {
  margin-left: 9.23076923%;
  width: 400px;
  color: #fff;
}
.marketing_main .main2 .text h2 {
  margin-top: 98px;
  margin-bottom: 52px;
  font-size: 40px;
  font-weight: bold;
}
.marketing_main .main2 .text .icon {
  margin-top: 10px;
  margin-right: 20px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #fff;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.marketing_main .main2 .text .iconfont {
  font-size: 24px;
  line-height: 40px;
  color: #21d382;
}
.marketing_main .main2 .text p {
  font-size: 20px;
  line-height: 40px;
}
.marketing_main .main2 .text p b {
  color: #21d382;
  font-weight: bold;
}
.marketing_main .main2 .img {
  margin-left: 18%;
}
.marketing_main .main3 {
  padding: 92px 0 100px;
  text-align: center;
}
.marketing_main .main3 h2 {
  margin-bottom: 52px;
  font-size: 40px;
  font-weight: bold;
}
.news_nav li {
  margin: 0 42px;
}
.news_main .main1 {
  padding: 102px 0 200px;
}
.news_main .main1 h2 {
  font-size: 36px;
  text-align: center;
}
.news_main .main1 .sub {
  margin-top: 10px;
  margin-bottom: 58px;
  text-align: center;
  color: #bbb;
}
.news_main .main1 .swiper-slide {
  border-radius: 10px;
}
.news_main .main1 .swiper-pagination {
  bottom: 35px;
  padding-right: 4.61538462%;
  text-align: right;
}
.news_main .main1 .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 4px;
}
.news_main .main1 .text {
  padding: 0 4.61538462%;
  width: 38.46153846%;
  background-color: #fafcfd;
}
.news_main .main1 .text h3 {
  margin-top: 54px;
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.news_main .main1 .text p {
  margin-top: 25px;
  font-size: 14px;
  color: #888;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 56px;
  min-height: 56px;
  line-height: 28px;
}
.news_main .main1 .text .info {
  margin-top: 42px;
  font-size: 14px;
  color: #bbb;
}
.news_main .main1 .text .info .date {
  margin-right: 25px;
}
.news_main .main1 .news_list ul {
  margin-top: 40px;
  width: 100%;
}
.news_main .main1 .news_list li {
  margin-top: 5.38461538%;
  margin-left: 5%;
  width: 30%;
  border-radius: 10px;
  background-color: #fafcfd;
  overflow: hidden;
}
.news_main .main1 .news_list li:nth-child(3n+1) {
  margin-left: 0;
}
.news_main .main1 .news_list li a {
  width: 100%;
}
.news_main .main1 .news_list li .picture_container {
  padding-top: 44.61538462%;
}
.news_main .main1 .news_list li img {
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news_main .main1 .news_list li .article {
  padding: 8.83977901% 11.04972376% 11.04972376% 7.45856354%;
}
.news_main .main1 .news_list li .article h3 {
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news_main .main1 .news_list li .article p {
  margin-top: 20px;
  color: #888;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  min-height: 48px;
  line-height: 24px;
}
.news_main .main1 .news_list li .bottom {
  margin-top: 25px;
  font-size: 14px;
  color: #bbb;
}
.news_main .main1 .news_list li .date .iconfont {
  margin-right: 12px;
  color: #bbb;
}
.news_main .main1 .news_list li .details {
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news_main .main1 .news_list li .details .iconfont {
  margin-left: 5px;
  color: #bbb;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news_main .main1 .news_list li:hover {
  background-color: #ffffff;
  box-shadow: -1px 3px 27px 2px rgba(2, 103, 255, 0.04);
}
.news_main .main1 .news_list li:hover h3 {
  color: #2468ff;
}
.news_main .main1 .news_list li:hover img {
  -o-transform: translate3d(0, 0, 0) scale(1.07);
  -moz-transform: translate3d(0, 0, 0) scale(1.07);
  -webkit-transform: translate3d(0, 0, 0) scale(1.07);
  transform: translate3d(0, 0, 0) scale(1.07);
}
.news_main .main1 .news_list li:hover .details {
  color: #2468ff;
}
.news_main .main1 .news_list li:hover .details .iconfont {
  color: #2468ff;
}
.news_main .paging {
  margin-top: 70px;
}
.news_details_main .main1 {
  padding: 102px 0 200px;
}
.news_details_main h1 {
  font-size: 36px;
  text-align: center;
}
.news_details_main .article_info {
  position: relative;
  margin-top: 18px;
  font-size: 14px;
  color: #bbb;
}
.news_details_main .article_info::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  z-index: -1;
  background-color: #eee;
}
.news_details_main .article_info .info {
  margin: 0 auto;
  width: 360px;
  text-align: center;
  background-color: #fff;
}
.news_details_main .article_info .date {
  margin-right: 30px;
}
.news_details_main .article {
  margin-bottom: 48px;
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}
.news_details_main .switch {
  font-size: 16px;
}
.about_nav li {
  margin: 0 50px;
}
.about_main h2 {
  font-size: 36px;
  text-align: center;
}
.about_main .sub {
  margin-top: 10px;
  margin-bottom: 58px;
  color: #bbb;
  text-align: center;
}
.about_main .main1 {
  padding: 103px 0 110px;
}
.about_main .main1 .text {
  margin-left: 6.53846154%;
  padding-top: 120px;
  width: 46.15384615%;
  background: url("../images/public/yinhao.png") 0 52px no-repeat;
}
.about_main .main1 .text h3 {
  font-size: 24px;
  font-weight: bold;
}
.about_main .main1 .text p {
  margin-top: 45px;
  color: #666;
  line-height: 2;
}
.about_main .main1 .text .sign {
  margin-top: 35px;
  font-family: PlayfairDisplay-Black;
  font-size: 80px;
  color: #2468ff;
  opacity: 0.08;
}
.about_main .main2 {
  padding: 102px 0 105px;
  background-color: #fafcfd;
}
.about_main .main2 .swiper {
  position: relative;
  padding: 0 40px;
}
.about_main .main2 .swiper-slide .cir::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 22;
}
.about_main .main2 .swiper-slide:first-child .cir::after {
  content: "";
  position: absolute;
  left: 50px;
  top: 50px;
  height: 1px;
  min-width: 1000px;
  background-color: #2468ff;
  opacity: 0.2;
  z-index: -1;
}
.about_main .main2 .swiper-button-next,
.about_main .main2 .swiper-button-prev {
  top: 100px;
}
.about_main .main2 .item {
  padding-top: 40px;
  height: 245px;
  min-width: 210px;
}
.about_main .main2 .cir {
  position: relative;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  color: #2468ff;
  font-family: Oswald-Medium;
  text-align: center;
  border: solid 1px #2468ff;
  border-radius: 50%;
  background-color: #fff;
  z-index: 11;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.about_main .main2 .year {
  font-size: 26px;
}
.about_main .main2 .date {
  font-size: 20px;
}
.about_main .main2 p {
  display: none;
  margin-top: 35px;
  text-align: center;
  font-size: 20px;
}
.about_main .main2 .swiper-slide-active .cir {
  margin-top: -20px;
  width: 140px;
  height: 140px;
  color: #fff;
  background-color: #2468ff;
  opacity: 1;
}
.about_main .main2 .swiper-slide-active .cir::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -80px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  z-index: -1;
  background-color: rgba(36, 104, 255, 0.2);
}
.about_main .main2 .swiper-slide-active .cir::before {
  display: none;
}
.about_main .main2 .swiper-slide-active p {
  display: block;
}
.about_main .swiper-button-next,
.about_main .swiper-button-prev {
  background-size: 14px 32px;
}
.culture_main .main1 {
  padding: 102px 0 110px;
}
.culture_main .main1 .title {
  text-align: center;
}
.culture_main .main1 h2 {
  font-size: 36px;
}
.culture_main .main1 .sub {
  margin-top: 10px;
  color: #bbb;
}
.culture_main .main1 .content {
  margin-top: 58px;
  padding: 87px 0;
  background: url("../images/change/culture1.jpg") center no-repeat;
}
.culture_main .main1 .content .item {
  padding: 0 20px;
  width: 50%;
  color: #fff;
  text-align: center;
}
.culture_main .main1 .content .item .iconfont {
  font-size: 70px;
}
.culture_main .main1 .content .item .text {
  position: relative;
  margin-top: 18px;
  padding-bottom: 20px;
  font-size: 28px;
}
.culture_main .main1 .content .item .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -17px;
  width: 34px;
  height: 3px;
  background-color: #fff;
}
.culture_main .main1 .content .item p {
  margin-top: 46px;
  font-size: 20px;
}
.culture_main .main2 {
  padding: 110px 0;
  background: url("../images/public/culture_bg.jpg") no-repeat;
}
.culture_main .main2 .content {
  padding: 40px;
  max-width: 1036px;
  height: 410px;
  background: url("../images/change/jiazhiguan.png") center no-repeat;
}
.culture_main .main2 .content dl {
  padding: 1px;
  height: 100%;
}
.culture_main .main2 .content dt {
  margin-bottom: -304px;
  padding-top: 110px;
  width: 100%;
  height: 304px;
  text-align: center;
}
.culture_main .main2 .content dt .iconfont {
  font-size: 50px;
  color: #2c70ff;
}
.culture_main .main2 .content dt p {
  margin-top: 17px;
  font-size: 30px;
  font-weight: bold;
}
.culture_main .main2 .content dd {
  width: 50%;
  height: 50%;
}
.culture_main .main2 .content dd .txt {
  font-size: 24px;
}
.culture_main .main2 .content dd p {
  margin-top: 10px;
}
.culture_main .main2 .content dd:nth-child(2) .txt {
  color: #2c70ff;
}
.culture_main .main2 .content dd:nth-child(3) {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.culture_main .main2 .content dd:nth-child(3) .txt {
  color: #28ab81;
}
.culture_main .main2 .content dd:nth-child(4) {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.culture_main .main2 .content dd:nth-child(4) .txt {
  color: #ed5724;
}
.culture_main .main2 .content dd:nth-child(5) {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.culture_main .main2 .content dd:nth-child(5) .txt {
  color: #fdb717;
}
.contact_main input,
.contact_main textarea {
  font-size: 16px;
}
.contact_main h2 {
  font-size: 36px;
  text-align: center;
}
.contact_main .sub {
  margin-top: 10px;
  color: #bbb;
  text-align: center;
}
.contact_main .main1 {
  padding: 92px 0 110px;
}
.contact_main .main1 ul {
  margin-top: 56px;
  padding: 62px 0;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 3px 21px 0px rgba(23, 85, 215, 0.08);
  border-radius: 10px;
}
.contact_main .main1 ul li {
  position: relative;
  width: 33.3%;
}
.contact_main .main1 ul li:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -40px;
  width: 1px;
  height: 80px;
  background-color: #eeeeee;
}
.contact_main .main1 ul li .iconfont {
  font-size: 40px;
  color: #2c70ff;
}
.contact_main .main1 ul li p {
  margin-top: 36px;
  color: #666;
  line-height: 2;
}
.contact_main .main2 {
  padding: 102px 0 110px;
  background-color: #fafcfd;
}
.contact_main .main2 form {
  margin-top: 70px;
}
.contact_main .main2 .row {
  margin-top: 26px;
}
.contact_main .main2 .text {
  font-size: 20px;
}
.contact_main .main2 .text i {
  color: #e60012;
}
.contact_main .main2 .item {
  width: 30.76923077%;
}
.contact_main .main2 .item input {
  margin-top: 14px;
  padding: 0 20px;
  width: 100%;
  height: 55px;
  color: #666;
  background-color: #fff;
  border-radius: 5px;
}
.contact_main .main2 .item input::-webkit-input-placeholder {
  color: #ccc;
}
.contact_main .main2 .item input:-moz-placeholder {
  color: #ccc;
}
.contact_main .main2 .item input:-ms-input-placeholder {
  color: #ccc;
}
.contact_main .main2 .item input::placeholder {
  color: #ccc;
}
.contact_main .main2 textarea {
  margin-top: 14px;
  padding: 14px 20px;
  width: 100%;
  height: 150px;
  color: #666;
  background-color: #fff;
  border-radius: 5px;
}
.contact_main .main2 textarea::-webkit-input-placeholder {
  color: #ccc;
}
.contact_main .main2 textarea:-moz-placeholder {
  color: #ccc;
}
.contact_main .main2 textarea:-ms-input-placeholder {
  color: #ccc;
}
.contact_main .main2 textarea::placeholder {
  color: #ccc;
}
.contact_main .main2 .code {
  margin-top: 14px;
}
.contact_main .main2 .code input {
  margin-right: 40px;
  padding: 0 20px;
  width: 150px;
  height: 55px;
  color: #666;
  background-color: #fff;
  border-radius: 5px;
}
.contact_main .main2 .code input::-webkit-input-placeholder {
  color: #ccc;
}
.contact_main .main2 .code input:-moz-placeholder {
  color: #ccc;
}
.contact_main .main2 .code input:-ms-input-placeholder {
  color: #ccc;
}
.contact_main .main2 .code input::placeholder {
  color: #ccc;
}
.contact_main .main2 .code a {
  margin-left: 18px;
  color: #e60012;
  text-decoration: underline;
}
.contact_main .main2 .btn {
  margin-top: 14px;
}
.contact_main .main2 .btn button {
  width: 165px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  font-size: 18px;
  background-color: #2468ff;
  border-radius: 27px;
  cursor: pointer;
}
.contact_main .main2 .btn button:hover {
  opacity: 0.8;
}
.join_main .main1 {
  padding: 105px 0 110px;
}
.join_main h2 {
  font-size: 36px;
  text-align: center;
}
.join_main .sub {
  margin-top: 10px;
  color: #bbb;
  text-align: center;
}
.join_main .main1 dl {
  margin-top: 58px;
  text-align: center;
  font-size: 18px;
}
.join_main .main1 dt {
  line-height: 70px;
  color: #2468ff;
  background-color: #f4f7ff;
}
.join_main .main1 dd {
  line-height: 75px;
  border-bottom: 1px solid #eee;
}
.join_main .main1 dd .iconfont {
  font-weight: bold;
  color: #666;
}
.join_main .main1 dd.active .iconfont {
  color: #2468ff;
}
.join_main .main1 dd.active .row {
  border-bottom: 1px solid #eee;
}
.join_main .main1 dd .article {
  display: none;
  padding: 32px 40px 40px;
  line-height: 2;
  text-align: left;
  font-size: 16px;
  color: #666;
  background-color: #fff;
}
.join_main .main1 dd .article .submit {
  margin-top: 42px;
  width: 180px;
  height: 54px;
  border-radius: 27px;
  text-align: center;
  line-height: 54px;
  color: #fff;
  font-size: 16px;
  background-color: #2468ff;
}
.join_main .main1 dd .article .submit:hover {
  opacity: 0.8;
}
.join_main .main1 .row {
  padding: 0 40px ;
  cursor: pointer;
}
.business_main .join {
  position: relative;
  margin: 70px auto 0;
  width: 280px;
  height: 60px;
  font-size: 18px;
  color: #2060ef;
  text-align: center;
  line-height: 58px;
  border: solid 1px #d2d2d2;
}
.business_main .join:hover::before,
.business_main .join:hover::after,
.business_main .join:hover a::before,
.business_main .join:hover a::after {
  width: 100%;
  height: 100%;
  background-color: #2060ef;
}
.business_main .join:hover a span {
  color: #fff;
}
.business_main .join::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2060ef;
  border-left: 2px solid #2060ef;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.business_main .join::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2060ef;
  border-right: 2px solid #2060ef;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.business_main .join a {
  position: relative;
  z-index: 9;
}
.business_main .join a span {
  position: relative;
  z-index: 999;
}
.business_main .join a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #2060ef;
  border-left: 2px solid #2060ef;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.business_main .join a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #2060ef;
  border-right: 2px solid #2060ef;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.business_main .main {
  position: relative;
  text-align: center;
  color: #fff;
}
.business_main .main .text {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 8.07291667%;
  width: 100%;
}
.business_main .main .txt {
  font-size: 1.46vw;
  font-weight: lighter;
  line-height: 1.7;
}
.business_main .main .txt b {
  font-weight: bold;
}
.business_main .main h1 {
  margin-top: 1.5625%;
  font-weight: bold;
  font-size: 2.5vw;
}
.business_main .main1 {
  padding: 82px 0 100px;
  background-color: #f7f7f7;
}
.business_main .main1 h2 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
.business_main .main1 .des {
  margin-top: 40px;
  font-size: 20px;
  text-align: center;
  color: #666;
  line-height: 36px;
}
.business_main .main1 ul {
  margin-top: 65px;
}
.business_main .main1 li {
  width: 25%;
  background-color: #ededed;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.business_main .main1 li:nth-child(2n) {
  background-color: #e0e5ef;
}
.business_main .main1 li .picture_container {
  padding-top: 50.83333333%;
}
.business_main .main1 li img {
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.business_main .main1 li .text {
  padding: 25px 30px;
}
.business_main .main1 li h3 {
  font-size: 28px;
  color: #323232;
  font-weight: bold;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.business_main .main1 li p {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 72px;
  min-height: 72px;
  line-height: 24px;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.business_main .main1 li .bottom {
  padding-top: 26px;
  border-top: 1px solid #eee;
}
.business_main .main1 li .drug {
  position: relative;
  margin-right: 15px;
  width: 34px;
  height: 15px;
  background-color: #407bff;
  border-radius: 8px;
  overflow: hidden;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.business_main .main1 li .drug::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 18px;
  height: 15px;
  background-color: #f1cf14;
}
.business_main .main1 li .more {
  color: #407bff;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.business_main .main1 li .iconfont {
  font-size: 24px;
  color: #407bff;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.business_main .main1 li:hover {
  background-color: #407bff;
}
.business_main .main1 li:hover img {
  -o-transform: translate3d(0, 0, 0) scale(1.06);
  -moz-transform: translate3d(0, 0, 0) scale(1.06);
  -webkit-transform: translate3d(0, 0, 0) scale(1.06);
  transform: translate3d(0, 0, 0) scale(1.06);
}
.business_main .main1 li:hover h3,
.business_main .main1 li:hover p,
.business_main .main1 li:hover .more,
.business_main .main1 li:hover .iconfont {
  color: #fff;
}
.business_main .main1 li:hover p {
  opacity: 0.7;
}
.business_main .main1 li:hover .iconfont {
  opacity: 0.5;
}
.business_main .main1 li:hover .drug {
  margin-right: 0;
  width: 0;
}
.business_main .main1 li:hover .drug::after {
  background-color: #407bff;
}
.business_main .main2 {
  padding: 86px 0 100px;
}
.business_main .main2 h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 65px;
  text-align: center;
}
.business_main .main2 ul {
  margin-top: 66px;
}
.business_main .main2 li {
  position: relative;
  margin-left: 3.07692308%;
  padding: 40px 20px 0;
  width: 22.69230769%;
  height: 320px;
  color: #fff;
  background-color: #407bff;
  border-radius: 20px;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.business_main .main2 li:first-child {
  margin-left: 0;
}
.business_main .main2 li:nth-child(2) {
  background-color: #578afc;
}
.business_main .main2 li:nth-child(3) {
  background-color: #7ea3f7;
}
.business_main .main2 li:nth-child(4) {
  background-color: #94b6eb;
}
.business_main .main2 li:hover {
  box-shadow: 0px 15px 23px 3px rgba(42, 111, 255, 0.2);
  -o-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.business_main .main2 li .num {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: url("../images/public/juxing.png") no-repeat left;
}
.business_main .main2 li h3 {
  margin-top: 17px;
  font-size: 26px;
  font-weight: bold;
  color: #f8f8f8;
}
.business_main .main2 li p {
  margin-top: 18px;
  line-height: 30px;
  color: #f8f8f8;
}
.business_main .main2 li .iconfont {
  position: absolute;
  right: 25px;
  bottom: -10px;
  font-size: 60px;
  opacity: 0.3;
}
.business_main .main3 {
  height: 750px;
  background-image: linear-gradient(0deg, #407bff 0%, #87acff 100%), linear-gradient(#407bff, #407bff);
}
.business_main .main3 .content {
  height: 100%;
}
.business_main .main3 .left {
  color: #fff;
}
.business_main .main3 .left .text {
  padding-top: 126px;
  padding-left: 90px;
  width: 100%;
  max-width: 570px;
}
.business_main .main3 .left h2 {
  font-size: 40px;
  font-weight: bold;
}
.business_main .main3 .left .sub {
  margin-top: 12px;
  font-size: 42px;
  font-family: CenturyGothic;
  opacity: 0.1;
}
.business_main .main3 .left p {
  position: relative;
  margin-top: 76px;
  color: #f8f8f8;
  font-size: 28px;
  line-height: 40px;
  font-weight: lighter;
}
.business_main .main3 .left p::before {
  content: "";
  position: absolute;
  left: -90px;
  top: 20px;
  width: 60px;
  height: 1px;
  background-color: rgba(248, 248, 248, 0.5);
}
.business_main .main3 .left img {
  margin-top: 45px;
}
.business_main .main3 .right {
  padding-top: 117px;
  padding-left: 180px;
  width: 58.90625%;
  height: 100%;
  background: #f7f7f7 url("../images/change/shichang_you.jpg") no-repeat;
}
.business_main .main4 {
  padding: 82px 0 96px;
}
.business_main .main4 h2 {
  margin-bottom: 90px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.business_main .main4 ul {
  margin-left: 22px;
}
.business_main .main4 li {
  margin-top: 90px;
  width: 346px;
}
.business_main .main4 li:first-child {
  margin-top: 0;
}
.business_main .main4 li h3 {
  margin-top: -10px;
  font-size: 26px;
  color: #407bff;
}
.business_main .main4 li p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 32px;
  color: #666;
}
.business_main .main5 {
  padding: 92px 0;
  background: url("../images/change/shichang_bg.jpg") center / cover no-repeat;
}
.business_main .main5 h2 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
.business_main .main5 .sub {
  margin-top: 38px;
  font-size: 20px;
  line-height: 32px;
  color: #666;
  text-align: center;
}
.business_main .main5 ul {
  margin-top: 24px;
}
.business_main .main5 li {
  margin-top: 42px;
  margin-left: 8.46153846%;
  width: 27.69230769%;
  text-align: center;
}
.business_main .main5 li:nth-child(3n+1) {
  margin-left: 0;
}
.business_main .main5 li .picture_container {
  padding-top: 50%;
  border-radius: 15px;
  overflow: hidden;
}
.business_main .main5 li h3 {
  margin-top: 26px;
  font-size: 20px;
  font-weight: bold;
}
.business_main .main5 li p {
  margin-top: 10px;
  color: #666;
  line-height: 2;
}
.business_main .main6 {
  padding: 92px 0 100px;
}
.business_main .main6 h2 {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}
.business_main .main6 ul {
  margin-top: 60px;
  padding-top: 2.69230769%;
}
.business_main .main6 li {
  margin: -2.69230769% 1.38461538% 0;
  width: 17.69230769%;
  text-align: center;
  color: #fff;
  background: url("../images/public/liu_top_bg.png") center / contain no-repeat;
}
.business_main .main6 li:nth-child(5n) {
  margin-right: 0;
  background: url("../images/public/liu_end_bg.png") center / contain no-repeat;
}
.business_main .main6 li:nth-child(5n+1) {
  margin-left: 0;
}
.business_main .main6 li:nth-child(n+6) {
  background: url("../images/public/liu_xia_bg.png") center / contain no-repeat;
}
.business_main .main6 li .wrap {
  position: relative;
  padding-top: 113.04347826%;
}
.business_main .main6 li .text {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 28.26086957%;
  width: 100%;
  height: 100%;
}
.business_main .main6 li .iconfont {
  font-size: 50px;
}
.business_main .main6 li h3 {
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
}
.business_main .main6 li .num {
  margin-top: 20px;
  font-size: 26px;
  font-family: Franchise;
  opacity: 0.4;
}
.business_main .main7 {
  position: relative;
  padding: 92px 0 120px;
}
.business_main .main7::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 200px);
  z-index: -1;
  background-color: #ecf3f8;
}
.business_main .main7 h2 {
  margin-bottom: 40px;
  font-size: 40px;
  text-align: center;
}
.business_main .main7 li {
  padding-top: 5%;
  padding-left: 4.61538462%;
  width: 50%;
  height: 460px;
  color: #f8f8f8;
}
.business_main .main7 li:first-child {
  background: url("../images/change/zhaomu1.jpg") center / contain no-repeat;
}
.business_main .main7 li:last-child {
  background: url("../images/change/zhaomu2.jpg") center / contain no-repeat;
}
.business_main .main7 li h3 {
  font-size: 28px;
  font-weight: bold;
}
.business_main .main7 li .line {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 110px;
  height: 2px;
  background-color: #f8f8f8;
}
.business_main .main7 li .line::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ffb500;
}
.business_main .main7 li p {
  font-size: 20px;
  line-height: 38px;
}
.business_main .main8 {
  padding: 92px 0 200px;
  color: #fff;
  background: url("../images/public/jiamen_bg.jpg");
}
.business_main .main8 h2 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
.business_main .main8 form {
  margin-top: 60px;
}
.business_main .main8 .row .item {
  width: 29.23076923%;
}
.business_main .main8 .item {
  margin-bottom: 20px;
  padding: 0 20px ;
  height: 56px;
  line-height: 54px;
  border: solid 1px rgba(220, 220, 220, 0.6);
}
.business_main .main8 .item input::-webkit-input-placeholder,
.business_main .main8 .item textarea::-webkit-input-placeholder {
  color: #fff;
}
.business_main .main8 .item input:-moz-placeholder,
.business_main .main8 .item textarea:-moz-placeholder {
  color: #fff;
}
.business_main .main8 .item input:-ms-input-placeholder,
.business_main .main8 .item textarea:-ms-input-placeholder {
  color: #fff;
}
.business_main .main8 .item input::placeholder,
.business_main .main8 .item textarea::placeholder {
  color: #fff;
}
.business_main .main8 .item textarea {
  height: 56px;
  line-height: 54px;
}
.business_main .main8 .item span {
  font-size: 14px;
  color: #f50d0d;
}
.business_main .main8 .code {
  width: 420px;
}
.business_main .main8 button {
  display: block;
  margin: 60px auto 0;
  width: 200px;
  height: 54px;
  font-size: 18px;
  background-color: #ffb500;
  border-radius: 27px;
  cursor: pointer;
}
.business_main .main8 button:hover {
  color: #2468ff;
}
.trans_header {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
}
.trans_header .header_right .try {
  background-color: transparent;
  border: 1px solid #fff;
}
.trans_header .header_right .sec .iconfont {
  color: #fff;
}

/* aside_nav START */
.aside_nav {
  position: fixed;
  z-index: 10000;
  width: 60px;
  right: 5px;
  top: 40%;
}
.aside_nav .item {
  width: 100%;
  height: 60px;
  position: relative;
  text-align: center;
  background: #2468ff;
  border: 1px solid #fff;
  margin-bottom: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.aside_nav .item:hover {
  background: #edb732;
  z-index: 10;

}
.aside_nav .item:hover .item_explain {
  right: 80px;
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.aside_nav .item:not(:first-child) {
  margin-top: 1px;
}
.aside_nav .item .item_icon {
  font-size: 22px;
  line-height: 60px;
  color: #fff;
}
.aside_nav .item .item_explain {
  background: #ffb500;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  line-height: 50px;
  white-space: nowrap;
  padding: 0 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.aside_nav .item .item_explain .explain_picture {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -25px;
}
.aside_nav .explain_picture p{position: relative;bottom: -93px;color:#000;}
.aside_nav .picture_container{width: 100px;height: 140px}
.aside_nav .picture_container:nth-child(2){
  position: absolute;top: 0; left: -120px;}
.aside_nav .item .item_explain .explain_picture{margin-top:0;}
.alert_wrap1{    display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999;}
.alert_wrap1 .alert_content{
  max-width: 370px;
  width: 30vw;
  height: 44vw;
  padding:3vw;
  max-height: 460px;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: auto;
}
.alert_wrap1 .wrap{
  width: 100%;
  height: 100%;
}
.alert_wrap1 .apply_title{
  position: relative;
  text-align: center;
  line-height: 40px;
  border-bottom: 1px solid #eee;

}
.alert_wrap1 .iconfont{

  font-size: 24px;
  color: #999;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  .center {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .business_main .main .txt {
    font-size: 18px;
  }
  .business_main .main h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 990px) {
  .alert_wrap1 .alert_content{
    width: 48vw;
    height: 69vw;
    padding: 3vw;
  }
  .aside_nav{display: none}
  .center {
    padding: 0 15px;
  }
  .nav2,
  .crumbs {
    display: none;
  }
  header .header_left {
    width: 56.15384615%;
    min-width: auto;
  }
  header .header_left .logo {
    width: 220px;
  }
  header .header_left nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    line-height: 3;
    text-align: center;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }
  header .header_left nav .nav_item {
    margin-right: 0;
    border-bottom: 1px solid #eee;
    background-color: #fff;
  }
  header .header_left nav .nav_item:nth-child(5) {
    margin-right: 0;
  }
  header .header_left nav .nav_item:hover {
    color: #2468ff;
  }
  header .header_left nav .phone_item {
    display: block;
  }  header .down_nav_control {
       width: 32px;
       padding: 11px 0;
       display: block;
     }
  header .down_nav_control.active .line.line1 {
    top: 11px;
  }
  header .down_nav_control.active .line.line3 {
    bottom: 11px;
  }
  header .down_nav_control .line {
    -webkit-transform-origin: 16px center;
    -moz-transform-origin: 16px center;
    -ms-transform-origin: 16px center;
    transform-origin: 16px center;
  }
  header .header_right {
    display: none;
  }
  header .nav_down {
    display: none;
    position: static;
    top: auto;
    left: auto;
    padding: 0 ;
    background-color: #f9f9f9;
  }
  header .nav_down ul {
    display: block;
  }
  header .nav_down li {
    width: 100%;
    text-align: center;
  }
  header .nav_down li img {
    margin-right: 12px;
  }
  header .nav_down li p {
    display: none;
  }
  header .nav_down li:last-child .down_item {
    border-bottom: none;
  }
  footer {
    margin-top: 0;
    padding: 40px 0;
    border-radius: 0;
  }
  footer .center {
    display: none;
  }
  footer .phone {
    text-align: center;
    display: block;
    line-height: 2;
    color: #bbb;
  }
  footer .phone .support {
    margin-left: 20px;
  }
  .footer_main {
    padding-top: 40px;
    padding-bottom: 57px;
    color: #fff;
    background: url("../images/change/index_end_bg.jpg") center no-repeat;
  }
  .footer_main h2 {
    font-size: 36px;
    text-align: center;
  }
  .footer_main .en {
    margin-top: 10px;
    text-align: center;
  }
  .footer_main a {
    margin: 66px auto 0;
    width: 200px;
    height: 54px;
    color: #fff;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    background-color: #edb732;
    border-radius: 27px;
  }
  .index_main .main1 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px;
  }
  .index_main .main1 .swiper-pagination-bullet-active {
    width: 30px;
  }
  .index_main .main1 a {
    overflow: hidden;
  }
  .index_main .main1 img {
    max-width: none;
    min-width: 100%;
    max-height: 83vw;
  }
  .index_main .main2 li:hover {
    padding-top: 0;
    background: transparent ;
  }
  .index_main .main2 li:hover p {
    color: #333;
    opacity: 1;
  }
  .index_main .main2 li:hover h3 {
    font-weight: bold;
    color: #333;
  }
  .index_main .main2 li:hover .iconfont {
    display: none;
  }
  .index_main .main2 h3 {
    font-size: 18px;
  }
  .index_main .main2 a div {
    width: 100%;
  }
  .index_main .main3 {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .index_main .main3 h2 {
    font-size: 30px;
    text-align: center;
  }
  .index_main .main3 .sub_title {
    margin-top: 30px;
  }
  .index_main .main3 .content {
    margin-top: 50px;
  }
  .index_main .main3 .content ul {
    margin-top: 0;
  }
  .index_main .main3 .content li {
    margin-top: 35px;
  }
  .index_main .main3 .content li p {
    margin-left: 16px;
  }
  .index_main .main3 a {
    margin: 20px auto 0;
  }
  .index_main .main4 {
    margin-top: 0;
    padding-top: 46px;
    padding-bottom: 46px;
    background: #fafafa;
  }
  .index_main .main4 h2 {
    font-size: 30px;
    color: #333;
  }
  .index_main .main4 .en {
    color: #bbb;
  }
  .index_main .main4 ul {
    margin-top: 20px;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .index_main .main4 li {
    padding: 3.92857143% 1.78571429%;
    margin-left: 2%;
    margin-top: 2%;
    width: 30%;
    height: auto;
    background-color: #ffffff;
    box-shadow: -1px 3px 27px 2px rgba(2, 103, 255, 0.08);
    border-radius: 20px;
  }
  .index_main .main4 li:first-child {
    margin-left: 7%;
  }
  .index_main .main4 li h3 {
    position: relative;
    padding-bottom: 28px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .index_main .main4 li h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    width: 13px;
    height: 3px;
    background-color: #ffb500;
  }
  .index_main .main4 li p {
    margin-top: 30px;
    font-size: 14px;
    color: #666;
    line-height: 2;
    text-align: center;
  }
  .index_main .main4 a {
    margin: 70px auto 0;
    width: 200px;
    height: 54px;
    color: #fff;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    background-color: #edb732;
    border-radius: 27px;
  }
  .index_main .main5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .index_main .main5 h2 {
    font-size: 30px;
  }
  .index_main .main5 .toggle_list {
    margin-top: 50px;
  }
  .index_main .main5 ul {
    margin-top: 50px;
  }
  .index_main .main5 li .article p {
    margin-top: 10px;
  }
  .index_main .main5 li .date {
    margin-top: 15px;
  }
  .index_main .main5 li:hover {
    background-color: #ffffff;
    box-shadow: -1px 3px 27px 2px rgba(2, 103, 255, 0.04);
  }
  .index_main .main5 .more {
    margin: 50px auto 0;
  }
  .index_main .main6 {
    height: 160px;
  }
  .index_main .main6 li p {
    font-size: 18px;
  }
  .index_main .main6 li .en {
    margin-top: 4px;
    font-size: 14px;
  }
  .index_main .main6 li .icon {
    margin-right: 18px;
    width: 52px;
    height: 52px;
  }
  .product_main .main1 {
    padding: 80px 0;
  }
  .product_main .main1 .center {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .product_main .main1 .img {
    width: 100%;
    text-align: center;
  }
  .product_main .main1 .text {
    margin-bottom: 80px;
    padding-left: 0;
    width: 100%;
  }
  .product_main .main1 .text h2 {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .product_main .main1 .text > .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .product_main .main2 {
    padding: 80px 0;
    height: auto;
  }
  .product_main .main2 .text {
    margin: 80px auto 0;
    background-color: #fff;
  }
  .product_main .main2 .text .icon {
    margin-right: 10px;
  }
  .product_main .main2 .text .icon .iconfont {
    font-size: 24px;
  }
  .product_main .main3 {
    padding: 80px 0 0;
  }
  .product_main .main3 .center {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .product_main .main3 .img {
    margin-top: 80px;
    width: 100%;
  }
  .product_main .main3 .text {
    padding-left: 0;
  }
  .product_main .main3 .text > .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .product_main .main3 .text h2 {
    margin-top: 0;
    text-align: center;
  }
  .product_main .main3 .text .icon {
    margin-right: 10px;
  }
  .product_main .main3 .text .icon .iconfont {
    font-size: 24px;
  }
  .product_main .main4 {
    padding: 80px 0 ;
  }
  .product_main .main4 .text {
    padding-left: 0;
    width: 100%;
  }
  .product_main .main4 .text h2 {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  .product_main .main4 .text > .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .product_main .main4 .img {
    margin-top: 80px;
    padding-right: 0;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .healthy_main .main2 {
    padding: 40px 0;
    height: auto;
    background: url("../images/change/product_bg2.jpg") center no-repeat;
  }
  .healthy_main .main2 img {
    display: block;
  }
  .healthy_main .main2 .center {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .healthy_main .main2 .text {
    width: 100%;
  }
  .healthy_main .main2 .text > .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .healthy_main .main2 .text h2 {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  .healthy_main .main2 .img {
    margin-top: 40px;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .healthy_main .main3 {
    padding: 50px 0 ;
  }
  .healthy_main .main3 ul {
    position: relative;
    padding: 0;
    width: 50%;
    z-index: 1;
  }
  .healthy_main .main3 li {
    margin: 0 ;
    border-top: none;
  }
  .healthy_main .main3 li h2 {
    margin-bottom: 40px;
  }
  .healthy_main .main3 .img {
    margin-left: 0;
    width: 50%;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .healthy_main .main4 {
    padding: 50px 0 ;
  }
  .healthy_main .main4 .center {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .healthy_main .main4 .text {
    margin-left: 0;
  }
  .healthy_main .main4 .text h2 {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  .healthy_main .main4 .text .icon {
    margin-top: 10px;
    height: 20px;
    width: 20px;
  }
  .healthy_main .main4 .text > .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .healthy_main .main4 .img {
    margin-top: 40px;
    text-align: center;
  }
  .healthy_main .main5 {
    padding: 50px 0;
  }
  .healthy_main .main5 .center {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .healthy_main .main5 .text {
    width: 100%;
    margin-left: 0;
  }
  .healthy_main .main5 .text h2 {
    margin-top: 0;
    text-align: center;
  }
  .healthy_main .main5 .text > .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .healthy_main .main5 .img {
    margin-top: 50px;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .healthy_main .main6 {
    padding: 50px 0 ;
  }
  .healthy_main .main6 .center {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .healthy_main .main6 .img {
    margin-top: 40px;
    margin-left: 0;
    text-align: center;
  }
  .healthy_main .main6 .text {
    width: 100%;
    margin-left: 0%;
  }
  .healthy_main .main6 .text > .flex {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .healthy_main .main6 .text h2 {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  .healthy_main .main7 {
    padding: 50px 0 ;
    background: #fafafa;
  }
  .healthy_main .main7 .center {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .healthy_main .main7 .text {
    width: 100%;
    margin-left: 0;
  }
  .healthy_main .main7 .text h2 {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  .healthy_main .main7 .text > .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .healthy_main .main7 .img {
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .healthy_main .main8 .tbody {
    display: none;
  }
  .healthy_main .main8 img {
    display: block;
  }
  .healthy_main .main8 {
    padding: 50px 0 ;
  }
  .healthy_main .main8 .tt {
    margin-top: 10px;
  }
  .healthy_main .main8 .ut {
    margin-right: 10px;
    height: 60px;
    width: 12.30769231%;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    background-color: #ffb500;
  }
  .healthy_main .main8 ul::after {
    content: ">>";
    display: block;
    height: 100%;
    width: 10%;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    background-color: #666;
    color: #fff;
    font-weight: bold;
  }
  .healthy_main .main8 li {
    width: 45%;
  }
  .healthy_main .main8 li:nth-child(3) {
    display: none;
  }
  .healthy_main .main8 li:nth-child(4) {
    display: none;
  }
  .healthy_main .main8 dl {
    margin-top: 10px;
  }
  .healthy_main .main8 dd {
    width: 39.39393939%;
  }
  .healthy_main .main8 dd:nth-child(4) {
    display: none;
  }
  .healthy_main .main8 dd:nth-child(5) {
    display: none;
  }
  .healthy_main .main8 dd:nth-child(2n+1) {
    width: 49.49494949%;
  }
  .healthy_main .main9 .content {
    margin-top: 0;
    padding: 62px 20px 60px;
  }
  .healthy_main .main10 {
    padding: 50px 0;
  }
  .healthy_main .main10 .center {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .healthy_main .main10 .text {
    width: 100%;
    margin-left: 0;
  }
  .healthy_main .main10 .text h2 {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  .healthy_main .main10 .text > .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .healthy_main .main10 .img {
    margin-top: 40px;
    margin-left: 0%;
    width: 100%;
    text-align: center;
  }
  .online_shop_main .main1 .list_wrap {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .online_shop_main .main1 .list {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .online_shop_main .main1 .list .row {
    margin: 30px 0 0;
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  .online_shop_main .main1 .list .row .item {
    padding: 0;
    width: 50%;
  }
  .online_shop_main .main1 .img {
    margin-top: 0;
    width: 100%;
  }
  .online_shop_main .main2 {
    padding-bottom: 50px;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .online_shop_main .main2 .text {
    margin-top: 50px;
    width: 100%;
  }
  .online_shop_main .main2 .text h2 {
    text-align: center;
  }
  .online_shop_main .main2 .img {
    margin-left: 0;
    width: 100%;
    height: 300px;
    text-align: center;
  }
  .online_shop_main .main3 {
    padding: 50px 0;
  }
  .online_shop_main .main3 .center {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .online_shop_main .main3 .text {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
  .online_shop_main .main3 .text h2 {
    text-align: center;
  }
  .online_shop_main .main3 .img {
    margin-top: 40px;
  }
  .online_shop_main .main4 {
    padding: 50px 0 ;
  }
  .online_shop_main .main4 .center {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .online_shop_main .main4 .text {
    margin-right: 0;
    margin-top: 0;
    width: 100%;
  }
  .online_shop_main .main4 .text h2 {
    text-align: center;
  }
  .online_shop_main .main4 .img {
    margin-top: 30px;
  }
  .online_shop_main .main5 {
    padding: 50px 0 ;
  }
  .online_shop_main .main5 .center {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .online_shop_main .main5 .text {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
  .online_shop_main .main5 .text h2 {
    text-align: center;
  }
  .marketing_main .main1 {
    padding: 80px 0;
  }
  .marketing_main .main1 ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .marketing_main .main1 ul li {
    margin: 0 !important;
  }
  .marketing_main .main1 .img {
    display: none;
  }
  .marketing_main .main2 {
    padding: 80px 0;
    background-position: left;
  }
  .marketing_main .main2 .center {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .marketing_main .main2 .text {
    margin: 0;
    width: 100%;
  }
  .marketing_main .main2 .text > .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .marketing_main .main2 .text h2 {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .marketing_main .main2 .img {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .marketing_main .main3 {
    padding: 80px 0 ;
  }
  .news_main .main1 {
    padding: 80px 0;
  }
  .news_main .main1 .swiper-pagination {
    bottom: 10px;
  }
  .news_main .main1 .swiper-slide > .flex {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news_main .main1 .swiper-slide .img {
    width: 100%;
    text-align: center;
  }
  .news_main .main1 .text {
    width: 100%;
  }
  .news_main .main1 .text .info {
    margin-top: 15px;
    padding-bottom: 20px;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .news_main .main1 .text .info .date {
    margin-right: 25px;
  }
  .news_main .paging {
    margin-top: 50px;
  }
  .about_main .main1 {
    padding: 80px 0 ;
  }
  .about_main .main1 .center {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about_main .main1 .text {
    margin-left: 0;
    padding-top: 60px;
    width: 100%;
    background-position: 0 0;
  }
  .about_main .main1 .text h3 {
    font-size: 24px;
    font-weight: bold;
  }
  .about_main .main1 .text p {
    text-indent: 2em;
  }
  .about_main .main1 .text .sign {
    display: none;
  }
  .about_main .main1 .img {
    margin-top: 40px;
    text-align: center;
  }
  .about_main .main2 {
    padding: 80px 0 ;
  }
  .culture_main .main1 {
    padding: 80px 0;
  }
  .culture_main .main1 .content {
    margin-top: 40px;
    padding: 60px 0;
  }
  .culture_main .main1 .content .item .iconfont {
    font-size: 50px;
  }
  .culture_main .main1 .content .item .text {
    padding-bottom: 16px;
    font-size: 24px;
  }
  .culture_main .main1 .content .item .text::after {
    height: 2px;
  }
  .culture_main .main1 .content .item p {
    margin-top: 40px;
    font-size: 18px;
  }
  .culture_main .main2 {
    padding: 80px 0;
  }
  .culture_main .main2 .content {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .mobile{display: block;}
  .pc{display: none;}
  .go_top {
    display: none !important;
  }
/*  header .down_nav_control {
    width: 30px;
  }
  header .down_nav_control .line {
    margin-top: 8px;
    width: 20px;
    height: 2px;
  }
  header .down_nav_control.active .line:first-child {
    top: 6px;
    -o-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }
  header .down_nav_control.active .line:last-child {
    top: -4px;
    -o-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
  }*/
  footer {
    padding: 0.4rem 0;
    font-size: 0.2rem;
  }
  .footer_main h2 {
    font-size: 24px;
  }
  .footer_main .en {
    font-size: 14px;
  }
  .news_details_main .main1{
    padding-top: 0px;
  }
  .footer_main a {
    margin: 30px auto 0;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 20px;
  }
  .index_main .main1 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
  }
  .index_main .main2 ul {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index_main .main2 li {
    width: 50%;
    height: 100px;
  }
  .index_main .main2 h3 {
    font-size: 18px;
  }
  .index_main .main2 p {
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 18px;
    min-height: 18px;
    line-height: 18px;
  }
  .index_main .main2 .iconfont {
    margin-top: 5px;
  }
  .index_main .main3 {
    padding-top: 60px;
  }
  .index_main .main3 h2 {
    font-size: 24px;
  }
  .index_main .main3 .sub_title {
    margin-top: 20px;
    font-size: 14px;
  }
  .index_main .main3 .content {
    position: relative;
    padding-top: 1px;
    margin-top: 40px;
  }
  .index_main .main3 .content .image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .index_main .main3 .content li {
    margin: 30px 0 0;
    width: 20%;
    text-align: center;
  }
  .index_main .main3 .content li > div {
    height: 58px;
    margin: 42px 0 0;
    display: block;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin: 0;
  }
  .index_main .main3 .content li p {
    margin-left: 0;
    font-size: 14px;
  }
  .index_main .main3 .content li.flex {
    margin: 42px 0 0;
    display: block;
  }
  .index_main .main3 a {
    margin: 30px auto 0;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 20px;
  }
  .index_main .main4 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .index_main .main4 h2 {
    font-size: 28px;
    text-align: center;
  }
  .index_main .main4 p {
    font-size: 14px;
  }
  .index_main .main4 li {
    margin-left: 0;
    width: 100%;
  }
  .index_main .main4 li:first-child {
    margin-left: 0;
  }
  .index_main .main4 a {
    margin: 30px auto 0;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 20px;
  }
  .index_main .main5 {
    padding-top: 60px;
  }
  .index_main .main5 h2 {
    font-size: 24px;
  }
  .index_main .main5 .en {
    margin-top: 5px;
    font-size: 14px;
  }
  .index_main .main5 ul {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index_main .main5 li {
    margin-left: 0;
    width: 100%;
    border-top: 1px solid #eee;
  }
  .index_main .main5 li:first-child {
    border-top: none;
  }
  .index_main .main5 li a {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .index_main .main5 li a .img {
    width: 205px;
  }
  .index_main .main5 li:first-child {
    margin-left: 0;
  }
  .index_main .main5 li .article {
    padding: 20px;
    width: 60%;
  }
  .index_main .main5 li .article p {
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 36px;
    min-height: 36px;
    line-height: 18px;
  }
  .index_main .main5 li .date {
    margin-top: 10px;
    font-size: 12px;
  }
  .index_main .main5 li .date .iconfont {
    font-size: 12px;
  }
  .index_main .main5 li:hover {
    background-color: #ffffff;
    box-shadow: -1px 3px 27px 2px rgba(2, 103, 255, 0.04);
  }
  .index_main .main5 .more {
    margin: 30px auto 0;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 20px;
  }
  .index_main .main6 {
    height: auto;
    background-color: #fafcfd;
  }
  .index_main .main6 .center {
    height: 100%;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .index_main .main6 ul {
    padding-bottom: 20px;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index_main .main6 li {
    display: block;
    margin-top: 20px;
    width: 25%;
    text-align: center;
  }
  .index_main .main6 li p {
    font-size: 16px;
  }
  .index_main .main6 li .en {
    margin-top: 4px;
    font-size: 14px;
    display: none;
  }
  .index_main .main6 li .icon {
    margin: 0 auto 10px;
    border-radius: 50%;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .index_main .main6 li .text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .alert_wrap .apply_title {
    line-height: 70px;
  }
  .alert_wrap .apply_title span {
    font-size: 24px;
  }
  .alert_wrap .apply_title .iconfont {
    right: 0.6rem;
  }
  .alert_wrap .alert_content .text {
    font-size: 18px;
  }
  .alert_wrap .alert_content .text i {
    color: #f22424;
  }
  .alert_wrap .alert_content .check {
    position: relative;
  }
  .alert_wrap .alert_content .row {
    height: 50px;
  }
  .alert_wrap .alert_content .row input::-webkit-input-placeholder {
    color: #aaa;
  }
  .alert_wrap .alert_content .row input:-moz-placeholder {
    color: #aaa;
  }
  .alert_wrap .alert_content .row input:-ms-input-placeholder {
    color: #aaa;
  }
  .alert_wrap .alert_content .row input::placeholder {
    color: #aaa;
  }
  .alert_wrap .form_main {
    padding: 0.24rem 0.6rem;
  }
  .alert_wrap .form_main .row {
    margin-top: 0.1rem;
    padding: 0 0.2rem;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
  }
  .alert_wrap .form_main .item {
    margin-top: 0.2rem;
    width: 100%;
  }
  .alert_wrap .form_main .inp {
    display: block;
    margin-top: 0;
  }
  .alert_wrap .form_main .btn {
    margin-top: 0.32rem;
  }
  .alert_wrap .form_main .btn button {
    width: 100px;
    height: 40px;
    font-size: 18px;
    border-radius: 20px;
  }
  .alert_wrap .form_main .qr_code {
    margin-top: 0.5rem;
  }
  .alert_wrap .form_main .txt {
    margin-top: 0.18rem;
  }
  .alert_wrap .form_main .tip {
    margin-top: 0.5rem;
    font-size: 0.16rem;
  }
  .product_main .main1 {
    padding: 60px 0;
  }
  .product_main .main1 .text {
    margin-bottom: 60px;
  }
  .product_main .main1 .text h2 {
    font-size: 34px;
  }
  .product_main .main1 .text .icon {
    margin-right: 10px;
  }
  .product_main .main1 .text .icon .iconfont {
    font-size: 24px;
  }
  .product_main .main1 .text p {
    font-size: 18px;
  }
  .product_main .main2 {
    padding: 60px 0;
  }
  .product_main .main2 h2 {
    font-size: 34px;
  }
  .product_main .main2 .text {
    margin: 60px auto 0;
  }
  .product_main .main2 .text .icon {
    margin-right: 10px;
  }
  .product_main .main2 .text p {
    font-size: 18px;
  }
  .product_main .main3 {
    padding: 60px 0 30px;
  }
  .product_main .main3 .img {
    margin-top: 60px;
  }
  .product_main .main3 .text h2 {
    font-size: 34px;
  }
  .product_main .main4 {
    padding: 60px 0 ;
  }
  .product_main .main4 .text h2 {
    font-size: 34px;
    margin-bottom: 50px;
    text-align: center;
  }
  .product_main .main4 .text > .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .product_main .main4 .text p {
    font-size: 18px;
  }
  .product_main .main4 .img {
    margin-top: 60px;
  }
  .healthy_main .main1 h2 {
    font-size: 30px;
  }
  .healthy_main .main2 {
    padding: 40px 0 ;
  }
  .healthy_main .main2 .text h2 {
    font-size: 30px;
  }
  .healthy_main .main2 .img {
    margin-top: 30px;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .healthy_main .main3 {
    padding: 40px 0 ;
  }
  .healthy_main .main3 .center {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .healthy_main .main3 ul {
    width: 100%;
  }
  .healthy_main .main3 li {
    width: 100%;
  }
  .healthy_main .main3 li h2 {
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
  }
  .healthy_main .main3 li p {
    color: #333;
  }
  .healthy_main .main3 img {
    display: none;
  }
  .healthy_main .main4 {
    padding: 40px 0 ;
  }
  .healthy_main .main4 .text h2 {
    font-size: 30px;
  }
  .healthy_main .main4 .img {
    margin-top: 30px;
  }
  .healthy_main .main5 {
    padding: 40px 0;
  }
  .healthy_main .main5 .text h2 {
    font-size: 30px;
  }
  .healthy_main .main5 .img {
    margin-top: 40px;
  }
  .healthy_main .main6 {
    padding: 40px 0 ;
  }
  .healthy_main .main6 .img {
    margin-top: 30px;
  }
  .healthy_main .main6 .text h2 {
    font-size: 30px;
  }
  .healthy_main .main7 {
    padding: 40px 0 ;
  }
  .healthy_main .main7 .text h2 {
    font-size: 30px;
  }
  .healthy_main .main8 {
    padding: 40px 0 ;
  }
  .healthy_main .main8 .sub_title {
    font-size: 16px;
  }
  .healthy_main .main8 h2 {
    font-size: 30px;
  }
  .healthy_main .main8 .tt {
    margin-top: 10px;
  }
  .healthy_main .main8 li {
    width: 90%;
  }
  .healthy_main .main8 li:nth-child(2) {
    display: none;
  }
  .healthy_main .main8 .ut {
    width: 60px;
  }
  .healthy_main .main8 dl {
    margin-top: 10px;
  }
  .healthy_main .main8 dt {
    width: 60px;
  }
  .healthy_main .main8 dd {
    width: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .healthy_main .main8 dd:nth-child(3) {
    display: none;
  }
  .healthy_main .main9 h2 {
    font-size: 30px;
  }
  .healthy_main .main10 {
    padding: 40px 0;
  }
  .healthy_main .main10 .text h2 {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .healthy_main .main10 .img {
    margin-top: 30px;
  }
  .online_shop_main .main1 h2 {
    font-size: 30px;
  }
  .online_shop_main .main1 .sub {
    font-size: 18px;
  }
  .online_shop_main .main1 .cir {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .online_shop_main .main1 .img {
    margin-top: 0;
    width: 100%;
  }
  .online_shop_main .main2 .text h2 {
    font-size: 30px;
  }
  .online_shop_main .main2 .text p {
    font-size: 18px;
  }
  .online_shop_main .main3 .text h2 {
    font-size: 30px;
  }
  .online_shop_main .main3 .text p {
    font-size: 18px;
  }
  .online_shop_main .main4 .text h2 {
    font-size: 30px;
  }
  .online_shop_main .main4 .text p {
    font-size: 18px;
  }
  .online_shop_main .main4 .img {
    margin-top: 30px;
  }
  .online_shop_main .main5 .text h2 {
    font-size: 30px;
  }
  .online_shop_main .main5 .text p {
    font-size: 18px;
  }
  .marketing_main .main1 {
    padding: 50px 0;
  }
  .marketing_main .main1 h2 {
    font-size: 30px;
  }
  .marketing_main .main1 .sub {
    font-size: 18px;
  }
  .marketing_main .main1 ul {
    margin-top: 0;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .marketing_main .main1 ul li {
    margin-top: 30px !important;
    width: 33.33%;
  }
  .marketing_main .main1 .img {
    display: none;
  }
  .marketing_main .main2 {
    padding: 50px 0;
  }
  .marketing_main .main2 .text {
    margin: 0;
    width: 100%;
  }
  .marketing_main .main2 .text > .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .marketing_main .main2 .text h2 {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    font-size: 30px;
  }
  .marketing_main .main2 .text p {
    font-size: 18px;
  }
  .marketing_main .main2 .img {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .marketing_main .main3 {
    padding: 50px 0 ;
  }
  .marketing_main .main3 h2 {
    font-size: 30px;
  }
  .news_main .main1 {
    padding: 50px 0;
  }
  .news_main .main1 h2 {
    font-size: 30px;
  }
  .news_main .main1 .sub {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .news_main .main1 .swiper-pagination {
    bottom: 10px;
  }
  .news_main .main1 .swiper-slide > .flex {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news_main .main1 .swiper-slide .img {
    width: 100%;
    text-align: center;
  }
  .news_main .main1 .text {
    width: 100%;
  }
  .news_main .main1 .text .info {
    margin-top: 15px;
    padding-bottom: 20px;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .news_main .main1 .text .info .date {
    margin-right: 25px;
  }
  .news_main .main1 .news_list ul {
    margin-top: 40px;
  }
  .news_main .main1 .news_list li {
    margin-left: 7.69230769%;
    width: 46.15384615%;
  }
  .news_main .main1 .news_list li:nth-child(3n+1) {
    margin-left: 7.69230769%;
  }
  .news_main .main1 .news_list li:nth-child(2n+1) {
    margin-left: 0;
  }
  .news_main .main1 .news_list li .article h3 {
    font-size: 16px;
  }
  .news_main .main1 .news_list li .article p {
    font-size: 12px;
  }
  .news_main .main1 .news_list li .bottom {
    font-size: 12px;
  }
  .news_main .main1 .news_list li .date .iconfont {
    margin-right: 5px;
    font-size: 14px;
  }
  .news_main .main1 .news_list li .details .iconfont {
    margin-left: 5px;
  }
  .news_main .paging {
    margin-top: 30px;
  }
  .news_details_main {
    padding: 60px 0 100px;
  }
  .news_details_main h1 {
    font-size: 0.36rem;
  }
  .news_details_main .article_info {
    font-size: 12px;
  }
  .news_details_main .article_info .info {
    width: 300px;
  }
  .news_details_main .article_info .date {
    margin-right: 20px;
  }
  .news_details_main .article {
    margin-bottom: 20px;
    padding: 20px 0;
    font-size: 0.24rem;
  }
  .switch .list {
    display: block;
  }
  .switch .list .line {
    margin-bottom: 10px;
  }
  .about_main h2 {
    font-size: 0.36rem;
  }
  .about_main .sub {
    margin-bottom: 20px;
  }
  .about_main .main1 {
    padding: 50px 0;
  }
  .about_main .main1 .text h3 {
    text-align: center;
  }
  .about_main .main2 {
    padding: 40px 0 ;
  }
  .about_main .main2 .swiper {
    padding: 0 ;
  }
  .about_main .main2 .swiper-slide:first-child .cir::after {
    display: none;
  }
  .about_main .main2 .swiper-button-next,
  .about_main .main2 .swiper-button-prev {
    display: none;
  }
  .about_main .main2 .item {
    height: auto;
    min-width: auto;
  }
  .about_main .main2 .cir {
    width: 70px;
    height: 70px;
  }
  .about_main .main2 .year {
    font-size: 18px;
  }
  .about_main .main2 .date {
    font-size: 14px;
  }
  .about_main .main2 p {
    margin-top: 25px;
    font-size: 14px;
  }
  .about_main .main2 .swiper-slide-active .cir {
    margin-top: 0;
    width: 80px;
    height: 80px;
  }
  .about_main .main2 .swiper-slide-active .cir::after {
    margin-top: -60px;
    margin-left: -60px;
    width: 120px;
    height: 120px;
  }
  .culture_main .main1 {
    padding: 60px 0 0;
  }
  .culture_main .main1 h2 {
    font-size: 24px;
  }
  .culture_main .main1 .sub {
    font-size: 14px;
  }
  .culture_main .main1 .content .item .iconfont {
    font-size: 45px;
  }
  .culture_main .main1 .content .item .text {
    font-size: 20px;
  }
  .culture_main .main1 .content .item p {
    font-size: 14px;
  }
  .culture_main .main2 {
    padding: 0 0 60px;
    background: url("../images/public/culture_bg.jpg") no-repeat;
  }
  .culture_main .main2 .content {
    height: auto;
    background: none;
  }
  .culture_main .main2 .content dt {
    margin-bottom: 36px;
    padding-top: 0;
    height: auto;
  }
  .culture_main .main2 .content dt .iconfont {
    font-size: 40px;
  }
  .culture_main .main2 .content dt p {
    margin-top: 10px;
    font-size: 24px;
  }
  .culture_main .main2 .content dd .txt {
    font-size: 18px;
  }
  .culture_main .main2 .content dd p {
    font-size: 14px;
  }
  .contact_main h2 {
    font-size: 24px;
  }
  .contact_main .sub {
    font-size: 14px;
  }
  .contact_main .main1 {
    padding: 80px 0;
  }
  .contact_main .main1 ul {
    margin-top: 40px;
    padding: 20px;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact_main .main1 ul li {
    padding-top: 20px;
    margin-top: 30px;
    width: 100%;
    border-top: 1px solid #eee;
  }
  .contact_main .main1 ul li:first-child {
    padding-top: 0;
    border-top: none;
  }
  .contact_main .main1 ul li::after {
    display: none;
  }
  .contact_main .main1 ul li .iconfont {
    font-size: 30px;
  }
  .contact_main .main1 ul li p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2;
  }
  .contact_main .main2 {
    padding: 80px 0 ;
  }
  .contact_main .main2 form {
    margin-top: 50px;
  }
  .contact_main .main2 .row {
    margin-top: 20px;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact_main .main2 .text {
    font-size: 16px;
  }
  .contact_main .main2 .item {
    margin-top: 20px;
    width: 100%;
  }
  .contact_main .main2 .item input {
    margin-top: 8px;
    height: 40px;
  }
  .contact_main .main2 .code {
    margin-top: 8px;
  }
  .contact_main .main2 .code input {
    margin-right: 20px;
    padding: 0 20px;
    width: 150px;
    height: 40px;
  }
  .contact_main .main2 .code .change {
    display: none;
  }
  .contact_main .main2 .row_inp {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact_main .main2 .btn {
    width: 100%;
  }
  .contact_main .main2 .btn button {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;
  }

  .join_main .main1 {
    padding: 80px 0;
  }
  .join_main h2 {
    font-size: 24px;
  }
  .join_main .sub {
    margin-top: 5px;
    font-size: 14px;
  }
  .join_main .main1 dl {
    margin-top: 40px;
    font-size: 14px;
  }
  .join_main .main1 dt {
    line-height: 60px;
  }
  .join_main .main1 dt div:nth-child(4) {
    display: none;
  }
  .join_main .main1 dd {
    line-height: 65px;
  }
  .join_main .main1 dd div:nth-child(4) {
    display: none;
  }
  .join_main .main1 dd .article .submit {
    margin-top: 32px;
    width: 120px;
    height: 44px;
    border-radius: 22px;
    line-height: 44px;
  }
  .join_main .main1 .loadData {
    margin-top: 50px;
  }
  .join_main .main1 .loadData a {

    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .footer_main a {
    margin-top: 20px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .index_main .main2 li {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #eee;
  }
  .index_main .main2 li:hover {
    padding-top: 0;
  }
  .index_main .main2 h3 {
    font-size: 16px;
  }
  .index_main .main2 p {
    margin-top: 5px;
    font-size: 12px;
  }
  .index_main .main2 .iconfont {
    margin-top: 20px;
    display: none;
    color: #fff;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .index_main .main3 {
    padding-bottom: 20px;
  }
  .index_main .main3 h2 {
    font-size: 18px;
  }
  .index_main .main3 .sub_title {
    line-height: 1.8;
  }
  .index_main .main3 .content li {
    width: 33.3%;
  }
  .index_main .main3 .content li:last-child {
    display: none !important;
  }
  .index_main .main3 a {
    margin: 20px auto 0;
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    border-radius: 17px;
  }
  .index_main .main4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .index_main .main4 li {
    margin-top: 20px;
  }
  .index_main .main4 a {
    margin-top: 20px;
    width: 100px;
    font-size: 14px;
  }
  .index_main .main5 {
    padding-top: 20px;
  }
  .index_main .main5 li {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
    border-top: 1px solid #eee;
  }
  .index_main .main5 li:first-child {
    border-top: none;
  }
  .index_main .main5 li a {
    display: block;
  }
  .index_main .main5 li a .img {
    width: auto;
  }
  .index_main .main5 li .article {
    width: 100%;
  }
  .index_main .main5 .more {
    margin-top: 20px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .index_main .main6 ul {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  .index_main .main6 li {
    padding: 0 5px;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  .index_main .main6 li .en {
    margin-top: 8px;
    font-size: 16px;
    font-family: CenturyGothic;
    color: #bbbbbb;
  }
  .index_main .main6 li .icon {
    margin: 0 auto;
    width: 62px;
    height: 62px;
  }
  .index_main .main6 li .text {
    margin-top: 15px;
    width: 100%;
    flex: auto;
    text-align: center;
  }
  .product_main .main1 {
    padding: 40px 0;
  }
  .product_main .main1 .text {
    margin-bottom: 40px;
  }
  .product_main .main1 .text h2 {
    font-size: 24px;
  }
  .product_main .main1 .text .icon .iconfont {
    font-size: 18px;
  }
  .product_main .main1 .text p {
    font-size: 14px;
  }
  .product_main .main2 {
    padding: 40px 0;
  }
  .product_main .main2 h2 {
    font-size: 24px;
  }
  .product_main .main2 .text {
    margin: 40px auto 0;
  }
  .product_main .main2 .text .icon .iconfont {
    font-size: 18px;
  }
  .product_main .main2 .text p {
    font-size: 14px;
  }
  .product_main .main3 {
    padding: 40px 0 30px;
  }
  .product_main .main3 .img {
    margin-top: 40px;
  }
  .product_main .main3 .text h2 {
    font-size: 24px;
  }
  .product_main .main3 .text .icon .iconfont {
    font-size: 18px;
  }
  .product_main .main4 {
    padding: 40px 0 ;
  }
  .product_main .main4 .text h2 {
    font-size: 24px;
    margin-bottom: 35px;
    text-align: center;
  }
  .product_main .main4 .text > .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .product_main .main4 .text p {
    font-size: 14px;
  }
  .product_main .main4 .text .icon .iconfont {
    font-size: 18px;
  }
  .product_main .main4 .img {
    margin-top: 30px;
  }
  .healthy_main h2 {
    font-size: 24px !important;
  }
  .healthy_main p {
    font-size: 16px !important;
    line-height: 2 !important;
  }
  .healthy_main .text .icon {
    margin-right: 10px !important;
    width: 16px !important;
    height: 16px !important;
  }
  .healthy_main .text .icon .iconfont {
    font-size: 18px !important;
  }
  .healthy_main .main8 dt {
    font-size: 16px;
  }
  .healthy_main .main8 dd {
    font-size: 12px;
  }
  .healthy_main .main8 .ut {
    font-size: 16px;
  }
  .healthy_main .main8 li {
    font-size: 16px;
  }
  .online_shop_main .main1 h2 {
    font-size: 24px;
  }
  .online_shop_main .main1 .sub {
    font-size: 14px;
  }
  .online_shop_main .main1 .cir {
    padding: 15px;
    width: 54px;
    height: 54px;
    line-height: 24px;
  }
  .online_shop_main .main1 .img {
    margin-top: 0;
    width: 100%;
  }
  .online_shop_main .main2 .text {
    padding: 10px;
  }
  .online_shop_main .main2 .text h2 {
    font-size: 24px;
  }
  .online_shop_main .main2 .text p {
    font-size: 14px;
    line-height: 2;
  }
  .online_shop_main .main2 .img {
    height: auto;
  }
  .online_shop_main .main3 .text h2 {
    font-size: 24px;
  }
  .online_shop_main .main3 .text p {
    font-size: 14px;
    line-height: 2;
  }
  .online_shop_main .main4 .text h2 {
    font-size: 24px;
  }
  .online_shop_main .main4 .text p {
    font-size: 14px;
    line-height: 2;
  }
  .online_shop_main .main5 .text h2 {
    font-size: 24px;
  }
  .online_shop_main .main5 .text p {
    font-size: 14px;
    line-height: 2;
  }
  .marketing_main .main1 {
    padding: 30px 0;
  }
  .marketing_main .main1 h2 {
    font-size: 24px;
  }
  .marketing_main .main1 .sub {
    font-size: 14px;
  }
  .marketing_main .main1 ul li p {
    font-size: 12px;
  }
  .marketing_main .main2 {
    padding: 30px 0;
  }
  .marketing_main .main2 .text h2 {
    font-size: 24px;
  }
  .marketing_main .main2 .text p {
    font-size: 14px;
  }
  .marketing_main .main2 .img {
    margin-top: 20px;
  }
  .marketing_main .main3 {
    padding: 30px 0 ;
  }
  .marketing_main .main3 h2 {
    font-size: 24px;
  }
  .news_main .main1 {
    padding: 50px 0;
  }
  .news_main .main1 h2 {
    font-size: 24px;
  }
  .news_main .main1 .sub {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .news_main .main1 .swiper-pagination {
    display: none;
  }
  .news_main .main1 .news_list ul {
    margin-top: 30px;
  }
  .news_main .main1 .news_list li {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .news_main .main1 .news_list li:nth-child(3n+1) {
    margin-left: auto;
  }
  .news_main .main1 .news_list li:nth-child(2n+1) {
    margin-left: auto;
  }
  .news_main .main1 .news_list li .article h3 {
    font-size: 16px;
  }
  .news_main .main1 .news_list li .article p {
    font-size: 12px;
  }
  .news_main .main1 .news_list li .bottom {
    font-size: 12px;
  }
  .news_main .main1 .news_list li .date .iconfont {
    margin-right: 5px;
    font-size: 14px;
  }
  .news_main .main1 .news_list li .details .iconfont {
    margin-left: 5px;
  }
  .news_main .main1 .loadData {
    display: block;
  }
  .news_main .main1 .loadData a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .news_main .main1 .paging {
    display: none;
  }
  .culture_main .main2 .content dt {
    margin-bottom: 26px;
  }
  .culture_main .main2 .content dt .iconfont {
    font-size: 36px;
  }
  .culture_main .main2 .content dt p {
    margin-top: 10px;
    font-size: 24px;
  }
  .culture_main .main2 .content dd {
    margin-top: 15px;
    width: 100%;
  }
  .culture_main .main2 .content dd > div {
    width: 100%;
  }
  .culture_main .main2 .content dd .txt {
    font-size: 18px;
    text-align: center;
  }
  .culture_main .main2 .content dd p {
    text-align: center;
  }
  .join_main .main1 {
    padding: 80px 0;
  }
  .join_main h2 {
    font-size: 24px;
  }
  .join_main .sub {
    margin-top: 5px;
    font-size: 14px;
  }
  .join_main .main1 {
    padding: 40px 0;
  }
  .join_main .main1 .row {
    padding: 0 20px;
  }
  .join_main .main1 dl {
    margin-top: 40px;
  }
  .join_main .main1 dt {
    line-height: 50px;
  }
  .join_main .main1 dt div:nth-child(2) {
    display: none;
  }
  .join_main .main1 dt div:last-child {
    display: none;
  }
  .join_main .main1 dd {
    line-height: 55px;
  }
  .join_main .main1 dd div:nth-child(2) {
    display: none;
  }
  .join_main .main1 dd div:last-child {
    display: none;
  }
  .join_main .main1 .loadData a {
   
    height: 40px;
    line-height: 40px;
  }
}
