@charset "utf-8";

*{
margin: 0;
padding: 0;
}
/*底部*/
.ft_bg_top{background-color:#393a3c;height:auto;padding:20px 0px;margin-top:30px}
.ft_bg_bottom{background-color:#2e2e30;height:80px;}
.ft_top{width:1190px;margin:0px auto;}
.ft_bottom{width:1190px;margin:0px auto;height:80px;}
.ft_top .ftt_l{float:left;width:720px;}
.ft_top .ftt_r{float:left;width:180px;}
.ft_top .ftt_r1{float:left;width:240px;}
.ft_top .item{
    float: left;
    margin:8px 8px 0 0;
}
.ft_top .item img{
    width: 72px;
}
.ft_top .ftt_r1 h4{
    color: #fff;
    font-size: 13px;
    text-align: center
}
.box_ft .tit .tit_img{height:16px;margin-top:8px}
.box_ft .tit .tit_img img{vertical-align:top;}
.box_ft .tit h5{height:50px;line-height:50px;width:80px;font-size:18px;color:#fff;border-bottom:2px solid #37bc9b;font-weight:500;}
.box_ft .con{margin-top:15px}
.box_ft .con p{font-size:12px;color:#eaeaea;line-height:24px;}
.box_ft .con .fttr_img{margin-top:20px;}
.box_ft .list{line-height:24px;padding-right: 30px;}
.box_ft .list a{font-size:12px;color:#eaeaea;text-decoration:none;}
.box_ft .list a:hover{color:#37bc9b;}
.box_ft .list span{font-size:12px;color:#85898c;margin:0px 4px 0px 8px;}
.ft_bottom .ftb_l{float:left;width:325px;height:50px;margin-top:15px;padding-left:40px;}
.ft_bottom .ftb_l p a{font-size:12px;color:#fff;text-decoration:none;margin-right:10px;}
.ft_bottom .ftb_l p{font-size:12px;color:#5f6164;line-height:24px;}
.ft_bottom .ftb_r{float:right;width:365px;height:50px;margin-top:15px;}
.ft_bottom .ftb_r p{font-size:12px;color:#fff;text-align:right;line-height:20px;}
.ft_bottom .ftb_r a{
    color:#fff
}

.tucao{
    background-color: #fff;
    border:1px solid rgba(184, 184, 184, 0.4);
    padding: 5px 10px;
    position: fixed;
    bottom: 80px;
    right: 20px;
    border-radius: 50%;
}
.tucao a{
    text-decoration: none;
}
.tucao i{
    font-size: 20px;
}