﻿body {
    margin: 0px;
    padding: 0px;
    font: normal 15px/2em Microsoft YaHei;
    color: #717171;
    min-width: 1200px;
}

ul, li, div, dl, dt, dd, p, br, h1, h2, h3, h4, img {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

input, select, textarea {
    outline: medium none;
    padding: 5px 8px;
    font-family: 微软雅黑;
}

a, img {
    border: none;color: #000000;
}

    a:link {
        text-decoration: none;
        font-family: "微软雅黑";
    }

    a:visited {
        text-decoration: none;
        font-family: "微软雅黑";
        
    }

    a:hover {
        font-family: "微软雅黑";
        color: #980000;
    }

    a:active {
        text-decoration: none;
        font-family: "微软雅黑";
    }

    a:focus {
        outline: none;
    }

.clear {
    clear: both;
}

.maxwi {
    width: 100%;
}

.w1200 {
    margin: 0 auto;
    width: 1200px;
}

.top_x {
    width: 100%;
    display: block;
    height: 12px;
    background-image: url(../images/top1_e2qr.jpg);
    background-repeat: repeat-y;
}

.top_nav {
    width: 100%;
    height: 88px;
}

.navx {
    z-index: 1111;
    background: rgba(255, 255, 255, 0.84);
    position: relative;
}

.nav {
    /*width: 1000px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;*/
    position: relative;
    z-index: 111;
}
    /*.nav li{
	float: left;
	width: 14.28%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}*/
    /*.nav li a{
	color: #fff;
}*/
    .nav li .second-nav {
        width: 97px;
        display: none;
        position: relative;
        z-index: 1111;
    }

        .nav li .second-nav li {
            position: relative;
            width: 100%;
            height: 40px;
            line-height: 40px;
            background: #fff;
            border-bottom: 1px solid rgb(226, 226, 226);
        }

            .nav li .second-nav li .third-nav {
                /*position: absolute;*/
                width: 150px;
                height: 200px;
                display: none;
                margin-left: 100%;
                margin-top: -40px;
            }

.top-logo {
    width: 230px;
    float: left;
    overflow: hidden;
    margin-top: 10px;
}

.top-navs {
    width: 740px;
    float: left;
    height: 88px;
}

.top-tel {
    width: 230px;
    float: right;
    overflow: hidden;
}

.top-navs .nav {
    position: relative;
    top: 30px;
}

.top-navs ul li {
    /*width: 16.66%;*/
    float: left;
}

    .top-navs ul li a {
        white-space: nowrap;
        overflow: hidden;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        display: block;
    }

.top-tel span {
    width: 90%;
    height: 46px;
    border: 1px solid #666666;
    border-radius: 40px;
    display: block;
    text-align: center;
    line-height: 46px;
    font-weight: bold;
    font-size: 16px;
    float: right;
    margin-top: 20px;
    transition: all .3s;
}


    .top-tel span:hover {
        background: rgb(197, 17, 26);
        border: 1px solid rgb(197, 17, 26);
        color: #fff;
    }
/**/ /**/ /**/ /**/ /**/ /**/
.index-banner, .banner-inner {
    width: 100%;
    height: 601px;
    overflow: hidden;
}


.gsdt-banner {
    width: 100%;
    height: 328px;
    overflow: hidden;
}

.banner-inner li, .banner-inner li a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.banner-inner li {
    background: #aac7f3;
}

/*.banner-inner li.first {
            background: url(../img/ban01.jpg) center no-repeat;
        }

        .banner-inner li.second {
            background: url(../img/ban02.jpg) center no-repeat;
        }
        .banner-inner li.third {
            background: url(../img/ban03.jpg) center no-repeat;
        }*/

.edslider {
    position: relative;
    margin: auto;
    height: 100%;
}

    .edslider ul {
        list-style: none;
        position: relative;
        padding: 0;
        margin: 0;
    }

    .edslider > ul {
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
        text-align: center;
    }

        .edslider > ul:after {
            color: #fff;
            font-size: 100px;
            line-height: 601px;
            letter-spacing: 20px;
            filter: alpha(opacity=10);
            -moz-opacity: 0.1;
            opacity: 0.1;
        }

        .edslider > ul li {
            display: none;
            width: 100%;
            height: 200px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
        }

    .edslider a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }

        .edslider a img {
            border: 0;
        }

    .edslider .current {
        z-index: 1!important;
    }

    .edslider .controls {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

        .edslider .controls .navigator {
            background: rgba(0,0,0,.3);
            background-image: url(../img/sprite-navigator.png);
            cursor: pointer;
            display: block;
            width: 50px;
            height: 50px;
            position: absolute;
            overflow: hidden;
            top: 50%;
            margin-top: -25px;
            transition: background .2s;
        }

        .edslider .controls .next {
            background-position: 0 0;
            right: 0;
            z-index: 2;
        }

        .edslider .controls .prev {
            background-position: 0 -50px;
            left: 0;
            z-index: 2;
        }

            .edslider .controls .next:hover, .edslider .controls .prev:hover {
                background-color: rgba(0,0,0,.6);
            }

        .edslider .controls .paginator {
            position: absolute;
            text-align: center;
            bottom: 0rem;
            width: 100%;
            z-index: 2;
        }

            .edslider .controls .paginator li {
                border: 2px solid rgba(255,255,255,.6);
                box-sizing: border-box;
                display: inline-block;
                margin: 0 3px;
                width: 18px;
                height: 18px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
                background-position: -14px 0;
                cursor: pointer;
                transition: background .1s;
                background-position: -213px 0;
            }

                .edslider .controls .paginator li.current, .edslider .controls .paginator li:hover {
                    background: #fff;
                }

    .edslider .progress {
        background: rgba(0, 0, 0, 0.20);
    }

    .edslider .progress {
        position: absolute;
        top: 0;
        height: 3px;
        z-index: 2;
    }


.jdt {
    height: 610px;
    overflow: hidden;
    position: relative;
}



    .jdt .jdttitle {
        z-index: 11;
        width: 700px;
        margin: 0 auto;
        text-align: center;
        position: relative;
        top: -600px;
        height: 560px;
        display: block;
    }

        .jdt .jdttitle h1 {
            font-size: 38px;
            color: #fff;
            padding-top: 160px;
            line-height: 120px;
        }

.jdtx {
    height: 428px;
    position: relative;
    top: -95px;
    overflow: hidden;
}

.jdts {
    height: 340px;
}

.jdtx .jdttitle {
    z-index: 11;
    width: 700px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -600px;
    height: 560px;
    display: block;
}

    .jdtx .jdttitle h1 {
        font-size: 27px;
        color: #fff;
        padding-top: 160px;
        line-height: 120px;
        font-weight: 500;
    }

.jdttitle b {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    display: block;
    margin-bottom: 70px;
}

#object, #objectx, #objectxs {
    visibility: hidden;

}

.wysj {
    padding: 13px 50px;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #fff;
    border-radius: 40px;
    color: #fff;
    transition: all .3s;
}

    .wysj:hover {
        background: #fff;
        color: #000;
    }

.wyys {
    padding: 13px 50px;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid rgb(197, 17, 26);
    border-radius: 40px;
    margin-left: 50px;
    background: rgb(197, 17, 26);
    color: #fff;
    transition: all .3s;
}

    .wyys:hover {
        background: rgba(197, 17, 26, 0.72);
        color: #fff;
    }

.xzwm {
    text-align: center;
    margin-bottom: 80px;
}

.xzwm-title {
    padding-top: 50px;
    text-align: center;
    width: 370px;
    margin: 0 auto;
}

.title {
    text-align: center;
}

.xzwm-title span {
    float: left;
}

.xzwm-title .xxx {
    width: 20px;
    height: 20px;
    display: block;
    background: rgb(197, 17, 26);
    transform: matrix(0.707107,0.707107,-0.707107,0.707107,0,0);
    position: relative;
    top: 5px;
}

.xzwm-title span b {
    display: block;
    width: 320px;
    color: rgb(197, 17, 26);
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 200;
}

.title .fbt {
    font-size: 15px;
    color: rgb(67, 67, 67);
    font-weight: bold;
    line-height: 70px;
}
/**/ /**/ /**/ /**/

.brand .xzwm-ico {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-bottom: 10px;
}

.brand .noinfo {
    width: 120px;
    height: 120px;
    position: relative;
    top: -120px;
    display: block;
    z-index: 2;
    transition: all .3s;
}

.brand img {
    width: 120px;
    height: 120px;
}

.brand .info {
    width: 120px;
    height: 120px;
    position: relative;
    top: -120px;
    z-index: 1;
    transition: all .3s;
}

.brand {
    float: left;
    margin-left: 54px;
    margin-right: 54px;
    margin-top: 30px;
    margin-bottom: 80px;
}

.zxwm-ti {
    color: rgb(67, 67, 67);
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.xzwm-a {
    padding: 12px 50px;
    border: 1px solid rgb(197, 17, 26);
    transition: all .3s;
    color: rgb(197, 17, 26);
    border-radius: 40px;
}

    .xzwm-a:hover {
        background: rgb(197, 17, 26);
        color: #fff;
    }

.ywlx {
    height: 400px;
    background-color: rgb(204, 204, 204);
    background-image: url(../images/banner3_tbsj.jpg);
    background-position: center top;
    display: block;
    margin-bottom: 40px;
}

.ywlx-img {
    overflow: hidden;
    border-color: transparent;
    border-width: 0px;
    width: 139px;
    height: 99px;
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
}

.ywlx-li {
    z-index: 11;
    overflow: hidden;
    width: 200px;
    height: 260px;
    background: rgba(255, 255, 255, 0.20);
    position: relative;
    top: 70px;
    float: left;
    margin-left: 50px;
    margin-right: 50px;
    padding: 0px;
    border-color: transparent;
    border-width: 0px;
    transition: all .3s;
    border-style: solid;
}

    .ywlx-li:hover {
        background: rgba(197, 17, 26, 0.40);
    }

    .ywlx-li .ywlx-hx {
        display: block;
        border-top: 1px solid #fff;
        width: 140px;
        margin-bottom: 20px;
        margin-top: 30px;
        margin-left: 29px;
    }

.ywlx-img img {
    width: 100%;
    height: 99px;
}

.ywlx-tltie b {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    display: block;
    text-align: center;
}

.pr-nav {
    text-align: center;
}

    .pr-nav a {
        margin-right: 25px;
        margin-left: 25px;
    }

.index-prli {
    margin-top: 20px;
    margin-bottom: 50px;
}

    .index-prli ul {width: 1300px;
    }

        .index-prli ul li {
            height: 225px;
            width: 360px;
            text-align: center;
            vertical-align: middle;
            display: table-cell;
            float: left;
            margin-left: 20px;
            margin-right: 20px;
            margin-bottom: 50px;border: 1px solid #cccccc;
        }

.index-prli-img {
    position: relative;
    max-width: 360px;
    margin: 0px auto;
    max-height: 225px;
    height: 225px;
    width: 360px;
    display: inline;
}

    .index-prli-img img {
        height: 225px;
        max-width: 360px;
    }

.index-prli ul li b {
    font-size: 18px;
    font-weight: 200;
}

.wzgg {
    height: 400px;
    background-color: rgb(204, 204, 204);
    background-image: url(../images/bg_bg01_mjap.jpg);
    background-position: center top;
    display: block;
}

.scroll_horizontal {
    position: relative;
    width: 600px;
    height: 300px;
    padding: 20px;
    line-height: 20px;
    padding-top: 50px;
    float: left;
}

    .scroll_horizontal .box {
        overflow: hidden;
        position: relative;
        width: 540px;
        height: 300px;
        margin: 0 auto;
    }

    .scroll_horizontal .list {
        overflow: hidden;
        width: 9999px;
    }

        .scroll_horizontal .list li {
            float: left;
            width: 280px;
            text-align: center;
        }

            .scroll_horizontal .list li .wzgg-liimg {
                width: 240px;
                height: 300px;
                overflow: hidden;
                display: block;
                margin-left: 10px;
            }

    .scroll_horizontal .plus,
    .scroll_horizontal .minus {
        position: absolute;
        top: 180px;
        width: 30px;
        height: 60px;
        cursor: pointer;
    }

    .scroll_horizontal .plus {
        left: 10px;
        background: url(../images/sprite-l.png)center no-repeat;
    }

    .scroll_horizontal .minus {
        right: 10px;
        background: url(../images/sprite-r.png)center no-repeat;
    }

        .scroll_horizontal .plus:hover,
        .scroll_horizontal .minus:hover {
        }

.wzgg-li {
    padding-top: 40px;
    float: left;
    margin-left: 10px;
}

    .wzgg-li ul li {
        margin-bottom: 25px;
        width: 550px;
    }

.wzgg-01 {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    background: url(../images/01_fxzh.png)center no-repeat;
    padding-top: 5px;
}

.wzgg-02 {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    background: url(../images/02_8f1b.png)center no-repeat;
    padding-top: 5px;
}

.wzgg-03 {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    background: url(../images/03_yaa5.png)center no-repeat;
    padding-top: 5px;
}

.wzgg-nr {
    float: left;
    margin-left: 10px;
    width: 450px;
}

    .wzgg-nr .wzgg-nr-title {
        font-size: 14px;
        color: #ffffff;
        line-height: 20px;
    }

        .wzgg-nr .wzgg-nr-title a {
            color: #fff;
        }

            .wzgg-nr .wzgg-nr-title a:hover {
                color: rgb(197, 17, 26);
            }

    .wzgg-nr .wzgg-nr-time {
        font-size: 12px;
        padding-top: 1px;
        color: #929292;
        font-weight: normal;
    }

.wzgg-nr-abstract {
    font-size: 12px;
    padding-top: 1px;
    color: #d9d9d9;
    font-weight: normal;
    line-height: 17px;
}

.wzys {
    padding-top: 40px;
    height: 400px;
    background-color: rgb(204, 204, 204);
    background-image: url(../images/footer_bg_odqs.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 40px;
}

.brand .xzwm-icos {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
}

.zxwm-ti p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}

.foot-about {
    font-size: 14px;
    text-align: center;
    color: #000;
}

.foot-lxwem {
    font-size: 16px;
    padding: 15px 60px;
    background-color: rgba(67,67,67,1);
    border-radius: 40px;
    color: #fff;
    margin-right: 50px;
}

.foot-lx-lk {
    margin-top: 50px;
}

.foot-gywm {
    font-size: 16px;
    padding: 15px 60px;
    background-color: rgba(197,17,26,1);
    border-radius: 40px;
    color: #fff;
}

.foot {
    background: #fff;
    height: 150px;
    background-color: rgb(32, 32, 32);
    display: block;
    margin-top: 60px;
    text-align: center;
}

.bqxx {
    text-align: center;
    padding-top: 30px;
    font-size: 13px;
    color: #fff;
}
/**/ /**/ /**/
.product-left {
    float: left;
    width: 180px;
    overflow: hidden;
    position: relative;
    top: -70px;
    z-index: 111;
}

.product-nav {
}

.product-nav-title {
    width: 180px;
    height: 140px;
    line-height: 140px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    background: rgb(197, 17, 26);
    text-align: center;
}

.product-nav-li {
    width: 180px;
    overflow: hidden;
}

    .product-nav-li dd {
        margin-top: 3px;
    }

        .product-nav-li dd a {
            display: block;
            width: 180px;
            height: 46px;
            line-height: 46px;
            text-align: center;
            background-color: #d9d9d9;
            font-size: 14px;
            transition: all .3s;
        }

        .product-nav-li dd:hover a {
            background-color: #434343;
            color: #fff;
        }

    .product-nav-li .active a {
        background-color: #434343;
        color: #fff;
    }

.product-right {
    float: left;
    margin-left: 50px;
    width: 940px;
}

.navigation {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #cccccc;
    font-size: 12px;
}

    .navigation a {
        font-size: 12px;
    }

    .navigation span {
        margin-left: 5px;
        margin-right: 5px;
    }

.product-lis {
    width: 960px;
}

.product-li {
    width: 298px;
    margin-right: 19px;
    overflow: auto;
    zoom: 1;
    overflow-x: hidden;
    overflow-y: hidden;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 20px;
}

.product-img {border: 1px solid #cccccc;
    overflow: hidden;
    height: 200px;
    width: 296px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 15px;
}

    .product-img img {
       max-width: 100%;
    max-height: 200px;
    }

.product-title {
    font-size: 18px;
    line-height: 30px;
}

.product-doc {
    min-height:70px;
    font-size: 12px;
    color: #666666;
    margin-top: 10px;
    line-height: 18px;
}

.mygallery {
    margin-top: 30px;
}

    .mygallery img {
        border: 5px solid rgb(244, 244, 244);
    }

.gsdt {
    padding: 30px;
}

.gsdt-titlr span {
    float: right;
    color: rgba(102,102,102,1);
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
}

    .gsdt-titlr span:hover {
        color: rgb(197, 17, 26);
    }

.gsdt-titlr h1 {
    font-size: 20px;
    color: rgba(102,102,102,1);
}

.gsdt-hdp {
    padding-top: 20px;
    width: 540px;
    margin: 0 auto 10px auto;
    float: left;
}

.gsdt-lis {
    width: 540px;
    float: left;
    margin-left: 60px;
}

.gsdd-top {
    margin-top: 10px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

    .gsdd-top b {
        font-size: 18px;
        font-weight: 100;
    }

    .gsdd-top span {
        display: block;
        line-height: 20px;
        color: rgb(67, 67, 67);
        font-size: 12px;
    }

    .gsdd-top p {
        font-size: 12px;
        color: rgb(67, 67, 67);
        line-height: 20px;
    }

.gsdt-li {
    font-size: 12px;
    line-height: 30px;
}

    .gsdt-li i {
        color: #9F9F9F;
        font-style: initial;
        margin-right: 10px;
    }

    .gsdt-li a {
        color: #666666;
    }

        .gsdt-li a:hover {
            color: rgb(197, 17, 26);
        }

.mt-yj {
    background-color: rgb(244, 244, 244);
    height: 500px;
    display: block;
    margin-top: 30px;
}

.gsdt-top {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

    .gsdt-top b {
        font-size: 16px;
        font-weight: 100;
    }

    .gsdt-top span {
        display: block;
        line-height: 20px;
        color: rgb(67, 67, 67);
        font-size: 12px;
    }

    .gsdt-top p {
        font-size: 12px;
        color: rgb(67, 67, 67);
        line-height: 20px;
    }

.news-list li {
    margin-top: 20px;
    border-bottom: 1px dotted #eee;
    padding-bottom: 20px;
}

.news-list-left {
    height: 90px;
    width: 144px;
    text-align: center;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

    .news-list-left img {
        position: relative;
        height: 90px;
        width: 144px;
    }

.news-list-info {
    width: 778px;
    overflow: hidden;
    word-wrap: break-word;
    float: left;
}

.news-info {
    font-size: 16px;
}

.news-list-info .time {
    font-size: 12px;
    color: #929292;
    line-height: 25px;
}

.abstract {
    font-size: 12px;
    color: #5A5A5A;
    line-height: 18px;
}

.section {
    overflow: hidden;
}

.ul-li {
    border: 1px solid #cccccc;
    width: 355px;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
    float: left;
    margin-right: 40px;
    margin-top: 40px;
}

.section ul {
    width: 1240px;
}

    .section ul li {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        display: inline;
        width: 338px;
        height: 260px;
        overflow: hidden;
        position: relative;
    }

        .section ul li .photo {
            width: 338px;
            height: 343px;
            overflow: hidden;
            background: #eee;
            text-align: center;
        }

            .section ul li .photo h1 {
                font-size: 18px;
                color: #000000;
            }

.section .rsp {
    width: 338px;
    height: 260px;
    overflow: hidden;
    position: absolute;
    background: rgb(197, 17, 26);
    top: 0px;
    left: 0px;
}

.section .text {
    position: absolute;
    width: 338px;
    height: 260px;
    left: -338px;
    top: 0px;
    overflow: hidden;
}

    .section .text h3 {
        width: 338px;
        margin-top: 100px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 100;
    }

.ul-li .sj-wybj {
    padding: 10px 50px;
    border: 1px solid #cccccc;
    font-size: 14px;
    margin-right: 19px;
    transition: all .3s;
}

.ul-li .sj-wysj {
    padding: 10px 50px;
    border: 1px solid rgb(197, 17, 26);
    font-size: 14px;
    color: rgb(197, 17, 26);
    transition: all .3s;
}

    .ul-li .sj-wysj:hover {
        color: #fff;
        background: rgb(197, 17, 26);
    }

.ul-li .sj-wybj:hover {
    background: rgb(67, 67, 67);
    border: 1px solid rgb(67, 67, 67);
    color: #fff;
}

.artdetail_title {
    display: block;
    font-family: Microsoft YaHei;
    font-size: 20px;
    color: #434343;
    font-weight: bold;
    text-decoration: none;
    text-align: center;margin-top:30px;margin-bottom:20px;
}

.artview_info {
    display: block;
    font-family: Microsoft YaHei;
    font-size: 12px;
    color: #5A5A5A;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
}

.sourcedata {
    width: 670px;
    margin: 0 auto;
}

.artview_intro {
    font-size: 12px;
    color: #868686;
    font-weight: normal;
    text-decoration: none;
    line-height: 22px;
    background: #F5F5F5;
    border-style: solid solid solid solid;
    border-color: #E5E5E5 #E5E5E5 #E5E5E5 #E5E5E5;
    border-width: 1px 1px 1px 1px;
    text-align: left;
    padding: 5px 10px;
    margin-top:20px;margin-bottom:20px;
}

.wp-article_detail_content .bdsharebuttonbox a {
    margin: 3px;
}

.wp-article_detail_content .editshaimg {
    margin: 3px;
}

.bdsharebuttonbox a.bds_tsina_a {
    background-image: url("../images/sha_tsinaa.png");
}

    .bdsharebuttonbox a.bds_tsina_a:hover {
        background-image: url("../images/sha_tsina.png");
    }

.bdsharebuttonbox a.bds_sqq_a {
    background-image: url("../images/sha_sqqa.png");
}

    .bdsharebuttonbox a.bds_sqq_a:hover {
        background-image: url("../images/sha_sqq.png");
    }

.bdsharebuttonbox a.bds_weixin_a {
    background-image: url("../images/sha_weixina.png");
}

    .bdsharebuttonbox a.bds_weixin_a:hover {
        background-image: url("../images/sha_weixin.png");
    }

.bdsharebuttonbox a.bds_tqq_a {
    background-image: url("../images/sha_tqqa.png");
}

    .bdsharebuttonbox a.bds_tqq_a:hover {
        background-image: url("../images/sha_tqq.png");
    }

.bdsharebuttonbox a.bds_qzone_a {
    background-image: url("../images/sha_qzonea.png");
}

    .bdsharebuttonbox a.bds_qzone_a:hover {
        background-image: url("../images/sha_qzone.png");
    }

.bdsharebuttonbox a.bds_bdhome_a {
    background-image: url("../images/sha_bdhomea.png");
}

    .bdsharebuttonbox a.bds_bdhome_a:hover {
        background-image: url("../images/sha_bdhome.png");
    }

.bdsharebuttonbox a.bds_douban_a {
    background-image: url("../images/sha_doubana.png");
}

    .bdsharebuttonbox a.bds_douban_a:hover {
        background-image: url("../images/sha_douban.png");
    }

.bdsharebuttonbox a.bds_kaixin001_a {
    background-image: url("../images/sha_kaixin001a.png");
}

    .bdsharebuttonbox a.bds_kaixin001_a:hover {
        background-image: url("../images/sha_kaixin001.png");
    }

.wp-article_detail_content .bdsharebuttonbox img {
    float: left;
}

.shareshow a {
    display: block;
    height: 16px;
    padding-left: 17px;
    width: auto;
    background-repeat: no-repeat;
    float: left;
}

.detail_head_title, .text-source-left01 {
    float: left;
    margin-right: 5px;
}

.rtview_content {
    display: block;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #5A5A5A;
    font-weight: normal;
    text-decoration: none;
}
.about-info {
    padding-left:10px;
padding-top:30px;
}
.about-lis {
    margin-bottom:50px;margin-top:50px;width:1250px;
}
.about-li {
width:320px;padding:0 40px;float:left;
}
.ab-hx {
border-left:1px solid #cccccc;
}
.about-li .about-img{
    text-align:center;
}
.about-li .about-title {
text-align:center
}
    .about-li .about-title span {
    display:block;
    width:100%;border-bottom:1px solid #cccccc;z-index:2;
    }
    .about-li .about-title div {
    width:120px;
    height:30px;
    line-height:30px;
    background:#fff;    
    color: rgba(0,0,0,1);
    font-size: 16px;
    margin:0 auto;
    text-align:center;z-index:1;display:block;position:relative;top:15px;
    }
.about-li .aboutdoc{
    font-size:12px;
    line-height:20px;
    color: rgb(102, 102, 102);
    margin-top:40px;
}
.about-li .about-lik {
    text-align:center;margin-top:30px;
}
    .about-li .about-lik a {
    padding:10px 40px;border-radius:5px;
    background:rgb(197, 17, 26);
    font-size:14px;
    color:#fff; transition: all .3s;
    }
        .about-li .about-lik a:hover {
        background:rgb(204, 48, 56);
        }/*page*/
.page {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom:30px;
}

    .page span {
        padding: 5px 10px 5px 10px;
        background-color: #f6f7fb;
        margin-left: 5px;
        margin-right: 5px;
    }

    .page a {
        padding: 5px 10px 5px 10px;
        background-color: #f6f7fb;
        margin-left: 5px;
        margin-right: 5px;
    }

        .page a:hover {
            background-color: #ffcc00;
        }