body {
  color: #808080;
  word-break: break-all;
  font-family: "Microsoft Yahei", Verdana, Arial;
  -webkit-text-size-adjust: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
img {
  border: none;
}
ul li {
  list-style-type: none;
}
ol li {
  list-style-type: decimal;
}
ul,
form {
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
  outline: none;
  color: #008f3d;
}
a:hover {
  color: #808080;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
.m {
  margin: auto;
  width: 980px;
  clear: both;
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}
p {
  margin-bottom: 0;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.color01 {
  color: #008f3d;
}
.color02 {
  color: #ffffff;
}
.color03 {
  color: #555555;
}
.px12 {
  font-size: 12px;
}
.px14 {
  font-size: 14px;
}
.px16 {
  font-size: 16px;
}
.px18 {
  font-size: 18px;
}
.px20 {
  font-size: 20px;
}
.pages {
  position: relative;
  text-align: center;
  margin: 30px auto;
}
.pages .pagination-page {
  width: auto !important;
  position: static !important;
  display: inline-block;
}
.pages .pagination-page li {
  display: inline-block;
  padding: 0 8px;
}
.pages .pagination-page li.active {
  color: #008f3d;
}
.pages .pagination-page li.active a {
  color: #008f3d;
}
.pages .pagination-page li,
.pages .pagination-page a {
  color: #808080;
}
.header {
  z-index: 1998;
  height: 90px;
  width: 100%;
  min-width: 980px;
  position: fixed;
}
.header .inner-content {
  background: #ffffff;
}
.header .inner-shadow {
  background: url(image/header-bg.png) left bottom repeat-x;
  height: 0px;
  display: none;
}
.header .inner-left {
  width: 200px;
  float: left;
  text-align: left;
}
.header .inner-left img {
  margin-top: 25px;
  height: 40px;
}
.header .inner-center {
  width: 700px;
  float: left;
}
.header .inner-right {
  width: 78px;
  float: left;
}
.header .inner-right .lang {
  font-size: 14px;
  margin-top: 35px;
  width: 50px;
  height: 20px;
  line-height: 18px;
  overflow: hidden;
  border: 1px solid #008f3d;
  border-radius: 3px;
  position: relative;
}
.header .inner-right .lang .move-bg {
  background: #008f3d;
  position: absolute;
  top: 0;
  left: 0px;
  width: 25px;
  height: 100%;
}
.header .inner-right .lang a {
  display: block;
  width: 25px;
  text-align: center;
  position: absolute;
  top: 0;
  color: #cbcccd;
}
.header .inner-right .lang a.en {
  left: 25px;
}
.header .inner-right .lang a.cn {
  left: 0px;
}
.header .inner-right .lang a.hover {
  color: #ffffff;
}
.header .inner-right .lang #lang {
  white-space: nowrap;
}
.header .inner-right .lang.lang-0 .cn,
.header .inner-right .lang.lang-1 .en {
  color: #ffffff;
}
.header .menus ul.pul {
  margin: 0 auto;
  display: inline-block;
}
.header .menus ul.pul .sub-list {
  width: 100%;
}
.header .menus li.pli {
  color: #555555;
  width: 135px;
  border-right: 1px solid #eeeeee;
  display: block;
  float: left;
  font-size: 16px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  white-space: nowrap;
  position: relative;
}
.header .menus li.pli:first-child {
  border-left: 1px solid #eeeeee;
}
.header .menus li.pli a {
  display: block;
  width: 100%;
  height: 100%;
  color: #555555;
}
.header .menus li.pli .nav-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #008f3d;
  width: 0;
  max-width: 135px;
}
.header .menus li.pli.active .nav-line {
  width: 100%;
}
.header.fixed {
  position: fixed;
  top: 0;
}
.header.m-header {
  height: 60px;
  transition: all 0.5s;
}
.header.m-header .inner-left {
  width: 200px;
  float: left;
  text-align: left;
}
.header.m-header .inner-left img {
  margin-top: 10px;
  height: 40px;
}
.header.m-header .menus li.pli {
  height: 60px;
  line-height: 60px;
}
.header.m-header .inner-right .lang {
  font-size: 14px;
  margin-top: 20px;
}
.submenu {
  background: #f8f9fa;
  color: #808080;
  width: 100%;
  z-index: 1998;
  height: 60px;
  display: none;
  position: fixed;
  top: 90px;
}
.submenu a {
  color: #808080;
}
.submenu.active {
  display: block;
}
.submenu .submenu-item {
  width: 980px;
}
.submenu .submenu-item ul {
  margin-left: 180px;
}
.submenu .submenu-item li {
  height: 60px;
  line-height: 60px;
  float: left;
  padding: 0 30px;
  color: #808080;
  font-size: 14px;
}
.submenu.fixed {
  position: fixed;
  top: 95px;
}
.fixed-fix {
  position: relative;
  height: 90px;
}
.list-style01 .inner-item {
  width: 310px;
  height: 227px;
  position: relative;
  margin-left: 25px;
  float: left;
}
.list-style01 .inner-item:first-child {
  margin-left: 0;
}
.list-style01 .inner-item .poa {
  position: absolute;
}
.list-style01 .inner-item .fl {
  float: left;
}
.list-style01 .inner-item .fr {
  float: right;
}
.list-style01 .inner-item a img {
  display: inline-block;
  width: 310px;
  height: 141px;
}
.list-style01 .inner-item .bg {
  left: 0;
  top: 0;
  width: iwidth;
  height: 141px;
  background: #000;
  filter: alpha(opacity=40);
  opacity: 0.4;
  transition: opacity 0.5s;
}
.list-style01 .inner-item .border {
  left: 0;
  top: 0;
  width: 100%;
  height: 141px;
  border: 3px solid #008f3d;
  border-bottom: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 0.5s;
}
.list-style01 .inner-item .int {
  padding: 10px 16px;
  background: #f8f9fa;
  line-height: 16px;
  transition: background 0.5s;
}
.list-style01 .inner-item .year {
  width: 48px;
  padding-top: 8px;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 5px;
  border-bottom: 0px solid #808080;
  color: #008f3d;
  text-transform: uppercase;
  text-align: center;
  transition: color 0.5s;
  white-space: nowrap;
  background: url(image/list-style01_02.png) center bottom no-repeat;
}
.list-style01 .inner-item .d {
  font: 36px/36px Impact;
  color: #008f3d;
  transition: color 0.5s;
}
.list-style01 .inner-item .tips {
  width: 220px;
  margin-top: 5px;
}
.list-style01 .inner-item .tips a {
  display: inline-block;
  width: 100%;
  color: #808080;
  transition: color 0.5s;
}
.list-style01 .inner-item .tips a.tit {
  color: #555555;
}
.list-style01 .inner-item .tips a.introduce {
  height: 32px;
  overflow: hidden;
  margin-top: 5px;
}
.list-style01 .inner-item:hover .bg,
.list-style01 .inner-item.hover .bg,
.list-style01 .inner-item.active .bg {
  filter: alpha(opacity=0);
  opacity: 0;
}
.list-style01 .inner-item:hover .border,
.list-style01 .inner-item.hover .border,
.list-style01 .inner-item.active .border {
  filter: alpha(opacity=100);
  opacity: 1;
}
.list-style01 .inner-item:hover .int,
.list-style01 .inner-item.hover .int,
.list-style01 .inner-item.active .int {
  background: #008f3d;
}
.list-style01 .inner-item:hover .year,
.list-style01 .inner-item.hover .year,
.list-style01 .inner-item.active .year {
  color: #fff;
  border-bottom: 0px solid #ffffff;
  background: url(image/list-style01_01.png) center bottom no-repeat;
}
.list-style01 .inner-item:hover .d,
.list-style01 .inner-item.hover .d,
.list-style01 .inner-item.active .d {
  color: #fff;
}
.list-style01 .inner-item:hover a,
.list-style01 .inner-item.hover a,
.list-style01 .inner-item.active a {
  color: #fff!important;
}
.list-style02 .inner-item {
  width: 196px;
  height: 286px;
  float: left;
  position: relative;
  margin-left: 0px;
  background: #ffffff;
}
.list-style02 .inner-item .inner-thumb {
  height: 196px;
  width: 100%;
  top: 0;
  left: 0;
}
.list-style02 .inner-item .inner-thumb img {
  width: 100%;
}
.list-style02 .inner-item .inner-thumb .inner-border {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-style02 .inner-item .inner-body {
  height: 90px;
  width: 100%;
  background: #f8f9fa;
  top: 196px;
  left: 0;
}
.list-style02 .inner-item .inner-body a {
  display: block;
}
.list-style02 .inner-item .inner-body .inner-title {
  color: #555555;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 15px;
  margin-left: 15px;
}
.list-style02 .inner-item .inner-body .inner-link {
  color: #008f3d;
  font-size: 12px;
  margin-top: 15px;
  margin-left: 15px;
}
.list-style02 .inner-item:hover .inner-border,
.list-style02 .inner-item.hover .inner-border,
.list-style02 .inner-item.active .inner-border {
  border: 2px solid #008f3d;
}
.list-style02 .inner-item:hover .inner-body,
.list-style02 .inner-item.hover .inner-body,
.list-style02 .inner-item.active .inner-body {
  background: #008f3d;
}
.list-style02 .inner-item:hover a,
.list-style02 .inner-item.hover a,
.list-style02 .inner-item.active a {
  color: #ffffff !important;
}
.list-style02 .inner-item.inner-item-mod-1 .inner-thumb {
  top: 90px;
}
.list-style02 .inner-item.inner-item-mod-1 .inner-body {
  top: 0;
}
.footer {
  border-top: 5px solid #008f3d;
  padding: 50px 0 55px 0;
  background: #f8f9fa;
}
.footer .inner-left {
  height: 145px;
  width: 316px;
  float: left;
  border-right: 1px solid #cbcccd;
}
.footer .inner-left .inner-head {
  color: #555555;
  font-size: 18px;
  margin-top: 10px;
}
.footer .inner-left .inner-body {
  margin-top: 18px;
  font-size: 14px;
}
.footer .inner-left .inner-body li {
  display: block;
  float: left;
  width: 95px;
  text-align: left;
  height: 28px;
  line-height: 28px;
}
.footer .inner-left .inner-body li a {
  width: 100%;
  display: block;
  color: #808080;
}
.footer .inner-left .inner-body li a:hover {
  color: #008f3d;
}
.footer .inner-center {
  height: 145px;
  float: left;
  padding-left: 60px;
}
.footer .inner-center .inner-head {
  color: #555555;
  font-size: 18px;
  margin-top: 10px;
}
.footer .inner-center .inner-body {
  margin-top: 18px;
  font-size: 14px;
}
.footer .inner-center .inner-body p {
  line-height: 28px;
}
.footer .inner-right {
  height: 145px;
  width: 268px;
  float: right;
  border-left: 1px solid #cbcccd;
  position: relative;
}
.footer .inner-right > div,
.footer .inner-right > a {
  position: absolute;
  display: block;
  cursor: pointer;
}
.footer .inner-right .inner-qrcode {
  width: 110px;
  height: 125px;
  background: url(image/footer-qrcode.png) no-repeat;
  left: 70px;
  top: 10px;
}
.footer .inner-right .inner-service {
  width: 50px;
  height: 50px;
  background: url(image/footer-service.png) no-repeat;
  right: 0;
  top: 15px;
}
.footer .inner-right .inner-service:hover {
  background-position: 0 -50px;
}
.footer .inner-right .inner-alibaba {
  width: 50px;
  height: 50px;
  background: url(image/footer-alibaba.png) no-repeat;
  right: 0;
  top: 85px;
}
.footer .inner-right .inner-alibaba:hover {
  background-position: 0 -50px;
}
.dunkee-copyright {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 100%;
  min-width: 980px;
  background: #808080;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
.dunkee-copyright span {
  display: inline-block;
  height: 25px;
  line-height: 25px;
}
.dunkee-copyright .inner-thumb {
  vertical-align: 2px;
  margin-left: 15px;
}
.banner-container {
  height: 300px;
  background: url(image/banner-container-101.jpg) center top no-repeat;
}
.banner-container.banner-container-5 {
  background-image: url(image/banner-container-5.jpg);
}
.banner-container.banner-container-21 {
  background-image: url(image/banner-container-21.jpg);
}
.banner-container.banner-container-22 {
  background-image: url(image/banner-container-22.jpg);
}
.banner-container.banner-container-101 {
  background-image: url(image/banner-container-101.jpg);
}
.banner-container.banner-container-102 {
  background-image: url(image/banner-container-102.jpg);
}
.banner-container.banner-container-103 {
  background-image: url(image/banner-container-103.jpg);
}
.mod-nav {
  height: 60px;
  line-height: 60px;
  background: #f8f9fa;
  width: 100%;
  min-width: 980px;
  position: relative;
  top: 0;
  left: 0;
}
.mod-nav.fixed {
  position: fixed;
  top: 60px;
  z-index: 1000;
}
.mod-nav .m {
  position: relative;
}
.mod-nav .navbg {
  display: block;
  width: 180px;
  height: 60px;
  left: 0;
  top: 0;
  position: absolute;
  background: url(image/navbg.png) center top no-repeat;
}
.mod-nav ul {
  position: absolute;
  top: 0;
  left: 0;
}
.mod-nav ul:hover li.active a {
  color: #808080;
}
.mod-nav ul:hover li.active.hover a {
  color: #ffffff;
}
.mod-nav li {
  width: 180px;
  float: left;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
}
.mod-nav li a {
  color: #808080;
  display: block;
  width: 100%;
  height: 100%;
}
.mod-nav li.active a {
  color: #ffffff;
}
.mod-nav li.hover a {
  color: #ffffff;
}
.dunkee-head01 {
  font-size: 40px;
  color: #555555;
  white-space: nowrap;
  display: inline-block;
  padding-bottom: 20px;
  background: url(image/underline.png) center bottom no-repeat;
}
.arrow-left {
  background: url(image/arrow-left.png) no-repeat left top;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -23px;
  width: 28px;
  height: 46px;
}
.arrow-right {
  background: url(image/arrow-right.png) no-repeat left bottom;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -23px;
  width: 28px;
  height: 46px;
}
.arrow-left-1 {
  z-index: 9999;
  background: url(image/arrow-left-1.png) no-repeat left top;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -16.5px;
  width: 20px;
  height: 33px;
}
.arrow-left-1:hover {
  background-position: left bottom;
}
.arrow-right-1 {
  z-index: 9999;
  background: url(image/arrow-right-2.png) no-repeat left top;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -16.5px;
  width: 20px;
  height: 33px;
}
.arrow-right-1:hover {
  background-position: left bottom;
}
.bdsharebuttonbox {
  float: right;
}
.bdsharebuttonbox a {
  background: rgba(0, 0, 0, 0) url("image/bg_sign30.png") no-repeat scroll 0 0 !important;
  display: inline-block;
  float: left;
  height: 22px !important;
  margin: 0 1px !important;
  padding: 0 !important;
  width: 35px !important;
}
.bdsharebuttonbox a:hover {
  background-position: 0 -22px !important;
}
.bdsharebuttonbox .bds_tsina {
  background-position: 0 -44px !important;
}
.bdsharebuttonbox .bds_tsina:hover {
  background-position: 0 -66px !important;
}
.bdsharebuttonbox .bds_qzone {
  background-position: 0 -88px !important;
}
.bdsharebuttonbox .bds_qzone:hover {
  background-position: 0 -110px !important;
}
.bdsharebuttonbox .bds_tqq {
  background-position: 0 -132px !important;
}
.bdsharebuttonbox .bds_tqq:hover {
  background-position: 0 -154px !important;
}
.bdsharebuttonbox .bds_sqq {
  background-position: 0 -176px !important;
}
.bdsharebuttonbox .bds_sqq:hover {
  background-position: 0 -198px !important;
}
.bdsharebuttonbox .bds_tieba {
  background-position: 0 -220px !important;
}
.bdsharebuttonbox .bds_tieba:hover {
  background-position: 0 -242px !important;
}
.list-style-m22 .inner-item {
  width: 457px;
  height: 197px;
  display: block;
  float: left;
  background: #f8f9fa;
  color: #555555;
  margin-bottom: 25px;
  position: relative;
}
.list-style-m22 .inner-item > div {
  position: absolute;
}
.list-style-m22 .inner-item .border {
  width: 100%;
  height: 100%;
  border: 1px solid #cbcccd;
  z-index: 10;
}
.list-style-m22 .inner-item img {
  max-height: 100%;
  max-width: 100%;
}
.list-style-m22 .inner-item .item-left {
  width: 197px;
  height: 197px;
  background-color: #ffffff;
}
.list-style-m22 .inner-item .item-right {
  width: 260px;
  height: 197px;
  left: 197px;
  padding-left: 28px;
}
.list-style-m22 .inner-item .item-right .inner-title {
  font-size: 15px;
  margin-top: 22px;
}
.list-style-m22 .inner-item .item-right .inner-content2 {
  width: 170px;
  font-size: 12px;
  margin-top: 10px;
  line-height: 18px;
  height: 126px;
  overflow: hidden;
}
.list-style-m22 .inner-item .item-right .inner-link {
  position: absolute;
  right: 16px;
  bottom: 8px;
  color: #008f3d;
}
.list-style-m22 .inner-item .item-right .inner-link:after {
  content: "详情 >";
}
.list-style-m22 .inner-item:hover,
.list-style-m22 .inner-item.active {
  background: #008f3d;
  color: #ffffff !important;
}
.list-style-m22 .inner-item:hover .border,
.list-style-m22 .inner-item.active .border {
  border: 2px solid #008f3d;
}
.list-style-m22 .inner-item:hover .inner-link,
.list-style-m22 .inner-item.active .inner-link {
  color: #ffffff !important;
}
.list-style-m22 .inner-item.inner-item-mod-1 {
  margin-left: 65px;
}
.dunkee-list-style01 .inner-item {
  background: url(dunkee/dunkee-list-style01-dot.png) left bottom repeat-x;
  padding-bottom: 50px;
  padding-top: 50px;
}
.dunkee-list-style01 .item-left {
  width: 60.2%;
  float: left;
}
.dunkee-list-style01 .item-right {
  width: 28.6%;
  float: right;
}
.dunkee-list-style01 .inner-thumb img {
  max-width: 100%;
}
.dunkee-list-style01 .inner-title {
  font-size: 18px;
}
.dunkee-list-style01 .inner-title,
.dunkee-list-style01 .inner-title a {
  color: #555555;
}
.dunkee-list-style01 .inner-addtime {
  font-size: 12px;
  color: #808080;
  margin-top: 10px;
}
.dunkee-list-style01 .inner-introduce {
  font-size: 14px;
  color: #808080;
  line-height: 28px;
  margin-top: 10px;
  height: 84px;
  overflow: hidden;
}
.dunkee-list-style01 .inner-btn {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 15px;
  background: #cbcccd;
}
.dunkee-list-style01 .inner-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.dunkee-list-style01 .inner-btn a:after {
  content: "查看 > ";
}
.dunkee-list-style01 .inner-btn,
.dunkee-list-style01 .inner-btn a {
  color: #ffffff;
}
.dunkee-list-style01 .inner-btn:hover {
  background: #008f3d;
}
.dunkee-list-style01 .inner-btn:hover,
.dunkee-list-style01 .inner-btn:hover a {
  color: #ffffff;
}
.dunkee-list-style02 .inner-item {
  background: url(dunkee/dunkee-list-style01-dot.png) left bottom repeat-x;
  height: 39px;
  width: 100%;
  font-size: 14px;
}
.dunkee-list-style02 .inner-item,
.dunkee-list-style02 .inner-item a {
  color: #808080;
}
.dunkee-list-style02 .inner-item a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 39px;
}
.dunkee-list-style02 .inner-item:hover,
.dunkee-list-style02 .inner-item:hover a {
  color: #ffffff;
}
.dunkee-list-style02 .inner-item:hover a {
  background: #008f3d;
}
.dunkee-list-style02 .inner-item .inner-pre {
  padding: 0 8px;
}
.dunkee-list-style02 .inner-item .inner-pre:after {
  content: " > ";
}
.dunkee-list-style02 .inner-item .inner-addtime {
  float: right;
  padding-right: 8px;
}
