@charset "UTF-8";










.enterprise{
    padding: 30px 0;
    background-color: #f3f3f2;
}
.enterprise > div{
    width: 69.9%;
    margin: auto;
   /* padding-bottom: 40px;*/
    background-color:white ;
}
.enterprise .child{
    margin: 0 70px ;
    padding-bottom: 40px;
}
.enterprise .child .title{
}
.enterprise .child .title h4{
    margin-left: 10px;
    color: #333;
    font-size: 24px;
    font-weight: bold;
}
.enterprise .child .title .btn .left,
.enterprise .child .title .btn .right{
    width: 14px;
    height: 25px;
    transition: .3s;
}
.enterprise .child .title .btn .left{
    background:url("../img/prv22.png") ;
}
.enterprise .child .title .btn .right{
    margin-left: 20px;
    background:url("../img/next22.png") ;
}
.enterprise .child .title .btn .left.on{
    background:url("../img/prv2.png") ;
    cursor: pointer;
}
.enterprise .child .title .btn .right.on{
    background:url("../img/next2.png") ;
    cursor: pointer;
}
.enterprise .child .img{
    /*overflow: hidden;*/
}
.enterprise .child .img ul{
    font-size: 0;
}
.enterprise .child .img ul li{
    width: 100%;
    padding: 40px 0;
    color: #333;
    font-size: 18px;
    text-align: center;
    vertical-align: top;
}
.enterprise .child .img ul li + li{
    border-top: 1px solid #eee;
}
.enterprise .child .img ul li a > div{
    position: relative;
}
.enterprise .child .img ul li a > div:after{
    content: '';
    display: block;
    clear: both;
}
.enterprise .child .img ul li img{
    width: 100%;
    height: auto;
    transition: .5s;
}
.enterprise .child .img ul li a > div div.left{
    float: left;
    width: 40.2%;
    overflow: hidden;
}
.enterprise .child .img ul li a > div div.right{
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    padding-top: 25px;
    color: #333;
    text-align: left;
    box-sizing: border-box;
}
.enterprise .child .img ul li a > div div h4{
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
}
.enterprise .child .img ul li:hover a > div div h4{
    color: #0068b3;
}
.enterprise .child .img ul li a > div div p{
    font-size: 14px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.enterprise .child .img ul li a > div div span{
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 108px;
    height: 42px;
    border: 2px solid #0068b3;
    color: #000;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    border-radius: 30px;
    transition: .5s;
}
.enterprise .child .img ul li:hover img{
    transform: scale(1.03);
}
.enterprise .child .img ul li a > div div span:hover{
    color: white;
    background-color: #0068b3;
}
.enterprise .child .pager{
    margin: 20px auto 0;
}
.enterprise .child .pager div{
    float: left;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background-color: #e5e5e5;
    border-radius: 20px;
    cursor: pointer;
    transition: .3s;
}
.enterprise .child .pager div.on{
    width: 24px;
    background-color: #0068b3;
}
.enterprise .text h5{
    margin-bottom: 25px;
    color: #0068b3;
    font-size: 24px;
    text-align: center;
}
.enterprise .text p{
    width: 80%;
    margin: auto;
    color: #333;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}
.enterprise .more{
    display: block;
    width: 149px;
    height:44px ;
    margin:130px auto 245px;
    line-height: 44px;
    background-color: #0068b3;
    color: white;
    font-size:14px ;
    text-align: center;
    border-radius: 30px;
}
