@charset "utf-8";

.banner {
	/*height:100vh;*/
	box-sizing:border-box;
	position: relative;
}

.banner .swiper-slide {
	position:relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner .swiper-slide .title{
    font-size: 40px;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    color: #005097;
}

.banner .swiper-pagination {
	left: auto;
	right: 70px;
	top: 50%;
	bottom: auto;
	width: 74px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	position: relative;
	background: #c1c6c9;
	border-radius: 100%;
	font-size: 0;
	display: block;
	opacity: 1;
	margin: 0 auto 31px;
}

.banner .swiper-pagination-bullet-active {
	opacity: 1;
}
.banner .swiper-pagination-bullet-active:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 32px;
	height: 32px;
	border-radius: 100%;
	border: 2px solid #b3ecff;
}
.banner .swiper-pagination-fraction{
	text-align: center;
	position: relative;
	color: #c1c6c9;
	font-size: 20px;
}
.banner .swiper-pagination-fraction:before{
	content: '';
	display: block;
	background: #fff;
	height: 115px;
	width: 1px;
	margin: 0 auto 28px;
}
.banner .swiper-pagination-fraction .current{
	color: #fff;
	font-size: 32px;
	margin-right: 6px;
}




.about{
	background: url('../../images/index_about_bg.jpg') no-repeat center top;
	background-size: cover;
}
.about .container{
	position: relative;
	padding-top: 50px;
	height: 700px;
}
.about .container .about-word{
	background: #005096;
	width: 500px;
	height: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 45px 0 42px;
}
.about .container .about-text{
	margin-top: 23px;
}
.about .container .about-text a{
	color: #b3ecff;
	font-size: 16px;
	line-height: 30px;
	display: block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.about .container .about-text a:hover{
	color: #fff;
}
.index-tit{
	font-size: 20px;
	color: #fff;
	position: relative;
	line-height: 46px;
}
.index-tit:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 4px;
	background: #b3ecff;
}
.about .container .about-video{
	width: 750px;
	height: 422px;
	position: absolute;
	z-index: 1;
	bottom: 55px;
	right: 0;
}
.about .container .about-video .vjs-poster{
	background-size: cover;
	-webkit-filter: grayscale(30%);
    -moz-filter: grayscale(30%);
    -ms-filter: grayscale(30%);
    -o-filter: grayscale(30%);    
}
.about .container .about-video .video-js:hover .vjs-poster{
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);    
}
.index-more{
	font-size: 16px;
	color: #005096;
	width: 148px;
	height: 48px;
	border: 1px solid #005096;
	text-align: center;
	line-height: 48px;
	display: block;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.index-more:hover{
	background: #005096;
	color: #fff;
}
.about .container .index-more{
	position: absolute;
	z-index: 1;
	bottom: 70px;
	left: 0;
}



.strategy .container{
	padding: 100px 0;
	position: relative;
}
.strategy .strategy-word{
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 1;
	background: #005096;
	width: 360px;
	height: 458px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px 50px 0 45px;
}
.strategy .strategy-text{
	margin-top: 23px;
	height: 320px;
	overflow: hidden;
}
.strategy .strategy-text a{
	color: #b3ecff;
	line-height: 36px;
	font-size: 16px;
	display: block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.strategy .strategy-text a:hover{
	color: #fff;
}
.strategy .strategy-pic{
	float: left;
	display: block;
}
.strategy-right{
	float: right;
	width: 430px;
	height: 500px;
	text-align: center;
	position: relative;
}
.strategy-right img{
	text-align: center;
}
.strategy-link{
	height: 110px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 13px 0;
}
/*.strategy-right div:not(:last-of-type){
	border-bottom: 1px solid #e5e5e5;
}*/
.strategy-link a{
	display: block;
	height: 84px;
	line-height: 84px;
	color: #3c3c3c;
	font-size: 24px;
	padding-left: 90px;
	position: relative;
	-webkit-transition: padding-left 0.3s;
	-o-transition: padding-left 0.3s;
	transition: padding-left 0.3s;
	cursor: default;
}
.strategy-link a:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 58px;
	height: 84px;
	-webkit-transition: left 0.3s;
	-o-transition: left 0.3s;
	transition: left 0.3s;
	background-position: center;
	background-size: 45px auto;
	background-repeat: no-repeat;
}
.strategy-right div:nth-of-type(1) a:before{
	background-image: url('../../images/strategy_icon_01.png');
}
.strategy-right div:nth-of-type(2) a:before{
	background-image: url('../../images/strategy_icon_02.png');
}
.strategy-right div:nth-of-type(3) a:before{
	background-image: url('../../images/strategy_icon_03.png');
}
.strategy-right div:nth-of-type(4) a:before{
	background-image: url('../../images/strategy_icon_04.png');
}
.strategy-link:hover a{
	padding-left: 127px;
	background: #b3ecff;
}
.strategy-link:hover a:before{
	left: 37px;
}
.strategy-right .index-more{
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
}



.team{
	padding: 85px 0 100px;
	background: #eff1f7;
}
.team .team-header{
	height: 56px;
	position: relative;
}
.team .team-header .index-tit{
	color: #005096;
	margin-top: 2px;
}
.team .team-header .index-tit:after{
	background: #d1effb;
}
.team .team-header .index-more{
	position: absolute;
	top: 6px;
	right: 230px;
}
.team .swiper-button-next,
.team .swiper-button-prev{
	position: absolute;
	top: 6px;
	left: auto;
	right: 64px;
	margin: 0;
	width: 48px;
	height: 48px;
	background: #005096;
	border: 1px solid #005096;
	text-align: center;
	line-height: 48px;
	color: #fff;
	font-size: 18px;
}
.team .swiper-button-next{
	background-position: -150px 0;
	right: 0;
}
.team .swiper-button-next.swiper-button-disabled,
.team .swiper-button-prev.swiper-button-disabled{
	opacity: .7;
	background-color: transparent;
	color: #005096;
}
.team .swiper-button-next.swiper-button-disabled{
	background-position: -50px 0;
} 
.team .swiper-button-prev.swiper-button-disabled{
	background-position: 0 0;
}
.team .team-swiper{
	margin-top: 65px;
}
.team .team-swiper .swiper-slide a{
	display: block;
	/*padding-top: 20px;*/
	position: relative;
	height: 180px;
}
.team .team-swiper .swiper-slide a:before{
	content: '';
	display: block;
	background: #fff;
	z-index: 0;
	width: 100%;
	height: 180px;
	bottom: 0;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.team .team-swiper .swiper-slide a img{
	width: 100%;
}
.team .team-swiper .team-item{
	background: #fff;
	width: 296px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
}
.team .team-swiper .team-item-name{
	font-size: 20px;
	font-weight: bold;
	color: #005096;
	line-height: 1.5;
	margin-top: 20px;
}
.team .team-swiper .team-item-info{
	color: #909090;
	font-size: 16px;
	position: relative;
	line-height: 26px;
	padding-bottom: 19px;
}
.team .team-swiper .team-item-info:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 144px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #e5e5e5;
	height: 1px;
}
/* .team .team-swiper .swiper-slide:hover .team-item{
	top: 43px;
}
.team .team-swiper .swiper-slide:hover .team-item-info:after{
	display: none;
}
.team .team-swiper .swiper-slide:hover a:before,
.team .team-swiper .swiper-slide:hover .team-item{
	background: #b3ecff;
} */



.viewpoint{
	background: url('../../images/index_viewpoint_bg.jpg') no-repeat center;
	background-size: cover;
	height: 600px;
	position: relative;
}
.viewpoint .viewpoint-word{
	position: absolute;
	top: -30px;
	right: 0;
	background: #005096;
	z-index: 1;
	padding: 70px 300px 50px 35px;
	max-width: 310px;
}
.viewpoint .viewpoint-text{
	margin-top: 25px;
}
.viewpoint .viewpoint-tit{
	margin-top: 16px;
	margin-bottom: 10px;
}
.viewpoint .viewpoint-tit a{
	color: #b3ecff;
	line-height: 24px;
	display: block;
	text-align: justify;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.viewpoint .viewpoint-info a{
	color: #ccc;
	line-height: 27px;
	display: block;
	/*text-align: justify;*/
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.viewpoint .viewpoint-info a:hover,
.viewpoint .viewpoint-tit a:hover{
	color: #fff;
}
.viewpoint .index-more{
	color: #fff;
	border-color: #fff;
	margin-top: 25px;
}

.contact{
	position: relative;
}
.contact-map{
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.contact-map-pic{
	display: block;
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.contact-header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: rgba(0,0,0,.7);
	z-index: 1;
}
.contact-header .container{
	position: relative;
}
.contact-header-name{
	color: #b3ecff;
	font-size: 18px;
	text-align: center;
	line-height: 100px;
}
.contact-header-tit{
	position: absolute;
	top: 0;
	left: 0;
	line-height: 100px;
	height: 100px;
	font-size: 24px;
	color: #fff;
	padding-left: 12px;
}
.contact-header-tit:before{
	content: '';
	display: block;
	position: absolute;
	width: 7px;
	height: 26px;
	background: #b3ecff;
	left: 0;
	top: 50%;
	margin-top: -13px;
}
.contact .index-more{
	position: absolute;
	right: 0;
	top: 25px;
	color: #fff;
	border-color: #fff;
}
.contact .index-more:hover,
.viewpoint .index-more:hover{
	color: #b3ecff;
	border-color: #b3ecff;
	background: transparent;
}
.contact-list{
	position: absolute;
	bottom: -37px;
	left: 0;
	text-align: center;
	font-size: 0;
	z-index: 1;
	width: 100%;
	height: 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-list li{
	display: inline-block;
	width: 80px;
	height: 80px;
	margin: 0 60px;
	position: relative;
}
.contact-list li .icon{
	position: relative;
	cursor: pointer;
}
.contact-list li .icon:before{
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	z-index: 2;
	background-color: #01bee6;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.contact-list li:hover .icon:before{
	background-color: #b3ecff;
}
.contact-list li:nth-of-type(1) .icon:before{
	background-image: url('../../images/contact_01.png');
}
.contact-list li:nth-of-type(2) .icon:before{
	background-image: url('../../images/contact_02.png');
}
.contact-list li:nth-of-type(3) .icon:before{
	background-image: url('../../images/contact_03.png');
}
.contact-list li:nth-of-type(4) .icon:before{
	background-image: url('../../images/contact_04.png');
}
.contact-list li .detail{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 124px 0;
	text-align: left;
	display: none;
	z-index: 2;
}
.contact-list li:nth-of-type(2){
	z-index: 3;
}
.contact-list li:nth-of-type(3){
	z-index: 4;
}
.contact-list li:nth-of-type(4){
	z-index: 5;
}
.contact-list li .detail .txt{
	background: #b3ecff;
	padding: 15px 22px;
}
.contact-list li .detail p{
	font-size: 16px;
	line-height: 28px;
	color: #005096;
	white-space:nowrap;
}
.contact-list li:hover .detail{
	display: block;
}

@media screen and (max-width: 1200px){	
	.banner{
		/*height: 40vw;*/
	}
    .banner .swiper-slide .title{
        font-size: 18px;
        margin-left: 40px;
        margin-top: 90px;
    }
	.banner .swiper-pagination-fraction{
		display: none;
	}
	.banner .swiper-pagination{
		right: 0;	
		bottom: 1vw;
		top: auto;
		width: 100%;
		text-align: center;	
	}
	.banner .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		display: inline-block;
		margin: 0 10px;
	}
	.banner .swiper-pagination-bullet-active{
		background: #005096;
	}
	.banner .swiper-pagination-bullet-active:after{
		display: none;
	}

	.about .container,
	.strategy .container{
		height: auto;
		padding: 20px;
	}
	.about .container .about-word,
	.strategy .strategy-word{
		width: 100%;
		height: auto;
		padding: 10px 20px 20px;
	}
	.about .container .about-text,
	.strategy .strategy-text{
		margin-top: 10px;
		height: auto;
		padding-bottom: 10px;
	}
	.about .container .about-text a,
	.strategy .strategy-text a,
	.viewpoint .viewpoint-text a{
		font-size: 14px;
		line-height: 1.8;
	}
	.about .container .about-video{
		position: static;
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	.index-tit{
		font-size: 16px;
	}
	.index-tit:after{
		width: 2em;
	}
	.index-more{
		font-size: 14px;
		width: 110px;
		height: 36px;
		line-height: 36px;
	}
	.about .container .index-more{
		position: static;
		margin-top: 10px;
	}
	.strategy .strategy-word{
		position: static;
	}
	.strategy .strategy-pic{
		display: none;
	}
	.strategy-right{
		float: none;
		width: 100%;
		height: auto;
	}
	.left_up,.left_down{
	left: 0% !important;
	}
	.left_down{
	left: 0% !important;	
	}
	.right_up{
		left: 54% !important;
	}
	.right_down{
	left: 55% !important;	
	}
	.strategy-link a{
		font-size: 16px;
		height: 50px;
		line-height: 50px;
		padding-left: 55px;
	}
	.strategy-link{
		height: 66px;
	}
	.strategy-link a:before{
		width: 34px;
		height: 50px;
		left: 10px;
		background-size: 28px auto;
	}
	.strategy-right .index-more{
		position: static;
		margin-top: 15px;
		float: right;
	}

	.team{
		padding: 20px 20px 30px;
	}
	.team .team-swiper{
		margin-top: 10px;
	}
	.team .team-swiper .swiper-slide a:before{
		display: none;
	}
	.team .team-swiper .team-item{
		width: 100%;
		position: static;
		left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	.team .team-swiper .swiper-slide a{
		height: auto;
		padding-top: 0;
	}
	.team .team-swiper .team-item-name{
		font-size: 16px;
		margin-top: 10px;
	}
	.team .team-swiper .team-item-info{
		font-size: 14px;
		line-height: 22px;
		height: 44px;
		padding: 0 20px 10px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.team .team-swiper .team-item-info:after{
		display: none;
	}
	.team .swiper-button-next, 
	.team .swiper-button-prev{
		display: none;
	}
	.team .team-header .index-more{
		right: 0;
	}
	.viewpoint{
		padding-top: 31vw;
		height: auto;
		background-position: center top;
		background-size: contain;
	}
	.viewpoint .viewpoint-word{
		position: static;
		padding: 20px 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
	}
	.viewpoint .viewpoint-text{
		max-width: 100%;
		margin-top: 10px;
	}
	.viewpoint .index-more{
		margin-top: 15px;
	}
	.contact{
		margin-top: 20px;
	}
	.contact-map{
		height: 60vw;
	}
	.contact-map-pic{
		width: auto;
	    height: 100%;
	}
	.contact-header{
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: auto;
	}
	.contact-header .container{
		overflow: hidden;
		padding: 8px 0;
	}
	.contact-header-name{
		display: none;
	}
	.contact-header-tit{
		position: static;
		float: left;
		line-height: 40px;
		font-size: 16px;
		height: 40px;
	}
	.contact-header-tit:before{
		height: 16px;
		margin-top: -8px;
	}
	.contact .index-more{
		position: static;
		float: right;
		margin-top: 1px;
	}
	.contact-list{
		position: static;
		height: auto;
		padding: 10px 20px;
	}
	.contact-list li{
		display: block;
		width: 100%;
		margin: 0;
		height: auto;
		padding: 8px 0;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
	}
	.contact-list li .icon:before{
		width: 32px;
		height: 32px;
	}
	.contact-list li .detail{
		position: static;
		display: block;
		background: none;
		padding: 4px 0 4px 10px;
		white-space: normal;
	    -webkit-box-flex: 1;
	    -webkit-flex: 1;
	    -moz-flex: 1;
	    -ms-flex: 1;
	    -o-flex: 1;
	    flex: 1;
	    font-size: 14px;
	    line-height: 22px;
	}
	.contact-list li:hover .icon:before{
		background-color: #01bee6;
	}

}
@media screen and (max-width: 480px){
    .banner .swiper-slide .title{
        font-size: 14px;
        margin-top: 12px;
    }
	.banner .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
		margin: 0 4px;
	}
	.index-tit{
		line-height: 34px;
	}
	.index-tit:after{
		height: 3px;
	}
	.about .container,
	.strategy .container{
		padding: 20px 10px;
	}
	.team{
		padding: 20px 0;
	}
	.team .team-header{
		padding: 0 10px;
	}
	.viewpoint .viewpoint-word{
		padding: 20px 10px;
	}
	.index-more{
		width: 80px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.contact-header .container{
		padding: 4px 0;
	}
	.contact .index-more{
		margin-top: 4px;
	}
	.contact-list{
		padding: 10px 10px;
	}
	.team .team-swiper{
		margin-top: 0;
		padding: 0;
	}
	.team .team-swiper .swiper-slide{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
	}
	.team .team-swiper .swiper-slide a{
		background: #fff;
		box-shadow: 0px 2px 8px rgba(0,0,0,.12);
		overflow: hidden;
		border-radius: 6px;
	}
	.team .team-swiper .team-item-name{
		font-size: 14px;
		margin-top: 6px;
	}
	.team .team-swiper .team-item-info{
		font-size: 12px;
		line-height: 16px;
		padding: 0 10px 12px;
		height: auto;
		margin-top: 3px;
		display: block;
		overflow: visible;
	}
	.team .team-header .index-more{
		right: 10px;
	}
	.strategy-right img{
		width: 300px;
	}
	.left_up{
		top: -230px !important;
	}
	.left_down{
		top: -130px !important;
	}
	.right_up{
		top: -290px !important;
		width: 20% !important;
		left: 60% !important
	}
	.right_down{
		top: -200px !important;
	}
}




/* Hiding video controls 
* See: https://css-tricks.com/custom-controls-in-html5-video-full-screen/
* --------------------------------------- */
video#myVideo::-webkit-media-controls {
  display:none !important;
}
#myVideo{
	position: absolute;
	right: 0;
	bottom: 0;
	top:0;
	right:0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black; /* in case the video doesn't fit the whole page*/
	background-position: center center;
	background-size: contain;
	object-fit: cover; /*cover video background */
	z-index:3;
}
.left_up,.left_down,.right_up,.right_down{
	position: relative;
	width: 40%;
	color: black;
	font-size: 20px;
	border:0;
}
.left_up{
	top: -360px;
	left: 58px;
	text-align: right;
}
.left_up a{
	color:#fff;
	font-weight: bold;
}
.left_down{
	top: -248px;
	left: -65px;
	text-align: right;
}
.left_down a{
	color:#2c7fbe;
	font-weight: bold;
}
.right_up{
	top: -276px;
    left: 72%;
    line-height: 22px;
    width: 100px;
    text-align: center;
}
.right_up a{
	color:#fff;
	font-weight: bold;
}
.right_down{
	top: -182px;
	left: 173px;
	text-align: left;
}
.right_down a{
	color:#fff;
	font-weight: bold;
}