@charset "utf-8";
/* CSS Document */

html{
	font-size: 16px;
	
}

body{
	overflow: hidden;
}




.index{width:100%;overflow:hidden;}

@media (min-width:992px){
	.index{wheight: 100vh}
}
.index .swiper-container{width:100%;height:100%;overflow:hidden}
.index .swiper-container .swiper-slide{width:100%;height:100%;overflow:hidden}
.index .swiper-container .swiper-slide img{display:block;
	vertical-align:middle;
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

@media (min-width:992px){
	.index .swiper-container .swiper-slide img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-webkit-transform:scale(1.1);
-o-transform:scale(1.1);

}
	
	.index .swiper-slide-active img{
	transform: scale(1)!important;
	-moz-transform: scale(1)!important;
-ms-transform: scale(1)!important;
-webkit-transform: scale(1)!important;
-o-transform: scale(1)!important;
	
	
}
}


.index .swiper-button-prev{
	background: url(../images/left1.png) no-repeat;
	width: 45px;
	height: 45px;
	/*border-radius: 50%;*/
	left: 1%;
	opacity: 0;
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.index:hover .swiper-button-prev,.index:hover .swiper-button-next{
	opacity: 1;
}

.index .swiper-button-next{
	background: url(../images/right1.png) no-repeat;
	width: 45px;
	height: 45px;
	/*border-radius: 50%;*/
	right: 1%;
	opacity: 0;
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

@media (min-width:992px){
	.index img{
		display: block;
		max-width: 100%;
		height: auto
	}
}


.index .swiper-pagination-bullet{
	width: 5rem;
	height: 5px;
	border-radius: 50px;
}














.about{
	padding: 6rem 0;
}

.aboutl{
	float: right;
	width: 55%;
}

.aboutzi{
	position: relative;
	margin-bottom: 3rem;
	/*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	
	align-items: center;*/
}

.aboutzi h2{
	text-transform: uppercase;
    color: #476cba;
    font-weight: 600;
    font-size: 3rem;
    letter-spacing: .1rem;
}

.aboutzi h3{
	color: #476cba;
}

@media (min-width:992px){
	.aboutzi h3{
		letter-spacing: .5rem;
		line-height: 1;
		font-weight: bold;
		font-size: 2rem;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	}
}

.aboutcon p{
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #333;
}

.aboutr{
	float: left;
	width: 40%;
}

.aboutr img{
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.aboutr img:hover{
	transform:scale(0.9);
	-moz-transform:scale(0.9);
-ms-transform:scale(0.9);
-webkit-transform:scale(0.9);
-o-transform:scale(0.9);
}

.abouta{
	margin-top: 4rem;
}

@media (max-width:1500px){
	.abouta{
		margin-top: 3rem;
	}
}

.abouta a{
	color: #fff;
	font-size: 0.9rem;
	background-image: linear-gradient(to right, #5d3e9c , #2da1dd);
	padding: 1rem 3rem;
}





















.pro{
	padding: 2rem 0 6rem;
	
}

.prol{
	float: left;
	width: 7rem;
}

.prozi{
	position: relative;

}


@media (min-width:992px){
	
.prozi h2{
	text-transform: uppercase;
    font-style: italic;
    writing-mode: tb-rl;
	letter-spacing: .1rem;
    color: #476cba;
    font-weight: 600;
    font-size: 3rem;
}
}

.prozi h3{
	color: #476cba;
}

@media (min-width:992px){
	.prozi h3{
	writing-mode: tb-rl;
	letter-spacing: .5rem;
	color: #476cba;
    line-height: 1;
    font-weight: bold;
	font-size: 2rem;
    position: absolute;
	top: 0%;
	left: 50%;
		
    transform: translateX(-50%);
	-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
}
}


.pror{
	float: right;
	width: 80%;
}

.procon{
	padding-top: 7rem;
}


.procon img{
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.procon .swiper-slide:hover img{
	transform:scale(0.9);
	-moz-transform:scale(0.9);
-ms-transform:scale(0.9);
-webkit-transform:scale(0.9);
-o-transform:scale(0.9);
}

.procon p{
	font-size: 0.9rem;
	line-height: 1.6rem;
	margin-bottom: 0;
	text-align: center;
	padding: 1rem 0 0.5rem 0;
	color: #333;
}

.procon .swiper-slide:hover p{
	color: #476cba;
}

.procon .swiper-button-prev{
	top: 0;
	right: 5rem;
	background: url(../images/pl.png) no-repeat center center;
	/*background-size: 2rem 2rem;*/
	width: 4rem;
	height: 4rem;
}

.procon .swiper-button-next{
	top: 0;
	right: 0;
	background: url(../images/pr.png) no-repeat center center;
	/*background-size: 2rem 2rem;*/
	width: 4rem;
	height: 4rem;
}

.procon .swiper-pagination-bullet{
	width: 5rem;
	height: 5px;
	border-radius: 50px;
}

















.more{
	position: relative;
}

.more img{
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.morel{
	float: left;
	width: 50%;
	
}

.morel:hover img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-webkit-transform:scale(1.1);
-o-transform:scale(1.1);
}

.morerimg1:hover img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-webkit-transform:scale(1.1);
-o-transform:scale(1.1);
}

.morerimg2:hover img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-webkit-transform:scale(1.1);
-o-transform:scale(1.1);
}

.morer{
	float: right;
	width: 50%;
}

.morelimg{
	margin-left: 10px;
	margin-right: 5px;
	position: relative;
	overflow: hidden;
}

.morelimg .morela{
	position: absolute;
	left: 2rem;
	bottom: 2rem;
	color: #fff;
	background: linear-gradient(to right, #5d3e9c , #2da1dd);
	font-size: 0.9rem;
	padding: 1rem 3rem;
	
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.morerimg1{
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.morerimg2{
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}

.morerimg1 .morera{
	position: absolute;
	left: 2rem;
	bottom: 2rem;
	color: #fff;
	background: linear-gradient(to right, #5d3e9c , #2da1dd);
	font-size: 0.9rem;
	padding: 1rem 3rem;
	
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.morerimg2 .morera{
	position: absolute;
	left: 2rem;
	bottom: 2rem;
	color: #fff;
	background: linear-gradient(to right, #5d3e9c , #2da1dd);
	font-size: 0.9rem;
	padding: 1rem 3rem;
	
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}











.news{
	padding: 6rem 0 4rem;
}

.newsl{
	float: left;
	width: 7rem;

}

.newszi{
	position: relative;

}



.newszi h3{
	
	color: #476cba;
    
}

@media (min-width:992px){
	.newszi h2{
	text-transform: uppercase;
    font-style: italic;
    writing-mode: tb-rl;
	letter-spacing: .1rem;
    color: #476cba;
    font-weight: 600;
    font-size: 3rem;
}
	
	.newszi h3{
	writing-mode: tb-rl;
	letter-spacing: .5rem;
	color: #476cba;
    line-height: 1;
    font-weight: bold;
	font-size: 2rem;
    position: absolute;
	top: 0%;
	left: 50%;
		
    transform: translateX(-50%);
	-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
}
}


.newsr{
	float: right;
	width: 80%;
}


.newscon ul li{
	
	position: relative;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

.newscon ul li:nth-child(3){
	margin-bottom: 0;
}

.newscon h3{
	font-size: 1.2rem;
	color: #476cba;
	margin-bottom: 1rem;
}

.newscon p{
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #333;
	margin-bottom: 1rem;
}

.newscon span{
	color: #999;
	font-size: 0.9rem;
}

.newsxian{
	position: absolute;
	left: 0;
	width: 0%;
	height: 1px;
	bottom: 0;
	background-image: linear-gradient(to right, #5d3e9c , #2da1dd);
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.newscon ul li:hover .newsxian{
	width: 100%;
}




















.ly{
	width: 100%;
	
	background: url(../images/ly.jpg) no-repeat;
	background-attachment: fixed;
	position: relative;
}

.ly .wid{
	height: 25rem;
}

.lycon{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
	
	width: 100%;
}

.lycon p{
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	
}






















.sjxian{
	width: 100%;
	height: 1rem;
	background: #f9f9f9;
}



@media (min-width:768px) and (max-width:991px){
	.index{
		margin-top: 80px;
	}
	
	.wid{
		width: 90%!important;
		padding: 0;
	}
	
	.about,.pro,.news{
		padding: 5rem 0;
	}
	
	.aboutzi h2,.prozi h2,.newszi h2{
		font-size: 2rem;
		margin-bottom: 3rem;
		text-align: center;
		color: #476cba;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: .1rem;
	}
	
	.aboutzi h3,.prozi h3,.newszi h3{
		font-size: 1.6rem;
		margin-bottom: 3rem;
		text-align: center;
	}
	
	.aboutl,.prol,.pror,.newsl,.newsr{
		float: none;
		width: 100%;
	}
	
	.abouta{
		text-align: center;
	}
	
	.procon{
		padding-top: 0;
	}
	
	.procon .swiper-container{
		padding-bottom: 5rem;
	}
}






@media (max-width:767px){
	.index{
		margin-top: 68px;
	}
	
	.index .swiper-pagination-bullet{
		width: 2rem;
		height: 2px;
	}
	
	.wid{
		width: 90%!important;
		padding: 0;
	}
	
	.about,.pro,.news{
		padding: 4rem 0;
	}
	
	.aboutzi h2,.prozi h2,.newszi h2{
		font-size: 1.6rem;
		margin-bottom: 3rem;
		text-align: center;
		color: #476cba;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: .1rem;
	}
	
	.aboutzi h3,.prozi h3,.newszi h3{
		font-size: 1.6rem;
		margin-bottom: 3rem;
		text-align: center;
	}
	
	.aboutl,.prol,.pror,.newsl,.newsr{
		float: none;
		width: 100%;
	}
	
	.abouta{
		text-align: center;
	}
	
	.procon{
		padding-top: 0;
	}
	
	.procon .swiper-container{
		padding-bottom: 5rem;
	}
}




