@charset "UTF-8";
@font-face {
 font-family: "EnglishFont";
 src: local("Times New Roman");
 unicode-range: U+0000-00FF, /* 基础拉丁字母 */  U+0100-024F, /* 扩展拉丁字母 */  U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+3000-303F,  U+2113, U+2C60-2C7F, U+A720-A7FF; /* 其他拉丁符号 */
}
@font-face {
 font-family:"ChineseFont";
 src: local("微软雅黑"),  local("Microsoft YaHei");
 unicode-range: U+4E00-9FFF; /* 全角符号 */
}
:root {
  --main: #0050bf;
  --main-dark: #003d93;
  --accent: #ff8a00;
  --bg: #f5f7fb;
  --text: #222;
  --muted: #666;
  --line: #e8ecf3;
  --card: #fff;
  --radius: 14px;
  --shadow: 0 10px 24px rgba(24, 39, 75, .08);
}
*{box-sizing: border-box}
/* 进度条容器（固定在顶部） */
.progress-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #f0f0f0;
	z-index: 1000;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
/* 进度条填充部分 */
.progress-bar {
	height: 100%;
	width: 0%;
	background: linear-gradient(90deg, #4CAF50, #0050bf);
	transition: width 0.3s ease;
	border-radius: 0 3px 3px 0;
}
body {
	font-family:"EnglishFont", "ChineseFont", sans-serif;
	font-size: 16px;
	line-height:2.0;
	color:#000;
	background:#f5f7fb;
	letter-spacing:0.5px;
	-webkit-font-smoothing: antialiased; /* Chrome、Safari */
	-moz-osx-font-smoothing: grayscale; /* Firefox */
	text-rendering: optimizeLegibility; /* 优化可读性 */
}
img {
	max-width: 100%;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.footH {
	height: 50px;
	display: none;
}
.footFix {
	background: #0050bf;
	padding: 10px 0;
	display: none;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	color: #fff;
}
.footFix>a {
	display: inline-block;
	width: 33%;
	font-size: 16px;
	color: #ffffff !important;
}
.footFix>a>i.iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: #fff;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.swiper-pagination-bullet-active {
	background: #1766b2 !important;
}
.container.index {
	width: 96%;
	max-width: 1360px;
}
.headSearch{width:100%;transition: all .5s ease;overflow:hidden;border-radius:100px;border:1px solid #ccc;background-color:#fff;padding:0px;margin-bottom:10px;margin-top:0px;}
.headSearch select{
	background-color:#f7f7f7;
    border:0px solid #d8d8d8;
	height:40px;
	width:10%;
	padding:0 10px 0 10px;
	float:left;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23666"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size:24px;
  font-weight:bold;font-size:16px;box-sizing: border-box;
  }
.headSearch select option{
  border: none;
  outline: none;
  padding: 8px 12px;}
select::-webkit-select-dropdown{
  border: none !important;
  box-shadow: none !important;
}
.headSearch input[type=text]{
	box-sizing: border-box;
    border-top:0px solid #d8d8d8;
    border-bottom:0px solid #d8d8d8;
    border-left:0px solid #f3f3f3;
    border-right:0px solid #f3f3f3;
	height:40px;
	width:85%;
	padding:10px;
	float:left;
	font-weight:bold;
}
.headSearch span{
	width:4%;
	float: left;
	height: 30px;
	text-align: right;
	line-height:30px;
	border-radius:100px;
    margin:5px 0.5%;
    text-align: center;
    filter: none;
    outline: 0!important;
    border: none;
    background: #0050bf;
	cursor: pointer;
}
.headSearch span i{
	font-size:22px;
	color: #fff;
}
.headSearchx {
	width:100%;
	padding:10px 10px;
transition:all .5s ease;
	overflow:hidden;
	top:0px;
	position:fixed;
	background:#FFFFFF;
}
.headSearchx input[type=text] {
	box-sizing: border-box;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-left: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
	height:35px;
	width:90%;
	padding:0 10px 0 10px;
	float: left;
}
.headSearchx span {
	width: 10%;
	float: left;
	height: 35px;
	text-align: right;
	padding-right: 5px;
	line-height:35px;
	border-radius: 0 3px 3px 0!important;
	margin: 0;
	text-align: center;
	filter: none;
	outline: 0!important;
	border: none;
	background: #4a4a4a;
	cursor: pointer;
}
.headSearchx span i {
	font-size:26px;
	color: #fff;
}
.headSearchy {
	width:100%;
	padding:10px 10px;
    transition:all .5s ease;
	overflow:hidden;
	background:#FFFFFF;
}
.headSearchy input[type=text] {
	box-sizing: border-box;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-left: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
	height:35px;
	width:90%;
	padding:0 10px 0 10px;
	float: left;
}
.headSearchy span {
	width: 10%;
	float: left;
	height: 35px;
	text-align: right;
	padding-right: 5px;
	line-height:35px;
	border-radius: 0 3px 3px 0!important;
	margin: 0;
	text-align: center;
	filter: none;
	outline: 0!important;
	border: none;
	background: #4a4a4a;
	cursor: pointer;
}
.headSearchy span i {
	font-size:26px;
	color: #fff;
}
.closeHs {
	position: absolute;
	cursor: pointer;
	right: -150px;
	top: -30px;
}
.closeHs i {
	font-size: 28px;
	color: #0050bf;
}
.head {
	width: 100%;
	background: rgba(255, 255, 255, 1);
 transition: all .5s ease;
 /* 导航悬浮置顶：头部固定吸顶，top:5px让位顶部滚动进度条；占位由head.php注入的#headSpacer撑起(因body被global.css限高100%，sticky无法吸附，故用fixed方案) */
 position: fixed;
 top: 5px;
 left: 0;
 z-index: 999;
}
.head .container {
	width: 96%;
	max-width: 1360px;
}
.head.fixedbg {
	position: fixed;
	top:5px;
	background: rgba(255, 255, 255, 1.0);
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .26);
	border-bottom: 1px solid #efefef;
 transition: all .5s ease;
}
.head .Logo {
	float: left;
	padding:10px 0;
 transition: all .5s ease;
	width:180px;
}
.head.fixedbg .Logo {
	padding: 10px 0;
 transition: all .5s ease;
}
.WebLink {
	margin-left:40px;
	padding:27px 0 0 0;
	float: left;
 transition: all .5s ease;
}
.head.fixedbg .WebLink {
	padding:27px 0 0 0;
 transition: all .5s ease;
}
.WebLink > li {
  position: relative;   /* 必须保留 */
  display: inline-block;
  padding: 0 22px;
  line-height: 50px;
  font-size: 16px;
}
.WebLink li > a {
	display: block;
	font-size: 18px;
	color: #000000;
	line-height: 25px;
	font-weight:bold;
}
.WebLink li:hover > a, .WebLink li.on > a {
	color: #0050bf;
}
.head-right {
	float:right;
	height:80px;
	line-height:30px;
	overflow: hidden;
	border-left:0px solid #e9e9e9;
	padding-left:30px;
	padding-top:25px;
    transition: all .5s ease;
	width:auto;
}
.head.fixedbg .head-right {
	height: 80px;
	line-height:30px;
transition: all .5s ease;
}
.head-right .link {
	float:left;
}
.head-right .link a {
	font-size:16px;
	color: #000;
	margin-left:6px;
}
.head-right .link a:hover {
	color: #0050bf;
}
.head-right .link a.a {
	font-family:Times New Roman;
	font-size:14px;
	background:#0050bf;
	border-radius:100%;
	padding: 8px;
	color: #fff;
}
.head-right .link a i {
	font-size: 30px;
	color: #fff;
	margin-right:8px;
	position: relative;
	top:4px;
}
.head-search {
	float: left;
	position: relative;
	top:5px;
	cursor: pointer;
	margin-left:0px;
}
.head-search i {
	font-size:28px;
	color: #333333;
}
.head-sub-menu-warp {
  position: absolute;
  left: 0 !important;
  top: 140% !important;
  background: #fff;
  border-top: 0px solid #eee;
  border-bottom: 0px solid #eee;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.24s ease;
  z-index: 999999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.WebLink li:hover .head-sub-menu-warp {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.head-sub-menu {
  width: 700px;
  margin: 0 !important;
  display: flex;
  min-height:300px;
}
/* 一级分类 */
.cate-level1 {
  width:150px;
  background: rgba(0, 80, 190, 0.2);
  border-right:1px solid #e4e7ed;
  padding: 15px 20px;
  box-sizing: border-box;
}
.item1 {
  padding:0px;
  font-size:16px;
  cursor: pointer;
}
.item1 a { 
  color: #000; 
  text-decoration: none; 
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 0.2s;
  line-height:25px;
}
.item1.active a,
.item1:hover a { 
  background: rgba(0, 80, 190, 0.8);
  color: #fff; 
  font-weight: 500; 
}
/* 二级分类 */
.cate-level2 {
  width: 210px;
  background: #fff;
  border-right: 1px solid #e4e7ed;
  padding:15px 20px;box-sizing: border-box;
}
.item2 {
  padding:0px;
  font-size: 16px;
  color: #555;
  cursor: pointer;
  
}
.item2 a{ 
  color: #555; 
  text-decoration: none; 
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 0.2s;
  line-height:25px;
}
.item2.active a,
.item2:hover a { 
  background: rgba(0, 80, 190, 0.9);
  color: #fff; 
}
/* 三级分类 */
.cate-level3 {
  flex: 1;
  background: #fff;
  padding:10px;
  box-sizing: border-box;
}
.item3 {
  display: inline-block;
  padding: 0px;
  margin: 0 10px 10px 0;
  background: #f9f9f9;
  border-radius: 3px;
  font-size: 16px;
  color: #666;
  transition: all 0.2s;
  white-space: nowrap;
}
.item3 a{ display:block;color: #666;font-size: 16px;text-decoration:none;line-height:25px;padding:5px 10px;}
.item3:hover{background: #0056d9; color: #fff; }
.item3:hover a{color: #fff; }
/* 隐藏 */
.panel2, .panel3{display: none; }
/* 其他下拉 */
.head-sub-menu2 {
  line-height: 30px;
  padding: 8px 0;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  border: none;
  border-radius: 4px;
  width: auto;       /* 宽度自适应 */
  display: inline-block; /* 关键：自动适应内容宽度 */
}

.link2 a {
  display: block;     /* 一行一个 */
  margin: 0;
  padding: 6px 20px;
  color: #333;
  text-decoration: none;
  white-space: nowrap; /* 文字不换行 */
}
.link2 a:hover {
  color: #0056d9;
  background: #f5f7fa;
}
/* Sybanner */
#container1 .jt-box {
	width:96%;
	height:50px;
	position:absolute;
	bottom:40%;
	left:2%;
}
#sybannerN, #sybannerP {
	width:50px;
	height:50px;
	border: 1px solid #fff;
	border-radius: 100%;
	top: 0;
	margin-top: 0;
}
#sybannerN {
	background: url(../images/sybanner-next.png) no-repeat center center;
	right: 0;
 transition: all .5s ease;
}
#sybannerN:hover {
	border: 1px solid #0a378a;
	background: #0a378a url(../images/sybanner-next.png) no-repeat center center;
 transition: all .5s ease;
}
#sybannerP {
	background: url(../images/sybanner-prev.png) no-repeat center center;
	left: 0;
 transition: all .5s ease;
}
#sybannerP:hover {
	border: 1px solid #0a378a;
	background: #0a378a url(../images/sybanner-prev.png) no-repeat center center;
 transition: all .5s ease;
}
/* indexProduct */
.indexProduct {
	padding:50px 0;
	background-color:#fafafa;
}
.syPro {
	margin-top:30px;
	background-color:#fff;
	display:block;
	width:100%;
	overflow:hidden;
	padding-top:30px;
	padding-bottom:30px;
	border-radius:10px;
}
.syPro ul li {
	float:left;
	width:25.0%;
	padding:1%;
	text-align:center;
	box-sizing: border-box;
	margin-bottom:0px;
}
.syPro ul li a {
	color:#0050bf;
	font-size:18px;
	line-height:30px;
	font-weight:bold;
}
.syPro ul li a img {
	width:100%;
	max-width:150px;
	margin-bottom:20px;
}
.syPro ul li:hover a {
	color:#0050bf;
}
.syPro-top {
	color:#fff;
	margin-top:20px;
}
.syPro-top .left {
	width:30%;
	float: left;
	position:relative;
}
.syPro-top .left .tit {
	position: relative;
	font-size: 42px;
	line-height: 48px;
	padding-left: 35px;
}
.syPro-top .left .tit::after {
 content: "";
 position: absolute;
 width: 20px;
 height: 3px;
 background: #e77512;
 left: 0;
 top: 50%;
 margin-top: -1.5px;
}
.syPro-top .left .sub {
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	margin-top: 16px;
}
.syPro-top .right{width:68%;float: right; margin-top:0px;}
.syPro-top .hd{float:left;background:#FFFFFF;width:100%; padding-left:2%;padding-right:2%;}
.syPro-top .hd ul li{float:left;width:12.0%;text-align:center;padding-top:10px;padding-bottom:5px;}
.syPro-top .hd ul li a{color:#000;font-size:18px;line-height:42px;position:relative;display:block;float:left; font-weight:bold;}
.syPro-top .hd ul li:hover a,
.syPro-top .hd ul li.on a{color:#0050bf;}
.syPro-top .hd ul li a::after{
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	background:#0050bf;
	left: 0;
	bottom: -3px;
	transition: all .5s ease;
}
.syPro-top .hd ul li:hover a::after,
.syPro-top .hd ul li.on a::after{
	width: 100%;
	transition: all .5s ease;
}
.syPro-top .morex{
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	display: block;
	float: right;
}
.syPro-top .morex:hover{
	color: #e77512;
}
.syPro-top .morex i{
	font-size: 24px;
	color: #e77512;
	position: relative;
	top: 3px;
	margin-right: 10px;
}
.indexProduct .bd{margin:0;}
.indexProduct .bd ul li{display: flex;flex-wrap: wrap;align-items: stretch;margin: 0 -1%;padding: 0;list-style: none;}
.syPro-list{width: 31.333%;
  background: #fff;
  transition: all .5s ease;
  margin: 20px 1% 0;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;}
.syPro-list:nth-child(3n){margin-right:0%;}
.syPro-list .pic {
  width: 30%;
  float: left;
  overflow: hidden;
  display: flex;
  align-items: center;    /* 垂直居中 */
  justify-content: center;/* 水平居中 */
  height: 100%;           /* 继承父级高度，实现全屏居中 */
}
.syPro-list .pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all .5s ease;
  display: block;
}
.syPro-list:hover .pic img{transform: scale(2.0);transition: all .5s ease;}
.syPro-list .tit{line-height:24px;font-size:14px;overflow: hidden;transition: all .5s ease;float:right;width:66%;text-align:left;flex: 1;display: flex;flex-direction: column;}
.syPro-list .tit P:nth-child(1){
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:1;
overflow: hidden; font-size:18px;line-height:30px;
text-overflow: ellipsis;font-weight:bold;}
.syPro-list .tit P:nth-child(2){
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:2;
overflow: hidden;
text-overflow: ellipsis;}
.syPro-list .tit .more{background:#0050bf;width:82px;height:32px;color:#FFFFFF; text-align:center; font-size:14px;line-height:32px;border-radius:5px;margin-top:4px;}
/* indexApplication */
.indexApplication {
	padding: 28px 0 36px;
}
#syAppSwiper {
	margin-top: 62px;
	padding-bottom: 60px;
}
.syYyly-list {
	position: relative;
	overflow: hidden;
}
.syYyly-list img {
	display: block;
	width: 100%;
	transform: scale(1);
 transition: all .5s ease;
}
.syYyly-list:hover img {
	transform: scale(1.12);
 transition: all .5s ease;
}
.syYyly-list p {
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 32px;
	width: 90%;
	left: 5%;
	font-size: 22px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/* indexNews */
.inNews{padding:40px 0 40px;background:#fafafa;}
.indexNews{padding:40px 0 40px;background:#fff;}
.indexNews .bd{margin-top:30px;}
.indexNewsx{padding:40px 0 40px;background:#fff;}
.indexNewsx .bd{margin-top:30px;}
.sy-xw-l-list{float:left;width:24%;margin-right:1.3%;border:1px solid #CCCCCC;box-sizing:border-box;border-radius:5px;margin-bottom:10px;}
.sy-xw-l-list:nth-child(4n+4){float:right;margin-right:0%;}
.sy-xw-l-list .pic{overflow: hidden;}
.sy-xw-l-list .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
	border-top-left-radius:5px;
  border-top-right-radius:5px; 
}
.sy-xw-l-list:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.sy-xw-l-list .info{padding:10px;}
.sy-xw-l-list .info .tit{
	font-size:16px;
	font-weight:bold;
	line-height:26px;
	color: #000000;
	min-height: 52px;
	display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
	text-align:center;
}
.sy-xw-l-list:hover .info .tit{color:#0050bf;transition: all .5s ease;}
.sy-xw-l-list .info .sub{
	font-size: 14px;
	color: #555;
	line-height:24px;
	min-height:48px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin:5px 0 5px;
}
.sy-xw-l-list .info .more{
	font-size:16px;
	font-weight:bold;
	color:#0050bf;
}
.sy-xw-l-list .info .more i{
	font-size: 20px;
	color: #0050bf;
	position: relative;
	top: 2px;
	margin-left:10px;
}
.sy-news-right {
	width: 68%;
	float: right;
}
.sy-xw-r-list {
	padding:20px;
	position: relative;
	overflow:hidden;
transition:all .5s ease;
	box-shadow:0px 0px 5px 0 rgba(0, 0, 0, 0.1);
	margin-bottom:20px;
}
.sy-xw-r-list:hover {transition: all .5s ease;}
.sy-xw-r-list .pic {
	overflow: hidden;
	float:left;
	width:14%;
}
.sy-xw-r-list .pic img {
	display: block;
	width: 100%;
	transform: scale(1);
 transition: all .5s ease;
}
.sy-xw-r-list:hover .pic img {
	transform: scale(1.12);
 transition: all .5s ease;
}
.sy-xw-r-list .time-box {
	float:right;
	text-align: center;
	color: #000;
 transition: all .5s ease;
	width:10%;
}
.sy-xw-r-list:hover .time-box {
	color:#000;
}
.sy-xw-r-list .time-box .day {
	font-size:40px;
	line-height:50px;
}
.sy-xw-r-list .time-box .year {
	font-size:18px;
	line-height:24px;
	margin:5px 0 0 0;
}
.sy-xw-r-list .info {
	width: 74%;
	float: left;
	margin-left:2%;
}
.sy-xw-r-list .info .tit {
	font-size: 18px;
	font-weight:bold;
	line-height:24px;
	min-height:24px;
	color:#000;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
 transition: all .5s ease;
}
.sy-xw-r-list .info .sub {
	font-size: 16px;
	color: #555555;
	line-height:26px;
	min-height:52px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top:6px;
 transition: all .5s ease;
}
.about {
	padding:0px 0 40px;
	background:#FFFFFF;
}
.about .cont {
	line-height:1.8;
	min-height:200px;
	padding-top:30px;
}
.about .cont .title {
	box-sizing:border-box;
	background-image: url(../images/ptitle.png);
	background-repeat: no-repeat;
	background-position:left 2px;
	font-size:16px;
	line-height:1.8;
	font-weight:bold;
	color: #0050bf;
	padding-left:28px;
	text-align:left;
	margin-bottom:10px;
}
.sub-about-left {
	width: 46.917808219%;
	float: left;
}
.sub-about-left .tit {
	position: relative;
	font-size: 42px;
	color: #555555;
	padding-top: 20px;
	line-height: 45px;
}
.sub-about-left .tit .cn {
	position: relative;
	z-index: 22;
}
.sub-about-left .tit .en {
	position: absolute;
	font-family: helev;
	color: #f1f1f1;
	top: 0;
	font-size: 64px;
	left: 0;
	z-index: 11;
}
.sub-about-left .line {
	width: 36px;
	height: 2px;
	background: #0050bf;
	margin-top: 30px;
}
.sub-about-left .sub {
	font-size: 16px;
	color: #555555;
	line-height: 30px;
	margin-top: 36px;
}
.about .pic {
	width: 48.356164383%;
	float: right;
}
/* culture */
.culture {
	padding: 68px 0 48px;
	background: #0050bf;
}
.culture .row {
	margin-top: 50px;
	color: #fff;
	text-align: center;
}
.culture .row .pdg {
	padding: 0 13.5px;
}
.qywh-list .pic {
	overflow: hidden;
}
.qywh-list .pic img {
	display: block;
	width: 100%;
}
.qywh-list .tit {
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	margin: 20px 0 16px;
}
.qywh-list .sub {
	font-size: 16px;
	line-height: 26px;
}
/* technology */
.technology {
	padding: 160px 0 200px;
	background: url(../images/tech-back.jpg) no-repeat top center;
	background-size: cover;
}
.technology .abt-top-tit {
	text-align: left;
}
.technology .abt-top-line {
	margin: 30px 0 0 0;
}
.technology .cont {
	width: 40.5%;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin: 36px 0 0 0;
}
/* Its_Website */
.Its_Website {
	padding: 60px 0 90px;
	background: #f5f5f5;
}
.Its_Website .abt-top-tit {
	color: #333333;
}
.Its_Website .abt-top-line {
	background: #0050bf;
}
#WebSwiper {
	margin-top: 48px;
	padding-bottom: 50px;
	padding: 10px 10px 50px 10px;
}
#WebSwiper .swiper-slide {
	background: #fff;
	padding: 12px 0;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #fff;
 transition: all .5s ease;
}
#WebSwiper .swiper-slide:hover {
	border: 1px solid #dcdcdc;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
 transition: all .5s ease;
}
#WebSwiper .swiper-slide a {
	display: block;
}
/* contact */
.contact {
	padding: 65px 0 55px;
}
.contact .container {
	background: #0050bf;
}
.sub-contact-left {
	width: 40%;
	float: left;
	position: relative;
	background: url(../images/c-l-back.jpg) no-repeat top right;
	padding: 90px 40px 0;
}
.contact.abtEn .sub-contact-left {
	width: 100%;
}
.sub-contact-left .yinhao {
	position: absolute;
	left: 40px;
	top: 30px;
}
.sub-contact-left .yinhao i {
	font-size: 38px;
	color: #fff;
}
.sub-contact-left .tit {
	font-size: 26px;
	color: #fff;
	line-height: 30px;
}
.sub-contact-left .info {
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
	color: #fff;
	line-height: 42px;
}
.sub-contact-left .info p {
	padding-left: 30px;
}
.sub-contact-left .info p.dz {
	background: url(../images/c-dz.png) no-repeat left center;
}
.sub-contact-left .info p.dh {
	background: url(../images/c-dh.png) no-repeat left top 11px;
}
.sub-contact-left .info p.cz {
	background: url(../images/c-cz.png) no-repeat left center;
}
.sub-contact-left .info p.yx {
	background: url(../images/c-yx.png) no-repeat left center;
}
.sub-contact-left .info a {
	font-family: arial;
	color: #fff;
}
.maps {
	width: 60%;
	float: right;
	border: 1px solid #e2e4e6;
	overflow: hidden;
}
.maps img {
	display: block;
	width: 100%;
}
.contact-zxzx.yx {
	margin-top: 20px;
	padding: 0 0 75px;
}
.contact-zxzx .title {
	font-size: 28px;
	font-weight: bold;
	line-height: 35px;
	color: #333333;
}
.contact-zxzx .row {
	margin-top: 40px;
}
.contact-zxzx .row .pdg {
	padding: 0 15px;
}
.c-zx-list {
	border-top: 2px solid #5e5d5d;
	padding-top: 25px;
	margin-bottom: 30px;
}
.c-zx-list .tit {
	font-size: 22px;
	line-height: 26px;
	color: #000000;
}
.c-zx-list .qq-list {
	overflow: hidden;
	margin-top: 30px;
	min-height: 58px;
}
.c-zx-list a {
	display: block;
	float: left;
	margin-right: 14px;
	margin-bottom: 5px;
}
.c-zx-list a:last-child {
	margin-right: 0;
}
.c-zx-list .yx {
	font-size: 16px;
	display: block;
	color: #0050bf;
	float: none;
	margin-top: 20px;
}
/* message */
.message {
	padding: 55px 0 80px;
	background: #fafafa;
}
.msg-top-tit {
	font-size:18px;
	color: #000000;
	font-weight:bold;
}
.msg-top-sub {
	text-align: center;
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	margin-top: 25px;
}
.message .row {
	margin-top:20px;
	max-width:1000px;
	background:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 35px;
	padding-left: 20px;
}
.message .row input[type=text] {
	width: 100%;
	height: 55px;
	border: none;
	outline: none;
	padding: 0;
	background: #FAFAFA url(../images/bt-ico.png) no-repeat top 9px left 9px;
	text-indent:10px;
	color: #333;
	font-size: 16px;
	margin-bottom:15px;
}
.message .row select {
	width:33.33%;
	height: 55px;
	border: none;
	outline: none;
	padding: 0;
	text-indent:10px;
	color: #333;
	font-size:14px;
	background:#FAFAFA;
}
.message .row textarea {
	min-width: 100%;
	max-width: 100%;
	min-height:100px;
	max-height:100px;
	background: #FAFAFA;
	border: none;
	outline: none;
	margin-bottom:15px;
	padding:10px;
	color: #333;
	font-size:14px;
}
.message .row input[type=button] {
	display: block;
	width: 200px;
	height: 50px;
	background:#fff;
	border:solid 1px #0050bf;
	margin:40px auto 0;
	font-size: 16px;
	color: #0050bf;
	outline: none;
 transition: all .5s ease;
}
.message .row input[type=button]:hover {
	border-radius: 50px;
 transition: all .5s ease;
	background:#0050bf;
	color: #fff;
}
/* brand */
.brand {
	padding: 60px 0 70px;
}
.brand .row {
	margin-top: 50px;
}
.brand .row .pdg {
	padding: 0 17px;
	margin-bottom: 30px;
}
.brand-list {
	border: 1px solid #dedede;
	padding: 7px 5px;
}
.brand-list .pic img {
	display: block;
	margin: 0 auto;
}
.brand-list p {
	text-align: center;
	line-height: 35px;
	height: 35px;
	background-color: #f5f5f5;
	margin-top: 8px;
	color: #0050bf;
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
 transition: all .5s ease;
}
.brand-list:hover p {
	background: #0050bf;
	color: #fff;
 transition: all .5s ease;
}
/* download */
.download{
	padding:30px 0 30px;
}
.down-list {
	border:1px solid #dedddd;
	margin-top:10px;
	padding:5px;
	overflow:hidden;
}
.down-list .ico {
	width:90%;
	float:left;
	padding-right:10px;
	box-sizing:border-box;
	line-height:24px;
	font-weight:700;
}
.down-list .ico img {
	width:30px;
	margin-right:10px;
}
.down-list p {
	font-size: 18px;
	color: #333333;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.down-list:hover p {
	color: #0a378a;
}
.down-list .dxj {
	text-align: center;
	width:40px;
	float:left;
	background-color: #0050bf;
	border-radius:5px;
	color:#FFFFFF;
	font-size:14px;
	line-height:26px;
	font-weight:bold;
	width:10%;
}
/*填写下载表单*/
.downPopWarp {
	position: fixed;
	z-index: 1009;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
 transition: all .5s ease;
}
.downPopWarp.open {
	opacity: 1;
	visibility: visible;
 transition: all .5s ease;
}
.downPop {
	width: 92%;
	max-width: 868px;
	top: 30%;
	left: 50%;
	margin-left: -434px;
	background: #fff;
	padding: 48px 40px 80px 40px;
	position: fixed;
	z-index: 1019;
	border-radius: 20px;
	visibility: hidden;
	opacity: 0;
 transition: all .5s ease;
}
.downPop.open {
	opacity: 1;
	visibility: visible;
 transition: all .5s ease;
}
.downPop .title {
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	color: #333333;
	line-height: 38px;
}
.downPop .row {
	margin-top: 45px;
}
.downPop .row input[type=text] {
	width: 100%;
	height: 58px;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	padding: 0;
	font-size: 16px;
	color: #333;
	text-indent: 18px;
	margin-bottom: 13px;
}
.downPop .row input[type=text].bt {
	background: url(../images/bt-ico.png) no-repeat top 10px left 8px;
}
.downPop .row input[type=button] {
	width: 100%;
	height: 58px;
	border-radius: 8px;
	background: #0050bf;
	font-size: 18px;
	color: #fff;
	border: none;
	outline: none;
	margin-top: 25px;
}
.closeDwon {
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.closeDwon i {
	font-size: 30px;
	color: #DC1216;
}
/* news */
.news {
	padding:10px 0 40px;
	min-height:400px;
	background:#fff;
}
.news ul li {
 margin-bottom:;
	border-bottom: 1px solid #ecebeb;
	padding-bottom:20px;
	margin-bottom:30px;
	overflow: hidden;
}
.news ul li .time-box {
	width: 104px;
	height: 117px;
	background: #0050bf;
	border-bottom-right-radius: 20px;
	float: left;
	text-align: center;
	color: #fff;
	font-family: helev;
}
.news ul li .time-box .day {
	font-size: 56px;
	line-height: 72px;
}
.news ul li .time-box hr {
	width: 88%;
	margin: 0 auto;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
}
.news ul li .time-box .year {
	font-size: 16px;
	line-height: 25px;
	margin-top: 8px;
}
.news ul li .info {
	width: 90%;
	float: right;
}
.news ul li .info .tit {
	font-size: 20px;
	color: #333333;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
 transition: all .5s ease;
}
.news ul li:hover .info .tit {
	color: #0050bf;
 transition: all .5s ease;
}
.news ul li .info .sub {
	font-size: 16px;
	color: #555555;
	line-height:25px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin:10px 0 10px;
}
.news ul li .info .more {
	width: 126px;
	height: 44px;
	text-align: center;
	line-height: 42px;
	border: 1px solid #0050bf;
	border-radius: 44px;
	font-size: 16px;
	color: #0050bf;
 transition: all .5s ease;
}
.news ul li:hover .info .more {
	background-color: #0050bf;
	color: #fff;
 transition: all .5s ease;
}
.news ul li .info .more i {
	margin-left: 10px;
}
/* newsDe */
.newsDe {
	padding:10px 0 40px; background:#FFFFFF;
}
.newsDe .now-lm {
    padding-top: 0px;
    padding-bottom: 20px;
}
.newsde-top {
	overflow: hidden;
	border-bottom: 1px solid #ecebeb;
	padding-bottom: 20px;
}
.newsde-top .titBox {
	width: 75%;
	float: left;
}
.newsde-top .titBox .title {
	font-size: 24px;
	line-height: 30px;
	color: #333333;
}
.newsde-top .titBox .time {
	font-size: 16px;
	color: #777777;
	line-height: 25px;
	margin-top: 18px;
}
.newsde-top .btn-gn {
	float: right;
	margin: 10px 0 0 0;
}
.newsde-top .btn-gn a {
	display: block;
	float: left;
	width: 43px;
	height: 43px;
	margin-left: 16px;
	border-radius: 100%;
}
.newsde-top .btn-gn a:nth-child(1) {
 background: #b4b4b4 url(../images/newsde-prev.png) no-repeat center center;
}
.newsde-top .btn-gn a:hover:nth-child(1) {
 background: #eda900 url(../images/newsde-prev.png) no-repeat center center;
}
.newsde-top .btn-gn a:nth-child(2) {
 background: #b4b4b4 url(../images/newsde-next.png) no-repeat center center;
}
.newsde-top .btn-gn a:hover:nth-child(2) {
 background: #eda900 url(../images/newsde-next.png) no-repeat center center;
}
.newsde-top .btn-gn a:nth-child(3) {
 background: #b4b4b4 url(../images/newsde-return.png) no-repeat center center;
}
.newsde-top .btn-gn a:hover:nth-child(3) {
 background: #eda900 url(../images/newsde-return.png) no-repeat center center;
}
.newsde-content {
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	margin-top: 26px;
}
.newsde-content table {
	width: 100%;
	empty-cells: show;
	border-collapse: collapse;
	border: 1px solid #000;
}
.newsde-content table td, .newsde-content table th {
	border:1px solid #000;
	border-collapse: collapse;
	vertical-align: middle;
}
.newsde-content table td p {
	margin:0px;
}
.newsde-content table tr td {
	font-size: 16px;
	text-align: center;
	line-height:32px;
	background:#ffffff;
}
.newsde-content table tr:nth-child(1) td {
 font-size: 16px;
 text-align: center;
 background:#ffffff;
 font-weight:600;
 line-height:34px;
}
/* product */
.productClass1 {
	padding: 0 0 80px;
}
.productClass1 .row {
	margin-top: 40px;
}
.productClass1 .row .pdg {
	margin-bottom: 35px;
}
.pro-cls1 {
 transition: all .5s ease;
}
.pro-cls1:hover {
 transition: all .5s ease;
}
.pro-cls1 .class1 {
	line-height: 60px;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	position: relative;
	background: url(../images/p-line.png) no-repeat left 25px center;
	padding-left: 50px;
	border: 1px solid #e5e5e5;
}
.pro-cls1:hover .class1 {
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .2);
	border: 1px solid #0f5d9b;
 transition: all .5s ease;
}
.pro-cls1 .class1 .more {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: #323232;
	right: 22px;
}
.pro-cls1 .class2 {
	border: 1px solid #e5e5e5;
	border-top: none;
	position: relative;
	padding: 22px 50px 38px;
	min-height: 222px;
}
.pro-cls1:hover .class2 {
	border: 1px solid #0f5d9b;
	border-top: none;
 transition: all .5s ease;
}
.pro-cls1 .class2-more {
	position: absolute;
	width: calc(100% + 2px);
	top: 0;
	left: -1px;
	background: #fff;
	z-index: 999;
	padding: 22px 25px 24px 50px;
	border: 1px solid #0f5d9b;
	border-top: none;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .2);
 transition: all .5s ease;
}
.pro-cls1:hover .class2-more {
	opacity: 1;
	visibility: visible;
 transition: all .5s ease;
}
.pro-cls1 .class2-more-h {
	height: 320px;
	overflow-y: auto;
}
.pro-cls1 .class2 a {
	font-size: 16px;
	color: #555555;
	line-height: 40px;
	padding-left: 14px;
	background: url(../images/p-sjx-ls.png) no-repeat left center;
	display: block;
}
.pro-cls1 .class2 > a {
	display: none;
}
.pro-cls1 .class2 > a:nth-child(1), .pro-cls1 .class2 > a:nth-child(2), .pro-cls1 .class2 > a:nth-child(3), .pro-cls1 .class2 > a:nth-child(4) {
display: block;
}
.pro-cls1 .class2 a:hover {
	color: #0050bf;
}
.proleft {
	padding: 0;
	border: 1px solid #ededed;
	width: 21%;
	float: left;
	margin-top: 0;
	min-height: 680px;
	background: #ffffff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}
/* 顶部蓝色标题栏 */
.proleft .cate-top-bar {
	background: #0050bf;
	color: #fff;
	padding:15px 20px;
	margin: 0;
}
.proleft .cate-top-bar h2 {
	font-size:28px;
	line-height:32px;
	margin: 0 0 6px 0;
	font-weight: bold;
}
.proleft .cate-top-bar p {
	font-size:18px;
	margin: 0;
	line-height:24px;
	opacity: 0.92;
}
.category-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/* 一级分类：默认黑色，hover浅蓝 */
.cate-title {
	cursor: pointer;
	position: relative;
	padding: 10px 42px 10px 22px;
	font-size: 18px;
	display: flex;
	align-items: center;
	font-weight: bold;
	color: #222222; /* 默认黑色 */
	border-bottom: 1px solid #ededed;
	transition: color 0.3s ease;
}
/* 一级hover效果 */
.cate-title:hover {
	color: #0050bf;
}
/* 选中active一级文字+箭头蓝色 */
.category-item.active .cate-title {
	color: #0050bf;
}
.cate-title .icon {
	position: absolute;
	right: 22px;
	top: 50%;
	width: 10px;
	height: 10px;
	border-right: 2px solid #222;
	border-bottom: 2px solid #222;
	transform: translateY(-60%) rotate(45deg);
	transition: transform 0.4s ease-in-out, border-color 0.3s ease;
}
/* hover箭头变蓝 */
.cate-title:hover .icon {
	border-color: #0050bf;
}
/* 选中一级箭头蓝色 */
.category-item.active .cate-title .icon {
	border-right: 2px solid #0050bf;
	border-bottom: 2px solid #0050bf;
}
.cate-title.open .icon {
	transform: translateY(-40%) rotate(-135deg);
}
/* 二级分类hover变色 */
.category-title {
	cursor: pointer;
	position: relative;
	padding: 10px 42px 10px 24px;
	display: flex;
	align-items: center;
	line-height:24px;
	font-size:16px;
	color: #666666;
	border-bottom: 1px solid #ededed;
	font-weight: normal;
	transition: color 0.3s ease;
}
.category-title:hover {
	color: #0050bf;
}
.category-title .icon {
	position: absolute;
	right: 22px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	transform: translateY(-60%) rotate(45deg);
	transition: transform 0.4s ease-in-out, border-color 0.3s ease;
}
.category-title:hover .icon {
	border-color: #0050bf;
}
.category-title.collapsed .icon {
	transform: translateY(-40%) rotate(-135deg);
}
.subcategory-list {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
	display: none;
	background: #fafafa;
}
.third-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	background: #fff;
}
.third-item a {
	display: block;
	padding: 6px 20px 6px 26px;
	font-size:16px;
	color: #888;
	text-decoration: none;
	border-bottom: 1px solid #ededed;
	transition: color 0.3s ease;
}
.third-item a:hover, .third-item a.on {
	color: #0050bf;
}
.category-item.active {
	border-left: 6px solid #0050bf;
}
.pro-right {
	width:77%;
	max-width: 1086px;
	padding:0px 0 0 0;
	float: right;
}
.pro-right.ss {
	width: 100%;
	max-width: 100%;
}
.pro-search .box1 {
	overflow: hidden;
}
.pro-search .box1 .tit {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	float: left;
	line-height:40px;
}
.pro-search .box1 .p-s-int {
	width: 70%;
	float: left;
	margin-left: 10px;
	overflow: hidden;
}
.pro-search .box1 .p-s-int input[type=text] {
	width: 90%;
	float: left;
	height: 40px;
	padding: 0;
	border: none;
	text-indent: 18px;
	border: 1px solid #d2d2d2;
	border-right: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.pro-search .box1 .p-s-int input[type=button] {
	width: 10%;
	height: 10%;
	float: left;
	height: 40px;
	background: #0050bf url(../images/p-ss.png) no-repeat center center;
	border: none;
	outline: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.pro-search .box2 {
	font-size: 16px;
	color: #000000;
	line-height: 25px;
	margin-top: 18px;
	margin-left: 90px;
}
.pro-search .box2 a {
	font-size: 16px;
	color: #777777;
	margin-right: 18px;
}
.pro-search .box2 a:hover {
	color: #0050bf;
}
.productClass3 {
	padding: 0 0 65px 0; background:#fff;
}
.productClass3 .title{
	font-size:20px;
	line-height:20px;
	color: #000000;
	font-weight:bold;
	background:#e2e2e2;
	padding:14px 18px;
	border-radius:10px;
}
.productClass3 .subtitle {
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	margin-top: 40px;
}
.productClass3 .row {
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}
.productClass3 .row .pdg {
	margin-bottom: 20px;
	padding: 0 7.5px;
}
.pro-cls3 {
	border: 1px solid #dcdcdc;
	position: relative;
}
.pro-cls3 .pic {
	overflow: hidden;
	position: relative;
	height: 0;
	padding-bottom: 71.538%;
}
.pro-cls3 .pic img {
	display: block;
	width: 100%;
	transform: scale(1);
 transition: all .5s ease;
}
.pro-cls3:hover .pic img {
	transform: scale(1.12);
 transition: all .5s ease;
}
.pro-cls3 .tit {
	text-align: center;
	line-height: 40px;
	border-top: 1px solid #dcdcdc;
	font-size: 16px;
	color: #333333;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
 transition: all .5s ease;
}
.pro-cls3:hover .tit {
	color: #0050bf;
 transition: all .5s ease;
}
.pro-cls3 .sub {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 83, 149, 0.8);
	top: 0;
	left: 0;
	display: flex;
	padding: 4%;
	align-items: center;
	opacity: 0;
	visibility: hidden;
 transition: all .5s ease;
}
.pro-cls3:hover .sub {
	opacity: 1;
	visibility: visible;
 transition: all .5s ease;
}
.pro-cls3 .sub p {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/* productDe */
.productDe {
	padding: 0 0 40px 0; background:#FFFFFF;
}
.productDe-top {
}
.prode-gallery-top {
	border: 1px solid #dcdcdc;
}
.prode-gallery-top img {
	display: block;
	margin: 0 auto;
}
.productDe-top .imgShow {
	width: 48.0663%;
	float: left;
}
.productDe-top .imgShow.pp {
	width: 31%;
}
.productDe-top .imgShow.pp img {
	padding: 75px 0;
}
.productDe-top .imgMore {
	position: relative;
	margin-top: 11px;
}
.prode-gallery-thumbs {
	width: 86%;
	margin: 0 auto;
}
.prode-gallery-thumbs .swiper-slide {
	border: 1px solid #dcdcdc;
	cursor: pointer;
}
.prode-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	border: 1px solid #0050bf;
}
.prode-next, .prode-prev {
	width: 32px;
	height: 100% !important;
	top: 0 !important;
	margin-top: 0 !important;
}
.prode-next {
	right: 0 !important;
	background: #f5f5f5 url(../images/prode-next.png) no-repeat center center !important;
}
.prode-prev {
	left: 0 !important;
	;
	background: #f5f5f5 url(../images/prode-prev.png) no-repeat center center !important;
}
.productDe-top .isInfo {
	width: 46.961326%;
	float: right;
	border-top: 6px solid #0050bf;
	padding-top: 25px;
}
.productDe-top .isInfo.pp {
	width: 64.5%;
}
.productDe-top .isInfo .tit {
	font-size: 28px;
	line-height: 35px;
	color: #0050bf;
}
.productDe-top .isInfo .sub {
	font-size: 16px;
	color: #555555;
	line-height: 25px;
	margin-top: 22px;
}
.productDe-top .isInfo .sub2 {
	background: #f8f8f8;
	padding: 15px 25px;
	line-height: 30px;
	font-size: 16px;
	color: #0050bf;
	margin-top: 30px;
}
.productDe-two {
	margin: 55px 0;
}
.productDe-two .row .pdg {
	padding: 0 18px;
}
.productDe-two .list {
	margin-top: 20px;
}
.productDe-two .list.on {
	height: 235px;
	overflow-y: auto;
}
.productDe-two .list .lt {
	border-bottom: 1px solid #dedede;
	font-size: 13px;
	color: #555555;
	line-height: 38px;
}
.productDe-two .list .down {
	padding-left: 28px;
	background: url(../images/prode-pdf1.png) no-repeat left center;
	font-size: 16px;
	color: #555555;
	line-height: 40px;
}
.productDe-two .list .down a {
	display: block;
	color: #555;
}
.productDe-two .list .down a:hover {
	color: #0050BF;
}
.prode-tit {
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	background: url(../images/prode-dot1.png) no-repeat left center;
	padding-left: 24px;
}
.productDe-three .cont {
	font-size: 16px;
	color: #555555;
	line-height: 25px;
	margin-top: 25px;
}
.productDe-table {
	margin-top: 60px;
}
.productDe-table .isTop {
	overflow: hidden;
}
.productDe-table .isTop .prode-tit {
	float: left;
	line-height: 35px;
}
.productDe-table .isTop .sear {
	float: right;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	width: 25%;
}
.productDe-table .isTop .sear input[type=text] {
	width: 85%;
	float: left;
	border: none;
	outline: none;
	padding: 0;
	height: 35px;
	text-indent: 18px;
}
.productDe-table .isTop .sear input[type=button] {
	width: 15%;
	height: 35px;
	background: url(../images/prode-ss.png) no-repeat center center;
	border: none;
	outline: none;
}
.productDe-table .isTable {
	margin-top: 26px;
}
.productDe-table .isTable table {
	border: 1px solid rgba(255, 255, 255, 0.4);
	width: 100% !important;
}
.productDe-table .isTable table tr {
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: #d8effb;
}
.productDe-table .isTable table tr td {
	border: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 16px;
	text-align: center;
	height: 40px;
}
.productDe-table .isTable table tr:nth-of-type(2n+1) {
 background: #e6f1fa;
 height: 40px;
}
.productDe-table .isTable table tr:nth-of-type(2n+2) {
 background: #f5f8fb;
 height: 40px;
}
.productDe-table .isTable table tr:nth-child(1) {
 background: #0050bf;
 color: #fff;
 height: 40px;
}
.productDe-table .isTable table tr td .ke-insertfile {
	line-height:0;
	font-size:0;
	overflow:hidden;
	display: inline-block;
	width: 21px;
	height: 27px;
	background: url(../images/prode-pdf2.png) no-repeat center center;
	position: relative;
	top: 3px;
}
.productDe-xgcp {
	margin-top: 45px;
}
.productDe-xgcp .xgcp-list {
	border-top: 1px solid #e2e1e1;
	margin-top: 20px;
	padding-top: 18px;
}
.productDe-xgcp .xgcp-list .lt {
	font-size: 16px;
	color: #0050bf;
	padding-left: 13px;
	background: url(../images/xgcp-jt.png) no-repeat left center;
	font-size: 16px;
	color: #0050bf;
	line-height: 26px;
	margin-bottom: 5px;
}
.productDe-xgcp .xgcp-list .lt a {
	color: #0050bf;
}
.productDe-msg {
	margin-top: 44px;
}
.productDe-msg .row {
	margin-top: 28px;
}
.productDe-msg input[type=text] {
	width: 100%;
	height: 46px;
	padding: 0;
	border: 1px solid #dcdcdc;
	text-indent: 18px;
}
.productDe-msg textarea {
	min-width: 100%;
	max-width: 100%;
	min-height: 145px;
	max-height: 145px;
	margin: 13px 0 0 0;
	border: 1px solid #dcdcdc;
	padding: 12px 18px;
}
.productDe-msg textarea:focus {
	background: none;
}
.productDe-msg input[type=button] {
	width: 330px;
	line-height: 50px;
	background: #0050bf;
	display: block;
	margin: 40px auto 0;
	border: none;
	color: #fff;
	font-size: 18px;
}
.productDe-msg input[type=button]:hover {
	border-radius: 50px;
}
/* application */
.application {
	padding: 0 0 58px 0;
}
.application-ul li {
	overflow: hidden;
	margin-bottom: 40px;
}
.application-ul li .pic {
	width: 32.5966850982%;
	float: left;
	overflow: hidden;
}
.application-ul li .pic img {
	display: block;
	width: 100%;
}
.application-ul li .info {
	width: 63%;
	float: right;
	margin-bottom: 40px;
}
.application-ul li .info .tit {
	font-size: 20px;
	color: #000000;
	line-height: 28px;
	margin-top: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.application-ul li .info .sub {
	font-size: 16px;
	color: #555555;
	line-height: 25px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.application-ul li .info .more {
	width: 128px;
	height: 42px;
	line-height: 40px;
	border: 1px solid #0050bf;
	text-align: center;
	font-size: 16px;
	color: #0050bf;
	margin-top: 42px;
 transition: all .5s ease;
}
.application-ul li:hover .info .more {
	background: #0050bf;
	color: #fff;
 transition: all .5s ease;
}
.applicationDe {
	padding: 0 0 70px 0;
}
.appde-top {
	overflow: hidden;
}
.appde-top .title {
	width: 75%;
	float: left;
	font-size: 28px;
	color: #000000;
	line-height: 34px;
}
.appde-top .return {
	line-height: 34px;
	display: block;
	float: right;
	background: url(../images/appde-fh.png) no-repeat left center;
	padding-left: 34px;
	font-size: 16px;
	color: #0050bf;
}
.appde-cont {
	font-size: 16px;
	color: #555555;
	line-height: 25px;
	margin-top: 36px;
}
.appde-cont table {
	border: 1px solid rgba(255, 255, 255, 0.4);
	width: 100% !important;
}
.appde-cont table tr {
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: #d8effb;
}
.appde-cont table tr td {
	border: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 16px;
	text-align: center;
	height: 40px;
}
.appde-cont table tr:nth-of-type(2n+1) {
 background: #e6f1fa;
 height: 40px;
}
.appde-cont table tr:nth-of-type(2n+2) {
 background: #f5f8fb;
 height: 40px;
}
.appde-cont table tr:nth-child(1) {
 background: #0050bf;
 color: #fff;
 height: 40px;
}
.appde-xgcp {
	margin-top: 85px;
}
.appde-xgcp .title {
	font-size: 24px;
	color: #555555;
	line-height: 28px;
	font-weight: 400;
}
#appCpSwiper {
	margin-top: 35px;
	padding-bottom: 50px;
}
/* abt-tit */
.abt-top-tit {
	text-align: center;
	color: #fff;
	font-size: 42px;
	line-height: 46px;
}
.abt-top-line {
	width: 40px;
	height: 2px;
	background: #fff;
	margin: 30px auto 0;
}
/* 公用 */
.sy-bf-tit {
	font-size:24px;
	letter-spacing:1px;
	font-weight:bold;
	line-height:40px;
	color: #000000;
}
.sy-bf-sub {
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	color: #555555;
	margin-top: 30px;
}
.Nybanner {
	overflow: hidden;
}
.Nybanner img {
	display: block;
	width: 100%;
}
.Nylocation {
	background: #f5f5f5;
}
.Nylocation.pro {
	background: #fff;
	border-top: 1px solid #eeeded;
}
.now-lm {
	max-width:1360px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	overflow:hidden;
	padding-top:30px;
}
.about .now-lm {padding-top:10px;}
.news .now-lm {padding-top:0px; padding-bottom:20px;}
.now-lm a{
	display: block;
	line-height:48px;
	padding:0 20px;
	font-size:16px;
	font-weight:bold;
	color:#000;
	float:left;
	background:#ebeef5;
	margin-right:10px;
	border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
	margin-bottom:0px;
}
.now-lm a:hover, .now-lm a.on, .now-lm a.active {
	background:#0050bf;
	color:#fff;
}
.Nylocation .now-wz {
	float:left;
	font-size:16px;
	line-height:48px;
	color:#0050bf;
	font-weight:800;
}
.Nylocation .now-wz.fl {
	float: left;
}
.Nylocation .now-wz a {
	color: #0050bf;
	font-weight:800;
}
.Nylocation .now-wz a:hover {
	color: #0050bf;
}
/* footer */
footer {
	background: #e6e6e6;
	overflow:hidden;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}
.foot-top {
	padding: 0 0 10px 0;
}
.foot-top h4 {
	color: #333;
	font-size:18px;
	line-height:28px;
}
.foot-info {
	float: left;
}
.foot-info .info {
	margin-top:0px;
	line-height:32px;
	color: #333;
}
.foot-info .info p {
	padding-left:28px;
	float:left;
	padding-right:30px;
}
.foot-info .info a {
	font-family: arial;
	color: #333;
}
.foot-info .info p.dz {
	background: url(../images/f-dz.png) no-repeat left center;
}
.foot-info .info p.dh {
	background: url(../images/f-dh.png) no-repeat left top 10px;
}
.foot-info .info p.cz {
	background: url(../images/f-cz.png) no-repeat left center;
}
.foot-info .info p.yx {
	background: url(../images/f-yx.png) no-repeat left center;
}
.foot-ewm {
	margin-left: 142px;
	float: left;
}
.foot-ewm img {
	display: block;
	width: 128px;
	margin-top:0px;
}
.foot-ewm p {
	font-size: 14px;
	color: #fff;
	margin-top: 12px;
	text-align: center;
}
.foot-lm {
	float: right;
	overflow: hidden;
}
.foot-lm .item {
	float: left;
	margin-left:4%;
	margin-bottom:4%;
	width:46%;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius:100px;
}
.foot-lm .item a {
	display: block;
	line-height:40px;
	font-size: 14px;
	color: #333;
	text-align:center;
}
.foot-lm .item .link {
	margin-top: 26px;
}
.foot-lm .item .link a {
	display: block;
	line-height: 32px;
	font-size: 14px;
	color: #999999;
}
.foot-lm .item .link a:hover {
	color: #333;
}
.foot-copy {
	line-height:28px;
	border-top: 0px solid #ccc;
	padding-top:10px;
	padding-bottom:10px;
	font-size: 14px;
	color: #333;
}
.foot-copy a {
	color: #333;
}
.foot-copy a:hover {
	color: #333;
}
.foot-copy .left{width:70%;float:left;}
.foot-copy .right{width:30%;float:left;}
.foot-copy .right li{width:30%;float:left; margin-left:3%; text-align:center;}

/*  */
.isPC {
	display: block;
}
.isMobile {
	display: none !important;
}
/* 分页 */
.Page {
	width: 100%;
	padding-top: 0;
	text-align: center;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;

	line-height: 1;
}

/* 分页按钮通用样式 */
.Page a,
.Page .current,
.Page .disabled {
	box-sizing: border-box;
	height: 34px;
	min-width: 34px;
	padding: 0 10px;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	border: 1px solid #e5e5e5;
	border-radius: 4px;
	background: #f5f5f5;

	font-size: 13px;
	line-height: 1;
	color: #333;
	text-align: center;
	text-decoration: none;

	white-space: nowrap;
	vertical-align: middle;
}

/* 普通分页按钮 */
.Page a {
	transition: all 0.2s ease;
}

.Page a:hover {
	border-color: #0166b3;
	background: #fff;
	color: #0166b3;
}

/* 当前页 */
.Page .current {
	border-color: #0166b3;
	background: #0166b3;
	color: #fff;
	font-weight: 500;
}

/* 上一页、下一页 */
.Page .prev,
.Page .next {
	width: auto;
	min-width: 78px;
	padding: 0 16px;
}

/* 首页、尾页等文字按钮 */
.Page a.sy {
	width: auto;
	min-width: 58px;
	padding: 0 14px;
	color: #707072 !important;
}

/* 禁用按钮 */
.Page .disabled {
	width: auto;
	min-width: 78px;
	padding: 0 16px;
	border-color: #d8d8d8;
	background: #f8f8f8;
	color: #aaa;
	cursor: not-allowed;

	/* 不需要显示禁用按钮时保留下面这行 */
	display: none;
}

/* 手机端 */
@media screen and (max-width: 600px) {
	.Page {
		gap: 5px;
	}

	.Page a,
	.Page .current,
	.Page .disabled {
		height: 32px;
		min-width: 32px;
		padding: 0 8px;
		font-size: 12px;
	}

	.Page .prev,
	.Page .next {
		min-width: 68px;
		padding: 0 12px;
	}

	.Page a.sy {
		min-width: 50px;
		padding: 0 10px;
	}
}

.bsBox {
	width: auto !important;
	height: auto !important;
}

/*Webkit,Opera9.5+,Ie9+*/
::selection {
 background: #e77512;
 color: #fff;
}

/*Mozilla Firefox*/
::-moz-selection {
 background: #e77512;
 color: #fff;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
 width:10px;
 height:16px;
 background-color:#fff;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
 cursor: pointer;
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
 background-color: rgba(0, 83, 149, 1);
 border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
 background-color: rgba(0, 83, 149, 1);
}

::-webkit-scrollbar-thumb:active {
 background-color: rgba(0, 83, 149, 1);
}
/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height: 10px;
	width: 10px;
	background: #ff6a07;
}*/
.dls-tit {
	text-align: center;
	font-size: 42px;
	line-height: 45px;
	color: #005bac;
}
.human {
	padding: 35px 0 70px;
}
.human .container {
	max-width: 1400px;
}
.zp-search {
	width: 40%;
	margin: 45px auto 0;
	overflow: hidden;
}
.zp-search input[type=text] {
	width: 80%;
	height: 60px;
	border: 1px solid #e5e5e5;
	padding: 0 0 0 60px;
	background: url(../images/ss-ico.jpg) no-repeat left 22px center;
	float: left;
 transition: all .5s ease;
}
.zp-search input[type=text]:focus {
	border: 1px solid #d50b1e;
 transition: all .5s ease;
}
.zp-search input[type=button] {
	width: 20%;
	float: left;
	height: 60px;
	border: none;
	outline: none;
	background: #d50b1e;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
}
.human-box {
	margin-top: 40px;
}
.dls-sub {
	text-align: center;
	font-size: 16px;
	color: #777777;
	margin-top: 25px;
}
.human-box .item {
	background: #f5f5f5;
	padding: 22px 28px 30px;
}
.human-box .item:nth-of-type(2n+2) {
 background: #fff;
}
.human-box h3 {
	overflow: hidden;
}
.human-box h3 .info {
	width: 89%;
	float: left;
	border-right: 1px solid #ebebeb;
}
.human-box h3 .info .tit {
	font-size: 24px;
	line-height: 28px;
	color: #333333;
}
.human-box h3 .info .txt {
	font-size: 16px;
	color: #666666;
	margin-top: 22px;
}
.human-box h3 .info .txt span {
	display: inline-block;
	position: relative;
	margin-right: 45px;
}
.human-box h3 .info .txt span::after {
 content: "";
 position: absolute;
 width: 1px;
 height: 15px;
 background: #d3d2d2;
 right: -26px;
}
.human-box h3 .info .txt span:last-child::after {
 display: none;
}
.human-box h3 .info .open {
	background: url(../images/rc-down.png) no-repeat right center;
	display: inline-block;
	font-size: 16px;
	color: #10218b;
	padding-right: 21px;
	margin-top: 28px;
	cursor: pointer;
}
.human-box h3.on .info .open {
	background: url(../images/rc-up.png) no-repeat right center;
	color: #ce0100;
}
.human-box .tjl {
	display: block;
	width: 113px;
	height: 36px;
	background: #11549c;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
	float: right;
	margin-top: 35px;
}
.human-box .tjl:hover {
	border-radius: 20px;
}
.human-box ul {
	margin-top: 25px;
	padding-top: 26px;
	border-top: 1px solid #dfdfdf;
	display: none;
}
.human-box ul li .cont {
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	margin-bottom: 30px;
}
.human-box ul li .cont a {
	color: #0050bf;
}
.human-box ul li .cont a:hover {
	color: #0050bf;
}
.human-box ul li .cont .tit {
	color: #666666;
	margin-bottom: 5px;
}
.left .hnn_2 {
	text-align: center;
	width:4.0rem;
	opacity: 1 !important;
	height:4.0rem;
	background: #2b64c8;
	display: block;
	line-height:4.0rem;
	border-radius: 100%;
	z-index: 20;
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size:22px;
}
.left .hpp_2 {
	text-align: center;
	width:4.0rem;
	opacity: 1 !important;
	height:4.0rem;
	background: #2b64c8;
	display: block;
	line-height:4.0rem;
	border-radius: 100%;
	z-index: 20;
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size:22px;
}
.list_h1 {
	margin-bottom:0;
	color:#323232;
	position:relative;
}
.list_h1 .icon {
	position:relative;
	border-radius:5px;
}
.list_h1 .icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index:2;
	border-radius:5px;
}
.list_h1 .icon span {
	color: #fff;
	font-size: 16px;
	background:#0E5CBD;
	text-align: center;
	display:block;
	border-radius:5px;
	line-height:40px;
	width:140px;
	margin:0 auto;
	position:absolute;
	z-index:3;
	bottom:30px;
	left:50%;
	transform: translateX(-50%);
}
.list_h1 .icon span i {
	margin-left: 10px;
}
.list_h1 .ntit h3 {
	font-size: 3rem;
	color: #141414;
	font-weight:bold;
	line-height: 2;
	padding: 0;
}
.list_h1 .ntit p {
	font-size: 16px;
	color: #595959;
	line-height: 2;
}
.list_h1 a:hover span {
	color: #ffffff;
	background:#087eea;
}
 @font-face {
 font-family: 'icomoon';
 src:url('/fonts/icomoon.eot?qradjf');
 src:url('/fonts/icomoon.eot?qradjf#iefix') format('embedded-opentype'),  url('/fonts/icomoon.ttf?qradjf') format('truetype'),  url('/fonts/icomoon.woff?qradjf') format('woff'),  url('/fonts/icomoon.svg?qradjf#icomoon') format('svg');
 font-weight: normal;
 font-style: normal;
}
.demo-icon {
	font-family:"icomoon";
	font-style:normal;
	font-weight:normal;
	speak:none;
	display:inline-block;
	text-decoration:inherit;
	text-align:center;
	font-variant:normal;
	text-transform:none;
	font-size:20px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	line-height:20px;
	color:#999;
}
.cndns-right {
	position:fixed;
	right:6px;
	bottom:340px;
	z-index:1000;
}
.cndns-right-meau {
	position:relative;
}
.cndns-right-btn {
	width:50px;
	height:50px;
	border:1px solid #ccc;
	text-align:center;
	display:block;
	margin-bottom:5px;
	position:relative;
	background-color:#fff;
	border-radius:5px;
}
.cndns-right-btn span {
	color:#0050bf;
	font-size:24px;
	line-height:50px;
}
.cndns-right-btn sup {
	display:block;
	min-width:24px;
	height:24px;
	text-align:center;
	line-height:26px;
	color:#fff;
	border-radius:50%;
	background-color:#ff6800;
	position:absolute;
	left:-12px;
	top:-12px;
}
.cndns-right-btn p {
	color:#ff6800;
	font-size:16px;
	line-height:20px;
	padding-top:5px;
	display:none;
}
.cndns-right-meau:hover .cndns-right-btn span {
	display:none;
}
.cndns-right-meau:hover .cndns-right-btn p {
	display:block;
	font-style:normal;
	font-weight: normal;
}
.meau-top .cndns-right-btn span {
	font-size:12px;
	line-height:12px;
	padding-top:5px;
	display:block
}
.meau-top .cndns-right-btn i {
	display:block;
	color:#0050bf;
	font-style:normal;
	font-weight: normal;
	font-size:16px;
	line-height:28px;
}
.meau-top.cndns-right-meau:hover .cndns-right-btn {
	background-color:#ff6800;
}
.meau-top.cndns-right-meau:hover .cndns-right-btn span {
	display:block;
	color:#fff;
}
.meau-top.cndns-right-meau:hover .cndns-right-btn i {
	color:#fff;
}
.meau-bottom .cndns-right-btn span {
	font-size:12px;
	line-height:12px;
	padding-top:10px;
	display:block;
	transform: rotate(180deg);
}
.meau-bottom .cndns-right-btn i {
	display:block;
	color:#0050bf;
	font-style:normal;
	font-weight: normal;
	font-size:16px;
	line-height:28px;
	padding-top:5px;
}
.meau-bottom.cndns-right-meau:hover .cndns-right-btn {
	background-color:#ff6800;
}
.meau-bottom.cndns-right-meau:hover .cndns-right-btn span {
	display:block;
	color:#fff;
}
.meau-bottom.cndns-right-meau:hover .cndns-right-btn i {
	color:#fff;
}
.cndns-right-box {
	position:absolute;
	top:-15px;
	right:48px;
	padding-right:15px;
	display:none;
}
.cndns-right-box .box-border {
	border:1px solid #ccc;
	border-top:4px solid #ff6800;
	background-color:#fff;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	position:relative;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.cndns-right-box .box-border .arrow-right {
	display:block;
	width:13px;
	height:16px;
	background:url(/images/arrow.png) no-repeat;
	position:absolute;
	right:-13px;
	top:26px;
}
.cndns-right-box .box-border .sev-t span {
	font-size:20px;
	float:left;
	display:block;
	line-height:24px;
	margin-right:10px;
	color:#d3d3d3
}
.cndns-right-box .box-border .sev-t p {
	float:left;
	color:#ff6800;
	font-size:18px;
	line-height:24px;
}
.cndns-right-box .box-border .sev-t p i {
	display:block;
	font-size:15px;
	color:#222;
	font-style: normal;
	font-weight: normal;
}
.cndns-right-box .box-border .sev-b {
	padding-top:8px;
	margin-top:5px;
	border-top:1px solid #e4e4e4;
	overflow:hidden;
}
.cndns-right-box .box-border .sev-b h4 {
	color:#666;
	font-size:14px;
	font-weight:normal;
	padding-bottom:0px;
}
.cndns-right-box .box-border .sev-b li {
	float:left;
	width:100%;
	font-size:14px;
	margin-left:0%;
	margin-right:0%;
	border-bottom:1px solid #e4e4e4;
	padding-top:0px;
	padding-bottom:2px;
	font-style: normal;
	font-weight:normal;
	text-align:center;
	margin-bottom:4px;
}
.cndns-right-box .box-border .sev-b li:last-child {
	border-bottom:0px solid #e4e4e4;
}
.meau-sev .cndns-right-box .box-border {
	width:166px;
}
.cndns-right-meau:hover .cndns-right-box {
	display:block;
}
.hide-control {
	position:fixed;
	right:6px;
	bottom:256px;
	transform:translateY(-50%);
	z-index:1001;
}
.hide-control .cndns-right-btn {
	color:#0050bf;
	font-size:16px;
	line-height:50px;
}
.hide-control .cndns-right-btn:hover {
	background:#ff6800;
	color:#FFFFFF;
}
table.cplist {
	margin-top:0px;
	margin-bottom:10px;
	width: 100%;
	empty-cells: show;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
table.cplist td, table.cplist th {
	padding:5px 10px;
	border:1px solid #CCCCCC;
	border-collapse: collapse;
	vertical-align: middle;
}
table.cplist td p {
	margin:0px;
}
table.cplist tr td {
	font-size: 16px;
	padding:2px;
	color: #666;
	text-align: center;
	line-height:26px;
	background:#ffffff;
}
table.cplist tr td a {
	color:#0050bf;
}
table.cplist tr:nth-child(1) td {
 font-size: 16px;
 padding: 5px 0;
 text-align: center;
 background:#EAEAEA;
 font-weight: 600;
 color: #666;
 line-height:22px;
}
table.cplist tr td:nth-child(1),table.cplist tr td:nth-child(4), table.cplist tr td:nth-child(5) {
min-width:100px;
}
table.cplist tr td:nth-child(2), table.cplist tr td:nth-child(3){ width:30%;}
table.cpn {
	margin-top:0px;
	margin-bottom:10px;
	width: 100%;
	empty-cells: show;
	border-collapse: collapse;
	border: 1px solid #ebeef5;
}
table.cpn td, table.cpn th {
	padding:5px 10px;
	border:1px solid #ebeef5;
	border-collapse: collapse;
	vertical-align: middle;
}
table.cpn tr {
	background:#FFFFFF;
}
table.cpn tbody tr:hover {
	background:#f9f9f9;
}
table.cpn tr td {
	font-size:14px;
	padding:5px 0;
	color: #666;
	text-align: center;
	line-height:26px;
	vertical-align: middle;
}
table.cpn tr td a {
	color:#0050bf;
}
table.cpn thead tr td {
	font-size:16px;
	padding:5px 0;
	text-align: center;
	font-weight:600;
	color: #333;
	line-height:22px;
}
.productDe .biao {
	overflow: hidden;
	padding-top:0px;
}
.productDe .biao .bcp{width:300px;float:left;margin-left:40px;box-sizing:border-box;padding-right:10px; margin-top:0px;}
.productDe .biao .bcp .bcpm{
	margin-bottom:15px;
	margin-top:20px;
	box-sizing: border-box;
	box-shadow:0 5px 10px #bbbfc359;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom:2px;
	padding-left: 10px;
}
.productDe .biao .bcp .bcpm ul {
    box-sizing: border-box;
    max-height: 300px;
	padding-right:5px;
	margin-top:5px;
    overflow-y: auto;
    overflow-x: hidden;
}
.productDe .biao .bcp .bcpm ul::-webkit-scrollbar {width: 4px;}
.productDe .biao .bcp .bcpm ul::-webkit-scrollbar-thumb {background-color: #d8d8d8;border-radius:2px;}
.productDe .biao .bcp .bcpm ul::-webkit-scrollbar-track {background-color: #f5f5f5;}
.productDe .biao .bcp .bcpm ul li:nth-child(n+5){display: none;}
.productDe .biao .bcp .bcpm li:nth-child(2n+2) {
box-sizing:border-box;
background-image: url(../images/d.jpg);
background-repeat: no-repeat;
background-position:0px 10px;
font-size:14px;
line-height:20px;
color:#0050bf;
text-align:left;
padding:10px;
padding-left:30px;}
.productDe .biao .bcp .bcpm li:nth-child(2n+1) {
box-sizing:border-box;
background-image: url(../images/w.jpg);
background-repeat: no-repeat;
background-position:0px 0px;
font-size:14px;
font-weight:bold;
line-height:20px;
color:#000;
padding-left:30px;
text-align:left;
}
.productDe .biao .bcp img{width:100%;border-radius:5px;}
.productDe .biao .bcp h2{line-height:32px;font-size:16px; font-weight:bold;}
.productDe .biao .bcp h3{font-size:14px;text-align:center;font-weight:bold;}
.bcpn {
	display:none;
}
.bcpn ul {
	display: flex;
	align-items: stretch;
}
.bcpn li {
	flex:1;
	width:104px;
	padding:4px;
	margin-right:9px;
	border:#ebeef5 solid 1px;
	box-sizing:border-box;
	line-height:22px;
	color:#666666;
}
.bcpn li img {
	width:100%;
}
.bcpn li p:last-child {
	color:#0050bf;
}
.bcpn li li:hover {
	border:#0050bf solid 1px;
}
.bcpn li:last-child {
	margin-right:0px;
}
.bcpn h1 {
	line-height:30px;
	font-size:14px;
	color:#0050bf;
	font-weight:bold;
	padding-left:24px;
	background-image: url(../images/myrelated.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom:5px;
}
.bcpn h2 {
	line-height:30px;
	font-size:16px;
	color:#0050bf;
	font-weight:bold;
	padding-left:24px;
	background-image: url(../images/mybrowse.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top:5px;
	margin-bottom:5px;
}
.productDe .biao .bar h4 {
	line-height:30px;
	font-size: 22px;
	color:#333333;
	font-weight:bold;
	padding-bottom:12px;
}
.productDe .biao .bar h5 {
	line-height:30px;
	font-size:16px;
	color:#333333;
	font-weight:bold;
	padding-bottom:4px;
}
.productDe .biao .bar {
	width:580px;
	float:left;
	margin-left:40px;
}
.productDe .biao .bar .dxj {
	width:130px;
	float:left;
	margin-top:0px;
	margin-bottom:10px;
	background-color: #0050bf;
	background-image: url(../images/download.png);
	background-repeat: no-repeat;
	background-position:10px center;
	border-radius:5px;
	padding-left:36px;
	color:#FFFFFF;
	font-size:16px;
	line-height:40px;
	font-weight: bold;
	margin-right:20px;
}
.productDe .biao .lcon, .productDe .biao .rtxt {
	width: 48%;
	margin: 0 1%;
	float: left;
}
.tab {
	background: #eee;
	line-height: 44px;
	overflow: hidden;
	margin-top:30px;
}
.tab ul {
	display: block;
}
.tab ul::-webkit-scrollbar{display: none;-webkit-overflow-scrulling: touch;}
.tab li{
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	width:25%;
	text-align: center;
	cursor: pointer;
	float:left;
	font-weight: bold;
}
/* a标签铺满整个li，点击空白区域也能触发 */
.tab li a{
	display:block;
	width:100%;
	height:100%;
	padding:8px 0;
	color:#333;
	text-decoration:none;
}
.tab li.act a,.tab li:hover a{
	color: #fff;
}
.tab li:hover, .tab li.act {
	background:#0050bf;
	color:#fff;
	font-weight: bold;
}
.tab-content div.tab-panel{display:none;}
.tab-content div.tab-panel.active{display:block;}
.tabcontent div{padding:20px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
	min-height:300px;}
.tabcontent #txt1 li:nth-child(2n+2) {
box-sizing:border-box;
background-image: url(../images/d.jpg);
background-repeat: no-repeat;
background-position:0px 10px;
font-size:14px;
line-height:25px;
color:#0050bf;
padding-left:30px;
text-align:left;
border:#ebeef5 solid 1px;
padding:10px 2px;
margin:10px 2px;
padding-left:30px;
border-radius:5px;
}
.tabcontent #txt1 li:nth-child(2n+1) {
box-sizing:border-box;
background-image: url(../images/w.jpg);
background-repeat: no-repeat;
background-position:0px 0px;
font-size:14px;
font-weight:bold;
line-height:25px;
color:#000;
padding-left:30px;
text-align:left;
}
.tabcontent #txt2 p {
	box-sizing:border-box;
	background-image: url(../images/plw.png);
	background-repeat: no-repeat;
	background-position:0px 0px;
	font-size:14px;
	line-height:26px;
	color:#000;
	padding-left:30px;
	text-align:left;
	border-bottom:dashed 1px #ebeef5;
	margin-bottom:6px;
}
/* .tabcontent #txt1, .tabcontent #txt2 {
	overflow-y: auto;
	height:800px;
} */
.tabcontent #txt0 {
	display: flex;
	flex-direction: column;
	/* overflow-y: auto;
	height:800px; */
}
.tabcontent #txt0 .item {
	display: flex;
	flex-direction:row;
	justify-content: space-between; /* 标题和内容之间留有空间 */
	align-items: flex-start; /* 保证内容顶部对齐 */
	margin-bottom: 10px;
}
.tabcontent #txt0 .item-last img{width:100% !important; max-width:600px !important;}
.tabcontent #txt0 .item .title {
	box-sizing:border-box;
	background-image: url(../images/ptitle.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	font-size: 16px;
	line-height:2.0;
	font-weight: bold;
	color: #0050bf;
	padding-left:30px;
	text-align:left;
	flex-basis:120px;
	width: auto;
}
.tabcontent #txt0 .item .content {
	flex:1;
	font-size: 16px;
	line-height:2.0;
	font-weight: normal;
	color:#000;
	text-align:justify;
	background-color:#FFFFFF;
	width: auto;
	overflow: visible !important; /* 防止overflow隐藏圆点 */
}
.tabcontent #txt0 .item .content h6, .tabcontent #txt0 .item .content h6 p {
	font-family:"楷体", "Times New Roman";
	color:#FF0000;
	font-weight:normal;
	line-height:2.0;
}
.tabcontent #txt0 .item .content h6 p1:nth-child(n+2) {
text-indent:2em;
}
.tabcontent #txt0 .item .content ul11 {
	list-style-type: disc !important;
	color: #000 !important;
	padding-left:0.2em !important;
}
.tabcontent #txt0 .item .content11 ul li {
	list-style-type: disc !important;
	color: #000 !important;
	margin-left: 1.0em; /* 补充左侧缩进 */
}
.tabcontent #txt0 .item .content h1, .tabcontent #txt0 .item .content h2, .tabcontent #txt0 .item .content h3, .tabcontent #txt0 .item .content h4 {
	font-size: 16px;
	line-height:2.0;
	font-weight: normal;
	color:#000;
	text-align:justify;
}
.tabcontent #txt1 h1, .tabcontent #txt1 h2, .tabcontent #txt1 h3, .tabcontent #txt1 h4 {
	font-size: 16px;
	line-height:2.0;
	font-weight: normal;
	color:#000;
	text-align:justify;
}
.tabcontent #txt0 .item .content h1 sup, .tabcontent #txt0 .item .content h2 sup, .tabcontent #txt0 .item .content h3 sup, .tabcontent #txt0 .item .content h4 sup {
	font-size:16px;
}
.tabcontent #txt0 table, .tabcontent #txt1 table {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	empty-cells: show;
	border-collapse: collapse;
	border: 1px solid #000000;
}
table.clean-table {
  all: unset !important;
  display: table !important;
  width: 100% !important;
  margin: 0 auto !important;
  border-collapse: collapse !important;
  border: none !important;       /* 清除边框 */
  background: none !important;    /* 清除背景 */
  padding: 0 !important;          /* 清除内边距 */
  margin: 0 !important;            /* 清除外边距 */
  border-spacing: 0 !important;    /* 清除表格间距 */
}

/* 🔥 单元格：彻底清除原有样式 */
.clean-table td,
.clean-table th {
  all: unset !important;
  display: table-cell !important;
  padding: 8px 5px !important;  /* 你自己的内边距 */
  text-align: left !important;
  border: none !important;      /* 强制无框 */
  background: none !important;  /* 强制无背景 */
  line-height: 1.4 !important;
}
.tabcontent #txt0 table td, .tabcontent #txt0 table th, .tabcontent #txt1 table td, .tabcontent #txt1 table th{
	padding:8px 5px;
	border: 1px solid #000000;
	border-collapse: collapse;
	vertical-align: middle;
}
.tabcontent #txt0 table tr td, .tabcontent #txt1 table tr td{
	font-size: 16px;
	padding: 3px 0;
	color: #444444;
	text-align: center;
	line-height: 26px;
	background:#ffffff;
	padding-left:4px;
	padding-right:4px;
}
.tabcontent #txt0 table tr:nth-child(1) td, .tabcontent #txt1 table tr:nth-child(1) td {
 font-size: 16px;
 padding:6px 0;
 text-align: center;
 background:#BFBFBF;
 font-weight:800;
 color: #444444;
 line-height: 22px;
}
.tabcontent #txt1 table tr:nth-child(1) td {
min-width:110px;
}
.tabcontent #txt0 table tr td:nth-child(2) a, .tabcontent #txt1 table tr td:nth-child(2) a{
color:#0050bf;
}
.tabcontent #txt0 table tr td:last-child a, .tabcontent #txt1 table tr td:last-child a{
	color:#0050bf;
}
.tabcontent div:first-of-type {
	display: block;
}
.tabcontent #txt2 li {
	margin-bottom:10px;
	width:100%;
	border:1px solid #eee;
	padding:5px 10px 0px 10px;
}
.number-input-container {
	display: flex;
	width:80px;
	align-items: center;
	justify-content: center;
	border:1px solid #eee;
	border-radius:5px;
	margin:0 auto;
}
.number-input-container:hover {
	border:1px solid #0050bf;
}
.decrement-button, .increment-button {
	width:25px;
	height:30px;
	font-size:18px;
	cursor: pointer;
	margin:0px;
	border:0px;
	background-color:#f9f9f9;
}
.decrement-button:hover, .increment-button:hover {
	background-color:#eee;
}
.number-input {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	box-sizing: border-box;
	padding:0px;
	width:30px;
	height:30px;
	border:0px;
	text-align:center;
}
.number-input::-webkit-outer-spin-button, .number-input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
.number-input[type="number"] {
	-moz-appearance: textfield;
}
/* 轮播容器样式 */
.carousel {
	width: 400px;
	margin:0px;
	position:relative;
	float:left;
}
/* 主图区域 */
.main-image {
	width:100%;
	position: relative;
	overflow: hidden;
	border:#ebeef5 solid 1px;
	box-sizing:border-box;
}
.main-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
	transition: opacity 0.3s;
}
/* 缩略图容器 */
        .thumbnails {
	display: flex;
	gap:10px;
	padding:10px 0;
	overflow-x: auto;
}
.thumbnail {
	width:88px;
	height:88px;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.3s;
	border:1px solid #ebeef5;
}
.thumbnail.active {
	opacity:1;
	border:1px solid #0050bf;
}
/* 弹窗样式 */
        .modal {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.1);
	z-index:999;
}
.modal-content {
	position: relative;
	max-width:90%;
	max-height:90vh;
	margin:5vh auto;
	text-align:center;
}
.modal-image {
	height: auto;
	max-height:90vh;
}
.close {
	position:absolute;
	top:20px;
	right:30px;
	color:#333;
	font-size:40px;
	cursor: pointer;
}
/* 导航箭头 */
        .arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	color: #333;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.5);
	padding:0px;
	z-index:1;
	width:40px;
	height:40px;
	border-radius:100%;
	text-align:center;
}
.prev {
	left: 10px;
}
.next {
	right: 10px;
}
.Tab {
	height:58px;
	background:rgba(255, 165, 0, 0.1);
	-webkit-backdrop-filter: blur(0);
	backdrop-filter: blur(0);
}
.Tab .TabS {
	justify-content:space-between;
	height:58px;
}
.Tab .TabS .tabc a, .Tab .TabS {
	display:flex;
	flex-direction:row;
	align-items: center;
}
.Tab .TabS .tabc a {
	font-size:18px;
	font-weight:bold;
	color: #333;
	cursor:pointer;
}
.cpd-cal-tit {
	overflow: hidden;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.cpd-cal-tit ul li {
	float: left;
	height: auto;
	padding:5px 30px;
	margin-right:3px;
	color: #fff;
	line-height:30px;
	text-align: center;
	background-color:#0050bf;
	border-radius:3px 3px 0 0;
	font-weight:bold;
	font-size:16px;
}
.cpd-cal-con {
	border:1px solid #ebe4f6;
	padding:10px 30px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}
.calculator-tit h2 {
	font-size:14px;
	color:#333;
	line-height:26px;
	padding-bottom:10px;
	padding-left:10px;
}
.calculator-brief {
	box-sizing: border-box;
	overflow:hidden;
	padding:10px;
}
.calculator-brief p {
	color: #331515;
	line-height:26px;
}
.calculator-brief p span {
	font-weight: bold;
}
.calculator-brief p sub {
	line-height: 12px;
	font-size:10px;
	-webkit-transform: scale(0.9);
/*-o-transform: scale(0.9);*/}
.calculator-bg {
	width:100%;
	overflow:hidden;
}
.calculator-form {
	overflow: hidden;
	margin-top:10px;
	margin-bottom:20px;
	font-size:14px;
}
.calculator-form table {margin:10px 0px;}
.calculator-form table th:nth-of-type(2n+1) {
 line-height: 24px;
 color: #331515;
 font-size: 16px;
}
.calculator-form table th:nth-of-type(2n+2) {
 line-height: 24px;
 color: #331515;
 font-size: 16px;
text-align:center;
}
.calculator-form table td {
	padding: 5px 0 8px 0;
}
.calculator-form table th span, .calculator-form table td span {
	color: #666;
	line-height: 24px;
	font-weight: normal;
	font-size: 20px;
	text-align:center;
}
.calculator-form table td span {
	color: #fff;
	font-weight:bold;
	line-height: 20px;
	font-size: 20px;
	text-align:center;
	background:#0050BF;
	padding:5px 10px;
	border-radius:100%;
}
.calculator-form sub {
	line-height: 12px;
	font-size:12px;
	-webkit-transform: scale(1);
	-o-transform: scale(1);
}
.calculator-form input{
	box-sizing: border-box;
	display: inline-block;
	height:40px;
	line-height:40px;
	border:solid 1px #e9ebef;
	border-radius: 3px;
}
.calculator-form select {
    -webkit-appearance: menulist;
    appearance: auto;
	box-sizing: border-box;
	display: inline-block;
	height:40px;
	line-height:40px;
	border:solid 1px #e9ebef;
	border-radius: 3px;
}
.calculator-form input[type='text'] {
	width:122px;
	padding:0 5px
}
.calculator-form select {
	width:54px;
	border:1px solid #bdbdbd;
	padding:0 5px;
}
.calculator-btn {
	margin-left:0px;
}
.calculator-btn li {
	float:left;
	margin-right:40px;
	max-width:140px;
}
.calculator-form input[type='button'], .calculator-form input[type='reset'] {
	width:150px;
	height:40px;
	border: 0;
	margin-top:10px;
	font-size:14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #0050bf;
	cursor: pointer;
}
#errorInfo, #errorInfoM {
	height:20px;
	margin-top:0px;
	padding:0 0 10px 20px;
	color:#0050bf;
	line-height:20px;
}
.pc {
	display:block;
}
.mb {
	display:none;
}
.company {
	overflow:hidden;
	background-color:#f4f5f9;
	background-image: url(../images/plc.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding:25px;
	font-size:16px;
	min-height:170px;
	margin-bottom:20px;
	border-radius:10px;
}
.company p {
	margin-bottom:15px;
	text-align: justify;
	text-justify: inter-word;
	color:#333333;
}
.inerserve {
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
}
.inerserve li {
	width:33.3%;
	float:left;
	padding-left:3%;
	padding-right:3%;
}
.inerserve li img {
	float:left;
	margin-right:20px;
	max-width:80px;
	margin-top:0px;
}
.inerserve li .name {
	padding-top:15px;
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	color:#000000;
}
.about_bk5 .swiper-button-next, .about_bk5 .swiper-button-prev {
	background: none;
	width:50px;
	height:50px;
	border-radius: 50px;
	border: 1px solid #ddd;
	text-align: center;
	opacity: 1;
	top: -92px;
	color: #666;
}
.about_bk5 .swiper-button-next i, .about_bk5 .swiper-button-prev i {
	line-height: 50px;
	font-size: 26px;
}
.about_bk5 .swiper-button-next {
	right: 0;
}
.about_bk5 .swiper-button-prev {
	left: auto;
	right: 0;
	margin-right: 60px;
}
.about_bk5 .swiper-button-next:hover, .about_bk5 .swiper-button-prev:hover {
	background: #e3711d;
	color: #fff;
	opacity: 1;
}
.inews-tit {
	border-bottom:1px solid #ebeef5;
}
.inews-tit a {
	display: inline-block;
	margin-right:20px;
	height:50px;
	text-align: center;
	line-height:50px;
	font-size:16px;
	color:#000;
	font-weight:bold;
}
.inews-tit a:hover, .inews-tit a.active {
	color:#065092;
}
.news-list .tlist {
	display: none;
	position: relative;
	clear: both;
	overflow: hidden;
	padding: 0 4%;
	text-align: center;
}
.news-list {
	margin-bottom:40px;
	overflow:hidden;
}
.news-list .tlist {
	display:block;
	height:0;
	padding: 0;
}
.news-list .tlist.active {
	height:auto;
	overflow: visible;
}
.honor-box {
	clear:both;
	overflow:hidden;
	padding:10px;
	width:auto;
	margin:10px;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.red {
	color: #ef2127 !important;
}
.bold {
	font-weight: 600;
}
input.calculator {
	display:inline-block;
	box-sizing: border-box;
	height:40px;
	line-height:40px;
	border:solid 1px #e9ebef;
	border-radius: 3px;
	width:200px;
	padding-left:10px;
	vertical-align:middle;
	line-height:28px;
}
input:read-only {
border: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.v-align-m {
	vertical-align: middle;
}
.button-orange {
	padding:5px 20px;
	font-size:16px;
	border:none;
	color:#fff;
	font-weight:bold;
	border-radius:5px;
	cursor:pointer;
	background-color:#0050bf;
}
.button-orange a {
	color: #ffffff;
}
.card-containerx{
    width: 100%;
	min-height:600px;
    max-width: 1360px;
    margin:30px auto 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px; /* 控制卡片水平+垂直间距，替代原margin-bottom */
    justify-content: flex-start; /* 卡片靠左排列，符合常规视觉 */
}
.cardx{
    flex: 0 0 calc((100% - 30px) / 2); /* 一行2个，扣除30px水平间距 */
    background: #fafafa;
    border-radius: 8px;
    padding: 20px;
    transition: transform 0.3s;
    box-sizing: border-box;
    display: flex;
    align-items: center; /* 内部元素垂直居中 */
    justify-content: space-between; /* 图片自然靠右，文字靠左 */
    margin: 0; /* 取消原margin-bottom，由容器gap控制垂直间距，避免重复 */
}
.card-containerx .cardx:last-child {
    flex: 0 0 100%; /* 宽度100%，独占整行 */
    width: 100%; /* 兼容低版本浏览器，确保宽度生效 */
}
.card-left {
    flex: 1;
    padding-right: 20px;
}
.card-right {
    flex: 0 0 auto;
}
.cardx:hover {
    transform: translateY(-3px);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.card-left h3{font-size:16px;margin-bottom:20px;color:#000000;font-weight:bold;}
.card-left h3:hover{color:#0050bf;}
.card-left .btn {
    display: inline-block;
    padding: 8px 25px;
    background:#0050bf;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 3px;
}
.card-right img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
}

@media (min-width: 992px) {
.brand .col-md-3 {
width: 20%;
}
}
.jobs {
	margin-top:20px;
	margin-bottom:40px;
}
.jobs img {
	width:100%;
}
.title-4 {
	position: relative;
	text-align: center;
	margin-bottom:30px;
}
.title-4 span {
	font-size:3.4rem;
	font-weight: bold;
	color:#333333;
	letter-spacing:2px;
}
.title-4 p {
	color:#707070;
	font-family:"Times New Roman";
	font-size:16px;
}
.sub_cont {
	margin-bottom:50px;
}
.sub_cont .subNav {
	background:#f1f1f1;
	font-size:18px;
	line-height:50px;
	padding:0 2rem;
	margin-top:2px;
	position: relative;
	font-weight:700;
	color:#333333;
}
.sub_cont .subNav span i {
	margin-right: 10px;
	font-size: 20px;
}
.sub_cont .subNav:after {
	content: "\e604";
	float: right;
	font-family: "iconfont" !important;
	color: #040404;
	font-size: 18px;
	position: absolute;
	right: 3rem;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	bottom: 0;
	margin: auto 0;
}
.sub_cont .subNav.open {
	margin-bottom: 0;
	background-color: #3060a1;
	color: #fff;
}
.sub_cont .subNav.open:after {
	content: '\e604';
	color: #fff;
	transform: rotate(180deg);
}
.navContent {
	display: none;
	background:#fff;
	margin: 0;
	padding:1rem 2rem;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f1f1f1;
	border-right-color: #f1f1f1;
	border-bottom-color: #f1f1f1;
	border-left-color: #f1f1f1;
}
.navContent p {
	margin:0;
	color:#333;
	font-size:14px;
	line-height:24px;
}
.navContent strong {
	color:#333;
	display:block;
}
.navContent p.pstyle {
	color:#0050bf;
}
@media (max-width:768px) {
.jobs {
margin-top:10px;
margin-bottom:10px;
}
.title-4 {
margin-bottom:10px;
}
.title-4 span {
font-size:2.8rem;
}
.navContent {
padding:1rem;
}
.sub_cont {
margin-bottom:30px;
}
.company {
padding:15px;
min-height:300px;
}
.inerserve li {
width:33.3%;
float:left;
padding-left:2%;
padding-right:2%;
}
.pc {
display:none;
}
.mb {
display:block;
}
.calculator-btn li {
margin-right:20px;
}
.now-lm {
margin-bottom:10px;
}
.cpd-cal-con {
padding:5px;
}
.calculator-form input[type='text'] {
width:74px;
padding:0 5px
}
.calculator-form select {
width:40px;
border:1px solid #bdbdbd;
padding:0 5px;
}
.tabcontent div {
padding:20px 10px;
}
.productDe .biao .bar {
width:100%;
float:left;
margin-left:0px;
}
.productDe .biao .bcp {
width:100%;
float: left;
margin-left:0px;
display:none;
}
.bcpn {
width:100%;
float:left;
margin-top:10px;
display:block;
}
.carousel {
width: 100%;
}
.tab {
margin-top:10px;
}
.cndns-right {
position:fixed;
right:5px;
bottom:280px;
z-index:1000;
}
.hide-control {
position:fixed;
right:5px;
bottom:68px;
z-index:1001;
}
.hide-control .cndns-right-btn {
font-size:14px;
}
.cndns-right-meau {
position:relative;
}
.cndns-right-btn {
width:50px;
height:50px;
border:1px solid #ccc;
text-align:center;
display:block;
margin-bottom:5px;
position:relative;
background-color:#fff;
border-radius:5px;
}
.cndns-right-btn span {
color:#0050bf;
font-size:26px;
line-height:50px;
}
.cndns-right-btn sup {
display:block;
min-width:24px;
height:24px;
text-align:center;
line-height:30px;
color:#fff;
border-radius:50%;
background-color:#ff6800;
position:absolute;
left:-12px;
top:-12px;
}
.cndns-right-btn p {
color:#ff6800;
font-size:14px;
line-height:20px;
padding-top:5px;
display:none;
}
.cndns-right-meau:hover .cndns-right-btn span {
display:none;
}
.cndns-right-meau:hover .cndns-right-btn p {
display:block;
font-style: normal;
font-weight: normal;
}
.meau-top .cndns-right-btn span {
font-size:10px;
line-height:10px;
padding-top:10px;
display:block
}
.meau-top .cndns-right-btn i {
display:block;
color:#0050bf;
font-style:normal;
font-weight: normal;
font-size:14px;
line-height:20px;
}
.meau-top.cndns-right-meau:hover .cndns-right-btn {
background-color:#ff6800;
}
.meau-top.cndns-right-meau:hover .cndns-right-btn span {
display:block;
color:#fff;
}
.meau-top.cndns-right-meau:hover .cndns-right-btn i {
color:#fff;
}
.meau-bottom .cndns-right-btn span {
font-size:10px;
line-height:10px;
padding-top:10px;
display:block;
transform: rotate(180deg);
}
.meau-bottom .cndns-right-btn i {
display:block;
color:#0050bf;
font-style:normal;
font-weight: normal;
font-size:14px;
line-height:20px;
padding-top:8px;
}
.meau-bottom.cndns-right-meau:hover .cndns-right-btn {
background-color:#ff6800;
}
.meau-bottom.cndns-right-meau:hover .cndns-right-btn span {
display:block;
color:#fff;
}
.meau-bottom.cndns-right-meau:hover .cndns-right-btn i {
color:#fff;
}
.cndns-right-box {
position:absolute;
top:-15px;
right:38px;
padding-right:25px;
display:none;
}
.cndns-right-box .box-border {
border:1px solid #ccc;
border-top:4px solid #ff6800;
padding:10px;
background-color:#fff;
-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
position:relative;
}
.cndns-right-box .box-border .arrow-right {
display:block;
width:13px;
height:16px;
background:url(/images/arrow.png) no-repeat;
position:absolute;
right:-13px;
top:26px;
}
.cndns-right-box .box-border .sev-t span {
font-size:30px;
float:left;
display:block;
line-height:26px;
margin-right:10px;
color:#d3d3d3
}
.cndns-right-box .box-border .sev-t p {
float:left;
color:#ff6800;
font-size:18px;
line-height:26px;
}
.cndns-right-box .box-border .sev-t p i {
display:block;
font-size:15px;
color:#222;
font-style: normal;
font-weight: normal;
}
.cndns-right-box .box-border .sev-b {
padding-top:8px;
margin-top:10px;
border-top:1px solid #e4e4e4;
overflow:hidden;
}
.cndns-right-box .box-border .sev-b h4 {
color:#666;
font-size:14px;
font-weight:normal;
padding-bottom:0px;
}
.cndns-right-box .box-border .sev-b li {
float:left;
width:100%;
font-size:18px;
margin-left:0%;
margin-right:0%;
border-bottom:1px solid #e4e4e4;
padding-top:0px;
padding-bottom:5px;
font-style: normal;
font-weight:normal;
text-align:center;
}
.meau-sev .cndns-right-box .box-border {
width:150px;
}
.cndns-right-meau:hover .cndns-right-box {
display:block;
}
.syPro {
margin-top:20px;
padding-top:20px;
padding-bottom:20px;
border-radius:10px;
}
.syPro ul li {
width:50.0%;
padding:1%;
margin-bottom:10px;
}
.syPro ul li a img {
width:100%;
max-width:120px;
margin-bottom:10px;
}
}
/* 整体布局 左右等高拉伸 */
.tab-wrap {
  max-width: 1360px;
  margin: 30px auto 0px;
  padding: 0 0px;
  display: flex;
  gap: 25px;
  align-items: stretch;
}

/* 左侧导航 贴合网站灰蓝商务色调 */
.tab-nav {
  width: 200px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tab-nav li {
  flex: 1;
  padding: 0 20px;
  background: #f3f5f8;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #404858;
  position: relative;
}
/* 选中主色 匹配官网深蓝色 */
.tab-nav li.active {
  background: #194b8d;
  color: #fff;
  box-shadow: 0 2px 10px rgba(25,75,141,0.18);
}
/* 侧边三角指示 */
.tab-nav li.active::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-left-color: #194b8d;
}

/* 图标黑白切换 */
.tab-nav li .ico {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  flex-shrink: 0;
  filter: brightness(0);
  transition: 0.3s;
}
.tab-nav li.active .ico {
  filter: brightness(1);
}

/* 右侧内容区 同高适配 浅底色协调官网 */
.tab-content {
  flex: 1;
  background: #f8f9fb;
  border-radius: 6px;
  padding:15px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.05);
}
.tab-panel {display: none;}
.tab-panel.active {display: block;}
.desc {
  font-size: 16px;
  font-weight:bold;
  color: #505868;
  line-height: 1.7;
  margin-bottom: 15px;
}
.list-box {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding:5px;
}
.list-col {width: 48%;}
.list-col li {
  font-size: 15px;
  color: #404858;
  line-height: 2;
  padding-left: 16px;
  position: relative;
}
.list-col li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #194b8d;
}
.tag-txt {
  margin-top: 25px;
  font-size: 15px;
  color: #606878;
}
.tag-txt span {
  color: #194b8d;
  margin: 0 6px;
}
/* 移动端响应 */
@media (max-width: 768px) {
  .tab-wrap {
    flex-direction: column;
  }
  .tab-nav {
    width: 100%;
    flex-direction: row;
  }
  .tab-nav li {
    flex: 1;
    height: 55px;
    justify-content: center;
  }
  .tab-nav li.active::after {display: none;}
  .list-box {flex-direction: column;}
  .list-col {width: 100%;}
  .tab-content {padding: 20px;}
}
.down-listx {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px 20px;
    margin-top: 20px;
}

/* 单个资料卡片 */
.pdf-card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

/* 封面图片盒子 */
.card-cover {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.card-cover img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
}
.card-cover img:hover {
    transform: scale(1.03);
}
/* 卡片标题文字 */
.card-title {
    font-size: 18px;
    color: #222;
    text-align: center;
    line-height: 1.4;
}
/* 下载按钮 还原截图橙色边框样式 */
.card-download-btn {
    padding: 6px 15px;
    border: 1px solid #0050bf;
    color: #0050bf !important;
    border-radius: 4px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.2s;
}
.card-download-btn:hover {
    background-color: #0050bf;
    color: #fff !important;
}
/* 响应式适配：平板2列、手机1列 */
@media screen and (max-width: 1200px) {
    .down-listx {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 640px) {
    .down-listx {
        grid-template-columns: repeat(2, 1fr);
    }
}