@charset "utf-8";
/* CSS Document */

.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;
}

.ly{
	 font-family: 'Microsoft YaHei', sans-serif;
    font-size: 16px;
    color: #333333;
    line-height:60px;
    height: 58px;
    border:2px solid  #e4e4e4;
    border-radius: 10px;
    padding:0 30px;
    margin-top: 20px;
    margin-bottom:10px;
    width:88%;
}
.ly:hover{
	border:2px solid  #1b7059;
}
.ly:focus{
	outline-color: #1b7059;
}
.ly_t{
	 font-family: 'Microsoft YaHei', sans-serif;
    font-size: 16px;
    color: #333333;
    line-height:60px;
    border:2px solid  #e4e4e4;
    border-radius: 10px;
    padding:0 30px;
    margin-top: 20px;
    margin-bottom:10px;
    width:94%;
}
.ly_t:hover{
	border:2px solid  #1b7059;
}
.ly_t:focus{
	outline-color: #1b7059;
}
.red{
        color: #ff0000;
    position: absolute;
    padding-top: 40px;
    z-index: 9;
    padding-left: 20px;
}
.news_button {
  display: inline-block;
  border-radius: 10px;
  background-color: #1c7059;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  width: 250px;
  transition: all 1s;
  cursor: pointer;
  margin: 2px;
  margin-left:40px;
  margin-top:30px;
}

.news_button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 1s;
}
.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: 1s;
}

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

.news_button:hover span:after {
  opacity: 1;
  right: 0;
}
.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 ;
}
.lidian_yuanliao{
    font-size: 18px;
    color: #333333;
    line-height: 40px;
}
.bg_dm{
    background: url(../guangfu_wuliao/bg_dm.jpg) no-repeat center center;
    height: 1080px;
}
.n{
    padding-top:30px;
}