*{
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
}
a{
	text-decoration: none;
	cursor: pointer;
}
a:hover{
	text-decoration: underline;
}
img{
	border: none;
}
ul li{
	list-style: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	zoom: 1;
}
.tal_c{
	text-align: center;
}
.main_W{
	width: 1200px;
	margin: 0 auto;
}
.comn_name{
	text-align: center;
	padding: 122px 0 66px 0;
}
.banner_max{
	background: url("20250919banner_max.jpg")no-repeat 0;
	background-size: 100% 100%;
	margin: 0 auto;
	background-size: cover;
}
.logo_max{
	margin-bottom: 48px;
}
.title_max{
	width: 839px;
	height: 259px;
	margin: 0 auto;
	overflow: hidden;
}
.title_max img{
	animation: Fly 1s;
}
@keyframes Fly{
	0% {
		transform: scale(0.1);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}
.swiper_Home {
	width: 1200px;
	height: 673px;
	margin: 90px 0 auto;
	position: relative;
	display: inline-block;
}
.swiper_Home .mySwiper2 {
	width: 100%;
	height: 869px;
	background-color: #fff;
}
.swiper_Home .mySwiper2 .swiper-wrapper {
	/*height: 669px;	*/
	height:auto;
}
.swiper_Home .mySwiper2 .show_title {
	position: absolute;
	width: 600px;
	bottom: 50px;
	left: 50px;
	font-size: 34px;
	color: #fff;
	line-height: 44px;
	opacity: 0;
	transition: all .3s 0.5s;
	-webkit-transition: all .3s 0.5s;
}
.swiper_Home .mySwiper2 img {
	width: 100%;
	height: 100%;
}
.swiper_Home .thumb_swiper {
	position: absolute;
	width: 1200px;
	height: 159px;
	bottom: -179px;
	left: 0px;
	top: auto;
	right: auto;
}
.swiper_Home .thumb_swiper .mySwiper3 {
	position: relative;
	width: 93%;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	z-index: 99;
	left: -3.5%;
}
.swiper_Home .mySwiper3 .swiper-slide {
	width: 100%;
	height: 122px;
	position: relative;
}
.swiper_Home .mySwiper3 .swiper-slide .thumb_img {
	position: relative;
	/* opacity: 0.8; */
}
.swiper_Home .mySwiper3 .swiper-slide .thumb_img img {
	width: 216px;
	height: 122px;
}
.swiper_Home .mySwiper2 .swiper-slide .open_icon{
	position: absolute;
	right: 8px;
	bottom: 4px;
}
.swiper_Home .mySwiper2 .swiper-slide .open_icon img{
	width: 40px;
	height: 40px;
}
.swiper_Home .mySwiper3 .swiper-slide .thumb_img h3 a{
	font-size: 14px;
	line-height: 36px;
	color: #5c5b5b;
}
.swiper_Home .mySwiper3 .swiper-slide-thumb-active .thumb_img {
	position: relative;
	box-sizing: border-box;
	opacity: 1;
}
.swiper_left {
	position: absolute;
	top: 0;
	left: 8px;
	width: 28px;
	z-index: 99;
	cursor: pointer;
	height: 159px;
}
.swiper_right {
	position: absolute;
	top: 0;
	right: 8px;
	margin-left: auto;
	width: 28;
	z-index: 99;
	cursor: pointer;
	height: 159px;
}
.swiper_left img,
.swiper_right img {
	width: 100%;
}
.jie_con{
	padding: 70px 32px 70px 44px;
	background: rgba(255, 255, 255, 0.5);
}
.jie_left{
	width: 630px;
}
.jie_left p{
	font-size: 18px;
	line-height: 36px;
	color: #034889;
}
.jie_right{
	width: 460px;
	height: 275px;
	overflow: hidden;
}
.jie_right img{
	width: 100%;
	transition: all 1s;
}
.jie_right img:hover{
	transform: scale(1.1);
}
.zzd_wei{
	margin: 0 auto;
	padding: 150px 0 40px 0;
}
.zzd_wei p{
	font-size: 16px;
	line-height: 28px;
	color: #fff;
}
 .custom-play-btn {
            position: absolute;
            bottom: 100px;
            right: 20px;
            border-radius: 50%;
            background: url("20250919bigplay.png") no-repeat;
            background-size: contain;
            width: 64px;
            height: 64px;
        }
        .custom-play-btn:hover {
            transform: scale(1.05);
            background-color: white;
            cursor: pointer;
        }
        
        .custom-play-btn.hidden {
            opacity: 0;
            pointer-events: none;
        }
   