@charset "utf-8";

/*初始化*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
li,
dd,
th,
td,
p,
pre,
form,
input,
button,
textarea,
hr {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

.clear {
    clear: both;
}

.list-none {
    list-style: none;
    padding: 0px;
}

.editor {
    color: #666;
    font: normal 14px/28px "Microsoft YaHei";
    word-break: break-all;
    word-wrap: break-word;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 15px 0px;
}

.editor ul,
.editor ol {
    padding: 0px 0px 0px 25px;
    margin: 0px;
}

.editor a {
    color: #1C57C4;
    text-decoration: underline;
}


/*按钮*/

.button {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;


.button:hover {
    text-decoration: none;
    color: #fff;
}

.button:active {
    position: relative;
    top: 1px;
}


input.input-text,
input.input-file,
input.code,
textarea {
    padding: 4px;
    font-size: 15px;
    outline: none;
    text-shadow: 0px 1px 0px #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;

}

input.input-text:focus,
input.input-file:focus,
input.code:focus,
textarea:focus {
    border: 1px solid #fafafa;
    -webkit-box-shadow: 0px 0px 6px #007eff;
    -moz-box-shadow: 0px 0px 5px #007eff;
    box-shadow: 0px 0px 5px #007eff;
}



/*简介模块*/

#showtext {
    font: normal 14px/28px "Microsoft YaHei";
    color: #525252;
    word-break: break-all;
    word-wrap: break-word;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 15px 0px;
}


/*文章模块*/

#newslist {
    width: 930px;
    margin: 0 auto;
}

#newslist li {
    float: left;
    width: 930px;
    margin-bottom: 30px;
}

#newslist li a img {
    float: left;
    border: 1px solid #ccc;
    padding: 4px;
    margin-right: 30px;
}

#newslist li a:hover img {
    float: left;
    border: 1px solid #ec651b;
    padding: 4px;
    margin-right: 30px;
}

#newslist li h1 a {
    color: #333;
    width: 640px;
    float: left;
    font: normal 16px "Microsoft YaHei";
    margin-top: 10px;
}

#newslist li h1 a:hover {
    color: #ec651b;
    width: 640px;
    float: left;
    font: normal 16px "Microsoft YaHei";
    margin-top: 10px;
}

#newslist li span {
    color: #999;
    font: normal 12px "Microsoft YaHei";
    width: 640px;
    float: left;
    display: block;
    margin-top: 15px;
}

#newslist li p {
    color: #5f5f5f;
    font: normal 14px/28px "Microsoft YaHei";
    float: left;
    width: 640px;
}

#shownews {
    padding: 0px 15px 15px;
}

#shownews .editor {
    line-height: 2;
    padding: 0px 10px;
    font-size: 14px;
}

#shownews h1 {
    font-size: 20px;
    text-align: center;
    border-bottom: 1px dotted #ccc;
    padding: 5px 0px;
    margin: 10px 0px;
    color: #333;
}



.pro {
    width: 930px;
    margin: 0 auto;
}

.prod {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
}

.prod li {
    float: left;
    margin-top: 20px;
}

.prod li a .img {
    display: flex;
    width:100%;
    height:200px;
    border: 1px solid #ccc;
    justify-content: center;
    align-items: center;
}

.prod li a .img img{
   max-width:100%;
   max-height:100%;
}

.prod li h3 {
    width: 260px;
    height: 30px;
    background: #ccc;
    margin-top: 10px;
    text-align: center;
    line-height: 30px;
}

.prod li h3 a {
    color: #333;
    font: normal 14px/30px "Microsoft YaHei";
    display: block;
    float: left;
    margin-left: 10px;
}

.prod li h3 a:hover {
    display: block;
    color: #ec651b;
}


/*图片模块*/

#imglist {
    width: 880px;
    overflow: hidden;
}

#imglist li {
    float: left;
    display: inline;
    margin-top: 20px;
}

#imglist li a.img {
    font-size: 0px;
    display: block;
}

#imglist li a.img img {
    margin: auto;
    border: 1px solid #ccc;
}

#imglist li h3 {
    text-align: center;
    color: #333;
    font: normal 14px "Microsoft YaHei";
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#showimg {
    padding: 0px;
}

#showimg h1.title {
    font-size: 18px;
    padding: 5px 0px;
    margin-bottom: 10px;
    text-align: center;
}

#showimg .imgshow {
    text-align: center;
}

#showimg .editor {
    line-height: 2;
    padding: 0px 10px;
    font-size: 14px;
}

.imgparalist li {
    padding: 3px 15px 3px;
   
}

.imgparalist li span {
    float: left;
    margin-right: 10px;
    color: #999;
}

#showimg .ctitle {
    margin: 10px 0px 10px;
    padding: 5px 20px;
   
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
}



/*站内搜索*/

ul.searchnavlist {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.searchnavlist li {
    padding: 5px 0px;
}

#searchlist {
    padding: 15px;
}

#searchlist li {
    padding-left: 10px;
    margin-bottom: 6px;
    line-height: 1.5;
}

#searchlist ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#searchlist ul li {
    padding: 3px 5px;
    margin-bottom: 5px;
}

#searchlist ul li img {
    display: none;
}

#searchlist .search_title {
    display: block;
    padding: 2px 0px;
}

#searchlist .search_title a {
    font-size: 14px;
    color: #12C;
    text-decoration: underline;
}

#searchlist .search_title em {
    color: #c00;
    text-decoration: underline;
    font-style: normal;
}

#searchlist .search_detail {
    display: block;
}

#searchlist .search_detail a {
    text-decoration: underline;
    color: #12C;
}

#searchlist .search_content em {
    color: #c00;
    font-style: normal;
}

#searchlist .search_updatetime {
    display: block;
    margin-top: 5px;
    color: green;
}

#searchlist a:hover {
    text-decoration: underline;
}

