﻿/*
--------------------------------------------
全局定义
--------------------------------------------
*/
.page-size {
  width: 1004px;
  margin: 0 auto;
}
.header {
  height: 101px;
}
.header .logo {
  width: 230px;
  height: 100%;
}
.header .head_info {
  background: url(../images/header_bg.png) no-repeat right top;
}
.header .head_info .top_link {
  height: 49px;
  line-height: 32px;
  padding: 11px 0 6px;
  text-align: right;
}
.header .head_info .top_link a {
  font: 12px/32px Simsun;
  color: #999;
  padding: 0 15px;
}
.header .head_info .top_link a:hover {
  color: #1e9b2d;
}
.header .head_info .top_tel {
  height: 30px;
  font: 12px/30px Simsun;
  color: #545454;
  position: relative;
  padding-left: 24px;
}
.header .head_info .top_tel i {
  font: 22px/30px arial;
  color: #32aa41;
}
.header .head_info .top_tel:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 29px;
  height: 30px;
  background: url("../images/icons.png") no-repeat 0 0;
}
.nav {
  width: 100%;
  margin: 0 auto;
  height: 43px;
  border-bottom: 1px solid #148a22;
  background: #1e9b2d;
}
.nav ul {
  padding: 0 10px 0 7px;
}
.nav ul li {
  float: left;
  position: relative;
  width: 126px;
  height: 100%;
  line-height: 43px;
  text-align: center;
  font-size: 14px;
  z-index: 9;
  margin: 0 7px;
}
.nav ul li > a {
  color: #fff;
}
.nav ul li:hover,
.nav ul li.cur {
  background: #84cf8d;
}
.nav ul li:hover > a,
.nav ul li.cur > a {
  color: #0a7d18;
  font-weight: bold;
}
.nav ul li .nav_down {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 6px 0;
  background: #1e9b2d;
  opacity: .8;
  fliter: alpha(opacity=80);
}
.nav ul li .nav_down a {
  display: block;
  text-align: center;
  height: 28px;
  line-height: 28px;
  color: #fff;
  overflow: hidden;
}
.nav ul li .nav_down a:hover {
  background: #84cf8d;
  color: #1e9b2d;
}
.footer {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  background: #282828;
  overflow: hidden;
}
.footer .foot_code {
  width: 100px;
  height: 70px;
  padding: 7px;
  margin-right: 27px;
  border: 1px solid #424242;
}
.footer .foot_code img {
  width: 54px;
  height: 54px;
}
.footer .foot_code i {
  float: right;
  display: inline-block;
  width: 19px;
  font-size: 13px;
  color: #878787;
}
.footer .foot_nav {
  width: 550px;
  padding: 8px 0 6px 17px;
  background: url(../images/foot_line.png) no-repeat left center;
  overflow: hidden;
}
.footer .foot_nav ul {
  overflow: hidden;
}
.footer .foot_nav ul li {
  float: left;
  font-size: 14px;
  line-height: 28px;
}
.footer .foot_nav ul li a {
  display: inline-block;
  height: 14px;
  line-height: 14px;
  color: #d4d4d4;
  padding: 0 8px;
  border-left: 1px dotted #848484;
}
.footer .foot_nav ul li a:hover {
  color: #fff;
}
.footer .foot_nav ul li:first-child a {
  border-left: none;
}
.footer .foot_nav p {
  font-size: 12px;
  color: #666;
  line-height: 28px;
  padding-left: 8px;
}
.footer .foot_contact {
  padding-top: 5px;
}
.footer .foot_contact p {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  text-align: right;
}
.footer .foot_contact p i {
  font-family: arial;
}
.ny_banner {
  width: 100%;
  height: 263px;
  position: relative;
}
.ny_banner div {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 263px;
  overflow:hidden
}
.ny_main {
  padding-top: 10px;
  overflow: hidden;
}
.ny_main .ny_left {
  width: 260px;
}
.ny_main .ny_left dl dt {
  height: 61px;
  line-height: 57px;
  padding: 4px 0 0 64px;
  font-size: 30px;
  color: #212121;
  border-bottom: 3px solid #dbdbdb;
  background: #f3f3f3;
  position: relative;
}
.ny_main .ny_left dl dt:before {
  position: absolute;
  left: 40px;
  top: 23px;
  content: "";
  width: 5px;
  height: 25px;
  border-radius: 2px;
  background: #1e9b2d;
}
.ny_main .ny_left dl dd {
  height: 50px;
  border-bottom: 1px solid #eee;
  padding: 8px 0 0 20px;
}
.ny_main .ny_left dl dd > a {
  display: block;
  position: relative;
  width: 203px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #212121;
  padding: 0 17px 0 45px;
  overflow:hidden
}
.ny_main .ny_left dl dd > a:before {
  position: absolute;
  right: -34px;
  top: 0;
  content: "";
  border-style: dashed dashed dashed solid;
  border-width: 17px;
  border-color: transparent transparent transparent #1e9b2d;
  display: none;
}
.ny_main .ny_left dl dd:hover > a,
.ny_main .ny_left dl dd.cur > a {
  background: #1e9b2d;
  color: #fff;
  font-weight: bold;
}
.ny_main .ny_left dl dd:hover > a:before,
.ny_main .ny_left dl dd.cur > a:before {
  display: block;
}
.ny_main .ny_left01 {
  width: 260px;
}
.ny_main .ny_left01 dl dt {
  height: 61px;
  line-height: 57px;
  padding: 4px 0 0 64px;
  font-size: 30px;
  color: #212121;
  border-bottom: 3px solid #dbdbdb;
  background: #f3f3f3;
  position: relative;
}
.ny_main .ny_left01 dl dt:before {
  position: absolute;
  left: 40px;
  top: 23px;
  content: "";
  width: 5px;
  height: 25px;
  border-radius: 2px;
  background: #1e9b2d;
}
.ny_main .ny_left01 dl dd {
  border-bottom: 1px solid #eee;
}
.ny_main .ny_left01 dl dd > a {
  display: block;
  width: 260px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #212121;
  padding: 0 17px 0 45px;
  overflow:hidden
}
.ny_main .ny_left01 dl dd:hover > a,
.ny_main .ny_left01 dl dd.cur > a {
  background: #1e9b2d;
  color: #fff;
  font-weight: bold;
}
.ny_main .ny_left01 dl dd .left_down {
  display: none;
  background: #f3f3f3;
  padding-bottom: 2px;
}
.ny_main .ny_left01 dl dd .left_down a {
  position: relative;
  width: 280px;
  display: block;
  font-size: 13px;
  color: #434343;
  line-height: 36px;
  height: 36px;
  padding: 0 20px 0 75px;
  overflow:hidden
}
.ny_main .ny_left01 dl dd .left_down a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 36px;
  background: url("../images/icons.png") no-repeat -40px -80px;
  display: none;
}
.ny_main .ny_left01 dl dd .left_down a:hover,
.ny_main .ny_left01 dl dd .left_down a.on {
  color: #fff;
  background: #1e9b2d;
  font-weight: bold;
}
.ny_main .ny_left01 dl dd .left_down a:hover:after,
.ny_main .ny_left01 dl dd .left_down a.on:after {
  display: block;
}
.ny_main .ny_right {
  width: 703px;
  min-height:500px
}
.ny_main .ny_right .crumbs {
  height: 57px;
  line-height: 32px;
  padding: 22px 0 0;
  border-bottom: 2px solid #dbdbdb;
}
.ny_main .ny_right .crumbs .subtitle {
  display: inline-block;
  font-size: 18px;
  color: #212121;
  width: 45%;
  height: 32px;
  font-weight: normal;
}
.ny_main .ny_right .crumbs .bread_nav {
  width: 50%;
  height: 32px;
  font-size: 12px;
  color: #999;
  text-align: right;
}
.ny_main .ny_right .crumbs .bread_nav a {
  color: #999;
}
.ny_main .ny_right .crumbs .bread_nav i {
  color: #1e9b2d;
  font-weight: bold;
}
.page {
  text-align: center;
  font-size: 13px;
  color: #969696;
}
.page a {
  display: inline-block;
  height: 27px;
  line-height: 27px;
  min-width: 30px;
  padding: 0 9px;
  background: #f0f0f0;
  text-align: center;
  margin: 0 2px;
  font-size: 13px;
  color: #969696;
  vertical-align: middle;
}
.page a i {
  font-family: arial;
  
}
.page a:hover,
.page a.cpb {
  background: #1e9b2d;
  color: #fff;
  font-weight: bold;
}
.page span {
  display: inline-block;
}
.page span i {
  padding:0 5px
}
.on_next {
  overflow: hidden;
}
.on_next a {
  float: right;
  display: inline-block;
  width: 349px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #434343;
  background: #ccc;
  padding: 0 39px 0 0;
  text-align: right;
  margin:0 1px;
}

.on_next .shang a
{
   text-align:left;
   float: left; 
   padding:0 0 0 39px
}

.on_next .xia a
{
   text-align:right 
}

.on_next a:hover {
  background: #1e9b2d;
  color: #fff;
  text-decoration: underline;
}
.back {
  position: relative;
  display: block;
  width: 134px;
  height: 30px;
  line-height: 30px;
  padding-left: 24px;
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  background: #1e9b2d;
  text-align: center;
  margin-top: 20px;
}
.back:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 30px;
  background: url("../images/icons.png") no-repeat -65px -86px;
}
/*
--------------------------------------------
首页样式
--------------------------------------------
*/
.banner {
  width: 100%;
  height: 383px;
  position: relative;
  overflow: hidden;
}
.banner > div {
  width: 1900px;
  height: 383px;
  position: absolute;
  left: 50%;
  margin-left: -950px;
}
.banner .slick-dots {
  width: 1900px;
  left: 50%;
  margin-left: -950px;
  height: 33px;
  position: absolute;
  bottom: 0;
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
.banner .slick-dots li {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 5px;
}
.banner .slick-dots li button {
  width: 11px;
  height: 11px;
  padding: 0;
  border: none;
  background: url("../images/icons.png") no-repeat 0 -35px;
  cursor: pointer;
  text-indent: 999px;
}
.banner .slick-dots li.slick-active button {
  background: url("../images/icons.png") no-repeat -19px -35px;
}
.banner_btm {
  padding: 20px 0 42px;
  overflow: hidden;
}
.banner_btm li {
  float: left;
  width: 312px;
  height: 93px;
  margin: 0 11px;
  background: url(../images/sy_pr_bg.jpg) no-repeat center bottom;
}
.banner_btm li .li_con {
  height: 84px;
  border: 1px solid #d6d6d6;
  padding: 1px;
}
.banner_btm li .li_con .jzimg {
  width: 106px;
  height: 80px;
}
.banner_btm li .li_con .wz {
  width: 190px;
  height: 80px;
  padding: 0 0 0 17px;
  overflow:hidden
}
.banner_btm li .li_con .wz a {
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  color: #000;
}
.banner_btm li .li_con .wz p {
  font-size: 12px;
  color: #666;
  line-height: 18px;
  height:36px;
  overflow:hidden
}
.banner_btm li:hover .li_con {
  border: 1px solid #1e9b2d;
}
.banner_btm li:hover .wz a {
  color: #1e9b2d;
}
.sy_pro .sy_pro_tit {
  text-align: center;
}
.sy_pro .sy_pro_tit b {
  display: block;
  font-size: 22px;
  color: #1e9b2d;
  line-height: 30px;
  font-weight: normal;
}
.sy_pro .sy_pro_tit i {
  position: relative;
  display: inline-block;
  font: 10px/11px arial;
  color: #666;
  padding: 0 45px;
  text-transform: uppercase;
  background: #fff;
}
.sy_pro .sy_pro_tit i:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  width: 40px;
  height: 8px;
  background: url("../images/icons.png") no-repeat -40px 0;
}
.sy_pro .sy_pro_tit i:after {
  position: absolute;
  right: 0;
  top: 3px;
  content: "";
  width: 40px;
  height: 8px;
  background: url("../images/icons.png") no-repeat -40px -15px;
}
.sy_pro .sy_pro_con {
  height: 282px;
  margin-top: -6px;
  padding-top: 42px;
  background: #f3f3f3;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.sy_pro .sy_pro_con .li_con {
  float: left;
  width: 206px;
  height: 208px;
  margin: 0 12px;
  background: url(../images/sy_pro_bg.jpg) no-repeat center 166px;
}
.sy_pro .sy_pro_con .li_con .jzimg {
  width: 206px;
  height: 166px;
  border: 1px solid #cbcbcb;
  padding: 2px;
}
.sy_pro .sy_pro_con .li_con .tit {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 26px;
  height: 26px;
  margin-top: 16px;
}
.sy_pro .sy_pro_con .li_con:hover .jzimg {
  padding: 0;
  border: 3px solid #1e9b2d;
}
.sy_pro .sy_pro_con .li_con:hover .tit {
  color: #1e9b2d;
}
.sy_pro .sy_pro_con .slick-list {
  width: 912px;
  margin: 0 auto;
}
.sy_pro .sy_pro_con .slick-arrow {
  position: absolute;
  top: 76px;
  width: 37px;
  height: 37px;
  border: none;
  cursor: pointer;
}
.sy_pro .sy_pro_con .slick-prev {
  left: 8px;
  background: url("../images/icons.png") no-repeat 0 -55px;
}
.sy_pro .sy_pro_con .slick-prev:hover {
  background: url("../images/icons.png") no-repeat 0 -145px;
}
.sy_pro .sy_pro_con .slick-next {
  right: 8px;
  background: url("../images/icons.png") no-repeat 0 -100px;
}
.sy_pro .sy_pro_con .slick-next:hover {
  background: url("../images/icons.png") no-repeat 0 -190px;
}
.sy_tit {
  width: 100%;
  height: 19px;
  line-height: 19px;
  background: url(../images/sy_tit_bg.png) repeat-x left 7px;
}
.sy_tit span {
  display: inline-block;
  font-size: 18px;
  color: #1e9b2d;
  background: #fff;
  padding-right: 7px;
}
.sy_tit span i {
  font: 12px/19px arial;
  color: #9a9a9a;
  text-transform: uppercase;
}
.sy_tit > a {
  display: inline-block;
  width: 41px;
  height: 13px;
  margin-top: 6px;
  background: url("../images/icons.png") no-repeat -40px -35px;
}
.sy_tit > a:hover {
  background: url("../images/icons.png") no-repeat -40px -55px;
}
.sy_an {
  padding: 55px 0 40px;
  overflow: hidden;
}
.sy_an .sy_about {
  width: 466px;
  padding-left: 10px;
}
.sy_an .sy_about .sy_about_con {
  padding-top: 32px;
  overflow: hidden;
}
.sy_an .sy_about .sy_about_con .jzimg {
  width: 163px;
  height: 181px;
}
.sy_an .sy_about .sy_about_con .wz {
  width: 278px;
  font-size: 13px;
  color: #666;
  line-height: 24px;
  height: 168px;
  overflow: hidden;
}
.sy_an .sy_about .sy_about_con .wz b {
  color: #1e9b2d;
}
.sy_an .sy_about .sy_about_con .wz a {
  color: #1e9b2d;
  text-decoration: underline;
}
.sy_an .sy_news {
  width: 465px;
}
.sy_an .sy_news .sy_news_con {
  padding-top: 11px;
}
.sy_an .sy_news .sy_news_con dl {
  padding: 17px 0 18px;
  border-bottom: 1px dashed #cecece;
  overflow: hidden;
}
.sy_an .sy_news .sy_news_con dl dt {
  width: 60px;
  height: 65px;
  border: 1px solid #545454;
  text-align: center;
}
.sy_an .sy_news .sy_news_con dl dt i {
  display: block;
  height: 45px;
  font: 36px/44px arial;
  color: #212121;
  border-bottom: 1px solid #545454;
}
.sy_an .sy_news .sy_news_con dl dt em {
  display: block;
  height: 19px;
  font: 12px/19px arial;
  color: #666;
}
.sy_an .sy_news .sy_news_con dl dd {
  width: 398px;
  padding-left: 15px;
}
.sy_an .sy_news .sy_news_con dl dd a {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  height: 20px;
  margin-bottom: 7px;
}
.sy_an .sy_news .sy_news_con dl dd p {
  font-size: 12px;
  color: #777;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}
.sy_an .sy_news .sy_news_con dl:hover dt {
  border: 1px solid #1e9b2d;
}
.sy_an .sy_news .sy_news_con dl:hover i {
  color: #1e9b2d;
  border-bottom: 1px solid #1e9b2d;
}
.sy_an .sy_news .sy_news_con dl:hover em {
  color: #1e9b2d;
}
.sy_an .sy_news .sy_news_con dl:hover dd a {
  color: #1e9b2d;
}
.sy_link {
  padding: 33px 0 62px;
}
.sy_link .link_con {
  padding: 22px 0 0;
}
.sy_link .link_con a {
  display: inline-block;
  float: left;
  width: 125px;
  height: 44px;
  margin: 0 9px;
  background: url(../images/sy_link_bg.png) no-repeat;
}
.sy_link .link_con a img {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#636363', endColorstr='#393939', GradientType=0);
  -webkit-transform: translateZ(0);
  filter: grayscale(100%);
  filter: gray;
  /* IE6-9 */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* Google Chrome, Safari 6+ & Opera 15+ */
}
.sy_link .link_con a:hover img {
  filter: none;
  -webkit-filter: grayscale(0);
}
.sy_link .link_con .slick-dots {
  text-align: center;
  line-height: 56px;
  overflow: hidden;
}
.sy_link .link_con .slick-dots li {
  display: inline-block;
  height: 11px;
  width: 11px;
  margin: 0 5px;
}
.sy_link .link_con .slick-dots li button {
  height: 11px;
  width: 11px;
  border: none;
  background: url("../images/icons.png") no-repeat -19px -35px;
  text-indent: 999px;
}
.sy_link .link_con .slick-dots li.slick-active button {
  background: url("../images/icons.png") no-repeat -19px -235px;
}
/*
--------------------------------------------
内页样式
--------------------------------------------
*/
.about {
  padding: 40px 0 60px;
  min-height:500px
}
.about .about_top {
  overflow: hidden;
}
.about .about_top .jzimg {
  width: 470px;
  height: 230px;
}
.about .about_top .wz {
  width: 233px;
  height: 230px;
  background: #595656;
  font-size: 12px;
  color: #fff;
  line-height: 26px;
  padding: 25px 25px 0;
}
.about .about_md {
  padding: 21px 0 11px;
}
.about .about_md p {
  font-size: 14px;
  color: #545454;
  line-height: 30px;
  text-indent: 2em;
  margin-bottom: 14px;
}
.about .about_bt > b {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 26px;
  background: #1e9b2d;
  font-size: 16px;
  color: #fff;
  border-radius: 3px;
}
.about .about_bt ul {
  padding: 16px 0;
  overflow: hidden;
}
.about .about_bt ul li {
  float: left;
  width: 220px;
  min-height: 391px;
  margin-left: 21px;
}
.about .about_bt ul li:first-child {
  margin-left: 0px;
}
.about .about_bt ul li .num {
  width: 82px;
  height: 82px;
  border: 2px solid #1e9b2d;
  border-radius: 50%;
  background: #fff;
  font: 30px/82px arial;
  color: #1e9b2d;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.about .about_bt ul li .wz {
  width: 220px;
  min-height: 353px;
  margin-top: -41px;
  padding-top: 62px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  background: #1e9b2d;
  text-align: center;
  border-radius: 3px;
}
.about .about_bt ul li .wz span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.culture {
  padding: 37px 0 74px;
}
.culture .cul_tit {
  width: 166px;
  height: 60px;
  line-height: 60px;
  position: relative;
  font-size: 20px;
  color: #1e9b2d;
}
.culture .cul_tit:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: url("../images/icons.png") no-repeat -100px 0;
}
.culture .cul_tit span {
  display: inline-block;
  position: relative;
  width: 96px;
}
.culture .cul_tit span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 29px;
  border-width: 4px;
  border-style: solid dashed dashed dashed;
  border-color: #1e9b2d transparent transparent transparent;
}
.culture dl {
  position: relative;
  padding: 5px 0 28px;
  overflow: hidden;
}
.culture dl:before {
  content: "";
  position: absolute;
  left: 136px;
  top: 0px;
  width: 2px;
  height: 100%;
  background: #1e9b2d;
}
.culture dl dt {
  position: relative;
  width: 144px;
  height: 37px;
  line-height: 37px;
  font-size: 18px;
  color: #1e9b2d;
  padding-right: 35px;
  text-align: right;
}
.culture dl dt:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 14px;
  height: 14px;
  background: url("../images/icons.png") no-repeat 0 -235px;
}
.culture dl dd {
  width: 522px;
  padding: 7px 18px 7px 0;
}
.culture dl dd p {
  font-size: 12px;
  color: #515151;
  line-height: 24px;
}
.honor {
  padding-bottom: 78px;
  overflow: hidden;
}
.honor ul {
  width: 736px;
}
.honor ul li {
  float: left;
  width: 335px;
  height: 360px;
  padding: 17px 18px 0 17px;
  background: #eeeeee;
  margin: 40px 33px 0 0;
 
}
.honor ul li .jzimg {
  width: 300px;
  height: 296px;
  border: 1px solid #dbdbdb;
  background: #fff;
}
.honor ul li .txt {
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #3c3c3c;
  text-align: center;

}
.casebox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/honor_bg.png);
  z-index: 999;
  display: none;
}
.casebox .caselight {
  position: relative;
  top: 10%;
  width: 480px;
  height: 698px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
}
.casebox .caselight ul {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 647px;
}
.casebox .caselight ul li {
  position: relative;
  width: 460px;
  height: 629px;
  margin: 9px auto;
}
.casebox .caselight .guanbi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #dbdbdb;
}
.casebox .caselight .guanbi a {
  display: inline-block;
  float: right;
  width: 14px;
  height: 15px;
  background: url(../images/colse.png) no-repeat;
  margin: 18px 18px 0 0;
}
.product {
  padding: 14px 0 109px;
}
.product ul {
  margin-bottom: 20px;
  padding-bottom: 15px;
  background: url(../images/sy_tit_bg.png) repeat-x left bottom;
}
.product ul li {
  padding: 29px 0 30px;
  border-top: dotted 1px #ccc;
  overflow: hidden;
}
.product ul li:first-child {
  border-top: none;
}
.product ul li .jzimg {
  width: 220px;
  height: 176px;
}
.product ul li .wz {
  width: 483px;
  height: 176px;
  padding: 4px 20px 0 25px;
}
.product ul li .wz a.tit {
  font-size: 16px;
  color: #333;
  line-height: 48px;
  height: 48px;
  display:block
}
.product ul li .wz p {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
.product ul li .wz a.more {
  position: relative;
  display: block;
  width: 89px;
  height: 27px;
  border: 1px solid #666;
  font: 12px/25px arial;
  color: #666;
  padding-left: 8px;
  margin-top: 17px;
}
.product ul li .wz a.more i {
  text-decoration: underline;
}
.product ul li .wz a.more.more:after {
  content: "";
  position: absolute;
  right: 6px;
  top: 12px;
  width: 8px;
  height: 5px;
  background: url("../images/icons.png") no-repeat -73px -80px;
}
.product ul li:hover .wz {
  background: #f3f3f3;
}
.product ul li:hover .wz a.tit {
  color: #1e9b2d;
}
.pro_show {
  padding: 38px 0 59px;
}
.pro_show .pro_show_t .pro_show_img {
  width: 360px;
}
.pro_show .pro_show_t .pro_show_img .big_img {
  width: 360px;
  height: 290px;
  border: 1px solid #dbdbdb;
  position: relative;
  overflow: hidden;
}
.pro_show .pro_show_t .pro_show_img .big_img > div {
  position: absolute;
  width: 358px;
  height: 288px;
  left: 50%;
  margin-left: -179px;
  overflow: hidden;
}
.pro_show .pro_show_t .pro_show_img .big_img > div .jzimg {
  width: 358px;
  height: 288px;
}
.pro_show .pro_show_t .pro_show_img .small_img {
  width: 360px;
  height: 82px;
  padding-top: 10px;
  overflow: hidden;
}
.pro_show .pro_show_t .pro_show_img .small_img .jzimg {
  float: left;
  width: 90px;
  height: 72px;
  margin: 0 5px;
  border: 1px solid #dbdbdb;
}
.pro_show .pro_show_t .pro_show_img .small_img .slick-list {
  width: 300px;
  margin: 0 auto;
}
.pro_show .pro_show_t .pro_show_img .small_img .slick-arrow {
  position: absolute;
  top: 10px;
  width: 23px;
  height: 72px;
  border: none;
}
.pro_show .pro_show_t .pro_show_img .small_img .slick-prev {
  left: 0;
  background: url("../images/icons.png") no-repeat -40px -125px;
}
.pro_show .pro_show_t .pro_show_img .small_img .slick-next {
  right: 0;
  background: url("../images/icons.png") no-repeat -70px -125px;
}
.pro_show .pro_show_t .pro_show_wz {
  width: 305px;
  padding-bottom: 26px;
  border-bottom: 1px solid #e5e5e5;
}
.pro_show .pro_show_t .pro_show_wz h1 {
  font-size: 20px;
  color: #1e9b2d;
  line-height: 40px;
  padding: 10px 0 13px;
  border-bottom: 2px solid #e5e5e5;
  font-weight: normal;
  margin-bottom: 20px;
}
.pro_show .pro_show_t .pro_show_wz p {
  font-size: 13px;
  color: #545454;
  line-height: 32px;
  padding-left: 9px;
}
.pro_show .pro_show_d {
  padding: 30px 0 56px;
}
.pro_show .pro_show_d .pro_show_dt {
  height: 37px;
  border-bottom: 2px solid #e6e6e6;
}
.pro_show .pro_show_d .pro_show_dt b {
  display: inline-block;
  height: 37px;
  line-height: 35px;
  font-size: 16px;
  color: #1e9b2d;
  border-bottom: 2px solid #1e9b2d;
}
.pro_show .pro_show_d p {
  font-size: 14px;
  color: #515151;
  line-height: 32px;
  text-indent: 2em;
}
.pro_show .pro_show_d .pro_show_img {
  padding: 8px 0 0;
  text-align: center;
}
.develop {
  min-height: 628px;
  padding: 38px 0 100px;
  text-align: center;
}
.develop p {
  font-size: 14px;
  color: #545454;
  line-height: 30px;
}
.news {
  padding: 50px 0 77px;
}
.news ul {
  padding-bottom: 12px;
  margin-bottom: 20px;
  background: url(../images/sy_tit_bg.png) repeat-x left bottom;
  position: relative;
}
.news ul:before {
  content: "";
  position: absolute;
  left: 109px;
  top: 0;
  width: 2px;
  height: 908px;
  background: #eee;
  z-index: -1;
}
.news ul li {
  overflow: hidden;
}
.news ul li i {
  position: relative;
  display: inline-block;
  width: 122px;
  height: 24px;
  font: 14px/24px arial;
  color: #999;
  padding-right: 24px;
}
.news ul li i:after {
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
  width: 24px;
  height: 24px;
  background: url("../images/icons.png") no-repeat -3px -255px;
}
.news ul li .wz {
  width: 554px;
  padding-bottom: 49px;
}
.news ul li .wz a {
  display: block;
  height: 26px;
  font-size: 14px;
  color: #333;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 9px;
}
.news ul li .wz p {
  font-size: 13px;
  color: #666;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.news ul li:hover .wz a {
  color: #1e9b2d;
}
.news_show {
  padding: 40px 0 80px;
}
.news_show .show_tit {
  padding: 5px 10px;
  background: #f3f3f3;
}
.news_show .show_tit h1 {
  font-size: 18px;
  color: #1e9b2d;
  line-height: 38px;
  padding-bottom: 4px;
  border-bottom: dotted 1px #ccc;
  font-weight: normal;
}
.news_show .show_tit .show_date {
  font-size: 12px;
  color: #999;
  line-height: 28px;
}
.news_show .show_tit .show_date span {
  padding-right: 50px;
}
.news_show .show_con {
  padding: 23px 0 53px;
  font-size: 14px;
  color: #545454;
  line-height: 30px;
}
.news_show .show_con p {
  text-indent: 2em;
}
.news_show .show_con .show_img {
  padding: 14px 0;
}
.service {
  padding-bottom: 60px;
}
.service ul {
  width: 729px;
  padding-bottom: 45px;
  margin-bottom: 20px;
  background: url(../images/sy_tit_bg.png) repeat-x left bottom;
  overflow: hidden;
}
.service ul li {
  float: left;
  width: 219px;
  height: 239px;
  border-bottom: 1px solid #1e9b2d;
  margin: 40px 24px 0 0;
  overflow: hidden;
  position: relative;
}
.service ul li .jzimg {
  width: 219px;
  height: 198px;
}
.service ul li .tit {
  position: absolute;
  bottom: -40px;
  height: 80px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s 0.2s ease-in-out 0s;
  -o-transition: all 0.2s 0.2s ease-in-out 0s;
}
.service ul li .tit b {
  display: block;
  width: 183px;
  height: 42px;
  line-height: 41px;
  font-size: 14px;
  color: #434343;
  background: url(../images/service_line.png) repeat-x left bottom;
  margin: 0 18px;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s 0.2s ease-in-out 0s;
  -o-transition: all 0.2s 0.2s ease-in-out 0s;
}
.service ul li .tit p {
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #92df9b;
}
.service ul li:hover .tit {
  bottom: 0px;
  background: #1e9b2d;
}
.service ul li:hover .tit b {
  color: #fff;
  font-weight: bold;
  height:42px;
  line-height:42px;
  overflow:hidden
}
.ser_show .ser_show_tit {
  padding: 0px;
  background: none;
}
.ser_show .ser_show_tit h1 {
  border-bottom: none;
  padding: 0 10px 4px;
}
.ser_show .ser_show_tit .show_date {
  line-height: 24px;
  background: #f3f3f3;
  padding: 0 10px;
}
.contact {
  padding: 41px 0 87px;
}
.contact .contact_t {
  padding-bottom: 24px;
  margin-bottom: 50px;
  background: url(../images/sy_tit_bg.png) repeat-x left bottom;
  overflow: hidden;
}
.contact .contact_t .jzimg {
  width: 212px;
  height: 160px;
  margin-left: 17px;
}
.contact .contact_t .wz {
  width: 474px;
  padding: 8px 25px 0 30px;
  font-size: 13px;
  color: #545454;
  line-height: 30px;
}
.contact .contact_b {
  padding: 20px 0 5px 36px;
  background: url(../images/contact_bg.jpg) repeat-y left top;
  overflow: hidden;
}
.contact .contact_b dl {
  width: 465px;
  padding-top: 6px;
  border-right: 1px solid #e7e7e7;
}
.contact .contact_b dl dt {
  font-size: 14px;
  color: #1e9b2d;
  line-height: 30px;
  font-weight: bold;
}
.contact .contact_b dl dd {
  font-size: 14px;
  color: #545454;
  line-height: 30px;
}
.contact .contact_b dl dd span {
  display: block;
  line-height: 52px;
  font-size: 26px;
  color: #1e9b2d;
}
.contact .contact_b dl dd span i {
  font-weight: bold;
  font-family: arial;
  font-style: italic;
}
.contact .contact_b .code {
  width: 167px;
}
.contact .contact_b .code .jzimg {
  width: 100px;
  height: 100px;
  margin: 21px 0 15px;
}
.contact .contact_b .code .jzimg img {
  display: block;
  width: 100px;
  height: 100px;
}
.contact .contact_b .code p {
  font-size: 13px;
  color: #878787;
  line-height: 22px;
}
.job {
  padding: 15px 0 109px;
}
.job dl {
  position: relative;
  overflow: hidden;
}
.job dl:after {
  content: "";
  position: absolute;
  right: 27px;
  top: 57px;
  width: 42px;
  height: 22px;
  background: url("../images/icons.png") no-repeat -109px -80px;
  cursor: pointer;
}
.job dl dt {
  height: 144px;
  padding-top: 30px;
  border-bottom: 1px solid #d5d5d5;
  cursor: pointer;
}
.job dl dt b {
  display: block;
  font-size: 22px;
  color: #333;
  line-height: 32px;
  font-weight: normal;
  height:32px;
  width:600px;
  overflow:hidden
}
.job dl dt i {
  display: block;
  font: 18px/20px arial;
  color: #939393;
  margin-bottom: 15px;
  height:20;
  width:600px;
  overflow:hidden
}
.job dl dt span {
  display: block;
  font-size: 14px;
  color: #434343;
  line-height: 15px;
}
.job dl dt span em {
  color: #ff0000;
}
.job dl dd {
  display: none;
  padding: 16px 20px 16px 25px;
  background: #f3f3f3;
}
.job dl dd p {
  font-size: 12px;
  color: #666;
  line-height: 26px;
}
.job dl.cur b {
  color: #1e9b2d;
}
.job dl.cur:after {
  background: url("../images/icons.png") no-repeat -109px -125px;
}
.feedback {
  padding: 40px 0 89px;
  min-height: 828px;
  background: url(../images/feedback_bg.png) no-repeat center 40px;
}
.feedback ul {
  width: 545px;
  height: 598px;
  margin: 0 auto;
  padding-top: 26px;
}
.feedback ul li {
  width: 545px;
  margin-bottom: 21px;
  overflow: hidden;
}
.feedback ul li span {
  display: inline-block;
  float: left;
  width: 250px;
  height: 30px;
  border: 1px solid #eae8e0;
  margin-left: 45px;
  background: #fff;
}
.feedback ul li span:first-child {
  margin-left: 0px;
}
.feedback ul li span input {
  float: left;
  width: 230px;
  height: 28px;
  line-height: 28px;
  padding-left: 15px;
  border: none;
  font-family: Microsoft Yahei;
  font-size: 14px;
}
.feedback ul li span i {
  color: #ff0000;
}
.feedback ul li p {
  width: 545px;
  line-height: 30px;
  border: 1px solid #eae8e0;
  background: #fff;
}
.feedback ul li p input {
  width: 543px;
  height: 28px;
  line-height: 28px;
  padding-left: 15px;
  border: none;
  font-family: Microsoft Yahei;
  font-size: 14px;
}
.feedback ul li p.content {
  width: 545px;
  height: 110px;
  border: 1px solid #eae8e0;
}
.feedback ul li p.content textarea {
  float: left;
  width: 530px;
  height: 108px;
  line-height: 28px;
  padding-left: 15px;
  border: none;
  resize: none;
  font-family: Microsoft Yahei;
  font-size: 14px;
}
.feedback ul li.yz span {
  width: 107px;
}
.feedback ul li.yz span input {
  width: 92px;
}
.feedback ul li.yz img {
  float: left;
  margin: 0 10px;
  height:28px
}
.feedback ul li.yz a {
  float: left;
  font-size: 14px;
  color: #878787;
  line-height: 38px;
  text-decoration: underline;
}
.feedback ul li.btn {
  padding-top: 15px;
  text-align: center;
}
.feedback ul li.btn a {
  display: inline-block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  background: #7c7c7c;
  margin: 0 5px;
}
.feedback ul li.btn a:hover {
  background: #1e9b2d;
}
.feedback .feedback_wz {
  width: 412px;
  margin: 0 auto;
}
.feedback .feedback_wz p {
  font-size: 12px;
  color: #515151;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
}
.map {
  padding: 40px 0 166px;
}
.map .anchorBL {
  display: none;
}
.map .BMap_stdMpCtrl {
  display: none;
}
.full {
  padding: 40px 0 79px;
}
.full .full_t {
  padding-bottom: 17px;
  border-bottom: dashed 1px #dbdbdb;
}
.full .full_t span {
  display: inline-block;
  min-width: 240px;
  min-height: 34px;
  line-height: 34px;
  border: 1px solid #168c24;
  background: #1e9b2d;
  text-align: center;
  padding: 0 40px;
  border-radius: 18px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 24px;
}
.full .full_t p {
  font-size: 14px;
  color: #515151;
  line-height: 24px;
  text-indent: 2em;
}
.full .full_b {
  padding-top: 5px;
}
.full .full_b b {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #dbdbdb;
  background: #f3f3f3;
  border-radius: 14px;
  text-align: center;
  font-size: 14px;
  color: #1e9b2d;
  padding: 0 22px;
  font-weight: normal;
  margin: 34px 0 14px;
}
.full .full_b p {
  font-size: 14px;
  color: #515151;
  line-height: 24px;
  text-indent: 2em;
}
.full .full_b ul {
  padding-top: 22px;
}
.full .full_b ul li {
  padding-left: 24px;
  font-size: 14px;
  color: #515151;
  line-height: 36px;
  position: relative;
}
.full .full_b ul li:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 14px;
  width: 11px;
  height: 11px;
  background: url("../images/icons.png") no-repeat -19px -235px;
}
.sitemap {
  padding: 40px 0 100px;
}
.sitemap dl {
  min-height: 93px;
  padding-bottom: 26px;
}
.sitemap dl dt {
  height: 29px;
  line-height: 29px;
}
.sitemap dl dt a {
  display: inline-block;
  min-width: 144px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #1e9b2d;
}
.sitemap dl dd {
  line-height: 30px;
  padding-top: 7px;
}
.sitemap dl dd a {
  display: inline-block;
  font-size: 14px;
  color: #333;
  padding-right: 50px;
  max-width:200px;
  height:30px;
  line-height:30px;
  overflow:hidden
}
.sitemap dl dd a:hover {
  color: #1e9b2d;
}
