

html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font: 12px/1.5 "微软雅黑", Arial, Helvetica, sans-serif;
}

ul, li, p, img, b, ol, em, a, h1, h2, h3, h4, h5, h6, h7, 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;
}

a, a:visited, a:link {
    color: inherit;
}
.article li a, .fore_l li a, .fore_title .more, .two li p, .one li a, .page_ul li a, .page_xw .xw2:before, .product_cp li p, .page_xw_text a, .page_xw .xw1 span, .page_xw .xw1 p,
.product_fr p, .main_next span a, .article li p, .pading a, .article li span, .Article_content .info, .page_cp li a, .page_xw .xw2 a, .info a {
    color: #333;
}

    .page_left .page_a, .page_cp li b, .pading .current, .nav a, .two_title h2, .two_title p, .two_title .more, .two ul:before, .three_title, .three .fr, .page_ul li a:hover {
        color: #fff;
    }


.title {
    position: relative;
    text-align: center;
}

    .title:after {
        width: 340px;
        content: '';
        background: #dcdcdc;
        position: absolute;
        left: 50%;
        top: 55px;
        height: 2px;
        margin-left: -170px;
    }

    .title:before {
        width: 150px;
        content: '';
        background: #164aa0;
        position: absolute;
        left: 50%;
        top: 54px;
        height: 4px;
        margin-left: -75px;
        z-index: 2;
    }

    .title h2 {
        font-size: 30px;
        color: #164aa0;
    }

    .title span {
        color: #686868;
        font-size: 14px;
        line-height: 60px;
    }


/**/
#slides {
    position: relative;
    width: 100%;
}


    #slides img {
        width: 100%;
        display: block;
    }


    #slides .hd {
        left: 50%;
        padding: 4px;
        position: absolute;
        border-radius: 24px;
        bottom: 30px;
        z-index: 10;
    }


        #slides .hd li {
            margin: 0px 5px;
            line-height: 10px;
            width: 10px;
            height: 10px;
            background: #fff;
            float: left;
            cursor: pointer;
            text-align: center;
            color: transparent;
            border-radius: 50%;
        }


            #slides .hd li.on {
                background: #600;
            }

/*header*/

.header {
    width: 100%;
    
}


/**/
.header_top {
    background: #f1f1f1;
    line-height: 40px;
    overflow: hidden;
}

/*logo*/
.logo_img img {
    max-height: 100%;
    display: block;
}

.logo_img {
    height: 110px;
}
/**/

/*导航*/

.navbox {
    height: 50px;
    width: 100%;
    margin-top: 0px;
    background: #164aa0;
}

.nav li {
    position: relative;
    float: left;
}




.nav a {
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0px 25px;
}

.nav_ul {
    position: absolute;
    top: 50px;
    z-index: 11;
    display: none;
    width: 100%;
    box-sizing: border-box;
    background: #164aa0;
}


    .nav_ul li {
        float: none;
        background: none;
    }

        .nav_ul li a {
            height: 30px;
            line-height: 30px;
            padding: 0px;
            font-size: 14px;
        }

.nav li:hover .nav_ul {
    display: block;
}



.nav a:hover, .nav a.cur {
    background: #ff7f24;
}


/**/

/*one*/

.one {
    margin-top: 50px;
    overflow: hidden;
}

    .one li {
        width: 284px;
        float: left;
        margin-right: 21px;
        text-align: center;
        font-size: 14px;
        margin-bottom: 21px;
    }

        .one li:nth-child(4n) {
            margin-right: 0px;
        }

        .one li img {
            width: 284px;
            height: 223px;
            display: block;
        }

/**/
.two {
    width: 100%;
    position: relative;
    margin-top: 30px;
    overflow: hidden;
}

.two_img {
    width: 100%;
    position: absolute;
    z-index: -1;
}

    .two_img img {
        width: 100%;
        height: 100%;
        display: block;
    }

.two_title h2 {
    line-height: 85px;
    font-size: 43px;
    text-shadow: 2px 2px 5px #000;
    font-weight: bold;
    letter-spacing: 5px;
}

.two_title p {
    font-size: 24px;
    color: #fff;
}

.two_title .more {
    width: 142px;
    height: 46px;
    line-height: 46px;
    font-family: Microsoft YaHei;
    font-size: 16px;
    background: #ff6d00;
    display: block;
    text-align: center;
    margin-top: 15px;
    border-radius: 5px;
}

img.two_imgs {
    display: block;
    margin: 88px auto;
}

.two ul {
    float: left;
    width: 520px;
    position: relative;
}

    .two ul:after {
        content: '';
        height: 716px;
        width: 1px;
        border-left: 1px dashed #8d8d8d;
        position: absolute;
        right: -80px;
        top: 0px;
    }

    .two ul:before {
        content: '>';
        height: 38px;
        width: 38px;
        background: #0075de;
        position: absolute;
        right: -98px;
        top: 50%;
        border-radius: 50%;
        text-align: center;
        font-size: 25px;
        line-height: 38px;
        transform: rotate(89deg);
        -ms-transform: rotate(89deg);
        -webkit-transform: rotate(89deg);
        z-index: 2;
        margin-top: -19px;
    }



.two ol {
    float: right;
    width: 520px;
}

.two li {
    padding-left: 90px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}

    .two li h3 {
        line-height: 32px;
        font-size: 18px;
        color: #0075de;
    }

    .two li span {
        color: #989795;
        font-size: 13px;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 40px;
        border-bottom: 1px dashed #8d8d8d;
        display: block;
    }


    .two li b {
        color: #ff6d00;
    }

    .two li p {
        position: relative;
        line-height: 30px;
        font-size: 14px;
        margin-top: 10px;
        padding-left: 15px;
    }

        .two li p:before {
            position: absolute;
            content: '';
            border-left: 10px solid #0674d3;
            ;
            border-right: 5px solid transparent;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            top: 11px;
            left: 0px;
        }

.two ul li:nth-child(1):before {
    content: '';
    background: url("../images/two1.jpg") no-repeat;
    width: 53px;
    height: 58px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.two ul li:nth-child(2):before {
    content: '';
    background: url(../images/two2.jpg) no-repeat;
    width: 60px;
    height: 55px;
    position: absolute;
    left: 0px;
    top: 5px;
}

.two ol li:nth-child(2):before {
    content: '';
    background: url("../images/two3.jpg") no-repeat;
    width: 59px;
    height: 53px;
    position: absolute;
    left: 0px;
    top: 5px;
}

.two ol li:nth-child(3):before {
    content: '';
    background: url(../images/two4.jpg) no-repeat;
    width: 73px;
    height: 61px;
    position: absolute;
    left: 0px;
    top: 0px;
}
/**/
.three {
    width: 100%;
    background: #0278dc;
    margin-top: 50px;
    padding: 50px 0px;
    overflow: hidden;
}

    .three img {
        width: 480px;
        height: 337px;
        display: block;
        float: left;
    }

    .three .fr {
        width: 650px;
        font-size: 14px;
        line-height: 2.5em;
    }

.three_title {
    font-family: SimHei;
    font-size: 32px;
    margin-bottom: 25px;
}

    .three_title span {
        color: #a4c3ee;
        font-family: Arial, Helvetica, sans-serif;
        border: 1px dotted #eee;
        padding: 10px 20px;
        margin-left: 15px;
        border-radius: 8px;
    }
/**/
.fore {
    margin: 50px auto 0;
    overflow: hidden;
}
.fore_m li img {
    height: 270px;
    display: block;
    width: 100%;
}

.fore_title {
    border-bottom: 1px solid #164aa0;
    height: 40px;
    margin-bottom: 20px;
    position: relative;
}

    .fore_title:after {
        content: '';
        width: 90px;
        height: 2px;
        background: #0075de;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    .fore_title h2 {
        font-size: 22px;
        color: #164AA0;
        float: left;
    }

        .fore_title h2 span {
            font-size: 18px;
            font-family: Arial, Helvetica, sans-serif;
            color: #bdbdbd;
            margin-left: 10px;
        }

    .fore_title .more {
        float: right;
        line-height: 40px;
    }

.fore_l {
    width: 715px;
    background: #f7f7f7;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
}

    .fore_l li {
        line-height: 45px;
        border-bottom: 1px solid #e2e2e2;
        font-size: 14px;
        background: url("../images/17.png") no-repeat left center;
        padding-left: 20px;
        box-sizing: border-box;
    }

        .fore_l li.first {
            overflow: hidden;
            line-height: 1.8;
            border: none;
            background: none;
            padding: 0;
        }

            .fore_l li.first img {
                width: 200px;
                height: 120px;
                float: left;
                display: block;
            }

            .fore_l li.first .fr {
                width: 450px;
            }


        .fore_l li b {
            font-size: 18px;
            color: #333;
            font-weight: bold;
        }

        .fore_l li p {
            font-size: 14px;
            line-height: 2.3;
            height: 95px;
            overflow: hidden;
            color: #5a5a5a;
        }

        .fore_l li span {
            float: right;
            font-family: Microsoft YaHei;
            font-size: 12px;
            color: #929292;
        }


.fore_r {
    background: #f7f7f7;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    width: 430px;
}
/**/
.five {
    margin: 50px auto 0;
    overflow: hidden;
    background: #302f3d;
    padding: 30px 0;
}

    .five td {
        border-left: 1px solid #bbb;
        padding: 0px 30px;
    }

        .five td:first-child {
            border-left: none;
        }


/*内页*/
.page_container {
    margin: 0px auto 30px;
    width: 1200px;
}
/**/
.page_img, .page_img img {
    width: 100%;
    display: block;
}
/**/

.page_left {
    width: 218px;
    margin-top: -42px;
    position: relative;
    z-index: 5;
}

.page_right {
    width: 930px;
    margin-top: 20px;
}

/*路径*/

.page_title {
    line-height: 50px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
}


    .page_title a {
        font-size: 14px;
        color: #000;
    }



/*左侧导航*/



.page_left .page_a {
    width: 100%;
    font-size: 20px;
    line-height: 84px;
    text-align: center;
    background: #1559a2;
    background-size: 100% 100%;
    display: block;
}

.page_nav {
    padding: 0;
    text-align: left;
}

.page_ul li {
    position: relative;
    margin-bottom: 3px;
}



    .page_ul li a {
        overflow: hidden;
        box-sizing: border-box;
        font-size: 14px;
        text-align: center;
        display: block;
        background: #f5f5f5;
        line-height: 50px;
    }



.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: #ff7f24;
}
/**/
.page_xw {
    margin-top: 20px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    overflow: hidden;
    clear: both;
}

.page_xw_text {
    line-height: 52px;
    border-bottom: 1px solid #eaeaea;
    border-top: 3px solid #164aa0;
    padding: 0px 20px 0px;
}

    .page_xw_text a {
        font-size: 16px;
        display: inline-block;
        font-weight: bold;
    }

    .page_xw_text span {
        font-size: 14px;
        color: #999;
        font-family: "Arial";
        display: inline-block;
    }

.page_xw ul {
    padding: 20px;
}

.page_xw .xw1 img {
    width: 305px;
    height: 160px;
    float: left;
}

.page_xw .xw1 div {
    float: right;
    width: 530px;
}

.page_xw .xw1 span {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.page_xw .xw1 p {
    line-height: 22px;
    height: 130px;
    overflow: hidden;
    font-size: 14px;
}

.page_xw .xw1 {
    height: 160px;
    overflow: hidden;
    margin-bottom: 10px;
}

.page_xw .xw2 {
    overflow: hidden;
    height: 35px;
    width: 400px;
    float: left;
    padding-left: 15px;
    line-height: 28px;
    position: relative;
    margin-right: 14px;
}



    .page_xw .xw2:before {
        content: "+";
        width: 7px;
        height: 7px;
        line-height: 7px;
        text-align: center;
        position: absolute;
        top: 10px;
        left: 0px;
    }


/**/
.page_cp {
    margin-top: 10px;
    overflow: hidden;
}


    .page_cp li {
        width: 185px;
        padding-top: 17px;
        background: #fff;
        margin: 15px auto;
        height: 208px;
        overflow: hidden;
        box-sizing: border-box;
        position: relative;
        border: 1px solid #e5e5e5;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
    }


        .page_cp li:hover {
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        }

        .page_cp li img {
            width: 150px;
            height: 150px;
            display: block;
            margin: auto;
        }



        .page_cp li b {
            background: #1559a2;
            display: block;
            line-height: 40px;
            width: 150px;
            overflow: hidden;
            margin: auto;
            text-align: center;
            border-radius: 3px;
            margin-bottom: 35px;
        }

        .page_cp li div {
            background: rgba(255,255,255,0.8);
            height: 40px;
            position: absolute;
            bottom: 0;
            overflow: hidden;
            left: 0;
            width: 100%;
            transition: all 0.2s linear 0s;
        }

        .page_cp li:hover div {
            height: 80px;
        }




/*product*/
.product_cp {
    margin-top: 10px;
}

    .product_cp li {
        width: 290px;
        float: left;
        margin-right: 20px;
        margin-bottom: 16px;
        position: relative;
    }

        .product_cp li:nth-child(3n) {
            margin-right: 0px;
        }

        .product_cp li img {
            width: 294px;
            height: 230px;
            display: block;
        }

        .product_cp li p {
            line-height: 20px;
            overflow: hidden;
            height: 20px;
            font-size: 14px;
            text-align: center;
        }


/*product_content*/


/**/
.product_fr {
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}

    .product_fr span {
        line-height: 1.5;
        display: block;
        font-size: 22px;
        color: #000;
        font-family: 'Microsoft YaHei';
        text-align: center;
    }

    .product_fr b, .Article_content .info b {
        padding: 5px;
        line-height: 1.7em;
        color: #868686;
        background-color: #F5F5F5;
        border: #E5E5E5 1px solid;
        display: block;
        margin-top: 10px;
    }

/**/
.product_content {
    margin-top: 20px;
}


    .product_content img {
        height: auto;
    }

/**/

/*article*/

.article {
    padding: 20px 0 20px 0px;
}


    .article li {
        line-height: 45px;
        border-bottom: 1px solid #e2e2e2;
        font-size: 14px;
        background: url("../images/17.png") no-repeat left center;
        padding-left: 20px;
        box-sizing: border-box;
    }

        .article li span {
            float: right;
            font-family: Microsoft YaHei;
            font-size: 12px;
            color: #929292;
        }



/**/


/*上下键*/
.main_next {
    overflow: hidden;
}

    .main_next .prevrecord, .main_next .nextrecord {
        margin: 5px 0px;
        display: block;
        font-size: 14px;
    }


/*article_content*/

.info {
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
}

    .info a {
        margin-right: 10px;
    }

.Article_text {
    font: 16px "Microsoft Yahei";
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
}

.Article_content .info {
    font: 12px "Microsoft Yahei";
    text-align: center;
    color: #5A5A5A;
}

.Article_content .detail {
    padding: 10px 10px;
}

    .Article_content .detail img {
        height: auto;
    }

/*上下键*/
.pading {
    margin-bottom: 8px;
    text-align: center;
}

    .pading span {
        padding: 0px 6px;
        border: 1px solid #ccc;
        display: inline-block;
        margin: 0px 2px;
    }

    .pading a {
        padding: 0px 6px;
        border: 1px solid #8e8e8e80;
        display: inline-block;
        margin: 0px 1px;
    }

    .pading .current {
        border: none;
        padding: 0px 6px;
        border: 1px solid #000;
        background: #000;
    }

/*page*/


/**/

/*footer*/
.footer {
    padding: 15px 0 15px;
    background: #000;
}



/*相关产品相关文章开始*/
.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;
}


.links {
	margin:40px auto;
}
.link_title {
	font-size:18px;
	color:#164aa0;
	line-height:30px;
	height:30px;
	position:absolute;
	left:0;
	top:calc(50% - 15px);
	font-weight:bold;
}
.link_list a {
	display:inline-block;
	margin:0 5px;
	line-height:30px;
	font-size:14px;
	color:#666;
}
.link_container {
	position:relative;
	box-sizing:border-box;
	padding-left:90px;
	width:1200px;
	margin:0 auto;
}