﻿
/*初始化设置*/
body,html,header,article,section,footer,ul,li,table,p,div,button,input,i,table,thead,tbody,img{
    margin: 0;
    padding: 0;
}
body,html{
    font-family: "微软雅黑";
    font-size: 16px;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}
.left{
    float: left;
}
.right{
    float: right;
}
/*清除浮动*/
.clear{
    clear: both;
}
.article{
    width: 1200px;
    margin: 0 auto;
}
/* to Title */
.btMain{
    height: 60px;
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
}
.btMain-x,.btMain-content{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

}
.btMain-x {
    width: 100%;
    height: 2px;
    background: #2857c1;
}
.btMain-content{
    height: 60px;
    width: auto;
    display:block;
    text-align:center;
}
    .btMain-content span {
        display: block;
        font-size: 24px;
        color: #a4a4a4;
    }
        .btMain-content span:first-child {
            display: inline-block;
            font-size: 26px;
            color: #2857c1;
            text-align: center;
            background-image: url(/Webs/p/Home/www/Themes/images/view_bg.jpg);
            padding: 0 20px;
        }
/* end */

/* to 周边产业 */
.zbcy-ul {
    width: 1000px;
    margin: 0 auto;
    height: auto;
    padding-bottom: 50px;
}
    .zbcy-ul:after {
     content:"";
     display:block;
     clear:both;
    }
.zbcy-ul li{
    width: 290px;
    /*height: 430px;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    float: left;
    margin-right: 65px;
    transition: .6s;
    margin-bottom:40px;
}
.zbcy-ul li:nth-child(3n){
    margin-right: 0px;
}
.zbcy-top{
    width: 290px;
    height: 202px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
.zbcy-top img{
    min-width: 290px;
    max-height: 205px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}
.zbcy-bottom{
    width: 290px;
    height: 265px;
    background: #f5f5f5;
    cursor: pointer;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    box-sizing: border-box;
    color: #343434;
}
.zbcy-bottom h3{
    font-size: 22px;
    color: #343434;
}
.zbcy-ul li:hover > .zbcy-bottom{
    transition: .6s;
    background: #2857c1;
    color: #fff;
}
.zbcy-ul li div{
    font-size: 16px;
    line-height: 1.5;
    color: #343434;
    transition: .6s;
}
.zbcy-ul li:hover > .zbcy-bottom a h3,.zbcy-ul li:hover > .zbcy-bottom a div{
    color: #fff;
}
.zbcy-ul li:hover {
    transform: scale(1.05,1.05);
    transition: .6s;
}
.zbcy-txt{
    width: 100%;
    height: 50px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
    margin-bottom: 30px;
    text-align: center;
}
/* end */