* {
    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: none;
}

.block {
    overflow: hidden;
    clear: both;
}

#slides {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    #slides li img {
        width: 100%;
        display: block;
    }

    #slides .hd {
        position: absolute;
        bottom: 36px;
        z-index: 101;
        text-align: center;
        left: 0;
        width: 100%;
    }

        #slides .hd li {
            color: transparent;
            cursor: pointer;
            display: inline-block;
            margin-left: 5px;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background: #fff;
        }

        #slides .hd li.on {
    background: #fe585c
}

.title {
    background: url(../image/3.png) no-repeat;
    background-size: 100%;
    text-align: center;
    background-position-y: 62px;
    font-size: 30px;
    color: #fe585c;
}

    .title b {
        display: block;
        width: 500px;
        margin: 10px auto 0;
        font-size: 16px;
        color: #000;
        height: 50px;
        overflow: hidden;
    }

    .title h2 {
        background: url(../image/title.png) no-repeat;
        width: 490px;
        text-align: center;
        margin: 10px auto 0;
        font-size: 25px;
        color: #000;
        background-position-y: 8px;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,SimSun;
    line-height: 1.5;
    overflow-x: hidden;
    color: #0a0909;
    background: #fff;
}

.container {
    margin: auto;
    width: 1200px;
}



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;
}
/*开始*/
.top {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    background: #f2f2f2;
}

.nav {
    line-height: 51px;
    background: #fe585c;
    color: #fff;
    height: 51px;
    font-size: 15px;
}

    .nav li {
        display: inline-block;
        position: relative;
    }

        .nav li a {
            padding: 0 55px;
            display: block;
        }

        .nav li ul {
            position: absolute;
            z-index: 999;
            width: 100%;
            line-height: 40px;
            display: none;
            background: #fe585c;
        }

            .nav li ul li {
                display: block;
            }

                .nav li ul li a {
                    padding: 0;
                    text-align: center;
                }

        .nav li:hover ul {
            display: block;
        }

.kw {
    line-height: 35px;
    height: 35px;
    margin-top: 0px;
}

.search {
    position: relative;
}

    .search input {
        border: 1px solid #e00e1b;
        padding: 0 108px 0 10px;
        line-height: 32px;
        height: 32px;
        outline: none;
        width: 260px;
        color: #737373;
        display: block;
    }

a.searchBtn {
    position: absolute;
    right: 0;
    width: 60px;
    height: 34px;
    top: 0;
    background: #fe585c url(../image/serico.png) no-repeat 15px center;
    color: #fff;
    padding-left: 45px;
    font-size: 15px;
}
/**/
.one {
    margin: 50px auto 0;
    overflow: hidden;
}

.one_title {
    position: relative;
    text-align: center;
}

    .one_title h2 {
        font-size: 30px;
        font-weight: bold;
        position: relative;
        background: #fff;
        z-index: 3;
        display: inline-block;
        padding: 0px 20px;
    }

    .one_title span {
        display: block;
    }

    .one_title:after {
        content: '';
        background: #ccc;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 20px;
        left: 0px;
        z-index: 2;
    }

    .one_title:before {
        content: '';
        background: #fe585c;
        width: 500px;
        height: 5px;
        position: absolute;
        top: 18px;
        left: 50%;
        z-index: 3;
        margin-left: -250px;
    }

.one ul {
    margin-top: 50px;
}

.one li {
    width: 198px;
    height: 198px;
    float: left;
    background: url(../image/one.jpg) no-repeat;
    margin: 0px 21px;
    line-height: 25px;
    text-align: center;
    padding-top: 50px;
    box-sizing: border-box;
    border-radius: 50%;
}

    .one li h3 {
        font-size: 25px;
        font-weight: bold;
        line-height: 40px;
        height: 40px;
        overflow: hidden;
    }

    .one li:hover {
        box-shadow: 0px 0px 8px #ccc;
    }

/**/
.two {
    margin: 50px auto 0;
    overflow: hidden;
}


.two_l {
    margin-top: 50px;
    float: left;
    width: 294px;
    background: url("../image/11.jpg") no-repeat bottom;
    color: #fff;
    padding-bottom: 98px;
}

.two_title {
    height: 100px;
    background: #fc1217 url(../image/two_l.png) no-repeat;
    background-position-y: 30px;
    background-position-x: 30px;
    padding: 20px 25px 20px 100px;
    box-sizing: border-box;
    font-size: 16px;
    position: relative;
}

    .two_title:before {
        content: '';
        border-top: 8px solid transparent;
        border-bottom: 8px solid #fe585c;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -4px;
    }


    .two_title h2 {
        font-size: 25px;
    }

.two_c li.now a {
    color: #2a2a2a;
}

.two_c, .two_lx {
    background: #fe585c;
    padding-top: 15px;
}

    .two_c ul {
        overflow: hidden;
    }

    .two_c li {
        border: 1px solid #fe8083;
        width: 230px;
        margin: 0px auto 15px;
        line-height: 50px;
        position: relative;
    }

        .two_c li b {
            display: block;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 5px solid #fff;
            border-right: 5px solid transparent;
            position: absolute;
            top: 20px;
            left: 30px;
        }

        .two_c li:after {
            content: '';
            border-top: 1px solid #fff;
            border-left: 1px solid #fff;
            position: absolute;
            top: -1px;
            left: -1px;
            width: 10px;
            height: 10px;
        }

        .two_c li:before {
            content: '';
            border-bottom: 1px solid #fff;
            border-left: 1px solid #fff;
            position: absolute;
            bottom: -1px;
            left: -1px;
            width: 10px;
            height: 10px;
        }

        .two_c li a {
            font-size: 18px;
            position: relative;
            display: block;
            padding-left: 60px;
            box-sizing: border-box;
        }

            .two_c li a:after {
                content: '';
                border-top: 1px solid #fff;
                border-right: 1px solid #fff;
                position: absolute;
                top: -1px;
                right: -1px;
                width: 10px;
                height: 10px;
            }

            .two_c li a:before {
                content: '';
                border-bottom: 1px solid #fff;
                border-right: 1px solid #fff;
                position: absolute;
                bottom: -1px;
                right: -1px;
                width: 10px;
                height: 10px;
            }

          .two_c .more {
        width: 265px;
        line-height: 30px;
        background: rgba(255,255,255,0.5);
        margin: 15px auto 0px;
        display: block;
        text-align: center;
    }

.two_lx {
    padding-bottom: 15px;
}

   

    .two_lx img {
        margin: auto;
        display: block;
    }

.two_dh {
    background: url(../image/pro_phone_1.png) no-repeat;
    display: block;
    padding-left: 75px;
    margin-top: 30px;
    line-height: 25px;
    background-position-y: 8px;
    background-position-x: 20px;
}

.two_r {
    width: 880px;
    margin-top: 50px;
}

.twor_title {
    line-height: 69px;
    background: url(../image/two_m.jpg) repeat;
    height: 69px;
    overflow: hidden;
}

    .twor_title h2 {
        display: inline-block;
        padding: 0px 25px;
        background: #fe585c;
        color: #fff;
    }

    .twor_title .more {
        float: right;
        margin-right: 10px;
    }

.two_r ul {
    margin-top: 15px;
}

.two_r li {
    float: left;
    width: 283px;
    margin: 0px 15px 15px 0px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 5px;
}

    .two_r li:nth-child(3n) {
        margin-right: 0;
    }

    .two_r li div {
        width: 100%;
        height: 210px;
        overflow: hidden;
        background: #fff;
    }

    .two_r li img {
        width: 100%;
        height: 100%;
        transition: all 0.5s;
    }

    .two_r li:hover img {
        transform: scale(1.08,1.08);
        transition: all 0.5s;
    }


    .two_r li h3 {
        line-height: 40px;
        height: 40px;
        overflow: hidden;
        font-size: 14px;
    }

    .two_r li p {
        font-size: 12px;
        line-height: 25px;
        overflow: hidden;
        height: 50px;
    }


/**/

.three, .ten {
    margin: 50px auto 0;
}

    .three img, .ten img {
        width: 100%;
        display: block;
    }
/**/
.fore {
    background: #fe585c;
    padding: 50px 0 50px;
    margin: 50px auto 0;
    overflow: hidden;
}



.fore_title {
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

    .fore_title:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background: #fff;
        top: 20px;
        left: 0px;
    }



    .fore_title h2 {
        font-size: 25px;
        display: inline-block;
        background: #fe585c;
        padding: 0px 25px;
        position: inherit;
        z-index: 3;
        position: relative;
    }


        .fore_title h2:after {
            position: absolute;
            content: '';
            width: 80px;
            height: 10px;
            border: 1px solid #fff;
            top: 14px;
            right: -80px;
            background: #fe585c;
        }

        .fore_title h2:before {
            position: absolute;
            content: '';
            width: 80px;
            height: 10px;
            border: 1px solid #fff;
            top: 14px;
            left: -80px;
            background: #fe585c;
        }

.fore_l {
    width: 520px;
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
}

    .fore_l img {
        display: block;
        width: 100%;
    }

.fore_r {
    width: 650px;
    line-height: 25px;
    color: #fff;
}

    .fore_r .more {
        display: block;
        width: 190px;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        background: #f70606;
        margin: 25px auto 0;
        box-shadow: 3px 3px 3px #000;
    }

/**/
.five {
    overflow: hidden;
    position: relative;
    padding: 88px 0;
}


    .five:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        background: url(../image/fore.jpg) no-repeat center;
        width: 100%;
        height: 88px;
    }

.five_img {
    width: 644px;
    height: 644px;
    position: absolute;
    left: 50%;
    margin-left: -322px;
    z-index: 2;
}

    .five_img img {
        width: 100%;
        height: 100%;
        display: block;
    }

.five ul li {
    width: 375px;
    float: left;
    height: 260px;
    box-sizing: border-box;
    position: relative;
}

.five li:after {
    content: '';
    border: 5px solid #dbdbdb;
    position: absolute;
    border-right: none;
    width: 20px;
    height: 260px;
    left: 0px;
    top: 0px;
}

.five li:before {
    content: '';
    border: 5px solid #dbdbdb;
    position: absolute;
    border-left: none;
    width: 20px;
    height: 260px;
    right: 0px;
    top: 0px;
}

.five ul li:nth-child(1), .five ul li:nth-child(3) {
    padding: 20px 70px 20px 20px;
}

.five ul li:nth-child(2), .five ul li:nth-child(4) {
    padding: 20px 20px 20px 70px;
}

.five ul li:nth-child(2n) {
    margin-left: 450px;
}

.five ul li:nth-child(3), .five ul li:nth-child(4) {
    margin-top: 120px;
}

.five_bt {
    position: relative;
    padding-left: 60px;
    line-height: 30px;
    color: #8f8c8c;
    height: 55px;
    overflow: hidden;
}

    .five_bt h2 {
        color: #000;
        font-size: 20px;
        height: 30px;
        overflow: hidden;
    }


    .five_bt:after {
        content: '1';
        width: 55px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        color: #dbdbdb;
        background: #fe585c;
        position: absolute;
        left: 0px;
        top: 0px;
        font-size: 40px;
    }

.five ul li:nth-child(2) .five_bt:after {
    content: '2';
}

.five ul li:nth-child(3) .five_bt:after {
    content: '3';
}

.five ul li:nth-child(4) .five_bt:after {
    content: '4';
}

.five p {
    background: url(../image/yx_1.png) no-repeat left;
    margin-top: 15px;
    line-height: 25px;
    padding-left: 30px;
}

/**/
.six {
    margin: 50px auto 0;
    position: relative;
}

.six_gd {
    margin-top: 50px;
    overflow: hidden;
}

    .six_gd li {
        float: left;
        width: 280px;
        margin: 0px 10px 0;
        border: 1px solid #ccc;
        box-sizing: border-box;
        padding: 5px;
    }

        .six_gd li div {
            width: 100%;
            height: 210px;
            overflow: hidden;
            background: #fff;
        }

        .six_gd li img {
            width: 100%;
            height: 100%;
            transition: all 0.5s;
        }

        .six_gd li:hover img {
            transform: scale(1.08,1.08);
            transition: all 0.5s;
        }


        .six_gd li h3 {
            line-height: 40px;
            height: 40px;
            overflow: hidden;
            font-size: 14px;
        }

        .six_gd li p {
            font-size: 12px;
            line-height: 25px;
            overflow: hidden;
            height: 50px;
        }

.six .next {
    width: 50px;
    height: 100px;
    border-radius: 70px 0px 0px 70px;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
    display: block;
    background: #fe585c;
    position: absolute;
    left: -100px;
    top: 300px;
    color: #fff;
}

.six .prev {
    width: 50px;
    height: 100px;
    border-radius: 0px 70px 70px 0px;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
    display: block;
    background: #fe585c;
    position: absolute;
    right: -100px;
    top: 300px;
    color: #fff;
}
/**/
.sever {
    margin: 50px auto 0;
    overflow: hidden;
}

.sever_nav {
    height: 45px;
    line-height: 45px;
    border-bottom: 2px solid #ccc;
    width: 100%;
}

    .sever_nav li {
        display: inline-block;
        font-size: 16px;
        height: 47px;
        position: relative;
        box-sizing: border-box;
        float: left;
        padding: 0px 15px;
    }

        .sever_nav li.now {
            background: #fe585c;
            color: #fff;
        }



            .sever_nav li.now:before {
                content: '';
                border-left: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-right: 8px solid transparent;
                border-top: 8px solid #fe585c;
                position: absolute;
                left: 50%;
                bottom: -16px;
                margin-left: -4px;
            }

            .sever_nav .more {
    background: #ffad00;
    color: #fff;
    line-height: 30px;
    padding: 0px 5px;
    margin-top: 15px;
}

.sever_l {
    width: 706px;
    float: left;
}

    .sever_l .sever_ul, .sever_gd {
        margin-top: 20px;
    }

.sever_ul li {
    float: left;
    width: 337px;
    margin-right: 16px;
    border-bottom: 1px solid #ccc;
}

    .sever_ul li h3, .sever_r li h3 {
        line-height: 35px;
        height: 35px;
        overflow: hidden;
        color: #323232;
        font-size: 14px;
        float: left;
        width: 250px;
        box-sizing: border-box;
    }



    .sever_ul li span, .sever_r li span {
        color: #323232;
        float: right;
        display: block;
        line-height: 35px;
        font-size: 14px;
    }

    .sever_ul li p {
        font-size: 14px;
        line-height: 22px;
        display: block;
        height: 66px;
        overflow: hidden;
    }

    .sever_ul li.first b {
        width: 96px;
        height: 28px;
        display: block;
        background: #333;
        line-height: 28px;
        text-align: center;
        margin-top: 10px;
        color: #fff;
    }


.sever_ul .first {
    width: 100%;
    float: none;
    overflow: hidden;
    margin-bottom: 30px;
    border: none;
}

    .sever_ul .first h3 {
        font-size: 16px;
        width: 100%;
        float: none;
        color: #fe585c;
    }

    .sever_ul .first img {
        width: 293px;
        height: 181px;
        border: 1px solid #ccc;
        float: left;
    }

.sever_ul li.first .fr {
    width: 385px;
}

.sever_r {
    width: 430px;
}

    .sever_r .title a {
        font-size: 16px;
        line-height: 51px;
        position: relative;
        background: #fe585c;
        height: 51px;
        text-align: center;
        display: block;
        color: #fff;
    }

    .sever_r li {
        width: 430px;
        border-bottom: 1px solid #ccc;
        overflow: hidden;
    }

        .sever_r li h3 {
            width: 340px;
        }

        .sever_ul li h3:hover, .sever_r li h3:hover {
    color: #fe585c;
}

.eight {
    margin-top: 50px;
    background: #f5f5f7;
}

    .eight .container {
        padding: 30px 0;
        overflow: hidden;
    }

    .eight .titles {
        font-size: 14px;
        color: #666;
    }

        .eight .titles h2 {
            font-size: 35px;
            line-height: 35px;
            color: #fe585c;
        }



    .eight ul {
        float: right;
        width: 1050px;
        line-height: 50px;
    }

        .eight ul li {
            float: left;
            font-size: 14px;
            margin: 0px 5px;
        }

        .nine {
    background: #373737;
    padding: 50px 0;
    border-top: 5px solid #f70606;
}
/**/
.page {
    padding: 30px 0;
    background: #e8e8e8;
}

.left {
    width: 240px;
}

.right {
    width: 930px;
}

.homenav {
    width: 240px;
    background: #fff;
    margin-bottom: 20px;
}

.homenav h2 {
    font-size: 26px;
    font-weight: normal;
    line-height: 78px;
    text-align: center;
    background: #fe585c;
    color: #fff;
}

.navcon {
    padding: 20px 13px;
}

.homenav li a {
    line-height: 45px;
    background: #e8e8e8;
    display: block;
    padding: 0 15px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1px;
}

.homenav li ul {
    padding-left: 34px;
}

    .homenav li ul li a {
        font-size: 13px;
        color: #333;
        line-height: 36px;
        background: none;
        padding: 0;
    }

        .homenav li ul li a:before {
            content: "";
            background: url(http://static2.fuhai360.com/n190425/images/pro_list.png) no-repeat center;
            width: 10px;
            display: block;
            height: 36px;
            float: left;
            margin-right: 10px;
        }

.innerTop {
    overflow: hidden;
    background: #fff;
    padding: 10px;
    padding-bottom: 9px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    text-align: right;
}

  .innerTop span {
    border-left: 3px solid #fe585c;
    padding-left: 10px;
    font-size: 16px;
    color: #fe585c;
}

.pr {
    margin-bottom: 20px;
    overflow: hidden;
}

    .pr li {
        width: 296px;
        margin-right: 20px;
        float: left;
        background: #fff;
        margin-bottom: 20px;
        overflow: hidden;
        transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        opacity: .4;
        transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
    }

        .pr li:nth-child(2) {
            transition-delay: .1s;
            -moz-transition-delay: .1s;
            -o-transition-delay: .1s;
            -webkit-transition-delay: .1s;
        }

        .pr li:nth-child(3) {
            transition-delay: .2s;
            -moz-transition-delay: .2s;
            -o-transition-delay: .2s;
            -webkit-transition-delay: .2s;
        }

        .pr li:nth-child(4) {
            transition-delay: .3s;
            -moz-transition-delay: .3s;
            -o-transition-delay: .3s;
            -webkit-transition-delay: .3s;
        }

        .pr li:nth-child(5) {
            transition-delay: .4s;
            -moz-transition-delay: .4s;
            -o-transition-delay: .4s;
            -webkit-transition-delay: .4s;
        }

        .pr li:nth-child(6) {
            transition-delay: .5s;
            -moz-transition-delay: .5s;
            -o-transition-delay: .5s;
            -webkit-transition-delay: .5s;
        }

        .pr li:nth-child(7) {
            transition-delay: .6s;
            -moz-transition-delay: .6s;
            -o-transition-delay: .6s;
            -webkit-transition-delay: .6s;
        }

        .pr li:nth-child(8) {
            transition-delay: .7s;
            -moz-transition-delay: .7s;
            -o-transition-delay: .7s;
            -webkit-transition-delay: .7s;
        }

        .pr li:nth-child(9) {
            transition-delay: .8s;
            -moz-transition-delay: .8s;
            -o-transition-delay: .8s;
            -webkit-transition-delay: .8s;
        }

.animate .pr li {
    opacity: 1;
    transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.pr li:nth-child(4n) {
    margin-right: 0;
}

.listcontent.block .pr li:nth-child(4n) {
    margin-right: 20px;
}

.listcontent.block .pr li:nth-child(3n) {
    margin-right: 0;
}

.pr li h3 {
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 26px;
    text-overflow: ellipsis;
    height: 56px;
    font-size: 13px;
    font-weight: normal;
    transition: line-height .4s;
    -moz-transition: line-height .4s;
    -webkit-transition: line-height .4s;
    -o-transition: line-height .4s;
}

.pr li:hover h3 {
    line-height: 56px;
    background: #fe585c;
    color: #fff;
}

.pr li .img {
    overflow: hidden;
}

.pr li img {
    width: 296px;
    height: 245px;
    display: block;
    transition: all .4s;
}

.pr li:hover img {
    transform: scale(1.1);
}

.pagination {
    padding: 5px 10px;
    text-align: center;
    background: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

    .pagination a, .pagination span {
        display: inline-block;
        padding: 0 10px;
        font-size: 16px;
    }

.lnews {
    padding: 10px;
    background: #fff;
}

.ltitle {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.ltitle span {
    border-left: 4px solid #fe585c;
    padding-left: 7px;
}

.lnews {
    counter-reset: index;
}

    .lnews li a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        font-size: 12px;
        line-height: 32px;
        text-overflow: ellipsis;
    }

    .lnews li {
        padding-left: 20px;
        position: relative;
    }

        .lnews li:before {
            counter-increment: index;
            content: counter(index);
            position: absolute;
            left: 0;
            width: 14px;
            height: 14px;
            background: #fe585c;
            font-size: 12px;
            line-height: 14px;
            text-align: center;
            top: 9px;
            color: #fff;
        }

        .lnews li:nth-child(n+4):before {
            background: #e8e8e8;
            color: #000;
        }

.contact {
    margin: 20px 0;
    background: #fe585c;
    color: #fff;
    line-height: 30px;
}

    .contact .block {
        padding: 10px;
        border-bottom: 1px solid #fff;
    }

.phone {
    background: url(../image/pro_phone_1.png) no-repeat 20px center;
    display: block;
    padding-left: 70px;
}

.content {
    padding: 10px;
    background: #fff;
    margin-bottom: 20px;
    line-height: 30px;
}

.pageing {
    line-height: 40px;
}

.desctitle {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    padding: 30px 0 16px;
    border-bottom: 3px double #e8e7e7;
}

.info {
    font-size: 12px;
    padding: 10px 0 0;
    color: #7b7b7b;
}

ul.newscenter li {
    margin: 30px 0;
    overflow: hidden;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    padding: 10px;
    transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    -o-transition: .8s;
    background: #f8f8f8;
}

    ul.newscenter li .time {
        width: 60px;
        height: 73px;
        float: left;
        background: #ededed;
        padding: 7px 0 0 20px;
    }

     ul.newscenter li .time b {
    display: block;
    font-size: 18px;
    color: #fe585c;
    font-weight: normal;
}

        ul.newscenter li .time em {
            display: block;
            font-style: normal;
            line-height: 20px;
        }

    ul.newscenter li img {
        height: 80px;
        display: block;
        float: left;
        width: 140px;
        margin-right: 10px;
    }

 ul.newscenter li h3 {
    font-size: 18px;
    color: #fe585c;
    padding-bottom: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    ul.newscenter li p {
        line-height: 22px;
        font-size: 14px;
        height: 40px;
        overflow: hidden;
        color: #595959;
    }

    ul.newscenter li.topnews {
        display: inline-block;
        width: 400px;
        margin-right: 30px;
        border: none;
        margin-bottom: 0;
        background: none;
    }

        ul.newscenter li.topnews img {
            width: 400px;
            height: 250px;
            float: none;
        }

        ul.newscenter li.topnews span {
            display: block;
            color: #777;
            line-height: 24px;
            margin: 10px 0;
        }

        ul.newscenter li.topnews p {
            height: 66px;
        }


.footer {
    padding: 30px 0;
    background: #2a2a2a;
}

.tpr {
    padding: 10px;
    background: #fff;
    margin: 20px 0;
}

    .tpr li {
        margin: 0 20px;
    }

        .tpr li p {
            line-height: 30px;
            white-space: nowrap;
            overflow: hidden;
            text-align: center;
            text-overflow: ellipsis;
        }

        .tpr li img {
            display: block;
            border: 1px solid #ccc;
            padding: 1px;
        }
.links {
    margin-top: 50px;
    background: #f5f5f7;
}

.link_container {
    padding: 30px 0;
    overflow: hidden;
    width: 1200px;
    margin: auto;
}

.link_title {
    font-size: 14px;
    color: #666;
    width: 118px;
    float: left;
}

.link_title h3 {
    font-size: 35px;
    line-height: 35px;
    color: #fe585c;
}

.link_title h2 {
    font-size: 14px;
    color: #666;
    font-weight: inherit;
}

.link_list {
    width: 1071px;
    float: right;
    overflow: hidden;
    margin-top: 10px;
}

.link_list a {
    float: left;
    margin: 0 19px;
}