body,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
    margin: 0;
    padding: 0;
}
*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
img{
    width: 100%;
}
.banner{
    width: 100%;
    margin-top: -5px;
}
ol,
ul,
li {
    list-style: none;
}

em,
i {
    font-style: normal;
}

strong,
b {
    font-weight: normal;
}

a {
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: top;
}

a {
    color: #3b3b3b;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

@font-face {
    font-family: '汉仪雅库黑';
    src: url('../font/hyy.ttf')
}

.footer {
    width: 100%;
    height: 346px;
    background-color: #fea02c;
    margin: 0 auto;
}

.foot {
    width: 1120px;
    height: 200px;
    padding: 76px 0 0;
    margin: 0 auto;
    position: relative;
    left: 104px;
}

.f_l {
    width: 256px;
    height: 200px;
    float: left;
}

.f_lu {
    width: 260px;
    height: 120px;
}

.logo_b {
    width: 220px;
    height: 80px;
    background: url(../images/logo_b.png) no-repeat 0 0;
    float: left;
}

.f_ld p {
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    font-weight: lighter;
}

.f_r {
    width: 350px;
    height: 200px;
    float: right;
}

.f_ru {
    width: 350px;
    height: 50px;
}

.f_rb p {
    text-align: right;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 6px;
}

.friendship_links {
    width: 175px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-family: 汉仪雅库黑;
    color: #ffffff;
    float: left;
    text-align: right;
}

.friendship_links a {
    color: #ffffff;
}

#weixin {
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
    /* background-image: url(../../foot/images/weixin.png); */
    background-repeat: no-repeat;
}

#weibo {
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
    /* background-image: url(../../foot/images/weibo.png); */
    background-repeat: no-repeat;
    margin-top: 10px;
}

#wxerweima {
    display: block;
    width: 117px;
    height: 117px;
    position: absolute;
    top: -40px;
    left: 60px;
    border: 12px solid #fff;
    border-radius: 8%;
    transition: width 2s;
    -webkit-transition: width 2s;
    /* Safari */
}

#wxerweima::after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background-color: #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    position: relative;
    top: -90px;
    left: -21px;
}

#wberweima {
    display: block;
    width: 117px;
    height: 117px;
    position: absolute;
    top: -35px;
    left: 60px;
    border: 12px solid #fff;
    border-radius: 8%;
    transition: width 2s;
    -webkit-transition: width 2s;
    /* Safari */
}

#wberweima::after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background-color: #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    position: relative;
    top: -90px;
    left: -21px;
}

.weixin,
.weibo {
    font-size: 30px;
    color: white;
    transition: color 1s;
}

.weixin:hover,
.weibo:hover {
    color: #0078c2;
}

#wxerweima,
#wberweima {
    opacity: 0;
}