@charset "utf-8";
footer{
    width:90%;
    border-top:1px solid #c2c2cc;
    height:120px;
    margin:0 auto;
}
@media only screen and (max-width:1200px ) {
	footer{
		width: 1180px;
	}
}
@media screen and (max-width: 769px ) {
	footer {
	    width:100%;
	}
}
footer .foot1{
    width:100%;
    height:30px;
    background: #04628D;
}
footer .foot2{
    width:100%;
    height:70px;
    padding-top:15px;
}
footer .foot2 p{
    text-align: center;
}
footer .foot2 p a{
    color:#000;
    font-size:16px;
}
footer .foot2 p a:hover{
    color:rgb(158,3,0);
}
.right_erweima{
    position: fixed;
    top:50%;
    right:2%;
    transform:translateY(-152px);
    background: #c2c2cc;
}
.right_erweima > div{
    padding-top:10px;
}
.right_erweima > .one{
    border-bottom:1px solid rgb(99, 82, 82);
}
.right_erweima i{
    display: inline-block;
    width:105px;
    height:105px;
    padding:5px;
}
.right_erweima p{
    font-size: 13px;
    text-align: center;
    height:26px;
    color:#666;
    line-height: 26px;
}