@import "bootstrap.css";
@import "../font/iconfont.css";
.header{
  position: fixed;
  top:0;
  width:100%;
  z-index: 500;
  background-color: #fff;
}
#searchModal {
  position: fixed;
  visibility: hidden;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
#searchModal .form-group {
  top: 20px;
  right: 40px;
  opacity: 0;
  position: absolute;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
#searchModal b {
  position: absolute;
  top: -24px;
  left: 135px;
  width: 24px;
  height: 24px;
  border: 12px solid transparent;
  border-bottom-color: #fff;
}
#searchModal input {
  outline: none;
  border: none;
  border-radius: 20px;
  width: 240px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 80px;
}
#searchModal a {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  border-radius: 20px;
  width: 70px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #2A853A;
}
#searchModal.show {
  visibility: inherit;
  z-index: 10000;
}
#searchModal.show .form-group {
  top: 12px;
  opacity: 1;
}
.my-login {
  border-top: 2px solid #288439;
  background-color: #EAEAEA;
  height: 39px;
  line-height: 38px;
  z-index: 100;
}
.my-login ul {
  float: right;
}
.my-login li {
  float: left;
  margin-left: 18px;
}
.hello{
  margin-right:10px;
}
.my-login i {
  margin-right: 7px;
  color: #2A853A;
  font-weight: bold;
}
.my-login a:hover{
  color:#298339;
}
.my-login .countColor {
  color: #EB7828;
}
#search {
  position: relative;
  display: none;
}

#search input[type="text"] {
  border: none;
  border-radius: 10px;
  height: 25px;
  line-height: 25px;
  width: 216px;
  outline: none;
  padding-left: 10px;
  padding-right: 25px;
  vertical-align: middle;
  margin-top: -3px;
}
#search input[type="submit"] {
  margin: 0;
  border:none;
  outline:none;
  position: absolute;
  right: 5px;
  top: 10px;
  font-weight: normal;
  height:18px;
  width: 18px;
  background-image: url(../images/search.png);
}

/****/
.nav-toggle {
  cursor: pointer;
  z-index: 120;
  margin-top: 10px;
  -webkit-user-select: none;
  display: none;
}
.nav-toggle i {
  width: 28px;
  height: 3px;
  display: block;
  background: #656565;
  margin-bottom: 4px;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all 0.2s linear;
}
.nav-toggle i:nth-child(3) {
  margin-bottom: 0;
}
.nav-toggle.active i:nth-child(1) {
  transform: translate3d(0, 7px, 0) rotate(-135deg);
  -webkit-transform: translate3d(0, 7px, 0) rotate(-135deg);
  -moz-transform: translate3d(0, 7px, 0) rotate(-135deg);
  -ms-transform: translate3d(0, 7px, 0) rotate(-135deg);
}
.nav-toggle.active i:nth-child(2) {
  opacity: 0;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
}
.nav-toggle.active i:nth-child(3) {
  transform: translate3d(0, -7px, 0) rotate(135deg);
  -webkit-transform: translate3d(0, -7px, 0) rotate(135deg);
  -moz-transform: translate3d(0, -7px, 0) rotate(135deg);
  -ms-transform: translate3d(0, -7px, 0) rotate(135deg);
}
.my-nav-listBox {
  padding: 8px 0;
  position: relative;
}
#nav-list {
  height: 32px;
}
#nav-list > li {
  float: left;
  position: relative;
  margin-left: 5px;
  height: 77px;
}
#nav-list > li > a {
  font-size: 16px;
  display: block;
  line-height: inherit;
  padding: 5px 12px;
  cursor: pointer;
}
#nav-list > li.active > a {
  color:#298339;
  font-weight: bold;
}
#nav-list > li.active > a {
  color:#298339;
  font-weight: bold;
}
#nav-list > li:hover > a {
  color:#298339;
}
.son-list {
  background-color: #288439;
  overflow: hidden;
  position: absolute;
  z-index: 1000;
  height:0;
  line-height: 35px;
  text-align: left;
  top: 62px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.son-list li {
  border-bottom:1px solid #89C826;
}
.son-list li:hover {
  background-color: #8FC320;
}
.son-list a {
  color: #fff !important;
  display: block;
  width: 100%;
  white-space:nowrap;
  padding-right:20px;
  padding-left:20px;
}
@media screen and (min-width: 992px) {
  .logo {
    float: left;
  }
  #nav-list {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 100;
  }
  #nav-list > li {
    border-radius: 15px;
  }
  #searchModal {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .my-nav-listBox {
    text-align: center;
  }
  .my-nav-listBox .logo {
    display: inline-block;
    width: 100%;
    float: none;
  }
  .my-nav-listBox #nav-list {
    display: inline-block;
    float: none;
    margin-top: 15px;
  }
  .my-nav-listBox .son-list {
    top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .my-login {
    position: fixed;
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .my-login>.container{
    padding-right:0
  }
  .logo img{
    width:260px;
  }
  .my-login li {
    margin-left: 15px;
  }
  .my-login i {
    font-size: 24px;
    vertical-align: middle;
  }
  .my-login .icon-user{
    position: relative;
    top:-2px
  }
  .icon-gouwuche{
    font-size:20px !important;
  }
  .nav-toggle {
    margin-top: 10px;
  }
  .my-nav-listBox {
    text-align: center;
  }
  .my-nav-listBox .logo {
    margin-top: 36px;
    display: inline-block;
    width: 100%;
    float: none;
  }
  #nav-list {
    position: fixed;
    right: -250px;
    top: 40px;
    width: 250px;
    line-height: 48px;
    background-color: #288439;
    text-align: left;
    font-size: 15px;
    transition: all .3s;
    -webkit-transition: right .3s ;
    z-index: 50;
    height: 100%;
  }
  #nav-list > li {
    float: none;
    border-bottom: 1px solid #89C826;
    margin: 0;
    height: auto;
  }
  #nav-list > li a {
    color: #fff !important;
    font-weight: bold;
    font-size: 15px;
    padding-left: 20px;
  }
  #nav-list .son-list {
    position: static;
    width: 100%;
	    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  #nav-list .son-list li{
    border-bottom:1px solid #2E973F;
  }
  #nav-list.in {
    right: 0;
  }
  #search input {
    display: none;
  }
  #search i {
    position: static;
  }
  .nav-toggle {
    display: block;
  }
}
.footer {
  background-color: #288439;
  color: #afdcb7;
  margin-top: 40px;
}
.footer a {
  color: #AFDCB7;
}
.subscription {
  height: 119px;
  background-image: url(../images/footer-bg.jpg);
  background-position: center;
  margin-bottom: 25px;
  text-align: center;
  color: #656565;
}
.subscription .container {
  padding-top: 35px;
}
.subscription .container > div {
  display: inline-block;
  position: relative;
}
.subscription .container > div > * {
  float: left;
  line-height: 44px;
  margin: 0;
}
.subscription .container > div p {
  font-size: 18px;
}

@media screen and (min-width: 992px) {
  .subscription .container > div p {
    margin-right:18px;
  }
}
.subscription .container > div input {
  width: 444px;
  border: none;
  outline: none;
  border-radius: 20px;
  padding: 0 120px 0 20px;
}
.subscription .container > div button {
  width: 115px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  outline: none;
  position: absolute;
  right: 2px;
  bottom: 2px;
  border: none;
  background-color: #eb6100;
  border-radius: 20px;
  transition: all .3s linear;
  -webkit-transition: all .1s linear;
}
.subscription .container > div button:hover {
  background-color: #CA5400;
}
.subscription + div {
  font-size: 14px;
}
.footer-title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.footer-line {
  width: 64px;
  height: 1px;
  background-color: #69a975;
  margin: 20px 0;
  display: block;
}
.footer-list li {
  margin-bottom: 10px;
}
.footer-list.first li {
  float: left;
  width: 50%;
  padding-right:5px;
}
.footer-list.last li {
  line-height: normal;
  margin-bottom: 8px;
}
.codeTwo {
  text-align: center;
  display: inline-block;
}
.codeTwo p {
  margin-top: 10px;
}
.footer-copyright {
  border-top: 1px solid #69A975;
  color:#fff;
}
.footer-copyright a{
  color:#fff;
}
.footer-copyright > * {
  margin: 10px 0;
}
.footer-copyright > :first-child {
  float: left;
}
.footer-copyright > :last-child {
  float: right;
}
.footer-copyright li {
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  #nav-list > li:hover {
    background-color: #89C826;
  }

  .my-nav-listBox .logo img{
    height:45px;
    width:220px;
  }

  .subscription + div {
    text-align: center;
  }
  .subscription + div div {
    margin-bottom: 15px;
  }
  .subscription {
    height: auto;
  }
  .subscription .container > div {
    width: 100%;
  }
  .subscription .container > div > * {
    float: none;
    display: block;
  }
  .subscription .container > div input {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .subscription .container > div button {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-line {
    display: inline-block;
    margin: 10px 0;
  }
  .codeTwo {
    display: block;
  }
  .footer-list li {
    margin-bottom: 10px;
  }
  .footer-list.first li {
    float: none;
    width: auto;
  }
  .footer-copyright > * {
    float: none !important;
  }
}
body {
  color: #656565;
  font-size: 14px;
  overflow-x: hidden;
  font-family: "Arial", "Microsoft YaHei", "宋体", "黑体", sans-serif !important;
  padding-top:132px;
}
@media screen and (min-width: 768px ) and (max-width: 991px){
  body{
    padding-top:184px;
  }
}
p {
  line-height: 170%;
}
a {
  color: #656565;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a:focus {
  text-decoration: none;
}
[class*="col"] {
  padding: 0;
}
h5.commonTitle {
  font-size: 16px;
  color: #288439;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  body{
    padding-top:97px;
  }
  .xs-hide {
    display: none;
  }
}
.news {
  margin-bottom: 20px;
}
.news i {
  font-size: 12px;
  font-weight: bold;
  color: #8FC320;
}
.news > a {
  border: 1px solid #E8E8E8;
  padding: 20px;
  height: 100%;
  display: block;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
}
.news > a:hover {
  background-color: #EBF7ED;
}
.news h4 {
  font-size: 14px;
  margin-bottom: 20px;
}
.news h4 span:nth-child(1) {
  float: left;
  color: #A1CD44;
  font-weight: bold;
}
.news h4 span:nth-child(2) {
  float: right;
  color: #a2a1a1;
}
.news .news-text {
  padding: 0 10px 0 20px;
}
.news .news-text h4 {
  color: #288439;
  margin-bottom: 10px;
  line-height: 20px;
  font-size:14px;
}
.news .news-text p {
  font-size: 12px;
}
.newsMain .news:nth-child(odd) {
  padding-right: 10px;
}
.newsMain .news:nth-child(even) {
  padding-left: 10px;
}
.news img {
  width: 100%;
  max-height: 105px;
}
@media screen and (max-width: 767px) {
  .news img {
    margin: 0 auto 20px auto;
    max-height: none;
  }
  .news-text{
    padding: 0!important;
  }
  .newsMain .news:nth-child(odd) {
    padding-right: 0;
  }
  .newsMain .news:nth-child(even) {
    padding-left: 0;
  }
}
.goKnow {
  width: 113px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  background-color: #8FC320;
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  transition: all .3s linear;
  -webkit-transition: all .2s linear;
}
.goKnow:hover {
  background-color: #288439;
  color: #fff;
}

.carouselBox {
  position: relative;
}
.carouselBox #carouselPic {
  height: 552px;
}
.carouselBox .item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
}
.carouselBox .item-text {
  position: absolute;
  top: 40%;
  left: 20%;
  transform: translate(0, -50%);
  color: #fff;
}
@media screen and (max-width:767px){
	.carouselBox .item-text{
		left:50%;
		top:50%;
		transform: translate(-50%, -50%);
	}
}

.carouselBox .item-text h2 {
  font-size: 50px;
  margin-bottom: 10px;
  font-weight: bold;
  text-shadow: 0 6px 6px rgba(0,0,0,.3);
}
.carouselBox .item-text h3 {
  font-size: 30px;
  font-weight: bold;
    text-shadow: 0 6px 6px rgba(0,0,0,.3);
}
.carouselBox .item {
  transition: opacity .5s linear;
  -webkit-transition: opacity .5s linear;
}
.carouselBox .item.active {
  opacity: 1;
}
.carouselBox #carouselIndex {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.carouselBox .index {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  float: left;
  cursor: pointer;
}
.carouselBox .index:not(:last-child) {
  margin-right: 5px;
}
.carouselBox .index.active {
  background-color: #288439;
  border-color: #288439;
}
[class*="floor"] .title {
  text-align: center;
  margin-top: 55px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px){
  [class*="floor"] .title {
    margin-bottom: 30px;
  }
}
[class*="floor"] .title h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
[class*="floor"] .title .floor-line {
  display: block;
  background-color: #E4E4E4;
  height: 1px;
  position: relative;
  top: 46px;
  z-index: -1;
}
[class*="floor"] .title .line-text {
  display: inline-block;
  color: #c1c1c1;
  background-color: #fff;
  padding: 0 25px;
}
.floor-1 .container {
  position: relative;
  padding: 0;
}
#productBox {
  overflow: hidden;
}
.product-son {
  padding-top: 90px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .5s linear;
  opacity: 0;
  z-index: -5;
}
.product-son > div {
  padding: 0 15px;
}
.product-son .product {
  border: 1px solid #ccc;
  height: 325px;
  position: relative;
}
.product-son .pic {
  width: 180px;
  height: 180px;
  position: absolute;
  z-index: 10;
  background-size: cover;
  border-radius: 50%;
  border: 3px solid #8fc320;
  top: -55%;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
}
.product-son .product-text {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
.product-son .product-text h4 {
  color: #288439;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 25px;
}
.product-son .product-text p {
  text-align: left;
  font-size: 12px;
  margin-bottom: 40px;
}
.product-son.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.product-son.left {
  left: -100%;
  opacity: 0;
}
.product-son.right {
  left: 100%;
  opacity: 0;
}
.productIndex {
  text-align: center;
  margin: 15px 0 20px 0;
}
.productIndex ul {
  display: inline-block;
}
.productIndex li {
  float: left;
  width: 20px;
  height: 4px;
  background-color: #8FC320;
  margin: 0 2px;
}
.productIndex li.active {
  background-color: #288439;
}
.productBtn {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #D9D9D9;
  position: absolute;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.productBtn i {
  font-size: 16px;
  color: #fff;
}
.productBtn:hover {
  background-color: #288439;
}
.productBtn.left {
  top: 50%;
  left: -3%;
  z-index: 20;
}
.productBtn.right {
  top: 50%;
  right: -3%;
  z-index: 20;

}
.floor-2 {
  background: url(../images/aboutMe-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
.floor-2 h4,
.floor-2 h3 {
  text-align: center;
}
.floor-2 h3 a{
  color:#fff;
}
.floor-2 h3 {
  font-size: 24px;
  padding-top: 60px;
  font-weight: bold;
}
.floor-2 h4 {
  font-size: 14px;
  margin: 13px 0 45px 0;
}
.floor-2 .container > div {
  height: 214px;
}
.floor-2 .bg {
  height: 100%;
  width: 100%;
  background-size: 100% 100% !important;
  padding: 0 20px 0 40px;
  font-size: 13px;
  overflow: hidden;
  display:block;
  color:#fff;
}
.floor-2 .bg h5 {
  font-size: 16px;
  font-weight: bold;
  padding: 25px 0;
}
.floor-2 .bg p {
  line-height: 25px;
}
.floor-2 .aboutMe-s1 p {
  margin-top: 70px;
}
.floor-2 .aboutMe-s2 .bg {
  padding-right: 85px;
}
.floor-2 .aboutMe-s2 h6 {
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 5px;
}
.floor-2 .container > div:not(:last-child) {
   padding-right: 20px;
 }

.floor-2 .aboutMe-b .bg {
  background: url(../images/aboutMe-b.jpg) no-repeat center;
}
.floor-2 .aboutMe-s1 .bg {
  background: url(../images/aboutMe-s1.jpg) no-repeat center;
}
.floor-2 .aboutMe-s2 .bg {
  background: url(../images/aboutMe-s2.jpg) no-repeat center;
}
@media screen and (min-width: 992px) {
  .floor-2 {
    height: 478px;
  }
  .floor-2 .goKnow {
    margin-top: 40px;
  }
  .floor-3 .news {
    height: 202px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .floor-3 .news {
    height: 240px;
  }
  .carouselBox .item-text h2 {
    font-size: 28px;
  }
  .carouselBox .item-text h3 {
    font-size: 22px;
  }
  .floor-2 .container > div:not(:last-child) {
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 991px) {
  .product-son > div {
    margin-bottom: 100px;
  }
  .product-son > :nth-child(3) {
    margin-bottom: 0;
  }
  .product-son > :nth-child(4) {
    margin-bottom: 0;
  }
  .floor-2 {
  	text-align:center;
    padding-bottom: 30px;
  }
  .aboutMe-b {
    padding-right: 0 !important;
    margin-bottom: 20px;
  }
  .aboutMe-s1 {
    margin-bottom: 20px;
    padding-right: 10px;
  }
  .aboutMe-s2 {
    padding-left: 10px;
  }
  .carouselBox #carouselPic {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .floor-2 .container > div {
    padding: 0!important;
  }
  .aboutMe-s2 .bg {
    padding-right: 15px !important;
  }
  .floor-1 .goKnow {
    width: 100%;
  }
  .product {
    height: 270px!important;
  }
  .carouselBox .item-text h2 {
    font-size: 35px;
	text-align:center;
	white-space:nowrap;
  }
  .carouselBox .item-text h3 {
    font-size: 22px;
	text-align:center;
	white-space:nowrap;
  }
  .floor-2 .container > div:not(:first-child) {
    height: 150px;
  }
  .productBtn.right,.productBtn.left{
    top:49%;
  }
  .productBtn.left{
    left: 3%;
  }
  .productBtn.right {
    right: 3%;
  }

}
@media screen and (max-width: 500px) {
  .product-son {
    padding-top: 20px;
  }
  .product-son .pic {
    width: 100px;
    height: 100px;
    top: -30%;
  }
  .product {
    height: 220px !important;
  }
  .product-son > div {
    margin-bottom: 40px;
  }
  .productBtn.right,.productBtn.left{
    top:45%;
    height:20px;width:20px;
    line-height: 20px;
  }
  .productBtn i{
    font-size:12px;
  }
  .productBtn.left{
    left: 3%;
  }
  .productBtn.right {
    right: 3%;
  }
}

/*.floatingAd {*/
  /*position: fixed;*/
  /*top: 0; left: 0;*/
/*}*/
.floatingAd .ad {
  z-index: 100;
  background: none;
  position: absolute;
  display: none;
}

.floatingAd a {
  color: #000000;
  display: inline-block;
  text-decoration: none;
}

.floatingAd a img {
  border: 0;
}

.floatingAd .close {
  display: none;
}

.floatingAd .opacity {
  position: absolute;
  top: 0;
  width: 100%;
  height: 25px;
  background-color: #000000;
  opacity: 0.20;
  filter: alpha(opacity=20);
}

.opacity1 {
  opacity: 0.90;
  filter: alpha(opacity=90);
}

.floatingAd .text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 25px;
  color: #000000;
  line-height: 25px;
}

.floatingAd .text .button {
  position: relative;
  float: right;
  top: 5px;
  right: 5px;
  width: 16px;
  height: 16px;
  background: url("../images/close.png") no-repeat;
  cursor: pointer;
}

.floatingAd .text .title {
  position: relative;
  float: left;
  font-size: 12px;
  margin-left: 5px;
}

/* 2018.07.16 首页 广告 */
.ad {
  position: fixed;
  right: 0; top: 50%;
  transform: translate(0, -50%);
  transition: all .5s;
  z-index: 11;
}
.ad.ad-hidden {
  transform: translate(100%, -50%);
}
.ad-close {
  background-color: #fff;
  margin-bottom: 0;
  text-align: right;
  padding-right: 10px;
}