
.bannermodel1 .swiper-container .swiper-slide:hover .inner,
.ulmodel4 li:hover{
    transition: all 0.5s ease;
}

.bg1{
    background: url(../images/bg1.jpg) center top;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    background: #578419;
    opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
    background: #fff;
}
.section{
    padding: 30px 0;
}
.section1{
    padding-top: 60px;
}
.section4{
    padding: 30px 0 60px;
}
.section5{
    height: 300px;
    background: url(../images/bg2.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 0;
}
.section5 .container{
    height: 100%;
}

.footer{
    background: #022c5e;
    padding: 20px 0;
    text-align: center;
}
.footer p{
    color: #fff;
    font-size: 18px;
}
.ydshow{
    display: none;
}
.pcshow{
    display: block;
}
@media only screen and (max-width: 1440px){
}
@media only screen and (max-width: 768px){
    
}


.collectcontainer .section1 .imgbox{

}
.collectcontainer .section1 .imgbox img{
    width: 100%;
    vertical-align: top;
}
.collectcontainer .section1 .descbox{
    font-size: 18px;
    line-height: 1.6;
    padding: 40px 65px;
    text-indent: 32px;
}
.collectcontainer .section1.nopaddingtop{
    padding-top: 0;
}
.collectcontainer .section3{
    margin: 70px 0 40px;
}
.collectcontainer .section3 .itembox{
    width: 50%;
    float: left;
    padding: 0 20px;
}
.collectcontainer .section3 .itembox ul{
    border-top: 3px solid #aa343c;
}
.collectcontainer .section3 .itembox ul li {
    overflow: hidden;
    height: 40px;
    border-bottom: 1px solid #bb6268;
    vertical-align: bottom;
    line-height: 40px;
}
.collectcontainer .section3 .itembox ul li a{
    display: block;
}
.collectcontainer .section3 .itembox ul li a p,
.collectcontainer .section3 .itembox ul li a span{
    display: block;
    float: left;
}
.collectcontainer .section3 .itembox ul li a p{
    width: 80%;
    font-size: 16px;
}
.collectcontainer .section3 .itembox ul li a span{
    width: 20%;
    color: #979797;
    text-align: right;
}
.collectcontainer .section3 .itembox ul li a:hover {
    color: #bb6268;
}
.titlebox{
    background-image: url('../images/icon-collectTitle.png');
    background-repeat: no-repeat;
    background-position: center 3px;
    text-align: center;
    padding-bottom: 36px;
    position: relative;
}
.titlebox h2{
    font-size: 24px;
}
.titlebox a.more{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url('../images/icon-collectMore.png');
    font-size: 16px;
    background-repeat: no-repeat;
    display: block;
    color: #979797;
}
.collectcontainer .section4 .desccontent{
    max-height: 520px;
    overflow-y: auto;
} 

.itemmodel2 ul{
    margin: 15px 0 0;
}
.itemmodel2 ul li{
   line-height: 30px;
}
.itemmodel2 ul li:hover a{
  color: #3d96c9;
}
.itemmodel1 .item .iteminner .txtbox .desc{
   height: auto;
}
.headertopmodel1 .logo img{
   display: none;
}