@charset "utf-8";

/*  ==== */
* {
    margin: 0;
    padding: 0;
    outline: medium;
    text-decoration: none;
    box-sizing: border-box;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.hide {
    display: none !important;
}

.show {
    display: block;
}

span {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

body {
    font-size: 12px;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    max-width: 1080px;
    margin: 0 auto;
}

iframe {
    display: block;
}

a {
    text-decoration: none;
    color: #369;
}

button {
    cursor: pointer;
}

img {
    border: none;
}

input {
    text-indent: 4px;
}

input[type='submit'] {
    text-indent: 0;
}

.imgwrap img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.imgwrap * {
    font-size: inherit;
}

.itemwrap {
    /* width: 1200px; */
    margin: 0 auto;
}

.text-cut {
    overflow:hidden; 
    text-overflow:ellipsis;
    white-space:nowrap;
}

.text-cut2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:2;
}

.text-cut3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.error {
    color: #eb1d21;
}

/* 公共头部 S */
.head {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    background-color: #e1251a;
}
.head,
.head-wrapper {
    height: 1.2rem;
}
.hdwrap .left {
    float: left;
}
.hdwrap .right {
    float: right;
}
.hdwrap .left .logo {
    height: .45rem;
    vertical-align: top;
    margin: .375rem 0 .375rem .4rem;
}
.hdwrap .right-menu {
    width: 1rem;
    height: 1rem;
    display: block;
    margin: .1rem;
    background: url(../img/i/icon-menu.png) no-repeat;
    background-size: .34rem;
    background-position: center;
    background-repeat: no-repeat;
}
.right-nav {
    position: fixed;
    width: 0;
    height: 100%;
    z-index: 90;
    top: 0;
    left: 0;
}
.right-nav.is-loading {
    width: 100%;
}
.right-nav .right-nav-bg {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 91;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}
.right-nav .right-nav-content {
    transition: width .2s ease-out;
    -moz-transition: width .2s ease-out; /* Firefox 4 */
    -webkit-transition: width .2s ease-out; /* Safari 和 Chrome */
    -o-transition: width .2s ease-out; /* Opera */
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 92;
    height: 100%;
    background-color: #e0e0e0;
    padding-top: 1.2rem;
    overflow: hidden;
}
.right-nav.is-open .right-nav-content {
    width: 5.25rem;
}
.right-nav .right-nav-content .lnk {
    font-size: .3rem;
    line-height: .4rem;
    color: #000;
    display: block;
    height: 1rem;
    padding: .3rem .45rem;
    border-bottom: .02rem solid #fff;
    overflow: hidden;
    white-space: nowrap;
}
/* 公共头部 E */


/* 公告底部 S */
.footer {
    padding: .6rem .3rem;
    background-color: #e1251b;
}
.footerInfo {
    text-align: center;
    color: #dddddd;
    font-size: .2rem;
}
.footerInfo p,
.footerInfo a {
    color: #dddddd;
    font-size: .2rem;
}

.footerInfo p + p {
    margin-top: 10px;
}

.footimg {
    margin-top: 15px;
}
.footimg .jsimg {
    margin: 0 2px;
}
.footimg .jsimg img {
    /* width: .92rem; */
    height: .34rem;
}
/* 公共底部E */


/* 内容导航栏S */
.main-nav {
    padding: .2rem 0;
    background-color: #e1251b;
}
.main-nav .main-nav-inner {
    display: inline-block;
    font-size: 0;
}
.main-nav .main-nav-inner .main-nav-link {
    display: inline-block;
    font-size: .22rem;
    color: #fff;
    height: .6rem;
    line-height: .6rem;
    margin: 0 .22rem;
}
.main-nav .main-nav-inner .main-nav-link:hover,
.main-nav .main-nav-inner .main-nav-link.active {
    border-bottom: 1px solid #fff;
}
/* 内容导航栏E */


/* 大图轮播S */
.swiper-wp {
    overflow: hidden;
}
.swiper-wp .swiper-container {
    width: 100%;
}
.swiper-wp .swiper-slide img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: .4rem;
}
.swiper-wp .swiper-container-horizontal>.swiper-pagination>.swiper-pagination-bullet {
    margin: 0 .12rem;
}
.swiper-wp .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 1;
}
.swiper-wp .swiper-pagination-bullet-active {
    background: #fff;
    /* transform: scale(1.5, 1.5); */
}
.ss-swiper-button-prev,
.ss-swiper-button-next {
    width: .6rem;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
    background-position: center;
    background-size: .32rem;
    background-repeat: no-repeat;
    background-image: url("../img/i/icon-swiper-button.png");
    cursor: pointer;
}
.ss-swiper-button-prev {
    left: 0;
    transform: rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}
.ss-swiper-button-next {
    right: 0;
}
.ss-swiper-button-prev.swiper-button-disabled,
.ss-swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
/* 大图轮播E */


/* 分页 S */
.pagination {font-size:0;margin:0 !important;padding: .1rem .1rem .5rem;text-align: center;}
.pagination li{line-height: 1;border:1px solid #e6e6e6;padding: .1rem .14rem;display: inline-block; margin: .06rem;}
.pagination .active{background-color: #c91623;color: #fff;}
.pagination .disabled{color: #aaa;}
.pagination .bt{font-size: .2rem;display: block;}
.pagination a{color: #000;display: block;}
/* 分页 E */


/* 标题 */
.title {
    margin: 1rem 0 .4rem;
    padding: 0 .3rem;
    text-align: center;
    width: 100%;
    overflow: hidden;
}
.title .t1 {
    font-size: .42rem;
    line-height: 1.2;
    color: #5b5b5b;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
}
.title .t1::after,
.title .t1::before {
    content: "";
    width: .65rem;
    height: .04rem;
    background-color: #5b5b5b;
    position: absolute;
    top: 50%;
    margin-top: -.01rem;
}
.title.color-white .t1 {
    color: #fff;
}
.title.color-white .t1::after,
.title.color-white .t1::before {
    background-color: #fff;
}
.title .t1::after {
    left: -.8rem;
}
.title .t1::before {
    right: -.8rem;
}
.title .t2 {
    font-size: .22rem;
    color: #5b5b5b;
    margin-top: .1rem;
}
/* 标题 */


/* 新闻列表 */
.news-item {
    display: block;
    padding: .4rem 0;
}
.news-item + .news-item {
    border-top: 1px solid #ededed;
}
.news-item .item-cover {
    width: 2.75rem;
    height: 1.9rem;
    float: left;
}
.news-item .item-cover img {
    width: 100%;
    height: 100%;
    display: block;
}
.news-item .item-content {
    padding-left: 3.05rem;
}
.news-item .item-content .item-title {
    font-size: .28rem;
    color: #5b5b5b;
    height: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: .3rem;
}
.news-item .item-content .item-time {
    font-size: .25rem;
    color: #888888;
    text-align: right;
}