@media screen and (min-width:1200px) {
	@keyframes flyInLeft {
	    from{
	        opacity: 0;
	        transform: translateX(-60%);
	    }
	    to{
	        opacity: 1;
	        transform: translateX(0);
	    }
	}
.layout {
	width: 75%;
	margin: 40px auto 0px;
}
.dispy {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	animation: flyInLeft 1s linear;
}
.pic {
	width: 33%;
}
.pic-text {
	width: 50%;
}
.title {
	text-align: center;
	font-size: 2.7rem;
	letter-spacing: 2px;
	font-weight: 600;
}
.text {
	margin-top: 30px;
	line-height: 2;
	font-size: 1.7rem;
}
.phonto {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.phonto-block {
	width: 25%;
	background-image: url(../img/园区-标签.jpg);
	border-radius: 5px;
	background-size: 100% 100%;
	/* background-position: center; */
}
.tag {
	display: flex;
	align-items: center;
	border-right: 1px #888 solid;
	width: 16%;
}

.tag:hover .tag-text{
	color: #1767ff;
}
}

@media screen and (min-width:960px) and (max-width:1200px) {
.layout {
	width: 75%;
	margin: 40px auto 0px;
}
.dispy {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.pic {
	width: 33%;
}
.pic-text {
	width: 50%;
}
.title {
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 2px;
	font-weight: 600;
}
.text {
	margin-top: 30px;
	line-height: 2;
	font-size: 0.9rem;
}
.phonto {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.phonto-block {
	width: 23%;
	background-image: url(../img/园区-标签.jpg);
	border-radius: 5px;
	background-size: cover;
	background-position: center;
}
.tag {
	display: flex;
	align-items: center;
	border-right: 1px #888 solid;
	width: 16%;
}
}

@media screen and (max-width:960px) {
.layout {
    width: 90%;
    margin: 40px auto 0px;
}
.dispy {
    /* display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.pic {
    /* width: 33%; */
    width: 0;
    display: none;
}
.pic-text {
    width: 100%;
}
.title {
    text-align: center !important;
    font-size: 1.4rem;
    letter-spacing: 2px;
    font-weight: 600;
}
.text {
    margin-top: 30px;
    line-height: 2;
    font-size: 1rem;
}
.phonto {
    /* display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.phonto-block {
    width: 100%;
    margin-bottom: 10px;
    background-image: url(../img/园区-标签.jpg);
    border-radius: 5px;
    background-size: cover;
    background-position: center;
}
.tag {
    display: flex;
    align-items: center;
    border-right: 1px #888 solid;
    width: 100%;
    margin-bottom: 20px;
}
}
body {
	padding: 0px;
	margin: 0px;
}

.entirety {
	width: 100%;
	margin: 0px;
}

.main-image {
	width: 100%;
	/* height: 28rem; */
}

.main-image img {
	width: 100%;
	height: 100%;
}
.images {
	margin-top: 30px;
	width: 100%;
}

.images img {
	width: 100%;
	height: 100%;
}


.pic img {
	width: 100%;
	height: 100%;
	border: none !important;
}

.phonto-text {
	padding-top: 1rem;
	font-size: 1.7rem;
	line-height: 2;
	text-align: center;
	width: 80%;
	margin: auto;
	padding-bottom: 2rem;
}

.phonto-img {
	display: flex;
	justify-content: center;
	padding-top: 3.5rem;
}


.tag:nth-child(6) {
	border-right: 1px #8880 solid;
}

.tag-img {}

.tag-text {
	margin-left: 10px;
	color: #414141;
	font-size: 2rem;
}