html, body {
	position: relative;
	height: 100%;
}

.mgt-10{
	margin-top:  10px;
}

.flex-center{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row;
	-webkit-align-items: center;
	align-items: center;
}

.window-box{
	width: 100%;
	height: 100%;
	background-color: #F2F2F2;
	padding-top: 86px;
}
@media screen and (max-width: 992px) {
  .window-box{
    padding-top: 0;
  }
}
.window-cut{
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.window-cut .window-bin{
	/* height: 100%; */
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.window-cut .window-bin-wisland{
	height: 100%;
}
.window-cut .window-bin-pronotes{
	/* height: 1200px; */
}
.window-cut .window-bin-media{
	/* height: 900px; */
}
.window-cut .window-bin-team{
	/* height: 900px; */
}
.window-cut .window-bin-contact{
	/* height: 900px; */
}

.window-cut .window-bin:nth-child(2n){
	/* background-color: #291AC0; */
	border-top: none;
}

/* 全屏分页  nav dot */
.window-pagination{
	position: fixed;
	left: 0;
	top: 50%;
	z-index: 1;
}
@media screen and (max-width: 992px) {
	.window-pagination{
		display: none;
	}
}
.window-cut-pagination{
	width: 20px;
	margin-left: -90px;
	-webkit-transition: 300ms opacity;
	-o-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}
.window-cut-pagination .swiper-pagination-bullet{
	width: 9px;
	height: 9px;
	display: inline-block;
	border-radius: 100%;
	background-color: #CBCBCE;
	opacity: 1;
}

.window-cut-pagination .swiper-pagination-bullet{
	position: relative;
	margin: 20px 0;
	display: block;
}
.window-cut-pagination .swiper-pagination-bullet-active{
	width: 11px;
	height: 11px;
	margin-left: -1px;
}

.window-cut-pagination .swiper-pagination-bullet:before{
	content: '';
	position: absolute;
	top: 9px;
	left: 4px;
	z-index: -1;
	display: block;
	width: 1px;
	height: 24px;
	background: #CBCBCE;
}
.window-cut-pagination .swiper-pagination-bullet-active:before{
	left: 5px;
}
.window-cut-pagination .swiper-pagination-bullet:last-child:before{
	display: none;
}

.window-cut-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active{
	background-color: #C4F2F6;
}
.window-cut-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active{
	background-color: #2D6265;
}
.window-cut-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active{
	background-color: #60A5AB;
}
.window-cut-pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active{
	background-color: #F5C95C;
}
.window-cut-pagination .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active{
	background-color: #E86837;
}
.window-cut-pagination .swiper-pagination-bullet:nth-child(6).swiper-pagination-bullet-active{
	background-color: #2D5FF2;
}
.window-cut-pagination .swiper-pagination-bullet:nth-child(7).swiper-pagination-bullet-active{
	background-color: #2C1ABD;
}
/* 全屏分页  nav dot end*/

/* banner */
.banner-container{
	position: relative;
	width: 100%;
	height: 100%;
}
.banner-wrapper{
	width: 1000%;
	height: 100%;
}
.banner-wrapper .banner-side{
	width:  100%;
	height: 100%;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* pronotes list */

/* contact */
.contact-area{
	/* background-color: #C7C7C7; */
}
.contact-area-bd{
	width: 80%;
	max-width: 1280px;
	height: 600px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
}
.contact-area-bd>div{
	flex: 1;
}
.contact-area-bd .contact-infor h5{
	font-size: 16px;
	color: #151AC4;
	line-height: 30px;
}
.contact-area-bd .contact-infor p{
	font-size: 15px;
	color: #666;
	line-height: 20px;
	margin-bottom: 0;
}
.contact-area-bd .contact-logo{
	position: relative;
	text-align: center;
}
.contact-area-bd .contact-logo img{
    width: 70%;
    margin-left: -40%;
}
.contact-area-bd .contact-address{
	font-size: 13px;
	color: #666;
	text-align: right;
}
.contact-area-bd .contact-address>div{
	display: inline-block;
	/* width: 70%; */
	text-align: left;
}
.contact-area-bd .contact-address img{
	width: 100%;
}

@media screen and (max-width: 992px) {
  .contact-area-bd{
    flex-direction: column;
  }
  .contact-area-bd .contact-logo img{
  	margin-left:  0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 22px;
    width: 200px;
    left: 50%;
  }
.contact-area{
	padding-top:  60px;
}
}

.footer{
	width: 100%;
	height: 340px;
	padding: 0 20px;
	background-color: #463DCE;
	display: flex;
	align-items: center;
	background-image: url('../image/web125-22.png');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: top right;
}
.footer-bd{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.footer-nav a{
	display: block;
	font-size: 30px;
	color: #fff;
	line-height: 42px;
}
.footer-copyright{
	font-size: 13px;
	color: rgba(255, 255, 255, .6);
}
@media screen and (max-width: 768px) {
  .footer{
    background-image: none;
    height: 280px;
  }
 .footer-nav a{
	font-size: 20px;
	line-height: 32px;
}
}

/* 通用列表 */
.common-list-content{
	padding: 40px 20px;
	max-width: 1400px;
	margin: 0 auto;
}
.common-list-content-bd>.title{
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.common-list-content-bd>.title h3{
	display: inline-block;
	padding: 0 20px;
	background-color: #fff;
	font-size: 18px;
	line-height: 36px;
	text-transform : uppercase;
	font-weight: 400;
	position: relative;
	z-index: 2;
}
.common-list-content-bd>.title::before{
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 6px;
	background-repeat: repeat;
	background-size: auto 100%;
	background-position: top center;
	background-image: url('../image/sanjiao-1.png');
}
.common-list-content .common-list-div{
	font-size: 0;
	overflow: hidden;
	margin: 0 auto;
}
.common-list-content .common-list-ul{
	margin-left: -10px;
	text-align: center;
}
.common-list-content .common-list-li{
	width: 315px;
	margin-left: 10px;
	margin-bottom: 10px;
	display: inline-block;
	border-radius: 2px;
	vertical-align: top;
}
@media screen and (min-width: 290px) {
	.common-list-content .common-list-div{
		width: 315px;
	}
}
@media screen and (min-width: 550px) {
	.common-list-content .common-list-div{
		width: 510px;
	}
}
@media screen and (min-width: 810px) {
	.common-list-content .common-list-div{
		width: 770px;
	}
}
@media screen and (min-width: 1330px) {
	.common-list-content .common-list-div{
		width: 1290px;
	}
}
.common-list-content .common-list-li-a{
	display: inline-block;
	width: 100%;
	padding: 10px;
	background-color: #E8E5EA;
	border-radius: 2px;
}
.common-list-content .common-list-li-a-nbg{
	background-color: #FFFFFF;
}
.common-list-content .common-list-li .img-bg{
	width: 295px;
	height: 260px;
	background-color: #C7C7C7;
}
.common-list-content .common-list-li .img-bg .img{
	width:  100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.common-list-content .common-list-li-content{}
.common-list-content .common-list-li-content h5{
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	border-top: 3px solid #000;
	margin-top: 10px;
}
.common-list-content .common-list-li-content h5 .occupation{
	font-size: 13px;
	color: #666;
	float: right;
}
.common-list-content .common-list-li-content p{
	color: #666;
	font-size: 13px;
	line-height: 20px;
}
.common-list-content .common-list-li-a:hover{
	background-color: #151AC4;
}
.common-list-content .common-list-li-a:hover .common-list-li-content h5{
	color: #fff;
}
.common-list-content .common-list-li-a:hover .common-list-li-content h5 .occupation{
	color: #fff
}
.common-list-content .common-list-li-a:hover .common-list-li-content p{
	color: #fff;
}

/* pronotes */
.pronotes-container{
	height: 300px;
}

/* media */
.media{}
.media-container{
	height: 300px;
}
.media-list-content{
	padding: 40px 20px;
	font-size: 0;
	max-width: 1400px;
	margin:  0 auto;
}
.media-list-content-bd{
	margin-bottom: 20px;
}
.media-list-content-bd>.title{
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.media-list-content-bd>.title h3{
	display: inline-block;
	padding: 0 20px;
	background-color: #fff;
	font-size: 18px;
	line-height: 36px;
	text-transform : uppercase;
	font-weight: 400;
	position: relative;
	z-index: 2;
}
.media-list-content-bd>.title::before{
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 6px;
	background-repeat: repeat;
	background-size: auto 100%;
	background-position: top center;
	background-image: url('../image/sanjiao-1.png');
}
.media-list-ul{
	text-align: center;
}
.media-list-li{
	display: inline-block;
}
.media-list-li-a{
	display: inline-block;
	width: 167px;
	height: 167px;
	text-align: center;
}
.media-list-li-a .img-bg{
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url('../image/web125-23.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: top right;}
.media-list-li-a .img-bg>img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}

/* team */
.team{}
.team-container{
	height: 300px;
}
.team .common-list-content-bd>.title h3{
	background-color: #E8E5EA;
}
.team .common-list-content{
	background-color: #E8E5EA;
}
.team .common-list-content .common-list-li-a{
	background-color: #fff;
}
.team .common-list-content .common-list-li-a:hover{
	background-color: #151AC4;
}