@charset "utf-8";
/* 图片放大 */
.img_scale {
  overflow: hidden;
}
.img_scale img {
  transition: transform 0.6s ease;
  -ms-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
}
.img_scale:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}
@-webkit-keyframes fadeInLeft50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft50 {
  -webkit-animation-name: fadeInLeft50;
  animation-name: fadeInLeft50;
}
@-webkit-keyframes fadeInRight50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight50 {
  -webkit-animation-name: fadeInRight50;
  animation-name: fadeInRight50;
}
/*down*/
@-webkit-keyframes bounce-down {
  25% {
    opacity: 1;
    -webkit-transform: translateY(-5px);
  }
  50%,
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateY(5px);
  }
}
@keyframes bounce-down {
  25% {
    opacity: 1;
    transform: translateY(-5px);
  }
  50%,
  100% {
    opacity: 1;
    transform: translateY(0);
  }
  75% {
    opacity: 1;
    transform: translateY(5px);
  }
}
@-webkit-keyframes bounce-circle {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
  20% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  80%,
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
  }
}
@keyframes centerBig {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
}
@-webkit-keyframes fadeInLeft20 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft20 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft20 {
  -webkit-animation-name: fadeInLeft20;
  animation-name: fadeInLeft20;
}
@-webkit-keyframes fadeInRight20 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight20 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight20 {
  -webkit-animation-name: fadeInRight20;
  animation-name: fadeInRight20;
}
@-webkit-keyframes fadeInUp20 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp20 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp20 {
  -webkit-animation-name: fadeInUp20;
  animation-name: fadeInUp20;
}
/* =======================================store======================================= */
.store-list {
  padding-top: 22px;
  margin-bottom: 28px;
}
.store-list ul {
  margin: 0 -16px;
}
.store-list li {
  width: 25%;
  float: left;
  padding: 0 16px;
  margin-bottom: 40px;
}
.store-ban {
  margin-top: 5px;
}
.store-ban a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.store-ban a:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(27, 34, 43, 0.82);
  position: absolute;
  left: 0;
  top: 0;
}
.store-ban .swiper-slide-active a:after {
  background: rgba(27, 34, 43, 0);
}
.store-ban .swiper-button-next,
.store-ban .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #79b246;
  background-image: none;
  text-align: center;
  line-height: 50px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.store-ban .swiper-button-next i,
.store-ban .swiper-button-prev i {
  color: #fff;
  font-size: 14px;
  line-height: 50px;
}
.store-ban .swiper-button-next:after,
.store-ban .swiper-button-prev:after {
  content: "";
  background: #6fa53e;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 0px;
  z-index: -1;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.store-ban .swiper-button-next:hover:after,
.store-ban .swiper-button-prev:hover:after {
  width: 100%;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.store-ban .swiper-button-prev,
.store-ban .swiper-container-rtl .swiper-button-next {
  left: 20%;
}
.store-ban .swiper-button-next,
.store-ban .swiper-container-rtl .swiper-button-prev {
  right: 20%;
}
@media (max-width: 1750px) {
  .store-list ul {
    margin: 0 -10px;
  }
  .store-list li {
    padding: 0 10px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1440px) {
  .store-list ul {
    margin: 0 -5px;
  }
  .store-list li {
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .store-ban .swiper-button-next,
  .store-ban .swiper-button-prev {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  .store-ban .swiper-button-next i,
  .store-ban .swiper-button-prev i {
    line-height: 42px;
  }
}
@media (max-width: 1000px) {
  .store-ban .swiper-button-prev,
  .store-ban .swiper-container-rtl .swiper-button-next {
    left: 15%;
  }
  .store-ban .swiper-button-next,
  .store-ban .swiper-container-rtl .swiper-button-prev {
    right: 15%;
  }
}
@media (max-width: 768px) {
  .store-ban .swiper-button-prev,
  .store-ban .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .store-ban .swiper-button-next,
  .store-ban .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
  .store-list {
    padding-top: 0;
  }
  .store-list li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .store .profile-list ul {
    width: 100%;
  }
  .store .profile-list li {
    margin: 5px 0 0 0;
    width: 33.333%;
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 420px) {
  .store-list ul {
    margin: 0;
  }
}
/* =======================================contact======================================= */
.contact-ban {
  position: relative;
}
.contact-ban .banner-txt {
  position: absolute;
  top: 37%;
  left: 20.8%;
}
.contact-ban .banner-txt .txt2 {
  font-size: 40px;
  line-height: 1;
  color: #866439;
  margin-bottom: 15px;
}
.contact-ban .banner-txt .txt3 {
  font-size: 16px;
  line-height: 24px;
  color: #a58d7d;
}
.contact-main {
  margin-top: 60px;
}
.contact-info {
  width: 38.7%;
  padding-top: 37px;
  padding-right: 34px;
}
.contact-info .contact-con > div {
  margin-bottom: 10px;
}
.contact-info .contact-con .name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #3c3c3c;
  margin-bottom: 20px;
}
.contact-info .contact-con span {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.contact-info .contact-con span i {
  color: #cccccc;
  font-size: 24px;
  line-height: 1;
}
.contact-info .contact-con p {
  display: inline-block;
  float: right;
  width: calc(100% - 44px);
  font-size: 14px;
  line-height: 24px;
  color: #747474;
}
.contact-info .contact-con p em {
  font-style: normal;
  color: #79b246;
}
.contact-info .contact-con p a {
  color: #747474;
  font-size: 14px;
}
.contact-info .code {
  margin-top: 12%;
}
.contact-info .code dl {
  width: 50%;
  float: left;
}
.contact-info .code dd {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #747474;
  margin-top: 12px;
}
.map {
  width: 61.3%;
  height: 496px;
  border: 1px solid #e7e7e7;
  font-size: 12px;
}
.contact-form {
  margin-top: 60px;
}
.contact-form input {
  width: 100%;
  height: 52px;
  line-height: 52px;
  padding-left: 25px;
}
.contact-form textarea {
  height: 186px;
  width: 100%;
  padding-top: 15px;
  line-height: 24px;
  padding-left: 25px;
  resize: none;
}
.contact-form .input-item {
  width: 38.7%;
  padding-right: 34px;
}
.contact-form .input-inline {
  width: 100%;
  border: 1px solid #e7e7e7;
  margin-bottom: 15px;
  font-size: 14px;
}
.contact-form .input-message {
  width: 61.3%;
}
.contact-form .submit {
  width: 22%;
  line-height: 66px;
  background: #79b246;
  color: #fff;
  font-size: 16px;
  margin: 30px auto 0;
  text-align: center;
  display: block;
  cursor: pointer;
}
@media (max-width: 1750px) {
  .contact-ban .banner-txt {
    top: 35%;
    left: 13.8%;
  }
  .contact-ban .banner-txt .txt2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .contact-info {
    width: 40%;
  }
  .map {
    width: 60%;
  }
  .contact-form .input-item {
    width: 40%;
  }
  .contact-form .input-message {
    width: 60%;
  }
  .contact-form .submit {
    line-height: 58px;
  }
}
@media (max-width: 1440px) {
  .contact-ban .banner-txt .txt2 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .contact-info {
    width: 50%;
    padding-right: 20px;
    padding-top: 20px;
  }
  .contact-info .contact-con span {
    margin-right: 10px;
  }
  .contact-info .contact-con p {
    width: calc(100% - 35px);
  }
  .contact-info .code dl {
    width: 45%;
  }
  .map {
    width: 50%;
    height: 480px;
  }
  .contact-form .input-item {
    padding-right: 20px;
  }
  .contact-form .submit {
    line-height: 52px;
  }
}
@media (max-width: 1200px) {
  .contact-ban .banner-txt .txt2 {
    font-size: 24px;
  }
  .contact-ban .banner-txt .txt3 {
    font-size: 14px;
  }
  .map {
    height: 450px;
  }
  .contact-form .input-item {
    width: 45%;
  }
  .contact-form .input-message {
    width: 55%;
  }
  .contact-form input {
    height: 42px;
    line-height: 42px;
    padding-left: 15px;
  }
  .contact-form textarea {
    height: 154px;
    padding-left: 15px;
  }
  .contact-form .submit {
    width: 25%;
    margin: 20px auto 0;
    line-height: 48px;
  }
}
@media (max-width: 1000px) {
  .contact-ban .banner-txt {
    top: 30%;
    left: 10%;
  }
  .contact-info {
    width: 100%;
    float: none;
    padding-top: 0;
    padding-right: 0;
  }
  .contact-info .code {
    margin-top: 4%;
  }
  .contact-info .code dl {
    width: 30%;
  }
  .map {
    width: 100%;
    margin-top: 5%;
  }
  .contact-form .submit {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .contact-ban .banner-txt {
    left: 5%;
    top: 32%;
  }
  .contact-ban .banner-txt .txt2 {
    font-size: 19px;
  }
  .contact-ban .banner-txt .txt3 {
    display: none;
  }
  .contact-info .contact-con > div {
    margin-bottom: 10px;
  }
  .contact-info .code dl {
    width: 40%;
  }
  .contact-info .code dd {
    margin-top: 5px;
  }
  .map {
    height: 350px;
  }
  .contact-form {
    margin-top: 40px;
  }
  .contact-form .input-item {
    width: 100%;
    float: none;
    padding-right: 20px;
  }
  .contact-form .input-message {
    width: 100%;
    float: none;
  }
}
@media (max-width: 480px) {
  .contact-main {
    margin-top: 40px;
  }
  .contact-info .contact-con .name {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .contact-info .contact-con span {
    margin-right: 5px;
  }
  .contact-info .contact-con span i {
    font-size: 20px;
  }
  .contact-info .contact-con p {
    font-size: 13px;
    width: calc(100% - 25px);
  }
  .contact-info .code dl {
    width: 50%;
  }
  .contact-info .code dd {
    font-size: 13px;
  }
  .map {
    display: none;
  }
  .contact-form {
    margin-top: 20px;
  }
  .contact-form input {
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    padding-left: 10px;
  }
  .contact-form textarea {
    font-size: 13px;
    padding-left: 10px;
    padding-top: 5px;
  }
  .contact-form .input-inline {
    margin-bottom: 10px;
  }
  .contact-form .submit {
    width: 50%;
    line-height: 42px;
    margin: 10px auto 0;
  }
}
/* =======================================product======================================= */
.product-ban {
  position: relative;
}
.product-ban .banner-txt {
  position: absolute;
  top: 39%;
  left: 17.34%;
  text-align: center;
}
.product-ban .banner-txt .txt1 {
  font-size: 52px;
  line-height: 1;
  color: #694d5f;
  font-weight: bold;
  margin-bottom: 15px;
}
.product-ban .banner-txt .txt2 {
  font-size: 16px;
  line-height: 1;
  color: #694d5f;
  font-family: 'tt0035m_';
  text-transform: uppercase;
  font-weight: bold;
}
.product-ban .banner-txt .txt3 {
  font-size: 26px;
  line-height: 1;
  color: #160a0e;
  margin-top: 25px;
}
.product-ban .banner-txt .txt3:before,
.product-ban .banner-txt .txt3:after {
  content: '';
  width: 57px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
}
.product-ban .banner-txt .txt3:before {
  margin-right: 10px;
  background: -webkit-linear-gradient(left, #e2e9ff, #7d7d87);
  background: -o-linear-gradient(right, #e2e9ff, #7d7d87);
  background: -moz-linear-gradient(right, #e2e9ff, #7d7d87);
  background: linear-gradient(to right, #e2e9ff, #7d7d87);
}
.product-ban .banner-txt .txt3:after {
  margin-left: 10px;
  background: -webkit-linear-gradient(left, #7d7d87, #e2e9ff);
  background: -o-linear-gradient(right, #7d7d87, #e2e9ff);
  background: -moz-linear-gradient(right, #7d7d87, #e2e9ff);
  background: linear-gradient(to right, #7d7d87, #e2e9ff);
}
.product .profile-list li {
  margin: 0 11px;
  padding: 0 22px;
}
.product-list {
  margin-top: 5%;
  margin-bottom: 6.9%;
}
.product-list li {
  float: left;
  width: 33.3333%;
  padding: 80px;
  text-align: center;
  border: 1px solid #e7e7e7;
  background: rgba(251, 251, 251, 0);
  margin: -1px 0 0 -1px;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.product-list li:hover {
  background: #fbfbfb;
  border-color: transparent;
  box-shadow: 0 0 40px 15px #f0f0f0;
  -webkit-box-shadow: 0 0 40px 15px #f0f0f0;
}
.product-list .list-desc {
  margin-top: 52px;
}
.product-list .list-desc h4 {
  font-size: 16px;
  line-height: 1;
  color: #333434;
  margin-bottom: 5px;
  font-weight: normal;
  text-transform: uppercase;
}
.product-list .list-desc p {
  font-size: 14px;
  line-height: 30px;
  color: #747474;
  text-transform: uppercase;
}
.product-list .list-desc span {
  font-size: 12px;
  line-height: 22px;
  color: #8a8989;
  display: block;
  margin-top: 36px;
}
@media (max-width: 1750px) {
  .product-ban .banner-txt .txt1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .product-ban .banner-txt .txt3 {
    margin-top: 15px;
    font-size: 22px;
  }
  .product-list li {
    padding: 40px;
  }
  .product-list .list-desc span {
    margin-top: 25px;
  }
}
@media (max-width: 1440px) {
  .product-ban .banner-txt {
    left: 12.34%;
  }
  .product-ban .banner-txt .txt1 {
    font-size: 36px;
  }
  .product-ban .banner-txt .txt2 {
    font-size: 14px;
  }
  .product-ban .banner-txt .txt3 {
    font-size: 18px;
  }
  .product .profile-list li {
    padding: 0 15px;
    margin: 0 8px;
  }
  .product-list .list-desc {
    margin-top: 42px;
  }
  .product-list .list-desc p {
    line-height: 24px;
  }
  .product-list .list-desc span {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .product-ban .banner-txt .txt1 {
    font-size: 30px;
    margin-bottom: 6px;
  }
  .product-ban .banner-txt .txt2 {
    font-weight: normal;
  }
  .product-ban .banner-txt .txt3 {
    font-size: 16px;
  }
  .product .profile-list li {
    padding: 0 10px;
    margin: 0 5px;
  }
  .product-list {
    margin-bottom: 5%;
  }
  .product-list li {
    padding: 30px 20px;
  }
  .product-list .list-img img {
    height: 200px;
  }
}
@media (max-width: 1000px) {
  .product-ban .banner-txt {
    left: 6.34%;
  }
  .product-ban .banner-txt .txt1 {
    font-size: 24px;
  }
  .product-ban .banner-txt .txt2 {
    font-size: 13px;
  }
  .product-ban .banner-txt .txt3 {
    font-size: 15px;
    margin-top: 10px;
  }
  .product-ban .banner-txt .txt3:before,
  .product-ban .banner-txt .txt3:after {
    display: none;
  }
  .product .profile-list ul {
    width: 100%;
    padding: 0 43px;
  }
  .product .profile-list li {
    margin: 5px 0 0 0;
    padding: 0;
    width: 16.667%;
    text-align: center;
  }
  .product-list li {
    padding: 20px 10px;
  }
  .product-list .list-img img {
    height: 170px;
  }
  .product-list .list-desc {
    margin-top: 25px;
  }
  .product-list .list-desc h4 {
    font-size: 15px;
  }
  .product-list .list-desc span {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .product-list {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .product-list li {
    width: 50%;
  }
  .product .profile-list ul {
    padding: 0 ;
  }
  .product-ban .banner-txt {
    left: 9%;
  }
  .product-ban .banner-txt .txt1 {
    font-size: 19px;
  }
  .product-ban .banner-txt .txt2 {
    display: none;
  }
}
@media (max-width: 480px) {
  .product-ban .banner-txt {
    display: none;
  }
  .product-list li {
    width: 100%;
  }
  .product .profile-list li {
    width: 25%;
  }
}
/* =======================================join-condition======================================= */
.join-main {
  margin-top: 3.4375%;
}
.join-main h3 {
  font-size: 20px;
  line-height: 30px;
  color: #3c3c3c;
  text-align: center;
  font-weight: normal;
}
.join-main h3:after {
  content: '';
  width: 49px;
  height: 4px;
  background: #79b246;
  display: block;
  margin: 18px auto 0;
}
.join-list {
  margin-top: 4.7%;
}
.join-list .list-con {
  margin: 0 -52px;
}
.join-list dl {
  width: 33.3333%;
  float: left;
  padding: 0 52px;
  margin-bottom: 3.125%;
}
.join-list dt {
  float: left;
  margin-top: 8px;
}
.join-list dt div {
  width: 59px;
  height: 59px;
  line-height: 59px;
  border-radius: 50%;
  background: #79b246;
  text-align: center;
}
.join-list dd {
  float: right;
  width: calc(100% - 87px);
}
.join-list dd h4 {
  font-size: 20px;
  line-height: 24px;
  color: #79b246;
  margin-bottom: 8px;
}
.join-list dd h4 span {
  font-size: 18px;
  display: inline-block;
  margin-right: 6px;
}
.join-list dd p {
  font-size: 14px;
  line-height: 24px;
  color: #747474;
}
@media (max-width: 1750px) {
  .join-list .list-con {
    margin: 0 -35px;
  }
  .join-list dl {
    padding: 0 35px;
  }
  .join-list dd {
    width: calc(100% - 74px);
  }
}
@media (max-width: 1440px) {
  .join-main h3 {
    font-size: 18px;
  }
  .join-main h3:after {
    margin: 12px auto 0;
  }
  .join-list .list-con {
    margin: 0 -20px;
  }
  .join-list dl {
    padding: 0 20px;
  }
  .join-list dt {
    margin-top: 0;
  }
  .join-list dd h4 {
    font-size: 18px;
  }
  .join-list dd h4 span {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .join-list .list-con {
    margin: 0 -15px;
  }
  .join-list dl {
    padding: 0 15px;
  }
  .join-list dt div {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  .join-list dd {
    width: calc(100% - 50px);
  }
  .join-list dd h4 {
    margin-bottom: 5px;
    font-size: 17px;
  }
  .join-list dd h4 span {
    font-size: 17px;
  }
}
@media (max-width: 1000px) {
  .join-list dl {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .join-list .list-con {
    margin: 0;
  }
  .join-list dl {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .join-main h3 {
    font-size: 15px;
  }
  .join-main h3:after {
    margin: 5px auto 0;
  }
}
@media (max-width: 480px) {
  .join-list dd h4 {
    font-size: 15px;
    margin-bottom: 0;
  }
  .join-list dd h4 span {
    font-size: 15px;
  }
  .join-list dd p {
    font-size: 13px;
  }
}
@media (max-width: 375px) {
  .join-list dt div {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .join-list dt div img {
    width: 50%;
  }
  .join-list dd {
    width: calc(100% - 40px);
  }
}
/* =======================================affiliate-policy======================================= */
.affiliate-list {
  margin-top: 3.75%;
}
.affiliate-list ul {
  background: #f0f7ea;
}
.affiliate-list li {
  position: relative;
}
.affiliate-list li:nth-child(2n+1) .list-img {
  width: 41%;
  float: left;
}
.affiliate-list li:nth-child(2n+1) .list-desc {
  width: 59%;
  right: 0;
  float: right;
  padding-left: 4.375%;
}
.affiliate-list li:nth-child(2n) .list-img {
  float: right;
  width: 59%;
}
.affiliate-list li:nth-child(2n) .list-desc {
  float: left;
  left: 0;
  width: 41%;
  padding-left: 46px;
}
.affiliate-list .list-desc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  padding-right: 40px;
}
.affiliate-list .list-desc h2 {
  font-size: 36px;
  line-height: 1;
  color: #79b246;
  margin-bottom: 10px;
  font-family: 'tt0035m_';
  text-transform: uppercase;
  letter-spacing: 1px;
}
.affiliate-list .list-desc .sub-tit {
  font-size: 20px;
  line-height: 30px;
  color: #3c3c3c;
}
.affiliate-list .list-desc .sub-tit:after {
  content: '';
  width: 49px;
  height: 4px;
  background: #79b246;
  display: block;
  margin: 4px 0 24px;
}
.affiliate-list .list-desc p {
  font-size: 14px;
  line-height: 20px;
}
.affiliate-list .list-desc .txt1 {
  font-weight: bold;
  color: #505050;
}
.affiliate-list .list-desc .txt2 {
  color: #747474;
  margin-bottom: 20px;
}
@media (max-width: 1750px) {
  .affiliate-list li:nth-child(2n+1) .list-desc {
    padding-left: 3%;
  }
  .affiliate-list li:nth-child(2n) .list-desc {
    padding-left: 25px;
  }
  .affiliate-list .list-desc {
    padding-right: 0;
  }
  .affiliate-list .list-desc h2 {
    font-size: 30px;
  }
  .affiliate-list .list-desc .sub-tit {
    font-size: 18px;
  }
  .affiliate-list .list-desc .txt2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 1440px) {
  .affiliate-list li:nth-child(2n+1) .list-desc {
    padding-left: 15px;
    width: 50%;
    margin-top: 2%;
  }
  .affiliate-list li:nth-child(2n+1) .list-img {
    width: 50%;
  }
  .affiliate-list li:nth-child(2n) .list-desc {
    padding-left: 15px;
    width: 50%;
  }
  .affiliate-list li:nth-child(2n) .list-img {
    width: 50%;
  }
  .affiliate-list .list-desc {
    position: inherit;
    top: auto;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  }
  .affiliate-list .list-desc h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .affiliate-list .list-desc .sub-tit:after {
    margin: 4px 0 15px;
  }
  .affiliate-list .list-desc .txt2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .affiliate-list li {
    margin-bottom: 35px;
  }
  .affiliate-list li:nth-child(2n+1) .list-desc {
    padding-left: 15px;
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .affiliate-list li:nth-child(2n+1) .list-img {
    width: 100%;
    float: none;
  }
  .affiliate-list li:nth-child(2n) .list-desc {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .affiliate-list li:nth-child(2n) .list-img {
    width: 100%;
    float: none;
  }
}
@media (max-width: 1000px) {
  .affiliate-list .list-desc h2 {
    font-size: 20px;
  }
  .affiliate-list .list-desc .sub-tit {
    font-size: 16px;
  }
  .affiliate-list .list-desc .sub-tit:after {
    width: 34px;
    margin: 4px 0 10px;
  }
}
@media (max-width: 768px) {
  .affiliate-list {
    margin-top: 25px;
  }
  .affiliate-list li {
    margin-bottom: 20px;
  }
  .affiliate-list .list-desc h2 {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .affiliate-list .list-desc h2 {
    font-size: 17px;
  }
  .affiliate-list .list-desc p {
    font-size: 13px;
  }
}
/* =======================================product-adv======================================= */
.pro-advantage {
  margin-top: 5.2%;
}
.advantage-top .ad-img {
  width: 50%;
  margin-bottom: 72px;
  padding-right: 33px;
}
.advantage-top .list1 {
  width: 50%;
}
.ad-list dl {
  padding-right: 30px;
  margin-bottom: 22px;
}
.ad-list dt {
  margin-right: 23px;
  float: left;
}
.ad-list dt div {
  width: 123px;
  height: 123px;
  border-radius: 50%;
  background: #e2eed6;
  line-height: 123px;
  text-align: center;
}
.ad-list dd {
  width: calc(100% - 146px);
  float: right;
  margin-top: 12px;
}
.ad-list dd h4 {
  font-size: 20px;
  line-height: 24px;
  color: #444444;
  font-weight: normal;
}
.ad-list dd h4:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #79b246;
  display: block;
  margin: 10px 0 12px;
}
.ad-list dd span {
  font-size: 16px;
  line-height: 18px;
  color: #7d9964;
  font-family: 'tt0035m_';
  display: inline-block;
  margin-left: 10px;
}
.ad-list dd p {
  font-size: 14px;
  line-height: 24px;
  color: #747474;
}
.advantage-bottom {
  padding-top: 48px;
}
@media (max-width: 1750px) {
  .ad-list dl {
    padding-right: 0;
  }
  .ad-list dt {
    margin-right: 10px;
  }
  .ad-list dt div {
    width: 99px;
    height: 99px;
    line-height: 99px;
  }
  .ad-list dd {
    width: calc(100% - 115px);
  }
}
@media (max-width: 1440px) {
  .ad-list dd h4 {
    font-size: 18px;
  }
  .ad-list dd h4:after {
    margin: 5px 0;
  }
}
@media (max-width: 1200px) {
  .advantage-top .ad-img {
    width: 45%;
    padding-right: 0;
  }
  .advantage-top .list1 {
    width: 55%;
    padding-left: 15px;
  }
  .ad-list dt div {
    width: 88px;
    height: 88px;
    line-height: 88px;
  }
  .ad-list dd {
    width: calc(100% - 115px);
  }
  .list1 dl:nth-child(1) dt div img {
    width: 38px;
  }
  .list1 dl:nth-child(2) dt div img {
    height: 39px;
  }
  .list1 dl:nth-child(3) dt div img {
    width: 28px;
  }
  .list2 dl:nth-child(1) dt div img {
    width: 30px;
  }
  .list2 dl:nth-child(2) dt div img {
    width: 34px;
  }
  .list2 dl:nth-child(3) dt div img {
    width: 35px;
  }
}
@media (max-width: 1000px) {
  .advantage-top .ad-img {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
  .advantage-top .list1 {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 20px;
    display: block;
  }
  .ad-list dt {
    margin-right: 5px;
  }
  .ad-list dd {
    width: calc(100% - 95px);
  }
  .advantage-bottom {
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .ad-list dt div {
    width: 76px;
    height: 76px;
    line-height: 76px;
  }
  .ad-list dd {
    width: calc(100% - 82px);
    margin-top: 0;
  }
  .ad-list dd h4 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .ad-list dt div {
    width: 52px;
    height: 52px;
    line-height: 52px;
  }
  .ad-list dd {
    width: calc(100% - 58px);
  }
  .ad-list dd p {
    font-size: 13px;
    line-height: 22px;
  }
  .list1 dl:nth-child(1) dt div img {
    width: 28px;
  }
  .list1 dl:nth-child(2) dt div img {
    height: 27px;
  }
  .list1 dl:nth-child(3) dt div img {
    width: 20px;
  }
  .list2 dl:nth-child(1) dt div img {
    width: 21px;
  }
  .list2 dl:nth-child(2) dt div img {
    width: 26px;
  }
  .list2 dl:nth-child(3) dt div img {
    width: 29px;
  }
  .advantage-bottom {
    padding-top: 15px;
  }
}
@media (max-width: 375px) {
  .ad-list dt {
    margin-right: 0;
    position: absolute;
  }
  .ad-list dt div {
    width: auto;
    height: auto;
    line-height: normal;
    background: none;
  }
  .ad-list dd {
    width: 100%;
  }
  .ad-list dd h4 {
    padding-left: 32px;
    margin-bottom: 5px;
  }
  .ad-list dd h4:after {
    display: none;
  }
  .ad-list dd span {
    display: none;
  }
  .ad-list dd p {
    padding-top: 5px;
    border-top: 1px solid #79b246;
  }
  .list1 dl:nth-child(2) dd h4 {
    padding-left: 18px;
  }
  .list1 dl:nth-child(3) dd h4 {
    padding-left: 24px;
  }
  .list2 dl:nth-child(1) dd h4 {
    padding-left: 22px;
  }
  .list2 dl:nth-child(2) dd h4 {
    padding-left: 26px;
  }
}
/* =======================================college-intro======================================= */
.college-list {
  margin-top: 6.7%;
}
.college-list li {
  position: relative;
}
.college-list li:nth-child(2n+1) .list-img {
  float: right;
}
.college-list li:nth-child(2n+1) .list-desc {
  float: left;
  left: 0;
  padding-right: 3.333%;
}
.college-list li:nth-child(2n) .list-img {
  float: left;
}
.college-list li:nth-child(2n) .list-desc {
  float: right;
  right: 0;
  padding-left: 3.333%;
}
.college-list .list-img {
  width: 50%;
}
.college-list .list-desc {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.college-list .list-desc h2 {
  font-size: 30px;
  line-height: 1;
  color: #79b246;
  margin-bottom: 15px;
  font-family: 'tt0035m_';
  text-transform: uppercase;
  font-weight: normal;
}
.college-list .list-desc .sub-tit {
  font-size: 18px;
  line-height: 24px;
  color: #373737;
}
.college-list .list-desc .sub-tit:after {
  content: '';
  width: 35px;
  height: 2px;
  background: #79b246;
  display: block;
  margin: 8px 0 30px;
}
.college-list .list-desc p {
  font-size: 14px;
  line-height: 24px;
  color: #747474;
}
.college-list .list-desc .txt1 {
  margin-bottom: 26px;
}
@media (max-width: 1440px) {
  .college-list li:nth-child(2n+1) .list-desc {
    padding-right: 20px;
  }
  .college-list li:nth-child(2n) .list-desc {
    padding-left: 20px;
  }
  .college-list .list-desc h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .college-list .list-desc .sub-tit {
    font-size: 16px;
  }
  .college-list .list-desc .sub-tit:after {
    margin: 8px 0 10px;
  }
  .college-list .list-desc .txt1 {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .college-list li {
    margin-bottom: 30px;
  }
  .college-list li:nth-child(2n+1) .list-desc {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .college-list li:nth-child(2n+1) .list-img {
    width: 100%;
    float: none;
  }
  .college-list li:nth-child(2n) .list-desc {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .college-list li:nth-child(2n) .list-img {
    width: 100%;
    float: none;
  }
  .college-list .list-desc {
    position: inherit;
    top: auto;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    margin-top: 15px;
  }
}
@media (max-width: 1000px) {
  .college-list .list-desc h2 {
    font-size: 20px;
    font-weight: bold;
  }
  .college-list .list-desc .sub-tit {
    font-size: 15px;
  }
  .college-list .list-desc .sub-tit:after {
    margin: 4px 0 10px;
  }
}
@media (max-width: 768px) {
  .college-list {
    margin-top: 25px;
  }
  .college-list li {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .college-list .list-desc h2 {
    font-size: 18px;
  }
  .college-list .list-desc p {
    font-size: 13px;
    line-height: 22px;
  }
}
/* =======================================product-display======================================= */
.display-list {
  margin-top: 4.5%;
}
.display-list li {
  position: relative;
}
.display-list li:nth-child(2n+1) .display-img {
  float: right;
}
.display-list li:nth-child(2n+1) .display-desc {
  float: left;
  left: 0;
}
.display-list li:nth-child(2n+1) .display-desc h2:before {
  content: '';
  width: 791px;
  height: 81px;
  background: url(../images/college-txt1.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  margin-bottom: 28px;
}
.display-list li:nth-child(2n) .display-img {
  float: left;
}
.display-list li:nth-child(2n) .display-desc {
  float: right;
  right: 0;
  padding-left: 2%;
}
.display-list li:nth-child(2n) .display-desc h2:before {
  content: '';
  width: 794px;
  height: 55px;
  background: url(../images/college-txt2.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  margin-bottom: 28px;
}
.display-img {
  width: 40%;
}
.display-desc {
  width: 60%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.display-desc h2 {
  font-size: 30px;
  line-height: 1;
  color: #79b246;
  font-family: 'tt0035m_';
  text-transform: uppercase;
  font-weight: normal;
}
.display-desc .sub-tit {
  font-size: 18px;
  line-height: 24px;
  color: #373737;
  margin-top: 16px;
}
.display-desc .sub-tit:after {
  content: '';
  width: 35px;
  height: 2px;
  background: #79b246;
  margin-top: 8px;
  margin-bottom: 32px;
  display: block;
}
.display-desc p {
  font-size: 14px;
  line-height: 36px;
  color: #747474;
}
.display-slogan {
  text-align: center;
  margin-top: 46px;
}
.display-slogan h6 {
  font-size: 16px;
  line-height: 24px;
  color: #79b246;
}
.display-slogan .display-consult {
  width: 230px;
  line-height: 54px;
  background: #79b246;
  margin: 32px auto 0;
}
.display-slogan .display-consult a {
  display: block;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 1750px) {
  .display-list li:nth-child(2n+1) .display-desc h2:before {
    width: 690px;
    height: 69px;
    margin-bottom: 15px;
  }
  .display-list li:nth-child(2n) .display-desc h2:before {
    width: 687px;
    margin-bottom: 15px;
  }
  .display-list h2 {
    font-size: 26px;
  }
  .display-list .sub-tit {
    font-size: 16px;
    margin-top: 10px;
  }
  .display-list .sub-tit:after {
    margin-bottom: 15px;
  }
}
@media (max-width: 1440px) {
  .display-list li:nth-child(2n+1) .display-desc h2:before {
    width: 508px;
    height: 48px;
  }
  .display-list li:nth-child(2n) .display-desc h2:before {
    width: 565px;
    height: 48px;
  }
  .display-desc p {
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  .display-list li:nth-child(2n+1) .display-desc h2:before {
    width: 419px;
  }
  .display-list li:nth-child(2n) .display-desc h2:before {
    width: 436px;
  }
  .display-list h2 {
    font-size: 22px;
  }
  .display-slogan h6 {
    font-size: 15px;
  }
  .display-slogan .display-consult {
    line-height: 48px;
    margin: 20px auto 0;
  }
}
@media (max-width: 1000px) {
  .display-list li {
    margin-bottom: 25px;
  }
  .display-list li:nth-child(2n+1) .display-desc {
    width: 100%;
    float: none;
    left: auto;
  }
  .display-list li:nth-child(2n+1) .display-desc h2:before {
    display: none;
  }
  .display-list li:nth-child(2n+1) .display-img {
    width: 100%;
    float: none;
  }
  .display-list li:nth-child(2n) .display-desc {
    width: 100%;
    float: none;
    right: auto;
    padding-left: 0;
  }
  .display-list li:nth-child(2n) .display-desc h2:before {
    display: none;
  }
  .display-list li:nth-child(2n) .display-img {
    width: 100%;
    float: none;
  }
  .display-list .display-desc {
    position: inherit;
    top: 0;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .display-list {
    margin-top: 25px;
  }
  .display-list h2 {
    font-size: 20px;
  }
  .display-list .sub-tit {
    font-size: 15px;
  }
  .display-list .sub-tit:after {
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .display-desc p {
    font-size: 13px;
  }
  .display-list h2 {
    font-size: 18px;
  }
  .display-slogan h6 {
    text-align: left;
    font-size: 14px;
  }
}
/* =======================================vip-management======================================= */
.vip-wrap {
  margin-top: 50px;
}
.vip-con {
  width: 60.5%;
  float: right;
}
.vip-con .vip-tit {
  font-size: 0;
}
.vip-con .vip-tit span {
  display: inline-block;
}
.vip-con .vip-tit p {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  color: #79b246;
  vertical-align: bottom;
  text-transform: uppercase;
  margin-left: -80px;
}
.vip-con .vip-list {
  margin-top: 34px;
  margin-left: 42px;
  border-left: 1px dashed #79b246;
  position: relative;
}
.vip-con .vip-list:after {
  content: '';
  width: 22px;
  height: 22px;
  background: #79b246;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: -12px;
}
.vip-con .vip-list li {
  padding-bottom: 35px;
  padding-left: 35px;
}
.vip-con .vip-list li:nth-child(1) .list-con:before {
  content: '01';
}
.vip-con .vip-list li:nth-child(2) .list-con:before {
  content: '02';
}
.vip-con .vip-list li:nth-child(3) .list-con:before {
  content: '03';
}
.vip-con .vip-list li:nth-child(4) .list-con:before {
  content: '04';
}
.vip-con .vip-list .list-con {
  position: relative;
}
.vip-con .vip-list .list-con:before {
  content: '';
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px dashed #84b955;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: -52px;
  top: 0;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #79b246;
}
.vip-con .vip-list h5 {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  background: #79b246;
  display: inline-block;
  padding: 0 14px 0 10px;
  font-weight: normal;
  margin-bottom: 2px;
}
.vip-con .vip-list p {
  font-size: 14px;
  line-height: 24px;
  color: #747474;
}
.vip-img {
  width: 39.5%;
  float: left;
}
@media (max-width: 1750px) {
  .vip-con .vip-tit img {
    width: 85%;
  }
  .vip-con .vip-tit p {
    font-size: 22px;
    margin-left: -92px;
  }
}
@media (max-width: 1440px) {
  .vip-con .vip-list li {
    padding-bottom: 25px;
    padding-left: 25px;
  }
  .vip-con .vip-list .list-con:before {
    left: -42px;
  }
  .vip-con .vip-list h5 {
    font-size: 16px;
  }
  .vip-con .vip-tit img {
    width: 75%;
  }
  .vip-con .vip-tit p {
    margin-left: -111px;
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .vip-wrap {
    position: relative;
  }
  .vip-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
}
@media (max-width: 1000px) {
  .vip-con {
    width: 100%;
    float: none;
  }
  .vip-con .vip-list {
    margin-left: 20px;
  }
  .vip-img {
    position: inherit;
    top: auto;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .vip-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .vip-con .vip-tit img {
    width: 65%;
  }
  .vip-con .vip-tit p {
    font-size: 18px;
    margin-left: -130px;
  }
  .vip-con .vip-list {
    margin-top: 20px;
  }
  .vip-con .vip-list h5 {
    font-size: 15px;
  }
  .vip-con .vip-list p {
    font-size: 13px;
    line-height: 22px;
  }
}
@media (max-width: 375px) {
  .vip-con .vip-tit img {
    width: 50%;
  }
  .vip-con .vip-tit p {
    font-size: 16px;
    margin-left: -156px;
  }
  .vip-con .vip-list li {
    padding-left: 15px;
  }
  .vip-con .vip-list .list-con:before {
    left: -32px;
  }
  .vip-con .vip-list p {
    margin-top: 6px;
  }
}
/* =======================================store-market======================================= */
.store-market {
  margin-top: 4%;
}
.store-market h5 {
  font-size: 18px;
  line-height: 24px;
  color: #444444;
  font-weight: normal;
}
.store-market p {
  font-size: 12px;
  line-height: 22px;
  color: #747474;
  min-height: 66px;
}
.market-top .market-top-img {
  width: 37%;
  float: left;
}
.market-top .market-top-desc {
  width: 63%;
  float: right;
  padding-left: 28px;
}
.market-top .market-top-desc li {
  width: calc(50% - 15px);
  float: left;
  border: 1px solid #dde5d6;
  background: #f1f8eb;
  text-align: center;
  margin-bottom: 16px;
}
.market-top .market-top-desc li > div {
  padding: 28px;
}
.market-top .market-top-desc li:nth-child(2n+1) {
  margin-right: 15px;
}
.market-top .market-top-desc li:nth-child(2n) {
  margin-left: 15px;
}
.market-top .market-top-desc .img {
  min-height: 43px;
}
.market-top .market-top-desc h5 {
  margin-top: 12px;
}
.market-top .market-top-desc h5:after {
  content: '';
  width: 28px;
  height: 3px;
  background: #79b246;
  margin: 5px auto 0;
  display: block;
}
.market-top .market-top-desc p {
  margin-top: 20px;
  text-align: center;
}
.market-bottom {
  margin-top: 16px;
}
.market-bottom .market-bottom-img {
  width: 52%;
  float: right;
}
.market-bottom .market-bottom-desc {
  width: 48%;
  float: left;
  padding-right: 28px;
}
.market-bottom .market-bottom-desc dl {
  border: 1px solid #dde5d6;
  margin-bottom: 16px;
  padding: 32px 62px 25px 34px;
  position: relative;
  background: #f1f8eb;
}
.market-bottom .market-bottom-desc dt {
  width: 37px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  float: left;
}
.market-bottom .market-bottom-desc dd {
  width: calc(100% - 60px);
  float: right;
  position: relative;
  padding-left: 28px;
  min-height: 120px;
}
.market-bottom .market-bottom-desc dd:before {
  content: '';
  width: 2px;
  height: 100%;
  background: #d9e2d1;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.market-bottom .market-bottom-desc dd h5 {
  margin-bottom: 10px;
}
@media (max-width: 1750px) {
  .market-top .market-top-desc li {
    width: calc(50% - 10px);
  }
  .market-top .market-top-desc li > div {
    padding: 20px 28px;
  }
  .market-top .market-top-desc li:nth-child(2n+1) {
    margin-right: 10px;
  }
  .market-top .market-top-desc li:nth-child(2n) {
    margin-left: 10px;
  }
  .market-bottom .market-bottom-desc dl {
    padding: 25px 62px 22px 34px;
  }
}
@media (max-width: 1439px) {
  .market-top .market-top-desc {
    padding-left: 15px;
  }
  .market-top .market-top-desc li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .market-top .market-top-desc li > div {
    padding: 10px 15px;
  }
  .market-top .market-top-desc li:nth-child(2n+1) {
    margin-right: 5px;
  }
  .market-top .market-top-desc li:nth-child(2n) {
    margin-left: 5px;
  }
  .market-top .market-top-desc p {
    margin-top: 10px;
  }
  .market-top .market-top-desc h5 {
    margin-top: 5px;
  }
  .store-market h5 {
    font-size: 15px;
  }
  .market-bottom .market-bottom-desc {
    padding-right: 15px;
  }
  .market-bottom .market-bottom-desc dl {
    padding: 17px 15px 17px 20px;
    margin-bottom: 10px;
  }
  .market-bottom .market-bottom-desc dd {
    width: calc(100% - 45px);
    min-height: auto;
    padding-left: 15px;
  }
}
@media (max-width: 1200px) {
  .market-top .market-top-img {
    width: 100%;
    float: none;
  }
  .market-top .market-top-img img {
    width: auto;
    margin: 0 auto;
    display: block;
  }
  .market-top .market-top-desc {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 20px;
  }
  .market-bottom {
    margin-top: 4%;
  }
  .market-bottom .market-bottom-img {
    width: 100%;
    float: none;
  }
  .market-bottom .market-bottom-img img {
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .market-bottom .market-bottom-desc {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .market-top .market-top-img img {
    width: 100%;
  }
  .market-bottom .market-bottom-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .store-market {
    margin-top: 25px;
  }
  .market-top .market-top-desc li {
    float: none;
    width: 100%;
  }
  .market-top .market-top-desc li:nth-child(2n+1) {
    margin-right: 0;
  }
  .market-top .market-top-desc li:nth-child(2n) {
    margin-left: 0;
  }
  .market-top .market-top-desc li > div {
    padding: 17px 15px 17px 15px;
  }
  .market-top .market-top-desc .img {
    min-height: inherit;
  }
  .market-bottom {
    margin-top: 25px;
  }
  .market-bottom .market-bottom-desc dl {
    padding: 17px 15px 17px 15px;
  }
  .market-bottom .market-bottom-desc dt {
    position: inherit;
    top: auto;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    margin: 0 auto;
    float: none;
  }
  .market-bottom .market-bottom-desc dd {
    width: 100%;
    padding-left: 0;
    float: none;
    text-align: center;
    margin-top: 5px;
  }
  .market-bottom .market-bottom-desc dd:before {
    display: none;
  }
  .market-bottom .market-bottom-desc dd h5:after {
    content: '';
    width: 28px;
    height: 3px;
    background: #79b246;
    margin: 5px auto 0;
    display: block;
  }
  .market-bottom .market-bottom-desc dd p {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .market-top .market-top-desc li > div {
    padding: 10px;
  }
  .market-bottom .market-bottom-desc dl {
    padding: 10px;
  }
}
