html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
    line-height: 1;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: "microsoft yahei", "arial black";
    width: 100%;
    margin: 0 auto;
}

body {
    background-color: #fff;
    font-size: 14px;
    color: #333;
}

em {
    font-style: normal;
}
i{
    font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #232323;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input,
textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipse-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.wrapper-center {
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
}
@media screen and (max-width: 1200px) {
    html,body{
        width: 1200px;
    }
    .wrapper-center {
        width: auto;
        min-width: 1200px;
    }
}
.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* media */
.media {
    padding: 24px 0 29px 0;
    height: 300px;
    overflow: hidden;
    background-color: #f7f7f7;
}

.media .ti {
    border-bottom: solid 5px #cc091c;
    margin-bottom: 5px;
}

.media .ti .tit {
    width: 181px;
    height: 50px;
    background-color: #d4091d;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    border-radius: 3px 3px 0 0;
}

.media .ti ul li {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #3d3d3d;
    margin-left: 42px;
    cursor: pointer;
}

.media .tab-sel {
    color: #bd0d1d !important;
    font-weight: bold;
}

.media .text .swiper-father {
    height: 192px;
    position: relative;
}

.media .text .swiper-container {
    width: 100%;
    height: 157px;
}

.media .text .swiper-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.media .text .swiper-slide a img {
    width: 100%;
    height: 100%;
}

.media .text .swiper-slide a div {
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 232px;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    background: rgba(66, 66, 66, 0.4);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 0px 20px;
}

.med {
    display: none;
}

.med1 {
    display: block;
}

.med .swiper-pagination {
    position: absolute;
    width: 1200px;
    bottom: 0;
    margin-top: 20px;
}

.med .swiper-pagination-bullet {
    width: 40px;
    height: 10px;
    border-radius: 5px;
    margin-right: 10px;
}

.med .swiper-pagination-bullet-active {
    background-color: #d4091d;
}