﻿@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
.ease {
  transition: all .3s linear;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}
html {
  width: 100%;
  min-height: 100%;
}
body {
  width: 100%;
  min-height: 100%;
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto;
  font: 0.24rem/1.6 "Microsoft Yahei", Arial;
  color: #333;
  background: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body:before,
body:after {
  content: "";
  width: 100%;
  display: block;
}
img {
  border: 0px;
}
em,
b {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: .24rem;
}
ul,
ol {
  list-style-type: none;
}
input,
button,
textarea {
  outline: none;
  font-family: "Microsoft Yahei", Arial;
  font-size: .24rem;
  -webkit-appearance: none !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
.hidden {
  display: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
}
/*公用样式*/
.layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 101;
  background: #000;
  opacity: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.tac {
  text-align: center;
}
.ico,
.icobef:before,
.icobef:after {
  background: url(../images/ico.png) no-repeat;
  display: inline-block;
  background-size: 5rem auto;
  vertical-align: middle;
}
.icobef:before,
.icobef:after {
  content: "\20";
  display: block;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.header {
  width: 100%;
  height: 1rem;
  position: relative;
  background: #fff;
  border-top:.03rem solid #009944;
  box-sizing: border-box; border-bottom:1px solid #ddd;
}
.header .en {
  width: 0.35rem;
  height: 0.34rem;
  position: absolute;
  right: 1.99rem;
  top: 0.34rem;
  background-position:0 -1.83rem;
  z-index: 10;
}
.header .cn {
  width: 0.38rem;
  height: 0.34rem;
  position: absolute;
  right: 1.99rem;
  top: 0.34rem;
  background-position:-.4rem -1.83rem;
  z-index: 10;
}
.header .logo {
  display: block;
  margin-left: 0;
}
.header .logo img {
  height: .97rem;
  display: block;
  box-sizing: content-box;
}
.header .navBtn {
  width: 0.8rem;
  height: 1rem;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
}
.header .navBtn span {
  width: .4rem;
  height: 2px;
  display: block;
  left: .2rem;
  z-index: 11;
  position: absolute;
  background: #666666;
  transition-duration: .5s;
}
.header .navBtn span:first-child {
  top: .33rem;
}
.header .navBtn span:nth-child(2) {
  top: .47rem;
  transition-duration: .1s;
}
.header .navBtn span:nth-child(3) {
  top: .61rem;
}
.header .navBtn.close {
  z-index: 222;
}
.header .navBtn.close span {
  z-index: 222;
}
.header .navBtn.close span:nth-child(2) {
  left: -100%;
  opacity: 0;
}
.header .navBtn.close span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}
.header .navBtn.close span:nth-child(3) {
  transform: rotate(-45deg);
  top: 50%;
}
.header .topsearch {
  width: .35rem;
  height: 1rem;
  position: absolute;
  right: 1.19rem;
  top: 0px;
  text-align: center;
}
.header .topsearch.on:before {
  background-position: -1.82rem 0;
}
.header .topsearch:before {
  width: 0.35rem;
  height: 0.34rem;
  margin: .33rem auto 0rem;
  background-position: 0 0;
}
.header .tsearch {
  width: 100%;
  height: 1rem;
  padding: .2rem 3%;
  position: absolute;
  left: 0;
  top: 1rem;
  z-index: 1122;
  background: #efefef;
  border-top: 1px solid #d3d3d3;
}
.header .tsearch .txt {
  width: 75%;
  color: #000;
  text-indent: .68rem;
  color: #666;
  font-size: .22rem;
  height: .6rem;
  background: none;
  border: 1px solid #bbb;
  position: absolute;
  left: 3%;
  top: .2rem;
}
.header .tsearch .btn {
  color: #fff;
  font-size: .22rem;
  width: 20%;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  border: 0px;
  background: #009944;
  position: absolute;
  right: 3%;
  top: .2rem;
}
.header .tsearch:before {
  width: 0.45rem;
  height: 0.45rem;
  position: absolute;
  left: .4rem;
  top: .32rem;
  background-position: 0 0;
}
.header .tsearch.bsearch {
  display: block;
  position: relative;
  z-index: 10;
  margin: .3rem auto;
  background: none;
  border-top: 0;
  top: 0;
}
.header .tsearch.bsearch .txt {
  height: 0.76rem;
}
.header .tsearch.bsearch .btn {
  height: 0.76rem;
  line-height: 0.76rem;
}
.header .tsearch.bsearch:before {
  top: .36rem;
}
/* banner */
.banner .swiper-container {
  overflow: hidden;
}
.banner .swiper-container .swiper-slide img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.banner .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  left: auto;
  right: .2rem;
  bottom: .4rem;
  width: 100%;
}
.banner .swiper-pagination-bullet {
  width: .3rem;
  height: .05rem;
  border-radius: 0.05rem;
  background: #fff;
  opacity: .8;
}
.banner .swiper-pagination-bullet-active {
  background: #009944;
  width: .5rem;
}
/*.g-top*/
.g-top {
  width: .84rem;
  height: .84rem;
  position: fixed;
  right: .1rem;
  bottom: 1.5rem;
  display: block;
  z-index: 99;
  background-position: 0 -0.54rem;
}
/*footer*/
.footer {
  width: 100%;
  padding: .2rem .3rem;
  background: #292c34;
  color: #444;
  text-align: center;
  font-size: .24rem;
  border-top: 1px solid #ddd;/*bnav*/
}
.footer .bnav {
  width: 100%;
}
.footer .bnav li {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
.footer .bnav li a {
  width: 100%;
  display: block;
}
.footer .bnav li .nav1 {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #444;
  font-size: .26rem;
  display: block;
}
.footer .bnav li .nav1:after {
  width: .25rem;
  height: .32rem;
  display: block;
  float: right;
  background-position: -0.48rem 0;
  margin-top: .24rem;
}
.footer .bnav li .box {
  padding-bottom: .2rem;
  display: none;
}
.footer .bnav li .box a {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: .22rem;
  color: #444;
  opacity: .8;
}
.footer .bnav li.hover .nav1:after {
  display: block;
}
.footer .copyright {
  width: 100%;
  padding: .3rem 0;
  line-height: .45rem;
  text-align: left;
  font-size: .22rem;
  color: #ccc;
}
.footer .copyright a {
  color: #ccc;
}
.footer img {
  width: 1.99rem;
  padding-top: .3rem;
}
.line {
  background: #eee;
  width: 100%;
  height: .2rem;
}
/* navBar */
.navBar {
  width: 100%;
  height: 1.31rem;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  background: #fff;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
}
.navBar ul {
  max-width: 750px;
  min-width: 320px;
  width: 100%;
  height: 1.31rem;
  margin: 0 auto;
}
.navBar li {
  float: left;
  width: 20%;
  height: 1.1rem;
}
.navBar li a {
  width: 100%;
  height: 1.1rem;
  padding-top: .2rem;
  font-size: .22rem;
  display: block;
  text-align: center;
  color: #333;
}
.navBar li a.hover {
  color: #0f60a8;
}
.navBar li a:before {
  width: .6rem;
  height: .6rem;
  display: block;
  margin: 0 auto;
}
.navBar li:nth-child(1) a:before {
  background-position: 0rem -1.45rem;
}
.navBar li:nth-child(2) a:before {
  background-position: -.6rem -1.45rem;
}
.navBar li:nth-child(3) a:before {
  background-position: -1.2rem -1.45rem;
}
.navBar li:nth-child(4) a:before {
  background-position: -1.8rem -1.45rem;
}
.navBar li:nth-child(5) a:before {
  background-position: -2.4rem -1.45rem;
}
.navBar li:nth-child(1) a.hover:before {
  background-position: 0rem -2.05rem;
}
.navBar li:nth-child(2) a.hover:before {
  background-position: -.6rem -2.05rem;
}
.navBar li:nth-child(3) a.hover:before {
  background-position: -1.2rem -2.05rem;
}
.navBar li:nth-child(4) a.hover:before {
  background-position: -1.8rem -2.05rem;
}
.navBar li:nth-child(5) a.hover:before {
  background-position: -2.4rem -2.05rem;
}
/*subNav*/
.ease {
  transition: all .3s linear;
}
.subNav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 111;
  background: #fff;
  transform: translateX(100%);
}
.subNav .con {
  max-width: 750px;
  min-width: 320px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.subNav .title {
  height: 1rem;
  position: relative;
  border-top:.03rem solid #009944;box-sizing:border-box;
  margin-bottom: .2rem;
  border-bottom: 1px solid #04a64a;
  background:#fff;
}
.subNav .title .logo {
  height:.97rem;
  
  padding: 0 0 0 0;
  display: block;
}
.subNav .title .logo img {
  height: .97rem;
  display: block;
 
  box-sizing: content-box;
}
.subNav .title .close {
  position: absolute;
  width: 1rem;
  height: 0.98rem;
  top: 0;
  right: 0px;
}
.subNav .title .close:before,
.subNav .title .close:after {
  width: .4rem;
  height: .03rem;
  display: block;
  content: "\20";
  right: .3rem;
  top: .4rem;
  z-index: 11;
  position: absolute;
  background:#009944   
}
.subNav .title .close:before {
  transform: rotate(45deg);
  top: 50%;
}
.subNav .title .close:after {
  transform: rotate(-45deg);
  top: 50%;
}
.subNav .list {
  padding-top: .5rem;
}
.subNav .list li {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 .8rem;
  text-align: center;
  font-size: .32rem;
}
.subNav .list li a {
  display: block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ddd;
  color: #333;
}
.subNav .subTel {
  margin-left: .4rem;
  margin-top: .3rem;
}
.subNav .subTel span {
  font-size: .22rem;
  line-height: .28rem;
  color: #333333;
}
.subNav .subTel a {
  color: #009944;
  font-size: .46rem;
  display: block;
  font-weight: normal;
}
.subNavShow2 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
/***********************index css*****************/
/*prolist*/
.prolist .item {
  width: calc(48.5%);
  margin-right: 3%;
  margin-bottom: .2rem;
  float: left;
  position: relative;
}
.prolist .item a {
  width: 100%;
  display: block;
}
.prolist .item h3 {
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  background: #fff;
}
.prolist .item figure {
  width: 100%;
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}
.prolist .item figure img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
}
.prolist .item:nth-child(2n) {
  margin-right: 0;
}
/*ipro*/
.iproduct {
  width: 100%;
  padding: .5rem 3% .4rem;
  background: #f0f0f0;
}
.iproduct .title {
  width: 100%;
  margin-bottom: .25rem;
  font-size: .34rem;
  font-weight: bold;
  color: #009944;
}
.iproduct .title span {
  color: #999999;
  text-transform: uppercase;
  margin-left: .15rem;
}
.iproduct .title:after {
  width: 0.54rem;
  height: 0.3rem;
  margin-top: .1rem;
  background-position: -1.2rem 0;
}
.iproduct .tab {
  width: 100%;
  margin-bottom: .2rem;
}
.iproduct .tab a {
  width: 31.3%;
  margin-left: 3%;
  margin-bottom: .2rem;
  height: 0.68rem;
  line-height: 0.68rem;
  display: block;
  float: left;
  text-align: center;
  background: #fff;
}
.iproduct .tab a:nth-child(3n+1) {
  margin-left: 0;
}
.iproduct .morebtn {
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  display: block;
  text-align: center;
  background: #fff;
}
/*inews*/
.inews .title {
  width: 100%;
  margin-bottom: .3rem;
  padding: .4rem .4rem 0;
  font-size: .34rem;
  position: relative;
}
.inews .title .more {
  width: .84rem;
  height: .84rem;
  display: block;
  position: absolute;
  right: 3%;
  top: .58rem;
  background-position: -1.02rem -0.5rem;
}
.inews .title span {
  display: block;
  font-size: .5rem;
  line-height: .5rem;
}
.inews .imglist {
  width: 5.6rem;
  padding-bottom: .4rem;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  border-radius: .05rem;
}
.inews .imglist .list {
  width: 500%;
}
.inews .imglist .item {
  float: left;
  width: 5.6rem;
  padding-bottom: .4rem;
  background: #fff;
  display: block;
}
.inews .imglist .item a {
  display: block;
  width: 100%;
}
.inews .imglist .item img {
  width: 100%;
  border-radius: .05rem;
  display: block;
}
.inews .imglist .item .time {
  color: #666666;
  font-family: arial;
  display: block;
  padding: .3rem 0 .15rem;
}
.inews .imglist .item h3 {
  font-size: .28rem;
  color: #333333;
  padding-top: .2rem;
}
.inews .tip {
  width: 100%;
  height: .2rem;
  position: absolute;
  left: 0;
  bottom: .3rem;
}
.inews .tip span {
  width: 0.3rem;
  height: .08rem;
  border-radius: .04rem;
  margin-right: .14rem;
  display: inline-block;
  vertical-align: top;
  background: #999999;
}
.inews .tip span.cur {
  background: #009944;
}
/*iabout*/
.iabout {
  width: 100%;
  padding-bottom: .8rem;
  position: relative;
  z-index: 20;
  background: #343434 url(../images/iaboutbg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  color: #fff;
}
.iabout .img {
  width: 6rem;
  display: block;
  position: relative;
  overflow: hidden;
}
.iabout .img img {
  width: 100%;
  display: block;
}
.iabout .tit1 {
  width: 3.5rem;
  height: 2rem;
  padding: .1rem;
  background: #009944;
  position: absolute;
  right: 0;
  top: -0.42rem;
  z-index: 20;
}
.iabout .tit1 .con {
  border: 1px solid #ed858d;
  color: #fff;
  padding: .28rem .3rem .3rem;
}
.iabout .tit1 .con .en {
  font-size: .34rem;
  line-height: .34rem;
  font-weight: bold;
  margin-bottom: .15rem;
  display: block;
  text-transform: uppercase;
}
.iabout .tit1 .con h3 {
  line-height: .35rem;
  font-size: .24rem;
}
.iabout .tit1 .con h3 span {
  font-size: .26rem;
  display: block;
}
.iabout .tit2 {
  font-size: .34rem;
  color: #fff;
  padding: .45rem 3% .18rem;
}
.iabout .txtcon {
  padding: 0 3% .5rem;
  font-size: .26rem;
  line-height: .5rem;
  color: #fff;
}
.iabout .more {
  width: 2.8rem;
  height: .7rem;
  line-height: .66rem;
  margin-left: 3%;
  color: #fff;
  text-align: center;
  border: .02rem solid #999999;
  font-weight: bold;
  display: block;
}
/**************category****************/
.cateList {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  background: #009944;
  color: #fff;
  position: relative; margin-top:.2rem;
}
.cateList .goBack {
  width: .8rem;
  height: .8rem;
  padding-top: .25rem;
  position: absolute;
  left: .1rem;
  top: 0;
}
.cateList .goBack:before {
  width: .2rem;
  height: .32rem;
  display: block;
  margin: 0 auto;
  background-position: -0.86rem 0;
}
.cateList h3 {
  font-size: .3rem;
}
.cateList h3 s {
  width: .22rem;
  height: .18rem;
  margin-left: .1rem;
  background-position: -1.23rem 0;
}
.cateList .box {
  width: 100%;
  position: absolute;
  left: 0;
  top: .8rem;
  padding: .3rem 3% .2rem;
  z-index: 11;
  background: #fff;
  display: none;
  box-shadow: .05rem .05rem .05rem rgba(0, 0, 0, 0.2);
}
.cateList .box a {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: .15rem;
  height: .62rem;
  line-height: .6rem;
  border: 1px solid #dddddd;
  font-size: .26rem;
  text-align: center;
  display: block;
  float: left;
}
.cateList .box a:nth-child(2n) {
  margin-right: 0;
}
.cateList .box a.on {
  background: #009944;
  border-color: #009944;
  color: #fff;
}
.dialog-layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #000;
  opacity: .8;
}
/*content*/
.content {
  width: 100%;
  padding: .3rem 0 .3rem;
  min-height: 8.5rem;
}
.content.iteam {
  padding: 0 3% .4rem;
}
/*newsPage*/
.newsPage {
  padding-bottom: .4rem;
  background: #f0f0f0;
}
.newsPage .item {
  width: 94%;
  padding-right: .1rem;
  height: 2rem;
  display: block;
  background: #fff;
  margin: 0 auto .22rem;
}
.newsPage .item img {
  width: 2.66rem;
  height: 2rem;
  display: block;
  margin-right: .2rem;
}
.newsPage .item h3 {
  padding-top: .2rem;
  font-size: .3rem;
  line-height: 0.45rem;
 
  margin-bottom: .26rem;
  overflow: hidden;
  color: #333333;
}
.newsPage .item .time {
  color: #999;
  font-size: .24rem; 
}
.newsPage .item:first-child {
  padding-top: 0;
}
/*picturePage*/
.picturePage {
  width: 100%;
  padding-bottom: 5%;
  background: #f0f0f0;
}
.picturePage .item {
  width: 45.5%;
  margin-left: 3%;
  margin-bottom: .3rem;
  float: left;
  background: #fff;
}
.picturePage .item a {
  display: block;
  width: 100%;
}
.picturePage .item figure {
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}
.picturePage .item img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.picturePage .item h3 {
  text-align: center;
  line-height: .6rem;
  height: .6rem;
}
.searchPage .list {
  width: 100%;
  padding: 0;
}
.searchPage {
  min-height: 8rem;
}
.searchPage .list .item img {
  height: auto;
}
.seeMore {
  width: 94%;
  margin: 0 auto;
  height: 0.7rem;
  line-height: 0.7rem;
  display: block;
  text-align: center;
  background: #fff;
}
/*reLink*/
.reLink {
  margin: .2rem 3% .2rem;
  border: 1px solid #dddddd;
  color: #333;
}
.reLink .prevLink,
.reLink .nextLink {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  position: relative;
  overflow: hidden;
  text-indent: .18rem;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.reLink .prevLink:before,
.reLink .nextLink:before {
  width: 0.16rem;
  height: 0.26rem;
  position: absolute;
  right: .18rem;
  top: .18rem;
  background-position: -4.45rem 0;
}
.reLink .nextLink {
  border-bottom: 0;
}
/*showInfo*/
.showInfo {
  padding: 0 0 .2rem;
  overflow: hidden;
}
.showInfo article {
  width: 100%;
  padding: .3rem 0;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #dddddd;
}
.showInfo article .title {
  margin: 0 2%;
  font-size: .36rem;
  line-height: .44rem;
  text-align: center;
}
.showInfo article .mark {
  font-size: .22rem;
  padding: .2rem 0 0;
  text-align: center;
  color: #666666;
}
.showInfo article .mark span {
  margin: 0 .06rem;
}
.showInfo .img {
  width: 94%;
  margin: .25rem auto;
}
.showInfo .img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.showInfo .contxt {
  padding: .2rem 3% .4rem;
  line-height: .42rem;
  color: #666666;
}
.showInfo .contxt img {
  max-width: 100%;
  height: auto !important;
}
.showInfo .contxt iframe,.showInfo .contxt video {
  width: 100%; height:4rem;
}
/*imessage*/
.imessage {
  margin-top: .6rem;
  margin-bottom: .4rem;
}
.imessage h2 {
  color: #333333;
  margin-bottom: .3rem;
  text-align: center;
  font-size: .28rem;
}
.imsg {
  width: 93%;
  margin: 0 auto;
}
.imsg .item {
  width: 100%;
  height: .67rem;
  box-sizing: border-box;
  margin-bottom: .28rem;
  position: relative;
  line-height: .67rem;
  border: 1px solid #aaaaaa;
  background: #fff;
}
.imsg .item span.red {
  position: absolute;
  left: .05rem;
  top: .02rem;
  color: red;
}
.imsg .item s {
  width: .35rem;
  height: .32rem;
  position: absolute;
  right: .1rem;
  top: .18rem;
}
.imsg .item s {
  background-position: -1.05rem -0.98rem;
}
.imsg .item:nth-child(2) s {
  background-position: -1.46rem -0.98rem;
}
.imsg .item:nth-child(3) s {
  background-position: -1.82rem -0.98rem;
}
.imsg .item .txt {
  width: 100%;
  height: .65rem;
  text-indent: .2rem;
  line-height: .65rem;
  border: 0px;
  background: none;
  outline: none;
  color: #666;
}
.imsg .item.liuyan {
  width: 100%;
  margin-bottom: .2rem;
  height: 2.08rem;
}
.imsg .item.liuyan textarea {
  width: 100%;
  color: #666;
  overflow: hidden;
  box-sizing: border-box;
  padding: .1rem 0;
  text-indent: .2rem;
  height: 2.08rem;
  font-family: "微软雅黑";
  resize: none;
  border: 0;
  background: none;
}
.imsg .submit {
  width: 100%;
  height: .68rem;
  cursor: pointer;
  border: 0;
  line-height: .68rem;
  text-align: center;
  color: #fff;
  display: block;
  background: #009944;
}
/*proPage*/
.proPage .item {
  margin: 0 3% .4rem;
  background: #fcfafb;
  border-bottom: .04rem solid #e7e5e6;
}
.proPage .item a {
  display: block;
  width: 100%;
}
.proPage .item a img {
  width: 100%;
  display: block;
}
.proPage .item h3 {
  height: 1rem;
  line-height: 1rem;
  color: #333333;
  font-size: .28rem;
  font-weight: bold;
  padding-left: .2rem;
}
/*aboutPage*/
.aboutPage {
  padding: .3rem 3% .4rem;
  color: #666;
  line-height: .38rem;
  box-sizing: border-box;
}
.aboutPage img {
  max-width: 100%;height:auto;
}
/*contactPage*/
.contactPage {
  padding-bottom: .3rem;
}
.contactPage .txtcon {
  padding: 0 3% .3rem;overflow:hidden;
}
.contactPage .txtcon img {
  max-width: 100%;
}
.contactPage .imessage {
  position: relative;
}
.contactPage .miaod {
  position: absolute;
  width: 100%;
  height: .01rem;
  display: block;
  opacity: 0;
  left: 0;
  top: -1rem;
}
.contactPage .title {
  margin: .2rem 3% .2rem;
  color: #61b32e;
  font-size: .34rem;
  font-weight: bold;
}
.contactPage .mapArea {
  margin:0 .3rem;box-sizing:border-box;
  overflow: hidden;
  margin-top: .2rem;
}
.BMap_bubble_content {
  font-size: .2rem;
}
/*fenx*/
#nativeShare {
  margin: 0 auto;
  width: 100%;
  padding-top: 0.3rem;
  max-width: 750px;
  min-width: 320px;
}
#nativeShare .label {
  margin-left: 0.2rem;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.6rem;
}
#nativeShare .list {
  width: 4.5rem;
  float: right;
}
#nativeShare .list span {
  height: 0.9rem;
  width: 0.9rem;
  padding: 0;
  display: inline-block;
}
#nativeShare .list span i {
  margin: 0 auto;
  width: 0.63rem;
  height: 0.63rem;
  display: block;
}
#nativeShare .weibo i {
  background-image: url('../images/weibo.png');
  background-size: cover;
}
#nativeShare .weixin i {
  background-image: url('../images/weixin_friend.png');
  background-size: cover;
}
#nativeShare .weixin_timeline i {
  background-image: url('../images/weixin.png');
  background-size: cover;
}
#nativeShare .qq i {
  background-image: url('../images/qq.png');
  background-size: cover;
}
#nativeShare .qzone i {
  background-image: url('../images/qqzone.png');
  background-size: cover;
}
#nativeShare .more i {
  background-image: url('../images/more.png');
  background-size: cover;
}
#nativeShare .list span.qzone,
#nativeShare .list span.more {
  width: 0.73rem;
}
#fenxiang {
  display: none;
}
.fenx {
  height: 1.0rem;
  width: 100%;
}
.fenx .tt {
  margin-left: 0.2rem;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.6rem;
}
.fenx .bdsharebuttonbox {
  width: 80%;
  float: right;
}
.fenx .bdsharebuttonbox a {
  margin-left: 0.2rem;
}
#bdfx a {
  height: 0.6rem;
  width: 0.6rem;
  margin: 0;
  padding: 0;
  margin: 0 0.08rem;
  display: inline-block;
}
#bdfx .d1 {
  background: url("../images/weixin.png") no-repeat center;
  background-size: 100% 100%;
}
#bdfx .d2 {
  background: url("../images/weibo.png") no-repeat center;
  background-size: 100% 100%;
}
embed {
  width: 100% !important;
  height: auto !important;
}
.g_wximg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
}
.g_wximg .close {
  background: url(../images/close.png) no-repeat center;
  background-size: .4rem auto;
  width: .4rem;
  height: .4rem;
  cursor: pointer;
  position: fixed;
  right: 18%;
  top: 18%;
  text-align: center;
  display: block;
  z-index: 12;
}
.g_wximg .bdtel img {
  width: 4.0rem !important;
  display: block;
}
.bdtel {
  position: fixed;
  top: 22%;
  z-index: 10;
  padding: 0 0 .1rem;
  max-width: 750px;
  min-width: 320px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.bdtel .upIn {
  width: 6.4rem;
  display: block;
  text-align: center;
  color: #fff;
  padding: 4%;
  margin: 0 auto;
}
.bdtel p {
  padding: 2%;
  text-align: center;
  color: #fff;
}
.bdtel img {
  margin: 0 auto;
  display: block;
  max-width: 80% !important;
}
.bdtelbg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  max-width: 750px;
  min-width: 320px;
  display: none;
}
.bga {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
.erro {
  color: red;
  font-size: .26rem;
  text-align: center;
  min-height: 4rem;
  padding-top: .5rem;
}
.erro img {
  max-width: 100%;
}
.flash .cut3video {
  width: 100%;
}
.showInfo .btn {
  margin: .2rem 3% .3rem;
}
.showInfo .btn a {
  width: 48%;
  line-height: .6rem;
  border: 1px solid #ddd;
  display: block;
  float: left;
  text-align: center;
}
.showInfo .btn a:nth-child(2) {
  float: right;
}
.showInfo .tit {
  margin: .2rem 3%;
  font-size: .3rem;
  border-left: 2px solid #009944;
  padding-left: .2rem;
}
.bd_weixin_popup .bd_weixin_popup_foot {
  font-size: 10px !important;
  text-align: left;
  line-height: 16px !important;
  color: #666;
}
.bd_weixin_popup .bd_weixin_popup_main {
  padding: 12px 10px;
  min-height: 140px;
  padding-bottom: 4px !important;
}
/*iQuick_nav*/
.iQuick_nav {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
  border-bottom: 1px solid #d0d0d0;
  box-shadow: 0 1px 3px #e7e7e7;
}
.iQuick_nav ul {
  padding: 0.5rem 0;
}
.iQuick_nav li {
  float: left;
  width: 25%;
  text-align: center;
  display: block;
}
.iQuick_nav li a {
  display: block;
}
.iQuick_nav li img {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  display: block;
}
.iQuick_nav li h3 {
  margin-top: 0.24rem;
  line-height: .3rem;
  font-size: .3rem;
  font-weight: normal;
  color: #333;
}
.gap {
  width: 100%;
  height: 0.2rem;
  background: #f5f5f5;
}
.indexTit {
  padding-top: 0.54rem;
  padding-bottom: .38rem;
}
.indexTit .tit {
  font-size: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  color: #333;
}
.indexTit .tit em {
  font-weight: bold;
  color: #009944;
}
.indexTit .subtit {
  width: 5.09rem;
  height: 0.32rem;
  margin: 0 auto;
  margin-top: 0.3rem;
  background: url("../images/titLine1.png") no-repeat center center;
  background-size: 5.09rem 0.48rem;
}
/*产品中心*/
.index .floor1 {
  padding-bottom: 0rem;
  background: #fff;
}
.index .floor1 .menu {
  position: relative;
  padding: 0 0.3rem;
  margin-top: 0.4rem;
}
.index .floor1 .menu .item {
  float: left;
  display: block;
  width: 48%;
  height: 0.73rem;
  font-size: 0.26rem;
  line-height: 0.73rem;
  text-align: center;
  color: #333;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 0.12rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .floor1 .menu .item:nth-child(2n) {
  float: right;
}
/*产品列表*/
.index .floor1 #ipro {
  padding-bottom: .3rem;
  margin: 0 .3rem;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 0.12rem;
}
.index .floor1 #ipro .swiper-slide {
  display: block;
  box-sizing: border-box;
}
.index .floor1 #ipro a {
  text-align: center;
  display: block;
  width: 100%;
}
.index .floor1 #ipro a .img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 0.12rem .12rem 0 0;
  overflow: hidden;
}
.index .floor1 #ipro a img {
  max-width: 100%;
}
.index .floor1 #ipro a .txt {
  padding: .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .34rem;
}
.index .floor1 #ipro a .txt .cont {
  width: 6rem;
  margin: 0 auto;
  margin-top: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.36rem;
  text-align: center;
  color: #666;
}
.index .floor1 #ipro .swiper-container {
  padding-bottom: 0.5rem;
}
.index .floor1 #ipro .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: .14rem;
  height: .14rem;
  display: inline-block;
  vertical-align: top;
  margin: 0 .08rem;
  border: 0.04rem solid #999;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
}
.index .floor1 #ipro .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: .4rem;
  height: .14rem;
  background: #009944;
  border-color: #009944;
  border-radius: .07rem;
}
.index .floor1 #ipro .swiper-pagination {
  bottom: 0;
}
.index .floor1 .proList {
  padding: .32rem 0.3rem 0;
}
.index .floor1 .proList .item {
  float: left;
  display: block;
  width: 48%;
  height: 3.26rem;
  border: 1px solid #ddd;
  border-radius: 0.1rem;
  box-sizing: border-box;
  margin-bottom: .32rem;
}
.index .floor1 .proList .item a {
  display: block;
}
.index .floor1 .proList .item .img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 75%;
  overflow: hidden;
  border-radius: 0.1rem .1rem 0 0;
}
.index .floor1 .proList .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.index .floor1 .proList .item .txt {
  height: 0.78rem;
}
.index .floor1 .proList .item .txt .tit {
  font-size: 0.26rem;
  line-height: 0.78rem;
  text-align: center;
  color: #171e36;
  padding: 0 .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .floor1 .proList .item:nth-child(2n) {
  float: right;
}
.index_more {
  line-height: .91rem;
  text-align: center;
  background: #009944;
  margin: .2rem .3rem;
  font-size: .34rem;
  border-radius: .1rem;
  background: linear-gradient(to right, #2cd664, #019a44);
}
.index_more a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
/*询盘*/
.enquiry {
  position: relative;
  height: 3.42rem;
  margin: 0 .3rem;
  margin-top: 0.6rem;
  background: url("../images/enquiryBg.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.enquiry .txt {
  padding: 0.44rem 0.36rem 0;
}
.enquiry .txt .tit {
  margin-bottom: 0.3rem;
  font-weight: bold;
  font-size: 0.28rem;
  line-height: 0.36rem;
  text-align: left;
  color: #fff;
}
.enquiry .txt .tit em {
  color: #4bc3ff;
}
.enquiry .txt .subtit {
  padding-left: 0.3rem;
  margin-top: 0.14rem;
  font-size: 0.24rem;
  line-height: 0.26rem;
  color: #fff;
  background: url("../images/point.png") no-repeat left center;
  background-size: 0.14rem 0.14rem;
}
.enquiry .btns {
  position: absolute;
  bottom: 0.31rem;
  width: 100%;
  height: 0.96rem;
}
.enquiry .btns a {
  float: left;
  display: block;
  width: 50%;
  height: 0.95rem;
  font-size: 0.3rem;
  line-height: 0.95rem;
  color: #fff;
}
.enquiry .btns a.tel {
  text-indent: 1.5rem;
  background: url("../images/telIco.png") no-repeat 0.94rem center;
  background-size: 0.25rem 0.28rem;
}
.enquiry .btns a.online {
  text-indent: 1.44rem;
  border-left: 1px solid #005827;
  background: url("../images/onIco.png") no-repeat 1rem center;
  background-size: 0.28rem 0.28rem;
}
/*经典案例*/
.floor2 .caseList {
  padding: 0 0.3rem;
  padding-bottom: .1rem;
}
.floor2 .caseList .item {
  display: block;
  border-radius: 0.1rem;
  border: 1px solid #ddd;
  margin-bottom: .35rem;
  box-sizing: border-box;
  box-shadow: 0rem 0rem 0.2rem rgba(0, 0, 0, 0.2);
}
.floor2 .caseList .item a {
  display: block;
}
.floor2 .caseList .item .img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 75%;
  border-radius: .1rem .1rem 0 0;
  overflow: hidden;
}
.floor2 .caseList .item img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.floor2 .caseList .item .txt {
  height: 0.9rem;
}
.floor2 .caseList .item .txt .tit {
  height: 0.9rem;
  font-size: 0.34rem;
  line-height: 0.9rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333;
  padding: 0 .2rem;
}
.floor2 .cMore {
  display: block;
  width: 7.06rem;
  height: .96rem;
  margin: 0 auto;
  margin-left: 0.28rem;
  margin-top: 0.3rem;
  background: url("../images/moreM.png") no-repeat center center;
  font-size: .34rem;
  color: #333;
  text-align: center;
  line-height: .8rem;
  background-size: 7.06rem 0.96rem;
}
.about_main {
  background: url(../images/about_bg.jpg) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 11.3rem;
  padding: 0 .7rem;
  color: #fff;
  margin-top: .6rem;
}
.about_main .indexTit .tit {
  color: #fff;
}
.about_main .indexTit .tit em {
  color: #fff;
}
.about_main .indexTit .subtit {
  background: url(../images/title2.png) no-repeat center center;
  background-size: 5.09rem 0.48rem;
}
.about_main .img img {
  width: 100%;
  border: .05rem solid #fff;
}
.about_main h3 {
  font-size: .3rem;
  font-weight: bold;
  line-height: .99rem;
}
.about_main span {
  display: block;
  background: #fff;
  width: .4rem;
  height: .03rem;
  margin-bottom: .2rem;
}
.about_main p {
  font-size: .26rem;
}
.about_main .more {
  border: 1px solid #fff;
  width: 3.3rem;
  line-height: .76rem;
  display: block;
  text-align: center;
  color: #fff;
  font-size: .3rem;
  margin: .2rem auto 0;
  border-radius: .1rem;
}
.about_2 {
  background: #009944;
}
.about_2 li {
  float: left;
  width: 50%;
  margin-top: .39rem;
  margin-bottom: .39rem;
  text-align: center;
  border-right: 1px solid #80cca2;
}
.about_2 li h3 {
  font-size: .69rem;
  color: #fff;
}
.about_2 li h3 span {
  font-size: .24rem;
  vertical-align: baseline;
  margin-left: .05rem;
}
.about_2 li p {
  color: #cecece;
  font-size: .26rem;
}
.floor_7 {
  padding-bottom: .69rem;
}
.floor_7 ul {
  padding: 0 .3rem .2rem;
  padding-bottom: .1rem;
}
.floor_7 li {
  margin-bottom: .3rem;
}
.floor_7 li .left {
  width: calc(100% - 2.7rem);
  border-bottom: 1px solid #ddd;
  padding-bottom: .05rem;
  height: 1.8rem;
  box-sizing: border-box;
  float: left;
}
.floor_7 li .left h3 {
  font-size: .32rem;
  line-height: .4rem;
  height: .8rem;
}
.floor_7 li .left p {
  font-size: .26rem;
  color: #666;
  padding-top: .25rem;
}
.floor_7 li .right {
  float: right;
  width: 2.4rem;
  height: 1.35rem;
}
.floor_7 li .right img {
  width: 2.4rem;
  height: 1.8rem;
  display: block;
  border-radius: .1rem;
}
/*****通用*****/
@media only screen and (min-width: 751px) {
  html {
    font-size: 100px;
  }
}
@media only screen and (max-width: 750px) {
  html {
    font-size: 100px;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 85.3333px;
  }
}
@media only screen and (max-width: 540px) {
  html {
    font-size: 72px;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 64px;
  }
}
@media only screen and (max-width: 414px) {
  html {
    font-size: 55.2px;
  }
}
@media only screen and (max-width: 400px) {
  html {
    font-size: 53.3333px;
  }
}
@media only screen and (max-width: 375px) {
  html {
    font-size: 50px;
  }
}
@media only screen and (max-width: 360px) {
  html {
    font-size: 48px;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 42.6666px;
  }
}
/*# sourceMappingURL=style.css.map */
