.header-a {
	background: rgb(77, 86, 93); padding: 8px 0px; font-size: 0px;
}
.header-a .hyc {
	color: rgb(255, 255, 255); line-height: 19px; font-size: 12px;
}
.header-a ul {
	
}
.header-a ul li {
	padding: 0px 12px; position: relative;
}
.header-a ul li:last-child::before {
	background: rgb(255, 255, 255); left: 0px; top: 50%; width: 2px; height: 13px; display: inline-block; position: absolute; content: ""; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);
}
.header-a ul a {
	transition:0.2s; color: rgb(255, 255, 255); text-transform: uppercase; line-height: 19px; font-size: 12px; display: inline-block; -o-transition: all .2s; -moz-transition: all .2s; -webkit-transition: all .2s;
}
.header-a ul a:hover {
	color: rgb(62, 177, 53);
}
.header-b {
	background: rgb(255, 255, 255); width: 100%; font-size: 0px; z-index: 200;
}
.header-b .logo {
	
}
.header-b .logo a {
	display: inline-block;
}
.header-b .logo img {
	height: 100px;
}
.header-b .nav {
	
}
.header-b .nav .yiji {
	
}
.header-b .nav .yiji > li {
	
}
.header-b .nav .yiji > li > a {
	padding: 40px 30px; transition:0.2s; color: rgb(51, 51, 51); line-height: 20px; font-size: 16px; display: block; -o-transition: all .2s; -moz-transition: all .2s; -webkit-transition: all .2s;
}
.header-b .nav .yiji > li > a:hover {
	background: rgb(62, 177, 53); color: rgb(255, 255, 255);
}
.header-b .nav .yiji > li > a.cur {
	background: rgb(62, 177, 53); color: rgb(255, 255, 255);
}
.stick {
	left: 0px; top: 0px; position: fixed; box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
.stick .logo img {
	height: 50px;
}
.stick .nav .yiji > li > a {
	padding: 15px 26px; font-size: 14px;
}
.footer-a {
	background: rgb(238, 238, 238); font-size: 0px;
}
.footer-a .fnav {
	width: 960px;
}
.footer-a .fnav li {
	width: 25%; height: 310px; padding-top: 50px; padding-left: 30px; border-left-color: rgb(221, 221, 221); border-left-width: 1px; border-left-style: solid;
}
.footer-a .fnav h3 {
	
}
.footer-a .fnav h3 a {
	color: rgb(51, 51, 51); line-height: 30px; font-size: 16px; display: inline-block;
}
.footer-a .fnav p {
	
}
.footer-a .fnav p a {
	color: rgb(102, 102, 102); line-height: 30px; font-size: 14px; display: inline-block;
}
.footer-a .fewm {
	background: rgb(62, 177, 53); width: 240px; height: 310px; text-align: center; padding-top: 50px;
}
.footer-a .fewm h2 {
	color: rgb(255, 255, 255); padding-bottom: 20px; font-size: 16px; margin-bottom: 20px; position: relative;
}
.footer-a .fewm h2::after {
	background: rgb(255, 255, 255); left: 50%; width: 20px; height: 2px; bottom: 0px; display: inline-block; position: absolute; content: ""; transform: translate(-50%, 50%); -webkit-transform: translate(-50%, 50%); -o-transform: translate(-50%, 50%); -moz-transform: translate(-50%, 50%);
}
.footer-a .fewm .ewm {
	
}
.footer-a .fewm .ewm a {
	display: inline-block;
}
.footer-a .fewm .ewm img {
	border: 5px solid rgb(255, 255, 255); border-image: none; max-width: 110px;
}
.footer-b {
	background: rgb(77, 86, 93); padding: 15px 0px; text-align: center;
}
.footer-b p {
	color: rgb(255, 255, 255); line-height: 20px; font-size: 14px;
}
.footer-b p a {
	color: rgb(255, 255, 255); line-height: 20px; font-size: 14px;
}
/* --下翻页-- */
.page {
    text-align: center;
    width: 100%;
    margin: 20px auto;
  }
  .pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
     }
  .pagination > li {
    display: inline; }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 16px 25px;
    line-height: 1.42857;
    text-decoration: none;
    color: rgb(62, 177, 53);
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: rgb(62, 177, 53);
    border-color: rgb(62, 177, 53);
    cursor: default; }
    /* --下翻页 end-- */


