/*---------- 0.color ----------*/
.white, 
.white a:link, 
.white a:visited, 
.white a:hover { 
    color: white; 
}

.red, 
.red a:link, 
.red a:visited, 
.red a:hover { 
    color: #cb0100; 
}

.grey, 
.grey a:link, 
.grey a:visited, 
.grey a:hover { 
    color: #333; 
}

.yellow, 
.yellow a:link, 
.yellow a:visited, 
.yellow a:hover { 
    color: #ffe6a9; 
}

/*---------- 1.p1-content ----------*/
.main .tit1 {
    height: 174px;
    text-align: center;
}

.main .tit2 {
    height: 180px;margin-top:50px;
}

.main .tit1 img {
    margin: 20px auto;
}

.p1-content {
    background-color: #9b0700;
    padding-bottom: 66px;
}
.p1-content .w1290 .fl{margin-bottom:20px;}
.p1-content .video-txt {
    font-size: 26px;
    line-height: 30px;
    padding: 10px 0 20px 0;
}

.p1-content .video-txt span.time {
    font-size: 16px;
    line-height: 30px;
    float: right;
    padding-right: 10px;
    color: #deaba4;
}

.p1-content .list-content ul.item {
    border: 1px solid #bc5954;
    border-radius: 5px;
    width: 639px;
    height: 241px;
    padding: 30px;
}

.p1-content .list-content ul.item li {
    font-size: 14px;
    line-height: 35px;
    position: relative;
    padding-left: 20px;
    font-weight: 500;
}

.p1-content .list-content ul.item li::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    left: 0;
    top: 16px;
}

.p1-content .pic-content {
    margin-top: 35px;
    position: relative;
}

.p1-content .pic-content .swiper-container {
    width: 1290px;
    height: 190px;
}

.p1-content .pic-content .swiper-container .swiper-slide img {
    border-radius: 8px;
}

.p1-content .pic-content .arrow-left1 {
    background: url(../images/prev1.png) no-repeat left top;
    position: absolute;
    left: 8px;
    top: 57px;
    width: 39px;
    height: 76px;
    z-index: 99;
}

.p1-content .pic-content .arrow-right1 {
    background: url(../images/next1.png) no-repeat left bottom;
    position: absolute;
    right: 8px;
    top: 57px;
    width: 39px;
    height: 76px;
    z-index: 99;
}
/*---------- 1.p2-content ----------*/
.p2-content {
    margin-top: 45px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    padding: 9px;
    box-shadow: 1.5px 2.598px 6px 0px rgba(228, 228, 228, 0.59);
}

.p2-content .swiper-container {
    width: 1272px;
    height: 467px;

}

.p2-content .swiper-container .content-slide .left {
    width: 819px;
}

.p2-content .swiper-container .content-slide .right {
    width: 426px;
}

.p2-content .content-slide .right h2.tit {
    font: 600 24px/160% "Microsoft YaHei", SimSun, "SourceHanSansCN", "PingFang SC";
    margin-top:10px;
}

.p2-content .content-slide .right p.text {
    font-size:16px;
    line-height: 160%;
    margin-top:10px;
    height:210px;
    font-weight: 500;overflow-y:auto;
}
.p2-content .content-slide .right ul.list{
	margin-top:6px;
}
.p2-content .content-slide .right ul.list li {
    position: relative;
    font-size: 18px;
    line-height: 160%;
    margin-bottom:10px;
    padding-left: 20px;
    font-weight: 500;
}

.p2-content .content-slide .right ul.list li::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #cb0100;
    left: 0;
    top: 12px;
}

.p2-content .arrow-left2 {
    background: url(../images/prev2.png) no-repeat left top;
    position: absolute;
    right: 250px;
    bottom: 20px;
    width: 51px;
    height: 24px;
    z-index: 99;
}

.p2-content .arrow-right2 {
    background: url(../images/next2.png) no-repeat left bottom;
    position: absolute;
    right: 150px;
    bottom: 20px;
    width: 51px;
    height: 24px;
    z-index: 99;
}

/*---------- 3.p3-content ----------*/
.p3-content {
    background-color: #f0e8e2;
    padding: 24px 0 17px 0;
}

.p3-content .left {
    width: 963px;
}

.p3-content .right {
    width: 282px;
    margin-right: 30px;
}

.p3-content .left .pic-content {
    width: 366px;
    position: relative;
    background: url(../images/bg1.png) no-repeat top #ae2c31;
}

.p3-content .left .pic-content .swiper-container {
    width: 366px;
    height: 454px;
    padding-top: 143px;
}

.p3-content .left .pic-content .swiper-container p.text {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    margin-top: 40px;
}

.p3-content .pic-content .arrow-left3 {
    background: url(../images/prev3.png) no-repeat left top;
    position: absolute;
    left: 35px;
    bottom: 35px;
    width: 12px;
    height: 22px;
    z-index: 99;
}

.p3-content .pic-content .arrow-right3 {
    background: url(../images/next3.png) no-repeat left bottom;
    position: absolute;
    right: 35px;
    bottom: 35px;
    width: 12px;
    height: 22px;
    z-index: 99;
}

.p3-content .left ul.list {
    width: 590px;
    float: right;
}

.p3-content .left ul.list li {
    float: left;
    margin: 0 8px 19px 7px;
    border: 1px solid #bdb7b3;
    padding: 7px;
    width: 282px;
    height: 217px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.p3-content .left ul.list li p.text {
    margin-top: 8px;
}

.p3-content .left ul.list li:nth-child(2n) {
    margin-right: 0;
}

.p3-content .right .pic-content {
    position: relative;
    width: 282px;
    height: 454px;
}

.p3-content .right .pic-content .swiper-container {
    width: 282px;
    height: 454px;
}

.p3-content .right .pic-content .pagination4 {
    position: absolute;
    right: 8px;
    text-align: right;
    bottom: 15px;
    width: 100%;
    z-index: 99;
}
.p3-content .right .pic-content .swiper-pagination-switch {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background-color: rgb(251, 251, 251);
    margin: 0 3px;
    cursor: pointer;
}

.p3-content .right .pic-content .swiper-active-switch {
    background: #c40900;
}

.p3-content .left ul.list2,
.p3-content .right ul.list3 {
    margin-top: 10px;
}

.p3-content .left ul.list2 li {
    font-size: 16px;
    line-height: 35px;
    position: relative;
    padding-left: 20px;
    width: 475px;
    float: left;
    font-weight: 500;
}

.p3-content .left ul.list2 li:nth-child(even) {
    float: right;
}

.p3-content .left ul.list2 li::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #ae2c31;
    left: 0;
    top: 16px;
}

.p3-content .right ul.list3 li {
    background: url(../images/bg2.jpg) no-repeat;
    width: 288px;
    height: 33px;
    margin-bottom: 2px;
}

.p3-content .right ul.list3 li span.text {
    float: left;
    width: 150px;
    line-height: 33px;
    font-size: 14px;
    font-weight: 500;
}

.p3-content .right ul.list3 li span.text1 {
    padding-left: 10px;
}

.p3-content .right ul.list3 li span.text2 {
    text-align: center;
}

/*---------- 4.p4-content ----------*/
.p4-content {
    position: relative;
}

.p4-content .swiper-container {
    width: 1290px;
    height: 723px;
}

.p4-content .arrow-left4 {
    background: url(../images/prev4.png) no-repeat left top;
    position: absolute;
    left:0px;
    top: 310px;
    width: 39px;
    height: 103px;
    z-index: 99;
}

.p4-content .arrow-right4 {
    background: url(../images/next4.png) no-repeat left bottom;
    position: absolute;
    right:0px;
    top: 310px;
    width: 39px;
    height: 103px;
    z-index: 99;
}
.p4-content .swiper-container .swiper-slide{position:relative;}
.p4-content .swiper-container .swiper-slide span{line-height:80px;font-size:20px;background:rgba(0, 0, 0, 0.5);position:absolute;bottom:0;left:0;width:100%;text-align:center;}
.p4-content .swiper-container .swiper-slide img{width:100%;height:auto;min-height:723px;}

/*---------- 5.p5-content ----------*/
.p5-content .pic-list li {
    float: left;
    margin-left: 30px;
    width: 409px;
}

.p5-content .pic-list li:nth-child(3n+1) {
    margin-left: 0;
}

.p5-content .list {
    margin-top: 42px;
}

.p5-content .list li {
    float: left;
    width: 284px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    background-color: #ae2c31;
    margin-left: 50px;
}

.p5-content .list li:nth-child(4n+1) {
    margin-left: 0;
}

/*---------- 0.copyright ----------*/
#copyright {
    text-align: center;
    padding: 75px 0;
}