body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, legend, button
form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

/* 酌情修改 */
body {
    font-size: 12px;
    font-family: "SimSun", "宋体", "Arial Narrow";
}

/* 短引用的内容可取值：''或"" */
q:before, q:after {
    content: '';
}

/* 缩写，图片等无边框 */
fieldset, img, abbr, acronym {
    border: 0 none;
}

abbr, acronym {
    font-variant: normal;
}

legend {
    color: #000;
}

/* 清除特殊标记的字体和字号 */
address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}

/* 上下标 */
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 表格标题及内容居左显示 */
caption, th {
    text-align: left;
}

input, img, select {
    vertical-align: middle;
}

/* 清除列表样式 */
ol, ul {
    list-style: none;
}

/* 输入控件字体 */
input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/* 标题元素样式清除 */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/* 链接样式，颜色可酌情修改 */
del, ins, a {
    text-decoration: none;
}

a:link {
    /*color: #009;*/
}

a:visited {
    /*color: #800080;*/
}

a:hover, a:active, a:focus {
    /*color: #c00;*/
    text-decoration: none;
}

/* 鼠标样式 */
input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.clear {
    clear: both;
}

[v-cloak]{
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
    border-radius: 100px
}

::-webkit-scrollbar:hover {
    background-color: rgba(0,0,0,.09)
}

::-webkit-scrollbar:horizontal {
    height: 0
}

::-webkit-scrollbar-thumb:vertical {
    background: rgba(0,0,0,.5);
    border-radius: 100px
}

::-webkit-scrollbar-thumb:active {
    background: rgba(0,0,0,.61);
    border-radius: 100px
}*/


/*通用样式 header*/
#app {
    width: 100%;
    box-sizing: border-box;
}

.w1200 {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.header-com {
    width: 100%;
    height: 184px;
    position: relative;
    overflow: visible;
    background: url("../images/header-com-bg.png") no-repeat center;
    background-size: 100% 100%;
}

.header-com .top-logo {
    width: 273px;
    height: 100%;
    background: url("../images/logo.png") no-repeat center;

}

.header-com .search-bar {
    display: flex;
    justify-content: right;
    align-items: center;
    height: 100%;
}

.header-com .search-bar .go-btn-con {
    height: 65px;
    margin-right: 16px;
}

.header-com .search-bar .go-btn-con .go-btn {
    display: inline-block;
    width: 84px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 14px;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #0F409E;
}

.header-com .search-bar .search {
    height: 65px;
    margin-top: 10px;
}

.header-com .search-bar .search .medium-icon-list {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
    height: 24px;
}

.header-com .search-bar .search .medium-icon-list .show-qrcode {
    display: none;
    position: absolute;
    top: 30px;
    width: 80px;
    height: 80px;
}

.header-com .search-bar .search .medium-icon-list .show-qrcode img {
    width: 100%;
    height: 100%;
}

.header-com .search-bar .search .medium-icon-list a {
    display: block;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
}

.header-com .search-bar .search .el-input {
    width: 304px;
    height: 38px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    color: #ffffff;
}

.header-com .search-bar .search .el-input .el-input__inner {
    background: rgba(255,255,255,0.1);
    border: none;
    color: #ffffff;
    font-size: 14px;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
}

.header-com .search-bar .search .el-input .el-input-group__append {
    background: none !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
}

.header-com .search-bar .search .el-input .el-input-group__append .el-button {
    background: rgba(255,255,255,0.1);
    border-radius: inherit;
}

.header-com .search-bar .search .el-input .el-input-group__append .el-button .el-icon-search::before {
    color: #ffffff;
}

/*导航*/
.header-nav {
    width: 100%;
    height: 120px;
    background: #DD2525;
}

.header-nav .nav-wrapper {
    display: flex;
    align-items: center;
}

.header-nav .sy {
    height: 65px;
    width: 22px;
    padding: 0 15px 0;
    line-height: 31px;
    margin: 12px 0 0;
}

.header-nav ul li {
    float: left;
    width: 162px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    /*margin-top: 4px;*/
}

.header-nav ul li.hover {
    background: #FF5050;
    border-radius: 2px;
    font-size: 18px;
    font-family: MiSans-Semibold, MiSans;
    font-weight: 600;
    color: #FFFFFF;
}

.header-nav ul li a {
    color: #FFFFFF;
    font-size: 18px;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    transition: all .2s
}


/*底部*/
.footer {
    height: 146px;
    background: #DD2525;
}

.footer .zhengfu-wrappaer {
    display: flex;
    height: 146px;
    align-items: center;
}

.footer .zhengfu-wrappaer .zhengfu-text {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}

.imgZoom:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.imgZoom img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.column-onimg-list {
    clear: both;
    overflow: hidden;
}

.column-onimg-list .column-onimg {
    width: 384px;
    padding-bottom: 30px;
    overflow: hidden;
}

.column-onimg-list .column-onimg .inTabList dl {
    position: relative;
    padding-top: 10px;
}

.column-onimg-list .column-onimg .inTabList dl dt {
    width: 384px;
    height: 216px;
    overflow: hidden;
}

.column-onimg-list .column-onimg .inTabList dl dd{
    text-align: justify;
    max-height: 60px;
    line-height: 22px;
    position: absolute;
    left: 0;
    bottom: 16px;
    width: 90%;
    padding: 10px 5%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    font-size: 16px;
    font-family: MiSans-Semibold, MiSans;
    font-weight: 600;
    color: #FFFFFF;
}
.inSwiper{width: 384px;height: 216px;position: relative; overflow: hidden; }
.inSwiper .pic img {display: block; }
.inSwiper .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 40px; width:100%;background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); overflow: hidden; }
.inSwiper .txt { position: absolute; bottom: 0; z-index: 2; height: 40px; width:100%; overflow: hidden; }
.inSwiper .txt li{ height:40px; line-height:40px; position:absolute; bottom:-40px;width:80%;}
.inSwiper .txt li a{
    display: block;padding: 0 0 0 10px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
    font-size: 16px;
    font-family: MiSans-Semibold, MiSans;
    font-weight: 600;
    color: #FFFFFF;
}
.inSwiper .num {
    position: absolute; z-index: 3; bottom: 9px; right: 8px;
    font-size: 16px;
    font-family: MiSans-Semibold, MiSans;
    font-weight: 600;
    color: #FFFFFF;
}

.imgZoom:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.imgZoom img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

