* {
    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;
}

.w1920 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

#slides {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    #slides li 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: #acce22;
            }

.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: #666;
}

.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;
}
/*头部*/
.header {
    background: url(/html/class/template/global/images/topbg.jpg) repeat;
}

.nav {
    line-height: 36px;
    background: #0689db;
    color: #fff;
    font-size: 15px;
}

    .nav li {
        display: inline-block;
        position: relative;
    }

        .nav li a {
            display: block;
            padding: 0 40px;
            text-align: center;
        }

        .nav li ul {
            position: absolute;
            width: 100%;
            background: #0689db;
            z-index: 999;
            line-height: 30px;
            left: 0;
            display: none;
            font-size: 14px;
        }

            .nav li ul li {
                display: block;
            }

                .nav li ul li a {
                    padding: 0;
                }

        .nav li:hover ul {
            display: block;
        }

        .nav li a.cur, .nav li:hover {
            background: #acce22;
        }

.search {
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    background: #f5f5f5;
}

.kw {
    width: 700px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.input input {
    width: 165px;
    padding: 0 34px 0 10px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #bfbfbf;
    outline: none;
    font-size: 12px;
    color: #ccc;
    background-size: 14px;
}

a.searchBtn {
    width: 34px;
    height: 34px;
    background: #0689db url(../images/search.png) no-repeat center;
    position: absolute;
    right: 0px;
    top: 1px;
    z-index: 20;
}

.input {
    position: relative;
    height: 34px;
    line-height: 34px;
    margin-top: 6px;
}

    .input .focus, .input .hasContent {
        color: #000;
    }
/*首页*/
.product {
    padding: 30px 0;
    background: #f0f9ff;
}

.title {
    text-align: center;
    margin-bottom: 30px;
    color: #656565;
    font-size: 26px;
    line-height: 50px;
    padding-bottom: 20px;
    position: relative;
}

    .title:after {
        content: "";
        width: 70px;
        height: 3px;
        background: #acce22;
        display: block;
        margin: auto;
        position: absolute;
        left: 50%;
        margin-left: -35px;
        bottom: 0;
    }

    .title h2 {
        font-size: 30px;
        color: #0689db;
        line-height: 32px;
    }



.tab {
    text-align: center;
    margin-bottom: 30px;
}

    .tab li {
        display: inline-block;
        margin-right: 10px;
    }

        .tab li a {
            display: block;
            line-height: 38px;
            padding: 0 20px;
            background: #acce22;
            color: #fff;
        }

        .tab li.cur a {
            background: #0689db;
        }


a.more {
    float: right;
    padding-right: 10px;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    color: #999;
}

.plist li {
    float: left;
    margin: 0 20px 20px 0;
    width: 283px;
    border: 1px solid #bdbdbd;
    position: relative;
    overflow: hidden;
}

    .plist li:nth-child(4n) {
        margin-right: 0;
    }

    .plist li img {
        width: 100%;
        display: block;
        height: 198px;
    }

.des {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
    color: #fff;
    display: none;
}

    .des div {
        display: table-cell;
        vertical-align: middle;
        height: 177px;
        padding: 0 10px;
    }

    .des h3 {
        font-size: 16px;
        letter-spacing: 4px;
        font-weight: normal;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
    }

    .des p {
        font-size: 12px;
        line-height: 20px;
        max-height: 60px;
        overflow: hidden;
        padding-left: 40px;
    }

.caseshow {
    padding: 10px 0 30px;
}

.tabl {
    width: 220px;
    float: left;
    border: 1px solid #0689db;
}

    .tabl h2 {
        font-weight: normal;
        font-size: 24px;
        line-height: 50px;
        background: #0689db;
        padding-left: 20px;
        color: #fff;
    }

    .tabl ul {
        margin: 10px;
    }

    .tabl li a {
        display: block;
        border-bottom: 1px dashed #ccc;
        line-height: 36px;
        padding: 0 10px;
    }

        .tabl li a:before {
            background: #333;
            width: 5px;
            height: 5px;
            float: left;
            content: "";
            border-radius: 50%;
            margin: 16px 10px 0 0;
        }

    .tabl li.cur a {
        background: #0689db;
        color: #fff;
    }

        .tabl li.cur a:before {
            background: #fff;
        }

.tabcon2 {
    width: 950px;
    float: right;
}

.clist li {
    float: left;
    margin: 0 20px 20px 0;
    width: 300px;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
}

    .clist li:nth-child(3n) {
        margin-right: 0;
    }

    .clist li img {
        width: 100%;
        display: block;
        height: 210px;
    }

.clist > h2 {
    margin-bottom: 10px;
    border-bottom: 1px solid #0689db;
    line-height: 40px;
    font-weight: normal;
}

    .clist > h2 span {
        background: #0689db;
        color: #fff;
        display: inline-block;
        padding: 0 10px;
    }

.ys {
    position: relative;
    padding-bottom: 30px;
    width: 100%;
    overflow: hidden;
    counter-reset: ysindex;
    background: #f0f9ff;
}

.title2 {
    text-align: center;
    font-size: 18px;
    padding: 50px 0;
    overflow: hidden;
}

    .title2 h2 {
        font-size: 40px;
        line-height: 55px;
        width: 100%;
        overflow: hidden;
        color: #0689db;
        margin-bottom: 24px;
    }

        .title2 h2 b {
            font-weight: normal;
            font-size: 28px;
            display: inline-block;
            width: 50px;
            height: 50px;
            background: #acce22;
            border-radius: 50%;
            text-align: center;
            line-height: 50px;
            color: #fff;
            margin: 0 2px;
        }


    .title2 p {
        position: relative;
        display: inline-block;
        background: #0689db;
        padding: 0 20px;
        line-height: 34px;
        border-radius: 17px;
        color: #fff;
    }

        .title2 p:before {
            content: "";
            width: 960px;
            border-bottom: 1px solid #0689db;
            position: absolute;
            left: -960px;
            top: 50%;
        }

        .title2 p:after {
            content: "";
            width: 960px;
            border-bottom: 1px solid #0689db;
            position: absolute;
            right: -960px;
            top: 50%;
        }

.ys li {
    overflow: hidden;
    position: relative;
}

    .ys li img {
        float: left;
        max-width: 510px;
        display: block;
    }

.ysli {
    width: 530px;
    float: right;
    overflow: hidden;
    padding-top: 60px;
}

    .ysli h3 {
        font-size: 28px;
        line-height: 45px;
        color: #0689db;
    }


.ys li:before {
    counter-increment: ysindex;
    content: counter(ysindex);
    position: absolute;
    left: 50%;
    top: 60px;
    margin-left: -32px;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    font-size: 30px;
    color: #ffffff;
    background: #acce22;
    clip-path: polygon(50% 0,100% 50%,50% 100%,0 50%);
    z-index: 20;
}

.ys li:after {
    content: "";
    position: absolute;
    height: 100%;
    border-right: 1px dotted #ccc;
    top: 0;
    left: 50%;
    z-index: 10;
    margin-left: -0.5px;
}
.ys li:first-child:after {
    top: 60px;
}
.ys li:nth-child(2n) .ysli {
    float: left;
}

.ys li:nth-child(2n) img {
    float: right;
}

.addver {
    width: 100%;
    overflow: hidden;
}

    .addver img {
        position: relative;
        width: 1920px;
        max-width: none;
        left: 50%;
        margin-left: -960px;
        height: auto;
    }

.about {
    width: 615px;
    margin: 30px 0;
}

    .about > h2 {
        font-size: 20px;
        color: #0689db;
        margin-bottom: 10px;
        border-left: 5px solid #0689db;
        padding-left: 10px;
    }

.aboutr {
    margin: 30px 0;
    width: 570px;
}

    .aboutr li {
        width: 50%;
        float: left;
    }

        .aboutr li > img {
            display: block;
            margin: auto;
            width: 100%;
            height: auto;
        }

        .aboutr li:first-child {
            padding-top: 40px;
        }

.litext {
    text-align: center;
    padding: 20px 0 30px;
    border: 1px solid #ccc;
    border-radius: 10px 10px 0 0;
    border-bottom: none;
}

.aboutr li:first-child .litext {
    border-radius: 0 0 10px 10px;
    border-bottom: 1px solid #ccc;
    border-top: none;
}

.aboutr li img {
    display: block;
    margin: auto;
}

.aboutr li em {
    color: #0689db;
    display: block;
    font-style: normal;
    font-size: 20px;
    line-height: 40px;
}

.title3 {
    font-size: 22px;
    font-weight: bold;
    color: #0689db;
    margin-bottom: 10px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}

    .title3 span {
        padding-left: 10px;
        border-left: 2px solid #0689db;
        height: 22px;
        display: inline-block;
        line-height: 22px;
    }

.newslist:last-child {
    float: right;
}

.newslist {
    width: 585px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .newslist li h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 40px;
        font-weight: normal;
        border-bottom: 1px solid #ececec;
        padding-right: 90px;
        position: relative;
    }

        .newslist li h3 span {
            position: absolute;
            right: 0;
            font-size: 12px;
            color: #949494;
        }

    .newslist li.first {
        margin-bottom: 10px;
        padding-bottom: 20px;
        overflow: hidden;
        border-bottom: 1px solid #ececec;
    }

        .newslist li.first h3 {
            border: none;
            color: #000;
            padding-right: 0;
            line-height: inherit;
            padding-bottom: 10px;
        }

        .newslist li.first img {
            width: 160px;
            height: 90px;
            float: left;
            margin-right: 20px;
        }

        .newslist li.first p {
            line-height: 20px;
            font-size: 12px;
            color: #737373;
            height: 40px;
            overflow: hidden;
        }


.title5 {
    position: relative;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #ccc;
    height: 16px;
    margin-bottom: 50px;
}

    .title5 p {
        display: inline-block;
        padding: 0 10px;
        background: inherit;
        line-height: 26px;
        height: 26px;
        font-size: 20px;
        color: #0689db;
        font-weight: bold;
    }

    .title5 b {
        color: #000;
    }



    .title5 p span {
        display: block;
        font-weight: 100;
        color: #666;
        font-size: 16px;
        line-height: 24px;
    }

    .title5:before {
        content: "";
        width: 90px;
        display: block;
        border-bottom: 3px solid #000;
        position: absolute;
        bottom: -1.5px;
        left: 0;
    }

    .title5:after {
        content: "";
        width: 90px;
        display: block;
        border-bottom: 3px solid #000;
        position: absolute;
        bottom: -1.5px;
        right: 0;
    }

.tongdao {
    margin-top: 30px;
    overflow: hidden;
}

    .tongdao ul b {
        display: inline-block;
        width: 100px;
        float: left;
        font-size: 16px;
        color: #333;
        line-height: 32px;
    }

        .tongdao ul b:before {
            content: ">";
            display: block;
            float: left;
            margin-left: 10px;
            background: #0689db;
            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;
}

.title6 {
    display: inline-block;
    line-height: 32px;
    position: relative;
    top: -28px;
    font-size: 20px;
    font-weight: bold;
    background: inherit;
    padding: 0 10px;
}

    .title6 span {
        text-transform: uppercase;
        font-size: 20px;
        color: #0689db;
        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: 20px;
}

.fnav {
    text-align: center;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #0689dd;
    color: #fff;
}

    .fnav li {
        display: inline-block;
        margin: 0 40px;
    }

.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: #0689db;
    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(/html/class/template/global/images/top_031.png) no-repeat left 14px;
}

.pagel {
    width: 244px;
}

.treepage h2 {
    height: 76px;
    background: #0689db;
    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: #0689db;
    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: #0689db;
        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: #0689db;
    }

ul.subTree {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

.newspage h3 {
    background: #0689db;
    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 #0689db;
        font-size: 30px;
        width: 62px;
        line-height: 36px;
        padding: 10px 20px;
        border-right: 4px solid #0689db;
        color: #0689db;
        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: #0689db;
    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(/html/class/template/global/images/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 #0689db;
    }

.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: #0689db;
        color: #fff;
    }

    .pading a.prev {
        background: #7c7c7c url(../images/pagging.png) no-repeat left center;
        color: transparent;
        position: absolute;
        right: 38px;
    }

    .pading a.next {
        background: #7c7c7c url(../images/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(/html/class/template/global/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 #0689db;
    padding: 0 18px;
}

    .prtit span {
        display: inline-block;
        line-height: 26px;
        background: #0689db;
        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(/html/class/template/global/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(/html/class/template/global/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: #0689db;
    }

        ul.news_list li.first h3:before {
            content: "头条";
            display: inline-block;
            border: 1px solid #0689db;
            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;
}