#dynamic{
	width: 100%;
	height: auto;
	position: relative;
}
.dynamic{
	width: 100%;
	min-width: 1200px;
	height: 54px;
	background: rgba(255,255,255,0.1);
	position: absolute;
	top: -54px;
}
.dynamic_01{
	width: auto;
	float: left;
}
.dynamic_01 li{
	width: auto;
	padding: 0px 70px;
	float: left;
	line-height: 54px;
	font-size: 16px;
	color: #fff;
}
.dynamic_01 li a{
	min-width: 80px;
	color: #fff;
	display: block;
	text-align: center;
}
.dynamic_01 li a p{
	width: 80px;
    height: 2px;
    background: #FFFFFF;
	display: block;
    margin: 0 auto;
    margin-top: -6px;
}




#synopsis{
	width: 100%;
	height: auto;
}
.synopsis{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.mark_01{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 50px;
}
.mark_01 div{
	width: 64px;
	height: 8px;
	background: #337dff;
	margin: 0 auto;
}
.mark_01 span{
	font-size: 32px;
	font-weight: bold;
	color: #222;
	line-height: 100px;
	
}
.mark_01 p{
	font-size: 16px;
	color: #666;
}
.synopsis_03{
	width: 1000px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 24px;
	color: #222;
}
.synopsis_04{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 80px auto;
}
.synopsis_04 img:first-of-type,.synopsis_04 img:nth-of-type(2){
	margin-bottom: 20px;
}



#content{
	width: 100%;
	min-width: 1200px;
	height: auto;
	margin-top: 100px;
}
.content{
	width: 100%;
	height: auto;
	background: #292b34;
	margin-top: 95px;
}
.content_00{
	width: 1200px;
	height: 420px;   
	margin: 0 auto;
}
.content_00 li{
	width: 300px;
	height: 420px;
	float: left;
}
.content_00 li div{
	width: 300px;
	height: 420px;
	overflow: hidden;
	transition: all 0.5s;
}
.content_00 li:hover div{
	background: rgba(51,125,255,0.8);
}
.content_01{
	width: 53px;
	display: block;
	margin: 0 auto;
	margin-top: 140px;
	transition: all 0.5s;
}
.content h3{
	display: block;
	padding: 0 20px;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	margin-top: 20px;
	opacity: 0;
	transition: all 0.5s;
}
.content li:hover .content_01{
	margin-top: 100px;
}
.content_02{
	display: none;
}
.content li:hover h3{
	opacity: 1;
}
.content li p{
	width: 24px;
	height: 2px;
	background: #fff;
	margin: 28px auto;
}
.content li span{
	color: #fff;
	font-size: 22px;
	text-align: center;
	display: block;
}






#topLine{
	width: 100%;
	height: 700px;
}
#topLine .swiper-pagination-bullet{
	background: #dde8fc;
	opacity: 1;
	transition: all 0.5s;
}
#topLine .swiper-pagination-bullet-active{
	width: 20px;
	border-radius: 4px;
	background: #337dff;
	transition: all 0.5s;
}
#topLine .swiper-container{
	width: 1100px;
	margin: 0 auto;
}
#topLine .swiper-button-next{
	right: 0px;
}
#topLine .swiper-button-prev{
	left: 0px;
}
#topLine .swiper-button-next,#topLine .swiper-button-prev{
	width: 32px;
	height: 32px;
	background: rgba(34,34,34,0.2);
	margin-top: -50px;
}
#topLine .swiper-button-next img,#topLine .swiper-button-prev img{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
}
.topLine{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.topLine_01{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*align-items: center;*/
	/*flex-wrap: wrap;*/
	margin-top: 60px;
}
.topLine_01 li{
	width: 380px;
	height: 280px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.topLine_01_01,.topLine_01_01 img{
	width: 100%;
	height: 200px;
	display: block;
	overflow: hidden;
	transition: all 1s;
}
.topLine_01 .swiper-slide img{
	cursor: pointer;
}
.topLine_01 li h3,.topLine li span,.topLine p{
	display: block;
	padding: 0px 20px;
}
.topLine_01 li h3{
	display: block;
	overflow: hidden;
	font-size: 18px;
	color: #222;
	font-weight: bold;
	line-height: 50px;
	margin-top: 15px;
	position: relative;
	z-index: 10;
}
.topLine_01 li h3 span{
	height: 50px;
	float: left;
	font-size: 18px;
	color: #222;
	font-weight: bold;
	line-height: 50px;
	padding: 0 5px 0 0px;
	margin-top: 0px;
	position: relative;
	z-index: 10;
}
.topLine_01 li h3 div{
	width: 0;
	height: 14px;
	background: #337dff;
	opacity: 0.2;
	position: absolute;
	bottom: 10px;
	left: 0px;
	transition: all 1s;
	z-index: -1;
}
.topLine_01 li h3:hover span{
	color: #337dff;
}
.topLine_01 li h3:hover div{
	width: 100%;
}

.topLine_01 p{
	line-height: 16px;
	font-size: 14px;
	margin-top: 25px;
}
.topLine_01 a p img{
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 10px;
}
.swiper-slide img{
	width: 100%;
}


#mc{
	width: 100%;
	height: 1000px;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5);
	z-index: 10001;
}
.mc{
	width: 800px;
	height: 600px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mc img{
	opacity: 0;
	transition: all 0.5s;
	transform: scale(0.5);
}
.actives img{
	opacity: 1 !important;
	transform: scale(1) !important;
	max-width: 800px;
	max-height: 600px;
}
