.notice{
    height: 36px;
}
.notice i{
    color: #ff6600;
    margin-right: 5px;
}
.swiper_wrap{
    position: relative;
    width: 900px;
    height: 36px;
    overflow: hidden;
}
.swiper_wrap ul{
    position: relative;
    top: 0;
    left: 0;
    width: 900px;
    float: right;
    color: #444;
    font-size: 14px;
    margin-top: 1px;
}
.swiper_wrap ul li{
    line-height: 36px;
    padding-left: 10px;
}
.swiper_wrap .font_inner a{
    color: #444;
}
.swiper_wrap a:hover{
    color: #FA9101;
}

.index-info{
    background: url(../img/indexbg.jpg) no-repeat top center;
}

.prodict-list {
    width: 970px;
    flex-wrap: wrap;
}

a.prodict-list-item {
    display: block;
    width: 310px;
    margin-right: 15px;
    margin-bottom: 15px;
}

a.prodict-list-item:nth-child(3n) {
    margin-right: 0;
}

.prodict-list-item img {
    display: block;
    width: 310px;
    height: 248px;
    background-color: #ffffff;
}
.prodict-list-item div {
    height: 72px;
    text-align: left;
    padding: 0 10px;
    background: #ededed;
}
.prodict-list-item h3 {
    line-height: 40px;
    color: #333d40;
}
.prodict-list-item p {
    line-height: 32px;
    color: #333d40;
}

.menu {
    min-height: 635px;
}
.index-title-img{
    display: block;
    margin: 0 auto;
    padding: 60px 0;
}
.product-list-box{
    margin-bottom: 60px;
}
.niaokan-item{
    width: 50%;
    position: relative;
}
.niaokan-item img{
    display: block;
    width: 100%;
}
.niaokan-item-text{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 600px;
    padding-left: 60px;
}
.niaokan-item-text-info h3{
    text-align: right;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 3px;
    color: #f6f6f6;
    position: relative;
    padding-bottom: 5px;
}
.niaokan-item-text-info h3.active:after{
    position: absolute;
    right: 0;
    bottom: -5px;
    content: '';
    width: 50px;
    height: 6px;
    background-color: #ff6600;
}
.niaokan-item-text-info p{
    text-align: right;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 32px; */
    letter-spacing: 1px;
    color: #f6f6f6;
    margin-top: 40px;
}
a.niaokan-more{
    display: block;
    margin:30px 0 30px  470px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 68px;
    border-radius: 70px;
    border: solid 1px #ffffff;
}
.niaokan-more i{
    font-size: 36px;
    color: #fff;
}
.niaokan-list{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.niaokan-list a{
    display: block;
    width: 150px;
    position: relative;
}
.niaokan-list a i{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    font-size: 32px;
    color: #fff;

}
.niaokan-list a p{
    margin-top: 5px;
    text-align: center;
}
.niaokan-list a.active:after{
    position: absolute;
    top: 5px;
    right: 0;
    content: '';
    width: 1px;
    height: 60px;
    background: #fff;
}


.news-box{
    padding: 0 0 50px;
}
a.left-news{
    display: block;
    width: 472px;
    background: #0555b1;
}
a.left-news img{
    display: block;
    width: 472px;
    height: 300px;
}
.left-news-info{
    padding: 24px;

}
.left-news-time{
    font-size: 14px;
    color: #fff;
    width: 60px;
    text-align: center;
}
.left-news-time span{
    font-size: 34px;
}
.left-news-text{
    flex: 1;
    margin-left: 30px;
    overflow: hidden;
}
.left-news-text h3{
    font-size: 18px;
    line-height: 36px;
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: normal;
}
.left-news-text p{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.right-news{
    flex: 1;
    margin-left: 60px;
    overflow: hidden;
}
.right-news-frist{
    margin-bottom: 10px;
}
.right-news-frist:hover .right-news-frist-text h3{
    color: #ff6600;
}
.right-news-frist-text{
    flex: 1;
    margin-right: 50px;
    overflow: hidden;
}
.right-news-frist-text h3{
    font-size: 18px;
    line-height: 36px;
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px solid #999;
    color: #333;
    font-weight: 500;
}
.right-news-frist-text p{
    font-size: 14px;
    line-height: 28px;
    color: #999999;
}
.right-news-frist-time{
    font-size: 14px;
    color: #999;
    width: 60px;
    text-align: center;
    line-height: 22px;
}
.right-news-frist-time span{
    display: block;
    text-align: center;
    font-size: 34px;
    line-height: 40px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
}
.right-news-frist-time i{
    display: block;
    margin: 10px auto 0;
}
.right-news-item{
    width: 558px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #c7c7c7;
}
.right-news-item i{
    display: block;
    width: 30px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    overflow: hidden;
    color: #ff6600;
    font-size: 18px;
    transition: all .3s linear;
}
.right-news-item p{
    flex: 1;
    margin-right: 15px;
    color: #999;

}
.right-news-item:hover p{
    color: #ff6600;
}
a.right-news-more{
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ff6600;
}
a.right-news-more i{
    font-size: 16px;
    color: #ff6600;
    /*margin-left: 10px;*/
}
a.like-item{
    display: block;
    width: 380px;
    margin-bottom: 40px;
}
a.like-item img{
    display: block;
    width: 100%;
}
a.case-item{
    display: block;
    position: relative;
    width: 292px;
    height: 260px;
    background-color: #ffffff;
}
a.case-item img{
    display: block;
    width: 292px;
    height: 260px;
}
a.case-item div{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 72px;
    text-align: left;
    padding: 0 10px;
    background: rgba(0,0,0,.5);
}
.case-item h3 {
    line-height: 40px;
    color: #fff;
}
.case-item p {
    line-height: 32px;
    color: #fff;
}