@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan 
 */

/*home*/
.is-main-2{height: 914px;background:url(../images/public/main-2.png) top center no-repeat;}
/* 上下跳动动画 */
@keyframes jumpBoxHandler{0%{transform:translate(0,0);}
50%{transform:translate(0,7px);}
100%{transform:translate(0,0);}
}

@keyframes pulse_big {
    0%, 100% {
        width: 69px;
        height: 69px;
    }
    50% {
        width: 59px;
        height: 59px;
    }
}
@keyframes pulse_in {
    0%, 100% {
        width: 59px;
        height: 59px;
    }
    50% {
        width: 69px;
        height: 69px;
    }
}
@keyframes pulse_small {
    0%, 100% {
        width: 59px;
        height: 59px;
    }
    50% {
        width: 69px;
        height: 69px;
    }
} 


/*行政权力运行依据  */
.m-xtitle{margin: 53px 0 101px 0;}
.m-xtitle img{display: block;clear: both;margin: auto;}


.g-department-2{position:relative;width: 100%;}
.g-department-2 li{position: absolute;}
.g-department-2 li a{display:block;text-align:center;min-width: 110px;}
.g-department-2 li a p{animation:pulse_small infinite;margin: 0 auto 11px;width: 59px;height: 59px;border-radius: 100%;}
.g-department-2 li a span{display: block;font-size: 14px; font-family: MicrosoftYaHei;color: #333333;animation:jumpBoxHandler infinite;}


.g-department-2 li:nth-child(1){left: 33px;top: 0;}
.g-department-2 li:nth-child(2){left: 154px;top: 33px;}
.g-department-2 li:nth-child(3){left: 331px;top: 54px;}
.g-department-2 li:nth-child(4){left: 545px;top: 19px;}
.g-department-2 li:nth-child(5){right: 337px;top: 36px;}
.g-department-2 li:nth-child(6){right: 119px;top: 20px;}
.g-department-2 li:nth-child(7){left: 29px;top: 163px;}
.g-department-2 li:nth-child(8){left: 226px;top: 201px;}
.g-department-2 li:nth-child(9){left: 462px;top: 162px;}
.g-department-2 li:nth-child(10){right: 460px;top: 131px;}
.g-department-2 li:nth-child(11){right: 306px;top: 200px;}
.g-department-2 li:nth-child(12){right: 171px;top: 154px;}
.g-department-2 li:nth-child(13){right: 25px;top: 152px;}
.g-department-2 li:nth-child(14){left: 126px;top: 307px;}
.g-department-2 li:nth-child(15){left: 363px;top: 257px;}
.g-department-2 li:nth-child(16){right: 467px;top: 276px;}
.g-department-2 li:nth-child(17){right: 185px;top: 295px;}
.g-department-2 li:nth-child(18){left: 35px;top: 403px;}
.g-department-2 li:nth-child(19){left: 266px;top: 403px;}
.g-department-2 li:nth-child(19){left: 266px;top: 410px;}
.g-department-2 li:nth-child(20){left: 454px;top: 374px;}


.g-department-2 li:nth-child(21){right: 519px;top: 430px;}
.g-department-2 li:nth-child(22){right: 335px;top: 382px;}
.g-department-2 li:nth-child(23){right: 174px;top: 437px;}
.g-department-2 li:nth-child(24){right: 33px;top: 385px;}

.g-department-2 li:nth-child(3) p,
.g-department-2 li:nth-child(20) p{
	width: 59px;
	height: 59px;
	animation:pulse_big infinite;
}
.g-department-2 li:nth-child(3) span,
.g-department-2 li:nth-child(20) span{
    font-size: 12px;
}
.g-department-2 li:nth-child(5) p,
.g-department-2 li:nth-child(10) p,
.g-department-2 li:nth-child(11) p,
.g-department-2 li:nth-child(13) p,
.g-department-2 li:nth-child(14) p,
.g-department-2 li:nth-child(15) p,
.g-department-2 li:nth-child(18) p,
.g-department-2 li:nth-child(24) p,
.g-department-2 li:nth-child(29) p,
.g-department-2 li:nth-child(29) p{
	width: 59px;
	height: 59px;
	animation:pulse_in infinite;
}



.g-department-2 li p{
		background-image: linear-gradient(0deg, 
		#49a2ff 0%, 
		#52c1ff 50%, 
		#5bddff 100%);
}

.g-department-2 li:nth-child(2) p,
.g-department-2 li:nth-child(6) p,
.g-department-2 li:nth-child(14) p,
.g-department-2 li:nth-child(16) p,
.g-department-2 li:nth-child(22) p,
.g-department-2 li:nth-child(23) p{
		background-image: linear-gradient(0deg, 
		#1cd4ff 0%, 
		#18e5ff 50%, 
		#1dffff 100%);
}

.g-department-2 li:nth-child(4) p,
.g-department-2 li:nth-child(10) p,
.g-department-2 li:nth-child(20) p{
		background-image: linear-gradient(0deg, 
		#6f6be2 0%, 
		#7e79f2 50%, 
		#8a85ff 100%);
}

.g-department-2 li:nth-child(11) p,
.g-department-2 li:nth-child(9) p{
	background-image: linear-gradient(0deg, 
		#3cd585 0%, 
		#43eb9b 50%, 
		#4affae 100%), 
	linear-gradient(
		#147ccf, 
		#147ccf);
}

/*media query*/
/*large pcScreen*/
@media (min-width:1200px) {


}
/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
    

}
/*pad md*/
@media screen and (max-width: 991px ){
	.is-main-2{height: auto !important; padding-bottom: 30px;background-size: 2000% 100%;}
	.g-department {height: auto !important;padding-top: 200px;background: url(../images/public/department.png) top 0 center no-repeat;background-size: 200px 200px;}
    .g-department li{animation-duration: 0s !important;position: static;margin: 10px 0;}
	
	
	.g-department-2 li{position: static;width: 50%;float: left;height: 200px;}
	.m-xtitle img{width: 100%;}
}
/*phone sm*/
@media screen and (max-width: 767px) {
    


}
/*small xs*/
@media screen and (max-width: 638px) {
    

}