﻿@charset "UTF-8";
/**header_main**/
.header_main {
  width: 100%;
  height: .82rem;
  top: 0;
  z-index: 100;
  box-shadow: 1px 1px 0.04rem rgba(0, 0, 0, 0.2);
  
  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: 1.25rem;
  top: 0.25rem;
  background-position: -.68rem 0;
  z-index: 10;
}
.header_main .search.on {
  background-position: 0 0;
}
.header_main .logo img {
  display: block;
  padding-left: 0.4rem;
     padding-top: 0.23rem;
    height: 0.35rem;
  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;
}
.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:#123d96;
  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 .6rem;
  background: #3f4149;overflow:hidden;
  
}
.footer_main .tit {
  color: #fff;
  border-bottom: 1px solid #5c5d64;
  font-size: .3rem;
  padding-bottom: .26rem;
  margin-bottom: .27rem;
}
.footer_main .lxwm {
  border-bottom: 1px solid #5c5d64;
  padding-bottom: .26rem;
  font-size: .22rem;
  padding-right: .4rem;
  margin-bottom: .42rem;
}
.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: #f09714;
}
.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 {
  background: url(../images/index_2_bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 0 .4rem .0rem;
}
.news_bott{background:#fff; padding-bottom:.4rem;}
.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 li img {
  width: 2.7rem;
  height: 1.5rem;
  display: block;
  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;box-sizing:border-box;
  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 .3rem .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;
  color: #333;
}
.about_title p {
  font-size: .28rem;
  color: #afbbcf;
  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: url(../images/about_5_pro.jpg) no-repeat;
  background-size:cover;
}
.about_4 .about_title h3{color:#fff;}
.about_4 .gallery-top {
  text-align: center;
  overflow: hidden;
  margin: 0 .6rem;
}
.about_4 .gallery-top h3 {
  font-size: 1rem;
  color: #fff;
  font-family: arial;
  font-weight: bold;
  line-height: 1.6rem;
  position: relative;
}
.about_4 .gallery-top h4{color:#fff;}
.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:#fff;
}
.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: #fff;
}
.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: #f09714;
  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:#123d96;}

.about_5_case .swiper-slide{ padding:.2rem; }
.index_66 .swiper-pagination-bullet{background:#ddd;}
.index_66 .swiper-pagination-bullet-active{background:#f09714;}

.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;
}
.case_5_main li .box p {
 
  
}


.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 rgba(0,0,0,1);
  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;}