* {
    padding: 0;
    margin: 0;
}

a, a:visited, a:link {
    color: inherit;
    text-decoration: none;
}

ul, ol, li {
    list-style-type: none;
}

img {
    max-width: 100%;
}

#dituContent img {
    max-width: inherit;
}

#slides {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

    #slides .bd {
        width: 1920px;
        position: relative;
        height: 416px;
        left: 50%;
        margin-left: -960px;
    }

        #slides .bd li img {
            display: block;
            margin: auto;
            min-height: 414px;
            max-width: 100%;
        }

    #slides .hd {
        position: absolute;
        bottom: 20px;
        width: 100%;
        z-index: 101;
        text-align: center;
    }

        #slides .hd li {
            display: inline-block;
            zoom: 1;
            margin: 0 8px;
            font-size: 0;
            vertical-align: top;
            width: 10px;
            height: 10px;
            background: #ccc;
            cursor: pointer;
            transition-duration: .5s, .5s;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

            #slides .hd li.on {
                background: #fff;
            }

span.prev, span.next {
    position: absolute;
    z-index: 1000;
    width: 17px;
    height: 30px;
    cursor: pointer;
    top: 50%;
    margin-top: -15px;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    font-family: serif;
    font-weight: bold;
    color: #fff;
}



.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,SimSun;
    line-height: 24px;
    overflow-x: hidden;
    color: #333;
    background: #fff;
}

.block {
    overflow: hidden;
    clear: both;
}

.input {
    padding-left: 10px;
    width: 210px;
    height: 28px;
    border: 1px solid #b8b8b8;
    overflow: hidden;
    border-radius: 28px;
    position: relative;
    float: right;
    margin-top: 15px;
}

a.searchBtn {
    border-left: 1px solid #333;
    padding-left: 5px;
}

.input input {
    height: 28px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    outline: none;
}

.content {
    width: 1200px;
    margin: auto;
}
/*header*/
.top {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    overflow: hidden;
    background: #f5f5f5;
}

.logo a {
    height: 110px;
    display: table-cell;
    width: 1200px;
    vertical-align: middle;
}

.logo img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.nav {
    border-bottom: 2px solid #0579F2;
}

.navl {
    width: 220px;
    float: left;
    position: relative;
}

    .navl h2 {
        font-size: 16px;
        text-align: center;
        font-weight: normal;
        background: #0579F2;
        color: #fff;
        line-height: 40px;
    }

.navlcon {
    position: absolute;
    width: 100%;
    height: 416px;
    background: rgba(0,0,0,.6);
    z-index: 999;
}

    .navlcon li {
        border-top: 1px solid rgba(255,255,255,0.2);
        padding: 0 0 0 46px;
        height: 51px;
        line-height: 51px;
        color: #fff;
    }

        .navlcon li:hover {
            background: #ffffff;
            cursor: pointer;
            border: 1px solid #0579F2;
            border-right: none;
            border-top: none;
            color: #333;
        }

        .navlcon li h4 {
            font-size: 14px;
            font-weight: normal;
            text-align: right;
            margin-right: 55px;
        }

        .navlcon li i {
            margin-right: 20px;
            float: left;
            width: 24px;
            height: 22px;
            background: url(../image/sites-icon.png) no-repeat;
            vertical-align: middle;
            margin-top: 14px;
        }

        .navlcon li .bn-icon1 {
            background-position: -20px 0px;
        }

        .navlcon li .bn-icon2 {
            background-position: -53px 1px;
        }

        .navlcon li .bn-icon3 {
            background-position: -85px 0px;
        }

        .navlcon li .bn-icon4 {
            background-position: -114px 0px;
        }

        .navlcon li .bn-icon5 {
            background-position: -143px 0px;
        }

        .navlcon li .bn-icon6 {
            background-position: -175px 0px;
        }

        .navlcon li .bn-icon7 {
            background-position: -207px 2px;
        }

        .navlcon li .bn-icon8 {
            background-position: -239px 2px;
        }

.iSubNav {
    left: 220px;
    height: 414px;
    background: #ffffff;
    border: 1px solid #0579F2;
    border-left: none;
    position: absolute;
    margin-left: -1px;
    width: 982px;
    display: none;
    z-index: 100;
}

.navr {
    margin-left: 10px;
    width: 970px;
}

    .navr li {
        float: left;
        position: relative;
        line-height: 40px;
        text-align: center;
    }

        .navr li a {
            padding: 0 25px;
        }

    .navr ul.nav-down {
        position: absolute;
        background: #0579f2;
        width: 100%;
        z-index: 999;
        color: #fff;
        display: none;
    }

        .navr ul.nav-down li {
            float: none;
        }

            .navr ul.nav-down li a {
                padding: 0;
            }

    .navr li:hover ul.nav-down {
        display: block;
    }

    .navr li:hover, .navr li.cur {
        background: #0579f2;
        color: #fff;
    }

.kfwanimate {
    width: 659px;
    float: left;
    display: none;
    position: absolute;
    left: 220px;
    top: 1px;
    z-index: 9999;
}

    .kfwanimate li {
        height: auto;
        background: none;
        color: #333;
        line-height: 24px;
        padding: 0;
        overflow: hidden;
        border: none;
    }

        .kfwanimate li:hover {
            border: none;
        }

.navlcon li:hover .kfwanimate, .navlcon li:hover .gg {
    display: block;
}

.kfwanimate li h5 {
    width: 112px;
    float: left;
    text-align: center;
    color: #575757;
    font-size: 14px;
    margin-top: 21px;
    font-weight: normal;
}

.kfwanimate li div {
    float: left;
    width: 520px;
    border-top: 1px solid #eaeaea;
    padding: 17px 0;
    font-size: 12px;
}

.kfwanimate li a {
    padding-right: 20px;
}

.navlcon li .gg {
    position: absolute;
    width: 320px;
    height: 414px;
    overflow: hidden;
    border-left: 1px solid #e8e8e8;
    left: 880px;
    top: 1px;
    display: none;
}

    .navlcon li .gg li {
        border: none;
        padding: 0;
        height: auto;
        line-height: normal;
        color: inherit;
    }

    /*ss*/
    .ss {
    overflow: hidden;
}
    .ss_l {
    line-height: 60px;
}
    .input input {
    border: 0;
}

/*首页*/
.title {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color:#303030;
}
.title p {
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
    color:#777;
}
.title p:before {
    display: inline-block;
    content: "";
    width: 60px;
    height: 1px;
    background: #666;
    margin-right: 10px;
    position: relative;
    top: -5px;
}
.title p:after {
    display: inline-block;
    content: "";
    width: 60px;
    height: 1px;
    background: #666;
    margin-left: 10px;
    position: relative;
    top: -5px;
}
/**/
.one {
    padding: 40px 0;
}
.one_c {
    text-align: center;
    margin-top: 40px;
}
.one_c li {
    width: 330px;
    padding: 0 10px;
    display: inline-block;
}
.one_c li img {
    display: block;
    margin: 0 auto;
}
.one_c li h4 {
    font-size: 18px;
    font-weight: normal;
    margin: 15px 0;
    text-align: center;
    color: #515779;
}
.one_c li p {
    line-height: 24px;
    color: #515779;
}

/**/
.two {
    background: #fafafa;
    padding: 40px 0 70px;
}
.two_n {
    text-align: center;
    margin: 30px 0;
}

.two_n li a:hover, .two_n li.cur a {
    background: #0579f2;
    color: #fff;
}
.two_n li a {
    display: block;
    padding: 7px 30px;
    color: #464646;
    font-size: 16px;
    border-radius: 0 0 10px 0;
}
.two_n li {
    display: inline-block;
    margin: 0 5px;
}

.two_c {
    background: #fff;
    padding: 40px;
}
.two_c ul {
    overflow: hidden;
}
.two_c li:nth-child(n+5) {
    border-top: 0;
}
.two_c li:nth-child(4n) {
    border-right: 0;
}
.two_c li {
    width: 279px;
    float: left;
    padding: 35px 0 30px;
    border: 1px solid #eee;
    border-left: 0;
}
.two_c li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #515779;
    line-height: 30px;
}
.two_c li img {
    margin: 0 auto;
    display: block;
}

/**/
.three {
    padding: 50px 0;
}
.three .content {
    overflow: hidden;
}
.three_l {
    width: 600px;
    padding: 5px 0 17px;
}
.three_l img {
    width: 345px;
    height: 270px;
    border-radius: 15px;
    display: block;
    margin: 0 auto;
    box-shadow: 15px 15px 0 0px #f4f4f4;
}
.three_r {
    width: 600px;
    color: #282828;
}
.three_r h3 em {
    font-style: normal;
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.three_r h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px;
}
.three_r a {
    display: block;
    color: #fff;
    background: #0579f2;
    width: 110px;
    text-align: center;
    border-radius: 5px;
    line-height: 30px;
    margin-top: 40px;
}
/**/
.four {
    background: #0579f2;
    color: #fff;
    padding: 40px 0;
}
.four .title:after {
    content: "";
    width: 100px;
    display: block;
    height: 2px;
    background: #fff;
    margin: 20px auto 0;
}
.four .title {
    color: #fff;
}
.four_c {
    overflow: hidden;
    margin-top: 50px;
}
.four_c li {
    width: 175px;
    float: left;
}
.four_c li img {
    margin: 0 auto;
    display: block;
}
.four_c li h4 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 40px;
}
.four_c li p {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}
img.jt {
    display: block;
    float: left;
    margin-top: 40px;
}

/**/
.five {
    padding: 60px 0;
}
.five_n {
    text-align: center;
    margin: 30px 0;
}
.five_n li {
    display: inline-block;
    margin: 0 5px;
}
.five_n li a {
    display: block;
    padding: 7px 30px;
    color: #464646;
    font-size: 16px;
    border-radius: 0 0 10px 0;
}
.five_n li.cur a, .fiv_n li a:hover {
    background: #0579f2;
    color: #fff;
}

.five_c {
    position: relative;
}
.five_c ul {
    overflow: hidden;
}
.five_c li img {
    width: 100%;
    display: block;
}
.five_c li {
    width: 198px;
    border: 1px solid #ccc;
    float: left;
    margin: 0 40px;
    padding: 10px;
}
span.prve5 {
    position: absolute;
    color: #00275e;
    font-size: 50px;
    top: 40%;
    left: 0;
}
span.next5 {
    position: absolute;
    color: #00275e;
    font-size: 50px;
    top: 40%;
    right: 0;
}


/**/
.six .content {
    overflow: hidden;
}
.six_n h3 em {
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #e1e1e1;
    font-weight: normal;
}
.six_n h3 {
    font-size: 26px;
    color: #424141;
    line-height: 30px;
    float: left;
}
.six_n ul {
    float: right;
    margin-top: 30px;
}
.six_n {
    overflow: hidden;
    margin-bottom: 25px;
}
.six_n li.cur a, .six_n li a:hover {
    color: #0579f2;
    border: 1px solid #0579f2;
}

.six_n li a {
    display: block;
    color: #4e4e4e;
    padding: 0 10px;
    border-radius: 10px;
}
.six_n li {
    display: inline-block;
    margin: 0 5px;
}
.six_cl {
    width: 540px;
    float: left;
}
.six_cl .time h3:after {
    content: "";
    width: 25px;
    height: 1px;
    background: #666;
    display: block;
    margin: 7px auto;
}
.six_cl .time h3 {
    font-size: 20px;
    color: #6a6a6a;
    line-height: 30px;
    font-weight: normal;
}
.six_cl .time {
    border: 1px solid #ccc;
    width: 90px;
    float: left;
    margin-right: 15px;
    text-align: center;
    padding: 15px 0 5px;
}
.six_m li {
    overflow: hidden;
    margin-bottom: 20px;
}
.six_m li p {
    color: #767676;
    line-height: 24px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.six_m li h4 {
    font-size: 16px;
    line-height: 30px;
    color: #252424;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.six_cr li a {
    float: right;
}

.six_cr li p {
    color: #757575;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 24px;
    height: 96px;
    text-align: justify;
}
.six_cr li h3 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1d1d1d;
    line-height: 50px;
}
.six_cr li img {
    width: 100%;
    display: block;
}
.six_cr li {
    width: 300px;
    margin-left: 20px;
    float: left;
    color: #535353;
}
.six_cr {
    width: 640px;
    float: right;
}
/**/

.link {
    border-top: 1px solid #999;
    line-height: 60px;
    color: #424141;
    margin-top: 20px;
}

/**/


.footer {
    padding: 30px 0;
    background: #0579f2;
    color: #fff;
    font-size: 12px;
}

.fnav {
    overflow: hidden;
    float: left;
}

    .fnav ul {
        margin-left: 70px;
        float: left;
    }

        .fnav ul:first-child {
            margin-left: 0;
        }

    .fnav li {
        line-height: 36px;
    }

    .fnav h5 {
        font-size: 14px;
    }

.fcnt {
    width: 750px;
    float: right;
}

    .fcnt .fl img {
        width: 140px;
        border-left: 1px solid #fff;
        padding-left: 70px;
        margin-left: -70px;
    }

    .fcnt .fl {
        text-align: center;
        padding-left: 70px;
    }

    .fcnt .fr {
        font-size: 16px;
        line-height: 46px;
    }

    .fcnt b {
        font-size: 28px;
    }

.copyright {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #fff;
    padding-top: 20px;
    color: #ccc;
}

.m-top {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #999;
    font-size: 12px;
}

.tree li a {
    float: left;
    width: 100px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

.tree li ul {
    float: left;
    max-width: 1100px;
    overflow: hidden;
    height: 30px;
}

.tree li {
    overflow: hidden;
    margin-bottom: 10px;
}

    .tree li ul li {
        float: left;
        margin: 0;
    }

.tree ul li ul li a {
    font-weight: normal;
    font-size: 16px;
}

.tree > ul > li > a:after {
    content: ":";
    margin-left: 10px;
}

.pagename {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-bottom: 20px;
}

    .pagename span {
        border-bottom: 2px solid #20c1d2;
        display: inline-block;
    }

.pagename {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-bottom: 20px;
}

    .pagename span {
        border-bottom: 2px solid #20c1d2;
        display: inline-block;
    }

.listProduct li {
    float: left;
    width: 290px;
    height: 300px;
    margin-bottom: 30px;
    margin-left: 13px;
    position: relative;
    background: #fff;
    cursor: pointer;
    -moz-box-shadow: 1px 1px 5px #909090;
    -webkit-box-shadow: 1px 1px 5px #909090;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    top: 0;
}

    .listProduct li:nth-child(4n+1) {
        margin-left: 0;
    }

    .listProduct li img {
        width: 290px;
        height: 230px;
    }

    .listProduct li h3 {
        margin-left: 10px;
        font-size: 16px;
        width: 270px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: normal;
    }

    .listProduct li:hover {
        -moz-box-shadow: 2px 2px 10px #909090;
        -webkit-box-shadow: 2px 2px 10px #909090;
        box-shadow: 2px 2px 10px #909090;
        top: -10px;
    }

.page-box {
    overflow: hidden;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
}

    .page-box a, .page-box span {
        padding: 0 28px;
        border-radius: 2px;
        margin-left: 10px;
        height: 40px;
        display: inline-block;
        font-size: 14px;
        text-align: center;
        line-height: 40px;
    }

    .page-box a {
        font-size: 14px;
        border: 1px solid #dcdcdc;
        color: #666666;
    }

    .page-box .current {
        background: #0579F2;
        color: #fff;
    }

.pr-left {
    width: 540px;
    height: 425px;
    float: left;
}

    .pr-left img {
        display: block;
        width: 100%;
        height: 100%;
    }

.pr-right {
    width: 640px;
    float: right;
}

    .pr-right h3 {
        font-size: 24px;
        color: #333;
        margin-bottom: 12px;
    }

.word {
    line-height: 30px;
    height: 300px;
    overflow: hidden;
}

.pr-right p {
    margin-top: 20px;
    padding: 12px;
    background: #f5f5f5;
    margin-bottom: 20px;
    font-size: 12px;
    color: #b5b5b6;
}

    .pr-right p b {
        font-size: 30px;
        color: #e85555;
        font-weight: normal;
        margin-left: 15px;
    }

        .pr-right p b i {
            font-size: 18px;
            font-style: normal;
        }

.hot {
    margin: 40px auto;
    border: 1px solid #ece2ec;
}

    .hot h3 {
        border-bottom: 1px solid #ede5ed;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        background: #F5F5F5;
        font-weight: normal;
        margin-bottom: 30px;
    }

        .hot h3 span {
            width: 100px;
            height: 40px;
            display: block;
            border-top: 2px solid #0579F2;
            background: #fff;
            padding-left: 20px;
        }

    .hot li {
        width: 220px;
        margin: 0 0 20px 16px;
        color: #585858;
        text-align: center;
        float: left;
    }

        .hot li p {
            text-align: center;
            font-size: 18px;
            height: 30px;
            overflow: hidden;
            line-height: 30px;
            margin-top: 10px;
            color: #666;
        }

        .hot li img {
            width: 220px;
            height: 220px;
        }

.left {
    width: 280px;
}

.qlink {
    border: 1px solid #ece2ec;
    margin-bottom: 20px;
    background: #fff;
}

    .qlink .block {
        margin: 10px;
    }

    .qlink h3 {
        padding-left: 20px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-weight: normal;
        color: #757575;
        background-color: #f5f5f5;
    }

.context {
    width: 900px;
    border: 1px solid #ece2ec;
}

    .context h3 {
        background: #F5F5F5;
        height: 40px;
        line-height: 40px;
        font-weight: normal;
    }

        .context h3 span {
            border-top: 2px solid #0579F2;
            height: 38px;
            margin-bottom: -1px;
            color: #0579F2;
            font-size: 16px;
            background: #fff;
            border-right: 1px solid #ede5ed;
            line-height: 40px;
            display: block;
            float: left;
            padding: 0 40px;
        }

    .context .block {
        margin: 10px;
    }

.record {
    padding: 10px 30px;
    background: #f5f5f5;
    color: #757575;
}

    .record span {
        width: 47%;
        overflow: hidden;
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0 1%;
    }

.listnews {
    padding: 10px;
    width: 880px;
    background: #fff;
}

    .listnews li {
        border-bottom: 1px dashed #e5e5e5;
        overflow: hidden;
        padding: 20px 0;
    }

        .listnews li img {
            width: 240px;
            height: 160px;
            float: left;
            display: block;
        }

        .listnews li div {
            float: right;
            width: 610px;
        }

            .listnews li div h3 {
                font-size: 20px;
                color: #333;
                font-weight: bold;
                line-height: 20px;
                padding-top: 20px;
                margin-bottom: 10px;
            }

            .listnews li div p {
                font-size: 14px;
                color: #666;
                padding-top: 8px;
                line-height: 30px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

            .listnews li div span {
                font-size: 12px;
                color: #999;
                margin-right: 23px;
                line-height: 12px;
                position: relative;
                background: url(../image/time-icon_03.png) no-repeat left center;
                padding-left: 18px;
            }

.hotnews {
    padding: 10px;
    border: 1px solid #ece2ec;
    margin-bottom: 20px;
    background: #fff;
}

    .hotnews h3 {
        padding: 5px;
        border-bottom: 1px solid #F5F5F5;
        font-weight: normal;
        line-height: 30px;
    }

        .hotnews h3 a {
            float: right;
            color: #4365b7;
            font-size: 14px;
        }

    .hotnews li {
        padding: 10px 0 8px;
        overflow: hidden;
        font-size: 14px;
        position: relative;
        padding-left: 20px;
    }

        .hotnews li a {
            display: block;
            color: #757575;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .hotnews li:before {
            content: "";
            position: absolute;
            width: 8px;
            height: 8px;
            background: #b6c3e3;
            border-radius: 50%;
            left: 0;
            top: 20px;
        }

        .hotnews li p {
            color: #c1c1c1;
            font-size: 12px;
        }

.page {
    background-color: #f5f5f5;
}

.topnav {
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 30px 0;
}

    .topnav li {
        float: left;
        margin-left: 30px;
        line-height: 40px;
    }

        .topnav li a {
            display: block;
            padding: 0 40px;
            position: relative;
        }

        .topnav li.cur a:after, .topnav li:hover a:after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0;
            border-bottom: 6px solid #fff;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            margin-left: -8px;
        }

        .topnav li a:before {
            content: "|";
            position: absolute;
            right: -15px;
            color: #ccc;
        }

        .topnav li.cur a, .topnav li:hover a {
            background: #0579F2;
            color: #fff;
        }

.right {
    width: 880px;
    padding: 10px;
    background: #fff;
}

.hot2 {
    margin: 40px auto;
    border: 1px solid #ece2ec;
}

    .hot2 h3 {
        border-bottom: 1px solid #ede5ed;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        background: #F5F5F5;
        font-weight: normal;
        margin-bottom: 30px;
    }

        .hot2 h3 span {
            width: 100px;
            height: 40px;
            display: block;
            border-top: 2px solid #0579F2;
            background: #fff;
            padding-left: 20px;
        }

    .hot2 li {
        width: 200px;
        margin: 0 0 20px 16px;
        color: #585858;
        text-align: center;
        float: left;
    }

        .hot2 li img {
            height: 200px;
            width: 200px;
        }

        .hot2 li p {
            text-align: center;
            font-size: 18px;
            height: 30px;
            overflow: hidden;
            line-height: 30px;
            margin-top: 10px;
            color: #666;
        }

.right h1 {
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}

h6.time {
    text-align: center;
    color: #444;
    font-weight: normal;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.pagenav .navl h2:after {
    content: "";
    border-top: 8px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    margin-left: 10px;
}
.navl:hover .navlcon {
    display: block;
}

.pagenav .navlcon {
    display: none;
}
.fixnav {
    width: 100%;
    position: fixed;
    z-index: 9999;
    background: #f5f5f5;
    top: 0;
    left: 0;
}


.interlink__inner {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.interlink__title {
    font-size: 15px;
    float: left;
    margin-right: 10px;
}

.interlink__list a {
    float: left;
    margin: 0 10px;
    position: relative;
}

.interlink {
    border-top: 1px solid #999;
    line-height: 60px;
    color: #424141;
    margin-top: 20px;
}

.interlink__list a:after {content: "|";position: absolute;right: -12px;}

.interlink__list a:last-child:after  {display:none;}