﻿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;*/
}

h2,h3{
	margin: 0;
	/* display: flex;
	display: -webkit-flex; */
	display: block;
}

h2 a,h3 a{
	display: block;
}

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;
}

.item_bottomarea_box .item_bottomarea th.highlight {background: #E27B17;}
.item_bottomarea_box .item_bottomarea table tr td.highlight {color: #e27b17;font-weight: 500 !important;vertical-align: middle;}

/* 字体图标 */
@font-face {
	font-family: 'iconfont';
	/* Project id 2859104 */
	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: #F6F6F6;
	color: #333;
	font-size: 1rem;
	font-family: 'PingFang';
	font-weight: 300;
}

/* 头部 */
.page_head {
	border-top: 0.6rem solid #134C86;
	background: #FFFFFF;
	width: 100%;
	position: relative;
}

.page_head_box {
	border-bottom: 0.1rem solid #E5E5E5;
	box-sizing: border-box;
}

.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_head_content {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	height: 5.52rem;
	position: relative;
}

.page_head .item_logo img {
	height: 2.6rem;
}

.page_head .item_menu {
	flex: 1;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding: 0 10%;
	height: 100%;
}

.page_head .item_menu .item_first_li {
	flex: 1;
	height: 5.62rem;
	/* padding: 0 0.6rem; */
	position: relative;
}

.page_head .item_menu .item_first_link {
	font-size: 1.08rem;
	color: #333333;
	font-weight: 400;
	line-height: 5.62rem;
	display: block;
	text-align: center;
}

.page_head .item_menu .item_first_li::after {
	content: "";
	display: block;
	width: 90%;
	height: 4px;
	background: #134C86;
	position: absolute;
	bottom: 0;
	left: 5%;
	opacity: 0;
	transition: all .36s ease;
}

.page_head .item_menu .item_first_li:hover::after {
	opacity: 1;
}

.page_head .item_menu .item_first_li:first-child {
	flex: 1.2;
}

.page_head .item_menu .item_first_li:nth-child(7) {
	flex: 0.8;
}

.page_head .item_icon_box {
	display: flex;
	display: -webkit-flex;
	height: 100%;
}

.page_head .item_icon_box .item_iconarea {
	margin-left: 1.8rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	height: 100%;
}

.page_head .item_icon_box .item_iconarea i {
	font-size: 1.3rem;
	cursor: pointer;
}

.page_head .item_icon_box .item_iconarea .item_iconarea_language_toparea {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	height: 100%;
	margin-left: 0;
}

.page_head .item_icon_box .item_iconarea p {
	color: #333333;
	margin-left: 0.3rem;
	font-weight: 400;
}

.page_head .item_icon_box .item_iconarea_login2 a {
	color: #333333;
	margin-right: 1rem;
	font-weight: 400;
}

.page_head .item_icon_box .item_iconarea_login2 a:last-child {
	margin-right: 0;
}

.page_head .item_icon_box .item_iconarea_search .item_icon_close {
	display: none;
}

.page_head .item_icon_box .item_iconarea_search.open .item_icon_close {
	display: block;
}

.page_head .item_icon_box .item_iconarea_search.open .item_icon_search {
	display: none;
}

.page_head .item_searchbox {
	width: 0%;
	height: 3.84rem;
	position: absolute;
	top: 50%;
	right: 2rem;
	margin-top: -1.92rem;
	z-index: -1;
	transition: all .36s ease;
}

.page_head .item_searchbox.open {
	width: 80%;
	z-index: 10;
}

.page_head .item_searchbox .item_select {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	font-size: 1.2rem;
	color: #333333;
	border: none;
	padding-left: 1rem;
}

.page_head .item_icon_box .item_iconarea_language {
	position: relative;
	margin-left: 0 !important;
}

.page_head .item_iconarea_language_content {
	position: absolute;
	top: 5.52rem;
	left: 50%;
	margin-left: -7.5rem;
	width: 15rem;
	z-index: 100;
	opacity: 0;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
	transition: all .36s ease;
	display: none;
}

.page_head .item_iconarea_language_content.show {
	opacity: 1;
	display: block;
}

.page_head .item_iconarea_language_content::before {
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	content: '';
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	transform: rotate(135deg);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.page_head .item_iconarea_language_content .item_list {
	width: 100%;
	height: 0;
	background: #FFFFFF;
	/* border: 1px solid #E5E5E5; */
	-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);
	position: relative;
	z-index: 10;
	padding: 0;
	overflow: hidden;
}

.page_head .item_iconarea_language_content.show .item_list {
	height: auto;
	padding: 1.8rem 0.96rem;
}

.page_head .item_iconarea_language_content .item_list li {
	margin-bottom: 0.76rem;
	border-bottom: 1px dashed #999999;
	padding-bottom: 2px;
}

.page_head .item_iconarea_language_content .item_list li:last-child {
	margin-bottom: 0;
}

.page_head .item_iconarea_language_content .item_list li a {
	color: #333333;
	font-weight: 400;
	display: block;
	transition: all .36s ease;
}

.page_head .item_iconarea_language_content .item_list li a:hover {
	color: #134C86;
}

/* @media screen and (min-width: 800px) and (max-width: 1000px){
	.page_head .item_logo img{
		height: 1.8rem;
	}
	
	.page_head .item_menu{
		padding: 0 4.5%;
	}
	
	.page_head .item_menu .item_first_link{
		font-size: 0.84rem;
	}
	
	.page_head .item_icon_box a{
		margin-left: 1rem;
	}
	
	.page_head .item_icon_box i{
		font-size: 1.2rem;
	}
} */

@media screen and (min-width: 1000px) and (max-width: 1200px) {
	.page_head .item_logo img {
		height: 1.6rem;
	}

	.page_head .item_menu {
		padding: 0 0.8rem;
	}

	/* .page_head .item_menu .item_first_li{
		padding: 0 0.3rem;
	} */

	.page_head .item_menu .item_first_link {
		font-size: 1rem;
	}

	.page_head .item_icon_box .item_iconarea {
		margin-left: 0.6rem;
	}

	.page_head .item_icon_box .item_iconarea i {
		font-size: 1.1rem;
	}

	.page_head .item_icon_box .item_iconarea_login2 a {
		margin-right: 0.8rem;
	}

	.form-box .form-group dt {
		width: 20%;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
	.page_head .item_logo img {
		height: 2.2rem;
	}

	.page_head .item_menu {
		padding: 0 3.6%;
	}

	/* .page_head .item_menu .item_first_li{
		padding: 0 0.5rem;
	} */

	.page_head .item_menu .item_first_link {
		font-size: 1rem;
	}

	.page_head .item_icon_box .item_iconarea {
		margin-left: 1rem;
	}

}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
	.page_head .item_menu {
		padding: 0 5%;
	}

	.page_head .item_menu .item_first_link {
		font-size: 1rem;
	}
}

@media screen and (min-width: 1600px) and (max-width: 1800px) {
	.page_head .item_menu {
		padding: 0 8%;
	}
}

/* 解决方案下拉菜单 */
.page_head .item_solution_second {
	position: fixed;
	left: 0;
	top: 6.22rem;
	background: #FFFFFF;
	width: 100%;
	max-height: calc(100% - 6.22rem);
	overflow-y: auto;
	-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);
}

.page_head .item_solution_second_content {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	padding: 3.16rem 0;
	margin-left: -0.9rem;
	margin-right: -0.9rem;
}

.page_head .item_solution_second_content .item_area {
	width: 25%;
	padding: 0 0.9rem;
	margin-bottom: 1.8rem;
}

.page_head .item_solution_second_content .item_area_linkblock {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	padding: 1.2rem 1rem;
	transition: all .36s ease;
}

.page_head .item_solution_second_content .item_area_linkblock .item_icon {
	width: 5.76rem;
	height: 4.03rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.64rem;
}

.page_head .item_solution_second_content .item_area_linkblock .item_icon i {
	font-size: 2.6rem;
	transition: all .36s ease;
}

.page_head .item_solution_second_content .item_area_linkblock p {
	color: #333333;
	font-weight: 400;
	flex: 1;
	transition: all .36s ease;
}

.page_head .item_solution_second_content .item_area_linkblock:hover {
	box-shadow: 0.5px 1px 10px 0 rgb(0 0 0 / 8%);
	background: #FdFdFd;
}

.page_head .item_solution_second_content .item_area_linkblock:hover .item_icon i {
	color: #134C86;
}

.page_head .item_solution_second_content .item_area_linkblock:hover p {
	color: #134C86;
}

/* 产品下拉菜单 */
.page_head .item_product_second {
	position: fixed;
	left: 0;
	top: 6.22rem;
	background: #FFFFFF;
	width: 100%;
	max-height: calc(100% - 6.22rem);
	overflow-y: auto;
	-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);
}

.page_head .item_product_second_content {
	display: flex;
	display: -webkit-flex;
	padding: 3.07rem 0;
}

.page_head .item_product_second .item_product_basemenu {
	width: 28.7%;
}

.page_head .item_product_second .item_product_basemenu_li {
	margin-bottom: 0.6rem;
}

.page_head .item_product_second .item_product_basemenu_link {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	height: 3.84rem;
	border: 1px solid #E5E5E5;
	padding: 0 1rem;
	transition: all .36s ease;
}

.page_head .item_product_second .item_product_basemenu_link .item_pic {
	width: 3.5rem;
	height: 75%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

.page_head .item_product_second .item_product_basemenu_link .item_pic img {
	max-width: 100%;
	max-height: 100%;
}

.page_head .item_product_second .item_product_basemenu_link .item_font1 {
	color: #333333;
	font-weight: 400;
	flex: 1;
	padding: 0 1.2rem;
	transition: all .36s ease;
}

.page_head .item_product_second .item_product_basemenu_link .item_icon {
	font-size: 1rem;
	color: #000000;
	transition: all .36s ease;
}

.page_head .item_product_second .item_product_basemenu_li.active .item_product_basemenu_link {
    background: #FbFbFb;
	box-shadow: 0.5px 1px 8px 0 rgb(0 0 0 / 8%);	
}

.page_head .item_product_second .item_product_basemenu_li.active .item_font1 {
	color: #134C86;
}

.page_head .item_product_second .item_product_basemenu_li.active .item_icon {
	color: #134C86;
}

.page_head .item_product_second .item_product_thirdmenu {
	display: none;
}

.page_head .item_icontree {
	width: 12.6%;
	display: flex;
	display: -webkit-flex;
	padding: 0 0.72rem;
	position: relative;
	opacity: 0;
	transition: all .2s ease;
}

.page_head .item_icontree .item_left_line {
	height: 3.84rem;
	position: relative;
	width: 50%;
}

.page_head .item_icontree .item_left_line::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #707070;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.5px;
}

.page_head .item_icontree .item_vertical_line {
	width: 1px;
	/* height: 10rem; */
	background: #707070;
	position: absolute;
	top: 1.92rem;
	left: 50%;
	margin-left: -0.5px;
}

.page_head .item_icontree .item_right_line {
	width: 50%;
}

.page_head .item_icontree .item_right_line li {
	height: 3.84rem;
	position: relative;
	margin-bottom: 0.6rem;
}

.page_head .item_icontree .item_right_line li::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #707070;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.5px;
}

.page_head .item_icontree .item_right_line li::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
	background: #333333;
}

/* 产品详情 */
.page_head .item_product_detailsbox {
	width: 30%;
	padding-left: 1.8rem;
	opacity: 0;
	transition: all .36s ease;
	z-index: -1;
}

.page_head .item_product_detailsbox.show {
	opacity: 1;
	z-index: 2;
}

.page_head .item_product_detailsbox .item_area {
	background: #FFFFFF;
	width: 100%;
	border: 1px solid #E5E5E5;
	padding: 0.96rem 1.05rem 1.72rem 1.05rem;
	transition: all .36s ease;
	box-shadow: 0.5px 1px 10px 0 rgb(0 0 0 / 8%);
}

.page_head .item_product_detailsbox .item_area .item_pic {
	width: 100%;
	height: 11.2rem;
	margin-bottom: 0.96rem;
}

.page_head .item_product_detailsbox .item_area .item_pic a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.page_head .item_product_detailsbox .item_area .item_pic img {
	max-width: 100%;
	max-height: 100%;
	transition: all .36s ease;
}

.page_head .item_product_detailsbox .item_area .item_title {
	font-weight: 500;
	color: #000000;
	transition: all .36s ease;
}

.page_head .item_product_detailsbox .item_area .item_parameter {
	margin-top: 1.15rem;
	transition: all .36s ease;
}

.page_head .item_product_detailsbox .item_area .item_parameter li {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-bottom: 0.8rem;
	font-weight: 400;
}

.page_head .item_product_detailsbox .item_area .item_parameter li p:first-child {
	color: #333333;
}

.page_head .item_product_detailsbox .item_area .item_parameter li p:last-child {
	color: #000000;
}

.page_head .item_product_detailsbox .item_area .item_size_area {
	padding-top: 0.54rem;
}

.page_head .item_product_detailsbox .item_area .item_size_area .item_size_area_title {
	color: #666666;
	margin-bottom: 0.72rem;
}

.page_head .item_product_detailsbox .item_area .item_size_area .item_size_list {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -0.28rem;
	margin-right: -0.28rem;
}

.page_head .item_product_detailsbox .item_area .item_size_area .item_size_list a {
	display: flex;
	display: -webkit-flex;
	width: 2.56rem;
	height: 2.56rem;
	margin: 0 0.28rem;
	margin-bottom: 0.6rem;
	box-shadow: 0px 3px 1px 0px #E5E5E5;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	background-image: linear-gradient(#fff 47%, #F6F6F6 53%);
	border: 1px solid #E5E5E5;
	position: relative;
	font-size: 0.9rem;
	color: #333333;
	border-radius: 0.2rem;
	font-weight: 400;
	transition: all .36s ease;
}

.page_head .item_product_detailsbox .item_area .item_btn_area {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-top: 1rem;
}

.page_head .item_product_detailsbox .item_area .item_btn {
	width: 40%;
	height: 2.4rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #E5E5E5;
	background: #FdFdFd;
	/*background-image: linear-gradient(#fff 47%, #F6F6F6 53%);*/
	border-radius: 0.3rem;
	box-shadow: 0px 3px 1px 0px #E5E5E5;
	font-weight: 400;
	transition: all .36s ease;
}

.page_head .item_product_detailsbox .item_area .item_btn i {
	color: #293033;
	font-size: 1.2rem;
	margin-left: 0.57rem;
	transition: all .36s ease;
}

.page_head .item_product_detailsbox .item_area .item_size_area .item_size_list a:hover {
	/* color: #134C86;
	border: 1px solid #134C86;
	box-shadow: 0px 3px 1px 0px #134C86; */
	background: #134C86;	
	color: #FFF;
}

.page_head .item_product_detailsbox .item_area .item_btn:hover {
	/* color: #134C86;
	border: 1px solid #134C86;
	box-shadow: 0px 3px 1px 0px #134C86; 
	background: #134C86;*/
	background-image: linear-gradient(#fff 47%, #F6F6F6 53%);
	color: #134C86;
}

.page_head .item_product_detailsbox .item_area .item_btn:hover i {
	color: #134C86;
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
	.page_head .item_icontree {
		width: 12%;
	}

	.page_head .item_product_detailsbox {
		width: 34%;
	}

	.page_head .item_product_second .item_product_basemenu {
		width: 28%;
	}

	.page_head .item_product_detailsbox .item_area .item_pic {
		height: 8rem;
	}

	.page_head .item_product_detailsbox .item_area .item_btn_area {
		flex-wrap: wrap;
	}

	.page_head .item_product_detailsbox .item_area .item_btn {
		width: 80%;
	}

	.page_head .item_product_detailsbox .item_area .item_btn_prodetails {
		margin-bottom: 1rem;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
	.page_head .item_icontree {
		width: 12%;
	}

	.page_head .item_product_detailsbox {
		width: 34%;
	}

	.page_head .item_product_second .item_product_basemenu {
		width: 28%;
	}

	.page_head .item_product_detailsbox .item_area .item_pic {
		height: 8rem;
	}

	.page_head .item_product_detailsbox .item_area .item_btn_area {
		flex-wrap: wrap;
	}

	.page_head .item_product_detailsbox .item_area .item_btn {
		width: 80%;
	}

	.page_head .item_product_detailsbox .item_area .item_btn_prodetails {
		margin-bottom: 1rem;
	}
}

/* 快速选型 */
.page_head .item_types_second .item_area {
	width: 33.33%;
}

.page_head .item_types_second {
	position: fixed;
	left: 0;
	top: 6.22rem;
	background: #FFFFFF;
	width: 100%;
	max-height: calc(100% - 6.22rem);
	overflow-y: auto;
	-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);
}

.page_head .item_types_second_content {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	padding: 3.16rem 0;
	margin-left: -0.9rem;
	margin-right: -0.9rem;
}

.page_head .item_types_second_content .item_area {
	width: 33.33%;
	padding: 0 0.9rem;
	margin-bottom: 1.8rem;
}

.page_head .item_types_second_content .item_area_linkblock {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	padding: 1.2rem 1rem;
	transition: all .36s ease;
}

.page_head .item_types_second_content .item_area_linkblock .item_icon {
	width: 3rem;
	height: 3rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	margin-left: 0.32rem;
	margin-right: 1.2rem;
}

.page_head .item_types_second_content .item_area_linkblock .item_icon img {
	max-width: 100%;
	max-height: 100%;
}

.page_head .item_types_second_content .item_area_linkblock .item_icon i {
	font-size: 2rem;
	transition: all .36s ease;
}

.page_head .item_types_second_content .item_area_linkblock p {
	color: #333333;
	font-weight: 400;
	flex: 1;
	transition: all .36s ease;
	margin-right: 0.64rem;
}

.page_head .item_types_second_content .item_area_linkblock .item_icon2 {
	width: 3rem;
	height: 3rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

.page_head .item_types_second_content .item_area_linkblock .item_icon2 i {
	font-size: 1.4rem;
	transition: all .36s ease;
}

.page_head .item_types_second_content .item_area_linkblock:hover {
	box-shadow: 0 0 0.36rem rgba(0, 0, 0, 0.16);
}

.page_head .item_types_second_content .item_area_linkblock:hover .item_icon i {
	color: #134C86;
}

.page_head .item_types_second_content .item_area_linkblock:hover .item_icon2 i {
	color: #134C86;
}

.page_head .item_types_second_content .item_area_linkblock:hover p {
	color: #134C86;
}

/* 新闻二级分类 */
.page_head .item_news_secondmenu {
	position: absolute;
	left: -3.36rem;
	top: 5.62rem;
	background: #FFFFFF;
	width: 17.2rem;
	overflow-y: auto;
	-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);
	padding: 0.6rem 2.2rem;
}

.page_head .item_news_secondmenu .item_news_secondmenu_li {
	line-height: 3.36rem;
	position: relative;
}

.page_head .item_news_secondmenu .item_news_secondmenu_li::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #707070;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.5;
}

.page_head .item_news_secondmenu .item_news_secondmenu_li:last-child::after {
	content: none;
}

.page_head .item_news_secondmenu .item_news_secondmenu_link {
	font-weight: 400;
	color: #333333;
	font-size: 0.96rem;
	transition: all .36s ease;
	display: block;
	width: 100%;
	height: 100%;
}

.page_head .item_news_secondmenu .item_news_secondmenu_link:hover {
	color: #134C86;
}

.page_head .item_head_second {
	transition: all .36s ease;
	z-index: -1;
	opacity: 0;
	height: 0;
}

.page_head .item_head_second.open {
	z-index: 100;
	opacity: 1;
	height: auto;
}


/* 手机端导航栏 */
.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;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
}

.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: 1.6rem;
	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: 1;
	left: 0;
	transition: all 0.46s ease;
	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_phone .item_flexbox {
		height: 4.5rem;
	}

	.page_head_phone .item_flexbox .item_menu {
		line-height: 4.5rem;
	}

	


}

@media screen and (max-width: 1000px) {
	.page_head {
		display: none;
	}

	.page_head_phone {
		display: block;
	}

	.page_body_content {
		padding-top: 4.5rem;
	}

	.page_member_content {
		padding-top: 4.5rem;
	}
	
	.head_open .page_head_menucontent {
		opacity: 1;
		z-index: 1;
	}
}

.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_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: 5;
	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_loginbox {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 21.4rem;
	height: 0;
	background: #FFFFFF;
	z-index: -1;
	opacity: 0;
	border: 1px solid #E5E5E5;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
	padding: 2.49rem 2.4rem 2.59rem 2.4rem;
	text-align: center;
	border-radius: 0.6rem;
	transition: all .36s ease;
}

.page_loginbox.show {
	z-index: 100;
	opacity: 1;
	height: auto;
}

.page_loginbox .item_btnclose {
	width: 2.4rem;
	height: 2.4rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	background: #134C86;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	margin: -0.57rem -0.57rem 0 0;
}

.page_loginbox .item_btnclose i {
	font-size: 1.2rem;
	color: #FFFFFF;
}

.page_loginbox .item_icon_login {
	color: #666666;
	font-size: 3rem;
}

.page_loginbox .item_title {
	color: #333333;
	font-weight: 450;
	margin-bottom: 2.4rem;
}

.page_loginbox .item_input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #999999;
	font-size: 0.84rem;
	padding-bottom: 0.4rem;
}

.page_loginbox .item_input_username {
	margin-bottom: 2rem;
}

.page_loginbox .item_forget_password {
	display: block;
	text-align: center;
	color: #333333;
	margin-top: 0.86rem;
	font-weight: 400;
	transition: all .36s ease;
}

.page_loginbox .item_forget_password:hover {
	color: #134C86;
}

.page_loginbox .item_submit {
	width: 100%;
	height: 2.88rem;
	border: 1px solid #E5E5E5;
	font-size: 0.96rem;
	color: #134C86;
	background: #F6F6F6;
	border-radius: 0.3rem;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
	margin-top: 1.8rem;
	transition: all .36s ease;
}

.page_loginbox .item_submit:hover {
	background: #134C86;
	color: #FFFFFF;
}

.page_loginbox .item_bottomarea {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	border-top: 1px dotted #999999;
	margin-top: 1.92rem;
	padding-top: 1rem;
}

.page_loginbox .item_bottomarea .item_icon {
	color: #333333;
	font-size: 2.1rem;
}

.page_loginbox .item_bottomarea .item_font1 {
	color: #333333;
	font-weight: 400;
	margin-left: 0.96rem;
}

.page_loginbox .item_bottomarea .item_font1 a {
	color: #134C86;
	text-decoration: underline;
}

.product_content_list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-left: -0.9rem;
	margin-right: -0.9rem;
	margin-top: 2.88rem;
}

.product_content_list .item_area_block {
	width: 25%;
	padding: 0 0.9rem;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 1.8rem;
}

.product_content_list .item_area {
	box-sizing: border-box;
	background: #FFFFFF;
	width: 100%;
	border: 1px solid #E5E5E5;
	padding: 0.96rem 1.05rem 1.72rem 1.05rem;
	transition: all .36s ease;
}

.product_content_list .item_area .item_pic {
	width: 100%;
	height: 11.2rem;
	margin-bottom: 0.96rem;
	overflow: hidden;
}

.product_content_list .item_area .item_pic a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.product_content_list .item_area .item_pic img {
	max-width: 100%;
	max-height: 100%;
	transition: all .36s ease;
}

.product_content_list .item_area .item_title {
	font-weight: 500;
	color: #000000;
	transition: all .36s ease;
}

.product_content_list .item_area .item_parameter {
	margin-top: 1.15rem;
	height: 0;
	overflow: hidden;
	transition: all .36s ease;
}

.product_content_list .item_area .item_description{
	margin-bottom: 1rem;
	margin-top:0.8rem;
	font-size: 0.95rem;
	line-height: 1.6rem;
	min-height:3rem;
}

.product_content_list .item_area .item_parameter li {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-bottom: 0.8rem;
	line-height: 1.6rem;
	font-weight: 400;
}

.product_content_list .item_area .item_parameter li p:first-child {
	color: #333333;
}

.product_content_list .item_area .item_parameter li p:last-child {
	color: #000000;
}

.product_content_list .item_area .item_size_area {
	padding-top: 0.54rem;
}

.product_content_list .item_area .item_size_area .item_size_area_title {
	color: #666666;
	margin-bottom: 0.72rem;
}

.product_content_list .item_area .item_size_area .item_size_list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-left: -0.28rem;
	margin-right: -0.28rem;
	min-height: 6.52rem;
}

.product_content_list .item_area .item_size_area .item_size_list a {
	display: flex;
	display: -webkit-flex;
	width: 2.50rem;
	height: 2.50rem;
	margin: 0 0.17rem;
	margin-bottom: 0.6rem;
	box-shadow: 0px 3px 1px 0px #E5E5E5;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	background-image: linear-gradient(#fff 47%, #F6F6F6 53%);
	border: 1px solid #E5E5E5;
	position: relative;
	font-size: 0.9rem;
	color: #333333;
	border-radius: 0.2rem;
	font-weight: 500;
	transition: all .36s ease;
}

.product_content_list .item_area .item_btn_area {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-top: 1rem;
}

.product_content_list .item_area .item_btn {
	width: 40%;
	height: 2.4rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #E5E5E5;
	border-radius: 0.3rem;
	background: #FdFdFd;
	box-shadow: 0px 3px 1px 0px #E5E5E5;
	font-weight: 400;
	transition: all .36s ease;
}

.product_content_list .item_area .item_btn i {
	color: #293033;
	font-size: 1.2rem;
	margin-left: 0.57rem;
	transition: all .36s ease;
}

.product_content_list .item_area:hover {
	box-shadow: 0.5px 1px 10px 0 rgb(0 0 0 / 8%);
	width: 100%;
	position: relative;
	z-index: 10;
}

.product_content_list .item_area:hover .item_title {
	color: #134C86;
	/*background-image: linear-gradient(#fff 47%, #F6F7F8 53%);*/
}

.product_content_list .item_area:hover .item_pic img {
	transform: scale(1.1);
}

.product_content_list .item_area .item_size_area .item_size_list a:hover {
	color: #FFFFFF;
	
	background: #134C86;
	/* border: 1px solid #134C86; */
	/* box-shadow: 0px 3px 1px 0px #134C86; */
}

.product_content_list .item_area .item_btn:hover {
	/* color: #134C86;
	border: 1px solid #134C86;
	box-shadow: 0px 3px 1px 0px #134C86; */
	color: #134C86;
	background-image: linear-gradient(#fff 47%, #F6F7F8 53%);
}

.product_content_list .item_area .item_btn:hover i {
	color: #134C86;
}

.product_content_list .item_area:hover .item_parameter {
	height: 12rem;
}

@media screen and (max-width: 575px) {
	.product_content_list {
		flex-wrap: wrap;
		margin-left: 0;
		margin-right: 0;
	}

	.product_content_list .item_area_block {
		width: 100%;
		margin-bottom: 1.8rem;
		padding: 0;
	}

	.product_content_list .item_area .item_size_area .item_size_list a {
		width: 3rem;
		height: 3rem;
	}

	.product_content_list .item_area .item_parameter {
		height: 12rem;
	}
}

@media screen and (min-width: 576px) and (max-width: 800px) {
	.product_content_list {
		flex-wrap: wrap;
	}

	.product_content_list .item_area_block {
		width: 50%;
		margin-bottom: 1.8rem;
	}

	.product_content_list .item_area .item_size_area .item_size_list a {
		width: 3rem;
		height: 3rem;
	}
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
	.product_content_list {
		flex-wrap: wrap;
	}

	.product_content_list .item_area_block {
		width: 50%;
		margin-bottom: 1.8rem;
	}

	.product_content_list .item_area .item_size_area .item_size_list a {
		width: 2.5rem;
		height: 2.5rem;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
	.product_content_list {
		flex-wrap: wrap;
	}

	.product_content_list .item_area_block {
		width: 50%;
		margin-bottom: 1.8rem;
	}

	.product_content_list .item_area .item_btn_area {
		flex-wrap: wrap;
	}

	/* .product_content_list .item_area .item_btn{
		width: 80%;
	}
	
	.product_content_list .item_area .item_btndetails{
		margin-bottom: 0.64rem;
	} */
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
	.product_content_list .item_area .item_btn_area {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.product_content_list .item_area .item_btn {
		width: 60%;
	}

	.product_content_list .item_area .item_btndetails {
		margin-bottom: 0.64rem;
	}
}

@media screen and (min-width: 1400px) and (max-width: 1500px) {
	.product_content_list .item_area .item_btn_area {
		justify-content: space-between;
	}

	.product_content_list .item_area .item_btn {
		width: 46%;
	}
}

/* 工具或服务 */
.index_service_content {
	display: flex;
	display: -webkit-flex;
	margin-top: 2.4rem;
}

.index_service_content .item_area {
	flex: 1;
	padding: 2.2rem 0 1.58rem 0;
	background: #FFFFFF;
	border-top: 0.5px solid #E5E5E5;
	border-bottom: 0.5px solid #E5E5E5;
	border-left: 0.5px solid #E5E5E5;
	box-sizing: border-box;
	text-align: center;
	transition: all .36s ease;
	position: relative;
}

.index_service_content .item_area .item_icon_area {
	height: 3.36rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

.index_service_content .item_area .item_icon_area i {
	font-size: 2.8rem;
}

.index_service_content .item_area .item_title {
	color: #333333;
	font-weight: 400;
	margin-top: 0.64rem;
}

.index_service_content .item_area:last-child {
	border-right: 0.5px solid #E5E5E5;
}

.index_service_content .item_area:hover {
	box-shadow: 0 0 1rem #E5E5E5;
	z-index: 2;
}

.index_service_content .item_area:hover .item_icon_area i {
	color: #134C86;
}

.index_service_content .item_area:hover .item_title {
	color: #134C86;
}

@media screen and (max-width: 575px) {
	.index_service_content {
		flex-wrap: wrap;
	}

	.index_service_content .item_area {
		flex: auto;
		width: 100%;
		margin-bottom: 1.8rem;
		box-shadow: 0 0 1rem #E5E5E5;
		z-index: 2;
		border-right: 0.5px solid #E5E5E5;
	}
}

.index_title {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: flex-end;
}

.index_title .item_title {
	font-weight: 400;
}

.index_title .item_stitle {
	flex: 1;
	font-weight: 400;
	margin-left: 0.76rem;
}

.index_title2 .item_title {
	color: #134C86;
}

.index_title_center .item_title {
	text-align: center;
	width: 100%;
}

.index_title .item_link {
	display: flex;
	display: -webkit-flex;
	font-weight: 400;
	align-items: center;
}

.index_title .item_link p {
	transition: all .36s ease;
}

.index_title .item_link i {
	margin-left: 0.4rem;
	font-size: 1.1rem;
	color: #333333;
	transition: all .36s ease;
}

.index_title .item_link:hover p {
	color: #134C86;
}

.index_title .item_link:hover i {
	color: #134C86;
	margin-left: 1.2rem;
}

@media screen and (max-width: 575px) {
	.index_title {
		flex-wrap: wrap;
	}

	.index_title .item_stitle {
		flex: auto;
		width: 100%;
		margin-top: 0.64rem;
		margin-left: 0;
	}

	.index_title .item_link {
		width: 100%;
		margin-top: 1.8rem;
	}
}

@media screen and (min-width: 576px) and (max-width: 800px) {
	.index_title {
		flex-wrap: wrap;
	}

	.index_title .item_link {
		width: 100%;
		margin-top: 1.8rem;
	}
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
	.index_title {
		flex-wrap: wrap;
	}

	.index_title .item_link {
		width: 100%;
		margin-top: 1.8rem;
	}
}

/* 快速联系我们 */
.page_qcontactus {
	background: #FFFFFF;
	padding-top: 3.6rem;
	padding-bottom: 3.6rem;
	overflow: hidden;
}

.page_qcontactus .item_toptitle {
	display: flex;
	align-items: center;
	margin-bottom: 2.4rem;
}

.page_qcontactus .item_toptitle .item_font1 {
	font-size: 1.32rem;
	color: #444;
	line-height: 1.98rem;
}

.page_qcontactus .item_toptitle .item_font2 {
	font-size: 0.84rem;
	color: #444;
	display: inline-block;
	margin-left: 0.9rem;
	line-height: 1.98rem;
	flex: 1;
}

/* 表单 */
.page_qcontactus .item_formcontent .message_form {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
}

.page_qcontactus .item_formcontent input {
	border: 0.06rem solid #ccc;
	background-color: #fff;
	padding: 1.2rem 0;
	color: #6e6e6e;
	padding-left: 0.8rem;
	font-size: 0.84rem;
	font-family: 'Microsoft YaHei';
	width: 100%;
	margin-bottom: 1rem;
}

.page_qcontactus .item_formcontent .item_formarea {
	padding-right: 0.9rem;
	position: relative;
}

.page_qcontactus .item_formcontent .item_formarea .Validform_wrong,.page_qcontactus .item_formcontent .item_formarea .Validform_checktip{
	position: absolute;
	left: 0;
	bottom: -0.1rem;
}

.page_qcontactus .item_formcontent .submit {
	background-color: #134c86;
	color: #fff;
	text-align: center;
	cursor: pointer;
	margin-right: 0;
	font-size: 0.84rem;
}

.page_qcontactus .item_formcontent .item_formarea_first {
	width: 21%;
}

.page_qcontactus .item_formcontent .item_formarea_second {
	width: 40%;
}

.page_qcontactus .item_formcontent .item_formarea_third {
	width: 18%;
	padding-right: 0;
}

.page_qcontactus .item_formcontent .item_tig {
	color: #8f8f8f;
	font-style: italic;
	font-size: 0.84rem;
	margin-top: 0.92rem;
}

@media screen and (max-width: 575px) {
	.page_qcontactus .item_toptitle {
		flex-wrap: wrap;
		margin-bottom: 1.2rem;
	}

	.page_qcontactus .item_toptitle .item_font2 {
		margin-left: 0;
		flex: auto;
		width: 100%;
		margin-top: 0.32rem;
	}

	.page_qcontactus .item_formcontent .message_form {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.page_qcontactus .item_formcontent .item_formarea {
		padding-right: 0;
	}

	.page_qcontactus .item_formcontent .item_formarea_first {
		width: 49%;
	}

	.page_qcontactus .item_formcontent .item_formarea_second {
		width: 100%;
	}

	.page_qcontactus .item_formcontent .item_formarea_third {
		width: 44%;
	}
}

@media screen and (min-width: 576px) and (max-width: 1000px) {
	.page_qcontactus .item_formcontent .message_form {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.page_qcontactus .item_formcontent .item_formarea {
		padding-right: 0;
	}

	.page_qcontactus .item_formcontent .item_formarea_first {
		width: 49%;
	}

	.page_qcontactus .item_formcontent .item_formarea_second {
		width: 70%;
	}

	.page_qcontactus .item_formcontent .item_formarea_third {
		width: 28%;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
	.page_qcontactus .item_formcontent .message_form {
		flex-wrap: wrap;
	}

	.page_qcontactus .item_formcontent .item_formarea_first {
		width: 40%;
	}

	.page_qcontactus .item_formcontent .item_formarea_second {
		width: 60%;
	}
}

/* 页脚 */
.index_foot_content {
	display: flex;
	display: -webkit-flex;
	padding-bottom: 3.12rem;
}

.index_foot_content .item_left_area {
	flex: 1;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.index_foot_content .item_left_area .item_foot_listlink {
	flex: 1;
	padding: 0 0.4rem;
}

.index_foot_content .item_left_area .item_foot_listlink .item_title {
	color: #000000;
	font-weight: 500;
	margin-bottom: 0.72rem;
}

.index_foot_content .item_left_area .item_foot_listlink .item_list li {
	margin-bottom: 0.72rem;
}

.index_foot_content .item_left_area .item_foot_listlink .item_list li a {
	color: #333333;
	font-weight: 400;
}

.index_foot_content .item_left_area .item_foot_listlink .item_list li i {
	font-size: 0.8rem;
	margin-right: 0.3rem;
}

.index_foot_content .item_left_area .item_foot_listlink .item_list li:hover a {
	color: #134C86;
}

.index_foot_content .item_left_area .item_foot_listlink .item_list li:hover i {
	color: #134C86;
}

.index_foot_content .item_right_area {
	margin-left: 4.2rem;
}

.index_foot_content .item_right_area .item_logo {
	height: 2.59rem;
	margin-bottom: 0.86rem;
}

.index_foot_content .item_right_area .item_title {
	color: #333333;
	font-weight: 450;
	margin-bottom: 1.34rem;
}

.index_foot_content .item_inform li {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-bottom: 0.86rem;
}

.index_foot_content .item_inform li i {
	font-size: 0.9rem;
	margin-right: 0.86rem;
}

.index_foot_content .item_inform li p {
	color: #333333;
	font-weight: 400;
}

.index_foot_content .item_linkicon {
	display: flex;
	display: -webkit-flex;
	margin-top: 0.58rem;
}

.index_foot_content .item_linkicon li {
	margin-right: 0.86rem;
}

.index_foot_content .item_linkicon li i {
	font-size: 1.2rem;
	color: #333333;
}

.index_bottom {
	background: #FFFFFF;
	color: #333333;
	padding: 1rem 0;
	font-weight: 400;
}

.index_foot_content .item_left_area .item_foot_listlink:first-child{
	flex: 1.2;
}



@media screen and (max-width: 575px) {
	.index_foot_content {
		flex-wrap: wrap;
	}

	.index_foot_content .item_left_area {
		width: 100%;
		flex: auto;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.index_foot_content .item_left_area .item_foot_listlink {
		width: 50%;
		flex: none;
		margin-bottom: 1.8rem;
	}

	.index_foot_content .item_right_area {
		margin-left: 0.4rem;
		margin-top: 1.8rem;
	}
}

@media screen and (min-width: 576px) and (max-width: 1200px) {
	.index_foot_content {
		flex-wrap: wrap;
	}

	.index_foot_content .item_left_area {
		width: 100%;
		flex: auto;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.index_foot_content .item_left_area .item_foot_listlink {
		width: 33.33%;
		flex: none;
		margin-bottom: 1.8rem;
	}

	.index_foot_content .item_right_area {
		margin-left: 0.4rem;
		margin-top: 1.8rem;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
	.index_foot_content {
		flex-wrap: wrap;
	}

	.index_foot_content .item_left_area {
		width: 100%;
		flex: auto;
	}

	.index_foot_content .item_right_area {
		margin-left: 0.4rem;
		margin-top: 1.8rem;
	}
}

/* 部件 */
.page_parts_select {
	width: 100%;
	height: auto;

	background: #FFFFFF;
	position: relative;
	z-index: 200;
}

.page_parts_select .item_toparea_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	cursor: pointer;
}

.page_parts_select .item_toparea_block {
	padding: 0 0.96rem;
	width: 100%;
	height: 100%;
	border: 1px solid #E5E5E5;
}

.page_parts_select.open .item_toparea_block {
	border-bottom: 1px solid #FFFFFF;
}

.page_parts_select .item_toparea {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	position: relative;
}

.page_parts_select .item_toparea::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #E5E5E5;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
}

.page_parts_select.open .item_toparea_block .item_toparea::after {
	opacity: 1;
}

.page_parts_select .item_toparea .item_font1 {
	font-weight: 400;
	color: #333333;
}

.page_parts_select .item_toparea .item_icon {
	font-size: 1.2rem;
	color: #000000;
}

.page_parts_select .item_bottomarea {
	width: 100%;
	height: 0;
	overflow-y: auto;
	padding: 0.62rem 0.96rem;
	transition: all .3s ease;
	/* position: absolute;
	top: 3rem;
	left: 0; */
	z-index: 20;
	background: #FFFFFF;
	-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);
	opacity: 0;
	border: 1px solid #E5E5E5;
	border-top: 0;
}

.page_parts_select.open .item_bottomarea {
	height: auto;
	max-height: 15rem;
	opacity: 1;
}

.page_parts_select.open {
	z-index: 210;
	-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);
}

.page_parts_select .item_bottomarea .item_list_li {
	color: #333333;
	font-weight: 400;
	padding: 0.62rem 0;
	cursor: pointer;
	transition: all .2s ease;
}

.page_parts_select .item_bottomarea .item_list_li:hover {
	color: #134C86;
}

.page_parts_input .item_input {
	width: 100%;
	height: 100%;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	font-size: 1rem;
	color: #333333;
	padding-left: 0.5rem;
}

/* 内页导航 */
.page_location_content {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.page_location_content .item_icon_home {
	font-size: 0.88rem;
	color: #333333;
}

.page_location_content .item_icon_jt {
	font-size: 1rem;
	color: #333333;
	margin: 0 0.96rem;
}

.page_location_content .item_font1 {
	color: #333333;
	font-weight: 400;
}

@media screen and (max-width: 575px) {
	.page_location_content {
		flex-wrap: wrap;
	}

	.page_location_content a {
		margin: 0.2rem 0;
	}
}

.p_t30 {
	padding-top: 1.44rem;
}

.p_t40 {
	padding-top: 1.92rem;
}

/* 元件多选checkbox */
.page_parts_checkbox {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.page_parts_checkbox .item_toparea {
	padding: 0 0.96rem;
}

.page_parts_checkbox .item_toparea_block {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	height: 3rem;
	border-bottom: 1px solid #CCCCCC;
}

.page_parts_checkbox .item_toparea .item_font1 {
	color: #333333;
	font-weight: 400;
}

.page_parts_checkbox .item_toparea .item_icon {
	color: #000000;
	font-size: 0.8rem;
	transform: scale(0.8);
}

.page_parts_checkbox .item_bottomarea {
	padding: 0.64rem 0.96rem;
	overflow: auto;
	height: 15rem;
}

.page_parts_checkbox .item_bottomarea .item_bottomarea_li {
	width: 100%;
	height: 2.68rem;
	margin: 0.64rem 0;
	position: relative;
}

.page_parts_checkbox .item_bottomarea .item_bottomarea_li_block {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	cursor: pointer;
}

.page_parts_checkbox .item_bottomarea .item_input_checkbox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
}

.page_parts_checkbox .item_bottomarea .item_checkbox {
	position: relative;
	width: 1.05rem;
	height: 1.05rem;
}

.page_parts_checkbox .item_bottomarea .item_icon_checkbox {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	width: 1.05rem;
	height: 1.05rem;
	border: 2px solid #000000;
}

.page_parts_checkbox .item_bottomarea .item_icon_checkbox i {
	font-size: 0.8rem;
	color: #000000;
	opacity: 0;
}

.page_parts_checkbox .item_bottomarea .item_bottomarea_li.check .item_icon_checkbox i {
	opacity: 1;
}

.page_parts_checkbox .item_bottomarea .item_font1 {
	flex: 1;
	color: #333333;
	font-weight: 400;
	padding: 0 0.76rem;
}

.page_parts_checkbox .item_bottomarea .item_pic {
	width: 1.92rem;
	height: 1.92rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

.page_parts_checkbox .item_bottomarea .item_pic img {
	max-width: 100%;
	max-height: 100%;
}

/* 应用与解决方案 */
.index_application .item_content {
	position: relative;
}

.swiper_container_application {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-top: 4.6rem;
}

.swiper_container_application .item_application_area {
	padding: 1px;
}

.swiper_container_application .item_application_area .item_content {
	display: flex;
	display: -webkit-flex;
	padding: 2rem 2.4rem 1.92rem 2.25rem;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	background: #FFFFFF;
	transition: all .36s ease;
}

.swiper_container_application .item_application_area .item_pic {
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	background: #F6F6F6;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

/* .swiper_container_application .item_application_area .item_pic img{
	max-width: 60%;
	max-height: 60%;
	transition: all .36s ease;
} */

.swiper_container_application .item_application_area .item_pic i {
	color: #134C86;
	font-size: 3rem;
	transition: all .36s ease;
}

.swiper_container_application .item_application_area .item_wenzinfo {
	flex: 1;
	margin-left: 1.92rem;
	overflow: hidden;
}

.swiper_container_application .item_application_area .item_title {
	font-weight: 450;
	color: #000000;
	margin-bottom: 0.3rem;
	transition: all .36s ease;
}

.swiper_container_application .item_application_area .item_stitle {
	color: #134C86;
	margin-bottom: 0.86rem;
	font-weight: 400;
}

.swiper_container_application .item_application_area .item_info {
	color: #000000;
	font-weight: 300;
	line-height: 1.6rem;
}

.swiper_container_application .item_application_area .item_btnmore {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	align-items: center;
	color: #333333;
	margin-top: 2rem;
}

.swiper_container_application .item_application_area .item_btnmore p {
	color: #333333;
	font-weight: 400;
	transition: all .36s ease;
}

.swiper_container_application .item_application_area .item_btnmore i {
	color: #293033;
	font-size: 1.4rem;
	margin-left: 0.6rem;
	transition: all .36s ease;
}

.swiper_container_application .item_application_area:hover .item_content {
	box-shadow: 0.3rem 0.3rem 1.2rem #E5E5E5;
}

.swiper_container_application .item_application_area:hover .item_pic i {
	transform: scale(1.1);
}

.swiper_container_application .item_application_area:hover .item_title {
	color: #134C86;
}

.swiper_container_application .item_application_area:hover .item_btnmore p {
	color: #134C86;
}

.swiper_container_application .item_application_area:hover .item_btnmore i {
	color: #134C86;
}

.swiper_application_pagination {
	text-align: center;
	margin-top: 3rem;
}

.swiper_application_pagination .swiper-pagination-bullet {
	background: #999999;
	opacity: 1;
	margin: 0 6px !important;
}

.swiper_application_pagination .swiper-pagination-bullet-active {
	background: #FFFFFF;
	border: 2px solid #134C86;
	box-sizing: content-box;
}

.swiper_application_button {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 2.88rem;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	margin-top: -4.44rem;
	box-shadow: 0 3px 6px #E5E5E5;
	opacity: 1;
	transition: all .36s ease;
}

.swiper_application_button_prev {
	left: -5.52rem;
}

.swiper_application_button_next {
	right: -5.52rem;
}

.swiper_application_button i {
	color: #333333;
	font-size: 1.8rem;
	transition: all .36s ease;
}

.swiper_application_button:hover {
	background: #134C86;
	opacity: 0.8;
}

.swiper_application_button:hover i {
	color: #FFF;
}

@media screen and (max-width: 575px) {
	.swiper_container_application {
		margin-top: 2.4rem;
	}

	.swiper_application_pagination {
		margin-top: 1.6rem;
	}
}

/* 新闻与事件 */
.index_news_content {
	display: flex;
	display: -webkit-flex;
	/* justify-content: space-between; */
	margin-left: -0.9rem;
	margin-right: -0.9rem;
}

.index_news_content .item_area_block {
	width: 33.33%;
	padding: 0 0.9rem;
}

.index_news_content .item_area {
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	transition: all .36s ease;
}

.index_news_content .item_area .item_pic {
	padding-top: 54.92%;
	transition: all .36s ease;
}

.index_news_content .item_area .item_wenzinfo {
	padding: 1.34rem 1.5rem 1.92rem 1.5rem;
}

.index_news_content .item_area .item_title {
	font-weight: 500;
	color: #333333;
	margin-bottom: 1.2rem;
	transition: all .36s ease;
}

.index_news_content .item_area .item_stitle {
	font-weight: 400;
	color: #333333;
}

.index_news_content .item_area .item_info {
	font-weight: 300;
	color: #333333;
	line-height: 1.8rem;
	min-height: 64px;
}

.index_news_content .item_area .item_btnmore {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 2.12rem;
}

.index_news_content .item_area .item_btnmore p {
	color: #134C86;
	font-weight: 400;
	transition: all .36s ease;
}

.index_news_content .item_area .item_btnmore i {
	color: #134C86;
	font-size: 1.4rem;
	margin-left: 0.6rem;
	transition: all .36s ease;
}

.index_news_content .item_area:hover {
	box-shadow: 0 0.18rem 0.48rem #E5E5E5;
}

.index_news_content .item_area:hover .item_title {
	color: #134C86;
}

.index_news_content .item_area:hover .item_pic {
	background-size: 110% 110% !important;
}

@media screen and (max-width: 575px) {
	.index_news_content {
		flex-wrap: wrap;
	}

	.index_news_content .item_area_block {
		width: 100%;
		margin-bottom: 1.8rem;
	}
}

@media screen and (min-width: 576px) and (max-width: 1000px) {
	.index_news_content {
		flex-wrap: wrap;
	}

	.index_news_content .item_area_block {
		width: 50%;
		margin-bottom: 1.8rem;
	}
}

/* 分页 */
.page_fenye {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 1rem;
}

.page_fenye a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 2.4rem;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	margin-left: 1rem;
}

.page_fenye a.active {
	background: #134C86;
	color: #FFFFFF;
}

.page_fenye i {
	font-size: 1.2rem;
	color: #333333;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.page_loginbox .tip-box {
	display: block;
	text-align: center;
	height: 1.2rem;
	line-height: 1.2rem;
	color: #f90;
	font-size: 0.78rem;
	margin-top: 1rem;
}

.page_choose_edit .page_parts_select .item_bottomarea .item_list_li{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.page_parts_select .item_bottomarea .item_list_li span{
	margin-left: 0.32rem;
	vertical-align: inherit;
}

.page_choose_edit .page_parts_select .item_bottomarea .item_list_li .item_icon{
	width: 2rem;
	height: 2rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	margin-right: 1.2rem;
}

.page_choose_edit .page_parts_select .item_bottomarea .item_list_li .item_icon img{
	max-width: 100%;
	max-height: 100%;
}

.page_choose_edit_second .page_parts_select .item_bottomarea .item_list_li{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.page_choose_edit_second .page_parts_select .item_bottomarea .item_list_li .item_icon{
	width: 2rem;
	height: 2rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	margin-right: 1.2rem;
}

.page_choose_edit_second .page_parts_select .item_bottomarea .item_list_li .item_icon img{
	max-width: 100%;
	max-height: 100%;
}

.page_choose_edit_second{
	display: none;
}

/* 登录 */
.page_register_content .item_login_content_box{
	max-width: 30rem;
	margin: 0 auto;
}

.page_register_content .item_content_list .item_area_block .item_area_flex{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.page_register_content .item_content_list .item_area_block a{
	color: #134C86;
}

.page_register_content .item_content_list .item_area_block .item_text_station{
	margin: 0 0.6rem;
}

.page_register_content .item_login_content_box .item_content_list .item_submit{
	margin-top: 0;
	width: 100%;
	height: 3.6rem;
	line-height: 3.6rem;
}

/* 头部产品下拉框跳转按钮 */
.btn_toproduct{
	width: 100%;
	max-width: 14rem;
	height: 3.2rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	background: #134C86;
	box-shadow: 0.5px 1px 8px 0 rgb(0 0 0 / 8%);
	border-radius: 0.3rem;
	margin-top: 1.8rem;
}

.btn_toproduct p{
	color: #FFFFFF;
	font-weight: 400;
	margin-right: 0.64rem;
}

.btn_toproduct i{
	color: #FFFFFF;
	font-size: 1.2rem;
}

/* 右侧栏 */
.page_informbox{
	width: 3rem;
	position: fixed;
	top: 45%;
	right: 0;
	background: #FFFFFF;
	border: 1px solid #e5e5e5;
	transform: translateY(-50%); 
	z-index: 50;
}

.page_informbox .item_area_block{
	width: 100%;
	height: 3rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #fff;
}

.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.4rem;
	color: #093C71;
	cursor: pointer;
}

.page_informbox .item_area_block .icon_email{
	font-size: 1.3rem;
	color: #093C71;
	cursor: pointer;
}

.page_informbox .item_area_block_totop {
	position: relative;
    height: 0;
	overflow: hidden;
	transition: all .36s ease;
	opacity: 0;
}

.page_informbox .item_area_block_totop.display_show {
	height: 3rem;
	opacity: 1;
}

.page_informbox .item_area_block .icon_top{
	font-size: 1.4rem;
	color: #093C71;
	cursor: pointer;
	transform: rotate(180deg);
}

.page_informbox .item_area_box{
	position: fixed;
	top: 20%;
	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: 1rem;
	margin-left: 0.64rem;
}

.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;
}

.item_right_area .spec-box{
	width: 100%;
    padding-top: 1.5rem;
}
.item_right_area .spec-box{
	display: -webkit-flex;
    flex-wrap: wrap;
}

.item_right_area .spec-box dl dt{
	font-weight: 600;
    color: #333333;
    font-size: 1.1rem;
	margin-bottom: 0.72rem;
}

.item_right_area .spec-box dl ul{
	display: -webkit-flex;
    flex-wrap: wrap;
}

.item_right_area .spec-box dl ul li{
	display: block;
    width: 5.0rem;
    height: 5.0rem;
	border-radius: 0.3rem;
    background: #ffffff;
    box-shadow: 0 3px 1px #e5e5e5;
    margin-right: 0.67rem;
    margin-bottom: 0.67rem;
	border: 1px solid #E5E5E5;
}

.item_right_area .spec-box dl ul li a{
	width: 100%;
    height:100%;
	text-align: center;
	display: block;
	vertical-align:middle;
}

.item_right_area .spec-box dl ul li a img{
	width:100%;
	height:100%; 
}

#newBridge {
  /*display: none !important;*/
}

#newBridge .icon-right-center {
	right: 60px !important;
	top: 20% !important;
}
