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;
}
input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}
input::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
}
/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 16px;
}
/* Mozilla Firefox 19+ */
input::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 16px;
}
/* Internet Explorer 10+ */
input:-ms-input-placeholder {
  color: #999;
  font-size: 16px;
}
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}
body {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "微软雅黑";
}
*:focus {
  outline: none;
}
html {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 11.25px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 11.7px;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 440px) {
  html {
    font-size: 13.75px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 520px) {
  html {
    font-size: 16.25px;
  }
}
@media screen and (min-width: 560px) {
  html {
    font-size: 17.5px;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-size: 18.75px;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 680px) {
  html {
    font-size: 22px;
  }
}
@media screen and (min-width: 750px) {
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 980px) {
  html {
   font-size: 30px;
  }
}
b {
  font-weight: normal;
}
.main {
  margin: 0 auto;
  min-width: 320px;
  overflow-x: hidden;
}
.index-top .title {
  padding: 1% 1%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-top .title .logo {
  width: 60%;
}
.index-top .title .logo img {
  width: 100%;
}
.index-top .title .text {
  width: 40%;
  padding: 0 0 0 4%;
}
.index-top .title .text p {
  margin-bottom: 0.1rem;
  text-align: left;
  color: #019a45;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: bold;
}
.index-top .title .text p b {
  font-weight: bold;
  color: #27c5d1;
}
.index-top .title .text .t_2 {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #333333;
  padding: 0.2rem 0;
}
.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-nav {
  padding: 4%;
}
.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: 48%;
  height: 100%;
  margin: 0 auto;
}
.index-nav ul li a .icon img {
  width: 100%;
  display: block;
}
.index-nav ul li a .t_2 {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  text-align: center;
  color: #000000;
}
.t-title {
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.t-title .box_tit {
  background: url(../images/t-title.png) no-repeat center 0.4rem;
  background-size: auto 43%;
  text-align: center;
}
.t-title .box_tit .t_2 {
  padding: 0 0 0 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.2rem;
}
.t-title .box_tit .t_2 b {
  font-size: 2rem;
  font-weight: bold;
  color: #019a45;
  padding: 0rem 0.4rem 0 0;
  background-size: 6%;
}
.t-title .box_tit p {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #000000;
  margin-top: 0.5rem;
}
.index-pro {
  padding: 6% 4% 4%;
  overflow: hidden;
  background: #eaf6fe;
  background-size: 100%;
}
.index-pro .box .hd ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.index-pro .box .hd ul li {
  width: 25%;
  text-align: center;
  margin: 0 0rem 1rem 0;
}
.index-pro .box .hd ul li a {
  width: 100%;
  border-bottom: 1px solid #333333;
  font-size: 1.2rem;
  padding: 0 0 0.2rem 0;
}
.index-pro .box .hd ul li a img {
  width: 15%;
  padding: 0 0.2rem 0 0;
}
.index-pro .box .hd ul .on a {
  color: #019a45;
  font-weight: bold;
  border-bottom: 1px solid #e5ed11;
}
.index-pro .box .hd ul .on a img {
  display: none;
}
.index-pro .content {
  padding: 0 0 4%;
}
.index-pro .content .pic {
  margin: 4% 0 0 0;
  width: 100%;
  position: relative;
  height: 23rem;
}
.index-pro .content .pic img,
.index-pro .content .pic video {
  width: 100%;
  display: block;
}
.index-pro .content .pic .text {
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  width: 44%;
  top: 48%;
  left: 3%;
}
.index-pro .content .pic_t {
  width: 90%;
  margin: 0% auto 0;
  background: #fff;
  box-shadow: 0 0 8px #ddd;
  padding: 4% 4% 3%;
  border-bottom-right-radius: 3rem;
}
.index-pro .content .pic_t .t_2 {
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
.index-pro .content .pic_t p {
  color: #333333;
  line-height: 1.6rem;
  font-size: 1rem;
  margin: 0 0 0.4rem 0;
}
.index-pro .content .pic_t a {
  display: block;
  text-align: center;
  color: #019a45;
  font-size: 1rem;
  width: 30%;
  padding: 0.5rem 0;
  margin: 0rem auto 0;
}
.index-pro .content2 {
  margin: 2% 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-pro .content2 .item {
  width: 48%;
  margin-bottom: 4%;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.index-pro .content2 .item a .pic {
  width: 100%;
}
.index-pro .content2 .item a .pic img {
  width: 100%;
  display: block;
}
.index-pro .content2 .item a h2 {
  border: 1px solid #c9c9c9;
  border-top: none;
  width: 100%;
  background: #ffffff;
  display: block;
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
  color: #333333;
}
.index-pro .content2 .item:nth-child(n + 5) {
  margin-bottom: 0;
}
.index-pro .content2 .item:nth-child(2n + 2) {
  margin-right: 0;
}
.index-pro .content3 {
  margin: 2% 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-pro .content3 .item {
  width: 31%;
  margin-bottom: 4%;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.index-pro .content3 .item a .pic {
  width: 100%;
}
.index-pro .content3 .item a .pic img {
  width: 100%;
  display: block;
}
.index-pro .content3 .item a h2 {
  border: 1px solid #c9c9c9;
  border-top: none;
  width: 100%;
  background: #ffffff;
  display: block;
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
  color: #333333;
}
.index-pro .content3 .item:nth-child(n + 4) {
  margin-bottom: 0;
}
.index-pro .content3 .item:nth-child(2n + 2) {
  margin-right: 0;
}
.index-pro .more_tel {
  margin: 1rem auto 0;
  display: block;
  width: 80%;
  background: url(../images/more_tel.png) no-repeat center center;
  background-size: 100%;
  line-height: 2.6rem;
  height: 2.6rem;
  position: relative;
}
.index-pro .more_tel a {
  display: block;
  position: absolute;
  text-align: center;
  color: #333333;
}
.index-advan {
  padding: 6% 0% 8%;
  background: url(../images/ad_bg.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.index-advan .swiper-container {
  padding-bottom: 0rem;
}
.index-advan .swiper-container .swiper-pagination {
  bottom: 0rem;
}
.index-advan .swiper-container .swiper-pagination {
  opacity: 1;
}
.index-advan .swiper-container .next,
.index-advan .swiper-container .prev {
  position: absolute;
  top: 50%;
  z-index: 999;
  width: 0.8rem;
  height: 4rem;
  margin-top: -2rem;
}
.index-advan .swiper-container .prev {
  background: url(../images/prev.png) no-repeat center center;
  background-size: 100%;
  left: 1%;
}
.index-advan .swiper-container .prev:hover {
  background: url(../images/prev_h.png) no-repeat center center;
  background-size: 100%;
}
.index-advan .swiper-container .next {
  background: url(../images/next.png) no-repeat center center;
  background-size: 100%;
  right: 1%;
}
.index-advan .swiper-container .next:hover {
  background: url(../images/next_h.png) no-repeat center center;
  background-size: 100%;
}
.index-advan .swiper-container .swiper-pagination-bullet {
  background: #019a45;
  opacity: 1;
  margin: 0 0.3rem;
  width: 2rem;
  height: 0.3rem;
  border-radius: 0.3rem;
}
.index-advan .swiper-container .swiper-pagination-bullet-active {
  background: #e5ed11;
  width: 2rem;
  border-radius: 0.1rem;
}
.index-advan .list {
  margin: 4% 0 0 0;
  padding: 0 4% 0;
  width: 92%;
  overflow: hidden;
  position: relative;
}
.index-advan .list a .pic {
  width: 100%;
  box-sizing: border-box;
  height: 14rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.index-advan .list a .pic img {
  width: 100%;
  display: block;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.index-advan .list a .text {
  text-align: left;
}
.index-advan .list a .text .t_2 {
  color: #019a45;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0.5rem 0rem 0;
  padding: 0 0 0 3rem;
  line-height: 2.6rem;
  background: url(../images/three_1.png) no-repeat left center;
  background-size: 8%;
}
.index-advan .list a .text .title2 {
  background: url(../images/three_2.png) no-repeat left center;
  background-size: 8%;
}
.index-advan .list a .text .title3 {
  background: url(../images/three_3.png) no-repeat left center;
  background-size: 8%;
}
.index-advan .list a .text .title4 {
  background: url(../images/three_4.png) no-repeat left center;
  background-size: 8%;
}
.index-advan .list a .text .title5 {
  background: url(../images/three_5.png) no-repeat left center;
  background-size: 8%;
}
.index-advan .list a .text p {
  margin: 0.5rem 0rem 0;
  color: #333333;
  font-size: 1.2rem;
  line-height: 1.8rem;
  height: 120px;
}
.index-five {
  padding: 6% 4% 1%;
  background: #eaf6fe;
}
.index-five .box_f {
  margin-top: 6%;
}
.index-five .box_f .content .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4%;
  position: relative;
}
.index-five .box_f .content .box .pic {
  width: 50%;
  position: absolute;
  left: 0;
  top: 9%;
}
.index-five .box_f .content .box .text {
  width: 60%;
  background: #fff;
  box-shadow: 0 0 8px #919191;
  padding: 2rem 0.5rem 0 4.5rem;
  margin-left: auto;
  height: 10rem;
  border-radius: 1rem;
}
.index-five .box_f .content .box .text .t_2 {
  font-weight: bold;
  color: #019a45;
  font-size: 1.4rem;
  padding: 0 0 0 0.5rem;
  margin-bottom: 0.5rem;
  border-left: 0.3rem solid #019a45;
}
.index-five .box_f .content .box .text p {
  line-height: 1.6rem;
  font-size: 1.2rem;
  color: #333333;
}
.index-five .box_f .content .box:nth-child(2) .pic,
.index-five .box_f .content .box:nth-child(4) .pic {
  left: auto;
  right: 0;
}
.index-five .box_f .content .box:nth-child(2) .text,
.index-five .box_f .content .box:nth-child(4) .text {
  padding: 2rem 0 4.5rem 1.5rem;
  margin-right: auto;
  margin-left: 0;
}
.index-ad1 {
  position: relative;
}
.index-ad1 h1 {
  font-size: 1.3rem;
  line-height: 1.6rem;
  position: absolute;
  color: #fff;
  left: 8%;
  top: 25%;
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.4rem;
  text-shadow: 0 3px 2px #4c4c4c;
}
.index-ad1 h1 b {
  font-weight: bold;
}
.index-ad1 p {
  position: absolute;
  left: 2%;
  top: 31%;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.index-ad1 .t_2 {
  position: absolute;
  left: 4%;
  top: 62%;
  margin: 0;
  color: #fff;
  font-size: 1rem;
}
.index-ad1 i {
  position: absolute;
  left: 9%;
  top: 59%;
}
.index-ad1 i a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-shadow: 0 3px 2px #4c4c4c;
}
.index-ad1 .more {
  position: absolute;
  left: 10%;
  top: 79%;
  width: 15rem;
  text-align: center;
  line-height: 2rem;
  font-size: 0.9rem;
  letter-spacing: 0.2rem;
  color: #000000;
  border-radius: 1rem;
}
.index-ten {
  padding: 6% 4%;
  background: url(../images/liuc_bg.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.index-ten .box_top {
  margin-top: 4%;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index-ten .box_top .item {
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  width: 32%;
}
.index-ten .box_top .item a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
}
.index-ten .box_top .item a .icon {
  width: 100%;
  margin: 0 auto 0px;
}
.index-ten .box_top .item a .icon img {
  display: block;
  margin: 0 auto;
}
.index-ten .box_top .item a .icon .t_2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 21%;
  left: 10%;
  line-height: 1.8rem;
  text-align: left;
}
.index-ten .box_top .item a .icon h3 {
  font-size: 1rem;
  background: rgba(1, 154, 69, 0.8);
  color: #fff;
  position: absolute;
  bottom: 6%;
  width: 100%;
  left: 0%;
  line-height: 1.6rem;
}
.index-ten .box_top .item::before {
  position: absolute;
  content: "";
  right: 0;
  margin-right: -2.2rem;
  top: 47%;
  width: 1.5rem;
  height: 1rem;
  background: url(../images/sevice_r.png) no-repeat center center;
  background-size: 100%;
}
.index-ten .box_top .item:nth-child(3n + 3) {
  margin-right: 0;
  position: static;
}
.index-ten .box_top .item:nth-child(3n + 3)::before {
  content: none;
}
.index-ten .box_center {
  margin-top: 2%;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index-ten .box_center .first {
  width: 32%;
}
.index-ten .box_center .first .item {
  text-align: center;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.index-ten .box_center .first .item a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
}
.index-ten .box_center .first .item a .icon {
  width: 100%;
  margin: 0 auto 0px;
}
.index-ten .box_center .first .item a .icon img {
  display: block;
  margin: 0 auto;
}
.index-ten .box_center .first .item a .icon .t_2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 21%;
  left: 10%;
  line-height: 1.8rem;
  text-align: left;
}
.index-ten .box_center .first .item a .icon h3 {
  font-size: 1rem;
  background: rgba(1, 154, 69, 0.8);
  color: #fff;
  position: absolute;
  bottom: 2%;
  width: 100%;
  left: 0%;
  line-height: 1.6rem;
}
.index-ten .box_center .first .item::before {
  position: absolute;
  content: "";
  right: 0;
  margin-right: -2.2rem;
  top: 47%;
  width: 1.5rem;
  height: 1rem;
  background: url(../images/sevice_r.png) no-repeat center center;
  background-size: 100%;
}
.index-ten .box_center .first .item:nth-child(3n + 3) {
  margin-right: 0;
  position: static;
}
.index-ten .box_center .first .item:nth-child(3n + 3)::before {
  content: none;
}
.index-ten .box_center .center_list {
  width: 66%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-ten .box_center .center_list .item {
  text-align: center;
  cursor: pointer;
  position: relative;
  width: 48.5%;
  margin: 0 0 2.5% 0;
}
.index-ten .box_center .center_list .item a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
}
.index-ten .box_center .center_list .item a .icon {
  width: 100%;
  margin: 0 auto 0px;
}
.index-ten .box_center .center_list .item a .icon img {
  display: block;
  margin: 0 auto;
}
.index-ten .box_center .center_list .item a .icon .t_2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 21%;
  left: 10%;
  line-height: 1.8rem;
  text-align: left;
}
.index-ten .box_center .center_list .item a .icon h3 {
  font-size: 1rem;
  background: rgba(1, 154, 69, 0.8);
  color: #fff;
  position: absolute;
  bottom: 6%;
  width: 100%;
  left: 0%;
  line-height: 1.6rem;
}
.index-ten .box_center .center_list .item::before {
  position: absolute;
  content: "";
  right: 0;
  margin-right: -2.2rem;
  top: 47%;
  width: 1.5rem;
  height: 1rem;
  background: url(../images/sevice_r.png) no-repeat center center;
  background-size: 100%;
}
.index-ten .box_center .center_list .item:nth-child(3n + 3) {
  margin-right: 0;
  position: static;
}
.index-ten .box_center .center_list .item:nth-child(3n + 3)::before {
  content: none;
}
.index-jiaoyu {
  padding: 6% 2% 4%;
  background-size: 100% 100%;
  background: #eaf6fe;
}
.index-jiaoyu .hd {
  margin: 0 0 4% 0;
}
.index-jiaoyu .hd ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.index-jiaoyu .hd ul li {
  width: 30%;
  text-align: center;
  margin: 0 0rem 1rem 0;
}
.index-jiaoyu .hd ul li a {
  width: 100%;
  border-bottom: 1px solid #333333;
  font-size: 1.2rem;
  padding: 0 0 0.2rem 0;
}
.index-jiaoyu .hd ul li a img {
  width: 12%;
  padding: 0 0.2rem 0 0;
}
.index-jiaoyu .hd ul .on a {
  color: #019a45;
  font-weight: bold;
  border-bottom: 1px solid #e5ed11;
}
.index-jiaoyu .hd ul .on a img {
  display: none;
}
.index-jiaoyu .swiper-container {
  padding-bottom: 0rem;
}
.index-jiaoyu .swiper-container .swiper-pagination {
  bottom: 0rem;
}
.index-jiaoyu .swiper-container .swiper-pagination {
  opacity: 1;
}
.index-jiaoyu .swiper-container .next,
.index-jiaoyu .swiper-container .prev {
  position: absolute;
  top: 66%;
  z-index: 999;
  width: 0.8rem;
  height: 4rem;
  margin-top: -2rem;
}
.index-jiaoyu .swiper-container .prev {
  background: url(../images/prev.png) no-repeat center center;
  background-size: 100%;
  left: 0%;
}
.index-jiaoyu .swiper-container .prev:hover {
  background: url(../images/prev_h.png) no-repeat center center;
  background-size: 100%;
}
.index-jiaoyu .swiper-container .next {
  background: url(../images/next.png) no-repeat center center;
  background-size: 100%;
  right: 0%;
}
.index-jiaoyu .swiper-container .next:hover {
  background: url(../images/next_h.png) no-repeat center center;
  background-size: 100%;
}
.index-jiaoyu .swiper-container .swiper-pagination-bullet {
  background: #019a45;
  opacity: 1;
  margin: 0 0.3rem;
  width: 2rem;
  height: 0.3rem;
  border-radius: 0.3rem;
}
.index-jiaoyu .swiper-container .swiper-pagination-bullet-active {
  background: #e5ed11;
  width: 2rem;
  border-radius: 0.1rem;
}
.index-jiaoyu .concent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-jiaoyu .concent .list {
  width: 48%;
  overflow: hidden;
  margin: 0 0 4% 0;
}
.index-jiaoyu .concent .list a {
  display: block;
  position: relative;
  height: 18rem;
}
.index-jiaoyu .concent .list a .pic {
  width: 100%;
}
.index-jiaoyu .concent .list a .pic img {
  width: 100%;
  display: block;
  height: 10rem;
}
.index-jiaoyu .concent .list a .text {
  width: 100%;
  box-shadow: 0 0 8px #ddd;
  padding: 4% 4% 2rem;
  background: #fff;
}
.index-jiaoyu .concent .list a .text .t_2 {
  line-height: 1.6rem;
  font-size: 1.1rem;
  color: #019a45;
  text-align: left;
  padding: 0 0 0 0.5rem;
  margin: 0 0 0.2rem 0;
  border-left: 0.3rem solid #019a45;
}
.index-jiaoyu .concent .list a .text p {
  font-size: 1rem;
  line-height: 1.4rem;
}
.index-jiaoyu .concent .list a .text span {
  display: block;
  width: 7rem;
  margin: 0.4rem auto 0;
  line-height: 1.8rem;
  text-align: center;
  background: #e5ed11;
  border-radius: 2rem;
}
.index-jiaoyu .concent .list:nth-child(n + 3) {
  margin-bottom: 0;
}
.index-jiaoyu .more {
  background: #e5ed11;
  width: 50%;
  line-height: 2rem;
  border-radius: 2rem;
  display: block;
  margin: 1rem auto 0;
  text-align: center;
  color: #333333;
}
.index-honor {
  padding: 6% 2% 1%;
}
.index-honor .tit ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.index-honor .tit ul li {
  width: 30%;
  margin: 0 1%;
}
.index-honor .tit ul li a {
  border-left: 0.2rem solid #e5e5e5;
  display: block;
  width: 100%;
  text-align: center;
  background: #e5e5e5;
  line-height: 2rem;
  margin: 0 0 1rem 0;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.index-honor .tit ul .on a {
  border-left: 0.2rem solid #e5ed11;
  background: #019a45;
  color: #fff;
}
.index-honor .swiper-container {
  padding-bottom: 1rem;
}
.index-honor .swiper-container .swiper-pagination {
  bottom: 0rem;
}
.index-honor .swiper-container .swiper-pagination {
  opacity: 1;
}
.index-honor .swiper-container .next,
.index-honor .swiper-container .prev {
  position: absolute;
  top: 48%;
  z-index: 999;
  width: 0.8rem;
  height: 4rem;
  margin-top: -2rem;
}
.index-honor .swiper-container .prev {
  background: url(../images/prev.png) no-repeat center center;
  background-size: 100%;
  left: 0%;
}
.index-honor .swiper-container .prev:hover {
  background: url(../images/prev_h.png) no-repeat center center;
  background-size: 100%;
}
.index-honor .swiper-container .next {
  background: url(../images/next.png) no-repeat center center;
  background-size: 100%;
  right: 0%;
}
.index-honor .swiper-container .next:hover {
  background: url(../images/next_h.png) no-repeat center center;
  background-size: 100%;
}
.index-honor .swiper-container .swiper-pagination-bullet {
  background: #019a45;
  opacity: 1;
  margin: 0 0.3rem;
  width: 2rem;
  height: 0.3rem;
  border-radius: 0.3rem;
}
.index-honor .swiper-container .swiper-pagination-bullet-active {
  background: #e5ed11;
  width: 2rem;
  border-radius: 0.1rem;
}
.index-honor .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-honor .content .item {
  width: 48%;
  margin: 0 0 4% 0;
  box-shadow: 0 0 5px #878282;
  position: relative;
}
.index-honor .content .item a {
  position: relative;
  display: block;
}
.index-honor .content .item a .pic img {
  width: 100%;
}
.index-honor .content .item a .text {
  bottom: 0;
  width: 100%;
  position: absolute;
  text-align: center;
  padding: 0.5rem 0;
  background: rgba(1, 154, 69, 0.8);
}
.index-honor .content .item a .text .t_2 {
  color: #e5ed11;
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin: 0 0 0.2rem 0;
}
.index-honor .content .item a .text h3 {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2rem;
  margin: 0 0 0.4rem 0;
}
.index-honor .content .item a .text span {
  display: block;
  line-height: 0.8rem;
  color: #e5ed11;
  font-size: 0.8rem;
}
.index-chengz {
  background: #eaf6fe;
  padding: 6% 4% 6%;
}
.index-chengz .tit ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.index-chengz .tit ul li {
  width: 30%;
  margin: 0 5% 0 0;
}
.index-chengz .tit ul li a {
  display: block;
  width: 100%;
  text-align: center;
  background: #ffffff;
  line-height: 2rem;
  margin: 0 0 1rem 0;
  border: 1px solid #7d7d7d;
  border-top-right-radius: 1rem;
}
.index-chengz .tit ul li:nth-child(3n + 3) {
  margin-right: 0;
}
.index-chengz .tit ul .on a {
  background: #019a45;
  color: #fff;
  border: 1px solid #019a45;
}
.index-chengz .box_f {
  margin-top: 3%;
}
.index-chengz .box_f .content .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4%;
  position: relative;
  box-shadow: 0 0 8px #919191;
}
.index-chengz .box_f .content .box .pic {
  width: 40%;
}
.index-chengz .box_f .content .box .pic img {
  width: 100%;
  display: block;
}
.index-chengz .box_f .content .box .text {
  width: 60%;
  background: #fff;
  padding: 1rem 0.5rem 0 1rem;
}
.index-chengz .box_f .content .box .text .t_2 {
  font-weight: bold;
  color: #019a45;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.index-chengz .box_f .content .box .text p {
  line-height: 1.4rem;
  font-size: 1rem;
  color: #333333;
}
.index-chengz .box_f .content .box .text p span {
  color: #019a45;
}
.index-chengz .more {
  background: #e5ed11;
  width: 50%;
  line-height: 2rem;
  border-radius: 2rem;
  display: block;
  margin: 0rem auto 2rem;
  text-align: center;
  color: #333333;
}
.index-chengz .fix_news {
  box-shadow: 0 0 8px #ddd;
  background: #fff;
}
.index-chengz .fix_news .news_box {
  display: flex;
  justify-content: space-between;
}
.index-chengz .fix_news .news_box .t_2 {
  background: url(../images/news_box_h2.png) no-repeat center 4.5rem #019a45;
  background-size: 50%;
  width: 8%;
  padding: 6.5rem 0.5rem 0;
  color: #fff;
  font-size: 1.2rem;
}
.index-chengz .fix_news .news_box .slider {
  width: 84%;
  padding: 1rem 1.5rem 0.6rem;
  position: relative;
}
.index-chengz .fix_news .news_box .slider .swiper-container {
  height: 15rem;
}
.index-chengz .fix_news .news_box .slider a {
  display: block;
  line-height: 1.4rem;
  padding: 0 0 0 0.6rem;
  background: url(../images/news_box_a.png) no-repeat left center;
  background-size: 1%;
}
.index-chengz .fix_news .news_box .slider .next_n,
.index-chengz .fix_news .news_box .slider .prev_p {
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  z-index: 999;
}
.index-chengz .fix_news .news_box .slider .next_n {
  background: url(../images/next_n.png) no-repeat center left;
  background-size: 100%;
  right: 4%;
  top: 4%;
}
.index-chengz .fix_news .news_box .slider .prev_p {
  background: url(../images/prev_p.png) no-repeat center left;
  background-size: 100%;
  right: 4%;
  bottom: 4%;
}
.index-chengz .fix_news .news_box .more_r {
  width: 8%;
  padding: 6rem 0.5rem 0;
  color: #333;
  font-size: 1.2rem;
  display: block;
  background: #e5ed11;
}
.index-xuexiao {
  padding: 4% 0;
}
.index-xuexiao .box .hd ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.index-xuexiao .box .hd ul li {
  width: 30%;
  text-align: center;
  margin: 0 0rem 1rem 0;
}
.index-xuexiao .box .hd ul li a {
  width: 100%;
  border-bottom: 1px solid #333333;
  font-size: 1.2rem;
  padding: 0 0 0.2rem 0;
}
.index-xuexiao .box .hd ul li a img {
  width: 12%;
  padding: 0 0.2rem 0 0;
}
.index-xuexiao .box .hd ul .on a {
  color: #019a45;
  font-weight: bold;
  border-bottom: 1px solid #e5ed11;
}
.index-xuexiao .box .hd ul .on a img {
  display: none;
}
.index-xuexiao .box .swiper-container {
  padding: 1rem 1rem 0rem;
}
.index-xuexiao .box .swiper-container .swiper-pagination {
  bottom: 0rem;
}
.index-xuexiao .box .swiper-container .swiper-pagination {
  opacity: 1;
}
.index-xuexiao .box .swiper-container .next,
.index-xuexiao .box .swiper-container .prev {
  position: absolute;
  top: 93%;
  z-index: 999;
  width: 2rem;
  height: 1rem;
  margin-top: -2rem;
}
.index-xuexiao .box .swiper-container .prev {
  background: url(../images/xx_prev.png) no-repeat center center;
  background-size: 100%;
  left: 6%;
}
.index-xuexiao .box .swiper-container .prev:hover {
  background: url(../images/xx_prev_h.png) no-repeat center center;
  background-size: 100%;
}
.index-xuexiao .box .swiper-container .next {
  background: url(../images/xx_next.png) no-repeat center center;
  background-size: 100%;
  right: 6%;
}
.index-xuexiao .box .swiper-container .next:hover {
  background: url(../images/xx_next_h.png) no-repeat center center;
  background-size: 100%;
}
.index-xuexiao .box .swiper-container .swiper-pagination-bullet {
  background: #019a45;
  opacity: 1;
  margin: 0 0.3rem;
  width: 2rem;
  height: 0.3rem;
  border-radius: 0.3rem;
}
.index-xuexiao .box .swiper-container .swiper-pagination-bullet-active {
  background: #e5ed11;
  width: 2rem;
  border-radius: 0.1rem;
}
.index-xuexiao .box .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-xuexiao .box .content .item {
  width: 48%;
  margin: 0 0 4% 0;
  box-shadow: 0 0 5px #878282;
  position: relative;
}
.index-xuexiao .box .content .item a {
  position: relative;
  display: block;
}
.index-xuexiao .box .content .item a .pic img {
  width: 100%;
}
.index-xuexiao .box .content .item a .text {
  bottom: 0;
  width: 100%;
  position: absolute;
  text-align: center;
  font-size: 1rem;
  background: rgba(1, 154, 69, 0.8);
}
.index-xuexiao .box .content .item a .text .t_2 {
  color: #e5ed11;
  line-height: 1.6rem;
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin: 0 0 0.2rem 0;
}
.index-xuexiao .more {
  background: #e5ed11;
  width: 50%;
  line-height: 2rem;
  border-radius: 2rem;
  display: block;
  margin: 0.5rem auto;
  text-align: center;
  color: #333333;
}
.index-case {
  padding: 6% 2% 6%;
  background-size: 100% 100%;
  background: #eaf6fe;
}
.index-case .hd {
  margin: 0 0 4% 0;
}
.index-case .hd ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.index-case .hd ul li {
  width: 30%;
  text-align: center;
  margin: 0 0rem 1rem 0;
}
.index-case .hd ul li a {
  width: 100%;
  border-bottom: 1px solid #333333;
  font-size: 1.2rem;
  padding: 0 0 0.2rem 0;
}
.index-case .hd ul li a img {
  width: 12%;
  padding: 0 0.2rem 0 0;
}
.index-case .hd ul .on a {
  color: #019a45;
  font-weight: bold;
  border-bottom: 1px solid #e5ed11;
}
.index-case .hd ul .on a img {
  display: none;
}
.index-case .swiper-container {
  padding: 0rem 2% 3rem;
}
.index-case .swiper-container .swiper-pagination {
  bottom: 0rem;
}
.index-case .swiper-container .swiper-pagination {
  opacity: 1;
}
.index-case .swiper-container .next,
.index-case .swiper-container .prev {
  position: absolute;
  top: 60%;
  z-index: 999;
  width: 0.8rem;
  height: 4rem;
  margin-top: -2rem;
}
.index-case .swiper-container .prev {
  background: url(../images/prev.png) no-repeat center center;
  background-size: 100%;
  left: 0%;
}
.index-case .swiper-container .prev:hover {
  background: url(../images/prev_h.png) no-repeat center center;
  background-size: 100%;
}
.index-case .swiper-container .next {
  background: url(../images/next.png) no-repeat center center;
  background-size: 100%;
  right: 0%;
}
.index-case .swiper-container .next:hover {
  background: url(../images/next_h.png) no-repeat center center;
  background-size: 100%;
}
.index-case .swiper-container .swiper-pagination-bullet {
  background: #019a45;
  opacity: 1;
  margin: 0 0.3rem;
  width: 2rem;
  height: 0.3rem;
  border-radius: 0.3rem;
}
.index-case .swiper-container .swiper-pagination-bullet-active {
  background: #e5ed11;
  width: 2rem;
  border-radius: 0.1rem;
}
.index-case .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-case .content .list {
  width: 48%;
  background: #fff;
  margin: 0rem 0 8% 0;
  position: relative;
}
.index-case .content .list a {
  display: block;
}
.index-case .content .list a .pic {
  width: 100%;
  overflow: hidden;
}
.index-case .content .list a .pic img {
  width: 100%;
  display: block;
  height: 10rem;
}
.index-case .content .list a .text {
  padding: 4% 4% 2rem;
}
.index-case .content .list a .text .t_2 {
  line-height: 1.6rem;
  font-size: 1.2rem;
  color: #019a45;
  text-align: left;
  padding: 0 0 0 0.5rem;
  margin: 0 0 0.5rem 0;
  border-left: 0.3rem solid #019a45;
}
.index-case .content .list a .text p {
  font-size: 1rem;
  line-height: 1.6rem;
}
.index-case .content .list a .text span {
  position: absolute;
  display: block;
  width: 7rem;
  bottom: 0;
  left: 50%;
  margin-left: -3.5rem;
  margin-bottom: -1rem;
  line-height: 2rem;
  height: 2rem;
  text-align: center;
  background: #e5ed11;
  border-radius: 2rem;
}
.index-case .content .list:nth-child(n + 3) {
  margin-bottom: 0;
}
.index-case .more {
  background: #e5ed11;
  width: 50%;
  line-height: 2rem;
  border-radius: 2rem;
  display: block;
  margin: 0rem auto 0;
  text-align: center;
  color: #333333;
}
.index-news {
  padding: 6% 4%;
  background-size: 100% 100%;
}
.index-news .box {
  margin-top: 4%;
}
.index-news .box .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 5%;
  height: 3rem;
  border-bottom: 0.2rem solid #019a45;
}
.index-news .box .nav ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.index-news .box .nav ul .tabs {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.index-news .box .nav ul .tabs a {
  text-align: center;
  width: 25%;
  display: block;
  line-height: 3rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333333;
}
.index-news .box .nav ul .tabs .active {
  background: #019a45;
  color: #fff;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.index-news .box .nav .more {
  text-transform: uppercase;
  color: #333;
  font-size: 1rem;
}
.index-news .swiper-container {
  padding: 0 0.2rem 0;
}
.index-news .box_t {
  margin: 4% 0 0;
  position: relative;
  border: 1px solid #b0b0b0;
  width: 99%;
}
.index-news .box_t .pic {
  width: 100%;
}
.index-news .box_t .pic img {
  width: 100%;
  display: block;
  height: 18rem;
}
.index-news .box_t .text {
  background: #fff;
  margin-left: auto;
  border-radius: 1rem;
  padding: 0.6rem 1rem 1rem 1rem;
}
.index-news .box_t .text .t_2 {
  font-weight: bold;
  color: #019a45;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.index-news .box_t .text p {
  line-height: 1.5rem;
  font-size: 1.1rem;
  color: #333333;
}
.index-news .box_t .text p span {
  color: #019a45;
}
.index-news .box_t .text h3 {
  margin: 0.5rem 0 0 0;
  color: #999999;
}
.index-news .box_t .text h3 b {
  padding: 0 0 0 2rem;
}
.index-news .box_t:nth-child(2) .pic,
.index-news .box_t:nth-child(4) .pic {
  left: auto;
  right: 0;
}
.index-news .box_t:nth-child(2) .text,
.index-news .box_t:nth-child(4) .text {
  padding: 2rem 0 4.5rem 1.5rem;
  margin-right: auto;
  margin-left: 0;
}
.index-news .item {
  padding: 2% 0% 0 0%;
}
.index-news .item ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 2rem;
  border-bottom: 1px solid #ededed;
}
.index-news .item ul li a {
  font-size: 1.2rem;
  color: #666666;
}
.index-news .item ul li span {
  color: #666666;
  font-size: 14px;
}
.index-news .item:first-child {
  display: block;
}
.index-news .more {
  background: #e5ed11;
  width: 50%;
  line-height: 2rem;
  border-radius: 2rem;
  display: block;
  margin: 1rem auto 0;
  text-align: center;
  color: #333333;
}
.foot-fixed {
  width: 89%;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background: #f38902;
}
.foot-fixed .box {
  display: flex;
  justify-content: space-between;
}
.foot-fixed .box .list {
  width: 20%;
  background: url(../images/news_r.png) no-repeat right center;
  background-size: 1%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.foot-fixed .box .list a {
  display: block;
  padding: 0.4rem 0;
}
.foot-fixed .box .list a .icon {
  margin: 0 auto;
  width: 25%;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot-fixed .box .list a .icon img {
  max-width: 100%;
}
.foot-fixed .box .list a p {
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  margin: 0.2rem 0 0 0;
  font-weight: bold;
}
.foot-fixed .box .btn .icon_nav {
  display: none;
  width: 100%;
  height: 100%;
}
.foot-fixed .box .btn .icon_nav .icon_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot-fixed .box .btn .icon_nav .icon_box .pic {
  width: 3.5rem;
  height: 3.5rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0px 8px #7c7879;
}
.foot-fixed .box .btn .icon_nav .icon_box .pic img {
  width: 50%;
}
.foot-fixed .navigation {
  position: absolute;
  bottom: 5rem;
  width: 100%;
  display: none;
}
.foot-fixed .navigation .content {
  margin: 4%;
  background: #fff;
  border-radius: 6px;
  padding: 3%;
  box-shadow: 0 5px 8px #c8c8c8;
}
.foot-fixed .navigation .content .tit {
  text-align: center;
  position: relative;
  text-transform: uppercase;
  color: #c9c9c9;
}
.foot-fixed .navigation .content .tit::before {
  position: absolute;
  content: "";
  width: 20%;
  height: 1px;
  left: 10%;
  top: 50%;
  background: #c9c9c9;
}
.foot-fixed .navigation .content .tit::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 1px;
  right: 10%;
  top: 50%;
  background: #c9c9c9;
}
.foot-fixed .navigation .content .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.foot-fixed .navigation .content .item a {
  display: block;
  width: 24%;
  text-align: center;
  height: 2rem;
  background: #27c5d1;
  border-radius: 25px;
  color: #fff;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.4rem;
}
.foot-fixed .navigation .content .item a:nth-child(n + 5) {
  margin-bottom: 0;
}
.lbottom {
  width: 100%;
  float: left;
  padding: 10px 0px 17% 0px;
  font-size: 1em;
  color: #fff;
  text-align: center;
  line-height: 1.6rem;
  border-top: 1px solid #d7d8d8;
  background: #019a45;
}
.lbottom img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.lbottom span {
  margin-bottom: 0.1rem;
  text-align: left;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: bold;
}
.lbottom a {
  color: #fff;
}
