*{
    margin: 0;
    padding: 0;
    border: 0;
}
body{
    font-family: "Microsoft yahei";
    background-color: #eff4fa;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
.top{
    background: url("imgtop_bg.png") no-repeat top center;
    width: 100%;
    height: 417px;
}
.main{
    width: 100%;
    margin-top: -62px;
}
.main .inner{
    width: 1000px;
    background-color: #fff;
    padding: 20px;
     margin: 0 auto;
    overflow: auto;
}

.main .inner .left{
    width: 490px;
    float: left;
}
.main .inner .right{
    width: 490px;
    float: left;
    margin-left: 20px;
}
.list{
    margin-top: 15px;
    padding-bottom: 20px;
}
.list img{
    margin-top: 7px;
}
.list li{
    height: 28px;
    line-height: 28px;
    background: url("imglist_style1.png") no-repeat left center;
    padding-left: 25px;
    margin-left: 15px;
    color: #454545;
    font-size: 14px;
}
.list2 li{

    background: url("imglist_style2.png") no-repeat left center;
}
.list3 li{

    background: url("imglist_style3.png") no-repeat left center;
}
.list4 li{

    background: url("imglist_style4.png") no-repeat left center;
}
.list5 li{

    background: url("imglist_style5.png") no-repeat left center;
}
.list6 li{

    background: url("imglist_style6.png") no-repeat left center;
}

.list li a{
    color: #454545;
}
.clear{
    clear: both;
}
.footer{
    width: 100%;
    height: 60px;
    background-color: #1177c6;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 14px;
}
.area{
    width: 100%;
    font-size: 12px;
    height: 25px;
    border-bottom: 1px solid #c7c7c7;
    color: #373737;
}
.area a{
    color: #373737;
}
.con{
    width: 900px;
    margin: 0 auto;
}
.con h1{
    font-size: 48px;
    font-weight: bolder;
    font-family: "»ªÎÄÖÐËÎ";
    text-align: center;
    margin-top: 40px;
    color:#000000;
}
.con .s_info{
    margin-top: 25px;
    text-align: center;
    display: block;
    color: #373737;
    font-size: 14px;
}
.con hr{
    height: 1px;
    margin-top: 12px;
    border-bottom: 1px solid #c7c7c7;
}
.con .con_inner{
    padding-bottom: 40px;
}
.con h3{
    font-size: 25px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 20px;
}
.con p{
    line-height: 30px;
    text-indent: 2em;
    -webkit-margin-before:0em!important;
    -webkit-margin-after:0em!important;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin-top: 0;
}
.btn{
    text-align: center;
    margin-top: 20px;
}
.btn button{
    width: 63px;
    height: 24px;
    border: 1px solid #c7c7c7;
    border-radius: 1px;
    color: #7a7a7a;
    background-color: #fff;
    font-size: 12px;
    font-family: "Microsoft yahei";
}