a:active, a:visited, a:focus{
	text-decoration: none;
}
.banner_homebox{
	height: 670px;
	margin-top: 53px;
}
.banner_bg{
	background: url(/uploads/image/csiahome/banner_left.png) left bottom no-repeat, url(/uploads/image/csiahome/banner_right.png) 100% bottom no-repeat,  center top no-repeat;
	background-size: auto,auto,cover;
	height: 100%;
	display: flex;
    align-items: center;
    flex-direction: column;
	justify-content: center;
}
.banner_bg .text_imgbox{
	display: flex;
    justify-content: center;
}
.banner_bg .text_imgbox img{
	width: 80%;
}
.banner_bg .text_box{
	margin-top: 72px;
	display: flex;
	font-size: 14px;
}
.banner_bg .text_box .item{
	margin-right: 16px;
}
.banner_bg .text_box .item .span_dis{
	margin-right: 8px;
}
.banner_bg .text_box .item .span_bold{
	font-weight: 400;
}
.preamble_box{
	height: 450px;
	background: url(/uploads/image/csiahome/preamble_bg.png) center no-repeat;
	width: 1122px;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: -84px;
	background-size: 100% 100%;
	padding: 24px 48px;
}
.preamble_pbox{
	padding: 20px 0 0 0;
}
.preamble_pbox p{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
	text-align: justify;
}
.preamble_titbox{
	background: url(/uploads/image/csiahome/preamble_tit.png) center no-repeat;
	height: 36px;
}
/* .preamble_titbox img{ */
	/* width: 100%; */
	/* margin-top: 40px; */
/* } */
.animal_cardbox{
	width: 1122px;
	margin: 120px auto 0;
	display: flex;
	justify-content: space-between;
}
.animal_carditem{
	margin-bottom: 24px;
	
}
.animal_carditem .text_pin{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(0deg, rgba(153,153,153,0) 0%, rgba(221,221,221,0.6) 100%);
	-webkit-background-clip: text;
	color: transparent;
}
.animal_carditem .text_name{
	font-size: 42px;
    font-weight: 600;
    color: #333333;
    font-family: "simsun";
    text-align: center;
    margin-top: -24px;
	transition: 0.5s all;
}
.animal_carditem .enter_btn{
	padding: 12px 16px;
	font-size: 16px;
	color: #fff;
	/* background: #3daa64; */
	background: linear-gradient(0deg, rgba(18,103,53,0), rgba(18,103,53,0.3)) #3daa64; 
	border-radius: 20px 20px 0px 20px;
	transition: 0.5s all;
}
.animal_carditem .animal_cardbg{
	width: 180px;
	height: 180px;
	/* background: linear-gradient(158deg, rgba(241,248,230,0.8), rgba(241,248,230,0)) #a4d5bc; */
	background: #a2d0b6;
	border-radius: 50%;
	border: 4px solid transparent;
	transition: 0.5s all;
	margin-bottom: 24px;
}
.animal_cardbg .img_panda{
	margin-left: -32px;
    margin-top: -16px;
}
.animal_cardbg .img_finless{
	margin-left: -24px;
	margin-top: -44px;
}
.animal_cardbg .img_crested{
	margin-top: -42px;
	margin-left: -24px;
}
.animal_cardbg .img_leopard{
	margin-top: -22px;
    margin-left: -6px;
}
.animal_cardbg .img_moss{
	margin-left: -12px;
    margin-top: 10px;
}
.animal_carditem a:hover .animal_cardbg{
    background: linear-gradient(-50deg, #f1f8e6, rgba(241,248,230,0));
	border: 4px solid #348051;
}
.animal_carditem a:hover .enter_btn{
	background: #d8ede0;
	color: #126735;
	box-shadow: 0px 3px 0px 0px #99d1ad;
	border-radius: 20px 20px 0px 20px;
}
.animal_carditem a:hover .text_name{
	color: #126735;
}
.home_footer{
	background: url(/uploads/image/csiahome/bottom_end.png) center no-repeat;
	height: 348px;
	background-size: cover;
}
@media screen and (max-width: 600px){  
    .zy1 {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 10px;
    line-height: 20px;
    }
}