html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
        margin:0;
        padding:0;
		font-family: "微软雅黑";
        
        
}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;
font-weight:normal;}
ol,ul,li,a {list-style:none;text-decoration: none;font-size: 12px ;
        color: #121212;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}

/*底部上*/
.footTop_box{
	width: 100%;
	background: #f1f1f1;
}
.footTop_box .footTop{
	width: 1200px;
	padding: 30px 0 ;
	margin: 0 auto;
	margin-top:80px;
}
.footTop_box .footTop .footList{
	overflow: hidden;
}
.footTop_box .footTop .footList>li{
	float: left;
	border-right: 1px solid #afafaf;
	height: 110px;
	padding: 15px 48px;
	position: relative;
	
}
.footTop_box .footTop .footList>li:last-child{
	border-right: 0;
}
.footTop_box .footTop .footList .contL{
	margin-top:20px;
	width: 315px;
	overflow: hidden;
}
.footTop_box .footTop .footList .contL li{
	float: left;
	margin-right: 18px;
	margin-bottom: 10px;
}
.footTop_box .footTop .footList .contL li a{
	font-size: 15px;
	color: #0e1317;
	
}
.footTop_box .footTop .footList .contL li a:hover{
	color: #e72316;
}
.footTop_box .footTop .footList .headDianhua{
	position: absolute;
	left: 48px;
	bottom: 15px;
	    margin-right: 50px;
    color: #e72316;
	
}
.footTop_box .footTop .footList .headDianhua i{
	    font-size: 24px;
    color: #e72316;
    vertical-align: middle;
    line-height: 1;
    font-weight: 600;
    
}
.footTop_box .footTop .footList .headDianhua span{
	    font-size: 20px;
    margin-left: 5px;
    vertical-align: middle;
}
.footTop_box .footTop .footList .contC span{
	vertical-align: middle;
	line-height: 1;
	font-size: 18px;
	color: #0e1317;
	margin-right: 30px;
}
.footTop_box .footTop .footList .contC img{
	vertical-align: middle;
	line-height: 1;
	width: 104px;
	height: 104px;
}
.footTop_box .footTop .footList .contR{
	text-align: center;
	width: 255px;
}
.footTop_box .footTop .footList .contR img{
	margin-top:15px;
	width: 254px;
	height: 76px;
}
/*底部上*/
/*底部下*/
.footBot_box{
	width: 100%;
	background: #cdcdcd;
}
.footBot_box .footBot{
	width: 1200px;
	margin: 0 auto;
	padding-top: 15px;
	
}
.footBot_box .footBot p{
	text-align: center;
	font-size: 14px;
	color: #0a0505;
	padding-bottom: 15px;
}
.footBot_box .footBot p a{
	font-size: 14px;
	color: #0a0505;
}
.footBot_box .footBot p a:hover{
	color: #e72316;
}
.footBot_box .footBot p span{
	margin-left: 50px;
}
/*底部下*/
/*右侧栏*/
.youCelan{
	position: fixed;
	right: 5px;
	bottom: 200px;
	z-index: 9999;
}
.youCelan li{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #f1f1f1;
	margin-bottom: 5px;
	cursor: pointer;
	position: relative;
	transition: 1s all ease;
	left: 0;
}
.youCelan li i{
	font-size: 28px;
}

.youCelan li .erWeima{
	transition: .5s all ease;
	position: absolute;
	left: 0px;
	top: -15px;
	height: 104px;
	box-shadow: 0 0 5px #000000;
	width: 0;
}
.youCelan li .erWeima img{
	width: 100%;
	height: 100%;
}
.youCelan li .erWeima::before{
	content: '';
	display: block;
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid rgba(0,0,0,.7);
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -15px;
    top: 30px;
    opacity: 0;
    transition: .5s all ease;
    
}
.youCelan #fanHui i{
	left: 10px;
	top: 0;
	transition: 1s all ease;
	z-index: 999;
	
}
.youCelan #fanHui span{
	opacity: 0;
	font-size: 15px;
	font-weight: 600;
}
/*右侧栏.hover*/
.youCelan li:hover{
	background: rgba(231,35,22,1);
}.youCelan li:hover i{
	color: white;
	
}
.youCelan .ydLeft.hover{
	left: -10px;
}.hover{
	left: -20px;
}
.youCelan li.hover .erWeima{
	width: 104px;
	left: -130px;
	
}
.youCelan #fanHui.hover i{
	position: absolute;
	
	top: -800px;
	color: black;
	opacity: 0;
	font-size: 50px;
	
}
.youCelan #fanHui.hover span{
	opacity: 1;
	color: white;
	
}
.youCelan li.hover .erWeima::before{
	opacity: 1;
}
/*右侧栏.hover*/
/*右侧栏*/