.enterprise {
    position: relative;
}

.title {
    font-size: 32px;
    text-align: center;
}

.introduction {
    position: relative;
    font-size: 0;
    margin-top: 40px;
    text-align: left;
    display: flex;
}

.introduction .left {
    position: relative;
    width: calc(100% - 524px);
    background: #efefef;
    border-radius: 10px;
    padding: 30px;
    font-size: 18px;
    box-sizing: border-box;
    text-align: justify;
    text-align-last: left;
}

.introduction .intro-title {
    font-size: 28px;
}

.introduction .intro-desc {
    margin-top: 10px;
    line-height: 32px;
}

.introduction .right {
    position: relative;
    font-size: 18px;
    background: #efefef;
    border-radius: 10px;
    padding: 30px;
    width: 500px;
    box-sizing: border-box;
    margin-left: 24px;
}

.info-item {
    margin: 10px 0px;
}

.page-main .module {
    position: relative;
    background: #efefef;
    border-radius: 10px;
    padding: 30px;
    margin: 2% 0px;
    text-align: left;
}
.page-main .module:last-child{
	margin-bottom:0;
}
.more {
    position: absolute;
    right: 0;
    top: 30px;
    color: #1C4B88;
    font-size: 20px;
    right: 30px;
    cursor: pointer;
}

.page-main .module-title {
    padding: 0px 20px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    color: #1C4B88;
    background: #ffffff;
    display: inline-block;
    width: 150px;
}

.section {
    padding: 0;
}

.product-list {
    position: relative;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.product-list .product-item {
    position: relative;
    padding: 20px;
    background: #ffffff;
    vertical-align: top;
    width: calc((100% - 20px)/2);
    border-radius: 10px;
    margin-right: 20px;
    margin-top: 20px;
	cursor: pointer;
}

.product-list .product-item:nth-child(2n) {
    margin-right: 0;
}

.product-list .product-border {
    position: relative;
    padding-left: 110px;
    background: #ffffff;
    padding-top: 5px;
    min-height: 85px;
}

.product-list .product-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 85px;
    border-radius: 10px;
    overflow: hidden;
}

.product-list .product-name {
    font-size: 24px;
}

.product-list .product-address {
    font-size: 18px;
    color: #ABABAB;
}

.service {
    font-size: 24px;
    line-height: 42px;
    margin-top: 20px;
}

.demand {
    position: relative;
    padding-right: 20%;
    line-height: 30px;
    padding: 24px 220px 24px 24px;
    color: #ffffff;
    background-image: url('/assets/img/activity-item-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 190px;
    margin: 30px 0px 20px;
    border-radius: 10px;
    cursor: pointer;
    display: block;
}

a.demand:hover{
    text-decoration: none;
    color: #ffffff;
}

.name {
    font-size: 25px;
}

.demand-border {
    position: relative;
    padding-left: 164px;
    line-height: 30px;
    box-sizing: border-box;
    margin-top: 24px;
}

.demand-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 142px;
    border-radius: 15px;
    overflow: hidden;
}

.demand .title {
    font-size: 20px;
    line-height: 36px;
    text-align: left;
}

.table {
    position: relative;
    width: 100%;
    max-width: 100%;
    font-size: 25px;
    margin-bottom: 0px !important;
}

.tr {
    position: relative;
    font-size: 20px;
}

.td {
    display: inline-block;
    vertical-align: top;
    line-height: 36px;
    width: 49.5%;
}

.into {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 100%;
    font-size: 32px;
    background: #FFA800;
    text-align: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.into-text {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0%, -50%);
    line-height: 50px;
    letter-spacing: 4px;
}

.full {
    width: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    border-radius: 10px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.swiper-container .swiper-pagination{
    background: rgb(255 255 255 / 61%);
    display: inline-block !important;
    width: auto !important;;
    left: 50% !important;;
    transform: translate(-50%,0%) !important;;
    border-radius: 50px !important;;
    padding: 0px 20px !important;;
}