@charset "utf-8";
/* 通用重置 */
html, body, h1, h2, h3, h4, h5, h6, div, ul, ol, li, p, dl, dt, dd, form, fieldset, input, button, textarea { margin: 0; padding: 0; }
body { font: 14px/1.5 "Microsoft YaHei", Arial, sans-serif; color: #333; background: #fff; }
ul, li { list-style: none; }
img { border: 0; vertical-align: middle; }
a { color: #333; text-decoration: none; transition: color 0.2s; }
a:hover { color: #2386ea; }

/* 布局辅助 */
.clearfix:after { content: ""; display: table; clear: both; }
.fl { float: left; }
.fr { float: right; }
.hide { display: none; }

/* 按钮样式 */
.btn {
    display: inline-block;
    padding: 6px 16px;
    font-size: 14px;
    color: #fff;
    background-color: #348fd4;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.2s;
}
.btn:hover { background-color: #2386ea; }

/* 轮播图控制点 */
.focus-slide .control-nav {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.focus-slide .control-nav li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.focus-slide .control-nav .active { background: #2386ea; }

/* 合作伙伴与底部 */
.xy-partner .title {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-bottom: 1px solid #e8e8ea;
    font-size: 16px;
    color: #202830;
}
.xy-footer {
    border-top: 3px solid #2386ea;
    background: #f9f9f9;
    padding: 20px 0;
    text-align: center;
    color: #999;
}
.xy-service li {
    display: inline-block;
    width: 18%;
    text-align: center;
}

/* 侧边工具栏 */
.xy-toolbar {
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 1000;
}
.xy-toolbar a {
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    background: #3bb2f6;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.xy-toolbar a:hover { background: #2386ea; }

/* 响应式图片处理 */
.page_content img, .read_content img {
    max-width: 100%;
    height: auto;
}