/* 单页大图 */
.dy_nav{
	width: 100%;
	min-height: 20rem;
	position: relative;
	padding-bottom: 1.68rem;
	overflow: hidden;
}

.dy_nav2{
	padding-bottom: 0;
}

.dy_nav img{
	width: 100%;
}

.dy_nav .page_content_block{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}

.dy_nav .item_wenz_block{
	width: 42%;
	height: 12.4rem;
	background: #293033;
	color: #FFFFFF;
	position: relative;
	/* 动作 */
	/* visibility: visible; 
	animation-name: zoomInUp;
	animation-duration:2s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .dy_nav .item_wenz_block.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.dy_nav .item_wenz{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 2.5rem 2rem 0 2rem;
}

.dy_nav .item_wenz .item_font1{
	font-weight: 400;
	margin-bottom: 1.2rem;
}

.dy_nav .item_wenz .item_font2{
	line-height: 1.8rem;
}

@media screen and (max-width: 575px){
	.dy_nav{
		padding-bottom: 0;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
	}
	
	.dy_nav img{
		width: auto;
		height: 20rem;
	}
	
	.dy_nav .item_wenz_block{
		display: none;
	}
}

@media screen and (min-width: 576px) and (max-width: 800px) {
	.dy_nav .item_wenz_block{
		height: 10rem;
	}
	
	.dy_nav .item_wenz{
		padding: 1.6rem 1.8rem 0 1.8rem;
	}
	
	.dy_nav .item_wenz .item_font1{
		margin-bottom: 1rem;
		font-size: 1.4rem;
	}
	
	.dy_nav .item_wenz .item_font2{
		font-size: 1rem;
	}
}


@media screen and (min-width: 800px) and (max-width: 1000px) {
	.dy_nav .item_wenz_block{
		height: 10rem;
	}
	
	.dy_nav .item_wenz{
		padding: 1.6rem 1.8rem 0 1.8rem;
	}
	
	.dy_nav .item_wenz .item_font1{
		margin-bottom: 1rem;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
	.dy_nav .item_wenz_block{
		height: 12rem;
	}
	
	.dy_nav .item_wenz{
		padding: 2rem 2rem 0 2rem;
	}
	
	.dy_nav .item_wenz .item_font1{
		margin-bottom: 1rem;
	}
}

.page_details_wenz .item_title{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	color: #293033;
}

.page_details_wenz .item_title .item_font1{
	font-weight: 350;
	margin-right: 1.63rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_details_wenz .item_title .item_font1.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_details_wenz .item_title .item_font2{
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.1s; */
}

/* .page_details_wenz .item_title .item_font2.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_details_wenz .item_info{
	color: #707070;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.2s; */
}

/* .page_details_wenz .item_info.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

/* 应用 */
.page_application .item_content_list{
	display: flex;
	display: -webkit-flex;
	margin-left: -0.9rem;
	margin-right: -0.9rem;
	flex-wrap: wrap;
	margin-top: 4.8rem;
	padding-bottom: 6.6rem;
}

.page_application .item_content_list .item_area_block{
	width: 25%;
	padding: 0 0.9rem;
	margin-bottom: 2.88rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: zoomInUp;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.2s; */
}

/* .page_application .item_content_list .item_area_block.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_application .item_content_list .item_area{
	width: 100%;
	padding-top: 71.7%;
	position: relative;
	transition: all .36s ease;
	top: 0;
}

.page_application .item_content_list .item_area_linkblock{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(30,113,184,0.72);
	transition: all .36s ease;
}

.page_application .item_content_list .item_wenz{
	position: absolute;
	bottom: 1.44rem;
	left: 1.2rem;
}

.page_application .item_content_list .item_wenz .item_title{
	color: #FFFFFF;
	font-weight: 400;
	margin-bottom: 1.2rem;
}

.page_application .item_content_list .item_wenz .item_btnmore{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	color: #FFFFFF;
}

.page_application .item_content_list .item_wenz .item_btnmore i{
	font-size: 0.8rem;
	transform: scale(0.6);
	margin-left: 0.67rem;
}

.page_application .item_content_list .item_area_block:hover .item_area{
	top: -1.2rem;
	box-shadow: 0 0.16rem 0.36rem 0.06rem rgba(0,0,0,0.4);
}

.page_application .item_content_list .item_area_block:hover .item_area_linkblock{
	background: none;
}

@media screen and (max-width: 575px) {
	.page_details_wenz .item_title{
		flex-wrap: wrap;
	}
	
	.page_details_wenz .item_title .item_font1{
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.6rem;
	}
	
	.page_application .item_content_list{
		padding-bottom: 3.6rem;
		margin-left: 0;
		margin-right: 0;
		margin-top: 2.4rem;
	}
	
	.page_application .item_content_list .item_area_block{
		width: 100%;
		margin-bottom: 1.8rem;
		padding: 0;
	}
	
	.page_application .item_content_list .item_area_block:hover .item_area{
		top: 0rem;
	}
}

@media screen and (min-width: 576px) and (max-width: 900px) {
	.page_application .item_content_list .item_area_block{
		width: 50%;
	}
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
	.page_application .item_content_list .item_area_block{
		width: 33.33%;
	}
}

/* 应用详情 */
.page_application_show .item_top_wenzinfo{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.page_application_show .item_top_wenzinfo .item_leftarea{
	flex: 1;
	margin-right: 6.72rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.1s; */
}

/* .page_application_show .item_top_wenzinfo .item_leftarea.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_application_show .item_top_wenzinfo .item_pic{
	width: 33.9%;
	padding-top: 26%;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.1s; */
}

/* .page_application_show .item_top_wenzinfo .item_pic.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_application_show .item_top_wenzinfo .item_title{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-wrap: wrap;
	color: #293033;
	margin-bottom: 1.2rem;
}

.page_application_show .item_top_wenzinfo .item_title .item_font1{
	margin-right: 0.96rem;
	margin-bottom: 0.4rem;
	font-weight: 400;
}

.page_application_show .item_top_wenzinfo .item_title .item_font2{
	margin-bottom: 0.4rem;
}

.page_application_show .item_top_wenzinfo .item_info{
	color: #707070;
	line-height: 1.8rem;
}

.page_application_show .item_top_wenzinfo .item_stitle {
    color: #293033;
    margin: 1.2rem 0;
}

.page_application_show .item_top_wenzinfo .item_wenzinfo h2{
	color: #293033;
	margin: 1.2rem 0;
	font-size: 1rem;
}

.page_application_show .item_top_wenzinfo .item_wenzinfo .list-paddingleft-2 li{
	color: #707070;
	margin-bottom: 0.72rem;
	padding-left: 1.4rem;
	position: relative;
}

.page_application_show .item_top_wenzinfo .item_btnbox{
	display: flex;
	display: -webkit-flex;
}

.page_application_show .item_top_wenzinfo .item_wenzinfo .list-paddingleft-2 li::before{
	content: "";
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	background: #293033;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.3rem;
}

.page_application_show .item_top_wenzinfo .item_talking {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	width: 9.6rem;
	height: 2.3rem;
	border-radius: 1.25rem;
	background: #FFFFFF;
	text-align: center;
	color: #707070;
	margin-top: 2.1rem;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #707070;
	font-weight: 400;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	text-indent: 0px;
	transition: all ease-out .3s;
}

.page_application_show .item_top_wenzinfo .item_talking i{
	margin-left: 0.48rem;
	font-size: 0.96rem;
}

.page_application_show .item_top_wenzinfo .item_talking:hover {
	background-color: rgba(9, 60, 113, 0.28);
	color: #fff;
	border: 1px solid #093C71;
}

.page_application_show .item_top_wenzinfo .item_talking::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #093C71;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.page_application_show .item_top_wenzinfo .item_talking:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.page_application_show .item_top_wenzinfo .item_telnumber{
	margin-left: 2.4rem;
}

.page_application_show .item_top_wenzinfo .item_telnumber i{
	margin-left: 0;
	margin-right: 0.48rem;
}

@media screen and (max-width: 575px){
	.page_application_show .item_top_wenzinfo{
		flex-wrap: wrap;
	}
	
	.page_application_show .item_top_wenzinfo .item_leftarea{
		margin-right: 0;
		flex: auto;
		width: 100%;
	}
	
	.page_application_show .item_top_wenzinfo .item_pic{
		width: 100%;
		margin-top: 3.6rem;
		padding-top: 50%;
	}
	
	.page_application_show .item_top_wenzinfo .item_title{
		flex-wrap: wrap;
	}
	
	.page_application_show .item_top_wenzinfo .item_title .item_font1{
		width: 100%;
		margin-bottom: 0.4rem;
	}
	
	.page_application_show .item_top_wenzinfo .item_talking{
		width: 12rem;
		height: 3rem;
		border-radius: 1.5rem;
		background: #093C71;
		color: #FFFFFF;
	}
	
	.page_application_show .item_top_wenzinfo .item_talking::before{
		display: none;
	}
	
	.page_application_show .item_top_wenzinfo .item_talking:hover{
		background: #093C71;
	}
}

@media screen and (min-width: 576px) and (max-width: 800px){
	.page_application_show .item_top_wenzinfo .item_leftarea{
		margin-right: 4rem;
	}
	
	.page_application_show .item_top_wenzinfo .item_title{
		flex-wrap: wrap;
	}
	
	.page_application_show .item_top_wenzinfo .item_title .item_font1{
		width: 100%;
		margin-bottom: 0.4rem;
	}
}

@media screen and (min-width: 800px) and (max-width: 1000px){
	.page_application_show .item_top_wenzinfo .item_leftarea{
		margin-right: 4rem;
	}
	
	.page_application_show .item_top_wenzinfo .item_title{
		flex-wrap: wrap;
	}
	
	.page_application_show .item_top_wenzinfo .item_title .item_font1{
		width: 100%;
		margin-bottom: 0.4rem;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1200px){
	.page_application_show .item_top_wenzinfo .item_title{
		flex-wrap: wrap;
	}
	
	.page_application_show .item_top_wenzinfo .item_title .item_font1{
		width: 100%;
		margin-bottom: 0.4rem;
	}
}

.page_application_show .item_advantage_block{
	padding-top: 7.68rem;
}

.page_application_show .item_advantage_block .item_title {
	text-align: center;
	font-weight: 400;
	margin-bottom: 1.44rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_application_show .item_advantage_block .item_title.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_application_show .item_advantage_block .item_stitle{
	max-width: 870px;
	margin: 0 auto;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.1s; */
}

/* .page_application_show .item_advantage_block .item_stitle.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_application_show .item_advantage_block .item_stitle2{
	margin-bottom: 2rem;
}

.page_application_show .item_advantage_swiper{
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: zoomInUp;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_application_show .item_advantage_swiper.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.swiper-container-advantage{
	width: 100%;
	height: 100%;
	overflow: hidden;
	max-width: 1100px;
	margin: 0 auto;
}

.swiper-container-advantage .item_area{
	position: relative;
	width: 100%;
	padding-top: 22.3%;
}

.swiper-container-advantage .item_area_linkblock{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F5F5F5;
	display: flex;
	display: -webkit-flex;
}

.swiper-container-advantage .item_area_linkblock .item_pic{
	width: 38.68%;
}

.swiper-container-advantage .item_area_linkblock .item_wenz_block{
	flex: 1;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.swiper-container-advantage .item_area_linkblock .item_wenzinfo{
	max-width: 100%;
}

.swiper-container-advantage .item_area_linkblock .item_advantage_title {
	font-weight: 400;
	color: #293033;
	margin-bottom: 1.2rem;
}

.swiper-container-advantage .item_area_linkblock .item_advantage_infolist li{
	font-size: 0.96rem;
	color: #707070;
	margin-bottom: 0.48rem;
	position: relative;
	padding-left: 1rem;
}

.swiper-container-advantage .item_area_linkblock .item_advantage_infolist li::after{
	content: "";
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	background: #293033;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.3rem;
}

.swiper-container-advantage .swiper-advantage-bottombox{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	margin-top: 2.4rem;
}

.swiper-container-advantage .swiper-advantage-bottombox .swiper-pagination-advantage{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin: 0 0.6rem;
}

.swiper-container-advantage .swiper-advantage-bottombox .swiper-pagination-advantage .swiper-pagination-bullet{
	width: 0.6rem;
	height: 0.3rem;
	background: #C1C1C1;
	border-radius: 0.15rem;
	margin: 0 0.4rem;
	opacity: 1;
}

.swiper-container-advantage .swiper-advantage-bottombox .swiper-pagination-advantage .swiper-pagination-bullet-active{
	height: 0.6rem;
	border-radius: 50%;
	background: #093C71;
}

.swiper-container-advantage .swiper-button-advantage i{
	font-size: 1.4rem;
	color: #093C71;
}

@media screen and (max-width: 575px){
	.page_application_show .item_advantage_block{
		padding-top: 4.8rem;
	}
	
	.swiper-container-advantage .item_area{
		padding-top: 0;
	}
	
	.swiper-container-advantage .item_area_linkblock{
		flex-wrap: wrap;
		position: relative;
	}
	
	.swiper-container-advantage .item_area_linkblock .item_pic{
		width: 100%;
		padding-top: 58.11%;
	}
	
	.swiper-container-advantage .item_area_linkblock .item_wenz_block{
		flex: auto;
		width: 100%;
		justify-content: flex-start;
		padding: 1rem 1.2rem;
	}
}

@media screen and (min-width: 576px) and (max-width: 800px){
	.page_application_show .item_advantage_block{
		padding-top: 6rem;
	}
	
	.swiper-container-advantage .item_area{
		padding-top: 28%;
	}
	
	.swiper-container-advantage .item_area_linkblock .item_pic{
		width: 42%;
	}
	
	.swiper-container-advantage .item_area_linkblock .item_advantage_title{
		font-size: 1.2rem;
		margin-bottom: 0.8rem;
	}
	
	.swiper-container-advantage .item_area_linkblock .item_advantage_infolist li{
		font-size: 0.9rem;
	}
}

@media screen and (min-width: 800px) and (max-width: 1000px){
	.swiper-container-advantage .item_area{
		padding-top: 28%;
	}
	
	.swiper-container-advantage .item_area_linkblock .item_pic{
		width: 42%;
	}
	
	.swiper-container-advantage .item_area_linkblock .item_advantage_title{
		font-size: 1.2rem;
		margin-bottom: 0.8rem;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1200px){
	.swiper-container-advantage .item_area{
		padding-top: 24%;
	}
	
	.swiper-container-advantage .item_area_linkblock .item_advantage_title{
		font-size: 1.2rem;
		margin-bottom: 1rem;
	}
}

.page_applicationshow_consulting_service {
	background: #093C71;
	padding-top: 3.36rem;
	padding-bottom: 3.36rem;
}

.page_applicationshow_consulting_service .item_title{
	color: #FFFFFF;
	margin-bottom: 1.44rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_applicationshow_consulting_service .item_title.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_applicationshow_consulting_service .item_btnmore{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	color: #FFFFFF;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.1s; */
}

/* .page_applicationshow_consulting_service .item_btnmore.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_applicationshow_consulting_service .item_btnmore .item_icon1{
	font-size: 1.4rem;
	margin-right: 0.76rem;
}

.page_applicationshow_consulting_service .item_btnmore .item_icon2{
	font-size: 0.84rem;
	margin-left: 0.4rem;
	transform: scale(0.7);
	transition: all .36s ease;
}

.page_applicationshow_consulting_service .item_btnmore:hover .item_icon2{
	margin-left: 1rem;
}

.page_application_show_listbox{
	padding-top: 6rem;
	padding-bottom: 3.8rem;
}

.page_application_show_listbox .item_area{
	margin-bottom: 4.8rem;
}

.page_application_show_listbox .item_area_linkarea{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.page_application_show_listbox .item_wenzinfo{
	flex: 1;
	margin-right: 2rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_application_show_listbox .item_area.wow .item_wenzinfo{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_application_show_listbox .item_wenzinfo .item_title{
	font-weight: 400;
	margin-bottom: 1.2rem;
	transition: all .36s ease;
}

.page_application_show_listbox .item_wenzinfo .item_wenz{
	color: #707070;
}

.page_application_show_listbox .item_wenzinfo .item_wenz p{
	margin-bottom: 1.2rem;
}

.page_application_show_listbox .item_pic_block {
	width: 40.6%;
	padding-top: 24.24%;
	overflow: hidden;
	position: relative;
	/* 动作 */
	/* visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_application_show_listbox .item_area.wow .item_pic_block{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_application_show_listbox .item_pic_block .item_pic{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .36s ease;
}

.page_application_show_listbox .item_btnmore{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	color: #093C71;
}

.page_application_show_listbox .item_btnmore p{
	font-weight: 400;
}

.page_application_show_listbox .item_btnmore i{
	font-size: 0.8rem;
	transform: scale(0.8);
	margin-left: 0.67rem;
	transition: all .36s ease;
}

.page_application_show_listbox .item_area:hover .item_wenzinfo .item_title{
	color: #093C71;
}

.page_application_show_listbox .item_area:hover .item_pic{
	transform: scale(1.1);
}

.page_application_show_listbox .item_area:hover .item_btnmore i{
	margin-left: 1.2rem;
}

@media screen and (max-width: 575px){
	.page_application_show_listbox{
		padding-top: 3.6rem;
		padding-bottom: 1rem;
	}
	
	.page_application_show_listbox .item_area_linkarea{
		flex-wrap: wrap;
	}
	
	.page_application_show_listbox .item_wenzinfo{
		width: 100%;
		flex: auto;
		margin-right: 0;
		margin-bottom: 1.8rem;
	}
	
	.page_application_show_listbox .item_pic_block{
		width: 100%;
		padding-top: 59.7%;
	}
}

/* 应用详情 */
.page_application_details{
	padding-top: 6.4rem;
	padding-bottom: 6rem;
}

.page_application_details .item_title{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-wrap: wrap;
}

.page_application_details .item_title .item_font1{
	font-weight: 400;
	margin-right: 0.96rem;
	margin-bottom: 0.8rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_application_details .item_title .item_font1.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_application_details .item_title .item_font2{
	margin-bottom: 0.8rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.1s; */
}

/* .page_application_details .item_title .item_font2.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_application_details .item_content_block{
	font-size: 1.08rem;
	color: #707070;
	margin-top: 1.4rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeIn;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.2s; */
}

/* .page_application_details .item_content_block.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_application_details .item_content_block p{
	margin-bottom: 1rem;
	text-align: justify;
}

.page_application_details .item_content_block img{
	max-width: 100%;
}

.page_application_details .item_tiglist{
	border-top: 1px solid #C1C1C1;
	margin-top: 3.3rem;
	padding-top: 0.6rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInUp;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_application_details .item_tiglist.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_application_details .item_tiglist ul{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 0.48rem;
}

.page_application_details .item_tiglist ul li{
	margin-right: 0.8rem;
	margin-bottom: 0.4rem;
}

.page_application_details .item_tiglist ul li a{
	font-size: 0.96rem;
	color: #707070;
}

.page_application_details .item_tiglist ul .item_firsticon{
	margin-right: 1.06rem;
}

.page_application_details .item_tiglist ul .item_firsticon i{
	font-size: 1.2rem;
	color: #807F82;
}

@media screen and (max-width: 575px){
	.page_application_details{
		padding-top: 3.6rem;
		padding-bottom: 3.6rem;
	}
	
	.page_application_details .item_title .item_font2{
		font-size: 1.3rem;
	}
	
	.page_application_details .item_content_block{
		font-size: 1.2rem;
	}
	
	.page_application_details .item_tiglist ul .item_firsticon i{
		font-size: 1.4rem;
	}
	
	.page_application_details .item_tiglist ul li a{
		font-size: 1.08rem;
	}
	
}

@media screen and (min-width: 576px) and (max-width: 800px){
	.page_application_details{
		padding-top: 5.4rem;
		padding-bottom: 5rem;
	}
	
	.page_application_details .item_tiglist ul .item_firsticon i{
		font-size: 1.4rem;
	}
	
	.page_application_details .item_tiglist ul li a{
		font-size: 1.08rem;
	}
	
}

.page_application_details .page_content_block{
	display: flex;
	display: -webkit-flex;
}

.page_application_details .item_leftarea{
	flex: 1;
}

.page_application_details .item_rightarea{
	width: 25%;
	margin-left: 5.4rem;
	min-width: 20rem;
}

.page_application_details .item_rightarea .item_pro_search{
	width: 100%;
	padding-top: 52.3%;
	background: url(../img/index_20.jpg) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	transition: all .36s ease;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_application_details .item_rightarea .item_pro_search.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_application_details .item_pro_search .item_linkblock{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(128,127,130,0.6);
	color: #FFFFFF;
	padding: 0 1.44rem;
}

.page_application_details .item_pro_search .item_linkblock .item_title{
	margin-bottom: 0.64rem;
	padding-top: 1.34rem;
}

.page_application_details .item_pro_search .item_linkblock .item_stitle{
	margin-bottom: 0.64rem;
}

.page_application_details .item_pro_search .item_linkblock .item_btnmore{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.page_application_details .item_pro_search .item_linkblock .item_btnmore i{
	font-size: 0.8rem;
	transform: scale(0.9);
}

.page_application_details .item_rightarea .item_pro_search:hover{
	background-size: 110% 110%;
}

.page_application_details .item_consult_block{
	width: 100%;
	padding-top: 52.3%;
	position: relative;
	margin-top: 1.92rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.2s; */
}

/* .page_application_details .item_consult_block.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_application_details .item_consult_block .item_area_block{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #093C71;
	color: #FFFFFF;
	padding: 0 1.44rem;
}

.page_application_details .item_consult_block .item_title{
	margin-bottom: 1.2rem;
	padding-top: 1.44rem;
}

.page_application_details .item_consult_block .item_consult_btn{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	width: 66.66%;
	height: 3rem;
	background: #AA3C3D;
	position: absolute;
	left: 1.44rem;
	bottom: -1.5rem;
}

.page_application_details .item_consult_block .item_consult_btn i{
	font-size: 0.96rem;
	margin-left: 0.6rem;
	transition: all .36s ease;
}

.page_application_details .item_consult_block .item_consult_btn:hover i{
	margin-left: 1.2rem;
}

@media screen and (max-width: 575px) {
	.page_application_details .item_rightarea{
		min-width: auto;
		width: 100%;
	}
}


@media screen and (min-width: 576px) and (max-width: 800px) {
	.page_application_details .item_rightarea{
		min-width: 25rem;
	}
}

@media screen and (max-width: 1300px) {
	.page_application_details .page_content_block{
		flex-wrap: wrap;
	}
	
	.page_application_details .item_leftarea{
		flex: auto;
		width: 100%;
	}
	
	.page_application_details .item_rightarea{
		margin-top: 4.8rem;
		margin-left: 0;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
	.page_application_details .item_rightarea{
		margin-left: 4rem;
	}
}

.page_location {
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: zoomIn;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_location.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_location .page_content_block{
    display: flex;
	display: -webkit-flex;
	align-items: center;
	padding: 1.8rem 0;
}

.page_location .item_icon_index i{
	font-size: 1rem;
	color: #0072BB;
	margin-left: 0.4rem;
}

.page_location .item_icon_jt{
	font-size: 0.84rem;
	color: #0072BB;
	margin: 0 0.96rem;
}

.page_location .item_font1{
	font-size: 1rem;
	color: #262626;
	font-weight: 400;
}

@media screen and (max-width: 575px){
	.page_location .page_content_block{
		padding: 1.2rem 0 !important;
	}
	
	.page_location .item_font1{
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 800px) {
	.page_location .page_content_block{
		flex-wrap: wrap;
	}
	
	.page_location .item_icon_index{
		margin-bottom: 0.64rem;
	}
	
	.page_location .item_font1{
		margin-bottom: 0.64rem;
	}
	
	.page_location .item_icon_jt{
		margin-bottom: 0.64rem;
	}
}

/* 产品 */
.page_product{
	padding-top: 2.64rem;
	padding-bottom: 5.2rem;
}

.page_details_wenz2{
	padding-bottom: 2.3rem;
}

.page_details_wenz2 .item_title{
	color: #093C71;
	font-weight: 400;
	margin-bottom: 1.6rem;
	position: relative;
	padding-top: 0.72rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_details_wenz2 .item_title.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_details_wenz2 .item_title::before{
	content: "";
	display: block;
	width: 2.88rem;
	height: 5px;
	background: #093C71;
	position: absolute;
	top: 0;
	left: 0;
}

.page_details_wenz2 .item_info{
	color: #293033;
	font-weight: 400;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.1s; */
}

/* .page_details_wenz2 .item_info.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */


.page_details_wenz2 .item_info p{
	margin-bottom: 1.44rem;
}

.page_pro_types .page_pro_types_title{
	color: #093C71;
	font-weight: 400;
	padding-left: 1.44rem;
	position: relative;
	margin-bottom: 1.68rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: zoomInUp;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
} 

/* .page_pro_types .page_pro_types_title.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_pro_types .page_pro_types_title::before{
	content: "";
	display: block;
	width: 0.624rem;
	height: 0.624rem;
	background: #093C71;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.312rem;
}

.page_pro_types .item_area_list{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-left: -0.9rem;
	margin-right: -0.9rem;
	padding-bottom: 2rem;
}

.page_pro_types .item_area_list .item_area_block{
	width: 33.33%;
	padding: 0 0.9rem;
	margin-bottom: 1.8rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: zoomInUp;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_pro_types .item_area_list .item_area_block.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */


.page_pro_types .item_area_list .item_area{
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 2.4rem 1.2rem 1.44rem 1.2rem;
	transition: all .36s ease;
}

.page_pro_types .item_area_list .item_area .item_pic{
	width: 100%;
	height: 10.5rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.34rem;
}

.page_pro_types .item_area_list .item_area .item_pic img{
	max-width: 100%;
	max-height: 100%;
	transition: all .36s ease;
}

.page_pro_types .item_area_list .item_area .item_title{
	color: #093C71;
	font-weight: 400;
	text-align: center;
	margin-bottom: 0.96rem;
}

.page_pro_types .item_area_list .item_area .item_stitle p{
	color: #000000;
	text-align: center;
	margin-bottom: 0.96rem;
}

.page_pro_types .item_area_list .item_area .item_stitle span{
	font-weight: 400;
	vertical-align: baseline;
}

.page_pro_types .item_area_list .item_area .item_btnmore{
	margin: 0 auto;
	width: 2.16rem;
	height: 2.16rem;
	border: 2px solid #093C71;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all .36s ease;
}

.page_pro_types .item_area_list .item_area .item_btnmore i{
	font-size: 1rem;
	color: #293033;
	transition: all .36s ease;
	-webkit-text-stroke-width: 0.2px;
}

.page_pro_types .item_area_list .item_area:hover {
	box-shadow: 0 0 1.8rem rgba(0,0,0,0.16);
}

.page_pro_types .item_area_list .item_area:hover .item_pic img{
	transform: scale(1.1);
}

.page_pro_types .item_area_list .item_area:hover .item_btnmore{
	background: #093C71;
}

.page_pro_types .item_area_list .item_area:hover .item_btnmore i{
	color: #FFFFFF;
}

@media screen and (max-width: 575px) {
	.page_product{
		padding-top: 1.8rem;
		padding-bottom: 1.8rem;
	}
	
	.page_product_list{
		padding-bottom: 4.8rem;
	}
	
	.page_pro_types .item_area_list .item_area_block{
		width: 100%;
	}
	
	.page_details_wenz2{
		padding-bottom: 1.6rem;
	}
	
	.page_details_wenz2 .item_title{
		padding-top: 1.2rem;
	}
	
}

@media screen and (min-width: 576px) and (max-width: 800px) {
	.page_product{
		padding-top: 2rem;
		padding-bottom: 3.6rem;
	}
}

@media screen and (min-width: 576px) and (max-width: 1400px) {
	.page_product{
		padding-top: 1.8rem;
		padding-bottom: 4.8rem;
	}
	
	.page_pro_types .item_area_list .item_area_block{
		width: 50%;
	}
}

.page_product2{
	padding-bottom: 3rem;
}

.page_proservice_application{
	padding-bottom: 5.28rem;
}

.page_proservice_application .item_content{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.page_proservice_application .item_area_application{
	width: 57.57%;
	padding-top: 27.27%;
	position: relative;
	transition: all .36s ease;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_proservice_application .item_area_application.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_proservice_application .item_area_application .item_wenzinfo{
	position: absolute;
	bottom: 0;
	left: 2.4rem;
	width: 65%;
	background: rgba(255,255,255,0.9);
	padding: 1.1rem 1.63rem 1.2rem 1.63rem;
}

.page_proservice_application .item_area_application .item_wenzinfo .item_title{
	margin-bottom: 0.6rem;
}

.page_proservice_application .item_area_application .item_wenzinfo .item_stitle{
	color: #707070;
	margin-bottom: 1.58rem;
}

.page_proservice_application .item_area_application .item_wenzinfo .item_stitle span{
	color: #293033;
}

.page_proservice_application .item_area_application .item_wenzinfo .item_btnmore{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	color: #093C71;
	font-weight: 400;
}

.page_proservice_application .item_area_application .item_wenzinfo .item_btnmore i{
	font-size: 0.96rem;
	color: #093C71;
	margin-left: 0.64rem;
}

.page_proservice_application .item_area_application:hover{
	background-size: 110% 110% !important;
}

.page_proservice_application .item_area_scientific{
	width: 40.6%;
	padding-top: 27.27%;
	position: relative;
	transition: all .36s ease;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_proservice_application .item_area_scientific.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_proservice_application .item_area_scientific .item_linkblock{
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(60,113,184,0.72);
	position: absolute;
	top: 0;
	left: 0;
	color: #FFFFFF;
	padding: 1.58rem 2rem 2.8rem 2rem;
}

.page_proservice_application .item_area_scientific .item_title{
	margin-bottom: 1.53rem;
}

.page_proservice_application .item_area_scientific .item_stitle{
	font-weight: 400;
}

.page_proservice_application .item_area_scientific .item_stitle span{
	font-weight: 300;
}

.page_proservice_application .item_area_scientific .item_btnmore{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	color: #FFFFFF;
	font-weight: 400;
	position: absolute;
	bottom: 1.2rem;
	left: 2rem;
}

.page_proservice_application .item_area_scientific .item_btnmore i{
	font-size: 0.96rem;
	color: #FFFFFF;
	margin-left: 0.64rem;
}

.page_proservice_application .item_area_scientific:hover{
	background-size: 110% 110% !important;
}

@media screen and (max-width: 575px){
	.page_proservice_application .item_content{
		flex-wrap: wrap;
	}
	
	.page_proservice_application .item_area_application{
		width: 100%;
		padding-top: 67.16%;
		margin-bottom: 1.8rem;
	}
	
	.page_proservice_application .item_area_scientific{
		width: 100%;
		padding-top: 67.16%;
	}
	
	.page_proservice_application .item_area_application .item_wenzinfo{
		width: 80%;
		left: 10%;
	}
}

@media screen and (min-width: 575px) and (max-width: 1000px){
	.page_proservice_application .item_content{
		flex-wrap: wrap;
	}
	
	.page_proservice_application .item_area_application{
		width: 100%;
		padding-top: 47.36%;
		margin-bottom: 1.8rem;
	}
	
	.page_proservice_application .item_area_scientific{
		width: 60%;
		padding-top: 40.29%;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1200px){
	.page_proservice_application .item_content{
		flex-wrap: wrap;
	}
	
	.page_proservice_application .item_area_application{
		width: 80%;
		padding-top: 37.88%;
		margin-bottom: 1.8rem;
	}
}

.page_proservice_pro {
	padding-bottom: 7.44rem;
}

.page_proservice_pro .item_content{
	display: flex;
	display: -webkit-flex;
	margin-left: -0.9rem;
	margin-right: -0.9rem;
}

.page_proservice_pro .item_content .item_area_block{
	width: 33.33%;
	padding: 0 0.9rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_proservice_pro .item_content .item_area_block.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_proservice_pro .item_content .item_area{
	width: 100%;
	padding-top: 118%;
	position: relative;
	transition: all .36s ease;
}

.page_proservice_pro .item_content .item_area .item_linkblock{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(245,245,245,0.72);
	border: 1px solid #DDDDDD;
	padding: 2.4rem 2rem 2.8rem 2rem;
}

.page_proservice_pro .item_content .item_area .item_title{
	font-weight: 400;
	color: #293033;
	margin-bottom: 0.57rem;
}

.page_proservice_pro .item_content .item_area .item_stitle{
	color: #293033;
}

.page_proservice_pro .item_content .item_area .item_btnmore{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	color: #093C71;
	font-weight: 400;
	position: absolute;
	bottom: 1.2rem;
	left: 2rem;
}

.page_proservice_pro .item_content .item_area .item_btnmore i{
	font-size: 0.96rem;
	color: #093C71;
	margin-left: 0.64rem;
}

.page_proservice_pro .item_content .item_area:hover{
	background-size: 110% 110% !important;
}

@media screen and (max-width: 575px){
	.page_proservice_pro{
		padding-bottom: 3.6rem;
	}
	
	.page_proservice_pro .item_content{
		flex-wrap: wrap;
	}
	
	.page_proservice_pro .item_content .item_area_block{
		width: 100%;
		margin-bottom: 1.8rem;
	}
}

@media screen and (min-width: 576px) and (max-width: 800px){
	.page_proservice_pro{
		padding-bottom: 4.8rem;
	}
	
	.page_proservice_pro .item_content .item_area_block{
		width: 50%;
	}
}

@media screen and (min-width: 800px) and (max-width: 1000px){
	.page_proservice_pro{
		padding-bottom: 5.6rem;
	}
	
	.page_proservice_pro .item_content .item_area_block{
		width: 45%;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1200px){
	.page_proservice_pro{
		padding-bottom: 6.4rem;
	}
	
	.page_proservice_pro .item_content .item_area_block{
		width: 40%;
	}
}

/* 产品列表页 */
.page_prolist_wenz .item_details_content{
	display: flex;
	display: -webkit-flex;
}

.page_prolist_wenz .item_details_content .item_wenzinfo{
	flex: 1;
	margin-right: 8.6rem;
}

.page_prolist_wenz .item_details_content .item_wenzinfo .item_stitle{
	color: #707070;
	font-weight: 500;
	margin-bottom: 1.44rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.05s; */
}

/* .page_prolist_wenz .item_details_content .item_wenzinfo .item_stitle.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_prolist_wenz .item_details_content .item_info{
	color: #707070;
}

.page_prolist_wenz .item_details_content .item_showlist{
	padding-top: 1rem;
	padding-bottom: 2rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.2s; */
}

/* .page_prolist_wenz .item_details_content .item_showlist.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_prolist_wenz .item_details_content .item_showlist li{
	margin-bottom: 0.76rem;
	color: #707070;
	padding-left: 1.34rem;
	position: relative;
	font-weight: 400;
}

.page_prolist_wenz .item_details_content .item_showlist li::before{
	content: "";
	display: block;
	width: 0.62rem;
	height: 0.62rem;
	background: #293033;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.31rem;
}

.page_prolist_wenz .item_details_content .item_pic{
	width: 24.7%;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.1s; */
}

/* .page_prolist_wenz .item_details_content .item_pic.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_prolist_wenz .item_details_content .item_pic img{
	width: 100%;
}

@media screen and (max-width: 575px){
	.page_prolist_wenz{
		padding-bottom: 5.6rem;
	}
	
	.page_prolist_wenz .item_details_content{
		flex-wrap: wrap;
	}
	
	.page_prolist_wenz .item_details_content .item_wenzinfo{
		margin-right: 0;
		margin-bottom: 1.8rem;
		flex: auto;
		width: 100%;
	}
	
	.page_prolist_wenz .item_details_content .item_pic{
		width: 70%;
		margin: 0 auto;
	}
}

@media screen and (min-width: 576px) and (max-width: 800px){
	.page_prolist_wenz .item_details_content .item_wenzinfo{
		margin-right: 3.6rem;
	}
}

@media screen and (min-width: 800px) and (max-width: 1000px){
	.page_prolist_wenz .item_details_content .item_wenzinfo{
		margin-right: 4.6rem;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1200px){
	.page_prolist_wenz .item_details_content .item_wenzinfo{
		margin-right: 5.6rem;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1400px){
	.page_prolist_wenz .item_details_content .item_wenzinfo{
		margin-right: 6.6rem;
	}
}

@media screen and (min-width: 1400px) and (max-width: 1600px){
	.page_prolist_wenz .item_details_content .item_wenzinfo{
		margin-right: 7.6rem;
	}
}

/* 产品详情 */
.page_proshow_topbox{
	display: flex;
	display: -webkit-flex;
	margin-top: 3.6rem;
}

.page_proshow_topbox .item_pic{
	flex: 1;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	margin-right: 6.4rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_proshow_topbox .item_pic.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_proshow_topbox .item_pic img{
	max-width: 100%;
}

.page_proshow_topbox .item_pro_wenzinfo{
	width: 40.6%;
}

.page_proshow_topbox .item_pro_wenzinfo .item_title{
	color: #093C71;
	font-weight: 400;
	margin-bottom: 0.38rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_proshow_topbox .item_pro_wenzinfo .item_title.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_proshow_topbox .item_pro_wenzinfo .item_stitle{
	color: #093C71;
	margin-bottom: 0.8rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.1s; */
}

/* .page_proshow_topbox .item_pro_wenzinfo .item_stitle.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_proshow_topbox .item_pro_wenzinfo .item_attribute{
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.2s; */
}

/* .page_proshow_topbox .item_pro_wenzinfo .item_attribute.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_proshow_topbox .item_pro_wenzinfo .item_attribute p{
	color: #707070;
	margin-bottom: 0.84rem;
	font-weight: 350;
	font-size: 1rem;
}

.page_proshow_topbox .item_pro_wenzinfo .item_attribute p strong{
	color: #000000;
	vertical-align: text-bottom;
	font-weight: 400;
	margin-right: 0.76rem;
}

.page_proshow_topbox .item_pro_wenzinfo .item_contact_box{
	background: #F5F5F5;
	padding: 1rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.3s; */
}

/* .page_proshow_topbox .item_pro_wenzinfo .item_contact_box.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_proshow_topbox .item_pro_wenzinfo .item_contact_box .item_contact_title{
	color: #000000;
	font-weight: 500;
	margin-bottom: 0.2rem;
}

.page_proshow_topbox .item_pro_wenzinfo .item_contact_box .item_contact_stitle{
	color: #293033;
}

.page_proshow_topbox .item_pro_wenzinfo .item_contact_box .item_contact_block{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.62rem;
}

.page_proshow_topbox .item_pro_wenzinfo .item_contact_box .item_area_block{
	width: 32%;
}

.page_proshow_topbox .item_pro_wenzinfo .item_contact_box .btn_about_contact{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #093C71;
	height: 3.84rem;
	border-radius: 0.24rem;
	color: #FFFFFF;
	font-size: 0.96rem;
	max-width: 20rem;
}

.page_proshow_topbox .item_pro_wenzinfo .item_contact_box .btn_about_contact i{
	font-size: 1.1rem;
	margin-right: 1rem;
}

.page_proshow_topbox .item_pro_wenzinfo .item_contact_box .btn_about_contact:nth-child(1) i{
	font-size: 1.4rem;
}

.page_proshow_topbox .item_pro_wenzinfo .btn_loadproduct{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	background: #093C71;
	max-width: 18.7rem;
	width: 58.2%;
	height: 4.8rem;
	color: #FFFFFF;
	font-size: 0.96rem;
	margin-top: 0.96rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.4s; */
}

/* .page_proshow_topbox .item_pro_wenzinfo .btn_loadproduct.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */


.page_proshow_topbox .item_pro_wenzinfo .btn_loadproduct i{
	font-size: 1.6rem;
	margin-right: 1.24rem;
}

@media screen and (max-width: 575px){
	.page_proshow_topbox{
		flex-wrap: wrap;
		margin-top: 1.8rem;
		padding-bottom: 1.8rem;
	}
	
	.page_proshow_topbox .item_pic{
		width: 100%;
		flex: auto;
		margin-right: 0;
		margin-bottom: 3.6rem;
	}
	
	.page_proshow_topbox .item_pic img{
		width: 80%;
	}
	
	.page_proshow_topbox .item_pro_wenzinfo .item_attribute{
		padding: 0.64rem 0;
	}
	
	.page_proshow_topbox .item_pro_wenzinfo{
		width: 100%;
	}
	
	.page_proshow_topbox .item_pro_wenzinfo .item_contact_box .item_contact_block{
		margin-top: 0;
	}
	
	.page_proshow_topbox .item_pro_wenzinfo .item_contact_box .item_area_block{
		width: 80%;
		margin-top: 1rem;
	}
	
	.page_proshow_topbox .item_pro_wenzinfo .btn_loadproduct{
		margin-top: 1.8rem;
		width: 15rem;
	}
	
	.page_proshow_topbox .item_pro_wenzinfo .item_contact_box .btn_about_contact:nth-child(1) i{
		font-size: 1.5rem;
	}
	
	.page_proshow_topbox .item_pro_wenzinfo .btn_loadproduct p{
		font-size: 1.08rem;
	}
	
	.page_proshow_topbox .item_pro_wenzinfo .item_contact_box .btn_about_contact p{
		font-size: 1.08rem;
	}
	
	.page_proshow_topbox .item_pro_wenzinfo .item_contact_box .btn_about_contact i{
		font-size: 1.3rem;
	}
	
	.page_proshow_topbox .item_pro_wenzinfo .item_attribute p{
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 576px) and (max-width: 800px){
	.page_proshow_topbox{
		flex-wrap: wrap;
		margin-top: 1.8rem;
		padding-bottom: 1.8rem;
	}
	
	.page_proshow_topbox .item_pic{
		width: 100%;
		flex: auto;
		margin-right: 0;
		margin-bottom: 1.8rem;
	}
	
	.page_proshow_topbox .item_pic img{
		width: 60%;
	}
	
	.page_proshow_topbox .item_pro_wenzinfo{
		width: 100%;
	}
	
	.page_proshow_topbox .item_pro_wenzinfo .item_contact_box .item_contact_block{
		margin-top: 0;
	}
	
	.page_proshow_topbox .item_pro_wenzinfo .item_contact_box .item_area_block{
		width: 32%;
		margin-top: 1rem;
	}
	
}

@media screen and (min-width: 800px) and (max-width: 1200px){
	.page_proshow_topbox .item_pic{
		margin-right: 4.8rem;
	}
	
	.page_proshow_topbox .item_pro_wenzinfo{
		width: 60%;
	}
	
	.page_proshow_topbox .item_pro_wenzinfo .item_contact_box .btn_about_contact{
		height: 3rem;
	}
}

@media screen and (min-width: 800px) and (max-width: 1600px){
	.page_proshow_topbox .item_pro_wenzinfo .item_contact_box .item_contact_block{
		margin-top: 0;
	}
	
	.page_proshow_topbox .item_pro_wenzinfo .item_contact_box .item_area_block{
		width: 48%;
		margin-top: 1rem;
	}
}

.page_proshow_threebox{
	padding-bottom: 5.28rem;
}

.page_proshow_threebox .item_content{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-left: -0.9rem;
	margin-right: -0.9rem;
}

.page_proshow_threebox .item_content .item_area_block{
	padding: 0 0.9rem;
	width: 33.33%;
	margin-bottom: 0.2rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: zoomInUp;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_proshow_threebox .item_content .item_area_block.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_proshow_threebox .item_content .item_area{
	border: 1px solid #DDDDDD;
	background: #F5F5F5;
	padding: 1.44rem;
	transition: all .36s ease;
}

.page_proshow_threebox .item_content .item_area .item_title{
	color: #093C71;
	font-weight: 400;
	margin-bottom: 0.72rem;
}

.page_proshow_threebox .page_details_wenz2 .item_title{
	margin-bottom: 0.5rem;
}

.page_proshow_threebox .item_content .item_area:hover{
	box-shadow: 0 0.18rem 0.36rem rgba(0,0,0,0.16);
}

.page_proshow_threebox .item_btnmore{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	margin-top: 2rem;
}

.page_proshow_threebox .item_btnmore_link{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_proshow_threebox .item_btnmore_link.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_proshow_threebox .item_btnmore_link p{
	color: #093C71;
	font-weight: 400;
}

.page_proshow_threebox .item_btnmore_link i{
	color: #093C71;
	font-size: 0.84rem;
	transform: scale(0.8);
	margin-left: 0.6rem;
	transition: all .36s ease;
}

.page_proshow_threebox .item_btnmore_link:hover i{
	margin-left: 1.6rem;
}

@media screen and (max-width: 575px){
	.page_proshow_threebox .item_content .item_area_block{
		width: 100%;
		margin-bottom: 1.8rem;
	}
	
	.page_proshow_threebox .item_btnmore{
		margin-top: 0;
	}
}

@media screen and (min-width: 576px) and (max-width: 1000px){
	.page_proshow_threebox .item_content .item_area_block{
		width: 50%;
		margin-bottom: 1.8rem;
	}
}

.page_proshow_opentitle{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	cursor: pointer;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_proshow_opentitle.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_proshow_opentitle .item_title_icon{
	font-size: 1rem;
	color: #000000;
	margin-right: 0.96rem;
}

.page_proshow_opentitle .item_icon_reduce{
	display: none;
}

.page_proshow_opentitle p{
	color: #093C71;
	font-weight: 400;
}

.page_proshow_opentitle.type_close .item_icon_add{
	display: none;
}

.page_proshow_opentitle.type_close .item_icon_reduce{
	display: block;
}

.page_proshow_opencontent{
	overflow: hidden;
	transition: all .36s ease;
}

.page_proshow_opencontent.type_close{
	height: 0 !important;
}

.page_proshow_specifications{
	padding-bottom: 1.76rem;
	position: relative;
}

.page_proshow_specifications::after{
	content: "";
	display: block;
	width: calc(100% - 30px);
	height: 1px;
	background: #DDDDDD;
	position: absolute;
	bottom: 0.88rem;
	left: 15px;
}

.page_proshow_specifications .item_menu{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-top: 1.6rem;
	margin-bottom: 2.88rem;
}

.page_proshow_specifications .item_menu .item_menu_li{
	width: 12rem;
	height: 2.88rem;
	text-align: center;
	line-height: 2.88rem;
	background: #F5F5F5;
	color: #000000;
	margin-right: 1.44rem;
	cursor: pointer;
	font-weight: 400;
	padding: 0 0.64rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: zoomInUp;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_proshow_specifications .item_menu .item_menu_li.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_proshow_specifications .item_menu .item_menu_li.active{
	background: #AA3C3D;
	color: #FFFFFF;
}

.page_proshow_specifications .item_table_box{
	padding-bottom: 4.32rem;
	position: relative;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_proshow_specifications .item_table_box.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_proshow_specifications .item_table_area{
	position: absolute;
	top: 0;
	left: 300%;
	transition: all .6s ease;
}

.page_proshow_specifications .item_table_area.active{
	position: relative;
	left: 0;
}

.page_proshow_specifications .item_table_area table{
	width: 100%;
	border-left: 1px solid #707070;
}

.page_proshow_specifications .item_table_area table tr th{
	background: #093C71;
	width: 25%;
	height: 2.88rem;
	border-right: 1px solid #707070;
	font-size: 1rem;
	color: #FFFFFF;
	font-weight: 400;
	padding-left: 2.4rem;
}

.page_proshow_specifications .item_table_area table tr td{
	font-size: 1rem;
	color: #707070;
	height: 2.88rem;
	padding-left: 2.4rem;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
}

.page_proshow_specifications .item_table_area table tr td:nth-child(1){
	background: #F5F5F5;
}

@media screen and (max-width: 575px){
	.page_proshow_specifications .item_menu{
		margin-bottom: 1.88rem;
		justify-content: space-between;
	}
	
	.page_proshow_specifications .item_menu .item_menu_li{
		font-size: 1.2rem;
		height: 3rem;
		line-height: 3rem;
		margin-bottom: 1rem;
		width: 48%;
		margin-right: 0;
	}
	
	.page_proshow_specifications .item_table_area table tr th{
		padding-left: 0;
		text-align: center;
		font-size: 0.84rem;
	}
	
	.page_proshow_specifications .item_table_area table tr td{
		padding-left: 0;
		text-align: center;
		font-size: 0.84rem;
	}
}

/* 安装尺寸 性能曲线 */
.page_proshow_ccacx{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding-bottom: 2rem;
}

.page_proshow_install{
	width: 48%;
}

.page_proshow_install .page_details_wenz2 .item_title{
	margin-bottom: 0;
}

.page_proshow_install .item_content{
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.1s; */
}

/* .page_proshow_install .item_content.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_proshow_install .item_content img{
	width: 100% !important;
	height: auto !important;
}

.page_proshow_curve .page_details_wenz2 .item_title{
	animation-name: fadeInRight;
}

.page_proshow_curve .item_content{
	animation-name: fadeInRight;
}

@media screen and (max-width: 800px){
	.page_proshow_ccacx{
		flex-wrap: wrap;
	}
	
	.page_proshow_install{
		width: 100%;
	}
	
	.page_proshow_curve{
		margin-top: 3.6rem;
	}
}

/* 配件 */
.page_proshow_parts {
	padding-bottom: 1.76rem;
	position: relative;
}

.page_proshow_parts::after{
	content: "";
	display: block;
	width: calc(100% - 30px);
	height: 1px;
	background: #DDDDDD;
	position: absolute;
	bottom: 0.88rem;
	left: 15px;
}

.page_proshow_parts .item_content{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-left: -0.9rem;
	margin-right: -0.9rem;
	margin-top: 3.36rem;
	padding-bottom: 2rem;
}

.page_proshow_parts .item_content .item_area_block{
	padding: 0 0.9rem;
	width: 33.33%;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: zoomInUp;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_proshow_parts .item_content .item_area_block.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_proshow_parts .item_content .item_area{
	width: 100%;
	background: #F5F5F5;
	border: 1px solid #DDDDDD;
	position: relative;
	transition: all .36s ease;
	padding: 0.72rem 0;
}

.page_proshow_parts .item_content .item_area_linkblock{
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	min-height: 5rem;
}

.page_proshow_parts .item_content .item_area .item_pic{
	width: 23.1%;
	margin-left: 0.96rem;
}

.page_proshow_parts .item_content .item_area .item_pic img{
	width: 100%;
}

.page_proshow_parts .item_content .item_area .item_font1{
	flex: 1;
	margin-left: 0.9rem;
	margin-right: 0.64rem;
	font-weight: 400;
	color: #293033;
}

.page_proshow_parts .item_content .item_area i{
	margin-right: 1.34rem;
	font-size: 0.84rem;
}

.page_proshow_parts .item_content .item_area:hover{
	box-shadow: 0 0.18rem 0.36rem rgba(0,0,0,0.26);
}

@media screen and (max-width: 575px){
	.page_proshow_parts .item_content{
		padding-bottom: 0;
	}
	
	.page_proshow_parts .item_content .item_area_block{
		width: 100%;
		margin-bottom: 1.8rem;
	}
	
	.page_proshow_parts .item_content .item_area .item_font1{
		font-size: 1.2rem;
	}
}


@media screen and (min-width: 576px) and (max-width: 1200px){
	.page_proshow_parts .item_content .item_area_block{
		width: 50%;
		margin-bottom: 1.8rem;
	}
}

/* 下载 */
.page_proshow_load{
	padding-bottom: 3.76rem;
	position: relative;
}

.page_proshow_load::after{
	content: "";
	display: block;
	width: calc(100% - 30px);
	height: 1px;
	background: #DDDDDD;
	position: absolute;
	bottom: 2.88rem;
	left: 15px;
}

.page_proshow_load .item_content{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-left: -0.9rem;
	margin-right: -0.9rem;
	margin-top: 3.36rem;
	padding-bottom: 2rem;
}

.page_proshow_load .item_content .item_area_block{
	padding: 0 0.9rem;
	width: 33.33%;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: zoomInUp;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_proshow_load .item_content .item_area_block.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_proshow_load .item_content .item_area{
	width: 100%;
	background: #F5F5F5;
	border: 1px solid #DDDDDD;
	position: relative;
	transition: all .36s ease;
	padding: 1.24rem 0;
}

.page_proshow_load .item_content .item_area_linkblock{
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.page_proshow_load .item_content .item_area .item_icon_pdf{
	font-size: 1.6rem;
	margin: 0 1.44rem 0 0.76rem;
	-webkit-text-stroke-width: 0.2px;
	color: #333333;
}

.page_proshow_load .item_content .item_area .item_wenz{
	flex: 1;
	margin-right: 0.64rem;
	overflow: hidden;
}

.page_proshow_load .item_content .item_area .item_wenz .item_font1{
	font-weight: 400;
	color: #293033;
}

.page_proshow_load .item_content .item_area .item_wenz .item_font2{
	color: #666666;
}

.page_proshow_load .item_content .item_area .item_icon_load{
	margin-right: 1.92rem;
	font-size: 1.2rem;
}

.page_proshow_load .item_content .item_area:hover{
	box-shadow: 0 0.18rem 0.36rem rgba(0,0,0,0.26);
}

@media screen and (max-width: 575px){
	.page_proshow_load .item_content{
		padding-bottom: 0;
	}
	
	.page_proshow_load .item_content .item_area_block{
		width: 100%;
		margin-bottom: 1.8rem;
	}
	
	.page_proshow_load .item_content .item_area .item_wenz .item_font1{
		font-size: 1.2rem;
	}
	
	.page_proshow_load .item_content .item_area .item_wenz .item_font2{
		font-size: 0.84rem;
	}
	
	.page_proshow_load .item_content .item_area .item_icon_pdf{
		font-size: 1.8rem;
	}
	
	.page_proshow_load .item_content .item_area .item_icon_load{
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 576px) and (max-width: 1200px){
	.page_proshow_load .item_content .item_area_block{
		width: 50%;
		margin-bottom: 1.8rem;
	}
}

/* 服务 */
.page_service_list{
	padding-top: 4.27rem;
	padding-bottom: 5.2rem;
}

.page_service_list .item_content{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-left: -0.9rem;
	margin-right: -0.9rem;
}

.page_service_list .item_content .item_area_block{
	width: 33.33%;
	padding: 0 0.9rem;
	margin-bottom: 1.8rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: zoomInUp;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_service_list .item_content .item_area_block.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_service_list .item_content .item_area{
	position: relative;
	transition: all .36s ease;
}

.page_service_list .item_content .item_area .item_pic{
	width: 100%;
	padding-top: 52.8%;
	position: relative;
	overflow: hidden;
}

.page_service_list .item_content .item_area .item_pic img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.page_service_list .item_content .item_area .item_wenzinfo{
	width: 100%;
	background: #F5F5F5;
	padding: 1.15rem 1.2rem;
	position: absolute;
	bottom: 0;
	left: 0;
}

.page_service_list .item_content .item_area .item_wenzinfo .item_title{
	font-weight: 400;
	color: #000000;
	margin-bottom: 1.2rem;
}

.page_service_list .item_content .item_area .item_wenzinfo .item_stitle{
	margin-bottom: 0;
	color: #293033;
	line-height: 1.6rem;
	height: 0;
	overflow: hidden;
	transition: all .36s ease;
}

.page_service_list .item_content .item_area .item_wenzinfo .item_btnmore{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	color: #093C71;
	font-weight: 400;
}

.page_service_list .item_content .item_area .item_wenzinfo .item_btnmore i{
	font-size: 0.8rem;
	transform: scale(0.8);
	margin-left: 0.4rem;
}

.page_service_list .item_content .item_area:hover{
	box-shadow: 0 0.18rem 0.36rem rgba(0,0,0,0.16);
}

.page_service_list .item_content .item_area:hover .item_stitle{
	height: 3.2rem;
	margin-bottom: 1rem;
}

@media screen and (max-width: 575px){
	.page_service_list{
		padding-bottom: 4rem;
	}
	
	.page_service_list .item_content .item_area_block{
		width: 100%;
	}
}

@media screen and (min-width: 576px) and (max-width: 1200px){
	.page_service_list .item_content .item_area_block{
		width: 50%;
	}
}

/* 服务详情 */
.page_service_show .item_wenzlist_details{
	margin-top: 1.92rem;
}

.page_service_show .item_wenzlist_details li{
	margin-bottom: 1.8rem;
}

.page_service_show .item_wenzlist_details li:last-child{
	margin-bottom: 1.56rem;
}

.page_service_show .item_wenzlist_details .item_wenzlist_title{
	color: #707070;
	font-weight: 400;
	padding-left: 1.44rem;
	position: relative;
	margin-bottom: 0.67rem;
}

.page_service_show .item_wenzlist_details .item_wenzlist_title::before{
	content: "";
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	background: #293033;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.25rem;
}

.page_serviceshow_consulting_service{
	margin-top: 7.44rem;
}

@media screen and (max-width: 575px){
	.page_serviceshow_consulting_service{
		margin-top: 3.6rem;
	}
}

.page_serviceshow_contact{
	padding-bottom: 6.5rem;
}

.page_serviceshow_contact .item_content{
	display: flex;
	display: -webkit-flex;
}

.page_serviceshow_contact .item_content .item_leftarea{
	padding-top: 1.15rem;
	overflow: hidden;
}

.page_serviceshow_contact .item_inform_block{
	width: 25.4rem;
	border: 1px solid #DDDDDD;
	background: #F5F5F5;
	padding: 2.11rem 0;
	overflow: hidden;
	height: auto;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_serviceshow_contact .item_inform_block.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_serviceshow_contact .item_inform_block .item_inform_area{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.page_serviceshow_contact .item_inform_block .item_inform_area .item_icon{
	width: 3.84rem;
	text-align: center;
	margin: 0 0.6rem;
}

.page_serviceshow_contact .item_inform_block .item_inform_area .item_icon i{
	font-size: 1.9rem;
}

.page_serviceshow_contact .item_inform_block:nth-child(2) .item_inform_area .item_icon i{
	font-size: 1.5rem;
}

.page_serviceshow_contact .item_inform_block .item_inform_area .item_font1{
	font-weight: 400;
}

.page_serviceshow_contact .item_inform_block .item_font2{
	width: 100%;
	margin-top: 1.2rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	overflow: hidden;
	padding-left: 5.04rem;
	box-sizing: border-box;
}

.page_serviceshow_contact .item_inform_block .item_font2 p{
	color: #000000;
	font-weight: 400;
}

.page_serviceshow_contact .item_inform_block_first{
	margin-bottom: 1.92rem;
}

.page_contact_form{
	flex: 1;
	margin-left: 1.44rem;
}

.page_contact_form .item_title{
	text-align: center;
	color: #262626;
	font-weight: 400;
	margin-bottom: 1.82rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_contact_form .item_title.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_contact_form .item_stitle{
	text-align: center;
	font-weight: 400;
	color: #262626;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.1s; */
}

/* .page_contact_form .item_stitle.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */


.page_contact_form .item_form_content{
	margin-top: 3rem;
}

.page_contact_form .item_area_block{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-bottom: 1.8rem;
}

.page_contact_form .item_area{
	width: 48.6%;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: zoomInUp;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_contact_form .item_area.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */


.page_contact_form .item_area .item_form_title{
	color: #262626;
	margin-bottom: 0.52rem;
	font-weight: 400;
}

.page_contact_form .item_area .item_input_area{
	width: 100%;
	background: #E6ECF0;
	height: 3rem;
	position: relative;
	border-radius: 0.3rem;
	overflow: hidden;
}

.page_contact_form .item_area .item_input_area .item_select{
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	color: #293033;
	padding: 0 0.72rem;
	-webkit-appearance: none;
	cursor: pointer;
	font-size: 0.9rem;
	color: #293033;
}

.page_contact_form .item_area .item_input_area .item_select option{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.page_contact_form .item_area .item_input_area .item_icon_under{
	font-size: 0.96rem;
	color: #000000;
	position: absolute;
	top: 0;
	right: 0.72rem;
	width: auto;
	height: 3rem;
	line-height: 3rem;
}

.page_contact_form .item_area .item_input_area .item_input{
	width: 100%;
	height: 100%;
	padding-left: 0.72rem;
	border: none;
	background: none;
	font-size: 0.9rem;
	color: #293033;
}

.page_contact_form .item_area .item_input_area .item_input::-webkit-input-placeholder{
	color: #293033;
}

.page_contact_form .item_area .item_input_area .item_input:-moz-placeholder{
	color: #293033;
}

.page_contact_form .item_area .item_input_area .item_input::-moz-placeholder{
	color: #293033;
}

.page_contact_form .item_area .item_input_area .item_input:-ms-input-placeholder{
	color: #293033;
}

.page_contact_form .item_area_textarea{
	width: 100%;
	padding: 0;
}

.page_contact_form .item_area_textarea .item_input_area{
	height: 7.2rem;
}

.page_contact_form .item_area_textarea .item_textarea{
	background: none;
	resize: none;
	border: none;
	color: #293033;
	font-size: 0.9rem;
	padding: 0.5rem 0.72rem;
	width: 100%;
	height: 100%;
}

.page_contact_form .item_area_block_submit{
	justify-content: flex-end;
	margin-bottom: 0;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: zoomInUp;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.5s; */
}

/* .page_contact_form .item_area_block_submit.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_contact_form .item_submit{
	width: 15rem;
	height: 2.88rem;
	background: #093C71;
	color: #FFFFFF;
	border: none;
	border-radius: 0.3rem;
	font-size: 1.08rem;
}

@media screen and (max-width: 575px) {
	.page_serviceshow_contact{
		padding-bottom: 4.8rem;
	}
	
	.page_serviceshow_contact .item_content{
		flex-wrap: wrap;
	}
	
	.page_serviceshow_contact .item_content .item_leftarea{
		width: 100%;
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		align-items: stretch;
	}
	
	.page_serviceshow_contact .item_inform_block{
		width: 100%;
	}
	
	.page_serviceshow_contact .item_content .item_leftarea .item_inform_block_first{
		margin-bottom: 1.8rem;
	}
	
	.page_serviceshow_contact .page_contact_form{
		width: 100%;
		flex: auto;
		margin-left: 0;
		margin-top: 4.8rem;
	}
	
	.page_contact_form .item_area_block{
		display: flex;
		display: -webkit-flex;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	
	.page_contact_form .item_area{
		width: 100%;
		margin-bottom: 1.8rem;
	}
	
	.page_contact_form .item_area .item_form_title{
		font-size: 1.2rem;
	}
	
	.page_contact_form .item_area .item_input_area{
		height: 4rem;
	}
	
	.page_contact_form .item_area .item_input_area .item_icon_under{
		line-height: 4rem;
	}
	
	.page_contact_form .item_area .item_input_area .item_select{
		font-size: 1.08rem;
	}
	
	.page_contact_form .item_area .item_input_area .item_input{
		font-size: 1.08rem;
	}
	
	.page_contact_form .item_area_textarea .item_input_area{
		height: 7.2rem;
	}
	
	.page_contact_form .item_area_block_submit{
		padding-top: 1rem;
	}
	
	.page_contact_form .item_submit{
		height: 3.5rem;
		width: 100%;
	}
}

@media screen and (min-width: 576px) and (max-width: 800px) {
	.page_serviceshow_contact .item_content{
		flex-wrap: wrap;
	}
	
	.page_serviceshow_contact .item_content .item_leftarea{
		width: 100%;
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		align-items: stretch;
	}
	
	.page_serviceshow_contact .item_content .item_leftarea .item_inform_block_first{
		margin-bottom: 1.8rem;
	}
	
	.page_serviceshow_contact .page_contact_form{
		width: 100%;
		flex: auto;
		margin-left: 0;
		margin-top: 4.8rem;
	}
}

@media screen and (min-width: 800px) and (max-width: 1500px) {
	.page_serviceshow_contact .item_content{
		flex-wrap: wrap;
	}
	
	.page_serviceshow_contact .item_content .item_leftarea{
		width: 100%;
		display: flex;
		display: -webkit-flex;
		align-items: stretch;
	}
	
	.page_serviceshow_contact .item_content .item_leftarea .item_inform_block_first{
		margin-bottom: 0;
		margin-right: 1.8rem;
	}
	
	.page_serviceshow_contact .page_contact_form{
		width: 100%;
		flex: auto;
		margin-left: 0;
		margin-top: 4.8rem;
	}
}

/* 企业 */
.page_company_wenzinfo{
	max-width: 1090px;
	margin: 0 auto;
	padding-top: 1.9rem;
}

.page_company_wenzinfo .item_title{
	color: #293033;
	font-weight: 400;
	text-align: center;
	margin-bottom: 1.58rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_company_wenzinfo .item_title.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_company_wenzinfo .item_stitle{
	color: #293033;
	font-weight: 400;
	text-align: center;
	margin-bottom: 2.4rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.1s; */
}

/* .page_company_wenzinfo .item_stitle.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_company_wenzinfo .item_info{
	color: #293033;
	font-weight: 400;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.2s; */
}

/* .page_company_wenzinfo .item_info.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_company_content{
	margin-top: 3.84rem;
}

.page_company_content .item_content_block{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.page_company_content .item_leftarea{
	width: 57.57%;
	padding-top: 27.27%;
	position: relative;
	transition: all .36s ease;
	background: url(../img/index_30.jpg)no-repeat center;
	background-size: 100% 100%;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_company_content .item_leftarea.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_company_content .item_leftarea .item_leftarea_wenz{
	position: absolute;
	bottom: 0;
	left: 2.4rem;
	background: rgba(255,255,255,0.9);
	width: 62.25%;
	padding: 1.1rem 1.63rem 1.2rem 1.63rem;
}

.page_company_content .item_leftarea_wenz .item_title{
	color: #293033;
	font-weight: 400;
	margin-bottom: 0.57rem;
}

.page_company_content .item_leftarea_wenz .item_stitle{
	color: #707070;
	margin-bottom: 1.44rem;
}

.page_company_content .item_leftarea_wenz .item_stitle span{
	color: #293033;
}

.page_company_content .item_leftarea_wenz .item_btnmore{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	color: #093C71;
	font-weight: 400;
}

.page_company_content .item_leftarea_wenz .item_btnmore i{
	font-size: 0.8rem;
	margin-left: 0.2rem;
}

.page_company_content .item_leftarea:hover{
	background-size: 110% 110%;
}

.page_company_content .item_rightarea{
	width: 40.6%;
	background: url(../img/index_31.jpg) no-repeat center;
	background-size: 100% 100%;
	transition: all .36s ease;
	position: relative;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_company_content .item_rightarea.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_company_content .item_rightarea_block{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(60,113,184,0.72);
	padding: 1.58rem 2rem 0 2rem;
}

.page_company_content .item_rightarea_block .item_title{
	color: #FFFFFF;
	margin-bottom: 1.53rem;
}

.page_company_content .item_rightarea_block .item_stitle{
	color: #FFFFFF;
}

.page_company_content .item_rightarea_block .item_btnmore{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	color: #FFFFFF;
	font-weight: 400;
	position: absolute;
	bottom: 1.2rem;
	left: 0;
	padding: 0 2rem;
}

.page_company_content .item_rightarea_block .item_btnmore i{
	font-size: 0.8rem;
	margin-left: 0.2rem;
}

.page_company_content .item_rightarea:hover{
	background-size: 110% 110%;
}

@media screen and (max-width: 575px) {
	.page_company_content .item_content_block{
		flex-wrap: wrap;
	}
	
	.page_company_content .item_leftarea{
		width: 100%;
		padding-top: 67.16%;
		margin-bottom: 1.8rem;
		background-size: cover;
	}
	
	.page_company_content .item_leftarea:hover{
		background-size: cover;
	}
	
	.page_company_content .item_leftarea .item_leftarea_wenz{
		width: 100%;
		left: 0;
	}
	
	.page_company_content .item_rightarea{
		width: 100%;
		padding-top: 67.16%;
	}
}

@media screen and (min-width: 576px) and (max-width: 800px) {
	.page_company_content .item_content_block{
		flex-wrap: wrap;
	}
	
	.page_company_content .item_leftarea{
		width: 100%;
		padding-top: 47.36%;
		margin-bottom: 1.8rem;
	}
	
	.page_company_content .item_rightarea{
		width: 80%;
		padding-top: 53.73%;
	}
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
	.page_company_content .item_content_block{
		flex-wrap: wrap;
	}
	
	.page_company_content .item_leftarea{
		width: 100%;
		padding-top: 47.36%;
		margin-bottom: 1.8rem;
	}
	
	.page_company_content .item_rightarea{
		width: 60%;
		padding-top: 40.29%;
	}
}

.page_company_linkbox {
	margin-top: 2.35rem;
}

.page_company_linkbox2{
	padding-bottom: 8rem;
}

.page_company_linkbox .item_content{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.page_company_linkbox .item_area{
	width: 49.09%;
	background: url(../img/index_32.jpg) no-repeat center;
	background-size: 100% 100%;
	padding-top: 27.27%;
	position: relative;
	transition: all .36s ease;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: zoomInUp;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_company_linkbox .item_area.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_company_linkbox .item_area_block{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(245,245,245,0.72);
	padding: 2.4rem 2rem 0 2rem;
}

.page_company_linkbox .item_area_block .item_title{
	color: #000000;
	font-weight: 400;
	margin-bottom: 0.57rem;
}

.page_company_linkbox .item_area_block .item_stitle{
	color: #293033;
	font-weight: 400;
}

.page_company_linkbox .item_area_block .item_btnmore{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	color: #093C71;
	font-weight: 400;
	position: absolute;
	bottom: 1.2rem;
	left: 0;
	padding: 0 2rem;
}

.page_company_linkbox .item_area_block .item_btnmore i{
	font-size: 0.8rem;
	margin-left: 0.2rem;
}

.page_company_linkbox .item_area:hover{
	background-size: 110% 110%;
}

@media screen and (max-width: 575px){
	.page_company_linkbox2{
		padding-bottom: 3rem;
	}
}

@media screen and (max-width: 1000px) {
	.page_company_linkbox .item_content{
		flex-wrap: wrap;
	}
	
	.page_company_linkbox .item_area{
		width: 100%;
		padding-top: 55.55%;
		margin-bottom: 1.8rem;
	}
}

/* 详情 */
.page_companyshow_content{
	margin-top: 1rem;
}

.page_companyshow_content .item_leftarea{
	width: 100%;
	padding-top: 36.36%;
	background-size: cover;
}

.page_companyshow_content .item_leftarea:hover{
	background-size: cover;
}

.page_companyshow_content .item_leftarea .item_leftarea_wenz{
	width: 37.57%;
}

.page_companyshow_content .item_leftarea:hover{
	background-size: cover;
}

.page_companyshow_content .item_leftarea:hover .item_leftarea_wenz .item_title{
	color: #093C71;
}

.page_companyshow_wenzinfo {
	padding-top: 6rem;
}

.page_companyshow_wenzinfo .item_content{
	display: flex;
	display: -webkit-flex;
}

.page_companyshow_wenzinfo .item_leftarea{
	flex: 1;
	padding-right: 1rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_companyshow_wenzinfo .item_leftarea.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_companyshow_wenzinfo .item_leftarea .item_font1{
	color: #293033;
	font-weight: 400;
}

.page_companyshow_wenzinfo .item_rightarea{
	width: 66%;
}

.page_companyshow_wenzinfo .item_rightarea .item_info{
	color: #707070;
	line-height: 1.8rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_companyshow_wenzinfo .item_rightarea .item_info.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_companyshow_wenzinfo .item_pic_box{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-top: 2.6rem;
}

.page_companyshow_wenzinfo .item_pic_box .item_companyshow_leftarea{
	width: 48.62%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}

.page_companyshow_wenzinfo .item_pic_box .item_companyshow_leftarea .item_pic{
	width: 100%;
	overflow: hidden;
}

.page_companyshow_wenzinfo .item_pic_box .item_pic img{
	width: 100%;
}

.page_companyshow_wenzinfo .item_pic_box .item_companyshow_rightarea{
	width: 48.62%;
}

.page_companyshow_wenzinfo .item_pic_box .item_companyshow_rightarea .item_pic{
	width: 100%;
}

.page_companyshow_wenzinfo .item_pic_box .item_companyshow_leftarea .item_pic{
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: zoomInUp;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_companyshow_wenzinfo .item_pic_box .item_companyshow_leftarea .item_pic.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_companyshow_wenzinfo .item_pic_box .item_companyshow_leftarea .item_pic2{
	animation-delay: 0.1s;
}

.page_companyshow_wenzinfo .item_pic_box .item_companyshow_rightarea .item_pic{
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: zoomInUp;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.2s; */
}

/* .page_companyshow_wenzinfo .item_pic_box .item_companyshow_rightarea .item_pic.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

@media screen and (max-width: 575px){
	.page_companyshow_content {
		padding: 0;
	}
	
	.page_companyshow_wenzinfo{
		padding-top: 3rem;
	}
	
	.page_companyshow_wenzinfo .item_content{
		flex-wrap: wrap;
	}
	
	.page_companyshow_wenzinfo .item_leftarea{
		flex: auto;
		width: 100%;
		margin-bottom: 1rem;
	}
	
	.page_companyshow_wenzinfo .item_rightarea{
		width: 100%;
	}
	
	.page_companyshow_content{
		margin-top: 0;
	}
	
	.page_companyshow_content .item_leftarea .item_leftarea_wenz{
		display: none;
	}
	
	.page_companyshow_content .item_leftarea{
		margin-bottom: 0;
	}
}

@media screen and (min-width: 576px) and (max-width: 800px){
	.page_companyshow_wenzinfo{
		padding-top: 3rem;
	}
	
	.page_companyshow_wenzinfo .item_content{
		flex-wrap: wrap;
	}
	
	.page_companyshow_wenzinfo .item_leftarea{
		flex: auto;
		width: 100%;
		margin-bottom: 1rem;
	}
	
	.page_companyshow_wenzinfo .item_rightarea{
		width: 100%;
	}
	
	.page_companyshow_content{
		margin-top: 0;
	}
	
	.page_companyshow_content .item_leftarea .item_leftarea_wenz{
		width: 60%;
	}
}

@media screen and (min-width: 800px) and (max-width: 1000px){
	.page_companyshow_wenzinfo{
		padding-top: 3.6rem;
	}
	
	.page_companyshow_wenzinfo .item_content{
		flex-wrap: wrap;
	}
	
	.page_companyshow_wenzinfo .item_leftarea{
		flex: auto;
		width: 100%;
		margin-bottom: 1rem;
	}
	
	.page_companyshow_wenzinfo .item_rightarea{
		width: 100%;
	}
	
	.page_companyshow_content .item_leftarea .item_leftarea_wenz{
		width: 40%;
	}
}

.page_companyshow_linkbox{
	margin-top: 5.6rem;
	padding-bottom: 5.9rem;
}

.page_companyshow_linkbox .item_title{
	color: #293033;
	margin-bottom: 2.88rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_companyshow_linkbox .item_title.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

@media screen and (max-width: 575px){
	.page_companyshow_linkbox{
		margin-top: 3.6rem;
		padding-bottom: 3.6rem;
	}
}

@media screen and (min-width: 576px) and (max-width: 800px){
	.page_companyshow_linkbox{
		margin-top: 4.8rem;
		padding-bottom: 4.8rem;
	}
}

/* 新闻 */
.page_news_dynamic{
	padding-top: 2.88rem;
}

.page_news_dynamic .item_title{
	margin-bottom: 3.36rem;
}

.page_news_dynamic .item_content{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-left: -0.9rem;
	margin-right: -0.9rem;
	padding-bottom: 2.04rem;
}

.page_news_dynamic .item_area_block{
	width: 33.33%;
	padding: 0 0.9rem;
	margin-bottom: 1.8rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: zoomInUp;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_news_dynamic .item_area_block.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_news_dynamic .item_area .item_pic {
	width: 100%;
	padding-top: 52.8%;
	position: relative;
	overflow: hidden;
}

.page_news_dynamic .item_area .item_pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .36s ease;
}

.page_news_dynamic .item_area .item_wenzinfo {
	background: #F5F5F5;
	padding: 1.44rem 1.2rem 1.24rem 1.2rem;
}

.page_news_dynamic .item_area .item_wenzinfo .item_title {
	color: #293033;
	margin-bottom: 1.44rem;
	transition: all .36s ease;
	font-weight: 400;
}

.page_news_dynamic .item_area .item_wenzinfo .item_info {
	line-height: 1.6rem;
	height: 6.4rem;
	margin-bottom: 3rem;
}

.page_news_dynamic .item_area .item_wenzinfo .item_more {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	color: #093C71;
	position: relative;
	padding-bottom: 0.57rem;
}

.page_news_dynamic .item_area .item_wenzinfo .item_more::after {
	content: "";
	display: block;
	width: 5.8rem;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #093C71;
}

.page_news_dynamic .item_area .item_wenzinfo .item_more i {
	margin-left: 0.76rem;
	color: #093C71;
	font-size: 0.8rem;
	transform: scale(0.7);
}

.page_news_dynamic .item_area:hover .item_wenzinfo .item_title {
	color: #093C71;
}

.page_news_dynamic .item_area:hover .item_pic img {
	transform: scale(1.1);
}

.page_news_dynamic .item_morenews {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	width: 9.6rem;
	height: 2.6rem;
	line-height: 2.6rem;
	border-radius: 1.3rem;
	background: #FFFFFF;
	text-align: center;
	color: #707070;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #C1C1C1;
	font-weight: 400;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	text-indent: 0px;
	transition: all ease-out .3s;
	
	/* 动作 */
	/* visibility: visible; 
	animation-name: zoomInUp;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.3s; */
}

/* .page_news_dynamic .item_morenews.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_news_dynamic .item_morenews:hover {
	background-color: rgba(9, 60, 113, 0.28);
	color: #fff;
	border: 1px solid #C1C1C1;
}

.page_news_dynamic .item_morenews::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #093C71;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.page_news_dynamic .item_morenews:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

@media screen and (max-width: 575px){
	.page_news_dynamic{
		padding-top: 1rem;
	}
	
	.page_news_dynamic .item_area_block{
		width: 100%;
	}
}

@media screen and (min-width: 576px) and (max-width: 1200px){
	.page_news_dynamic .item_area_block{
		width: 50%;
	}
}

.page_news_bottombox{
	padding-bottom: 7.18rem;
}

.page_news_bottombox .item_content{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.page_news_bottombox .item_content .item_box_area{
	width: 49.09%;
}

.page_news_bottombox .item_box_title{
	color: #293033;
	font-weight: 400;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_news_bottombox .item_box_area_second .item_box_title{
	animation-name: fadeInRight;
} */

/* .page_news_bottombox .item_box_title.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_news_bottombox .item_topbox_content{
	margin-top: 2.59rem;
	padding-bottom: 0.98rem;
}

.page_news_bottombox .item_area{
	border: 1px solid #707070;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 1.8rem;
	transition: all .36s ease;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_news_bottombox .item_box_area_second .item_area{
	animation-name: fadeInRight;
} */

/* .page_news_bottombox .item_area.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_news_bottombox .item_area_link{
	width: 100%;
	display: flex;
	display: -webkit-flex;
}

.page_news_bottombox .item_area .item_pic{
	width: 42.14%;
	padding-top: 30%;
	position: relative;
	overflow: hidden;
}

.page_news_bottombox .item_area .item_pic img{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transition: all .36s ease;
	transform: translate(0,-50%);
}

.page_news_bottombox .item_area .item_wenzinfo{
	flex: 1;
	padding: 1.29rem 1.44rem 0 1.44rem;
	position: relative;
}

.page_news_bottombox .item_area .item_wenzinfo .item_datatime{
	color: #293033;
	margin-bottom: 0.57rem;
}

.page_news_bottombox .item_area .item_wenzinfo .item_title{
	color: #293033;
	font-weight: 400;
	transition: all .36s ease;
}

.page_news_bottombox .item_area .item_wenzinfo .item_more{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	color: #093C71;
	font-weight: 400;
	position: absolute;
	bottom: 1.05rem;
	left: 1.44rem;
}

.page_news_bottombox .item_area .item_wenzinfo .item_more i{
	font-size: 0.96rem;
	margin-left: 0.72rem;
}

.page_news_bottombox .item_area:hover{
	box-shadow: 0 0.18rem 0.36rem rgba(0,0,0,0.16);
	border: 1px solid #707070;
}

.page_news_bottombox .item_area:hover .item_pic img{
	transform: scale(1.1) translate(0,-50%);
	
}

.page_news_bottombox .item_area:hover .item_wenzinfo .item_title{
	color: #093C71;
}

.page_news_bottombox .item_morenews {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	width: 9.6rem;
	height: 2.6rem;
	line-height: 2.6rem;
	border-radius: 1.3rem;
	background: #FFFFFF;
	text-align: center;
	color: #707070;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #C1C1C1;
	font-weight: 400;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	text-indent: 0px;
	transition: all ease-out .3s;
	
	/* 动作 */
	/* visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.3s; */
}

/* .page_news_bottombox .item_box_area_second .item_morenews{
	animation-name: fadeInRight;
} */

/* .page_news_bottombox .item_morenews.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_news_bottombox .item_morenews:hover {
	background-color: rgba(9, 60, 113, 0.28);
	color: #fff;
	border: 1px solid #C1C1C1;
}

.page_news_bottombox .item_morenews::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #093C71;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.page_news_bottombox .item_morenews:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

@media screen and (max-width: 575px){
	.page_news_bottombox{
		padding-bottom: 4.8rem;
	}
	
	.page_news_bottombox .item_content{
		flex-wrap: wrap;
	}
	
	.page_news_bottombox .item_content .item_box_area{
		width: 100%;
		margin-bottom: 3.6rem;
	}
	
	.page_news_bottombox .item_area .item_wenzinfo{
		flex: auto;
		width: 100%;
		height: 13rem;
	}
	
	.page_news_bottombox .item_area_link{
		flex-wrap: wrap;
	}
	
	.page_news_bottombox .item_area .item_pic{
		width: 100%;
		padding-top: 71.79%;
	}
	
	.page_news_bottombox .item_content .item_box_area_second{
		margin-bottom: 0;
	}
}

@media screen and (min-width: 576px) and (max-width: 1200px){
	.page_news_bottombox{
		padding-bottom: 5.6rem;
	}
	
	.page_news_bottombox .item_content{
		flex-wrap: wrap;
	}
	
	.page_news_bottombox .item_content .item_box_area{
		width: 100%;
		margin-bottom: 3.6rem;
	}
	
	.page_news_bottombox .item_area .item_wenzinfo{
		flex: auto;
		width: 100%;
		height: 13rem;
	}
	
	.page_news_bottombox .item_content .item_box_area_second{
		margin-bottom: 0;
	}
}

/* 新闻列表 */
.page_newslist_list{
	padding-bottom: 6.38rem;
}

/* 新闻详情 */
.page_newshow_content{
	padding-top: 2.2rem;
}

.page_newshow_content .item_datatime{
	color: #293033;
	margin-bottom: 0.81rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_newshow_content .item_datatime.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_newshow_content .item_title{
	font-weight: 400;
	color: #293033;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.1s; */
}

/* .page_newshow_content .item_title.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_newshow_content .item_pic{
	width: 100%;
	margin-top: 1.53rem;
	margin-bottom: 2.88rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.2s; */
}

.page_newshow_content .item_pic img{
	width: 100%;
}

/* .page_newshow_content .item_pic.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_newsshow_bottombox{
	max-width: 1090px;
	margin: 0 auto;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: zoomIn;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.2s; */
}

/* .page_newsshow_bottombox.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_newsshow_bottombox .item_info p{
	line-height: 1.8rem;
	margin-bottom: 0.5rem;
	color: #707070;
}

.page_newsshow_bottombox .item_info img{
	max-width: 100%;
}

.swiper_container_newsshow{
	width: 100%;
	overflow: hidden;
	margin-top: 2.06rem;
}

.swiper_container_newsshow .item_newsshow_pic{
	width: 100%;
	padding-top: 61.28%;
}

.swiper_container_newsshow_bottombox{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1.92rem;
}

.swiper_container_newsshow_bottombox .swiper_button_newsshow i{
	font-size: 1.6rem;
	color: #093C71;
}

.swiper_container_newsshow_bottombox .swiper_pagination_newsshow{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin: 0 0.4rem;
}

.swiper_container_newsshow_bottombox .swiper_pagination_newsshow .swiper-pagination-bullet{
	width: 0.8rem;
	height: 0.5rem;
	border-radius: 0.25rem;
	margin: 0 0.57rem;
}

.swiper_container_newsshow_bottombox .swiper_pagination_newsshow .swiper-pagination-bullet-active{
	background: #093C71;
	height: 0.8rem;
	border-radius: 0.4rem;
}

.page_newsshow_more{
	padding-top: 6.24rem;
	padding-bottom: 7.2rem;
}

@media screen and (max-width: 575px){
	.page_newshow_content{
		padding-top: 0rem;
	}
	
	.page_newsshow_more{
		padding-top: 4.8rem;
		padding-bottom: 4.8rem;
	}
	
	.page_newsshow_bottombox .item_info img{
		width: 100% !important;
		height: auto !important; 
	}
}

/* 联系 */
.page_contact_nav .item_leftarea{
	background: url(../img/index_39.jpg)no-repeat center;
	background-size: cover;
}

.page_contact_content{
	padding-top: 6.72rem;
}

.page_contact_content .item_title{
	color: #293033;
	font-weight: 400;
	margin-bottom: 1.63rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_contact_content .item_title.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_contact_content .item_area{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-bottom: 2.4rem;
}

.page_contact_content .item_area:last-child{
	margin-bottom: 0;
}

.page_contact_content .item_area .item_pic{
	width: 66.06%;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: zoomInUp;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_contact_content .item_area.wow .item_pic{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_contact_content .item_area .item_wenzinfo{
	width: 32.12%;
	background: #F5F5F5;
	padding: 1.82rem 1.68rem;
	min-height: 5rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: zoomInUp;
	animation-duration:3s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_contact_content .item_area.wow .item_wenzinfo{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */


.page_contact_content .item_area .item_wenzinfo .item_title{
	color: #000000;
	font-weight: 400;
	margin-bottom: 0.96rem;
}

.page_contact_content .item_area .item_wenzinfo .item_list li{
	color: #293033;
	margin-bottom: 0.48rem;
}

@media screen and (max-width: 575px){
	.page_contact_content{
		padding-top: 3.6rem;
	}
	
	.page_contact_content .item_area{
		flex-wrap: wrap;
	}
	
	.page_contact_content .item_area .item_pic{
		width: 100%;
		padding-top: 28.25%;
		margin-bottom: 1.8rem;
	}
	
	.page_contact_content .item_area .item_wenzinfo{
		width: 100%;
	}
}

@media screen and (min-width: 576px) and (max-width: 1200px){
	.page_contact_content{
		padding-top: 4.8rem;
	}
	
	.page_contact_content .item_area{
		flex-wrap: wrap;
	}
	
	.page_contact_content .item_area .item_pic{
		width: 100%;
		padding-top: 28.25%;
		margin-bottom: 1.8rem;
	}
	
	.page_contact_content .item_area .item_wenzinfo{
		width: 30rem;
	}
}

/* 搜索页面 */
.page_search_toparea{
	width: 100%;
	background: #093C71;
	border-bottom: 1px solid #707070;
	height: 19.2rem;
}

.page_search_toparea .page_content_block{
	position: relative;
	height: 100%;
}

.page_search_toparea .item_content{
	position: absolute;
	bottom: -6rem;
	left: 0;
	width: 100%;
}

.page_search_toparea .item_title{
	color: #FFFFFF;
	margin-bottom: 1.63rem;
	font-weight: 400;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_search_toparea .item_title.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_search_toparea .item_search_box{
	background: #FFFFFF;
	width: 100%;
	padding: 1.68rem 1.44rem 1.88rem 1.44rem;
	border-radius: 0.3rem;
	box-shadow: 0 0.18rem 0.36rem rgba(0,0,0,0.16);
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: zoomIn;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.1s; */
}

/* .page_search_toparea .item_search_box.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_search_toparea .item_search_box .item_font1{
	color: #093C71;
	font-weight: 400;
	margin-top: 1.34rem;
	margin-bottom: 0.64rem;
}

.page_search_toparea .item_search{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	border: 1px solid #CCCCCC;
	border-radius: 0.3rem;
	height: 2.64rem;
}

.page_search_toparea .item_search .item_search_input{
	flex: 1;
	height: 100%;
	border: none;
	background: none;
	padding-left: 0.67rem;
	margin-right: 0.67rem;
	font-size: 1rem;
	color: #707070;
}

.page_search_toparea .item_search .item_search_btn{
	display: block;
	width: 13.5rem;
	height: 2.4rem;
	line-height: 2.4rem;
	text-align: center;
	background: #093C71;
	font-size: 1rem;
	color: #FFFFFF;
	border-radius: 0.3rem;
	margin-right: 0.08rem;
}

.page_search_content{
	width: 100%;
	margin-top: 9.93rem;
	padding-bottom: 7.2rem;
}

.page_search_content .item_content{
	max-width: 1370px;
	margin: 0 auto;
	padding-bottom: 2.04rem;
}

.page_search_content .item_area{
	background: #FFFFFF;
	box-shadow: 0 0.18rem 0.36rem rgba(0,0,0,0.16);
	padding: 1.44rem 1.68rem 0.96rem 1.68rem;
	margin-bottom: 1.8rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_search_content .item_area.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_search_content .item_area .item_title{
	color: #093C71;
	font-weight: 400;
	margin-bottom: 0.67rem;
}

.page_search_content .item_area .item_stitle{
	color: #707070;
	font-weight: 400;
}

.page_search_content .item_area .item_btn{
	width: 2.16rem;
	height: 2.16rem;
	border-radius: 50%;
	border: 2px solid #093C71;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.57rem;
	transition: all .36s ease;
}

.page_search_content .item_area .item_btn i{
	color: #293033;
	font-size: 1rem;
	transition: all .36s ease;
}

.page_search_content .item_area:hover .item_btn{
	background: #093C71;
}

.page_search_content .item_area:hover .item_btn i{
	color: #FFFFFF;
}

@media screen and (max-width: 575px){
	.page_search_content{
		margin-top: 8.6rem;
		padding-bottom: 6rem;
	}
	
	.page_search_toparea .item_search .item_search_btn{
		width: 6.5rem;
	}
}