@charset "utf-8";
@font-face {
    font-family: 'iconfont';  /* Project id 2571956 */
    src: url('//at.alicdn.com/t/font_2571956_mlotzxiwwpq.woff2?t=1622009841474') format('woff2'),
       url('//at.alicdn.com/t/font_2571956_mlotzxiwwpq.woff?t=1622009841474') format('woff'),
       url('//at.alicdn.com/t/font_2571956_mlotzxiwwpq.ttf?t=1622009841474') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.web-font{
    font-family:"iconfont";
}
.icon-drxx55{font-size:35px;color:#fff;}
.icon-jiantou{font-size:35px;color:#d3d3d3;}
body {
	font-size: 12px;
	margin: 2px;
	margin-left:auto;margin-right:auto; font-family: "微软雅黑", Arial, sans-serif;
}
*{ list-style:none;text-decoration: none; padding:0; margin:0;font-family: "微软雅黑", Arial, sans-serif; }
a {
	color:#333;
	text-decoration: none;font-family: "微软雅黑", Arial, sans-serif;
}
/*--------轮播图start--------------------*/
/*焦点图*/
.menu2 ul{margin:0;padding:0;height:48px; line-height:48px;width:100%;}
.menu2 ul li{float:left;font:bold 18px/48px "微软雅黑", Arial, sans-serif;}
.menu2 ul li a{ font:bold 20px/48px "微软雅黑", Arial, sans-serif; color:#fff;border-right:1px dotted #4DDBFF;border-left:1px dotted #0F388E; }
ul li:last-child a{border-right: none;}
ul li:first-child a{border-left: none;}
.menu2 ul li.on{color:#fff;border-bottom:solid 0px #017ad3; line-height:48px}
.menu2 ul li.on a{color:#fff; }
.banner{width:100%;margin:0 auto;}
.menu2 ul li:hover{background: #CBE3F7;}
.menu2 ul li a:hover{color:#037CF5;}
.focus .shadow .title{width: 260px; height: 65px;padding-left: 30px;padding-top: 20px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;}
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#2590f2;}
.focus .fPic{ position:absolute; left:0px; top:0px; }
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:80px; line-height: 80px; background:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left; }
.focus .shadow a{ text-decoration:none; color:#fff; font-size:20px; overflow:hidden; margin-left:10px; font-family: "\5FAE\8F6F\96C5\9ED1";}
.focus .fcon{ position:relative; width:100%; float:left;  display:none; background:#ffffff  }
.focus .fcon img{ display:block; }
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}
.focus .D1fBt a{position:relative; display:inline; width:12px; height:12px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#2590f2;}
.focus .D1fBt img{display:none}
.focus .D1fBt i{display:none; font-style:normal; }
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background: url(../images/focus_btn.png) no-repeat;}
.focus .prev{top: 50%;margin-top: -45px; left: 0;background-position:0 -74px; cursor:pointer; }
.focus .next{top: 50%;margin-top: -45px; right: 0;  background-position:-40px -74px;  cursor:pointer;}
.focus .prev:hover{  background-position:0 0; }
.focus .next:hover{  background-position:-40px 0;}
/*--------轮播图end--------------------*/


/*--------会展服务--------------------*/
/* 核心：浅蓝+主蓝渐变标题（中间色块+两侧渐变线条） */
.title-blue-gold {
	width: 100%;
	margin: 15px 0 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Microsoft Yahei";
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 2px;
	position: relative;
	background: transparent;
}
/* 两侧渐变线条（仅浅蓝+主蓝：浅蓝透明→主蓝→浅蓝透明） */
.title-blue-gold::before,
.title-blue-gold::after {
	content: "";
	flex: 1;
	height: 3px;
	margin: 0 15px;
	/* 浅蓝透明→主蓝→浅蓝透明，无藏蓝 */
	background: linear-gradient(90deg, 
    rgba(14, 165, 233, 0.2) 0%, 
    #0ea5e9 40%, 
    #4196f6 60%, 
    rgba(14, 165, 233, 0.2) 100%);
	border-radius: 3px;
}
/* 纯浅蓝+主蓝分割线 */
.title-blue-gold-hr{
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, 
    rgba(47, 186, 250, 0.2) 0%, 
    #0ea5e9 40%, 
    #4196f6 60%, 
    rgba(85, 195, 247, 0.2) 100%);
	border-radius: 3px;
	margin-bottom: 20px;
}
/* 中间色块（仅浅蓝+主蓝渐变） */
.title-blue-gold .text-box {
	padding: 0px 30px;
	height: 44px;
	line-height: 44px;
	/* 浅蓝→主蓝渐变，无深色系 */
	background: linear-gradient(135deg, 
    #0ea5e9 0%, 
    #4196f6 100%);
	border-radius: 50px;
	position: relative;
	box-shadow: 0 2px 8px rgba(41, 183, 253, 0.3);
}
/* 文字渐变（蓝白渐变，适配浅蓝+主蓝背景） */
.title-blue-gold .text-box span {
	background: linear-gradient(90deg, #e0f2fe, #bae6fd, #ffffff);
	-webkit-background-clip: text;
	background-clip: text;
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* .dark版本（仅主蓝加深一点，仍保持浅蓝+主蓝体系，无藏蓝） */
.title-blue-gold.dark .text-box {
	background: linear-gradient(135deg, 
    #0ea5e9 0%, 
    #4196f6 100%); /* 仅主蓝稍深，未用藏蓝 */
}
.title-blue-gold.dark::before,
.title-blue-gold.dark::after {
	background: linear-gradient(90deg, 
    rgba(55, 179, 241, 0.2) 0%, 
    #0ea5e9 40%, 
    #4196f6 60%, 
    rgba(24, 175, 250, 0.2) 100%); /* 配套稍深主蓝线条 */
}
/* 会展服务主容器 */
.hzfw {
    margin: 0px auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 30px 20px;
}
/* 标题容器 */
.hzfwtittle {
    margin-bottom: 8px;
}
.hzfwtittle h2 {
    font-size: 28px;
    color: #222;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px;
    display: inline-block;
}
/* 主标题下划线装饰 */
.hzfwtittle h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: #0066cc;
    border-radius: 2px;
}
/* 副标题 */
.hzfw > h3 {
    font-size: 20px;
    color: #333;
    font-weight: 550;
    margin: 40px;
    padding-left: 2px;
    text-align: center;
}
/* 流程容器 - 弹性布局实现横向排列 */
.lc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
/* 流程内容项 */
.lcnr {
    flex: 1;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
}
.lcnr:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 102, 204, 0.08);
}
/* 图标容器 */
.lcnr span {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    background-color: #E3F0FA;
    margin-bottom: 20px;
}
/* 图标样式 */
.lcnr span i {
    font-size: 34px;
    color: #0066cc;
    height:90px;
    line-height: 90px;
}
/* 流程子标题 */
.lcnr h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}
/* 流程描述文本 */
.lcnr p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    height: 100px;
    width: 100%;
    margin: 0px auto;
}
/* 箭头容器 */
.jt {
    font-size: 18px;
    color: #d0dce8;
    margin: 0 5px;
    margin-top: -150px;
}
/* 底部说明文本容器 */
.lctt {
    text-align: center;
    padding: 20px 10px;
    background-color: #f8fbff;
    border-radius: 8px;
    /* border: 1px solid #e6f0fa; */
}
.lctt p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    text-align: left;
    text-indent: 2em;
}
.lctt a{ color: #037CF5;}
.icon-jiantou{font-size:35px;color:#d3d3d3;}
 /* 嘉宾观点主容器 */
.messages {
    margin: 30px auto;
    background: #fff;
    padding: 25px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

/* 标题栏：标题+更多链接 */
.messages .tittle {
    margin: 20px;
    text-align: right;

}
/* 标题文字 */
.messages .tittle h3 {
    font-size: 20px;
    color: #0284c7; /* 主蓝色标题 */
    font-weight: 700;
    position: relative;
    padding-left: 10px;
}
/* 标题左侧小竖线装饰 */
.messages .tittle h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 18px;
    background-color: #0284c7;
    border-radius: 2px;
}
/* 更多链接 */
.messages .tittle a {
    font-size: 16px;
    color: #0284c7;
}
.messages .tittle a:hover {
    color: #0369a1;
    text-decoration: underline;
}
/* 列表容器 */
.messages ul {
    list-style: none;
    padding: 20px;
}
/* 列表项 */
.messages ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px;
    border-bottom: 1px dashed #e6e9ec; /* 虚线分隔，更精致 */
    overflow: hidden;
}
/* 最后一个列表项去掉底边框 */
.messages ul li:last-child {
    border-bottom: none;
}
/* 列表项hover效果 */
.messages ul li:hover {
    background-color: #f8fbff; /* 浅蓝hover背景 */
    border-radius: 4px;
}
/* 列表链接文字 */
.messages ul li a {
    flex: 1;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* 文字超出省略 */
    margin-right: 15px;
}
.messages ul li a:hover {
    color: #0284c7; /* hover变主蓝色 */
}
/* 日期标签 */
.messages ul li span {
    font-size: 16px;
    color: #999;
    white-space: nowrap;
    flex-shrink: 0; /* 日期不被挤压 */
}
/* 嘉宾观点主容器 */
.bac{
    margin: 30px auto;
    background: #fff;
    padding: 25px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
/* 标题栏：标题+更多链接 */
.news .tittle,.xw .tittle {
    margin: 20px;
    text-align: right;
}
/* 标题文字 */
.news .tittle h3,.xw .tittle h3 {
    font-size: 20px;
    color: #0284c7; /* 主蓝色标题 */
    font-weight: 700;
    position: relative;
    padding-left: 10px;
}
/* 标题左侧小竖线装饰 */
.news .tittle h3::before,.xw .tittle h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 18px;
    background-color: #0284c7;
    border-radius: 2px;
}
/* 更多链接 */
.news .tittle a ,.xw .tittle a {
    font-size: 16px;
    color: #0284c7;
}
.news .tittle a:hover,.xw .tittle a:hover {
    color: #0369a1;
    text-decoration: underline;
}
/* 列表容器 */
.xw ul {
    list-style: none;
}
.news ul{
    list-style: none;
    padding: 20px;
}
/* 列表项 */
.news ul li,.xw ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px;
    border-bottom: 1px dashed #e6e9ec; /* 虚线分隔，更精致 */
    overflow: hidden;
}
/* 最后一个列表项去掉底边框 */
.news ul li:last-child,.xw ul li:last-child {
    border-bottom: none;
}
/* 列表项hover效果 */
.news ul li:hover,.xw ul li:hover, .xw ul li:hover,.xw ul li:hover{
    background-color: #f8fbff; /* 浅蓝hover背景 */
    border-radius: 4px;
}
/* 列表链接文字 */
.news ul li a,.xw ul li a {
    flex: 1;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* 文字超出省略 */
    margin-right: 15px;
}
.news ul li a:hover,.xw ul li a:hover {
    color: #0284c7; /* hover变主蓝色 */
}
/* 日期标签 */
.news ul li span,.xw ul li span {
    font-size: 16px;
    color: #999;
    white-space: nowrap;
    flex-shrink: 0; /* 日期不被挤压 */
}
/*--------活动预告end--------------------*/
.jchg{ 
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.FocusImg {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.FocusImg .BigPic {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    border-radius: 8px;
}
.pic-track {
    display: flex;
    width: 100%;
}
.pic-item {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.pic-item a {
    display: block;
    width: 100%;
}
.pic-item img {
    object-fit: cover;
    /* background: linear-gradient(180deg, #ffffff 0%, #ffcea2 100%);
    box-shadow: 0px 0px 10px 0px #AD0808;
    border: 1px solid #f8c800; */
    box-shadow: 0px 0px 10px 0px #0ea5e9;
    border: 1px solid #D6EDFA;
    padding: 9px;
}
.thumb-item {
    width: 154px;
    border: 2px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}
.thumb-item.selected {
    border-color: #0066cc;
    transform: scale(1.05);
    box-shadow: 0px 0px 10px 0px #0ea5e9;
}
.slide-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s ease;
}
.slide-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}
.FocusImg .prev-btn {
    left: 10px;
}
.FocusImg .next-btn {
    right: 10px;
}
.FocusImg .TitleBox {
    position: relative;
    top: -48px;
    height: 48px;
    line-height: 48px;
    background: rgba(0, 0, 0, 0.5);
    width: 1182px;
    color: #333333;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    margin: 0px auto;
}

.FocusImg .TitleBox a{
    color: #ffffff;
}
.SmallPics {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    gap: 8px; /* 子元素间距8px，不影响均分逻辑 */
    margin-top: -40px;
}

.SmallPics > div {
    flex: 1;
    min-width: 0;
    height: 100%; /* 子元素高度和父容器一致 */
}

/* 若内部有图片，确保图片适配均分宽度 */
.SmallPics > div img {
    width: 100%;
    height: auto;
    display: block; /* 去掉图片默认间隙 */
    object-fit: cover;
    height: 70px;
}

 /* 友情链接列表 */
.link ul {
    display: flex;
    flex-wrap: wrap;
    gap: 50px; /* 链接之间的间距 */
    justify-content: center; /* 居中排列 */
    padding: 10px 0;
}
/* 列表项 */
.link ul li {
    flex: 0 0 auto; /* 不拉伸，随图片宽度自适应 */
    padding: 15px;
    background-color: #f8fbff;
    border-radius: 6px;
    transition: all 0.3s ease;
}
/* 列表项hover效果 */
.link ul li:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.15);
    border-color: #C9E3FA;
}
/* 友情链接图片 */
.link ul li img {
    display: block; /* 去掉图片底部间隙 */
    border-radius: 4px;
    object-fit: cover; /* 防止图片变形 */
    width: 180px;
}

/* 内容盒子：单栏居中布局（替代原三列） */
.contactBox {
    display: flex;
    flex-direction: column; /* 纵向排列 */
    gap: 20px; /* 模块间距 */
    align-items: center;
}

/* 联系方式合并列（统一样式，替代原contactWay/Remittance） */
.contact-info {
    width: 100%;
    padding: 20px 0px;
    /* background-color: #f8fbff; */
    border-radius: 6px;
    /* border: 1px solid #e0f2fe; */
    display: flex;
    flex-wrap: wrap;
    gap: 15px; /* 每行联系方式间距 */
    justify-content: space-around; /* 均匀分布 */
}
/* 单个联系方式项（拆分为小卡片） */
.contact-item {
    flex: 0 0 calc(47% - 10px); /* 每行3个，适配间距 */
    min-width: 200px; /* 小屏最小宽度 */
    padding: 15px;
    background: #f8fbff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
}
.noConflict{
    box-shadow:none;
    background: transparent;
}
/* hover效果（参考友情链接的交互） */
.contact-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.15);
    border-color: #0284c7;
}

.noConflict:hover {
    box-shadow: none;
    border: none;
}
/* 联系方式文本 */
.contact-item p {
    color: #555;
    line-height: 1.6;
}
/* 突出电话号码 */
.contact-item p span {
    color: #0284c7;
    /* font-weight: 600; */
    margin-left: 15px;
}

/* 二维码列：居中展示（参考友情链接的图片布局） */
.QRCode {
    width: 100%;
    padding: 20px;
    border-radius: 6px;
}
.QRCodeBox {
    display: flex;
    justify-content: center;
    gap: 100px; /* 两个二维码间距 */
    flex-wrap: wrap;
}
.QRCodeLeft, .QRCodeRight {
    text-align: center;
}
/* 二维码文本 */
.QRCodeLeft p, .QRCodeRight p {
    font-size: 18px;
    color: #333;
    margin-top: 10px;
    font-weight: 500;
}
/* 二维码占位容器（替换为实际图片即可） */
.QRCodeLeft::before, .QRCodeRight::before {
    content: "";
    display: block;
    width: 115px;
    height: 116px;
    margin: 0 auto;
    background-color: #e0f2fe;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(2, 132, 199, 0.1);
   
}

.QRCodeLeft::before{
    background: url(../images/weima1.jpg) no-repeat center;
    background-size: cover;
}

.QRCodeRight::before{
    background: url(../images/weima1.jpg) no-repeat center;
    background-size: cover;
}

 /* 活动预告外层容器 */
.hdyg {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

/* 内容区域 */
.hdygnr {
    padding: 30px 10px 30px 30px;
}

.hdygnr1 {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 100px;
}

/* 左侧图片区域 */
.hdygnr1 .left {
    flex: 0 0 300px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.hdygnr1 .left:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.hdygnr1 .left img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* 右侧内容区域 */
.hdygnr1 .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* 活动标题 */
.hdygnr1 .right .tt a {
    color: #1e293b;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.hdygnr1 .right .tt a:hover {
    color: #0284c7;
}
 /* 活动预告卡片外层容器 */
.hdygnr2 {
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    padding: 20px 30px;
    gap: 25px;
    transition: all 0.3s ease;
}

.hdygnr2:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

/* 左侧时间地点栏 */
.hdygnr2left {
    flex: 0 0 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    background: linear-gradient(135deg, #0ea5e9 0%, #4196f6 100%);
    border-radius: 8px;
    color: #ffffff;
    text-align: center;
}

.hdygnr2left .time {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.2;
}

.hdygnr2left .dd {
    font-size: 16px;
    line-height: 1.2;
}

/* 中间内容栏 */
.hdygnr2ceter { /* 兼容原拼写错误ceter */
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hdygnr2ceter a {
    font-size: 18px;
    color: #1e293b;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.hdygnr2ceter a:hover {
    color: #0284c7;
}

.hdygnr2ceter ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    font-size: 16px;
    color: #475569;
}

.hdygnr2ceter ul li {
    position: relative;
    padding-left: 15px;
}

.hdygnr2ceter ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #0284c7;
    border-radius: 50%;
}

/* 右侧按钮栏 */
.hdygnr2right {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hdygnr2right .btn {
    flex: 0 0 auto;
}

.hdygnr2right .btn a {
    display: inline-block;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 550;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(2, 132, 199, 0.2);
    white-space: nowrap;
    color: #0284c7;
    border: solid 1px #0284c7;
}

.hdygnr2right .btn a:hover {
    transform: translateY(-2px);
    /* box-shadow: 0 5px 15px rgba(2, 132, 199, 0.3);
    background: linear-gradient(90deg, #0369a1 0%, #0284c7 100%);
    color: #ffffff; */

}
/* 倒计时区域 */
.countdown {
    font-size: 15px;
    color: #475569;
    padding: 8px 0;
    border-bottom: 1px dashed #e2e8f0;
}

.countdown span {
    font-weight: 700;
    font-size: 16px;
    margin: 0 6px;
}

/* 详情信息区域 */
.xqnr {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 15px;
    color: #334155;
    line-height: 1.7;
}

.xqnr span {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 34px;
}

/* 报名按钮 */
.xqnr .btn {
    height: 54px;
    width: 290px;
    float: right;
    padding-top: 5px;
}

.xqnr .btn a {
    display: inline-block;
    padding: 8px 20px;
    /* background: linear-gradient(90deg, #15A2ED 0%, #0284c7 100%);
    color: #ffffff; */
    text-decoration: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 550;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(2, 132, 199, 0.2);
    float: left;
    color: #0284c7;
    border: solid 1px #0284c7;
    margin-left: 20px;
}
.xqnr .btn a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(2, 132, 199, 0.3);
}
.xqnrbtn span{
    width: 360px;
    float: left;
}
/*----版权信息-----*/
#foot_menu {
	padding-top: 4px;
	width: 1000px;
	height: 18px;
	margin-top: 5px;
	text-align: center;
	border-top: 1px solid #BABABA;
}
#foot_copyright {
	padding-top: 4px;
	width: 1000px;
	text-align: center;
	border-top: 2px solid #3E83D1;
}
.eject
{
    position:relative;/*the out div must be position:relative*/
	cursor:pointer;
	display:block;
	float:left;
    /* background: linear-gradient(90deg, #15A2ED 0%, #0284c7 100%);
    color: #fff; */
    padding: 11px 20px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(2, 132, 199, 0.2);
    color: #0284c7;
    border: solid 1px #0284c7;
}
.eject span
{
    text-align: center;
    margin-top: 15px;
    padding-left: 0px;
}

.eject a.tipinfo
{
    display:none;
    margin-top: -30px;
}

.eject:hover a.tipinfo
{
    display:block;
    position:absolute;
	z-index:99;
    top:-120px;
    width: 120px;
    left:75px;
	padding:20px;
	background:#ffffff;
	color:#000000;
	cursor:pointer;
    box-shadow: 0px 0px 10px 0px #0ea5e9;
    border:none;
}

.eject p {
    height: 25px;
    line-height: 25px;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 550;
}
.eject p img {
    margin: 0px auto;
    float: left;
    margin-right: 10px;
}

.tipinfo img {
    margin: 0px auto;
}

.eject a.tipinfo span
{
    width: 100%;
}



@media screen and (max-width:1400px) {
    .lcnr{min-width: 100px;}
    .contact-info p{font-size: 16px;}
    .pic-item img{width: 938px;height: 56px;}
    .SmallPics > div img{height: 60px;}
    .menu2 ul li a{padding: 13px 28.9px;}
    .jt{margin: 0px;}
    .contact-item p {font-size: 17px;}
    .focus{ position:relative; width:1040px; height:260px; background-color:#ffffff; float: left;}
    .focus img{ width: 1040px; height: 260px;}
    .menu2{line-height:48px;color:#fff;width:1040px;margin:0 auto; z-index:100; background:url(../images/navbg.jpg) no-repeat center;background-size: cover;}
    .focus .fbg{bottom:5px; right:460px; position:absolute; height:21px; text-align:center; z-index:99; }
    .hdygnr1 .right .tt a{font-size: 28px;}
    .hdygnr1{gap: 30px;}
    .hdygnr{padding: 30px 10px 30px 20px;}
    .pic-item img {width: 978px; height: 530px;}
}
@media screen and (min-width:1401px){
    .lcnr {min-width: 120px;padding: 20px 10px;}
    .contact-item p {font-size: 18px;padding-left: 30px;}
    .menu2 ul li a{padding: 13px 38.9px;}
    .focus{ position:relative; width:1200px; height:300px; background-color:#ffffff; float: left;}
    .focus img{ width: 1200px; height: 300px;}
    .menu2{line-height:48px;color:#fff;width:1200px;margin:0 auto; z-index:100; background:url(../images/navbg.jpg) no-repeat center;background-size: cover;}
    .focus .fbg{bottom:5px; right:550px; position:absolute; height:21px; text-align:center; z-index:99; }
    .hdygnr1 .right .tt a{font-size: 24px;}
    .pic-item img {width: 1138px; height: 620px;}
    .lcnr p {font-size: 15px;}
}
