﻿/*banner*/
.slideBox {
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

    .slideBox .hd {
        position: absolute;
        width: 100%;
        bottom: 25px;
        z-index: 1;
    }

        .slideBox .hd ul {
            width: 100%;
            text-align: center;
        }

            .slideBox .hd ul li {
                margin: 0 5px;
                width: 10px;
                height: 10px;
                background: #fff;
                cursor: pointer;
                display: inline-block;
                border-radius: 50%;
            }

                .slideBox .hd ul li.on {
                    width: 12px;
                    height: 12px;
                    position: relative;
                    top: 1px;
                    background: #E50112;
                }

    .slideBox .bd li {
        zoom: 1;
        vertical-align: middle;
        position: relative;
    }

    .slideBox .bd img {
        display: inline-block;
        max-width: 100%;
    }

    .slideBox > a {
        position: absolute;
        bottom: 25px;
        left: 50%;
        margin-left: -80px;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-right-color: #fff;
        z-index: 99;
    }

    .slideBox .next {
        margin-left: 60px;
        border-left-color: #fff;
        border-right-color: transparent;
    }

    .slideBox .prev:hover {
        border-right-color: #8F0100;
    }

    .slideBox .next:hover {
        border-left-color: #8F0100;
    }
/*news*/
.news {
    min-height: 578px;
    position: relative;
}

    .news::before, .news::after {
        position: absolute;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        z-index: -1;
    }

    .news::before {
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 705px;
        background: url(../images/news_bg_left.jpg) #F1F5FB no-repeat left top;
    }

    .news::after {
        top: 0;
        bottom: 0;
        right: 0;
        background: url(../images/news_bg_right.jpg) #F1F5FB no-repeat right bottom;
    }

.news_main {
    width: 1440px;
    margin: 0 auto;
    height: 578px;
    position: relative;
}

.news_leftbox {
    position: absolute;
    left: 20px;
    top: 0px;
    width: 810px;
    height: 550px;
}

.news_rightbox {
    position: absolute;
    right: 20px;
    top: 0px;
    width: 560px;
    height: 550px;
}

.news_leftbox .titlebox {
    background: url(../images/news_title.png) no-repeat 5px 26px;
    position: relative;
    height: 80px;
}

.news_rightbox .titlebox {
    background: url(../images/notice_title.png) no-repeat 5px 26px;
    position: relative;
    height: 80px;
}

.news_more {
    position: absolute;
    right: 5px;
    top: 20px;
    width: 87px;
    height: 34px;
}

.newsbox {
    position: relative;
    background: #fff;
    width: 100%;
    height: 146px;
    margin-bottom: 20px;
}

.newsimg {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 240px;
    height: 144px;
}

    .newsimg img {
        width: 100%;
        height: 100%;
    }

.newstitle {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 520px;
    height: 54px;
    font-size: 18px;
    font-weight: bold;
    color: #666;
}

.newsinfo {
    position: absolute;
    top: 72px;
    right: 20px;
    width: 520px;
    height: 40px;
    overflow: hidden;
    text-indent: 2em;
}

.newsdate {
    position: absolute;
    top: 123px;
    left: 268px;
    width: 100px;
    height: 21px;
    padding-left: 20px;
    background: url(../images/cal.png) no-repeat 0px 1px;
    font-size: 12px;
    color: #999;
}

.newsdetail {
    display: block;
    position: absolute;
    bottom: 2px;
    right: 0px;
    height: 24px;
    width: 60px;
}

.noticebox {
    background: #fff;
    width: 100%;
    height: 478px;
}

.noticelist {
    position: relative;
    border-bottom: 1px solid #EBEEF5;
    height: 119px;
    width: 100%;
}

.notice_date {
    position: absolute;
    width: 75px;
    height: 70px;
    top: 22px;
    left: 20px;
    color: #246CD2;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    background: #f2f2f2;
    padding-top: 5px;
}

.notice_yearmonth {
    position: absolute;
    width: 61px;
    height: 30px;
    top: 66px;
    left: 27px;
    color: #999;
    text-align: center;
    font-size: 13px;
    border-top: 1px solid #DFE1E7;
    padding-top: 5px;
}

.notice_title {
    position: absolute;
    width: 421px;
    height: 53px;
    top: 30px;
    left: 117px;
    font-size: 18px;
    color: #444;
}
/*article*/
.artcon {
    width: 100%;
    height: 555px;
    background: #fff;
}

.art_main {
    width: 1440px;
    height: 555px;
    margin: 0 auto;
}

.artbox {
    float: left;
    width: 440px;
    height: 515px;
    padding: 20px;
}

.listtitle1 {
    background: url(../images/list_title1.png) no-repeat bottom center;
    height: 53px;
    position: relative;
}

.listtitle2 {
    background: url(../images/list_title2.png) no-repeat bottom center;
    height: 53px;
    position: relative;
}

.listtitle3 {
    background: url(../images/list_title3.png) no-repeat bottom center;
    height: 53px;
    position: relative;
}

.artmore {
    position: absolute;
    top: 9px;
    right: 42px;
    height: 22px;
    width: 30px;
}

.indlist {
    padding: 20px 20px 20px 20px;
    margin: 0;
}

    .indlist li {
        text-align: center;
        border-bottom: 1px dashed #f5f5f5;
        position: relative;
    }

        .indlist li a {
            display: block;
            text-align: left;
            font-size: 17px;
            padding: 15px 0px;
            color: #666;
        }

            .indlist li a:hover {
                color: #0957CD;
            }
/*service*/
.servicecon {
    width: 100%;
    height: 345px;
    background: url(../images/service_bg.jpg) no-repeat top center;
}

.service_main {
    margin: 0 auto;
    width: 1400px;
    padding: 0px 20px;
    position: relative;
}

.service_title {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 105px;
    background: url(../images/service_title.png) no-repeat top center;
    overflow: hidden;
}

.servicelist {
    position: absolute;
    top: 120px;
    left: 0px;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.servicebox {
    position: relative;
    width: 272px;
    height: 195px;
    float: left;
    background: url(../images/service_link_bg.png) no-repeat 12px 0px;
    margin: 0 5px;
}

    .servicebox .lev_img {
        position: absolute;
        left: 34px;
        top: 21px;
        height: 149px;
        width: 224px;
        z-index: 1;
    }

    .servicebox .lev_mask {
        position: absolute;
        left: 59px;
        top: 63px;
        height: 68px;
        width: 175px;
        z-index: 2;
        background: rgba(0,0,0,0.6);
    }

    .servicebox .lev_text {
        position: absolute;
        left: 59px;
        top: 68px;
        height: 68px;
        width: 175px;
        text-align: center;
        color: #fff;
        font-size: 20px;
        z-index: 3;
        font-weight:bold;
        letter-spacing:2px;
    }

.lev_text1row {
    top: 81px !important;
}
/*links*/
.linkbg {
    width: 100%;
    min-height: 248px;
    background: url(../images/link_bg.jpg) repeat-x bottom center;
}
.link_main {
    margin: 0 auto;
    width: 1400px;
    padding: 0px 20px;
    position: relative;
}
.linktitle {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/link_titlebg.png) no-repeat top left;
    width: 1347px;
    height: 50px;
    color: #0063BE;
    font-size:22px;
    font-weight:bold;
    padding:10px 0px 0px 50px;
    letter-spacing:4px;
}
.linkbox {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 1397px;
    height: 165px;
}
.linklist{
    margin:0;
    padding:0;
    list-style:none;
}
.linklist li {
    list-style: none;
    width:200px;
    height:43px;
    float:left;
    margin:10px 15px;
}
    .linklist li a {
        display:block;
        width: 205px;
        height: 33px;
        text-align:center;
        background:rgba(0,99,190,0.3);
        font-size:16px;
        padding-top:10px;
        border-radius:5px;
    }
    .linklist li a:hover {
        background: rgba(0,176,240,0.8);
        color:#fff;
    }