@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
::selection {
  background-color: #6eaa6f;
  color: #fff;
}
::-moz-selection {
  background-color: #6eaa6f;
  color: #fff;
}
::-webkit-selection {
  background-color: #6eaa6f;
  color: #fff;
}
* {
  padding: 0;
  margin: 0;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #6eaa6f;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #6eaa6f;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
  font-size: 14px;
  font-family: 'Microsoft YaHei', arial, helvetica;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
html {
  cursor: url(../images/cur.png), default;
}
a {
  cursor: url(../images/Acur.png), default;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
textarea {
  animation: animated 1s infinite;
  -moz-animation: animated 1s infinite;
  -webkit-animation: animated 1s infinite;
  -o-animation: animated 1s infinite;
}
input[type="text"] {
  animation: animated 1s infinite;
  -moz-animation: animated 1s infinite;
  -webkit-animation: animated 1s infinite;
  -o-animation: animated 1s infinite;
}
input[type="button"] {
  cursor: url(../images/Acur.png), default !important;
}
input,
button {
  outline: none;
}
@keyframes animated {
  0% {
    cursor: url('../images/Pcuro1.png'), auto;
  }
  8.8% {
    cursor: url('../images/Pcuro2.png'), auto;
  }
  17.6% {
    cursor: url('../images/Pcuro3.png'), auto;
  }
  26.4% {
    cursor: url('../images/Pcuro4.png'), auto;
  }
  35.2% {
    cursor: url('../images/Pcuro5.png'), auto;
  }
  44% {
    cursor: url('../images/Pcuro6.png'), auto;
  }
  52.8% {
    cursor: url('../images/Pcuro7.png'), auto;
  }
  61.6% {
    cursor: url('../images/Pcuro8.png'), auto;
  }
  70.4% {
    cursor: url('../images/Pcuro9.png'), auto;
  }
  79.2% {
    cursor: url('../images/Pcuro10.png'), auto;
  }
  88% {
    cursor: url('../images/Pcuro11.png'), auto;
  }
  100% {
    cursor: url('../images/Pcuro12.png'), auto;
  }
}
.wjdh-message * {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.nyContent {
  margin: 0 auto;
  position: relative;
  width: 1280px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nyContent:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.nyContent * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ny_banner img {
  display: block;
  width: 100%;
}
.videoBox {
  padding: 30px 0 90px;
}
.videoBox .videoList ul {
  margin-right: -70px;
}
.videoBox .videoList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.videoBox .videoList ul li {
  float: left;
  margin-right: 70px;
  width: 380px;
  background-color: #f6f6f6;
  margin-top: 70px;
}
.videoBox .videoList ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 18px;
  position: relative;
}
.videoBox .videoList ul li .bt:after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background-color: #7e7e7e;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -16px;
}
.videoBox .videoList ul li .pic {
  display: block;
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.videoBox .videoList ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.videoBox .videoList ul li:hover .bt {
  color: #6eaa6f;
}
.videoBox .videoList ul li:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.nytitle {
  text-align: center;
}
.nytitle h4 {
  text-transform: uppercase;
  font-family: "BodoniBT", 'Times New Roman', Times, serif;
  font-size: 46px;
  line-height: 32px;
  font-weight: bold;
}
.nytitle h3 {
  height: 24px;
  margin-top: 32px;
  line-height: 24px;
  font-size: 24px;
}
.nytitle h3 i {
  display: inline-block;
  vertical-align: top;
  height: 24px;
  background-color: rgba(110, 170, 111, 0.3);
  border-radius: 15px;
  margin-left: 16px;
  line-height: 24px;
  font-size: 16px;
  font-family: "BodoniBT", 'Times New Roman', Times, serif;
  letter-spacing: 2px;
  color: #6eaa6f;
  font-weight: bold;
  padding: 0 20px 0 22px;
  text-transform: uppercase;
}
.nytitle h3:after {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #6eaa6f;
  margin-left: 16px;
  border-radius: 15px;
  display: inline-block;
  vertical-align: top;
}
.nyAbout {
  background: url(../images/nyaboutbg.jpg) center bottom no-repeat;
}
.nyAboutBox {
  padding: 70px 0;
}
.nyAboutBox .nyAboutText {
  margin-top: 70px;
}
.nyAboutBox .nyAboutText img {
  max-width: 100%;
  height: auto !important;
}
.nyAboutBox .nyAboutText h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
}
.nyAboutBox .nyAboutText p {
  color: #666666;
  font-size: 16px;
  line-height: 36px;
  margin: 30px 0;
}
.nyAboutBox .nyAboutText .imgList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nyAboutBox .nyAboutText .imgList img {
  margin: 10px 0;
}
.nyHistory {
  background: url(../images/nyfzbg.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 70px 0;
}
.nyFzlcBox .nyFzlcL {
  float: left;
  width: 230px;
  color: #ffffff;
}
.nyFzlcBox .nyFzlcL .tit {
  line-height: 1;
}
.nyFzlcBox .nyFzlcL .tit h3 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1px;
}
.nyFzlcBox .nyFzlcL .tit h4 {
  font-size: 16px;
  margin-top: 18px;
  letter-spacing: 1px;
  line-height: 14px;
}
.nyFzlcBox .nyFzlcL .nyFzlcTab {
  margin-top: 50px;
  margin-left: 60px;
  position: relative;
}
.nyFzlcBox .nyFzlcL .nyFzlcTab:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 330px;
  background-color: #ffffff;
  top: 50px;
  left: 18px;
}
.nyFzlcBox .nyFzlcL .nyFzlcTab .fzlcPrev {
  display: block;
  width: 37px;
  height: 37px;
  background-color: #ffffff;
  line-height: 37px;
  text-align: center;
  color: #333333;
  cursor: pointer;
  border-radius: 100%;
  outline: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nyFzlcBox .nyFzlcL .nyFzlcTab .fzlcPrev:before {
  content: "<";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1) rotate(90deg);
  -moz-transform: scale(1) rotate(90deg);
  -o-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
  font-size: 24px;
  font-weight: bold;
  font-family: simsun;
}
.nyFzlcBox .nyFzlcL .nyFzlcTab .fzlcPrev:hover {
  background-color: #333333;
  color: #fff;
}
.nyFzlcBox .nyFzlcL .nyFzlcTab .fzlcNext {
  display: block;
  width: 37px;
  height: 37px;
  background-color: #ffffff;
  line-height: 37px;
  text-align: center;
  color: #333333;
  cursor: pointer;
  border-radius: 100%;
  outline: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nyFzlcBox .nyFzlcL .nyFzlcTab .fzlcNext:before {
  content: ">";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1) rotate(90deg);
  -moz-transform: scale(1) rotate(90deg);
  -o-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
  font-size: 24px;
  font-weight: bold;
  font-family: simsun;
}
.nyFzlcBox .nyFzlcL .nyFzlcTab .fzlcNext:hover {
  background-color: #333333;
  color: #fff;
}
.nyFzlcBox .nyFzlcL .nyFzlcTab .swiper-container {
  height: 282px;
  overflow: hidden;
  margin: 39px 0;
}
.nyFzlcBox .nyFzlcL .nyFzlcTab .swiper-container ul li {
  height: 94px;
  line-height: 94px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #e6f5eb;
  font-size: 20px;
  padding-left: 40px;
  position: relative;
}
.nyFzlcBox .nyFzlcL .nyFzlcTab .swiper-container ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  left: 13px;
  top: 50%;
  margin-top: -5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyFzlcBox .nyFzlcL .nyFzlcTab .swiper-container ul li.on:before,
.nyFzlcBox .nyFzlcL .nyFzlcTab .swiper-container ul li.swiper-slide-thumb-active:before {
  box-shadow: 0 0 0 4px #ffffff;
  background: #6eaa6f;
}
.nyFzlcBox .nyFzlcTabs {
  float: right;
  width: 1048px;
  position: relative;
  margin-right: -28px;
  margin-top: 24px;
}
.nyFzlcBox .nyFzlcTabs .swiper-container {
  overflow: hidden;
  height: 522px;
}
.nyFzlcBox .nyFzlcTabs .swiper-container ul li {
  height: 522px;
  position: relative;
  z-index: 1;
}
.nyFzlcBox .nyFzlcTabs .swiper-container ul li:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: -1;
  width: 579px;
  height: 383px;
  border: solid 1px #eaeaea;
}
.nyFzlcBox .nyFzlcTabs .swiper-container ul li .pic {
  display: block;
  width: 530px;
  height: 522px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #fff;
}
.nyFzlcBox .nyFzlcTabs .swiper-container ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyFzlcBox .nyFzlcTabs .swiper-container ul li:hover .pic img {
  -webkit-transform: scale(1.06) rotate(0);
  -moz-transform: scale(1.06) rotate(0);
  -o-transform: scale(1.06) rotate(0);
  transform: scale(1.06) rotate(0);
}
.nyFzlcBox .nyFzlcTabs .swiper-container ul li .cont {
  position: absolute;
  right: 28px;
  top: 74px;
  z-index: 2;
  width: 554px;
  height: 383px;
  background-color: #ffffff;
  padding: 70px 40px 0 60px;
}
.nyFzlcBox .nyFzlcTabs .swiper-container ul li .cont h4 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 24px;
  height: 44px;
  line-height: 44px;
}
.nyFzlcBox .nyFzlcTabs .swiper-container ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 42px;
  height: 126px;
  font-size: 16px;
  color: #666666;
  margin-top: 8px;
}
.nyFzlcBox .nyFzlcTabs .fzlcPage {
  position: absolute;
  left: 536px;
  top: 370px;
  z-index: 3;
}
.nyFzlcBox .nyFzlcTabs .fzlcPage .fzlcPrev {
  float: left;
  height: 22px;
  width: 28px;
  background: url(../images/fzlcl.png) 0 center no-repeat;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  cursor: pointer;
  outline: none;
}
.nyFzlcBox .nyFzlcTabs .fzlcPage .fzlcPrev:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.nyFzlcBox .nyFzlcTabs .fzlcPage .fzlcNext {
  float: left;
  height: 22px;
  width: 28px;
  background: url(../images/fzlcr.png) 0 center no-repeat;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  cursor: pointer;
  outline: none;
}
.nyFzlcBox .nyFzlcTabs .fzlcPage .fzlcNext:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.nyFzlcBox .nyFzlcTabs .fzlcPage .num {
  float: left;
  font-size: 0;
  margin: 0 15px;
  font-size: 16px;
  color: #666666;
  width: auto;
  line-height: 1;
}
.nyFzlcBox .nyFzlcTabs .fzlcPage .num .swiper-pagination-current {
  font-size: 24px;
  line-height: 22px;
  color: #1a2a3d;
  vertical-align: bottom;
}
.nyFzlcBox .nyFzlcTabs .fzlcPage .num .swiper-pagination-current::before {
  content: "0";
}
.nyFzlcBox .nyFzlcTabs .fzlcPage .num .swiper-pagination-total::before {
  content: "0";
}
.nyHonorBox {
  margin-top: 75px;
}
.nyHonorBox .nyHonorTabs {
  margin-top: 50px;
}
.nyHonorBox .nyHonorTabs ul {
  margin-right: -42px;
}
.nyHonorBox .nyHonorTabs ul li {
  height: 453px;
  width: 288px;
  margin-right: 42px;
  float: left;
}
.nyHonorBox .nyHonorTabs ul li .pic {
  display: block;
  width: 100%;
  height: 387px;
  position: relative;
  overflow: hidden;
  background: url(../images/nyHonorbg.jpg) center center no-repeat;
  padding: 26px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyHonorBox .nyHonorTabs ul li .pic i {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #fff;
}
.nyHonorBox .nyHonorTabs ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyHonorBox .nyHonorTabs ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  height: 66px;
  line-height: 66px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyHonorBox .nyHonorTabs ul li:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.nyHonorBox .nyHonorTabs ul li:hover .bt {
  color: #6eaa6f;
}
.nyHonorBox .nyHonorTabs .nyHonorPage {
  text-align: center;
  font-size: 0;
  margin-top: 50px;
}
.nyHonorBox .nyHonorTabs .nyHonorPage .nyHonorPrev {
  width: 36px;
  height: 36px;
  background-color: #000000;
  display: inline-block;
  vertical-align: top;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
  color: #fff;
  outline: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nyHonorBox .nyHonorTabs .nyHonorPage .nyHonorPrev:before {
  content: "<";
  display: block;
  width: 100%;
  height: 100%;
  font-family: simsun;
  font-size: 24px;
  font-weight: bold;
}
.nyHonorBox .nyHonorTabs .nyHonorPage .nyHonorPrev:hover {
  background-color: #6eaa6f;
}
.nyHonorBox .nyHonorTabs .nyHonorPage .nyHonorNext {
  margin-left: 600px;
  width: 36px;
  height: 36px;
  background-color: #000000;
  display: inline-block;
  vertical-align: top;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
  color: #fff;
  position: relative;
  outline: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nyHonorBox .nyHonorTabs .nyHonorPage .nyHonorNext:before {
  content: ">";
  display: block;
  width: 100%;
  height: 100%;
  font-family: simsun;
  font-size: 24px;
  font-weight: bold;
}
.nyHonorBox .nyHonorTabs .nyHonorPage .nyHonorNext:after {
  content: "";
  width: 500px;
  height: 1px;
  background-color: #dddddd;
  display: block;
  position: absolute;
  top: 50%;
  left: -550px;
}
.nyHonorBox .nyHonorTabs .nyHonorPage .nyHonorNext:hover {
  background-color: #6eaa6f;
}
.nyLogoBox {
  padding: 80px 0;
}
.nyLogoBox .nyLogoText {
  margin-top: 50px;
}
.nyLogoBox .nyLogoText img {
  max-width: 100%;
  height: auto !important;
}
.nyLogoBox .nyLogoText .tip {
  font-size: 24px;
  line-height: 42px;
  margin-top: 20px;
}
.nyLogoBox .nyLogoText p {
  font-size: 16px;
  line-height: 42px;
  margin: 30px 0;
}
.nyLogoBox .nyLogoText .nyLogoimg {
  text-align: center;
}
.nyLogoBox .nyLogoText .nyLogoimg img {
  display: block;
  margin: auto;
}
.nyPzBox {
  padding: 70px 0;
}
.nyPzBox ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 40px;
}
.nyPzBox ul li:first-child {
  margin-top: 0;
}
.nyPzBox ul li:nth-child(2n) {
  flex-direction: row;
}
.nyPzBox ul li .pic {
  float: left;
  max-width: 434px;
}
.nyPzBox ul li .pic img {
  display: block;
}
.nyPzBox ul li .cont {
  width: 772px;
}
.nyPzBox ul li .cont .pzItem {
  margin-top: 30px;
}
.nyPzBox ul li .cont .pzItem:first-child {
  margin-top: 0;
}
.nyPzBox ul li .cont .pzItem .pzTit {
  padding-left: 152px;
  position: relative;
  height: 124px;
  padding-top: 22px;
}
.nyPzBox ul li .cont .pzItem .pzTit .num {
  position: absolute;
  left: 0;
  top: 0;
  width: 124px;
  height: 124px;
  background-color: #6eaa6f;
  border-radius: 100%;
  text-align: center;
  line-height: 124px;
  font-size: 36px;
  letter-spacing: 2px;
  color: #ffffff;
}
.nyPzBox ul li .cont .pzItem .pzTit h4 {
  color: #6eaa6f;
  line-height: 44px;
  font-size: 24px;
}
.nyPzBox ul li .cont .pzItem .pzTit h5 {
  line-height: 1;
  font-size: 16px;
  letter-spacing: 1px;
  color: #666666;
  padding-top: 8px;
  border-top: 1px solid #6eaa6f;
  margin-top: 8px;
}
.nyPzBox ul li .cont .pzItem .pzText {
  margin-left: 152px;
  font-size: 16px;
  line-height: 40px;
  color: #666666;
}
.nyPzBox ul li:nth-child(3) .cont .pzItem .pzText {
  line-height: 30px;
}

.addpage{margin: 40px auto 0; text-align: center;}



.addpage span{ display:inline-block; margin:0 3px; border: 1px solid #e5e5e5; line-height: 30px; cursor:pointer; text-align: center;padding: 0 10px;color: #464646;}



.addpage a{ display:inline-block; margin:0 3px; border: 1px solid #e5e5e5; line-height: 30px; cursor:pointer; text-align: center;padding: 0 10px;color: #464646;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-ms-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.addpage a:hover{background: #6eaa6f;color: #fff;border: 1px solid #6eaa6f;}
.addpage .current{background: #6eaa6f;color: #fff;border:1px solid #6eaa6f;}

