@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.9;
  }

  50% {
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.9;
  }
}

.content {
  width: 100%;
  overflow: hidden;
}

.content .header {
  width: 100%;
  height: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 119px 0 161px;
}

.content .header .logo {
  width: 177px;
}

.content .header .logo img {
  display: block;
  width: 100%;
}

.content .header .link {
  height: 100%;
  display: flex;
  align-items: center;
}

.content .header .link>ul {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
  position: relative;
}

.content .header .link>ul::after {
  content: '';
  width: 2px;
  height: 22px;
  background: #222222;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.content .header .link>ul:last-child::after {
  display: none;
}


.content .header .link>ul>li {
  height: 100%;
  position: relative;
}

.content .header .link>ul>li ul {
  display: none;
  width: 110px;
  height: 100px;
  background: url(../images/yy.png) no-repeat top center;
  background-size: 100% 100%;
  position: absolute;
  top: 70px;
  z-index: 2;
  border-radius: 0px 0px 7px 7px;
  padding: 10px 0;
}

.content .header .link>ul>li ul li {
  width: 110px;
  height: 41px;
  text-align: center;
  line-height: 41px;

}

.content .header .link>ul>li ul li a {
  font-size: 16px;

  color: #FFFFFF;
}


.content .header .link>ul>li ul li:hover {
  background: #F1EDFF;
}

.content .header .link>ul>li ul li:hover a {
  color: #6047B4;
}


.content .header .link>ul>li.on>a {
  color: #8338EC;
}

.content .header .link>ul>li:hover>a {
  color: #8338EC;
}

.content .header .link>ul>li:hover ul {
  display: block;
}

.content .header .link>ul>li>a {
  display: flex;
  align-items: center;
  height: 100%;
  transition: all .2s;
  padding: 0 18px;
  font-size: 24px;
  color: #222222;
}

.content .header .tel {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 26px;
  color: #222222;
}

.content .header .tel img {
  width: 20px;
  margin-right: 11px;
}

.content .banner {
  overflow: hidden;
  width: 100%;
}

.content .banner .mySwiper1 {
  width: 100%;
  position: relative;
}

.content .banner .swiper-pagination-bullet {
  width: 44px;
  height: 2px;
  border-radius: 10px;
  margin: 0 8px;
  transition: all .2s;
  background: #fff;
}

.content .banner .swiper-pagination {
  bottom: 80px;
}

.content .banner .swiper-pagination-bullet-active {
  background: #fff;
  height: 10px;
}

.content .banner img {
  width: 100%;
  display: block;
}

.content .main_reason {
  width: 100%;
  padding: 90px 0 0 0;
  background: #fff;
}

.content .main_reason .m_title {
  text-align: center;
  font-size: 44px;
  color: #669c30;
  font-weight: bold;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .main_reason .m {
  width: 1200px;
  margin: 0 auto;
}

.content .main_reason .m .box {
  display: flex;
  justify-content: space-between;
}

.content .main_reason .m .box .fl {
  width: 584px;
  height: 512px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.content .main_reason .m .box .fl .bg-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content .main_reason .m .box .fl .bg-wrap .bg {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
}

.content .main_reason .m .box .fl:hover .bg-wrap .bg {
  transform: scale(1.05);
}

.content .main_reason .m .box .fl .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 66px 56px;
  box-sizing: border-box;
  pointer-events: none;
}

.content .main_reason .m .box .fl .info .desc {
  font-size: 30px;
  color: #fff;
  line-height: 50px;
  letter-spacing: 1px;
  font-weight: 500;
}

.content .main_reason .m .box .fl .info .desc span {
  color: #fbee18;
}

.content .main_reason .m .box .fr {
  width: 584px;
  height: 512px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content .main_reason .m .box .fr .item {
  width: 100%;
  height: 240px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.content .main_reason .m .box .fr .item .bg-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content .main_reason .m .box .fr .item .bg-wrap .bg {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
}

.content .main_reason .m .box .fr .item:hover .bg-wrap .bg {
  transform: scale(1.05);
}

.content .main_reason .m .box .fr .item .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 66px 58px 0 58px;
  box-sizing: border-box;
  pointer-events: none;
}

.content .main_reason .m .box .fr .item .info .t {
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.content .main_reason .m .box .fr .item .info .desc {
  font-size: 30px;
  color: #fff;
  line-height: 1.8;
}

.content .more_btn {
  display: flex;
  justify-content: center;
  animation: ball-scale-multiple 1s 0s linear infinite alternate;
}

.content .more_btn a {
  height: 60px;
  display: inline-flex;
  align-items: center;
  font-size: 28px;
  color: #fff;
  padding: 0 46px;
  border-radius: 40px;
  background: #669c30;
  transition: all .2s;
}

.content .more_btn a:hover {
  transform: translateY(-4px);
}

.content .main_intro {
  width: 100%;
  padding: 90px 0 100px 0;
}

.content .main_intro .m_title {
  text-align: center;
  font-size: 44px;
  color: #559c25;
  font-weight: bold;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .main_intro .m {
  width: 1200px;
  margin: 0 auto;
}

.content .main_intro .m .top_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
}

.content .main_intro .m .top_box .pic {
  width: 560px;
}

.content .main_intro .m .top_box .pic img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.content .main_intro .m .top_box .text_info {
  width: 700px;
  background: #f2f2f2;
  padding: 46px 40px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 12px;
}

.content .main_intro .m .top_box .text_info .p {
  font-size: 22px;
  color: #222222;
  line-height: 40px;
  margin-bottom: 12px;
}

.content .main_intro .m .top_box .text_info .p:last-child {
  margin-bottom: 0;
}

.content .main_intro .m .top_box .text_info .p span {
  color: #669c30;
}

.content .main_intro .m .table_box {
  width: 100%;
  background: #fff;
  overflow: hidden;
  margin-bottom: 50px;
  text-align: center;
}

.content .main_intro .m .table_box .tr {
  display: flex;
}

.content .main_intro .m .table_box .tr .th {
  font-size: 28px;
  height: 60px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 12px 12px 0 0;
  justify-content: center;
}

.content .main_intro .m .table_box .tr .th:first-child {
  width: 166px;
}

.content .main_intro .m .table_box .tr .th:nth-child(2) {
  width: 270px;
  background: #eb7d41;
}

.content .main_intro .m .table_box .tr .th:nth-child(3) {
  width: 284px;
  background: #705bc5;
}

.content .main_intro .m .table_box .tr .th:nth-child(4) {
  width: calc(100% - 270px - 284px);
  background: #669c30;
}

.content .main_intro .m .table_box .tr:nth-child(2) .td:first-child {
  border-radius: 12px 0 0;
  border-top: 1px solid #b7b7b7 !important;
}

.content .main_intro .m .table_box .tr:last-child .td {
  border-bottom: 1px solid #b7b7b7 !important;
}

.content .main_intro .m .table_box .tr:last-child .td:first-child {
  border-radius: 0 0 0 12px;
}

.content .main_intro .m .table_box .tr:last-child .td:last-child {
  border-radius: 0 0 12px 0;
}

.content .main_intro .m .table_box .tr .td {
  font-size: 24px;
  height: 70px;
  color: #333;
  border-bottom: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .main_intro .m .table_box .tr .td:first-child {
  color: #467319;
  font-weight: bold;
  background: #ececec;
  border-right: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  width: 166px;
}

.content .main_intro .m .table_box .tr .td:nth-child(2) {
  width: 270px;
}

.content .main_intro .m .table_box .tr .td:nth-child(3) {
  width: 284px;
}

.content .main_intro .m .table_box .tr .td:nth-child(4) {
  width: calc(100% - 270px - 284px);
  border-right: 1px solid #b7b7b7;
}

.content .main_intro .m .table_box .tr:last-child .td {
  border-bottom: none;
}

.content .main_intro .m .img_list {
  display: flex;
  justify-content: space-between;
}

.content .main_intro .m .img_list .item {
  width: 270px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  overflow: hidden;
  margin-bottom: 60px;
  transition: all 0.3s;
}

.content .main_intro .m .img_list .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.content .main_intro .m .img_list .item div {
  min-height: 166px;
  padding: 18px 10px;
}

.content .main_intro .m .img_list .item img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  height: 124px;
  object-fit: cover;
}

.content .main_intro .m .img_list .item p {
  font-size: 20px;
  color: #222222;
  line-height: 38px;
}

.content .main_intro .m .img_list .item p span {
  color: #669c30;
  font-weight: bold;
}

.content .main_adv {
  width: 100%;
  padding: 90px 0 96px 0;
  background: #f5f5f5;
}

.content .main_adv .m_title {
  text-align: center;
  font-size: 44px;
  color: #669c30;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .main_adv .m {
  width: 1200px;
  margin: 0 auto;
}

.content .main_adv .m .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content .main_adv .m .list .item {
  width: 380px;
  min-height: 390px;
  background: #fff;
  border-radius: 10px;
  padding: 40px 0;
  text-align: center;
  margin-top: 30px;
  transition: all 0.3s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content .main_adv .m .list .item.active,
.content .main_adv .m .list .item:hover {
  box-shadow: 0 10px 30px rgba(85, 156, 37, 0.15);
  border-color: #559c25;
  transform: translateY(-5px);
  background: #559c25;
}

.content .main_adv .m .list .item.active .t,
.content .main_adv .m .list .item.active .p,
.content .main_adv .m .list .item:hover .t,
.content .main_adv .m .list .item:hover .p {
  color: #fff;
}

.content .main_adv .m .list .item.active .icon img,
.content .main_adv .m .list .item:hover .icon img {
  filter: brightness(0) invert(1);
}

.content .main_adv .m .list .item .icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.content .main_adv .m .list .item .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.content .main_adv .m .list .item .t {
  font-size: 32px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 10px;
}

.content .main_adv .m .list .item .p {
  font-size: 24px;
  color: #222222;
  line-height: 36px;
}

.content .main_courses {
  width: 100%;
  padding: 90px 0 100px 0;
}

.content .main_courses .m_title {
  text-align: center;
  font-size: 44px;
  color: #669c30;
  font-weight: bold;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .main_courses .m {
  width: 1200px;
  margin: 0 auto;
}

.content .main_courses .m .tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 58px;
}

.content .main_courses .m .tabs div {
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 32px;
  color: #222222;
  border-radius: 25px;
  font-weight: bold;
  margin: 0 44px;
  cursor: pointer;
  transition: all 0.3s;
  background: #f5f5f5;
}

.content .main_courses .m .tabs div.on,
.content .main_courses .m .tabs div:hover {
  background: #669c30;
  color: #fff;
}

.content .main_courses .m .table_box {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 58px;
  text-align: center;
}

.content .main_courses .m .table_box .tr {
  display: flex;
}

.content .main_courses .m .table_box .tr:not(first-child) {
  border-left: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
}

.content .main_courses .m .table_box .tr:last-child .td {
  border-bottom: 1px solid #b7b7b7 !important;
}

.content .main_courses .m .table_box .tr.th {
  background: #559c25 !important;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.content .main_courses .m .table_box .tr.th .td {
  height: 64px;
  color: #fff !important;
  font-weight: bold;
  background: #559c25 !important;
  border: none;
}

.content .main_courses .m .table_box .tr .td {
  height: 64px;
  font-size: 24px;
  color: #111111;
  border-bottom: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .main_courses .m .table_box .tr .td:first-child {
  color: #467319;
  font-weight: bold;
  background: #ececec;
}

.content .main_courses .m .table_box .tr .td:last-child {
  border-right: none;
}

.content .main_courses .m .table_box .tr .td:nth-child(1) {
  width: 278px;
}

.content .main_courses .m .table_box .tr .td:nth-child(2) {
  width: 244px;
}

.content .main_courses .m .table_box .tr .td:nth-child(3) {
  width: 156px;
}

.content .main_courses .m .table_box .tr .td:nth-child(4) {
  width: calc(100% - 278px - 244px - 156px);
}

.content .main_courses .m .table_box .tr:last-child .td {
  border-bottom: none;
}

.content .main_result {
  width: 100%;
  padding: 90px 0 100px 0;
  position: relative;
  background-image: url(../images/amc_25.png);
  background-size: cover;
  background-position: center center;
}

.content .main_result .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.content .main_result .m_title {
  text-align: center;
  font-size: 44px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.content .main_result .m {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.content .main_result .m .card {
  width: 600px;
  background: #fff;
  border-radius: 10px;
  padding: 36px 38px 50px 40px;
  position: relative;
}

.content .main_result .m .card:last-child {
  width: 560px;
}

.content .main_result .m .card:last-child .c_box .scores .s_item {
  width: 166px;
}

.content .main_result .m .card:last-child .c_box:last-child .scores .s_item {
  width: 140px;
}

.content .main_result .m .card:last-child .c_box:last-child .scores .s_item:first-child {
  width: 166px;
}

.content .main_result .m .card .ribbon {
  position: absolute;
  right: -8px;
  top: -9px;
  width: 108px;
  z-index: 3;
}

.content .main_result .m .card .ribbon img {
  width: 100%;
  display: block;
}

.content .main_result .m .card .c_box {
  margin-bottom: 30px;
}

.content .main_result .m .card .c_box:last-child {
  margin-bottom: 0;
  border-top: 1px solid #eee;
  padding-top: 30px;
}

.content .main_result .m .card .c_title {
  font-size: 18px;
  color: #669c30;
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.content .main_result .m .card .c_title::before {
  content: '';
  width: 6px;
  height: 21px;
  background: #669c30;
  margin-right: 8px;
}

.content .main_result .m .card .c_title span {
  font-weight: bold;
  color: #669c30;
  margin-right: 8px;
  font-size: 26px;
}

.content .main_result .m .card .subtitle {
  font-size: 18px;
  color: #111111;
}

.content .main_result .m .card .subtitle span {
  color: #669c30;
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
}

.content .main_result .m .card .scores {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.content .main_result .m .card .scores .s_item {
  width: 118px;
  margin: 10px 9px;
  padding: 8px;
  height: 160px;
  background: #669c30;
  color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.content .main_result .m .card .scores .s_item:nth-child(4n) {
  margin-right: 0;
}

.content .main_result .m .card .scores .s_item .lbl {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  height: 42px;
  display: flex;
  align-items: center;
}

.content .main_result .m .card .scores .s_item .num {
  font-size: 30px;
  color: #ffe035;
  font-style: italic;
  font-weight: bold;
}

.content .main_result .m .card .scores .s_item .num span {
  font-size: 18px;
  color: #fff;
  margin-left: 2px;
}

.content .main_services {
  width: 100%;
  padding: 70px 0 100px 0;
  background: #f5f5f5;
}

.content .main_services .m_title {
  text-align: center;
  font-size: 44px;
  color: #669c30;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.content .main_services .m {
  width: 1200px;
  margin: 0 auto;
}

.content .main_services .m .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content .main_services .m .list .item {
  width: 380px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
  padding: 33px 28px 0 28px;
  transition: all 0.3s;
}

.content .main_services .m .list .item:hover {
  background: #669c30;
}

.content .main_services .m .list .item:hover .p {
  color: #fff;
}

.content .main_services .m .list .item:hover .t {
  color: #fff;
}

.content .main_services .m .list .item img {
  width: 100%;
  display: block;
}

.content .main_services .m .list .item .font {
  height: 238px;
  padding-top: 36px;
}

.content .main_services .m .list .item .t {
  font-size: 34px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 6px;
}

.content .main_services .m .list .item .p {
  font-size: 24px;
  color: #222222;
  line-height: 34px;
}

.content .main_teachers {
  width: 100%;
  padding: 98px 0 100px 0;
  background: #fff;
}

.content .main_teachers .m_title {
  text-align: center;
  font-size: 44px;
  color: #669c30;
  font-weight: bold;
  margin-bottom: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.content .main_teachers .m {
  width: 1200px;
  margin: 0 auto;
}

.content .main_teachers .m .mySwiper {
  overflow: hidden;
  width: 100%;
}

.content .main_teachers .m .btn {
  cursor: pointer;
  position: absolute;
  z-index: 999;
  top: 50%;
}

.content .main_teachers .m .btn.prev {
  left: 0;
}

.content .main_teachers .m .btn.next {
  right: 0;
}

.content .main_teachers .m .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 0 50px;
  position: relative;
}

.content .main_teachers .m .list .item {
  width: 260px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.content .main_teachers .m .list .item:hover .pic img {
  transform: scale(1.06);
}

.content .main_teachers .m .list .item .pic img {
  width: 100%;
  display: block;
  transition: all .5s;
}

.content .main_teachers .m .list .item .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 20px 6px 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  box-sizing: border-box;
}

.content .main_teachers .m .list .item .info .name {
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  border-left: 4px solid #73b347;
  padding-left: 10px;
}

.content .main_teachers .m .list .item .info .subj {
  padding-left: 14px;
  min-height: 50px;
  font-size: 14px;
  line-height: 1.4;
  color: #eee;
}

.content .main_materials {
  width: 100%;
  padding: 90px 0;
  background: #f5f5f5;
}

.content .main_materials .m_title {
  text-align: center;
  font-size: 44px;
  color: #669c30;
  font-weight: bold;
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.content .main_materials .m {
  width: 1200px;
  margin: 0 auto;
}

.content .main_materials .m .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: auto;
}

.content .main_materials .m .list .item {
  width: 374px;
  height: 451px;
  text-align: center;
  position: relative;
  margin-top: 8px;
  transition: all .3s;
  background-image: url(../images/amc_90.png);
}

.content .main_materials .m .list .item:hover {
  transform: translateY(-8px);
}

.content .main_materials .m .list .item:first-child {
  margin-top: 70px;
}

.content .main_materials .m .list .item:last-child {
  margin-top: 70px;
  background-image: url(../images/amc_93.png);
}

.content .main_materials .m .list .item:nth-child(2) {
  background-image: url(../images/amc_88.png);
}

.content .main_materials .m .list .item .icon {
  position: absolute;
  left: 50%;
  top: -50px;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.content .main_materials .m .list .item .icon img {
  width: 60%;
}

.content .main_materials .m .list .item a {
  display: block;
  padding: 184px 0 0 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.content .main_materials .m .list .item .p {
  color: #fff;
  font-size: 30px;
  line-height: 44px;
}

.content .main_materials .m .list .item .btn {
  width: 180px;
  height: 44px;
  line-height: 44px;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: 22px;
  margin: 0 auto;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
}

.content .main_materials .m .list .item .btn:hover {
  background: #fff;
  color: #333;
}

.content .main_address {
  width: 100%;
  padding: 90px 0 112px 0;
  background: #fff;
}

.content .main_address .m_title {
  text-align: center;
  font-size: 44px;
  color: #669c30;
  font-weight: bold;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.content .main_address .m {
  margin: 0 auto;
}

.content .main_address .m .swiper-container {
  width: 100%;
  height: 100%;
}

.content .main_address .m .addr_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}

.content .main_address .m .addr_box .pin {
  margin-right: 10px;
}

.content .main_address .m .addr_box span {
  font-size: 24px;
  display: block;
  color: #333;
  font-weight: bold;
}

.content .main_address .m .addr_box span em {
  font-size: 18px;
  margin-left: 10px;
}

.content .main_address .m .swiper-slide {
  text-align: center;
  transition: 300ms;
  transform: scale(0.9);
}

.content .main_address .m .swiper-slide a>img {
  width: 100%;
}

.content .main_address .m .swiper-slide-active,
.content .main_address .m .swiper-slide-duplicate-active {
  transform: scale(1);
}

.content .main_address .m .pics {
  display: flex;
  justify-content: space-between;
}

.content .main_address .m .pics .p_item {
  width: 380px;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
}

.content .main_address .m .pics .p_item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.5s;
}

.content .main_address .m .pics .p_item img:hover {
  transform: scale(1.05);
}

.content .footer {
  width: 100%;
  background: #333333;
  position: relative;
  padding: 74px 0;
}

.content .footer .top {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -44px;
}

.content .footer .m {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content .footer .m .fr {
  overflow: hidden;
}

.content .footer .m .fr p {
  font-size: 18px;
  color: #705bc5;
}

.content .footer .m .fr span {
  display: block;
  font-size: 28px;
  margin-top: 6px;
  color: #fff;
}

.content .footer .m .fr div {
  display: flex;
  width: 210px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content .footer .m .fr div a {
  display: block;
  font-size: 18px;
  margin-top: 6px;
  color: #705bc5;
}

.content .footer .m .fr div a:nth-child(2n) {
  color: #adadad;
}

.content .footer .m .code {
  display: flex;
  align-items: flex-start;
}

.content .footer .m .code div {
  overflow: hidden;
  padding: 0 24px;
}

.content .footer .m .code div img {
  display: block;
  width: 150px;
  margin: 0 auto;
}

.content .footer .m .code div span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 24px;
}

.content .footer .m .fl {
  overflow: hidden;
}

.content .footer .m .fl img {
  display: block;
  margin: 0 auto;
}

.content .footer .m .fl div {
  width: 206px;
  height: 46px;
  display: flex;
  border: 1px solid #cccccc;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #cccccc;
  margin: 20px auto;
  border-radius: 8px;
}

.content .footer .m .fl span {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #cccccc;
}

@media (max-width: 1800px) {
  .content .header .link>ul>li>a {
    font-size: 20px;
  }
}

@media (max-width: 1660px) {
  .content .header .link>ul>li>a {
    font-size: 18px;
    padding: 0 14px;
  }
}

@media (max-width: 1560px) {
  .content .header .link>ul>li>a {
    font-size: 16px;
    padding: 0 10px;
  }
}

@media (max-width: 1500px) {
  .content .header {
    padding: 0 80px;
  }
}

/*# sourceMappingURL=css.css.map */