.abg{
	background-attachment: fixed;
	background-size: cover;
}
.pbanner:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 0px;
	bottom: 0;
	left: 0;
	box-shadow: 2px 2px 5px #ddd;
}
.guy{
	padding: 120px 0;
}
.gtit{
	color: #fff;
	text-align: center;
	width: 600px;
	margin: 0 auto;
}
.gtit h2{
	font-size: 45px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
}
.gtit h2 span{
	display: inline-block;
	margin: 0 25px;
}
.gtit p{
	font-size: 22px;
	font-weight: 600;
	line-height: 2;

}
.gcon{
	background-color:rgba(255,255,255,0.8);
	margin-top: 50px;
	padding: 50px;
}
.gcon h3{
	text-align: center;
	font-size: 25px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.gcon h3:before{
	position:absolute;
	content: "";
	left: 50%;
	bottom: 0;
	background-color:#2c6acf;
	width: 2em;
	margin-left: -1em;
	height: 2px;
}
.gcon p.gw{
	font-size: 16px;
	line-height: 2.2;
	text-indent: 2em;
	width: 90%;
	margin: 0 auto;
}
.gul{
	padding-top: 50px;
}
.gul li{
	float: left;
	width: 29.333333%;
	margin: 20px 2%;
	box-shadow: 2px 2px 7px #999;
	overflow: hidden;
}
.gul li img{
	width: 100%;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.gul li:hover img{
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}
.lic{
	background-color: #fff;
	padding:35px 20px;
}
.lic h4{
	text-align: center;
	font-size: 20px;
	padding-bottom:15px;
}
.lic p{
	line-height: 2;
	color: #777;
	overflow: hidden;
	max-height: 96px;
}
.lic span{
	width: 100px;
	text-align: center;
	padding: 7px 0;
	border:1px solid #bbb;
	border-radius: 25px;
	display: block;
	margin: 20px auto 0;
}
.gul li:hover .lic span{
	border-color:#1b80f7; 
}
/*zizi*/
.zzhi{
	padding: 100px 0;
	background-color: rgba(0, 0, 0, 0.63);
	box-shadow: 2px 2px 5px #000;
} 
.zh2{
	text-align: center;
	padding-bottom: 10px;
	font-size: 25px;
	margin-bottom: 50px;
	position: relative;
	color: #fff;
}
.zh2:before{
	position:absolute;
	content: "";
	left: 50%;
	bottom: 0;
	background-color:#fff;
	width: 2em;
	margin-left: -1em;
	height: 2px;
}
.z_pa{
	text-align: center;
	margin-top: 45px;
}
.z_pa .swiper-pagination-bullet{
	width: 13px;
	height: 13px;
	opacity: 1;
	background-color: #fff;
}
.z_pa .swiper-pagination-bullet-active{
	background-color:#1eb2f6; 
}
/*愿景*/
.wh{
	background-color:transparent;
	padding: 100px 0;
} 
.whcon{
	background-color:rgba(255,255,255,0.8);
    padding:100px 50px;
}
.whcon .zh2{
	color: #333;
}
.whcon .zh2:before{
	background-color: #333;
}
.wh_w{
	position: relative;
}
.wh_w img{
	width: 33%;
	display: block;
	margin: 0 auto;
	-webkit-animation: rotates 80s linear 0s infinite;
    animation: rotates 80s linear 0s infinite;
}
.wh_w  p{
	position: absolute;
	padding: 25px;
	border-radius: 5px;
	line-height: 2;
}
.p1{
	top: 12%;
    left: 10%;
	width: 130px;
	background-color: #2c3e50;
	color: #fff;
}
.p2{
	bottom:0%;
    left: 14%;
	width: 130px;
	background-color: #fc4349;
	color: #fff;
}
.p3{
	bottom:0%;
	right: 14%;
	width: 150px;
	background-color: #6DBCDA;
	color: #fff;
}
.p4{
	top:12%;
	right: 10%;
	width: 130px;
	background-color: #fff;
}
@keyframes rotates{
	0% {
	    -webkit-transform: rotate(360deg);
	    transform: rotate(360deg);
	}
	50% {
	    -webkit-transform: rotate(180deg);
	    transform: rotate(180deg);
	}
	100% {
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
	}
}
@-webkit-keyframes rotates{
	0% {
	    -webkit-transform: rotate(360deg);
	    transform: rotate(360deg);
	}
	50% {
	    -webkit-transform: rotate(180deg);
	    transform: rotate(180deg);
	}
	100% {
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
	}
}
@media (max-width:1200px){
	.gul{
		margin: 0 -1%;
	}
	.gul li{
		width: 31.33333%;
		margin: 0 1%;
	}
	.gcon{
		padding: 50px 30px;
	}
	.p1{
		left: 0;
		top: 0;
	}
	.p2{
		left: 4%;
	}
	.p3{
		right: 4%;
	}
	.p4{
		right:0;
		top: 0;
	}
}
@media (max-width:1080px){
	.guy{
		padding: 100px 0;
	}
	.gtit h2{
		font-size: 35px;
	}
	.gtit p{
		font-size: 19px;
	}
	.gcon h3{
		font-size: 22px;
	}
	.lic{
		padding: 20px 15px;
	}
	.whcon{
		padding: 60px 35px;
	}
	.wh_w  p{
		position: initial;
		width: 100%;
		box-sizing: border-box;
		padding: 15px;
	}
	.wh_w img{
		width: 50%;
	}
}
@media (max-width:768px){
	.gtit{
		width: 100%;
	}
}
@media (max-width:640px){
	.guy,.zzhi,.wh{
		padding: 60px 0;
	}
	.gtit{
		color: #666;
	}
	.gtit h2{
		font-size: 26px;
		border-bottom: 1px solid #4d4a4a;
	}
	.gtit p{
		font-size: 17px;
		line-height: 1.5;
	}
	.abg{
		background-image: none!important;
		background-attachment: initial;
	}
	.gcon{
		padding: 0px;
	}
	.gul li{
		width: 100%;
		margin: 0 0 15px;
	}
	.z_sw{
		width: 90%;
	}
	.gcon h3{
		color: #222;
		font-size: 20px;
	}
	.zh2{
		font-size: 20px;
	}
	.whcon{
		padding: 0;
	}
	.wh_w img{
		width: 60%;
	}
	.p4{
		border:1px solid #eee;
	}
}
@media (max-width:414px){
	.gtit{
		display: none;
	}
	.gcon{
		margin-top: 0px;
	}
	.gcon p.gw{
		width: 100%;
	}
	.gul{
		padding-top: 30px;
	}
	.guy, .zzhi, .wh{
		padding: 40px 0;
	}
	.wh_w img{
		width: 90%;
		margin-bottom: 15px;
	}
	.zzhi,.wh_w{
		overflow: hidden;
	}
}

