p {
	margin-bottom: 0;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

a {
	color: #333333;
}

span {
	vertical-align: middle;
}

label {
	margin-bottom: 0;
}

iframe {
	display: none;
}

a:hover {
	color: #666666;
	text-decoration: none !important;
	-webkit-transition: all 0.2s linear !important;
	transition: all 0.2s linear !important;
}

body.noscroll {
	overflow: hidden;
}

.bg_fff {
	background: #FFFFFF;
}

.page_content_block {
	margin: 0 auto;
}

/* 字体图标 */
@font-face {
  font-family: 'iconfont';  /* Project id 2763517 */
  src: url('../fonts/iconfont.woff2') format('woff2'),
       url('../fonts/iconfont.woff') format('woff'),
       url('../fonts/iconfont.ttf') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 1rem;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0px;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
}

/* 加粗 */
.font_bold {
	font-weight: bold;
}

/* 单行省略属性 */
.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}

/* 多行省略 */
.wenzsl_2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wenzsl_3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wenzsl_4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wenzsl_5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* 减去1.8rem */
.m_m_t80 {
	margin-top: 3rem;
}

.m_m_t100 {
	margin-top: 4.2rem;
}

.m_m_b80 {
	margin-bottom: 3rem;
}

.m_m_b100 {
	margin-bottom: 4.2rem;
}

.m_t80 {
	margin-top: 4.8rem;
}

.m_b80 {
	margin-bottom: 4.8rem;
}

.m_t100 {
	margin-top: 6rem;
}

.m_b100 {
	margin-bottom: 6rem;
}

.p_t80 {
	padding-top: 4.8rem;
}

.p_b80 {
	padding-bottom: 4.8rem;
}

.p_t100 {
	padding-top: 6rem;
}

.p_b100 {
	padding-bottom: 6rem;
}

/* 动作 */
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		opacity: 0;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);

		opacity: 1;
	}
}

@keyframes fadeInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);

		opacity: 0;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);

		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		transform: scale3d(0.6, 0.6, 0.6);

		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

@keyframes fadeInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);

		opacity: 0;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);

		opacity: 1;
	}
}

@keyframes fadeInLeft2 {
	from {
		-webkit-transform: translate3d(-200%, 0, 0);
		transform: translate3d(-200%, 0, 0);

		opacity: 0;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);

		opacity: 1;
	}
}

@keyframes zoomInUp {
	from {
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

		opacity: 0;
	}

	60% {
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

		opacity: 1;
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@keyframes zoomInDown {
	from {
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

		opacity: 0;
	}

	60% {
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

		opacity: 1;
	}
}

@keyframes zoomInLeft {
	from {
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

		opacity: 0;
	}

	60% {
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

		opacity: 1;
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;

		opacity: 0;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;

		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;

		opacity: 0;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;

		opacity: 1;
	}
}

/* 字体 */

/* PingFang */
@font-face {
	font-family: 'PingFang';
	src: url('./../fonts/PingFang.ttc');
}

body {
	background: #FFFFFF;
	color: #333;
	font-size: 1rem;
	font-family: 'PingFang';
	font-weight: 300;
}

/* 头部 */
.page_head {
	width: 100%;
	height: 6.72rem;
	background: #FFFFFF;
	z-index: 100;
	position: relative;
}

.page_head.move {
	position: fixed;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 0.18rem 0.18rem rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 0.18rem 0.18rem rgba(0, 0, 0, 0.16);
	box-shadow: 0 0.18rem 0.18rem rgba(0, 0, 0, 0.16);
	z-index: 100;
}

.page_head>.page_content_block {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	height: 100%;
}

.page_head .item_logo img {
	height: 3rem;
}

.page_head .item_headmenu {
	flex: 1;
	height: 100%;
}

.page_head .item_headmenu .item_firstmenu {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	margin: 0 5.4rem 0 1.8rem;
	height: 100%;
}

.page_head .item_headmenu .item_firstmenu .item_menu_li {
	line-height: 6.72rem;
	padding: 0 1rem;
	/* transition: all .36s ease; */
	position: relative;
	/* overflow: hidden; */
}

.page_head .item_headmenu .item_firstmenu .item_menu_li .item_first_link{
	font-size: 1.08rem;
	color: #707070;
	transition: all .36s ease;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.page_head .item_headmenu .item_firstmenu .item_menu_li .item_first_link::before{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #093C71;
	z-index: -1;
	transition: all .36s ease;
	opacity: 0;
}

/* .page_head .item_headmenu .item_firstmenu .item_menu_li.active{
	background: #093C71;
} */

.page_head .item_headmenu .item_firstmenu .item_menu_li.active .item_first_link{
	color: #FFFFFF;
}

.page_head .item_headmenu .item_firstmenu .item_menu_li.active .item_first_link::before{
	height: 100%;
	opacity: 1;
}

.page_head_second{
	position: absolute;
	top: 6.72rem;
	left: 0;
	z-index: 80;
	width: 15rem;
	height: 0;
	background: #FFFFFF;
	transition: all .36s ease;
	overflow: hidden;
	opacity: 0;
}

.page_head_second.active{
	height: auto;
	opacity: 1;
}

.page_head_second li{
	/* height: 3rem;
	line-height: 3; */
	background: #093C71;
	border-bottom: 1px solid rgba(255,255,255,0.16);
	position: relative;
	overflow: hidden;
	padding: 0.84rem 0;
}

.page_head_second li::after{
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background: #052D57;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .36s ease;
	z-index: 1;
}

.page_head_second li:hover::after{
	width: 100%;
}

.page_head_second li:last-child{
	border-bottom: 0;
}

.page_head_second li a{
	color: #FFFFFF;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding-left: 1rem;
	padding-right: 2rem;
	z-index: 2;
	line-height: 1.8rem;
}

.page_head_second li i{
	font-size: 1rem;
	color: #FFFFFF;
	line-height: 1.8rem;
	position: absolute;
	top: 50%;
	right: 1rem;
	z-index: 2;
	margin-top: -0.9rem;
}

.page_head .item_head_rightbox{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.page_head .item_head_search {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	border-bottom: 1px solid #707070;
	width: 10rem;
	overflow: hidden;
}

.page_head .item_head_search .icon_search i {
	color: #807F82;
	font-size: 1.2rem;
}

.page_head .item_head_search .item_input {
	border: none;
	background: none;
	font-size: 0.96rem;
	margin-left: 0.5rem;
	flex: 1;
	overflow: hidden;
	color: #807F82;
}

.page_head .item_head_language {
	position: relative;
	margin-left: 1.8rem;
}

.page_head .item_head_language .item_linkicon {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	height: 2.4rem;
}

.page_head .item_head_language .item_linkicon p {
	color: #807F82;
	font-weight: 400;
	cursor: pointer;
	font-size: 0.96rem;
}

.page_head .item_head_language .item_linkicon i {
	font-size: 1.3rem;
	color: #807F82;
	margin-right: 0.5rem;
	cursor: pointer;
}

.page_head .item_head_language .item_b_language {
	/* display: none; */
	position: absolute;
	top: 2rem;
	left: 0;
}

.page_head .item_head_language .item_b_language {
	position: absolute;
	top: 2.4rem;
	right: 0;
	width: 10rem;
	background: #FFFFFF;
	box-shadow: 0 0.18rem 0.36rem 0.12rem rgb(0, 0, 0, 0.16);
	z-index: -1;
	padding: 0;
	opacity: 0;
	transition: all ease .3s;
	height: 0;
	overflow: hidden;
}

.page_head .item_head_language:hover .item_b_language {
	opacity: 1;
	z-index: 100;
	height: auto;
	padding: 0.5rem 0;
}

.page_head .item_head_language .item_b_language li {
	display: flex;
	align-items: center;
	padding: 0.4rem 0;
}

.page_head .item_head_language .item_b_language li img {
	width: 1.6rem;
	vertical-align: middle;
}

.page_head .item_head_language .item_b_language li span {
	font-size: 0.8rem;
	color: #262626;
	margin-left: 0.5rem;
}

.page_head .item_head_language .item_b_language li:hover span {
	color: #005BAC;
}

.page_head .item_head_language .item_b_language li a {
	display: block;
	margin-left: 1.5rem;
	font-size: 0.84rem;
	color: #262626;
}

.page_head .item_head_login {
	margin-left: 1.8rem;
}

.page_head .item_head_login .item_linkbox {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.page_head .item_head_login .item_linkbox p {
	color: #807F82;
	font-weight: 400;
	font-size: 0.96rem;
}

.page_head .item_head_login i {
	font-size: 1.32rem;
	margin-right: 0.5rem;
	color: #807F82;
}

@media screen and (min-width: 576px) and (max-width: 800px) {
	.page_head .item_head_rightbox{
		right: 1.2rem !important;
	}
	
	.page_head>.page_content_block{
		padding: 0;
	}
	
	.page_head .item_headmenu .item_firstmenu{
		margin: 0 0 0 3rem !important;
	}
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
	.page_head .item_headmenu .item_firstmenu{
		margin: 0 0 0 4rem !important;
	}
}

@media screen and (min-width: 576px) and (max-width: 1300px) {
	.page_head>.page_content_block{
		/* flex-wrap: wrap; */
		position: relative;
	}
	
	.page_head .item_headmenu {
		/* padding-top: 3.5rem; */
	}
	
	.page_head .item_headmenu .item_firstmenu{
		padding-top: 3.5rem;
		margin: 0 0 0 6rem;
		justify-content: space-between;
	}
	
	.page_head .item_headmenu .item_firstmenu .item_menu_li{
		line-height: 3.22rem;
		padding: 0 0.5rem;
	}
	
	.page_head .item_head_rightbox{
		width: 100%;
		position: absolute;
		top: 0.6rem;
		right: 0;
		justify-content: flex-end;
	}
	
	.page_head .item_headmenu .item_firstmenu .item_menu_li>a{
		font-size: 1.08rem;
	}
	
	.page_head .item_head_search .icon_search i{
		font-size: 1.2rem;
	}
	
	.page_head .item_head_language .item_linkicon i{
		font-size: 1.3rem;
	}
	
	.page_head .item_head_login i{
		font-size: 1.3rem;
	}
	
	.page_head_second{
		top: 3.22rem;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
	.page_head .item_headmenu .item_firstmenu {
		margin: 0 2rem 0 1.4rem;
	}
	
	.page_head .item_headmenu .item_firstmenu .item_menu_li{
		padding: 0 0.5rem;
	}
	
	.page_head .item_headmenu .item_firstmenu .item_menu_li>a{
		font-size: 1.08rem;
	}
	
	.page_head .item_head_search{
		width: 9rem;
	}
	
	.page_head .item_head_language{
		margin-left: 1.2rem;
	}
	
	.page_head .item_head_login{
		margin-left: 1.2rem;
	}
}

@media screen and (min-width: 1400px) and (max-width: 1500px) {
	.page_head .item_headmenu .item_firstmenu {
		margin: 0 3rem 0 1.8rem !important;
	}
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
	.page_head .item_headmenu .item_firstmenu .item_menu_li{
		padding: 0 0.7rem;
	}
	
	.page_head .item_headmenu .item_firstmenu {
		margin: 0 3.6rem 0 1.8rem;
	}
}

/* 表单 */
.index_form {
	width: 100%;
	padding-top: 22.5%;
	position: relative;
	overflow: hidden;
}

.index_form .item_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(60, 113, 184, 0.8);
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.index_form .item_content .item_title {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
	color: #FFFFFF;
	margin-bottom: 2.88rem;
}

.index_form .item_content .item_title .item_font1 {
	font-weight: 400;
	margin-right: 2.68rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .index_form .item_content .item_title .item_font1.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.index_form .item_content .item_title .item_font2 {
	font-weight: 400;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.1s; */
}

/* .index_form .item_content .item_title .item_font2.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.index_form .item_content .item_form_content {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-left: -0.9rem;
	margin-right: -0.9rem;
}

.index_form .item_content .item_form_content .item_area_block {
	width: 33.33%;
	padding: 0 0.9rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: zoomInUp;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .index_form .item_content .item_form_content .item_area_block.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.index_form .item_content .item_form_content .item_area_block:nth-child(1),
.index_form .item_content .item_form_content .item_area_block:nth-child(2),
.index_form .item_content .item_form_content .item_area_block:nth-child(3) {
	margin-bottom: 3rem;
}

.index_form .item_content .item_form_content .item_area_block_info {
	width: 66.67%;
}

.index_form .item_content .item_form_content .item_area {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	border-bottom: 1px solid #E6E5E8;
}

.index_form .item_content .item_form_content .item_input {
	border: none;
	background: none;
	font-size: 0.96rem;
	color: #FFFFFF;
	width: 100%;
	height: 2rem;
}

.index_form .item_content .item_form_content .item_textarea {
	border: none;
	background: none;
	font-size: 0.96rem;
	color: #FFFFFF;
	width: 100%;
	height: 2rem;
	resize: none;
}

.index_form .item_content .item_form_content .item_input::-webkit-input-placeholder,
.index_form .item_content .item_form_content .item_textarea::-webkit-input-placeholder{
	color: #FFFFFF;
}

.index_form .item_content .item_form_content .item_input:-moz-placeholder,
.index_form .item_content .item_form_content .item_textarea:-moz-placeholde{
	color: #FFFFFF;
}

.index_form .item_content .item_form_content .item_input::-moz-placeholder,
.index_form .item_content .item_form_content .item_textarea::-moz-placeholder {
	color: #FFFFFF;
}

.index_form .item_content .item_form_content .item_input:-ms-input-placeholder,
.index_form .item_content .item_form_content .item_textarea:-ms-input-placeholder {
	color: #FFFFFF;
}

.index_form .item_submit {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	width: 9.6rem;
	height: 2.6rem;
	border-radius: 1.3rem;
	background: #FFFFFF;
	text-align: center;
	font-size: 0.9rem;
	color: #707070;
	margin: 3.4rem auto 0 auto;
	overflow: hidden;
	border: none;
	font-weight: 400;
	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: 0.3s; */
}

/* .index_form .item_submit.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.index_form .item_submit:hover {
	color: #FFFFFF;
	background: #093C71;
}

@media screen and (max-width: 575px) {
	.index_form {
		padding-top: 0;
		height: auto;
	}

	.index_form .item_content {
		position: relative;
		padding-top: 3.6rem;
		padding-bottom: 3.6rem;
	}

	.index_form .item_content .item_form_content {
		margin-left: 0;
		margin-right: 0;
	}

	.index_form .item_content .item_title {
		flex-wrap: wrap;
	}

	.index_form .item_content .item_title .item_font1 {
		margin-right: 0;
		width: 100%;
		margin-bottom: 1.2rem;
	}

	.index_form .item_content .item_form_content .item_area_block {
		width: 100%;
		padding: 0;
		margin-bottom: 1.8rem !important;
	}

	.index_form .item_content .item_form_content .item_input {
		height: 4rem;
		font-size: 1.2rem;
	}
	
	.index_form .item_content .item_form_content .item_textarea{
		height: 4.6rem;
		font-size: 1.2rem;
		line-height: 2rem;
	}

	.index_form .item_submit {
		margin: 1.8rem auto 0 auto;
		width: 12rem;
		height: 3.6rem;
		border-radius: 1.8rem;
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 576px) and (max-width: 800px) {
	.index_form {
		padding-top: 50%;
	}

	.index_form .item_content .item_title .item_font1 {
		margin-right: 1.2rem;
		font-size: 1.4rem;
	}

	.index_form .item_content .item_title .item_font2 {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
	.index_form {
		padding-top: 40%;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
	.index_form {
		padding-top: 36%;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
	.index_form {
		padding-top: 32%;
	}
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
	.index_form {
		padding-top: 28%;
	}
}

@media screen and (min-width: 1600px) and (max-width: 2000px) {
	.index_form {
		padding-top: 25%;
	}
}



/* 页脚 */
.page_foot{
	width: 100%;
	background: #093C71;
}

.page_foot .item_topbox_content{
	display: flex;
	display: -webkit-flex;
	padding: 4.24rem 0 2.4rem 0;
}

.page_foot .item_leftarea .item_foot_logo{
	height: 2.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_foot .item_leftarea .item_foot_logo.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_foot .item_leftarea .item_company_show{
	color: #FFFFFF;
	margin-top: 1.15rem;
}

.page_foot .item_leftarea .item_company_show .item_font1{
	margin-bottom: 0.8rem;
	/* 动作 */
	/* 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_foot .item_leftarea .item_company_show .item_font1.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_foot .item_leftarea .item_company_show .item_font2{
	/* 动作 */
	/* 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_foot .item_leftarea .item_company_show .item_font2.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_foot .item_leftarea .item_company_name{
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 2.88rem;
	margin-bottom: 0.86rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.3s; */
}

/* .page_foot .item_leftarea .item_company_name.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_foot .item_leftarea .item_company_inform li{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	color: #FFFFFF;
	font-size: 0.96rem;
	margin-bottom: 0.86rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_foot .item_leftarea .item_company_inform li.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_foot .item_leftarea .item_company_inform li i{
	margin-right: 0.9rem;
	transform: scale(0.8);
}

.page_foot .item_leftarea .item_company_link{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.page_foot .item_leftarea .item_company_link li{
	margin-right: 0.86rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: zoomInUp;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_foot .item_leftarea .item_company_link li.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_foot .item_leftarea .item_company_link i{
	color: #FFFFFF;
	font-size: 1.1rem;
}

.page_foot .item_rightarea{
	flex: 1;
	margin-left: 6.6rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.page_foot .item_rightarea .item_area{
	max-width: 25%;
	padding-left: 0.84rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_foot .item_rightarea .item_area.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_foot .item_rightarea .item_area .item_area_title{
	color: #FFFFFF;
	margin-bottom: 1.6rem;
	font-weight: 400;
}

.page_foot .item_rightarea .item_area .item_area_list li{
	margin-bottom: 0.7rem;
}

.page_foot .item_rightarea .item_area .item_area_list li a{
	color: #FFFFFF;
	font-size: 0.96rem;
}

.page_foot .item_bottombox{
	border-top: 1px solid #F5F5F5;
	line-height: 3.12rem;
	color: #FFFFFF;
}

.page_foot .item_bottombox a{
	color: #FFFFFF;
}

.page_foot .item_bottombox p{
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInLeft;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

/* .page_foot .item_bottombox p.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

@media screen and (max-width: 575px) {
	.page_foot .item_topbox_content{
		flex-wrap: wrap;
	}
	
	.page_foot .item_rightarea{
		flex: auto;
		width: 100%;
		margin-left: 0;
		margin-top: 2.4rem;
		flex-wrap: wrap;
	}
	
	.page_foot .item_rightarea .item_area{
		width: 50%;
		max-width: 50%;
		padding-right: 1.2rem;
	}
	
	.page_foot .item_rightarea .item_area:nth-child(1),
	.page_foot .item_rightarea .item_area:nth-child(2){
		margin-bottom: 1.8rem;
	}
	
	.page_foot .item_bottombox{
		line-height: 1.8rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

@media screen and (min-width: 576px) and (max-width: 800px) {
	.page_foot .item_topbox_content{
		flex-wrap: wrap;
	}
	
	.page_foot .item_rightarea{
		flex: auto;
		width: 100%;
		margin-left: 0;
		margin-top: 2.4rem;
	}
	
	.page_foot .item_bottombox{
		line-height: 1.8rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
	.page_foot .item_topbox_content{
		flex-wrap: wrap;
	}
	
	.page_foot .item_rightarea{
		flex: auto;
		width: 100%;
		margin-left: 0;
		margin-top: 2.4rem;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1100px) {
	.page_foot .item_rightarea{
		margin-left: 2.4rem;
	}
	
	.page_foot .item_rightarea .item_area{
		padding: 0 0 0 0.8rem;
	}
}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
	.page_foot .item_rightarea{
		margin-left: 4rem;
	}
	
	.page_foot .item_rightarea .item_area{
		padding: 0 0 0 1rem;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
	.page_foot .item_rightarea{
		margin-left: 5rem;
	}
}

@media screen and (min-width: 1000px) {
	.page_foot .item_leftarea{
		max-width: 25%;
	}
}


/* 手机端导航栏 */
.page_head_phone {
	display: none;
	width: 100%;
}

.page_head_phone .item_flexbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 3.52rem;
	padding: 0 1.2rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	z-index: 1000;
	background: #FFFFFF;
}

.page_head_phone .item_flexbox .item_logo {
	flex: 1;
}

.page_head_phone .item_flexbox .item_logo img {
	height: 2.2rem;
}

.page_head_phone .item_flexbox .item_menu {
	height: 100%;
	padding: 0 1rem;
	line-height: 3.52rem;
}

.page_head_phone .item_flexbox .item_menu i {
	font-size: 2rem;
	font-weight: 400;
	color: #093C71;
}

.page_head_phone .item_flexbox .item_menu .item_iconsearch i{
	font-weight: 600;
}

.page_head_phone .item_flexbox .item_menu .has_openhead i{
	font-weight: 600;
}

.page_head_phone .item_flexbox .item_iconsearch img {
	height: 2.24rem;
}

.page_head_phone .item_flexbox .icon-menu {
	height: 1.44rem;
}

.page_head_phone .item_flexbox .item_iconlanguage {
	padding-top: 0.15rem;
	display: block;
}

.page_head_phone .item_flexbox .item_iconlanguage .icon_language {
	color: #f39300;
	font-size: 1.8rem;
}

.page_head_phone .item_language_content {
	width: 100%;
	position: fixed;
	top: -100%;
	left: 0;
	background: #e7e7e7;
	z-index: 0;
	transition: all 0.5s ease;
	opacity: 0;
	height: auto;
	padding: 1rem 1.2rem;
}

.page_head_phone .item_language_content.show {
	top: 3.52rem;
	opacity: 1;
	z-index: 100;
}

.page_head_phone .item_language_content .list_area {
	padding-top: 1rem;
}

.page_head_phone .item_language_content .list_area .list_area_li {
	margin-bottom: 1rem;
	padding: 0 1.2rem;
}

.page_head_phone .item_language_content .list_area .link_block {
	display: flex;
	align-items: center;
}

.page_head_phone .item_language_content .list_area img {
	width: 3.2rem;
	margin-right: 1rem;
}

.page_head_phone .item_language_content .list_area p {
	font-size: 1.2rem;
	color: #333;
}


/* 新手机端头部 */
.page_head_menucontent {
	width: 80%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background: #fff;
	opacity: 0;
	transition: all 0.46s ease;
}

.page_head_phone .item_flexbox {
	transition: all 0.46s ease;
}

.page_body_content {
	position: relative;
	z-index: 10;
	left: 0;
	transition: all 0.46s ease;
	background: #FFFFFF;
	overflow: hidden;
}

/* .page_body_content.noscroll {
	overflow: hidden;
	height: 100vh;
	padding-top: 7.8rem;
	box-sizing: border-box;
} */

.page_phone_foot {
	transition: all 0.46s ease;
	left: 0;
}

.head_open {
	overflow: hidden;
	width: 100vw;
}

.head_open .page_head_phone {
	left: 80%;
	position: relative;
}

.head_open .page_head_phone .item_flexbox {
	left: 80%;
}

.head_open .page_head_phone .item_language_content {
	left: 80%;
}

.head_open .page_body_content {
	left: 80%;
}

.head_open .page_phone_foot {
	left: 80%;
}

.page_head_menucontent_bg {
	width: 100%;
	height: 100vh;
	z-index: 2000;
	position: fixed;
	top: 0;
	left: 80%;
	display: none;
}

.head_open .page_head_menucontent_bg {
	display: block;
}

.page_head_menucontent .item_content {
	position: relative;
	z-index: 1;
	background: #fff;
	min-height: 100%;
}

.page_head_menucontent .item_content .item_menulist {
	/* padding-top: 3.52rem; */
}

.page_head_menucontent .item_content .item_menulist .item_menulist_li {
	border-top: 0.08rem solid rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	padding-right: 4rem;
}

.page_head_menucontent .item_content .item_menulist .item_menulist_li.no_under {
	padding-right: 0;
}

.page_head_menucontent .item_content .item_menulist .item_menulist_li:last-child {
	border-bottom: 0.08rem solid rgba(0, 0, 0, 0.1);
}

.page_head_menucontent .item_content .item_menulist .item_menulist_li .item_menulist_link {
	padding: 1.2rem;
	font-size: 1.4rem;
	color: #333;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page_head_menucontent .item_content .item_menulist .item_menulist_li .icon_jt {
	width: 4rem;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border-left: 0.08rem solid rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
}

.page_head_menucontent .item_content .item_menulist .item_menulist_li .icon_jt i {
	font-size: 1.2rem;
	color: #333333;
}

.page_head_menucontent .menu_underli_box {
	display: none;
}

.page_head_menucontent .item_content_s_title {
	display: block;
	width: 100%;
	height: 4.5rem;
	position: relative;
	padding-left: 3.52rem;
}

.page_head_menucontent .item_content_s_title .toback {
	width: 3.52rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
}

.page_head_menucontent .item_content_s_title .toback i {
	color: #333;
	font-size: 1.4rem;
}

.page_head_menucontent .item_content_s_title .item_font1 {
	line-height: 4.5rem;
	font-size: 1.4rem;
	color: #333333;
	text-align: center;
	height: 3.52rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-indent: -3.52rem;
	font-weight: 400;
}

.page_head_menucontent .item_content_second {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	z-index: 2;
	background: #fff;
	min-height: 100%;
	transition: all 0.46s ease;
}

.page_head_menucontent .item_content_second.toshow {
	left: 0;
}

.page_head_menucontent .item_content_third {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	z-index: 3;
	background: #fff;
	min-height: 100%;
	transition: all 0.46s ease;
}

.page_head_menucontent .item_content_third.toshow {
	left: 0;
}

@media screen and (max-width: 575px) {
	.page_head{
		display: none;
	}

	.page_head_phone .item_flexbox {
		height: 4.5rem;
	}

	.page_head_phone .item_flexbox .item_menu {
		line-height: 4.5rem;
	}

	.page_head_768 {
		display: none;
	}

	.page_head_phone {
		display: block;
	}

	.head_open .page_head_menucontent {
		opacity: 1;
		z-index: 1;
	}
	
	.page_body_content{
		padding-top: 4.5rem;
	}
}

.head_search_box_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	cursor: pointer;
	opacity: 0;
	transition: all ease .4s;
	z-index: -1;
}

.head_search_box {
	width: 100%;
	position: fixed;
	top: -100%;
	left: 0;
	height: 20rem;
	background: #FFFFFF;
	box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.2);
	z-index: 1011;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all ease .5s;
}

.head_search_box_bg.open {
	opacity: 1;
	z-index: 1010;
}

.head_search_box.open {
	top: 0;
	opacity: 1;
}

.head_search_box .item_content {
	display: flex;
	align-items: center;
	width: 60%;
}

.head_search_box .item_content .icon_search i {
	font-size: 3rem;
	color: #262626;
	cursor: pointer;
}

.head_search_box .item_content .icon_search:hover i {
	color: #005BAC;
}

.head_search_box .item_content .item_input {
	height: 3rem;
	flex: 1;
	border: none;
	margin: 0 2rem;
	color: #262626;
	padding-left: 0.5rem;
	font-size: 1.6rem;

}

.head_search_box .item_content .icon_close {
	cursor: pointer;
	position: absolute;
	top: 2rem;
	right: 5%;
}

.head_search_box .item_content .icon_close i {
	font-size: 2.6rem;
	color: #999;
}

.head_search_box .item_content .icon_close:hover i {
	color: #005BAC;
}

@media screen and (max-width: 575px) {
	.head_search_box {
		height: 10rem;
	}

	.head_search_box .item_content {
		width: 100%;
		padding: 0 1.2rem;
	}

	.head_search_box .item_content .icon_search i {
		font-size: 2rem;
	}

	.head_search_box .item_content .item_input {
		height: 2rem;
		font-size: 1rem;
	}
	
	.head_search_box .item_content .icon_close {
		top: 1rem;
		right: 1.4rem;
	}

	.head_search_box .item_content .icon_close i {
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 576px) and (max-width: 800px) {
	.head_search_box .item_content {
		width: 90%;
	}
}


.page_head .item_toparea .item_linkicon .item_b_language {
	position: absolute;
	top: 2.4rem;
	right: 0;
	width: 10rem;
	background: #FFFFFF;
	box-shadow: 0 0.18rem 0.36rem 0.12rem rgb(0, 0, 0, 0.16);
	z-index: -1;
	padding: 0;
	opacity: 0;
	transition: all ease .3s;
	height: 0;
	overflow: hidden;
}

.page_head .item_toparea .item_linkicon:hover .item_b_language {
	opacity: 1;
	z-index: 20;
	height: auto;
	padding: 0.5rem 0;
}

.page_head .item_toparea .item_linkicon .item_b_language li {
	display: flex;
	align-items: center;
	padding: 0.4rem 0;
}

.page_head .item_toparea .item_linkicon .item_b_language li img {
	width: 1.6rem;
	vertical-align: middle;
}

.page_head .item_toparea .item_linkicon .item_b_language li span {
	font-size: 0.8rem;
	color: #262626;
	margin-left: 0.5rem;
}

.page_head .item_toparea .item_linkicon .item_b_language li:hover span {
	color: #005BAC;
}

.page_head .item_toparea .item_b_language li a{
	    display: block;
	    margin-left: 1.5rem;
	    font-size: 0.84rem;
	    color: #262626;
}

/* 语言 */
.page_language_phoneblock{
	position: fixed;
	top: -1000px;
	left: 0;
	width: 100%;
	background: #f7f7f7;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	z-index: 100;
	opacity: 0;
	transition: all .46s ease;
}

.page_language_phoneblock.show{
	top: 4.5rem;
	opacity: 1;
}

.page_language_phoneblock ul{
	padding: 1rem 0;
}

.page_language_phoneblock .item_list_li{
	padding:  1rem 1.2rem;
	font-size: 1.1rem;
	color: #262626;
	font-weight: 400;
}

.page_language_phoneblock .item_list_li a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.page_language_phoneblock .item_list_li img{
	margin-right: 1rem;
	width: 3.5rem;
}

/* 下拉栏 */
.page_head_bottombox{
	position: fixed;
	top: 6.72rem;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 50;
	background: #093C71;
	transition: all .36s ease;
	overflow: hidden;
}

.page_head_bottombox.open{
	height: 40rem;
}

.page_head_bottombox_content{
	max-width: 1080px !important;
}

.page_head_bottombox .item_area_block{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding-top: 2.64rem;
}

.page_head_bottombox .item_area_block .item_menubottom_list{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	/* flex-direction: column; */
	width: 40%;
	height: 19.2rem;
}

.page_head_bottombox .item_area_block .item_menubottom_list .item_menubottom_li{
	width: 100%;
	position: relative;
	padding: 0 16px;
	transition: all .36s ease;
	overflow: hidden;
}

.page_head_bottombox .item_area_block .item_menubottom_list .item_menubottom_li::before{
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	width: 100%;
	height: 100%;
	background: #052D57;
	transition: all .36s ease;
	z-index: -1;
}

/* .page_head_bottombox .item_area_block .item_menubottom_list .item_menubottom_li:hover{
	background: #052D57;
} */

/* .page_head_bottombox .item_area_block .item_menubottom_list .item_menubottom_li:hover::before{
	left: 0;
} */

.page_head_bottombox .item_area_block .item_menubottom_list .item_menubottom_li.active::before{
	left: 0;
}

.page_head_bottombox .item_area_block .item_menubottom_list .item_menubottom_li::after{
	content: "";
	display: block;
	width: calc(100% - 32px);
	height: 1px;
	background: rgba(255,255,255,0.16);
	position: absolute;
	bottom: 0;
	left: 16px;
}

.page_head_bottombox .item_area_block .item_menubottom_list .item_menubottom_li a{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	height: 3.84rem;
}

.page_head_bottombox .item_area_block .item_menubottom_list .item_menubottom_li .item_font1{
	color: #FFFFFF;
	margin-right: 0.3rem;
}

.page_head_bottombox .item_area_block .item_menubottom_list .item_menubottom_li i{
	font-size: 0.84rem;
	color: #FFFFFF;
}

.page_head_bottombox .item_area_block .item_menubottom_list .item_second_ul{
	display: none;
}

.page_head_bottombox .item_rightarea{
	width:40%;
}

.page_head_bottombox .item_rightarea .item_area{
	width: 100%;
	height: 3.2rem;
	background: #052D57;
	margin-bottom: 0.64rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: zoomIn;
	animation-duration:1.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

.page_head_bottombox .item_rightarea .item_area.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
}

.page_head_bottombox .item_rightarea .item_rightarea_link{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
}

.page_head_bottombox .item_rightarea .item_rightarea_link .item_icon1{
	font-size: 1.5rem;
	margin-left: 1.34rem;
	font-weight: 300;
}

.page_head_bottombox .item_rightarea .item_rightarea_link .item_font1{
	flex: 1;
	margin: 0 0.5rem;
	text-align: left;
	padding-left: 1.2rem;
}

.page_head_bottombox .item_rightarea .item_rightarea_link .item_icon2{
	font-size: 1rem;
	margin-right: 2.68rem;
	transition: all .36s ease;
}

.page_head_bottombox .item_rightarea .item_area:hover .item_icon2{
	margin-right: 1.68rem;
}

@media screen and (max-width: 575px) {
	.page_head_bottombox{
		display: none;
	}
}

@media screen and (min-width: 576px) and (max-width: 800px) {
	.page_head_bottombox .item_area_block .item_menubottom_list{
		width: 45%;
	}
	
	.page_head_bottombox .item_area_block .item_menubottom_list .item_menubottom_li{
		width: 100%;
	}
	
	.page_head_bottombox .item_rightarea{
		width: 45%;
	}
	
	.page_head_bottombox .item_rightarea .item_area .item_icon2{
		margin-right: 1.6rem;
	}
	
	.page_head_bottombox .item_rightarea .item_area:hover .item_icon2{
		margin-right: 0.8rem;
	}
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
	.page_head_bottombox .item_area_block .item_menubottom_list{
		width: 45%;
	}
	
	.page_head_bottombox .item_area_block .item_menubottom_list .item_menubottom_li{
		width: 100%;
	}
	
	.page_head_bottombox .item_rightarea{
		width: 45%;
	}
	
	.page_head_bottombox .item_rightarea .item_area .item_icon2{
		margin-right: 1.6rem;
	}
	
	.page_head_bottombox .item_rightarea .item_area:hover .item_icon2{
		margin-right: 0.8rem;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
	.page_head_bottombox .item_rightarea{
		width: 36%;
	}
	
	.page_head_bottombox .item_rightarea .item_area .item_icon2{
		margin-right: 1.6rem;
	}
	
	.page_head_bottombox .item_rightarea .item_area:hover .item_icon2{
		margin-right: 0.8rem;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
	.page_head_bottombox .item_rightarea{
		width: 34%;
	}
}

/* 页脚 */
.page_fenye{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	/* 动作 */
	/* 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_fenye.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_fenye a{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 2.4rem;
	font-size: 1rem;
	color: #293033;
	border: 1px solid #DDDDDD;
	font-weight: 400;
	margin: 0 0.38rem;
	box-shadow: 0 0.18rem 0.36rem rgba(0,0,0,0.16);
}

.page_fenye a.active{
	background: #093C71;
	color: #FFFFFF;
}

/* 右侧栏 */
.page_informbox{
	width: 3rem;
	position: fixed;
	top: 50%;
	right: 0;
	background: #FFFFFF;
	border: 1px solid #e5e5e5;
	transform: translateY(-50%);
	z-index: 105;
}

.page_informbox .item_area_block{
	width: 100%;
	height: 3rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.page_informbox .item_area_block .icon_form{
	font-size: 1.4rem;
	color: #093C71;
	cursor: pointer;
}

.page_informbox .item_area_block .icon_tel{
	font-size: 1.3rem;
	color: #093C71;
	cursor: pointer;
}

.page_informbox .item_area_block .icon_email{
	font-size: 1.1rem;
	color: #093C71;
	cursor: pointer;
}

.page_informbox .item_area_box{
	position: fixed;
	top: 50%;
	right: 2.8rem;
	width: 20rem;
	background: #FFFFFF;
	border: 1px solid #e5e5e5;
	padding: 1rem 2rem;
	transform: translateY(-50%);
	z-index: 105;
	display: none;
}

.page_informbox .item_area_box_form .item_title{
	margin-bottom: 1rem;
	color: #262626;
	font-weight: 400;
}

.page_informbox .item_area_box_form .item_stitle{
	margin-bottom: 1.2rem;
	color: #262626;
}

.page_informbox .item_area_box_form .item_link{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	width: 8rem;
	height: 2.8rem;
	border: 1px solid #093C71;
	color: #093C71;
	font-weight: 400;
}

.page_informbox .item_area_box_form .item_link i{
	font-size: 0.8rem;
	margin-left: 0.32rem;
	transform: scale(0.8);
}

.page_informbox .item_area_box_tel .item_title{
	color: #262626;
	font-weight: 400;
	margin-bottom: 0.8rem;
}

.page_informbox .item_area_box_tel .item_stitle{
	color: #333333;
	margin-bottom: 1rem;
}

.page_informbox .item_area_box_tel .item_tel{
	color: #093C71;
	font-weight: bold;
	margin-bottom: 1rem;
}

.page_informbox .item_area_box_tel .item_info{
	color: #666666;
}

.Validform_wrong{
	display: none !important;
}