header {
    background: url(../images/topbg.png) center top no-repeat;
    background-size: 100% auto;
    height: 139px;
}
.title h2{
    font-size: 36px!important;
    position: relative;
}.title h2::after{
content: '';
width: 142px;
height: 6px;
background-color: #58b730;
position: absolute;
left: 0;
bottom: -18px;
}
.title.juzhong h2::after{
    content: '';
    width: 142px;
    height: 6px;
    background-color: #58b730;
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    }
.en-title {
    text-transform: uppercase;
    font-size: 30px;
}
.pro-xilie{
    background: url(../images/xilie-bg.png) center bottom no-repeat;
    background-size: 100% auto;
}
#xilie-item h4 {
    text-transform: uppercase;
    font-weight: normal;
}
#xilie-item .border{
    transition: all .5s;
    position: relative;
   
}
#xilie-item .border:hover {
    border-color: #ff9000!important;
    cursor: pointer;
 
}
.more a{
    background: url(../images/more-bg.png) left center no-repeat;
    background-size: contain;
    transition: all .5s;
}.more a:hover{
    background: url(../images/more-hover.png) left center no-repeat;
    background-size: contain;
    color: #fff!important;
}
.more .border-white:hover{
    color: #fff!important;
}
section.about{
    background: url(../images/about-bg.jpg) left top repeat;

}

section.jiameng .container{
    background: url(../images/jiamengbg.png) center top no-repeat;
    background-size: 100%;
    min-height: 703px;

}


section.jiameng .jmtab {
    background-color: rgba(255,255,255,.8);
}
section.jiameng .jmtab .active{
 font-weight: bold;
 background-color: none!important;
}

section.jiameng .jmtab .active a{
    border: none;
    background-color: none!important;
}
section.jiameng .jiantou{
    width: 45px;
  height: 45px;
  line-height:35px;
  transition: all .5s;
}
section.jiameng .media a:hover .jiantou{
    background-color: #58b730;
    color: #fff;
}
section.jiameng .media a:hover span{
    color: #fff!important;
}
footer {
    background: url(../images/fotbg.png) center top no-repeat;
    background-size: cover;
    height:433px;
}
.posr{
    position: relative;
}
.katong01{
    position: absolute;
    left: 50%;
    top:30px;
    transform: translateX(-50%);
}
.katong02{
    position: absolute;
    right: 0;
    top: 0;
}
@media (min-width: 1280px) { 
    .pro-list #row {
        height: 750px;
    }
 }
@media (min-width: 1680px) { 
    .pro-list #row {
        height: 860px;
    }
 }
#newslist .flip-item:hover figcaption{
    background-color: #58b730;

}
#newslist .flip-item:hover figcaption h3,#newslist .flip-item:hover figcaption p{
color: #fff!important;
}




















