body{
    margin: 0;
    font-family: 微软雅黑 !important;
}
a {
    outline: none;
    border: 0;
}
.foot2 {
    width: 49% !important;
}
.banner img{
    width: 100%;
}
.container{
    max-width: 1260px;    
    margin: 0 auto;
    padding: 0px 10px;
    
    height: auto;
    /* overflow: hidden; */
    
}
.con1-left .choice li.active a {
    color: #fff;
}
.con1-left .choice li.active {
    background: #287dc8;
}
.con1-left .choice li#active a {
    color: #fff;
}
.con1-left .choice li#active {
    background: #287dc8;
}
.shadow{
    box-shadow: 2px 2px 10px #999;
    border-radius: 40px;
    margin-bottom: 20px;
}
.weizhibg {
    background: url(weizhibg.png) no-repeat;
	width: 100%;
	height: 50px;
	margin: auto;
}
/* 第一层 */
ul.list {
    min-height: 500px;
}
.con1-left{
    width: 100%;
    float: left;
    margin-bottom: 50px;
    margin-top: -20px;
}

.con1{
    width: 93%;
    margin: 0 auto;
    padding: 0px 0px 25px;
}

.con1-left p{
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
}
.con1-left p .title{
    color: #287dc8;
    font-weight: bold;
    font-size: 20px;
    line-height: 50px;
    background: url(titlebg.png) no-repeat left center;
    padding-left: 30px;
}
.con1-left p .more{
    color: #969696;
    font-size:16px;
    background: url(more.png) no-repeat right center;
    float: right;
    padding-right: 10px;
    line-height: 50px;
}

.con1-left .list li{
    color: #454444;
    font-size: 17px;
    line-height: 46px;
    background: url(dot.jpg) no-repeat left center;
    padding-left:20px ;
}
.con1-left .list li a{
    color: #454444;
}
.con1-left .list li span{
    float: right;
}
.con1-left .choice li{
    width: 32%;
    padding: 20px;
    text-align: center;
    box-shadow: 2px 2px 10px #999;
    float: left;
}
.con1-left .choice li a{
    color: #333;
    font-size: 18px;
}
.con1-left .choice li{
    margin-top: 20px;
}
.con1-left .choice li:nth-child(3n) {
    margin: 20px 20px 0px;
}
.con1-left .choice li:hover{
    background: #287dc8;
}
.con1-left .choice li:hover a{
    color: #fff;;
}