@charset "UTF-8";
/*header*/
#fd_header{background-color:#fff;padding-bottom:10px;width:100%;box-shadow:0 10px 10px #edf2f6}
.h-search{width:440px;padding:33px 0 20px}
.h-search .s-top{margin-bottom:10px}
.third-signs{margin-right:24px}
.third-signs a{line-height:1}
.third-signs a:not(:last-child){margin-right:14px;}
.third-signs .iconfont{font-size:20px;color:#1a77d4}
.third-signs .iconfont.icon-weibo{color:#f9643c}
.third-signs .iconfont.icon-wechat{color:#08bd12}
.h-signs a{color:#666}
.h-signs .separator{color:#666;margin:0 11px;line-height: 1;margin-top:-2px;}
#button-global-search{width:97px;}
.h-menus{display:flex;justify-content:space-between}
.h-menus .m-item{color:#235ba0;font-size:18px;font-weight:700;display:inline-flex;line-height:1;justify-content:center}
.h-menus .m-item span{padding:14px 0;position :relative;}
.h-menus .m-item span:after{content:'';height:2px;background-color:#235ba0;width:0;position:absolute;bottom:0;left:50%;transition:width .2s, left .2s;overflow:hidden}
.h-menus .m-item.active span:after,
.h-menus .m-item:hover span:after{width:100%;left:0;transition:width .2s, left .2s}
/*footer*/
#fd_footer{margin-top:auto;z-index:2}
.section-friend-links .h-title{font-size:16px;color:#000;position:relative;line-height:1;padding:0 8px;margin-bottom:28px;font-weight:400}
.section-friend-links .h-title::before{content:'';width:2px;height:18px;position:absolute;left:0;top:50%;margin-top:-9px;background-color:#176fb7}
.section-friend-links .friend-links{display:flex;flex-wrap:wrap}
.section-friend-links .friend-links a{color:#666;margin:0 30px 6px 0}
.section-friend-links .friend-links a:hover{color:#096ed7}
.section-footer .inner{border-top:1px solid #e0e0e0;margin-top:46px;padding:25px 0 40px;}
.section-footer .left{margin-right:40px}
.section-footer .right{color:#666}
.section-footer .right .items:not(:last-child){margin-bottom:5px}
.section-footer .right .links a{color:#666;margin-right:20px}
.section-footer .right .item{margin-right:20px}
#go_to_top{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-color:#b41d24;border-width:2px;border-style:solid;color:#b41d24;font-size:20px;font-weight:300!important;border-radius:3px;position:fixed;left:50%;bottom:150px;margin-left:610px;z-index:10;}
#go_to_top:before{
    content: "";
    opacity: 0.0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale3d(0.9, 0.65, 0.8);
    transform: scale3d(0.9, 0.65, 0.8);
    transition: all 250ms cubic-bezier(0.1, 0.1, 0, 1);
    position: absolute;
    top: -2px;
    right: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 3px;
    visibility: hidden;
    background-color:#b41d24;
}
#go_to_top:hover{border-color: transparent;}
#go_to_top:hover i{position:relative;color:#fff!important;}
#go_to_top:hover:before{
    opacity: 1.0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    visibility: visible;
}
