@charset "UTF-8";
@import url(header.css);
@import url(paging.css);
.wrap {
  width: 1440px;
  margin: 0 auto; }

body {
  font: 14px/1.5 'Arial','Microsoft Yahei';
  background-color: #f4eae0;
  color: #323232; }

/*header Style*/
header {
  position: absolute;
  top: 0;
  z-index: 99; }
  header .logo {
    position: absolute;
    top: 34px;
    left: 54px; }

.header-search {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 99;
  height: 40px;
  display: inline-block;
  width: 40px;
  cursor: pointer;
  background: url(../images/icon-01.png) center no-repeat #aacd06;
  border-radius: 40px; }

/* nav Style */
nav {
  position: absolute;
  top: 32px;
  left: 50%;
  margin-left: -328px; }

.down {
  position: absolute;
  bottom: 100px;
  left: 50%;
  z-index: 99;
  margin-left: -6px;
  display: inline-block;
  width: 10px;
  height: 40px;
  background: url(../images/down.png) center no-repeat;
  animation: btnDown 3s infinite;
  cursor: pointer; }

.dropdown {
  position: relative; }
  .dropdown::after {
    position: absolute;
    top: 18px;
    right: -15px;
    display: inline-block;
    width: 9px;
    height: 5px;
    content: '';
    background: url(../images/icon-down.png) right no-repeat; }

nav li:hover .dropdown::after {
  background: url(../images/icon-down-on.png) right no-repeat; }

.dropmenu ul {
  left: -13px;
  width: 140px;
  padding: 18px 0; }
.dropdown1 i{position: absolute;top: -3px;right: 10px;display: inline-block;width: 20px;height: 18px;content: '';background: url(../images/vip.png) center center no-repeat;}
.dropdown1:hover i{background: url(../images/vip.png) center center no-repeat;}
/*indexpro Style*/
.prolist {
  overflow: hidden;
  margin-top: 1px; }
  .prolist li {
    position: relative;
    float: left;
    width: calc((100% / 3) - 1px);
    margin-right: 1px;
    overflow: hidden; }
    .prolist li a {
      font-size: 40px;
      color: #fff; }
    .prolist li .index-prolist-tit {
      position: absolute;
      top: 50%;
      width: 100%;
      z-index: 2;
      margin-top: -30px;
      text-align: center;
      font-family: 'NeoSansStd-Bold'; }

#index-prolist ul {
  width: 1405px; }
#index-prolist li img,
#index-prolist li a:before {
  width: 100%;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
#index-prolist li a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  width: 100%;
  height: 100%; }
#index-prolist li:hover a:before {
  background-color: rgba(0, 0, 0, 0.5); }
#index-prolist li:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }

#product .prolist li a {
  color: #555; }
#product p {
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  color: #555; }
#product .img {
  position: relative; }
  #product .img::after {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  #product .img::before {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }
  #product .img::after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -41px;
    margin-top: -41px;
    content: '';
    display: inline-block;
    width: 83px;
    height: 83px;
    border-radius: 83px;
    background: rgba(170, 205, 6, 0.75) url(../images/loa.png) center no-repeat;
    opacity: 0; }
  #product .img::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); }
#product li:hover .img::before {
  background-color: inherit; }
#product li:hover .img::after {
  opacity: 1; }

/* Index-content Style*/
.index-content {
  padding: 40px 45px;
  background-color: #fff;
  overflow: hidden; }
  .index-content h2 {
    margin: 0 0 20px;
    font-size: 40px;
    line-height: 40px; }
    .index-content h2 a {
      display: inline-block;
      font-family: 'NeoSansStd-Bold';
      color: #000; }
  .index-content .index-about {
    overflow: hidden;
    line-height: 24px; }
    .index-content .index-about div {
      height: 195px;
      overflow: hidden; }
   .index-contact span {display: inline-block;margin-left: 5px;
    line-height: 24px;
    color: #aaa; }
   .index-contact .index-address span.address-text {display: inline-block;margin-left: 5px;width: 395px;}
   .index-contact p {
    /*height: 31px;*/
    line-height: 31px;
    padding-left: 46px;
    color: #555;
    background: url(../images/icon-03.png) 0 0 no-repeat; }
   .index-contact .address {
    background: url(../images/icon-02.png) 0 0 no-repeat; }
    .index-contact .address span{color: #555;}
    .index-contact .address span.address-text{color: #aaa;}
   .index-contact .email { width: 275px;float: left;
    background-position: 0 0; }
     .index-contact .email span{display: block;margin-left: 0;}
   .index-contact .qq {
    background-position: 0 -64px; }
   .index-contact .phone {;
    background-position: 0 -129px; }
    .sun{float: left;}
  .index-content .more {
    display: inline-block;
    width: 40px;
    height: 10px;
    margin-top: 30px;
    background: url(../images/icon-more.png) no-repeat;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }
    .index-content .more:hover {
      margin-left: 5px; }
  .index-content a:hover {
    color: #aacd06; }

/*.index-contact-box {
  overflow: hidden; }*/
.index-contact-box .bottom{margin-top: 20px;}
.index-contact-box .bottom p{margin-bottom:25px;width: 275px;}
.share a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  background: url(../images/icon-share.png) no-repeat;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .share a:hover {
    margin-top: -5px; }
.share .facebook {
  background-position: 0 0; }
.share .twitter {
  background-position: -52px 0; }
.share .youtuber {
  background-position: -105px 0; }
.share .info {
  background-position: -163px 0; }

@keyframes btnDown {
  0% {
    bottom: 110px; }
  50% {
    bottom: 100px; }
  100% {
    bottom: 110px; } }
/*banner Style*/
.banner {
  overflow: hidden;
  position: relative; }

.banner, .banner_btn {
  width: 100%; }

.banner .img{max-width: 1440px;display: block;margin: 0 auto;visibility: hidden;}

.banner ul#pic {
  position: absolute; top: 0;}

.banner_btn {
  position: absolute;
  bottom: 45px;
  height: 12px;
  text-align: center;
  z-index: 999; }

.banner_btn span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 2px solid #fff;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 15px; }

.banner_btn span.cur {
  background-color: #fff; }

/* Page Banner Style */
.page-banner {
  position: relative;
  overflow: hidden; }

.page-banner,
.page-banner-img {
  height: 450px; }

/** pagemain Style **/
.page-main {
  overflow: hidden;
  background-color: #fff; }
  .page-main h2 {
    margin: 0 0 20px;
    font-size: 40px;
    font-family: 'NeoSansStd-Bold';
    color: #000; }

article {
  line-height: 28px; }

/*left menu Style*/
.page-main {
  width: 92%;
  min-height: 400px;
  margin: 0 auto;
  padding: 4%; }

.page-l {
  width: 18%; }

.page-r {
  width: 76%; }

.page-main h2 {
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase; }

.page-l {
  float: left; }

.page-l ul {
  overflow: hidden;margin-bottom: 20px;
  border-top: 1px solid #eee; }

.page-l h2 {
  margin-left: 10px; }

.page-r h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee; }

.page-l ul li {
  border-bottom: 1px solid #eee;
  position: relative; }

.page-l ul li span {
  position: absolute;
  right: 10px;
  top: 18px;
  width: 11px;
  height: 6px;
  display: inline-block;
  background: url(../images/btn.png) 0 center no-repeat;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.page-l ul li:hover span, .page-l ul li.on span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.page-l ul li {
  line-height: 39px; }

.page-l ul li a {
  display: block;
  font-size: 16px;
  font-family: 'AvantGardeITCbyBT-Book';
  color: #666;
  padding: 0 10px;
  transition: all .2s; }

.page-l ul li ul {
  height: 0;
  display: none;
  padding: 10px; }

.page-l ul li ul li {
  line-height: 28px;
  border-bottom: 0; }

.page-l ul ul a {
  position: relative;
  padding-left: 0;
  font-size: 14px;
  line-height: 32px; }

.page-l ul ul a::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  content: '';
  display: inline-block;
  width: 0;
  height: 3px;
  background-color: #000;
  -webkit-transition: width 0.3s ease-in;
  -moz-transition: width 0.3s ease-in;
  -o-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in; }

.page-l ul li,
.page-l ul ul a,
.page-l ul ul a::before {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.page-l ul ul li:hover a::before,
.page-l ul ul li.on a::before {
  width: 10px; }

.page-l ul ul li:hover a,
.page-l ul ul li.on a {
  padding-left: 17px; }

.page-l li.on ul {
  display: block;
  height: auto; }

.page-l li.on > a, .page-l li:hover > a {
  color: #000; }

.page-r {
  float: right; }

.search-page .page-l li.on a {
  color: #666; }

/*product Style*/
#product .prolist {
  width: 100%;
  padding-top: 12px;
  overflow: hidden; }
  #product .prolist li {
    width: 31%;
    margin: 0  3.5% 3.5% 0; }
    #product .prolist li img {
      width: 100%; }
  #product .prolist li:nth-child(3n) {
    margin-right: 0; }
  #product .prolist li a {
    font-size: 30px; }

/* newslist Style */
.newslist {
  margin-bottom: 50px; }

.newslist li {
  position: relative;
  padding: 32px 0;
  overflow: hidden;
  transition: all .5s;
  cursor: pointer;
  border-bottom: 1px solid #eee; }

.newslist li:first-child {
  padding-top: 12px; }

.newslist img {
  width: 288px;
  height: 120px;
  transition: all .5s; }

.newslist .txt {
  position: absolute;
  right: 0;
  top: 5px;
  transition: all .5s; }

.newslist .tit {
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 14px 0 3px;
  font-size: 16px;
  color: #575757;
  transition: all .5s;
  margin-bottom: 10px; }

.newslist .date {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 30px;
  font-family: 'AvantGardeITCbyBT-Book';
  margin-bottom: 12px;
  padding-bottom: 12px;
  color: #999;
  transition: all .5s; }

.newslist .description {
  top: 80px;
  width: 480px;
  height: 60px;
  transition: all .5s;
  font-size: 13px;
  color: #999;
  line-height: 22px;
  overflow: hidden; }

.newslist .txt:after {
  position: absolute;
  content: '';
  right: 0;
  top: 150px;
  display: inline-block;
  width: 22px;
  height: 11px;
  background: url(../images/icon1.png) -110px -11px no-repeat;
  transition: all .5s;
  opacity: 0; }

.newslist li:hover .txt:after {
  right: 0;
  top: 70px;
  opacity: 1; }

.newslist li:hover .description, .newslist li:hover .tit {
  margin-left: 10px; }

.newslist li:hover .date, .newslist li:hover .tit {
  color: #333; }

.newslist li:hover .description {
  color: #666; }

article .title {
  margin: 8px 0 0;
  font-size: 16px;
  text-align: center; }

article .date {
  font-size: 12px;
  text-align: center;
  color: #aaa;
  margin-top: 5px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee; }

article .body {
  margin: 30px 0 50px;
  overflow: hidden;
  line-height: 28px; }

.prenxt a:hover {
  color: #007f3d; }

.backlist {
  margin-top: 30px;
  text-align: center; }

.backlist a {
  display: inline-block;
  background-color: #aacd06;
  color: #fff;
  padding: 0 50px;
  line-height: 35px;
  text-align: center; }

.backlist a:hover {
  color: #fff; }

/*prodetial Style*/
.prodetial .title {
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 12px;
  color: #007f3d; }

introduce {
  overflow: hidden; }

.prodetial .smalltitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px; }

.introduce .img {
  width: 500px;
  height: 500px; }

.introduce .img p {
  width: 500px;
  height: 500px;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }
.introduce .jj{font-size: 16px;}

.introduce .img img {
  max-width: 500px;
  max-height: 500px; }

.introduce .box {
  position: relative;
  margin-top: 90px;
  padding-top: 30px;
  line-height: 36px;
  border-top: 1px solid #eee; }

.introduce .box img {
  vertical-align: middle;
  max-width: 100%; }

.introduce .text {
  margin-top: 20px; }

.introduce .text {
  width: 50%; }

.introduce .img {
  margin: 0 3% 0 13%; }

.prodetial .prevnext {
  line-height: 22px; height: 22px;
 text-align: center;}

.prevnext p {
  display: inline-block;
  margin-right: 30px; }

.prevnext p span {
  display: none; }

.prevnext p a {
  display: inline-block;
  text-indent: 1px;
  transition: all .5s;
  width: 48px;
  height: 22px;
  overflow: hidden;
  line-height: 22px;
  padding-left: 25px;
  background: url(../images/prenext.png) no-repeat; }

.prevnext .prev a {
  background-position: 0 center; }

.prevnext .back a {
  background-position: -95px center;
  width: 57px; }

.prevnext .next a {
  background-position: -207px center; }

.prevnext p a:hover {
  color: #000;
  background: url(../images/prevnext_hover.png) center no-repeat; }

.prevnext .prev a:hover {
  background-position: 4px center; }

.prevnext .back a:hover {
  background-position: -91px center; }

.prevnext .next a:hover {
  background-position: -205px center; }

.prodetial .body {
  width: 1300px;
  padding: 50px 0  30px;
  border-top: 1px solid #eee;
  overflow: hidden; }

/* footer Style*/
footer {
  position: relative;
  line-height: 96px;
  color: #bdb5ad; }
  footer a:hover {
    color: #000; }

.f-logo {
  position: absolute;
  top: 33px;
  right: 0;
  height: 33px; }

@font-face {
  font-family: 'NeoSansStd-Bold';
  src: url(../font/NeoSansStd-Bold.eot);
  src: local("☺"), url("../fonts/NeoSansStd-Bold.woff") format("woff"), url("../fonts/NeoSansStd-Bold.ttf") format("truetype"), url("../fonts/NeoSansStd-Bold.svg") format("svg"); }
@font-face {
  font-family: 'AvantGardeITCbyBT-Book';
  src: url(../font/AvantGardeITCbyBT-Book.eot);
  src: local("☺"), url("../fonts/AvantGardeITCbyBT-Book.woff") format("woff"), url("../fonts/AvantGardeITCbyBT-Book.ttf") format("truetype"), url("../fonts/AvantGardeITCbyBT-Book.svg") format("svg"); }
@media only screen and (max-width: 1209px) {
  .wrap,
  body,
  header {
    width: 1200px; }


        .index-about{width: 40%;}
    .index-contact{width: 58%;}
    #contact .index-contact{width: 80%;}
  .index-address {
    width: ; }
    .index-address span {
      word-break: break-all; }

  .index-contact-text {
    width: 260px; }
 .index-contact span{display: inline-block;}
  .banner {
    height: 683px; }
    .banner img {
      width: 1200px; }

  .newslist .txt {
    width: 60%; }

  .newslist .tit {
    width: 75%; }

  .newslist .description {
    width: 380px; } }
@media only screen and (min-width: 1199px) and (max-width: 1460px) {
  .wrap,
  header {
    width: 100%; }

  .index-contact-text{
    width: 46%; }
    #contact .index-contact{width: 80%;}
    .index-about{width: 40%;}
.index-contact{width: 54%;}
  .index-address span {
    word-break: break-all; }

  .banner img {
    width: 100vw; }

  .newslist .txt {
    width: 63%; }

  /*产品列表*/ }
@media only screen and (min-width: 1460px) {
  .wrap,
  header {
    width: 1440px; }

  header,
  .banner ul#pic {
    left: 50%;
    margin-left: -720px; }

  #index-prolist {
    height: 337px; }

  .prolist-content {
    width: 1440px; }

  .index-about{
    width: 620px; }
      .index-contact {
        width: 680px; }

 /* .index-address {
    width: 270px; }*/

  .index-contact-text {
    width: 310px; }

  .banner {
    height: 819px; }

  .page-banner {
    width: 1440px; }

  .page-main {
    width: 1340px;
    min-height: 400px;
    margin: 0 auto;
    padding: 50px; }

  .page-l {
    width: 235px; }

  .page-r {
    width: 1035px; }

  .newslist .txt {
    width: 652px; }

  /*产品列表*/
  #product .prolist {
    width: 1035px;
    padding-top: 12px;
    overflow: hidden; }
    #product .prolist li {
      width: 325px;
      margin: 0 30px 30px 0; }
      #product .prolist li img {
        width: 100%; }
    #product .prolist li:nth-child(3n) {
      margin-right: 0; }
  .introduce{overflow: hidden;padding-bottom: 40px;}
  .introduce .text {
    width: 500px; }

  .introduce .img {
    margin: 0 50px 0 100px; }

  .newslist .description {
    width: 480px; } }
.inputbg{position: fixed;bottom:100%;left: 0;z-index: 99999;width: 100%;height: 100%;background-color: rgba(0,0,0,.9);}
.inputbox{ position: absolute; top: 45%; left: 50%; margin-left: -319px;margin-top: -225px;width: 628px;text-align: center;}
/*.inputbox p{ font-size: 16px;line-height: 32px;margin-bottom: 5px;color: #fff;}*/
.input{position: relative;overflow: hidden;border:1px solid #fff;}
.input input{float: left; width: 505px;padding-left: 35px;height: 60px;color: #fff;outline: none;border:none;background-color: transparent;}
.inputbtn{position: absolute;right: 22px;display: inline-block;width: 64px;height: 64px;font-size: 20px;background: url(../images/lock-btn.png) center no-repeat;text-indent: -9999px;transition: all .3s ease;}
.inputbtn:hover{right: 15px;}
.error{ position: absolute; top: 20px;right: 90px;font-size: 16px;color: red;display: none;}
.inputbox .icon{ display: inline-block;width: 150px;height: 150px; margin-bottom: 60px;background: url(../images/lock.png) center no-repeat #fff;border-radius: 150px;}
.inputbox .txt .tit{margin:55px 0 10px;font-size: 30px;text-align: center;color: #92c721;-webkit-text-transform: uppercase;text-transform: uppercase;}
.inputbox .txt{font-size: 16px;line-height: 32px;color: #fff;text-align: center;}
.inputbox .contact,.inputbox .home{font-size: 30px;display: inline-block;margin-top: 40px;line-height: 68px;width: 216px;color: #fff;-webkit-text-transform: uppercase;text-transform: uppercase;}
.inputbox .contact{ margin-right: 5px; background-color: #92c721; }
.inputbox .home{ background-color: #3a3a3a; }