/*头部*/
.public-header{
    height: 100px;
    display: flex;
    align-items: center;
}
.public-header-list{
    display: flex;
    align-items: center;
}
.header-nav{
    display: flex;
    width: 1000px;
    font-size: 16px;
    text-align: center;
    justify-content: space-around;
}
.header-logo {
   /*float: left;*/
    width: 200px;
}
.header-nav{
  /*float: right;*/
}
.header-nav li{
    width: 100px;
    padding-bottom: 20px;
}
.active-a{
     border-bottom: 3px solid #00c3c5;
}
.hover{
    color:#00c3c5;
}
.header-nav .item:hover{
    color:#00c3c5;
    border-bottom: 3px solid #00c3c5;
}
/*首页标题样式*/
.index-title-top{
    padding-bottom: 24px;
}
.index-title-top h3{
    color: #333;
}
.index-title-top span{
    font-size: 12px;
    display: block;
    color: #333;
    margin: 10px 0;
}
.index-title-dn{
    font-size: 16px;
    color: #666;
    padding: 0 17%;
}
/*产品中心标题公共样式*/
.public-serve{
    /*padding-top: 54px;*/
    /*padding-bottom: 20px;*/
}
.public-serve p{
    width: 60px;
    height: 1px;
    margin: 0 auto;
    padding-top: 18px;
    border-bottom:3px solid #00c3c5 ;
}
.public-show-line{
    width: 60px;
    height: 1px;
    border-bottom: 3px solid #faad19;
    margin:20px 0;
}
.public-explain{
    padding-top: 25px;
    color: #666;
}
.public-explain2{
    margin-top: 15px;
    color: #666;
}
/*尾部*/
.public-footer{
   margin-top: 70px;

}
.public-footer-top{
    padding-bottom: 20px;
    background:rgba(255,255,255,.2) url("../images/index/index-foot.jpg") center 0px;
    background-size:cover ;
    height: 480px;
}
.public-footer-contact{
    padding-top: 50px;
    display: flex;
}
/*左*/
.footer-lt,.footer-gt{
    width: 600px;
}
.footer-lt-title{
    color: #fff;
}
.footer-lt-contact{
    margin-top: 40px;
    color: #e1e1e1;
}
.footer-lt-title span{
    margin-top: 10px;
    display: block;
}
.footer-lt-title p{
    font-size: 12px;
    margin: 15px 0;
}
.footer-item{
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 40px;
}
.footer-item span{
    margin-left: 20px;
}
.footer-lt-contact img{
    padding-right: 20px;
}
/*右*/
.footer-gt{
    display: flex;
    justify-content: center;
}
.footer-gt .form-group{
    margin-bottom: 30px;
}

.footer-gt input{
    height: 40px;
}
.footer-gt textarea{
    height: 100px;
}
.footer-gt textarea,.footer-gt input{
    width: 420px;
    background-color: #e1e1e1;
    color: #666;
}
.footer-gt .btn{
    border:0;
    width: 110px;
    height: 40px;
    background-color: #faad19;
}
.public-link{
    height: 200px;
    overflow: hidden;
    background-color: rgba(0,0,0,.9);
}
.public-link h2{
    margin: 50px 0 30px 0;
    font-size: 20px;
    color: #999;
    position: relative;
    font-weight:600;
}
.public-link span{
    font-size: 14px;
    position: absolute;
    left: 90px;
    top: 10px;
}
.public-link ul{
    display: flex;
    flex-flow: row wrap;
}
.public-link li{
    margin-right: 25px;
    margin-bottom: 10px;
}
.public-link li a{
    color: #999;
}
.public-footer-copyright{
    height: 100px;
    color: #e1e1e1;
    background-color: #282a2c;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
}
.public-footer-copyright p{
    margin: 0;
}
.public-footer-box{
    line-height: 35px;
}
.page22{
    margin-top: 50px;
    font-size: 14px;
}
.page22 p{
    color: #666;
    font-size: 14px;
}
.page22 p a{
    color: #999;
}
.active {
    display: block;
    left: 0;
}

.index-xian{
    width: 60px;
    height:1px;
    border-bottom: 3px solid #ffbd3e;
}
.banner{
    min-width: 1200px;
}

/*分页*/
.fy-page{
    width: 100%;
    text-align: center;
}
.fy-page .link {
    display: inline-block;
    padding: 3px 10px;
    color: #666;
    border: 1px solid #666;
    margin-right: 20px;
}
.fy-page .link.active {
    border: 1px solid #aeaeae;
    background-color: #aeaeae;
    color: #fff;
}
.fy-page .link:hover {
    border: 1px solid #aeaeae;
    background-color: #aeaeae;
    color: #fff;
}
.page2{
    padding: 0 20px 10px;
}
.page2-span{
    font-size: 24px;
    margin-right: 10px;
}
.page2 a{
    color: #666;
    text-decoration: underline;
}
.page2 a:hover{
    color: #00a2ff;
}
