@charset "UTF-8";
html {
	position: relative;
	overflow-y: auto;
	scroll-padding-top: 7rem;
	background-color: #fff;
	/*禁止选中文字*/
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	/*禁止选中文字*/
}

body {
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none;
}
:root {
	overflow-y: auto;
	overflow-x: hidden;
}
:root body {
	position: absolute;
}
html.with-fancybox, body.hide-scrollbar {
	width: 100% !important;
}
.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
.w1600 {
	width: 100rem;
	margin: 0 auto;
	box-sizing: border-box;
}
.w1200 {
	width: 75rem;
	margin: 0 auto;
	box-sizing: border-box;
}
.w1400 {
	width: 87.5rem;
	margin: 0 auto;
	box-sizing: border-box;
}
.w1700 {
	width: 106.25rem;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.hvr-bounce-to-right:before {
	background: #2158a4;
}
.fancybox__container {
 --fancybox-bg: rgba(0, 0, 0, 0.5);
}
.inner-header-icon {
	display: none;
	color: #333;
	height: 3.625rem;
	font-size: 1.563rem;
	text-align: center;
	float: right;
	width: 3.125rem;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	z-index: 3;
	transform: scale(1.3); /*第一条线旋转动画*//*第二条线淡入淡出动画动画*/
  /*第三条线旋转动画*/
}
.inner-header-icon:hover {
	background-color: rgba(255, 255, 255, 0);
	cursor: pointer;
}
.inner-header-icon span {
	position: absolute;
	left: calc((100% - 1.563rem) / 2);
	top: calc((100% - 1px) / 2);
	width: 1.563rem;
	height: 0.125rem;
	background-color: #002b68;
}
.inner-header-icon span:nth-child(1) {
	transform: translateY(0.625rem) rotate(0deg);
}
.inner-header-icon span:nth-child(2) {
	opacity: 0;
}
.inner-header-icon span:nth-child(3) {
	transform: translateY(-0.625rem) rotate(0deg);
}
.inner-header-icon-click span {
	background: #333;
}
.inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}
.inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}
.inner-header-icon-click span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickthird;
}
@keyframes clickfirst {
 0% {
 transform: translateY(0.625rem) rotate(0deg);
}
 100% {
 transform: translateY(0) rotate(45deg);
}
}
@keyframes clicksecond {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
@keyframes clickthird {
 0% {
 transform: translateY(-0.625rem) rotate(0deg);
}
 100% {
 transform: translateY(0) rotate(-45deg);
}
}
.inner-header-icon-out span {
	background: #333;
}
.inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}
.inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}
.inner-header-icon-out span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}
@keyframes outfirst {
 0% {
 transform: translateY(0) rotate(-45deg);
}
 100% {
 transform: translateY(-0.625rem) rotate(0deg);
}
}
@keyframes outsecond {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@keyframes outthird {
 0% {
 transform: translateY(0) rotate(45deg);
}
 100% {
 transform: translateY(0.625rem) rotate(0deg);
}
}
.common_banner {
	position: relative;
	width: 100%;
	height: auto;
}
.common_banner img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}
.common_banner_text {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.zj_cen062601 {
}
.zj_bot062601 {
	top: auto;
	bottom: -4%;
	left: 50%;
}
.common_banner_text .w1600 {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.common_banner_text h1 {
	font-size: 2.5rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1rem;
}
.common_banner_text .crumb {
	max-width: 100%;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	line-height: 1.3em;
	margin: 0 0 1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.common_banner_text .crumb a {
	display: inline-block;
	color: #fff;
	margin: 0 0.25rem;
}
.common_banner.solution .common_banner_text p {
	font-size: 1.25rem;
	color: #fff;
	line-height: 1.6em;
}
.common_navbox {
	background-color: #eee;
	overflow: hidden;
}
.common_navbox ul {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	overflow-x: auto;
}
.common_navbox ul li:not(:last-child) {
	margin-right: 3.75rem;
}
.common_navbox ul li a {
	font-size: 1.125rem;
	color: #111;
	text-align: center;
	line-height: 3.125rem;
	white-space: nowrap;
}
.common_navbox ul li a:hover {
	color: #2158a4;
}
.common_navbox ul li.active a {
	color: #2158a4;
}
.common_productnav {
	width: 100%;
	height: 3.125rem;
}
.common_productnav .w1600 {
	height: 100%;
}
.common_productnav ul {
	display: flex;
	justify-content: center;
}
.common_productnav ul li {
	margin: 0 0.625rem;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.common_productnav ul li a {
	display: inline-block;
	padding: 0 1.25rem;
	border: 1px solid #fff;
	border-radius: 6px;
	font-size: 1.125rem;
	color: #fff;
	line-height: 3.125rem;
	transition: all 0.3s;
}
.common_productnav ul li a:hover {
	background-color: #2158a4;
	border-color: #2158a4;
}
.common_crumb p {
	font-size: 0.875rem;
	color: #666;
	line-height: 2.5rem;
}
.common_crumb p a {
	color: #666;
}
.common_crumb p a:hover {
	color: #2158a4;
}
.common_title {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.common_title h3 {
	font-size: 2.375rem;
	color: #111;
}
.common_title span {
	font-size: 1.125rem;
	color: #999;
	letter-spacing: 0.0625rem;
	margin: 1.125rem 0;
}
.common_title em {
	display: block;
	width: 3.125rem;
	height: 0.25rem;
	background-color: #2158a4;
	opacity: 0.5;
}
.common_service_nav {
	padding: 4.375rem 0;
	background-color: #eaf1f8;
}
.common_service_nav .list {
	display: flex;
	justify-content: center;
}
.common_service_nav .list .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 18.75%;
	padding: 1.5rem 0;
	background-color: #fff;
	margin: 0 0.625rem;
	transition: all 0.4s;
}
.common_service_nav .list .item:hover, .common_service_nav .list .item.active {
	background-color: #2158a4;
}
.common_service_nav .list .item:hover i, .common_service_nav .list .item.active i, .common_service_nav .list .item:hover h3, .common_service_nav .list .item.active h3, .common_service_nav .list .item:hover p, .common_service_nav .list .item.active p {
	color: #fff;
}
.common_service_nav .list .item i {
	font-size: 2.5rem;
	color: #2158a4;
	transition: all 0.4s;
}
.common_service_nav .list .item h3 {
	font-size: 1.125rem;
	color: #111;
	margin: 0.75rem 0;
	transition: all 0.4s;
}
.common_service_nav .list .item p {
	font-size: 0.875rem;
	color: #999;
	line-height: 1.5rem;
	text-align: center;
	transition: all 0.4s;
}
.common_slideView {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	pointer-events: none;
	z-index: 0;
}
.common_slideView span {
	font-size: 1rem;
	color: #fff;
	margin-bottom: 0.625rem;
}
.common_slideView em {
	position: relative;
	display: block;
	width: 1px;
	height: 1.875rem;
	background-color: rgba(255, 255, 255, 0.2);
	overflow: hidden;
}
.common_slideView em::after {
	position: absolute;
	top: -0.5rem;
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: #fff;
	z-index: 1;
	animation: moveV 0.6s ease-in-out 0.6s infinite alternate;
}
@keyframes moveV {
 0% {
 transform: scaleY(0.25);
}
 100% {
 transform: scaleY(0.8) translateY(25%);
}
}
.common_navlist {
	background-color: #f4f4f4;
}
.common_navlist ul {
	display: flex;
	justify-content: flex-start;
}
.common_navlist ul li a {
	display: block;
	font-size: 1rem;
	color: #111;
	line-height: 3.375rem;
	padding: 0 1.625rem;
	transition: all 0.3s;
}
.common_navlist ul li.active a, .common_navlist ul li:hover a {
	background-color: #2158a4;
	color: #fff;
}
.common_pagination {
	width: 100%;
}
.common_pagination ul {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
.common_pagination a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	color: #333;
	margin: 0 0.25rem;
	border: 0;
	padding: 0.3125rem 0.625rem;
	border-radius: 0.25rem;
	background-color: #e9e9e9;
	box-sizing: border-box;
	transition: all 0.35s;
}
.common_pagination a:hover {
	color: #fff;
	background-color: #2158a4;
	border-color: #2158a4;
}
.common_pagination a.page-num-current {
	color: #ffffff;
	background-color: #2158a4;
	border-color: #2158a4;
}
.common_pagination li {
	display: flex;
}
.common_pagination li:last-child > a {
	margin-right: 0;
}
.common_pagination li:first-child a, .common_pagination li:last-child a {
	font-size: 0.875rem;
}
.common_pagebtn {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.common_pagebtn a {
	display: flex;
	max-width: 80%;
	font-size: 1rem;
	line-height: 2rem;
	color: #232323;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.common_pagebtn a:hover {
	color: #2158a4;
}
.searchbd_content {
	margin-top: 6.25rem;
	padding: 6.25rem;
}
.searchbd_content .w1600 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.searchbd_content .w1600 .null {
	display: block;
	width: 24%;
	height: 0;
}
.searchbd_content .w1600 .item {
	position: relative;
	width: 24%;
	border-radius: 1.25rem;
	margin-bottom: 1rem;
	overflow: hidden;
}
.searchbd_content .w1600 .item:hover .item_img img {
	transform: scale(1.06);
}
.searchbd_content .w1600 .item:hover .item_text h4 {
	color: #2158a4;
}
.searchbd_content .w1600 .item_img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.searchbd_content .w1600 .item_img img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	transition: all 0.3s;
}
.searchbd_content .w1600 .item_text {
	width: 100%;
	padding: 1.5rem 1rem;
	background-color: #fff;
	box-sizing: border-box;
}
.searchbd_content .w1600 .item_text h4 {
	font-size: 1.125rem;
	color: #2b2b2b;
	font-weight: normal;
	letter-spacing: 0.125rem;
	line-height: 2.75rem;
	transition: all 0.3s;
}
.searchbd_content .w1600 .item_text .intro p {
	font-size: 1rem;
	color: #8b8b8b;
	line-height: 1.8em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 6.25rem;
	background-color: #ffffff;
	transition: all 0.2s;
	z-index: 999;
}
.index_header .navmain {
	width: 100%;
	height: 100%;
	padding: 0 4%;
}
.index_header_navbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1;
	height: 100%;
}
.index_header_navbox .logobox {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 3;
}
.index_header_navbox .logobox_M {
	display: none;
}
.index_header_navbox .logobox .logoimg {
	position: relative;
	display: block;
	width: 9.375rem;
	height: auto;
}
.index_header_navbox .logobox .logoimg img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}
.index_header_navbox .logobox p {
	font-size: 1rem;
	color: #159f11;
	font-weight: 700;
	font-style: italic;
	line-height: 1.5rem;
	margin-left: 0.75rem;
}
.index_header .navbx {
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.index_header_nav {
	height: 100%;
	margin-left: auto;
	box-sizing: border-box;
}
.index_header_nav_M {
	display: none;
}
.index_header_nav > ul {
	display: flex;
	height: 100%;
}
.index_header_nav_item {
	height: 100%;
}
.index_header_nav_item .nav-level {
	position: relative;
}
.index_header_nav_item .nav-level > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 6.25rem;
	padding: 0 1.125rem;
	font-size: 1.25rem;
	text-align: center;
	color: #111;
	box-sizing: border-box;
}
.index_header_nav_item .nav-level > a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 0.1875rem;
	background-color: #2158a4;
	transform: scale(0);
	opacity: 0;
	transition: all 0.4s;
}
.index_header_nav_item .nav-level .dropdown {
	position: absolute;
	top: 6.25rem;
	left: 50%;
	transform: translateX(-50%) rotateX(90deg);
	background: #fff;
	transform-origin: 50% 0;
	min-width: 100%;
	box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	opacity: 0;
	z-index: 49;
	transition: all 0.5s;
}
.index_header_nav_item .nav-level .dropdown ul {
	min-width: 100%;
}
.index_header_nav_item .nav-level .dropdown ul li {
	position: relative;
}
.index_header_nav_item .nav-level .dropdown ul li a {
	display: block;
	font-size: 1rem;
	color: #2b2b2b;
	white-space: nowrap;
	line-height: 2.25rem;
	text-align: center;
	padding: 0 1.25rem;
	box-sizing: border-box;
	overflow: hidden;
	transition: all 0.3s;
}
.index_header_nav_item .nav-level .dropdown ul li a:hover {
	background-color: #2158a4;
	color: #fff;
}
.index_header_nav_item .nav-level .dropdown ul li .dropdown5 {
	position: absolute;
	top: 0;
	left: 100%;
	transform: rotateX(90deg);
	transform-origin: 50% 0;
	background-color: #fff;
	min-width: 10rem;
	transition: all 0.4s;
}
.index_header_nav_item .nav-level .dropdown ul li:hover .dropdown5 {
	transform: rotateX(0);
}
.index_header_nav_item .nav-level .navlist {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) rotateX(90deg);
	display: flex;
	background: #fff;
	transform-origin: 50% 0;
	min-width: 100%;
	box-sizing: border-box;
	opacity: 0;
	z-index: 1000;
}
.index_header_nav_item .nav-level .navlist li a {
	display: block;
	width: auto;
	height: 2.125rem;
	padding: 0 1.5rem;
	background-color: #011531;
	font-size: 0.875rem;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	line-height: 2.125rem;
}
.index_header_nav_item .nav-level .navlist li.active a {
	background-color: #2158a4;
}
.index_header_nav_item .dropdown2 {
	position: absolute;
	top: 6.25rem;
	left: 0;
	width: 100%;
	max-width: 100%;
	padding-bottom: 2rem;
	transform: rotateX(90deg);
	transform-origin: 50% 0;
	overflow: hidden;
	box-sizing: border-box;
	opacity: 0;
	z-index: 49;
	transition: all 0.5s;
}
.index_header_nav_item .dropdown2 .centerbd {
	width: 96%;
	max-width: 125rem;
	max-height: 86vh;
	margin-left: auto;
	margin-right: auto;
	overflow-y: auto;
	background-color: #fff;
	box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
}
.index_header_nav_item .dropdown2 .centerbd_type {
	display: none;
}
.index_header_nav_item .dropdown2 .centerbd_type.show {
	display: block;
}
.index_header_nav_item .dropdown2 .centerbd_type .md {
	display: flex;
	align-items: center;
	background-color: #f4f4f4;
}
.index_header_nav_item .dropdown2 .centerbd_type .md:not(:last-child) {
	border-bottom: 1px solid #fff;
}
.index_header_nav_item .dropdown2 .centerbd_type .md_l {
	position: relative;
	width: 10%;
	padding: 0 1.125rem;
}
.index_header_nav_item .dropdown2 .centerbd_type .md_l h3 {
	font-size: 0.875rem;
	color: #111;
	line-height: 1.6em;
}
.index_header_nav_item .dropdown2 .centerbd_type .md_r {
	position: relative;
	width: 91%;
	padding: 0 4%;
	background-color: #fff;
	z-index: 10;
}
.index_header_nav_item .dropdown2 .centerbd_type .md_r > ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.index_header_nav_item .dropdown2 .centerbd_type .md_r > ul li {
	position: relative;
	width: 13%;
	height: 3.125rem;
	z-index: 13;
}
.index_header_nav_item .dropdown2 .centerbd_type .md_r > ul li a {
	font-size: 0.875rem;
	color: #111;
	line-height: 3.125rem;
}
.index_header_nav_item .dropdown2 .centerbd_type .md_r > ul li a:hover {
	color: #2158a4;
	text-decoration: underline;
}
.index_header_nav_item .dropdown2 .centerbd_type .md.md1 .md_r {
	position: relative;
	padding-top: 6rem;
}
.index_header_nav_item .dropdown2 .centerbd_type .md.md1 .md_r .searchbx {
	position: absolute;
	top: 1.875rem;
	left: 50%;
	transform: translate(-50%, 0);
	width: 72%;
	height: 2.25rem;
	box-sizing: border-box;
	z-index: 10;
}
.index_header_nav_item .dropdown2 .centerbd_type .md.md1 .md_r .searchbx form {
	display: flex;
	width: 100%;
	height: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 1.125rem;
	z-index: 9;
}
.index_header_nav_item .dropdown2 .centerbd_type .md.md1 .md_r .searchbx form input::-webkit-input-placeholder, .index_header_nav_item .dropdown2 .centerbd_type .md.md1 .md_r .searchbx form textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.875rem;
 letter-spacing: 0.0625rem;
 color: #333;
}
.index_header_nav_item .dropdown2 .centerbd_type .md.md1 .md_r .searchbx form input:-moz-placeholder, .index_header_nav_item .dropdown2 .centerbd_type .md.md1 .md_r .searchbx form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.875rem;
 letter-spacing: 0.0625rem;
 color: #333;
}
.index_header_nav_item .dropdown2 .centerbd_type .md.md1 .md_r .searchbx form input::-moz-placeholder, .index_header_nav_item .dropdown2 .centerbd_type .md.md1 .md_r .searchbx form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.875rem;
 letter-spacing: 0.0625rem;
 color: #333;
}
.index_header_nav_item .dropdown2 .centerbd_type .md.md1 .md_r .searchbx form input:-ms-input-placeholder, .index_header_nav_item .dropdown2 .centerbd_type .md.md1 .md_r .searchbx form textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.875rem;
 letter-spacing: 0.0625rem;
 color: #333;
}
.index_header_nav_item .dropdown2 .centerbd_type .md.md1 .md_r .searchbx form input {
	flex: 1;
	width: 0;
	height: 100%;
	padding: 0 1.875rem;
	border-radius: 1.125rem;
	border: 0;
	box-sizing: border-box;
	font-size: 0.875rem;
	color: #000;
}
.index_header_nav_item .dropdown2 .centerbd_type .md.md1 .md_r .searchbx form button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.125rem;
	height: 2.25rem;
	border-radius: 50%;
	border: 0;
	background-color: transparent;
	outline: none;
	box-sizing: border-box;
	font-size: 1rem;
	color: #000;
}
.index_header_nav_item .dropdown2 .centerbd_type .md.md1 .md_r .letter_list {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index_header_nav_item .dropdown2 .centerbd_type .md.md1 .md_r .letter_list .null {
	width: 12%;
	height: 0;
}
.index_header_nav_item .dropdown2 .centerbd_type .md.md1 .md_r .letter_list .item {
	position: relative;
	width: 12%;
	margin-bottom: 1.875rem;
	z-index: 13;
}
.index_header_nav_item .dropdown2 .centerbd_type .md.md1 .md_r .letter_list .item h4 {
	position: relative;
	display: inline-block;
	font-size: 1.125rem;
	color: #111;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0.875rem;
	z-index: 14;
}
.index_header_nav_item .dropdown2 .centerbd_type .md.md1 .md_r .letter_list .item ul {
	position: relative;
	padding-left: 0.75rem;
	z-index: 14;
}
.index_header_nav_item .dropdown2 .centerbd_type .md.md1 .md_r .letter_list .item ul::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 0.0625rem;
	height: 96%;
	background-color: #b8cbe6;
}
.index_header_nav_item .dropdown2 .centerbd_type .md.md1 .md_r .letter_list .item ul li {
	position: relative;
}
.index_header_nav_item .dropdown2 .centerbd_type .md.md1 .md_r .letter_list .item ul li a {
	position: relative;
	font-size: 0.875rem;
	color: #111;
	line-height: 1.4em;
	z-index: 14;
}
.index_header_nav_item .dropdown2 .centerbd_type .md.md1 .md_r .letter_list .item ul li a.more {
	font-weight: 700;
}
.index_header_nav_item .dropdown2 .centerbd_type .md.md1 .md_r .letter_list .item ul li a.block-link {
	position: absolute;
}
.index_header_nav_item .dropdown2 .centerbd_type .md.md1 .md_r .letter_list .item ul li a:hover {
	color: #2158a4;
	text-decoration: underline;
}
.index_header_nav_item .dropdown2 .centerbd_type .md.md1 .md_r .letter_list .item ul li:not(:last-child) {
	margin-bottom: 0.325rem;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md_r {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 1rem;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md_r .null {
	width: 16%;
	height: 0;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md_r .item {
	position: relative;
	width: 16%;
	margin-bottom: 1.25rem;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md_r .item .head {
	display: inline-block;
	font-size: 0.875rem;
	color: #2158a4;
	font-weight: 700;
	margin-bottom: 0.875rem;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md_r .item .head:hover {
	text-decoration: underline;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md_r .item ul {
	padding: 0;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md_r .item ul::before {
	display: none;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md_r .item ul li {
	position: relative;
	display: flex;
	align-items: center;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md_r .item ul li:not(:last-child) {
	margin-bottom: .325rem;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md_r .item ul li a {
	position: absolute;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md_r .item ul li .imgbx {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
	height: 5rem;
	background-color: #f4f4f4;
	margin-right: 0.375rem;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md_r .item ul li .imgbx img {
	display: block;
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md_r .item ul li .textbx {
	flex: 1;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md_r .item ul li .textbx h5 {
	font-size: 0.875rem;
	color: #111;
	line-height: 1.4em;
	font-weight: normal;
	margin-bottom: 0.125rem;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md_r .item ul li .textbx span {
	font-size: 0.75rem;
	color: #999;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md_r .item ul li:hover .textbx h5 {
	color: #2158a4;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md.md1 .md_r .letter_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md.md1 .md_r .letter_list .null {
	width: 16%;
	height: 0;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md.md1 .md_r .letter_list .item {
	position: relative;
	width: 15%;
	margin-bottom: 1.25rem;
	line-height: 1.5rem;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md.md1 .md_r .letter_list .item .head {
	display: inline-block;
	font-size: 0.875rem;
	color: #2158a4;
	font-weight: 700;
	margin-bottom: 0.875rem;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md.md1 .md_r .letter_list .item .head:hover {
	text-decoration: underline;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md.md1 .md_r .letter_list .item ul {
	padding: 0;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md.md1 .md_r .letter_list .item ul::before {
	display: none;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md.md1 .md_r .letter_list .item ul li {
	position: relative;
	display: flex;
	align-items: center;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md.md1 .md_r .letter_list .item ul li .imgbx {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
	height: 5rem;
	background-color: #f4f4f4;
	margin-right: 0.375rem;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md.md1 .md_r .letter_list .item ul li .imgbx img {
	display: block;
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md.md1 .md_r .letter_list .item ul li .textbx h5 {
	font-size: 0.875rem;
	color: #111;
	line-height: 1.4em;
	font-weight: normal;
	margin-bottom: 0.125rem;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md.md1 .md_r .letter_list .item ul li .textbx span {
	font-size: 0.75rem;
	color: #999;
}
.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md.md1 .md_r .letter_list .item ul li:hover .textbx h5 {
	color: #2158a4;
}
.index_header_nav_item .dropdown3 {
	position: absolute;
	top: 6.25rem;
	left: 0;
	width: 100%;
	padding-bottom: 2rem;
	transform: rotateX(90deg);
	transform-origin: 50% 0;
	overflow: hidden;
	box-sizing: border-box;
	opacity: 0;
	z-index: 49;
	transition: all 0.5s;
}
.index_header_nav_item .dropdown3 .centerbd {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 94%;
	max-width: 125rem;
	max-height: 86vh;
	overflow-y:scroll;
	padding: 3.125rem 5% 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
}
.index_header_nav_item .dropdown3 .centerbd .item {
	position: relative;
	width: 22%;
	height: 11rem;
	border-radius: 0.625rem;
	overflow: hidden;
	margin-bottom: 2rem;
}
.index_header_nav_item .dropdown3 .centerbd .item:not(:nth-child(4n)) {
	 margin-right: calc(12% / 3);
}
.index_header_nav_item .dropdown3 .centerbd .item img {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_header_nav_item .dropdown3 .centerbd .item .mask {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 10%;
	background-color: rgba(3, 20, 45, 0);
	transition: background-color 0.4s;
}
.index_header_nav_item .dropdown3 .centerbd .item .mask h4 {
	font-size: 1.125rem;
	color: #fff;
}
.index_header_nav_item .dropdown3 .centerbd .item .mask_pro {
	overflow: hidden;
	padding-top: 0;
	max-height: 0;
	opacity: 0;
	transition: all 0.8s;
}
.index_header_nav_item .dropdown3 .centerbd .item .mask_pro .intro p {
	font-size: 0.875rem;
	color: #fff;
	line-height: 1.6em;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index_header_nav_item .dropdown3 .centerbd .item .mask_pro em {
	display: block;
	width: 2.5rem;
	height: 0.125rem;
	background-color: rgba(255, 255, 255, 0.3);
	margin: 0.625rem auto 0;
}
.index_header_nav_item .dropdown3 .centerbd .item:hover .mask {
	background-color: rgba(3, 20, 45, 0.8);
}
.index_header_nav_item .dropdown3 .centerbd .item:hover .mask_pro {
	padding-top: 1.25rem;
	max-height: 7.5rem;
	opacity: 1;
}
.index_header_nav_item .dropdown4 {
	position: absolute;
	top: 6.25rem;
	left: 50%;
	max-width: 100%;
	padding: 2rem 0;
	background-color: #fff;
	transform: translateX(-50%) rotateX(90deg);
	transform-origin: 50% 0;
	overflow: hidden;
	box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	opacity: 0;
	z-index: 49;
	transition: all 0.5s;
}
.index_header_nav_item .dropdown4 > ul {
	display: flex;
	justify-content: center;
}
.index_header_nav_item .dropdown4 > ul > li {
	margin: 0 1.875rem;
	width: 20%;
	white-space: nowrap;
}
.index_header_nav_item .dropdown4 > ul > li a {
	display: inline-block;
	font-size: 1.125rem;
	color: #111;
	font-weight: 700;
	margin-bottom: 1rem;
	white-space: nowrap;
}
.index_header_nav_item .dropdown4 > ul > li a:hover {
	cursor: pointer;
	color: #2158a4;
	text-decoration: underline;
}
.index_header_nav_item .dropdown4 > ul > li .dropdown5 ul li:not(:last-child) {
	margin-bottom: 0.625rem;
}
.index_header_nav_item .dropdown4 > ul > li .dropdown5 ul li a {
	font-size: 1rem;
	color: #2b2b2b;
	font-weight: 400;
	line-height: 1.6em;
	margin-bottom: 0;
}
.index_header_nav_item .dropdown4 > ul > li .dropdown5 ul li a:hover {
	cursor: pointer;
	color: #2158a4;
	text-decoration: none;
}
.index_header_nav_item .dropdown4 > ul > li .dropdown5 ul li.strong a {
	font-weight: 700;
}
.index_header_nav_item.active .nav-level > a {
	color: #2158a4;
}
.index_header_nav_item.active .nav-level > a::after {
	transform: scale(1);
	opacity: 1;
}
.index_header_nav_item:hover .nav-level > a {
	color: #2158a4;
}
.index_header_nav_item:hover .nav-level > a::after {
	transform: scale(1);
	opacity: 1;
}
.index_header_nav_item:hover .nav-level .dropdown, .index_header_nav_item:hover .nav-level .navlist {
	transform: translateX(-50%) rotateX(0);
	visibility: visible;
	opacity: 1;
}
.index_header_nav_item:hover .dropdown2, .index_header_nav_item:hover .dropdown3 {
	transform: rotateX(0);
	visibility: visible;
	opacity: 1;
}
.index_header_nav_item:hover .dropdown4 {
	transform: translateX(-50%) rotateX(0);
	visibility: visible;
	opacity: 1;
}
.index_header .rightbx {
	display: flex;
	align-items: center;
	height: 100%;
	z-index: 3;
}
.index_header .rightbx .searchbx {
	margin-right: 1.25rem;
}
.index_header .rightbx .searchbx form {
	position: relative;
	display: block;
	width: 8rem;
	height: 2.125rem;
}
.index_header .rightbx .searchbx form input::-webkit-input-placeholder, .index_header .rightbx .searchbx form textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.875rem;
 letter-spacing: 1px;
 color: #ccc;
}
.index_header .rightbx .searchbx form input:-moz-placeholder, .index_header .rightbx .searchbx form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.875rem;
 letter-spacing: 1px;
 color: #ccc;
}
.index_header .rightbx .searchbx form input::-moz-placeholder, .index_header .rightbx .searchbx form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.875rem;
 letter-spacing: 1px;
 color: #ccc;
}
.index_header .rightbx .searchbx form input:-ms-input-placeholder, .index_header .rightbx .searchbx form textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.875rem;
 letter-spacing: 1px;
 color: #ccc;
}
.index_header .rightbx .searchbx form input {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 0.75rem;
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 1.0625rem;
	font-size: 0.875rem;
	color: #111;
	box-sizing: border-box;
}
.index_header .rightbx .searchbx form button {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 2.125rem;
	height: 2.125rem;
	background-color: transparent;
	border: 0;
	font-size: 1rem;
	color: #111;
}
.index_header .rightbx .lang {
	position: relative;
}
.index_header .rightbx .lang_tl {
	display: flex;
	align-items: center;
	height: 2.25rem;
	margin-right: 1.25rem;
}
.index_header .rightbx .lang_tl:hover i, .index_header .rightbx .lang_tl:hover span {
	color: #2158a4;
}
.index_header .rightbx .lang_tl i {
	font-size: 1.125rem;
	color: #111;
	margin-right: 0.25rem;
}
.index_header .rightbx .lang_tl span {
	font-size: 1rem;
	color: #111;
}
.index_header .rightbx .lang_dropdown {
	position: absolute;
	top: 2.3125rem;
	left: 0;
	width: 100%;
	box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
	opacity: 0;
	transform: rotateX(90deg);
	transform-origin: 50% 0;
	overflow: hidden;
	transition: all 0.4s;
}
.index_header .rightbx .lang_dropdown ul {
	width: 100%;
}
.index_header .rightbx .lang_dropdown ul li a {
	display: block;
	width: 100%;
	height: 2.25rem;
	background-color: #fff;
	font-size: 1rem;
	color: #2b2b2b;
	line-height: 2.25rem;
	text-align: center;
}
.index_header .rightbx .lang_dropdown ul li a:hover {
	background-color: #2158a4;
	color: #fff;
}
.index_header .rightbx .lang:hover {
	cursor: pointer;
}
.index_header .rightbx .lang:hover .lang_dropdown {
	transform: rotateX(0);
	visibility: visible;
	opacity: 1;
}
.index_header .rightbx .tel h5 {
	font-size: 0.875rem;
	color: #111;
	font-weight: 400;
	margin-bottom: 0.5rem;
}
.index_header .rightbx .tel p {
	font-size: 1.125rem;
	color: #3166af;
	font-weight: 700;
}
.index_header.first {
	background: #fff;
	border-color: #d4d4d4 !important;
}
.index_header.first .index_header_nav_item > a {
	color: #1a1a1a;
}
.index_header.first .index_header_nav_item > a:hover {
	color: #2158a4;
}
.index_header.first .index_header_nav_item.active > a {
	color: #2158a4;
}
.index_header.first .rightbx .searchbx form input {
	border-color: #2b2b2b;
	color: #2b2b2b;
}
.index_header.first .rightbx .searchbx form button {
	color: #2b2b2b;
}
.index_header.first .rightbx .lang_tl {
	border-color: #2b2b2b;
}
.index_header.first .rightbx .lang_tl i, .index_header.first .rightbx .lang_tl span {
	color: #2b2b2b;
}
.index_header.top {
	background: transparent !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.index_header.top .index_header_nav_item > a {
	color: #fff !important;
}
.index_header.top .index_header_nav_item:hover > a {
	color: #2158a4 !important;
}
.index_header.top .index_header_nav_item.active > a {
	color: #2158a4 !important;
}
.index_header.top .rightbx .searchbx form input {
	border-color: #fff;
	color: #fff;
}
.index_header.top .rightbx .searchbx form button {
	color: #fff !important;
}
.index_header.top .rightbx .lang_tl {
	border-color: #fff;
}
.index_header.top .rightbx .lang_tl i, .index_header.top .rightbx .lang_tl span {
	color: #fff;
}
.index_header.top .rightbx .lang a {
	color: #2b2b2b;
}
.index_header.top .rightbx .lang a:hover {
	color: #fff;
}
.index_header.inner {
	background: #fff !important;
	border-color: #d4d4d4 !important;
}
.index_header.inner .index_header_nav_item > a {
	color: #1a1a1a !important;
}
.index_header.inner .index_header_nav_item > a:hover {
	color: #2158a4;
}
.index_header.inner .index_header_nav_item.active > a {
	color: #2158a4 !important;
}
.index_header.inner .rightbx .searchbx form input {
	border-color: #2b2b2b;
	color: #2b2b2b !important;
}
.index_header.inner .rightbx .searchbx form button {
	color: #2b2b2b !important;
}
.index_header.inner .rightbx .lang_tl {
	border-color: #2b2b2b;
}
.index_header.inner .rightbx .lang_tl i, .index_header.inner .rightbx .lang_tl span {
	color: #2b2b2b;
}
.index_banner {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	background-attachment: fixed;
	z-index: 1;
}
.index_banner_swiper {
	width: 100%;
	height: auto;
}
.index_banner_swiper .swiper-slide {
	position: relative;
	width: 100%;
}
.index_banner_swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}
.index_banner_swiper .swiper-slide-text {
	position: absolute;
	top: 55%;
	left: 0;
	transform: translate(0, -50%);
	width: 100%;
}
.index_banner_swiper .swiper-slide-text .textbd {
	max-width: 100%;
}
.index_banner_swiper .swiper-slide-text .textbd h2 {
	display: flex;
	font-size: 2.5rem;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1em;
}
.index_banner_swiper .swiper-slide-text .textbd strong {
	font-weight: 700;
}
.index_banner_swiper .swiper-slide-text .textbd h3 {
	font-size: 2.25rem;
	color: #fff;
	font-weight: normal;
	margin: 2.5rem 0 3.125rem;
}
.index_banner_swiper .swiper-slide-text .textbd .intro {
	margin-bottom: 5rem;
}
.index_banner_swiper .swiper-slide-text .textbd .intro p {
	font-size: 1.25rem;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.6em;
}
.index_banner_swiper .swiper-slide-text .textbd em {
	display: block;
	width: 4.375rem;
	height: 0.125rem;
	background-color: #fff;
	margin: 2.5rem 0 0;
}
.index_banner .swiper-pagination {
	display: flex;
	justify-content: center;
	bottom: 1.25rem;
}
.index_banner .swiper-pagination-bullet {
	position: relative;
	display: block;
	width: 0.75rem;
	height: 0.75rem;
	margin: 0 0.625rem;
	border: 1px solid rgba(255, 255, 255, 0);
	background-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	opacity: 1;
}
.index_banner .swiper-pagination-bullet::before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	transform: translate(-50%, -50%);
	display: block;
	width: 0.3125rem;
	height: 0.3125rem;
	border-radius: 50%;
	background-color: #fff;
}
.index_banner .swiper-pagination-bullet-active {
	border-color: #ffffff;
}
.index_banner_M {
	display: none;
}
.index_profile {
	position: relative;
	padding: 6.25rem 0 3.75rem;
	background: url(../images/about_bg.jpg) no-repeat center center;
	background-size: cover;
}
.index_profile .center {
	display: flex;
	justify-content: space-between;
}
.index_profile .center .textbx {
	width: 48.75%;
	margin-right: 0;
}
.index_profile .center .textbx_bd .title {
	margin-bottom: 2rem;
}
.index_profile .center .textbx_bd .title h3 {
	font-size: 2.375rem;
	color: #111;
	font-weight: bold;
}
.index_profile .center .textbx_bd .title span {
	display: block;
	font-size: 1.125rem;
	color: #999;
	margin: 1.125rem 0;
}
.index_profile .center .textbx_bd .title em {
	display: block;
	width: 3.125rem;
	height: 0.25rem;
	background-color: #2158a4;
	opacity: 0.5;
}
.index_profile .center .textbx_bd .intro h4 {
	font-size: 1.625rem;
	color: #111;
	font-weight: normal;
	margin-bottom: 3.125rem;
}
.index_profile .center .textbx_bd .intro p {
	font-size: 1rem;
	color: #111;
	line-height: 2em;
}
.index_profile .center .textbx_bd .intro p a {
	display: inline-block;
	color: #2158a4;
}
.index_profile .center .textbx_bd .intro p a i {
	display: inline-block;
	font-size: 1;
	font-weight: 700;
	transform: rotate(180deg);
	margin-left: 0.5;
}
.index_profile .center .videobx {
	margin-top: 2.5rem;
	width: 45.7%;
	height: 33.75rem;
	border-radius: 0.625rem;
	overflow: hidden;
	box-sizing: border-box;
}
.index_profile .center .videobx video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_profile .aboutNav {
	margin-top: 2rem;
}
.index_profile .aboutNav ul {
	display: flex;
	justify-content: space-between;
}
.index_profile .aboutNav ul li {
	width: 13.5%;
}
.index_profile .aboutNav ul li a {
	display: block;
	width: 100%;
	height: 3.75rem;
	background-color: #2158a4;
	border-radius: 0.625rem;
	font-size: 1.25rem;
	color: #fff;
	text-align: center;
	line-height: 3.75rem;
}
.index_numbox {
	width: 100%;
}
.index_numbox ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 2rem 0;
}
.index_numbox ul li .numbx {
	margin-bottom: 1.125rem;
}
.index_numbox ul li .numbx p {
	display: flex;
	align-items: flex-start;
	font-size: 1rem;
	color: #2158a4;
}
.index_numbox ul li .numbx p span {
	font-size: 3.75rem;
	font-weight: 700;
}
.index_numbox ul li > p {
	font-size: 0.875rem;
	color: #111;
	line-height: 1.5em;
}
.index_hot {
	position: relative;
	padding: 5rem 0 3.125rem;
	background: url(../images/hotbg.jpg) no-repeat center center;
	background: #ffffff;
	background-size: cover;
}
.index_hot .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3.125rem;
}
.index_hot .title_l h3 {
	font-size: 2.375rem;
	color: #111;
}
.index_hot .title_l span {
	display: inline-block;
	font-size: 1.125rem;
	color: #999;
	margin: 1.125rem 0;
}
.index_hot .title_l em {
	display: block;
	width: 3.125rem;
	height: 0.25rem;
	background-color: #3166af;
	opacity: 0.5;
}
.index_hot .title .morebtn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.875rem;
	padding: 0 1.5rem;
	border: 1px solid #3166af;
	border-radius: 1.4375rem;
	font-size: 1rem;
	color: #3166af;
	letter-spacing: 0.0625rem;
	transition: all 0.3s;
}
.index_hot .title .morebtn i {
	font-size: 1.25rem;
	color: #3166af;
	font-weight: 500;
	transform: rotate(180deg);
	margin-left: 0.5rem;
	transition: all 0.3s;
}
.index_hot .title .morebtn:hover {
	background-color: #3166af;
	color: #fff;
}
.index_hot .title .morebtn:hover i {
	color: #fff;
}
.index_hot .center {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index_hot .center .zhanwei {
	width: 23.75%;
	height: 0;
}
.index_hot .center .item {
	position: relative;
	width: 23.75%;
	margin-bottom: 1.875rem;
}
.index_hot .center .item_imgbx {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 17rem;
	background-color: #fff;
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.index_hot .center .item_imgbx img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.index_hot .center .item_imgbx .mask {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-131%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 30%;
	padding-top: 2%;
	background-color: rgba(49, 102, 175, 0.8);
	transition: all 0.4s ease 0.1s;
}
.index_hot .center .item_imgbx .mask h4 {
	font-size: 1.25rem;
	color: #fff;
	font-weight: normal;
	margin-bottom: 3%;
}
.index_hot .center .item_imgbx .mask .intro {
	max-width: 90%;
}
.index_hot .center .item_imgbx .mask .intro p {
	font-size: 0.875rem;
	color: #fff;
	line-height: 1.5rem;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.index_hot .center .item_textbx {
	opacity: 1;
	transition: all 0.3s;
}
.index_hot .center .item_textbx h4 {
	font-size: 1.25rem;
	color: #111;
	line-height: 3.75rem;
	text-align: center;
	font-weight: 400;
}
.index_hot .center .item:hover .item_imgbx img {
	transform: scale(1.05);
}
.index_hot .center .item:hover .item_imgbx .mask {
	transform: translateY(0);
}
.index_newproduct {
	background-color: #f5f8fb;
	padding: 3.125rem 0;
}
.index_newproduct .center {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2.5rem;
}
.index_newproduct .center .null {
	width: 31.625%;
	height: 0;
}
.index_newproduct .center .item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 31.625%;
	height: 20rem;
	margin-bottom: 2.8125rem;
	background: #FEFEFE;
}
.index_newproduct .center .item img {
	display: block;
	max-width: 80%;
	max-height: 80%;
	object-fit: contain;
}
.index_newproduct .center .item .textbx {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 3.125rem;
	background-color: rgba(0, 43, 104, 0.3);
	transition: all 0.3s;
}
.index_newproduct .center .item .textbx h4 {
	font-size: 1.125rem;
	color: #fff;
	font-weight: 400;
	text-align: center;
	line-height: 3.125rem;
}
.index_newproduct .center .item:first-child, .index_newproduct .center .item:nth-child(2) {
	width: 48.75%;
	height: 25rem;
	/*	background: url(../images/newproductbg.png) no-repeat center center;
	background-size: cover;
*/
	background: #ffffff;
}
.index_newproduct .center .item:hover .textbx {
	background-color: rgba(0, 43, 104, 0.6);
}


/*热卖产品开始*/
.index_newproduct .center01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2.5rem;
}
.index_newproduct .center01 .null {
	width: 23.75%;
	height: 0;
}
.index_newproduct .center01 .item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 23.75%;
	height: 20rem;
	margin-bottom: 2.8125rem;
	background: #FEFEFE;
}
.index_newproduct .center01 .item img {
	display: block;
	max-width: 80%;
	max-height: 80%;
	object-fit: contain;
}
.index_newproduct .center01 .item .textbx {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 4.125rem;
	background-color: rgba(0, 43, 104, 0.3);
	transition: all 0.3s;
}
.index_newproduct .center01 .item .textbx h4 {
	font-size: 1.125rem;
	color: #fff;
	font-weight: 400;
	text-align: center;
	line-height: 2.125rem;
}
.index_newproduct .center01 .item:hover .textbx {
	background-color: rgba(0, 43, 104, 0.6);
}
/*热卖产品结束*/


.index_use {
	padding: 3.125rem 0;
	background-color: #c5d2de;
}
.index_use .center {
	display: flex;
	justify-content: space-between;
	margin-top: 2.5rem;
}
.index_use .center_M {
	display: none;
}
.index_use .center .list {
	width: 16.625%;
}
.index_use .center .list ul {
	width: 100%;
}
.index_use .center .list ul li {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 6.75rem;
	padding: 0 13%;
	background-color: #fff;
	transition: all 0.3s;
}
.index_use .center .list ul li::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 0.625rem solid transparent;
	opacity: 0;
	transition: all 0.3s;
}
.index_use .center .list ul li:not(:last-child) {
	border-bottom: 1px solid #fff;
}
.index_use .center .list ul li.show {
	background: linear-gradient(45deg, #3166af, #7ea6e4);
}
.index_use .center .list ul li.show::after {
	opacity: 0.8;
}
.index_use .center .list ul li.show .iconbx img {
	transform: translateY(-50%);
}
.index_use .center .list ul li.show h4 {
	color: #fff;
}
.index_use .center .list ul li .iconbx {
	position: relative;
	width: 3.125rem;
	height: 3.125rem;
	overflow: hidden;
	margin-right: 1.5rem;
}
.index_use .center .list ul li .iconbx img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	object-fit: contain;
}
.index_use .center .list ul li h4 {
	font-size: 1.125rem;
	color: #111;
	font-weight: 400;
}
.index_use .center .list.list1 ul li::after {
	right: -1.25rem;
	border-left-color: #2158a4;
}
.index_use .center .list.list2 ul li::after {
	left: -1.25rem;
	border-right-color: #2158a4;
}
.index_use .center .profilebx {
	flex: 1;
	width: 0;
	height: 40.625rem;
	padding: 0 0.625rem;
	overflow: hidden;
}
.index_use .center .profilebx .bdlist {
	width: 100%;
	height: 100%;
}
.index_use .center .profilebx .bdlist .item {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
}
.index_use .center .profilebx .bdlist .item.active {
	display: block;
}
.index_use .center .profilebx .bdlist .item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_use .center .profilebx .bdlist .item_mask {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 13rem;
}
.index_use .center .profilebx .bdlist .item_mask .text {
	flex: 1;
	width: 0;
	height: 100%;
	padding: 3% 7%;
	background-color: rgba(0, 0, 0, 0.5);
}
.index_use .center .profilebx .bdlist .item_mask .text .md:not(:last-child) {
	margin-bottom: 2%;
}
.index_use .center .profilebx .bdlist .item_mask .text h5 {
	font-size: 1rem;
	color: #fff;
	margin-bottom: 0.625rem;
}
.index_use .center .profilebx .bdlist .item_mask .text .intro p {
	font-size: 0.875rem;
	color: #fff;
	line-height: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index_use .center .profilebx .bdlist .item_mask .text .aproduct {
	display: flex;
	justify-content: flex-start;
}
.index_use .center .profilebx .bdlist .item_mask .text .aproduct li {
	margin-right: 1.875rem;
}
.index_use .center .profilebx .bdlist .item_mask .text .aproduct li a {
	font-size: 1rem;
	color: #fff;
}
.index_use .center .profilebx .bdlist .item_mask .right {
	width: 15.8%;
	height: 100%;
	background-color: #fff;
}
.index_use .center .profilebx .bdlist .item_mask .right a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.index_use .center .profilebx .bdlist .item_mask .right a span {
	font-size: 1.25rem;
	color: #2158a4;
	font-weight: 700;
	margin-bottom: 15%;
}
.index_use .center .profilebx .bdlist .item_mask .right a i {
	font-size: 1.5rem;
	color: #2158a4;
	transform: rotate(180deg);
}
.index_news {
	padding: 3.125rem 0 6.25rem;
}
.index_news .title {
	margin-bottom: 2rem;
}
.index_news .title_l h3 {
	font-size: 2.375rem;
	color: #111;
}
.index_news .title_l span {
	display: inline-block;
	font-size: 1.125rem;
	color: #999;
	margin: 1.125rem 0;
}
.index_news .title_l em {
	display: block;
	width: 3.125rem;
	height: 0.25rem;
	background-color: #2158a4;
	opacity: 0.5;
}
.index_news .title_l p {
	font-size: 1.625rem;
	color: #fff;
	margin-top: 3.125rem;
}
.index_news .title .title_l {
	width: 100%;
}
.index_news .title .type {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin-top: 1rem;
}
.index_news .title .type li {
	position: relative;
	padding: 0 1.625rem;
	height: 2.25rem;
	border-radius: 1.125rem;
	border: 1px solid #2158a4;
	margin-right: 1rem;
}
.index_news .title .type li:hover {
	cursor: pointer;
}
.index_news .title .type li.active {
	background-color: #2158a4;
}
.index_news .title .type li.active span {
	color: #fff;
}
.index_news .title .type li span {
	font-size: 1rem;
	color: #2158a4;
	line-height: 2.25rem;
}
.index_news .center_bd {
	display: none;
}
.index_news .center_bd.active {
	display: block;
}
.index_news .center .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
.index_news .center .list .null {
	width: 31.25%;
	height: 0;
}
.index_news .center .list .item {
	position: relative;
	width: 24%;
	border-radius: 0.625rem;
	background-color: #fff;
	overflow: hidden;
	transition: all 0.4s;
}
.index_news .center .list .item_imgbx {
	width: 100%;
	height: 15rem;
	border-radius: 0.625rem;
	overflow: hidden;
}
.index_news .center .list .item_imgbx img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.index_news .center .list .item_textbx {
	width: 100%;
	padding: 1.25rem 1rem;
}
.index_news .center .list .item_textbx h4 {
	font-size: 1.325rem;
	color: #111;
	font-weight: normal;
	line-height: 1.4em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index_news .center .list .item_textbx span {
	display: inline-block;
	font-size: 1.125rem;
	color: #999;
	margin: 1rem 0 0;
}
.index_news .center .list .item:hover {
	background-color: #f6f6f6;
}
.index_news .center .list .item:hover .item_imgbx img {
	transform: scale(1.06);
}
.index_news .center .list .item:hover .item_textbx h4 {
	color: #2158a4;
}
.index_news .center .morebtn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 9.375rem;
	height: 2.875rem;
	padding: 0 1.5rem;
	margin: 0 auto;
	border: 1px solid #2158a4;
	border-radius: 1.4375rem;
	font-size: 1rem;
	color: #2158a4;
	letter-spacing: 0.0625rem;
	transition: all 0.3s;
}
.index_news .center .morebtn:hover {
	cursor: pointer;
	background-color: #2158a4;
	color: #fff;
}
.index_news .center .morebtn:hover i {
	color: #fff;
}
.index_news .center .morebtn i {
	font-size: 1.25rem;
	color: #2158a4;
	font-weight: 500;
	transform: rotate(180deg);
	margin-left: 0.5rem;
	transition: all 0.3s;
}
.index_footer {
	background-color: #1f4a87;
}
.index_footer_center {
	padding: 3.75rem 0 2.5rem;
}
.index_footer_center .w1600 {
	display: flex;
	justify-content: space-between;
}
.index_footer_center .leftbx {
	width: 14.5%;
	padding-top: 1.875rem;
	border-right: 1px solid rgba(217, 217, 217, 0.1);
}
.index_footer_center .leftbx .footlogo {
	width: 65%;
	height: auto;
	margin-bottom: 3.125rem;
}
.index_footer_center .leftbx .footlogo img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}
.index_footer_center .leftbx .info h4 {
	font-size: 1rem;
	color: #fff;
	font-weight: normal;
	margin-bottom: 1rem;
}
.index_footer_center .leftbx .info p {
	font-size: 1.375rem;
	color: #fff;
	font-weight: bold;
}
.index_footer_center .links {
	flex: 1;
	display: flex;
	justify-content: space-evenly;
	width: 0;
}
.index_footer_center .links dl dt {
	margin-bottom: 1.5rem;
}
.index_footer_center .links dl dt a {
	font-size: 1.125rem;
	color: #fff;
	font-weight: normal;
}
.index_footer_center .links dl dt a:hover {
	text-decoration: underline;
}
.index_footer_center .links dl dd:not(:last-child) {
	margin-bottom: 0.875rem;
}
.index_footer_center .links dl dd a {
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.6);
	transition: all 0.3s;
}
.index_footer_center .links dl dd a:hover {
	color: #ffffff;
}
.index_footer_center .rightbx {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 13.4%;
	padding-top: 1.875rem;
	border-left: 1px solid rgba(217, 217, 217, 0.1);
}
.index_footer_center .rightbx .imgbx {
	max-width: 90%;
	height: auto;
}
.index_footer_center .rightbx .imgbx img {
	display: block;
	max-width: 100%;
	height: auto;
	object-fit: cover;
	margin-bottom: 1rem;
}
.index_footer_center .rightbx .imgbx h4 {
	font-size: 1rem;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
.index_footer_copyright {
	height: 4.875rem;
	box-sizing: border-box;
}
.index_footer_copyright .w1600 {
	height: 100%;
}
.index_footer_copyright .center {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 100%;
	border-top: 1px solid rgba(217, 217, 217, 0.3);
}
.index_footer_copyright .center p, .index_footer_copyright .center a {
	display: flex;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.2);
}
.index_footer_copyright .center a:hover {
	color: #fff;
}
.about_profile {
	padding: 4rem 0;
}
.about_profile .head {
	font-size: 1.875rem;
	color: #111;
	font-weight: normal;
	margin-bottom: 2.25rem;
}
.about_profile .content p {
	font-size: 1rem;
	color: #333;
	line-height: 2rem;
	text-indent: 2em;
}
.about_profile .content img {
	display: block;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}
.about_path {
	padding: 4rem 0 6.25rem;
}
.about_path .head {
	font-size: 1.875rem;
	color: #111;
	font-weight: normal;
	margin-bottom: 2.25rem;
}
.about_path .content {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.about_path .content .bg {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 8.9375rem;
	height: auto;
}
.about_path .content .bg img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}
.about_path .content .item {
	width: 100%;
}
.about_path .content .item:not(:nth-child(2)) {
 margin-top: 0;
}
.about_path .content .item_bd {
	width: 44%;
}
.about_path .content .item_bd span {
	display: block;
	font-size: 2.875rem;
	color: #111;
	font-weight: 700;
	margin-bottom: 1.25rem;
}
.about_path .content .item_bd .text p {
	font-size: 1rem;
	color: #666;
	line-height: 2rem;
}
.about_path .content .item:nth-child(even) .item_bd {
	margin-left: auto;
}
.about_path .content .item:nth-child(odd) .item_bd {
	margin-right: auto;
}
.about_path .content .item:nth-child(odd) .item_bd span {
	text-align: right;
}
.about_path .content .item:nth-child(odd) .item_bd .text p {
	text-align: right;
}
.about_path .content_M {
	display: none;
}
.about_culture_hd {
	display: flex;
	align-items: flex-end;
}
.about_culture_hd h3 {
	font-size: 1.875rem;
	color: #111;
	font-weight: 400;
	margin-right: 0.25rem;
}
.about_culture_hd p {
	font-size: 1rem;
	color: rgba(17, 17, 17, 0.5);
}
.about_culture_hd_01 {
}
.about_culture_hd_01 h3 {
	font-size: 3rem;
	color: #111;
	font-weight: 400;
	margin-right: 0.25rem;
}
.about_culture_hd_01 p {
	font-size: 1.875rem;
	color: #111;
	font-weight: 400;
}
.about_culture .mission {
	padding: 4rem 0;
}
.about_culture .mission_bd {
	margin-top: 3.125rem;
}
.about_culture .mission_bd p {
	font-size: 1rem;
	color: #333;
	line-height: 2.25rem;
	text-indent: 2em;
}
.about_culture .mission_bd img {
	display: block;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}
.about_culture .vision {
	padding: 8.75rem 0;
	background: url(../images/culturebg3.jpg) no-repeat center center;
	background-size: cover;
}
.about_culture .vision .about_culture_hd h3 {
	color: #fff;
}
.about_culture .vision .about_culture_hd p {
	color: rgba(255, 255, 255, 0.5);
}
.about_culture .vision_bd {
	margin-top: 3rem;
}
.about_culture .vision_bd p {
	font-size: 1.125rem;
	color: #fff;
	line-height: 2.25rem;
	text-indent: 2em;
}
.about_culture .idea {
	background-color: #fff;
	padding: 6.25rem 0 1.25rem;
}
.about_culture .idea_bd {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 4rem;
}
.about_culture .idea_bd .zhanwei {
	width: 27.8%;
	height: 0;
}
.about_culture .idea_bd .item {
	width: 27.8%;
	margin-bottom: 5rem;
}
.about_culture .idea_bd .item_txt {
	width: 100%;
	padding-bottom: 1.75rem;
	border-bottom: 1px solid #ccc;
}
.about_culture .idea_bd .item_txt h4 {
	font-size: 1.25rem;
	color: #111;
	font-weight: 400;
	margin-bottom: 0.5rem;
}
.about_culture .idea_bd .item_txt h5 {
	font-size: 1rem;
	color: #111;
	font-weight: 400;
	line-height: 1.6em;
	margin-bottom: 0.75rem;
}
.about_culture .idea_bd .item_txt p {
	font-size: 0.75rem;
	color: #999;
	line-height: 1.625rem;
}
.about_culture .values {
	padding: 5rem 0;
	background: #f5f5f5;
}
.about_culture .values_center {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about_culture .values_center .text {
	width: 44.3%;
}
.about_culture .values_center .text .intro {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 3.875rem;
}
.about_culture .values_center .text .intro p {
	width: 48%;
	font-size: 1rem;
	color: #666;
	line-height: 2.5rem;
}
.about_culture .values_center .imgbx {
	width: 55.7%;
	height: 20rem;
}
.about_culture .values_center .imgbx img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_style {
	padding-top: 4rem;
}
.about_style .head {
	font-size: 1.875rem;
	color: #111;
	font-weight: normal;
	margin-bottom: 2.25rem;
}
.about_style .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about_style .content .null {
	width: 31.25%;
	height: 0;
}
.about_style .content .item {
	position: relative;
	width: 31.25%;
}
.about_style .content .item:hover .item_imgbx img {
	transform: scale(1.05);
}
.about_style .content .item:hover .textbx h4 {
	color: #2158a4;
}
.about_style .content .item_imgbx {
	width: 100%;
	height: 18.75rem;
	overflow: hidden;
}
.about_style .content .item_imgbx img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.about_style .content .item .textbx {
	width: 100%;
	height: 8.125rem;
	padding: 0.625rem 0;
}
.about_style .content .item .textbx h4 {
	font-size: 1rem;
	color: #111;
	line-height: 1.5em;
	margin-bottom: 0.625rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
}
.about_style .content .item .textbx span {
	font-size: 0.875rem;
	color: #666;
}
.about_styledetail {
	padding: 4rem 0;
}
.about_styledetail .content_title {
	margin-bottom: 1.5rem;
}
.about_styledetail .content_title h3 {
	font-size: 1.875rem;
	color: #111;
	font-weight: normal;
	margin-bottom: 1.25rem;
}
.about_styledetail .content_title span {
	font-size: 1.125rem;
	color: #999;
}
.about_styledetail .content_bd p {
	font-size: 1rem;
	color: #111;
	line-height: 2em;
}
.about_styledetail .content_bd img {
	display: block;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}
.about_certificate {
	padding: 4rem 0 5rem;
}
.about_certificate .head {
	font-size: 1.875rem;
	color: #111;
	font-weight: normal;
	margin-bottom: 2.25rem;
}
.about_certificate .content .type {
	margin-bottom: 2.5rem;
}
.about_certificate .content .type ul {
	display: flex;
}
.about_certificate .content .type ul li:not(:last-child) {
	margin-right: 2.5rem;
}
.about_certificate .content .type ul li.active a {
	background-color: #2158a4;
	color: #fff;
}
.about_certificate .content .type ul li a {
	display: block;
	width: auto;
	height: 2.5rem;
	padding: 0 1.25rem;
	font-size: 1.25rem;
	color: #111;
	line-height: 2.5rem;
	background-color: #fff;
	border-radius: 0.625rem;
}
.about_certificate .content_bd {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about_certificate .content_bd .null {
	width: 23.125%;
	height: 0;
}
.about_certificate .content_bd .item {
	position: relative;
	width: 23.125%;
	margin-bottom: 3.125rem;
	background-color: #f8f8f8;
}
.about_certificate .content_bd .item:hover {
	cursor: pointer;
}
.about_certificate .content_bd .item:hover .mask {
	opacity: 1;
}
.about_certificate .content_bd .item_imgbx {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 26.875rem;
	padding: 1.875rem 3.125rem;
	box-sizing: border-box;
}
.about_certificate .content_bd .item_imgbx img {
	display: block;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}
.about_certificate .content_bd .item_text {
	width: 100%;
	min-height: 3.125rem;
	padding: 0 1rem;
}
.about_certificate .content_bd .item_text h4 {
	font-size: 0.875rem;
	color: #111;
	line-height: 1.7em;
	font-weight: normal;
	text-align: center;
}
.about_certificate .content_bd .item .mask {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-bottom: 10%;
	background-color: rgba(255, 255, 255, 0.5);
	pointer-events: none;
	opacity: 0;
	transition: all 0.4s;
}
.about_certificate .content_bd .item .mask i {
	font-size: 3.5rem;
	color: #111;
}
.about_strength .content {
	padding: 4rem 0 5rem;
}
.about_strength .content h3 {
	font-size: 1.875rem;
	color: #111;
	font-weight: normal;
}
.about_strength .content h4 {
	font-size: 1.25rem;
	color: #333;
	font-weight: normal;
	margin-bottom: 1.25rem;
}
.about_strength .content p {
	font-size: 1rem;
	color: #333;
	line-height: 2em;
}
.about_strength .content img {
	display: block;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}
.about_charitable {
	padding: 4rem 0;
}
.about_charitable h3 {
	font-size: 1.875rem;
	color: #111;
	font-weight: 400;
	margin-bottom: 2.5rem;
}
.about_charitable .content {
	margin-bottom: 2.5rem;
}
.about_charitable .content .item {
	display: flex;
	align-items: center;
	padding: 2rem 1.875rem;
	background: #f5f5f5;
}
.about_charitable .content .item:not(:last-child) {
	margin-bottom: 1.625rem;
}
.about_charitable .content .item_img {
	width: 28.3%;
	height: 13.75rem;
}
.about_charitable .content .item_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_charitable .content .item_txt {
	flex: 1;
	width: 0;
	padding-left: 1.25rem;
}
.about_charitable .content .item_txt h4 {
	font-size: 1.625rem;
	color: #111;
	font-weight: 400;
	margin-bottom: 1.875rem;
}
.about_charitable .content .item_txt p {
	font-size: 1rem;
	color: #333;
	line-height: 2.25rem;
}
.job_content {
	padding: 4rem 0;
}
.job_content .title {
	margin-bottom: 3rem;
}
.job_content .title span {
	font-size: 1.125rem;
	color: #111;
}
.job_content .title h3 {
	font-size: 2.75rem;
	color: #111;
	margin-top: 1.5rem;
}
.job_content .center_head {
	display: flex;
	width: 100%;
	height: 4.375rem;
	padding: 0 2.5%;
	background-color: #f1f1f1;
	border-radius: 0.25rem;
}
.job_content .center_head_md {
	display: flex;
	align-items: center;
	width: 20%;
}
.job_content .center_head_md p {
	font-size: 1.125rem;
	line-height: 1.5em;
	color: #111;
	letter-spacing: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.job_content .center .list {
	padding: 0 2.5%;
	margin-bottom: 2.5rem;
	background-color: #fbfbfb;
}
.job_content .center .item {
	width: 100%;
}
.job_content .center .item:not(:last-child) {
	border-bottom: 1px solid #eee;
}
.job_content .center .item_hd {
	display: flex;
	width: 100%;
	height: 4.375rem;
}
.job_content .center .item_hd:hover {
	cursor: pointer;
}
.job_content .center .item_hd_md {
	position: relative;
	width: 20%;
}
.job_content .center .item_hd_md p {
	font-size: 1.125rem;
	color: #111;
	line-height: 4.375rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.job_content .center .item_hd_md .xiala {
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 2rem;
	color: #333;
	transition: all 0.3s;
}
.job_content .center .item_bd {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 0.6s;
}
.job_content .center .item_bd .detail_text {
	display: flex;
	padding: 1.875rem 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.job_content .center .item_bd .detail_text .md {
	position: relative;
	width: 50%;
}
.job_content .center .item_bd .detail_text .md:not(:last-child)::after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #eee;
}
.job_content .center .item_bd .detail_text .md:first-child {
	padding-right: 5%;
}
.job_content .center .item_bd .detail_text .md:last-child {
	padding-left: 5%;
}
.job_content .center .item_bd .detail_text .md h4 {
	font-size: 1.125rem;
	color: #111;
	line-height: 1.5em;
	margin-bottom: 0.5rem;
}
.job_content .center .item_bd .detail_text .md p {
	font-size: 1rem;
	color: #111;
	line-height: 2em;
}
.job_content .center .item_bd .detail_emailbtn {
	padding: 1.25rem 0;
}
.job_content .center .item_bd .detail_emailbtn a {
	display: block;
	width: 7.5rem;
	height: 2.5rem;
	background-color: #2158a4;
	border-radius: 1.25rem;
	margin: 0 auto;
	font-size: 1rem;
	color: #fff;
	line-height: 2.5rem;
	text-align: center;
}
.job_content .center .item.active .item_hd_md .xiala {
	transform: translateY(-50%) rotate(0deg);
}
.job_content .center .item.active .item_bd {
	max-height: 60rem;
	overflow: hidden;
	opacity: 1;
}
.job_content .center .morebtn {
	width: 7.5rem;
	height: 2.5rem;
	margin: 0 auto;
}
.job_content .center .morebtn a {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #2158a4;
	border-radius: 1.25rem;
	margin: 0 auto;
	font-size: 1rem;
	color: #2158a4;
	line-height: 2.5rem;
	text-align: center;
	transition: all 0.3s;
}
.job_content .center .morebtn a:hover {
	background-color: #2158a4;
	color: #fff;
}
.join_adva {
	padding: 3.125rem 0;
}
.join_adva .center {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.join_adva .center .textbx {
	width: 39.375%;
}
.join_adva .center .textbx_hd {
	margin-bottom: 3rem;
}
.join_adva .center .textbx_hd span {
	font-size: 1.125rem;
	color: #111;
}
.join_adva .center .textbx_hd h3 {
	font-size: 2.75rem;
	color: #111;
	margin-top: 1.5rem;
}
.join_adva .center .textbx_bd p {
	font-size: 1rem;
	color: #111;
	line-height: 2em;
}
.join_adva .center .textbx_bd .iconfont {
	font-size: 1.5rem;
	color: #1b55a6;
	opacity: 0.5;
}
.join_adva .center .imgbx {
	width: 57.5%;
	height: auto;
}
.join_adva .center .imgbx img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}
.join_require {
	padding: 3.75rem 0;
	background-color: #eaf1f8;
}
.join_require .title {
	margin-bottom: 3rem;
}
.join_require .title span {
	font-size: 1.125rem;
	color: #111;
}
.join_require .title h3 {
	font-size: 2.75rem;
	color: #111;
	margin-top: 1.5rem;
}
.join_require .center .list1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2.5rem;
}
.join_require .center .list1 .item {
	width: 48.75%;
	padding: 3%;
}
.join_require .center .list1 .item h4 {
	font-size: 1.25rem;
	color: #fff;
	padding-left: 0.625rem;
	margin-bottom: 1.25rem;
	border-left: 0.1875rem solid #b5d2ff;
}
.join_require .center .list1 .item .intro p {
	font-size: 0.875rem;
	color: #fff;
	line-height: 1.875rem;
}
.join_require .center .list1 .item:first-child {
	background: url(../images/joinbg1.jpg) no-repeat center center;
	background-size: cover;
}
.join_require .center .list1 .item:last-child {
	background: url(../images/joinbg2.jpg) no-repeat center center;
	background-size: cover;
}
.join_require .center .list2 h4 {
	font-size: 1.25rem;
	color: #111;
	padding-left: 0.625rem;
	margin-bottom: 1rem;
	border-left: 0.1875rem solid #b5d2ff;
}
.join_require .center .list2 ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.join_require .center .list2 ul li {
	position: relative;
	width: 14.375%;
	height: 10rem;
	background-color: #fff;
}
.join_require .center .list2 ul li:not(:nth-child(6n)) {
 margin-right: calc(13.75% / 5);
}
.join_require .center .list2 ul li:hover .bg {
	opacity: 1;
}
.join_require .center .list2 ul li:hover .text i, .join_require .center .list2 ul li:hover .text h5 {
	color: #fff;
}
.join_require .center .list2 ul li:hover .text em {
	background-color: #fff;
}
.join_require .center .list2 ul li .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/joinbg3.jpg) no-repeat center center;
	background-size: cover;
	opacity: 0;
	z-index: 1;
	transition: all 0.4s;
}
.join_require .center .list2 ul li .text {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 10% 0;
	z-index: 2;
}
.join_require .center .list2 ul li .text i {
	font-size: 3rem;
	color: #878787;
	transition: all 0.4s;
}
.join_require .center .list2 ul li .text h5 {
	font-size: 1.25rem;
	color: #111;
	margin: 0.625rem 0 1rem;
	transition: all 0.4s;
}
.join_require .center .list2 ul li .text em {
	display: block;
	width: 2.5rem;
	height: 0.125rem;
	background-color: rgba(0, 43, 104, 0.5);
	transition: all 0.4s;
}
.join_contact {
	padding: 7.5rem 0 5rem;
}
.join_contact .center {
	display: flex;
	justify-content: space-between;
}
.join_contact .center_l_title {
	margin-bottom: 3rem;
}
.join_contact .center_l_title span {
	font-size: 1.125rem;
	color: #111;
}
.join_contact .center_l_title h3 {
	font-size: 2.75rem;
	color: #111;
	margin-top: 1.5rem;
}
.join_contact .center_l_bd ul li {
	display: flex;
}
.join_contact .center_l_bd ul li:not(:last-child) {
	margin-bottom: 2.5rem;
}
.join_contact .center_l_bd ul li i {
	font-size: 1.325rem;
	color: #111;
	margin-right: 1rem;
}
.join_contact .center_l_bd ul li p {
	font-size: 1.25rem;
	color: #111;
}
.join_contact .center_r {
	width: 65%;
}
.join_contact .center_r .formbx {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.join_contact .center_r .formbx_item {
	width: 48%;
	height: 3.125rem;
	margin-bottom: 2.5rem;
}
.join_contact .center_r .formbx_item input::-webkit-input-placeholder, .join_contact .center_r .formbx_item textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 1.125rem;
 letter-spacing: 1px;
 color: #999;
}
.join_contact .center_r .formbx_item input:-moz-placeholder, .join_contact .center_r .formbx_item textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1.125rem;
 letter-spacing: 1px;
 color: #999;
}
.join_contact .center_r .formbx_item input::-moz-placeholder, .join_contact .center_r .formbx_item textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1.125rem;
 letter-spacing: 1px;
 color: #999;
}
.join_contact .center_r .formbx_item input:-ms-input-placeholder, .join_contact .center_r .formbx_item textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 1.125rem;
 letter-spacing: 1px;
 color: #999;
}
.join_contact .center_r .formbx_item input {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 1.25rem;
	border: 1px solid #f1f1f1;
	box-sizing: border-box;
	font-size: 1.125rem;
	color: #111;
}
.join_contact .center_r .formbx_text {
	width: 100%;
	height: 11.25rem;
	margin-bottom: 2.5rem;
}
.join_contact .center_r .formbx_text input::-webkit-input-placeholder, .join_contact .center_r .formbx_text textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 1.125rem;
 letter-spacing: 1px;
 color: #999;
}
.join_contact .center_r .formbx_text input:-moz-placeholder, .join_contact .center_r .formbx_text textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1.125rem;
 letter-spacing: 1px;
 color: #999;
}
.join_contact .center_r .formbx_text input::-moz-placeholder, .join_contact .center_r .formbx_text textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1.125rem;
 letter-spacing: 1px;
 color: #999;
}
.join_contact .center_r .formbx_text input:-ms-input-placeholder, .join_contact .center_r .formbx_text textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 1.125rem;
 letter-spacing: 1px;
 color: #999;
}
.join_contact .center_r .formbx_text textarea {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1.25rem;
	outline: none;
	border: 1px solid #f1f1f1;
	resize: none;
	box-sizing: border-box;
	font-size: 1.125rem;
	color: #111;
	line-height: 1.5em;
}
.join_contact .center_r .formbx_btnbx {
	width: 100%;
}
.join_contact .center_r .formbx_btnbx button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 9.375rem;
	height: 2.875rem;
	background-color: #fff;
	border: 1px solid #2158a4;
	outline: none;
	border-radius: 1.4375rem;
	font-size: 1.25rem;
	color: #2158a4;
	line-height: 3.125rem;
	text-align: center;
	transition: all 0.3s;
}
.join_contact .center_r .formbx_btnbx button i {
	font-size: 1.25rem;
	color: #2158a4;
	transform: rotate(180deg);
}
.join_contact .center_r .formbx_btnbx button:hover {
	cursor: pointer;
	background-color: #2158a4;
	color: #fff;
}
.join_contact .center_r .formbx_btnbx button:hover i {
	color: #fff;
}
.product_content {
	padding: 3.125rem 0 5rem;
}
.product_content .leftbox {
	float: left;
	width: 20%;
}
.product_content .leftbox_hd {
	background-color: #656565;
	padding: 1.75rem 1.25rem;
}
.product_content .leftbox_hd h3 {
	font-size: 1.625rem;
	color: #fff;
	margin-bottom: 0.75rem;
}
.product_content .leftbox_hd p {
	font-size: 0.875rem;
	color: #fff;
}
.product_content .leftbox_bd .cd-product-menu {
	width: 100%;
}
.product_content .leftbox_bd .cd-product-menu ul {
	/* by default hide all sub menus */
	display: none;
}
.product_content .leftbox_bd .cd-product-menu > li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.product_content .leftbox_bd .cd-product-menu > li .level1, .product_content .leftbox_bd .cd-product-menu > li .level2 {
	display: flex;
	align-items: center;
	padding: 0 1.75rem 0 1.875rem;
	transition: all 0.3s;
}
.product_content .leftbox_bd .cd-product-menu > li .level1 a, .product_content .leftbox_bd .cd-product-menu > li .level2 a {
	flex: 1;
	font-size: 1rem;
	font-weight: 700;
	color: #333;
	line-height: 2.75rem;
	transition: all 0.3s;
}
.product_content .leftbox_bd .cd-product-menu > li .level1 i, .product_content .leftbox_bd .cd-product-menu > li .level2 i {
	font-size: 1rem;
	color: #333;
	transform: rotate(90deg);
	transition: all 0.3s;
}
.product_content .leftbox_bd .cd-product-menu > li .level1.active i, .product_content .leftbox_bd .cd-product-menu > li .level2.active i {
	transform: rotate(0);
}
.product_content .leftbox_bd .cd-product-menu > li .level1 {
	padding: 0 1.25rem;
	background-color: #002b68;
}
.product_content .leftbox_bd .cd-product-menu > li .level1 a, .product_content .leftbox_bd .cd-product-menu > li .level1 i {
	color: #fff;
}
.product_content .leftbox_bd .cd-product-menu > li .dropdown1 {
	display: flex;
}
.product_content .leftbox_bd .cd-product-menu a {
	position: relative;
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 0.875rem;
	line-height: 2.375rem;
}
.product_content .leftbox_bd .has-children.active > .level1 > a {
	color: #2158a4;
}
.product_content .leftbox_bd .cd-product-menu > li:last-of-type > a {
	box-shadow: none;
}
.product_content .leftbox_bd .cd-product-menu ul ul a {
	padding-left: 1.875rem;
}
.product_content .leftbox_bd .has-children > .dropdown > li > a {
	font-weight: normal;
}
.product_content .leftbox_bd .dropdown {
	background-color: #656565;
}
.product_content .leftbox_bd .dropdown1 {
	display: flex;
	flex-wrap: wrap;
}
.product_content .leftbox_bd .dropdown1 li {
	display: flex;
	align-items: center;
	width: 50%;
	height: 2.5rem;
	padding: 0 0.625rem;
}
.product_content .leftbox_bd .dropdown1 li a {
	display: inline-block;
	padding: 0 0.5rem;
	line-height: 1.75rem;
	background-color: transparent;
}
.product_content .leftbox_bd .dropdown1 li a:hover {
	background-color: #002b68;
}
.product_content .rightbox {
	float: right;
	width: 79%;
}
.product_content .rightbox .searchbox {
	width: 100%;
	height: 3.125rem;
	margin-bottom: 2.25rem;
	box-sizing: border-box;
}
.product_content .rightbox .searchbox form {
	display: flex;
	width: 60%;
	height: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 1.5625rem;
	margin: 0 auto;
}
.product_content .rightbox .searchbox form input::-webkit-input-placeholder, .product_content .rightbox .searchbox form textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.875rem;
 letter-spacing: 0.0625rem;
 color: #333;
}
.product_content .rightbox .searchbox form input:-moz-placeholder, .product_content .rightbox .searchbox form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.875rem;
 letter-spacing: 0.0625rem;
 color: #333;
}
.product_content .rightbox .searchbox form input::-moz-placeholder, .product_content .rightbox .searchbox form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.875rem;
 letter-spacing: 0.0625rem;
 color: #333;
}
.product_content .rightbox .searchbox form input:-ms-input-placeholder, .product_content .rightbox .searchbox form textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.875rem;
 letter-spacing: 0.0625rem;
 color: #333;
}
.product_content .rightbox .searchbox form input {
	flex: 1;
	width: 0;
	height: 100%;
	padding: 0 1.875rem;
	border-radius: 1.5625rem;
	border: 0;
	box-sizing: border-box;
	font-size: 0.875rem;
	color: #000;
}
.product_content .rightbox .searchbox form button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 50%;
	border: 0;
	background-color: transparent;
	outline: none;
	box-sizing: border-box;
	font-size: 1rem;
	color: #000;
}
.product_content .rightbox_center .md {
	border-bottom: 1px solid #e9e9e9;
}
.product_content .rightbox_center .md:not(:last-child) {
	margin-bottom: 2.125rem;
}
.product_content .rightbox_center .md_hd {
	border-bottom: 1px solid #e9e9e9;
}
.product_content .rightbox_center .md_hd h4 {
	font-size: 1.125rem;
	color: #111;
	line-height: 3.125rem;
}
.product_content .rightbox_center .md_bd {
	padding-top: 1.25rem;
	padding-bottom: 1.5rem;
}
.product_content .rightbox_center .md_bd ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product_content .rightbox_center .md_bd ul li {
	width: 18%;
	margin-bottom: 0.25rem;
}
.product_content .rightbox_center .md_bd ul li a {
	font-size: 1rem;
	color: #111;
	line-height: 1.875rem;
}
.product_content .rightbox_center .md_bd ul li a:hover {
	color: #2158a4;
	text-decoration: underline;
}
.product_content .rightbox_center .md_bd ul li.zhanwei {
	height: 0;
	margin-bottom: 0;
}
.product_content .rightbox_center .md:first-child .md_bd {
	padding-bottom: 0;
}
.product_content .rightbox_center .md:first-child .md_bd .item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.875rem;
}
.product_content .rightbox_center .md:first-child .md_bd .item h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 1.25rem;
	background-color: #002b68;
	font-size: 1rem;
	color: #fff;
	text-transform: uppercase;
}
.product_content .rightbox_center .md:first-child .md_bd .item ul {
	flex: 1;
	width: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product_content .rightbox_center .md:first-child .md_bd .item ul li {
	width: 15%;
	margin-bottom: 0;
}
.product_content .rightbox_center .md:first-child .md_bd .item ul li a {
	font-size: 1rem;
	color: #111;
	line-height: 1.5rem;
}
.product_content .rightbox_center .md:first-child .md_bd .item ul li a:hover {
	color: #2158a4;
	text-decoration: underline;
}
.product_content .rightbox_center .md:first-child .md_bd .item ul li.zhanwei {
	height: 0;
	margin-bottom: 0;
}
.product_content.productlist_gas .rightbox_center .list .item {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 4.375rem;
}
.product_content.productlist_gas .rightbox_center .list .item_l {
	width: 40%;
	height: auto;
}
.product_content.productlist_gas .rightbox_center .list .item_l .productlist {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 5rem;
}
.product_content.productlist_gas .rightbox_center .list .item_l .productlist .productlist_swiper {
	width: calc(100% - 3.5rem);
	height: 100%;
	padding: 0 1px;
	overflow: hidden;
}
.product_content.productlist_gas .rightbox_center .list .item_l .productlist .productlist_swiper .swiper-slide {
	border: 1px solid #ccc;
}
.product_content.productlist_gas .rightbox_center .list .item_l .productlist .productlist_swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product_content.productlist_gas .rightbox_center .list .item_l .productlist .productlist_swiper .swiper-slide.img-hover {
	border-color: #2158a4;
}
.product_content.productlist_gas .rightbox_center .list .item_l .productlist .swiper-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.5rem;
	height: 100%;
	background: transparent;
}
.product_content.productlist_gas .rightbox_center .list .item_l .productlist .swiper-btn span {
	font-size: 2rem;
	line-height: 5rem;
	color: rgba(0, 0, 0, 0.6);
}
.product_content.productlist_gas .rightbox_center .list .item_l .productlist .swiper-btn.swiper-button-disabled span {
	color: rgba(0, 0, 0, 0.2);
}
/* .product_content.productlist_gas .rightbox_center .list .item_l .productlist ul {
  display: flex;
}
.product_content.productlist_gas .rightbox_center .list .item_l .productlist ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19%;
  height: 4.25rem;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  transition: all 0.3s;
}
.product_content.productlist_gas .rightbox_center .list .item_l .productlist ul li:not(:last-child) {
  margin-right: 0.25rem;
}
.product_content.productlist_gas .rightbox_center .list .item_l .productlist ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_content.productlist_gas .rightbox_center .list .item_l .productlist ul li.active {
  border-color: #2158a4;
} */
.product_content.productlist_gas .rightbox_center .list .item_imgbx {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 22.5rem;
	margin-bottom: 0.5rem;
	background-color: #fff;
	border: 1px solid #e9e9e9;
}
.product_content.productlist_gas .rightbox_center .list .item_imgbx > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product_content.productlist_gas .rightbox_center .list .item_imgbx .mask {
	width: 6.25rem;
	height: 6.25rem;
	background-color: yellow;
	position: absolute;
	/*在box类里面定位 层级高于展示图*/
	top: 0px;
	left: 0px;
	opacity: 0.5;
	/*设置遮罩层的透明度*/
	cursor: move;
	/*鼠标经过的时候变成十字拖动样式*/
	display: none; /*默认不显示 鼠标经过box时显示*/
}
.product_content.productlist_gas .rightbox_center .list .item_imgbx .bigimg {
	position: absolute;
	left: 100%;
	top: 0;
	width: 25rem;
	height: 25rem;
	overflow: hidden;
	/*超出部分隐藏*/
	border: 1px solid #ccc;
	display: none;
	/*默认不显示 鼠标经过box时显示*/
	background-color: #fff;
	z-index: 10;
}
.product_content.productlist_gas .rightbox_center .list .item_imgbx .bigimg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 200% !important;
	height: auto;
}
.product_content.productlist_gas .rightbox_center .list .item_r {
	flex: 1;
	width: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 2%;
}
.product_content.productlist_gas .rightbox_center .list .item_r .text a {
	display: block;
	font-size: 1.25rem;
	color: #111;
	line-height: 2rem;
	font-weight: normal;
	margin-bottom: 0.625rem;
}
.product_content.productlist_gas .rightbox_center .list .item_r .text a:hover {
	color: #2158a4;
}
.product_content.productlist_gas .rightbox_center .list .item_r .text span {
	font-size: 1rem;
	color: #999;
	line-height: 1.625em;
}
.product_content.productlist_gas .rightbox_center .list .item_r .text span strong {
	font-size: 1rem;
	font-weight: bold;
	color: #999;
}
.product_content.productlist_gas .rightbox_center .list .item_r .text .intro {
	margin: 1.5rem 0;
}
.product_content.productlist_gas .rightbox_center .list .item_r .text .intro p {
	font-size: 1rem;
	color: #666;
	line-height: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.product_content.productlist_gas .rightbox_center .list .item_r .text .intro p.feat {
	color: #111;
}
.product_content.productlist_gas .rightbox_center .list .item_r .text .btnbx {
	display: flex;
}
.product_content.productlist_gas .rightbox_center .list .item_r .text .btnbx a {
	display: flex;
	line-height: 1.875rem;
	padding: 0 1.25rem;
	background-color: #002b68;
	font-size: 0.875rem;
	color: #fff;
}
.product_content.productlist_gas .rightbox_center .list .item_r .text .btnbx a {
	margin-right: 1.25rem;
}
.productlist_content .leftbox_bd .dropdown1 {
	display: flex;
	flex-wrap: wrap;
}
.productlist_content .leftbox_bd .dropdown1 li {
	display: flex;
	align-items: center;
	width: 100%;
	height: 2.5rem;
	padding: 0;
}
.productlist_content .leftbox_bd .dropdown1 li a {
	display: block;
	width: 100%;
	padding: 0 1.75rem;
	line-height: 2.5rem;
	background-color: transparent;
}
.productlist_content .leftbox_bd .dropdown1 li a:hover {
	background-color: #002b68;
}
.productlist_content .rightbox_center .list .item {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 4.375rem;
}
.productlist_content .rightbox_center .list .item_l {
	width: 40%;
	height: auto;
}
.productlist_content .rightbox_center .list .item_l .productlist {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 5rem;
}
.productlist_content .rightbox_center .list .item_l .productlist .productlist_swiper {
	width: calc(100% - 3.5rem);
	height: 100%;
	padding: 0 1px;
	overflow: hidden;
}
.productlist_content .rightbox_center .list .item_l .productlist .productlist_swiper .swiper-slide {
	border: 1px solid #ccc;
}
.productlist_content .rightbox_center .list .item_l .productlist .productlist_swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.productlist_content .rightbox_center .list .item_l .productlist .productlist_swiper .swiper-slide.img-hover {
	border-color: #2158a4;
}
.productlist_content .rightbox_center .list .item_l .productlist .swiper-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.5rem;
	height: 100%;
	background: transparent;
}
.productlist_content .rightbox_center .list .item_l .productlist .swiper-btn span {
	font-size: 2rem;
	line-height: 5rem;
	color: rgba(0, 0, 0, 0.6);
}
.productlist_content .rightbox_center .list .item_l .productlist .swiper-btn.swiper-button-disabled span {
	color: rgba(0, 0, 0, 0.2);
}
/* .productlist_content .rightbox_center .list .item_l .productlist {
  width: 100%;
}
.productlist_content .rightbox_center .list .item_l .productlist ul {
  display: flex;
}
.productlist_content .rightbox_center .list .item_l .productlist ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19%;
  height: 4.25rem;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  transition: all 0.3s;
}
.productlist_content .rightbox_center .list .item_l .productlist ul li:not(:last-child) {
  margin-right: 0.25rem;
}
.productlist_content .rightbox_center .list .item_l .productlist ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productlist_content .rightbox_center .list .item_l .productlist ul li.active {
  border-color: #2158a4;
} */
.productlist_content .rightbox_center .list .item_imgbx {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 22.5rem;
	margin-bottom: 0.5rem;
	background-color: #fff;
	border: 1px solid #e9e9e9;
}
.productlist_content .rightbox_center .list .item_imgbx > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.productlist_content .rightbox_center .list .item_imgbx .mask {
	width: 6.25rem;
	height: 6.25rem;
	background-color: yellow;
	position: absolute;
	/*在box类里面定位 层级高于展示图*/
	top: 0px;
	left: 0px;
	opacity: 0.5;
	/*设置遮罩层的透明度*/
	cursor: move;
	/*鼠标经过的时候变成十字拖动样式*/
	display: none; /*默认不显示 鼠标经过box时显示*/
}
.productlist_content .rightbox_center .list .item_imgbx .bigimg {
	position: absolute;
	left: 100%;
	top: 0;
	width: 25rem;
	height: 25rem;
	overflow: hidden;
	/*超出部分隐藏*/
	border: 1px solid #ccc;
	display: none;
	/*默认不显示 鼠标经过box时显示*/
	background-color: #fff;
	z-index: 10;
}
.productlist_content .rightbox_center .list .item_imgbx .bigimg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 200% !important;
	height: auto;
}
.productlist_content .rightbox_center .list .item_r {
	flex: 1;
	width: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 3%;
}
.productlist_content .rightbox_center .list .item_r .text a {
	display: block;
	font-size: 1.25rem;
	color: #111;
	line-height: 2rem;
	font-weight: normal;
	margin-bottom: 0.625rem;
}
.productlist_content .rightbox_center .list .item_r .text a:hover {
	color: #2158a4;
}
.productlist_content .rightbox_center .list .item_r .text span {
	font-size: 1rem;
	color: #999;
}
.productlist_content .rightbox_center .list .item_r .text .intro {
	margin: 1.5rem 0;
}
.productlist_content .rightbox_center .list .item_r .text .intro p {
	font-size: 1rem;
	color: #666;
	line-height: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.productlist_content .rightbox_center .list .item_r .text .intro p.feat {
	color: #111;
}
.productlist_content .rightbox_center .list .item_r .text .btnbx {
	display: flex;
}
.productlist_content .rightbox_center .list .item_r .text .btnbx a {
	display: flex;
	line-height: 1.875rem;
	padding: 0 1.25rem;
	background-color: #002b68;
	font-size: 0.875rem;
	color: #fff;
}
.productlist_content .rightbox_center .list .item_r .text .btnbx a:not(:last-child) {
	margin-right: 1.25rem;
}
.productlist_content .rightbox_center .list .item_r .productlist ul {
	display: flex;
}
.productlist_content .rightbox_center .list .item_r .productlist ul li {
	width: 3.5rem;
	height: 3.5rem;
}
.productlist_content .rightbox_center .list .item_r .productlist ul li:not(:last-child) {
	margin-right: 0.625rem;
}
.productlist_content .rightbox_center .list .item_r .productlist ul li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	transition: all 0.3s;
}
.productlist_content .rightbox_center .list .item_r .productlist ul li a img {
	display: block;
	max-width: 95%;
	max-height: 95%;
	object-fit: contain;
}
.productlist_content .rightbox_center .list .item_r .productlist ul li a h5 {
	position: absolute;
	top: 5.25rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0.875rem;
	color: #111;
	font-weight: normal;
	white-space: nowrap;
	opacity: 0;
	transition: all 0.3s;
}
.productlist_content .rightbox_center .list .item_r .productlist ul li a:hover {
	border-color: #2158a4;
}
.productlist_content .rightbox_center .list .item_r .productlist ul li a:hover h5 {
	top: 4rem;
	opacity: 1;
}
.productdetail_profile {
	padding: 3.75rem 0 6.25rem;
}
.productdetail_profile .center .leftbx {
	float: left;
	width: 40%;
}
.productdetail_profile .center .leftbx_imgbox {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 30rem;
	margin-bottom: 0.5rem;
	border: 1px solid #e9e9e9;
}
.productdetail_profile .center .leftbx_imgbox > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.productdetail_profile .center .leftbx_imgbox .mask {
	width: 6.25rem;
	height: 6.25rem;
	background-color: yellow;
	position: absolute;
	/*在box类里面定位 层级高于展示图*/
	top: 0px;
	left: 0px;
	opacity: 0.5;
	/*设置遮罩层的透明度*/
	cursor: move;
	/*鼠标经过的时候变成十字拖动样式*/
	display: none;/*默认不显示 鼠标经过box时显示*/
}
.productdetail_profile .center .leftbx_imgbox .bigimg {
	position: absolute;
	left: 100%;
	top: 0;
	width: 25rem;
	height: 25rem;
	overflow: hidden;
	/*超出部分隐藏*/
	border: 1px solid #ccc;
	display: none;
	/*默认不显示 鼠标经过box时显示*/
	background-color: #fff;
	z-index: 10;
}
.productdetail_profile .center .leftbx_imgbox .bigimg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 200% !important;
	height: auto;
}
.productdetail_profile .center .leftbx_swiperbx {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 5.625rem;
}
.productdetail_profile .center .leftbx_swiperbx .productdetail_swiper {
	width: calc(100% - 6.25rem);
	height: 100%;
	padding: 0 1px;
	overflow: hidden;
}
.productdetail_profile .center .leftbx_swiperbx .productdetail_swiper .swiper-slide {
	border: 1px solid #ccc;
}
.productdetail_profile .center .leftbx_swiperbx .productdetail_swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.productdetail_profile .center .leftbx_swiperbx .productdetail_swiper .swiper-slide.img-hover {
	border-color: #2158a4;
}
.productdetail_profile .center .leftbx_swiperbx .swiper-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.5rem;
	height: 100%;
	background: transparent;
}
.productdetail_profile .center .leftbx_swiperbx .swiper-btn span {
	font-size: 2.5rem;
	line-height: 5rem;
	color: rgba(0, 0, 0, 0.6);
}
.productdetail_profile .center .leftbx_swiperbx .swiper-btn.swiper-button-disabled span {
	color: rgba(0, 0, 0, 0.2);
}
.productdetail_profile .center .textbx {
	float: right;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 58%;
	min-height: 35rem;
}
.productdetail_profile .center .textbx_hd h3 {
	font-size: 1.75rem;
	color: #2b2b2b;
	line-height: 1.4em;
	margin-bottom: 1.5rem;
}
.productdetail_profile .center .textbx_hd p {
	font-size: 1.125rem;
	color: #666;
	line-height: 1.6em;
}
.productdetail_profile .center .textbx_hd em {
	display: block;
	width: 3.75rem;
	height: 0.125rem;
	background-color: #002b68;
	margin-top: 1.5rem;
}
.productdetail_profile .center .textbx .intro {
	margin-top: 0.75rem;
}
.productdetail_profile .center .textbx .intro h4 {
	font-size: 1.25rem;
	color: #2b2b2b;
	font-weight: normal;
	line-height: 1.7em;
}
.productdetail_profile .center .textbx .intro p {
	font-size: 1rem;
	color: #8b8b8b;
	line-height: 2em;
}
.productdetail_profile .center .textbx .intro img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}
.productdetail_profile .center .textbx .intro .introtxt {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}
.productdetail_profile .center .textbx .contactbtn {
	display: flex;
}
.productdetail_profile .center .textbx .contactbtn a {
	display: block;
	width: 6.875rem;
	height: 2.25rem;
	background-color: #2158a4;
	font-size: 0.875rem;
	color: #fff;
	line-height: 2.25rem;
	text-align: center;
}
.productdetail_profile .center .textbx .contactbtn a:not(:last-child) {
	margin-right: 1rem;
}
.productdetail_closeup .closeup_nav {
	width: 100%;
}
.productdetail_closeup .closeup_nav ul {
	display: flex;
	justify-content: center;
	width: 100%;
}
.productdetail_closeup .closeup_nav ul li {
	flex: 1;
	height: 4.375rem;
}
.productdetail_closeup .closeup_nav ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #eaf1f8;
	font-size: 1.875rem;
	color: #111;
	line-height: 4.375rem;
	text-align: center;
	transition: all 0.3s;
}
.productdetail_closeup .closeup_nav ul li.active a {
	background-color: #2158a4;
	color: #fff;
}
.productdetail_closeup .closeup_nav ul li:not(:last-child) a::after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "";
	display: block;
	width: 0.0625rem;
	height: 80%;
	background-color: #fff;
}
.productdetail_closeup .closeup_bd .item {
	display: none;
	justify-content: space-between;
	padding: 3.125rem;
	background-color: #f8fbfd;
}
.productdetail_closeup .closeup_bd .item.active {
	display: flex;
}
.productdetail_closeup .closeup_bd .item_text {
	width: 43%;
}
.productdetail_closeup .closeup_bd .item_text h4 {
	font-size: 1.875rem;
	color: #111;
	font-weight: normal;
	margin-bottom: 3.125rem;
}
.productdetail_closeup .closeup_bd .item_text .intro p {
	font-size: 1rem;
	color: #666;
	line-height: 2em;
}
.productdetail_closeup .closeup_bd .item_img {
	width: 53%;
	height: 20.625rem;
}
.productdetail_closeup .closeup_bd .item_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.productdetail_closeup .item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	min-height: 35rem;
	padding: 1.875rem 0;
}
.productdetail_closeup .item:nth-child(odd) {
	background-color: #fafafa;
}
.productdetail_closeup .item_text h4 {
	font-size: 2.5rem;
	color: #111;
	line-height: 1.5em;
	font-weight: 400;
}
.productdetail_closeup .item_text p {
	font-size: 1rem;
	color: #666;
	line-height: 1.7em;
}
.productdetail_closeup .item_imgbx img {
	display: block;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}
.productdetail_feature {
	padding: 3.125rem 0;
}
.productdetail_feature .center h3 {
	font-size: 1.5rem;
	color: #111;
	margin-bottom: 2.25rem;
}
.productdetail_feature .center .intro p {
	font-size: 1rem;
	color: #666;
	line-height: 1.6em;
}
.productdetail_param {
	padding: 3.125rem 0;
}
.productdetail_param .center h3 {
	font-size: 1.5rem;
	color: #111;
	margin-bottom: 2.25rem;
}
.productdetail_param .center .detail table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100% !important;
	border: 1px solid #ccc;
}
.productdetail_param .center .detail table th, .productdetail_param .center .detail table td {
	font-size: 1rem;
	color: #111;
	line-height: 1.75em;
	padding: 0.625rem 1rem !important;
	border: 1px solid #ccc !important;
}
.productdetail_param .center .detail table th, .productdetail_param .center .detail table td {
	text-align: left;
	vertical-align: top;
}
.productdetail_imgbox {
	padding: 3.125rem 0;
	background-color: #eaf1f8;
}
.productdetail_imgbox .md:not(:last-child) {
	margin-bottom: 3.125rem;
}
.productdetail_imgbox .md h3 {
	font-size: 1.5rem;
	color: #111;
	margin-bottom: 2.25rem;
}
.productdetail_imgbox .md img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}
.productdetail_solution {
	padding: 3.125rem 0;
	background-color: #fff;
}
.productdetail_solution .title {
	margin-bottom: 3.125rem;
}
.productdetail_solution .title h3 {
	font-size: 2.375rem;
	color: #111;
	text-align: center;
	margin-bottom: 1.25rem;
}
.productdetail_solution .title p {
	font-size: 1.125rem;
	color: #999;
	text-align: center;
	text-transform: uppercase;
}
.productdetail_solution .center .item {
	display: flex;
	justify-content: space-between;
	padding: 2.5rem;
}
.productdetail_solution .center .item:not(:last-child) {
	border-bottom: 1px solid #eee;
}
.productdetail_solution .center .item_imgbx {
	width: 22.5%;
	height: 13.75rem;
}
.productdetail_solution .center .item_imgbx img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.productdetail_solution .center .item_text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 75%;
}
.productdetail_solution .center .item_text .txt h4 {
	font-size: 1.5rem;
	color: #111;
	margin-bottom: 1.5rem;
}
.productdetail_solution .center .item_text .txt .intro {
	font-size: 1rem;
	color: #111;
	line-height: 1.7em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.productdetail_solution .center .item_text .detailbtn {
	display: block;
	width: 7.5rem;
	height: 2.5rem;
	background-color: #2158a4;
	font-size: 1rem;
	color: #fff;
	line-height: 2.5rem;
	text-align: center;
}
.productdetail_more {
	padding: 3.125rem 0;
	background-color: #f7f7f7;
}
.productdetail_more .title {
	margin-bottom: 3.125rem;
}
.productdetail_more .title h3 {
	font-size: 2.375rem;
	color: #111;
	text-align: center;
	margin-bottom: 1.25rem;
}
.productdetail_more .title p {
	font-size: 1.125rem;
	color: #999;
	text-align: center;
	text-transform: uppercase;
}
.productdetail_more .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.productdetail_more .list .zhanwei {
	width: 23.125%;
	height: 0;
}
.productdetail_more .list .item {
	position: relative;
	width: 23.125%;
}
.productdetail_more .list .item_imgbx {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 18.125rem;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	overflow: hidden;
}
.productdetail_more .list .item_imgbx img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: all 0.3s;
}
.productdetail_more .list .item_text {
	width: 100%;
	padding: 1.25rem 0;
}
.productdetail_more .list .item_text h4 {
	font-size: 1.125rem;
	color: #111;
	line-height: 1.3em;
	font-weight: normal;
	margin-bottom: 0.625rem;
	transition: all 0.3s;
}
.productdetail_more .list .item_text p {
	font-size: 1rem;
	color: #999;
}
.productdetail_more .list .item:hover .item_imgbx img {
	transform: scale(1.06);
}
.productdetail_more .list .item:hover .item_text h4 {
	color: #2158a4;
}
.solution_content {
	padding: 1.25rem 0 5rem;
}
.solution_content .leftbox {
	float: left;
	width: 20%;
}
.solution_content .leftbox_hd {
	background-color: #f0f0f0;
	padding: 1.75rem;
}
.solution_content .leftbox_hd h3 {
	font-size: 1.625rem;
	color: #1e5097;
	margin-bottom: 0.75rem;
}
.solution_content .leftbox_hd p {
	font-size: 0.875rem;
	color: #666;
}
.solution_content .leftbox_bd .cd-solution-menu {
	width: 100%;
	border-top: 1px solid #f0f1f2;
}
.solution_content .leftbox_bd .cd-solution-menu ul {
	/* by default hide all sub menus */
	display: none;
}
.solution_content .leftbox_bd .cd-solution-menu > li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.solution_content .leftbox_bd .cd-solution-menu > li .level1, .solution_content .leftbox_bd .cd-solution-menu > li .level2 {
	display: flex;
	align-items: center;
	padding: 0 1.75rem 0 1.875rem;
	transition: all 0.3s;
}
.solution_content .leftbox_bd .cd-solution-menu > li .level1 a, .solution_content .leftbox_bd .cd-solution-menu > li .level2 a {
	flex: 1;
	font-size: 1rem;
	font-weight: 700;
	color: #333;
	line-height: 2.75rem;
	transition: all 0.3s;
}
.solution_content .leftbox_bd .cd-solution-menu > li .level1 i, .solution_content .leftbox_bd .cd-solution-menu > li .level2 i {
	font-size: 1rem;
	color: #333;
	transform: rotate(90deg);
	transition: all 0.3s;
}
.solution_content .leftbox_bd .cd-solution-menu > li .level1.active i, .solution_content .leftbox_bd .cd-solution-menu > li .level2.active i {
	transform: rotate(0);
}
.solution_content .leftbox_bd .cd-solution-menu > li .level1 {
	padding: 0 1.75rem;
	background-color: #083f8c;
}
.solution_content .leftbox_bd .cd-solution-menu > li .level1 a, .solution_content .leftbox_bd .cd-solution-menu > li .level1 i {
	color: #fff;
}
.solution_content .leftbox_bd .cd-solution-menu > li .level2 {
	background-color: #ececec;
	border-bottom: 1px solid #fff;
}
.solution_content .leftbox_bd .cd-solution-menu > li .level2 i {
	font-size: 0.75rem;
}
.solution_content .leftbox_bd .cd-solution-menu > li .level2.active {
	background-color: #2158a4;
}
.solution_content .leftbox_bd .cd-solution-menu > li .level2.active a, .solution_content .leftbox_bd .cd-solution-menu > li .level2.active i {
	color: #fff;
}
.solution_content .leftbox_bd .cd-solution-menu > li .dropdown1 {
	display: block;
}
.solution_content .leftbox_bd .cd-solution-menu a {
	position: relative;
	display: flex;
	justify-content: space-between;
	color: #333333;
	font-size: 0.875rem;
	line-height: 2.375rem;
}
.solution_content .leftbox_bd .has-children.active > .level1 > a {
	color: #2158a4;
}
.solution_content .leftbox_bd .cd-solution-menu > li:last-of-type > a {
	box-shadow: none;
}
.solution_content .leftbox_bd .cd-solution-menu ul ul a {
	padding-left: 1.875rem;
}
.solution_content .leftbox_bd .has-children > .dropdown > li > a {
	font-weight: normal;
}
.solution_content .leftbox_bd .cd-solution-menu > li .level2 a {
	font-weight: 400;
}
.solution_content .rightbox {
	float: right;
	width: 75.625%;
}
.solution_content .rightbox .list {
	width: 100%;
}
.solution_content .rightbox .list .item {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 4.375rem;
}
.solution_content .rightbox .list .item_imgbx {
	width: 30%;
	height: 20rem;
}
.solution_content .rightbox .list .item_imgbx img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.solution_content .rightbox .list .item_r {
	flex: 1;
	width: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 3%;
}
.solution_content .rightbox .list .item_r .text h4 {
	font-size: 1.25rem;
	color: #111;
	line-height: 2rem;
	font-weight: normal;
}
.solution_content .rightbox .list .item_r .text .intro {
	margin: 1.25rem 0;
}
.solution_content .rightbox .list .item_r .text .intro p {
	font-size: 1rem;
	color: #666;
	line-height: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.solution_content .rightbox .list .item_r .text .btnbx {
	display: flex;
}
.solution_content .rightbox .list .item_r .text .btnbx a {
	display: flex;
	line-height: 1.875rem;
	padding: 0 1.25rem;
	background-color: #002b68;
	font-size: 0.875rem;
	color: #fff;
}
.solution_content .rightbox .list .item_r .text .btnbx a:first-child {
	margin-right: 1.25rem;
}
.solution_content .rightbox .list .item_r .productlist span {
	display: block;
	font-size: 1rem;
	color: #111;
	margin-bottom: 1rem;
}
.solution_content .rightbox .list .item_r .productlist ul {
	display: flex;
}
.solution_content .rightbox .list .item_r .productlist ul li {
	width: 3.625rem;
	height: 3.625rem;
}
.solution_content .rightbox .list .item_r .productlist ul li:not(:last-child) {
	margin-right: 0.625rem;
}
.solution_content .rightbox .list .item_r .productlist ul li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	transition: all 0.3s;
}
.solution_content .rightbox .list .item_r .productlist ul li a img {
	display: block;
	max-width: 95%;
	max-height: 95%;
	object-fit: contain;
}
.solution_content .rightbox .list .item_r .productlist ul li a h5 {
	position: absolute;
	top: 5.25rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0.875rem;
	color: #111;
	font-weight: normal;
	white-space: nowrap;
	opacity: 0;
	transition: all 0.3s;
}
.solution_content .rightbox .list .item_r .productlist ul li a:hover {
	border-color: #2158a4;
}
.solution_content .rightbox .list .item_r .productlist ul li a:hover h5 {
	top: 4rem;
	opacity: 1;
}
.solutiondetail_content {
	padding: 3.75rem 0 5.625rem;
}
.solutiondetail_content .topbx {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 5rem;
}
.solutiondetail_content .topbx_l {
	width: 45.7%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.solutiondetail_content .topbx_l .txt_hd {
	margin-bottom: 2rem;
}
.solutiondetail_content .topbx_l .txt_hd h3 {
	font-size: 1.5rem;
	color: #111;
	font-weight: 400;
	line-height: 2.25rem;
	margin-bottom: 0.5rem;
}
.solutiondetail_content .topbx_l .txt_hd .time {
	display: flex;
}
.solutiondetail_content .topbx_l .txt_hd .time p {
	display: flex;
	align-items: center;
	font-size: 1rem;
	color: #aaa;
}
.solutiondetail_content .topbx_l .txt_hd .time p i {
	margin-right: 0.25rem;
}
.solutiondetail_content .topbx_l .txt_hd .time p:first-child {
	margin-right: 2.5rem;
}
.solutiondetail_content .topbx_l .txt_intro p {
	font-size: 1rem;
	color: #666;
	line-height: 2rem;
}
.solutiondetail_content .topbx_l .contactbtn {
	display: block;
	width: 6.875rem;
	height: 2.25rem;
	background: #3166af;
	font-size: 0.875rem;
	color: #fff;
	text-align: center;
	line-height: 2.25rem;
}
.solutiondetail_content .topbx_r {
	width: 50%;
}
.solutiondetail_content .topbx_r .img {
	width: 100%;
	height: 22.5rem;
	margin-bottom: 0.625rem;
}
.solutiondetail_content .topbx_r .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.solutiondetail_content .topbx_r .solutionlist {
	display: flex;
}
.solutiondetail_content .topbx_r .solutionlist li {
	width: calc((100% - 4.375rem) / 8);
	height: 4.875rem;
}
.solutiondetail_content .topbx_r .solutionlist li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.solutiondetail_content .topbx_r .solutionlist li a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.solutiondetail_content .topbx_r .solutionlist li a h5 {
	position: absolute;
	left: 50%;
	top: 120%;
	transform: translateX(-50%);
	font-size: 0.875rem;
	color: #111;
	font-weight: 400;
	white-space: nowrap;
	opacity: 0;
	transition: all 0.4s;
}
.solutiondetail_content .topbx_r .solutionlist li a:hover h5 {
	top: 110%;
	opacity: 1;
}
.solutiondetail_content .topbx_r .solutionlist li:not(:nth-child(8n)) {
 margin-right: 0.625rem;
}
.solutiondetail_content .design {
	width: 100%;
	padding: 3.75rem 5.625rem;
	margin-bottom: 3.125rem;
	background: url(../images/solutionbg1.jpg) no-repeat center center;
	background-size: cover;
}
.solutiondetail_content .design h4 {
	font-size: 1.625rem;
	color: #3166af;
	text-align: center;
	font-weight: 400;
	margin-bottom: 2.875rem;
}
.solutiondetail_content .design_center p {
	font-size: 1rem;
	color: #666;
	line-height: 2rem;
}
.solutiondetail_content .detail h4 {
	font-size: 1.625rem;
	color: #3166af;
	font-weight: 400;
	text-align: center;
	margin-bottom: 2rem;
}
.solutiondetail_content .detail_center h5 {
	font-size: 1rem;
	color: #333;
	line-height: 1.875rem;
}
.solutiondetail_content .detail_center p {
	font-size: 0.875rem;
	color: #333;
	line-height: 1.875rem;
	text-indent: 2em;
}
.solutiondetail_content .detail_center img {
	display: block;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}
.solutiondetail_product {
	padding: 3.75rem 0 4.375rem;
	background: #f2f2f2;
}
.solutiondetail_product .title {
	margin-bottom: 3.125rem;
}
.solutiondetail_product .title h3 {
	font-size: 2.375rem;
	color: #111;
	text-align: center;
	margin-bottom: 0.75rem;
}
.solutiondetail_product .title p {
	font-size: 1.125rem;
	color: #999;
	text-align: center;
	text-transform: uppercase;
}
.solutiondetail_product .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.solutiondetail_product .list .zhanwei {
	width: 23.75%;
	height: 0;
}
.solutiondetail_product .list .item {
	position: relative;
	width: 23.75%;
}
.solutiondetail_product .list .item_imgbx {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 18.125rem;
	background-color: #fff;
	box-shadow: 0px 0px 9px 0px rgba(20, 12, 3, 0.1);
	overflow: hidden;
}
.solutiondetail_product .list .item_imgbx img {
	display: block;
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
	transition: all 0.3s;
}
.solutiondetail_product .list .item_textbx {
	display: flex;
	justify-content: space-between;
}
.solutiondetail_product .list .item_textbx h4 {
	flex: 1;
	font-size: 1.25rem;
	color: #111;
	line-height: 2.5rem;
	font-weight: 400;
	transition: all 0.3s;
}
.solutiondetail_product .list .item_textbx span {
	margin-left: 0.625rem;
	font-size: 1rem;
	color: #999;
	line-height: 2.5rem;
}
.solutiondetail_product .list .item:hover .item_imgbx img {
	transform: scale(1.05);
}
.solutiondetail_product .list .item:hover .item_textbx h4 {
	color: #2158a4;
}
.service_common_title {
	margin-bottom: 5rem;
}
.service_common_title span {
	font-size: 1.125rem;
	color: #111;
}
.service_common_title h3 {
	font-size: 2.75rem;
	color: #111;
	margin-top: 1rem;
}
.service_content {
	padding: 7.5rem 0;
	background: url(../images/servicebg.jpg) no-repeat center center;
	background-size: cover;
}
.service_content .list {
	display: flex;
	justify-content: space-between;
}
.service_content .list .item {
	width: 19.375%;
	padding: 3.125rem 1.5%;
	background-color: #fff;
	transition: all 0.3s;
}
.service_content .list .item_title {
	margin-bottom: 2.25rem;
}
.service_content .list .item_title i {
	display: inline-block;
	font-size: 3.5rem;
	color: #1b55a6;
	margin-bottom: 2rem;
	transition: all 0.3s;
}
.service_content .list .item_title h3 {
	font-size: 1.5rem;
	color: #111;
	font-weight: normal;
	margin-bottom: 0.75rem;
	transition: all 0.3s;
}
.service_content .list .item_title p {
	font-size: 1rem;
	color: #999;
	transition: all 0.3s;
}
.service_content .list .item_bd > a {
	font-size: 1rem;
	color: #999;
	line-height: 1.875rem;
	transition: all 0.3s;
}
.service_content .list .item_bd > a:hover {
	text-decoration: underline;
}
.service_content .list .item_bd ul li:not(:last-child) {
	margin-bottom: 0.25rem;
}
.service_content .list .item_bd ul li a {
	position: relative;
	display: inline-block;
	font-size: 1rem;
	color: #999;
	line-height: 1.875rem;
	padding-left: 1rem;
	transition: all 0.3s;
}
.service_content .list .item_bd ul li a::before {
	position: absolute;
	top: 0.9375rem;
	left: 0;
	transform: translateY(-50%);
	content: "";
	display: block;
	width: 0.25rem;
	height: 0.25rem;
	background-color: #1b55a6;
	transition: all 0.3s;
}
.service_content .list .item_bd ul li a:hover {
	text-decoration: underline;
}
.service_content .list .item:hover {
	background-color: #2158a4;
}
.service_content .list .item:hover .item_title i, .service_content .list .item:hover .item_title h3, .service_content .list .item:hover .item_title p {
	color: #fff;
}
.service_content .list .item:hover .item_bd > a {
	color: #fff;
}
.service_content .list .item:hover .item_bd ul li a {
	color: #fff;
}
.service_content .list .item:hover .item_bd ul li a::before {
	background-color: #fff;
}
.service_idea .whymd {
	padding: 3.125rem 0;
}
.service_idea .whymd_hd {
	margin-bottom: 3.125rem;
}
.service_idea .whymd_hd span {
	display: inline-block;
	font-size: 1.125rem;
	color: #111;
	margin-bottom: 1rem;
}
.service_idea .whymd_hd h3 {
	font-size: 2.75rem;
	color: #111;
}
.service_idea .whymd_center {
	display: flex;
	justify-content: space-between;
}
.service_idea .whymd_center .imgbx {
	width: 56.25%;
	height: 31.25rem;
}
.service_idea .whymd_center .imgbx img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service_idea .whymd_center .textbx {
	width: 41.875%;
	padding: 2% 0;
}
.service_idea .whymd_center .textbx_title {
	margin-bottom: 8%;
}
.service_idea .whymd_center .textbx_title h4 {
	display: flex;
	align-items: flex-end;
	margin-bottom: 1rem;
	font-size: 1.875rem;
	color: #111;
	font-weight: normal;
}
.service_idea .whymd_center .textbx_title h4 span {
	font-size: 1rem;
	color: #666;
	margin-left: 0.25rem;
}
.service_idea .whymd_center .textbx_title p {
	font-size: 1.125rem;
	color: #111;
}
.service_idea .whymd_center .textbx_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.service_idea .whymd_center .textbx_list .item {
	width: 47.76%;
	padding: 1.25rem;
	border-radius: 0.625rem;
	margin-bottom: 1.25rem;
	background-color: #fff;
	overflow: hidden;
	transition: all 0.4s;
}
.service_idea .whymd_center .textbx_list .item:hover {
	background: linear-gradient(-30deg, #a3bded, #6991c7);
}
.service_idea .whymd_center .textbx_list .item:hover i, .service_idea .whymd_center .textbx_list .item:hover h5, .service_idea .whymd_center .textbx_list .item:hover p {
	color: #fff;
}
.service_idea .whymd_center .textbx_list .item i {
	font-size: 1.5rem;
	color: #3166af;
	transition: all 0.3s;
}
.service_idea .whymd_center .textbx_list .item h5 {
	font-size: 1.125rem;
	color: #111;
	margin: 1rem 0;
	transition: all 0.3s;
}
.service_idea .whymd_center .textbx_list .item p {
	font-size: 1rem;
	color: #111;
	transition: all 0.3s;
}
.service_idea .promisemd {
	padding: 3.125rem 0;
	background: url(../images/service_whybg1.jpg) no-repeat center center;
	background-size: cover;
}
.service_idea .promisemd_hd {
	margin-bottom: 3.125rem;
}
.service_idea .promisemd_hd span {
	display: inline-block;
	font-size: 1.125rem;
	color: #111;
	margin-bottom: 1rem;
}
.service_idea .promisemd_hd h3 {
	font-size: 2.75rem;
	color: #111;
}
.service_idea .promisemd_center .md:not(:last-child) {
	margin-bottom: 3rem;
}
.service_idea .promisemd_center .md h4 {
	font-size: 1.5rem;
	color: #002b68;
	line-height: 1.5em;
}
.service_idea .promisemd_center .md p {
	font-size: 1rem;
	color: #111;
	line-height: 1.7em;
}
.service_place .outlets {
	position: relative;
	padding: 4.375rem 0;
}
.service_place .outlets .bg {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	min-height: 31.25rem;
	z-index: -1;
}
.service_place .outlets .bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service_place .outlets_hd {
	margin-bottom: 3.75rem;
}
.service_place .outlets_hd .title {
	margin-bottom: 3rem;
}
.service_place .outlets_hd .title span {
	font-size: 1.125rem;
	color: #fff;
}
.service_place .outlets_hd .title h3 {
	font-size: 2.75rem;
	color: #fff;
	margin-top: 1rem;
}
.service_place .outlets_hd .intro {
	max-width: 41%;
}
.service_place .outlets_hd .intro p {
	font-size: 1rem;
	color: #fff;
	line-height: 1.875rem;
	opacity: 0.5;
}
.service_place .outlets_center {
	padding: 2.5rem 0;
	background-color: #fff;
	box-shadow: 1px 1px 13px 0px rgba(101, 57, 11, 0.06);
}
.service_place .outlets_center img {
	display: block;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}
.service_place .placebox {
	padding-bottom: 6.25rem;
}
.service_place .placebox_center {
	display: flex;
	justify-content: space-between;
}
.service_place .placebox_center .list {
	width: 43.75%;
}
.service_place .placebox_center .list_hd {
	display: flex;
	align-items: flex-end;
	padding-bottom: 1.25rem;
	margin-bottom: 1.25rem;
	border-bottom: 1px solid #ededed;
}
.service_place .placebox_center .list_hd h4 {
	font-size: 1.875rem;
	color: #111;
	font-weight: 400;
	line-height: 1.875rem;
}
.service_place .placebox_center .list_hd span {
	font-size: 0.875rem;
	color: #999;
	margin-left: 0.5rem;
}
.service_place .placebox_center .list_bd {
	width: 100%;
	height: 9.375rem;
}
.service_place .placebox_center .list_bd .item {
	position: relative;
	padding: 1.5rem 1rem;
}
.service_place .placebox_center .list_bd .item::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	display: block;
	width: 2px;
	height: 60%;
	background: rgba(33, 88, 164, 0.25);
	transition: all 0.4s;
}
.service_place .placebox_center .list_bd .item:hover::before {
	background: #2158a4;
}
.service_place .placebox_center .list_bd .item:hover h5 {
	color: #2158a4;
	font-weight: 700;
}
.service_place .placebox_center .list_bd .item h5 {
	font-size: 1.25rem;
	font-weight: 400;
	color: #111;
	line-height: 1.875rem;
	margin-bottom: 1rem;
	transition: all 0.4s;
}
.service_place .placebox_center .list_bd .item p {
	font-size: 1rem;
	color: #999;
	line-height: 1.875rem;
}
.service_presales .process {
	padding: 4.375rem 0 0;
	background-color: #fff;
}
.service_presales .process .center {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.service_presales .process .center .item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 25%;
	margin-bottom: 8.25rem;
}
.service_presales .process .center .item:not(:nth-child(4n))::after {
 position: absolute;
 top: 3.25rem;
 left: 64%;
 content: "";
 display: block;
 width: 18rem;
 height: 1.25rem;
 background: url(../images/icons/xian1.png) no-repeat center center;
 background-size: cover;
}
.service_presales .process .center .item:nth-child(n + 5)::after {
	transform: rotate(180deg);
}
.service_presales .process .center .item:nth-child(4)::after {
	position: absolute;
	top: 3.75rem;
	left: 60%;
	content: "";
	display: block;
	width: 12.5rem;
	height: 23.25rem;
	background: url(../images/icons/xian2.png) no-repeat center center;
	background-size: contain;
}
.service_presales .process .center .item .iconbx {
	width: 7.5rem;
	height: auto;
	margin-bottom: 1.25rem;
	z-index: 1;
}
.service_presales .process .center .item .iconbx img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}
.service_presales .process .center .item .textbx {
	padding: 0 3%;
}
.service_presales .process .center .item .textbx h4 {
	font-size: 1.25rem;
	color: #111;
	font-weight: 400;
	text-align: center;
	margin-bottom: 1rem;
}
.service_presales .process .center .item .textbx p {
	font-size: 1rem;
	color: #999;
	line-height: 1.875rem;
	text-align: center;
}
.service_reminder .reminder {
	padding: 4.375rem 0;
}
.service_reminder .reminder .service_common_title {
	margin-bottom: 2.5rem;
}
.service_reminder .reminder .list {
	margin-bottom: 3.125rem;
}
.service_reminder .reminder .list .item {
	display: flex;
	justify-content: space-between;
	background: #f6f6f6;
}
.service_reminder .reminder .list .item:not(:last-child) {
	margin-bottom: 2.75rem;
}
.service_reminder .reminder .list .item_imgbx {
	width: 33.75%;
	height: 18.75rem;
}
.service_reminder .reminder .list .item_imgbx img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service_reminder .reminder .list .item_textbx {
	flex: 1;
	width: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 2%;
}
.service_reminder .reminder .list .item_textbx .text h4 {
	font-size: 1.75rem;
	color: #111;
	font-weight: 400;
}
.service_reminder .reminder .list .item_textbx .text .time {
	display: flex;
	align-items: flex-end;
	margin: 1.25rem 0;
}
.service_reminder .reminder .list .item_textbx .text .time p, .service_reminder .reminder .list .item_textbx .text .time a {
	font-size: 0.875rem;
	color: #999;
}
.service_reminder .reminder .list .item_textbx .text .time p {
	margin-right: 2.5rem;
}
.service_reminder .reminder .list .item_textbx .text .intro p {
	font-size: 1rem;
	color: #999;
	line-height: 1.875rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.service_reminder .reminder .list .item_textbx .detailbtn {
	display: block;
	width: 7.5rem;
	height: 2.5rem;
	background-color: #2158a4;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	line-height: 2.5rem;
}
.service_spectrum .spectrum {
	padding: 4.375rem 0;
	background-color: #fff;
}
.service_spectrum .spectrum .service_common_title {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 2.5rem;
}
.service_spectrum .spectrum .center img {
	display: block;
	width: 80%;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}
.service_aftersales .aftersales {
	padding: 4.375rem 0;
}
.service_aftersales .aftersales .topbx {
	display: flex;
	margin-bottom: 5rem;
}
.service_aftersales .aftersales .topbx_l {
	width: 50%;
	padding: 3%;
	background: linear-gradient(90deg, #3067c1, #3166af);
}
.service_aftersales .aftersales .topbx_l .hd {
	margin-bottom: 2.5rem;
}
.service_aftersales .aftersales .topbx_l .hd span {
	font-size: 1.125rem;
	color: #fff;
}
.service_aftersales .aftersales .topbx_l .hd h3 {
	font-size: 2.75rem;
	color: #fff;
	margin-top: 1rem;
}
.service_aftersales .aftersales .topbx_l .intro p {
	font-size: 1rem;
	color: #ddd;
	line-height: 1.875rem;
}
.service_aftersales .aftersales .topbx_l .intro p.tel {
	font-size: 1.25rem;
	color: #fff;
}
.service_aftersales .aftersales .topbx_imgbx {
	width: 50%;
	height: 34.125rem;
}
.service_aftersales .aftersales .topbx_imgbx img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service_aftersales .aftersales .center h4 {
	font-size: 1.875rem;
	color: #111;
	font-weight: 400;
}
.service_aftersales .aftersales .center p {
	font-size: 1rem;
	color: #666;
	line-height: 2rem;
}
.service_definition .definition {
	padding: 4.375rem 0;
}
.service_definition .definition .topbx {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 3.125rem;
}
.service_definition .definition .topbx .service_common_title {
	width: 100%;
	margin-bottom: 3.125rem;
}
.service_definition .definition .topbx_l {
	width: 50%;
	padding: 2%;
	background: #f5f8fa;
}
.service_definition .definition .topbx_l .hd {
	display: flex;
	align-items: flex-end;
}
.service_definition .definition .topbx_l .hd h4 {
	font-size: 1.875rem;
	color: #111;
	font-weight: 400;
}
.service_definition .definition .topbx_l .hd span {
	font-size: 0.875rem;
	color: #999;
	margin-left: 2.5rem;
}
.service_definition .definition .topbx_l .bd_num {
	margin: 2.5rem 0;
}
.service_definition .definition .topbx_l .bd_num ul {
	display: flex;
}
.service_definition .definition .topbx_l .bd_num ul li .num {
	display: flex;
	align-items: flex-end;
	font-size: 1rem;
	color: #111;
	margin-bottom: 0.875rem;
}
.service_definition .definition .topbx_l .bd_num ul li .num span {
	font-size: 2.125rem;
	color: #2158a4;
	font-weight: 700;
	margin-right: 0.25rem;
}
.service_definition .definition .topbx_l .bd_num ul li > p {
	font-size: 0.875rem;
	color: #999;
}
.service_definition .definition .topbx_l .bd_num ul li:not(:last-child) {
	margin-right: 15%;
}
.service_definition .definition .topbx_l .bd_list p {
	position: relative;
	font-size: 1rem;
	color: #666;
	line-height: 2rem;
	padding-left: 1rem;
}
.service_definition .definition .topbx_l .bd_list p:not(:last-child) {
	margin-bottom: 1rem;
}
.service_definition .definition .topbx_l .bd_list p::before {
	position: absolute;
	top: 1rem;
	left: 0;
	transform: translateY(-50%);
	content: "";
	display: block;
	width: 0.25rem;
	height: 0.25rem;
	background-color: #1b55a6;
}
.service_definition .definition .topbx_r {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 47.5%;
}
.service_definition .definition .topbx_r .item {
	display: flex;
	height: 30%;
	background: #f5f8fa;
}
.service_definition .definition .topbx_r .item_l {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 20%;
	height: 100%;
	background-color: #1b55a6;
}
.service_definition .definition .topbx_r .item_l i {
	font-size: 3rem;
	color: #fff;
	margin-bottom: 0.625rem;
}
.service_definition .definition .topbx_r .item_l h5 {
	font-size: 1.125rem;
	color: #fff;
	font-weight: 400;
}
.service_definition .definition .topbx_r .item_txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 80%;
	height: 100%;
	padding: 0 3%;
}
.service_definition .definition .topbx_r .item_txt p {
	width: 100%;
	font-size: 1rem;
	color: #666;
	line-height: 2rem;
}
.service_definition .definition .center h4 {
	font-size: 1.875rem;
	color: #111;
	font-weight: 400;
}
.service_definition .definition .center p {
	font-size: 1rem;
	color: #666;
	line-height: 2rem;
}
.service_afterplace .afterplace {
	padding: 4.375rem 0;
	background-color: #fff;
}
.service_afterplace .afterplace .service_common_title {
	margin-bottom: 1rem;
}
.service_afterplace .afterplace .center .list {
	float: left;
	width: 43.75%;
	padding: 2.5rem;
	background-color: #f8f8f8;
}
.service_afterplace .afterplace .center .list_bd {
	width: 100%;
	height: 8.375rem;
}
.service_afterplace .afterplace .center .list_bd .item {
	position: relative;
	padding: 1.5rem 1rem;
}
.service_afterplace .afterplace .center .list_bd .item::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	display: block;
	width: 2px;
	height: 60%;
	background: rgba(33, 88, 164, 0.25);
	transition: all 0.4s;
}
.service_afterplace .afterplace .center .list_bd .item:hover::before {
	background: #2158a4;
}
.service_afterplace .afterplace .center .list_bd .item:hover h5 {
	color: #2158a4;
	font-weight: 700;
}
.service_afterplace .afterplace .center .list_bd .item h5 {
	font-size: 1.25rem;
	font-weight: 400;
	color: #111;
	line-height: 1.875rem;
	margin-bottom: 1rem;
	transition: all 0.4s;
}
.service_afterplace .afterplace .center .list_bd .item p {
	font-size: 1rem;
	color: #999;
	line-height: 1.875rem;
}
.service_afterplace .afterplace .center .imgbx {
	float: right;
	width: 50%;
	height: auto;
}
.service_afterplace .afterplace .center .imgbx img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}
.service_afterprocess .afterprocess {
	padding: 4.375rem 0;
}
.service_afterprocess .afterprocess .service_common_title {
	margin-bottom: 3.125rem;
}
.service_afterprocess .afterprocess .center img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}
.service_afterprocess .afterprocess .center p {
	font-size: 1rem;
	color: #666;
	line-height: 2rem;
}
.service_afterprocess .afterprocess .center h4 {
	font-size: 1.875rem;
	color: #111;
	font-weight: 400;
}
.service_afterprocess .afterprocess .center h5 {
	font-size: 1.25rem;
	color: #3166af;
	line-height: 1.875rem;
	margin-bottom: 1rem;
}
.service_use .use {
	padding: 4.375rem 0;
}
.service_use .use .service_common_title {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 3.125rem;
}
.service_use .use_navbox {
	margin-bottom: 3.125rem;
}
.service_use .use_navbox .usenav {
	display: flex;
	justify-content: center;
	margin-bottom: 2.5rem;
}
.service_use .use_navbox .usenav li {
	margin: 0 0.5rem;
	font-size: 1.5rem;
	color: #3166af;
}
.service_use .use_navbox .usenav li a {
	font-size: 1.25rem;
	color: #111;
	line-height: 1.875rem;
}
.service_use .use_navbox .usenav li a:hover {
	color: #2158a4;
}
.service_use .use_navbox .searchbox {
	width: 71%;
	height: 3.125rem;
	margin: 0 auto;
	box-sizing: border-box;
}
.service_use .use_navbox .searchbox form {
	display: flex;
	width: 100%;
	height: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 1.5625rem;
}
.service_use .use_navbox .searchbox form input::-webkit-input-placeholder, .service_use .use_navbox .searchbox form textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.875rem;
 letter-spacing: 0.0625rem;
 color: #333;
}
.service_use .use_navbox .searchbox form input:-moz-placeholder, .service_use .use_navbox .searchbox form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.875rem;
 letter-spacing: 0.0625rem;
 color: #333;
}
.service_use .use_navbox .searchbox form input::-moz-placeholder, .service_use .use_navbox .searchbox form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.875rem;
 letter-spacing: 0.0625rem;
 color: #333;
}
.service_use .use_navbox .searchbox form input:-ms-input-placeholder, .service_use .use_navbox .searchbox form textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.875rem;
 letter-spacing: 0.0625rem;
 color: #333;
}
.service_use .use_navbox .searchbox form input {
	flex: 1;
	width: 0;
	height: 100%;
	padding: 0 1.875rem;
	border-radius: 1.5625rem;
	border: 0;
	box-sizing: border-box;
	font-size: 0.875rem;
	color: #000;
}
.service_use .use_navbox .searchbox form button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 50%;
	border: 0;
	background-color: transparent;
	outline: none;
	box-sizing: border-box;
	font-size: 1rem;
	color: #000;
}
.service_use .use .center_listbox {
	margin-bottom: 2.5rem;
}
.service_use .use .center_listbox .item {
	display: flex;
	background: #ffffff;
	box-shadow: 1px 1px 13px 0px rgba(2, 19, 43, 0.08);
}
.service_use .use .center_listbox .item_l {
	width: 36%;
	border-right: 1px solid #f5f5f5;
}
.service_use .use .center_listbox .item_l .imgbx {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 20rem;
}
.service_use .use .center_listbox .item_l .imgbx img {
	display: block;
	max-width: 80%;
	max-height: 80%;
	object-fit: contain;
}
.service_use .use .center_listbox .item_l h4 {
	font-size: 1.125rem;
	color: #111;
	font-weight: 400;
	line-height: 3.125rem;
	text-align: center;
	padding: 0 1rem;
}
.service_use .use .center_listbox .item_r {
	width: 64%;
	min-height: 23.125rem;
}
.service_use .use .center_listbox .item_r ul {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.service_use .use .center_listbox .item_r ul li {
	width: 100%;
	flex: 1;
}
.service_use .use .center_listbox .item_r ul li:not(:last-child) {
	border-bottom: 1px solid #f5f5f5;
}
.service_use .use .center_listbox .item_r ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 0 5% 0 3%;
	box-sizing: border-box;
}
.service_use .use .center_listbox .item_r ul li a:hover p {
	color: #2158a4;
}
.service_use .use .center_listbox .item_r ul li a:hover i {
	color: #2158a4;
}
.service_use .use .center_listbox .item_r ul li a p {
	font-size: 1.125rem;
	color: #111;
}
.service_use .use .center_listbox .item_r ul li a i {
	font-size: 1.25rem;
	color: #111;
}
.service_use .use .center_listbox .item:not(:last-child) {
	margin-bottom: 2.5rem;
}
.service_manual .manual {
	padding: 4rem 0;
}
.service_manual .manual .topbox {
	display: flex;
	background: #ffffff;
	margin-bottom: 3.125rem;
	box-shadow: 1px 1px 13px 0px rgba(2, 19, 43, 0.08);
}
.service_manual .manual .topbox_l {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 37%;
	height: 25rem;
}
.service_manual .manual .topbox_l img {
	display: block;
	max-width: 80%;
	max-height: 80%;
	object-fit: contain;
}
.service_manual .manual .topbox_r {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 68%;
	padding: 3% 3.125rem 3% 0;
}
.service_manual .manual .topbox_r .service_common_title {
	margin-bottom: 0;
}
.service_manual .manual .topbox_r h4 {
	font-size: 1.75rem;
	color: #3166af;
	font-weight: 400;
	line-height: 2rem;
}
.service_manual .manual .topbox_r .searchbox {
	width: 100%;
	height: 3.125rem;
	margin: 0 auto;
	box-sizing: border-box;
}
.service_manual .manual .topbox_r .searchbox form {
	display: flex;
	width: 100%;
	height: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 1.5625rem;
}
.service_manual .manual .topbox_r .searchbox form input::-webkit-input-placeholder, .service_manual .manual .topbox_r .searchbox form textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.875rem;
 letter-spacing: 0.0625rem;
 color: #333;
}
.service_manual .manual .topbox_r .searchbox form input:-moz-placeholder, .service_manual .manual .topbox_r .searchbox form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.875rem;
 letter-spacing: 0.0625rem;
 color: #333;
}
.service_manual .manual .topbox_r .searchbox form input::-moz-placeholder, .service_manual .manual .topbox_r .searchbox form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.875rem;
 letter-spacing: 0.0625rem;
 color: #333;
}
.service_manual .manual .topbox_r .searchbox form input:-ms-input-placeholder, .service_manual .manual .topbox_r .searchbox form textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.875rem;
 letter-spacing: 0.0625rem;
 color: #333;
}
.service_manual .manual .topbox_r .searchbox form input {
	flex: 1;
	width: 0;
	height: 100%;
	padding: 0 1.875rem;
	border-radius: 1.5625rem;
	border: 0;
	box-sizing: border-box;
	font-size: 0.875rem;
	color: #000;
}
.service_manual .manual .topbox_r .searchbox form button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 50%;
	border: 0;
	background-color: transparent;
	outline: none;
	box-sizing: border-box;
	font-size: 1rem;
	color: #000;
}
.service_manual .manual .center {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 1.25rem;
}
.service_manual .manual .center .item {
	position: relative;
	display: flex;
	width: 48.5%;
	height: 6.25rem;
	margin-bottom: 1.875rem;
	background: #f4f4f4;
}
.service_manual .manual .center .item h5 {
	flex: 1;
	width: 0;
	font-size: 1rem;
	color: #111;
	font-weight: normal;
	line-height: 6.25rem;
	padding: 0 3%;
	transition: all 0.3s;
}
.service_manual .manual .center .item .iconbx {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 7.5rem;
	height: 100%;
	transition: all 0.3s;
}
.service_manual .manual .center .item .iconbx i {
	font-size: 2rem;
	color: #aaaaaa;
	transition: all 0.3s;
}
.service_manual .manual .center .item:hover h5 {
	background-color: #3166af;
	color: #fff;
}
.service_manual .manual .center .item:hover .iconbx {
	background-color: #011531;
	color: #fff;
}
.service_video .video .videocenter {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.service_video .video .videocenter .zhanwei {
	width: 31%;
	height: 0;
}
.service_video .video .videocenter .item {
	width: 31%;
	margin-bottom: 3.5rem;
}
.service_video .video .videocenter .item .imgbx {
	position: relative;
	width: 100%;
	height: 18.75rem;
	overflow: hidden;
}
.service_video .video .videocenter .item .imgbx img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service_video .video .videocenter .item .imgbx .playbtn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4.375rem;
	height: 4.375rem;
	background-color: #ffffff;
	border-radius: 50%;
	opacity: 0.6;
	z-index: 3;
	transition: all 0.3s;
}
.service_video .video .videocenter .item .imgbx .playbtn i {
	font-size: 2rem;
	color: #2158a4;
}
.service_video .video .videocenter .item .textbx {
	width: 100%;
}
.service_video .video .videocenter .item .textbx h4 {
	font-size: 1rem;
	color: #111;
	text-align: center;
	line-height: 2.5rem;
	font-weight: normal;
}
.service_video .video .videocenter .item:hover {
	cursor: pointer;
}
.service_video .video .videocenter .item:hover .imgbx .playbtn {
	opacity: 1;
}
.service_video .video .videocenter .item:hover .textbx h4 {
	color: #2158a4;
}
.service_problem .problemcenter .item {
	width: 100%;
	height: 3.75rem;
	background-color: #f4f4f4;
	margin-bottom: 1.875rem;
	transition: all 0.3s;
}
.service_problem .problemcenter .item a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 1rem;
	color: #111;
	line-height: 3.75rem;
	padding: 0 1.5rem;
	box-sizing: border-box;
	transition: all 0.3s;
}
.service_problem .problemcenter .item:hover {
	background-color: #2158a4;
}
.service_problem .problemcenter .item:hover a {
	color: #fff;
}
.service_problemdetail .problemdetail_center .title {
	margin-bottom: 2.5rem;
}
.service_problemdetail .problemdetail_center .title h3 {
	font-size: 1.5rem;
	color: #111;
	font-weight: 400;
	line-height: 1.875rem;
	text-align: center;
	margin-bottom: 0.875rem;
}
.service_problemdetail .problemdetail_center .title .time {
	display: flex;
	justify-content: center;
	font-size: 1rem;
	color: #aaa;
}
.service_problemdetail .problemdetail_center .title .time i {
	font-size: 1rem;
	color: #999;
	margin-right: 0.25rem;
}
.service_problemdetail .problemdetail_center .detail p {
	font-size: 1rem;
	color: #111;
	line-height: 2rem;
}
.service_problemdetail .problemdetail_center .detail img {
	display: block;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}
.service_query .query {
	padding: 4.375rem 0;
}
.service_query .query .service_common_title {
	margin-bottom: 4rem;
}
.service_query .query .center p {
	font-size: 1.25rem;
	color: #111;
	line-height: 1.875rem;
}
.service_query .query .center ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 5rem;
	padding-top: 4rem;
	border-top: 1px solid #eee;
}
.service_query .query .center ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 32%;
}
.service_query .query .center ul li .iconbx {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10rem;
	height: 10rem;
	background-color: #dee6f2;
	border-radius: 50%;
	transition: all 0.4s;
}
.service_query .query .center ul li .iconbx i {
	font-size: 5.5rem;
	color: #3166af;
	font-weight: 400;
	opacity: 1;
	transition: all 0.4s;
}
.service_query .query .center ul li .iconbx img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 80%;
	object-fit: contain;
	opacity: 0;
	transition: all 0.4s;
}
.service_query .query .center ul li h4 {
	font-size: 1.25rem;
	color: #111;
	font-weight: 400;
	margin: 1rem 0 0.875rem;
}
.service_query .query .center ul li p {
	font-size: 1rem;
	color: #999;
	line-height: 2rem;
	text-align: center;
}
.service_query .query .center ul li.erweima:hover {
	cursor: default;
}
.service_query .query .center ul li.erweima:hover .iconbx {
	background-color: #fff;
}
.service_query .query .center ul li.erweima:hover .iconbx i {
	opacity: 0;
}
.service_query .query .center ul li.erweima:hover .iconbx img {
	opacity: 1;
}
.service_suggest {
	padding: 4.375rem 0;
}
.service_suggest .suggest .service_common_title {
	margin-bottom: 2.5rem;
}
.service_suggest .suggest .center .formbx {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.service_suggest .suggest .center .formbx_item {
	width: 48%;
	height: auto;
	margin-bottom: 2.5rem;
}
.service_suggest .suggest .center .formbx_item input::-webkit-input-placeholder, .service_suggest .suggest .center .formbx_item textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 1.125rem;
 letter-spacing: 1px;
 color: #999;
}
.service_suggest .suggest .center .formbx_item input:-moz-placeholder, .service_suggest .suggest .center .formbx_item textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1.125rem;
 letter-spacing: 1px;
 color: #999;
}
.service_suggest .suggest .center .formbx_item input::-moz-placeholder, .service_suggest .suggest .center .formbx_item textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1.125rem;
 letter-spacing: 1px;
 color: #999;
}
.service_suggest .suggest .center .formbx_item input:-ms-input-placeholder, .service_suggest .suggest .center .formbx_item textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 1.125rem;
 letter-spacing: 1px;
 color: #999;
}
.service_suggest .suggest .center .formbx_item label {
	display: block;
	font-size: 1.125rem;
	color: #666;
	margin-bottom: 0.75rem;
}
.service_suggest .suggest .center .formbx_item input {
	display: block;
	width: 100%;
	height: 3.125rem;
	padding: 0 1.25rem;
	border: 0;
	background: #f5f6f8;
	box-sizing: border-box;
	font-size: 1.125rem;
	color: #111;
}
.service_suggest .suggest .center .formbx_text {
	width: 100%;
	height: auto;
	margin-bottom: 2.5rem;
}
.service_suggest .suggest .center .formbx_text input::-webkit-input-placeholder, .service_suggest .suggest .center .formbx_text textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 1.125rem;
 letter-spacing: 1px;
 color: #999;
}
.service_suggest .suggest .center .formbx_text input:-moz-placeholder, .service_suggest .suggest .center .formbx_text textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1.125rem;
 letter-spacing: 1px;
 color: #999;
}
.service_suggest .suggest .center .formbx_text input::-moz-placeholder, .service_suggest .suggest .center .formbx_text textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1.125rem;
 letter-spacing: 1px;
 color: #999;
}
.service_suggest .suggest .center .formbx_text input:-ms-input-placeholder, .service_suggest .suggest .center .formbx_text textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 1.125rem;
 letter-spacing: 1px;
 color: #999;
}
.service_suggest .suggest .center .formbx_text label {
	display: block;
	font-size: 1.125rem;
	color: #666;
	margin-bottom: 0.75rem;
}
.service_suggest .suggest .center .formbx_text textarea {
	display: block;
	width: 100%;
	height: 12.5rem;
	padding: 1.25rem;
	background: #f5f6f8;
	outline: none;
	border: 0;
	resize: none;
	box-sizing: border-box;
	font-size: 1.125rem;
	color: #111;
	line-height: 1.5em;
}
.service_suggest .suggest .center .formbx_btnbx {
	width: 100%;
}
.service_suggest .suggest .center .formbx_btnbx button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10rem;
	height: 2.875rem;
	margin: 0 auto;
	background-color: #3166af;
	border: 1px solid #2158a4;
	outline: none;
	font-size: 1.25rem;
	color: #fff;
	line-height: 3.125rem;
	text-align: center;
	transition: all 0.3s;
}
.showvideo {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}
.showvideo .center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60vw;
	height: 70vh;
	display: flex;
	justify-content: space-between;
	padding: 0 3.75rem;
}
.showvideo .center .closebtn {
	position: absolute;
	bottom: -4rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	background-color: #ccc;
	border-radius: 50%;
	z-index: 89;
}
.showvideo .center .closebtn:hover {
	cursor: pointer;
	background-color: #2158a4;
}
.showvideo .center .closebtn i {
	font-size: 1.5rem;
	color: #fff;
}
.showvideo_content {
	width: 100%;
	height: 100%;
}
.showvideo_content iframe {
	display: block;
	width: 100% !important;
	height: 100% !important;
}
.news_content {
	padding: 2.5rem 0 3.125rem;
}
.news_content .newlist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}
.news_content .newlist .item {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	overflow: hidden;
	padding: 1.5rem 0;
	transition: all 0.3s;
}
.news_content .newlist .item:not(:last-child) {
	border-bottom: 1px solid #eee;
}
.news_content .newlist .item:hover .item_img img {
	transform: scale(1.06);
}
.news_content .newlist .item_img {
	width: 31.25%;
	height: 18.75rem;
	overflow: hidden;
}
.news_content .newlist .item_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.news_content .newlist .item_text {
	flex: 1;
	width: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 1% 0 1% 2%;
}
.news_content .newlist .item_text .center h4 {
	font-size: 1.625rem;
	color: #111;
	font-weight: 400;
}
.news_content .newlist .item_text .center .time {
	display: inline-block;
	font-size: 1.25rem;
	color: #5b5b5b;
	margin: 1.25rem 0;
}
.news_content .newlist .item_text .center .intro p {
	font-size: 0.875rem;
	color: #666;
	line-height: 1.7em;
}
.news_content .newlist .item_text .detailbtn {
	display: block;
	width: 7.5rem;
	height: 2.5rem;
	background-color: #2158a4;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	line-height: 2.5rem;
}
.newdetail_content {
	padding: 3.75rem 0 5rem;
}
.newdetail_content .center {
	float: left;
	width: 100%;
	margin-bottom: 3.125rem;
}
.newdetail_content .center_hd {
	margin-bottom: 2rem;
}
.newdetail_content .center_hd h3 {
	position: relative;
	font-size: 1.5rem;
	color: #000;
	font-weight: normal;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 1.5rem;
}
.newdetail_content .center_hd .time {
	display: flex;
	justify-content: center;
}
.newdetail_content .center_hd .time p {
	font-size: 1rem;
	color: #aaa;
}
.newdetail_content .center_hd .time p:first-child {
	margin-right: 1.875rem;
}
.newdetail_content .center_hd .time p i {
	margin-right: 0.125rem;
}
.newdetail_content .center_bd {
	font-size: 1rem;
	color: #5b5b5b;
	line-height: 1.6em;
	text-indent: 2em;
}
.newdetail_content .center_bd p {
	font-size: 1rem;
	color: #5b5b5b;
	line-height: 1.6em;
	text-indent: 2em;
}
.newdetail_content .center_bd img {
	display: block;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}
.newdetail_content .otherbx {
	float: right;
	width: 29.375%;
}
.newdetail_content .otherbx_hd {
	padding-bottom: 0.625rem;
	margin-bottom: 0.625rem;
	border-bottom: 1px solid #a7a7a7;
}
.newdetail_content .otherbx_hd h3 {
	font-size: 1.5rem;
	color: #000;
}
.newdetail_content .otherbx_bd .item {
	position: relative;
	padding: 1.875rem 0;
}
.newdetail_content .otherbx_bd .item:hover h4 {
	color: #2158a4;
}
.newdetail_content .otherbx_bd .item:not(:last-child) {
	border-bottom: 1px solid #dadada;
}
.newdetail_content .otherbx_bd .item h4 {
	font-size: 1.25rem;
	color: #000;
	margin-bottom: 0.875rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.newdetail_content .otherbx_bd .item span {
	font-size: 1rem;
	color: #5b5b5b;
}
.contact_info {
	padding: 5rem 0;
}
.contact_info .service_common_title {
	margin-bottom: 2.5rem;
}
.contact_info .center {
	display: flex;
	justify-content: space-between;
}
.contact_info .center .item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 15%;
	padding: 2.5rem 0;
	background-color: #f5f6f8;
}
.contact_info .center .item::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 0.25rem;
	background-color: #3266b0;
}
.contact_info .center .item:hover .iconbx {
	background-color: rgba(222, 230, 242, 0.6);
}
.contact_info .center .item .iconbx {
	width: 6.875rem;
	height: 6.875rem;
	border-radius: 50%;
	background-color: rgba(222, 230, 242, 0);
	overflow: hidden;
	transition: all 0.4s;
}
.contact_info .center .item .iconbx img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.contact_info .center .item h4 {
	font-size: 1.25rem;
	color: #111;
	font-weight: 400;
	margin: 0.625rem 0;
}
.contact_info .center .item .intro {
	width: 100%;
	padding: 0 5%;
}
.contact_info .center .item .intro p {
	font-size: 1rem;
	color: #111;
	line-height: 1.875rem;
	text-align: center;
}
.contact_branch {
	position: relative;
	padding: 6.25rem 0 5rem;
	background-color: #f5f6f7;
	overflow: hidden;
}
.contact_branch .bg {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 49%;
	height: 100%;
	z-index: 0;
}
.contact_branch .bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contact_branch .center {
	position: relative;
	z-index: 1;
}
.contact_branch .center .service_common_title {
	margin-bottom: 4.25rem;
}
.contact_branch .center .swiperbox {
	position: relative;
	width: 58%;
	overflow: hidden;
}
.contact_branch .center .swiperbox .contact_branch_swiper {
	width: 100%;
}
.contact_branch .center .swiperbox .contact_branch_swiper .swiper-slide {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact_branch .center .swiperbox .contact_branch_swiper .swiper-slide .item {
	width: 47%;
	margin-bottom: 4rem;
	padding-bottom: 1rem;
	border-bottom: 2px solid rgba(50, 102, 176, 0.2);
	transition: all 0.4s;
}
.contact_branch .center .swiperbox .contact_branch_swiper .swiper-slide .item:hover {
	border-bottom-color: #3266b0;
}
.contact_branch .center .swiperbox .contact_branch_swiper .swiper-slide .item h4 {
	font-size: 1.75rem;
	color: #111;
	font-weight: 400;
	margin-bottom: 1rem;
}
.contact_branch .center .swiperbox .contact_branch_swiper .swiper-slide .item_text ul li {
	display: flex;
}
.contact_branch .center .swiperbox .contact_branch_swiper .swiper-slide .item_text ul li:not(:last-child) {
	margin-bottom: 0.625rem;
}
.contact_branch .center .swiperbox .contact_branch_swiper .swiper-slide .item_text ul li i {
	font-size: 1rem;
	color: #a3bded;
	line-height: 1.875rem;
	margin-right: 0.25rem;
}
.contact_branch .center .swiperbox .contact_branch_swiper .swiper-slide .item_text ul li p {
	flex: 1;
	font-size: 1rem;
	color: #999;
	line-height: 1.875rem;
}
.contact_branch .center .swiperbox .swiper-pagination-bullet {
	background-color: #ccc;
	opacity: 1;
}
.contact_branch .center .swiperbox .swiper-pagination-bullet-active {
	background-color: #3266b0;
}
.contact_message {
	padding: 5rem 0;
}
.contact_message .service_common_title {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contact_message .center .formbx {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact_message .center .formbx_item {
	width: 48%;
	height: 3.125rem;
	margin-bottom: 2.5rem;
}
.contact_message .center .formbx_item input::-webkit-input-placeholder, .contact_message .center .formbx_item textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 1.125rem;
 letter-spacing: 1px;
 color: #999;
}
.contact_message .center .formbx_item input:-moz-placeholder, .contact_message .center .formbx_item textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1.125rem;
 letter-spacing: 1px;
 color: #999;
}
.contact_message .center .formbx_item input::-moz-placeholder, .contact_message .center .formbx_item textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1.125rem;
 letter-spacing: 1px;
 color: #999;
}
.contact_message .center .formbx_item input:-ms-input-placeholder, .contact_message .center .formbx_item textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 1.125rem;
 letter-spacing: 1px;
 color: #999;
}
.contact_message .center .formbx_item input {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 1.25rem;
	border: 0;
	background: #f5f6f8;
	box-sizing: border-box;
	font-size: 1.125rem;
	color: #111;
}
.contact_message .center .formbx_text {
	width: 100%;
	height: 11.25rem;
	margin-bottom: 2.5rem;
}
.contact_message .center .formbx_text input::-webkit-input-placeholder, .contact_message .center .formbx_text textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 1.125rem;
 letter-spacing: 1px;
 color: #999;
}
.contact_message .center .formbx_text input:-moz-placeholder, .contact_message .center .formbx_text textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1.125rem;
 letter-spacing: 1px;
 color: #999;
}
.contact_message .center .formbx_text input::-moz-placeholder, .contact_message .center .formbx_text textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1.125rem;
 letter-spacing: 1px;
 color: #999;
}
.contact_message .center .formbx_text input:-ms-input-placeholder, .contact_message .center .formbx_text textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 1.125rem;
 letter-spacing: 1px;
 color: #999;
}
.contact_message .center .formbx_text textarea {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1.25rem;
	background: #f5f6f8;
	outline: none;
	border: 0;
	resize: none;
	box-sizing: border-box;
	font-size: 1.125rem;
	color: #111;
	line-height: 1.5em;
}
.contact_message .center .formbx_btnbx {
	width: 100%;
}
.contact_message .center .formbx_btnbx button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10rem;
	height: 2.875rem;
	margin: 0 auto;
	background-color: #3166af;
	border: 1px solid #2158a4;
	outline: none;
	font-size: 1.25rem;
	color: #fff;
	line-height: 3.125rem;
	text-align: center;
	transition: all 0.3s;
}
.popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99999;
}
.popup_center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 43.75rem;
	background: #ffffff;
	box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.14);
	border-radius: 0.3125rem;
}
.popup_center .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 5rem;
	padding: 0 2rem;
	border-bottom: 1px solid #eee;
}
.popup_center .title h4 {
	font-size: 1.5rem;
	color: #111;
	font-weight: 400;
}
.popup_center .title .closebtn:hover {
	cursor: pointer;
}
.popup_center .title .closebtn i {
	font-size: 1.5rem;
	color: #666;
}
.popup_center .downloadForm {
	padding-top: 3.125rem;
}
.popup_center .downloadForm .formbx_item {
	display: flex;
	box-sizing: border-box;
	padding: 0 3.75rem;
	margin-bottom: 2rem;
}
.popup_center .downloadForm .formbx_item label {
	width: 30%;
	text-align: right;
	font-size: 1.125rem;
	color: #111;
	line-height: 2.5rem;
}
.popup_center .downloadForm .formbx_item label span {
	color: #2158a4;
}
.popup_center .downloadForm .formbx_item input {
	flex: 1;
	display: block;
	width: 100%;
	height: 2.5rem;
	padding: 0 1.125rem;
	outline: none;
	border: 0;
	background: #f7f7f7;
	border-radius: 0.3125rem;
	box-sizing: border-box;
	font-size: 1rem;
	color: #111;
}
.popup_center .downloadForm .formbx_item input::-webkit-input-placeholder, .popup_center .downloadForm .formbx_item textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 1rem;
 letter-spacing: 1px;
 color: #666;
}
.popup_center .downloadForm .formbx_item input:-moz-placeholder, .popup_center .downloadForm .formbx_item textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1rem;
 letter-spacing: 1px;
 color: #666;
}
.popup_center .downloadForm .formbx_item input::-moz-placeholder, .popup_center .downloadForm .formbx_item textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1rem;
 letter-spacing: 1px;
 color: #666;
}
.popup_center .downloadForm .formbx_item input:-ms-input-placeholder, .popup_center .downloadForm .formbx_item textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 1rem;
 letter-spacing: 1px;
 color: #666;
}
.popup_center .downloadForm .formbx_text {
	display: flex;
	box-sizing: border-box;
	margin-bottom: 2rem;
	padding: 0 3.75rem;
}
.popup_center .downloadForm .formbx_text input::-webkit-input-placeholder, .popup_center .downloadForm .formbx_text textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 1rem;
 letter-spacing: 1px;
 color: #666;
}
.popup_center .downloadForm .formbx_text input:-moz-placeholder, .popup_center .downloadForm .formbx_text textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1rem;
 letter-spacing: 1px;
 color: #666;
}
.popup_center .downloadForm .formbx_text input::-moz-placeholder, .popup_center .downloadForm .formbx_text textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1rem;
 letter-spacing: 1px;
 color: #666;
}
.popup_center .downloadForm .formbx_text input:-ms-input-placeholder, .popup_center .downloadForm .formbx_text textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 1rem;
 letter-spacing: 1px;
 color: #666;
}
.popup_center .downloadForm .formbx_text label {
	width: 30%;
	text-align: right;
	font-size: 1.125rem;
	color: #111;
	line-height: 2.5rem;
}
.popup_center .downloadForm .formbx_text label span {
	color: #2158a4;
}
.popup_center .downloadForm .formbx_text textarea {
	flex: 1;
	height: 100%;
	padding: 0.75rem 1.125rem;
	outline: none;
	resize: none;
	border: 0;
	background: #f7f7f7;
	border-radius: 0.3125rem;
	box-sizing: border-box;
	font-size: 1rem;
	color: #111;
	line-height: 1.5em;
}
.popup_center .downloadForm .formbx .down_href {
	display: none;
}
.popup_center .formbtnbx {
	display: flex;
	justify-content: flex-end;
	padding: 1.25rem 2rem;
	border-top: 1px solid #eee;
}
.popup_center .formbtnbx button {
	display: block;
	width: 6.25rem;
	height: 2.5rem;
	outline: none;
	border: 0;
	background-color: #2158a4;
	border-radius: 0.3125rem;
	font-size: 1rem;
	color: #fff;
	letter-spacing: 0.125rem;
	line-height: 2.5rem;
	text-align: center;
	transition: all 0.3s;
}
.popup_center .formbtnbx button:hover {
	cursor: pointer;
	letter-spacing: 0.25rem;
}
.Pcimg {
	display: block;
}
.Mimg {
	display: none;
}

@media (min-width: 320px) and (max-width: 1000px) {
	:root {
		font-size: 16px !important;
	}
	.w1640,  .w1400,  .w1200,  .w1600 {
		width: 100%;
		padding: 0 1rem;
	}
	.Pcimg {
		display: none;
	}
	.Mimg {
		display: block;
	}
	.showvideo_content .videobx {
		width: 96%;
		height: 28%;
	}
	.common_banner {
		width: 100%;
		height: 45vh;
		margin-top: 6rem;
	}
	.common_banner > img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.common_banner_text h3 {
		font-size: 1.5rem;
	}
	.common_banner_text p {
		font-size: 2rem;
		text-align: center;
	}
	.common_banner_productdetail .common_banner_text h3 {
		font-size: 2rem;
	}
	.common_banner_solution .common_banner_text {
		padding: 0 1.5rem;
	}
	.common_banner_solution .common_banner_text p {
		white-space: normal;
	}
	.common_navbox ul {
		overflow-x: auto;
	}
	.common_navbox ul li:not(:last-child) {
		margin-right: 6%;
	}
	.common_productnav ul {
		display: flex;
		justify-content: flex-start;
		overflow-x: auto;
	}
	.common_productnav ul li:first-child {
		margin-left: 0;
	}
	.common_productnav ul li a {
		font-size: 1rem;
		white-space: nowrap;
		line-height: 2.5rem;
		padding: 0 0.75rem;
	}
	.common_service_nav {
		padding: 2.5rem 0;
	}
	.common_service_nav .list {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.common_service_nav .list .item {
		width: 49%;
		margin: 0 0 0.625rem;
	}
	.common_service_nav .list .item h3 {
		line-height: 1.6em;
		text-align: center;
	}
	.common_pagebtn {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.common_pagebtn a {
		max-width: 100%;
	}
	.index_header {
		position: fixed;
		width: 100%;
		height: 6rem;
		z-index: 299;
	}
	.index_header .w1600 {
		height: 100%;
	}
	.index_header_navbox {
		height: 100%;
	}
	.index_header_navbox .logobox {
		max-width: 45%;
	}
	.index_header_navbox .logobox > p {
		display: none;
	}
	.index_header .navbx {
		display: none;
	}
	.index_header_nav {
		display: none;
	}
	.index_header_nav_M {
		/*display: block;*/
		position: absolute;
		top: 6rem;
		left: 0;
		width: 100%;
		height: calc(100vh - 6rem);
		background: #fff;
		display: none;
		border-top: 1px solid #f0f1f2;
		overflow-y: scroll;
		z-index: 29;
	}
	.index_header_nav_M .cd-accordion-menu {
		width: 100%;
		border-top: 1px solid #f0f1f2;
	}
	.index_header_nav_M .cd-accordion-menu ul {
		/* by default hide all sub menus */
		display: none;
	}
	.index_header_nav_M .cd-accordion-menu > li {
		padding: 0 1.5rem;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.index_header_nav_M .cd-accordion-menu > li .level1,  .index_header_nav_M .cd-accordion-menu > li .level2 {
		display: flex;
	}
	.index_header_nav_M .cd-accordion-menu > li .level1 a,  .index_header_nav_M .cd-accordion-menu > li .level2 a {
		flex: 1;
	}
	.index_header_nav_M .cd-accordion-menu > li .level1 .down,  .index_header_nav_M .cd-accordion-menu > li .level2 .down {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 3.75rem;
		height: 3.75rem;
		box-sizing: border-box;
		border-left: 1px solid #f0f1f2;
		border-bottom: 1px solid #f0f1f2;
	}
	.index_header_nav_M .cd-accordion-menu > li .level1 .down i,  .index_header_nav_M .cd-accordion-menu > li .level2 .down i {
		display: none;
		color: #333;
	}
	.index_header_nav_M .cd-accordion-menu > li .level1 .down i.active,  .index_header_nav_M .cd-accordion-menu > li .level2 .down i.active {
		display: block;
	}
	.index_header_nav_M .cd-accordion-menu > li .level1 .down i.icon-jianhao,  .index_header_nav_M .cd-accordion-menu > li .level2 .down i.icon-jianhao {
		color: #ed1b24;
	}
	.index_header_nav_M .cd-accordion-menu a {
		position: relative;
		display: flex;
		justify-content: space-between;
		box-shadow: inset 0 -1px #f0f1f2;
		color: #333333;
		font-size: 1.125rem;
		font-weight: 700;
		padding: 0.875rem 0;
		line-height: 2rem;
	}
	.index_header_nav_M .cd-accordion-menu a > i {
		font-size: 1rem;
		font-weight: normal;
		transform: rotate(180deg);
		margin-right: 1.25rem;
	}
	.index_header_nav_M .has-children.active > .level1 > a {
		color: #2158a4;
	}
	.index_header_nav_M .cd-accordion-menu ul a {
		box-shadow: inset 0 -1px #f0f1f2;
		padding-left: 1.5rem;
	}
	.index_header_nav_M .cd-accordion-menu > li:last-of-type > a {
		box-shadow: none;
	}
	.index_header_nav_M .cd-accordion-menu ul ul a {
		padding-left: 3rem;
	}
	.index_header_nav_M .has-children > .dropdown > li > a {
		font-weight: normal;
	}
	.index_header_nav_M .cd-accordion-menu > li .level2 a {
		font-weight: 400;
	}
	.index_header .navbx {
		align-items: center;
		padding: 0;
	}
	.index_header .rightbx {
		margin-left: auto;
	}
	.index_header .rightbx .searchbx {
		display: none;
	}
	.index_header .rightbx .searchbx_M {
		display: block;
	}
	.index_header .rightbx .searchbx_M_top {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 3.625rem;
		height: 100%;
	}
	.index_header .rightbx .searchbx_M_top.active i.iconbx1 {
		display: none;
	}
	.index_header .rightbx .searchbx_M_top.active i.iconbx2 {
		display: block;
	}
	.index_header .rightbx .searchbx_M_top i {
		display: none;
		font-size: 1.5rem;
		color: #fff;
	}
	.index_header .rightbx .searchbx_M_top i.iconbx1 {
		display: block;
	}
	.index_header .rightbx .searchbx_M_top i.iconbx2 {
		display: none;
	}
	.index_header .rightbx .searchbx_M_downdrop {
		position: absolute;
		top: 5rem;
		left: 0;
		width: 100%;
		height: auto;
		opacity: 0;
		transform: scaleY(0);
		transform-origin: 0 0 0;
		visibility: hidden;
		transition: all 0.3s;
	}
	.index_header .rightbx .searchbx_M_downdrop.show {
		transform: scaleY(1);
		visibility: visible;
		opacity: 1;
	}
	.index_header .rightbx .searchbx_M_downdrop form {
		display: flex;
		width: 100%;
		gap: 16px;
		padding: 0.5rem 1rem;
		background: rgba(0, 0, 0, 0.6);
		-webkit-backdrop-filter: blur(14px);
		backdrop-filter: blur(14px);
	}
	.index_header .rightbx .searchbx_M_downdrop form input {
		display: block;
		flex: 1;
		height: 3.625rem;
		font-size: 1.125rem;
		color: #fff;
		padding: 0 0.625rem;
		background-color: transparent;
		border: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.56);
		outline: none;
		box-sizing: border-box;
		transition: all 0.6s;
	}
	.index_header .rightbx .searchbx_M_downdrop form button {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 3.625rem;
		height: 3.625rem;
		border: 0;
		outline: none;
		background-color: transparent;
		transition: all 0.2s;
	}
	.index_header .rightbx .searchbx_M_downdrop form button i {
		font-size: 1.875rem;
		color: #fff;
	}
	.index_header .rightbx .tel {
		display: none;
	}
	.index_header .rightbx .langbx_top .iconbx {
		display: none;
	}
	.index_header .rightbx .langbx_downdrop ul li a img {
		display: none;
	}
	.index_header .inner-header-icon {
		display: block;
		z-index: 99;
	}
	.index_banner {
		display: none;
	}
	.index_banner_M {
		display: block;
		height: 50vh;
		margin-top: 6rem;
	}
	.index_banner_M .index_banner_swiper {
		width: 100%;
		height: 100%;
	}
	.index_banner_M .index_banner_swiper .swiper-slide {
		position: relative;
	}
	.index_banner_M .index_banner_swiper .swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.index_banner_M .index_banner_swiper .swiper-slide-text {
		position: absolute;
		top: 25%;
		left: 50%;
		transform: translateX(-50%);
	}
	.index_banner_M .index_banner_swiper .swiper-slide-text .textbd h2 {
		flex-wrap: wrap;
		font-size: 2.5rem;
		line-height: 1.6em;
	}
	.index_banner_M .index_banner_swiper .swiper-slide-text .textbd h3 {
		font-size: 1.5rem;
	}
	.index_banner_M .index_banner_swiper .swiper-slide-text .textbd .intro {
		display: none;
	}
	.index_banner_M .index_banner_swiper .swiper-slide-text .textbd em {
		margin: 1.5rem 0 0;
	}
	.index_banner_M .swiper-pagination {
		bottom: 2rem;
		font-size: 1.25rem;
		color: #999;
	}
	.index_numbox ul {
		flex-wrap: wrap;
		padding: 0;
	}
	.index_numbox ul li {
		width: 50%;
		padding: 1.25rem;
	}
	.index_profile {
		padding: 3rem 0;
	}
	.index_profile .center {
		flex-wrap: wrap;
	}
	.index_profile .center .textbx {
		width: 100%;
	}
	.index_profile .center .videobx {
		width: 100%;
		height: auto;
	}
	.index_profile .center .videobx video {
		height: auto;
		object-fit: contain;
	}
	.index_profile .aboutNav ul {
		flex-wrap: wrap;
	}
	.index_profile .aboutNav ul li {
		width: 32%;
		margin-bottom: 1rem;
	}
	.index_profile .aboutNav ul li a {
		width: 100%;
	}
	.index_hot {
		padding: 3rem 0;
	}
	.index_hot .center .item {
		width: 49%;
		margin-bottom: 1rem;
	}
	.index_hot .center .item_imgbx {
		height: auto;
	}
	.index_newproduct {
		padding: 3rem 0;
	}
	.index_newproduct .center .item {
		width: 100%;
	}
	.index_newproduct .center .item:first-child,  .index_newproduct .center .item:nth-child(2) {
		width: 100%;
	}
	.index_use .center {
		display: none;
	}
	.index_use .center_M {
		position: relative;
		display: block;
		height: auto;
		margin-top: 2.5rem;
	}
	.index_use .center_M .index_use_swiper {
		width: 100%;
		height: auto;
	}
	.index_use .center_M .index_use_swiper .swiper-slide {
		width: 100%;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	}
	.index_use .center_M .index_use_swiper .swiper-slide .imgbx {
		position: relative;
		width: 100%;
		height: 20rem;
	}
	.index_use .center_M .index_use_swiper .swiper-slide .imgbx img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.index_use .center_M .index_use_swiper .swiper-slide .item_mask {
		width: 100%;
		padding: 1rem 0.5rem;
		background-color: #fff;
	}
	.index_use .center_M .index_use_swiper .swiper-slide .item_mask .text .md:not(:last-child) {
		margin-bottom: 1rem;
	}
	.index_use .center_M .index_use_swiper .swiper-slide .item_mask .text .md h5 {
		font-size: 1.25rem;
		color: #000;
		margin-bottom: 0.625rem;
	}
	.index_use .center_M .index_use_swiper .swiper-slide .item_mask .text .md .intro p {
		font-size: 0.875rem;
		color: #9f9f9f;
		line-height: 1.6em;
	}
	.index_use .center_M .index_use_swiper .swiper-slide .item_mask .text .md .intro p a {
		display: inline-block;
		color: #2158a4;
	}
	.index_use .center_M .index_use_swiper .swiper-slide .item_mask .text .md .intro p a i {
		display: inline-block;
		font-size: 1;
		font-weight: 700;
		transform: rotate(180deg);
		margin-left: 0.5;
	}
	.index_use .center_M .index_use_swiper .swiper-slide .item_mask .text .md .aproduct {
		display: flex;
		justify-content: flex-start;
	}
	.index_use .center_M .index_use_swiper .swiper-slide .item_mask .text .md .aproduct li {
		margin-right: 1.875rem;
	}
	.index_use .center_M .index_use_swiper .swiper-slide .item_mask .text .md .aproduct li a {
		font-size: 1rem;
		color: #2b2b2b;
	}
	.index_use .center_M .swiper-btn {
		position: absolute;
		top: 30%;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 3.125rem;
		height: 3.125rem;
		border: 1px solid #2158a4;
		z-index: 19;
	}
	.index_use .center_M .swiper-btn span {
		font-size: 2rem;
		color: #2158a4;
	}
	.index_use .center_M .swiper-btn:hover {
		background-color: #2158a4;
	}
	.index_use .center_M .swiper-btn:hover span {
		color: #fff;
	}
	.index_use .center_M .swiper-btn-prev {
		left: 0;
	}
	.index_use .center_M .swiper-btn-next {
		right: 0;
	}
	.index_news {
		padding: 3rem 0;
	}
	.index_news .title .type li:first-child {
		margin-right: 1.25rem;
	}
	.index_news .center_bd .list {
		flex-wrap: wrap;
	}
	.index_news .center_bd .list .item {
		width: 100%;
	}
	.index_news .center_bd .list .item:not(:last-child) {
		margin-bottom: 1.25rem;
	}
	.index_footer_center {
		padding: 2.5rem 0;
	}
	.index_footer_center .w1600 {
		flex-wrap: wrap;
	}
	.index_footer_center .leftbx {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		padding-bottom: 1.5rem;
		border-right: 0;
		border-bottom: 1px solid rgba(217, 217, 217, 0.1);
	}
	.index_footer_center .leftbx .footlogo {
		width: 40%;
	}
	.index_footer_center .leftbx .info h4 {
		text-align: center;
	}
	.index_footer_center .links {
		flex: 0 0 100%;
		flex-wrap: wrap;
		padding: 1.5rem 0;
		border-bottom: 1px solid rgba(217, 217, 217, 0.1);
	}
	.index_footer_center .links dl {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
	}
	.index_footer_center .links dl dt {
		width: 100%;
		text-align: center;
	}
	.index_footer_center .links dl dd {
		margin-right: 1rem;
		margin-bottom: 1.25rem !important;
	}
	.index_footer_center .rightbx {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		border-left: 0;
	}
	.index_footer_center .rightbx .imgbx {
		width: 30%;
	}
	.index_footer_copyright {
		height: auto;
	}
	.index_footer_copyright .w1600 {
		justify-content: center;
		flex-wrap: wrap;
	}
	.index_footer_copyright .w1600 .center {
		padding: 0.5rem 0;
	}
	.index_footer_copyright .w1600 .center p {
		line-height: 2em;
	}
	.about_path .content {
		display: none;
	}
	.about_path .content_M {
		display: block;
	}
	.about_path .content_M .item {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.about_path .content_M .item span {
		display: inline-block;
		font-size: 1.875rem;
		color: #111;
		line-height: 2.5rem;
		letter-spacing: 0.125rem;
	}
	.about_path .content_M .item .text {
		position: relative;
		width: 80%;
		padding-left: 4%;
		padding-bottom: 2.5rem;
	}
	.about_path .content_M .item .text::before {
		position: absolute;
		top: 0.75rem;
		left: 0;
		content: "";
		transform: translate(-50%, 0);
		display: block;
		width: 0.5rem;
		height: 0.5rem;
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 50%;
		box-sizing: border-box;
		z-index: 2;
	}
	.about_path .content_M .item .text::after {
		position: absolute;
		top: 1rem;
		left: 0;
		content: "";
		transform: translate(-50%, 0);
		display: block;
		width: 1px;
		height: 98%;
		background-color: #2158a4;
		z-index: 1;
	}
	.about_path .content_M .item .text p {
		font-size: 1rem;
		color: #333;
		line-height: 2em;
	}
	.about_culture_hd {
		flex-direction: column;
		align-items: flex-start;
	}
	.about_culture_hd h3 {
		margin-bottom: 0.75rem;
	}
	.about_culture_hd p {
		line-height: 1.8em;
	}
	.about_culture .mission_bd {
		margin-top: 2rem;
	}
	.about_culture .mission_bd p {
		flex-wrap: wrap;
	}
	.about_culture .mission_bd img {
		width: 100% !important;
		height: auto;
		object-fit: contain;
		margin-bottom: 1rem;
	}
	.about_culture .vision {
		padding: 4rem 0;
	}
	.about_culture .idea {
		padding: 4rem 0 2rem;
	}
	.about_culture .idea_bd .item {
		width: 100%;
		margin-bottom: 2.5rem;
	}
	.about_culture .values_center {
		flex-wrap: wrap;
	}
	.about_culture .values_center .text {
		width: 100%;
		margin-bottom: 1rem;
	}
	.about_culture .values_center .text .intro {
		margin-top: 2.5rem;
	}
	.about_culture .values_center .text .intro p {
		width: 100%;
	}
	.about_culture .values_center .imgbx {
		width: 100%;
		height: auto;
	}
	.about_culture .values_center .imgbx img {
		height: auto;
		object-fit: contain;
	}
	.about_style .content .item {
		width: 100%;
	}
	.about_certificate .content .type ul li:not(:last-child) {
		margin-right: 1.5rem;
	}
	.about_certificate .content_bd .item {
		width: 49%;
	}
	.about_certificate .content_bd .item_imgbx {
		height: 20rem;
		padding: 1rem;
	}
	.about_charitable .content .item {
		flex-direction: column;
		padding: 1rem;
	}
	.about_charitable .content .item_img {
		width: 100%;
		height: auto;
		margin-bottom: 1rem;
	}
	.about_charitable .content .item_img img {
		height: auto;
		object-fit: contain;
	}
	.about_charitable .content .item_txt {
		width: 100%;
		padding-left: 0;
	}
	.product_content .leftbox {
		display: none;
	}
	.product_content .rightbox {
		float: none;
		width: 100%;
	}
	.product_content .rightbox_center .md_bd ul li {
		width: 32%;
	}
	.product_content .rightbox_center .md:first-child .md_bd .item {
		flex-direction: column;
	}
	.product_content .rightbox_center .md:first-child .md_bd .item ul {
		width: 100%;
		margin-top: 1rem;
	}
	.product_content .rightbox_center .md:first-child .md_bd .item ul li {
		width: 32%;
	}
	.product_content.productlist_gas .rightbox_center .list .item {
		flex-wrap: wrap;
	}
	.product_content.productlist_gas .rightbox_center .list .item_l {
		width: 100%;
		margin-bottom: 1.25rem;
	}
	.product_content.productlist_gas .rightbox_center .list .item_imgbx {
		height: 24rem;
	}
	.product_content.productlist_gas .rightbox_center .list .item_r {
		width: 100%;
		padding-left: 0;
	}
	.product_content.productlist_gas .rightbox_center .list .item_r .text {
		margin-bottom: 1.5rem;
	}
	.productlist_content .rightbox .list .item {
		flex-wrap: wrap;
	}
	.productlist_content .rightbox .list .item_imgbx {
		width: 100%;
		height: 23rem;
	}
	.productlist_content .rightbox .list .item_l {
		width: 100%;
		margin-bottom: 1.25rem;
	}
	.productlist_content .rightbox .list .item_l .productlist ul li {
		height: 4.25rem;
	}
	.productlist_content .rightbox .list .item_r {
		width: 100%;
		padding-left: 0;
	}
	.productlist_content .rightbox .list .item_r .text {
		margin-bottom: 1.5rem;
	}
	.productdetail_profile {
		padding: 4rem 0;
	}
	.productdetail_profile .center .leftbx {
		float: none;
		width: 100%;
		margin-bottom: 1.25rem;
	}
	.productdetail_profile .center .leftbx_imgbox {
		height: 26rem;
	}
	.productdetail_profile .center .leftbx_swiperbx {
		height: 6rem;
	}
	.productdetail_profile .center .textbx {
		width: 100%;
		min-height: auto;
	}
	.productdetail_closeup .closeup_nav ul li {
		height: 3.125rem;
	}
	.productdetail_closeup .closeup_nav ul li a {
		font-size: 1.25rem;
		line-height: 3.125rem;
	}
	.productdetail_closeup .closeup_bd .item {
		flex-wrap: wrap;
		padding: 1rem;
	}
	.productdetail_closeup .closeup_bd .item_text {
		width: 100%;
	}
	.productdetail_closeup .closeup_bd .item_img {
		width: 100%;
		margin-top: 1rem;
	}
	.productdetail_param .center .detail table {
		table-layout: fixed;
	}
	.productdetail_param .center .detail table th,  .productdetail_param .center .detail table td {
		line-height: 1.5em;
		padding: 0.25rem 0.5rem !important;
	}
	.productdetail_param .center .detail table th,  .productdetail_param .center .detail table td {
		text-align: left;
		vertical-align: top;
		white-space: normal;
		word-wrap: break-word;
	}
	.productdetail_param .center .detail table th p,  .productdetail_param .center .detail table td p {
		white-space: normal;
		word-wrap: break-word;
	}
	.productdetail_solution .center .item {
		flex-wrap: wrap;
		padding: 1rem;
	}
	.productdetail_solution .center .item_imgbx {
		width: 100%;
		height: auto;
		margin-bottom: 1.25rem;
	}
	.productdetail_solution .center .item_imgbx img {
		height: auto;
		object-fit: contain;
	}
	.productdetail_solution .center .item_text {
		width: 100%;
	}
	.productdetail_solution .center .item_text .txt {
		margin-bottom: 1.25rem;
	}
	.productdetail_more .list .item {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.solution_content {
		overflow: hidden;
	}
	.solution_content .leftbox {
		display: none;
	}
	.solution_content .rightbox {
		float: none;
		width: 100%;
	}
	.solution_content .rightbox .list .item {
		flex-wrap: wrap;
	}
	.solution_content .rightbox .list .item_imgbx {
		width: 100%;
		margin-bottom: 1.25rem;
	}
	.solution_content .rightbox .list .item_r {
		width: 100%;
		padding-left: 0;
	}
	.solution_content .rightbox .list .item_r .text {
		margin-bottom: 1.5rem;
	}
	.solutiondetail_content .topbx {
		flex-wrap: wrap;
	}
	.solutiondetail_content .topbx_l {
		width: 100%;
		margin-bottom: 2rem;
	}
	.solutiondetail_content .topbx_l .txt {
		margin-bottom: 1.5rem;
	}
	.solutiondetail_content .topbx_r {
		width: 100%;
	}
	.solutiondetail_content .topbx_r .solutionlist {
		flex-wrap: wrap;
	}
	.solutiondetail_content .topbx_r .solutionlist li {
		width: 24%;
		margin-bottom: 0.5rem;
	}
	 .solutiondetail_content .topbx_r .solutionlist li:not(:nth-child(8n)) {
	 margin-right: 0;
	}
	 .solutiondetail_content .topbx_r .solutionlist li:not(:nth-child(4n)) {
	 margin-right: calc(4% / 3);
	}
	.solutiondetail_content .design {
		padding: 3.125rem 1.25rem;
	}
	.solutiondetail_product .list {
		flex-wrap: wrap;
	}
	.solutiondetail_product .list .item {
		width: 100%;
	}
	.solutiondetail_product .list .item:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	.service_content {
		padding: 3.125rem 0;
	}
	.service_content .list {
		flex-wrap: wrap;
	}
	.service_content .list .item {
		width: 49%;
		margin-bottom: 1.25rem;
		padding: 1.5rem 1rem;
	}
	.service_idea .whymd_center {
		flex-wrap: wrap;
	}
	.service_idea .whymd_center .imgbx {
		width: 100%;
		height: auto;
		margin-bottom: 1.25rem;
	}
	.service_idea .whymd_center .imgbx img {
		height: auto;
		object-fit: contain;
	}
	.service_idea .whymd_center .textbx {
		width: 100%;
	}
	.service_place .outlets .bg {
		height: 25rem;
		min-height: 25rem;
	}
	.service_place .outlets_hd .intro {
		max-width: 100%;
	}
	.service_place .placebox_center {
		flex-wrap: wrap;
	}
	.service_place .placebox_center .list {
		width: 100%;
	}
	.service_place .placebox_center .list:not(:last-child) {
		margin-bottom: 2rem;
	}
	.service_presales .process .center .item {
		width: 49%;
		margin-bottom: 3.125rem;
	}
	 .service_presales .process .center .item:not(:nth-child(4n))::after {
	 display: none;
	}
	.service_presales .process .center .item:nth-child(4)::after {
		display: none;
	}
	.service_reminder .reminder .list .item {
		flex-wrap: wrap;
	}
	.service_reminder .reminder .list .item_imgbx {
		width: 100%;
	}
	.service_reminder .reminder .list .item_textbx {
		width: 100%;
		padding: 1rem;
	}
	.service_reminder .reminder .list .item_textbx .text {
		margin-bottom: 1.25rem;
	}
	.service_spectrum .spectrum {
		padding: 4rem 0;
	}
	.service_spectrum .spectrum .center img {
		width: 100%;
	}
	.service_aftersales .aftersales .topbx {
		flex-wrap: wrap;
	}
	.service_aftersales .aftersales .topbx_l {
		width: 100%;
	}
	.service_aftersales .aftersales .topbx_imgbx {
		width: 100%;
		height: auto;
	}
	.service_aftersales .aftersales .topbx_imgbx img {
		height: auto;
		object-fit: contain;
	}
	.service_definition .definition .topbx_l {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.service_definition .definition .topbx_r {
		width: 100%;
	}
	.service_definition .definition .topbx_r .item {
		height: auto;
	}
	.service_definition .definition .topbx_r .item:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	.service_definition .definition .topbx_r .item_l {
		width: 28%;
	}
	.service_definition .definition .topbx_r .item_txt {
		padding: 0.5rem 1rem;
	}
	.service_afterplace .afterplace .center .list {
		float: none;
		width: 100%;
		padding: 1.5rem;
		margin-bottom: 1.25rem;
	}
	.service_afterplace .afterplace .center .imgbx {
		float: none;
		width: 100%;
	}
	.service_use .use .service_common_title h3 {
		font-size: 2.25rem;
		line-height: 1.3em;
		text-align: center;
	}
	.service_use .use_navbox .usenav {
		justify-content: flex-start;
		overflow-x: auto;
		height: 2.5rem;
	}
	.service_use .use_navbox .usenav li {
		font-size: 1.25rem;
		margin: 0 0.325rem;
	}
	.service_use .use_navbox .usenav li a {
		font-size: 0.875rem;
		line-height: 1.5em;
		white-space: nowrap;
	}
	.service_use .use_navbox .searchbox {
		width: 90%;
	}
	.service_use .use .center_listbox .item {
		flex-wrap: wrap;
	}
	.service_use .use .center_listbox .item_l {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #f5f5f5;
	}
	.service_use .use .center_listbox .item_l .imgbx {
		height: 18rem;
	}
	.service_use .use .center_listbox .item_l .imgbx img {
		max-height: 96%;
	}
	.service_use .use .center_listbox .item_r {
		width: 100%;
	}
	.service_manual .manual .topbox {
		flex-wrap: wrap;
	}
	.service_manual .manual .topbox_l {
		width: 100%;
		height: 22rem;
	}
	.service_manual .manual .topbox_r {
		width: 100%;
		padding: 1.25rem;
	}
	.service_manual .manual .topbox_r h4 {
		line-height: 2.25rem;
		margin: 1.5rem 0 2.5rem;
	}
	.service_manual .manual .center .item {
		width: 100%;
	}
	.service_video .video .videocenter .item {
		width: 100%;
	}
	.news_content .newlist .item {
		flex-wrap: wrap;
	}
	.news_content .newlist .item_img {
		width: 100%;
		height: auto;
		margin-bottom: 1.5rem;
	}
	.news_content .newlist .item_img img {
		height: auto;
		object-fit: contain;
	}
	.news_content .newlist .item_text {
		width: 100%;
		padding-left: 0;
	}
	.news_content .newlist .item_text .center {
		margin-bottom: 1.25rem;
	}
	.join_adva .center {
		flex-wrap: wrap;
	}
	.join_adva .center .textbx {
		width: 100%;
	}
	.join_adva .center .imgbx {
		width: 100%;
		height: auto;
	}
	.join_require .center .list1 {
		flex-wrap: wrap;
	}
	.join_require .center .list1 .item {
		width: 100%;
	}
	.join_require .center .list1 .item:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	.join_require .center .list2 ul {
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.join_require .center .list2 ul li {
		width: 32%;
		margin-bottom: 0.625rem;
	}
	 .join_require .center .list2 ul li:not(:nth-child(6n)) {
	 margin-right: 0;
	}
	.join_contact {
		padding: 4rem 0;
	}
	.join_contact .center {
		flex-wrap: wrap;
	}
	.join_contact .center_l {
		width: 100%;
		margin-bottom: 2rem;
	}
	.join_contact .center_r {
		width: 100%;
	}
	.job_content .center_head_md:nth-child(2),  .job_content .center_head_md:nth-child(3),  .job_content .center_head_md:nth-child(4) {
		display: none;
	}
	.job_content .center_head_md:first-child,  .job_content .center_head_md:last-child {
		width: 50%;
	}
	.job_content .center .item_hd_md:nth-child(2),  .job_content .center .item_hd_md:nth-child(3),  .job_content .center .item_hd_md:nth-child(4) {
		display: none;
	}
	.job_content .center .item_hd_md:first-child,  .job_content .center .item_hd_md:last-child {
		width: 50%;
	}
	.job_content .center .item_bd .detail_text {
		flex-wrap: wrap;
	}
	.job_content .center .item_bd .detail_text .md {
		width: 100%;
	}
	.job_content .center .item_bd .detail_text .md:not(:last-child) {
		margin-bottom: 1.25rem;
	}
	.job_content .center .item_bd .detail_text .md:not(:last-child)::after {
		display: none;
	}
	.job_content .center .item_bd .detail_text .md:not(:last-child)::before {
		position: absolute;
		bottom: 0;
		left: 50%;
		content: "";
		transform: translateX(-50%);
		display: block;
		width: 100%;
		height: 1px;
		background-color: #eee;
	}
	.job_content .center .item_bd .detail_text .md:first-child {
		padding-right: 0;
	}
	.job_content .center .item_bd .detail_text .md:last-child {
		padding-left: 0;
	}
	.contact_info .center {
		flex-wrap: wrap;
	}
	.contact_info .center .item {
		width: 49%;
		padding: 1.5rem 0;
		margin-bottom: 0.625rem;
	}
	.contact_branch .bg {
		display: none;
	}
	.contact_branch .center .swiperbox {
		width: 100%;
	}
	.searchbd_content {
		padding: 6rem 0;
	}
	.searchbd_content .searchmain .item {
		width: 100%;
	}
}

@media (min-width: 320px) and (max-width: 767px) {
	:root {
		font-size: 12px !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	:root {
		font-size: 12px !important;
	}
	.w1600,  .w1200,  .w1400 {
		width: 100%;
		padding: 0 1rem;
	}
}

@media (min-width: 1001px) and (max-width: 1200px) {
	:root {
		font-size: 12px !important;
	}
	.w1600,  .w1200,  .w1400,  .w1700 {
		width: 100%;
		padding: 0 0.125rem;
	}
	.index_header_nav_item .nav-level > a {
		padding: 0 0.5rem;
	}
	.index_header_navbox .logobox p {
		display: none;
		font-size: 0.875rem;
	}
	.index_header .navmain {
		padding: 0 0.5rem;
		font-size: 0.875rem;
	}
	.index_header_nav_item .nav-level > a {
		font-size: 1rem;
	}
	.index_header_nav_item .dropdown2 .centerbd_type .md_l {
		width: 12%;
	}
	.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md.md1 .md_r .letter_list .item {
		width: 30%;
	}
}

@media (min-width: 1201px) and (max-width: 1350px) {
	:root {
		font-size: 14px !important;
	}
	.w1600,  .w1200,  .w1400,  .w1700 {
		width: 100%;
		padding: 0 1rem;
	}
	.index_header_nav_item .nav-level > a {
		padding: 0 0.7rem;
	}
	.index_header_navbox .logobox p {
		font-size: 0.75rem;
	}
	.index_header .navmain {
		padding: 0 0.25rem;
		font-size: 0.875rem;
	}
	.index_header_nav_item .nav-level > a {
		font-size: 1rem;
	}
	.index_header_nav_item .dropdown2 .centerbd_type .md_l {
		width: 12%;
	}
	.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md.md1 .md_r .letter_list .item {
		width: 30%;
	}
}

@media (min-width: 1351px) and (max-width: 1450px) {
	:root {
		font-size: 16px !important;
	}
	.w1600,  .w1400,  .w1700 {
		width: 100%;
		padding: 0 1rem;
	}
	.index_header_nav_item .nav-level > a {
		padding: 0 0.7rem;
	}
	.index_header_navbox .logobox p {
		font-size: 0.625rem;
	}
	.index_header .navmain {
		padding: 0 0.1rem;
		font-size: 0.625rem;
	}
	.index_header_nav_item .nav-level > a {
		font-size: 1rem;
	}
	.index_header_nav_item .dropdown2 .centerbd_type .md_l {
		width: 12%;
	}
	.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md.md1 .md_r .letter_list .item {
		width: 30%;
	}
}

@media (min-width: 1451px) and (max-width: 1600px) {
	:root {
		font-size: 16px !important;
	}
	.w1600,  .w1400,  .w1700 {
		width: 100%;
		padding: 0 6rem;
	}
	.index_header_nav_item .nav-level > a {
		padding: 0 0.5rem;
	}
	.index_header_navbox .logobox p {
		font-size: 0.875rem;
	}
	.index_header .navmain {
		padding: 0 2rem;
		font-size: 0.875rem;
	}
	.index_header_nav_item .nav-level > a {
		font-size: 1.125rem;
	}
	.index_header_nav_item .dropdown2 .centerbd_type .md_l {
		width: 12%;
	}
	.index_header_nav_item .dropdown2 .centerbd_type.centerbd_type2 .md.md1 .md_r .letter_list .item {
		width: 30%;
	}
}

@media (min-width: 1601px) and (max-width: 1800px) {
	:root {
		font-size: 16px !important;
	}
	.w1400,  .w1600,  .w1700 {
		width: 100%;
		padding: 0 8rem;
	}
	.index_header_navbox .logobox p {
		font-size: 0.875rem;
	}
	.index_header .navmain {
		padding: 0 2rem;
		font-size: 0.875rem;
	}
	.index_header_nav_item .nav-level > a {
		font-size: 1.125rem;
	}
	}

	@media screen and (min-width: 1601px) {
	:root {
		font-size: 16px !important;
	}
}

@media (min-width: 1921px) and (max-width: 2300px) {
	:root {
		font-size: 16px !important;
	}
	.w1600 {
		width: 100rem;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.w1200 {
		width: 75rem;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.w1400 {
		width: 87.5rem;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.w1700 {
		width: 106.25rem;
		max-width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}
}

@media screen and (min-width: 2301px) {
	:root {
		font-size: 16px !important;
	}
	.w1600 {
		width: 100rem;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.w1200 {
		width: 75rem;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.w1400 {
		width: 87.5rem;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.w1700 {
		width: 106.25rem;
		max-width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}
}

@media all and (-moz-min-device-pixel-ratio: 1.09) and (-moz-max-device-pixel-ratio: 1.18), (-webkit-min-device-pixel-ratio: 1.09) and (-webkit-max-device-pixel-ratio: 1.18), (min-resolution: 1.09dppx) and (max-resolution: 1.18dppx) {
	:root {
		font-size: 14px !important;
	}
}

@media all and (-moz-min-device-pixel-ratio: 1.19) and (-moz-max-device-pixel-ratio: 1.28), (-webkit-min-device-pixel-ratio: 1.19) and (-webkit-max-device-pixel-ratio: 1.28), (min-resolution: 1.19dppx) and (max-resolution: 1.28dppx) {
	:root {
		font-size: 12px !important;
	}
}

@media all and (-moz-min-device-pixel-ratio: 1.29) and (-moz-max-device-pixel-ratio: 1.4), (-webkit-min-device-pixel-ratio: 1.29) and (-webkit-max-device-pixel-ratio: 1.4), (min-resolution: 1.29dppx) and (max-resolution: 1.4dppx) {
	:root {
		font-size: 12px !important;
	}
}

@media all and (-moz-min-device-pixel-ratio: 1.41) and (-moz-max-device-pixel-ratio: 1.6), (-webkit-min-device-pixel-ratio: 1.41) and (-webkit-max-device-pixel-ratio: 1.6), (min-resolution: 1.41dppx) and (max-resolution: 1.6dppx) {
	:root {
		font-size: 14px !important;
	}
	.w1200,  .w1400,  .w1700 {
		width: 100%;
		padding: 0 16%;
	}
	.w1600 {
		width: 100%;
		padding: 0 11%;
	}
}

@media all and (-moz-min-device-pixel-ratio: 1.61) and (-moz-max-device-pixel-ratio: 1.8), (-webkit-min-device-pixel-ratio: 1.61) and (-webkit-max-device-pixel-ratio: 1.8), (min-resolution: 1.61dppx) and (max-resolution: 1.8dppx) {
	:root {
		font-size: 12px !important;
	}
	.w1200,  .w1400,  .w1700 {
		width: 100%;
		padding: 0 16%;
	}
	.w1600 {
		width: 100%;
		padding: 0 11%;
	}
}

@media all and (-moz-min-device-pixel-ratio: 1.81) and (-moz-max-device-pixel-ratio: 2.1), (-webkit-min-device-pixel-ratio: 1.81) and (-webkit-max-device-pixel-ratio: 2.1), (min-resolution: 1.81dppx) and (max-resolution: 2.1dppx) {
	:root {
		font-size: 12px !important;
	}
}

@media (min-width: 2560px) and (-moz-min-device-pixel-ratio: 1.19) and (-moz-max-device-pixel-ratio: 1.28), (-webkit-min-device-pixel-ratio: 1.19) and (-webkit-max-device-pixel-ratio: 1.28), (min-resolution: 1.19dppx) and (max-resolution: 1.28dppx) {
	:root {
		font-size: 14px !important;
	}
}
/*自加*/

/*按产品应用分类封面页开始*/
.yyflfm {
	width: 100%;
	height: auto;
	margin-bottom: 3rem;
	background-color: #f5f8fb;
	padding: 1rem 1rem;
}
.yyflfm a {
	color: #111;
}
.yyflfm a:hover {
	color: #2158a4;
}
.yyflfm h3 {
	font-size: 1.5rem;
	line-height: 3rem;
	text-align: center;
}
.yyflfm_1 {
	width: 100%;
	height: auto;
	border: 1px solid #002b68;
	padding: 0.5rem 0.5rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.yyflfm_1 h4 {
	font-size: 1rem;
	line-height: 2rem;
	text-align: left;
	margin-left: 1rem;
	border-bottom: 1px solid #e1e1e1;
}
.yyflfm_2 {
	width: 32%;
	height: auto;
	margin-top: 0.5rem;
	margin-left: 0.5rem;
	display: inline-block;
	border: 1px solid #e1e1e1;
	background: #ffffff;
}
.yyflfm_2_1 {
	float: left;
	width: 30%;
}
.yyflfm_2_2 {
	float: left;
	width: 70%;
}
.yyflfm_2 img {
	width: 100%;
	height: auto;
	display: block;
	border-right: 1px dashed #c5c5c5;
}
.yyflfm_2 h5 {
	display: block;
	font-size: 0.875rem;
	line-height: 1.5rem;
	text-align: left;
	font-weight: normal;
	padding: 0.25rem 0.25rem 0rem 0.25rem;
}
.yyflfm_2 span {
	display: block;
	font-size: 0.875rem;
	line-height: 1.5rem;
	text-align: left;
	padding: 0rem 0.25rem 0.25rem 0.25rem;
}
/*按产品应用分类封面页结束*/

/*联系我们页面*/
.rx0724 h3 {
	font-size: 2.75rem;
    line-height: 4rem;
}
.rx0724 h4 {
	font-size: 1.6rem;
    line-height: 3.2rem;
}
.rx0724 p {
	font-size: 1rem;
    line-height: 2rem;
	text-indent: 2rem;
}
.rx072401 {
	float: left;
	width: 32%;
	height: auto;
	min-height: 450px;
	padding: 2% 1% 2% 1%;
	background: #E0E8F6;
}
.rx072402 {
	float: left;
	width: 32%;
	height: auto;
	min-height: 450px;
	margin-left: 2%;
	margin-right: 2%;
	padding: 2% 1% 2% 1%;
	background: #E0E8F6;
}
.rx0725 {
	position: relative;
	float: none;
	height: auto;
	min-height: 500px;
}
.rx072501 {
	float: left;
	width: 55%;
	height: auto;
}
.rx072501 p {
	font-size: 1.5rem;
    line-height: 3rem;
}
.rx072502 {
	float: right;
	width: 45%;
	height: auto;
}
.rx072502 img {
	width: 100%;
	height: auto;
	border: 1px solid #BFBABA;
}
.gc0724 {
	position: relative;
	float: none;
	height: auto;
	min-height: 350px;
}
.gc072401 {
	float: left;
	width: 55%;
	height: auto;
}
.gc072401 h3 {
	font-size: 2.75rem;
    line-height: 4rem;
}
.gc072401 p {
	font-size: 1.5rem;
    line-height: 3rem;
}
.gc072402 {
	float: right;
	width: 45%;
	height: auto;
}
.gc072402 img {
	width: 100%;
	height: auto;
	border: 1px solid #BFBABA;
}

/*防伪查询*/
.fw0724 h3 {
	font-size: 2rem;
    line-height: 4rem;
	margin-top: 2rem;
}
.fw0724 p {
	font-size: 1rem;
    line-height: 2.4rem;
}
.fw0724 p strong {
	font-weight: bold;
}





.clear {
	position: relative;
	float: left;
	width: 100%;
	height: 2px;
}


/*浮动客服开始*/
#rightArrow {
	top: 20%;
	width: 50px;
	height: 45px;
	background: url(../images/online_arrow.jpg) no-repeat;
	position: fixed;
	right: 110px;
	z-index: 10000;
	display: none;
}
#rightArrow a {
	display: block;
	height: 45px;
}
#floatDivBoxs {
	top: 20%;
	width: 120px;
	background: #fff;
	position: fixed;
	right: 0px;
	z-index: 10000;
}
#floatDivBoxs .floatDtt {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #f08326;
	color: #fff;
	font-size: 1rem;
	text-indent: 22px;
	position: relative;
}
.floatShadow {
	background: #fff;
	box-shadow: -2px 0 3px rgba(0,0,0,0.25);
}
#floatDivBoxs .floatDqq {
	padding: 0 3px;
}
#floatDivBoxs .floatDqq li {
	font-size: 0.75rem;
	line-height: 1.5rem;
	height: 2rem;
	border-bottom: 1px solid #e3e3e3;
	padding: 5px 0 0 5px;
	overflow: hidden;
	position: relative;
}
#floatDivBoxs .floatDqq li img {
	width: 12px;
	height: 12px;
}
#floatDivBoxs .floatDqq li a {
	font-weight: bold;
	font-size: 0.75rem;
	line-height: 1.5rem;
	padding: 0 0 0 5px;
}
#floatDivBoxs .floatDqq li:hover {
	overflow:visible;
	position: relative;
}
#floatDivBoxs .floatDqq li:hover p {
	display: block;
	position: absolute;
	width: 300px;
	height: auto;
	top: 0px;
	right: 120px;
	background: #fff url(../images/zjt.jpg) right top 6px no-repeat;
	background-size: 20px 20px;
	border-radius: 3px;
	box-shadow: 0 1px rgba(0,0,0,0.25);
	padding: 6px 20px 10px 10px;
}
#floatDivBoxs .floatDtxt {
	font-size: 0.875rem;
	color: #333;
	padding: 10px 5px;
}

#floatDivBoxs .floatDtxt a {
    display: block;
    width: 5.75rem;
    height: 1.75rem;
    background-color: #2158a4;
    font-size: 0.875rem;
    color: #fff;
    line-height: 1.75rem;
    text-align: center;
}

#floatDivBoxs .floatDtel {
	padding: 0 5px;
}
#floatDivBoxs .floatDtel h3 {
	font-size: 0.875rem;
	color: #F00;
	font-weight: bold;
}
#floatDivBoxs .floatDtel h5 {
	font-size: 1rem;
	color: #333;
	padding-left: 10px;
}
#floatDivBoxs .floatDtel img {
	display: block;
}
#floatDivBoxs .floatDbg {
	width: 100%;
	height: 3px;
	background: url(../images/online_botbg.jpg) no-repeat;
	box-shadow: -2px 0 3px rgba(0,0,0,0.25);
}
/*浮动客服结束*/

/*小屏幕样式处理*/
@media (min-width: 320px) and (max-width: 1000px) {
	.yyflfm_2 {
		width: 100%;
	}
	.rx072401,.rx072402 {
		width: 100%;
		min-height: 0;
		float: none;
		margin: 0 auto;
	}
	.rx072501,.rx072502 {
		width: 100%;
		float: none;
		margin: 0 auto;		
	}
	.gc072401,.gc072402 {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	.rx0725,.gc0724 {
		min-height: 0;
	}
	/*小屏幕隐藏浮动在线客服*/
	#rightArrow,#floatDivBoxs{
		display:none;
	}
	
	
	
	
	
}









/*自加*/
