* {
    padding: 0;
    margin: 0;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,SimSun;
    line-height: 24px;
    overflow-x: hidden;
    color: #666;
}

a, b, p, i, span, em {
    font-weight: initial;
}

    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: none;
}

.index_img {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0px;
}

    .index_img img {
        width: 100%;
        height: 100%;
        display: block;
    }


#slides {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    #slides img {
        width: 100%;
        display: block;
    }

    #slides .hd {
        position: absolute;
        bottom: 25px;
        z-index: 101;
        width: 100%;
        text-align: center;
        left: 0;
    }

        #slides .hd li {
            color: transparent;
            background: #fff;
            cursor: pointer;
            display: inline-block;
            margin-left: 5px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
        }

         #slides .hd li.on {
    background: #5dbbc3;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}



.container {
    margin: auto;
    width: 1200px;
}

.block {
    overflow: hidden;
    clear: both;
}

h4.related {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 32px;
    margin: 0 10px;
    height: 32px;
}

    h4.related span {
        display: inline-block;
        border-bottom: 2px solid #666;
    }

.relatedlist {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    display: block;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
    color: inherit;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

    ul.relate_pr li a {
        display: block;
        margin: 5px;
        text-align: center;
        line-height: 30px;
        color: inherit;
    }

    ul.relate_pr li img {
        width: 100%;
        display: block;
    }

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav, .one_l h2, .one_r h2, .bds i, .bds b, .one_text, .two h2, .three_dh .more, .fore_title, .fore li, .five_text h3:before, .six .title h2, .six .title span, .six li h3, .six .prev, .six .next, .eight .fr .more, .date, .nlist i, .tabnav li a {
    color: #fff;
}

.title {
    text-align: center;
    position: relative;
}

    .title:after {
        content: '';
        width: 100%;
        background: #d1d1d1;
        position: absolute;
        top: 19px;
        left: 0px;
        height: 1px;
        z-index: 1;
    }

    .title h2 {
        font-size: 30px;
        font-weight: bold;
        position: relative;
        display: inline-block;
        color: #5f4bac;
        padding: 0px 20px;
        z-index: 2;
    }

    .title span {
        display: block;
        line-height: 40px;
        font-size: 16px;
    }

    .title h2:after {
        position: absolute;
        content: '';
        background: #b5b5b5;
        width: 35px;
        height: 3px;
        top: 18px;
        left: -36px;
        z-index: 2;
    }

    .title h2:before {
        position: absolute;
        content: '';
        background: #b5b5b5;
        width: 35px;
        height: 3px;
        top: 18px;
        right: -36px;
        z-index: 2;
    }

/*头部*/


.header_top {
    background: #ededed;
    line-height: 40px;
    overflow: hidden;
}

/**/

.nav {
    line-height: 50px;
    background: #5f4bac;
    font-size: 15px;
}

    .nav li {
        display: inline-block;
        position: relative;
    }

        .nav li a {
            display: block;
            padding: 0 40px;
            text-align: center;
            font-size: 16px;
        }

        .nav li ul {
            position: absolute;
            width: 100%;
            background: #5f4bac;
            z-index: 999;
            line-height: 40px;
            left: 0;
            display: none;
        }

            .nav li ul li {
                display: block;
            }

                .nav li ul li a {
                    padding: 0;
                    font-size: 14px;
                }

        .nav li:hover ul {
            display: block;
        }

        .nav li a.cur, .nav li:hover {
            background: #e63760;
        }

.search {
    line-height: 60px;
    overflow: hidden;
}

.kw {
    width: 700px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .kw strong {
        color: #ed6883;
    }

.input input {
    width: 200px;
    padding: 0 0px 0px 15px;
    height: 30px;
    line-height: 30px;
    outline: none;
    font-size: 12px;
    color: #ccc;
    border: none;
    border-radius: 30px;
}

a.searchBtn {
    width: 30px;
    height: 30px;
    background: #e3385e url(../image/search.png) no-repeat center;
    border-radius: 50%;
}

.input {
    position: relative;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    border: 1px solid #e3385e;
    border-radius: 30px;
}


    .input .focus, .input .hasContent {
        color: #000;
    }
/*首页*/
.one {
    background: #f5f5f5;
    padding: 50px 0;
    overflow: hidden;
}

    .one .title h2 {
        background: #f5f5f5;
    }

.one_l {
    margin-top: 30px;
    width: 265px;
    background: #fff;
}

.one_top h2 {
    line-height: 55px;
    background: #e63760;
    font-size: 20px;
    padding-left: 70px;
    box-sizing: border-box;
    position: relative;
    font-weight: bold;
}

    .one_top h2:after {
        content: '';
        width: 15px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 22px;
        left: 45px;
    }

    .one_top h2:before {
        content: '';
        width: 15px;
        height: 4px;
        border: 2px solid #fff;
        position: absolute;
        top: 28px;
        left: 45px;
        border-left: none;
        border-right: none;
    }

.one_top ul {
    padding: 0px 10px;
}

.one_top li {
    position: relative;
}

    .one_top li a {
        line-height: 50px;
        font-size: 16px;
        padding-left: 60px;
        position: relative;
        border-top: 1px dashed #ccc;
        display: block;
    }

    .one_top li:first-child a {
        border: none;
    }

    .one_top li a:before {
        content: '';
        border-left: 8px solid #e63661;
        border-right: 5px solid transparent;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        position: absolute;
        top: 19px;
        left: 36px;
    }

.one_ul li a {
    font-size: 14px;
    padding-left: 65px;
    border: none;
}

    .one_ul li a:before {
        background: #666;
        border: none;
        border-radius: 50%;
        width: 5px;
        height: 5px;
        top: 23px;
        left: 52px;
    }

.one_top li a:hover {
    color: #e63760;
}

.one_bottom {
    position: relative;
}

.one_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

    .one_img img {
        width: 100%;
        height: 100%;
        display: block;
    }

.one_text {
    position: relative;
    padding: 30px 20px;
    box-sizing: border-box;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
}

    .one_text h2 {
        font-size: 20px;
        font-style: oblique;
        line-height: 30px;
    }

        .one_text h2 i {
            font-size: 17px;
            display: block;
            font-weight: 100;
        }

    .one_text h3 {
        margin-top: 15px;
        font-size: 16px;
        font-weight: 100;
        position: relative;
        margin-bottom: 15px;
        padding: 0px 15px;
        display: inline-block;
        text-align: center;
    }

        .one_text h3:after {
            width: 45px;
            height: 1px;
            content: '';
            position: absolute;
            top: 20px;
            display: block;
            left: -45px;
            background: #fff;
        }

        .one_text h3:before {
            width: 45px;
            height: 1px;
            content: '';
            position: absolute;
            top: 20px;
            display: block;
            right: -45px;
            background: #fff;
        }

    .one_text p {
        font-weight: bold;
    }
/**/
.one_r {
    width: 898px;
    margin-top: 30px;
}

    .one_r h2 {
        line-height: 55px;
        background: #e63760;
        font-size: 20px;
        text-align: center;
        font-weight: bold;
    }

.bds {
    padding: 30px 20px 50px;
    overflow: hidden;
    background: #fff;
    position: relative;
}

    .bds:after {
        background: url(../image/one.jpg) no-repeat;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 898px;
        height: 20px;
        content: '';
        background-size: 100% 100%;
    }

    .bds ul {
        height: 400px;
        overflow: hidden;
    }

    .bds li {
        overflow: hidden;
        width: 830px;
    }

    .bds .fl {
        width: 400px;
        height: 400px;
        border: 1px solid #dcdcdc;
        padding: 1px;
        box-sizing: border-box;
        display: block;
    }

    .bds .fr {
        width: 420px;
    }

    .bds h3 {
        line-height: 50px;
        font-size: 20px;
        overflow: hidden;
        color: #5f4bac;
        font-weight: bold;
    }

    .bds p {
        color: #939393;
        line-height: 30px;
        font-size: 15px;
        height: 240px;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .bds i, .bds b {
        line-height: 40px;
        width: 150px;
        background: #5f4bac;
        display: block;
        display: inline-block;
        font-size: 16px;
        text-align: center;
        font-style: normal;
    }

    .bds b {
        background: #e63760;
    }

.hds {
    margin-top: 30px;
    padding-bottom: 3px;
}

    .hds li {
        float: left;
        width: 289px;
        margin: 0px 5px 0px;
        background: #fff;
    }

        .hds li:hover {
            border: #eee 1px solid;
            box-shadow: 0 3px 10px 3px #ccc;
            box-sizing: border-box;
        }

        .hds li img {
            height: 269px;
            display: block;
            float: none;
        }

    .hds .fr {
        float: none;
    }

    .hds h3 {
        line-height: 40px;
        text-align: center;
        font-size: 15px;
        color: #5f4bac;
        overflow: hidden;
    }

    .hds p, .hds i, .hds b {
        display: none;
    }


/**/
.two {
    position: relative;
    padding: 80px 0 110px;
    overflow: hidden;
}

    .two .container {
        position: relative;
        margin-top: 50px;
        background: #fff;
    }

.two_img {
    width: 570px;
    position: absolute;
    top: 0px;
    right: -66px;
}

    .two_img img {
        width: 100%;
        height: 100%;
        display: block;
    }

.two h2 {
    font-weight: bold;
    text-align: center;
    font-size: 40px;
}

.two ul {
    width: 732px;
    overflow: hidden;
}

.two li {
    width: 240px;
    float: left;
    height: 350px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px dashed #eee;
}

    .two li img {
        max-width: 100%;
        display: block;
        margin: auto;
    }

    .two li h3 {
        font-size: 20px;
        color: #5e4bab;
        text-align: center;
        line-height: 50px;
    }

    .two li b {
        color: #e6375f;
        font-weight: bold;
    }
/**/
.three {
    background: #f2f2f2;
    padding: 50px 0;
    overflow: hidden;
}

    .three .title {
        margin-bottom: 30px;
    }

        .three .title h2 {
            background: #f2f2f2;
        }

            .three .title h2 b {
                font-weight: bold;
                color: #e6375f;
            }

.three_img {
    width: 523px;
    position: absolute;
    left: 50%;
    margin-left: -261px;
}

    .three_img img {
        width: 100%;
        height: 100%;
        display: block;
    }

.three ul, .three ol {
    width: 345px;
    overflow: hidden;
}


.three li {
    position: relative;
    padding-left: 70px;
    box-sizing: border-box;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

    .three li:last-child {
        border-bottom: none;
        margin-bottom: 0px;
    }

.three ul li {
    margin-bottom: 30px;
}

    .three ul li:first-child {
        margin-top: 55px;
    }

.three li h3 {
    font-size: 20px;
    color: #5e4bab;
    line-height: 30px;
}

.three li em {
    font-style: inherit;
    color: #ef5651;
    font-weight: bold;
}

.three li b {
    color: #826bde;
    font-weight: bold;
}

.three li:before {
    border: 3px solid #5f4bac;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 55px;
    text-align: center;
    content: '1';
    font-size: 30px;
    color: #5f4bac;
    font-weight: bold;
    box-sizing: border-box;
}

.three ul li:nth-child(2):before {
    border: 3px solid #ef5651;
    content: '2';
    font-size: 30px;
    color: #ef5651;
}



.three ul li:nth-child(2) h3 {
    color: #ef5651;
}

.three li:nth-child(3):before {
    content: '3';
}

.three ol li:nth-child(1):before {
    border: 3px solid #ef5651;
    content: '4';
    font-size: 30px;
    color: #ef5651;
}



.three ol li:nth-child(1) h3 {
    color: #ef5651;
}

.three ol li:nth-child(2):before {
    content: '5';
}

.three ol li {
    margin-top: 95px;
}

    .three ol li:first-child {
        margin-top: 110px;
    }

.three_dh {
    text-align: center;
    margin-top: 50px;
    overflow: hidden;
}

    .three_dh .more {
        width: 190px;
        line-height: 50px;
        background: #5e4bab;
        display: inline-block;
        margin: 0px 5px;
        font-size: 16px;
    }

    .three_dh .link {
        background: #e6375f;
    }

.three_hm {
    color: #333;
    line-height: 60px;
}

    .three_hm b {
        color: #ef5651;
        font-size: 30px;
        font-weight: bold;
    }

/**/

.fore {
    position: relative;
    padding: 50px 0;
}

.fore_title {
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

    .fore_title h2 {
        font-size: 30px;
    }

.fore ul {
    margin-top: 30px;
    overflow: hidden;
}

.fore li {
    width: 200px;
    float: left;
    margin-right: 50px;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
}

    .fore li img {
        max-width: 147px;
        margin: auto;
        display: block;
    }

    .fore li:nth-child(5n) {
        margin-right: 0px;
    }

    .fore li img {
        width: 147px;
        display: block;
    }
/**/
.five {
    overflow: hidden;
    padding: 50px 0;
    background: #f9f9f9;
}

    .five h2 {
        color: #5f4bac;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 20px;
    }

        .five h2 b {
            color: #e6375f;
            font-weight: bold;
        }

    .five li {
        padding: 30px 0px;
        overflow: hidden;
    }

        .five li:nth-child(2n) {
            background: #fff;
        }

.five_text {
    width: 535px;
    padding-top: 60px;
}

.five img {
    width: 535px;
    display: block;
}

.five_text h3 {
    line-height: 70px;
    font-size: 24px;
    color: #5f4bac;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-left: 62px;
    box-sizing: border-box;
}


.five li h3:before {
    content: '01';
    width: 62px;
    height: 91px;
    background: url(../image/five.png) no-repeat;
    position: absolute;
    top: -28px;
    left: 0px;
    font-size: 30px;
    text-align: center;
}

.five li:nth-child(2) h3:before {
    content: '02';
}

.five li:nth-child(3) h3:before {
    content: '03';
}

.five_text h3:after {
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    bottom: -5px;
    content: '';
    left: 0px;
}

.five_text p {
    margin-top: 20px;
    padding-left: 35px;
    position: relative;
    font-size: 16px;
}

    .five_text p b {
        color: #eb3661;
    }

    .five_text p:before {
        content: '√';
        width: 20px;
        height: 20px;
        line-height: 20px;
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 20px;
        text-align: center;
        border: 1px solid #ccc;
        color: #eb3661;
        font-weight: bold;
    }
/**/

.six {
    position: relative;
    padding: 65px 0 50px;
}

    .six .title {
        width: 1182px;
        margin: auto;
    }

        .six .title h2 {
            background: #55459d;
        }

            .six .title h2:after, .six .title h2:before {
                background: #fff;
            }


        .six .title:after {
            background: #a59bca;
        }

    .six .container {
        position: relative;
    }

    .six .bd {
        margin-top: 30px;
        overflow: hidden;
        width: 1200px;
    }

    .six li {
        margin-top: 30px;
        width: 278px;
        float: left;
        margin: 0px 10.5px;
    }

        .six li img {
            width: 100%;
            height: 210px;
            display: block;
        }

        .six li h3 {
            font-size: 16px;
            text-align: center;
            line-height: 50px;
            height: 50px;
            overflow: hidden;
        }

    .six .prev, .six .next {
        position: absolute;
        text-align: center;
        top: 175px;
        font-size: 60px;
        font-family: '宋体';
        line-height: 60px;
    }

    .six .prev {
        left: -50px;
    }

    .six .next {
        right: -50px;
    }
/**/
.sever {
    margin: 50px auto 50px;
}

.sever_title {
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}

    .sever_title h2 {
        font-size: 30px;
        color: #5f4bac;
    }

.sever .bd {
    margin-top: 30px;
    overflow: hidden;
}

.sever li {
    width: 215px;
    height: 125px;
    border: 1px solid #ccc;
    float: left;
    margin: 0px 11px;
}

    .sever li img {
        width: 100%;
        height: 100%;
        display: block;
    }
/**/
.eight {
    overflow: hidden;
    position: relative;
    padding-top: 50px;
}

    .eight .container {
        background: #fff;
        overflow: hidden;
        padding: 50px 35px;
        border: 1px solid #e0e0e0;
        border-bottom: 3px solid #e0e0e0;
    }

    .eight .fl {
        width: 540px;
        height: 360px;
        display: block;
    }


    .eight .fr {
        width: 620px;
        font-size: 16px;
        color: #333;
        line-height: 30px;
    }

        .eight .fr h3 {
            position: relative;
            line-height: 50px;
            font-size: 20px;
            color: #5f4bac;
            margin-bottom: 25px;
        }

            .eight .fr h3:before {
                content: '';
                width: 50px;
                height: 3px;
                background: #e6375f;
                position: absolute;
                bottom: 0px;
                left: 0px;
            }

        .eight .fr .more {
            background: #e6375f;
            width: 140px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            display: block;
            margin-top: 25px;
            font-size: 14px;
        }
/**/

.nine {
    margin: 50px auto 0;
}

.nine_title {
    text-align: center;
    margin-bottom: 30px;
    color: #9d9d9d;
    line-height: 35px;
}

    .nine_title h2 {
        font-size: 30px;
        color: #5f4bac;
    }

.tabnav {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
}

.ntab.tabnav ul {
    background: #e6375f;
    display: inline-block;
}

.tabnav li {
    display: inline-block;
    line-height: 32px;
}

    .tabnav li a {
        display: block;
        padding: 0 20px;
    }

    .tabnav li.on {
        background: #5f4bac;
    }

.nlist {
    height: 350px;
    overflow: hidden;
}

    .nlist li {
        float: right;
        width: 570px;
        box-sizing: border-box;
        padding-left: 105px;
        margin-bottom: 20px;
        overflow: hidden;
        position: relative;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 20px;
    }

        .nlist li:last-child {
            border-bottom: none;
        }

.date {
    position: absolute;
    width: 85px;
    height: 85px;
    left: 0;
    top: 0;
    text-align: center;
    background: #e6375f;
    box-sizing: border-box;
}

    .date b {
        font-size: 40px;
        line-height: 55px;
        font-weight: normal;
    }

.nlist i {
    line-height: 24px;
    height: 48px;
    font-style: normal;
    display: block;
}

.nlist li h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: normal;
    line-height: 35px;
    color: #5f4bac;
}

.nlist li p {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #868686;
}



.nlist li.first {
    float: left;
    height: auto;
    padding: 0;
    width: 568px;
    border: none;
}

    .nlist li.first img {
        display: block;
        width: 100%;
        height: 235px;
        border: 1px solid #ccc;
        padding: 1px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .nlist li.first p {
        color: #6f6f6f;
    }

    .nlist li.first h4 {
        color: #3b3b3b;
        font-size: 18px;
        line-height: 30px;
        display: inline-block;
        width: 450px;
        overflow: hidden;
    }

    .nlist li.first span {
        float: right;
        font-size: 14px;
        line-height: 30px;
        color: #3b3b3b;
    }
/**/
.title4 {
    position: relative;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #ccc;
    height: 16px;
    margin-bottom: 50px;
}

    .title4:before {
        content: "";
        width: 90px;
        display: block;
        border-bottom: 3px solid #000;
        position: absolute;
        bottom: -1.5px;
        left: 0;
    }

    .title4 p {
        display: inline-block;
        padding: 0 10px;
        background: inherit;
        line-height: 26px;
        height: 26px;
        font-size: 20px;
        color: #d30000;
        font-weight: bold;
    }

    .title4 b {
        color: #000;
    }

    .title4:after {
        content: "";
        width: 90px;
        display: block;
        border-bottom: 3px solid #000;
        position: absolute;
        bottom: -1.5px;
        right: 0;
    }

.tongdao {
    margin-top: 40px;
    overflow: hidden;
}

    .tongdao ul b {
        display: inline-block;
        width: 100px;
        float: left;
        font-size: 16px;
        color: #333;
        line-height: 32px;
    }

        .tongdao ul b:before {
        }

        .tongdao ul b:before {
            content: ">";
            display: block;
            float: left;
            margin-left: 10px;
            background: #d30000;
            color: #fff;
            width: 13px;
            height: 13px;
            line-height: 14px;
            text-align: center;
            border-radius: 50%;
            font-family: serif;
            margin-top: 10px;
            margin-right: 6px;
        }

    .tongdao li {
        display: inline-block;
        padding: 0 20px;
        color: #333;
        line-height: 32px;
        font-size: 12px;
    }

    .tongdao ul {
        margin-bottom: 20px;
    }

.flink {
    margin: 40px auto;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    background: #fff;
    color: #333;
    font-size: 12px;
}

.title5 {
    display: inline-block;
    line-height: 32px;
    position: relative;
    top: -28px;
    font-size: 20px;
    font-weight: bold;
    background: inherit;
    padding: 0 10px;
}

    .title5 span {
        text-transform: uppercase;
        font-size: 20px;
        color: #d30000;
        margin: 0 0 0 12px;
        font-weight: 100;
    }

.flink a {
    margin: 0 8px;
}

a.ruko {
    position: relative;
    background: #a5a5a5;
    display: inline-block;
    border-radius: 6px;
    padding: 0 26px;
    line-height: 27px;
    bottom: -25px;
    color: #fff;
}

    a.ruko:after {
        content: "";
        border-left: 6px solid #fff;
        border-bottom: 4px solid transparent;
        border-top: 4px solid transparent;
        line-height: 0;
        display: inline-block;
        margin-left: 15px;
    }
/**/
#backTop {
    position: fixed;
    bottom: 100px;
    z-index: 99999;
    left: 50%;
    margin-left: 610px;
    cursor: pointer;
}

.footer {
    margin-top: 30px;
    background: #5e4bab;
}

    .footer td {
        border-left: 1px solid rgba(255,255,255,0.5);
        padding: 0px 50px;
    }

        .footer td:first-child {
            border-left: none;
        }

        .footer td img {
            vertical-align: middle;
        }

.fnav {
    color: #fff;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin-bottom: 30px;
}

    .fnav li {
        display: inline-block;
    }

    .fnav a {
        padding: 0px 40px;
        font-size: 16px;
    }


.tips {
    background: #f5f5f5;
    margin-bottom: 60px;
    text-align: right;
    position: relative;
    height: 100px;
    line-height: 100px;
    color: #515151;
    font-size: 12px;
}

.page_head {
    height: 230px;
    color: #fff;
    background: #5f4bac;
    font-size: 26px;
    padding: 22px 0px 0px 30px;
    width: 214px;
    position: absolute;
    bottom: -25px;
}

    .page_head h2 {
        font-size: 40px;
        font-weight: normal;
        text-align: left;
        line-height: 36px;
    }

.tips b {
    display: none;
}

.page_head h2 span {
    font-size: 26px;
}

.biaoyu {
    text-indent: 23px;
    padding: 36px 0 0 0;
    font-size: 23px;
    text-align: left;
    line-height: 30px;
    font-family: "华文行楷";
    background: url(../image/top_031.png) no-repeat left 14px;
}

.pagel {
    width: 244px;
}

.treepage h2 {
    height: 76px;
    background: #5f4bac;
    padding: 20px 0px 0px 40px;
    font-size: 28px;
    line-height: 30px;
    color: #fff;
}

    .treepage h2 b {
        display: block;
        font-size: 12px;
        font-weight: normal;
    }

.treepage li a {
    background: #5f4bac;
    height: 50px;
    display: block;
    margin-top: 1px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    padding-left: 35px;
}





.treepage li ul.subTree li a {
    line-height: 48px;
    height: 48px;
    background: #fff;
    color: #262626;
    padding: 0px 10px 0px 47px;
    font-size: 14px;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
    position: relative;
}

    .treepage li ul.subTree li a:before {
        content: ">";
        position: absolute;
        left: 22px;
        top: 18px;
        background: #5f4bac;
        color: #fff;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        line-height: 14px;
        text-align: center;
        font-family: serif;
        font-size: 12px;
    }

    .treepage li ul.subTree li a:hover {
        color: #5f4bac;
    }

ul.subTree {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

.newspage h3 {
    background: #5f4bac;
    line-height: 70px;
    font-size: 22px;
    text-align: center;
    font-weight: normal;
    color: #fff;
}

.newspage {
    margin-top: 20px;
}

    .newspage ul {
        border-left: 1px solid #e7e7e7;
        border-right: 1px solid #e7e7e7;
        padding: 5px 14px;
        border-bottom: 1px solid #e7e7e7;
    }

    .newspage li a {
        line-height: 38px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        border-bottom: 1px dashed #d2cdcd;
        color: #333;
    }


.contactpage {
    margin-top: 20px;
}

    .contactpage h3 {
        background: #ccc;
        color: #3b3b3b;
        font-size: 19px;
        padding-left: 20px;
        line-height: 50px;
        font-weight: normal;
    }

    .contactpage .con {
        border: 1px solid #e7e7e7;
        padding: 5px 10px;
    }

    .contactpage li {
        padding: 22px 0px 22px 84px;
        border-bottom: 1px dashed #b9c3d1;
        line-height: 1.6;
        color: #4a4848;
        font-size: 13px;
        position: relative;
    }

        .contactpage li img {
            width: 70px;
            height: 60px;
            position: absolute;
            left: 0;
            top: 10px;
        }

        .contactpage li:last-child {
            border-bottom: none;
        }

.pager {
    width: 930px;
}

.prdesc {
    margin-bottom: 30px;
}

    .prdesc h3.fl {
        display: inline-block;
        border-left: 7px solid #5f4bac;
        font-size: 30px;
        width: 62px;
        line-height: 36px;
        padding: 10px 20px;
        border-right: 4px solid #5f4bac;
        color: #5f4bac;
        float: left;
        height: 72px;
    }

    .prdesc .con {
        color: #818080;
        width: 800px;
    }

        .prdesc .con h4 {
            font-size: 24px;
            color: #454545;
            padding-bottom: 5px;
            font-weight: normal;
        }

.pagescroll {
    margin-bottom: 35px;
}

    .pagescroll .scroll {
        width: 700px;
        height: 370px;
    }

        .pagescroll .scroll img {
            width: 700px;
            height: 370px;
        }

.scroll li div {
    position: absolute;
    z-index: 100;
    bottom: 0;
    width: 92%;
    background-color: rgba(0,0,0,.6);
    padding: 10px 4%;
    color: #fff;
}

.scroll li {
    position: relative;
}

    .scroll li div h4 {
        font-size: 18px;
        font-weight: normal;
        line-height: 40px;
    }

    .scroll li div p {
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }

h3.pagetitle {
    height: 38px;
    font-size: 24px;
    color: #5f4bac;
    line-height: 38px;
    font-weight: normal;
}

ul.prlist li {
    border: 1px solid #d0d0d0;
    height: 250px;
    position: relative;
    z-index: 1;
    margin-bottom: 28px;
}

    ul.prlist li img {
        width: 307px;
        height: 250px;
    }

    ul.prlist li div {
        padding: 35px 0px 0px 24px;
        width: 580px;
        float: right;
        line-height: 1.7;
        color: #6d6d6d;
        font-size: 13px;
    }

        ul.prlist li div h4 {
            color: #0d0d0d;
            font-size: 20px;
            font-weight: normal;
            margin-bottom: 15px;
        }

        ul.prlist li div p {
            color: #6d6d6d;
            line-height: 24px;
            font-size: 12px;
            height: 96px;
            overflow: hidden;
        }

    ul.prlist li span {
        position: absolute;
        width: 51px;
        height: 51px;
        background: url(../image/pro_30.png) no-repeat center;
        right: -1px;
        bottom: -1px;
        display: none;
    }

    ul.prlist li:hover span {
        display: block;
    }

    ul.prlist li span a {
        display: block;
        width: 100%;
        height: 100%;
    }

    ul.prlist li:hover {
        border: 1px solid #5f4bac;
    }

.pading a, .pading span {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    overflow: hidden;
}

.pading {
    text-align: right;
    position: relative;
    padding-right: 78px;
}

    .pading span.current {
        background: #5f4bac;
        color: #fff;
    }

    .pading a.prev {
        background: #7c7c7c url(../image/pagging.png) no-repeat left center;
        color: transparent;
        position: absolute;
        right: 38px;
    }

    .pading a.next {
        background: #7c7c7c url(../image/pagging.png) no-repeat right center;
        color: transparent;
        position: absolute;
        right: 0;
    }

.preview {
    background: #f3f3f3;
    padding: 14px 36px 14px 14px;
    margin-bottom: 50px;
}

.imgs {
    width: 486px;
    padding: 1px;
    overflow: hidden;
    background: url(http://static2.fuhai360.com/n190826/images/pro_41.gif) no-repeat;
    position: relative;
    background-size: 100% 100%;
}

    .imgs li img {
        width: 100%;
        display: block;
    }

.dess {
    width: 690px;
    padding-top: 18px;
    line-height: 28px;
    color: #5d5d5d;
    font-size: 14px;
    position: relative;
}

    .dess h3 {
        font-size: 26px;
        color: #333;
        padding-bottom: 8px;
        border-bottom: 1px solid #ababab;
        line-height: 1.5;
        margin-bottom: 18px;
        font-weight: normal;
    }

.descon {
    padding: 18px;
    background: #f3f3f3;
}

.prtit {
    border-bottom: 5px solid #5f4bac;
    padding: 0 18px;
}

    .prtit span {
        display: inline-block;
        line-height: 26px;
        background: #5f4bac;
        padding: 0 10px;
        color: #fff;
        font-weight: bold;
        margin-left: -18px;
    }

.record {
    text-align: center;
    padding: 30px 0;
}

    .record span {
        display: inline-block;
        width: 48%;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.pagescroll {
    margin-bottom: 35px;
}

    .pagescroll .scroll {
        width: 700px;
        height: 370px;
        overflow: hidden;
        position: relative;
    }

        .pagescroll .scroll img {
            width: 700px;
            height: 370px;
        }

.scroll li div {
    position: absolute;
    z-index: 100;
    bottom: 0;
    width: 92%;
    background-color: rgba(0,0,0,.6);
    padding: 10px 4%;
    color: #fff;
}

.scroll li {
    position: relative;
}

    .scroll li div h4 {
        font-size: 18px;
        font-weight: normal;
        line-height: 40px;
    }

    .scroll li div p {
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }

.scroll .prev {
    width: 21px;
    height: 42px;
    background: url(http://static2.fuhai360.com/n190826/images/pro_11.png) no-repeat;
    position: absolute;
    top: 170px;
    left: 32px;
    z-index: 10;
    cursor: pointer;
    display: none;
}

.scroll .next {
    width: 21px;
    height: 42px;
    background: url(http://static2.fuhai360.com/n190826/images/pro_12.png) no-repeat;
    position: absolute;
    top: 170px;
    right: 32px;
    z-index: 10;
    cursor: pointer;
    display: none;
}

.scroll:hover .next, .scroll:hover .prev {
    display: block;
}

.newscenter {
    padding-top: 270px;
}

ul.news_list li.first {
    position: absolute;
    height: 245px;
    top: -270px;
    width: 1200px;
    background: #f4f4f4;
}

ul.news_list {
    position: relative;
}

    ul.news_list li.first img {
        width: 420px;
        height: 245px;
        float: left;
        margin-right: 20px;
    }

    ul.news_list li.first h3 {
        line-height: 56px;
        height: 56px;
        font-size: 24px;
        font-weight: normal;
        color: #5f4bac;
    }

        ul.news_list li.first h3:before {
            content: "头条";
            display: inline-block;
            border: 1px solid #5f4bac;
            height: 30px;
            line-height: 30px;
            padding: 0 10px;
            margin-right: 20px;
            font-size: 20px;
        }

    ul.news_list li.first p {
        line-height: 24px;
        color: #999;
        font-size: 12px;
        height: 168px;
        overflow: hidden;
        text-indent: 2em;
    }

        ul.news_list li.first p a {
            color: #444;
        }

    ul.news_list li p a {
        color: #444;
    }

    ul.news_list li img {
        width: 306px;
        float: left;
        height: 158px;
    }

    ul.news_list li {
        height: 158px;
        overflow: hidden;
        margin-bottom: 42px;
    }

        ul.news_list li div {
            width: 600px;
            float: right;
            line-height: 24px;
            color: #777;
            font-size: 14px;
        }

        ul.news_list li h4 {
            line-height: 58px;
            height: 58px;
            overflow: hidden;
            font-size: 17px;
            font-weight: normal;
            color: #333;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

.info span {
    display: block;
    line-height: 24px;
    color: #8d8d8d;
    font-size: 12px;
    text-align: center;
}

h3.ar_title {
    font-size: 22px;
    text-align: center;
    color: #222;
    padding-bottom: 22px;
    font-weight: normal;
}

.info {
    position: relative;
    border-bottom: 1px dashed #c7c7c7;
    margin-bottom: 20px;
}

a.back {
    position: absolute;
    display: block;
    height: 25px;
    line-height: 25px;
    background: #ccd2d8;
    color: #526373;
    width: 76px;
    text-align: center;
    bottom: -1px;
    right: 0;
}

.tipss {
    margin: 26px 0 47px 0;
    text-align: right;
    border-bottom: 1px solid #ccc;
    line-height: 38px;
}

span.icons {
    float: left;
    font-size: 70px;
    line-height: 64px;
    color: #5f4bac;
    font-family: fantasy;
    position: relative;
    height: 37px;
    overflow: hidden;
    margin-top: -6px;
}

.tipss em {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #333;
    float: left;
    height: 20px;
    line-height: 20px;
    position: relative;
    left: -158px;
    bottom: -29px;
}

    .tipss em.newsp {
        left: -152px;
    }

    .tipss em:before {
        content: "";
        width: 35px;
        display: block;
        border-bottom: 3px solid #000;
        float: left;
        margin-top: 8px;
        margin-right: 5px;
    }

    .tipss em:after {
        content: "";
        width: 35px;
        display: block;
        border-bottom: 3px solid #000;
        float: right;
        margin-top: 8px;
        margin-left: 5px;
    }

.treetop {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

    .treetop h2 {
        font-size: 20px;
        font-weight: 100;
        border: 1px solid #5f4bac;
        line-height: 34px;
        padding: 0 18px;
        float: left;
        margin-right: 5px;
        color: #5f4bac;
    }

    .treetop ul {
        float: left;
    }

    .treetop li {
        display: inline-block;
        margin: 0 5px;
        border: 1px solid #5f4bac;
        padding: 0 26px;
        line-height: 34px;
    }

        .treetop li.cur {
            background: #0053a9;
            color: #fff;
            border: 1px solid #fff;
        }
.interlink {
    margin: 40px auto;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    background: #fff;
    color: #333;
    font-size: 12px;
    width: 1200px;
    padding-bottom: 47px;
}

.interlink__title {
    display: inline-block;
    line-height: 32px;
    position: relative;
    top: -28px;
    font-size: 20px;
    font-weight: bold;
    background: inherit;
    padding: 0 10px;
    background: #fff;
}

.interlink__list a {
    margin: 0 8px;
}