﻿﻿
body,dl,dd,ul,ol,h1,h2,h3,h4,form,input,button,textarea,p,th,td {
	margin:0;
	padding:0;
}
body {
	/* 优先使用系统默认无衬线字体，增强跨平台兼容性 */
  font:12px/1.5 -apple-system,BlinkMacSystemFont,'\5FAE\8F6F\96C5\9ED1','Microsoft YaHei',/* Windows 系统常用中文字体 */
        '\534E\6587\7EC6\9ED1','SimSun',/* 补充宋体（宋体对生僻字支持较好） */
        'Hiragino Sans GB','WenQuanYi Micro Hei',/* macOS/Linux 系统中文字体 */
        Arial,sans-serif;
	/* 英文字体 fallback */
  color:#333;
	-webkit-text-size-adjust:none;
}
img {
	vertical-align:middle;
	border:none;
}
ul,ol {
	list-style:none outside none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
button,input,select,textarea {
	font-size:100%;
	vertical-align:middle;
	outline:none;
	font-family:'arial';
}
a {
	color:#333;
	text-decoration:none;
	blr:expression(this.onFocus=this.blur());
}
a:focus {
	outline:0 none;
}
h1,h2,h3,h4 {
	font-size:100%;
	font-weight:normal;
}
button,input[type="button"],input[type="reset"],input[type="submit"] {
	cursor:pointer;
	-webkit-appearance:button;
	-moz-appearance:button;
}
.text,.btn,textarea {
	font-family:"\5FAE\8F6F\96C5\9ED1",arial,'Hiragino Sans GB';
}
.clearfix:after {
	content:".";
	clear:both;
	height:0;
	visibility:hidden;
	display:block;
}
.clearfix {
	*zoom:1;
}
.btn {
	border:none;
	cursor:pointer;
}
html,body {
	width:100%;
	height:100%;
	font-family:"思源黑体";
}
li {
	list-style:none;
}
em,i {
	font-style:normal;
}
.lf {
	float:left;
}
.rt {
	float:right;
}
.header {
	max-width:1400px;
	margin:0 auto;
	padding:0 15px;
	overflow:hidden;
}
.hepcon {
	max-width:1400px;
	margin:0 auto;
	padding:0 15px;
	display:flex;
	align-items:center;
	min-height:112px;
	position:relative;
}
/* Logo区域 */
        .hlogo {
	/*height:54px;
	*/
            padding-top:29px;
	padding-bottom:40px;
	display:flex;
	align-items:center;
	margin-right:15px;
	/* 与背景图保持间距 */
            z-index:1;
	/* 确保在背景图上方 */
}
.hlogo img {
	height:100%;
}
/* 背景图 - 仅显示在右侧 */
        .hbg {
	flex:1;
	/* 占据剩余空间（右侧部分） */
            height:112px;
	/* background-image:url('/static/picture/hbg1.png');
	background-size:cover;
	background-position:left center;
	position:relative;
	*/
}
/* 登录及语言栏 - 背景图右上角 */
        .header-2-1 {
	position:absolute;
	top:15px;
	right:15px;
	display:flex;
	align-items:center;
	gap:8px;
	z-index:2;
	/* 确保在背景图上方 */
}
.header-2-1 .header-2-1-ts {
	font-size:13px;
	color:#fff;
	background-color:#b36b00;
	padding:0 12px;
	line-height:28px;
	border-radius:10px;
	text-align:center;
	text-decoration:none;
	transition:background-color 0.3s;
}
.header-2-1 .header-2-1-ts:hover {
	background-color:#b36b00;
}
.header-2-1-1 {
	font-size:14px;
	color:#808080;
	text-decoration:none;
	transition:color 0.3s;
}
.header-2-1-1:hover {
	color:#555;
}
/* 分隔线 */
        .lang-split {
	color:#ccc;
	margin:0 4px;
}
/* 隐藏的标题区域 */
        .htit {
	float:right;
	max-width:250px;
	width:100%;
	display:none;
}
/* 移动端适配 */
     @media screen and (max-width:768px) {
	.hepcon {
	flex-direction:column;
	align-items:flex-start;
	min-height:auto;
	padding:10px;
}
.hlogo {
	height:auto;
	padding:10px 0;
	margin-bottom:10px;
}
.hlogo img {
	height:35px;
	width:auto;
	max-width:280px;
}
.hbg {
	display:none !important;
}
.header-2-1 {
	position:static !important;
	display:flex !important;
	margin-top:1px;
	margin-left:auto;
	flex-wrap:wrap;
	align-items:center;
	justify-content:flex-end;
	gap:4px;
}
.header-2-1 .header-2-1-ts {
	width:100px;
	line-height:24px;
	font-size:12px;
	margin-right:0;
}
.header-2-1-1 {
	font-size:12px;
	padding:2px 4px;
}
.lang-split {
	display:none;
}
}/* pc导航 */
.phenav {
	height:50px;
	background:#1f2677;
}
.phenav_c ul {
	font-size:0;
}
.phenav_c ul li {
	display:inline-block;
	vertical-align:top;
	color:#FFF;
	font-size:16px;
	line-height:50px;
	width:170px;
	text-align:center;
}
.phenav_c ul li.on,.phenav_c ul li:hover {
	background:#b36b00;
}
.phenav_c ul li:first-child {
	}.phenav_c ul li:first-child>a {
	}.phenav_c ul li a {
	color:#fff;
	font-size:16px;
	font-family:Arial;
	font-weight:400;
	color:rgba(255,255,255,1);
	display:block;
	position:relative;
}
/* .phenav_c ul li:hover>a::after {
	content:"";
	height:3px;
	width:100%;
	background:rgba(214,0,15,1);
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
*/

.fixed .phenav {
	position:fixed;
	top:0;
	z-index:999;
}
.phenav_c ul li a span {
	font-size:12px;
	font-family:Arial;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:32px;
	opacity:0.58;
	display:inline-block;
	padding-left:15px;
}
.mhead {
	display:none;
}
/* pc底部 */
.pcfooter {
	display:block;
	height:327px;
	background:url(../image/message_02.jpg) repeat-x top center #7d7d7e;
}
.fnav {
	float:left;
	padding-top:64px;
}
.fnav dl {
	float:left;
	margin-right:48px;
}
.fnav dl a {
	color:rgba(216,216,216,1);
}
.fnav dl a:hover {
	color:#fff;
}
.fnav dl dt {
	font-size:16px;
	font-weight:bold;
	color:#b36b00;
	line-height:24px;
	margin-bottom:10px;
	position:relative;
	padding-bottom:14px;
}
.fnav dl dt::after {
	content:'';
	width:16px;
	height:1px;
	background:#b36b00;
	position:absolute;
	bottom:0;
	left:0;
}
.fnav dl dd {
	font-size:14px;
	font-weight:400;
	color:rgba(239,239,239,1);
	line-height:24px;
}
.fnav dl:first-child {
	margin-left:30px;
}
.finfo {
	padding-top:64px;
	float:left;
	margin-left:32px;
	display:none;
}
.finfo h3 {
	font-size:16px;
	font-weight:bold;
	color:rgba(216,216,216,1);
	line-height:24px;
	margin-bottom:22px;
}
.finfo .tel {
	font-size:34px;
	font-weight:bold;
	color:#b36b00;
	line-height:30px;
	margin-bottom:10px;
}
.finfop p {
	font-size:14px;
	font-weight:400;
	color:rgba(216,216,216,1);
	line-height:24px;
	margin-bottom:4px;
}
.finfop p a {
	color:rgba(239,239,239,1);
}
.finfop p a:hover {
	color:#fff;
}
.fwei {
	padding-top:64px;
	width:124px;
	float:right;
	text-align:center;
}
.fwei p {
	font-size:14px;
	font-weight:400;
	color:rgba(239,239,239,1);
	line-height:24px;
	margin-top:20px;
}
.mfooter {
	display:none;
}
/* banner */
.ibanner {
	position:relative;
}
.ibanner .swiper-slide {
	width:100%;
	max-height:570px;
}
.ibanner img {
	width:100%;
	height:100%;
}
.swiper-pagination-bullet {
	width:40px !important;
	height:4px !important;
	background:rgba(255,255,255,.9) !important;
	border-radius:0 !important;
	margin:0 8px !important;
}
.swiper-pagination-bullet-active {
	background:#fff !important;
}
/* 公司概况 */
.generalize {
	padding-top:70px;
	background:#fff;
}
.generalize_ts {
	padding-top:10px;
	background:#fff;
}
.con_tit {
	padding-bottom:15px;
	border-bottom:1px solid rgba(228,228,228,1);
}
.con_tit_l {
	display:inline-block;
}
.con_tit_l h2 {
	position:relative;
	display:inline-block;
	font-size:24px;
	color:rgba(51,51,51,1);
}
.con_tit_l h2::after {
	content:"";
	width:101px;
	height:3px;
	background:#b36b00;
	position:absolute;
	bottom:-17px;
	left:0;
}
.con_tit_l span {
	font-size:16px;
	display:inline-block;
	color:rgba(51,51,51,1);
	opacity:0.45;
	margin-left:4px;
}
.con_tit_r {
	padding-top:25px;
	float:right;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
}
.con_tit_r a {
	color:rgba(208,208,208,1);
}
.con_tit_r a:hover {
	color:#d6000f;
}
.geer_body {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:28px;
	gap:30px;
	/* 现代间距方案 */
}
/* 图片轮播区域 */
.ge_le {
	width:550px;
	/* 台式机固定宽度 */
  flex-shrink:0;
}
/* 文字内容区域 */
.ge_ri {
	width:720px;
	/* 台式机固定宽度 */
  flex-shrink:0;
}
.ge_le img {
	width:100%;
}
.ge_ri h3 {
	font-size:36px;
	font-family:Arial;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:60px;
}
.ge_ri h4 {
	font-size:30px;
	font-family:Arial;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:30px;
	margin-top:20px;
}
.ge_ri p {
	font-size:16px;
	line-height:28px;
	opacity:0.8;
	margin-top:22px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:8;
	-webkit-box-orient:vertical;
}
.ge_xul {
	margin:30px auto 0;
}
.ge_xul ul li {
	float:left;
	width:85px;
	text-align:center;
	margin-right:22px;
	margin-top:10px;
}
.ge_xul ul li:last-child {
	margin-right:0;
}
.ge_xul ul li img {
	display:inline-block;
	width:60px;
	height:60px;
	border-radius:50px;
	transition:all 1s;
}
.ge_xul ul li:hover img {
	transform:rotate(360deg);
	transition:all 1s;
}
.ge_xul ul li span {
	display:inline-block;
	font-size:14px;
	text-align:center;
	color:#333333;
	line-height:30px;
}
.ge_xul ul li:hover span {
	color:#d6000f;
	font-weight:bold;
}
.ge80 {
	width:100%;
	height:80px;
}
/* 案例 */
.case {
	padding-top:85px;
	background:url(../image/bbgg.jpg) center top no-repeat;
}
.case_ul {
	margin-top:47px;
	display:none;
}
.case_conul .case_ul:first-child {
	display:block;
}
.case_ul ul li {
	position:relative;
	/* 移除 float:left（flex 子元素自动横向排列） */
    /* float:left;
	*/
    width:160px;
	margin-right:50px;
	overflow:visible;
	z-index:1;
	padding-bottom:15px;
	flex-shrink:0;
	/* 防止图片被压缩 */
}
.case_ul ul li img {
	width:100%;
	height:100%;
	transition:all 1s;
}
/* 外层容器：显示阴影，不限制溢出 */
.case_ul ul li .img-shadow-wrapper {
	position:relative;
	display:block;
	border-radius:4px;
	overflow:visible;
	/* 关键：不隐藏溢出内容 */
  transition:box-shadow 0.3s;
	box-shadow:4px 3px 4px 0 rgba(0,0,0,0.3);
	/* 适当减小阴影范围 */
  transform:translateZ(0);
	/* 触发硬件加速，避免阴影渲染异常 */
}
/* 内层容器：隐藏溢出内容 */
.case_ul ul li .img-container {
	overflow:hidden;
	/* 关键：隐藏图片放大时的溢出 */
}
/* 鼠标悬停时增强阴影 */
.case_ul ul li:hover .img-shadow-wrapper {
	box-shadow:0 0 25px rgba(0,0,0,0.6);
}
.case_ul ul li:hover img {
	transform:scale(1.2);
	transition:all 1s;
}
.case_ul ul li:last-child {
	margin-right:0;
}
.case_ul ul li p {
	width:100%;
	position:absolute;
	height:47px;
	background:rgba(0,0,0,.56);
	text-align:center;
	bottom:0;
	/* 使用 bottom 替代负边距，更稳定 */
  margin-top:0;
	font-size:14px;
	color:#fff;
	line-height:47px;
}
.caseh90 {
	height:90px;
}
.case .con_tit_l h2,.case .con_tit_l span {
	color:#ffffff;
}
.case .con_tit_l h2::after {
	background:#1f2677;
}
.case_nav {
	float:right;
}
.case_nav ul li {
	float:left;
	width:140px;
	height:30px;
	background:#fff;
	border-radius:2px;
	text-align:center;
	line-height:30px;
	margin-left:12px;
	color:#b36b00;
	cursor:pointer;
	font-size:14px;
	border-bottom:3px solid #fff;
}
.case_nav ul li.cur {
	background:#fff;
	border-radius:2px;
	color:#b36b00;
	font-weight:bold;
	border-bottom:3px solid #333;
}
.case_nav ul li.cur a {
	display:block;
	color:#b36b00;
}
.case_nav ul li a {
	color:#b36b00;
}
.case_conul {
	max-width:1300px;
}
.case_ul ul {
	/* 清除浮动影响，改为横向滚动布局 */
    display:flex;
	flex-wrap:nowrap;
	/* 禁止换行，避免图片中断 */
    overflow-x:auto;
	/* 超出宽度时横向滚动 */
    justify-content:flex-start;
	/* 左对齐 */
    /* 保留原有清除默认样式的设置 */
    padding:0;
	margin:0;
	list-style:none;
	/* 可选：隐藏滚动条但保留滚动功能 */
    scrollbar-width:none;
	/* Firefox */
	 padding-right:15px;
	/* 预留滚动空间，避免最后一张图阴影被截断 */
  box-sizing:border-box;
}
/* 隐藏 Chrome/Safari 滚动条（新增这段） */
.case_ul ul::-webkit-scrollbar {
	display:none;
}
/* 新闻资讯 */

.news {
	background:#fff;
	padding-top:85px;
}
.new_le {
	float:left;
	width:750px;
}
.new_le .case_nav ul li {
	width:140px;
	height:30px;
	background:rgba(242,242,242,1);
	color:rgba(51,51,51,1);
	border-bottom:3px solid rgba(242,242,242,1);
}
.new_le .case_nav ul li.cur {
	width:140px;
	height:30px;
	background:#b36b00;
	color:#fff;
	border-bottom:3px solid #333;
}
.new_mian {
	margin-top:38px;
}
.new_mian .n_mian_le {
	display:inline-block;
	width:390px;
	height:175px;
	overflow:hidden;
}
.new_mian .n_mian_le img {
	width:100%;
	height:100%;
	transition:all 1s;
}
.new_mian .n_mian_le:hover img {
	transform:scale(1.2);
	transition:all 1s;
}
.new_mian .n_mian_ri {
	display:inline-block;
	width:355px;
	vertical-align:top;
	box-sizing:border-box;
	padding-left:20px;
}
.new_mian .n_mian_ri h2 {
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:30px;
	margin:15px auto;
}
.new_mian .n_mian_ri h2:hover {
	color:#d6000f;
}
.new_mian .n_mian_ri p {
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:28px;
	margin-top:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
}
.new_mian .n_mian_ul {
	margin-top:21px;
	font-size:14px;
	color:rgba(29,29,29,1);
	line-height:30px;
}
.new_mian .n_mian_ul ul li {
	position:relative;
	background:url(../image/newbg.png) no-repeat left center;
	padding-left:20px;
	height:30px;
	line-height:30px;
}
.new_mian .n_mian_ul ul li p {
	display:inline-block;
	width:75%;
}
.new_mian .n_mian_ul ul li a:hover {
	color:#d6000f;
}
.new_mian .n_mian_ul ul li span {
	position:absolute;
	right:0;
	font-size:12px;
	color:rgba(102,102,102,1);
	text-align:right;
}
.new_ri {
	float:left;
	margin-left:50px;
	width:400px;
}
.new_ri_tu {
	display:inline-block;
	width:390px;
	height:355px;
	margin-top:38px;
	overflow:hidden;
	background:#e2e2e2
}
.new_ri_tu img {
	transition:all 1s;
}
.new_ri_tu:hover img {
	transform:scale(1.2);
	transition:all 1s;
}
.new_ri_wen {
	margin-top:21px;
	font-size:14px;
	color:rgba(29,29,29,1);
	line-height:30px;
}
.new_ri_wen ul li {
	line-height:30px;
}
.new_ri_wen ul li:hover a {
	color:#d6000f;
}
.newh80 {
	width:100%;
	height:80px;
}
.new_mian_con {
	display:none;
}
/* 合作 */
	
	.coll {
	background:rgba(242,242,242,1);
	padding:50px 0 30px;
}
.coll_ul {
	margin-top:40px;
	/* overflow:hidden;
	*/
}
.coll_ul .ibanner_sj ul li {
	float:left;
	width:215px;
	height:auto;
	background:#fff;
	margin-right:10px;
	margin-bottom:30px;
	overflow:hidden;
}
.coll_ul .ibanner_sj ul li img {
	max-width:215px;
	max-height:70px;
	display:block;
	margin:0 auto;
	transition:all 1s;
}
.coll_ul .ibanner_sj ul li:hover img {
	transform:scale(1.2);
	transition:all 1s;
}
/**/
	.coll_ul .ibanner_pc ul li span {
	float:left;
	width:215px;
	height:70px;
	background:#fff;
	margin-right:30px;
	margin-bottom:30px;
	overflow:hidden;
}
.coll_ul .ibanner_pc ul li span:nth-child(5n) {
	margin-right:0;
}
.coll_ul .ibanner_pc ul li span img {
	max-width:215px;
	max-height:70px;
	display:block;
	margin:0 auto;
	transition:all 1s;
}
.coll_ul .ibanner_pc ul li span:hover img {
	transform:scale(1.2);
	transition:all 1s;
}
.coll_ul .ibanner_pc ul li a:nth-child(5n) span {
	margin-right:0;
}
/* .coll_ul ul li:nth-child(1) {
	margin-left:0;
}
.coll_ul ul li:nth-child(6) {
	margin-left:0px;
}
.coll_ul ul li:nth-child(11) {
	margin-left:0px;
}
.coll_ul ul li:nth-child(16) {
	margin-left:0px;
}
.coll_ul ul li:nth-child(21) {
	margin-left:0px;
}
.coll_ul ul li:nth-child(66) {
	margin-left:0px;
}
*/

.lg_wrap {
	background:#f9f9f9;
}
.bar {
	max-width:1920px;
	margin:0 auto;
}
.lg_nav {
	margin-top:-35px;
	position:relative;
	z-index:11;
}
.lg_nav_con {
	background:#fff;
	box-shadow:0 0 15px #ebebeb;
	line-height:70px;
	font-size:0;
	position:relative;
}
.lg_nav_con::after,.lg_nav_con::before {
	content:"";
	display:inline-block;
	background:url(../image/lg_nav_icon.png)  no-repeat;
	width:47px;
	height:7px;
	vertical-align:middle;
	position:absolute;
	top:50%;
	margin-top:-3.5px;
}
.lg_nav_con::after {
	left:0;
}
.lg_nav_con::before {
	right:0;
}
.lg_nav_con ul {
	display:block;
	max-width:1266px;
	width:100%;
	text-align:left;
	line-height:36px;
	margin:0 auto;
	padding:17px 0;
}
.lg_nav_con ul li {
	display:inline-block;
	vertical-align:top;
	max-width:220px;
	text-align:center;
	width:100%;
	font-size:16px;
	color:#333;
	line-height:36px;
	margin:0 10px;
}
.lg_nav_con ul li a.on,.lg_nav_con ul li a:hover {
	background:#1f2677;
	color:#fff;
	line-height:36px;
	display:block;
	position:relative;
}
.lg_nav_con ul li a.on::after,.lg_nav_con ul li a:hover::after {
	content:"";
	display:inline-block;
	width:100%;
	height:3px;
	position:absolute;
	background:#b36b00;
	left:0;
	right:0;
	bottom:0;
}
.lg_dh_conl {
	width:100%;
	line-height:78px;
	text-align:right;
}
.lg_dh_conl dl dt {
	display:inline-block;
	vertical-align:top;
	font-size:12px;
	color:#c4c4c4;
}
.lg_dh_conl dl dd {
	display:inline-block;
	vertical-align:top;
	font-size:12px;
	color:#c4c4c4;
	margin-right:20px;
}
.lg_dh_conl dl dd::after {
	content:">";
	display:inline-block;
	padding-left:5px;
	font-family:serif;
}
.lg_dh_conl dl dd:last-child::after {
	display:none;
}
.lg_dh_conl dl dd a {
	color:#c4c4c4;
}
.lg_dh_conl dl dd a:hover {
	color:#d6000f;
}
.lg_dh_conl dl dd a.on {
	text-decoration:underline;
}
.lg_dh_conl dl dd a:hover.on {
	text-decoration:underline !important;
}
.lg_about_con1 {
	padding:30px 50px 30px 350px;
	box-shadow:0 0 5px #ebebeb,0px 0px 5px #ebebeb;
}
.lg_partners_con-m {
	display:none;
}
.lg_partners_con1 .lg_partners_con-b {
	background-size:cover;
	position:relative;
}
.lg_partners_con1 .lg_partners_con-b1 {
	width:95px;
	height:95px;
	position:absolute;
	top:19.5%;
	left:50%;
	margin-left:-40px;
	cursor:pointer;
	border-radius:50%;
}
.lg_partners_con1 .lg_partners_con-b2 {
	width:95px;
	height:95px;
	position:absolute;
	top:62.5%;
	left:31%;
	cursor:pointer;
	border-radius:50%;
}
.lg_partners_con1 .lg_partners_con-b3 {
	width:95px;
	height:95px;
	position:absolute;
	top:62.5%;
	left:62%;
	cursor:pointer;
	border-radius:50%;
}
.lg_partners_con1 .lg-list li {
	display:none;
	color:#fff;
	font-size:12px;
	line-height:24px;
	position:absolute;
}
.lg_partners_con1 .lg-list-one {
	width:70%;
	top:7%;
	left:15%;
}
.lg_partners_con1 .lg-list-two {
	width:30%;
	top:74%;
	left:5%;
}
.lg_partners_con1 .lg-list-str {
	width:30%;
	top:74%;
	left:66%;
}
.lg_contact_top3 .lg_partners_con-b {
	background-size:cover;
	position:relative;
}
.lg_contact_top3 .lg_partners_con-b1 {
	width:83px;
	height:150px;
	position:absolute;
	top:3.5%;
	left:53.5%;
	cursor:pointer;
	border-radius:50%;
}
.lg_contact_top3 .lg_partners_con-b2 {
	width:83px;
	height:160px;
	position:absolute;
	top:75%;
	left:27.3%;
	cursor:pointer;
	border-radius:0 0 50% 50%;
}
.lg_contact_top3 .lg_partners_con-b3 {
	width:83px;
	height:134px;
	position:absolute;
	top:23%;
	left:64.7%;
	cursor:pointer;
	border-radius:50%;
}
.lg_contact_top3 .lg-list li {
	font-size:12px;
	line-height:24px;
	position:absolute;
	display:none;
}
.lg_contact_top3 .lg-list li h4 {
	font-size:20px;
	color:#000;
}
.lg_contact_top3 .lg-list li p {
	font-size:12px;
	line-height:22px;
	color:#000;
	margin-top:10px;
}
.lg_contact_top3  .lg-list-one {
	width:40%;
	top:4%;
	left:20%;
}
.lg_contact_top3  .lg-list-two {
	width:40%;
	top:83%;
	left:48%;
}
.lg_contact_top3  .lg-list-str {
	width:40%;
	top:42%;
	left:71%;
}
.lg_partners {
	padding-bottom:75px;
}
.lg_partners_con {
	background:#fff;
	box-shadow:0 0 5px #ebebeb,-0px -0px 5px #ebebeb;
	padding:55px 45px;
}
.lg_partners_con section:nth-child(1) {
	max-width:495px;
	width:39%;
	display:inline-block;
	vertical-align:top;
}
.lg_partners_con section:nth-child(2) {
	display:inline-block;
	vertical-align:top;
	float:right;
	max-width:725px;
	height:491px;
}
.lg_partners_con1 {
	background:#fff;
	box-shadow:0 0 5px #ebebeb,-0px -0px 5px #ebebeb;
	padding:35px 45px 20px;
}
.lg_partners_con1 section {
	max-width:400px;
	display:inline-block;
	vertical-align:top;
}
.lg_partners_con1 blockquote {
	display:inline-block;
	vertical-align:top;
	float:right;
	max-width:815px;
}
.lg_contact_top1 {
	max-width:1080px;
	background:#fff;
	margin:0px auto 30px;
	box-shadow:0 0 10px #d3d3d3,0 0 10px #d3d3d3;
	width:100%;
	padding:40px 30px;
	border-right:8px solid #d6000f;
	box-sizing:border-box;
}
.lg_contact_top1l {
	max-width:450px;
	width:50%;
	display:inline-block;
	vertical-align:middle;
}
.lg_contact_top1l img {
	display:inline-block;
	vertical-align:middle;
	margin-right:20px;
}
.lg_contact_top1l h3 {
	display:inline-block;
	vertical-align:middle;
	font-size:30px;
	font-weight:bold;
	color:#333;
}
.lg_contact_top1r {
	display:inline-block;
	vertical-align:middle;
}
.lg_contact_top1r dl dd {
	font-size:14px;
	line-height:26px;
	color:#666;
}
.lg_contact_top2 {
	padding:50px 0;
	max-width:1120px;
	width:100%;
	margin:0 auto;
}
.lg_contact_top2 ul {
	font-size:0;
	text-align:center;
}
.lg_contact_top2 ul li {
	display:inline-block;
	vertical-align:top;
	max-width:300px;
	width:27%;
	margin:0 3%;
}
.lg_contact_top2 ul li .bt {
	width:95px;
	height:95px;
	border-radius:100px;
	background:#333;
	color:#fff;
	font-size:16px;
	line-height:24px;
	text-align:center;
	margin:0 auto;
	transition:all 1s;
}
.lg_contact_top2 ul li .txt {
	text-align:left;
	margin-top:30px;
}
.lg_contact_top2 ul li .txt dl dd {
	font-size:14px;
	line-height:26px;
	color:#666;
}
.lg_contact_top2 ul li .txt dl dt {
	font-size:14px;
	font-weight:bold;
	color:#333
}
.lg_contact_top2 ul li .txt dl dt i {
	font-size:14px;
	color:#666;
	font-weight:normal;
	float:right;
}
.lg_contact_top2 ul li:hover .bt {
	background:#eb0011;
	transition:all 1s;
}
.lg_contact_top3 {
	max-width:1120px;
	width:100%;
	margin:0 auto;
}
.lg_contact_top3 img {
	box-shadow:0 0 10px #d3d3d3,0 0 10px #d3d3d3;
}
.lg_honor {
	padding:50px 0;
}
.lg_honor_list {
	padding:60px 35px 30px;
	background:#fff;
	box-shadow:0 0 5px #d3d3d3,0 0 5px #d3d3d3;
}
.lg_honor_list ul {
	font-size:0;
}
.lg_honor_list ul li {
	display:inline-block;
	vertical-align:top;
	width:25%;
	text-align:center;
	margin-bottom:20px;
}
.lg_honor_list ul li .pic {
	max-width:284px;
	height:181px;
	overflow:hidden;
	padding:2px;
	border:1px solid #e9e9e9;
}
.lg_honor_list ul li .pic img {
	transition:all 1s;
}
.lg_honor_list ul li .bt {
	font-size:14px;
	line-height:48px;
	font-weight:bold;
	color:#333;
}
.lg_honor_list ul li:hover .pic img {
	transition:all 1s;
	transform:scale(1.2);
}
.lg_case {
	padding:0 0 50px;
}
.lg_case_con-tit {
	text-align:center;
	font-size:28px;
	margin-bottom:30px;
	font-weight:bold;
}
.lg_case .lg_case_top {
	}.lg_case .lg_case_top ul {
	font-size:0;
	text-align:center;
	margin-bottom:50px;
}
.lg_case .lg_case_top ul li {
	font-size:16px;
	color:#333;
	padding:0 15px;
	line-height:36px;
	background:#efefef;
	display:inline-block;
	vertical-align:top;
	margin:0 12.5px;
	border-bottom:3px solid #efefef;
}
.lg_case .lg_case_top ul li a {
	color:#333;
	display:inline-block;
}
.lg_case .lg_case_top ul li:hover,.lg_case .lg_case_top ul li.on {
	background:#fff;
	box-shadow:0 0 5px #ececec,0 0 5px #ececec;
	border-bottom:3px solid #b36b00;
}
.lg_case .lg_case_top ul li:hover a,.lg_case .lg_case_top ul li.on a {
	color:#d6000f;
}
.lg_case .lg_case_list {
	}.lg_case .lg_case_list ul {
	font-size:0;
}
.lg_case .lg_case_list>ul>li {
	background:#fff;
	display:inline-block;
	vertical-align:top;
	position:relative;
	margin-bottom:50px;
	box-shadow:0 0 5px #eaeaea,0 0 5px #eaeaea;
	margin-left:24px;
}
.lg_case .lg_case_list ul li .pic {
	min-width:139px;
	max-width:169px;
	overflow:hidden;
	text-align:center;
}
.lg_case .lg_case_list ul li .pic img {
	transition:all 1s;
}
.lg_case .lg_case_list ul li .bt {
	font-size:16px;
	color:#333;
	line-height:55px;
	text-align:center;
}
.lg_case .lg_case_list ul li .bs {
	width:65px;
	height:65px;
	border-radius:100px;
	overflow:hidden;
	font-size:16px;
	color:#d6000f;
	background:#efefef;
	text-align:center;
	line-height:65px;
	position:absolute;
	top:72%;
	right:20px;
}
.lg_case .lg_case_list ul li:hover .bs {
	background:#d6000f;
	color:#fff;
}
.lg_case .lg_case_list ul li:hover {
	box-shadow:0 0 10px #d1d1d1,0 0 10px #d1d1d1;
}
.lg_case .lg_case_list ul li:nth-child(3n) {
	margin-right:0;
}
.lg_case .lg_case_list ul li:hover .pic img {
	transition:all 1s;
	transform:scale(1.2);
}
.lg_case .lg_case_list ul li:hover .bt {
	color:#d6000f;
	font-weight:bold;
}
.y_edit2 p,.y_edit2 {
	font-size:16px;
	color:#585858;
	line-height:32px;
	/* 确保行内元素/块级元素都左对齐 */
      text-align:left;
}
/* 若有全局 reset.css 把 p 设成了 text-align:center 等，可在这里覆盖 */
    .y_edit2 p {
	text-align:left !important;
	/* 用 !important 只是演示，实际尽量少用，优先通过层级覆盖 */
	  vertical-align:baseline;
	/* text-indent:2em;
	*/
}
.y_edit2 img {
	display:block;
	max-width:100%;
	height:auto !important;
}
.lg_fh_con {
	font-size:14px;
	color:#333;
	text-align:right;
	padding:20px 0;
}
.lg_fh_con a {
	color:#333;
}
.lg_fh_con a:hover {
	color:#d6000f;
}
.lg_fy {
	margin:0 auto;
}
.lg_fy_con {
	margin:30px auto;
	border-top:1px solid #d5d5d5 !important;
}
.lg_fy_con ul li {
	font-size:14px;
	line-height:30px;
}
.lg_fy_con ul li a {
	color:#666;
}
.lg_fy_con ul li:hover a {
	color:#d6000f;
}
.lg_fy_con2 {
	margin:60px auto;
}
.lg_fy_con2 ul li {
	display:inline-block;
	vertical-align:middle;
	margin:0 20px !important;
	width:auto !important;
}
.lg_address_con {
	max-width:1115px;
	width:100%;
	margin:0 auto;
}
.lg_address_con .pic {
	max-width:1115px;
	width:100%;
	margin:0 auto;
}
.lg_hrs_con>ul>.lg_hrs_con_tit {
	margin:2% auto;
	font-weight:bold;
}
.lg_hrs_con>ul>.lg_hrs_con_tit i {
	font-style:normal;
}
.lg_hrs_con>ul>li {
	margin:0 auto;
	cursor:pointer;
	padding-bottom:28px;
}
.lg_hrs_con ul li.on .lg_hrs_con_tit {
	background:#d6000f;
	color:#fff;
}
.lg_hrs_con ul li.on .lg_hrs_con_tit::before {
	background:#fff;
}
.lg_hrs_con_tit {
	font-size:14px;
	color:#333;
	line-height:42px;
	background:#eee;
	padding:0 75px;
	position:relative;
}
.lg_hrs_con_tit::before {
	content:"";
	display:block;
	width:10px;
	height:10px;
	border-radius:50%;
	background:#b7b7b7;
	position:absolute;
	left:3%;
	top:50%;
	margin-top:-5px;
}
.lg_hrs_con_tit i {
	position:absolute;
	right:25px;
	top:50%;
	margin-top:-21px;
	width:20%;
	text-align:center;
}
.lg_hrs_cons_cons {
	padding:0 10px 0 75px;
	background:#fff;
	box-shadow:0 0 10px #e4e4e4,0 0 10px #e4e4e4;
}
.lg_hrs_cons_cons b {
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#666;
	margin:2% auto 1%;
}
.lg_hrs_cons_cons abbr {
	font-size:14px;
	color:#666;
	line-height:40px;
	padding:3% 0;
	display:block;
}
.lg_hrs_data {
	width:75%;
	text-align:center;
	display:inline-block;
	vertical-align:top;
}
.lg_hrs_btml {
	background:#0a59a4;
	width:110px;
	line-height:32px;
	text-align:center;
	border-radius:20px;
	font-size:14px;
	display:inline-block;
	vertical-align:middle;
}
.lg_hrs_btml a {
	color:#fff;
}
.lg_hrs_btmr {
	width:70px;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	float:right;
}
.lg_mes {
	max-width:760px;
	margin:0 auto;
}
.lg_mes .bt {
	color:#d6000f;
	font-size:30px;
	font-weight:bold;
	padding-left:120px;
}
.lg_mes .bt img {
	margin-right:10px;
}
.lg_mes .txt {
	color:#c9c9c9;
	font-size:14px;
	padding-left:120px;
	margin-top:15px;
}
.lg_mes .txt font {
	color:#d6000f;
	display:inline-block;
	vertical-align:top;
}
.lg_mes .tct {
	padding-bottom:50px;
}
.lg_mes .tct dl {
	line-height:40px;
	margin:35px auto 0;
}
.lg_mes .tct dl dt {
	max-width:100px;
	width:14.2%;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	color:#333;
	text-align:right;
	margin-right:20px;
}
.lg_mes .tct dl dd {
	max-width:710px;
	display:inline-block;
	width:75%;
}
.lg_mes .tct dl dd input {
	width:100%;
	line-height:40px;
	text-indent:1em;
	font-size:14px;
	box-sizing:border-box;
	border:1px solid #d2d2d2;
	border-radius:5px;
}
.lg_mes .tct dl.dl1 dd input {
	width:90%;
	height:40px;
}
.lg_mes .tct dl dd i {
	font-size:16px;
	color:#d10000;
	font-family:Arial,Helvetica,sans-serif;
	font-style:normal;
	margin-left:15px;
	display:inline-block;
	vertical-align:top;
}
.lg_mes .tct dl dd textarea {
	padding:15px;
	font-size:14px;
	width:85%;
	border:1px solid #d2d2d2;
	border-radius:5px;
}
.lg_mes .tct dl.dl2 dd input {
	width:30%;
	height:40px;
}
.lg_mes .tct dl.dl3 dd input.aa {
	background:#d6000f;
	width:175px;
	height:40px;
	color:#fff;
	font-size:16px;
	text-align:center;
	border:none;
	border-radius:2px;
	border-radius:50px;
}
.lg_mes .tct dl:hover dd input {
	box-shadow:0 0 5px #d3d3d3;
}
.xw_dl {
	padding:10px 10px;
	position:relative;
	border:1px solid #e3e3e3;
	overflow:hidden;
	margin-bottom:20px;
	box-shadow:0 0 15px #ececec;
}
.xw_dl dt {
	width:365px;
	position:relative;
	float:left;
}
.xw_dl dt .dt_back {
	background:#f5f5f5;
	width:110px;
	height:140px;
	text-align:center;
	margin-left:20px;
}
.dt_back em {
	display:block;
	padding-top:14px;
	height:32px;
	line-height:32px;
	font-size:30px;
}
.dt_back i {
	height:36px;
	line-height:36px;
	display:block;
	font-size:12px;
	color:#b1b1b1;
	border-bottom:1px solid #ffffff;
}
.dt_back h3 {
	height:30px;
	line-height:30px;
	color:#666666;
}
.xw_dl dd {
	overflow:hidden;
	height:120px;
	float:right;
	width:955px;
	box-sizing:border-box;
	padding-right: 15px;
}
.xw_dl dd .newstit {
	display: block;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    height: auto;
    line-height: 1.5;
    padding-right: 15px;
    white-space: normal;
    text-overflow: clip;
}
.xw_dl dd .newstit:hover {
	color:#d6000f;
}
.xw_dl dd .newstit i {
	background:url(https://yanshi.92wailian.com/k606/skin/images/news.png) left top no-repeat;
	width:25px;
	height:19px;
	display:inline-block;
	margin-left:8px;
}
.newszi {
	height:60px;
	line-height:30px;
	font-size:16px;
	overflow:hidden;
	color:#666;
	margin:10px auto;
}
.xw_dl:hover {
	box-shadow:0 0 15px #ccc;
}
.news_img {
	width:200px;
	height:120px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
}
.news_img img {
	width:240px;
	/*height:120px;*/
	overflow:hidden;
	max-width:100%;
}
.newsdiv {
	float:left;
}
.g_a {
	display:block;
	width:125px;
	height:38px;
	line-height:38px;
	color:#fff;
	font-size:14px;
	text-align:center;
	background:#d6000f;
	margin:20px 0;
	text-transform:uppercase;
}
.g_time {
	display:block;
	background:url(../image/time.png) no-repeat left;
	padding-left:28px;
	color:#666;
	height:20px;
	display:block;
	line-height:20px;
}
.lg_news_list ul li .lg_news_list2 {
	max-width:880px;
	width:70%;
	display:inline-block;
	vertical-align:top;
	margin:0 35px;
}
.lg_news_list ul li .lg_news_list2 .bt {
	font-size:24px;
	color:#262c33;
	line-height:24px;
	margin-bottom:15px;
}
.lg_news_list ul li:hover .lg_news_list2 .bt a {
	color:#085aa9;
}
.lg_news_list ul li .lg_news_list2 .txt {
	font-size:16px;
	line-height:30px;
	color:#666;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.lg_news_list ul li .lg_news_list3 {
	max-width:230px;
	height:130px;
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
}
.lg_news_list ul li .lg_news_list3 img {
	transition:all 1s;
}
.lg_news_list ul li:hover .lg_news_list3 img {
	transform:scale(1.1);
	transition:all 1s;
}
.lg_news_list .bt_a {
	width:200px;
	line-height:42px;
	border:1px solid #ff8a15;
	text-align:center;
	margin:0 auto;
	border-radius:20px;
	font-size:14px;
	color:#ff7f00;
	cursor:pointer;
}
.lg_news_list .bt_a a {
	color:#ff7f00;
	display:block;
}
.lg_about>.lg_max_1360>.tct {
	max-width:1400px;
	margin:0 auto;
}
.lg_news_list2 {
	margin:0px auto;
	max-width:1400px;
}
.lg_news_list2 .tit {
	text-align:center;
	border-bottom:1px solid #e3e3e3;
	padding-bottom:35px;
}
.lg_news_list2 .tit .bt {
	font-size:30px;
	font-weight:bold;
	color:#333;
}
.lg_news_list2 .tit .bt2 {
	margin:0 auto;
}
.lg_news_list2 .tit .bt2 span {
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	line-height:14px;
	color:#666;
	margin:45px 10px 15px;
}
.lg_news_list2 .tit .bt2 span img {
	display:inline-block;
	vertical-align:middle;
	margin-top:-3px;
	margin-right:10px;
}
.lg_news_list2 .tct {
	margin:40px auto;
}
.lg_news_list2 .tct img {
	max-width:100%;
	display:block;
	margin:0 auto;
}
.lg_team {
	padding-bottom:50px;
}
.lg_team .lg_team_con {
	background:#fff;
	box-shadow:0 0 5px #d3d3d3,0 0 5px #d3d3d3;
	padding:50px 0;
}
.lg_team .lg_team_con img {
	max-width:100%;
}
.lg_team .pic {
	margin:0 auto;
	max-width:1400px;
}
.lg_idea_con {
	padding:30px 230px 30px 30px;
	max-height:460px;
	box-shadow:0 0 5px #d3d3d3,0 0 5px #d3d3d3;
}
.paginations {
	width:100%;
	margin:0 auto;
}
.paginations li {
	width:20px;
	height:4px;
	background:#e9e9e9;
}
.paginations li.active {
	width:40px;
	background:#d6000f;
}
.flex-direction-nav {
	display:none;
}
.flex-control-nav {
	text-align:center;
}
.flex-control-nav li {
	display:inline-block;
	margin:0 5px;
}
.flex-control-nav li a {
	width:20px;
	height:4px;
	background:#e9e9e9;
	font-size:0;
	display:block;
	cursor:pointer;
	border-radius:5px;
}
.flex-control-nav li a.flex-active {
	width:40px;
	background:#d6000f;
}
.lg_idea_sp {
	max-width:760px;
	height:480px;
	margin:0 75px 0 0;
	padding:80px 0;
	float:right;
}
.lg_institution_con {
	}.lg_institution_conl {
	padding:85px 0 0 20px;
	display:inline-block;
	vertical-align:top;
	max-width:398px;
	height:212px;
}
.lg_institution_conr {
	display:inline-block;
	vertical-align:top;
	max-width:745px;
	float:right;
	margin-right:150px;
	padding-bottom:120px;
}
.lg_institution_conr dl {
	margin-top:40px;
}
.lg_institution_conr dl:nth-child(1) {
	margin-top:140px;
	margin-left:-10px;
}
.lg_institution_conr dl:nth-child(2) {
	margin-left:-40px;
}
.lg_institution_conr dl:nth-child(3) {
	margin-left:-80px;
}
.lg_institution_conr dl dt {
	display:inline-block;
	vertical-align:middle;
	max-width:155px;
	height:155px;
	overflow:hidden;
	margin-right:30px;
	transition:all 1s;
}
.lg_institution_conr dl dd {
	display:inline-block;
	vertical-align:middle;
	max-width:555px;
	border-bottom:1px solid #ebebeb;
	padding-bottom:34px;
}
.lg_institution_conr dl dd b {
	display:block;
	font-size:24px;
	font-weight:bold;
	color:#333;
}
.lg_institution_conr dl dd abbr {
	display:block;
	font-size:14px;
	line-height:24px;
	color:#666;
	margin:10px auto;
}
.lg_institution_conr dl dd em a {
	color:#d6000f;
	font-size:14px;
}
.lg_institution_conr dl dt:hover {
	transition:all 1s;
	transform:translateX(10px);
}
.lg_institution_conr dl dd b:hover a {
	color:#d6000f;
}
.lg_history {
	height:625px;
}
.lg_history_lsit {
	padding:40px;
}
.lg_history_lsit ul {
	font-size:0;
	margin:50px auto 0;
}
.lg_history_lsit ul li {
	max-width:306px;
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.lg_history_lsit ul li::after {
	content:"";
	display:block;
	background:url(../image/lg_history_icon.png) no-repeat;
	width:20px;
	height:20px;
	position:absolute;
	top:156px;
}
.lg_history_lsit ul li::before {
	content:"";
	display:block;
	max-width:1335px;
	width:100%;
	margin:0 auto;
	height:6px;
	background:#c5c5c5;
	position:absolute;
	top:165px;
}
.lg_history_lsit ul li .pic {
	max-width:306px;
	height:0px;
	overflow:hidden;
	transition:height 1s;
}
.lg_history_lsit ul li .pic::after {
	content:"";
	display:block;
	width:0;
	margin:0 auto;
	height:6px;
	background:#d6000f;
	position:absolute;
	top:165px;
	left:0;
	transition:width 1s;
}
.lg_history_lsit ul li .tct {
	padding:20px;
}
.lg_history_lsit ul li .year {
	font-size:24px;
	font-weight:bold;
	color:#333;
	font-family:"Arial";
	margin-top:55px;
}
.lg_history_lsit ul li .year span {
	font-weight:normal;
	font-size:14px;
}
.lg_history_lsit ul li .bt {
	font-size:24px;
	font-weight:bold;
	color:#333;
	font-family:"Arial";
}
.lg_history_lsit ul li .txt {
	color:#4c4c4c;
	font-size:14px;
	line-height:24px;
	margin-top:50px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.lg_history_lsit ul li:hover,.lg_history_lsit ul li.on {
	transition:all 1s;
	background:rgba(255,255,255,.9);
	margin-right:10px;
}
.lg_history_lsit ul li:hover .pic,.lg_history_lsit ul li.on .pic {
	transition:height 1s;
	height:169px;
}
.lg_history_lsit ul li:hover .year,.lg_history_lsit ul li.on .year {
	margin-top:10px;
	color:#d6000f
}
.lg_history_lsit ul li:hover .year span,.lg_history_lsit ul li.on .year span {
	color:#333;
}
.lg_history_lsit ul li:hover .bt,.lg_history_lsit ul li.on .bt {
	color:#d6000f;
}
.lg_history_lsit ul li:hover .txt,.lg_history_lsit ul li.on .txt {
	margin-top:20px;
	height:120px;
	overflow-y:scroll;
}
.lg_history_lsit ul li:hover::after,.lg_history_lsit ul li.on::after {
	background:url(../image/lg_history_icon2.png) no-repeat;
}
.lg_history_lsit ul li:hover .pic::after,.lg_history_lsit ul li.on .pic::after {
	width:318px;
	transition:width 1s;
	text-align:left;
}
.lg_history_lsit ul li:hover .tct {
	background:#fff;
}
.lg_history_lsit .swiper-wrapper {
	font-size:0;
	margin:50px auto 0;
}
.lg_history_lsit .swiper-wrapper .swiper-slide {
	display:inline-block;
	vertical-align:top;
}
.lg_history_lsit li {
	max-width:306px;
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.lg_history_lsit li::after {
	content:"";
	display:block;
	background:url(../image/lg_history_icon.png) no-repeat;
	width:20px;
	height:20px;
	position:absolute;
	top:156px;
}
.lg_history_lsit li::before {
	content:"";
	display:block;
	max-width:1335px;
	width:100%;
	margin:0 auto;
	height:6px;
	background:#c5c5c5;
	position:absolute;
	top:165px;
}
.lg_history_lsit li .pic {
	max-width:306px;
	height:0px;
	overflow:hidden;
	transition:height 1s;
}
.lg_history_lsit li .pic::after {
	content:"";
	display:block;
	width:0;
	margin:0 auto;
	height:6px;
	background:#d6000f;
	position:absolute;
	top:165px;
	left:0;
	transition:width 1s;
}
.lg_history_lsit li .tct {
	padding:20px;
}
.lg_history_lsit li .year {
	font-size:24px;
	font-weight:bold;
	color:#333;
	font-family:"Arial";
	margin-top:55px;
}
.lg_history_lsit li .year span {
	font-weight:normal;
	font-size:14px;
}
.lg_history_lsit li .bt {
	font-size:24px;
	font-weight:bold;
	color:#333;
	font-family:"Arial";
}
.lg_history_lsit li .txt {
	color:#4c4c4c;
	font-size:14px;
	line-height:24px;
	margin-top:50px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.lg_history_lsit li:hover,.lg_history_lsit li.on {
	transition:all 1s;
	background:rgba(255,255,255,.9);
	margin-right:10px;
}
.lg_history_lsit li:hover .pic,.lg_history_lsit li.on .pic {
	transition:height 1s;
	height:169px;
}
.lg_history_lsit li:hover .year,.lg_history_lsit li.on .year {
	margin-top:10px;
	color:#d6000f
}
.lg_history_lsit li:hover .year span,.lg_history_lsit li.on .year span {
	color:#333;
}
.lg_history_lsit li:hover .bt,.lg_history_lsit li.on .bt {
	color:#d6000f;
}
.lg_history_lsit li:hover .txt,.lg_history_lsit li.on .txt {
	margin-top:20px;
	height:120px;
	overflow-y:scroll;
}
.lg_history_lsit li:hover::after,.lg_history_lsit li.on::after {
	background:url(../image/lg_history_icon2.png) no-repeat;
}
.lg_history_lsit li:hover .pic::after,.lg_history_lsit li.on .pic::after {
	width:320px;
	transition:width 1s;
	text-align:left;
}
.lg_history_lsit li:hover .tct {
	background:#fff;
}
.link_div .swiper-button-prev,.link_div .swiper-button-next {
	width:35px;
	height:35px;
	border-radius:50px;
	position:absolute;
	background:#a6a6a6;
	text-align:center;
	top:223px;
	font-size:20px;
	color:#fff;
	font-family:cursive;
	line-height:35px;
	cursor:pointer;
	font-weight:bold;
}
.link_div .swiper-button-prev:hover,.link_div .swiper-button-next:hover {
	background:#d6000f;
}
.link_div .swiper-button-prev {
	left:-35px;
}
.link_div .swiper-button-next {
	right:-35px;
}
.lg_history_lsitr {
	position:relative;
}
.lg_history_lsitr .swiper-container {
	position:static;
}
.link_div {
	position:static;
	overflow:hidden;
}
.link_div .link_scroll {
	padding:0 15px;
	overflow:hidden;
	margin-top:50px;
	max-width:1260px;
}
.link_div .link_btn {
	font-size:20px;
	color:#fff;
	font-family:cursive;
	line-height:35px;
	cursor:pointer;
	font-weight:bold;
}
.link_div .link_btn .link_left,.link_div .link_btn .link_right {
	width:35px;
	height:35px;
	border-radius:50px;
	position:absolute;
	background:#a6a6a6;
	text-align:center;
	top:200px;
}
.link_div .link_btn .link_left {
	left:0;
}
.link_div .link_btn .link_right {
	right:0;
}
.link_div .link_btn .link_left:hover,.link_div .link_btn .link_right:hover {
	background:#d6000f;
}
.ge_le .flexslider {
	width:100%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	box-sizing:border-box;
	position:relative;
}
.ge_le.slides li .banner_img {
	width:100%;
	height:auto;
}
.ge_le .slides li {
	position:relative;
	width:100%;
	height:auto;
}
.ge_le .slides {
	width:100%;
	height:auto;
}
.ge_le .flex-control-nav {
	display:block;
	position:absolute;
	bottom:5%;
	z-index:222;
	text-align:right;
	width:100%;
	right:20px;
}
.ge_le .flex-control-nav li {
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;
	cursor:pointer;
}
.ge_le .flex-control-nav li a {
	width:10px;
	height:10px;
	background:#fff;
	border-radius:50%;
	font-size:0;
	display:inline-block;
}
.ge_le .flex-control-nav li a.flex-active {
	background:#d6000f;
}
.ge_le .flex-direction-nav {
	display:none;
}
.phenav_c ul li {
	position:relative;
	display:inline-block;
	vertical-align:top;
}
.phenav_c ul li dl {
	position:absolute;
	top:100%;
	left:0%;
	width:100%;
	height:auto;
	background:rgba(35,24,21,.6);
	z-index:666;
	height:0;
	overflow:hidden;
}
.phenav_c ul li dl dd {
	display:block;
	font-size:14px;
	line-height:35px;
	text-align:center;
}
.phenav_c ul li dl dd a {
	color:#fff;
	font-size:14px;
	display:block;
}
.phenav_c ul li dl dd:hover {
	background:#1f2677;
}
.phenav_c ul li dl dd:hover a {
	color:#fff;
}
.phenav_c ul li:hover dl {
	top:38px;
	z-index:9999;
	-webkit-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
	display:block;
	height:auto;
	margin-top:11px;
	overflow:visible;
}
.phenav_c ul li:hover dl::before {
	content:"";
	display:block;
	width:120px;
	background:url(https://yanshi.92wailian.com/k606/skin/images/lg_nav_bg.png)no-repeat top center;
	height:11px;
	position:absolute;
	top:-11px;
	left:0;
	right:0;
}
.flexslider2 {
	max-width:1920px;
	width:100%;
	margin:0 auto;
	position:relative;
	max-height:570px;
}
.flexslider2 .slides li img {
	max-width:100%;
}
.flexslider2 .flex-control-nav {
	position:absolute;
	z-index:9;
	left:0;
	bottom:5%;
	height:4px;
	width:100%;
	text-align:center;
}
.flexslider2 .flex-control-nav li {
	display:inline-block;
	vertical-align:top;
	width:40px;
	height:4px;
}
.flexslider2 .flex-control-nav li a {
	display:inline-block;
	vertical-align:top;
	width:40px;
	height:4px;
	background:#d8d8d8;
	opacity:0.5;
	filter:alpha(opacity=50);
	margin:0 6px;
	cursor:pointer;
	font-size:0;
}
.flexslider2 .flex-control-nav li a.flex-active {
	background:#fff;
	opacity:1;
	filter:alpha(opacity=100);
}
.flexslider2 .flex-direction-nav {
	width:100%;
	margin:0 auto;
	max-width:1920px;
	display:block !important;
}
.flex-prev,.flex-next {
	position:absolute;
	z-index:9;
	top:182px;
	width:86px;
	height:86px;
	cursor:pointer;
	font-size:0;
}
.flex-prev {
	background:url("../image/banleft.png") no-repeat center center;
	left:10px;
}
.flex-next {
	background:url("../image/banright.png") no-repeat center center;
	right:10px
}
/* .ban {
	}.ban-inner,.ban-search {
	position:relative;
	width:100%;
}
.ban ul {
	position:absolute;
	left:0;
	width:auto;
	height:450px;
	overflow:hidden;
}
.ban ul li {
	float:left;
	position:relative;
	width:auto;
	height:450px;
	overflow:hidden;
}
.ban ul li a,.ban-inner img {
	display:block;
	position:absolute;
	left:50%;
	margin-left:-960px;
	width:1920px;
	height:450px;
}
.ban ol {
	position:absolute;
	z-index:9;
	left:0;
	bottom:20px;
	height:4px;
	width:100%;
	text-align:center;
}
.ban ol li {
	display:inline-block;
	vertical-align:top;
	width:40px;
	height:4px;
	background:#d8d8d8;
	opacity:0.5;
	filter:alpha(opacity=50);
	margin:0 6px;
	cursor:pointer;
}
.ban ol li.hover {
	background:#fff;
	opacity:1;
	filter:alpha(opacity=100);
}
.banLeft,.banRight {
	display:none;
	position:absolute;
	z-index:9;
	top:182px;
	width:86px;
	height:86px;
	cursor:pointer;
}
.banLeft {
	left:10px;
	background:url("../image/banleft.png") no-repeat center center;
}
.banRight {
	right:10px;
	background:url("../image/banright.png") no-repeat center center;
}
.ban-mask,.ban-name {
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:450px;
}
.ban-mask {
	background:#000;
	opacity:0.6;
	filter:alpha(opacity=60);
}
.ban-name {
	text-align:center;
	line-height:450px;
	font-size:48px;
	color:#fff;
}
.ban-search,.ban-mask.search-mask {
	height:550px;
}
.ban-search dl {
	position:absolute;
	z-index:1;
	left:50%;
	top:140px;
	margin-left:-400px;
	width:800px;
}
.ban-search dt {
	width:800px;
	height:70px;
	text-align:center;
	line-height:70px;
	font-size:48px;
	color:#fff;
}
.ban-search dd {
	position:relative;
	width:800px;
	height:80px;
	margin-top:15px;
}
*/
.lg_about_con {
	}.lg_about {
	padding-bottom:75px;
}
.lg_idea_con .flexsliders {
	position:relative;
}
.lg_idea_con .flexsliders .flex-control-nav {
	position:absolute;
	bottom:-5%;
	left:0;
	right:0;
	z-index:66;
}
.lg_idea_con .flexsliders .slides li .tct {
	max-height:380px;
	overflow-y:scroll;
}
/* .lg_idea_con .flexsliders .slides li .tct::-webkit-scrollbar-track-piece {
	position:fixed;
	right:0;
	background-color:#f8f8f8;
}
.lg_idea_con .flexsliders .slides li .tct::-webkit-scrollbar {
	width:0px;
	height:0px;
}
.lg_idea_con .flexsliders .slides li .tct::-webkit-scrollbar-thumb {
	background-color:#dddddd;
	background-clip:padding-box;
	min-height:28px;
}
.lg_idea_con .flexsliders .slides li .tct::-webkit-scrollbar-thumb:hover {
	background-color:#bbb;
}
*/
.link_divssp {
	position:relative;
}
.link_scrollssp {
	position:static;
}
.link_scrollssp .link_btn {
	font-size:20px;
	color:#333;
	font-family:cursive;
	font-weight:bold;
	margin:0 auto;
	cursor:pointer;
}
.link_scrollssp .link_btn .link_left {
	position:absolute;
	top:43%;
	left:-15px;
	display:inline-block;
}
.link_scrollssp .link_btn .link_right {
	position:absolute;
	top:43%;
	right:-15px;
	display:inline-block;
}
.pagebar {
	padding:20px;
	overflow:hidden;
	clear:both
}
.pagebar .pagination {
	display:flex;
	justify-content:center;
	margin-top:10px;
}
.pagination a {
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	font-size:12px;
	padding:8px 10px;
	margin:0 2px;
	border-radius:3px;
	line-height:100%
}
.pagination span {
	color:#333;
	font-size:12px;
	padding:7px 2px;
	margin:0 2px;
	border-radius:3px;
}
.pagination a:hover {
	color:#333;
	border:1px solid #333;
}
.pagination a.page-num-current {
	color:#fff;
	background:#333;
	border:1px solid #333;
}
.pagination .st {
	font-family:宋体
}
.text-secondary {
	text-align:center;
	padding:20px 0
}
.ab_img img {
	max-width:100% !important;
	height:auto !important;
	display:inline-block;
}
.ab_img p {
	text-wrap:inherit !important;
	font-size:14px;
	line-height:28px;
	margin-bottom:10px;
}
.ab_img p span {
	text-wrap:inherit !important;
}
/* 修改 以下为香江三图文代码*/

.main6 {
	padding-top:10px;
	margin-bottom:32px;
}
.main6-1 {
	width:1436px;
	margin:0 auto;
}
.main6 h4,.main5 h4 {
	text-align:center;
	font-size:34px;
	color:#303133;
	line-height:44px;
	font-weight:bold;
}
.main6 ul {
	display:flow-root;
	margin-top:38px;
	margin-left:-15px;
}
.main6 ul li {
	width:30%;
	float:left;
	margin:0 15px;
	border:1px solid #d7d7d7;
	border-radius:15px;
	overflow:hidden;
	box-shadow:5px 8px 12px -4px rgba(0,0,0,0.15),/* 右侧阴影（扩散-4px收缩左侧） */
        0 12px 15px rgba(0,0,0,0.1);
	/* 底部阴影 */
}
.main6-1-1 img {
	display:block;
	width:100%;
}
.main6-1-2 {
	background-color:#f9f9f9;
	padding:36px 30px 0;
	height:244px;
}
.main6-1-2 h5 {
	font-size:20px;
	color:#303133;
	line-height:30px;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	font-weight:normal;
	margin-bottom:7px;
	height:62px;
}
.main6-1-2 p {
	font-size:15px;
	color:#4b4b4b;
	line-height:26px;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
	overflow:hidden;
	margin-bottom:26px;
	height:102px;
}
.main6-1-2 span {
	font-size:15px;
	color:#4b4b4b;
	line-height:22px;
	font-family:'Arial';
}
.main6-1-2 span:hover {
	color:#d6000f;
}
.main6-1-2 h5:hover {
	color:#d6000f;
}
/*公司文化*/
.mtjj {
	width:1436px;
	margin:26px auto 87px;
}
.mtjj ul {
	overflow:hidden;
	margin-bottom:25px;
}
.mtjj ul li {
	}.mtjj ul li {
	width:442px;
	float:left;
	margin:0 18px 61px;
}
.mtjj .main6-1-1 img {
	display:block;
	width:100%;
}
.mtjj .main6-1-2 {
	background-color:#f9f9f9;
	padding:36px 30px 0;
	height:294px;
}
.mtjj .main6-1-2 h5 {
	font-size:20px;
	color:#303133;
	line-height:30px;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow:hidden;
	font-weight:normal;
	margin-bottom:7px;
}
.mtjj .main6-1-2 p {
	font-size:15px;
	color:#4b4b4b;
	line-height:26px;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	margin-bottom:26px;
}
.mtjj .main6-1-2 span {
	font-size:15px;
	color:#4b4b4b;
	line-height:22px;
	font-family:'Arial';
}
@media screen and (max-width:1369px) {
	.main6 ul li {
	width:418px;
}
}@media screen and (max-width:1366px) {
	.main6-1 {
	width:96%;
}
.main6 ul {
	margin-top:2%;
}
.main6 ul li {
	width:30%;
	margin:0 1%;
}
}@media screen and (max-width:1024px) {
	.main6 h4 {
	font-size:28px;
}
.main6 {
	padding-top:3%;
}
}@media screen and (max-width:910px) {
	.main6 {
	margin-bottom:3%;
}
.main6-1-2 p,.mtjj .main6-1-2 p {
	font-size:14px;
	margin-bottom:1%;
	line-height:20px;
}
.main6-1-2,.mtjj .main6-1-2 {
	padding:4% 3% 10%;
	height:166px;
}
}@media screen and (max-width:768px) {
	.main6-1 {
	width:96%;
}
.main6 ul {
	margin-top:2%;
}
.main6 ul li {
	width:98%;
	margin:0 1%;
}
}@media screen and (max-width:480px) {
	.main6 ul li,.mtjj ul li {
	width:100%;
	margin:2%;
}
}/* 修改 以下为一行两列图文新闻代码*/


.bt {
	width:100%;
	text-align:center;
}
.bt h2 {
	font-size:24px;
	color:#0975ba;
	padding-bottom:5px;
}
.bt p {
	font-size:16px;
	color:#999999;
}
.bt  h4 {
	text-align:center;
	font-size:34px;
	color:#303133;
	line-height:44px;
	font-weight:bold;
}
.index_xew {
	width:100%;
	background:#FFFFFF;
	padding:50px 0 1px;
}
.index_xew_ts {
	background:#ffffff !important;
}
.xew {
	margin-top:25px;
	width:100%;
}
.tabs {
	overflow:hidden;
	width:50%;
	display:flex;
	/*  justify-content:center;
	*/
  float:left;
}
.tabs li:first-child {
	border-left:0;
}
.tabs li {
	border-radius:6px;
	text-align:center;
	margin:0 1%;
	font-size:24px;
	font-weight:bold;
	background:#b36b00;
	line-height:45px;
	width:40%;
	list-style:none;
}
.tabs li a {
	color:#fff;
	text-decoration:none;
	display:block;
}
.tab_con {
	display:none;
}
/* 鼠标经过时文字变色 */
.tabs li a {
	color:#fff;
	/* 默认文字颜色（白色） */
  text-decoration:none;
	display:block;
	transition:color 0.3s;
	/* 添加过渡效果，使颜色变化更平滑 */
}
/* 鼠标悬停时文字变色（比如变成黄色） */
.tabs li a:hover {
	color:#1f2677;
	/* 悬停时文字颜色（黄色） */
}
.xew_1 {
	width:100%;
	margin-top:40px;
}
.xew_1 ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	padding:0;
	margin:0 auto;
	max-width:1400px;
}
.xew_1 ul li {
	background:#f8f8f8;
	width:48%;
	margin:1%;
	border:1px solid #d7d7d7;
	list-style:none;
	box-sizing:border-box;
}
.xew1 {
	float:left;
	margin:4.9%;
	width:27.19%;
}
.xew1 img {
	width:100%;
	height:auto;
}
.xew2 {
	width:60%;
	float:left;
	margin:4.9% 3% 0 0;
}
.xew2 h1 {
	font-size:20px;
	width:100%;
}
.xew2 h1 a {
	color:#4c4c4c;
	text-decoration:none;
}
.xew2 p {
	font-size:15px;
	width:100%;
	line-height:28px;
}
.xew2 p a {
	color:#4c4c4c;
	text-decoration:none;
}
.xew2 span {
	float:left;
	font-size:14px;
	width:25%;
	text-align:center;
	line-height:30px;
	background:#f5f5f5;
	margin:16px 0 25px;
	border:1px solid #d5d5d5;
}
.xew2 span a {
	color:#595959;
	text-decoration:none;
}
/* Responsive adjustments */
@media (max-width:1024px) {
	.xew_1 ul li {
	width:48%;
}
}@media (max-width:800px) {
	.tabs {
	width:80%;
}
.xew_1 ul li {
	width:48%;
}
}@media (max-width:480px) {
	.tabs {
	width:100%;
}
.tabs li {
	width:44%;
	margin:0 3%;
}
.xew_1 ul li {
	width:100%;
	margin:10px 0;
}
.xew1 {
	width:90%;
	margin:5% auto;
	float:none;
}
.xew2 {
	width:90%;
	margin:0 auto 5%;
	float:none;
}
}/* ===== 150%缩放适配 ===== */
@media 
(-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),(max-width:1600px) {
	.geer_body {
	gap:20px;
}
.ge_le {
	width:42%;
	/* 比例缩放 */
    max-width:450px;
	/* 限制最大宽度 */
	margin-top:30px;
}
.ge_ri {
	width:52%;
	/* 比例缩放 */
    max-width:520px;
	/* 严格限制宽度 */
    font-size:0.95em;
	/* 文字微调 */
}
.newsdiv {
	margin-left:10px !important;
}

.lg_nav_con ul li {
    max-width: 190px !important;
}

.main6 ul li {
    width: 30% !important;
	}
}

/* ===== 小屏堆叠布局 ===== */
@media (max-width:1200px) {
	.ge_le,.ge_ri {
	width:100% !important;
	max-width:100% !important;
}
.ge_ri {
	margin-top:25px;
}
}/* 添加子菜单样式 */
.phenav_c ul li dl dd.has-submenu {
	position:relative;
}
.phenav_c ul li dl dd .submenu {
	display:none;
	position:absolute;
	left:100%;
	top:0;
	width:170px;
	background:rgba(35,24,21,.8);
	z-index:9999;
}
.phenav_c ul li dl dd:hover .submenu {
	display:block;
}
.phenav_c ul li dl dd .submenu li {
	display:block;
	width:100%;
	margin:0;
	padding:0;
}
.phenav_c ul li dl dd .submenu li a {
	display:block;
	padding:0 15px;
	line-height:35px;
	font-size:14px;
	color:#fff;
}
.phenav_c ul li dl dd .submenu li:hover {
	background:#1f2677;
}
/* 移动端子菜单样式 */
.mobile-inner-nav .has-submenu > a::after {
	content:"+";
	float:right;
}
.mobile-inner-nav .has-submenu.active > a::after {
	content:"-";
}
.mobile-inner-nav .submenu {
	display:none;
	padding-left:20px;
}
.mobile-inner-nav .submenu li a {
	font-size:14px;
	color:#fff;
}
.mobile-inner-nav .has-submenu.active .submenu {
	display:block;
}
@media (max-width:480px) {
	.mobile-inner-nav .submenu {
	padding-left:15px;
}
.mobile-inner-nav .submenu li a {
	font-size:13px;
}
}@media screen and (max-width:1400px) {
	.xw_tit {
	width:98.7%;
}
.xxnews-container {
	margin-left:10px !important;
}
}.xw_tit {
	max-width:1380px;
	margin:0 auto;
	padding-top:22px;
	padding-bottom:15px;
	border-bottom:1px solid rgba(228,228,228,1);
	position:relative;
}
/* 关键调整：将::after 移到 .xw_tit 外部，避免影响 tabs */
.xw_tit::after {
	content:"";
	width:101px;
	height:3px;
	background:#b36b00;
	position:absolute;
	bottom:-1px;
	/* 调整到底部边框下方 */
    left:0;
	z-index:1;
}
/* .xw_tit_l 和 .xw_tit_r 保持不变 */
.xw_tit_l {
	display:inline-block;
}
.xw_tit_r {
	padding-top:25px;
	float:right;
	font-size:12px;
	font-family:Arial;
	/* 修正了"font家族"为"font-family" */
    font-weight:bold;
}
/* 确保 tabs 在 .xw_tit 上方 */
.tabs {
	position:relative;
	/* 添加定位上下文 */
    z-index:10;
	/* 确保高于 .xw_tit::after */
    clear:both;
	/* 清除浮动影响 */
}
/* 新闻版块样式调整 */
 /* 新闻版块样式调整 */
.xxnews-container {
	display:flex;
	flex-wrap:wrap;
	gap:60px;
	/* 两列之间20px间距 */
    margin-bottom:90px;
	max-width:1360px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	padding:20px;
	/* 增加内边距使背景向外扩展 */
    background-color:#fff;
	/* 圆角和阴影效果 */
    border-radius:12px;
	box-shadow:0 4px 15px rgba(0,0,0,0.15);
	overflow:hidden;
	/* 确保阴影效果整洁 */
}
.xxnews-column {
	flex:1;
	min-width:300px;
}
/* 栏目标题区域 - 与新闻标题分开设置 */
.xxnews-header {
	border-bottom:1px solid #000;
	padding-bottom:10px;
	margin-bottom:15px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.xxnews-title {
	font-size:22px;
	color:#000;
	font-weight:normal;
}
/* MORE链接位置调整 */
.more-link {
	color:#666;
	text-decoration:none;
	font-size:14px;
	margin-top:-5px;
	position:relative;
}
.more-link:hover {
	text-decoration:underline;
	color:#c00;
}
/* 新闻项布局调整 */
.xxnews-item {
	padding:12px 0;
	border-bottom:1px dashed #ccc;
	display:flex;
}
.xxnews-icon {
	margin-right:10px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-shrink:0;
}
.xxnews-icon::before {
	content:"";
	display:block;
	width:0;
	height:0;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-left:8px solid #b36b00;
	/* 将颜色修改为红色 */
}
/* 新闻内容布局 */
.xxnews-content {
	flex:1;
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
}
.xxnews-content .news-title {
	font-size:16px;
	color:#333;
	margin-bottom:0;
	text-decoration:none;
	transition:color 0.3s;
	margin-right:10px;
}
.xxnews-content .news-title:hover {
	color:#d6000f;
}
.xxnews-date {
	font-size:12px;
	color:#999;
	white-space:nowrap;
}
/* 响应式调整 */
@media (max-width:768px) {
	.xxnews-container {
	flex-direction:column;
	gap:20px;
	padding:15px;
	/* 移动端减少内边距 */
		margin-top:1px;
	margin-left:0px !important;
}
.xxnews-column {
	width:100%;
	min-width:auto;
}
.xxnews-title {
	font-size:18px;
	font-weight:bold;
}
.xxnews-date {
	font-size:11px;
}
.more-link {
	margin-top:0;
}
}/* ===== 小屏堆叠布局 ===== */
@media (max-width:1200px) {
	.xxnews-container {
	flex-direction:column;
	/* 改为垂直布局 */
}
.xxnews-column {
	width:100% !important;
	/* 强制占满宽度 */
}
}/* ===== 小屏堆叠布局 ===== */
@media 
(-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),(max-width:1600px) {
	.tabs {
	justify-content:left;
}
}/* 1920px物理分辨率 + 150%缩放 */
  @media only screen and (width:1280px) {
	.xxnews-container {
	width:93%;
}
.main6 ul {
	margin-left:-22px;
}
}/* 手机端适配 (假设断点为768px) */
@media (max-width:768px) {
	.lg_case .lg_case_list ul {
	/* 使用flex布局实现并排显示 */
        display:flex;
	flex-wrap:wrap;
	justify-content:center;
	/* 水平居中 */
        gap:10px;
	/* 两个图片之间的间距 */
        padding:0;
	margin:0 -5px;
	/* 抵消父容器的内边距影响 */
}
.lg_case .lg_case_list ul li,.lg_case .lg_case_list ul li:nth-child(3n) {
	width:160px;
	/* 固定图片宽度 */
        max-width:none;
	/* 取消最大宽度限制 */
        display:inline-block;
	/* 行内块显示 */
        margin:10px 5px;
	/* 调整外边距 */
        box-sizing:border-box;
	/* 确保宽度包含内边距和边框 */
}
/* 如果有图片标签，确保图片适应容器 */
    .lg_case .lg_case_list ul li img {
	width:100%;
	height:auto;
	/* 保持图片比例 */
        display:block;
}
}/* 仅对添加了 hide-news-images 类的容器生效 */
/* 采用弹性盒布局重构列表项，解决缩放错位 */
.hide-news-images .xw_dl {
	display:flex;
	align-items:flex-start;
	/* 顶部对齐 */
    width:100%;
	box-sizing:border-box;
	padding:15px 0;
}
/* 左侧日期区域 */
.hide-news-images .xw_dl dt {
	flex:0 0 auto;
	/* 不伸缩，保持内容宽度 */
    margin-right:2%;
	/* 使用百分比间距，自适应缩放 */
    min-width:100px;
	/* 最小宽度，防止内容挤压 */
    width:auto !important;
	float:none !important;
	/* 清除浮动 */
}
/* 右侧内容区域 */
.hide-news-images .xw_dl dd {
	flex:1;
	/* 自动填充剩余空间 */
    width:auto !important;
	float:none !important;
	/* 清除浮动 */
    margin:0 !important;
	/* 清除可能的margin */
}
/* 确保内容区文本正确换行 */
.hide-news-images .newsdiv {
	width:100%;
	box-sizing:border-box;
}
.hide-news-images .newstit {
	white-space:normal;
	/* 允许标题换行 */
    word-wrap:break-word;
	/* 长单词换行 */
}
.hide-news-images .newszi {
	word-wrap:break-word;
	/* 长文本换行 */
    line-height:1.6;
	/* 适当行高，提升可读性 */
}
/* 针对不同缩放比例的微调 */
@media (max-width:1200px) {
	.hide-news-images .xw_dl dt {
	margin-right:3%;
}
}@media (max-width:768px) {
	.hide-news-images .xw_dl {
	flex-direction:column;
	/* 移动端垂直排列 */
}
.hide-news-images .xw_dl dt {
	margin-right:0;
	margin-bottom:15px;
}
}/* 新增：修复手机端显示问题 */


/* 手机端样式（保持你已调好的代码，放在最前面） */
@media screen and (max-width:768px) {
	.xw_dl {
	padding:15px;
}
.xw_dl dt {
	width:100%;
	float:none;
	margin-bottom:15px;
}
.xw_dl dd {
	margin-left:0;
	height:auto;
}
.newsdiv {
	padding:0 8px;
}
.newszi {
	height:auto;
	line-height:26px;
	margin:8px 0;
}
}/* PC端样式（仅在大屏幕生效，用媒体查询包裹） */
@media screen and (min-width:769px) {
	/* 无图列表基础修复 */
  .xw_dl dt:not(:has(.news_img)) {
	width:200px !important;
	padding-right:0;
}
.xw_dl dt:not(:has(.news_img)) + dd {
	width:calc(100% - 200px) !important;
	max-width:none !important;
	height:auto !important;
}
.xw_dl dt:not(:has(.news_img)) + dd .newszi {
	overflow:visible !important;
	height:auto !important;
	-webkit-line-clamp:unset !important;
	white-space:normal !important;
}
/* 补充：修复左侧空白问题 */
  .xw_dl dt:not(:has(.news_img)) {
	width:160px !important;
	/* 进一步缩减宽度 */
    margin-right:0 !important;
	padding-left:0 !important;
}
.xw_dl dt:not(:has(.news_img)) .dt_back {
	margin-left:0 !important;
	/* 清除左侧边距 */
    width:100% !important;
}
.xw_dl dt:not(:has(.news_img)) + dd {
	padding-left:15px !important;
	/* 减小右侧与左侧的间距 */
}
/* 新增：确保文字容器及父级宽度充足 */
  .xw_dl dt:not(:has(.news_img)) + dd .newsdiv {
	width:100% !important;
	/* 让内容容器填满dd宽度 */
    padding:0 !important;
	/* 清除内边距限制 */
}
.xw_dl dt:not(:has(.news_img)) + dd .newszi.mult2 {
	width:100% !important;
	/* 文字区域占满父容器 */
    max-width:none !important;
	/* 取消宽度上限 */
    box-sizing:border-box !important;
	/* 内边距不影响总宽度 */
    padding:0 5px !important;
	/* 保留少量内边距避免贴边 */
}



}/* 1400px 及以上（最大屏幕） */
@media (min-width:1400px) {
	/* 样式规则 */
}
/* 小于1400px 且 大于等于1024px（大屏桌面） */
@media (max-width:1399px) and (min-width:1024px) {
	.ibanner_pc {
	display:block !important;
}
.ibanner_sj {
	display:none !important;
}
.xw_dl {
	display:flex;
	align-items:center;
	/* 关键：让子元素（dt和dd）垂直居中对齐 */
    padding:10px 20px;
}
.xw_dl dt {
	flex-shrink:0;
	max-width:300px;
	width:280px;
	display:flex;
	/* 让dt内部元素也垂直居中 */
    align-items:center;
	/* 图片在dt内部垂直居中 */
}
.xw_dl .news_img {
	width:300px;
	/* 确保图片容器自身高度适应内容，便于居中 */
    display:flex;
	align-items:center;
	justify-content:center;
}
.xw_dl .news_img img {
	display:block;
	/* 消除图片底部间隙 */
    max-height:100%;
	/* 限制图片最大高度，避免过高 */
}
/* 其他样式保持不变 */
.xw_dl dd {
	flex-grow:1;
	height:auto;
	width:calc(100% - 280px);
	padding-left:10px;
	margin-left:0;
}
.newstit {
	white-space:normal;
	word-wrap:break-word;
	line-height:1.5;
	max-width:100%;
	padding-right:5px;
}
.newszi {
	width:100%;
	padding-right:10px;
}
.main6 ul li {
	width:98%;
	margin:15px 0 25px 15px;
}
.tabs li {
	width:50%;
	font-size: 18px;
}
}/* 小于1024px 且 大于等于912px */
@media (max-width:1023px) and (min-width:912px) {
	.ibanner_pc {
	display:block !important;
}
.ibanner_sj {
	display:none !important;
}
.xw_dl {
	display:flex;
	align-items:center;
}
.xw_dl dt {
	flex-shrink:0;
	/* 防止图片区域被压缩 */
}
.xw_dl dd {
	flex-grow:1;
	/* 让文字区域自适应剩余宽度 */
    height:auto;
	/* 取消固定高度限制 */
}
.news_img {
	max-width:280px !important;
}
.xw_dl dt {
	max-width:290px !important;
	float:none;
	width:100%;
}
.link_scrolls1,.link_scrolls2,.link_scrolls3 {
	max-width:630px;
	width:100%;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
}
.link_scrolls1 .linkul li,.link_scrolls2 .linkul li,.link_scrolls3 .linkul li {
	width:180px !important;
	height:auto !important;
	overflow:hidden;
}
.link_scrolls1 .linkul li img,.link_scrolls2 .linkul li img,.link_scrolls3 .linkul li img {
	margin-left:8px;
	margin-right:8px;
}
.main6 ul li {
	width:98% !important;
	margin:15px 0 25px 15px;
}
.tabs li {
	width:50%;
	font-size: 18px;
}
.case_ul ul li img {
	width:50%;
	height:50%;
	transition:all 1s;
}
}/* 小于912px 且 大于等于820px */
@media (max-width:911px) and (min-width:820px) {
	.ibanner_pc {
	display:block !important;
}
.ibanner_sj {
	display:none !important;
}
.xw_dl {
	display:flex;
	align-items:center;
}
.xw_dl dt {
	flex-shrink:0;
	/* 防止图片区域被压缩 */
}
.xw_dl dd {
	flex-grow:1;
	/* 让文字区域自适应剩余宽度 */
    height:auto;
	/* 取消固定高度限制 */
}
.news_img {
	max-width:240px !important;
}
.xw_dl dt {
	max-width:250px !important;
	float:none;
	width:100%;
}
.main6 ul li {
	width:98% !important;
	margin:15px 0 25px 15px;
}
.tabs li {
	width:48%;
	font-size: 16px;
}
.case_ul ul li img {
	width:50%;
	height:50%;
	transition:all 1s;
}
}/* 小于820px 且 大于等于768px */
@media (max-width:819px) and (min-width:768px) {
	.ibanner_pc {
	display:block !important;
}
.ibanner_sj {
	display:none !important;
}
.tabs li {
	width:46%;
	font-size: 16px;
}
.case_ul ul li img {
	width:50%;
	height:50%;
	transition:all 1s;
}
.main6 ul li {
	width:98% !important;
	margin:15px 0 25px 15px;
}
}/* 小于768px（移动设备，最小屏幕） */
@media (max-width:767px) {
	.ibanner_pc {
	display:block !important;
}
.ibanner_sj {
	display:none !important;
}
.tabs li {
	width:42%;
	font-size: 16px;
}
.case_ul ul li img {
	width:50%;
	height:50%;
	transition:all 1s;
}
}/* 小于768px（移动设备，最小屏幕） */
@media (max-width:540px) {
	.tabs li {
	width:44%;
	font-size: 15px;
}
.case_ul ul li img {
	width:50%;
	height:50%;
	transition:all 1s;
}
.case_ul ul li .img-shadow-wrapper {
	box-shadow:none;
}
.main6 ul li {
	width:98% !important;
	margin:15px 0 25px 15px;
}
}/* 小于768px（移动设备，最小屏幕） */
@media (max-width:480px) {
	.ibanner_pc {
	display:none  !important;
}
.ibanner_sj {
	display:block !important;
}
}/* 小于768px（移动设备，最小屏幕） */
@media (max-width:360px) {
	.tabs li {
	width:42%;
	font-size: 12px;
}
}



  /* 隔离式CSS：仅作用于管理团队内页.info-card相关元素 */

       /* 隔离式CSS：仅作用于.info-card相关元素 */
        .info-card {
            box-sizing: border-box;
            width: 100%;
            max-width: 1000px;
            margin: 20px auto;
            padding: 24px;
            display: flex;
            align-items: flex-start;
            gap: 44px; /* 图片和文字间距 */
        }

        /* 照片样式 - 方形 */
        .info-card__photo {
            width: 160px;
            height: 160px;
            object-fit: cover; /* 保持图片比例，填充容器 */
            flex-shrink: 0; /* 防止照片缩放 */
        }

        /* 信息容器样式 */
        .info-card__content {
            flex: 1; /* 内容区占满剩余宽度 */
        }

        /* 姓名样式 */
        .info-card__name {
            font-size: 24px;
            font-weight: 700;
            margin: 0 0 8px;
            color: #333;
        }

        /* 职位样式 */
        .info-card__position {
            font-size: 18px;
            color: #666;
            /*margin: 0 0 30px; */
            line-height: 1.4;
        }

        /* 简介样式 - 修改为两端对齐 */
        .info-card__intro {
            font-size: 16px;
            color: #444;
            line-height: 1.6;
            margin: 0;
            text-align: justify; /* 两端对齐 */
            text-justify: inter-ideograph; /* 针对中文的两端对齐优化 */
        }

        /* 手机端适配（屏幕<768px） */
        @media (max-width: 767px) {
            .info-card {
                flex-direction: column;
                padding: 16px;
                gap: 36px; /* 移动端图片和文字间距 */
            }

            .info-card__photo {
               /* width: 120px;
                height: 120px;*/
                margin: 0 auto; /* 照片居中 */
            }

            .info-card__content {
                width: 100%;
            }

            .info-card__name {
                font-size: 22px;
                text-align: center;
            }

            .info-card__position {
                font-size: 16px;
                margin-bottom: 20px;
                text-align: left;
            }

            .info-card__intro {
                font-size: 15px;
                /* 保持移动端简介两端对齐 */
                text-align: justify;
                text-justify: inter-ideograph;
            }
        }

        /* 150%缩放适配 */
        @media (min-resolution: 1.5dppx), (max-width: 1200px) and (min-resolution: 1dppx) {
            .info-card__name {
                font-size: 22px;
            }

            .info-card__position {
                font-size: 17px;
            }

            .info-card__intro {
                font-size: 15px;
            }
        }



		
		/* 小于768px（移动设备，最小屏幕） */
@media (max-width: 540px) {
 .lg_max_1200_1 {
         width: 100%;
    }

}


/* 仅在手机端应用以下样式，不影响PC端 */
@media (max-width: 768px) {
  /* 确保父容器定位正确 */
  .case_ul ul li {
    position: relative; /* 确保p元素定位基准正确 */
    width: 100%; /* 手机端li宽度占满 */
    padding: 0;
    margin: 0;
  }
  
  /* 手机端图片自适应 */
  .case_ul ul li img {
    width: 100%;
    height: auto;
    display: block; /* 去除图片底部间隙 */
  }
  
  /* 手机端文字背景容器调整 */
  .case_ul ul li p {
    left: 0 !important; /* 强制左对齐图片边缘 */
    right: 0 !important; /* 强制右对齐图片边缘 */
    width: auto !important; /* 用左右定位控制宽度，替代固定100% */
    box-sizing: border-box !important; /* 确保内边距不增加总宽度 */
    padding: 0 10px; /* 可根据需要调整内边距 */
  }
}
