@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

body {
    font: 16px/1.8em "Microsoft Yahei", sans-serif;
    min-width: 1250px;
    line-height: 1.8;
    background: #F0FFFF;
}

.con1000 {
    width: 1000px;
    margin: 30px auto;
}

a {
    color: #000;
    text-decoration: none;
}


/* a:link,
a:visited,
a:hover,
a:active {
    color: #000;
} */

a:hover {
    text-decoration: underline;
}

p {
    color: #000;
}

ul,
ol,
dl {
    list-style: none;
}

img {
    border: 0px;
    width: 100%;
    height: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear::after {
    display: block;
    content: "";
    clear: both;
}

.blank30 {
    height: 30px;
}


/* 开场 浮层 E */

.banner {
    width: 100%;
    height: 450px;
}

.main {}

.main .qianyan {
    margin: 0 auto 80px;
    width: 1000px;
    /* padding: 30px; */
    box-sizing: border-box;
    font-size: 20px;
    line-height: 2;
    /* text-decoration: underline;
    text-decoration-color: #440100;
    text-decoration-style: wavy; */
}

.main .qianyan p span {
    font-size: 22px;
    font-weight: bold;
}

/* 精彩瞬间轮播图  第二版*/

#carousel{
	width: 1100px;
	margin: 0 auto;
}

.swiper-container {
    width: 1100px;
    height: 400px;
}

.swiper-slide {
    position: relative;
    width: 1000px;
    height: 400px;
    background: url(../images/ys_first_box.png) no-repeat center top;
}

.swiper-slide .sp {
    padding: 26px 32px 27px 68px;
    width: 630px;
    height: 352px;
    overflow: hidden;
    text-align: center;
    float: left;
}

.swiper-slide .sp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide .wz {
    float: left;
    width: 290px;
    height: 352px;
    overflow: hidden;
    text-align: left;
    padding-top: 19px;
    padding-right: 10px;
    box-sizing: border-box;
}

.swiper-slide .wz h2,
.sp_list_con h2 {
    line-height: 1.6;
    font-size: 20px;
    margin: 40px 0 30px;
    max-height: 64px;
    overflow: hidden;
    color: #440100;
}

.swiper-slide .wz h2 a,
.sp_list_con h2 a {
    color: #440100;
}

.swiper-slide .wz .p1,
.sp_list_con .p1 {
    font-size: 16px;
    line-height: 1.8;
    max-height: 168px;
    overflow: hidden;
}

.swiper-slide .wz .p2,
.sp_list_con .p2 {
    text-align: right;
    font-style: italic;
    font-size: 14px;
    color: #444;
    margin: 30px 0 20px;
    height: 22px;
    overflow: hidden;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    width: 45px;
    height: 100px;
    /* background: url(../images/ys_button.png) no-repeat; */
    margin: -50px -15px;
}

.swiper-container .swiper-button-next {
    background-position: -85px 0;
}

.swiper-button-next:after, .swiper-button-prev:after{
	color: #440100;
}

/* 第一屏E 视频列表S */

.decollate {
    width: 970px;
    height: 30px;
    font-size: 16px;
    color: #440100;
    overflow: hidden;
}

.sp_list {
    margin-top: 50px;
    padding-top: 50px;
    /* border-top: 1px #440100 solid; */
}

.sp_list::before {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #440100;
}

.sp_list ul li {
    margin-bottom: 50px;
}

.sp_list ul li .sp_list_img {
    width: 340px;
    height: 200px;
    padding: 40px 20px;
    float: left;
}

.sp_list ul li img {
    width: 100%;
    height: 100%;
    border: 1px #440100 solid;
    object-fit: cover;
}

.sp_list ul li:nth-child(2n) .sp_list_img {
    float: right;
    /* margin: 0 0 0 40px; */
}

.sp_list_con {
    width: 600px;
    float: left;
    border-top: 1px #440100 solid;
    position: relative;
}

.sp_list_con::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 0;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #440100;
}

.sp_list ul li:nth-child(2n) .sp_list_con::before {
    right: auto;
    left: 0;
}

.more{
	text-align: center;
	padding: 15px 0;
}

.more a{
	color: #440100;
	font-size: 13px;
}