.p_banner{
	height: 100vh;
	position: relative;
}
.p_banner ._banner{
	height: 100%;
	position: relative;
}
.p_banner #myVideo{
	position: absolute;
	right: 0;
	bottom: 0;
	top:0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: #000;
	background-image: url(../../img/video.jpg);
	background-position: center center;
	background-size: contain;
	object-fit: cover;
	z-index:1;
}
.p_banner ._mask{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	display: flex;
	align-items: center;
}
.p_banner ._mask a{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 11;
}
.p_banner ._mask a .s_spot{
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: -40px;
	top: 6px;
}
.p_banner ._mask a .s_spot::after{
	position: absolute;
	display: block;
	content:" ";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff;
	z-index: 1;
	left: 13px;
	top: 13px;
}
.p_banner ._mask a._right .s_spot{
	right: -40px;
	left: auto;
	top: 6px;
}
.p_banner ._mask a ._title{
	display: block;
	color: #fff;
	background-color: rgba(44,166,223,.8);
	border-radius: 20px 20px 20px 0;
	padding: 6px 14px;
	font-size: 16px;
	transition: transform .6s,background-color .6s;
}
.p_banner ._mask a:hover ._title{
	background-color: rgba(44,166,223,1);
	transform:translateX(5px);
	-webkit-transform:translateX(5px);
}
.p_banner ._mask a._right ._title{
	border-radius: 20px 20px 0 20px;
}
.p_banner ._mask a:hover._right ._title{
	transform:translateX(-5px);
	-webkit-transform:translateX(-5px);
}
.p_banner ._nav._mode1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2vh;
	z-index: 10;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.p_banner ._nav._mode1 a{
	font-size: 17px;
	color: #fff;
	text-align: center;
}
.p_banner ._nav._mode1 a>span{
	display: block;
	padding: 0 32px;
	line-height: 1;
	margin-bottom: 12px;
}
.p_banner ._nav._mode1 a>span>p{
	display: inline;
}
.p_banner ._nav._mode1 ._vertical{
	height: 17px;
	width: 1;
	border-left: 1px solid rgba(255,255,255,.3);
}
.p_banner ._nav._mode1 a>i{
	display: block;
	width: 0;
	height: 1px;
	background-color: #fff;
	margin: 0 auto;
	transition: width .4s;
}
.p_banner ._nav._mode1 a:hover i,.p_banner ._nav._mode1 a._active i{
	width: 58%;
}
.p_banner ._nav._mode1 .s_spot{
	display: none;
}
.p_banner ._nav._mode2{
	position: fixed;
	top: 115px;
	right: 0;
	z-index: 20;
	text-align: right;
}
.p_banner ._nav._mode2 a{
	display: block;
	position: relative;
	color: #585858;
	padding:10% 0;
}
.p_banner ._nav._mode2 a + a{
	
}
.p_banner ._nav._mode2 a._active{
	transition: color .4s,font-weight .4s;
	color: #2ca6df;
	font-weight: 600;
}
.p_banner ._nav._mode2 a .s_spot{
	position: absolute;
	top: 50%;
	right: 10px;
	width: 13px;
	height: 13px;
	margin-top: -6px;
	transition: opacity .4s;
	opacity: 0;
}
.p_banner ._nav._mode2 a._active .s_spot{
	opacity: 1;
}
.p_banner ._nav._mode2 a ._spot{
	position: absolute;
	top: 50%;
	right: 10px;
	width: 13px;
	height: 13px;
	margin-top: -6px;
	display: block;
	border: 1px solid #c8c8c8;
	border-radius: 50%;
	background-color: #fff;
	transition: opacity .4s;
	opacity: 1;
}
.p_banner ._nav._mode2 a._active ._spot{
	opacity: 0;
}
.p_banner ._nav._mode2 a ._spot span{
	position: absolute;
	width: 5px;
	height: 5px;
	display: block;
	background-color: #c8c8c8;
	top: 3px;
	left: 3px;
	border-radius: 50%;
}
.p_banner ._nav._mode2 a>i{
	position: absolute;
	right: 16px;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #e5e5e5;
}
.p_banner ._nav._mode2 a:first-of-type>i{
	top: 50%;
}
.p_banner ._nav._mode2 a:last-of-type>i{
	bottom: 50%;
}
.p_banner ._nav._mode2 a>span{
	display: block;
	margin-right: 30px;
	line-height: 20px;
	font-size: 12px;
}

.p_ul .fp-tableCell{
	display: flex;
}
.p_ul{
	position: relative;
	z-index: 1;
}
.p_ul ._banner{
	width: 50%;
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.p_ul ._banner .swiper-container{
	width: 100%;
	height: 100%;
}
.p_ul ._banner .swiper-wrapper{
	width: 100%;
	height: 100%;
}
.p_ul ._banner .swiper-slide{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
	color: #fff;
}
.p_ul ._banner .swiper-pagination-bullet {
    background: #fff;
}
.p_ul ._banner .swiper-pagination-bullet-active {
	background: #fff;
}
.p_ul ._banner .swiper-pagination-bullets,
.p_ul ._banner .swiper-pagination-custom,
.p_ul ._banner .swiper-pagination-fraction {
	left: 4.5%;
}
.p_ul ._banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: .2;
	transition: width .3s,opacity .3s;
}
.p_ul ._banner .swiper-pagination-bullet-active {
	opacity: .8;
	background: #fff;
	width: 6px;
	border-radius: 3px;
}
.p_ul ._banner ._title{
	position: absolute;
	right: 4.5%;
	top: 130px;
	text-align: right;
}
.p_ul ._banner._list ._title{
	left: 4.5%;
	right: auto;
	text-align: left;
}
.p_ul ._banner h3{
	font-size: 55px;
	font-family: numfont;
	font-weight: normal;
	margin-bottom: 20px;
}
.p_ul ._banner h4{
	font-size: 30px;
	font-family: ikaros;
	font-weight: normal;
}
.p_ul ._ul{
	width: 50%;
	height: 100%;
	background-color: #fff;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}
.p_ul ._ul ._introduce{
	margin: 100px 8% 12vh 6%;
}
.p_ul ._ul ._introduce h2{
	font-size: 38px;
	color: #2ca6df;
	margin-bottom: 6vh;
}
.p_ul ._ul ._introduce p{
	font-size: 16px;
	display: flex;
	align-items: center;
	margin-bottom: 1.6vh;
}
.p_ul ._ul ._introduce p img{
	width: 20px;
	margin-right: 5px;
}
.p_ul ._ul ._content{
	margin: 100px 14% 4vh 6%;
}
.p_ul ._ul ._content h2{
	font-size: 38px;
	color: #2ca6df;
	margin-bottom: 4vh;
}
.p_ul ._ul ._content ._img{
	margin-bottom: 3vh;
}
.p_ul ._ul ._content h3{
	font-size: 18px;
	margin-bottom: 2vh;
}
.p_ul ._ul ._content p{
	font-size: 14px;
	display: flex;
	align-items: center;
	margin-bottom: 1.6vh;
}
.p_ul ._ul ._recommend{
	margin: 0 14% 0 6%;
}
.p_ul ._ul ._recommend h3{
	font-size: 20px;
	margin-bottom: 3vh;
}
.p_ul ._ul ._recommend a{
	display: block;
	width: 100%;
	height: 8.8vw;
	overflow: hidden;
	position: relative;
}
.p_ul ._ul ._recommend a img{
	height: 100%;
	min-width: 100%;
	max-width: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transition: transform 1s;
}
.p_ul ._ul ._recommend a:hover img{
	transform:translate(-50%,-50%) scale(1.1);
	-webkit-transform:translate(-50%,-50%) scale(1.1);
}
.p_ul ._ul ._recommend a span{
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	text-align: center;
	background-color: rgba(0,0,0,.4);
	padding: 5px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.p_ul ._ul .swiper-container{
	margin-bottom: 2vh;
}
.p_ul ._ul .swiper-pagination-bullet {
    background: #151515;
}
.p_ul ._ul .swiper-pagination-bullet-active {
	background: #151515;
}
.p_ul ._ul .swiper-pagination-bullets,
.p_ul ._ul .swiper-pagination-custom,
.p_ul ._ul .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}
.p_ul ._ul .swiper-pagination-bullet {
    width: 3px;
    height: 3px;
    background: #151515;
    opacity: .2;
	transition: width .3s,opacity .3s;
}
.p_ul ._ul .swiper-pagination-bullet-active {
	opacity: .8;
	background: #151515;
	width: 13px;
	border-radius: 3px;
}
.p_one ._ul{
	
}
.p_two ._ul{
	
}
.p_three ._ul{
	
}
.p_four ._ul{
	
}
.p_five ._ul{
	justify-content: flex-start;
}
.p_five ._ul ._content{
	flex: 1;
	min-height: 0;
	overflow: hidden;
}
.p_five ._ul ._content .swiper-container{
	height: 100%;
}
.p_five ._ul ._content .swiper-slide{
	display: none;
	height: 100%;
	overflow: auto;
}
.p_five ._ul ._content .swiper-slide._active{
	display: block;
}
.p_five ._ul ._recommend a{
	height: 6vw;
}
.p_five ._ul ._recommend ._active{
	border: 2px solid #2ca6df;
}

.s_footer{
	position: relative;
	z-index: 3;
	background-color: #fff;
	border-top: 1px solid #d9d9d9;
}

._pagination{
	position: relative;
	width: 100%;
	height: 30px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 1px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 1px;
}

.modal-content{
	position: relative;
}
.modal-content .modal_close{
	position: absolute;
	top: -30px;
	right: 0;
}
.modal-content .modal_close img{
	width: 15px;
}
