  

*{
  margin: 0;
  padding: 0;
}
body{
  font-family: "Microsoft YaHei"; 
}
ul,li{
  list-style: none;
}
a{
  text-decoration: none;
}
a:hover{
  cursor: pointer;
}
img{
  background: none;
  border-width: 0;
  width:100%
}
table{
  width: 100%;
}
.clear:after{
  clear: both;
  content: "";
  display: block;
}
.header .topbg{
  position: relative;
  height: 96px;
  background: url(../image/topbgbg.jpg);
}
.header .topbg img{
  position: absolute;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
}
.nav{
  background: #4bb344;
}
.nav>ul{
  width: 1000px;
  margin: 0 auto;
}
.nav>ul>li{
  position: relative;
  float: left;
  width: 100px;
  height: 50px;
  text-align: center;
}
.nav>ul>li:hover{
  background: #37a25c;
}
.nav>ul>li>a{
  color: #fff;
  font-size: 16px;
  line-height: 50px;
}
.nav>ul>li>ul{
  width: 100px;
  position: absolute;
  background: #fff;
  display: none;
  z-index: 1000;
}
.nav>ul>li:hover ul{
  display: block;
}
.nav>ul>li>ul li{
  height: 38px;
}
.nav>ul>li>ul li a{
  color: #333;
  font-size: 14px;
  line-height:38px;
}
.nav>ul>li>ul li a:hover{
  color: #37a25c;
}

.content .ntopbg{
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.content .ntopbg img{
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 200px;
}
.container{
  width: 1000px;
  margin: 0 auto;
  margin-top: 20px;
}
.container .nc-left{
  float: left;
  width: 215px;
}
.container .nc-right{
  float: right;
  width: 745px;
}
.footer{
  height: 165px;
  background: #525252;
  margin-top: 30px;
}
.footer>div{
  width: 1000px;
  margin: 0 auto;
}
.footer .yqlj{
  padding: 30px 0;

}
.footer .yqlj>div{
  margin-right: 20px;
  width: 235px;
  height: 30px;
  float: left;
  overflow: hidden;
  background: #fff;
}
.footer .yqlj select{
  font-family: "Microsoft YaHei"; 
  width: 254px;
  height: 30px;
  line-height: 30px;
  border: none;
  -moz-appearance: none;
    -webkit-appearance:none;
    -ms-appearance:none;
    appearance:none; 
    padding-left: 12px;
     background: url(../image/sels-bg.jpg) no-repeat 205px 0;
     z-index:1000;
}
.footer .yqlj select option{
  width: 235px;
}
.footer .yqlj>div.spl{
  margin-right: 0;
}
.footer .bq-ba{
  font-size: 14px;
  color: #fff;
}
.footer .bq-ba .bq-ba-l{
  float: left;
}
.footer .bq-ba .bq-ba-r{
  width: 165px;
  float: right;
}
.f-page
{  position:relative;
  bottom:0;
  margin-top: 30px;
  text-align:center
}
.f-page ul{
  width: 330px;
  margin: 0 auto;
}
.f-page a
{
  font-family: "son";
  display:inline-block;
  width:auto;
  max-width:58px;
  color: #37a25c;
  font-size: 12px;
  height: 23px;
  line-height: 23px;
  border:1px solid #ccc;
  margin-right: 5px;
  padding:0 10px;
}
.f-page a:hover{
  background: #37a25c;
  color: #fff;
}
.ts-im
{
  font-size:16px;
}
.ts-im img{
  max-width: 600px;
}