@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;
}

*html {
    background-image: url(about:blank);
    background-attachment: fixed;
}

body {
    font-size: 12px;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    min-width: 1200px;
}

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: 80px;
}
.hdwrap {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    line-height: 80px;
}
.hdwrap .left {
    float: left;
}
.hdwrap .right {
    float: right;
}
.hdwrap .left .logo {
    height: 40px;
    vertical-align: top;
    margin: 20px 0;
}
.hdwrap .left .text {
    font-size: 22px;
    margin-left: 30px;
    padding-top: 6px;
    line-height: 74px;
    vertical-align: top;
}
.hdwrap .right .lnk {
    font-size: 16px;
    color: #fff;
}
.hdwrap .right .lnk + .lnk {
    margin-left: 50px;
}
/* 公共头部 E */
/* 右边浮动工具栏S */
.fixedtool {
    position: fixed;
    bottom: 60px;
    right: 150px;
    width: 145px;
    padding: 30px 30px 10px 30px;
    z-index: 100;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.fixedtool .qrCode-wrap img {
    width: 100%;
    display: block;
}
.fixedtool .qrCode-wrap .p1 {
    font-size: 20px;
    color: #5b5b5b;
    text-align: center;
    margin: 10px 0;
}
.fixedtool .black-top {
    display: block;
    height: 30px;
    background: url(../img/i/icon-totop.png) no-repeat;
    background-position: center;
    background-size: 35px;
}
/* 右边浮动工具栏E */


/* 内容导航栏S */
.main-nav {
    padding: 30px 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: 16px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    margin: 0 22px;
}
.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 */
.pagelist {
    width: 100%;
    height: 34px;
    line-height: 34px;
    letter-spacing: 0;
    font-family: "Arial Black";
    font-size: 10px;
    margin: 10px 0;
    text-align: center;
}

.pagelist .pagelist-inner {
    display: inline-block;
}

.pagelist a,
.pagelist span {
    font-size: 16px;
    margin: 0 2px;
    padding: 0 12px;
    display: inline-block;
}

.pagelist a {
    display: inline-block;
    color: #313030;
    border: 1px solid #313030;
    background: #fff;
    text-align: center;
}

.pagelist a:not(.disabled):hover {
    color: #fff;
    border: 1px solid #c91623;
    background: #c91623;
}

.pagelist a.on {
    color: #fff;
    border: 1px solid #c91623;
    background: #c91623;
}

.pagelist span.current {
    color: #fff;
    border: 1px solid #c91623;
    background: #c91623;
    padding: 0 12px;
}
.pagelist .last,
.pagelist .next {
    border: 1px solid #fff;
}
.pagelist a.disabled {
    cursor: text;
}
/* 分页样式E */


/* 大图轮播S */
.swiper-wp {
    overflow: hidden;
}
.swiper-wp .swiper-container {
    max-width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.swiper-wp .swiper-slide img {
    display: block;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
}
.swiper-wp .swiper-container-horizontal>.swiper-pagination>.swiper-pagination-bullet {
    margin: 0 6px;
}
.swiper-wp .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    opacity: .75;
}
.swiper-wp .swiper-pagination-bullet-active {
    background: #e5e5e5;
    transform: scale(1.5, 1.5);
}
/* 大图轮播E */