﻿a {
    text-decoration: none;
}
ul{ 
    list-style:none;
}
.foot-box-top {
   /* border-top: #E2E2E2 solid 10px;*/
    width: 100%;
    height:230px;
    background: #F4F4F4;
    /*margin: 0 auto;*/
    font-family: "微软雅黑";
}
.w1230{ 
    width:1230px;
   /* overflow:hidden;*/
    margin:0 auto;
    padding-top:10px;
    clear:both;
}
.foot01_left {
    float: left;
    /*min-height: 130px;*/
}
.foot01_center {
    float: left;
    width: 2px;
    height: 110px;
    /*box-shadow: 0px 0px 3px 0 #686b7a;*/
    background: #32364b;
    margin-top: 15px;
    border-radius: 20%;
    margin-left:150px;
}
.foot01_right {
    float: left;
    width: 310px;
    height: 100px;
    padding-left: 90px;
    padding-top: 20px;
}
.foot01_right span {
    display: inline-block;
    color: #5F5F5F;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}
.foot01_right p {
    height: 22px;
    line-height: 22px;
    color: #5F5F5F;
}
.foot01_right a{ 
    color:#5F5F5F;
}
.foot01_right a:hover{ 
    color:#FE532F;
}
.guidePart {
    float: left;
    /*width: 120px;*/
   /* min-height: 120px;*/
    padding-left: 100px;
}
.guidePart h2 {
    font-weight:900;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    color: #646464;
    margin-bottom: 5px;
}
.guidePart ul{ 
    height:96px;
}
.guidePart ul a{ 
    color:#646464
}
.guidePart a:hover{ 
    color:#FE532F;
}
.guidePart ul li{ 
    line-height:25px;
    font-size:14px;
}
.guidePart ul li a:hover{
    color:#fe552e !important;
}
.foot-box-bot {
    width: 100%;
    padding:20px 0;
    background: #EDEDED;
}
.foot-box-bot p{ 
    text-align: center;
    color: #646464;
    line-height: 20px;
    font-size:14px;
}
.foot-box-bot p a:hover{
    color:#fe552e !important;
}
