@charset "utf-8";
/* other */
.white,.white a:link, .white a:visited, .white a:hover {
    color:white;
}
.main {
	width: 100%;
}
/* top */
.ld-top {
	background: url(../images/topbg.jpg) no-repeat;
	height: 280px;
}
.ld-top span img {
	margin-top: 113px;
}
/* p1 */
.ld-p1 {
	margin-top: 45px;
}
.ld-p1 .left {
	width: 480px;
}
.ld-p1 .right {
	width: 673px;
}
.ld-p1 .xi {
	font-size: 16px;
	line-height: 180%;
}
.ld-p1 .xi img {
	float: left;
	margin-right: 20px;
}
.ld-p1 .xi b.tit1 {
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
}
.ld-p1 .xi span.tit2 {
	margin: 5px 0;
	display: block;
}
.ld-p1 .calendar-wrap {
	width: 480px;
	height: 205px;
	background: #f9fafb;
	overflow: hidden;
	margin-top: 10px;
}
.ld-p1 .calendar-header {
	position: relative;
	height: 42px;
	border-bottom: 1px dashed #cccccc;
	padding-left: 30px;
	margin-bottom: 10px;
}
.ld-p1 .calendar-header h3 {
	font: bold 25px/40px 'Microsoft YaHei';
}
.ld-p1 .calendar-header .date-switch-wrap {
	position: absolute;
	right: 20px;
	top: 0px;
	width: 220px;
	height: 40px;
	font-size: 20px;
}
.ld-p1 .calendar-header .date-switch-wrap select {
	border: 1px solid #ccc;
}
.ld-p1 .calendar-header .list-switch-date {
	text-align: center;
	line-height: 1;
}
.ld-p1 .calendar-list-wrap {
	width: 466px;
	margin-left: 30px;
}
.ld-p1 .calendar-list-wrap table {
	display: none;
	text-align: left;
	color: #2b2b2b;
}
.ld-p1 .calendar-list-wrap table:first-child {
	display: block;
}
.ld-p1 .calendar-list-wrap table th {
	font-size: 16px;
	height: 10px;
	padding-left: 8px;
	padding-bottom: 0px;
	text-align: left;
}
.ld-p1 .calendar-list-wrap table td {
	font-size: 14px;
	padding-left: 4px;
	height: 20px;
	vertical-align: middle;
}
.ld-p1 .calendar-list-wrap table td span {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	-webkit-border-radius: 20px;
	border-radius: 26px;
	text-align: center;
	color: #2b2b2b;
	cursor: pointer;
	text-align: center;
}
.ld-p1 .calendar-list-wrap table td span a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.ld-p1 .calendar-list-wrap table td span.active {
	background: #bc0000;
	color: #fff;
}
.ld-p1 .calendar-list-wrap table td span.active a,
.ld-p1 .calendar-list-wrap table td span:hover a {
	color: #fff;
	text-decoration: none;
}
.ld-p1 .calendar-list-wrap table td span:hover {
	background: #bc0000;
	color: #fff;
}
.swiper-p1Con-pc {
	width: 673px;
	height: 463px;
	margin: 0px auto 0 auto;
	background: #f8f8f8;
}
.swiper-p1Con-pc .swiper-container {
	width: 100%;
 	height: 100%;
}
.swiper-p1Con-pc .swiper-slide img {
	width: 673px;
	height: 397px;
}
.swiper-p1Con-pc .swiper-container .swiper-slide span.text {
	font-size: 16px;
	display: block;
	padding-left: 8px;
	text-align: left;
	line-height: 54px;
}
.swiper-p1Con-pc .swiper-pagination {
	bottom: 20px;
    position: absolute;
    z-index: 99;
    right: 45px;
	text-align: right;
	width: auto;
}
.swiper-p1Con-pc .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px;
}
.swiper-p1Con-pc .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #333;
}
.swiper-p1Con-pc .swiper-pagination .swiper-pagination-bullet-active {
	background: #c80c0d;
	width: 17px;
	border-radius: 7px;
	-webkit-transition: width 0.5s ease;
  	transition: width 0.5s ease;
}
.ld-p1 .swiper-out {
	position: absolute;
    right: 5px;
    bottom: 15px;
}
.ld-p1 .swiper-out img {
	width: 80%;
}
.ld-p1 .swiper-slide-active {
    opacity: 1 !important;
}
/* p2 */
.ld-p2 {
	margin-top: 35px;
}
.ld-p2 .swiper-container {
	width: 1200px;
	height: 165px;
}
.ld-p2 #pagination2 {
	position: absolute;
	z-index: 20;
	left: 10px;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.ld-p2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px;
}
.ld-p2 .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #333;
}
.ld-p2 .swiper-pagination .swiper-pagination-bullet-active {
	background: #c80c0d;
	width: 17px;
	border-radius: 7px;
	-webkit-transition: width 0.5s ease;
  	transition: width 0.5s ease;
}
/* p3 */
.ld-p3 .content {
	margin-top: 30px;
}
.ld-p3 .left,
.ld-p3 .right {
	width: 560px;
}
.ld-p3 .tit1 {
	background: url(../images/xian.gif) repeat-x right bottom;
	height: 30px;
}
.ld-p3 .tit1 h3.white {
	float: left;
	height: 30px;
	font: 900 18px/30px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
	position: relative;
	border-right: 15px solid #fff;
}
.ld-p3 .tit1 h3.white span {
	display: inline-block;
	background: #c03d36;
	padding: 0 20px;
}
.ld-p3 .tit1 h3::before,
.ld-p3 .tit1 h3::after {
	position: absolute;
	content: '';
	display: inline-block;
	width: 10px;
	height: 30px;
}
.ld-p3 .tit1 h3::before {
	background: url(../images/bg1.png) no-repeat;
}
.ld-p3 .tit1 h3::after {
	background: url(../images/bg2.png) no-repeat;
}
.ld-p3 .list1 {
	margin-top: 20px;
}
.ld-p3 .list1 li {
	position: relative;
    font-size: 16px;
    line-height: 200%;
    text-align: left;
	height: 64px;
    overflow: hidden;
}
.ld-p3 .list1 li::before {
	content: "";
    position: absolute;
    left: 0px;
    top: 13px;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color: #d7cbb2;
}
.ld-p3 .list1 li a {
    margin-left: 20px;
    display: block;
}
/* p4 */
.ld-p4 {
	margin-top: 40px;
}
.ld-p4 .tit1 {
	background: url(../images/bg3.png) repeat-x;
	height: 59px;
}
.ld-p4 .tit1 h3 {
	font: 500 36px/55px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
	border-bottom: 4px solid #cd645e;
	width: 164px;
	margin: 0 auto;
	color: #bc3129;
	text-align: center;
}
.ld-p4 .list2 {
	margin-top: 30px;
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}

.ld-p4 .list2 li {
	position: relative;
    font-size: 16px;
    line-height: 200%;
    text-align: left;
	width: 567px;
	height: 64px;
    overflow: hidden;
}

.ld-p4 .list2 li::before {
	content: "";
    position: absolute;
    left: 0px;
    top: 13px;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color: #d7cbb2;
}
.ld-p4 .list2 li a {
    margin-left: 20px;
    display: block;
}
/* p5 */
.ld-p5 {
	margin-top: 40px;
}
.ld-p5 .left {
	width: 588px;
}
.ld-p5 .right {
	width: 558px;
}
.ld-p5 .list3 li {
	float: left;
	margin-left: 10px;
}
.ld-p5 .list3 li:nth-child(4n+1) {
	margin-left: 0;
}
.ld-p5 .banner {
	position: relative;
	margin-top: 20px;
}
.ld-p5 .swiper-container {
	width: 540px;
	height: 140px;
	margin-left: 25px;
}
.ld-p5 .banner .arrow-left,
.ld-p5 .banner .arrow-right {
	top: 45%;
	width: 18px;
	height: 28px;
	z-index: 10;
	position: absolute;
}
.ld-p5 .banner .arrow-left {
	background: url(../images/prev.png) no-repeat left top;
	left: 0px;
}
.ld-p5 .banner .arrow-right {
	background: url(../images/next.png) no-repeat left bottom;
	right: 0px;
}
/* float-nav */
.ld-float-nav {
	position: fixed;
	bottom: 80px;
	right: calc(50vw - 700px);
	width: 60px; 
	z-index: 111;
	background: #c33d36;
}
.ld-float-nav li {
	height: 49px;
	line-height: 49px;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #fff;
}
.ld-float-nav li.replay-back {
	cursor: pointer;
}
/* copyright */
footer {
	background-color: #ececec;
	margin-top: 30px;
}
footer {
	width: 100%;
	border-top: 1px solid #d5d5d5;
	height: auto;
	margin: 20px auto 0 auto;
	padding-top: 10px;
	text-align: center;
	line-height: 28px;
	color: #000;
	font-family: 'SimSun'
}
footer p {
	margin-top: 22px;
	line-height:100%
}
footer p span.xian {
	color:#d8d8d8
}
footer p.mt30 {
	margin-top:30px;
	position:relative;
	line-height:200%
}
footer p.mt30 span#beian {
	position:absolute;
	right:220px;
	top:0px
}
footer p.mt30 span#kxwz {
	position:absolute;
	right:80px;
	top:0px
}
footer a:link,
footer a:visited,
footer a:hover {
	color:#000
}
@media screen and (max-width: 1200px) {
	.ld-float-nav {
		display: none
	}
}
/* mobile */
.phone .ld-float-nav {
	display: none !important;
}