@charset "utf-8";
.main{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	box-sizing: border-box;
}
.more{
	display: block;
	width: 146px;
	height: 36px;
	opacity: 0.8;
	float: right;
	margin-top: 20px;
}
.more:hover{
	opacity: 1;
}
.title{
	display: block;
	width: 404px;
	height: 205px;
	margin: 0 auto;
}
.m_title3_text{
    padding: 0 70px;
}
.clear{
	clear: both;
}
.p1{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 40px;
}
.p1_1{
	display: block;
	font-size: 46px;
	color: var(--themes_color);
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
}
.m_fg1 {
    width: 100%;
    height: 434px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
}
.m_fg1 .swiper-pagination-bullet-active{
	background: var(--themes_color);
}
.m_fg1_r{
}
.m_fg1_r .list_title_dis_item span{
	font-weight: bold;
}
.m_fg1_r .list_title_dis_item:hover span{
	color: var(--themes_color);
}
.m_fg1_r .list_title_dis_item span, 
.m_fg1_r .list_title_dis_item p{
	color: #333;
}

/* 第二部分 */
.p2{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.mian_p2{
	padding-top: 40px;
}
.list_thumb_title_dis{
	margin-top: 50px;
}
.list_thumb_title_dis_item{
	padding: 0;
}
.list_thumb_title_dis_item_l{
	width: 300px;
	height: 191px;
}
.list_thumb_title_dis_item_r{
	width: 960px;
}
.swiper-slide{
    display: block;
}
.swiper_p2{
    margin-top: 40px;
}
.swiper_p2 .swiper-slide{
    width: 407px;
    height: auto;
    overflow: hidden;
    margin-right: 40px;
}
.swiper_p2 .swiper-slide:last-of-type{
    margin-right: 0;
}
.swiper2_img{
    display: block;
    width: 100%;
    height: 614px;
    overflow: hidden;
}
.dprev,
.dnext{
    width: 30px;
    height: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.dprev{
    left: 10px;
    background: url(../../images/zt/zt_wanquluntan/prev.png) no-repeat;
}
.dnext{
    right: 10px;
    background: url(../../images/zt/zt_wanquluntan/next.png) no-repeat;
}

.swiper_p3{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}
.swiper_p3 .swiper-slide{
    width: 407px;
    height: auto;
    overflow: hidden;
    margin-right: 40px;
}
.swiper_p3 .swiper-slide:last-of-type{
    margin-right: 0;
}

.p3{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.p3_video{
	width: 100%;
	height: 490px;
	margin-top: 50px;
}
/* 第四部分 */
.p4{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 50px;
	position: relative;
}
.p4_main{
	width: 1300px;
	height: 355px;
	background: rgba(0, 104, 193, 0.5);
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.title04{
	position: relative;
	z-index: 1;
}
.swiper_5{
    width: 100%;
    height: 760px;
    margin-top: 60px;
	z-index: 2;
}
.swiper_5 .swiper-slide{
    width: 1100px;
    height: 700px;
    opacity: 0.6;
}
.swiper_5 .swiper-slide-active{
    opacity: 1;
}
.swiper5_active{
    opacity: 1;
}
.swiper_5_title{
    width: 100%;
    height: 60px;
    background: var(--themes_color);
    color: #fff;
    text-align: center;
    line-height: 60px;
}
.foot{
    background: var(--themes_color);
}
.play{
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../../images/zt/zt_wanquluntan/play.png);
	background-size: cover;
}

/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/

@media screen and (orientation:portrait){
	.main{
		width: 100%;
		padding: 0 0.2rem;
	}
	.more{
		width: 1.2rem;
		height: 0.36rem;
		opacity: 1;
		margin-top: 0.2rem;
	}
	.m_title3_text{
	    padding: 0;
	}
	.m_title {
	    font-size: 0.32rem;
	}
	.p1{
		padding-top: 0rem;
		background-size: cover;
	}
	.p1_1{
		font-size: 0.4rem;
		margin-top: 0.5rem;
	}
	.m_fg1{
		height: auto;
		overflow: hidden;
		margin-top: 0.4rem;
		padding: 0;
	}
	.m_fg1_r{
		width: 100%;
	}
	.m_fg1_r .list_title_dis_item span{
		font-weight: normal;
	}
	
	.m_fg1_r .list_title_dis_item p{
		display: none;
	}
	.m_fg1_r .list_title_dis_item{
		border-bottom: 1px solid #e2e2e2;
	}
	.m_fg1_r .list_title_dis_item:last-of-type{
		border-bottom: none;
	}
	
	/* 第二部分 */
	.p2{
		background-size: cover;
	}
	.mian_p2{
		padding-top: 0.5rem;
	}
	.list_thumb_title_dis{
		margin-top: 0.6rem;
	}
	.list_thumb_title_dis_item{
		padding: 0;
	}
	.list_thumb_title_dis_item_l{
		width: 1.8rem;
		height: 1.14rem;
	}
	.list_thumb_title_dis_item_r{
		width: calc(100% - 2rem);;
	}
	.swiper_p2{
	    margin-top: 0.4rem;
	}
	.swiper_p2 .swiper-slide{
	    width: 4rem;
	}
	.swiper2_img{
	    width: 100%;
	    height: 6.09rem;
	    overflow: hidden;
	}
	.dprev,
	.dnext{
	    width: 0.3rem;
	    height: 0.45rem;
	}
	.dprev{
	    left: 0.1rem;
		background-size: cover;
	}
	.dnext{
	    right: 0.1rem;
	    background-size: cover;
	}

	.swiper_p3{
	    margin-top: 0.4rem;
	}
	.swiper_p3 .swiper-slide{
		width: 4rem;
	}
	
	/* 第三部分 */
	.p3{
		width: 100%;
		margin: 0 auto;
		margin-top: 0.5rem;
		padding: 0 0.2rem;
		box-sizing: border-box;
	}
	.p3_video{
		width: 100%;
		height: 2.57rem;
		margin-top: 0.5rem;
	}

	.p4{
		background-size: cover;
	}
	
	.swiper_p4{
	    margin-top: 0.4rem;
	}
	.swiper_p4 .swiper-slide{
	    width: 4.2rem;
	    padding: 0.1rem 0.1rem 0 0.1rem;
	}
	.swiperp4_img{
	    height: 5.72rem;
	    overflow: hidden;
	}
	.swiper_4_title{
	    width: 100%;
	    height: 1rem;
	    margin-top: 0.1rem;
	}
	.swiper_4 .dprev{
	    left: 0.1rem;
	    background-size: cover;
	}
	.swiper_4 .dnext{
	    right: 0.1rem;
	    background-size: cover;
	}
	
	/* 第四部分 */
	.p4{
		padding-top: 0.4rem;
	}
	.p4_main{
		display: none;
	}
	.title04{
		position: relative;
		z-index: 1;
	}
	.swiper_5{
	    height:4.18rem;
	    margin-top: 0.4rem;
	}
	.swiper_5 .swiper-slide{
	    width: 5rem;
		height: 100%;
	}
	.swiper5_img{
		display: block;
		height: 3.18rem;
	}
	.swiper_5_title{
	    height: 1rem;
	    line-height: 1.5em;
	}
	.swiper_5 .dprev{
	    left: 0.1rem;
	    background-size: cover;
	}
	.swiper_5 .dnext{
	    right: 0.1rem;
	    background-size: cover;
	}

	.play{
		width: 0.6rem;
		height: 0.6rem;
		right: 0.1rem;
		top: 0.1rem;
	}

}
	