

.guangfu{margin-top:100px;}
.fangan_cont{
    font-size: 16px;
    text-align: left;
    line-height: 35px;
    color: #333333;
}
.fangan_cont p{
    text-indent: 2em;
    font-size: 16px;
    text-align: left;
    line-height: 35px;
    color: #333333;
}
.fangan_cont_t{
    font-size: 26px;
    text-align: left;
    line-height: 45px;
    color: #1c7059;
    font-weight: bold;
    padding-left: 10px;
}

.jishucanshu{
    font-size: 20px;
    text-align: center;
    color: #333333;
    line-height: 35px;
    border:1px #333333 solid ;
}
.jishucanshu td{
    width:250px;
    height: 50px;
    border:1px #333333 solid ;
}
.p_button {
  display: inline-block;
  border-radius: 10px;
  background-color: #1c7059;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 15px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
 /* margin-top: 80px;*/
  margin-right: 200px;
  font-weight: bold;
 /* -moz-box-shadow: 5px 5px 10px #f0f0f0,-5px -5px 10px #f0f0f0; *//* 鑰佺殑 Firefox */
/*box-shadow: 5px 5px 10px #f0f0f0,-5px -5px 10px #f0f0f0;*/
  border:1px solid #174c3e;
  /*border-image: linear-gradient(to bottom, #ff0000,#000000);*/
  letter-spacing: 1pt;
}

.p_button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 1s;
}
.p_button span a{
    color: #ffffff;
    text-decoration: none;
}
.p_button span a:hover{
    color: #ffffff;
    text-decoration: none;
}
.p_button span:after {
  content: '>>';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.p_button:hover span {
  padding-right: 25px;
}

.p_button:hover span:after {
  opacity: 1;
  right: 0;
}
.news_button {
  display: inline-block;
  border-radius: 10px;
  background-color: #1c7059;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 2px;
}

.news_button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.news_button span a{
    color: #ffffff;
    text-decoration: none;
}
.news_button span a:hover{
    color: #ffffff;
    text-decoration: none;
}
.news_button span:after {
  content: '禄';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.news_button:hover span {
  padding-right: 25px;
}

.news_button:hover span:after {
  opacity: 1;
  right: 0;
}
.bg_dm{
    background: url(../guangfu_wuliao/bg_dm.jpg) no-repeat center center;
    height: 1080px;
}