* {
    margin: 0;
    padding: 0;
}

em,
i {
    font-style: normal !important;
}

li {
    list-style: none;
}

img {
    border: 0;
    /* 将元素放在父元素的中部 */
    vertical-align: middle;
}


/* 鼠标在botton上变成小手 */

button {
    cursor: pointer;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #c00;
}

button,
input {
    outline: none;
}

body {
    /* background-color: #fdf5f1; */
    color: #333;
    /* min-width: 1100px; */
    min-width: 1200px;
    /* background: #fdf5f1; */
}


/*清除浮动*/

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.main {
    /* background: url(../images/bg_bottom.png) no-repeat center bottom; */
    position: relative;
    z-index: 2;
}

.main .container {
    width: 1220px;
    margin: 0 auto;
    /* background: #fff; */
    height: auto;
    box-sizing: border-box;
}

.footer {
    overflow: hidden;
    height: 180px;
    background: #ea1302;
}

.footer .in {
    padding-top: 50px;
    text-align: center;
}

.footer span {
    margin-top: 44px;
    font-size: 14px;
    color: #fff;
    line-height: 34px;
}


/*轮播2*/

.imgSwiper-box {
    padding: 0 10px 15px 10px;
    /* height: 480px; */
    /* overflow: hidden; */
    /* background: #fff; */
}

.imgSwiper-box .img-list,
.imgSwiper-box .video-list {
    margin-top: 15px;
    padding-left: 0px;
}

.imgSwiper-box .img-list ul li,
.imgSwiper-box .video-list ul li {
    /* float: left;
    width: 190px;
    height: auto;
    margin-right: 4px; */
    /* margin-bottom: 30px; */
    width: 380px;
    float: left;
    margin-right: 15px;
    margin-top: 16px;
}

.imgSwiper-box .img-list ul li span,
.imgSwiper-box .video-list ul li span {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #999;
    /* background: #333; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
}

.imgSwiper-box .img-list ul li:hover p,
.imgSwiper-box .video-list ul li:hover p,
.imgSwiper-box .img-list ul li:hover span,
.imgSwiper-box .video-list ul li:hover span {
    color: #c00;
}

.imgSwiper-box .img-list ul li img,
.imgSwiper-box .video-list ul li img {
    width: 380px;
    height: 253px;
    transition: all 0.6s;
    overflow: hidden;
}


/* .imgSwiper-box .img-list ul li img:hover,
.imgSwiper-box .video-list ul li img:hover {
    transform: scale(1.1);
} */

.imgSwiper-box .img-list ul li a,
.imgSwiper-box .video-list ul li a {
    overflow: hidden;
    display: block;
    width: 380px;
    height: 290px;
    cursor: pointer;
    position: relative;
}

.imgSwiper-box .img-list ul li p,
.imgSwiper-box .video-list ul li p {
    /* margin-top: 8px; */
    /* padding: 0 5px; */
    text-align: left;
    font-size: 14px;
    color: #666;
    width: 190px;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 12px;
    margin-bottom: 20px;
}


/* 
.imgSwiper-box .img-list ul li:nth-child(6n),
.imgSwiper-box .video-list ul li:nth-child(6n) {
    margin-right: 0;
}

.imgSwiper-box .img-list ul li:nth-child(n+6),
.imgSwiper-box .video-list ul li:nth-child(n+6) {
    margin-bottom: 0;
} */

.imgSwiper-box .video-list {
    display: none;
}

.imgSwiper-box .video-gd {
    display: none;
}

.imgSwiper-box .img-list {
    display: block;
}

.imgSwiper-box .img2 {
    display: none;
    cursor: pointer;
}

.imgSwiper-box .img1 {
    cursor: pointer;
}

.imgSwiper-box .video2 {
    display: none;
    cursor: pointer;
}

.imgSwiper-box .video {
    cursor: pointer;
}

.imgBox {
    width: 190px;
    height: 139px;
    overflow: hidden;
    position: relative;
}

.imgBox:hover .opcTop {
    animation: opcTopRotate 600ms linear 1;
    -webkit-animation: opcTopRotate 600ms linear 1;
    /*Safari and Chrome*/
}

.imgBox .opc {
    z-index: 2;
    width: 215px;
    height: 217px;
}

.imgBox .opcTop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/vedio_stop.png) no-repeat center center;
    z-index: 3;
    background-size: 38px;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 52%;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -40px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 50px;
    line-height: 1;
    opacity: .75;
    color: #ccc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -40px;
}

[dir='rtl'] .slick-prev {
    right: -50px;
    left: auto;
}

.slick-prev:before {
    content: "\2190";
}

[dir='rtl'] .slick-prev:before {
    content: "\2190";
}

.slick-next {
    right: -35px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -47px;
}

.slick-next:before {
    content: "\2192";
}

[dir='rtl'] .slick-next:before {
    content: "\2192";
}


/* Dots */

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.slick-prev,
.slick-next {
    border-radius: 50%;
}

.slick-prev:before,
.slick-next:before {
    content: '';
}

.slick-prev {
    background: url(../images/button_pre.png) no-repeat center center;
}

.slick-next {
    background: url(../images/button_next.png) no-repeat center center;
}

.slick-prev:hover,
.slick-prev:focus {
    background: url(../images/button_pre.png) no-repeat center center;
}

.slick-next:hover,
.slick-next:focus {
    background: url(../images/button_next.png) no-repeat center center;
}