@charset "UTF-8";
.mx1200 {
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/*head*/
.head-bg {
  border-top: 9px solid #007d5a;
}

.head-bg .head-index {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head-bg .head-index .logo {
  line-height: 70px;
}

.head-bg .head-index .tel {
  background: url(../images/tel.png) no-repeat left center;
  background-size: 33px 33px;
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  padding-left: 45px;
}

/*banner*/
/*首页banner样式*/
.slick-banner {
  position: relative;
}

.slick-banner .slick-arrow {
  position: absolute;
  z-index: 99;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.slick-banner .slick-arrow.slick-prev {
  left: 7.8125%;
  background-position: 0 0;
}

.slick-banner .slick-arrow.slick-next {
  right: 7.8125%;
  background-position: -60px 0;
}

.slick-banner .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.slick-banner .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 9;
  bottom: 10px;
}

.slick-banner .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #efefef;
  cursor: pointer;
}

.slick-banner .slick-dots li button {
  background: none;
  outline: none;
  border: none;
  font-size: 0;
}

.slick-banner .slick-dots li.slick-active {
  background: #007d5a;
}

.slick-banner .img img {
  width: 100%;
}

.slick-banner .slick-con {
  position: relative;
}

.slick-banner .wz {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  top: 50%;
  text-align: center;
  color: #fff;
}

.slick-banner .wz .wz1 {
  font-size: 60px;
  margin-bottom: 10px;
}

.slick-banner .wz .wz2 {
  font-size: 30px;
  margin-bottom: 55px;
}

.slick-banner .wz .wz-more {
  display: inline-block;
  padding: 15px 25px;
  font-size: 16px;
  color: #fff;
  border: 2px solid #fff;
  font-family: Arial;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.slick-banner .wz .wz-more:hover {
  background: #ab001a;
  border-color: #ab001a;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .slick-banner .wz .wz1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .slick-banner .wz .wz2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .slick-banner .wz .wz-more {
    padding: 10px 25px;
    font-size: 12px;
    border: 1px solid #fff;
  }
}

#mob-banner {
  display: none;
}

@media (max-width: 768px) {
  #pc-banner {
    display: none;
  }
  #mob-banner {
    display: block;
  }
}

/*ad1*/
.ad1 {
  border-bottom: 1px solid #ededed;
}

.ad1 .ad1-index {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.5% 0;
}

.ad1 .ad1-index li {
  width: 20%;
  text-align: center;
}

.ad1 .ad1-index li .img1 img {
  max-width: 100%;
}

.ad1 .ad1-index li .img2 {
  display: none;
}

.ad1 .ad1-index li .img2 img {
  max-width: 100%;
}

.ad1 .ad1-index li .wz {
  color: #282828;
  font-size: 16px;
  padding-top: 5px;
}

.ad1 .ad1-index li:hover .img1 {
  display: none;
}

.ad1 .ad1-index li:hover .img2 {
  display: block;
}

.ad1 .ad1-index li:hover .wz {
  color: #007d5a;
}

@media (max-width: 996px) {
  .ad1 .ad1-index {
    display: block;
  }
  .ad1 .ad1-index li {
    width: 32%;
    display: inline-block;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px){
    .ad1 .ad1-index li .wz{
        font-size:14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


/*ad2*/
.ad2 {
  margin-top: 4%;
}

.ad2 .ad2-index li {
  float: left;
  position: relative;
  width: 24%;
  margin: 0 0.2%;
  margin-bottom: 0.4%;
}

.ad2 .ad2-index li .img1 img {
  width: 100%;
}

.ad2 .ad2-index li .wz {
  position: absolute;
  top: 5%;
  left: 3%;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.ad2 .ad2-index li:nth-of-type(1) {
  width: 48.6%;
}

@media (max-width: 996px) {
  .ad2 .ad2-index li:nth-of-type(1) {
    width: 100%;
  }
  .ad2 .ad2-index li {
    width: 49.5%;
  }
  .ad2 .ad2-index li:nth-of-type(3) {
    float: right;
  }
  .ad2 .ad2-index li:nth-of-type(5) {
    float: right;
  }
}

/*ys*/
.ys-bg {
  background: #f7f7f7;
  margin-top: 4%;
  padding-top: 3.5%;
  padding-bottom: 2%;
}

.ys-bg .ys-index .ys-title {
  text-align: center;
}

.ys-bg .ys-index .ys-title h2 {
  color: #007d5a;
  font-size: 38px;
  font-weight: normal;
}

.ys-bg .ys-index .ys-title span {
  display: block;
  color: #666666;
  font-size: 22px;
  text-transform: uppercase;
  background: url(../images/tt1.png) no-repeat center center;
  margin-top: 10px;
}

.ys-bg .ys-index .ys-con {
  margin-top: 3%;
}

.ys-bg .ys-index .ys-con .ys-list li {
  background: #fff;
  box-shadow: 0 0 20px #dddddd;
  margin-bottom: 3%;
  padding: 40px;
  display: flex;
  justify-content: space-between;
}

.ys-bg .ys-index .ys-con .ys-list li .wz {
  width: 40.4%;
  padding-top: 20px;
}

.ys-bg .ys-index .ys-con .ys-list li .wz .num {
  background: #007d5a;
  color: #fff;
  float: left;
  width: 12.4%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 28px;
  font-weight: bold;
  padding: 10px 0;
  padding-bottom: 20px;
}

.ys-bg .ys-index .ys-con .ys-list li .wz .num span {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
}

.ys-bg .ys-index .ys-con .ys-list li .wz .zi {
  float: right;
  width: 83.5%;
}

.ys-bg .ys-index .ys-con .ys-list li .wz .zi .zi1 b {
  display: block;
  color: #007d5a;
  font-size: 29px;
  border-bottom: 1px dashed #666666;
  line-height: 1.5;
}

.ys-bg .ys-index .ys-con .ys-list li .wz .zi .zi1 .w1 {
  color: #999999;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 3;
}

.ys-bg .ys-index .ys-con .ys-list li .wz .zi .zi2 {
  color: #333333;
  font-size: 16px;
  margin-top: 20px;
}

.ys-bg .ys-index .ys-con .ys-list li .wz .zi .zi2 p {
  margin-bottom: 14px;
  letter-spacing: -1px;
}

.ys-bg .ys-index .ys-con .ys-list li .img1 {
  width: 45%;
}

.ys-bg .ys-index .ys-con .ys-list li .img1 img {
  max-width: 100%;
}

.ys-bg .ys-index .ys-con .ys-list li:nth-of-type(2) .wz {
  margin-right: 5%;
}

@media (max-width: 996px) {
  .ys-bg .ys-index .ys-con .ys-list li {
    display: block;
  }
  .ys-bg .ys-index .ys-con .ys-list li .wz {
    width: 100%;
  }
  .ys-bg .ys-index .ys-con .ys-list li .img1 {
    width: 100%;
  }
  .ys-bg .ys-index .ys-con .ys-list li:nth-of-type(2) .wz {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .ys-bg .ys-index .ys-con .ys-list li {
    padding: 10px;
  }

  .ys-bg .ys-index .ys-title h2 {
    font-size: 18px;
  }
  .ys-bg .ys-index .ys-title span{
      font-size:13px;
  }
  
  .ys-bg .ys-index .ys-con .ys-list li .wz .zi .zi1 b{
      font-size:24px;white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
  }
  .ys-bg .ys-index .ys-con .ys-list li .wz .zi .zi1 .w1{
       font-size:13px;
       white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
  }
  .ys-bg .ys-index .ys-con .ys-list li .wz .zi .zi2{
      font-size:14px;
      margin-top: 10px;
  }
  .ys-bg .ys-index .ys-con .ys-list li .wz .zi .zi2 p{
      margin-bottom:10px;white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
  }
}

/*why*/
.tt {
  display: none;
}

.why-bg {
  background: url(../images/bj1.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 3% 0;
}

.why-bg .why-index .ys-title {
  text-align: center;
}

.why-bg .why-index .ys-title h2 {
  color: #fff;
  font-size: 38px;
  font-weight: normal;
}

.why-bg .why-index .ys-title span {
  display: block;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  background: url(../images/tt1.png) no-repeat center center;
  margin-top: 10px;
}

.why-bg .why-index .why-con {
  margin-top: 3%;
}

.why-bg .why-index .why-con .wsort {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3%;
}

.why-bg .why-index .why-con .wsort li {
  width: 208px;
  background: #fff;
  border-radius: 30px;
  margin: 0 1%;
  text-align: center;
  line-height: 53px;
  font-size: 20px;
  color: #007d5a;
}

.why-bg .why-index .why-con .wsort li.cur {
  background: #11b482;
  color: #fff;
}

.why-bg .why-index .why-con .why-list li {
  position: relative;
}

.why-bg .why-index .why-con .why-list li .img1 img {
  width: 100%;
  border-radius: 6px;
}

.why-bg .why-index .why-con .why-list li .wz {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: url(../images/tt3.png) no-repeat bottom center;
  padding: 2% 0;
  padding-left: 3%;
  padding-right: 19%;
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 996px) {
  .why-bg .why-index .why-con .why-list li .wz {
    padding-right: 3%;
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  .why-bg .why-index .ys-title h2 {
    font-size: 18px;
  }
  .why-bg .why-index .ys-title span{
      font-size: 13px;
  }
  .why-bg .why-index .why-con .wsort li {
    font-size: 16px;
  }
}

/*about*/
.about-index {
  display: flex;
  justify-content: space-between;
  margin: 6% 0;
}

.about-index .aboutl {
  width: 44.5%;
}

.about-index .aboutl p img {
  width: 100%;
}

.about-index .aboutr {
  width: 44.5%;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
}

.about-index .aboutr .ab-title b {
  display: block;
  color: #007d5a;
  font-size: 38px;
}

.about-index .aboutr .ab-title span {
  display: block;
  color: #666666;
  font-size: 20px;
  text-transform: uppercase;
}

.about-index .aboutr .ab2 {
  margin-top: 40px;
}

.about-index .aboutr .ab2 p {
  color: #666666;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}

.about-index .aboutr .ab3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.about-index .aboutr .ab3 .ab31 {
  margin-right: 34px;
}

.about-index .aboutr .ab3 .ab31 span {
  display: block;
  color: #007d5a;
  font-size: 30px;
}

.about-index .aboutr .ab3 .ab31 p {
  color: #666666;
  font-size: 14px;
}

.about-index .aboutr .ab3 .ab33 {
  border-left: 1px solid #e5e5e5;
  height: 40px;
}

.about-index .aboutr .ab3 .ab32 {
  color: #007d5a;
  font-size: 18px;
  border: 1px solid #007d5a;
  border-radius: 20px;
  padding: 6px 10px;
  margin-left: 34px;
}

@media (max-width: 996px) {
  .about-index {
    display: block;
  }
  .about-index .aboutl {
    width: 100%;
  }
  .about-index .aboutr {
    width: 100%;
  }
  .about-index .aboutr .ab2 {
    margin-top: 10px;
  }
}

@media (max-width: 480px){
   .about-index .aboutr .ab-title b{
    font-size: 18px;
    
} 
.about-index .aboutr .ab-title span{
    font-size: 13px;
}
.about-index .aboutr .ab2 p{
    margin-bottom: 0px;
}
}


/*partner*/
.partner-bg {
  background: #f7f7f7;
  padding-top: 3.5%;
  padding-bottom: 2%;
}

.partner-bg .partner-index .pa-title {
  text-align: center;
}

.partner-bg .partner-index .pa-title h2 {
  color: #007d5a;
  font-size: 38px;
  font-weight: normal;
}

@media (max-width: 480px) {
  .partner-bg .partner-index .pa-title h2 {
    font-size: 18px;
  }
}

.partner-bg .partner-index .pa-title span {
  display: block;
  color: #666666;
  font-size: 22px;
  text-transform: uppercase;
  background: url(../images/tt1.png) no-repeat center center;
  margin-top: 10px;
}

@media (max-width: 480px) {
    .partner-bg .partner-index .pa-title span{
       font-size: 13px;
  }
  }

.partner-con {
  margin-top: 2%;
}

.large-img {
  margin: 0 auto;
  position: relative;
}

.large-img li {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  padding: 0 0.5%;
}

.large-img li a.img {
  display: block;
  box-shadow: 0 0 5px #e8e8e8;
  margin: 5px;
}

.large-img li a.img img {
  display: block;
  width: 100%;
}

.large-img li a {
  display: block;
  position: relative;
}

.large-img li h3 a {
  display: block;
  color: #535353;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  font-weight: normal;
}

.large-img .slick-arrow {
  position: absolute;
  z-index: 99;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 0;
}

.large-img .slick-arrow.slick-prev {
  background: url(../images/left.png) no-repeat top center;
  width: 8px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: -4%;
}

@media (max-width: 1100px) {
  .large-img .slick-arrow.slick-prev {
    left: -1%;
  }
}

@media (max-width: 996px) {
  .large-img .slick-arrow.slick-prev {
    display: none !important;
  }
}

.large-img .slick-arrow.slick-next {
  background: url(../images/right.png) no-repeat top center;
  width: 8px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  right: -4%;
}

@media (max-width: 1100px) {
  .large-img .slick-arrow.slick-next {
    right: -1%;
  }
}

@media (max-width: 996px) {
  .large-img .slick-arrow.slick-next {
    display: none !important;
  }
}

/*news*/
.news-index {
  margin-top: 5%;
  margin-bottom: 5%;
}

.news-index .ne-title {
  text-align: center;
}

.news-index .ne-title h2 {
  color: #007d5a;
  font-size: 38px;
  font-weight: normal;
}

.news-index .ne-title span {
  display: block;
  color: #666666;
  font-size: 22px;
  text-transform: uppercase;
  background: url(../images/tt1.png) no-repeat center center;
  margin-top: 10px;
}

.news-index .news-con {
  margin-top: 3%;
}

.news-index .news-con .nsort {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3%;
}

.news-index .news-con .nsort li {
  width: 208px;
  border: 1px solid #dcdcdc;
  border-radius: 30px;
  margin: 0 1%;
  text-align: center;
  line-height: 52px;
}

.news-index .news-con .nsort li a {
  display: block;
  font-size: 20px;
  color: #666666;
}

.news-index .news-con .nsort li:hover {
  background: #007d5a;
  border-color: #007d5a;
}

.news-index .news-con .nsort li:hover a {
  color: #fff;
}

.news-index .news-con .news-nei {
  display: flex;
  justify-content: space-between;
}

.news-index .news-con .news-nei .newsl {
  width: 42%;
}

.news-index .news-con .news-nei .newsl .news-list1 li a {
  display: block;
}

.news-index .news-con .news-nei .newsl .news-list1 li a .img1 img {
  width: 100%;
}

.news-index .news-con .news-nei .newsl .news-list1 li a .wz h3 {
  font-size: 18px;
  color: #333333;
  line-height: 3;
}

.news-index .news-con .news-nei .newsl .news-list1 li a .wz h3 span {
  float: right;
  font-weight: normal;
  color: #666666;
  font-size: 14px;
  line-height: 4;
}

.news-index .news-con .news-nei .newsl .news-list1 li a .wz p {
  color: #999999;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-index .news-con .news-nei .newsr {
  width: 50%;
}

.news-index .news-con .news-nei .newsr .news-list2 li {
  background: #f5f5f5;
  margin-bottom: 10px;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}

.news-index .news-con .news-nei .newsr .news-list2 li:last-child {
  margin-bottom: 0;
}

.news-index .news-con .news-nei .newsr .news-list2 li .date {
  width: 23%;
  text-align: center;
  border-right: 1px solid #dddddd;
}

.news-index .news-con .news-nei .newsr .news-list2 li .date .d1 {
  color: #007d5a;
  font-size: 30px;
}

.news-index .news-con .news-nei .newsr .news-list2 li .date .d2 {
  color: #999999;
  font-size: 14px;
}

.news-index .news-con .news-nei .newsr .news-list2 li .wz {
  width: 73%;
  padding-right: 5%;
}

.news-index .news-con .news-nei .newsr .news-list2 li .wz a {
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-index .news-con .news-nei .newsr .news-list2 li .wz p {
  color: #999999;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 996px) {
  .news-index .news-con .news-nei {
    display: block;
  }
  .news-index .news-con .news-nei .newsl {
    width: 100%;
  }
  .news-index .news-con .news-nei .newsr {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .news-index .ne-title h2 {
    font-size: 18px;
  }
  .news-index .ne-title span{
      font-size: 13px;
  }
  .news-index .news-con .nsort li a {
    font-size: 16px;
  }
}

/*foot*/
.foot-bg {
  background: #2d2d2d;
  padding-top: 3%;
}

.foot-bg .foot-index {
  display: flex;
  justify-content: space-between;
}

.foot-bg .foot-index .foot1 {
  width: 27%;
  margin-right: 3%;
}

.foot-bg .foot-index .foot1 .logo1 p img {
  max-width: 100%;
}

.foot-bg .foot-index .foot1 .flx {
  border-top: 1px solid #353535;
  margin-top: 20px;
  margin-left: 13%;
}

.foot-bg .foot-index .foot1 .flx p {
  color: #aeaeae;
  font-size: 14px;
  line-height: 3;
}

.foot-bg .foot-index .foot1 .fshare {
  margin-top: 20px;
  margin-left: 13%;
}

.foot-bg .foot-index .foot1 .fshare p img {
  max-width: 100px;
  margin-right: 15px;
}

.foot-bg .foot-index .foot2 {
  width: 24%;
  margin-right: 3%;
}

.foot-bg .foot-index .foot2 h2 {
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

.foot-bg .foot-index .foot2 .foot2-list li {
  display: inline-block;
  width: 48%;
}

.foot-bg .foot-index .foot2 .foot2-list li a {
  display: block;
  color: #aeaeae;
  font-size: 14px;
  margin-bottom: 10px;
}

.foot-bg .foot-index .foot3 {
  width: 10%;
  margin-right: 3%;
}

.foot-bg .foot-index .foot3 h2 {
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

.foot-bg .foot-index .foot3 p a {
  display: block;
  color: #aeaeae;
  font-size: 14px;
  margin-bottom: 10px;
}

.foot-bg .foot-index .foot4 {
  margin-right: 3%;
}

.foot-bg .foot-index .foot4 h2 {
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

.foot-bg .foot-index .foot4 p {
  color: #aeaeae;
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 22px;
}

.foot-bg .foot-index .foot4 p:nth-of-type(1) {
  background: url(../images/p1.png) no-repeat left center;
}

.foot-bg .foot-index .foot4 p:nth-of-type(2) {
  background: url(../images/p2.png) no-repeat left center;
}

.foot-bg .foot-index .foot4 p:nth-of-type(3) {
  background: url(../images/p3.png) no-repeat left center;
}

.foot-bg .foot-index .foot5 p {
  text-align: center;
  color: #aeaeae;
  font-size: 14px;
  line-height: 4;
}

.foot-bg .foot-index .foot5 p img {
  max-width: 100%;
}

.foot-bg .foot-cop {
  color: #aeaeae;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #494949;
  padding: 2% 0;
  margin-top: 3%;
}

.foot-bg .foot-cop a {
  color: #aeaeae;
}

@media (max-width: 996px) {
  .foot-bg .foot-index {
    display: block;
  }
  .foot-bg .foot-index .foot1 {
    width: 100%;
    margin-right: 0;
  }
  .foot-bg .foot-index .foot1 .flx {
    margin-left: 0;
  }
  .foot-bg .foot-index .foot2 {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
  .foot-bg .foot-index .foot3 {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
  .foot-bg .foot-index .foot4 {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
}




@media (max-width: 996px) {

    .left{
       display:none;
       float:none;
    }
    .right{
       float:none;
       width:100%;
    }
}



@media (max-width: 768px) {
    body{
        margin-top:60px;
    }
   
}







