.nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 9999;
    background-color: rgba(114,160,35,0.8);
}

.nav-change{
    background-color: rgba(114,160,35,0.6);
    /*box-shadow: 3px 3px 5px #999;*/
}
.logo{
    float: left;
    height: 80px;
    padding: 10px 0;
}
.logo img{
    height: 60px;
}
.nav-items{
    float: right;
    margin: 0;
}
.nav-items li{
    float: left;
}
.nav-items li a{
    display: block;
    font-size: 15px;
    color:#eee;
    height: 80px;
    font-weight: 700;
    line-height: 80px;
    padding: 0 30px;
    transition: all .5s;
}
.nav-items li a:hover{
  background-color: #e77918; 
}
.flexslider {
    margin: 0 auto;
    position: relative;
    /* top:-80px; */
    width: 100%;
    /* height: 800px; */
    overflow: hidden;
  }
  .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
  }
  .flexslider .slides {
    zoom: 1;
  }
  .flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(../images/icon/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
  }
  .flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
  }
  .flex-direction-nav .flex-prev {
    left: 0;
  }
  .flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
  }
  .flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
  }
  .flexslider:hover .flex-next:hover,
  .flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
  }
  .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
  }
  .flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  .flex-control-paging li a {
    background: url(../images/icon/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
  }
  .flex-control-paging li a.flex-active {
    background-position: 0 0;
  }
  .flexslider .slides li {
    width: 100%;
    /* height: 800px; */
    text-align: center;
  }
  .flexslider .slides img {
    width: 100%;
    /* height: 800px; */
  }

  .h-about-warp{
      margin-top: 30px;
  }
  .h-about-warp-r{
      width: 600px;
      margin-left: 70px;
  }
  .h-about-warp-r>div{
      height: 50px;
  }
  .h-about-warp-r>div h3{
      line-height: 50px;
      color:#666;
  }
  .h-about-warp-r>div h3 i{
      color:#e77918;
      margin-right: 15px;
  }
  .h-about-warp-r>div a{
      margin-top: 10px;
  }
/* ////////////////////////////// */
#pro-carousel {
    /* margin-top: 50px; */

    width: 1200px;

    position:relative;

    margin: 0 auto;


}

#pro-carousel ul {

    list-style: none;

    display: block;

    margin: 0;

    padding: 0;

}

#pro-carousel li{

    position: relative;
    width: 285px;
    height: 335px;
    float: left;
    margin-left: 15px;
    /* box-shadow: 1px 1px 3px rgba(0,0,0,0.3); */
    background-color: #fff;

}



#pro-carousel li img{

    width: 285px;

    height: 285px;

}	


#pro-carousel .pro-prev, #pro-carousel .pro-next {

    /* background: transparent url(../images/lefts.png) no-repeat 0 0; */

    text-indent: 999px;

    display: block;

    overflow: hidden;

    width: 50px;

    height: 50px;

    /* margin-left: 10px; */

    position: absolute;

    top: 165px;				

}

#pro-carousel .pro-prev {
    background: transparent url(../images/icon/lefts.png) no-repeat 0 0;

    background-position: 0 0;

    left: -50px;

}

#pro-carousel .pro-prev:hover {
    background: transparent url(../images/icon/left.png) no-repeat 0 0;

    left: -50px;

}			

#pro-carousel .pro-next {
    background: transparent url(../images/icon/rights.png) no-repeat 0 0;
    background-position: 0 0;

    right: -50px;

}

#pro-carousel .pro-next:hover {
    background: transparent url(../images/icon/right.png) no-repeat 0 0;
    right: -50px;

}				

#pro-carousel .pro-pager {

    text-align: center;

    margin: 0 auto;

}

#pro-carousel .pro-pager a {

    background: transparent url(../images/icon/carousel_control.png) no-repeat -2px -32px;

    text-decoration: none;

    text-indent: -999px;

    display: inline-block;

    overflow: hidden;

    width: 8px;

    height: 8px;

    margin: 0 5px 0 0;

}
.home-pro-pic ul a::before{
    position: absolute;
    content: 'MORE +';
    width: 285px;
    height: 0px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font:700 18px/285px microsoft yahei;
    pointer-events: none;
    overflow: hidden;
    z-index: 99;
    text-align: center;
    /* border: 2px solid rgba(0,0,0,0); */
    -webkit-transition: all 0.3s ease-out 0s; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out 0s;
}
.home-pro-pic ul a:hover::before{
    height: 285px;
}

#pro-carousel .pro-pager a.selected {

    background: transparent url(../images/icon/carousel_control.png) no-repeat -12px -32px;

    text-decoration: underline;				

}
.caroufredsel_wrapper{
    width: 1200px !important;
    height: 370px !important;
    /* overflow: visible !important; */
}
.caroufredsel_wrapper ul{
    height: 370px !important;
}
.h-pro-con-t{
    width: 100%;
    height: 50px;
    color: #666;
    font: 700 18px/50px microsoft yahei;
    text-align:center;
    border-top: 1px solid rgba(0,0,0,0.1)
}
.home-pro-pic{
padding-top: 30px;
}

.h-pro{
    background: url(../images/bg/probg.jpg) center no-repeat;
}

.h-online form{
    float: left;
    padding-top: 10px;
    width: 50%;
  }
  .online-1{
    float: left;
    width: 50%;
  }
  .form-group{
    padding: 0 30px;
  }
  .onl-en-title{
    font-size: 12px;
    color: #666;
    font-weight: normal;
  }
  .h-contact{
    padding-top: 10px;
    width: 50%;
  }
  .h-contact{
      padding-left: 100px;
      padding-top: 50px;
  }
  .h-contact h3{
      margin-bottom: 15px;
  }
  .h-contact i{
      display: inline-block;
      width: 40px;
      height: 40px;
      font-size: 30px;
      margin-right: 20px;
      text-align: center;
      color: #e77918;
      line-height: 40px;
  }
  .h-contact span{
      display: inline-block;
      vertical-align: top;
      height: 40px;
      line-height: 40px;
  }
  .foot-con-l{
    color: #eee;
      width: 900px;
  }
  .foot-con-cl{
      margin-right: 50px;
  }
  .foot-con-r{
      width: 300px;
      padding-top: 20px;
  }
  .f-bot{
    color: #eee;
    line-height: 40px;
    background-color: rgba(0,0,0,0.2);
  }
  .foot{
    padding: 30px 0;
  }
  .footer{  
      /*background: url(../images/bg/footerbg.jpg) center no-repeat;*/
  }
  .foot-con-c{
      width: 300px;
      padding: 0 50px;
  }
  .foot-con-c h4 a{
      font-size: 14px;
      color:#666;
  }
  .foot-con-c h4 a:hover{
      color:#e77918;
  }
  .foot-con-c h3{
      font-size: 16px;
      line-height: 40px;
  }
  .foot-con-c h4{
      line-height: 30px;
  }
  .ewm{
     padding-top:15px; 
  }
  .ewm img{
      width: 120px;
      height: 120px;
  }
  .ewm h3{
      color:#eee;
      line-height: 30px;
  }