html,body{
    font-family: "微软雅黑";
    min-width: 1200px;
    background-color: #fafafa;
}
ul {
    list-style-type: none;
}
h1,h2,h3,h4,h5,h6,p{
    margin-bottom: 0px !important;
}
a{
    text-decoration:none !important;
}
.scale{transform:scale(0); opacity:0; transition: all .5s  ease-out;}
.scale.started { transform:scale(1); opacity:1; }
.left{transform:translateX(-50%); opacity:0; transition: all .5s  ease-out;}
.left.started { transform:translateX(0%); opacity:1; }
.right{transform:translateX(50%); opacity:0; transition: all .5s  ease-out;}
.right.started { transform: translateX(0%); opacity:1; }
 
/*顶部*/
.top-wrap{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #999999;
    overflow: hidden;
    border-bottom: 1px solid #eaeaeb;
    background-color: #fff;
}
.sticky-header{
    position: fixed;
    top:0px;
    left:0px;
    z-index: 999;
}
.container{
    width: 100%;
    min-width: 1200px;
    padding: 0px  !important;
    box-sizing: border-box;
    overflow: hidden;
}
.top-wrap .top-wrap-right{
    font-size: 13px;
}
.top-wrap .top-wrap-right a{
     color:#999999;
     display: inline-block;
     padding: 0px 18px;
     text-decoration: none;
}
.top-wrap .top-wrap-right span{
    color:#ededed;

}
.top-wrap .top-wrap-right a:hover{
    color:#ff6800 ;
}
/*header区*/
header{
    width: 100%;
    height: 80px;
    overflow: hidden;
    background-color: #fff;
}
header .header-wrap{
    width: 1200px;
    height: 80px;
    padding: 0px !important;
}
header .header-wrap .navbar{
    width: 100%;
    height: 80px;
    padding: 0px !important;
}
.navbar-brand img{
    width: 195px;
    height: 43px;
    vertical-align: middle;
}
.navbar-nav li{
   min-width:120px ;
}
.navbar-nav a{
    text-align: right;
    font-size: 16px;
    color:#666666;
}
.navbar-nav a:hover{
   color:#4bb344;
}
.navbar-nav .active a{
    color:#4bb344;
}
/*lunbotu*/
#demo .carousel-inner .carousel-item .img{
    width: 100%;
    height: 600px;
}
#demo .carousel-inner .carousel-item .img1{
    background: url("../images/hdp1.jpg") no-repeat;
}
#demo .carousel-inner .carousel-item .img2{
   background: url("../images/hdp2.jpg") no-repeat;
}
.carousel-indicators li{
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
/*announce*/
.announce{
    width: 100%;
    overflow: hidden;
    background-color: #fff;
   
}
.announce .container .annocunce-wrap{
    height: 100px;
    line-height:100px;
   
}
.announce  .title{
     width: 160px;
     font-size: 18px;
     color: #333333;
}
.announce  .title .anounce-icon{
    margin-top: -5px;
    margin-right: 20px;
}
.announce .annocunce-item-wrap{
    flex:1;
    text-align: center;
    line-height: 100px;
}
.announce  .annocunce-item-wrap .announce-item{
    width: 100%;
    font-size: 16px;
    color: #666666;
    padding: 0px 12px;
    overflow: hidden;
}
.announce .announce-item a{
     height: 100px;
     color: #666;
 }
.announce  .annocunce-item-wrap .announce-item a:hover{
    color:  #4bb344;
}
.floatImg ul li{
    margin:  20px 25px ;
}
.floatImg ul li a .iconwrap{
    width: 72px;
    height: 72px;
    overflow: hidden;
    position: relative;
    margin: 15px 0px;
}
.floatImg ul li a .iconwrap img{
     position: absolute;
}
.floatImg ul li a .iconwrap .icon1{
    display: none;
}
.floatImg ul li a .iconwrap:hover .icon2{
    display: none;
}
.floatImg ul li a .iconwrap:hover .icon1{
    display: block;
}
.floatImg ul li a .title{
    font-size: 15px;
    color: #999;
}
.floatImg ul li a .text{
    font-size: 13px;
    color: #999;  
}
.title-wrap{
    margin-top: 80px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.title-wrap::after{
    position: absolute;
    left:50%;
    margin-left: -50px;
    bottom: 0px;
    content:"";
    width: 100px;
    height:5px;
    background-color: #4bb344;
}
.title-wrap h2{
    font-size: 30px;
    color:rgb(53, 53, 53);
}
.title-wrap p{
    font-size: 20px;
    color: rgb(169, 169, 169);
}
/* 关于我们 */
.info-wrap{
  width: 750px;
  text-align: center;
  font-size: 15px;
  color: rgb(89, 89, 89);
  line-height: 2;
  margin: 40px auto 50px auto;
}
.cardImg{
    display: flex;
    justify-content: center;
}
.about .card-wrap ul li{
    width: 370px;
    height: auto;
    background-color: #fff;
}
.about .card-wrap ul li a .card-text{
    padding: 40px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.about .card-wrap ul li a .card-text h5{
    font-size: 18px;
    color:  #4bb344;
    line-height: 1.8;
     
}
.about .card-wrap ul li a .card-text .line{
    width: 35px;
    height: 1px ;
    background-color:   #4bb344;
    margin-top: 5px;
}
.about .card-wrap ul li a .card-text p{
    font-size: 14px;
    color: rgba(153,153,153,1);
    line-height: 2;
    text-align: center;
    margin-top:10px; 
}
.btn-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px 0px 120px 0px;
}
.btn-wrap .more{
    width: 155px;
    height: 50px;
    font-size: 13px;
    background-color: transparent;
    border-radius: 30px;
    border: 1px solid #ddd;
}
/* 联系咨询 */
.link{
    width: 100%;
    height: 385px;
    background:url("../images/mm.jpg") no-repeat; 
    box-sizing: border-box; 
    overflow: hidden;
}
.link .link-bg{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 385px;
    color:#fff;
    background:  transparent;
}
.link .link-bg h3{
    font-size: 24px;
    margin-top: 100px;
}
.link .link-bg .sub-title{
    font-size: 14px;
    margin-top: 5px;
}
.link .link-bg .link-btn{
    width: 150px;
    height: 50px;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    margin-top: 50px;
}
.link .link-bg .phone{
    font-size: 14px;
    margin-top: 20px;  
}
/* 产品展示 */
.product{
    width:100%;
    background-color: #fff;
    overflow: hidden;
}
.product .product-scroll{
    position: relative;
    height: 185px;
    margin-bottom: 60px;
}
.product-scroll .mr_frBtnL{
    position: absolute;
    left:20px;
    top:40%;
    z-index: 2;
}
.product-scroll .mr_frBtnR{
    position: absolute;
    right:20px;
    top:40%;
    z-index: 2;
}
.product-scroll .mr_frUl{
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
}
.product-scroll .mr_frUl ul{
   display: flex;
   overflow: hidden;
}
.product-scroll .mr_frUl ul li{
    margin-right: 20px;
 }
/* 产品优势 */
.advantage{
    width: 100%;
    height: 730px;
    background:url("../images/counter-bg.jpg") no-repeat;
    overflow: hidden;  
}
.advantage .advantage-bg{
    width: 100%;
    height: 730px;
    color:#fff;
    background:  transparent;
    overflow: hidden;
}
.advantage .advantage-bg .title-wrap h2{
    color:#fff;
}
.advantage .advantage-bg .title-wrap p{
    color:#fff;
}
.advantage .advantage-bg  .title-wrap{
    border-bottom-color: #fff;
}
.advantage .advantage-bg  .title-wrap::after{
    background-color: #fff;
}
.advantage .advantage-bg  ul{
    width: 100%;
    flex-wrap: wrap;
}
.advantage .advantage-bg  ul li{
    width:50%;
    padding: 50px 50px 50px 0px;
    box-sizing: border-box;
}
.advantage .advantage-bg ul li a .imgwrap{
    width: 155px;
    height: 155px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.advantage .advantage-bg ul li a .imgwrap img{
    width: 155px;
    height: 155px;
    vertical-align: middle;
}
.advantage .advantage-bg ul li a .text-wrap{
    flex: 1;
    color:#fff;
}
.advantage .advantage-bg ul li .text-wrap h5{
    font-size: 20px;
    line-height: 1.5;
    margin-top: 8px;
}
.advantage .advantage-bg ul li .text-wrap .line{
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
}
.advantage .advantage-bg ul li .text-wrap p{
    font-size: 14px;
    line-height:2.2;
}
 /* 新闻资讯   */
 .news {
     padding-bottom: 30px;
     background-color: #fff;
     overflow: hidden;
 }
.news .newsContent{
  margin-top: 72px;
}
.news .newsContent .newsLeft{
    width: 470px;
    margin-right: 45px;
    overflow: hidden;
}
.news .newsContent .newsLeft .imgwrap{
    display: flex;
    width: 470px;
    height: 305px;
    justify-content: center;
    align-items: center;
}
.news .newsContent .newsLeft .imgwrap img{
    width: 470px;
    height: 305px;  
    vertical-align: middle;
}
.news .newsContent .newsLeft .newstext{
    margin-top: 30px;
}
.news .newsContent .newsLeft .newstext h5{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #333333;
    line-height: 2;
}
.news .newsContent .newsLeft .newstext p{
    font-size: 14px;
    color:#666666;
    line-height:1.8;
}
.news .newsContent .newsright{
    flex:1;
}
.news .newsContent .newsright ul li {
   padding-bottom:36px;
   border-bottom:1px dashed #ddd; 
   margin-top:36px; 
}
.news .newsContent .newsright ul li:first-of-type {
   margin-top:0px; 
 }
 .news .newsContent .newsright ul li:last-of-type {
    border-bottom:none;  
  }
.news .newsContent .newsright ul li a{
  color: #666666;
}
.news .newsContent .newsright ul li a .newslistLeft{
    width: 85px;
    height: 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
    margin-right: 12px;
}
.news .newsContent .newsright ul li a .newslistLeft p{
    font-size: 12px;
}
.news .newsContent .newsright ul li a .newslistLeft .strong{
    font-size: 16px;
}
.news .newsContent .newsright ul li a .newslistRight{
    flex:1;
}
.news .newsContent .newsright ul li a .newslistRight h5{
   font-size: 16px;
   color: #333333;
   line-height: 2;
}
.news .newsContent .newsright ul li a .newslistRight p{
    font-size: 14px;
    line-height: 1.8;
}
.footer{
    width: 100%;
    text-align: center;
    font-size: 14px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    background-color: #000;
    overflow: hidden;
}
/* 关于页面 */
.bannelwrap{
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
/* 留言区 */
.message{
  width: 100%;
  padding: 95px 0px;
  background-color: #fff;
}
.message h5{
    font-size: 15px;
    color: #999;
    line-height: 2;
    margin-bottom: 50px;
}
.message  .formgroup{
    margin-top:30px;
}
.message  .formgroup .group{
  margin-bottom: 10px;
}
.message  .formgroup .form-group{
    margin-right: 30px;
}
.message  .formgroup .form-group  label{
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #999;
    margin-right: 10px;
}
.message  .formgroup .form-group input{
    height: 36px;
    width: 220px;
    border: 1px solid #dddddd;
}
.message  .formgroup .form-group textarea{
    width: 220px;
    height: 60px;
    max-width: 220px;
    max-height: 60px;
    border: 1px solid #dddddd;
}
.message  .formgroup  .submit{
    width:240px;
    height: 45px;
    font-size: 15px;
    color: #fff;
    background-color:   #4bb344;
    margin: 20px 0px 0px 45px;
}
/* 产品页面 */
 .products .navList{
  width: 100%;
  padding: 120px 0px 20px 0px;
  
  overflow: hidden;
  
} 
.products .navList ul{
    flex-wrap: wrap;
} 
.products .navList li{
    padding: 0px 30px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 15px;
    background-color: #fff;
    border-radius: 40px;
    margin:0px 30px 30px 0px;
}
.products .navList li.active{
    background-color:   #4bb344;
}
.products .navList li.active a{
    color:#fff;
}
.products .navList li:hover{
    background-color: #4bb344; 
}
.products .navList li:hover a{
    color:#fff; 
}
.products .navList li a{
   color:#999;
}
.productList{
    padding: 20px 0px;
     
}
.productList ul{
    flex-wrap: wrap;  
}
.productList ul  li {
    width: 320px;
    height: 360px;
    background-color: #fff;
    border-radius: 2px;
    margin:0px 60px 40px 0px;
}
.productList ul li:hover{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	margin-top: -20px;
}
.productList ul  li a{
    display: block;
    color: #666;
}
.productList ul  li a .listwrap{
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productList ul  li a p{
    text-align: center;
    font-size: 15px;
}
/* 公司文化 */
.culture{
    widows: 100%;
    padding: 60px 0px 60px 0px;
    background-color: #fff;
    overflow: hidden;
}
.culture .content{
    width: 1200px;
    margin-top: 80px;
    overflow: hidden;
}
.culture .content .imgwrap{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0px;
    overflow: hidden;
}
.culture .content .info{
    line-height: 2;
}
/* 联系我们  */
.linkwrap{
    overflow: hidden;
    margin-top: 80px;
}
.linkwrap .imgwrap .linkbananel{
    width: 600px;
    height: 450px;
    vertical-align: middle;
}
.linkwrap ul{
    flex-wrap: wrap;
    margin : 60px 0px 0px 90px;
}
.linkwrap ul li{
    width: 50%;
}
.linkwrap ul li h6{
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 2;
}
 .linkwrap ul li p{
   text-align: center;
   font-size: 14px;
   color: rgb(153, 153, 153);
}
.linkwrap .imgwrap .linkbananel .linkicon{
    width: 75px;
    height: 75px;
    vertical-align: middle;
}
.ditu{
    width: 1200px;
    margin: 80px auto ;
    overflow: hidden;
}
.nav-link{
    text-align: center;
}