html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 14px;
    font: 14px/1.5 "Microsoft YaHei", arial, 宋体, sans-serif;
    color: rgb(102, 102, 102);
}

ul, li, p, img, b, ol, em, a, h1, h2, h3, h4, h5, h6, dl, dd, dt {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-decoration: none;
    font-weight: 100;
}


#dituContent img {
    max-width: inherit;
}

img {
    max-width: 100%;
}

.container {
    width: 1200px;
    margin: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.navbox a, .ong_text, .two_m li h3, .two_nav li.now a, .three_m li h3, .three .prev, .three .next, .fore_r .more, .five .title a, .five .title h2, .five li h3, .six .first .time, .page_ul li a:hover, .page_a, div#slides .prev, div#slides .next {
    color: #fff;
}


.title {
    font-size: 18px;
    font-family: "Arial";
    text-align: center;
}

    .title a {
        color: #888;
    }

    .title h2 {
        color: #03479c;
        font-size: 42px;
    }


/**/
#slides {
    width: 100%; position: relative;
}


    #slides img {
        width: 100%;
        display: block;
    }


    #slides .hd {
        left: 50%;
        padding: 4px;
        position: absolute;
        border-radius: 24px;
        bottom: 30px;
        z-index: 10;
        width: 240px;
        margin-left: -120px;
    }


        #slides .hd li {
            margin: 0px 5px;
            line-height: 5px;
            width: 50px;
            height: 2px;
            background: #555;
            float: left;
            cursor: pointer;
            text-align: center;
            color: transparent;
        }


            #slides .hd li.on {
                background: #03479c;
            }


div#slides .prev, div#slides .next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 50px;
    margin-top: -25px;
}

div#slides .next {
left: 1200px;
}

/*header*/
.header {
}
/**/
.header_top {
    line-height: 35px;
    background: #ddd;
    overflow: hidden;
    font-size: 12px;
}
/*logo*/
.logo img {
    max-width: 1200px;
    max-height: 120px;
    display: block;
}
/*导航*/
.navbox {
    height: 50px;
    width: 100%;
    background: #03479c;
}

.nav li {
    position: relative;
    float: left;
}

.nav a {
    display: block;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0px 36px;
    font-size: 16px;
}

.nav_ul {
    position: absolute;
    top: 50px;
    z-index: 11;
    display: none;
    width: 100%;
    box-sizing: border-box;
    background: #03479c;
}


    .nav_ul li {
        float: none;
        background: none;
    }

        .nav_ul li a {
            height: 40px;
            line-height: 40px;
            padding: 0px;
            font-size: 14px;
        }

.nav li:hover .nav_ul {
    display: block;
}

.nav a:hover, .nav a.cur {
    background: #c71912;
}

/*one*/
.one {
    overflow: hidden;
    position: relative;
}

.one_img {
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
    height: 100%;
}

    .one_img img {
        width: 100%;
        height: 100%;
    }

.one .container {
    padding: 50px 0;
    overflow: hidden;
}

.one ul {
    margin-top: 50px;
}



.one li {
    float: left;
    width: 273px;
    height: 340px;
    margin: 0 13px;
    position: relative;
}


    .one li:after {
        background: rgba(3,71,156,0.5);
        width: 273px;
        height: 340px;
        z-index: 1;
        position: absolute;
        left: 0px;
        top: 0px;
        content: '';
        border-radius: 10px;
    }


.ong_imgs {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
}

.ong_text {
    position: absolute;
    top: 55px;
    z-index: 2;
    text-align: center;
    width: 223px;
    left: 25px;
}

    .ong_text img {
        width: 64px;
        height: 64px;
        display: block;
        margin: auto;
    }

    .ong_text h3 {
        font-size: 32px;
        margin-bottom: 25px;
    }
/**/
.two {
    width: 1200px;
    margin: 50px auto 0;
    overflow: hidden;
}

.two_nav {
    text-align: center;
    margin-top: 50px;
}

    .two_nav li {
        display: inline-block;
        margin: 0px 5px;
        background: #eaeaea;
    }

        .two_nav li a {
            line-height: 32px;
            color: #666;
            font-size: 14px;
            padding: 0px 20px;
        }

.two_m {
    margin-top: 50px;
    overflow: hidden;
}

    .two_m li {
        width: 376px;
        float: left;
        margin: 0px 12px 24px;
    }

        .two_m li img {
            width: 100%;
            height: 270px;
            display: block;
        }

        .two_m li h3 {
            background: #03479c;
            border-radius: 0px 0px 5px 5px;
            line-height: 45px;
            height: 45px;
            padding: 0px 20px 0 15px;
            box-sizing: border-box;
            position: relative;
        }


            .two_m li h3:before {
                content: '>';
                width: 10px;
                height: 10px;
                font-size: 16px;
                line-height: 10px;
                text-align: center;
                position: absolute;
                right: 17px;
                top: 17px;
            }

        .two_m li:hover h3 {
            background: #c71912;
        }

.two_nav li.now {
    background: #03479c;
}

/**/
.three {
    margin: 30px auto 0;
    position: relative;
}

.three_m {
    margin-top: 50px;
    overflow: hidden;
}

    .three_m li {
        float: left;
        width: 370px;
        height: 250px;
        position: relative;
        margin: 0px 15px;
    }

        .three_m li img {
            width: 100%;
            height: 100%;
            display: block;
        }

        .three_m li h3 {
            width: 100%;
            line-height: 40px;
            background: rgba(3,71,156,0.5);
            text-align: center;
            position: absolute;
            bottom: 0px;
            height: 40px;
            overflow: hidden;
        }

.three .prev, .three .next {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #ddd;
    font-size: 25px;
    position: absolute;
    top: 255px;
}

.three .prev {
    left: -70px;
}

.three .next {
    right: -70px;
}

/**/
.fore {
    position: relative;
    margin-top: 50px;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

.fore_img, .five_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: -1;
}

    .fore_img img, .fore_l img, .five_img img {
        width: 100%;
        height: 100%;
        display: block;
    }

.fore .container {
    overflow: hidden;
    background: #fff;
    padding: 30px;
    position: relative;
    box-shadow: 1px 5px 5px #ccc;
}

    .fore .container:after {
        content: '';
        position: absolute;
        right: 14px;
        top: 14px;
        border-top: 5px solid #03479c;
        border-right: 5px solid #03479c;
        height: 30px;
        width: 30px;
    }

    .fore .container:before {
        content: '';
        position: absolute;
        bottom: 14px;
        right: 14px;
        border-bottom: 5px solid #03479c;
        border-right: 5px solid #03479c;
        height: 30px;
        width: 30px;
    }

.fore_l {
    width: 545px;
    height: 375px;
    position: relative;
}

    .fore_l:after {
        content: '';
        position: absolute;
        left: -17px;
        top: -17px;
        border-top: 5px solid #03479c;
        border-left: 5px solid #03479c;
        height: 30px;
        width: 30px;
    }

    .fore_l:before {
        content: '';
        position: absolute;
        bottom: -17px;
        left: -17px;
        border-bottom: 5px solid #03479c;
        border-left: 5px solid #03479c;
        height: 30px;
        width: 30px;
    }

.fore_r {
    width: 600px;
    line-height: 25px;
    position: relative;
}

    .fore_r .title h2 {
        line-height: 50px;
    }

    .fore_r h3 {
        line-height: 30px;
        font-size: 25px;
        margin: 20px 0;
    }


    .fore_r a.more {
        width: 370px;
        line-height: 65px;
        display: block;
        margin: 30px auto 0;
        background: #03479c;
        border-radius: 50px;
        float: right;
        font-size: 18px;
        text-align: center;
    }

    .fore_r:after {
        content: '';
        width: 35px;
        position: absolute;
        left: 0px;
        bottom: 0px;
        height: 3px;
        background: #c2c2c2;
    }

    .fore_r:before {
        content: '';
        position: absolute;
        left: 35px;
        bottom: -4px;
        border-left: 6px solid #c2c2c2;
        border-right: 6px solid transparent;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
    }

/**/
.five {
    position: relative;
    overflow: hidden;
    padding: 50px 0 25px;
}

    .five .container {
        overflow: hidden;
    }

    .five ul {
        margin-top: 50px;
    }

    .five li {
        float: left;
        width: 376px;
        margin: 0px 12px 24px;
        position: relative;
        height: 248px;
    }

        .five li img {
            width: 100%;
            height: 100%;
            display: block;
        }

        .five li:nth-child(1) {
            height: 520px;
        }

        .five li h3 {
            position: absolute;
            bottom: 0px;
            width: 100%;
            line-height: 40px;
            background: rgba(3,71,156,0.5);
            text-align: center;
            overflow: hidden;
            height: 40px;
        }
/**/
.six {
    margin: 50px auto 40px;
    overflow: hidden;
}

.six_ul {
    margin: 50px 12px 0;
    width: 376px;
}

.six li {
    position: relative;
    margin-bottom: 10px;
}


.six .first .time {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70px;
    height: 70px;
    background: #2166c5;
    opacity: 0.9;
    padding: 5px 8px;
    box-sizing: border-box;
    text-align: center;
}

.six .first .time1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    display: block;
    text-indent: -177px;
}

.six .first .time2 {
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    height: 20px;
    display: block;
}


.six_ul li img {
    width: 376px;
    height: 270px;
    display: block;
    margin-bottom: 10px;
}

.six_ul li h3 {
    line-height: 35px;
    font-size: 18px;
    height: 35px;
    overflow: hidden;
    color: #333;
    font-weight: 400;
}
.footer{ margin-top: 30px;}
.six_ul li p {
    line-height: 27px;
    color: #777;
    height: 55px;
    overflow: hidden;
}

/*内页*/
/*内页*/
.page_container {
    margin: 0px auto 30px;
    width: 1200px;
}
/**/

.page_left {
    width: 240px;
    margin-top: 20px;
}

.page_right {
    width: 930px;
    margin-top: 20px;
}

/*路径*/

.page_title {
    line-height: 50px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-left: 30px;
    font-size: 14px;
    position: relative;
}

    .page_title:after {
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        border: 3px solid #03479c;
        position: absolute;
        left: 7px;
        top: 17px;
    }


    .page_title a {
        font-size: 14px;
        color: #666;
    }




/*左侧导航*/



.page_left .page_a {
    width: 100%;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    display: block;
    background: #03479c;
}

.page_nav {
    padding: 0;
    border-radius: 8px;
    border: 5px solid #03479c;
}

ul.page_ul {
    width: 210px;
    margin: 3px auto 0;
}

.page_ul li {
    position: relative;
    margin-bottom: 3px;
}



    .page_ul li a {
        overflow: hidden;
        box-sizing: border-box;
        text-align: center;
        display: block;
        line-height: 30px;
        color: #666;
    }



.page_li {
    display: none;
}

    .page_li li {
        border-bottom: 1px dashed #ccc;
    }

        .page_li li a {
            box-sizing: border-box;
            font-weight: normal;
            font-size: 12px;
            background: none;
        }



.page_ul li:hover .page_li {
    display: block;
}


.page_ul li a:hover {
    background: #03479c;
}
/**/
.page_xw {
    margin-top: 10px;
    border-radius: 8px;
    border: 5px solid #03479c;
}

    .page_xw ul {
        padding: 10px;
        box-sizing: border-box;
    }

    .page_xw li {
        line-height: 30px;
        border-bottom: 1px dotted #eee;
        height: 30px;
        overflow: hidden;
    }

        .page_xw li a {
            color: #666;
        }
/**/
.page_cp {
    margin-top: 10px;
    overflow: hidden;
    border: 5px solid #03479c;
    border-radius: 8px;
}


    .page_cp li {
        width: 220px;
        margin: 10px auto;
        text-align: center;
    }


        .page_cp li h3 {
            border: 1px solid #ccc;
            line-height: 30px;
            overflow: hidden;
            color: #666;
        }







/*product*/
.product_cp {
    margin-top: 10px;
    overflow: hidden;
}

    .product_cp li {
        width: 290px;
        float: left;
        margin: 10px 10px;
        box-sizing: border-box;
    }

        .product_cp li img {
            width: 290px;
            height: 240px;
            display: block;
        }

        .product_cp li p {
            width: 100%;
            text-align: center;
            line-height: 50px;
            overflow: hidden;
            height: 50px;
            font-size: 14px;
            color: #666;
        }

        .product_cp li:hover p {
            background: #03479c;
            color: #fff;
            border-radius: 0px 0px 8px 8px;
        }


/*product_content*/

.product_item {
    margin-top: 10px;
    overflow: hidden;
}

.product_banner {
    width: 500px;
}

.product_fl {
    position: relative;
    overflow: hidden;
}

.bigImg {
    width: 400px;
    margin: auto;
    height: 400px;
    overflow: hidden;
}

    .bigImg li, .bigImg li img {
        width: 400px;
        height: 400px;
    }

.product_qh {
    width: 400px;
    margin: 20px auto 0;
    overflow: hidden;
}

    .product_qh li {
        float: left;
        margin: 0px 10px;
        border: solid #ccc 1px;
        padding: 2px;
        width: 60px;
        height: 60px;
        box-sizing: border-box;
    }

        .product_qh li img {
            width: 100%;
            height: 100%;
            display: block;
        }

    .product_qh .on {
        border: solid #03479c 1px;
    }

.product_fl .sPrev, .product_fl .sNext {
    position: absolute;
    background: url(../images/controls.png) no-repeat 0 -32px;
    width: 32px;
    height: 32px;
    top: 40%;
}


.product_fl .sNext {
    right: 0px;
    background-position: -43px 0;
}
/**/
.product_fr {
    overflow: hidden;
    width: 400px;
}

    .product_fr span {
        line-height: 25px;
        font-size: 16px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #ccc;
        display: block;
    }

    .product_fr p {
        line-height: 35px;
        font-size: 14px;
        padding-top: 10px;
    }
/**/
.product_content {
    margin-top: 20px;
}

    .product_content img {
        height: auto;
    }

/**/

/*article*/

ol.article {
    margin-bottom: 10px;
}

.article li {
    border-bottom: 1px dotted #ccc;
    line-height: 40px;
}


    .article li h3 {
        font-size: 16px;
        color: #666;
        display: inline-block;
    }

    .article li b {
        float: right;
        color: #999;
    }


/**/


/*上下键*/
.main_next {
    overflow: hidden;
}

    .main_next .prevrecord, .main_next .nextrecord {
        margin: 5px 0px;
        display: block;
        font-size: 14px;
    }

    .main_next a, .main_next a {
        color: #666;
    }
/*article_content*/

.info {
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-top: 1px dashed #ccc;
}

    .info a {
        margin-right: 10px;
        color: #666;
    }

.Article_text {
    font: 22px "Microsoft Yahei";
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
    font-weight: bold;
}

.Article_content .info {
    font: 14px "Microsoft Yahei";
    line-height: 40px;
    text-align: center;
    height: 40px;
}

.Article_content .detail {
    padding: 10px 10px;
}

    .Article_content .detail img {
        height: auto;
    }

/*上下键*/
.pading {
    margin: 0px auto 0px;
    text-align: center;
}

    .pading span {
        padding: 3px 8px;
        border: 1px solid #ccc;
        display: inline-block;
        margin: 0px 2px;
    }

    .pading a {
        padding: 3px 8px;
        border: 1px solid rgba(142,142,142,0.5);
        display: inline-block;
        margin: 0px 1px;
        color: #666;
    }

    .pading .current {
        border: none;
        padding: 2px 8px;
        border: 1px solid #3f9d3f;
        background: #03479c;
        color: #fff;
    }

/*page*/


/**/

/*footer*/
.footer {
    padding: 15px 0 15px;
    background: #03479c;
}

/*相关产品相关文章开始*/
.relevant {
    width: 100%;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .relevant .rel_title {
        margin-bottom: 0;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        background: #1D1C1C;
        text-indent: 10px;
        color: #fff !important;
    }

    .relevant .rel_content {
        padding: 10px;
        overflow: hidden;
    }
/*相关产品*/
.relevant_product .rel_item {
    width: 122px;
    float: left;
    margin: 0 5px 10px 5px;
}

    .relevant_product .rel_item .rel_item_img {
        width: 100%;
        height: 90px;
    }

    .relevant_product .rel_item .rel_item_title {
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        overflow: hidden;
        color: #fff !important;
    }
/*相关文章*/
.relevant_article .rel_item {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #59504D;
    overflow: hidden;
}

    .relevant_article .rel_item .rel_item_time {
        float: right;
        color: #999;
    }


/**/

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 {
    color: inherit;
    display: block;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

    ul.relate_pr li a {
        color: inherit;
        display: block;
        margin: 5px;
        text-align: center;
        line-height: 30px;
    }

    ul.relate_pr li img {
        width: 100%;
        display: block;
        height: 143px;
    }

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.interlink {
    width: 1200px;
    padding: 30px 0;
    margin: 40px auto;
    border: 1px solid #ccc;
    text-align: center;
    background: #fff;
    color: #333;
    font-size: 12px;
    position: relative;
}

.interlink__title {
    width: 100px;
    text-align: center;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -20px;
    font-size: 20px;
    font-weight: bold;
    color: #03479c;
}

.interlink__list {
    text-align: center;
}

.interlink__list a {
    display: inline-block;
    margin: 0 15px;
    color: #333;
}
/*分页*/
.pading ul{ width: 100%;border-top: 1px solid #adadad; margin-top: 1%;text-align: center;}
.pading ul li{background: #f4f4f4;cursor: not-allowed;display: inline-block;list-style: none;text-decoration: none; margin: 1.4% 0;}
.pading ul li span{display: inline-block;padding: 3px 10px;margin: 0 2px;border: 1px solid #ddd; color: #7b7b7b; font-size: 18px;}
.pading ul li a{display: inline-block;padding: 3px 10px;margin: 0 2px;border: 1px solid #a9ca5c; font-size: 18px;}