.header {
  width: 100%;
}
.header .top_bar {
  height: 40px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #dddcdc;
  background: url(../images/top_bar_bg.jpg) center no-repeat;
}
.header .top_bar .text {
  width: 1002px;
  margin: 0 auto;
}
.header .top_bar p {
  float: left;
  line-height: 40px;
}
.header .top_bar p span {
  padding-left: 155px;
}
.header .top_bar h3 {
  float: right;
  line-height: 40px;
  background: url(../images/top_ico.png) right 33px center no-repeat;
  font-weight: normal;
  padding-right: 60px;
}
.header .top {
  width: 1002px;
  height: 108px;
  margin: 0 auto;
  position: relative;
}
.header .top .logo {
  position: absolute;
  left: 0;
  top: 12px;
}
.header .top .nav {
  position: absolute;
  right: 0;
  top: 7px;
}
.header .top .nav li:hover,
.header .top .nav li.on {
  background: url(../images/nav_li_bg.jpg) center no-repeat;
}
.header .top .nav li:hover a,
.header .top .nav li.on a {
  color: #fff;
}
.header .top .nav li:last-child {
  margin-right: 0;
}
.header .top .nav li:hover .sub {
  display: block;
}
.header .top .nav li {
  float: left;
  height: 94px;
  width: 83px;
  margin-right: 26px;
  text-align: center;
}
.header .top .nav li > a {
  display: block;
  line-height: 94px;
  font-size: 15px;
  text-transform: capitalize;
}
.header .top .nav li .sub {
  width: 83px;
  position: relative;
  z-index: 99;
  border-top: 1px solid #fff;
  display: none;
}
.header .top .nav li .sub dl {
  padding: 16px 9px;
  width: 65px;
  background: #72aa2f;
}
.header .top .nav li .sub dd {
  width: 65px;
  border-bottom: 1px dashed #a8c88a;
}
.header .top .nav li .sub dd a {
  display: block;
  text-align: center;
  line-height: 28px;
  color: #fff;
}
.fullSlide {
  position: relative;
  width: 100%;
  height: 453px;
}
.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.fullSlide .bd ul {
  width: 100% !important;
  height: 453px !important;
}
.fullSlide .bd ul li {
  width: 100% !important;
  text-align: center;
}
.fullSlide .bd ul li a {
  display: block;
  height: 453px;
  background-position: center;
  background-repeat: no-repeat;
}
.fullSlide .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 12px;
  text-align: center;
  z-index: 1;
}
.fullSlide .hd ul li {
  margin: 0 4px;
  width: 30px;
  height: 9px;
  background: url(../images/dot.png) no-repeat 0 -10px;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  font-size: 0;
}
.fullSlide .hd .on {
  background-position: 0 0;
}
.fullSlide .yy {
  background: url(../images/banner_yy.jpg) center bottom repeat-x;
  height: 8px;
}
.content {
  width: 1002px;
  margin: 55px auto 0;
}
.product .title:before {
  content: "";
  width: 400px;
  height: 1px;
  border-bottom: 1px dashed #bcbcbb;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 8px;
}
.product .title:after {
  content: "";
  width: 400px;
  height: 1px;
  border-bottom: 1px dashed #bcbcbb;
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 8px;
}
.product .title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 55px;
  color: #000;
  text-transform: uppercase;
}
.product .pro_list {
  margin-right: -40px;
}
.product .pro_list > li:hover .bg {
  background: #72aa2f;
}
.product .pro_list > li:hover .line {
  border-bottom: 1px dashed #fff;
}
.product .pro_list > li:hover .name a {
  color: #fff;
}
.product .pro_list > li:hover .slide_box .prev {
  background: url(../images/pro_btn1.png);
}
.product .pro_list > li:hover .slide_box .next {
  background: url(../images/pro_btn1.png) -58px 0;
}
.product .pro_list > li {
  float: left;
  margin-right: 40px;
  width: 306px;
  height: 398px;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 3px;
}
.product .pro_list > li .bg {
  width: 303px;
  height: 395px;
}
.product .pro_list > li .name {
  height: 73px;
  margin: 0 auto;
  text-align: center;
}
.product .pro_list > li .name a {
  font-size: 18px;
  color: #000;
  line-height: 73px;
  text-transform: capitalize;
}
.product .pro_list > li .line {
  width: 107px;
  border-bottom: 1px dashed #a2a0a0;
  margin: 0 auto;
}
.slide_box {
  position: relative;
  width: 262px;
  height: 220px;
  margin: 80px auto 0;
}
.slide_box .bd {
  position: relative;
  width: 256px;
  height: 214px;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.2);
  border: 3px solid #fff;
  border-radius: 3px;
}
.slide_box .bd img {
  width: 100%;
  height: 100%;
}
.slide_box .btn {
  position: absolute;
  top: -55px;
  width: 57px;
  height: 33px;
  background: url(../images/pro_btn.png);
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
}
.slide_box .prev {
  left: 62px;
  background-position: 0 0;
}
.slide_box .next {
  right: 62px;
  background-position: -58px 0;
}
.main {
  width: 1002px;
  height: 345px;
  margin-top: 48px;
}
.main .title {
  height: 35px;
  line-height: 35px;
  font-size: 24px;
  color: #000;
  text-transform: capitalize;
}
.main .title .line {
  display: inline-block;
  width: 328px;
  height: 1px;
  border-bottom: 1px dashed #c0c1c0;
  margin-bottom: 6px;
  margin-left: 26px;
}
.main .title .line .more {
  display: block;
  background: url(../images/in_tit_ico.png) center no-repeat;
  width: 24px;
  height: 24px;
  float: right;
  margin-top: -12px;
}
.main .pro {
  float: left;
  width: 476px;
}
.main .pro .cont {
  margin-top: 40px;
}
.main .pro .cont ul {
  margin: 0 -5px;
}
.main .pro .cont li {
  width: 152px;
  height: 276px;
  float: left;
  margin: 0 5px;
  position: relative;
}
.main .pro .cont li p {
  position: absolute;
  top: 127px;
  left: 10px;
  width: 132px;
  height: 32px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  color: #fff;
}
.main .news {
  float: right;
  width: 500px;
}
.main .news .line {
  width: 400px;
}
.main .news .cont {
  margin-top: 16px;
}
.main .news .cont li:hover .text .tit {
  color: #72aa2f;
}
.main .news .cont li {
  height: 81px;
  border-bottom: 1px dashed #e1e1e1;
  padding-top: 17px;
}
.main .news .cont li .date {
  float: left;
  width: 65px;
  height: 67px;
  text-align: center;
}
.main .news .cont li .date h3 {
  line-height: 47px;
  font-size: 40px;
  color: #72aa2f;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
}
.main .news .cont li .date span {
  line-height: 19px;
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
}
.main .news .cont li .text {
  float: right;
  width: 401px;
}
.main .news .cont li .text .tit {
  display: block;
  color: #666;
  font-size: 14px;
}
.main .news .cont li .text p {
  color: #999;
  line-height: 20px;
  height: 42px;
  overflow: hidden;
}
.zixun {
  width: 1002px;
  margin-top: 60px;
}
.zixun li:last-child {
  border-right: none;
}
.zixun li:nth-child(3) {
  border-right: none;
}
.zixun li {
  float: left;
  height: 53px;
  border-right: 1px dashed #bfbfbf;
  padding-left: 60px;
}
.zixun li p {
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
}
.zixun li span {
  font-size: 16px;
  color: #65b541;
}
.zixun .img1 {
  background: url(../images/in_ico1.jpg) left center no-repeat;
  width: 210px;
}
.zixun .img2 {
  background: url(../images/in_ico2.jpg) left center no-repeat;
  width: 230px;
  margin-left: 40px;
  text-transform: uppercase;
}
.zixun .img2 span {
  font-size: 24px;
}
.zixun .img3 {
  background: url(../images/in_ico3.jpg) left center no-repeat;
  width: 180px;
  margin-left: 40px;
  text-transform: uppercase;
}
.zixun .erweima {
  width: 96px;
  height: 96px;
  padding-left: 0;
  margin-top: -22px;
}
.zixun .erweima img {
  width: 100%;
  height: 100%;
}
.footer {
  width: 100%;
  height: 136px;
  background: #828282;
  margin-top: 40px;
}
.footer ul {
  margin: 0 auto;
  overflow: hidden;
  width: auto;
  text-align: center;
}
.footer li:last-child:after {
  content: "";
}
.footer li:after {
  content: "/";
  color: #fff;
  margin-left: 20px;
}
.footer li {
  display: inline-block;
  text-align: center;
  width: 90px;
  height: 70px;
}
.footer li a {
  display: inline-block;
  color: #fff;
  line-height: 70px;
  text-transform: capitalize;
}
.footer .copyright {
  width: auto;
  text-align: center;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
}
.footer .copyright a {
  color: #fff;
}
.side {
  float: left;
  width: 207px;
}
.side .title {
  width: 167px;
  height: 48px;
  font-size: 20px;
  color: #fff;
  line-height: 48px;
  background: url(../images/ny_ico1.png) #72aa2f 18px center no-repeat;
  padding-left: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
.side .side_p .list li:hover:before,
.side .side_p .list li.on:before {
  content: "·";
  padding-left: 24px;
  font-weight: bold;
  color: #72aa2f;
}
.side .side_p .list li:before {
  content: "·";
  padding-left: 24px;
  font-weight: bold;
}
.side .side_p .list li:hover a,
.side .side_p .list li.on a {
  color: #72aa2f;
}
.side .side_p .list li {
  width: 207px;
  height: 39px;
  border-bottom: 1px solid #dcdbdb;
}
.side .side_p .list li a {
  line-height: 39px;
  font-size: 14px;
  padding-left: 13px;
}
.side .side_c {
  padding-top: 24px;
}
.side .side_c .title {
  background: #72aa2f;
}
.side .side_c p {
  line-height: 30px;
  margin-top: 10px;
  width: 200px;
  padding-left: 7px;
}
.side .side_c img {
  width: 201px;
  height: 112px;
  margin: 15px auto 0;
}
.page_change {
  margin: 50px auto 20px;
  text-align: center;
  font-family: "microsoft yahei";
}
.page_change a:hover,
.page_change a.on {
  border: 1px #72aa2f solid;
  background: #72aa2f;
  color: #fff;
}
.page_change .prev:hover,
.page_change .next:hover {
  border: 1px #72aa2f solid;
  background: #72aa2f;
}
.page_change a {
  display: inline-block;
  margin-right: 10px;
  padding: 0 5px;
  min-width: 20px;
  height: 26px;
  line-height: 26px;
  border: 1px #dcdcdc solid;
  color: #666;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}
.page_change .prev,
.page_change .next {
  border: 1px solid #dcdcdc;
}
.ny_tit {
  width: 715px;
  height: 40px;
  line-height: 40px;
  background: url(../images/ny_ico3.jpg) left center no-repeat;
  padding-left: 30px;
  margin-bottom: 15px;
}
.ny_tit h3 {
  float: left;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.ny_tit p {
  float: right;
  color: #666666;
  background: url(../images/ny_ico2.png) left center no-repeat;
  padding-left: 32px;
}
.ny_tit p a {
  color: #666666;
  text-transform: capitalize;
}
.ny_main {
  float: right;
  width: 745px;
}
.ny_news {
  width: 1002px;
  margin: 24px auto 0;
}
.ny_news .cont {
  margin-top: 16px;
}
.ny_news .cont li:hover .text .tit {
  color: #72aa2f;
}
.ny_news .cont li {
  height: 81px;
  border-bottom: 1px dashed #e1e1e1;
  padding-top: 17px;
}
.ny_news .cont li .date {
  float: left;
  width: 65px;
  height: 67px;
  text-align: center;
}
.ny_news .cont li .date h3 {
  line-height: 47px;
  font-size: 40px;
  color: #72aa2f;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
}
.ny_news .cont li .date span {
  line-height: 19px;
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
}
.ny_news .cont li .text {
  float: right;
  width: 640px;
}
.ny_news .cont li .text .tit {
  display: block;
  color: #666;
  font-size: 14px;
}
.ny_news .cont li .text p {
  color: #999;
  line-height: 20px;
  height: 42px;
  overflow: hidden;
}
.dan {
  width: 1002px;
  margin: 24px auto 0;
}
.dan p {
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.ny_pro {
  width: 1002px;
  margin: 24px auto 0;
}
.ny_pro .pro_con {
  margin-right: -23px;
  margin-top: 30px;
}
.ny_pro .pro_con li {
  width: 230px;
  height: 236px;
  float: left;
  margin-bottom: 7px;
  margin-right: 23px;
}
.ny_pro .pro_con li .pic {
  width: 230px;
  height: 193px;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-radius: 5px;
  overflow: hidden;
}
.ny_pro .pro_con li .pic img {
  width: 227px;
  height: 190px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ny_pro .pro_con li .pic img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.ny_pro .pro_con li .name {
  display: block;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
}
/*# sourceMappingURL=style.css.map */
