@charset "UTF-8";

/* 背景图 */

.back {
    background: url(../img/Service.jpg) no-repeat center;
}


/* 内容区 */

.con {
    width: 100%;
    padding: 60px 0;
}

.con .business h2,
.con .notion h2 {
    display: inline-block;
    font-size: 34px;
    font-weight: bold;
    color: #000000;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #ff0000;
}

.con .business p,
.con .notion p {
    margin-top: 30px;
    font-size: 16px;
    color: #404040;
    line-height: 35px;
}

.con .business ul {
    margin-top: 50px;
}

.con .business ul li {
    display: inline-block;
    float: left;
    width: 200px;
}

.con .business ul li a {
    display: block;
}

.con .business ul li a.img {
    height: 120px;
    overflow: hidden;
}

.con .business ul li a img {
    display: block;
    margin: 0 auto;
    transition: all 2s;
}

.con .business ul li a p {
    text-align: center;
    font-size: 16px;
    color: #000000;
    margin: 0;
}

.con .business ul li:hover a img {
    transform: scale(1.2);
}

.con .business ul li:hover a p {
    color: #ff0000;
}


/* 服务理念*/

.notion {
    margin-top: 80px;
}

.notion ul {
    margin-top: 50px;
}

.notion ul li p.left {
    width: 200px;
    float: left;
}

.notion ul li p.left img {
    display: inline-block;
    margin-left: 20px;
}

.notion ul li p.right {
    width: 1000px;
    float: left;
}

.notion ul li p.right span.title {
    display: block;
    font-size: 16px;
    color: #404040;
    font-weight: bold;
    line-height: 35px;
}

.notion ul li p.right span.txt {
    display: block;
    font-size: 16px;
    color: #404040;
    line-height: 30px;
}