body{
    margin: 0;
    padding: 0;
}
strong{
	font-weight:700;
}
.clear{
    clear: both;
}
.foot_box{
    width: 100%;
    position: relative; font-family:'微软雅黑'; margin-top:50px;
}
.foot_box img{
    width: 100%;
}
.foot_box .position_foot{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2c2c2c;
}
.foot_box .position_foot .content{
    width: 1320px;
    margin: auto;
}
.foot_box .position_foot .content .left{
    position: relative;
    width: 60.45%;
    float: left;
	border:none;
}
.foot_box .position_foot .content .headfoot{
    width: 73%;
    padding: 35px 0;
    border-bottom: 1px solid #444444;
}
.foot_box .position_foot .content .headfoot .phone{
    width: auto;
    float: left; background:none;

}
.foot_box .position_foot .content .headfoot .phone i {
    content: url("../font/phone.png");
    display: block;
    float: left;
}
.foot_box .position_foot .content .headfoot .phone span{
    display: block;
    float: left;
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
}
.foot_box .position_foot .content .headfoot .phone:nth-child(2){
    margin-left: 74px;
}
.foot_box .position_foot .content .barfoot{
    width: 100%;
    margin-top: 20px;
}
.foot_box .position_foot .content .barfoot ul{
    margin: 0px;
    padding: 0;
}
.foot_box .position_foot .content .barfoot ul li{
    width: 8.5%;
    float: left;
    margin-left: 4.57%;
	margin-top:0;
}
.foot_box .position_foot .content .barfoot ul li:hover a{
    color: red;
}
.foot_box .position_foot .content .barfoot ul li a{
    color: #fff;
}
.foot_box .position_foot .content .barfoot ul li:nth-child(1){
    margin-left: 0;
}

.foot_box .position_foot .content .tips{
    width: 100%;
    font-size: 12px;
    color: #7d7d7d;
    margin-top: 36px;
}
.foot_box .position_foot .content .tips a{color: #7d7d7d;}

.foot_box .position_foot .content .copyright{
    width: 100%;
    font-size: 12px;
    color: #7d7d7d;
    margin-top: 16px;
}
.foot_box .position_foot .content .right{
    float: right;
    width: 24.31%;
    background: #fff;
    margin-top: 31px;
}
.foot_box .position_foot .content .right .code{
    width: 49.84%;
    float: left;
    text-align: center;
    padding: 30px 0 24px;

}
.foot_box .position_foot .content .right .code img{
    width: 50%;
}
.foot_box .position_foot .content .right .code p{
    width: 100%;
    font-size: 12px;
    color: #333333;
}
.foot_box .position_foot .content .right .code .title{
    margin: 7px 0 0 0;
	text-align:center
}
.foot_box .position_foot .content .right .code .min{
    margin: 4px 0 0 0;
	height:auto;
}
.foot_box .position_foot .content .right .division{
    width: 1px;
    height: 80px;
    background: #333333;
    float: left;
    margin-top: 30px;
}
li{list-style:none;}
a {
    text-decoration: none;
    out-line: none;
}
/*ccnews*/
.foot_box .position_foot .content .left .ccnews_box{
    display: inline-block;
    position: absolute;
    width: 60%;
    bottom: 0px;
    right: 0;
    color: #7d7d7d;
}
.foot_box .position_foot .content .left .ccnews_box .label{
    color: #7d7d7d;
    font-size: 12px;
}
.foot_box .position_foot .content .left .ccnews_box .bootomline_min{
    display: inline-block;
    width: 200px;
    margin-left: 10px;
    font-size: 12px;
    color: #222222;
    height: 17px;
    vertical-align: middle;
    background: none;
}
.foot_box .position_foot .content .left .ccnews_box  .bootomline_min ul li{
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: none;
    transition-property: all;
    transition-duration: 2s;
    transition-timing-function: ease-out;
    transition-delay: 2s;
}
.foot_box .position_foot .content .left .ccnews_box  .bootomline_min ul .active{
    display: block;
}
.foot_box .position_foot .content .left .ccnews_box  .bootomline_min ul li a {
    display: inline-block;
    height: 1rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #7d7d7d;
}
.other_ccnews_link{
    font-size:12px;
    color: #7d7d7d;
}
.mzshenming{width:1320px;margin:10px auto;border:1px solid #f6c772; background-color: #feffe1; color: #2e2e2e; padding: 10px; box-sizing: border-box;font-size: 13px;}
.mzshenming dd span{font-weight: bold;}
.mzshenming dd a:hover{color: red}
.ys-baohu {
    padding: 30px; width: 1320px;box-sizing: border-box;margin:10px auto; border:1px #eee dashed;
}
.ys-baohu dt {
    height: 24px;
    font-size: 18px;
    color: #ff552e;
    line-height: 28px;
    padding-bottom: 14px;
}
.ys-baohu dd p {
    line-height: 28px;
    color: #595959;
}

.ys-baohu dt .i-a29 {
    float: left;
    margin-right: 15px;
}
.icon-all {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../index/img/icon-all_888ef89.png) no-repeat; background-position: -215px -100px;
    vertical-align: middle;
}