/*公共的less*/
/* 背景图片的定义*/
/* 字体设置 */
/*边框设置*/
/*是哪一条边框*/
.top-box {
  height: 178px;
  background-image: url("../images/top-bg.png");
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
}
.top-box .logo {
  margin-top: 60px;
  margin-left: 40px;
  float: left;
}
.top-box .nav-box {
  float: right;
}
.top-box .nav-box .nav-ul {
  overflow: hidden;
  position: relative;
  top: 50%;
}
.top-box .nav-box .nav-ul .u-li {
  float: left;
  margin-right: 50px;
  border-radius: 15px;
  display: inline-block;
  margin-top: 30px;
  height: 120px;
}
.top-box .nav-box .nav-ul .u-li .li-a {
  font-size: 20px;
  color: white;
  font-weight: bold;
  display: inline-block;
  width: 30px;
  text-align: center;
  height: 120px;
  position: relative;
  top: 50%;
  margin-top: -48px;
}
.top-box .nav-box .nav-ul .u-li.current  .li-a {
  color: #348f53;
}
.top-box .nav-box .nav-ul .u-li.current {
  background-color: #f7e63f;
}
.top-box .nav-box .nav-ul .u-li:first-child {
  height: 95px;
  margin-top: 44px;
}
.top-box .nav-box .nav-ul .u-li:hover {
  background-color: #f7e63f;
}
.top-box .nav-box .nav-ul .li-6 {
  height: 135px;
  margin-top: 20px;
}
.banner-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 153px;
}
.banner-box img {
  width: 100%;
}
.banner-box .banner-ul {
  position: relative;
}
.banner-box .banner-img {
  overflow: hidden;
}
.banner-box .banner-ul {
  overflow: hidden;
  width: 10000%;
  position: relative;
}
.banner-box .banner-ul li {
  float: left;
  width: 1%;
}
.banner-box .banner-ul a {
  display: block;
}
.banner-box .banner-ul a img {
  width: 100%;
  display: block;
}
.banner-box .banner-clk {
  position: absolute;
  bottom: 15px;
  overflow: hidden;
  left: 50%;
  margin-left: -53px;
  height: 40px;
  border-radius: 35px;
}
.banner-box .banner-clk span {
  display: block;
  width: 15px;
  height: 15px;
  float: left;
  border-radius: 50%;
  margin-right: 15px;
  cursor: pointer;
  margin-top: 13px;
  background-color: white;
}
.banner-box .banner-clk span:first-child {
  margin-left: 15px;
}
.banner-box .banner-clk span.current {
  background-color: #2b7c47;
}
.banner-box .arrow p {
  width: 15px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
}
.banner-box .arrow .left {
  left: 100px;
}
.banner-box .arrow .right {
  right: 100px;
}
.index-title {
  overflow: hidden;
  margin: 0 auto;
  /* width: 700px; */
}
.index-title p {
  float: left;
}
.index-title .l-bg,
.index-title .r-bg {
  width: 15px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-title .l-bg {
  /* background-image: url("../images/l-bg.png"); */
}
.index-title .r-bg {
  /* background-image: url("../images/r-bg.png"); */
}
.index-title .title {
  margin-left: 26px;
  margin-right: 8px;
}
.index-title .title span {
  display: block;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  font-weight: 800;
  border: 4px solid #e41611;
  text-align: center;
  line-height: 74px;
  font-size: 48px;
  color: #e41611;
  float: left;
  margin-right: 14px;
}
.index-title .info {
  margin-right: 35px;
}
.index-title .info span {
  display: block;
  font-size: 26px;
  color: #332f2f;
}
.index-title .info span:first-child {
  font-family: "Arial";
  font-style: Italic;
  font-size: 24px;
  color: #332f2f;
  margin-top: 8px;
  margin-bottom: 8px;
}
.company-box {
  overflow: hidden;
  background-image: url("../images/company-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: calc(40px + 5.2vw);
  /* height: 632px; */
}
.company-box .index-title {
  margin-top: calc(70px + 5.2vw);
}
.company-box .com-info {
  width: 455px;
  margin-left: 40px;
  margin-top: 70px;
}
.company-box .com-info .title {
  font-size: 24px;
  font-weight: bold;
  color: #388456;
  margin-bottom: 45px;
}
.company-box .com-info .word {
  font-size: 18px;
  color: #332f2f;
  line-height: 30px;
  height: 180px;
  overflow: hidden;
}
.company-box .index-title .title span {
  color: #358552;
}
.company-box .index-title .title span {
  border: 4px solid #358552;
}
.pro-box {
  overflow: hidden;
  height: 725px;
  background-image: url("../images/pro-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pro-box .container {
  overflow: hidden;
}
.pro-box .index-title {
  margin-top: 45px;
}
.pro-box .index-title .title span {
  color: #f6e362;
  border-color: #f6e362;
}
.pro-box .index-title .info span {
  color: #fff;
}
.pro-box .index-title .l-bg {
  /* background-image: url("../images/white-l-bg.png"); */
}
.pro-box .index-title .r-bg {
  /* background-image: url("../images/white-r-bg.png"); */
}
.pro-box .pro-d {
  overflow: hidden;
}
.pro-box ul {
  overflow: hidden;
  width: 1600px;
  margin-top: 50px;
  position: relative;
}
.pro-box ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 40px;
}
.pro-box ul li img {
  width: 293px;
  height: 239px;
  border-radius: 40px;
  display: block;
}
.pro-box ul li a {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.pro-box ul li a p {
  position: absolute;
  width: 293px;
  height: 239px;
  background-color: #f0df38;
  left: 0;
  top: 0;
  border-radius: 40px;
  display: none;
}
.pro-box ul li a p .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #2b854a;
  display: block;
  margin-top: 72px;
  margin-bottom: 20px;
}
.pro-box ul li a p .line {
  display: block;
  width: 15px;
  height: 4px;
  background-color: #2b854a;
  margin: 0 auto;
}
.pro-box ul li a p .word {
  display: block;
  font-size: 15px;
  color: #2b854a;
  text-align: center;
  margin-top: 20px;
  height: 25px;
  overflow: hidden;
}
.pro-box ul li a:hover p {
  display: block;
}
.advent-box {
  overflow: hidden;
  height: 715px;
  background-image: url("../images/advent-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.advent-box .container {
  overflow: hidden;
}
.advent-box .index-title {
  /* width: 890px; */
  margin-top: 50px;
}
.advent-box ul {
  margin-top: 50px;
}
.advent-box ul li {
  width: 1200px;
  height: 110px;
  background-color: #388456;
  border-radius: 100px;
  margin-bottom: 15px;
}
.advent-box ul li .index {
  width: 94px;
  height: 94px;
  background-color: #f1de36;
  border-radius: 50%;
  float: left;
  margin-top: 8px;
  margin-left: 10px;
  text-align: center;
  line-height: 94px;
  font-size: 60px;
  font-style: Italic;
  font-family: "Arial";
  color: #388456;
}
.advent-box ul li .info {
  float: left;
  margin-left: 28px;
  width: 1000px;
}
.advent-box ul li .info span {
  display: block;
}
.advent-box ul li .info .title {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 19px;
  margin-bottom: 10px;
}
.advent-box ul li .info .word {
  font-size: 16px;
  color: #ffffff;
  height: 45px;
  overflow: hidden;
}
.advent-box  .index-title .title span {
  border: 4px solid #489c65;
  color: #489c65;
}
.shop-box {
  overflow: hidden;
  height: 725px;
  background: #489c65;
  /* background-image: url("../images/shop-bg.png"); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-size: cover;
}
.shop-box .container {
  overflow: hidden;
}
.shop-box .index-title {
  margin-top: 45px;
  /* width: 890px; */
}
.shop-box .index-title .title span {
  color: #f0df38;
  border-color: #f0df38;
}
.shop-box .index-title .info span {
  color: #fff;
}
.shop-box .index-title .l-bg {
  /* background-image: url("../images/white-l-bg.png"); */
}
.shop-box .index-title .r-bg {
  /* background-image: url("../images/white-r-bg.png"); */
}
.shop-box .shop-info {
  overflow: hidden;
  margin-top: 50px;
}
.shop-box .shop-info .b-img {
  float: left;
  margin-right: 7px;
}
.shop-box .shop-info .b-img img {
  width: 627px;
  height: 479px;
  display: block;
  transition: all 0.5s ease;
}
.shop-box .shop-info .b-img a {
  display: block;
  overflow: hidden;
}
.shop-box .shop-info .b-img a:hover img {
  transform: scale(1.05);
}
.shop-box .shop-info .s-img {
  float: left;
  width: 566px;
  overflow: hidden;
}
.shop-box .shop-info .s-img .box {
  width: 580px;
}
.shop-box .shop-info .s-img img {
  width: 278px;
  height: 234px;
  display: block;
  transition: all 0.5s ease;
}
.shop-box .shop-info .s-img a {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 278px;
  height: 234px;
  overflow: hidden;
}
.shop-box .shop-info .s-img a:hover img {
  transform: scale(1.05);
}
.footer-box {
  overflow: hidden;
  height: 228px;
  /* background-color: #1f1b1b; */
  background-image: url("../images/footer-change.png");
}
.footer-box .container {
  overflow: hidden;
}
.footer-box .footer-one {
  float: left;
  margin-left: 40px;
  margin-top: 50px;
}
.footer-box .footer-two {
  float: left;
  margin-top: 45px;
  margin-left: 20px;
}
.footer-box .footer-two .tel-icon {
  float: left;
}
.footer-box .footer-two .info {
  float: left;
  margin-left: 15px;
}
.footer-box .footer-two .info .title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin: 10px 0;
}
.footer-box .footer-two .info .tel {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  display: block;
  font-family: "Arial";
}
.footer-box .footer-three {
  float: right;
  margin-right: 34px;
  margin-top: 36px;
}
.footer-box .footer-three .wechat {
  float: left;
}
.footer-box .footer-three .wechat img {
  width: 98px;
  height: 98px;
  display: block;
}
.footer-box .footer-three .info {
  float: left;
  font-size: 15px;
  color: #fff;
  width: 90px;
  margin-left: 18px;
  margin-top: 25px;
}
.footer-box .line {
  width: 100%;
  height: 1px;
  background-color: #363232;
  float: left;
  margin-top: 40px;
}
.footer-box .copy-right {
  font-size: 15px;
  color: #fffbfb9e;
  text-align: center;
  float: left;
  display: block;
  width: 100%;
  line-height: 53px;
}
.right-box {
  width: 178px;
  /* height: 330px; */
  background: #489c65;
  /* background-image: url("../images/right-bg.png"); */
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -165px;
  z-index: 999;
}
.right-box .hot-tel {
  /* margin-left: 12px;
  margin-top: 16px; */
  background: #2b7c47;
  padding: 20px;
}
.right-box .hot-tel .title {
  line-height: 32px;
}
.right-box .hot-tel .title img {
  vertical-align: middle;
  margin-bottom: 5px;
}
.right-box .hot-tel .title span {
  font-size: 18px;
  color: #f9fe8c;
}
.right-box .hot-tel .tel-num {
  font-size: 21px;
  font-family: "Arial";
  font-weight: Bold;
  color: #f9fe8c;
  font-style: Italic;
}
.right-box .wechat {
  width: 115px;
  height: 115px;
  margin: 0 auto;
  margin-top: 45px;
  background-color: #f7e63f;
  overflow: hidden;
  border-radius: 5px;
}
.right-box .wechat img {
  width: 98px;
  height: 98px;
  display: block;
  margin: 0 auto;
  margin-top: 9px;
}
.right-box .goto-top {
  height: 64px;
  width: 178px;
  margin-top: 28px;
  background-color: #2b7c47;
  cursor: pointer;
}
.right-box .goto-top img {
  margin-top: 18px;
  margin-left: 15px;
}
.right-box .goto-top:hover {
  background-color: #2b7c47;
}
.inside-box {
  margin-top: 20px;
  overflow: hidden;
}
.inside-box .inside-l {
  float: left;
  margin-bottom: 50px;
}
.inside-box .inside-l .slide-nav {
  /*height: 318px;*/
  width: 272px;
  /* background-image: url("../images/inside-l-bg.png"); */
  background-repeat: repeat-y;
  background-size: auto;
  overflow: hidden;    border-radius: 15px;
  background: #298c4c;
}
.inside-box .inside-l .slide-nav .title {
  /* margin-left: 20px;
  margin-top: 20px; */
  overflow: hidden;
  margin-bottom: 30px;
  padding: 20px;
  /* background-image: url("../images/inside-l-bg-1.png"); */
  /* background-repeat:no-repeat ; */
  /* background-position: 0px 50px; */
  /* height: 95px; */
  border-bottom: 3px solid #fff;
}
.inside-box .inside-l .slide-nav .title span {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  line-height: 37px;
  display: block;
  float: left;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-right: 7px;
}
.inside-box .inside-l .slide-nav ul {
  /* margin-top: 50px; */
}
.inside-box .inside-l .slide-nav ul li {
  margin-bottom: 20px;
  text-align: center;
}
.inside-box .inside-l .slide-nav ul li a {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  text-align: center;
  height: 32px;
  position: relative;
  font-weight: bold;
}
.inside-box .inside-l .slide-nav ul li a::after {
  content: "";
  display: none;
  width: 100%;
  height: 3px;
  position: absolute;
  /*left: 50%;
  margin-left: -17px;*/
  background-color: #f8e63c;
  bottom: -3px;
}
.inside-box .inside-l .slide-nav ul li:hover a {
  color: #f8e63c;
}
.inside-box .inside-l .slide-nav ul li:hover a::after {
  display: block;
}
.inside-box .inside-l .slide-nav ul li.current a {
  color: #f8e63c;
}
.inside-box .inside-l .slide-nav ul li.current a::after {
  display: block;
}
.inside-box .inside-l .contact {
  background-image: url("../images/contact-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 272px;
  height: 264px;
  overflow: hidden;
  margin-top: 12px;
}
.inside-box .inside-l .contact .title {
  margin-left: 20px;
  margin-top: 23px;
  overflow: hidden;
  margin-bottom: 15px;
}
.inside-box .inside-l .contact .title span {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  line-height: 37px;
  display: block;
  float: left;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-right: 7px;
}
.inside-box .inside-l .contact p {
  font-size: 15px;
  font-weight: bold;
  color: #358552;
  margin-left: 20px;
  margin-bottom: 4px;
}
.inside-box .inside-l .contact .address {
  overflow: hidden;
}
.inside-box .inside-l .contact .address span {
  float: left;
  width: 140px;
}
.inside-box .inside-l .contact .address span:first-child {
  width: 75px;
}
.inside-box .inside-r {
  float: right;
  width: 900px;
}
.inside-box .inside-r .pos {
  height: 70px;
  line-height: 70px;
  border-bottom: 2px solid #298c4c;
}
.inside-box .inside-r .pos .title {
  float: left;
}
.inside-box .inside-r .pos .title img {
  vertical-align: middle;
  float: left;
  margin-top: 28px;
  margin-right: 10px;
  display: none;
}
.inside-box .inside-r .pos .title span {
  font-weight: bold;
  color: #303030;
  font-size: 24px;
  float: left;
}
.inside-box .inside-r .pos .pos-info {
  float: right;
  margin-right: 5px;
}
.inside-box .inside-r .pos .pos-info a,
.inside-box .inside-r .pos .pos-info span {
  font-size: 15px;
  color: #555555;
}
/*************************** 特色菜品 *******************************/
.product-box {
  overflow: hidden;
  margin-top: 12px;
}
.product-box ul {
  width: 1000px;
  overflow: hidden;
}
.product-box ul li {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}
.product-box ul li a {
  display: block;
  overflow: hidden;
}
.product-box ul li a img {
  display: block;
  width: 293px;
  height: 239px;
  transition: all 0.5s ease;
}
.product-box ul li a span {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.product-box ul li:hover img {
  transform: scale(1.05);
}
.m-page {
  text-align: center;
  margin: 34px 0 46px 0;
}
.m-page a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ededed;
  font-size: 14px;
  color: #717171;
  margin-right: 15px;
  border-radius: 50%;
  font-weight: bold;
}
.m-page a .pagearr {
  font-size: 14px;
  color: white;
  display: block;
  width: 80px;
  background-color: #ededed;
  color: #717171;
  border-radius: 20px;
}
.m-page a:hover {
  color: #fff;
  background-color: #298c4c;
}
.m-page a:hover .pagearr {
  color: white;
  border: none;
}
.m-page a.first,
.m-page a.last{
	    border-radius: 20px;
}
.m-page a.z-crt {
  color: #fff;
  background-color: #298c4c;
}
.m-page a:hover span {
  background-color: #298c4c;
}
.m-page .first,
.m-page .last {
  width: 80px;
  display: inline-block;
}
/*****************************  产品详细页  ******************************/
.product-detail {
  line-height: 24px;
}
.product-detail h1 {
  padding: 10px 0;
  line-height: 28px;
  text-align: center;
  font-size: 24px;
  color: #000;
  font-family: 'microsoft yahei';
}
.product-detail h1 p {
  display: inline-block;
}
.product-detail .detail-time {
  position: relative;
  text-align: center;
  color: #666;
  font-size: 12px;
  padding: 5px 0;
}
#bdshare {
  position: absolute;
  right: 10px;
  top: 3px;
  line-height: 16px;
}
.product-detail .detail-user {
  text-align: center;
  color: #999;
  font-size: 12px;
  padding: 5px 0;
  margin-bottom: 10px;
}
.product-detail .detail-share {
  padding: 5px 0;
  text-align: right;
}
.product-detail .detail-img {
  text-align: center;
  padding: 10px 0;
}
.product-detail .detail-img img {
  max-width: 100%;
}
.product-detail .detail-con {
  text-align: justify;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  line-height: 20px;
  color: #333;
}
.product-detail .detail-page {
  padding: 10px;
}
.product-detail .detail-page .page-text {
  width: 48%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail-page .right {
  text-align: right;
  float: right;
}
.detail-page .left {
  text-align: left;
  float: left;
}
.product-detail .detail-page .page-text a {
  color: #666;
}
.product-detail .detail-page .page-text a:hover {
  color: #298c4c;
}
/*************************** 新闻列表页 *****************************/
.news-d .sub-news-ptext li {
  position: relative;
  padding: 15px 10px;
  border-bottom: 1px solid #e0e0e0;
  *zoom: 1;
  cursor: pointer;
}
.news-d .sub-news-ptext li a:hover {
  color: #298c4c;
}
.news-d .sub-news-ptext li:hover .u-con h4 a {
  color: #298c4c;
}
.news-d .sub-news-ptext li:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.news-d .sub-news-ptext li .u-img {
  float: left;
  display: block;
  width: 175px;
  height: 125px;
  overflow: hidden;
  margin-right: 15px;
}
.news-d .sub-news-ptext li img {
  width: 175px;
  height: 125px;
}
.news-d .sub-news-ptext li.hover,
.news-d .sub-news-imgtext li:hover {
  background: #298c4c;
}
.news-d .sub-news-ptext li h4 {
  text-align: left;
  font-size: 16px;
  margin-bottom: 5px;
}
.news-d .sub-news-ptext li p {
  color: #666;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-align: justify;
  font-size: 14px;
}
.news-d .sub-news-ptext li p a {
  color: #877f44;
}
.news-d .sub-news-ptext .u-con {
  padding-left: 190px;
}
.news-d .sub-news-ptext .u-time span {
  float: left;
  color: #666;
}
.news-d .sub-news-ptext .u-time a {
  float: right;
  color: #666;
}
.news-d .m-page {
  margin-top: 40px;
}
/*****************************  产品详细页  ******************************/
.news-detail {
  line-height: 24px;
}
.news-detail h1 {
  padding: 10px 0;
  line-height: 28px;
  text-align: center;
  font-size: 24px;
  color: #000;
  font-family: 'microsoft yahei';
}
.news-detail h1 p {
  display: inline-block;
}
.news-detail .detail-time {
  position: relative;
  text-align: center;
  color: #666;
  font-size: 12px;
  padding: 5px 0;
  border-bottom: 1px solid #cecece;
}
#bdshare {
  position: absolute;
  right: 10px;
  top: 3px;
  line-height: 16px;
}
.news-detail .detail-user {
  text-align: center;
  color: #999;
  font-size: 12px;
  padding: 5px 0;
  margin-bottom: 10px;
}
.news-detail .detail-share {
  padding: 5px 0;
  text-align: right;
}
.news-detail .detail-img {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.news-detail .detail-img img {
  max-width: 100%;
}
.news-detail .detail-con {
  text-align: justify;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  line-height: 20px;
  color: #333;
}
.news-detail .detail-page {
  padding: 10px;
}
.news-detail .detail-page .page-text {
  width: 48%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail-page .right {
  text-align: right;
  float: right;
}
.detail-page .left {
  text-align: left;
  float: left;
}
.news-detail .detail-page .page-text a {
  color: #666;
}
.news-detail .detail-page .page-text a:hover {
  color: #298c4c;
}
/***************** sub-content *********************/
.single-page .sub-content {
  padding: 0 10px 20px 10px;
  text-align: justify;
  line-height: 24px;
}
.single-page .sub-content p{
	margin-top: 10px;
}
.single-page .sub-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.single-page .sub-content h1 {
  color: #298c4c;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  display: none;
}
.single-page .sub-content h1 p {
  text-align: center;
  font-size: 12px;
}
.single-page .sub-content p {
  font-size: 14px;
  color: #666;
}
.single-page .sub-content #platform img {
  max-width: none;
  _width: none;
}
.single-page .detail-img {
  position: relative;
  text-align: center;
  padding: 10px 0;
}
.single-page .detail-img .debtn-prev,
.single-page .detail-img .debtn-next {
  position: absolute;
  top: 50%;
  margin-top: -44px;
  display: block;
  _display: none;
  width: 54px;
  height: 87px;
  background: url(../images/pic-debtn.gif) no-repeat;
  z-index: 11;
  filter: alpha(opacity=30);
  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
}
.single-page .detail-img .debtn-prev:hover,
.single-page .detail-img .debtn-next:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}
.single-page .detail-img .debtn-prev {
  left: 0;
  background-position: left 0;
}
.single-page .detail-img .debtn-next {
  right: 0;
  background-position: right 0;
}
/*****************sub-message ************/
.sub-message {
  padding: 50px 30px;
  color: #333;
  font-family: "microsoft yahei";
  margin-top: 20px;
}
.sub-message .m-textimg {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 24px;
  color: #298c4c;
}
.sub-message .m-textimg img {
  float: left;
  margin-right: 15px;
}
.sub-message i {
  font-style: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 5px;
  color: #F00;
}
.sub-message .m-tage {
  padding: 5px 0;
  color: #298c4c;
}
.sub-message .m-form {
  padding: 10px;
  margin-bottom: 10px;
}
.sub-message table {
  width: 100%;
}
.sub-message .m-form table td {
  padding: 7px 0;
}
.sub-message label {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  position: relative;
  top: -1px;
}
.sub-message .m-form table input {
  width: 60%;
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
  vertical-align: middle;
}
.sub-message .m-form .td-textarea {
  vertical-align: middle;
  width: 60%;
}
.sub-message .m-form .td-textarea label {
  float: left;
}
.sub-message .m-form .td-textarea textarea {
  width: 70%;
  height: 168px;
  padding: 5px;
}
.sub-message .m-submit {
  text-align: right;
  vertical-align: top;
}
.sub-message .m-submit img {
  margin-left: 5px;
  vertical-align: top;
}
.sub-message .m-submit .btn {
  width: 80px;
  height: 28px;
  line-height: 24px;
  margin: 0;
  margin-left: 5px;
  border: none;
  font-family: "microsoft yahei";
  cursor: pointer;
  font-size: 14px;
}
.sub-message .m-submit .btn:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
}
.sub-message .m-submit input {
  vertical-align: top;
  height: 24px;
  line-height: 24px;
  margin: 0;
  width: 80px;
  cursor: auto;
  padding-left: 5px;
}
.sub-message .m-submit input,
.sub-message .m-form table input,
.sub-message .m-form .td-textarea textarea {
  border: 1px solid #E1E1E1;
  background: #FFF;
}
.sub-message .m-form {
  border: 1px solid #e0e0e0;
  background: white;
}
.sub-message .m-submit .btn {
  color: #fff;
  background: #298c4c;
}
