@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: url(../images/xczxkxy_bg.jpg) repeat-y top center/1920px; */
}

.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;
}


/* 开场视频 */

.video_maxbox {
	width: 100%;
	background: url(/images/videoBg.jpg) 0 0 repeat;
	position: fixed;
	z-index: 99;
}

.video_box {
	margin: 0 auto;
	position: relative;
	z-index: 9;
	border: 0;
}


/* 浮层 渐隐 */

.fuceng_max {
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.fuceng {
	margin: 0 auto;
	position: relative;
	z-index: 9;
	border: 0;
}

.fuceng #media {
	z-index: 100;
	position: absolute;
	object-fit: fill;
}


/* 开场 浮层 E */

.banner {
	/* background: url(../images/rdxsbanner.png) no-repeat top center;
    height: 800px;
    background-size: cover; */
	width: 100%;
	height: auto;
}

.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;
}


/* 左右轮播效果 第一版*/


/* 
.first_video {
    width: 1000px;
    height: 400px;
    margin: 0 auto 30px;
    position: relative;
}

.swiper-slide {
    width: 1000px;
    height: 400px;
    background: url(../images/ys_first_box.png) no-repeat center top;
}

.swiper-slide .sp {
    padding: 26px 32px 27px 18px;
    width: 630px;
    height: 352px;
    overflow: hidden;
    text-align: center;
    float: left;
}

.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;
    height: 64px;
    color: #440100;
}

.swiper-slide .wz h2 a,
.sp_list_con h2 a {
    color: #440100;
}

.swiper-slide .wz .p2,
.sp_list_con .p2 {
    text-align: right;
    font-style: italic;
    font-size: 14px;
    color: #444;
    margin: 30px 0 20px;
    max-height: 105px;
    overflow: hidden;
} */


/* 精彩瞬间轮播图  第二版*/

#carousel {
	position: relative;
	width: 1000px;
	margin: 0 auto
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1000px;
}

#carousel .swiper {
	padding-top: 20px;
	padding-bottom: 40px;
}

#carousel .swiper-wrapper {}

#carousel .swiper-slide {
	width: 250px;
	height: 175px;
	overflow: hidden;
	padding-bottom: 60px;
	background: #fff;
	box-shadow: 0 8px 20px #ddd;
}

#carousel .swiper-slide img {
	display: block;
	width: 100%;
}

#carousel .swiper-slide p,
#carousel .swiper-slide h3 {
	line-height: 58px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 0.8em;
	margin: 0;
}

#carousel .swiper-slide h3 a {
	font-weight: normal;
}

#carousel .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#carousel .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	background-color: #ffdbdd;
	width: 20px;
	height: 10px;
	opacity: 1;
	border-radius: 5px;
}

#carousel .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #df2a36;
	width: 35px;
}

#carousel .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#carousel .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#carousel .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#carousel .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

#carousel .swiper-button-prev::after,
#carousel .swiper-button-next::after {
	content: '';
}

.sp_list_con h2 {
	line-height: 1.6;
	font-size: 20px;
	margin: 40px 0 30px;
	max-height: 64px;
	overflow: hidden;
	color: #440100;
}

.sp_list_con h2 a {
	color: #440100;
}

.sp_list_con .p1 {
	font-size: 16px;
	line-height: 1.8;
	max-height: 168px;
	overflow: hidden;
}


.sp_list_con .p2 {
	text-align: right;
	font-style: italic;
	font-size: 14px;
	color: #444;
	margin: 30px 0 20px;
	height: 22px;
	overflow: hidden;
}


/* 第一屏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: 300px;
	height: 200px;
	padding: 40px;
	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;
}


/* 分页样式S */

#pagination {
	margin: 40px 0 80px;
}

#pagination ul li {
	color: #000;
	background: transparent;
	border-color: #440100;
}

#pagination li.active:hover,
#pagination li.active {
	background-color: #440100;
	color: #fff;
}

#pagination ul li:hover {
	background-color: transparent;
}

#pagination,
#pagination li input {
	border-color: #440100;
	background-color: transparent
}


/* 分页滚动一定高度后在固定位置显示 */


/* 
div#pagination {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #f5f5f5;
    box-shadow: 0 0 10px #ccc;
    padding: 30px 0 20px;
} */


/* 响应式 */


/* Large devices (pad pro) */


/* @media (max-width: 1199px) and (min-width: 1024px) {
    div#pagination {
        padding: 30px 0 20px;
    }
} */


/* Medium devices (pad) */


/* @media (max-width: 1023px) and (min-width: 768px) {
    div#pagination {
        padding: 30px 0 80px;
    }
} */


/* Small devices (phones) */


/* @media only screen and (max-width: 767px) {
    div#pagination {
        padding: 30px 0 80px;
    }
} */
