@charset "utf-8";
/* CSS Document @woniu*/
body, ul, li {
	margin: 0;
	padding: 0;
}
*, ::after, ::before {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	border: 0;
	transition: all 0.5s ease;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	color: #263446;
	text-decoration: none;
}
a:hover {
	color: #01b656;
}
body {
	height: 100%;
	color: #263446;
	line-height: 1.5;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-family: 思源黑体, Microsoft YaHei, Arial, Helvetica;
}
.row {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.warp {
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
}
.dlex_flex {
	display: flex;
	flex-flow: row nowrap;
}
.fixe {
	background: #fff;
}
.ss1 {
	display: block;
}
.ss2 {
	display: none;
}
/****head样式****/
header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	box-shadow: 0 2px 8px #22222214;
}
header:hover {
	background: #fff;
	box-shadow: 0 2px 8px #22222214;
}
.head-top {
	width: 100%;
	height: 80px;
}
.logo {
	float: left;
	margin-top: 10px;
}
.logo img {
	height: 60px;
}
.menu {
	height: 100%;
	float: left;
	padding-left: 10%;
}
.menu ul {
	height: 100%;
}
.menu li {
	margin: 0 12px;
	box-sizing: border-box;
	padding: 0 15px;
	height: 100%;
	transition: color .2s ease-in;
	float: left;
	position: relative;
}
.menu li:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0%;
	height: 3px;
	transition: all 0.5s ease;
	left: 0;
}
.menu li:hover:after, .menu li.click_a:after {
	width: 100%;
	background: #0063db;
}
.menu li:hover a, .menu li.click_a a {
	color: #0063db;
}
.menu li a {
	line-height: 80px;
	color: #fff;
	font-size: 16px;
}
.fixe .menu a {
	color: #333;
}
.fixe .ss1 {
	display: none;
}
.fixe .ss2 {
	display: block;
}
.search-r {
	float: right;
	position: relative;
}
.search {
	float: right;
	line-height: 80px;
}
.search-box {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 99;
	opacity: 0;
	background: #fff;
	padding: 16px 20px;
	-webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
	transition: all 0.5s ease;
}
.search-r .ss-search {
	width: 220px;
	position: relative;
	background: #fff;
	border: 1px solid #0063db;
	overflow: hidden;
}
.search-r .ss-search .input_text {
	height: 34px;
	line-height: 34px;
	outline: 0;
	border: none;
	font-size: 0
}
.search-r .ss-search .input_text {
	width: calc(100% - 50px);
	padding-left: 10px;
	color: #000;
	font-size: 14px;
	float: left;
}
.search-r .ss-search #s_btn {
	width: 50px;
	background-color: #0063db;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/ss.png);
	height: 34px;
	line-height: 34px;
	outline: 0;
	border: none;
	float: left;
}
.search-r:hover .search-box {
	opacity: 1;
}
/****头部下拉***/
.ejfl {
	width: 100%;
	padding: 50px;
	background: #fff;
	position: fixed;
	left: 0;
	top: 80px;
	z-index: 80;
	display: none;
	box-shadow: 0 2px 8px #22222214;
}
.ej-fl {
	width: 50%;
	float: left;
}
.ej-fl h2 {
	color: #414d5b;
	font-size: 26px;
	line-height: 1;
	margin-bottom: 20px;
}
.ej-fl p {
	font-size: 14px;
	color: #7d8b9b;
	line-height: 25px;
	margin-bottom: 20px;
}
.ej-lb {
	width: 100%;
	overflow: hidden;
}
.ej-fl a {
	font-size: 15px;
	margin-right: 20px;
	color: #000 !important;
	float: left;
	line-height: 25px !important;
}
.ej-fl a:hover {
	color: #0063db !important;
}
.ej-fr {
	width: 50%;
	float: left;
	text-align: right;
}
.ej-fr img {
	width: 280px;
	margin-left: 20px;
}
/***banner动画****/
#flashs {
	width: 100%;
	height: 75vh;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
}
.banner-bg {
	height: 75vh;
}
.bgcolor {
	z-index: 1;
	position: relative;
	background: #fff;
	z-index: 10;
}
#flashs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/***首页产品展示****/
.index-prd {
	padding: 60px 0;
	overflow: hidden;
}
.T-title {
	text-align: center;
}
.T-title h2 {
	font-size: 32px;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 20px;
}
.T-title p {
	font-size: 14px;
	line-height: 27px;
	margin-bottom: 10px;
}
.index-prd-c {
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}
.index-prd-c ul {
	width: 25%;
	padding: 15px;
	overflow: hidden;
	float: left;
}
.index-prd-c ul a {
	display: block;
	border: 1px solid #e5e5e5;
	background: #fff;
}
.i-p-img {
	width: 100%;
	overflow: hidden;
	position:relative;
}
.i-p-img:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 67.3076923077%;
}
.i-p-img img {
    transition: all .5s cubic-bezier(.23, 1, .32, 1);
    background-size: 100% 100%;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.i-p-tit {
	padding: 0 20px;
	font-size: 20px;
	color: #414d5b;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.i-p-more {
	padding: 14px 20px;
	color: #0063db;
	font-size: 14px;
	line-height: 1.2em;
}
.index-more {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
	text-align: center;
}
.index-more a {
	width: 218px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	display: inline-block;
	border: 2px solid #0063db;
	color: #0063db;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	transition: all .2s ease-in-out;
}
.index-more a:hover {
	background: #0063db;
	color: #fff;
}
/****首页产品应用****/
.index-yyly {
	padding: 60px 0;
	overflow: hidden;
	background: url(../images/yybg.jpg) top center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.ryList {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}
/* 外层容器：决定可视区域宽度，强制显示5个 */
#demogg {
	width: 100%;
	overflow: hidden;
}
/* 滚动长条 */
.scroll-container {
	display: flex;
	width: max-content;
}
/* 列表 */
.list {
	display: flex;
	list-style: none;
}
/* 关键：每个项目宽度 = 总宽度 ÷ 5，强制一排5个 */
.list li {
	width: 20vw; /* 屏幕宽度的 1/5 */
	min-width: 180px;
	padding: 15px;
	text-align: center;
	flex-shrink: 0;
}
._industry_1guaf_5 {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}
._industry_1guaf_5:before {
	content: "";
	display: block;
	height: 0;
	padding-top: 125%;
}
._industryBgd_1guaf_21 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
._industryBgd_1guaf_21 img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
._industryBgd_1guaf_21:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(2, 35, 64, .3);
}
._industryContent_1guaf_44 {
	background: rgba(255, 255, 255, .15);
	width: 160px;
	height: 160px;
	border-radius: 100%;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	z-index: 10;
}
._industryText_1guaf_54 {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
/***首页关于我们****/
.index-about {
	padding: 60px 0;
	overflow: hidden;
}
.index-about-fl {
	width: 50%;
	float: left;
	overflow: hidden;
	margin-top: 50px;
}
.index-about-fl h2 {
	margin-bottom: 20px;
	margin-top: 8px;
	font-size: 28px;
	line-height: 1.5;
	font-weight: 600;
	color: #29293a;
}
.i-a-c {
	text-align: justify;
	font-size: 15px;
	line-height: 2em;
	margin-bottom: 1.1em;
	color: #7d8b9b;
}
.index-about-fr {
	width: 50%;
	float: left;
	overflow: hidden;
	text-align: right;
	margin-top: 50px;
}
.index-about-fr img {
	width: 75%;
}
.about-xx {
	width: 100%;
	float: left;
	margin-top: 30px;
	overflow: hidden;
}
.about-xx li {
	width: 20%;
	text-align: center;
	float: left;
}
.about-xx li h2 {
	font-size: 14px;
	color: #ffb601;
	margin-bottom: 20px;
}
.about-xx li h2 span {
	font-size: 54px;
	font-weight: 400;
	line-height: 1;
}
.about-xx li p {
	font-size: 14px;
	color: #000;
	;
}
/****首页销售网络****/
.index-xswl {
	padding: 0 0 60px 0;
	overflow: hidden;
	background-image: linear-gradient(180deg, #fff 0%, #f7f8fa 100%);
}
._content_1qobk_71 {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}
._network_104y4_1 {
	padding: 48px 100px 96px;
	overflow: hidden;
}
/*******首页新闻***/
.index-news {
	padding: 60px 0;
	overflow: hidden;
}
.index-news-c {
	margin-top: 50px;
	overflow: hidden;
}
.i-news-tu {
	width: 100%;
border-bottom:1px solid #;
	padding: 32px 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.i-news-txt {
	width: 60%;
	float: left;
	overflow: hidden;
}
.i-n-data {
	color: #7a7a7a;
	font-size: 14px;
	line-height: 1.45em;
}
.i-n-tit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #29293a;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 8px 0 10px;
	max-height: 2.8em;
}
.i-n-img {
	width: 20%;
	height: auto;
	float: right;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.i-n-img:before {
	content: "";
	display: block;
	height: 0;
	padding-top: 67.3076923077%;
}
.i-n-img img {
	transition: all .5s cubic-bezier(.23, 1, .32, 1);
	background-size: 100% 100%;
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.i-news-tu:hover img {
	transform: scale(1.2, 1.2);
}
/*****footer****/
footer {
	overflow: hidden;
	background: url(../images/footer-bgd.jpeg) no-repeat;
	background-size: cover;
	position: relative;
}
footer:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(2, 35, 64, .9);
	z-index: 2;
}
.foot-lx {
	width: 100%;
	padding: 60px 0;
	float: left;
}
.foot-lx ul {
	width: 33.3333%;
	padding-left: 3%;
	float: left;
	z-index: 10;
	position: relative;
}
.foot-lx-img {
	float: left;
	margin-right: 20px;
}
.foot-lx-nr {
	float: left;
}
.foot-lx-nr p {
	font-size: 18px;
	font-weight: normal;
	line-height: 15px;
	color: #fff;
	padding-top: 8px;
	font-weight: 400;
}
.foot-lx-nr span {
	color: #7d8b9b;
	font-size: 14px;
	line-height: 1.4em;
}
.foot-lx-nr span a {
	color: #7d8b9b;
	cursor: pointer;
}
.foot-lx-nr span a:first-child {
	margin-right: .5em;
}
#wxgzh {
	position: relative;
}
.wx {
	width: 150px;
	padding: 20px 20px 10px 20px;
	overflow: hidden;
	background: rgb(255, 255, 255, .9);
	position: absolute;
	top: 20px;
	text-shadow: 0 1px 3px rgba(0,0,0,0.1);
	display: none;
	border-radius: 5px;
	z-index: 100;
}
.wx span {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	float: left;
}
.foot-nav {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.nav-a img {
	margin-right: 23px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100px;
	float: left;
}
.nav-a a {
	color: #abb0bb;
	float: left;
	margin-right: 15px;
	font-size: 14px;
	line-height: 19px;
	padding: 10px 0;
}
.nav-dh {
	float: right;
	color: #abb0bb;
	font-size: 14px;
	line-height: 33px;
}
.nav-dh span {
	color: #ffb601;
	font-size: 20px;
	margin-right: 10px;
}
.copright {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid rgba(171, 176, 187, .2);
	position: relative;
	z-index: 10;
	color: #abb0bb;
	margin-right: 12px;
	padding-bottom: 8px;
	padding-top: 8px;
	font-size: 13px;
	line-height: 30px;
}
.copright a {
	color: #abb0bb;
}
/***关于我们单页****/
.pg-banner {
	width: 100%;
	margin-top: 80px;
	height: 360px;
	max-height: 56vw;
	overflow: hidden;
	position: relative;
	align-items: center;
	display: flex;
}
.pg-banner img {
	background-color: rgb(245, 245, 245);
	display: block;
	height: 100%;
	left: 0px;
	object-fit: cover;
	position: absolute;
	top: 0px;
	width: 100%;
}
.pg-banner-wz {
	box-sizing: border-box;
	margin: 0 auto;
	color: rgb(255, 255, 255);
	position: relative;
	z-index: 2;
	max-width: 1240px;
	width: 100%;
}
.pg-banner-wz h1 {
	font-size: 38px;
	line-height: 1.4;
	margin: 0px;
}
.pg-banner-wz h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
	margin: 0px;
	margin-top: 10px;
}
.pg-about-lb {
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.pg-about-lb li {
	float: left;
	margin: 0 48px 0 0;
}
.pg-about-lb li a {
	font-size: 16px;
	color: #29293a;
	line-height: 60px;
	display: block;
	position: relative;
}
.pg-about-lb li a:after {
	content: '';
	width: 0;
	position: absolute;
	height: 3px;
	background: #0063db;
	left: 0;
	bottom: 0;
	transition: all .5s cubic-bezier(.23, 1, .32, 1);
}
.pg-about-lb li.cur a:after, .pg-about-lb li:hover a:after {
	width: 100%;
}
.pg-about-lb li.cur a, .pg-about-lb li:hover a {
	color: #0063db;
}
.pg-about {
	padding: 40px 0;
	overflow: hidden;
}
._moduleTitle_10a5m_1 {
	align-items: center;
	display: flex;
	flex-flow: column;
	font-size: 16px;
	padding: 30px;
	position: relative;
	z-index: 1;
}
._moduleTitle_10a5m_1 ._bgd_10a5m_15 {
	color: #fafafa;
	font-family: Arial;
	font-size: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}
._moduleTitle_10a5m_1 h2 {
	color: #414d5b;
	font-size: 2.25em;
	line-height: 1.4em;
	margin: 0;
}
._moduleTitle_10a5m_1 h4 {
	color: #7d8b9b;
	font-size: 16px;
	font-weight: lighter;
	line-height: 1.75em;
	margin: 10px 0 0;
}
.view-table {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
}
.view-table img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/****联系我们单页****/
.lxwm-map {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	position: relative;
}
._contactMapCenter_1qwo8_17 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 38%;
}
._contactMapPopup_1qwo8_24 {
	background: #fff;
	box-shadow: 0 2px 4px #0063db1a;
	box-sizing: border-box;
	display: flex;
	flex-flow: column;
	min-height: 220px;
	padding: 25px 30px;
	width: 320px;
}
._contactMapPopupTitle_1qwo8_39 {
	color: #7d8b9b;
	font-size: 14px;
	line-height: 1.4285714286em;
}
._contactMapPopupPhone_1qwo8_44 {
	color: #ffb601;
	font-size: 24px;
	line-height: 1.3333333333em;
}
._contactMapPopupDivider_1qwo8_49 {
	background: #e5e5e5;
	height: 1px;
	margin-bottom: 6px;
	margin-top: 14px;
	width: 100%;
}
._contactMapPopupItem_1qwo8_56 {
	display: flex;
	flex-flow: row;
	font-size: 14px;
	line-height: 1.5714285714em;
	margin: 8px 0;
}
._contactMapPopupItem_1qwo8_56 p {
	color: #414d5b;
	margin: 0;
}
._contactMapPopupItem_1qwo8_56 {
	display: flex;
	flex-flow: row;
	font-size: 14px;
	line-height: 1.5714285714em;
	margin: 8px 0;
}
._contactMapPopupItem_1qwo8_56 p {
	color: #414d5b;
	margin: 0;
}
.pg-lxyzc {
	background: #f7f7f7;
	padding: 72px 0 40px;
	overflow: hidden;
}
.pg-lxyzc h2 {
	color: #414d5b;
	text-align: center;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.5625em;
	margin: 0 0 10px;
}
._content_1qobk_71 {
	position: relative;
	z-index: 2;
	padding: 48px 0;
}
.units-gap-2 {
	margin: -16px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
}
.units-gap-2>.unit {
	box-sizing: border-box;
	padding: 16px;
	max-width: 25%;
	flex-basis: 25%;
	color: #414d5b;
}
._supportItem_55wsp_6 .ripple {
	border-radius: 8px;
	transition: all .25s ease-in;
	overflow: hidden;
	position: relative;
}
._supportItem_55wsp_6 .ripple:hover {
	box-shadow: 0 0 16px #dee2e6
}
._supportItem_55wsp_6 a {
	background: #fff;
	border-radius: 8px;
	padding: 32px 0;
	align-items: center;
}
._supportItem_55wsp_6 a:hover {
	color: #333;
}
.col {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
._supportItemIcon_55wsp_21 {
	fill: #414d5b;
	font-size: 48px;
	height: 48px;
	margin-bottom: 10px;
}
._supportItemTitle_55wsp_27 {
	font-size: 16px;
	line-height: 2.4em;
}
._supportItem_55wsp_6 p {
	font-size: 14px;
	line-height: 1.4em;
	margin: 0;
}
.pg-message {
	padding: 60px 0;
	overflow: hidden;
}
._content_1qobk_71 {
	position: relative;
	z-index: 2;
	padding: 48px 0;
}
._msgBoard_1d1aw_1 {
	min-height: 500px;
	flex-wrap: wrap;
}
.unit.is-5-12 {
	max-width: 41.6666666667%;
	flex-basis: 41.6666666667%;
}
._msgBoardLeft_1d1aw_4 img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
._msgBoardRight_1d1aw_13 {
	background: #fbfbfb;
	box-sizing: border-box;
	flex-grow: 1;
	padding: 50px 60px;
	max-width: 58.3333333333%;
	flex-basis: 58.3333333333%;
}
.units-gap-2>.unit {
	box-sizing: border-box;
	padding: 16px;
}
.unit.is-1-2 {
	max-width: 50%;
	flex-basis: 50%;
}
.a-input {
	display: flex;
	flex-flow: column wrap;
	position: relative;
}
.a-input-inner {
	align-items: center;
	border: 1px solid rgba(65, 77, 91, .2);
	border-radius: 4px;
	box-sizing: border-box;
	color: #414d5b;
	display: flex;
	flex-flow: row nowrap;
	font-size: 14px;
	line-height: 2em;
	position: relative;
}
.a-input-inner.is-text {
	padding: 9px 16px;
}
.a-input-inner input, .a-input-inner textarea {
	background: none;
	border: 0;
	box-sizing: border-box;
	color: #414d5b;
	display: block;
	font: inherit;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	width: 100%;
}
.units-gap-2>.unit {
	box-sizing: border-box;
	padding: 16px;
}
.unit.is-1-1 {
	max-width: 100%;
	flex-basis: 100%;
}
.a-input-inner.is-select {
	height: 48px;
}
.is-multi {
	flex-wrap: wrap;
}
.a-input-max-length {
	color: #abb0bb;
	font-size: 14px;
	line-height: 1em;
	text-align: right;
}
.a-input-inner input:focus, .a-input-inner textarea:focus {
	outline: 0
}
.btn.is-primary.is-outline:hover {
	background-color: #0063db;
	color: #fff;
}
.btn.is-primary.is-outline {
	background: #fff;
	border: 2px solid #0063db;
	color: #0063db;
	font-weight: bold;
}
.btn.is-md {
	border-radius: 4px;
	height: 48px;
	padding-left: 70px;
	padding-right: 70px;
}
.btn {
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	cursor: pointer;
	font-size: 14px;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	transition: all .2s ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.a-input-inner.is-textarea {
	padding: 9px 16px;
}
/*****产品中心****/
._title_1qobk_22 {
	position: relative;
	z-index: 20;
	font-size: 14px;
	text-align: center;
}
._title_1qobk_22 h2 {
	color: #414d5b;
	font-size: 2.2857142857em;
	font-weight: normal;
	line-height: 1.5625em;
	margin: 0 0 10px;
}
._title_1qobk_22:after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translate(-50%);
	width: 36px;
	height: 3px;
	background: #ffb601;
}
.pg-yycj {
	padding: 60px 0;
	overflow: hidden;
	background: url(../images/rmbg.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}
.yycj-xh {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}
.cj-img {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.cj-img:before {
	content: "";
	display: block;
	height: 0;
	padding-top: 51.8134715026%;
}
.cj-img img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.yycj-xh .swiper-slide:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(2, 35, 64, .75);
	transition: opacity .2s ease-in;
}
.yycj-xh .swiper-slide-active:after {
	opacity: 0;
}
.yycj-xh .swiper-wrapper {
	left: 25%;
}
.cj-name {
	width: 100%;
	height: 50px;
	line-height: 50px;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgb(0, 0, 0, .6);
	color: #fff;
	text-align: center;
	overflow: hidden;
	font-size: 18px;
}
/*分页*/
.page {
	width: 100%;
	text-align: center;
	height: auto;
	overflow: hidden;
	padding-top: 30px;
}
.pageList ul {
	padding: 0;
}
.pageList a {
	line-height: 30px;
	margin: 0 2px;
	text-align: center;
	background: #efefef;
	color: #646464;
	padding: 4px 10px;
	border: 1px solid #d3d3d3;
	font-size: 16px;
}
.pageList span {
	line-height: 30px;
	padding: 0 10px;
	height: 30px;
	display: inline-table;
	margin: 0 2px;
	text-align: center;
	background-color: #0063db;
	border: 1px solid #0063db;
	color: #FFFFFF;
	font-size: 16px;
}
.pageList ul li a.disable {
	color: #0063db;
	pointer-events: none;
}
/****新闻内页****/
.pg-news-c {
	padding: 60px 0;
	overflow: hidden;
}
.pg-news-c h2 {
	color: #7d8b9b;
	font-size: 14px;
	line-height: 1.4285714286em;
	font-weight: 400;
}
.pg-news-c h1 {
	color: #414d5b;
	font-size: 32px;
	line-height: 1.3888888889em;
	margin: 8px 0 0;
}
.xian {
	background: #e5e5e5;
	height: 1px;
	margin: 36px 0;
	width: 100%;
}
.article {
	color: #414d5b;
	font-size: 16px;
	word-wrap: break-word;
}
.article p {
	font-size: 16px;
	line-height: 1.9em;
	margin-bottom: 1.1em;
	text-align: justify;
}
.article img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.article table {
	width: 100% !important;
	word-wrap: break-word;
	word-break: break-all;
}
.article td {
	border: 1px solid #ddd;
	padding: 4px;
}
/*****产品详情页****/
.pg-product-c {
	margin-top: 80px;
	background: #fff;
}
.weizhi {
	box-sizing: border-box;
	position: relative;
	font-size: 14px;
	padding: 15px 0;
}
.weizhi a {
	color: #414d5b;
}
.weizhi svg {
	margin-right: 8px;
	vertical-align: -0.15em;
}
.pg-product-nr {
	overflow: hidden;
}
.cp-dfwt {
	width: 50%;
	float: left;
	overflow: hidden;
}
#preview {
	width: 100%;
	float: left;
}
#spec-n1 {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
#spec-n1::before {
	content: "";
	display: block;
	height: 0px;
	padding-top: 75%;
}
#spec-n1 img {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.list-h {
	width: 100%;
	float: right;
}
.list-h li {
	float: left;
	width: 25%;
}
#spec-n5 {
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 40px;
}
#spec-list {
	float: left;
}
#spec-list ul {
	width: 100%;
	float: left;
}
#spec-list ul li img {
	width: 90%;
	float: left;
}
.dfwt-fr {
	width: 50%;
	float: left;
	padding-left: 40px;
	overflow: hidden;
}
.dfwt-fr h2 {
	color: rgb(0, 99, 219);
	font-size: 18px;
	line-height: 1.38889em;
	font-weight: 400;
}
.dfwt-fr h1 {
	margin: 23px 0px 35px;
	color: rgb(41, 41, 58);
	font-size: 40px;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	line-height: 1.24074em;
}
._productDetailDivider_12g32_48 {
	position: relative;
	width: 100%;
	height: 1px;
	background: rgb(222, 226, 230);
}
._productDetailDivider_12g32_48::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0px;
	width: 96px;
	height: 3px;
	background: rgb(0, 99, 219);
}
.ms {
	box-sizing: border-box;
	margin-top: 24px;
	background: rgb(248, 249, 251);
	padding: 16px 24px;
	color: rgb(125, 139, 155);
	line-height: 27px;
	font-size: 15px;
	align-content: flex-start;
}
.cp_con {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.cp_con li {
	line-height: 40px;
	font-size: 16px;
}
.cp_con img {
	display: inline-block;
	vertical-align: middle;
}
.pg-product-cs {
	padding-top: 20px;
	padding-bottom: 88px;
	background: rgb(255, 255, 255);
	border-top: 16px solid #f8f8f8;
}
/*移动端导航*/
.icon-nav-btn {
	float: right;
	margin-top: 15px;
	width: 36px;
	display: none;
	cursor: pointer;
}
.icon-nav-btn img {
	width: 100%;
}
/* 主导航 */
.header-nav {
	float: left;
	margin-left: 6%;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	display: none;
}
.header-nav ul {
	width: 100%;
	overflow: hidden;
}
.header-nav li {
	float: left;
	margin-left: 40px;
	margin-right: 40px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	position: relative;
}
.header-nav li h3 {
	float: left;
}
.header-nav li h3 a {
	float: left;
	font-size: 16px;
	color: #333;
	padding-top: 4px;
	line-height: 72px;
	font-family: "微软雅黑";
	border-bottom: transparent solid 4px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.header-nav li.cur h3 a {
	color: #d13c47;
	border-bottom: #d13c47 solid 4px;
}
.header-nav li:hover h3 a {
	color: #d13c47;
}
.header-nav li h3 .icon-more {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 60%;
	background: url(../images/icon-next04.png) no-repeat 96% center;
	background-size: 12px;
	display: none;
}
.header-nav .nav-close {
	width: 100%;
	height: 50px;
	border-bottom: #eee solid 1px;
	padding: 0 4%;
}
.header-nav .nav-close h6 {
	float: left;
	font-size: 18px;
	color: #333;
	font-family: "微软雅黑";
	line-height: 48px;
	font-weight: 400;
	margin: 0;
}
.header-nav .nav-close span {
	float: right;
	width: 28px;
	height: 48px;
	background: url(../images/icon-nav-close.png) no-repeat center;
	background-size: 24px;
}
.header-nav .nav-close {
	display: none;
}
.header-nav .languages {
	display: none;
}
.sec-nav {
	position: absolute;
	top: 80px;
	left: 50%;
	width: 120px;
	margin-left: -60px;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	display: none;
	z-index: 9;
}
.sec-nav dl {
	width: 100%;
}
.sec-nav dl dd {
	width: 100%;
	border-bottom: #ddd solid 1px;
}
.sec-nav dl dd:last-child {
	border-bottom: none;
}
.sec-nav dl dd a {
	display: block;
	width: 100%;
}
.sec-nav dl dd a h5 {
	width: 100%;
	font-size: 14px;
	color: #333;
	font-family: "微软雅黑";
	text-align: center;
	line-height: 48px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}
.sec-nav dl dd a:hover h5 {
	color: #0762cb;
}
@media (max-width: 1880px) {
.header-right {
	width: 340px;
}
.search-icon {
	margin-right: 8%;
}
.header-nav li {
	margin-left: 32px;
	margin-right: 32px;
}
}
 @media (max-width: 1690px) {
.headerMenu {
	padding: 0 20px;
}
.header-nav li {
	margin-left: 32px;
	margin-right: 32px;
}
}
 @media (max-width: 1540px) {
.header_logo {
	height: 55%;
	margin-top: 18px;
}
.header-nav li {
	margin-left: 24px;
	margin-right: 24px;
}
}
 @media (max-width: 1420px) {
.header-right {
	width: 286px;
}
.header-tel a i.icon {
	margin-right: 6px;
}
.header-tel a h6 {
	font-size: 16px;
}
}
 @media (max-width: 1340px) {
.header-nav {
	margin-left: 3%;
}
.header-nav li {
	margin-left: 20px;
	margin-right: 20px;
}
}
 @media (max-width: 1280px) {
.header-right {
	width: 272px;
}
.search-icon {
	margin-right: 6%;
}
.header-nav {
	margin-left: 2%;
}
.header-nav li {
	margin-left: 16px;
	margin-right: 16px;
}
}
.header-nav {
	width: 72%;
	padding: 0;
	height: 100%;
	background: #fff;
	position: fixed;
	left: -72%;
	top: 0;
	z-index: 1002;
	margin: 0;
}
.header-nav ul {
	width: 100%;
}
.header-nav li {
	width: 100%;
	margin: 0;
	padding: 0 4%;
}
.header-nav li h3 {
	position: relative;
	width: 100%;
	position: relative;
}
.header-nav li h3 a {
	width: 100%;
	color: #333;
	font-size: 14px;
	line-height: 48px;
	text-align: left;
	font-family: "微软雅黑";
	border-bottom: #eee solid 1px;
}
.header-nav li.cur h3 a {
	border-bottom: #2a518b solid 1px;
}
.header-nav li h3 .icon-more {
	display: block;
}
/*导航背景*/
.trans-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
*zoom:1;
	z-index: 1000;
	display: none;
}
.clearfix {
	clear: both;
}
 @media screen and ((max-width: 768px)) {
 header {
background:#fff;
height:70px;
}
 .logo {
width:60%;
line-height:70px;
}
 .logo img {
height:auto;
}
 .menu, .search-r {
display:none;
}
 .icon-nav-btn {
display:block;
}
 .header-nav, .header-nav .nav-close {
display:block;
}
 #flashs {
margin-top:70px;
height:40vh;
min-height: 350px;
}
 #flashs img {
height:40vh;
min-height: 350px;
}
 .banner-bg {
height:40vh;
min-height: 350px;
}
 .index-prd-c ul {
width:50%;
padding:10px;
}
 .list li {
min-width:250px;
}
 .index-about-fl {
width:100%;
}
 .index-about-fr {
display:none;
}
 .about-xx li {
width:50%;
margin-bottom:20px;
}
 ._network_104y4_1 {
padding:0;
}
 ._content_1qobk_71 {
margin:0;
}
 .i-news-txt, .i-n-img {
width:100%;
}
 .i-news-txt {
margin-bottom:30px;
}
 .foot-lx ul {
width:100%;
margin-bottom:20px;
}
 .nav-a ul {
width:100%;
overflow:hidden;
}
 .foot-lx {
padding:30px 0;
}
 .nav-dh {
width:100%;
}
 .copright span {
width:100%;
}
 .pg-banner-wz {
padding:0 30px;
}
	 /* 导航外层容器：核心滑动样式 */
.pg-about-lb {
 width: 100%; /* 可视宽度，可自由修改 */
 position: relative;
  /* 关键：横向滚动 + 隐藏滚动条 */
  overflow-x: auto;
 overflow-y: hidden;
 -webkit-overflow-scrolling: touch; /* 移动端流畅滑动 */
 scrollbar-width: none; /* 火狐隐藏滚动条 */
}

/* 隐藏谷歌/Edge等浏览器的滚动条 */
.pg-about-lb::-webkit-scrollbar {
 display: none;
}

/* 导航列表：强制一排横向 */
.pg-about-lb ul {
 margin: 0;
 padding: 0;
 list-style: none;
 display: flex;
 flex-wrap: nowrap; /* 永不换行 */
 gap: 18px; /* 导航项间距 */
 white-space: nowrap;
 width: max-content; /* 自适应内容宽度，实现可滑动 */
}
.pg-banner {
margin-top:70px;
}
._moduleTitle_10a5m_1 ._bgd_10a5m_15 {
font-size:80px;
}
._contactMap_1qwo8_1 {
 display: block;
 position: relative;
 height: 500px;
 padding: 0 0 88px;
}
._contactMap_1qwo8_1>img {
 display: block;
 width: 100%;
 height: 100%;
 -o-object-fit: cover;
 object-fit: cover;
}
._contactMapPopup_1qwo8_24 {
width:260px;
}
 .unit.md-1-2 {
 flex-basis: 50%;
 max-width: 50%;
}
    .lg-hidden {
        display: none !important;
    }
	    .unit.lg-1-1 {
        flex-basis: 100%;
        max-width: 100%;
    }
	._msgBoardRight_1d1aw_13 {
        padding: 40px 30px;
    }
	._msgBoardRight_1d1aw_13>.unit {
    box-sizing: border-box;
    padding: 16px;
}
.index-news-c{ margin:0;}
.cj-name{ font-size:14px;}
.cp-dfwt,.dfwt-fr{ width:100%; padding:0;}
.dfwt-fr h1{ font-size:34px;}
}
