@charset "UTF-8";

.ov {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ab {
  display: block;
  width: 100%;
  height: 100%;
}

/**header_main**/
.header_main {
  width: 100%;
  height: 1.3rem;
  top: 0;
  z-index: 100;
  box-shadow: 1px 1px 0.04rem rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
  max-width: 7.5rem;
}

.header_main .en {
  position: absolute;
  top: 0rem;
  line-height: .82rem;
  right: 2.45rem;
  font-size: .35rem;
}

.header_main .en a {
  display: block;
}

.header_main .en i {
  width: .47rem;
  height: .3rem;
  background-position: 0 -.43rem;
  vertical-align: top;
}

.header_main .search {
  width: 0.6rem;
  height: 0.5rem;
  position: absolute;
  right: 1rem;
  top: 0.46rem;
  background-position: -.68rem 0;
  z-index: 10;
}

.header_main .search.on {
  background-position: 0 0;
}

.header_main .logo img {
  display: block;
  padding-left: 0.1rem;
  padding-top: 0.16rem;
  height: 0.9rem;
  box-sizing: content-box;
}

.header_main .h1 img {
  height: 0.32rem;
  line-height: 0.32rem;
  margin: 0.36rem 0 0 1.41rem;
  color: #fff;
}

.header_main .navbtn {
  width: 0.75rem;
  height: 100%;
  padding-top: 0.245rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.header_main .navbtn s {
  width: 0.35rem;
  height: 0.33rem;
  display: block;
  background-position: -1.34rem 0;
  margin-top: .23rem;
}

.header_main .navbtn.cur s {
  background-position: -1.92rem 0;
}

.header_main .goBack {
  width: 1rem;
  height: 0.8rem;
  position: absolute;
  left: 0;
  top: 0;
}

.header_main .goBack:before {
  width: 0.22rem;
  height: 0.36rem;
  margin: 0.28rem auto 0;
  background: url("../g-images/g-ico.png") no-repeat;
  background-size: 4rem auto;
  background-position: -.98rem -.9rem;
  content: '';
  display: block;
}

.header_main .search_ico {
  display: block;
  position: absolute;
  right: 0.84rem;
  top: 0;
  text-align: center;
  cursor: pointer;
  width: 0.8rem;
  height: 1rem;
  z-index: 6;
  padding-top: 0.34rem;
}

.header_main .search_ico s {
  width: 0.45rem;
  height: 0.45rem;
  margin: 0 auto;
  background-position: -.62rem 0;
}

.header_main .search_ico.on {
  background: #fff;
}

.header_main .search_ico.on s {
  background-position: -1.92rem 0;
}

.header_main .tsearch {
  width: 100%;
  padding: 0.2rem;
  position: absolute;
  left: 0;
  top: 1rem;
  background: #fff;
  display: none;
  z-index: 10;
}

.header_main .tsearch s {
  right: 0.45rem;
  top: 0.34rem;
}

/*tsearch*/
.tsearch {
  width: 100%;
  height: 1rem;
  padding: 0.2rem 3%;
  position: absolute;
  left: 0;
  top: .8rem;
  z-index: 1122;
  background: #f7f6f6;
  border-top: 1px solid #d3d3d3;
}

.tsearch .txt {
  width: 75%;
  color: #000;
  text-indent: 0.2rem;
  color: #666;
  font-size: 0.22rem;
  height: 0.6rem;
  background: #fff;
  border: 1px solid #bbb;
  position: absolute;
  left: 2%;
  top: 0.2rem;
}

.tsearch .btn {
  color: #fff;
  font-size: 0.22rem;
  width: 20%;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  border: 0;
  background: #089148;
  position: absolute;
  right: 3%;
  top: 0.2rem;
}

.tsearch.bsearch {
  display: block;
  position: relative;
  z-index: 10;
  margin: 0.3rem auto;
  background: none;
  border-top: 0;
  top: 0;
}

.tsearch.bsearch .txt {
  height: 0.76rem;
}

.tsearch.bsearch .btn {
  height: 0.76rem;
  line-height: 0.76rem;
}

.tsearch.bsearch:before {
  top: 0.36rem;
}

/*subNav*/
.subNav {
  position: fixed;
  max-width: 750px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}

.subNav .subNavCon {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}

.subNav .close {
  width: 0.42rem;
  height: 0.4rem;
  display: block;
  position: absolute;
  right: 0.28rem;
  top: 0.28rem;
  margin: 0 auto;
  background-position: -1.92rem 0;
}

.subNav ul {
  width: 100%;
  padding: 0.8rem 0 0.5rem;
  overflow-y: auto;
  height: 100%;
}

.subNav li {
  width: 88%;
  display: block;
  line-height: 0.9rem;
  margin: 0 6%;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.subNav li a {
  display: block;
  color: #333;
  font-size: 0.32rem;
  width: 80%;
}

.subNav li s {
  width: 0.14rem;
  height: 0.22rem;
  display: block;
  text-align: center;
  color: #333;
  font-size: 0.24rem;
  background-position: -3.67rem 0;
  margin-top: 0.34rem;
  margin-right: 0.1rem;
}

.subNav li .box {
  display: none;
  padding: 0 .2rem .2rem;
}

.subNav li .box a {
  border-color: #f9f9f9;
  height: 0.8rem;
  line-height: 0.8rem;
  width: 100%;
  color: #333 !important;
  font-size: 0.26rem;
  float: left;
  border-bottom: 1px dashed #ddd;
}

.subNav li.on>a {
  color: red;
}

.subNav li.on s {
  background-position: -3.23rem 0;
}

.subNav li .box a:last-child {
  border-bottom: 0;
}

.subNavShow {
  display: block;
}

/***footer****/
.footer_main {
  color: #fff;
  line-height: .4rem;
  padding: .36rem 0 .6rem .4rem;
  background: #120d0b;
  overflow: hidden;
}

.footer_main img {
  height: .49rem;
}

.footer_main .tit {
  color: #fff;
  border-bottom: 1px solid #5c5d64;
  font-size: .3rem;
  padding-bottom: .26rem;
  padding-top: .1rem;
  margin-bottom: .27rem;
}

.footer_main .lxwm {
  border-bottom: 1px solid #5c5d64;
  padding-bottom: .26rem;
  font-size: .22rem;

  margin-bottom: .42rem;
}

.footer_main .lxwm ul {
  padding-top: .2rem;
  padding-bottom: .2rem;
}

.footer_main .lxwm li {
  border: 1px solid #5c5d64;
  border-radius: 5px;
  text-align: center;
  line-height: .8rem;
  width: 43%;
  float: left;
  margin-right: 2%;
}

.footer_main .lxwm li img {
  width: 2rem;
  height: 2rem;
  display: block;
  margin: 0 auto;
  margin-top: .2rem;
}

.footer_main .lxwm a {
  color: #fff;
}

.footer_main .lxwm h3 {
  font-size: .3rem;
  font-weight: bold;
  margin-bottom: .24rem;
}

.footer_main .lxwm h3 span {
  display: block;
  float: left;
  width: .22rem;
  height: .03rem;
  background: #fff;
  margin-right: .18rem;
  margin-top: .2rem;
}

.footer_main .txt {
  color: #fff;
  font-size: .22rem;
  line-height: .45rem;
  padding-right: .2rem;
}

.footer_main .txt a {
  color: #fff;
}

.footer_main .txt a:hover {
  color: #fff;
}

.footer_main a {
  color: #fff;
}

.navBar {
  width: 100%;
  height: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  border-top: 1px solid #ddd;
}

.navBar ul {
  max-width: 750px;
  min-width: 320px;
  width: 100%;
  height: 1rem;
  margin: 0 auto;
}

.navBar ul li {
  float: left;
  width: 20%;
  height: 1rem;
}

.navBar ul li a {
  width: 100%;
  height: 1rem;
  padding-top: 0.15rem;
  font-size: 0.20rem;
  display: block;
  text-align: center;
  color: #333;
}

.navBar ul li a:before {
  width: 0.45rem;
  height: 0.42rem;
  display: block;
  margin: 0 auto 0.02rem;
}

.navBar ul li:first-child {
  border-left: 0;
}

.navBar ul li:nth-child(1) a:before {
  background-position: -.51rem -.92rem;
}

.navBar ul li:nth-child(2) a:before {
  background-position: 0.06rem -.92rem;
}

.navBar ul li:nth-child(4) a:before {
  background-position: -1.08rem -.92rem;
}

.navBar ul li:nth-child(5) a:before {
  background-position: -1.68rem -.92rem;
}

.navBar #nav2 {
  position: absolute;
  z-index: 10;
  width: 0.86rem;
  height: 0.86rem;
  left: 50%;
  margin-left: -.43rem;
  top: -.43rem;
  text-align: center;
  font-size: 0.2rem;
}

.navBar #nav2 .ico {
  width: 0.86rem;
  height: 0.86rem;
  background-position: 0 -1.52rem;
}

/***************top and bottom css end*********************/
/* imgtog */
.imgtog {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.imgtog .list {
  float: left;
  width: 500%;
}

.imgtog .list .item {
  float: left;
  width: 20%;
  position: relative;
}

.imgtog .list .item img,
.imgtog .list .item video {
  width: 100%;
  vertical-align: top;
  z-index: -9999;
}

.imgtog .prev,
.imgtog .next {
  width: 0.3rem;
  height: 0.45rem;
  position: absolute;
  top: 0.9rem;
  z-index: 20;
}

.imgtog .prev {
  left: 0.1rem;
  background-position: -.98rem 0;
}

.imgtog .next {
  right: 0.1rem;
  background-position: -1.4rem 0;
}

.imgtog .tip {
  height: 0.2rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: .2rem;
  margin-left: 0;
  text-align: center;
  z-index: 11;
}

.imgtog .tip span {
  width: .47rem;
  height: .04rem;
  margin: 0 0.1rem;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  text-align: center;
  background: #fff;
  border-radius: .02rem;
}

.imgtog .tip span.cur {
  background: #089148;
}

.banner_main {
  position: relative;
  z-index: 9;
}

.indexsplit {
  width: 100%;
  height: 0.3rem;
  background: #f7f7f7;
  border-top: 1px solid #e5e5e5;
}

.indexmore,
.addclick {
  text-align: center;
  height: 0.74rem;
  line-height: 0.74rem;
  width: 94%;
  display: block;
  margin: 0 auto 0.2rem;
  font-size: 0.28rem;
  background: #0000ff;
  color: #fff;
}

.indexmore:link,
.addclick:link,
.indexmore:visited,
.addclick:visited {
  color: #fff;
}

.addclick {
  width: 94%;
  border-color: #999;
}

.foot_main {
  background: #00692b;
  height: 1.03rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.foot_main li {
  float: left;
  width: 25%;
  text-align: center;
}

.foot_main li i {
  width: 0.56rem;
  height: 0.56rem;
  background-position: 0 -3.13rem;
  margin-top: 0.05rem;
}

.foot_main li a {
  color: #fff;
}

.foot_main li h3 {
  font-size: 0.2rem;
}

.foot_main li:nth-child(2) i {
  background-position: -.55rem -3.13rem;
}

.foot_main li:nth-child(3) i {
  background-position: -1.1rem -3.13rem;
}

.foot_main li:nth-child(4) i {
  background-position: -1.66rem -3.13rem;
}

.foot_main .hover {
  background: #0000ff;
  height: 1.03rem;
}

/**********************index css*************************/
.index_2 {
  margin: 0 .4rem .0rem;
  overflow: hidden;
}

.news_bott {
  padding-bottom: .0rem;
}

.index_2 ul {
  padding-bottom: .0rem;
}

.index_2 li {
  position: relative;
  padding-bottom: .2rem;
  border-bottom: 1px solid #ececec;
  margin-bottom: .2rem;
}

.index_2 li:last-child {
  border-bottom: none;
}

.index_2 .hd ul {
  display: flex;
  justify-content: space-between;
  font-size: .28rem;
}

.index_2 .hd ul li:last-child {
  border-bottom: 1px solid #ececec;
}

.index_2 .hd ul li.on {
  color: #089148;
  border-bottom: 2px solid #089148;
}

.index_2 .hd {
  margin-bottom: .2rem;
}

.index_2 .bd {
  overflow: hidden;
}

.index_2 li img {
  width: 2.7rem;
  height: 1.5rem;
  display: block;
  margin-left: 2px;
  float: left;
  margin-right: .2rem;
}

.hai_bott li img {
  width: 100%;
  height: auto;
  float: none;
  margin-right: 0;
  border-radius: .1rem;
}

.index_2 li h3 {
  font-size: .3rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index_2 li p {
  color: #666;
  position: absolute;
  bottom: .2rem;
  left: 2.9rem;
  font-size: .22rem;
}

.index_2.index_you {
  padding-bottom: .5rem;
}

.index_2.index_you li h3 {
  font-weight: bold;
  font-size: .3rem;
}

.index_2.index_you li p {
  position: relative;
  left: auto;
  bottom: auto;
}

.index_more {
  line-height: .77rem;
  text-align: center;
  font-size: .3rem;
  border-radius: .385rem;
  width: 5.47rem;
  margin: 0 auto;
  background: #00692b;
}

.index_more i {
  width: .16rem;
  height: .11rem;
  background-position: 0 -2.85rem;
  margin-left: .1rem;
  margin-bottom: .04rem;
}

.index_more a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.index_5 {
  background: url(../images/index_5_bg.jpg) center bottom no-repeat;
  background-size: 100% 2.26rem;
  padding: 0 .6rem 0rem;
  overflow: hidden;
}

.index_5 .slideTxtBox {
  overflow: hidden;
}

.index_5 .hd li {
  line-height: .7rem;
  background: #fff;
  text-align: center;
  width: 47%;
  padding: 0 .1rem;
  float: left;
  border-radius: .35rem;
  margin-bottom: .2rem;
  box-sizing: border-box;
  border: 1px solid #cbcbcb;
  font-size: .28rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index_5 .hd {
  margin-bottom: .3rem;
}

.index_5 .hd li:nth-child(2n) {
  float: right;
}

.index_5 .hd li.on {
  background: #00692b;
  color: #fff;
  border: 1px solid #00692b;
}

.index_5 .bd {
  padding-bottom: .6rem;
}

.index_5 .bd li {
  width: 100%;
  background: #faf8f8;
  padding-bottom: .4rem;
  box-shadow: .05rem .05rem .05rem rgba(0, 0, 0, 0.1);
  border-radius: 0 0 .1rem .1rem;
  box-sizing: border-box;
}

.index_5 .bd li h3 {
  border-left: 1px solid #00692b;
  padding-left: .18rem;
  font-size: .3rem;
  font-weight: bold;
  line-height: .32rem;
  position: relative;
  margin: 0 .2rem;
  margin-bottom: .2rem;
}

.index_5 .bd li h3 b {
  display: block;
  width: .28rem;
  height: .28rem;
  background: #00692b;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}

.index_5 .bd li h3 b i {
  width: .16rem;
  height: .11rem;
  background-position: 0 -2.86rem;
  margin-bottom: .09rem;
}

.index_5 .bd li p {
  color: #999;
  padding-left: .2rem;
  margin: 0 .2rem 0;
  line-height: .45rem;
  height: .9rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index_5 .bd li figure {
  position: relative;
  padding-top: 54.5454%;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: .44rem;
}

.index_5 .bd li figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.index_1 {
  background: #00692b url(../images/index_1_bg.jpg) center top no-repeat;
  background-size: 100% auto;
  padding: 0 .6rem 1rem;
  margin-top: -1px;
  overflow: hidden;
}

.index_1 .index_t .left {
  color: #fff;
}

.index_1 .index_t .left .txt {
  color: #fff;
}

.index_1 .swiper-container {
  overflow: hidden;
}

.index_1 .swiper-slide {
  border-radius: .05rem;
  background: #fff;
}

.index_1 .swiper-slide figure img {
  width: 100%;
  border-radius: .05rem .05rem 0 0;
}

.index_1 .swiper-slide .txt {
  padding-left: .28rem;
  padding-top: .42rem;
  position: relative;
  padding-bottom: .74rem;
}

.index_1 .swiper-slide .txt img {
  position: absolute;
  right: .4rem;
  top: .42rem;
  width: .74rem;
}

.index_1 .swiper-slide .txt h3 {
  font-size: .3rem;
}

.index_1 .swiper-slide .txt p {
  color: #666;
}

.index_1 .swiper-container-horizontal>.swiper-pagination-bullets,
.index_1 .swiper-pagination-custom,
.index_1 .swiper-pagination-fraction {
  width: auto;
  left: .24rem;
  bottom: .3rem;
}

.index_6 {
  padding: 0 .4rem .4rem;
  overflow: hidden;
  background: #fff;
}

.index_6 h1 {
  font-size: .3rem;
  margin-bottom: .2rem;
  font-weight: bold;
  display: none;
}

.index_6 h3 {
  font-size: .4rem;
}

.index_6 h4 {
  color: #00692b;
  font-size: .4rem;
}

.index_6 .con {
  line-height: .48rem;
  margin-bottom: .3rem;
}

.index_6 .flash {
  margin-bottom: .44rem;
  overflow: hidden;
}

.index_6 .flash img {
  max-width: 100%;
  display: block;
}

.index_6 .flash video {
  width: 100%;
  display: block;
}

.index_6 .bd {
  padding-top: .6rem;
}

.index_6 .bd li {
  float: left;
  width: 47%;
  background: #fff;
  margin-bottom: .36rem;
  border: 1px solid #ddd;
  padding: .0rem;
  text-align: center;
  box-sizing: border-box;
  line-height: .8rem;
}

.index_6 .bd li p {
  border-top: 1px solid #ddd;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 .1rem;
}

.index_6 .bd li figure {
  position: relative;
  padding-top: 75%;
  display: block;
  width: 100%;
  overflow: hidden;
}

.index_6 .bd li figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.index_6 .bd li:nth-child(2n) {
  float: right;
}

.index_6 li {
  float: left;
  width: 33%;
  margin-bottom: .2rem;
}

.index_6 li h5 {
  font-size: .45rem;
}

.index_6 li h5 span {
  font-size: .3rem;
  vertical-align: top;
  margin-left: .1rem;
}

.index_6 li:last-child {
  width: 34%;
}

.index_7 {
  background: url(../images/index_7_bg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}

.index_7 li {
  border-bottom: 1px solid #29527f;
}

.index_7 li h3 {
  color: #fff;
}

.index_7 li p {
  color: #fff;
}

.about_1 {
  padding: .6rem .6rem 0;
  overflow: hidden;
}

.about_1 .hd {
  margin-bottom: .4rem;
}

.about_1 .hd li {
  float: left;
  line-height: .95rem;
  font-size: .32rem;
  width: 33.333%;
  text-align: center;
  border-bottom: .03rem solid #ccc;
}

.about_1 .hd li.on {
  border-bottom: .03rem solid #00692b;
  font-weight: bold;
}

.about_1 .bd {
  font-size: .26rem;
  padding-bottom: .5rem;
}

.about_1 .img2 img {
  width: 100%;
  display: block;
  margin-top: .4rem;
}

.about_1 .body .list {
  background: url(../images/about_1_list.jpg) no-repeat;
  background-size: 100% auto;
  padding-top: .8rem;
}

.about_1 .box2 {
  position: relative;
  border-radius: .09rem;
  height: 3.79rem;
}

.about_1 .box2 p {
  color: #fff;
  font-size: .48rem;
  padding-left: .44rem;
  padding-top: .71rem;
  text-shadow: .03rem .03rem .03rem rgba(0, 0, 0, 0.1);
}

.about_2 {
  background: url(../images/about_2.jpg) center 1.1rem no-repeat;
  background-size: 100% auto;
  text-align: left;
  padding: 0 .6rem;
  padding-top: 1.1rem;
}

.about_2 .index_title {
  padding-top: 0;
}

.about_2 img {
  width: 100%;
  margin-top: .7rem;
  display: block;
}

.about_title {
  text-align: center;
  padding-top: .7rem;
  margin-bottom: .5rem;
}

.about_title h3,
.about_title h1 {
  font-size: .4rem;
  font-weight: bold;
  color: #333;
}

.about_title p {
  font-size: .24rem;
  color: #999;
  text-transform: uppercase;
}

.about_title .pa {
  color: #333;
  padding-top: 0.24rem;
}

.about_3 {
  padding: 0 .6rem;
}

.about_3 .img img {
  width: 5.42rem;
  margin-top: .5rem;
}

.about_3 li {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: .4rem;
}

.about_3 li img {
  margin-bottom: .2rem;
  width: .75rem;
}

.about_3 li h3 {
  font-size: .36rem;
}

.about_3 li .p {
  font-size: .26rem;
  color: #666;
  height: .8rem;
  line-height: .4rem;
}

.about_3 li:nth-child(2) {
  float: right;
  margin-right: 0;
}

.about_4 {
  overflow: hidden;
  background: #f5f5f5;
}

.about_4 .gallery-top {
  text-align: center;
  overflow: hidden;
  margin: 0 .4rem;
}

.about_4 .gallery-top h3 {
  font-size: .8rem;
  color: #089148;
  font-family: arial;
  font-weight: bold;
  line-height: 1rem;
  position: relative;
}

.about_4 .gallery-top h4 {
  color: #666;
}

.about_4 .gallery-top h3 span {
  width: .35rem;
  height: .35rem;
  background: #67686a;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  font-size: .26rem;
  line-height: .35rem;
  text-align: center;
  position: absolute;
  font-family: "微软雅黑";
}

.about_4 .gallery-top p {
  font-size: .26rem;
  padding-bottom: 1rem;
  padding-top: .1rem;
  color: #666;
}

.about_4 .gallery-top img {
  width: 100%;
  border-radius: .1rem;
  margin-bottom: .3rem;
}

.about_4 .gallery-thumbs {
  font-size: .34rem;
  padding-bottom: .85rem;
  border-top: 1px solid #666;
}

.about_4 .gallery-thumbs .swiper-slide {
  position: relative;
  color: #666;
  padding-top: .25rem;
  text-align: center;
}

.about_4 .gallery-thumbs i {
  width: .32rem;
  height: .32rem;
  background-position: -1.21rem -.64rem;
  position: absolute;
  top: -.17rem;
  left: 50%;
  margin-left: -.12rem;
}

.about_4 .gallery-thumbs .swiper-slide-thumb-active {
  color: #089148;
}

.about_4 .gallery-thumbs .swiper-slide-thumb-active h3 {
  font-weight: bold;
}

.about_4 .gallery-thumbs .swiper-slide-thumb-active i {
  background-position: -.84rem -.64rem;
}

.about_5 {
  overflow: hidden;
  padding-bottom: .5rem;
  background: url(../images/about_5_pro.jpg) center bottom no-repeat;
  background-size: cover;
}

.about_5.case_swiper {
  background: #fff;
}

.case_swiper .about_title h4 {
  padding: 0 .2rem;
  font-size: .22rem;
}

.abouts_5 {
  background: #fff;
  padding: 0 .4rem;
}

.about_5_case {
  background: url(../images/index_3.jpg) center bottom no-repeat;
  background-size: cover;
}

.about_5_case .index_t {
  padding-top: .79rem;
}

.about_5_case .index_title33 {
  padding: .6rem .4rem .3rem;
}

.about_5 .swiper-container {
  margin: 0 .4rem;
  padding-bottom: .2rem;
  margin-top: .0rem;
  overflow: hidden;
  padding-bottom: 1rem;
}

.case_swiper .swiper-container {
  margin-bottom: .3rem;
}

.about_5 .index_t {
  margin: 0 .4rem;
}

.about_5 .swiper-container .swiper-button-next,
.about_5 .swiper-container .swiper-button-prev {
  width: .52rem;
  height: .52rem;
  background: #00692b;
  border-radius: 100%;
  text-align: center;
  margin-top: -.86rem;
  left: 0rem;
  outline: none;
}

.about_5 .swiper-container .swiper-button-next i,
.about_5 .swiper-container .swiper-button-prev i {
  width: .16rem;
  height: .11rem;
  background-position: -.18rem -2.85rem;
  display: block;
  margin: 0 auto;
  margin-top: .205rem;
}

.abouts_5 .swiper-container {
  margin: 0;
  margin-bottom: .5rem;
}

.about_5 .swiper-container .swiper-button-next {
  left: auto;
  right: 0rem;
}

.about_5 .swiper-container .swiper-button-next i {
  background-position: 0 -2.85rem;
}

.about_5 .swiper-slide {
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
}

.about_5 .swiper-slide figure {
  position: relative;
  padding-top: 100%;
  display: block;
  width: 100%;
  overflow: hidden;
}

.abouts_5 .swiper-slide figure {
  padding-top: 133.333%;
}

.about_5_case .swiper-slide figure {
  padding-top: 56.25%;
}

.about_hb .swiper-slide figure {
  padding-top: 48%;
}

.about_5 .swiper-slide figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.about_5.case_swiper .swiper-slide figure {
  padding-top: 75%;
}

.about_5 .swiper-slide h3 {
  font-size: .26rem;
  line-height: .34rem;
  padding: .2rem .1rem;
  box-sizing: content-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about_5 .swiper-pagination-bullet {
  width: .12rem;
  height: .12rem;
  background: #ccc;
  opacity: 1;
  box-sizing: content-box;
  margin: 0 .13rem;
}

.about_5 .swiper-pagination-bullet-active {
  background: #089148;
  width: .18rem;
  height: .18rem;
  border: none;
  border-radius: .09rem;
}

.index_55 {
  background: #fff url(../images/index_1.jpg) center bottom no-repeat;
  background-size: cover;
}

.index_55 .index_title33 {
  padding: .4rem .4rem .3rem;
}

.index_55 .swiper-slide {
  background: #eef2fe;
  padding: .2rem;
  border: 1px solid #ddd;
}

.index_55 .swiper-slide figure {
  padding-top: 56.25%;
}

.about_5 .swiper-slide h3 {
  font-size: .3rem;
  line-height: .5rem;
  font-weight: bold;
}

.about_5 .swiper-slide p {
  text-align: left;
  height: 1.2rem;
  line-height: .4rem;
  overflow: hidden;
  margin-bottom: .1rem;
}

.index_55 .swiper-slide p {
  height: .8rem;
  text-align: center;
}

.index_66 {
  background: #fff url(../images/index_1.jpg) center bottom no-repeat;
  background-size: cover;
}

.index_pro {
  background: #f4f3f8;
}

.index_66 .index_title33 {
  padding: .6rem .3rem .3rem;
}

.index_66 .index_title33 .left h3 {
  color: #fff;
}

.index_66 .index_title33 .right a {
  border: 1px solid #fff;
  color: #fff;
}

.index_pro .index_title33 .left h3 {
  color: #333;
}

.index_pro .index_title33 .right a {
  border: 1px solid #a0a0a0;
  color: #333;
}

.index_66 .swiper-slide figure {
  padding-top: 56.25%;
}

.index_pro .swiper-slide {
  border-radius: .1rem;
  padding-top: .2rem;
}

.index_pro .swiper-slide img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.index_pro .swiper-slide figure {
  padding-top: 75.94%;
}

.index_pro .swiper-slide figure {
  background: #089148;
}

.about_5_case .swiper-slide {
  padding: .2rem;
}

.index_66 .swiper-pagination-bullet {
  background: #ddd;
}

.index_66 .swiper-pagination-bullet-active {
  background: #089148;
}

.about_hb {
  padding-bottom: .5rem;
}

.about_hb .index_title33 .left h3 {
  color: #fff;
}

.about_hb .index_title33 .right a {
  color: #fff;
  border: 1px solid #fff;
}

.about_hb .swiper-container {
  margin: 0 .4rem;
  padding-bottom: .2rem;
  margin-top: .0rem;
  overflow: hidden;
  padding-bottom: 1.2rem;
}

.about_hb .index_t {
  margin: 0 .4rem;
}

.about_hb .swiper-container {
  margin: 0 .4rem;
  margin-bottom: 0rem;
  overflow: hidden;
}

.about_hb .swiper-slide {
  background: none;
  padding: 0;
  text-align: center;
}

.about_hb .swiper-slide figure {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: .1rem;
}

.about_hb .swiper-slide figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.about_6 {
  overflow: hidden;
  padding: 0 .6rem 1rem;
}

.about_6 .body {
  height: 5.43rem;
}

.about_6 .body h3 {
  z-index: 10;
  color: #fff;
  font-size: .36rem;
  padding-left: .5rem;
  padding-top: .55rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.about_6 .body p {
  z-index: 10;
  color: #fff;
  font-size: .26rem;
  padding-left: .5rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding-top: .1rem;
}

.case_3_main {
  background: url("../images/case_3.jpg") center top no-repeat;
  background-size: cover;
  padding: 0 .4rem;
  padding-bottom: .5rem;
}

.case_3_main li {
  background: url("../images/case_3_li.jpg") right bottom no-repeat;
  background-size: cover;
  border-radius: .05rem;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: .2rem;
  box-sizing: border-box;
  font-size: .24rem;
  line-height: .4rem;
  padding: .25rem;
}

.case_3_main li h3 {
  font-size: 0.28rem;
  color: #00692b;
  font-weight: bold;
  padding-bottom: 0.1rem;
}

.case_5_main {
  background: url("../images/case_5.jpg") center top no-repeat;
  background-size: cover;
  padding: 0 .4rem;
  padding-bottom: .5rem;
}

.case_5_main .about_title {
  color: #fff;
}

.case_5_main .about_title h3 {
  color: #fff;
}

.case_5_main li {
  position: relative;
  margin-bottom: .3rem;
}

.case_5_main li .box {
  background: url("../images/case_5_li.jpg") no-repeat;
  background-size: cover;
  padding: .15rem;
  box-sizing: border-box;
  border-radius: .05rem;
}

.case_5_main li .box h3 {
  font-size: .26rem;
  color: #00692b;
  font-weight: bold;
  padding-top: .1rem;
  padding-bottom: .2rem;
}

.index_title33 {
  padding: .6rem 0 .37rem;
}

.index_title33 .left h3 {
  font-size: .45rem;
  color: #333;
  font-weight: bold;
}

.index_title33 .right a {
  display: block;
  width: 2rem;
  text-align: center;
  line-height: .7rem;
  border: 1px solid #a0a0a0;
  border-radius: .35rem;
  font-size: .26rem;
}

.index_title33 .right a i {
  width: .33rem;
  height: .33rem;
  background-position: 0 -3.22rem;
  margin-left: .2rem;
  margin-bottom: .01rem;
}

.imsg .item ul {
  position: absolute;
  left: 0;
  width: 100%;
  top: .67rem;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-top: none;
  left: -1px;
  display: none;
  height: 4.2rem;
  overflow: auto;
  z-index: 10;
}

.imsg .item ul li {
  line-height: .6rem;
  border-bottom: 1px solid #ddd;
  width: 49%;
  float: left;
  text-indent: 2em;
}

.imsg .item ul li:hover {
  background: #00692b;
  color: #fff;
}

.imsg .item ul li:nth-child(2n) {
  float: right;
}

.banner_main .banner li .w1400 {
  position: absolute;
  z-index: 10;
  left: 2%;
  top: 18%;
  width: 100%;
}

.banner_main .banner li .w1400 .item2 {
  position: relative;
  width: 2.18rem;
  float: left;
  text-align: center;
  margin-left: 2%;
}

.banner_main .banner li .w1400 .item2:first-child {
  margin-left: 3%;
  margin-top: 9%;
}

.banner_main .banner li .w1400 .item2:last-child {
  margin-top: 5%;
}

.banner_main .banner li .w1400 .item2 .bg {
  position: absolute;
  left: 0px;
  top: 0;
  width: 2.18rem;
  display: block;
  height: 2.13rem;
  background: url("../images/quan.png") no-repeat;
  background-size: cover;
  -webkit-animation: rotate 10s linear 0s infinite;
  animation: rotate 10s linear 0s infinite;
}

.banner_main .banner li .w1400 .item2 .text img {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  margin: .29rem auto .5rem;
}

.banner_main .banner li .w1400 .item2 .text .line {
  display: block;
  width: 2px;
  height: 2.2rem;
  background: url(../images/b_line.png) no-repeat;
  background-size: 2px auto;
  margin: -.95rem auto 0;
}

.banner_main .banner li .w1400 .item2:first-child .text .line {
  height: 1.5rem;
}

.banner_main .banner li .w1400 .item2:last-child .text .line {
  height: 2rem;
}

.banner_main .banner li .w1400 .item2 .text p {
  font-size: .24rem;
  line-height: .4rem;
  text-shadow: 1px 1px 1px #000000;
  color: #fff;
}

.banner_main .banner li .w1400 .item2.hover,
.banner_main .banner li .w1400 .item2:hover {
  transform: translateY(-.1rem);
  transition: ease-in-out 0.2s;
}

.floor_5_main {
  margin-bottom: .5rem;
}

.floor_5_main li {
  height: 2.6rem;
  margin: 0 .4rem .2rem;
  transition: ease-in-out .2s;
}

.floor_5_main li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.floor_5_main li h3 {
  color: #fff;
  font-size: .3rem;
  padding-left: .39rem;
  padding-top: .98rem;
  margin-bottom: .13rem;
}

.floor_5_main li p {
  font-size: .24rem;
  padding-left: .39rem;
  line-height: .24rem;
}

.floor_5_main li p b {
  display: inline-block;
  width: .24rem;
  height: .24rem;
  background: #fff;
  border-radius: 100%;
  margin-left: .1rem;
  vertical-align: middle;
  position: relative;
}

.floor_5_main li p b i {
  display: block;
  height: 0px;
  width: 0px;
  border-top: .05rem solid transparent;
  border-bottom: .05rem solid transparent;
  border-left: .07rem solid #566a80;
  position: absolute;
  left: 50%;
  margin-left: -.02rem;
  top: 50%;
  margin-top: -.05rem;
}

.floor_5_main li:nth-child(2) p b i {
  border-left: .07rem solid #ee2b2b;
}

.floor_5_main li:last-child h3 {
  color: #333;
}

.floor_5_main li:last-child p {
  color: #333;
}

.floor_5_main li:last-child p b {
  background: #333;
}

.floor_5_main li:last-child p b i {
  border-left: .07rem solid #fff;
}

.floor_5 {
  padding: 0 .3rem .5rem;
  background: url(../images/f5_bg.jpg) no-repeat;
  background-size: cover;
}

.floor_5 .index_title33 .left h3 {
  color: #fff;
}

.floor_5 .index_title .fl {
  color: #00692b;
}

.floor_5 .index_title .fl span {
  color: #fff;
}

.floor_5 .index_title .fr a {
  color: #fff;
}

.floor_5 .index_title33 .right a {
  color: #fff;
}

.floor_5 .hd {
  margin-bottom: .4rem;
}

.floor_5 .hd li {
  float: left;
  width: 25%;
  text-align: center;
  background: #e5e5e5;
  color: #333;
}

.floor_5 .hd li.on {
  background: #00692b;
}

.floor_5 .hd li.on h3 {
  color: #fff;
}

.floor_5 .hd li h3 {
  color: #333;
  font-size: .28rem;
}

.floor_5 .hd li b {
  display: block;
  width: .76rem;
  height: .76rem;
  background: #828384;
  border-radius: 100%;
  margin: 0 auto .1rem;
}

.floor_5 .hd li b img {
  width: .45rem;
  margin-top: .155rem;
}

.floor_5 .hd li.on b {
  background: #00692b;
}

.floor_5 .bd {
  color: #fff;
}

.floor_5 .bd a {
  position: relative;
  margin-bottom: .2rem;
  width: 100%;
  display: block;
}

.floor_5 .bd a img {
  width: 100%;
  display: block;
}

.floor_5 .bd a .bott {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: .57rem;
  background: rgba(0, 0, 0, 0.57);
  width: 100%;
  color: #fff;
  padding: 0 .3rem;
  text-align: center;
}

.floor_5 .bd a .bott i {
  width: .39rem;
  height: .15rem;
  background-position: -.4rem 0;
  position: absolute;
  right: .3rem;
  top: 50%;
  margin-top: -.07rem;
}

.zheng_3 {
  padding: .2rem .4rem 0;
  background: url(../images/news.jpg) no-repeat;
  background-size: cover;
}

.zheng_3 .img img {
  width: 4.79rem;
  display: block;
  margin: 0 auto;
  -webkit-transition: all ease-in-out 5s;
  -webkit-animation: big 5s infinite linear;
}

@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.zheng_3 {
  overflow: hidden;
}

.zheng_3 .swiper-container {
  padding-bottom: .5rem;
}

.zheng_3 .swiper-slide {
  background: none;
  border: none;
}

.zheng_3 .swiper-slide li {
  margin-bottom: .42rem;
}

.zheng_3 .swiper-slide li .left {
  background: url(../images/f1_img.png) no-repeat;
  background-size: cover;
  width: 1.41rem;
  height: 1.41rem;
  line-height: 1.41rem;
  text-align: center;
  font-size: .6rem;
  color: #ddd;
}

.zheng_3 .swiper-slide li .right {
  text-align: left;
  width: calc(100% - 1.8rem);
}

.zheng_3 .swiper-slide li .right h3 {
  font-size: .3rem;
  font-weight: bold;
  color: #333;
  padding-top: 0;
}

.zheng_3 .swiper-slide li:nth-child(2n-1) .right h3 span:first-child {
  color: #f48422;
}

.zheng_3 .swiper-slide li:nth-child(2n-1) .right h3 span:nth-child(2) {
  color: #333;
}

.zheng_3 .swiper-slide li:nth-child(2n) .right h3 span:first-child {
  color: #333;
}

.zheng_3 .swiper-slide li:nth-child(2n) .right h3 span:nth-child(2) {
  color: #f48422;
}

.zheng_3 .swiper-slide li .right p {
  font-size: .24rem;
}

.zheng_3 .swiper-slide li .right .span {
  color: #999;
  font-size: .2rem;
}

.zheng_3 .swiper-pagination-bullet {
  width: .43rem;
  height: .05rem;
  border-radius: .02rem;
}

.zheng_3 .swiper-pagination-bullet-active {
  background: #c9161e;
}

.swiper-pagination-bullet {
  background: #ddd;
}

.index_tit {
  padding-top: .8rem;
  margin-bottom: .3rem;
}

.index_tit .left h3 {
  position: relative;
  font-size: .4rem;
  line-height: .5rem;
  font-weight: bold;
  display: inline;
}

.index_tit .left h3 b {
  color: #089148;
}

.index_tit .left h3 span {
  display: block;
  width: .15rem;
  height: .15rem;
  border-radius: 100%;
  border: .03rem solid #089148;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  margin-top: -.075rem;
  right: -.28rem;
}

.index_tit .left p {
  color: #999;
  font-size: .2rem;
  text-transform: uppercase;
  padding-top: .1rem;
}

.index_tit .left h3 span {
  color: #2252ae;
}

.index_tit .right a {
  margin-right: 1.4rem;
  display: block;
  width: 1.75rem;
  height: .48rem;
  line-height: .48rem;
  font-size: .24rem;
  background: url(../images/more1.png) no-repeat;
  text-transform: uppercase;
  background-size: cover;
  text-align: center;
  transition: ease-in-out 0.2s;
  position: relative;
  color: #fff;
}

@keyframes toright {
  0% {
    right: .46rem;
  }

  50% {
    right: .36rem;
  }

  100% {
    right: .46rem;
  }
}

.floor_1_main {
  background: url(../images/floor_1.jpg) center top no-repeat;
  background-size: cover;
  padding: 0 .4rem .5rem;
}

.floor_1_main p {
  color: #fff;
  font-size: .26rem;
}

.floor_1_main .index_tit {
  color: #fff;
}

.floor_1_main .body .left {
  padding-top: .3rem;
  float: none;
  padding-bottom: .3rem;
}

.floor_1_main .body .left li {
  margin-bottom: .2rem;
  transition: ease-in-out .2s;
}

.floor_1_main .body .left li h3 {
  font-size: .45rem;
  color: #fff;
  line-height: .6rem;
}

.floor_1_main .body .left li span {
  font-size: .22rem;
  color: #fff;
  line-height: .3rem;
  font-weight: bold;
  text-align: left;
}

.floor_1_main .body .left ul {
  display: flex;
  justify-content: space-between;
}

.floor_1_main .body .right {
  position: relative;
  float: none;
}

.floor_1_main .body .right img,
.floor_1_main .body .right video {
  width: 100%;
  background: #000;
  overflow: hidden;
}

.floor_1_main .swiper-container {
  margin-top: .2rem;
  overflow: hidden;
}

.floor_1_main .swiper-slide {
  background: #fff;
  line-height: .8rem;
  text-align: center;
  overflow: hidden;
}

.floor_1_main .swiper-slide img {
  width: 100%;
  display: block;
}

.floor_1_main .swiper-pagination-bullet-active {
  background: #089148;
}

.floor_1_main .swiper-pagination-bullet {
  opacity: 1;
}

.floor_3_main {
  background: url(../images/f3_bg.jpg);
  padding: 0 .4rem;
  overflow: hidden;
  padding-bottom: .5rem;
  background-size: cover;
}

.floor_3_main .swiper-container {
  padding-bottom: .9rem;
  overflow: hidden;
}

.floor_3_main .swiper-pagination-bullet {
  opacity: 1;
}

.floor_3_main .swiper-pagination-bullet-active {
  background: #089148;
}

.floor_3_main .swiper-slide {
  position: relative;
  height: 4.67rem;
}

.floor_3_main .bg1 {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.floor_3_main .bg2 img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}

.floor_3_main .two {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
}

.floor_3_main .two img {
  position: absolute;
  left: .41rem;
  top: .36rem;
  width: .5rem;
  height: .5rem;
}

.floor_3_main .two .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 134, 63, 0.6));
  width: 100%;
}

.floor_3_main .two h3 {
  font-size: .3rem;
  padding: 0 .4rem .1rem;
  color: #fff;
  width: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.floor_3_main .two p {
  padding: 0 .4rem .3rem;
  width: 100%;
  font-size: .24rem;
  line-height: .45rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  padding-right: 1.65rem;
  box-sizing: border-box;
}

.floor_3_main .two .wx {
  background: url(../images/f3_btn.png) no-repeat;
  color: #089148;
  background-size: cover;
  width: 1.25rem;
  height: .48rem;
  display: block;
  text-align: center;
  font-size: .2rem;
  line-height: .48rem;
  position: absolute;
  text-indent: .3rem;
  right: .31rem;
  bottom: .37rem;
}

.floor_4_main {
  background: url(../images/f4_bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 0 .4rem .5rem;
}

.floor_4_main .index_tit .left {
  color: #fff;
}

.floor_4_main .index_tit .left h3 span {
  border-color: #fff;
}

.floor_4_main .index_tit .left p {
  color: #fff;
}

.floor_4_main .index_tit .right a {
  border: 1px solid #fff;
}

.floor_4_main .body {
  padding-bottom: .5rem;
}

.floor_4_main .body li {
  background: #fff;
  border-radius: .1rem;
  float: left;
  width: 49%;
  position: relative;
  text-align: center;
  height: 3.9rem;
  transition: ease-in-out .2s;
  margin-top: 1rem;
}

.floor_4_main .body li span {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  display: flex;
  border-radius: 100%;
  left: 50%;
  margin-left: -.7rem;
  top: -.7rem;
  background: linear-gradient(to bottom, #ff3e43, #bb0004);
  box-shadow: 0px .16rem .3rem rgba(151, 0, 4, 0.3);
  text-align: center;
  align-items: center;
}

.floor_4_main .body li span img {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
}

.floor_4_main .body li h3 {
  padding-top: 1.2rem;
  font-size: .34rem;
  color: #089148;
  font-weight: bold;
}

.floor_4_main .body li i {
  width: .26rem;
  height: .14rem;
  background-position: -.26rem -3.78rem;
  margin-bottom: .31rem;
  margin-top: .23rem;
}

.floor_4_main .body li p {
  font-size: .22rem;
  color: #351212;
  line-height: .4rem;
}

.floor_4_main .body li a {
  display: block;
  width: 100%;
  height: 100%;
}

.floor_4_main .body li:nth-child(2n) {
  float: right;
}

.index_mess {
  background: url(../images/xiang_2.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: .7rem;
  margin-bottom: 0;
}

.index_mess .index_tit {
  padding-left: .4rem;
}

.index_mess .index_tit .left {
  color: #fff;
}

.index_mess .index_tit .left h3 span {
  border-color: #fff;
}

.index_mess .index_tit .left p {
  color: #fff;
}

.index_mess .imsg .submit {
  background: #fff;
  color: #089148;
  font-weight: bold;
}

.about_3_main {
  background: #c7000b;
  padding: 0rem .4rem .6rem;
}

.about_3_main .about_title h3 {
  color: #fff;
}

.about_3_main .about_title p {
  color: #fff;
}

.about_3_main li {
  float: left;
  width: 100%;
  background: #e33737;
  border-radius: .1rem;
  margin-bottom: .2rem;
  display: flex;
  color: #fff;
  align-items: center;
  height: 1.4rem;
  justify-content: space-around;
  transition: ease-in-out .2s;
}

.about_3_main li img {
  width: .77rem;
  height: .77rem;
  margin-left: .25rem;
  object-fit: cover;
}

.about_3_main li h3 {
  font-size: .3rem;
  font-weight: bold;
  padding-left: .3rem;
  padding-right: .3rem;
  width: 1.4rem;
  float: left;
}

.about_3_main li p {
  font-size: .2rem;
  padding-right: .2rem;
  float: left;
  width: calc(100% - 2.46rem);
  text-align: left;
  line-height: .43rem;
}

.quan_4_main {
  padding: 0 .4rem .7rem;
  overflow: hidden;
}

.quan_4_main .gallery-thumbs {
  overflow: hidden;
  padding-bottom: .2rem;
}

.quan_4 .swiper-slide {
  margin-bottom: 1px;
  background: #fff;
  border-right: 1px solid #ddd;
}

.quan_4 .swiper-slide img {
  width: 100%;
  vertical-align: top;
}

.quan_4 .swiper-slide .txt {
  background: url(../images/quan_4_1.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  padding: .4rem;
  line-height: .38rem;
  font-size: .26rem;
}

.quan_4 .swiper-slide .txt h3 {
  font-size: .32rem;
  font-weight: bold;
  margin-bottom: .3rem;
  padding-top: .1rem;
}

.quan_4 .swiper-slide .txt p {
  font-size: .2rem;
  padding-bottom: .1rem;
  background: url(../images/quan_4_ico.png) left .1rem no-repeat;
  background-size: .13rem .13rem;
  padding-left: .33rem;
}

.quan_4 .swiper-slide .txt .p {
  margin-bottom: .2rem;
  height: 2.6rem;
  overflow: hidden;
  padding: 0.3rem;
  padding-top: 0;
  overflow-y: auto;
}

.quan_4_main .gallery-thumbs .swiper-slide {
  text-align: center;
}

.quan_4_main .gallery-thumbs .swiper-slide .img {
  position: relative;
  width: .5rem;
  height: .5rem;
  margin: .05rem auto .05rem;
  border: .05rem solid #fff;
  overflow: hidden;
  border-radius: .1rem;
  background: #fff;
}

.quan_4_main .gallery-thumbs .swiper-slide .img img {
  position: absolute;
  left: 0;
  top: 0;
  transition: ease-in-out .3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.quan_4_main .gallery-thumbs .swiper-slide .img img:nth-child(2) {
  opacity: 0;
  top: -100%;
}

.quan_4_main .gallery-thumbs .swiper-slide p {
  font-size: .2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
  background: url(../images/more2.png) no-repeat;
  background-size: cover;
  width: 1.75rem;
  height: .48rem;
  line-height: .48rem;
}

.quan_4_main .gallery-thumbs .swiper-slide-thumb-active p {
  background: url(../images/more1.png) no-repeat;
  background-size: cover;
  color: #fff;
}

.quan_4_main .gallery-thumbs .swiper-slide-thumb-active .img {
  background: #089148;
  border: .05rem solid #089148;
}

.quan_4_main .gallery-thumbs .swiper-slide-thumb-active .img img:first-child {
  opacity: 0;
  top: 100%;
}

.quan_4_main .gallery-thumbs .swiper-slide-thumb-active .img img:nth-child(2) {
  opacity: 1;
  top: 0;
}

.quan_4_main .gallery-top .swiper-slide {
  background: #fff;
  background-size: cover;
}

.quan_4_main .gallery-top .swiper-slide .left {
  width: 100%;
  float: none;
  padding-left: .37rem;
  padding-right: .26rem;
  padding-bottom: .3rem;
  padding-top: .2rem;
  box-sizing: border-box;
}

.quan_4_main .gallery-top .swiper-slide .left h3 {
  font-size: .33rem;
  font-weight: bold;
  margin-bottom: .2rem;
  padding-top: .2rem;
}

.quan_4_main .gallery-top .swiper-slide .left h4 {
  font-size: .28rem;
  font-weight: bold;
  padding-top: .2rem;
  padding-bottom: .1rem;
}

.quan_4_main .gallery-top .swiper-slide .left h4 i {
  width: .26rem;
  height: .26rem;
  background-position: 0 -4.27rem;
  margin-right: .2rem;
  margin-bottom: .05rem;
}

.quan_4_main .gallery-top .swiper-slide .left .p {
  line-height: .35rem;
}

.quan_4_main .gallery-top .swiper-slide .left .p p {
  padding-bottom: .12rem;
}

.quan_4_main .gallery-top .swiper-slide .right {
  width: 100%;
  height: 3.16rem;
  float: none;
  overflow: hidden;
  position: relative;
}

.quan_4_main .gallery-top .swiper-slide .right img {
  width: 100%;
  vertical-align: top;
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.quan_4_main .gallery-top {
  overflow: hidden;
  padding-bottom: 0;
}

.quan_4_main .swiper-container-horizontal>.swiper-pagination-bullets,
.quan_4_main .swiper-pagination-custom,
.quan_4_main .swiper-pagination-fraction {
  width: auto;
  left: auto;
  right: .57rem;
  font-size: .3rem;
  bottom: .3rem;
}

.quan_4_main .swiper-pagination-current {
  color: #089148;
  font-size: .48rem;
}

.jia_3 {
  padding: 0 .4rem .6rem;
}

.jia_3 ul {
  border-radius: .05rem;
  border-bottom: 1px solid #ddd;
}

.jia_3 li {
  display: flex;
  align-items: center;
  font-size: .2rem;
  line-height: .3rem;
  height: 1.45rem;
  border-top: 1px solid #ddd;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-right: .6rem;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.jia_3 li i {
  width: .61rem;
  height: .52rem;
  background-position: -.7rem -2.74rem;
  margin-left: .38rem;
  margin-right: .5rem;
}

.jia_3 li p {
  width: calc(100% - 1.47rem);
}

.jia_3 li:nth-child(2n) {
  background: #f6f6f6;
}

.jia_4_main {
  background: #c7000b;
  padding: 0 .4rem .5rem;
}

.jia_4_main .about_title h3 {
  color: #fff;
}

.jia_4_main .about_title p {
  color: #fff;
}

.jia_4_main .w1400 ul {
  position: relative;
}

.jia_4_main .w1400 li {
  width: 30%;
  margin-right: 5%;
  float: left;
  position: relative;
  margin-bottom: .7rem;
}

.jia_4_main .w1400 li .box1 {
  text-align: center;
  margin-bottom: .16rem;
  background: #fff;
  height: 2.7rem;
  border-radius: .8rem;
  vertical-align: top;
  box-sizing: border-box;
  padding-top: .23rem;
}

.jia_4_main .w1400 li .box1 b {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 100%;
  display: block;
  margin: 0px auto .23rem;
  background: linear-gradient(to bottom, #ff3e43, #bb0004);
  position: relative;
  box-shadow: 0px .16rem .3rem rgba(151, 0, 4, 0.3);
}

.jia_4_main .w1400 li .box1 b img {
  width: .5rem;
  height: .5rem;
  object-fit: cover;
  position: absolute;
  left: 50%;
  margin-left: -.25rem;
  top: 50%;
  margin-top: -.25rem;
}

.jia_4_main .w1400 li .box1 h3 {
  font-size: .24rem;
  line-height: .35rem;
}

.jia_4_main .w1400 li span {
  display: block;
  width: .4rem;
  height: .4rem;
  border-radius: 100%;
  background: #fff;
  color: #c1000b;
  text-align: center;
  font-size: .24rem;
  font-family: arial;
  line-height: .4rem;
  font-weight: bold;
  position: absolute;
  left: 50%;
  margin-left: -.15rem;
  z-index: 10;
}

.jia_4_main .w1400 li:nth-child(3n) {
  margin-right: 0;
}

.jia_5 {
  background: #f2f2f2;
  margin-top: 0;
}

.jia_5 .index_tit .left h3 {
  color: #333;
}

.jia_5 .imsg .submit {
  background: #089148;
  color: #fff;
}

.xiang_1 {
  padding: 0 .4rem .5rem;
  overflow: hidden;
}

.xiang_1 .swiper-container {
  overflow: hidden;
  padding-bottom: .8rem;
 
}

.xiang_1 .swiper-slide {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;float:left;
}
    .xiang_1 .swiper-slide:nth-child(2n){float:right;}
    .xiang_1 .swiper-slide img {
        width: 100%;
        display: block;
    }

    .xiang_1 .swiper-slide-item {
        margin-top: 20px !important;
        width: 48%;
        height: 3.2rem !important;
        background: #fff;
        line-height: .8rem;
        text-align: center;
        overflow: hidden;
        border-radius: .1rem;
    }

.xiang_1 .swiper-slide-item img {
  width: 100%;
  display: block;
}

.xiang_1 .swiper-slide-item h3 {}

.xiang_1 .swiper-pagination-bullet {
  opacity: 1;
}

.xiang_1 .swiper-pagination-bullet-active {
  background: #089148;
}

.xiang_1 p {
  padding-bottom: .2rem;
}

.xiang_2 {
  padding: 0 .4rem .5rem;
  overflow: hidden;
  background: url(../images/xiang_2.jpg) no-repeat;
  background-size: cover;
}

.xiang_2 .index_tit .left {
  color: #fff;
}

.xiang_2 .index_tit .left h3 span {
  border-color: #fff;
}

.xiang_2 .index_tit .left p {
  color: #fff;
}

.xiang_2 p {
  color: #fff;
  padding-bottom: .3rem;
}

.ji_1 p {
  color: #333;
  padding-bottom: 0;
}

.xiang_2 .swiper-container {
  overflow: hidden;
  padding-bottom: .8rem;
}

.xiang_2 .swiper-slide {
  background: #fff;
  line-height: .8rem;
  text-align: center;
  overflow: hidden;
  border-radius: .1rem;
}

.xiang_2 .swiper-slide img {
  width: 100%;
  display: block;
}

.xiang_2 .swiper-pagination-bullet {
  opacity: 1;
}

.xiang_2 .swiper-pagination-bullet-active {
  background: #089148;
}

.xiang_3 {
  padding: 0 .4rem .5rem;
  overflow: hidden;
  background: url(../images/xiang_3.jpg) no-repeat;
  background-size: cover;
}

.xiang_3 .swiper-container {
  overflow: hidden;
  padding-bottom: .8rem;
}

.xiang_3 .swiper-slide {
  background: #fff;
  text-align: center;
  width: 5rem;
  overflow: hidden;
  border-radius: .1rem;
  padding-bottom: .2rem;
}

.xiang_3 .swiper-slide img {
  width: 100%;
  display: block;
}

.xiang_3 .swiper-pagination-bullet {
  opacity: 1;
}

.xiang_3 .swiper-pagination-bullet-active {
  background: #089148;
}

.xiang_3 .txt {
  padding: 0 .1rem;
  display: block;
}

.xiang_3 .txt img {
  width: .55rem;
  height: .55rem;
  margin: 0 auto;
  margin-top: .5rem;
  object-fit: cover;
}

.xiang_3 .txt h3 {
  font-size: .3rem;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  padding-top: .2rem;
  text-overflow: ellipsis;
}

.xiang_3 .txt h4 {
  font-size: .25rem;
  color: #999;
  margin-bottom: .2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.xiang_3 .txt span {
  display: block;
  width: .27rem;
  height: 1px;
  background: #999999;
  margin: .1rem auto .62rem;
}

.xiang_3 .txt p {
  color: #999;
  height: 2.1rem;
  line-height: .35rem;
  font-size: .2rem;
}

.ji_1 .swiper-slide {
  padding: 0 .2rem .2rem;
  text-align: left;
  line-height: .45rem; margin-bottom:.2rem;
}

.ji_1 .p2 {
  color: #fff;
  padding-bottom: .3rem;
}

.ji_1 .swiper-slide h3 {
  text-align: left;
  font-size: .3rem;
  color: #089148;
  font-weight: bold;
  line-height: .8rem;
}

.ji_5_main {
  padding: .5rem .4rem .5rem;
}

.ji_5_main .right {
  float: none;
}

.ji_5_main .right h3 {
  background: url(../images/more1.png) no-repeat;
  width: 1.75rem;
  height: .48rem;
  line-height: .48rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: .24rem;
  margin-top: .3rem;
  margin-bottom: .1rem;
  background-size: cover;
}

.ji_5_main .right img {
  width: 2rem;
  height: 2rem;
  margin-top: .2rem;
  border-radius: .1rem;
}

.ji_5_main .right p {
  line-height: .45rem;
  font-size: .24rem;
}

.ji_5_main .right h4 {
  font-size: .28rem;
  font-weight: bold;
  margin-bottom: .15rem;
  margin-top: .25rem;
}

.ji_5_main .right .p {
  letter-spacing: -1px;
}

.menu_li {
  background: #089148;
  text-align: center;
  overflow: hidden;
}

.menu_li .swiper-slide {
  border-right: 1px solid #7fc29f;
  box-sizing: border-box;
  line-height: .8rem;
  border-bottom: 1px solid #7fc29f;

}

.menu_li .swiper-slide a {
  color: #fff;
}

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