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: MiSans, MiSans;
}

/* 短引用的内容可取值：''或"" */
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, 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;
}

.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;
}

/* 清除列表样式 */
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;
}

.w1280 {
    width: 1280px;
    min-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.header-com {
    position: relative;
    width: 100%;
    min-width: 1300px;
}

.header-com .header-top {
    width: 100%;
    height: 144px;
    background: #E60012;
}

.header-com .header-top-wrapper {
    height: 144px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-com .header-top .header-top-wrapper .logo {
    width: 264px;
    height: auto;
}

.header-com .header-top .header-top-wrapper .adv-text {
    margin-top: 10px;
    width: 376px;
    height: 72px;
}

.header-com .header-top .header-top-wrapper .search-wrapper {
    width: 360px;
}

.header-com .header-top .header-top-wrapper .search-wrapper .search .el-input input {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    background: rgba(255,255,255,0);
    border: 1px solid #ffffff;
    border-right: none;
    color: #ffffff;
}

.header-com .header-top .header-top-wrapper .search-wrapper .search .el-input .el-input-group__append {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    background: rgba(255,255,255,0);
    border: 1px solid #ffffff;
    border-left: none;
}

.header-com .header-top .header-top-wrapper .search-wrapper .search .el-input.is-active .el-input__inner, .el-input__inner:focus {
    border: 1px solid #ffffff;
}

.header-com .header-top .header-top-wrapper .search-wrapper .search .el-input .el-button .el-icon-search::before {
    color: #ffffff;
    zoom: 1.2;
    position: relative;
    top: 0.4px;
}

.header-com .header-top .header-top-wrapper .search-wrapper .search .el-input .el-button span {
    font-size: 14px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #FFFFFF;
}

.header-com .header-top .header-top-wrapper .calendar {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #FFFFFF;
}

.header-com .header-nav {
    width: 100%;
    height: 56px;
    background: #D7D7D7;
    transition: all .3s ease-out;
    /*overflow: hidden;*/
}

.nav_H112 {
    height: 112px !important;
}

.header-com .header-nav .nav-box {
    width: 832px;
}

.header-com .header-nav .nav-box .list {
    position: relative;
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-com .header-nav .nav-box .list .item {
    float: left;
    padding: 18px 10px;
}

.header-com .header-nav .nav-box .list .item:hover {
    background: #ffffff;
}

.header-com .header-nav .nav-box .list .item:last-child {
    padding-right: 30px;
}

.header-com .header-nav .nav-box .list .item .links {
    font-size: 16px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    color: #333333;
}

.header-com .header-nav .nav-box .list .item .links img {
    width: 16px;
    height: 16px;
}

.header-com .header-nav .nav-box .list .item .child-box {
    display: none;
    position: absolute;
    top: 56px;
    left: 0;
    width: 1273px;
    min-height: 55px;
    background: #ffffff;
    z-index: 999;
}

.header-com .header-nav .nav-box .list .item .child-box .child-list {
    overflow: hidden;
    /* height: 56px; */
    line-height: 56px;
}

.header-com .header-nav .nav-box .list .item .child-box .child-list .child-item {
    float: left;
    padding-left: 39px;
}

.header-com .header-nav .nav-box .list .item .child-box .child-list .child-item .child-links {
    font-size: 16px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #333333;
}


.arrowDown{-webkit-transition: -webkit-transform 0.4s ease-out;-moz-transition: -webkit-transform 0.4s ease-out;transition: -webkit-transform 0.4s ease-out;transform-origin:center center;transform: rotate(0deg);}
.arrowUp{-webkit-transition: -webkit-transform 0.4s ease-out;-moz-transition: -webkit-transform 0.4s ease-out;transition: -webkit-transform 0.4s ease-out;transform-origin:center center;transform: rotate(180deg);}

.header-com .header-nav .oter-info {
    width: 445px;
    height: 56px;
    /*overflow: hidden;*/
}

.header-com .header-nav .oter-info .phone {
    padding: 15px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.header-com .header-nav .oter-info .phone a {
    position: relative;
    margin-left: 8px;
    display: inline-block;
    width: 64px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #E60012;
    border-radius: 14px;
    color: #ffffff;
    z-index: 99;
}

.header-com .header-nav .oter-info .phone a .mobile-code {
    display: none;
    position: absolute;
    top: 41px;
    left: -10px;
    width: 80px;
    height: 80px;
    line-height: 26px;
    padding: 4px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0
}

.header-com .header-nav .oter-info .phone a:hover .mobile-code {
    display: block;
}

.header-com .header-nav .oter-info .phone a .mobile-code img {
    width: 100%;
    height: 100%;
}

.header-com .header-nav .oter-info .qmtjz {
    padding: 15px;
    border-right: 1px solid #dddddd;
}

.header-com .header-nav .oter-info .qmtjz a {
    display: inline-block;
    width: 84px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #E60012;
    border-radius: 14px;
    color: #ffffff;
}

.header-com .header-nav .oter-info .mailbox {
    padding: 15px;
    border-right: 1px solid #dddddd;
}

.header-com .header-nav .oter-info .physical {
    border-right: 1px solid #dddddd;
    width: 51px;
    height: 56px;
    text-align: center;
    line-height: 50px;
}

.column-title-com {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.column-title-com .title .links {
    display: inline-block;
    margin-right: 24px;
    font-size: 22px;
    font-family: MiSans, MiSans;
    font-weight: 600;
    color: #333333;
}

.column-title-com .more a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/more-icon.png") no-repeat;
    background-size: 100% 100%;
}

.footer-com {
    width: 100%;
    min-width: 1300px;
    padding: 30px 0;
    overflow: hidden;
    background: #F5F5F7;
}

.link-all {
    background: #F5F5F7;
    overflow: hidden;
}

.link-all .medium-links {
    margin-top: 32px;
}

.link-all .medium-links .title {
    font-size: 16px;
    font-family: MiSans, MiSans;
    font-weight: 600;
    color: #333333;
}

.link-all .medium-links .medium-box {
    position: relative;
    left: -10px;
    padding-top: 8px;
}

.link-all .medium-links .medium-box a {
    padding: 5px 10px;
    display: inline-block;
    font-size: 14px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #999999;
}

.link-all .xian {
    margin-top: 24px;
    display: block;
    width: 1280px;
    border: 1px solid #dddddd;
}

.footer-com .footer-nav {
    text-align: center;
}

.footer-com .footer-nav a {
    padding-right: 32px;
    font-size: 14px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #333333;
}

.footer-com .law {
    margin-top: 16px;
    text-align: center;
}

.footer-com .law a {
    padding-right: 24px;
    font-size: 14px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #999999;
}

.footer-com .filings {
    width: 100%;
    margin-top: 16px;
}

.footer-com .filings ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer-com .filings ul li a {
    font-size: 14px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #999999;
}

.footer-com .filings ul li {
    color: #999999;
}

.footer-com .filings ul li:last-child {
    display: none;
}

.footer-com .credible {
    margin-top: 32px;
    width: 100%;
    text-align: center;
}

.footer-com .credible img {
    width: 132px;
    height: 48px;
    margin-right: 32px;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #E60012;
    color: #FFF;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
    background-color: #E60012;
    color: #FFF;
}

.information {
    margin-top: 24px;
    width: 100%;
    height: 40px;
    background: #F5F5F7;
}

.information .nowNews .nowNews-title p {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: MiSans, MiSans;
    font-weight: 600;
    color: #E60012;
}

.information .nowNews-con {
    overflow: hidden;
    box-sizing: border-box;
}

.information .nowNews-con ul {
    height: 40px;
    flex: 1;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
}

.information .nowNews-con ul li {
    float: left;
    margin-right: 40px;
}

.information .nowNews-con ul li a {
    line-height: 40px;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #333333;
}

.hot-box {
    height: 480px;
    background: #F5F5F7;
}

.hot-box .hot-bg {
    display: flex;
    align-items: center;
    height: 56px;
    background: #E60012;
}

.hot-box .hot-bg img {
    margin-left: 16px;
}

.hot-box .hot-list {
    position: relative;
}

.hot-box .hot-list .item {
    padding: 0 22px;
    padding-top: 18px;
}

.hot-box .hot-list .item .links {
    font-size: 16px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.hot-box .hot-list .item:nth-child(1) .links, .hot-box .hot-list .item:nth-child(6) .links{
    /*font-size: 18px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    color: #333333;*/
}

.adv-com {
    display: flex;
    flex-direction: column;
}

.adv-com .links {
    margin-top: 24px;
    display: inline-block;
    width: 404px;
    height: 120px;
}

.adv-com .links img {
    width: 100%;
    height: 100%;
}

.column-header {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    border-bottom: 2px solid #E60012;
}

.column-header .logo-text a {
    margin-left: 8px;
    display: inline-block;
    padding: 3px 10px;
    font-size: 14px;
    font-family: AlimamaShuHeiTi, AlimamaShuHeiTi;
    font-weight: bold;
    color: #FFFFFF;
    background: #E60012;
}

.column-header .column-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.column-header .column-tab .links {
    margin-left: 24px;
    font-size: 16px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #333333;
}

.oterItem:hover .child-box {
    display: block !important;
}

    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.adv-pic{border-radius: 10px;}
.adv-pic .swiper-container2{width: 100%;height: 300px;overflow: hidden;}
.adv-pic .swiper-slide{width: 20% !important;background: none;}
.adv-pic .swiper-slide img{width: auto;height: auto;object-fit: cover;}
.top-special{height:120px !important;}
.zzs {
    background: #e0e0e0;
    padding: 30px;
}
