/* 初始化 */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article, aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{margin:0; padding:0;}
body{font-family: "Microsoft YaHei",Tahoma,Arial,sans-serif; color:#555;}
em,i,strong{font-style:normal; font-weight: normal;}
.clearfix:after{content:""; display:block; visibility:hidden; height:0; clear:both;}
.clearfix{zoom:1;}
a{text-decoration:none; color:#555; font-family: "Microsoft YaHei",Tahoma,Arial,sans-serif;}
a:hover{ text-decoration:none;}
ul,ol{list-style:none;}
h1, h2, h3, h4, h5, h6{ font-size:100%; font-family: "Microsoft YaHei";}
img{border: none;}
.pro-wrap{
    width: 100%;
    overflow: hidden;
}
.pro-banner{
    height: 760px;
    background: url('../images/banner_2.png?20180830') center no-repeat;
}
/* .banner-bottom{
    height: 359px;
    background: url('../images/com-pros.png') center no-repeat;
} */
.pro-content{
    width: 100%;
    background: #1a1346 url('../images/wrap-bg.png') 0px 99px repeat-x;
    /* background-size: auto 100%; */
}
.pro-box{
    text-align: center;
    overflow: hidden;
    padding-bottom: 40px;
}
.fx{
    background: url('../images/top.png') center top no-repeat;
}
.pro-box h2{
    font-size: 32px;
    font-weight: normal;
    color: white;
    margin-bottom: 59px;
    position: relative;
}
.pro-box h2:after{
    content: '';
    position: absolute;
    width: 36px;
    height: 2px;
    background: white;
    bottom: -18px;
    left: 50%;
    margin-left: -18px;
}
.pro-box .item-box{
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
}
.pro-box .item-box li{
    float: left;
    width: 350px;
    height: 286px;
    margin: 0 12px 23px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.pro-box .item-box li div{
    height: 220px;
    background: white;
}
.pro-box .item-box li img{
    display: block;
}
.pro-box .item-box li p{
    font-size: 18px;
    color: #555;
}
.pro-box .item-box li p.p1{
    padding-bottom: 6px;
}
.pro-box .item-box li p.gray-text{
    color: #999;
}
.pro-box .item-box li span{
    position: absolute;
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 22px;
    color: white;
    background: #7234df;
    bottom: 0;
    left: 0;
}
.pro-box .item-box li span.bg-red{
    background: #df3454;
}
.pro-box .view-box{
    display: inline-block;
    width: 350px;
    /* height: 330px; */
    margin: 0 12px 23px;
}
.pro-box .view-box img{
    display: block;
    cursor: pointer;
}
.pro-box .view-box span{
    display: block;
    width: 350px;
    height: 70px;
    line-height: 70px;
    background: #7234df;
    color: white;
    font-size: 22px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.view-wrap{
    width: 1170px;
    margin: 0 auto;
    padding-bottom: 145px;
}
/* #zoom-pop{
    position: relative;
    display: none;
}
#zoom-mask{
    position: fixed;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.7;
    filter: alpha(opacity=70);
    top: 0;
    left: 0;
}
#zoom-con{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#zoom-con #zoom-cancel{
    position: absolute;
    width: 45px;
    height: 45px;
    background: url('../../../images/NewsCar/lightcase/sprite.png') -12px -5px no-repeat;
    top: 5px;
    right: 5px;
} */