.photo-news{
    width: 318px;
    height: 260px;
    margin: 0px 10px;
    overflow: hidden;
    border: solid 1px #eee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.photo-news .photo-news-swiper {
    width: 318px;
    height: 223px;
    position: relative;
}
.photo-news .photo-news-swiper .swiper-slide {
    position: relative;
}
.photo-news .photo-news-swiper .swiper-slide img {
    width: 318px;
    height: 223px;
    overflow: hidden;
}
.photo-news .photo-news-swiper .photo-news-details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: rgba(51,51,51,0.79);
    line-height: 34px;
    padding: 0 8px;
    box-sizing: border-box;
}
.photo-news .photo-news-swiper .photo-news-details a {
    display: block;
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    color: #ffffff;
}
.photo-news .swiper-pagination.swiper-pagination-bullets {
    left: auto;
    right: 0!important;
    width: 85px;
    text-align:left;
}
.photo-news .swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    cursor: pointer;
    background: #fff;
    border-radius: 8px;
    opacity: .8;
}
.photo-news .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f6b501;
    font-size: 10px;
    color: #fff;
}

.block-header-box{
    height: 37px;
    background:-webkit-linear-gradient(#fff,#fff,#fff,#fff,#ccc);
    background:-moz-linear-gradient(#fff,#fff,#fff,#fff,#ccc);
    background:linear-gradient(#fff,#fff,#fff,#fff,#ccc);
}
.block-header-name{
    background: #074f81;
    height: 37px;
    line-height: 33px;
    padding:0px 25px;
    position: relative;
    display: inline-block;
    color:#fff;
    font-size: 14px;
    background:-webkit-linear-gradient(#0e9c0c,#0e9c0c,#0e9c0c,#0e9c0c,#006400);
    background:-moz-linear-gradient(#0e9c0c,#0e9c0c,#0e9c0c,#0e9c0c,#006400);
    background:linear-gradient(#0e9c0c,#0e9c0c,#0e9c0c,#0e9c0c,#006400);
}
.block-more{
    line-height: 37px;
    padding-right: 5px;
    color:#333;
}
.about-box{
    width: 420px;
    height: 260px;
    overflow: hidden;
    border:solid 1px #eee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.about-info{
    padding: 15px;
    text-align: justify;
    text-indent: 2em;
    line-height: 23px;
}
.about-info img{
    width: 161px;
    height: 100px;
    margin: 6px 15px 0px 0px;
}

.news-box{
    width: 436px;
    height: 260px;
    border: solid 1px #eee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.news{
    padding-top:10px;
}
.news li{
    width: 100%;
    list-style-type: none;
    border-bottom: dotted 1px #eee;
    float: left;
}
.news li:last-child{
    border:none;
}
.news li a{
    float: left;
    width: 280px;
    line-height: 24px;
    padding:5px 0px 5px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news li span{
    float: right;
    line-height: 24px;
    padding:5px 10px 5px 0px;
    color:#999;
}
.news li a label{
    padding-right: 3px;
    font-weight: bold;
}

.product{
    border:solid 1px #eee;
    border-radius: 5px;
}
.product .product-list{
    width: 1180px;
    margin:10px auto;
    overflow: hidden;
}
.product .product-list li {
    float: left;
    width: 180px;
    margin: 5px;
    padding:10px;
    box-shadow: 0px 0px 5px #eee;
    border: solid 1px #eee;
    border-radius: 3px;
}
.product .product-list .pic {
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.product .product-list .pic img {
    width: 100%;
    height: 100%;
}
.product .product-list .title {
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    width: 100%;
}
.product .product-list .title a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}