a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
a {
  color: #666;
}
a:hover {
  text-decoration: none;
}
em,
i {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
*:focus {
  outline: none;
}
.clearfix::after {
  clear: both;
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
  content: " ";
  display: table;
}
body {
  max-width: 750px;
  margin: 0 auto;
  min-width: 320px;
  overflow-x: hidden;
}
*:focus {
  outline: none;
}
html {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 10px !important;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 11.25px !important;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 11.7px !important;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 12.5px !important;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 12.94px !important;
  }
}
@media screen and (min-width: 440px) {
  html {
    font-size: 13.75px !important;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 520px) {
  html {
    font-size: 16.25px !important;
  }
}
@media screen and (min-width: 560px) {
  html {
    font-size: 17.5px !important;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-size: 18.75px !important;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 680px) {
  html {
    font-size: 22px !important;
  }
}
@media screen and (min-width: 750px) {
  html {
    font-size: 24px !important;
  }
}
.index-top .title {
  padding: 4% 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-top .title .logo_pic {
  width: 17%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333333;
}
.index-top .title .logo_pic img {
  width: 100%;
}
.index-top .title .text {
  width: 87%;
  padding: 0 0 0 2%;
}
.index-top .title .text b {
  margin-bottom: 0.4rem;
  text-align: left;
  color: #333333;
  display: block;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.4rem;
  color: #3f9f3b;
}
.index-top .title .text p {
  margin: 0 0 0.2rem 0;
  font-size: 1.1rem;
  color: #333333;
  line-height: 1.5rem;
  padding: 0.2 0rem;
}
.index-top .title .logo_r {
  width: 1.5rem;
}
.index-top .title .logo_r img {
  width: 100%;
  display: block;
}
.index-banner img {
  width: 100%;
  display: block;
}
.index-banner .swiper-container-horizontal > .swiper-pagination-bullets,
.index-banner .swiper-pagination-custom,
.index-banner .swiper-pagination-fraction {
  bottom: 4%;
  position: absolute;
}
.index-banner .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
}
.index-banner .swiper-pagination-bullet-active {
  background: #019a45;
}
.index-nav {
  padding: 4% 4% 0;
  border-bottom: 0.2rem solid #eeeeee;
}
.index-nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-nav ul li {
  box-sizing: border-box;
  width: 25%;
  text-align: center;
  background: #fff;
  margin: 0 0 1.5rem 0;
}
.index-nav ul li a {
  display: block;
}
.index-nav ul li a .icon {
  width: 55%;
  height: 100%;
  margin: 0 auto;
}
.index-nav ul li a .icon img {
  width: 100%;
  display: block;
}
.index-nav ul li a .tit {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  text-align: center;
  color: #333333;
}
.index-content {
  padding: 4% 2% 2%;
  border-bottom: 0.2rem solid #eeeeee;
}
.index-content .video p {
  font-size: 1.1rem;
  color: #019a45;
  text-align: center;
  margin: 0 0 0.5rem 0;
}
.index-content .video p b {
  font-weight: bold;
  font-size: 1.4rem;
}
.index-content .video img {
  width: 100%;
  display: block;
}
.index-content .right_bottom {
  padding: 2% 0 0;
}
.index-content .right_bottom .tel {
  padding: 0 0 0 4.5rem;
  background: url(../images/content_1.png) no-repeat left 0.5rem;
  background-size: 11%;
}
.index-content .right_bottom .tel span {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  color: #019a45;
}
.index-content .right_bottom .tel span b {
  color: #ff9e05;
}
.index-content .right_bottom .tel p {
  font-size: 1rem;
  line-height: 1.8rem;
}
.index-content .right_bottom .tel:nth-child(2) {
  background: url(../images/content_2.png) no-repeat left 0.5rem;
  background-size: 11%;
}
.index-content .right_bottom .tel:nth-child(3) {
  background: url(../images/content_3.png) no-repeat left 0.5rem;
  background-size: 11%;
}
.t_tit {
  width: 100%;
  margin: 1rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.2rem solid #019a45;
  padding: 0 0.5rem 0 0;
}
.t_tit b {
  color: #fff;
  background: url(../images/tit_1.png) no-repeat 1.5rem center #019a45;
  background-size: 14%;
  display: block;
  width: 35%;
  padding: 0 0 0 4rem;
  font-size: 1.2rem;
  line-height: 2.6rem;
  border-top-right-radius: 1.5rem;
}
.t_tit a {
  font-size: 1rem;
  line-height: 1rem;
  color: #019a45;
}
.t_tit_10 b {
  background: url(../images/tit_10.png) no-repeat 1.5rem center #019a45;
  background-size: 15%;
}
.t_tit_2 b {
  background: url(../images/tit_2.png) no-repeat 1.5rem center #019a45;
  background-size: 15%;
}
.t_tit_3 b {
  background: url(../images/tit_3.png) no-repeat 1.5rem center #019a45;
  background-size: 15%;
}
.t_tit_4 b {
  background: url(../images/tit_4.png) no-repeat 1.5rem center #019a45;
  background-size: 15%;
}
.t_tit_5 b {
  background: url(../images/tit_5.png) no-repeat 1.5rem center #019a45;
  background-size: 15%;
}
.t_tit_6 b {
  background: url(../images/tit_6.png) no-repeat 1.5rem center #019a45;
  background-size: 15%;
}
.index-ketang {
  padding: 0% 2% 4%;
}
.index-ketang .box {
  margin: 4% 0 0 0;
}
.index-ketang .box .gallery-top {
  padding: 0 0.2rem 0.2rem 0;
}
.index-ketang .box .gallery-top a {
  display: block;
  text-align: center;
  color: #019a45;
  border: 1px solid #019a45;
  line-height: 2rem;
  font-size: 1rem;
}
.index-ketang .box .gallery-top .swiper-slide-thumb-active a {
  background: #019a45;
  color: #fff;
}
.index-ketang .box .gallery-thumbs .one {
  margin: 3% 0;
}
.index-ketang .box .gallery-thumbs .one a {
  display: flex;
  justify-content: space-between;
}
.index-ketang .box .gallery-thumbs .one a .pic {
  width: 40%;
}
.index-ketang .box .gallery-thumbs .one a .pic img {
  width: 100%;
  display: block;
}
.index-ketang .box .gallery-thumbs .one a p {
  width: 58%;
  font-size: 1rem;
  line-height: 1.6rem;
}
.index-ketang .box .gallery-thumbs .one a p b {
  display: block;
  font-size: 1.2rem;
  margin: 0 0 0.5rem 0;
  color: #333333;
}
.index-ketang .box .gallery-thumbs .list_a {
  margin: 0.8rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 1rem;
  background: url(../images/list_a.png) no-repeat center left;
  background-size: 2%;
}
.index-ketang .box .gallery-thumbs .list_a .text {
  color: #333333;
  line-height: 1.6rem;
  font-size: 1rem;
}
.index-ketang .box .gallery-thumbs .list_a .more {
  width: 16%;
  line-height: 1.4rem;
  height: 1.4rem;
  font-size: 0.9rem;
  border-radius: 1.5rem;
  background: #ff9e05;
  color: #fff;
  display: block;
  text-align: center;
}
.more_a_ketang {
  text-align: center;
  color: #019a45;
  border: 1px solid #019a45;
  border-radius: 1.5rem;
  width: 35%;
  text-transform: uppercase;
  margin: 0.2rem auto 0;
  font-size: 1rem;
  display: block;
  line-height: 2rem;
}
.more_a {
  width: 70%;
  border-radius: 1.5rem;
  background: #ffde05;
  line-height: 2.4rem;
  display: block;
  text-align: center;
  color: #033333;
  font-size: 1rem;
  margin: 2% auto 0;
}
.more_a b {
  font-weight: bold;
  font-size: 1.1rem;
}
.index-qa {
  width: 96%;
  margin: 0% auto 5%;
  box-shadow: 0 0 8px #ddd;
  padding: 2%;
  box-sizing: border-box;
}
.index-qa .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 1.5rem;
  line-height: 2rem;
  border-bottom: 1px solid #019a45;
  background: url(../images/qa_tit.png) no-repeat center left;
  background-size: 4%;
}
.index-qa .tit b {
  font-size: 1.2rem;
  font-weight: normal;
  color: #019a45;
}
.index-qa .tit a {
  color: #019a45;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.index-qa .box {
  overflow: hidden;
}
.index-qa .box .content {
  position: relative;
}
.index-qa .box .swiper-container {
  height: 20rem;
  position: relative;
}
.index-qa .box a {
  margin: 0 0 0 0.5rem;
  padding: 0 0 0 1rem;
  display: block;
  line-height: 2.6rem;
  color: #333333;
  font-size: 1rem;
  background: url(../images/qa_a.png) no-repeat center left;
  background-size: 1.5%;
}
.index-qa .box .next_n,
.index-qa .box .prev_p {
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  z-index: 999;
}
.index-qa .box .next_n {
  background: url(../images/next_n.png) no-repeat center left;
  background-size: 100%;
  right: 4%;
  top: 4%;
}
.index-qa .box .prev_p {
  background: url(../images/prev_p.png) no-repeat center left;
  background-size: 100%;
  right: 4%;
  bottom: 4%;
}
.index-video {
  padding: 0% 3% 0;
}
.index-video .box {
  position: relative;
}
.index-video .box .gallery-thumbs10 {
  padding: 0.5rem;
}
.index-video .box .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-video .box .content .one {
  width: 48%;
  margin: 0 0 0rem 0;
}
.index-video .box .content .one a {
  display: block;
}
.index-video .box .content .one a .pic {
  width: 100%;
}
.index-video .box .content .one a .pic img {
  width: 100%;
  display: block;
}
.index-video .box .content .one a p {
  padding: 0.4rem 0;
  text-align: left;
  color: #333333;
  line-height: 1.5rem;
  font-size: 1rem;
  margin: 0;
}
.index-video .box .content .one a p b {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #333333;
  margin: 0 0 0.5rem 0;
  font-weight: normal;
}
.index-video .box .content .one a span {
  font-size: 0.8rem;
  color: #019a45;
  display: block;
  text-align: center;
}
.index-video .box .next_n,
.index-video .box .prev_p {
  position: absolute;
  top: 35%;
  z-index: 999;
  width: 0.8rem;
  height: 4rem;
  margin-top: 0rem;
}
.index-video .box .prev_p {
  background: url(../images/next_2.png) no-repeat center center;
  background-size: 100%;
  right: 0%;
  margin-right: -0.8rem;
}
.index-video .box .prev_p:hover {
  background: url(../images/next_2_h.png) no-repeat center center;
  background-size: 100%;
}
.index-video .box .next_n {
  background: url(../images/left_2.png) no-repeat center center;
  background-size: 100%;
  left: 0%;
  margin-left: -0.8rem;
}
.index-video .box .next_n:hover {
  background: url(../images/left_2_h.png) no-repeat center center;
  background-size: 100%;
}
.index-school {
  padding: 0% 4% 6%;
}
.index-school .t_tit {
  background: url(../images/tit_2.png) no-repeat left 0.5rem;
  background-size: 10%;
}
.index-school .box {
  margin: 4% 0 0 0;
  position: relative;
}
.index-school .box .one a {
  display: block;
  background: #019a45;
  padding: 0.2rem 0 0 0.2rem;
}
.index-school .box .one a .pic {
  width: 100%;
}
.index-school .box .one a .pic img {
  width: 100%;
  display: block;
}
.index-school .box .next_n,
.index-school .box .prev_p {
  position: absolute;
  width: 1rem;
  height: 3rem;
  z-index: 999;
  bottom: 40%;
}
.index-school .box .next_n {
  margin-left: -1.2rem;
  background: url(../images/prev.png) no-repeat center left;
  background-size: 100%;
  left: 0%;
}
.index-school .box .prev_p {
  margin-right: -1.2rem;
  background: url(../images/next.png) no-repeat center left;
  background-size: 100%;
  right: 0%;
}
.index-school .text {
  padding: 0.5rem 0 0 0;
}
.index-school .text .tit {
  margin: 4% 0 2%;
  width: 70%;
  background: url(../images/school_tit.png) no-repeat center left;
  background-size: 100%;
  text-align: center;
  line-height: 2rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 2rem 0 0;
}
.index-school .text p {
  color: #033333;
  line-height: 1.8rem;
  font-size: 1.1rem;
  text-indent: 2em;
}
.index-school .text a {
  display: block;
  text-align: center;
  color: #019a45;
  text-transform: uppercase;
  margin: 0.5rem 0 0 0;
}
.index-teach {
  background: #f8f8f8;
  padding: 2% 0;
}
.index-teach .t_tit {
  background: url(../images/tit_3.png) no-repeat left 0.5rem;
  background-size: 10%;
}
.index-teach .box {
  margin: 4% 0 0 0;
  padding: 0 6% 0;
  position: relative;
}
.index-teach .box .content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 3% 0;
}
.index-teach .box .content .one {
  width: 92%;
}
.index-teach .box .content .one a {
  display: flex;
  justify-content: space-between;
}
.index-teach .box .content .one a .pic {
  width: 22%;
}
.index-teach .box .content .one a .pic img {
  width: 100%;
  display: block;
}
.index-teach .box .content .one a .text {
  border: 1px solid #e0e0e0;
  width: 78%;
  padding: 0.7rem;
  font-size: 1rem;
  line-height: 1.2rem;
}
.index-teach .box .content .one a .text b {
  display: block;
  font-size: 1.2rem;
  margin: 0 0 0.4rem 0;
  color: #ff9e05;
}
.index-teach .box .content .one a .text span {
  display: block;
  font-size: 1.1rem;
  margin: 0 0 0.4rem 0;
  color: #019a45;
}
.index-teach .box .content .one a .text p {
  overflow: hidden;
  line-height: 1.4rem;
}
.index-teach .box .content .one a .text p i {
  float: right;
  font-size: 1rem;
  color: #019a45;
}
.index-teach .box .content .zixun {
  width: 8%;
  background: #019a45;
  color: #fff;
  box-sizing: border-box;
  font-size: 1rem;
  padding: 0rem 0.7rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-teach .box .next_n,
.index-teach .box .prev_p {
  position: absolute;
  top: 48%;
  z-index: 999;
  width: 0.8rem;
  height: 4rem;
  margin-top: 0rem;
}
.index-teach .box .prev_p {
  background: url(../images/next_2.png) no-repeat center center;
  background-size: 100%;
  right: 2%;
  margin-right: 0rem;
}
.index-teach .box .prev_p:hover {
  background: url(../images/next_2_h.png) no-repeat center center;
  background-size: 100%;
}
.index-teach .box .next_n {
  background: url(../images/left_2.png) no-repeat center center;
  background-size: 100%;
  left: 2%;
  margin-left: 0rem;
}
.index-teach .box .next_n:hover {
  background: url(../images/left_2_h.png) no-repeat center center;
  background-size: 100%;
}
.index-chengz {
  padding: 0% 4% 2%;
}
.index-chengz .t_tit {
  background: url(../images/tit_4.png) no-repeat left 0.5rem;
  background-size: 10%;
}
.index-chengz .box {
  position: relative;
}
.index-chengz .box .gallery-top3 {
  margin: 6% auto 4%;
  width: 96%;
  padding: 0 0.2rem 0.2rem 0;
}
.index-chengz .box .gallery-top3 a {
  display: block;
  text-align: center;
  color: #019a45;
  border: 1px solid #019a45;
  line-height: 2rem;
  font-size: 1rem;
}
.index-chengz .box .gallery-top3 .swiper-slide-thumb-active a {
  background: #019a45;
  color: #fff;
}
.index-chengz .box .gallery-thumbs3 {
  padding: 0.5rem;
}
.index-chengz .box .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-chengz .box .content .one {
  width: 48%;
  border: 1px solid #56bc83;
  margin: 0 0 1rem 0;
}
.index-chengz .box .content .one a {
  display: block;
  padding: 0.5rem 0.5rem 1rem;
}
.index-chengz .box .content .one a .pic {
  width: 100%;
}
.index-chengz .box .content .one a .pic img {
  width: 100%;
  display: block;
}
.index-chengz .box .content .one a p {
  padding: 0.8rem 0 0.5rem 0;
  text-align: left;
  color: #333333;
  line-height: 1.5rem;
  font-size: 1rem;
  margin: 0;
}
.index-chengz .box .content .one a p b {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #ff9e05;
  margin: 0 0 0.5rem 0;
}
.index-chengz .box .content .one a span {
  font-size: 0.8rem;
  color: #019a45;
  display: block;
  text-align: center;
}
.index-chengz .box .next_n,
.index-chengz .box .prev_p {
  position: absolute;
  top: 48%;
  z-index: 999;
  width: 0.8rem;
  height: 4rem;
  margin-top: 0rem;
}
.index-chengz .box .prev_p {
  background: url(../images/next_2.png) no-repeat center center;
  background-size: 100%;
  right: 0%;
  margin-right: -1rem;
}
.index-chengz .box .prev_p:hover {
  background: url(../images/next_2_h.png) no-repeat center center;
  background-size: 100%;
}
.index-chengz .box .next_n {
  background: url(../images/left_2.png) no-repeat center center;
  background-size: 100%;
  left: 0%;
  margin-left: -1rem;
}
.index-chengz .box .next_n:hover {
  background: url(../images/left_2_h.png) no-repeat center center;
  background-size: 100%;
}
.index-ad {
  position: relative;
  text-align: center;
}
.index-ad img {
  display: block;
  width: 100%;
}
.index-ad p {
  display: block;
  font-size: 1.3rem;
  line-height: 1.4rem;
  color: #fff;
  position: absolute;
  font-weight: bold;
  text-align: center;
  top: 20%;
  width: 100%;
}
.index-ad b {
  position: absolute;
  font-size: 1rem;
  color: #fff;
  top: 40%;
  display: block;
  width: 100%;
  text-align: center;
}
.index-ad .more {
  width: 80%;
  background: #ff9e05;
  display: block;
  border-radius: 1.5rem;
  top: 62%;
  left: 10%;
  line-height: 2.2rem;
  position: absolute;
  font-size: 1.2rem;
  color: #fff;
}
.index-ad .more i {
  font-weight: bold;
  font-size: 1.4rem;
}
.index-rj {
  padding: 0% 4% 0%;
}
.index-rj .t_tit {
  background: url(../images/tit_5.png) no-repeat left 0.5rem;
  background-size: 10%;
}
.index-rj .box {
  position: relative;
  padding: 0 0 2% 0;
}
.index-rj .box .gallery-top4 {
  margin: 6% auto 4%;
  width: 96%;
  padding: 0 0.2rem 0.2rem;
}
.index-rj .box .gallery-top4 a {
  display: block;
  text-align: center;
  color: #019a45;
  border: 1px solid #019a45;
  line-height: 2rem;
  font-size: 1rem;
}
.index-rj .box .gallery-top4 .swiper-slide-thumb-active a {
  background: #019a45;
  color: #fff;
}
.index-rj .box .gallery-thumbs4 {
  padding: 0.5rem;
}
.index-rj .box .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-rj .box .content .one {
  width: 48%;
  box-shadow: 0 0 0.4rem #b8b8b8;
  margin: 0 0 1rem 0;
}
.index-rj .box .content .one a {
  display: block;
}
.index-rj .box .content .one a .pic {
  width: 100%;
}
.index-rj .box .content .one a .pic img {
  width: 100%;
  display: block;
}
.index-rj .box .content .one a p {
  padding: 1rem 1rem;
  text-align: left;
  color: #999999;
  line-height: 1.6rem;
  font-size: 1rem;
  margin: 0;
}
.index-rj .box .content .one a p b {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #033333;
  margin: 0 0 0.5rem 0;
}
.index-rj .box .content .one a span {
  font-size: 0.8rem;
  color: #019a45;
  display: block;
  text-align: left;
  margin: 0.4rem 0 0 0;
}
.index-rj .box .content .one:nth-child(3),
.index-rj .box .content .one:nth-child(4) {
  margin-bottom: 0;
}
.index-rj .box .next_n,
.index-rj .box .prev_p {
  position: absolute;
  top: 48%;
  z-index: 999;
  width: 0.8rem;
  height: 4rem;
  margin-top: 0rem;
}
.index-rj .box .prev_p {
  background: url(../images/next_2.png) no-repeat center center;
  background-size: 100%;
  right: 0%;
  margin-right: -1rem;
}
.index-rj .box .prev_p:hover {
  background: url(../images/next_2_h.png) no-repeat center center;
  background-size: 100%;
}
.index-rj .box .next_n {
  background: url(../images/left_2.png) no-repeat center center;
  background-size: 100%;
  left: 0%;
  margin-left: -1rem;
}
.index-rj .box .next_n:hover {
  background: url(../images/left_2_h.png) no-repeat center center;
  background-size: 100%;
}
.index-news {
  padding: 0% 2% 6%;
  background: #f8f8f8;
}
.index-news .t_tit {
  background: url(../images/tit_6.png) no-repeat left 0.5rem;
  background-size: 10%;
}
.index-news .box {
  margin: 4% 0 0 0;
}
.index-news .box .gallery-top5 {
  padding: 0 0.2rem 0.2rem 0;
}
.index-news .box .gallery-top5 a {
  display: block;
  text-align: center;
  color: #019a45;
  border: 1px solid #019a45;
  line-height: 2rem;
  font-size: 1rem;
}
.index-news .box .gallery-top5 .swiper-slide-thumb-active a {
  background: #019a45;
  color: #fff;
}
.index-news .box .gallery-thumbs5 .one {
  margin: 4% 0;
}
.index-news .box .gallery-thumbs5 .one a {
  display: flex;
  justify-content: space-between;
}
.index-news .box .gallery-thumbs5 .one a .pic {
  width: 40%;
}
.index-news .box .gallery-thumbs5 .one a .pic img {
  width: 100%;
  display: block;
}
.index-news .box .gallery-thumbs5 .one a .text {
  width: 58%;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.index-news .box .gallery-thumbs5 .one a .text b {
  display: block;
  font-size: 1.1rem;
  margin: 0 0 0.2rem 0;
  color: #333333;
}
.index-news .box .gallery-thumbs5 .one a .text .time {
  color: #333333;
  font-size: 0.9rem;
}
.index-news .box .gallery-thumbs5 .one a .text .time i {
  float: right;
  color: #dc2643;
}
.index-news .box .gallery-thumbs5 .list_a {
  margin: 0.8rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 1rem;
  background: url(../images/list_a.png) no-repeat center left;
  background-size: 2%;
}
.index-news .box .gallery-thumbs5 .list_a .text {
  color: #333333;
  line-height: 1.6rem;
  font-size: 1rem;
}
.index-news .box .gallery-thumbs5 .list_a b {
  font-weight: normal;
  font-size: 0.9rem;
}
.index-news .box .gallery-thumbs5 .list_a .more {
  width: 16%;
  line-height: 1.4rem;
  height: 1.4rem;
  font-size: 0.9rem;
  border-radius: 1.5rem;
  background: #52b04e;
  color: #fff;
  display: block;
  text-align: center;
}
.more_tel {
  width: 90%;
  border-radius: 1.5rem;
  background: #ff9e05;
  line-height: 3rem;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  margin: 3% auto;
  font-weight: normal;
}
.index-foot {
  padding: 0% 0% 5rem;
  background: #019a45;
  text-align: center;
}
.index-foot .pic {
  width: 100%;
  margin: 0 auto;
  padding: 3% 0;
  border-bottom: 1px solid #1ba458;
}
.index-foot .pic img {
  width: 92%;
  display: block;
  margin: 0 auto;
}
.index-foot .foot {
  width: 92%;
  margin: 0 auto;
}
.index-foot .foot b {
  font-weight: bold;
  font-size: 1.4rem;
  display: block;
  margin: 0 0 1rem 0;
}
.index-foot .foot b a {
  color: #fff;
}
.index-foot .foot p {
  font-size: 1rem;
  line-height: 1.8rem;
  color: #ffffff;
}
.index-foot .foot p a {
  color: #ffffff;
}
.index-foot .foot i {
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
a:focus {
  text-decoration: none;
}
.index-fixed {
  width: 100%;
  max-width: 750px;
  position: fixed;
  bottom: 0;
  z-index: 998;
}
.index-fixed .box {
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 750px;
  z-index: 1003;
}
.index-fixed .box .list {
  width: 19%;
}
.index-fixed .box .list a {
  text-align: center;
  color: #fff;
  display: block;
  background: #ff9e05;
  line-height: 3.4rem;
  font-size: 1.1rem;
  margin: 0.2rem 0 0 0;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.fix_right {
  position: fixed;
  bottom: 5rem;
  z-index: 999;
  width: 100%;
  height: 100%;
  bottom: 0;
  display: none;
  max-width: 750px;
  background: rgba(0, 0, 0, 0.6);
}
.fix_right .form_h {
  background: #019a45;
  border-radius: 0.4rem;
  padding: 3% 2%;
  position: absolute;
  width: 96%;
  left: 2%;
  bottom: 5rem;
}
.fix_right .form_h .tit {
  line-height: 2.6rem;
  background: url(../images/fix_right_tit.png) no-repeat center center;
  background-size: 60%;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
  overflow: hidden;
  margin: 0 0 0rem 0;
}
.fix_right .form_h p {
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
.fix_right .form_h form {
  padding: 2%;
}
.fix_right .form_h .input {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 1rem 0;
}
.fix_right .form_h .input b {
  width: 21%;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
.fix_right .form_h .input input {
  width: 79%;
  border: none;
  line-height: 2.6rem;
  border-radius: 0.4rem;
  padding: 0 4%;
  font-size: 1rem;
}
.fix_right .form_h .leixing {
  margin: 1rem 0 0 0;
}
.fix_right .form_h .leixing label {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}
.fix_right .form_h .leixing .lx_box {
  margin: 10px 0 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.8rem;
}
.fix_right .form_h .leixing .lx_box .dx_list {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2rem;
}
.fix_right .form_h .leixing .lx_box input {
  margin: 0 0 0px 0;
  display: block;
  border: 1px solid #eee;
  border-radius: 0.2rem;
  -webkit-appearance: block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem 0 0;
}
.fix_right .form_h .leixing .lx_box input:checked {
  border: 1px solid #ffde05;
  background: url(../images/checked.png) no-repeat center center #ffde05;
  background-size: 70%;
}
.fix_right .form_h .leixing .lx_box b {
  display: block;
  margin: 0 0rem 0 0;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
}
.fix_right .form_h .text_box label {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}
.fix_right .form_h .text_box textarea {
  display: block;
  width: 100%;
  border: none;
  margin: 1rem 0;
  border-radius: 0.4rem;
  height: 6rem;
  padding: 0.8rem;
}
.fix_right .form_h .f_button {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.fix_right .form_h .f_button button {
  width: 60%;
  border: none;
  background: #f6bf0d;
  color: #333;
  line-height: 2rem;
  border-radius: 1.5rem;
  cursor: pointer;
  margin: 0;
  display: block;
  font-size: 1rem;
}
.fix_right .form_h .f_button .b {
  color: #fff;
  font-size: 1rem;
}
.tel_h {
  background: url(/stac/images/f4.png) no-repeat 20px center #fff;
  position: absolute;
  width: 300px;
  line-height: 70px;
  font-size: 30px;
  color: #000;
  box-shadow: 0 0 8px #767070;
  right: 70px;
  top: 50%;
  margin-top: -35px;
  padding: 0 0 0 60px;
  border-radius: 7px;
  display: none;
}
