.conbox {
    margin-bottom: 30px;
}

/*新闻轮播图*/
.news_banner {
    overflow: hidden;
    position: relative;
    width: 720px;
    height: 420px;
}

.news_banner .hd {
    overflow: hidden;
    position: absolute;
    bottom: 26px;
    right: 0;
    z-index: 1;
    width: 160px;
    text-align: right;
}

.news_banner .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    font-size: 0;
}

.news_banner .hd ul li {
    display: inline-block;
    margin: 0 2px;
    width: 18px;
    height: 18px;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

.news_banner .hd ul li.on {
    background: #e0620d;
    color: #fff;
}

.news_banner .bd {
    position: relative;
    z-index: 0;
}

.news_banner .bd li {
    zoom: 1;
}

.news_banner .bd li > a {
    display: block;
    -webkit-transform: rotate(0deg);
    overflow: hidden;
    border-radius: 5px;
    width: 720px;
    height: 420px;
    overflow: hidden;
}

.news_banner .bd img {
    width: 720px;
    height: 420px;
    display: block;
}

.news_banner .bd li h2 {
    line-height: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    bottom: 10px;
    width: 690px;
    padding: 0 15px;
}

.news_banner .bd li h2 a {
    color: #fff;
    font-size: 18px;
    display: block;
    max-width: 540px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.news_banner .prev,
.news_banner .next {
    position: absolute;
    left: 10px;
    top: 160px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.news_banner .next {
    left: auto;
    right: 10px;
    background-position: 8px 5px;
}

.news_banner .prev:hover,
.news_banner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.news_banner .prevStop {
    display: none;
}

.news_banner .nextStop {
    display: none;
}

.tender .sy_title a {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}

.tender {
    width: 460px;
}

.tender .sy_title a:hover {
    color: #005389;
}

.tender ul {
    margin-top: 5px;
    overflow: hidden;
    height: 300px;
}

.tender ul li {
    line-height: 42px;
}

.tender ul li span {
    color: #333;
    transition: all .3s;
    display: inline-block;
    vertical-align: middle;
    max-width: 400px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tender ul li b {
    color: #666;
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}

.red_news {
    color: #f00;
    display: inline-block;
    margin-left: 5px;
    font-style: normal;
}

.tender ul li:hover span {
    color: #005389;
    text-indent: .3em;
    text-decoration: underline;
}

.tender ul li:hover b {
    color: #005389;
}

.l {
    float: left;
}

.r {
    float: right;
}

/*****************************
 *   04. service-area
 ***************************** */
.single-service, .single-service-2, .single-service-3 {
    margin: 15px 0;

}

.single-service .inner {
    background-color: #fff;
    box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    padding: 30px;
    text-align: center;
}
.single-service .inner {

}
.single-service .inner:hover, .single-service-2 .inner:hover, .single-service-3 .inner:hover {
    box-shadow: 1px 1px 5px #005389;
}

.single-service .inner .title, .single-service-2 .inner .title, .single-service-3 .inner .title {
    overflow: hidden;
    margin-bottom: 15px;
}

.single-service .inner .title .icon, .single-service-2 .inner .title .icon, .single-service-3 .inner .title .icon {
    float: left;
    font-size: 26px;
}

.single-service .inner .title h4, .single-service-2 .inner .title h4, .single-service-3 .inner .title h4 {
    padding-left: 50px;
    font-size: 20px;
    color: #005389;
    margin: 3px 0 0;
}

.single-service .inner .content_p, .single-service-2 .inner .content_p, .single-service-3 .inner .content_p {
    font-weight: 300;
    font-size: 14px;
    color: #2d3666;
    margin-top: 10px;
    line-height: 26px;
}

.single-service .inner .content_p p:last-child, .single-service-2 .inner .content_p p:last-child, .single-service-3 .inner .content_p p:last-child {
    margin-bottom: 0;
}

.single-service.bordered .inner, .bordered.single-service-2 .inner, .bordered.single-service-3 .inner {
    border: 1px solid #cad4de;
    box-shadow: none;
}