*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration:none;
}
ul li{
 list-style: none;
}
.ParentsCare_header{
    height: 130px;
    width: 100%;
    background: -webkit-linear-gradient(left, #e83e3e , #b976ff);
    background: -o-linear-gradient(right, #e83e3e, #b976ff);
    background: -moz-linear-gradient(right, #e83e3e, #b976ff);
    background: linear-gradient(to right, #e83e3e , #b976ff);
 }  
 .ParentsCare_header-box{
     width: 1200px;
     margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
 }


.us_box {
    width: 1198px;
    background: #fafafa;
    border: 1px solid #eee;
    margin: 20px auto;
    overflow: hidden;
}     
.us_nav li {
height: 50px;
text-align: center;
}
.us_nav li a {
font: normal 16px/50px 'MicroSoft YaHei';
border-bottom: 1px solid #eee;
color: #333;
display: block;
text-decoration: none;
}
.us_nav {
width: 230px;
float: left;
margin: 0;
padding: 0;
list-style: none;
}
.us_con {
color: #444;
width: 916px;
border-left: 1px solid #e6e6e6;
background: #fff;
padding: 10px 25px;
float: left;
}
.us_con h3 {
font: bold 18px/50px 'MicroSoft YaHei';
border-bottom: 1px solid #eee;
}
.us_con p {
font: normal 14px/24px 'MicroSoft YaHei';
padding: 10px 0;
}
.us_con p a, .us_con p b {
color: #4AC15C;
}

.about_table {
width: 100%;
border: 1px solid #e4e4e4;
border-top: 2px solid #4AC15C;
border-collapse: collapse;
}
.about_table th {
background: #f5f5f5;
border: 1px solid #e4e4e4;
font: bold 12px/30px 'MicroSoft YaHei';
text-align: left;
padding: 2px 8px;
}
.about_table td {
border-left: 1px solid #e4e4e4;
border-right: 1px solid #e4e4e4;
font: normal 12px/20px 'MicroSoft YaHei';
vertical-align: top;
padding: 10px;
}
.main .downLoad {
    display: block;
    text-align: left;
    color: #03B4F5;
    text-decoration: underline;
    margin-top: 10px;
}