@charset "utf-8";

.top {
	height: 38px;
	background: var(--primary-color);
	border-bottom: #eee 1px solid;
}

.top .warp {
	width: 1200px;
	height: 38px;
	margin: 0px auto;
	overflow: hidden;
	line-height: 1;
	font-size: 12px;
}

.top .warp span {
	padding: 0px 10px;
	color: #fff;
}

.top .warp a {
	display: inline-block;
	color: #fff;
}

.header {
	width: 1200px;
	height: 80px;
	margin: 0px auto;
	overflow: hidden;
}

.header .logo {
	height: 46px;
	overflow: hidden;
}

.header .logo img {
	display: block;
	height: 46px;
}

.header .nav {
	height: 40px;
	line-height: 40px;
}

.header .nav a {
	font-size: 18px;
}

.header .nav a+a {
	margin-left: 40px;
}

.header .search {
	margin-left: 80px;
	overflow: hidden;
	cursor: pointer;
}

.header .search i {
	line-height: 1;
	font-size: 26px;
	color: var(--title-color);
}

.notice {
	height: 400px;
	background: url("../images/banner.jpg") center no-repeat;
	background-size: cover;
	overflow: hidden;
}

.notice .inner {
	width: 1200px;
	height: 400px;
	margin: 0px auto;
	position: relative;
}

/*
.notice .inner::after {
	position: absolute;
	right: -100000px;
	bottom: 0px;
	content: '';
	width: 1000px;
	height: 80px;
	background: #fff;
}

.notice .inner .roll {
	position: absolute;
	right: 0px;
	bottom: 30px;
	height: 80px;
	padding: 20px 200px;
	background: #fff;
}
*/
.public {
	overflow: hidden;
	background: #f8f9fc;
	padding: 20px;
}

.public .inner {
	width: 1200px;
	overflow: hidden;
	margin: 0px auto;
}

.public .inner .hd {
	overflow: hidden;
	margin-right: 20px;
}

.public .inner .hd h3 {
	line-height: 34px;
	font-size: 26px;
	font-weight: 700;
	color: var(--primary-color);
}

.public .inner .hd p {
	line-height: 34px;
	font-size: 26px;
	font-weight: 300;
	color: var(--title-color);
}

.public .inner .bd {
	overflow: hidden;
}

.public .inner .bd ul {
	gap: 10px;
}

.public .inner .bd ul li {
	overflow: hidden;
}

.public .inner .bd ul li .icon {
	width: 60px;
	height: 60px;
	background: #fff;
	border: 1px solid #eee;
	margin-bottom: 10px;
	border-radius: 30px;
	overflow: hidden;
}

.public .inner .bd ul li .icon img {
	display: block;
	width: 30px;
	height: 30px;
}

.public .inner .bd ul li .text {
	line-height: 1;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

.public .inner .bd ul li a {
	color: var(--title-color);
}

.news {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}

.news .title {
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}

.news .title h3 {
	font-size: 28px;
	font-weight: 400;
	color: var(--primary-color);
}

.news .title h3 strong {
	font-weight: 700;
	color: var(--primary-color);
}

.news .title p {
	font-size: 16px;
	font-weight: 400;
	color: #666;
}

/* 本例子css */
.news .slideTxtBox {
	width: 1200px;
	overflow-x: hidden;
}

.news .slideTxtBox .hd {
	position: relative;
	z-index: 1;
}

.news .slideTxtBox .hd ul li {
	border-bottom: rgba(255, 255, 255, 0) 3px solid;
	transition: all 0.3s ease;
	line-height: 40px;
	padding: 0px 30px;
	position: relative;
	cursor: pointer;
	font-size: 18px;
	color: var(--text-color);
}

.news .slideTxtBox .hd ul li.on {
	border-bottom: #ad0002 3px solid;
	font-weight: 400;
	color: #ad0002;
}

.news .line {
	height: 1px;
	position: relative;
	margin-top: -1px;
	margin-bottom: 40px;
	background: linear-gradient(to right, #fff 0%, #ddd 50%, #fff 100%);
}

.news .slideTxtBox .bd {
	padding-bottom: 20px;
	overflow-x: hidden;
}

.news .slideTxtBox .bd ul {
	gap: 20px;
}

.news .slideTxtBox .bd ul li {
	transition: all 0.3s ease;
	background: #fff;
	border: #ddd 1px solid;
	border-radius: 10px;
	padding: 30px;
}

.news .slideTxtBox .bd ul li:hover {
	border: #ddd 1px solid;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}

.news .slideTxtBox .bd ul li a {
	display: block;
}

.news .slideTxtBox .bd ul li a .type {
	display: inline-block;
	margin-bottom: 10px;
	width:120px;
	padding: 0px;
	border-radius: 29px;
	color: #666;
	font-size: 14px;
	line-height: 16px;
}

.news .slideTxtBox .bd ul li a h5 {
	margin-bottom: 20px;
	line-height: 26px;
	letter-spacing: -0.5px;
	font-weight: 700;
	font-size: 18px;
	color: #222;
}

.news .slideTxtBox .bd ul li a p.text {
	margin-bottom: 40px;
	line-height: 26px;
	letter-spacing: -0.5px;
	font-weight: 300;
	font-size: 16px;
	color: #555;
}

.news .slideTxtBox .bd ul li a p.date {
	line-height: 1;
	letter-spacing: -0.5px;
	font-weight: 300;
	font-size: 16px;
	color: #555;
}

.quick {
	width: 1200px;
	margin: 0px auto;
}

.quick .tit-box {
	margin-right: 30px;
}

.quick .tit-box h5 {
	line-height: 36px;
	font-weight: 400;
	font-size: 28px;
	color: #333;
}

.quick .tit-box p {
	line-height: 22px;
	font-size: 16px;
	color: #666;
}

.quick .main-quick-lnk-box {
	overflow: hidden;
}

.quick .main-quick-lnk-box ul {
	gap: 30px;
}

.quick .main-quick-lnk-box ul li a {
	display: block;
}

.quick .main-quick-lnk-box ul li a .icon {
	height: 100px;
	margin-bottom: 10px;
}

.quick .main-quick-lnk-box ul li a .icon img {
	display: block;
	width: 100px;
}

.quick .main-quick-lnk-box ul li a .text {
	transition: all 0.1s ease;
	line-height: 1;
	text-align: center;
	font-weight: 300;
	font-size: 18px;
	color: var(--title-color);
}

.quick .main-quick-lnk-box ul li a:hover .text {
	font-weight: 700;
	color: var(--primary-color);
}

.contact {
	width: 1200px;
	margin: 0px auto;
}

.contact .item {
	overflow: hidden;
}

.contact .item+.item {
	margin-rgith: 50px;
	padding-left: 50px;
	border-left: #eee 1px solid;
}

.contact .item .title {
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	line-height: 1;
	font-size: 18px;
	color: #333;
}

.contact .item .title::after {
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	width: 100px;
	height: 3px;
	background: var(--primary-color);
}

.contact .item .text {
	overflow: hidden;
}

.contact .item .text p {
	line-height: 32px;
	font-size: 16px;
	font-weight: 300;
	color: #555;
}

.footer {
	background: #fafafa;
	border-top: #eee 1px solid;
}

.footer .warp {
	width: 1200px;
	margin: 0px auto;
}

.footer .warp .row-one {
	margin-right: 30px;
	border-right: #eee 1px solid;
}

.footer .warp .logo {
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: #eee 1px solid;
}

.footer .warp .logo img {
	display: block;
	height: 42px;
}

.footer .warp .link {
	overflow: hidden;
	line-height: 40px;
	font-weight: 400;
	font-size: 16px;
}

.footer .warp .link a {
	color: #555;
}

.footer .warp .link span {
	padding: 0px 20px;
	font-weight: 400;
	color: #aaa;
}

.footer .warp .text {
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.footer .warp .text h5 {
	margin-bottom: 20px;
	line-height: 1;
	font-size: 16px;
	font-weight: 400;
	color: #555;
}

.footer .warp .text p {
	line-height: 20px;
	font-weight: 400;
	font-size: 14px;
	color: #777;
}

.footer .warp .sns {
	position: relative;
}

.footer .warp .sns .iconfont {
	display: inline-block;
	position: relative;
	line-height: 1;
	font-size: 30px;
	color: var(--title-color);
}

.footer .warp .sns .iconfont+.iconfont {
	margin-left: 10px;
}

.footer .warp .sns .iconfont .code {
	width: 130px;
	height: 130px;
	padding: 5px;
	background-color: white;
	border: 1px solid #eee;
	border-radius: 6px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease;
	transform: translateY(20px) scale(1);
	position: absolute;
	overflow: hidden;
	z-index: 10;
	bottom: 35px;
	/* 在图标上方显示 */
	left: 50%;
	margin-left: -65px;
}

.footer .warp .sns .iconfont .code img {
	display: block;
	width: 120px;
	height: 120px;
}

/* 鼠标悬停时显示 tooltip 并添加动画 */
.footer .warp .sns .iconfont:hover .code {
	visibility: visible;
	opacity: 1;
	transform: translateY(0) scale(1);
}

.footer .warp .custom-select {
	width: 200px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}

.footer .warp .custom-select .select-selected {
	transition: background-color 0.3s ease;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 12px 16px;
	cursor: pointer;
	line-height: 1;
	font-size: 14px;
	color: #666;
}

.footer .warp .custom-select .select-selected .select-arrow {
	font-size: 12px;
	color: #666;
}

.footer .warp .custom-select .select-items {
	position: absolute;
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid #ddd;
	border-top: none;
	opacity: 0;
	width: 100%;
	max-height: 0px;
	/* 初始高度为0 */
	overflow: hidden;
	/* 溢出隐藏 */
	transition: max-height 0.3s ease-out;
	/* 添加过渡效果 */
	z-index: 99;
}

.footer .warp .custom-select .select-items.active {
	opacity: 1;
	max-height: 400px;
	/* 根据需要调整 */
}

.footer .warp .custom-select .select-items a {
	display: block;
	border-bottom: 1px solid #f1f1f1;
	padding: 10px 16px;
	text-decoration: none;
	font-size: 14px;
	color: var(--title-color);
}

.footer .warp .custom-select .select-items a:last-child {
	border-bottom: none;
}

.footer .warp .custom-select .select-items a:hover {
	background-color: #ad0002;
	color: #fff;
}

.copy {
	background: #ad0002;
	border-top: #eee 1px solid;
	padding: 20px;
}

.copy .warp {
	width: 1200px;
	margin: 0px auto;
	line-height: 1;
	font-size: 14px;
	color: #eee;
}

.copy .warp a {
	color: #fff;
}

.fullmenu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.8);
	background-size: cover;
	opacity: 0;
	transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out;
	z-index: -1;
}

.fullmenu.active {
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 1;
	z-index: 999;
}

.fullmenu .close {
	width: 80px;
	height: 80px;
	border-radius: 0px 0px 0px 80px;
	background: #ad0002;
	cursor: pointer;
	text-align: center;
	padding-left: 20px;
	padding-bottom: 20px;
}

.fullmenu .close .iconfont {
	line-height: 1;
	font-size: 40px;
	color: #fff;
}

.fullmenu .search {
	background: #fff;
	border: #eee 1px solid;
	border-radius: 6px;
	margin-bottom: 10px;
}

.fullmenu .search .keyword {
	width: 600px;
	height: 50px;
	padding-left: 10px;
	background: none;
	border: none;
	font-size: 14px;
	color: var(--title-color);
}

.fullmenu .search .submit {
	overflow: hidden;
}

.fullmenu .search .submit .iconfont {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: none;
	border: none;
	cursor:pointer;
	text-align: center;
	font-size: 24px;
	color: var(--text-color);
}

.banner {
	height: 220px;
	background: url(../images/serach.jpg) center no-repeat;
	background-size: 100% auto;
	line-height: 1;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

.path {
	overflow: hidden;
	background: #fff;
	border-bottom: #eee 1px solid;
}

.path .wrap {
	width: 1200px;
	height: 80px;
	margin: 0px auto;
}

.path .wrap .url {
	line-height: 1;
	font-size: 14px;
	color: #666;
}

.path .wrap .url .iconfont {
	margin-right: 6px;
	font-size: 14px;
}

.path .wrap .sub {
	height: 80px;
	overflow: hidden;
}

.path .wrap .sub a,
.path .wrap .sub span {
	display: inline-block;
	height: 80px;
	position: relative;
	line-height: 80px;
	font-size: 14px;
	color: #666;
}

.path .wrap .sub span::after,
.path .wrap .sub a::after {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	content: '';
	height: 2px;
	background: none;
	transition: all 0.3s ease;
}

.path .wrap .sub a+a {
	margin-left: 20px;
}

.path .wrap .sub span,
.path .wrap .sub a.on,
.path .wrap .sub a:hover {
	color: #ad0002;
}

.path .wrap .sub span::after,
.path .wrap .sub a.on::after,
.path .wrap .sub a:hover::after {
	background: #ad0002;
}

.layout {
	width: 1200px;
	min-height: 300px;
	margin: 0px auto;
	overflow: hidden;
}

.layout .column-hd{
	height:50px;
	margin-bottom:10px;
	line-height:50px;
	position:relative;
	overflow:hidden;
}

.layout .column-hd span{
	line-height:1;
	font-size:16px;
	font-weight: bold;
	color:#333;
}

.layout .column-hd a{
	line-height:1;
	font-size:14px;
	color:#ad2000;
}

.layout .column-list{
	margin-bottom:40px;
	overflow:hidden;
}

.layout .column-list:last-child{
	margin-bottom:0px;
}

.layout .column-list ul li {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: #f2f2f2 1px solid;
}

.layout .column-list ul li a {
	line-height: 22px;
	font-weight: normal;
	font-size: 16px;
}

.layout .column-list ul li span {
	margin-left: 40px;
	line-height: 1;
	font-size: 14px;
	font-family: 'Roboto-Light';
	color: #666;
}

.layout .main {
	overflow: hidden;
	line-height: 24px;
	font-size: 16px;
	color: var(--title-color);
}

.layout .main img {
	max-width: 100%;
}

.layout .main a{
	color:var(--primary-color);
}

.layout .main p {
	margin-bottom: 10px;
}

.layout .newslist {
	overflow: hidden;
}

.layout .newslist ul li {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: #f2f2f2 1px solid;
}

.layout .newslist ul li a {
	line-height: 22px;
	font-weight: normal;
	font-size: 16px;
}

.layout .newslist ul li .newstime {
	margin-right: 40px;
	padding-right: 30px;
	border-right: #eee 1px solid;
	line-height: 1;
	font-size: 14px;
	font-family: 'Roboto-Light';
	color: #666;
}

.layout .newslist ul li .newstime span {
	display: block;
	line-height: 24px;
	font-weight: bold;
	font-size: 20px;
	color: #var(--primary-color);
}

.layout .headline {
	line-height: 38px;
	letter-spacing: -1px;
	font-size: 32px;
	color: #ad0002;
}

.layout .time {
	line-height: 80px;
	font-size: 12px;
	color: var(--text-color);
}

.layout .content {
	line-height: 24px;
	font-size: 16px;
	color: #444;
}

.layout .content img {
	max-width: 100%;
}

.layout .content a{
	color:var(--primary-color);
}

.layout .content p {
	margin-bottom: 10px;
}

.layout .right {
	overflow: hidden;
	margin-left: 60px;
}

.layout .right .category {
	width: 260px;
	overflow: hidden;
}

.layout .right .category .father {
	border-bottom: #eee 1px solid;
	padding:15px 0px;
	line-height:20px;
	font-size:16px;
}

.layout .right .category .father a{
	color:#666;
}

.layout .right .category .father.current{
	background:#ad2000;
	border-bottom:none;
	padding:15px;
	font-size:18px;
	color:#fff;
}

.layout .right .category .father.current a,
.layout .right .category .father.current a:hover{
	color:#fff;
}

.layout .right .category .father .iconfont {
	margin-left:10px;
	line-height:1;
	font-size: 16px;
	color:#999;
}

.layout .right .category .father.current .iconfont {
	color:#fff;
}

.layout .right .category ul {
	display:none;
	padding:10px 0px 10px 0px;
}

.layout .right .category .father.current + ul{
	display:block;
}

.layout .right .category ul li {
	padding-top:10px;
	padding-bottom:10px;
	line-height: 18px;
	border-bottom: #eee 1px solid;
	font-size: 14px;
}

.layout .right .category ul li .iconfont {
	margin-left:10px;
	line-height:1;
	font-size: 12px;
	color:#aaa;
}

.layout .right .category ul li a {
	color: #333;
}

.layout .right .category .father a:hover,
.layout .right .category ul li.current a,
.layout .right .category ul li a:hover {
	color: #ad0002;
}

.layout .right .inner {
	width: 260px;
	background: #f8f9fc;
	overflow: hidden;
	padding: 20px;
}

.layout .right .inner .search {
	background: #fff;
	border: #eee 1px solid;
	border-radius: 10px;
	margin-bottom: 10px;
}

.layout .right .inner .search .keyword {
	width: 100%;
	height: 42px;
	padding-left: 10px;
	background: none;
	border: none;
	font-size: 14px;
	color: var(--title-color);
}

.layout .right .inner .search .submit {
	overflow: hidden;
}

.layout .right .inner .search .submit .iconfont {
	display: inline-block;
	width: 42px;
	height: 42px;
	background: none;
	border: none;
	text-align: center;
	font-size: 20px;
	color: var(--text-color);
}

.layout .right .inner .hd {
	height: 56px;
	line-height: 52px;
	border-bottom: #eee 1px solid;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #666;
}

.layout .right .inner .hd::after {
	position: absolute;
	left: 0px;
	bottom: -1px;
	content: '';
	width: 40px;
	height: 3px;
	background: #ad0002;
}

.layout .right .inner .topic {
	overflow: hidden;
}

.layout .right .inner .topic ul {
	padding-top: 10px;
}

.layout .right .inner .topic ul li {
	line-height: 40px;
	border-bottom: #eee 1px solid;
	font-size: 14px;
}

.layout .right .inner .topic ul li .iconfont {
	font-size: 12px;
}

.layout .right .inner .topic ul li a {
	color: #555;
}

.layout .right .inner .topic ul li a:hover {
	color: #ad0002;
}

.layout .down {
	width: 260px;
	overflow: hidden;
}

.layout .down img {
	display: block;
	width: 260px;
}

table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #cac0b7;
}

/* 表头样式 */
thead th,
tfoot th {
  height: 52px;
  padding: 6px;
  border: 1px solid #e6ded3;
  border-top: 0;
  font-weight: bold;
  background: #f2eee8;
  text-align: center;
  line-height:1.2;
  font-size: 14px;
  color: #222;
}

/* 表体与表尾单元格通用样式 */
tbody th,
tbody td,
tfoot th,
tfoot td {
  height: 52px;
  padding: 6px;
  border: 1px solid #e6ded3;
  border-top: 0;
  text-align: center;
  word-break: keep-all;
  line-height:1.2;
  font-size: 14px;
  color: #555;
}

/* 去除首列边框 */
thead th:first-child,
tbody th:first-child,
tbody td:first-child,
tfoot th:first-child,
tfoot td:first-child {
  border-left: 0;
}

/* 去除末列边框 */
thead th:last-child,
tbody th:last-child,
tbody td:last-child,
tfoot th:last-child,
tfoot td:last-child {
  border-right: 0;
}