*{
    margin:0px;
    padding:0px;
}
.w120{
    width: 100%;
}
.auto{
    margin:0 auto;
}
.left{
    float:left;
}
nav{
    background-color: rgb(64,67,69);
    height: 78px;
    padding-top:22px;
}
nav .left{
    width:220px;
    height:72px;
}
.meun-nav{
    float:left;
    margin-left:80px;
}
.meun-nav .nav{
    list-style: none;
    
}
.nLi{
    display: inline-block;
    width:116px;
    text-align: center;
    font-size: 18px;
    position: relative;
}
.nLi a{
    line-height: 78px;
    color:#fff;
    text-decoration: none;
}
.nLi:hover>a{
    color:#FDD000;
}
.nLi:hover .nlic{
    display: block;
    z-index:100000;
}
.nlic{
    background-color: rgb(64,67,69);
    width:116px;
    text-align: center;
    font-size:18px;
    position: absolute;
    display: none;
}
.nLi .nlic a{
    display:block;
    line-height: 50px;
}

/*轮播图*/
.flexslider {
  /*margin: 0px auto 20px;*/
  position: relative;
  width: 100%;
  height: 656px;
  overflow: hidden;
  zoom: 1;
}

.flexslider .slides li {
  width: 100%;
  height: 100%;
}

.flex-direction-nav a {
  width: 30px;
  height: 50px;
  line-height: 50px;
  display: block;
  position: absolute;
  top: 50%;
  left:50%;
  margin-top: -13px;
  z-index: 999;
  cursor: pointer;
  color:rgba(255,255,255,0.6);
  background-color: rgba(0,0,0,0.5);
  text-decoration: none;
  text-align: center;
  font-size: 30px;
}

.flex-direction-nav .flex-next {
  background-position: 0 -70px;
  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-prfev{
    color:red;
}
.common-title{
    width:90%;
    text-align: center;
    font-size: 3rem;
    font-weight: 400;
    color: #3C3B3C;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.common-title-before{
    width:30%;
    height: 1px;
    background: #3C3B3C;
}
.common-title-desc{
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    color: #3C3B3C;
    margin-top: 10px;
}
.clearbox:after{
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.about-title{
    font-size:3rem;
    font-weight: 400;
    color: #000000;
    line-height: 4rem;
    padding: 2rem 5% 0.5rem;
    box-sizing: border-box;
}
.about{
    margin-top:2rem;
}
.about-title-two{
    font-size: 2rem;
    font-weight: 400;
    color: #000000;
    padding: 0rem 5%;
}
.about-desc{
    font-size: 1.2rem;
    font-weight: 400;
    color: #000000;
    line-height: 2rem;
    margin-top:38px;
    padding: 0rem 5%;
}
.right{
    float:right;
}
a{
    text-decoration: none;
}
.about-button{
    width: 10rem;
    height: 3rem;
    border: 2px solid #000000;
    font-size: 1.2rem;
    text-align: center;
    line-height: 3rem;
    font-weight: 400;
    color: #000000;
    margin:5rem auto 1rem;
    border-radius: 1.5rem;
    
}
.product{
    margin-top:88px;
    padding-top:80px;
    background: linear-gradient(rgb(64,67,69) 0%,rgb(64,67,69) 70%,white 70%,white 100%);
}
.product-list{
    display: flex;
    justify-content: space-between;
    width:90%;
    flex-wrap: wrap;
}
.product-list a{
    width:48%;
    margin-top:2rem;
}
.productinfo-title{
    width: 70%;
    height: 36px;
    border: 1px solid #000000;
    font-size: 1.2rem;
    font-weight: 400;
    color: #000000;
    text-align: center;
    line-height: 36px;
    margin-bottom: 40px;
}
.productinfo{
    width: 100%;
    background-color:#fff;
    padding-top:34px;
}

.news-info{
    width: 100%;
    border: 1px solid #000000;
    padding:34px;
    box-sizing: border-box;
    margin-bottom: 1.5rem;
}
.news-info-day{
    font-size: 2.5rem;
    font-weight: 400;
    color: #000000;
    line-height: 3rem;
}
.news-info-date{
    font-size: 1.2rem;
    font-weight: 400;
    color: #000000;
    line-height: 1.5rem;
}
.news-info-title{
    width:100%;
    font-size:2rem;
    margin-top:30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-info-desc{
    width:100%;
    height: 4rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: #000000;
    line-height: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top:10px;
}
.news-list{
    margin-top:70px;
    width:90%;
    padding-bottom:10rem;
}


.common-nav{
    text-align: center;
    margin:32px auto 80px;
}
.common-nav a{
    display: inline-block;
    width: 25%;
    height: 3rem;
    text-decoration: none;
    font-size: 1.4rem;
    text-align: center;
    line-height: 3rem;
    border:1px solid #333;
    color:#333;
    margin:20px 17px;
}
.common-nav .active{
    background: #404345;
    color:#FDD000;
    border:1px solid #404345;
}
.imglist{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:20px 0px;
}
.imglist img{
    margin:20px 0px;
}
.liucheng{
    margin-top:88px;
    padding-top:80px;
    background: linear-gradient(rgb(232,233,233) 0%,rgb(232,233,233) 60%,white 60%,white 100%);
    padding-bottom: 140px;
}

.xinghao{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    height: 3rem;
    line-height: 3rem;
    font-size:1.4rem;
    padding:5px 0px;
}
.xinghao a{
    display: inline-block;
    border-right: 1px solid #000;
    text-decoration: none;
    font-size:1.4rem;
    color:#333;
    padding:0px 20px;
}
.product-lists{
    padding-bottom:10rem;  
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.text-img img{
    width:100%;
}
.product-lists>a{
    margin-top:44px;
    width: 45%;
    margin-right:11px;
    margin-left:11px;
    display: block;
}
.product-lists>a img{
    width: 100%;
    height: auto;
    border: 1px solid #A8A8AA;
}
.product-lists>a div{
    font-size:2rem;
    text-align: center;
    background: #483307;
    line-height: 4rem;
    color: #fff;
    height: 4rem;
}
.news-title{
    font-size:3rem;
    font-weight: normal;
    color: #000000;
    text-align: center;
}
.news-desc{
    text-align: center;
    padding:20px 0px 20px;
    font-size:1.4rem;
    border-bottom:1px solid #3C3B3C;
    box-sizing: border-box;
}

/*.connat{
    background-color: rgba(245,245,245,1);
    padding:54px 38px;
    box-sizing: border-box;
    width:90%;
    margin:100px auto;
}*/
.connat-left{
    box-sizing: border-box;
}

.info{
    width: 90%;
    border: 1px solid #000000;
    padding:0px 42px;
    box-sizing: border-box;
    margin-top:48px;
    margin-bottom:100px;
}
.info-title{
    height: 5rem;
    font-size: 1.8rem;
    font-weight: 400;
    color: #000000;
    line-height: 5rem;
    border-bottom: 1px solid #000000;
}
.info-left{
    width: 100%;
    padding-top: 52px;
}

.info-right{
    padding-top: 52px;
    width:100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex:1;
}
.info-right input{
    width: 45%;
    height: 4rem;
    border: 1px solid #000000;
    flex:0 0 45%;
    margin-bottom:20px;
    padding-left:10px;
    font-size:1.5rem;
}
.right_button{
    width: 40%;
    height: 4rem;
    background: #404345;
    font-size: 1.6rem;
    font-weight: 400;
    color: #FDD000;
    text-align: center;
    line-height: 4rem;
    border-radius: 2rem;
    margin-bottom:30px;
}
/*底部*/
.footer{
    background-color: rgb(64,67,69);
    margin-top:40px;
    padding-bottom:100px;
}
.footer-left{
    width:360px;
    color: #FFFFFF;
}

.footer-right{
    
}
.foot-nav{
    font-size:20px;
    color:#fff;
    padding-top:40px;
}

.foot-nav .foot-nLi{
    display: inline-block;
    width:116px;
    text-align: center;
    font-size: 18px;
    position: relative;
}
.foot-nav .foot-nLi a{
    line-height: 78px;
    color:#fff;
    text-decoration: none;
}
.foot-nLi:hover>a{
    color:#FDD000;
}
.foot-nlic{
    width:116px;
    text-align: center;
    font-size:14px;
    position: absolute;
}
.foot-nLi .foot-nlic a{
    display:block;
    line-height: 30px;
}
.news-info-more{
    width: 144px;
    height: 40px;
    border:2px solid #3C3B3C;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 1.3rem;
    color:#3C3B3C;
    margin-top:40px;
}