*{
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
html{
  width:100%; 
  height:100%;
  margin: 0;
  padding: 0;
}
a{color:#000}
body{
  width:100%; 
  height:100%;
  background:url(../img/body-bg.png) no-repeat;
}
/*header*/
.header{
    width: 100%;
    height: auto;
    z-index: 2;
    float: left;
}
.headerInfo{
    width: 1200px;
    height: 200px;
    display: flex;
    align-content: center;
    margin: auto;
    left: 0;
    right: 0;
   background-color: transparent;
}
.headerInfoList{
  width: 1200px;
  height: 12px;
  display: flex;
  margin:auto;
  justify-content: flex-end;
}
.headerInfoLi{
  height: 12px;
  line-height: 12px;
  text-align: center;
  font-size: 14px;
  padding:0 10px;
  border-right: 2px solid #FFFFFF;
}
.headerInfoLi-last{
  height: 12px;
  line-height: 12px;
  font-size: 14px;
  margin-left: 10px;
}
.headerInfoLink{
  width: 100%;
  height: 100%;
  text-align: center;
  color: #FFFFFF;
}
.headerNav{
    width: 100%;
    height: 54px;
    display: flex;
    align-content: center;
    background-color: #179040;
    float: left;
}
.headerNavList{
  box-sizing: border-box;
    width: 1400px;
    height: 54px;
    margin: auto;
    justify-content: flex-end;
}
.headerNavLi{
   margin: 0 40px;
    padding: 0 10px;
    cursor: pointer;
    display: block;
   float: left;
}
.headerNavLink{
  color: #333333;
}
.headerNavLink:hover,.selected{
 color: #ffffff;
    text-underline-offset: 11px;
    line-height: 54px;
    font-size: 18px;
    width: auto;
    display: block;
    float: left;
}
/*footer*/
.footer{
    width: 100%;
    height: 271px;
    background: url(../img/img21.png);
    float:left;
    position: relative;
}
 .foot-center{
     width:1200px;
     margin:0 auto;
     height:auto;}
 .foot-text{
     width:50%;
     height:auto;
     float:left;}
  .banquan{
      width:100%;
      height: 45px;
      background-color: rgba(0, 0, 0, 0.29);
      position: absolute;
      bottom:0;
      left:0;
      text-align:center;
      color:#fff;
      line-height:45px;}
.footerList {
  width:100%;
  justify-content: center;
  padding-top: 60px;
float:left
}
.footerList li{
    width: 120px;
    float: left;
    padding: 0 20px 10px 0;
    display:block;
}
.footerLi {
  color: #FFFFFF;
}
.footerLi:hover{
  font-weight: bold;
  text-decoration: underline 3px;
  text-underline-offset: 11px;
}
.slash {
  width: 1px;
  height: 20px;
  background-color: #FFFFFF;
  transform: rotate(36deg) translateY(2px);
}
.address {
 font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: left;
    margin-top: 10px;
}
.technicalSupport {
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 22px;
}
.bottom {
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 64px;
}
.backTop {
  text-align: center;
  width: 60px;
  height: 100px;
  position: absolute;
  right: 360px;
  bottom: 62px;
  cursor: pointer;
}
.icon-plus-shiftup {
  font-size: 40px;
  color: #FFFFFF;
}
.backTopSpan {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 8px;
}

/*菜单*/
.navLi,.navLiFirst{
  height: 50px;
  line-height: 50px;
  text-indent: 43px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-right: 10px;
  color: #333333;
  cursor: pointer;
}
.navLi:hover,.navCurrentList{
  background-color: #FFAA23;
}
.leftNav{
  width: 190px;
  height: 686px;
  background: url(../img/img80.png) no-repeat;
  background-color: #F9F9F9;
  background-position: bottom left;
}
.currentList{
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #DEDEDE;
}
/*新闻列表*/
.newsList{
  height:initial;
}
.newsLi{
  display: flex;
  height: 40px;
  align-items: center;
  margin-top: 10px;
  box-sizing: border-box;
  padding-left: 20px;
border-bottom: 1px dashed #E5E3E3;
}
.newsLi:hover{
  background-color: #F0F9F3;
}
.newsTitle{
  width: 750px;
  margin: 0 64px 0 10px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsTitle:hover{
  color: #179040;
}
.newsDate{
  color: #8a8a8a;
}
.yjymLi{
  display: flex;
  height: auto;
  align-items: center;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 6px;
border-bottom: 1px dashed #E5E3E3;
}
.pag{
    justify-content: flex-end;
    width: 100%;
    text-align: center;
    padding-top: 16px;
}
.total,.num,.prev,.next,.input{
  font-size: 14px;
  color: #555555;
  width: 66px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #DEDEDE;
  background-color: #FFFFFF;
}
.page{
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #DEDEDE;
  background-color: #179040;
  color: #FFFFFF;
}
.input{
  outline: none;
}
.ref{
  width: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #179040;
  background-color: #F8FCF9;
  border: 1px solid #179040;
  outline: none;
  cursor: pointer;
}
.prev,.next{
  cursor: pointer;
}
.red{
  color: red;
}

.summary-ul{
width: 100%;
    height: 258px;
    overflow: hidden;
}
.summary-li{
display: flex;
    align-items: center;
    margin: 6px 0;
    width: 100%;
    float: left;
    border-bottom: 1px dashed #626262;
    line-height: 31px;
}
.summary-a{
font-size: 16px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}
.summary-span{
font-size: 16px;
    color: #999999;
    margin-left: 20px;
}