/*公司简介*/

.introduction_wrap {

    display: flex;

    justify-content: space-between;

    background: white;

    padding: 30px;

}



.introduction_wrap .arrows-title {

    height: 38px;

    line-height: 38px;

    width: 100%;

    font-size: 18px;

    color: white;

}



.introduction_wrap .arrows-title span {

    margin-left: 50px;

}



.introduction_wrap .short-arrows-title {

    background: url(../../images/v2/short_arrows_title_bg.png) no-repeat;

    background-size: contain;

}



.introduction_wrap .long-arrows-title {

    background: url(../../images/v2/long_arrows_title_bg.png) no-repeat;

    background-size: contain;

}



.introduction_wrap .mdds .list {

    margin-top: 30px;

}



.introduction_wrap .mdds .list li {

    width: 287px;

    height: 52px;

    background: #E4E4E4;

    border-radius: 5px;

    line-height: 52px;

    margin-bottom: 15px;

}



.introduction_wrap .mdds .list li a {

    display: block;

    width: 100%;

    text-align: center;

}



.introduction_wrap .zxdt {

    margin-left: 30px;

}



.introduction_wrap .zxdt .wrap {

    margin-top: 30px;

    display: flex;

    justify-content: space-between;

}



.introduction_wrap .zxdt .wrap .left img {

    width: 100%;

    height: 220px;

}



.introduction_wrap .zxdt .wrap .left, .introduction_wrap .zxdt .wrap .right {

    width: 50%;

}



.introduction_wrap .zxdt .wrap .left p {

    margin-top: 5px;

    font-size: 14px;

}



.introduction_wrap .zxdt .wrap .left p a {

    color: red;

    float: right;

}



.introduction_wrap .zxdt .wrap .right {

    margin-left: 30px;

}



.introduction_wrap .zxdt .wrap .right li {

    padding: 15px 0;

    border-bottom: 1px dotted #888888;

}



.introduction_wrap .zxdt .wrap .right li a {

    margin-left: 15px;

}



.introduction_wrap .zxdt .wrap .right li a:nth-child(1) {

    text-overflow: ellipsis;

    overflow: hidden;

    white-space: nowrap;

    display: inline-block;

    width: 245px;

    position: relative;

    top: 5px;

}



/*集团动态*/

.group_dynamic{

    display: flex;

    justify-content: space-between;

}



.group_dynamic .item{

    flex: 0 0 50%;

    box-sizing: border-box;

}



.group_dynamic .item img{

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: .5s;

}



.group_dynamic .item img:hover{

    transform: scale(1.3);

}



.group_dynamic .item:first-child{

    border-right: 1px solid white;

    padding-right: 20px;

}



.group_dynamic .item:last-child{

    padding-left: 20px;

}



.group_dynamic .item:first-child .img-box{

    display: block;

    width: 100%;

    height: 348px;

    text-align: center;

    overflow: hidden;

}



.group_dynamic .item:first-child .text{

    background-color: white;

    padding: 20px;

}



.group_dynamic .item .text h1{

    font-size: 18px;

    font-weight: bold;

    word-break: break-all;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;

    overflow: hidden;

    /* font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden; */

}



.group_dynamic .item .text p{

    color: #707070;

    text-align: right;

    margin-top: 20px;

}

.group_dynamic .item .text p span{

    margin-left: 15px;

}



.group_dynamic .lists li{

    display: flex;

    margin-bottom: 50px;

    transition: .3s;

    height: 117px;

    background-color: white;

}



.group_dynamic .lists li:last-child{

    margin-bottom: 0;

}



.group_dynamic .lists li .img-box{

    display: block;

    flex: 0 0 160px;

    text-align: center;

    overflow: hidden;

    padding: 10px;

}



.group_dynamic .lists li .text{

    padding: 15px;

    box-sizing: border-box;

    flex: auto;

    position: relative;

}



.group_dynamic .lists li .text p{

    position: absolute;

    bottom: 15px;

    right: 15px;

}



.group_dynamic .lists li:hover{

    transform: scale(1.03);

}



/*主营业务*/

.main_business {

    display: flex;

    flex-wrap: wrap;

}



.main_business li {

    width: 20%;

    margin-bottom: 50px;

    text-align: center;

}



.main_business li .wrap {

    width: 132px;

    margin: 0 auto;

    transition: 0.3s;

    /* cursor: pointer; */

}



.main_business li .wrap:hover {

    transform: scale(1.02);

}



.main_business li .img_bg {

    background: url(../../images/v2/main_business_icon_bg.png) no-repeat;

    background-size: contain;

    background-position: center;

    height: 130px;

    width: 132px;

}



.main_business li .img_bg img{

    max-width: 70px; margin-top: 25px;

}



.main_business li p {

    position: relative;

    width: 132px;

    margin: 10px 0 0; font-size: 16px;

}



/* .main_business li p:after {

    position: absolute;

    content: '';

    background: url(../../images/v2/main_business_icon_arrows.png) no-repeat;

    background-position: center;

    height: 16px;

    width: 16px;

  right: 0px;

    top: 5px;

} */



/*我们的优势*/

.our_advantages_bg {

    background: url(../../images/v2/our_advantages_bg.png) no-repeat;

    width: 100%;

    padding-bottom: 100px;

    background-size: cover;

}



.our_advantages {

    display: flex;

}



.our_advantages li {

    width: 263px;

    height: 358px;

    text-align: center;

    transition: 0.3s;

}



.our_advantages li:hover {

    transform: scale(1.03);

}



.our_advantages li:not(:last-child) {

    margin-right: 50px;

}



.our_advantages li.bg1 {

    background: url(../../images/v2/our_advantages_item_bg1.png) no-repeat;

}



.our_advantages li.bg2 {

    background: url(../../images/v2/our_advantages_item_bg2.png) no-repeat;

}



.our_advantages li.bg3 {

    background: url(../../images/v2/our_advantages_item_bg3.png) no-repeat;

}



.our_advantages li.bg4 {

    background: url(../../images/v2/our_advantages_item_bg4.png) no-repeat;

}



.our_advantages li img {

    margin-top: 60px;

    margin-bottom: 15px;

}



.our_advantages li p {

    margin-top: 30px;

    color: #FFFFFF;

    font-size: 20px;

}



/*旗下品牌*/

.its_brand {

    display: flex;

    flex-wrap: wrap; gap: 30px;

}



.its_brand li {

    text-align: center;

    /* padding: 25px 15px; */

    /* width: 16%;  */
    width: 14.8%; 

    background-color: #fff; 

    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);

}



.its_brand li img {

    transition: 0.3s;

    width: 100%;
    height: 100%;

    /* max-width: 100%; */

    /* max-height: 36px; */

    

}



.its_brand li:hover img {

    transform: scale(1.03);

}

