﻿* {
    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: inherit;
}

#slides {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-top: -5px;
    background: #ebbb00;
}

    #slides .bd {
        width: 1920px;
        position: relative;
        left: 50%;
        margin-left: -960px;
    }

        #slides .bd li img {
            display: block;
            margin: auto;
            max-width: 100%;
        }

    #slides .hd {
        position: absolute;
        bottom: 20px;
        width: 100%;
        z-index: 101;
        text-align: center;
    }

        #slides .hd li {
            display: inline-block;
            zoom: 1;
            margin: 0 8px;
            font-size: 0;
            vertical-align: top;
            width: 10px;
            height: 10px;
            background: #ccc;
            cursor: pointer;
            transition-duration: .5s, .5s;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

            #slides .hd li.on {
                background: #fff;
            }

span.prev, span.next {
    position: absolute;
    z-index: 1000;
    width: 17px;
    height: 30px;
    cursor: pointer;
    top: 50%;
    margin-top: -15px;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    font-family: serif;
    font-weight: bold;
    color: #fff;
}



.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

body {
    font-size: 14px;
    font-family: "宋体",Arial,Helvetica,sans-serif,SimSun;
    line-height: 24px;
    overflow-x: hidden;
    color: #000;
    background: #fff;
}

.block {
    overflow: hidden;
    clear: both;
}

.input {
    padding-left: 10px;
    width: 210px;
    height: 28px;
    border: 1px solid #b8b8b8;
    overflow: hidden;
    border-radius: 28px;
    position: relative;
    float: right;
    margin-top: 15px;
}

a.searchBtn {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 0;
    top: 0;
    width: 42px;
    height: 30px;
    color: #fff;
    text-align: center;
    background: #1e72f2 url(../png/search-icon.png) no-repeat center;
}

.input input {
    height: 28px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    outline: none;
    display: block;
}

@charset "utf-8";

/****列表产品****/
.listProduct ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .listProduct ul li {
        float: left;
        margin: 0 20px 25px 0;
        padding: 0;
        width: 280px;
        background: #fff;
        border-radius: 4px;
        border: 1px solid #eee;
    }

        .listProduct ul li:nth-child(4n) {
            margin-right: 0;
        }

        .listProduct ul li.none {
            margin-right: 0;
        }

        .listProduct ul li:hover {
            -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.22);
            box-shadow: 0 4px 20px rgba(0,0,0,0.22);
        }

.listProduct .protuct-img {
    margin-bottom: 10px;
    float: left;
    width: 280px;
    height: 210px;
    overflow: hidden;
}

    .listProduct .protuct-img img {
        width: 100%;
        height: 100%;
    }

.listProduct .protuct-name {
    padding: 0 14px 10px 14px;
    width: 252px;
    float: left;
}

    .listProduct .protuct-name em {
        padding: 0 20px;
        float: right;
        border-radius: 20px;
        background: #3385ff;
        color: #fff;
        color: #fff;
        text-decoration: none;
    }

        .listProduct .protuct-name em:hover {
            background: #1e72f2;
        }

        .listProduct .protuct-name em a:link, .listProduct .protuct-name em a:visited, .listProduct .protuct-name em a:hover, .listProduct .protuct-name em a:active {
            color: #fff;
            text-decoration: none;
        }

    .listProduct .protuct-name font {
        font: 14px/28px "宋体";
        display: inline-block;
        max-width: 150px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


.contentmargin {
    margin: 0 auto;
    padding: 20px 0;
    width: 1200px;
}

.pr-introduction {
    margin: 0 auto;
}

.pr-left {
    float: left;
    width: 420px;
}

.pr-right {
    float: left;
    padding-left: 30px;
    width: 550px;
}

    .pr-right h3 {
        color: #333;
        text-align: left;
        font-weight: bold;
    }

    .pr-right span.word {
        margin: 15px 0;
        float: left;
        width: 100%;
        height: 240px;
        overflow: hidden;
        line-height: 24px;
    }

    .pr-right span.tel {
        font: 14px/28px "宋体";
        display: block;
    }

    .pr-right span font {
        font: 24px/28px "宋体";
        font-weight: bold;
        color: #3385ff;
    }

    .pr-right .retbtn {
        padding: 8px 40px;
        background: #3385ff;
        color: #fff;
        font: 18px/42px "宋体";
        border-radius: 4px;
    }

.pr-details h3 {
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    text-align: left;
    height: 42px;
}

    .pr-details h3 font {
        padding: 9px 10px 0 10px;
        height: 41px;
        color: #3385ff;
        font: 16px/41px "宋体";
        font-weight: bold;
        border-top: 2px solid #3385ff;
    }

.pr-txt, .pr-relevant, .pr-news {
    padding-left: 10px;
    float: left;
}

    .pr-txt em {
        color: #999;
        font: bold 14px/48px "宋体";
    }

    .pr-relevant li {
        margin-right: 15px;
        width: 100px;
        display: inline-block;
    }

        .pr-relevant li p {
            margin-right: 15px;
            width: 100px;
            height: 75px;
            overflow: hidden;
            border-radius: 4px;
            border: 1px solid #ddd;
            float: left;
        }

        .pr-relevant li span {
    float: left;
    padding: 15px 0 0 0;
    width: 100px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .pr-news ul li {
        margin: 0;
        padding: 0 0 0 15px;
        width: 46%;
        line-height: 32px;
        float: left;
        background: url(../png/li-icon.png) no-repeat 5px 15px;
    }

        .pr-news ul li:nth-child(2n) {
            float: right;
        }

    .pr-news span {
        color: #999;
        float: right;
    }

.lanren ul li {
    padding: 0;
    width: 310px;
    height: 232.5px;
    float: left;
    margin: 0 20px 20px 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .lanren ul li:hover {
        -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.22);
        box-shadow: 0 4px 20px rgba(0,0,0,0.22);
    }

    .lanren ul li img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

.lanren .txt {
    padding: 0 15px 0 15px;
    width: 280px;
    height: 40px;
    background: url(../1px.html) repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-family: "宋体";
}

    .lanren .txt h3 {
        font-size: 16px;
        font-weight: 100;
        height: 40px;
        text-align: center;
        line-height: 45px;
    }

    .lanren .txt p {
        padding-top: 10px;
        font-size: 12px;
        text-align: center;
    }

        .lanren .txt p .tel-btn {
            margin: 10px 80px 0 80px;
            width: 120px;
            border-radius: 30px;
            height: 30px;
            background: #3385ff;
            line-height: 30px;
            float: left;
            text-align: center;
            color: #fff;
        }

            .lanren .txt p .tel-btn:hover, .lanren .txt p .tel-btn:visited {
                color: #fff;
                text-decoration: none;
            }

.main_nav1 h5 {
    background: #3385ff;
    color: #fff;
    line-height: 56px;
    font-size: 16px;
}
.main_nav1 {
    float: left;
    width: 198px;
    border: 1px solid #3385ff;
    background: #f8f8f8;
    border-radius: 4px;
}
.listProduct {
    width: 970px;
    margin-left: 30px;
    float: left;
}
.listProduct ul li:nth-child(3n) {
    margin-right: 0;
}
.listProduct ul li {
    float: left;
    margin: 0 20px 25px 0;
    padding: 0;
    width: 300px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
}
.listProduct .protuct-img {
    margin-bottom: 10px;
    float: left;
    width: 300px;
    height: 210px;
    overflow: hidden;
}

/*产品详情*/
#preview {
    float: none;
    margin: 20px auto;
    text-align: center;
    width: 420px;
}

.jqzoom {
    width: 400px;
    height: 300px;
    position: relative;
}

.zoomdiv {
    left: 859px;
    height: 400px;
    width: 400px;
}

.list-h li {
    float: left;
}

#spec-n5 {
    width: 400px;
    height: 56px;
    padding-top: 6px;
    overflow: hidden;
}

#spec-left {
    background: url(../gif/left.gif) no-repeat;
    width: 10px;
    height: 45px;
    float: left;
    cursor: pointer;
    margin-top: 5px;
}

#spec-right {
    background: url(../gif/right.gif) no-repeat;
    width: 10px;
    height: 45px;
    float: left;
    cursor: pointer;
    margin-top: 5px;
}

#spec-list {
    width: 400px;
    float: left;
    overflow: hidden;
    margin-left: 2px;
    display: inline;
}

    #spec-list ul li {
        float: left;
        margin-right: 0px;
        display: inline;
        width: 62px;
    }

        #spec-list ul li img {
            padding: 2px;
            border: 1px solid #ccc;
            width: 50px;
            height: 50px;
        }

/*jqzoom*/
.jqzoom {
    position: relative;
    padding: 0;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 1px;
    left: 0px;
    width: 400px;
    height: 400px;
    background: url(../loading.html) #fff no-repeat center center;
    border: 1px solid #e4e4e4;
    display: none;
    text-align: center;
    overflow: hidden;
}

.bigimg {
    width: 800px;
    height: 800px;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    border: 1px solid #aaa;
    background: #FEDE4F 50% top no-repeat;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    cursor: move;
}

#spec-list {
    position: relative;
    width: 370px;
    margin-right: 6px;
}

    #spec-list div {
        margin-top: 0;
        margin-left: -30px;
        *margin-left: 0;
    }



/****文章详情****/
.introduce {
    padding-top: 20px;
    border-top: 1px dashed #ddd;
}

h6.time {
    padding-bottom: 20px;
    font-weight: normal;
    color: #999;
}

.record {
    padding: 20px 0;
}

    .record span {
        display: block;
    }

.listnews li {
    width: 550px;
    float: left;
    margin-bottom: 20px;
}

    .listnews li:nth-child(2n) {
        float: right;
    }

    .listnews li img {
        float: left;
        width: 200px;
        height: 140px;
        display: block;
        margin-right: 20px;
    }

    .listnews li h3 {
        text-align: left;
        font-size: 18px;
        font-weight: normal;
        color: #000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .listnews li p {
        line-height: 24px;
        font-size: 12px;
        height: 48px;
        overflow: hidden;
    }

    .listnews li span {
        color: #afafaf;
        font-size: 12px;
    }
.listProduct.pagepr {
    width: auto;
    float: none;
    margin: auto;
}

.listProduct.pagepr ul li:nth-child(3n) {
    margin-right: 20px;
}

.listProduct.pagepr ul li {
    width: 280px;
}



.listProduct.pagepr .protuct-img,.listProduct.pagepr ul li img {
    width: 100%;
    height: 187px;
}

.listProduct.pagepr {
	width:960px;
	float:right;
}
.listProduct ul li:nth-child(3n) {
	margin-right:0;
}
.listProduct.pagepr ul li {
	width:298px;
}
.listProduct ul li:nth-child(4n) {
	margin:0 20px 25px 0;
}
.page_nav {
	padding:0;
}
.page_ul li {
	position:relative;
	float:left;
}
.page_ul li:after {
	content:'';
	width:1px;
	height:10px;
	position:absolute;
	right:0px;
	background:#fff;
	top:20px;
}
.page_ul li:last-child:after,ul.page_li li:after {
	display:none;
}
.page_ul li a {
	line-height:50px;
	overflow:hidden;
	padding:0px 25px;
	box-sizing:border-box;
	font-size:15px;
	text-align:center;
	display:block;
	background:#3385ff;
	color:#fff;
}
.page_li {
	display:none;
	top:50px;
	position:absolute;
	z-index:5;
	width:100%;
}
.page_li li {
	float:none;
}
.page_li li a {
	box-sizing:border-box;
	font-size:12px;
	padding:0;
}
.page_ul li:hover .page_li {
	display:block;
}
.container {
	padding:30px 0;
}
.listnews.block {
	padding-top:30px;
	clear:both;
}
.container {
    padding: 30px 0 !important;
}


.flink {
    background: #242529;
    color: #fff;
    border-top: 1px solid #fff;
    line-height: 40px;
}

.flink_t {
    float: left;
    margin-right: 10px;
}

.flink_c a {
    display: inline-block;
    margin: 0 5px;
}