@charset "UTF-8";

/*Reset css*/
/*


/* 设置默认字体 */
body,
button,
input,
select,
textarea {
    /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    /*font: 14px/1 Microsoft Yahei, Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;*/
    /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 {
    font-size: 18px;
    /* 18px / 12px = 1.5 */
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */
small {
    font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul,
ol {
    list-style: none;
}

/* 重置文本格式元素 */
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

abbr[title],
acronym[title] {
    /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}

/* 重置表单元素 */
legend {
    color: #000;
}

/* for ie6 */
fieldset,
img {
    border: none;
}

/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
    overflow-y: scroll;
}

/*浮动*/
.fl {
    float: left;
}

.fr {
    float: right;
}

/*清除浮动*/
.cf:before,
.cf:after {
    content: "";
    display: table;
}

a[title='站长统计'] {
    display: none !important;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
    /*IE/7/6*/
}

.mr0 {
    margin-right: 0 !important;
}

#mr0.mr0 {
    margin-right: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.m31 {
    margin-left: 31px;
    margin-right: 31px;
}

.red {
    color: #ff000f;
}

.fwb {
    font-weight: bold;
}

.mb100 {
    margin-bottom: 100px !important;
}
/*内容区*/
.wrap {
    width: 1000px;
    margin: 0 auto;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


.hot-cp .sm-tit {
    text-align: center;
}

.hot-cp .sm-tit a {
    text-decoration: underline;
    color: #000;
}

.picScroll-left {
    margin-top: 25px;
    width: 980px;
    /* overflow: hidden; */
    position: relative;
}

.picScroll-left:hover .hd {
    display: block;
}

.picScroll-left .hd {
    display: none;
    position: absolute;
    top: 0;
    height: 342px;
    cursor: pointer;
    z-index: 99;
}

.picScroll-left .hd .prev .bg,
.picScroll-left .hd .next .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
    background: #333;
    opacity: .3;
}

.picScroll-left .hd .prev {
    width: 40px;
    height: 342px;
    position: absolute;
    left: 940px;
    top: 0;
}

.picScroll-left .hd .next {
    width: 40px;
    height: 342px;
    position: absolute;
    left: 0;
    top: 0;
}

.picScroll-left .hd .prev .jt {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 342px;
    display: block;
    float: right;
    cursor: pointer;
    background-image: url("../images/arr-r.png");
    background-repeat: no-repeat;
    background-position: center 50%;
    z-index: 9;
}

.picScroll-left .hd .next .jt {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 342px;
    display: block;
    float: right;
    cursor: pointer;
    background-image: url(../images/arr-l.png);
    background-repeat: no-repeat;
    background-position: center 50%;
    z-index: 9;
}

.picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;

}

.picScroll-left .hd ul li:first-child {
    margin-left: 3px;
}


/* .picScroll-left .bd{ padding:10px;   } */

.picScroll-left .bd-case {
    overflow: hidden;
}

.picScroll-left .bd-case ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd-case {}

.picScroll-left .bd-case ul li {
    border: 1px solid #ebebeb;
    width: 314px;
    height: 340px;
    /* margin: 0 10px; */
    margin-right: 16px !important;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.picScroll-left .bd-case ul li:hover {
    border-color: #ff0000;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 18px 0px rgba(247, 37, 37, 0.15);
}

.picScroll-left .bd-case ul li .pic {
    width: 100%;
    text-align: center;
}

.picScroll-left .bd-case ul li .pic a:hover img {
    border-color: #999;
}

.picScroll-left .bd-case ul li .title {
    height: 40px;
    margin: 0 18px;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    margin-top: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #000;
}

.picScroll-left .bd-case ul li .title sup {
    vertical-align: middle;
    position: relative;
    top: -8px;
}

.picScroll-left .bd-case ul li .message {
    text-align: justify;
    line-height: 22px;
    margin: 0 20px;
    padding-bottom: 10px;
    color: #333333;
    min-height: 66px;
}

.picScroll-left .bd-case ul li .info {
    overflow: hidden;
    padding-top: 12px;
    margin: 0 20px;
    border-top: 1px dashed #878787;
    color: #878787;
}

.picScroll-left .bd-case ul li .info sup {
    vertical-align: middle;
    position: relative;
    top: -5px;
}

/*案例列表页单独样式*/

.picScroll-left1 .bd-case {
    overflow: hidden;
}

.picScroll-left1 .bd-case ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left1 .bd-case ul li {
    border: 1px solid #ebebeb;
    width: 321px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 50px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.picScroll-left1 .bd-case ul li:hover {
    border-color: #ff0000;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 18px 0px rgba(247, 37, 37, 0.15);
}

.picScroll-left1 .bd-case ul li .pic {
    width: 100%;
    text-align: center;
}

.picScroll-left1 .bd-case ul li .pic a:hover img {
    border-color: #999;
}

.picScroll-left1 .bd-case ul li .title {
    height: 40px;
    margin: 0 18px;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    margin-top: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #000;
}

.picScroll-left1 .bd-case ul li .title sup {
    vertical-align: middle;
    position: relative;
    top: -8px;
}

.picScroll-left1 .bd-case ul li .info {
    overflow: hidden;
    padding-top: 12px;
    margin: 0 20px;
    border-top: 1px dashed #878787;
    color: #878787;
}

.picScroll-left1 .bd-case ul li .info sup {
    vertical-align: middle;
    position: relative;
    top: -5px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: red;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: red;
  border-color: red;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.topbanner{background-color: #f5f8ff;text-align: center;}
.article {
    margin-top: 40px;
}

.article .article-row {
    overflow: hidden;
    padding: 30px 20px 0;
}

.article h1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.article .info {
    margin-bottom: 25px;
    text-align: center;
    color: #b6b6b6;
}

.article .content,.article .content p {
    line-height: 28px;
    text-align: justify;
    text-indent: 30px;
    color: #000;
}
.article .content p {margin-bottom: 10px;}
.article .content img {
    margin-bottom: 15px;
    max-width: 100%;
}

.article .article-side {
    
    width: 258px;
}
.article .article-side .mokuai {
    margin-bottom: 24px;
}
.article .article-side .bt1 {
    padding-left: 15px;
    height: 46px;
    line-height: 46px;
    font-weight: bold;
    color: #ffffff;
    background: #e1251b;
}
.article .article-side .bt1 a {
    margin-right: 12px;
    color: #ffffff;
}
.article .article-side .side-ct {
    padding: 28px 20px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
.article .article-side .side-ct .num-box {
    overflow: hidden;
}
.article .article-side .side-ct .num {
    font-weight: bold;
    margin-bottom: 18px;
}
.article .article-side .side-ct .btn {
    height: 34px;
    line-height: 34px;
    color: #e1251b;
    border: 1px solid #e1251b;
    text-align: center;
    margin: 5px 14px 0;
    border-radius: 17px;
    cursor: pointer;
    padding: 0;
}
.article .article-side .side-ct {
    padding: 28px 20px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
.article .article-side .side-ct .fuli-box .item {
    overflow: hidden;
    margin-bottom: 18px;
}
.article .article-side .side-ct .fuli-box .item .icon {
    margin-right: 10px;
    float: left;
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
}
.article .article-side .side-ct .fuli-box .text {
    float: left;
}
.article .article-side .side-ct .fuli-box .item .bt {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #e1251b;
}
.article .article-side .side-ct .fuli-box .item .icon.icon1 {
    background: url(../../images/case/side-icon1.png) 0 0 no-repeat;
}
.article .article-side .side-ct .fuli-box .item .icon.icon2 {
    background: url(../../images/case/side-icon2.png) 0 0 no-repeat;
}
.article .article-side .side-ct .fuli-box .item .icon.icon3 {
    background: url(../../images/case/side-icon3.png) 0 0 no-repeat;
}
.article .article-side .side-ct .fuli-box .item .icon.icon4 {
    background: url(../../images/case/side-icon4.png) 0 0 no-repeat;
}
.article .article-side .side-ct {
    padding: 28px 20px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
.article .article-side .side-ct .lb {
    width: 216px;
    /* height: 181px; */
    overflow: hidden;
}
.article .article-side .side-ct .func-ct {
    text-align: center;
    width: 100%;
    overflow: hidden;
}