﻿/*产品服务*/
.subhead-sm {
    margin-top: 28px;
    font-size: 13px;
    color: #999999;
}
.cpfw-list {
    margin-top: -120px;
    width: 96%;
    position: relative;
    z-index: 100;
}
.cpfw-list>div {
    width: 145px;
    height: 170px;
    box-shadow: 0px 0px 17.82px 0.18px rgba(0, 160, 233, 0.3);
    position: relative;
    cursor: crosshair
}
.cpfw-list>div>div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.cpfw-list>div>div:nth-of-type(1) {
    background-color: #FFFFFF;
    cursor: crosshair
}
.cpfw-list>div>div:nth-of-type(2) {
    background-color: rgba(0,160,233,1.00);
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 0;
    opacity: 0;
}
.cpfw-list>div>div p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #646464;
}
.cpfw-list>div:hover > div {
    opacity: 1;
}
/*关于我们*/
.about-us {
    height: 770px;
    background: url(/images/conbj_2.jpg) center/cover;
}
.about-us-con {
    margin-top: 60px;
    padding: 50px 60px;
    border-radius: 12px;
    background-color: #fff;
    line-height: 28px;
    text-align: justify;
}
.about-us-con img {
    margin-bottom: 30px;
    width: 100%;
}
.about-us-con>div p {
    margin-bottom: 10px;
    font-size: 15px;
}
/*运营一体化*/
.yunying {
    padding: 80px 0;
}
.yunying-list {
    display: flex;
    flex-wrap: wrap;
}
.yunying-list>div {
    margin-top: 50px;
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.yunying-list>div h3 {
    font-weight: bold;
    color: #575757;
    margin-bottom: 20px;
}
.yunying-list>div p {
    padding: 0 70px;
    font-size: 14px;
    line-height: 22px;
    color: rgba(120,120,120,1.00);
    text-align: justify;
}
/*首页新闻列表*/
.news-sw {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.news-sw .swiper-slide {
    padding: 30px;
    color: rgba(66,66,66,1.00);
}
.news-sw .swiper-slide>div {
    padding: 24px;
    color: #848484;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news-sw .swiper-slide>div:hover {
    -webkit-box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.20);
    transform: scale(1.05);
    color: #05B0FF
}
.news-sw .swiper-wrapper {
    width: 100%;
}
.news-sw .swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.news-sw .swiper-slide>div>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news-sw .swiper-slide>div>div i {
    margin: 25px 0 10px;
    width: 18px;
    height: 18px;
    padding: 5px;
    border-radius: 100%;
    border: 1px solid currentColor;
    position: relative;
}
.news-sw .swiper-slide>div>div i:before {
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: currentColor;
}
.news-sw .swiper-slide>div>div time {
    color: rgba(134,134,134,1.00)
}
.news-sw .swiper-slide>div>div>div:nth-of-type(1) {
    margin: 15px 0 10px;
    font-size: 16px;
    font-weight: bold;
}
.news-sw .swiper-slide>div>div>div:nth-of-type(2) {
    font-size: 14px;
    line-height: 24px;
    color: rgba(130,130,130,1.00)
}
