@import "procommon.css";
/* 通用行业 BEGIN */
.box-banner {
    position: relative;
}

.header-nav.clearfix {
    position: absolute;
    left: 6%;
    top: 0;
    z-index: 999;
    /*transform: translateX(-50%);
    -ms: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);*/
}

.box-banner > img {
    width: 100%;
    height: 263px;
}

.box-banner-pos {
    position: relative;
    position: absolute;
    left: 21.5%;
    top: 180px;
    /*transform: translateY(-50%);
    -ms: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 57%;*/
    background: url("../images/industry-bg0.png") no-repeat;
    background-size: 100% 100%;
    padding: 29px 50px 53px;
    z-index: 9;
}

.pos2 {
    top: 150px;
}

.box-banner-pos .shadow-img {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -25px;
    color: #333;
}

.box-banner-pos h3 {
    font-size: 40px;
    text-align: center;
    padding-bottom: 26px;
}

.box-banner-pos > p {
    font-size: 16px;
    margin-bottom: 11px;
}

.main-com {
    width: 100%;
    background-color: #f5f6fa;
    padding-top: 123px;
}

.main-top {
    width: 57%;
    height: 1053px;
    margin: auto;
}

.main-top dl {
    width: 100%;
    height: 351px;
}

.clearfix{
    clear: both;
}

.main-top dl dt {
    width: 45%;
    float: left;
}

.main-top dl dd {
    float: right;
    width: 45%;
    height: 100%;
    position: relative;
}

.main-top dl dd h3 {
    font-size: 36px;
    color: #333;
    margin-bottom: 24px;
}

.main-top dl dd p {
    line-height: 25px;
    font-size: 16px;
    color: #333;
}

.main-top dl dd .text {
    position: absolute;
    top: 25%;
    /*-webkit-transform: translateY(-50%);*/
}

.main-top dl dt img {
    width: 100%;
    height: 100%;
}

.comment {
    margin-top: 90px;
    width: 100%;
    height: 423px;
    background-color: white;
}

.comment > div {
    width: 57%;
    margin: auto;
}

.main-center > h4 {
    text-align: center;
    font-size: 32px;
    padding: 55px 0;
}

.main-center dl {
    width: 100%;
}

.main-center dl dt {
    width: 336px;
    height: 212px;
    float: left;
}

.main-center dl dd {
    float: right;
    width: 380px;
    height: 212px;
    margin-left: 44px;
    color: #333;
}

.main-top .dl-02 dt {
    float: right;
}

.main-top .dl-02 dd {
    float: left;
}

.main-center dl dt img {
    width: 100%;
    height: 100%;
}

.main-center dl dd .com-title {
    font-size: 28px;
    margin-top: 28px;
}

.main-center dl dd .com-seat {
    font-size: 14px;
    color: #929292;
}

.main-center dl dd .com-detail {
    font-size: 12px;
    color: #929292;
    margin-top: 27px;
    line-height: 24px;
}

/* 通用行业 END */
