@charset "utf-8";
/*other*/
.white,.white a:link, .white a:visited, .white a:hover {
    color:white;
}
a.red,a.red a:link, a.red a:visited, a.red a:hover{
	color: #d02429;
}
body {
	height: 100%;
	overflow-x: hidden;
	position: relative;	
	background-color: #e4f1f5;
}
.main {
	width: 100%;
	min-width: 1200px;
}
/* header */
.video90-header {
	width: 100%;
	background-color: #fff;
	height: 80px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.video90-header img.logo {
	float: left;
	margin-top: 12px;
	margin-left: 20px;
}
.video90-header .nav {
	float: left;
	font-size: 22px;
	line-height: 24px;
	padding-top: 35px;
	text-align: center;
	width: 85%;
}
.video90-header .nav a {
	margin: 0 15px;
}
.video90-header#mobile {
	display: none;
}
/* fm */
.video90-div {
	height: 1000px;
}
.video90-fm {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 50%;
	top: 80px;
	z-index: 2;
}
.video90-fm img {
	width: 100%;
	height: auto;
}
/* p1 */
.video90-p1 {
	background: url(../images/bg2.jpg) no-repeat bottom #e4f1f5;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9;
	padding-top: 20px;
}
.video90-p1 .title h3,
.video90-p2 .title h3,
.video90-p3 .title h3,
.video90-d2 .title h3 {
	color: #2e87ee;
	font: 500 50px/54px 'Malgun';
	margin-top: 50px;
}
.video90-p1 .title h4,
.video90-p2 .title h4,
.video90-p3 .title h4,
.video90-d2 .title h4 {
	width: 20%;
	margin: 8px auto;
	border-radius: 20px;
	height: 41px;
	line-height: 41px;
  	background-color: #2e87ee;
	font-family: 'Malgun';
	color: #fff;
	font-size: 20px;
}
.video90-p1 .video {
	margin-top: 5%;
}
.video90-p1 .video video {
	width: 100%;
	height: 570px;
}
/* p2 */
.video90-p2 {
	background: url(../images/bg3.jpg) no-repeat #e4f1f5;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9;
	overflow: hidden;
	padding-top: 40px;
}
.video90-p2 .pic {
	margin-top: 44px;
}
.video90-p2 .pic .list {
	overflow: hidden;
	margin-bottom: 40px;
}
.video90-p2 .pic li.items {
	float: left;
	height: 235px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}
.video90-p2 .pic li.items:nth-child(3n) {
	margin-right: 0;
}
.video90-p2 .pic li.items span.text {
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	height: auto;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	left: 0px;
	padding: 5px;
	width: 100%;
}
.video90-p2 #showAll {
	background: url(../images/bg4.png) no-repeat top center;
	height: 48px;
	line-height: 48px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
/* p3 */
.video90-p3 {
	background-color: #e4f1f5;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
.swiper-container-p3 {
	margin-top: 50px;
	height: 458px;
}
.swiper-container-p3 .swiper-slide {
	width: 756px;
	height: 458px;
}
.swiper-container-p3 .swiper-slide img {
	width: 100%;
	height: 100%;
}
.swiper-container-p3 .swiper-slide span.text {
	position: absolute;
	width: 91%;
	margin: 0 auto;
	top: 417px;
	left: 33px;
	font-size: 14px;
	display: none;
}
.swiper-container-p3 .swiper-slide.swiper-slide-active span.text {
	background: rgba(0, 0, 0, 0.5);
	height: 41px;
	line-height: 41px;
	display: block;
}
.swiper-container-p3 .swiper-slide.swiper-slide-active i.num {
	position: absolute;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #b53741;
	left: 0;
	top: 0;
	color: #fff;
}
.swiper-container-p3 .swiper-slide.swiper-slide-active i.button {
	position: absolute;
	top: 315px;
	right: 35px;
	background: url(../images/vbg.png) no-repeat;
	display: block;
	width: 66px;
	height: 66px;
}
.swiper-button-prev3,
.swiper-button-next3 {
	width: 50%;
	height: 603px;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	margin-top: 0;
	z-index: 99;
	transition: 0.2s;
	position: absolute;
	cursor: pointer;
}
.swiper-button-prev3 {
	left: -378px;
}
.swiper-button-next3 {
	right: -378px;
}
.swiper-button-prev3:before,
.swiper-button-next3:before {
	background: url(../images/prev1.png) no-repeat 0 center;
	content: '';
    position: absolute;
	width: 13px;
	height: 26px;
	top: 40%;
}
.swiper-button-prev3:before {
	left: 94%;
}
.swiper-button-next3::before {
    right: 94%;
	transform: rotate(180deg);
}
/* footer */
.video90-footer {
	padding-top: 100px;
	background-color: #e4f1f5;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9;
	overflow: hidden;
	padding-bottom: 20px;
}
.video90-footer li.items {
	float: left;
	width: 33%;
	height: 80px;
}
/* copyright */
.copyright {
	font-size: 14px;
	text-align: center;
	padding: 60px 0 20px 0;
}
.copyright .copy_1 .fr {
	float: none;
}
.copyright .copy_1 img,
.copyright .copy {
	display: none
}
@media (min-device-width:320px) and (max-width:689px),
(max-device-width:480px) {
	.video90-div {
		height: 40rem;
	}
}