﻿/**
   * 个人添加的css函数
 */
/*头部样式*/
* {
  box-sizing: border-box;
}
.l-head {
    font-family: "黑体";
    width: 100%;
    margin: 0 auto;
    padding: 0;
    /*border-bottom: 1px solid #80a33d;*/
    position: relative;
    min-width: 1200px;
    /*左边logo部分*/
    /*右边导航部分*/
}
.l-head .head-content:after {
  content: "";
  display: block;
  clear: both;
}
.l-head .green-background {
  position: absolute;
  z-index: 90;
  width: 755px;
  height: 100px;
  /*background:url(../images/logo1.png) no-repeat;*/
  left: -360px;
  top: 0;
  overflow:hidden;
}
.l-head .green-background:hover .logo{
	transform:scale(1.1);
	}
.l-head .logo-part {
  padding-right: 0 ;
  height: 100px;
  width: 25%;
  float: left;
}
.l-head .logo-part div {
  width: 100%;
  height: 120px;
  float: left;
  background-color: #43a848;
  padding-left: 20px;
}
@media only screen and (max-width: 640px) {
  .l-head .logo-part div {
    padding-left: 0px;
    height: 85px;
  }
}
.l-head .logo {
width:71px; height:57px; margin:21px 280px 0 0; float:right; display:block;
transition:all 0.3s ease;
}
.l-head .top-nav {
  float: right;
  padding: 0;
  height: 100px;
  text-align: right;
  width: 75%;
}
.l-head .top-nav .frist-mune {
  margin-bottom: 0 ;
  height: 100px;
  background-color: white;
}
.l-head .top-nav .option {
  padding: 0 20px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  height: 101px;
  padding-top: 30px;
  border-bottom: 3px solid transparent;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-head .top-nav .option .option-text {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.l-head .top-nav .option .titleGary {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
    .l-head .top-nav .option:hover {
        border-color: #80a33d;
    }
.l-head .top-nav .option a {
  display: block;
  cursor: pointer;
}

.l-head .top-nav .option p{
  font-size:12px;
  line-height: 24px;
}

    .l-head .top-nav .option:hover > a {
        color: #80a33d;
        text-decoration: none;
    }
    .l-head .top-nav .option:hover .titleGary {
        color: #80a33d;
    }
    .l-head .top-nav .option:hover .option-text {
        color: #80a33d;
    }
.l-head .top-nav .second-mune {
  display: none;
  width: 150px;
  padding: 10px 6px;
  border: 1px solid #f0f0f0;
  position: absolute;
  top: 101px;
  left: 50%;
  margin-left: -75px;
  z-index: 150;
  background-color: rgba(255,255,255,1);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffffffff');
}
.l-head .top-nav .second-mune > li > a {
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  text-align: left;
  padding-left:30px;
  border-bottom: 1px solid #c7dccb;
  position: relative;
}
.l-head .top-nav .second-mune > li:last-child > a {
  border-bottom: none;
}
.l-head .top-nav .second-mune a:hover {
  color: #43a848;
}
.l-head .top-nav .third-mune {
  border-bottom: 1px solid #c7dccb;
  display: none;
}
.l-head .top-nav .third-mune > li a {
  height: 25px;
  line-height: 25px;
  font-size: 12px ;
  text-align: left;
  padding-left:35px;
  position: relative;
}

.l-head .top-nav .third-mune > li a:hover:after {
  transform: translateX(5px);
  color: #43a848;
}
.l-head .top-nav .mune-plus:after {
  content: ">";
  position: absolute;
  right: 0;
  margin-right: 4px;
  line-height: 34px;
  font-size: 16px;
}
.l-head .top-nav .mune-active {
  color: #43a848;
}
.l-head .top-nav .mune-active:after {
  content: "-";
  font-size: 25px;
}
.l-head .font-12 {
  font-size: 12px;
}
/*底部样式*/
.l-foot {
  position: relative;
  width: 100%;
  min-width: 1200px;
  font-size: 12px;
}
.l-foot .triangle {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  cursor: pointer;
  transform: rotate(0deg);
  transform-origin: center 75%;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #43a848 transparent;
  border-width: 15px;
  width: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.l-foot .triangle:hover {
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #9fdc03 transparent;
  border-width: 15px;
  width: 0;
  height: 0;
  overflow: hidden;
}
.l-foot .triangle-active {
  transform: rotate(180deg);
}
.l-foot .Bac {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 40px;
  text-align: center;
}
.l-foot .bottom-bar {
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: -10;
  display: none;
  background-color: #2a342c;
  -webkit-box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.4);
}
.l-foot .bottom-bar .bottomBar-content {
  padding: 24px 0px;
  vertical-align: top;
  position: relative;
}
.l-foot .bottom-bar .bottomBar-content:after {
  content: "";
  display: block;
  clear: both;
}
.l-foot .bottom-bar .row-item1 {
  padding: 0;
  width: 58%;
  float: left;
}
.l-foot .bottom-bar .row-item2 {
  padding: 0;
  width: 42%;
  float: left;
}
.l-foot .bottom-bar ul {
  width: 100px;
  vertical-align: top;
  float: left;
  margin-right: 70px;
  color: white;
  font-size: 12px;
  margin-top: 14px;
}
.l-foot .bottom-bar ul a {
  font-size: 12px;
  color: white;
  position: relative;
}
.l-foot .bottom-bar ul a:before {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-family: "agency ";
  font-weight: 700 ;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  content: "-";
  margin-left: -6px;
  margin-right: 6px;
  transform: translateX(-12px);
}
.l-foot .bottom-bar ul a:after {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-family: "agency ";
  font-weight: 700 ;
  opacity: 0;
  filter: alpha(opacity=0);
  content: "-";
  margin-left: 6px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translateX(12px);
}
.l-foot .bottom-bar ul a:hover:before {
  transform: translateX(0px);
  opacity: 1;
  filter: alpha(opacity=100);
}
.l-foot .bottom-bar ul a:hover:after {
  transform: translateX(0px);
  opacity: 1;
  filter: alpha(opacity=100);
}
.l-foot .bottom-bar .qrcode {
  float: left;
  width: 120px;
  text-align: center;
  margin-top:18px;
}
.l-foot .bottom-bar .qrcode img {
  display: block;
  width: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.l-foot .bottom-bar .qrcode .bdsharebuttonbox {
  padding-left: 5px;
}
.l-foot .bottom-bar .message {
  color: white;
  font-size: 12px;
  float: left;
  margin-left: 50px;
  text-align: left;
  padding-top: 16px;
}
.l-foot .bottom-bar .message img {
  display: block;
  float: left;
  width: 60px;
  height: 56px;
}
.l-foot .bottom-bar .message > div {
  padding-top: 8px;
}
.l-foot .bottom-bar .message span {
  font-size: 12px;
  line-height: 20px;
  margin-left: 20px;
  color: white;
}
.l-foot .bottom-bar .message p {
  font-size: 12px;
  clear: both;
  margin-bottom: 0;
  color: white;
}
.l-foot .bottom-bar .message .telephone {
  font-size: 20px;
  font-weight: 700px;
  height: 40px;
  line-height: 40px;
  color: white;
}
.l-foot .bottom-bar .message .address {
  height: 34px;
  width: 290px;
  line-height: 17px;
  overflow: hidden;
  color: white;
}
    .l-foot .copyright {
        width: 100%;
        background-color: #007759;
        line-height: 40px;
        text-align: center;
    }
.l-foot .copyright span {
  height: 40px;
  display: inline-block;
  margin: 0 14px;
  color: white;
  font-size: 12px;
}
.l-foot .copyright a {
  font-size: 12px;
  color: white;
}
.l-foot .copyright a:hover {
  color: gainsboro;
}
.l-head .top-nav .option .option-text{
  font-size:15px;
}