@charset "utf-8";
.main-banner {
    background: #09152d url(../../images/hangyejianzhan/banner-hangyejianzhan.png) no-repeat center;
    height: 314px;
}

.banner-title {
    height: 314px;
    align-items: flex-start;
}

.banner-title .title-t {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}

.banner-title .title-b {
    font-size: 24px;
    color: #fff;
    margin-top: 18px;
}

.main-hangyejianzhan .banner-title .title-t {
    font-size: 36px;
}

.main-hangyejianzhan .banner-title .title-b {
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    padding: 0 100px 0 15px;
    background: linear-gradient(to right, #003FCD, rgba(0, 63, 205, 0));
}

.title-t .banner-em {
    color: #00f3e6;
    font-size: 48px;
}

.title-b .banner-em {
    color: #00f3e6;
    font-weight: bold;
}

/**/

.items-hangye .items-block {
    height: 298px;
    justify-content: space-between;
}

.items-hangye .item {
    text-align: center;
}

.items-hangye .item .img-block {
    transition: transform .5s ease;
    transform: none;
}

.items-hangye .item-p {
    font-size: 16px;
    margin-top: 30px;
    transition: color .5s ease;
}

.items-hangye .item [href]:hover .img-block {
    transform: rotateZ(360deg);
}

.items-hangye .item [href]:hover .item-p {
    color: #20B09F;
}

/**/

.items-hangye-container .item {
    box-sizing: border-box;
}

.items-hangye-container .item .item-block {
    height: 100%;
}

.items-hangye-container .item-info {
    width: 50%;
    box-sizing: border-box;
    padding-left: 50px;
}

.items-hangye-container .item-title {
    font-size: 24px;
    height: 30px;
    line-height: 30px;
}

.items-hangye-container .item-title:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    background: url(../../images/hangyejianzhan/hangye-right.svg) no-repeat center;
    margin-left: 15px;
    transition: transform .3s ease;
    transform: none;
}

.items-hangye-container [href]:hover .item-title:after {
    transform: translateX(5px);
}

.items-hangye-container .item-subtitle {
    font-size: 18px;
    color: #20b09f;
    margin-top: 12px;
    position: relative;
    padding-bottom: 10px;
}

.items-hangye-container .item-subtitle:after {
    content: "";
    position: absolute;
    width: 50px;
    border-bottom: 1px solid #20B09F;
    left: 0;
    bottom: 0;
}

.items-hangye-container .item-p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 25px;
    text-align: justify;
}

.items-hangye-container .item-s-block {
    justify-content: flex-start;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #E5E5E5;
}

.items-hangye-container .item-s {
    margin-right: 48px;
}

.items-hangye-container .item-s:last-of-type {
    margin-right: 0;
}

.items-hangye-container .items-s-p {
    color: #666;
    font-size: 12px;
    margin-left: 8px;
}

.items-hangye-container .hangye-waimao {
    background-color: #F7F7F7;
    height: 420px;
}

.items-hangye-container .hangye-jixie {
    height: 426px;
}

.items-hangye-container .hangye-jiazhuang {
    background-color: #F7F7F7;
    height: 480px;
}

.items-hangye-container .hangye-jiaoyu {
    height: 426px;
}

.items-hangye-container .hangye-jiudian {
    background-color: #F7F7F7;
    height: 372px;
}

.items-hangye-container .hangye-lingshou {
    height: 426px;
}

/**/

.hangye-detail {
    background-color: #F7F7F7;
    padding: 50px 0 45px;
}

.hangye-detail .items-title {
    font-size: 24px;
}

.hangye-detail .items-block {
    font-size: 0;
    margin-top: 35px;
}

.hangye-detail .hangye-detail-a {
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #ccc;
    background-color: #fff;
    width: 156px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: 0 18px 20px 0;
}

.hangye-detail .hangye-detail-a:nth-child(7n) {
    margin: 0;
}

.hangye-detail .hangye-detail-a:hover {
    background-color: #20B09F;
    border-color: #20B09F;
    color: #fff;
}