@charset "UTF-8";
.vsbcontent_img{
  text-align: center;
  text-indent: 0;
}
/*单行溢出*/
.one_row_ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.m-auto{
  margin: 0 auto;
}
.wrapper{
  width: 1200px;
}
.header{
  height: 176px;
  background-image: url(../images/header-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.header .logo-box{
 clear: both;
 margin: 40px auto;
}
.header .logo-box .left{
  display: inline-block;
  /* width: 511px; */
  overflow: hidden;
  float: left;
  vertical-align: middle;
}
.header .logo-box .left img{
  /* width: 100%; */
  height: 87px;

}
.header .logo-box .right{
  float: right;
  vertical-align: middle;
  margin-top: 25px;
}
.header .logo-box .right div{
  display: inline-block;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0 10px;
  margin: 0;
}
.header .logo-box .right div p{
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
.header .logo-box .right div:last-child{
  border-left: 1px solid #FFFFFF;
  padding-left: 15px;
}
.nav{
  height: 49px;
  background: #007A44;
}
.nav > ul > li{
  display: inline-block;
  /* margin: 0 10px; */
  position: relative;
  margin-right: 26px;
}
.nav > ul > li:last-child{
  margin:0;
}
.nav > ul > li > a{
  display: block;
  padding: 0 10px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 50px;
  height: 50px;
}
.nav > ul > li > a:hover{
  background: #E0C48D;
  color: #007A44;
}
.nav > ul > li:hover ul{
  display: block !important;
  min-width: 100%;
}
.nav > ul > li > ul{
  position: absolute;
  top: 49px;
  left: 0;
  background: #007A44;
  display: none;
  z-index: 999;
}
.nav > ul > li > ul >li{
  width: 100%;
}
.nav > ul > li > ul >li > a{
  display: block;
  white-space: nowrap;
  width: 100%;
  text-align: left;
  line-height: 50px;
  height: 50px;
  color: #fff;
  padding: 0 15px;

}
.nav > ul > li > ul >li > a:hover{
  background: #E0C48D;
  color: #007A44;
}


footer{
  height: 264px;
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
footer .logo{
  /* width: 525px; */
  height: 87px;
  margin: 20px auto 20px;
  display: block;
}
footer .desc-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .desc-wrapper > div:nth-child(2){
  margin: 0 100px;
}
footer .desc-wrapper > div > img{
  margin-right: 15px;
}
footer .desc-wrapper > div > div{
  display: inline-block;
}
footer .desc-wrapper > div > div p:nth-child(1){
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 8px;
}
footer .desc-wrapper > div > div p{
  font-size: 16px;
  color: #FFFFFF;
}
.bottom-text{
  height: 43px;
  background: #026335;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 43px;
  color: #279F66;
}

.yl-list-2{
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.yl-list-2 a{
  padding: 0 20px;
}


.page{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 19px;
}
.page a{
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #030303;
  width: 27px;
  height: 27px;
  line-height: 26px;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  border: 1px solid #cecece;
  border-radius: 2px;
}
.page .ac{
  background: #007a44 !important;
  color: #fff !important;
  border-color: #007a44!important;
}
.page  .page_size{
  font-size: 14px;
  color: #939393;
  margin-left: 30px;
}
.vsbcontent_img{
  text-align: center;
  text-indent: 0;
}
