html,
body,
div,
p,
span,
i,
b,
em,
ul,
table,
tr,
td,
ol,
img,
a {
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}

a{
	text-decoration:none;
}

html {
  font-size: 13px;
  font-family: 'Microsoft yahei';
}

body{
	background-color:#F2F3F5;
}

i {
  font-style: normal;
}

b,
em {
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

.fl {
  float: left;
}
.fr {
  float: right;
}

.mt12{
	margin-top:12px;
}

.clearf {
  zoom: 1;
}
.clearf::after {
  content: '';
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.t-point:hover {
  cursor: pointer;
  opacity: 0.8;
}
table{
	border-spacing: 0;
    border-collapse: collapse;
}

.page-container{
	min-width:1300px;
	background-color:#fff;
}
.page-module{
	width:1200px;
	margin:0 auto;
}

.page-name{
	font-size:15px;
	height:35px;
	position:relative;
	color:#F56C6C;
	border-bottom:1px solid #F56C6C;
	font-weight:700;
}

.page-name:after{
	display:block;
	border-bottom: 5px dashed;
    border-bottom: 5px solid\9;
    border-right: 5px solid transparent;
    border-left: 0px solid transparent;
	position:absolute;
	left:0;
	bottom:0;
	width:120px;
	content:'';
}

.page-name .more{
	float:right;
	font-size:13px;
	cursor:pointer;
	line-height:35px;
}

.page-header{
	
}
.page-body{
	min-height:500px;
}
.page-header .logo{
	 float: left;
    height: 100px;
    width: 204px;
    line-height: 100px;
    text-align: left;
    margin-left: 22px;
    background: url(../image/logo.png?v=20231301722) no-repeat 0
}
.page-header .column{
	background-color:#F2F3F5;
	height:32px;
	line-height:32px;
	border-bottom:1px solid #E4E7ED;
}

.page-header .column .menu{
	font-size:12px;
	cursor:pointer;
}

.page-header .column .line{
	display:inline-block;
	height:12px;
	border-left:1px solid #ccc;
	position:relative;
	top:2px;
	margin:0 10px;
}

.page-menu-box{
	height:55px;
	background-color:#ff7b00;
	border-top:1px solid #ff5a00;
	border-bottom:1px solid #ff5a00;
}

.page-menu{
	position:relative;
}

.page-menu>li{
	float:left;
}

.page-menu>li>a,
.page-menu>li>span{
	color:#ffffff;
	font-size:15px;
	font-weight:900;
	display:block;
	line-height:53px;
	height:54px;
	padding:0 20px;
	cursor: pointer;
}
.page-menu>li.curr,
.page-menu>li:hover{
	background-color:#ffffff;
}
.page-menu>li.curr>a,
.page-menu>li.curr>span,
.page-menu>li:hover>a,
.page-menu>li:hover>span{
	color:#F56C6C;
}

.down-arrow{
	display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 5px dashed;
    border-top: 5px solid\9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.children-menu-box{
	z-index:9999;
	background-color:#ffffff;
	display:none;
	position:absolute;
	top:54px;
	left:0;
	width:100%;
	border:1px solid #E6E8EB;
	padding:12px;
	border-top:0;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.page-menu>li:hover .children-menu-box{
	display:block;
}

.children-menu{
	padding:6px 0;
	line-height:30px;
}

.children-menu>li{
	float:left;
}
.children-menu>li.two-level{
	font-size:15px;
	padding-right:12px;
}

.children-menu>li.three-level{
	padding-right:12px;
	cursor:pointer;
}

.children-menu+.children-menu{
	border-top:1px solid #E4E7ED;
}

.page-body{
	padding:12px 0;
}

.page-footer{
	padding:50px 0;
	background-color:#F2F3F5;
}

.page-footer .info{
	text-align:center;
	line-height:30px;
}

.display-content-one{
	overflow:hidden;
}

.display-content-one .display-content{
	position:relative;
	#height:200px;
	padding:20px;
	padding-left:150px;
	float:left;
	width:100%;
	border-top:1px solid #E4E7ED;
	margin: -1px 0 20px 0px;
}

.display-content-one .left-content{
	position:absolute;
	top:20px;
	left:0px;
	width:110px;
	height:110px;
	overflow:hidden;
	border: 1px solid #F5F7FA;
}

.display-content-one .left-content img{
	width:100%;
	height:100%;
}

.display-content-one .right-content .name{
	font-weight:700;
	font-size:15px;
	border-bottom:1px dashed #E4E7ED;
	line-height:25px;
	padding:6px 0;
}

.display-content-one .right-content .info{
	line-height:30px;
}

.display-content-one .right-content .tit{
	font-weight:700;
	padding-right:12px;
}

.news-info{
	padding-top:12px;
}

.news-info li{
	height:41px;
	line-height:40px;
	border-bottom:1px dashed #E4E7ED;
	padding:0 6px;
	cursor:pointer;
}

.news-info li .title:before{
	content:'';
	display:inline-block;
	width:5px;
	height:5px;
	border-radius:50%;
	background-color:#F56C6C;
	margin-right:6px;
	position:relative;
	top:-2px;
}

.news-info li:hover{
	background-color:  #fef0f0;
	color:#F56C6C;
}

.border1{
	border:1px solid #F56C6C;	
}

.display-content-recommend{
	height:206px;
	padding:6px;
	overflow:hidden;
}

.display-content-recommend>span{
	line-height:25px;
	cursor:pointer;
	margin:0 6px;
	white-space: nowrap;
	float:left;
}

.display-content-recommend>span:hover{
	color:#F56C6C;
}

.tabs-title{
	border-bottom:2px solid #F56C6C;
	height:42px;
	line-height:40px;
}

.tabs-title>li{
	float:left;
	font-size:15px;
	margin-right:12px;
	height:40px;
	font-weight:900;
	padding:0 6px;
	cursor:pointer;
}

.tabs-title>li.curr{
	color:#F56C6C;
	border-bottom:2px solid #F56C6C;
}

.tabs-content>li{
	display:none;
}
.tabs-content>li.curr{
	display:block;
}

.display-common{
	padding:20px 0;
}

.table{
	border: 1px solid #ddd;
}
.table tr{
  height:36px;
  border:1px solid #ddd;
  border-collapse:collapse;

}
.table th{
  height:36px;
  border:1px solid #ddd;
  border-collapse:collapse;
  font-size:18px;
  text-align:center;
}
.table td{
  border:1px solid #ddd;
  border-collapse:collapse;
  
  text-align:center;
  font-size:16px;

}
.table>thead>tr>th {
    #border-bottom: 2px solid #ddd;
}

.active>.page-link, .page-link.active {
    color: var(--bs-pagination-active-color);
    background-color: #F56C6C;
    border-color: #F56C6C;
}

.page-link{
	color: #F56C6C
}

.btn-default{
	background-color:#ddd;
	border-color:#ddd;
}

.btn-default:hover{
	background-color:#ddd;
	border-color:#ddd;
}


.display-content-img{
	overflow:hidden;
}

.display-content-img .display-content{
	position:relative;
	height:90px;
	padding-left:150px;
}

.display-content-img .left-content{
	position:absolute;
	top:0px;
	left:0px;
	width:110px;
	height:110px;
	border: 1px solid #F5F7FA;
	padding:10px;
	background-color: #F2F3F5;
}

.display-content-img .left-content .carousel-item{
	width:90px;
	height:90px;
}

.display-content-img .left-content .carousel-indicators{
	bottom:-80px;
}

.display-content-img .left-content .carousel-indicators img{
	width:60px;
	height:40px;
}

.display-content-img .left-content .carousel-indicators [data-bs-target]{
	width:62px;
	height:42px;
	border: 1px solid #ddd;
}

.display-content-img .right-content .name{
	font-weight:700;
	font-size:18px;
	#border-bottom:1px dashed #E4E7ED;
	line-height:25px;
	padding:6px 0;
}

.display-content-img .right-content .info{
	line-height:30px;
}

.display-content-img .right-content .tit{
	font-weight:700;
	padding-right:12px;
}

.news-detail .news-title{
	text-align:center;
	font-size:20px;
	font-weight:900px;
	margin-top:20px;
	padding-bottom:10px;
}
.news-detail .news-info{
		border-bottom: 3px solid #F56C6C;
		padding-bottom:5px;
}
.news-detail .news-info>div{
	margin-right:20px;
}

.news-detail .news-content{
	padding:20px 0;
}

.bgtime {
    height: 40px;
    width: 38px;
    background: #444553;
    color: #ffd200;
    text-align: center;
    font-size: 16px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}
.opening {
    width: 95%;
    height: 100%;
    background: #212224;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #f7f200;
    padding-left: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 18px;
    text-align: left;
}