.porject_banner {
	width: 100%;
	padding: 0 20px;
	height: 570px;
	background-size: cover;
	background-repeat: no-repeat;
}

.porject_content {
	margin: auto;
	width: 100%;
	max-width: 1100px;
}

.porject_banner_content {
	width: 100%;
	max-width: 660px;
	padding-top: 250px;
}

.porject_title {
	font-size: 24px;
	color: #FFFFFF;
}

.porject_description {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
}

.project_bar {
	padding: 0 20px;
	height: 65px;
	line-height: 65px;
	border-bottom: 1px solid #d2d2d2;
}

.project_bar_content {
	width: 100%;
	max-width: 1100px;
	margin: auto;
}

.project_bar_content div p a {
	color: #c6c6c6;
	line-height: 64px;
}
.project_bar_content div p .project_bar_active{
	color: #38598d;
	line-height: 64px;
}



.project_bar_content div p a:hover {
	color: #38598d;
}

.porject_list_content {
	margin-top: 48px;
	padding: 0 20px;
	width: 100%;
}

.porject_list {
	width: 100%;
	max-width: 1140px;
	margin: auto;
}

.porject_list_one {
	padding: 17px 20px;
}

.porject_list_one img {
	width: 100%;
}
.porject_shade_content p img{
	width: 30px;
	height: auto;
	transition: all linear 0.2s; 
}
.porject_shade_parent {
	position: relative;
}

.porject_shade {
	z-index: 100;
	width: 85%;
	height: 80%;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: background linear 0.5s;
}

.porject_list .porject_list_one:hover .porject_shade {
	background: rgba(56,89,141, 0.6);
}

.porject_shade_content_parent {
	position: relative;
}

.porject_shade_content {
	opacity: 0;
	color: #FFFFFF;
	width: 100%;
	max-width: 265px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: opacity linear 0.5s;
}

.porject_shade_content_title {
	font-size: 22px;
	line-height: 30px;
}

.porject_shade_content_description {
	margin-top: 20px;
	line-height: 20px;
}

.porject_list .porject_list_one:hover .porject_shade_content {
	opacity: 1;
}

.porject_shade_content p {
	margin-top: 30px;
}
.porject_shade_content a{
}
.porject_shade_content p span {
	/*position: absolute;
	transform: translate(-10px, -6px);*/
}
/*
.porject_shade_content p:hover span {
	transform: translate(0px, -6px);
}*/

.porject_shade_content p:hover img {
	transform: translateX(5px);
	
}

.pellet {
	padding: 0 20px;
	width: 100%;
}

.pellet_content {
	text-align: center;
	max-width: 1100px;
	width: 100%;
	margin: auto;
}

.pellet_content p {
    margin-bottom: 90px;
    margin-top: 70px;
}

.pellet_content p .pellet_1 {
	display: inline-block;
	border-radius: 50%;
	background: #000;
	height: 32px;
	width: 32px;
}
.pellet_content p .pellet_2 {
	display: inline-block;
	border-radius: 50%;
	background: #000;
	height: 32px;
	width: 32px;
}
.pellet_1 {
	position: relative;
	animation: mymove_1 2s infinite;
	-moz-animation: mymove_1 2s infinite;
	/* Firefox */
	-webkit-animation: mymove_1 2s infinite;
	/* Safari and Chrome */
	-o-animation: mymove_1 2s infinite;
	/* Opera */
}
.pellet_2 {
	position: relative;
	animation: mymove_2 2s infinite;
	-moz-animation: mymove_2 2s infinite;
	/* Firefox */
	-webkit-animation: mymove_2 2s infinite;
	/* Safari and Chrome */
	-o-animation: mymove_2 2s infinite;
	/* Opera */
}
@keyframes mymove_1 {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.5);
	}
	100%{
		transform: scale(1);
	}
}

@-moz-keyframes mymove_1 {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.5);
	}
	100%{
		transform: scale(1);
	}
}

@-webkit-keyframes mymove_1 {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.5);
	}
	100%{
		transform: scale(1);
	}
}

@-o-keyframes mymove_1 {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.5);
	}
	100%{
		transform: scale(1);
	}
}





@keyframes mymove_2 {
	0% {
		transform: scale(0.5);
	}
	50% {
		transform: scale(1);
	}
	100%{
		transform: scale(0.5);
	}
}

@-moz-keyframes  mymove_2 {
	0% {
		transform: scale(0.5);
	}
	50% {
		transform: scale(1);
	}
	100%{
		transform: scale(0.5);
	}
}

@-webkit-keyframes  mymove_2 {
	0% {
		transform: scale(0.5);
	}
	50% {
		transform: scale(1);
	}
	100%{
		transform: scale(0.5);
	}
}

@-o-keyframes  mymove_2 {
	0% {
		transform: scale(0.5);
	}
	50% {
		transform: scale(1);
	}
	100%{
		transform: scale(0.5);
	}
}
.addtop{
	position: fixed;
	width:100%;
	top: 0; 
	background: #FFFFFF;
	z-index: 1000;
}
.diandian{
	position: absolute;
	transform: translateY(-11px);
	color: #FFFFFF;
	font-size:20px
}
