@charset "utf-8";
/************************
 * 描述：HTML5基类样式
 * 作者：Siber.xu
 * 时间：2016-07-15
************************/

/* 常用标签初始样式 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
}

/***************************/

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}

body {
    line-height: 1.5;
    font-size: 13px;
    font-family: "Microsoft YaHei", Arial, Helvetica, SimSun, sans-serif;
    background-color: #f5f5f5;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

* {
    -webkit-tap-highlight-color: transparent;
    outline: 0; /*去除点击是蓝色的边框*/
}

/**:not(input,textarea) {-webkit-touch-callout: none;-webkit-user-select: none;}*//*禁用复制文字*/
/*html, body {-webkit-user-select: none;   user-select: none;}*//* 禁止选中文本（如无文本选中需求，此为必选项） */
textarea {
    resize: none;
}

/*页脚*/
footer {
    background-color: #444;
    border-top: 2px solid #ea562e;
    color: #999;
    width: 100%;
    overflow: hidden;
    line-height: 1.2em;
    font-size: 0.8em;
    padding-bottom: 7em;
}

footer h2 {
    text-align: center;
    font-size: 1.4em;
    line-height: 2.5em;
}

footer p {
    padding: 0 1em;
}

footer .footer-menu {
    -webkit-transition: right .5s ease;
    transition: right .5s ease;
    margin: 0 auto;
    width: 100%;
    height: 5em;
    bottom: 0px;
    padding-bottom: 1%;
    position: fixed;
    z-index: 999;
    background-color: #ea562e;
    max-width: 1000px;
}

.footer-menu ul {
    overflow: hidden;
}

.footer-menu ul li {
    float: left;
    width: 33%;
    text-align: center;
    padding-top: 0.6em;
}

.footer-menu ul li span {
    font-size: 2.2em;
    color: #fff;
}

.footer-menu ul li p {
    font-size: 1.2em;
    color: #fff;
    margin-top: 0.3em;
}

.footer-menu a {
    display: block;
}

/* 自定义通用样式 */
.wrapper {
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.clear {
    clear: both;
}

.blank {
    height: 10px;
}

.hide {
    display: none;
}

.gray {
    color: gray;
}

.paddingtb10 {
    padding: 10px 0;
}

.paddinglr10 {
    padding: 0 10px;
}

.padding10 {
    padding: 10px;
}

.rmb {
    font-family: "Microsoft YaHei";
}

.red {
    color: #d30000;
}

.none {
    display: none;
}

.disabled {
    color: #ccc;
}

.pointer {
    cursor: pointer;
}

/*clearfix*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.bg_white {
    background-color: #fff;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

/*去掉type=number默认样式*/
input[type='number']::-webkit-textfield-decoration-container {
}

input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

a:visited {
    text-decoration: none;
    color: #333;
}

input[type=button], input[type=submit], input[type=file], input[type=text], button {
    cursor: pointer;
    -webkit-appearance: none;
}

.imglist ul li .imgdiv {
    position: relative;
}

.cover {
    position: relative;
}

.imgBox {
    position: relative;
}

.nosall {
    position: absolute;
    display: block;
    width: 85px;
    font-size: 30px;
    color: #fff;
    background-color: #000;
    opacity: 0.5;
    border-radius: 50%;
    text-align: center;
    padding: 20px 0;
    top: 50%;
    left: 50%;
    margin-top: -42px;
    margin-left: -42px;
}

.cover .nosall {
    display: none;
}

.imgBox .nosall {
    display: none;
    color: #fff;
    width: 85px;
    font-size: 30px;
    text-align: center;
    padding: 33px 0;
}

.img .nosall {
    display: none;
}

.img_imgTop {
    padding-left: 100px;
    width: 60px;
    height: 60px;
    margin: 5px 0;

}

.img_imgTop #imgTop {
    width: 100%;
    height: 100%;
}

.header {
    width: 100%;
    height: 5em;
    background: #fe6455;
}

.header .logo {
    height: 100%;
    background: url("../in/logo.png") no-repeat center;
    background-size: 100%;
}

#top-nav {
    background: #e9e9e9;
    padding-bottom: 2px;
}

#top-nav .swiper-slide {
    margin-left: 10px;
    text-align: center;
    width: 4.5em;
}

#top-nav .on {
    border-bottom: 0.2em solid #fe6455;
}

#top-nav .swiper-slide a {
    display: block;
    color: #5e5e5e;
    font-size: 1.4em;
    padding: 0.5em 0 0.3em 0;
}

#top-nav .swiper-slide a:hover {
    color: #fe6455;
    border-bottom: 0.2em solid #fe6455;
}

#banner .swiper-pagination-bullet {
    width: 0.6em;
    height: 0.6em;
    background: #fff;
}

.box {
    overflow: hidden;
    width: auto;
}

.box ul {
    display: block;
    overflow: hidden;
}

.box ul li {
    float: left;
    overflow: hidden;
    width: 25%;
    text-align: center;
}

.box ul li a {
    margin: 15%;
    display: block;
    color: #333;
}

.box ul li a img {
    width: 100%;
    border-radius: 50%;
}

.box ul li a p {
    font-size: 1em;
    padding-top: 5px;
}

/* 列表样式 一列 */
.list-box-title {
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.list-box-title h2 {
    font-size: 1.4em;
    border-left: 0.2em solid #fe6455;
    padding-left: 10px;

}

.list-box {
    background-color: #fff;
}

.list-box ul {
    display: block;
    padding: 10px;
}

.list-box ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding: 5px 0 10px 0px;
    position: relative;
    overflow: hidden;
}

.list-box ul li:last-child {
    border-bottom: 0px;
}

.list-box ul li a {
    display: block;
    overflow: hidden;
}

.list-box ul li a:hover {
    background: #eee;
}

.list-box .box-pic {
    float: left;
    width: 38%;
    text-align: center;
    transition: .3s;
    -webkit-transition: .3s;
}

.list-box .box-right {
    float: left;
    width: 58%;
    margin-left: 2%;
}

.list-box .box-pic img {
    max-width: 100%;
}

.list-box .box-title {
    padding-bottom: 0.3em;
    font-size: 1.2em;
    color: #333;
}

.list-box .box-subtitle {
    padding-bottom: 0.3em;
    font-size: 1.1em;
    color: #666;
}

.list-box .box-con {
    font-size: 1em;
    color: #999;
    margin-bottom: 0.3em;
}

.list-box .box-bottom {
    font-size: 1em;
    color: #cfcfcf;
}

.list-box .box-bottom .time {
    display: inline-block;
    padding-left: 1.3em;
    background: url('../images/biao.jpg') no-repeat left center;
    background-size: 1em 1em;
}

/* 列表 -二栏 */
.list-wrapper {
    overflow: hidden;
    padding: 0.5em;
    background-color: #fff;
}

.list-wrapper .list-item {
    float: left;
    width: 50%;
    position: relative;
    box-sizing: border-box;
}

.list-wrapper .img-wrapper {
    padding: 0.4em;
}

.list-wrapper .img-wrapper img {
    width: 100%;
}

.list-wrapper ul li a {
    display: block;
    overflow: hidden;
}

.list-wrapper .i_text {
    text-align: center;
    font-size: 1.0em;
    color: #666;
}

/* 分页 */
.paging {
    padding: 1.6em 0 3em;
    text-align: center;
    background: #fff;
}

.paging a {
    border: 1px solid #ccc;
    border-radius: 25%;
    color: #666;
    display: inline-block;
+ display: inline-block;
    margin: 0 5px;
    height: 1.6em;
    width: 1.6em;
    text-align: center;
    line-height: 1.6em;
    transition: .3s;
    -webkit-transition: .3s;
    font-size: 1.2em;
}

.paging a.current, .paging a.undisable {
    cursor: text;
    border-color: #ea562e;
    color: #ea562e;
}

.paging a.undisable:hover {
    border: 1px solid #ccc;
    border-radius: 25%;
    color: #666
}

.paging a.current, .paging a:hover {
    text-decoration: none
}

/* 表单 */
.form-group {
    overflow: hidden;
    margin-bottom: 10px;
}

.form-group .control-label {
    float: left;
    width: 25%;
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    padding-right: 10px;
}

.form-group .col-right {
    float: left;
}

.form-group .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-group span {
    display: inline-block;
    color: red;
}

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 10px;
    padding-top: 5px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ac2925;
    border-radius: 4px;
    color: #fff;
    background-color: #c9302c;
}