@import url('./base.css');

.row1 {
    height: 172px;
    margin: 0 auto;
    background: url(/static/img/cb1.png) center center no-repeat;
}

.row1 .checktn {
    width: 710px;
}

.row1 .checktn ul li {
    color: #fff;
    float: left;
    padding: 12px 0 10px 50px;
    line-height: 30px;
    background: url(/static/img/checktn.png) 30px 20px no-repeat;
}

.row2 {
    overflow: hidden;
}

.row2 .bz_title {
    margin: 0 auto;
    background: url(/static/img/bg01.png) center center no-repeat;
    font-size: 28px;
    text-align: center;
    color: #ac8201;
}

.row2 .txt p{
    font-size: 14px;
}
.bz_cont ul li {
    float: left;
    width: 400px
}

.bz_cont .txt {
    padding: 10px 30px 0 30px;
}

.bz_cont .txt .title {
    font-size: 28px;
    padding-bottom: 20px;
}

.bz_cont a.cksq {
    display: block;
    border: 2px solid #50af49;
    color: #50af49;
    width: 120px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    padding-left: 28px;
    border-radius: 24px;
    background: url(/static/img/xx.png) 10px center no-repeat;
}

.bz_cont a.cksq:hover {
    color: #fff;
    background: #50af49 url(/static/img/xx_c.png) 10px center no-repeat;
}

.bz_title {
    margin: 0 auto;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    color: #014602;
    background: url(/static/img/bg02.png) center 46px no-repeat;
}

.row3 {
    overflow: hidden;
}

.row3 .bz_cont ul li {
    height: 156px;
}

.row3 .bz_cont ul li.pro_1 {
    background: #f27904 url(/static/img/pro_zy.png) 20px center no-repeat;
}

.row3 .bz_cont ul li.pro_2 {
    background: #f29b04 url(/static/img/pro_zy.png) 20px center no-repeat;
}

.row3 .bz_cont ul li.pro_3 {
    background: #f2b204 url(/static/img/pro_zy.png) 20px center no-repeat;
}

.row3 .bz_cont .txt {
    color: #fff;
    padding: 30px 0 0 100px;
}

.proListPic {
    width: 1220px;
    overflow: hidden;
}

.proListPic ul li {
    position: relative;
    float: left;
    width: 285px;
    height: 270px;
    margin-right: 20px;
    overflow: hidden;
}

.proListPic ul li .pic {
    position: relative;
    width: 285px;
    height: 214px;
}

.proListPic ul li .intro a {
    width: 285px;
    height: 200px;
    display: block;
    margin-top: 12px;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}

.proListPic ul li .intro span {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
}

/* 新闻 */
.index_news03 {
    width: 1258px;
    padding-top: 28px;
    overflow: hidden;
}

.index_news03 dl {
    float: left;
    margin: 0 60px 30px 28px;
    position: relative;
    width: 541px;
    height: 145px;
    background: #fff;
    border: #e7e7e7 solid 1px;
    padding: 0 20px 0 46px;
}

.index_news03 dl dt {
    font-size: 18px;
    padding: 20px 0;
    height: 24px;
}

.index_news03 dl dt a {
    color: #5d5d5d;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}

.index_news03 dl dt a:hover {
    color: #0256ac;
}

.index_news03 dl dd {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    color: #5d5d5d;
    height: 65px;
    overflow: hidden;
    background: url(../../img/n01.jpg) no-repeat left bottom;
}

.index_news04 {
    position: absolute;
    top: 33px;
    left: -29px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #0256ac;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.newsmore a {
    width: 139px;
    height: 26px;
    line-height: 26px;
    border: #c5c5c5 solid 1px;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    color: #6d6d6d;
}

.newsmore a:hover {
    color: #0256ac;
    border: #0256ac solid 1px;
}
/* 客户案例 */
.proshow .card{
    border: none;
    background: #fff;
    padding-top: 20px;
}
.proshow .card-body{
    overflow: hidden;
    padding: 0;
}
.proshow .card-body ul{
    height:215px;
    overflow: hidden;
    zoom:1;
}
.proshow .card-body ul li{
    float: left;
    padding:0 1em;
}
.proshow .card-body ul li a{
    display: block;
}
.proshow .card-body ul li a .img{
    width:250px;
    height:188px;
    display: block;
    overflow: hidden;
    background-color: #eeeeee;
}
.proshow .card-body ul li a .img img{
    max-width: 100%;
    max-height: 100%;
}
.proshow .card-body ul li a .txt{
    display: block;
    line-height:30px;
    max-width: 250px;
    font-size:14px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}