﻿/*公共样式*/
.H_Title {
margin: 120px 0 20px;
text-align: center;
font-size: 40px;
color: #000;
}

.H_Paragraph {
text-align: center;
font-size: 16px;
color: #333;
margin-bottom: 80px;
}

/*管理大师*/
.SapWrap {
border-bottom: 1px solid #ddd;
padding: 20px 0;

}
.SapBusinessOne {
width: 400px;
min-height: 520px;
float: left;
padding-left: 70px;
}
.SapBusinessOneContent{
margin-left:400px;
}
.SapBusinessOneImg {
margin: 40px 0 60px;
width: 45px;
height: 50px;
}
.SapBusinessOneDes{
font-size:24px;
color:#202020;
}
.SapBusinessOneContent h2 {
font-size: 20px;
color: #2771FA;
}
.SapBusinessOneContent p {
margin-top:25px;
font-size: 16px;
color: #666666;
}
.SapBusinessOneContent div {
text-align:right;
margin-top:30px;
}
.SapBusinessOneContent p a {
    color: #2771FA;
    text-decoration:none;
}
.SapBusinessOneContent p a:hover {
    cursor:pointer;
    color: #2771FA;
    text-decoration: underline;
}
.SapBusinessOneContent ul {
    margin-bottom: 25px;
    margin-top: 10px;
}
.SapBusinessOneContent ul li {
    list-style: disc;
    font-size: 16px;
    list-style-position: inside;
}
.SapBusinessOneContent i{
    font-size:18px
}
/*服务与帮助*/
.help {
    padding-left: 0;
    list-style: none;
}

.help li {
float: left;
width: 25%;
width:289px;
height:320px;
background:url(/Images/sap/help.png) no-repeat center center;
}
.help li:nth-child(even ) {
margin-top:50px;
}
.help > li:hover {
opacity: .8;
}
.help li h3 {
font-size: 20px;
color: #000000;
margin: 103px 0 139px 100px;
}
.help li p {
font-size: 16px;
color: #3C7FFA;
margin-left:100px;
}