header{
    background-color: #ffaa1c;
}
.about_main{
    margin-top: 80px;
    background-color: #f9f9f9;
    padding-top: 40px;
    padding-bottom: 40px;
    
}
.about_left{
    width: 240px;
    background-color: #fff;
   /*  padding: 5px 0; */
    float: left;
    border-radius: 5px 5px 5px 5px;
}
.about_left>ul>li{
    width: 100%;
    height: 52px;
   
    padding: 10px 0;
   
   
   
   
}
.about_left>ul>li>.about_zhu{
    border-left: 3px solid #4454ff;
}
.about_left>ul>li>a{
    padding-left: 26px;
    color: #333333;
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
   
}
.about_left>ul>.about_bg{
    background-color: #4454ff;
    
}
.about_left>ul>.about_bg>a{
    color: #fff;
}

.about_right{
    width: 940px;
    background-color: #fff;
    float: right;
    border-radius: 5px 5px 5px 5px;
}
.ab_title{
    width: 100%;
    height: 76px;
    line-height: 76px;
    color: #333333;
    padding-left: 30px;
    font-size: 16px;
    border-bottom: 1px solid rgba(223, 223, 223, 1);
}
.ab_content{
    padding: 30px;
}
.cont_top{
    border-bottom: 1px dashed rgba(223, 223, 223, 1);
}
.cont_top>img{
    width: 880px;
    height: 330px;
    margin-bottom: 30px;
}
.cont_top>p{
    margin-bottom: 20px;
}
.cont_top>p>span{
    color:#4454ff;
}
.cont_middle{
    padding: 25px 0 0 0;
}



.join_mess{
    margin-bottom: 20px;
}
.join_mess>p{
    border-left:3px solid rgba(237, 95, 83, 1);
    height: 18px;
    line-height: 18px;
    padding-left: 10px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #444444;
}
.mess_one>div{
    color: #666666;
    margin-bottom: 10px;
}
.mess_two>div{
    color: #666666;
    margin-bottom: 10px;

}
.join_mess ul{
    margin-left: 60px;
    padding-bottom: 20px;
}
.join_mess ul>li{
    height: 25px;
    line-height: 25px;
    color: #666666;
}

.list_right{
    position:fixed;
    right:8%;
    bottom:370px;
}
@media screen and (max-width: 1640px) {
    .list_right{
        position:fixed;
        right:4%;
       
    }
}
@media screen and (max-width: 1340px) {
    .list_right{
        position:fixed;
        right:1%;
        
    }
}
.list_right>ul>li{
    width: 44px;
	height: 44px;
	background-color: rgba(223, 223, 223, 1);
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
}
.list_right>ul>.fu{
    /* background-color:rgba(60,131,255,1); */
    background: -webkit-linear-gradient(left top, #3c83ff , #0260ff,#005efe); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #3c83ff , #0260ff,#005efe); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #3c83ff , #0260ff,#005efe); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #3c83ff , #0260ff,#005efe); /* 标准的语法 */
    
}

.list_right>ul>li>a{
    display: block;
    width: 44px;
    height: 44px;
    color: #999999;
    /* text-align:center; */
    padding: 0 8px;
    display: table-cell;
    vertical-align:middle;
}
.list_right>ul>.fu>a{
    color: #fff !important;
}
.list_right .suggest>a{
    padding: 10px 6px;
    text-align:center;
    display: table-cell;
    vertical-align:middle;
}
.list_right .icon-yijianfankui{
    width: 26px;
    height: 26px;
    font-size: 32px;
    color: #999999;
    
}
.icon-huidaodingbu{
    font-size: 30px;
    margin-top: 3px;
}