
.main-box{
	width:100%;
	background: linear-gradient(#ffc6a0 30%,#ffffff 70%);
}

.breadcrumbs-box{
	height: 64px;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.1);
}

.breadcrumbs-box .contant{
	display:flex;
	justify-content: space-between;
	align-items: center;
	color:#999999;
	font-weight: 500;
	font-size: 16px;
	height:64px;
}

.breadcrumbs{
	display:flex;
	align-items: center;
}

.breadcrumbs-addr{
	margin-left:10px;
}

.main-box .search-box{
	height:40px;
	width:300px;
	background:url("../img2/search-bg.png");
	display: flex;
	align-items: center;
}

.main-box .search-box .input-group input{
	height:38px;
	border:none;
	width:250px;
	margin-left:1px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-left: 10px;
}

.main-box .search-btn{
	width:50px;
	height:38px;
	cursor: pointer;
}

.news-list-li{
	display:flex;
	justify-content: space-between;
	align-items: center;
	height:60px;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.06);
	color: #333333;
	line-height: 22px;
	font-weight: 400;
	font-size: 16px;
}

.news-list-dot{
	width: 5px;
	height: 5px;
	background: #D70D0D;
	transform: rotate(45deg);
	min-width: 5px;
	min-height: 5px;
	max-width: 5px;
	max-height: 5px;
}

.news-list-infor{
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.news-list-title{
	margin-left:10px;
	overflow: hidden;  
	text-overflow: ellipsis;  
	white-space: nowrap; 
	max-width: 1000px;
}

.news-list-time{
	color:#999999;
}

.news-list-li:hover{
	color: #D70D0D !important;
}

.page{
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
	display: flex;
    justify-content: end;
	overflow: hidden;
}

.page a {
    padding: 5px 12px;
    margin: 5px 5px 0px 0px;
    background: #fff none repeat scroll 0% 0%;
    float: left;
    color: #666666;
    border: #CCCCCC 1px solid;
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
	cursor: pointer;
}

.mobliePage{
	display:none !important;
}

.selected{
	background:#D70D0D !important;
	color:#ffffff !important;
}

.box-header{
	display:flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0px auto 40px;

}

.box-header img{
	width: 100%;
	height: auto;
}

.records-box{
	min-height: 300px;
}

.records-box-left .nav{
	height: auto;
	background: #ffffff;
}

.records-box-left .nav-item{
	width: 100%;
	background: #D70D0D;
	margin: 9px auto;
	height: auto;
	border-radius: 2px;
}

.records-box-left .nav-item .nav-link{
	padding: 24px 33px;
	height: auto;
	border-radius: 2px;
}

.records-box-left .nav-item .active{
	background: #BA0101 !important;
}

.tab-content{
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	border-radius: 4px;
}

.card-header{
	background: #ffffff;
	padding: 30px 0 10px;
	border: none;
}

.records-box-right .nav{
	height: auto;
	background: #ffffff;
	justify-content: space-around;
}

.records-box-right .nav-pills, .nav-tabs{
	border: none;
	margin: 0;
}

.records-box-right .nav-tabs .nav-item{
	height: 60px;
	border-radius: 4px;
	width: auto;
}

.records-box-right .nav-tabs .nav-item .nav-link{
	border: none;
    box-shadow: none;
	background: #EBEAEA;
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	height: 60px;
	border-radius: 6px;
	line-height: 40px;
	padding: 10px 100px;
}

.records-box-right .nav-tabs .nav-item .active{
	background: #D70D0D;
	color: #ffffff;
}

.btn-search{
	background: #D70D0D;
	color: #ffffff;
	display: flex;
	position: absolute;
	right: 40px;

}

.btn-search:hover{
	background: #BA0101;
	color: #ffffff;
}

.btn-search img{
	width: 16px;
}

.btn-search-jzwzsyxx{
	background: #D70D0D;
	color: #ffffff;
	display: flex;
	position: absolute;
	right: 140px;

}

.btn-search-jzwzsyxx:hover{
	background: #BA0101;
	color: #ffffff;
}

.btn-search-jzwzsyxx img{
	width: 16px;
}

.btn-reset{
	background: #EEEEEE;
	color: #333333;
	display: flex;
	position: absolute;
	right: 40px;

}

.btn-reset:hover{
	background: #DDDDDD;
}

.btn-reset img{
	width: 16px;
}

.form-group{
	flex-flow: row !important;
}

.form-group label{
	width: 95px;
}

.form-inline .form-control{
	height: 40px !important;
	border-radius: 4px;
	border: 1px solid #DCDFE6;
	padding: 0 10px;
	
}

.card-body .tab-content{
	box-shadow: none;
	border-radius: 4px;
}

.head-table{
	width: 100%;
    margin-bottom: 15px;
	table-layout: fixed;
}

.head-table thead tr td{
	color: #333;
    font-size: 18px;
    font-weight: bold;
    background: #F4F4F4;
    line-height: 42px;
    text-align: center;
	padding: 10px 0;

}

.head-table tbody tr td{
	color: #333;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:  nowrap;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.06);
	height: 60px;
}

.head-table tbody tr td div{
	width: 100%;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:  nowrap;
}

.records-box-right{
	margin-bottom: 80px;
}

.card-body{
	padding: 20px 30px;
}

.head-table-box{
	margin-top: 20px;
}
head-table tr:nth-of-type(odd){
    background: #F9F9F9;
}

.box-zyls{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0px auto 24px;
}

.zyls-main{
	margin: 0px auto;
	padding: 0px;
	width: 1200px;
	background-image: url(../img2/slotBg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 505px;
	display: flex;
	justify-content: space-between;
	background-size: 100% auto;
}

.zyls-left{
	width: 838px;
	overflow: hidden;
}

.zyls-left img{
	object-fit: cover;
	width: 100%;
}

.zyls-right{
	width: 360px;
	flex: 1;
}

.zyls-right-img{
	border-bottom: 1px solid rgb(255, 255, 255);
    background-color: transparent;
    margin: 0px;
	position: relative;
}

.zyls-right-img img{
	padding: 20px 0px 15px 22px;
	text-align: left;
}

.zyls-right-list{
	width: 100%;
	height: 429px;
	overflow: hidden;
}

.zyls-right-li{
	padding: 12.8px 24px;
    border-radius: 0px;
	overflow: hidden;
	min-height: 85px;
}
.zyls-right-li a{
	overflow: hidden; /* 隐藏溢出的内容 */
	text-overflow: ellipsis; /* 显示省略号 */
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 显示的行数 */
	-webkit-box-orient: vertical;
}

.zyls-right-li:hover{
	background: rgba(206,89,56,0.7);
}

.zyls-right-li a{
	color: rgb(255, 255, 255);
    white-space: normal;
	font-weight: normal;
    font-size: 16px;
    text-align: left;
    line-height: 30px;
}

.zyls-right-li a:hover{
	color: rgb(255, 255, 255);
}

.box-llxx{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0px auto 24px;
	flex-flow: column;
}

.box-top{
	width: 100%;
	text-align: center;
	position: relative;
	margin-top: 30px;
	margin-bottom: 40px;
}

.box-top-img img{
	width: 280px;
	height: auto;
}

.box-top-more{
	position: absolute;
	right: 0;
	top:50px;
}

.box-xxzl{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0px auto 24px;
	flex-flow: column;
	justify-content: center;
}

.xxzl-list{
	display: flex;
	width: 1100px;
	justify-content: space-around;
}

.xxzl-list-listpage{
	display: flex;
	width: 1200px;
	justify-content: space-around;
	flex-flow: row wrap;
}

.xxzl-li-listpage{
	flex:0 0 20%;
	text-align: center;
	margin: 20px 0;
}

.xxzl-li-listpage img{
	width: 176px;
	height: 234px;
	object-fit: cover;
}

.xxzl-li img{
	width: 176px;
	height: 234px;
	object-fit: cover;
}

.zyls-more{
	position: absolute;
    right: 10px;
    bottom: 12px;
    color: #FFFFFF;
}

@media (min-width: 769px) and (max-width: 1024px){
body{
		width: 1200px !important;
	}
	#top #textCenter span {
	    display: inline-block;
	    width: 100%;
	    height: 55px;
	    line-height: 55px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1025px){
	.kt-menu__link:hover>.kt-menu__submenu {
	    display: block !important;
	    -webkit-animation: kt-header-menu-submenu-fade-in .3s ease 1, kt-header-menu-submenu-move-down .3s ease-out 1;
	    animation: kt-header-menu-submenu-fade-in .3s ease 1, kt-header-menu-submenu-move-down .3s ease-out 1;
	}
}
@media screen and (min-width: 767px){
	.kt-menu__link:hover>.kt-menu__submenu {
	    display: block !important;
	    -webkit-animation: kt-header-menu-submenu-fade-in .3s ease 1, kt-header-menu-submenu-move-down .3s ease-out 1;
	    animation: kt-header-menu-submenu-fade-in .3s ease 1, kt-header-menu-submenu-move-down .3s ease-out 1;
	}
.A a {
    color: #333;
}
#home:hover{
	color: #fabe00;
}
.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__subnav {
    list-style: none!important;
    padding: 0;
    margin: 0;
    padding: 25px 0 27px;
    background-color: #eee;
    border-bottom: 4px solid #da9c89;
	border-top: 4px solid #da9c89;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
}
.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__subnav::before{
	content: '';
    position: absolute;
    top: 4px;
    left: 50%;
    border: 10px solid transparent;
    border-bottom-color: #da9c89;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bg_topDiv{
	float: right;
}
#top{
	background: #D70D0D !important
}
#top .kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu.kt-menu__submenu--left {
    right: -18px;
    left: -21px;
    z-index: 99999;
    border-radius: 5px;
}
#top #textCenter span:hover {
    color: #fabe00 !important;
    display: inline-block;
    width: 100%;
}
#top .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--classic {
    width: max-content;
    padding-top: 10px;
    padding-bottom: 0;
	background: none;
}
#top .level_one:hover{
	color: #fabe00 !important;
}
#top #textCenter span {
    display: inline-block;
    width: 100%;
    height: 55px;
    padding-top: 20px;
    margin-top: -20px;
}
#top .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    color: #fff;
    font-weight: normal;
    font-size: 20px !important;
}
#top .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--classic:hover {
    background: none;
	box-shadow: none;
}
.kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__subnav {
    list-style: none!important;
    padding: 0;
    margin: 0;
    padding: 0;
    background-color: #eee;
    border-bottom: 4px solid #da9c89;
	border-top: 4px solid #da9c89;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
}
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link {
    background-color: #fafbff;
    border-radius: 4px;
}
#top .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    color: #000;
    display: block;
    text-align: center;
}
.input-group {
    float: right;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: auto;
}
.contant {
    width: 1200px;
    margin: 0 auto;
}
.carousel-inner img, .carousel-inner video {
  height: 676px;;
  width: 100%;
  border-radius: 0px;
}
.carousel-indicators {
    position: absolute;
    right: 30px;
    bottom: 1px;
    left: 68%;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
}
.carousel-indicators li {
    border-radius: 50%;
    width: 12px;
    height: 12px;
	margin: 0 5px;
}
.carousel-indicators .active {
	width: 30px;
	height: 10px;
	border-radius: 25px;
	border: 1px solid #fff;
	margin-top: 10px;
}




.fade-carousel .carousel-inner .carousel-item {
  opacity: 0; /* 初始透明度为 0，元素隐藏 */
  transition-property: opacity; /* 定义过渡属性为透明度 */
  transition: transform .5s linear;
}

.fade-carousel .carousel-inner .carousel-item.active {
  opacity: 1; /* 透明度为 1，元素显示 */
  transition: transform .5s linear;
}

.fade-carousel .carousel-inner .carousel-item.active,
.fade-carousel .carousel-inner .carousel-item-next.fade,
.fade-carousel .carousel-inner .carousel-item-prev.fade {
  display: block !important; /* 强制显示元素 */
}

.fade-carousel .carousel-inner .carousel-item-next,
.fade-carousel .carousel-inner .carousel-item-prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.fade-carousel .carousel-inner .carousel-item-next.fade,
.fade-carousel .carousel-inner .carousel-item-prev.fade {
  opacity: 0; /* 进出场元素透明度为 0 */
}

.fade-carousel .carousel-inner .carousel-item-next.fade.show,
.fade-carousel .carousel-inner .carousel-item-prev.fade.show {
  opacity: 1; /* 进出场元素透明度为 1，显示 */
}

.fade-carousel .carousel-control-prev,
.fade-carousel .carousel-control-next {
 -index: 2; /* 调整前后控制的层级 */
}


.huadongDiv{
			width: 100%;
		}
.huadong {
		  height: 140px;
		  position: relative;
		  overflow: hidden;
		}
		.huadong .huabox {
		  margin: 0 auto;
		  width: 100%;
		}
		.huadong .notice_active {
		  float: left;
		  width: 100%;
		  height: 140px;
		  padding: 0;
		  overflow: hidden;
		  position: relative;
		}
        .huadong .notice_active ul{
			padding-left: 0;
			text-align: center;
			line-height: 140px;
		}
		.huadong .notice_active .notice_active_ch {
		  list-style-type: none;
		  height: 140px;
		  overflow: hidden;
		}
		.huadong_bg{
			z-index: -1;
			position: absolute;
			width: 100%;
			height: 100%;
		}
		.notice_active_ch img{
			width: 1104px;
			height:79px;
		}
		.max-width{
			max-width: 50%;
		}
		.newPart1{
			padding: 10px 0;
		}
		.newPart1 p{
			margin-bottom: 0;
		}
		.newPart1_tit .img{
			width: 22px;
			vertical-align: sub;
		}
		.newPart1_tit .title{
			font-size: 20px;
			font-weight: bold;
			color: #333;
			padding-left: 5px;
		}
		.newmore{
			color: #999;
		}
		.newmore:hover{
			color: #D70D0D;
		}
		.newmoreImg{
			vertical-align: sub;
			width: auto !important;
			margin: 0 !important;
		}
		.newmoreP a:hover{
			color: #D70D0D;
		}
		.newPart1_tit .newmoreP{
			padding-top: 5px;
		}
		.newmore:hover{
			color: #D70D0D;
		}
		.newmore{
			font-size: 13px !important;
			color: #999 !important;
		}
		.newPart1_tit .moreImg{
			width: 15px;
			vertical-align: middle;
		}
		.conent .conentP span{
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			line-height: 54px;
			width: 95%;
			display: inline-block;
			border-bottom: 1px solid #efefef;
			background: url(../img2/squery.png) no-repeat;
			background-size: 6px;
			background-position: left;
			padding-left: 18px;
			font-size: 17px;
		}
		.conent .conentP a{
			color: #333;
		}
		.conent .conentP a:hover{
			color: #D70D0D;
		}
		.mb{
			margin-bottom: -10px;
			margin-top: 15px;
		}
		.u-news:first-child{
			margin-top: 45px;
		}
		.u-link03{
			display: block;
			float: right;
			width: 150px;
			height: 42px;
			line-height: 42px;
			padding-left: 20px;
			color: #D70D0D;
			font-weight: 700;
			border-radius: 30px;
			font-size: 16px;
			border: 1px solid #e4e4e5;
			margin-top: 24px;
		}
		.u-link03:hover{
			background: #f2f2f2;
			color:#D70D0D;
			text-decoration: none;
			border:1px solid #e40015;
		}
		.u-news img{
			margin-right: 10px;
			width: 24%;
			margin-top: -4px;
		}
		.sszl_shadow{
			margin: 0 -10px;
		}
		.spzl1_img {
			width: 385px;
			height: 210px;
			overflow: hidden;
		}
		.img_pic, .img_pic_hsg {
			height: 210px;
			width: 385px;
			vertical-align: middle;
			border-radius: 4px;
		}
		.banner {
			padding: 0;
			margin-top: 10px;
		}
		.contant_sszl {
			background-color: #fff;
			margin-top: 10px;
			padding-bottom: 0;
		}
		.kt-footer--fixed{
			margin-top: 0;
		}
		.lunbo {
			margin-top: 0;
			padding: 0;
			background: url(../img2/bg_lunbo.png) no-repeat;
			background-size: cover;
			padding: 10px 0;
		}
		.newPart1 .conent{
			padding-top: 12px;
		}
		.subtitle{
			height: 35px;
			line-height: 35px;
			background: #D70D0D;
			color: #fff;
			font-size: 18px;
			padding-left: 50px;
		}
		#top .level_one {
			position: relative;
			width: 100%;
			height: 55px;
			cursor: pointer;
		}
		#top .level_one:hover{
			color: #fabe00;
		}
		#top #textCenter {
			display: inline-block;
			margin: auto;
			width: 100%;
			text-align: center;
			padding: 0 !important;
			height: 24px;
			line-height: 24px;
			border-right: 1px solid #e0e0e0;
		}
		#top .textCenterLast{
			border-right: none !important;
		}
		.tit_oneContent {
			float: left;
			max-width: 320px;
		}
		.footer_box {
			height: 160px;
		}
		.footer_box .row {
			margin: 0px !important;
  		  font-size: 14px;
   		 height: 160px;
   		 overflow: hidden;		
		}
		.font_font {
			line-height: 40px;
			color: #fff;
			margin-top: 2% !important;
		}
		.code {
			line-height: 40px;
			margin-top: 2% !important;
		}
		.wsbs_main .icon_font {
			padding: 0px;
			margin-top: -30px;
			font-size: 14px;
			font-weight: bold;
		}
		.shutter {
			height: 77.5px !important;
		}
		.search {
			margin-top: 0px !important;
			padding: 0 5px;
		}
		#top #kt_header_menu .kt-menu__nav {
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			margin: 0 -10px;
		}
		
		.xwdtPart{
			margin-top: 10px;
		}
		.attendPart{
			background: url(../img2/bg_attend.png) no-repeat;
			background-position: 0 10px;
			height: 311px;
			background-size: contain;
			position: relative;
		}
		.attendPart img{
			width: 30px;
			padding-top: 10px;
		}
		.attendPart .attend_span{
			color: #fff;
			font-size: 13.89px;
			display: block;
			padding: 10px 0;
		}
		.attendPart .attend_icon1,.attendPart .attend_icon2,.attendPart .attend_icon3,.attendPart .attend_icon4,.attendPart .attend_icon5,.attendPart .attend_icon6,.attendPart .attend_icon7{
			height: 83px;
			width: 83px;
			position: absolute;
			background-color: #D70D0D;
			text-align: center;
			transition: transform .5s linear;
		}
		.attendPart .attend_icon1:hover,.attendPart .attend_icon2:hover,.attendPart .attend_icon3:hover,.attendPart .attend_icon4:hover,.attendPart .attend_icon5:hover,.attendPart .attend_icon6:hover,.attendPart .attend_icon7:hover{
			transform: scale(1.1);
		}
		.attendPart .attend_icon1{
			top: 52px;
		}
		.attendPart .attend_icon2{
			top: 97px;
			left: 87px;
		}
		.attendPart .attend_icon3{
			top: 184px;
			left: 87px;
		}
		.attendPart .attend_icon4{
			top: 54px;
			right: 86px;
		}
		.attendPart .attend_icon5{
			top: 97px;
			right: 0px;
		}
		.attendPart .attend_icon5 img,.attendPart .attend_icon7 img{
			padding-top: 5px;
		}
		.attendPart .attend_icon5 .attend_span,.attendPart .attend_icon7 .attend_span{
			padding-top: 0;
		}
		.attendPart .attend_icon6{
			top: 140px;
			left: 174px;
		}
		.attendPart .attend_icon7{
			top: 227px;
			left: 174px;
		}
		
		.ywgzPart{
			margin-top: 10px;
		}
		.ywgzPart .ywgz_icon{
			display: inline-block;
			width: 122px;
			height: 122px;
			background: #FFFFFF;
			box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
			text-align: center;
			float: left;
			transition: transform .5s linear;
		}
		.ywgzPart .ywgz_icon:hover{
			transform: scale(1.1);
		}
		.ywgzPart .ywgz_icon img{
			width: 65px;
			padding-top: 11px;
		}
		.ywgzPart .ywgz_icon span{
			display: block;
			font-size: 14px;
			padding: 11px;
			color: #333;
			font-weight: 600;
		}
		.ywgzPart .bj_red{
			background-color: #D70D0D;
		}
		.ywgzPart .bj_red span{
			color: #fff;
		}
		.ywgzPart .ywgz_icon.specialFont img{
			padding-top: 6px;
		}
		.ywgzPart .ywgz_icon.specialFont span{
			margin-top: -7px;
		}
		.ywgzPart .specailPart{
			box-shadow: none;
		}
		.mt_4{
			margin-top: -4px;
		}

		.searchBtnSty{
			position: absolute;
  			right: 30px;
		}
		
		
}

@media screen and (min-width: 800px) and (max-width:930px){
	body{
		width: 1200px;
	}
	#top #textCenter span {
	    display: inline-block;
	    width: 100%;
	    height: 55px;
	    line-height: 55px;
	}
}
@media screen and (width:820px){
	body{
		width: 1200px;
	}
	#top #textCenter span {
	    display: inline-block;
	    width: 100%;
	    height: 55px;
	    line-height: 55px;
	}
}
@media screen and (width: 768px){
	#top #textCenter span {
		display: inline-block;
		width: 100%;
		height: 55px;
		padding-top: 20px;
		margin-top: -5px;
	}
	body {
	    background: #fff;
	    width: 768px;
	}
	.huadongDiv {
	    width: 156%;
	}
	.huadong {
	    height: 67px  !important;
	    position: relative;
	    overflow: hidden;
	}
	.huadong .notice_active {
	    float: left;
	    width: 100%;
	    height: 67px !important;
	    padding: 0;
	    overflow: hidden;
	    position: relative;
	}
	.lunbo {
	    width: 156%;
	}
	.carousel-inner {
	    position: relative;
	    width: 99%;
	    overflow: hidden;
	}
	.shutter {
	    height: 77.5px !important;
	    margin-top: -30px !important;
	}
	.ywgzPart {
	    margin-top: 10px !important;
	}
}

@media screen and (max-width: 768px){
	body{
		min-width: 345px !important;
	}
	.carousel-inner img, .carousel-inner video {
	  width: 100%;
	  border-radius: 0px;
	}
	.carousel-indicators {
	    position: absolute;
	    right: 20px;
	    bottom: 0px;
	    left: 57%;
	    z-index: 15;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: right;
	    -ms-flex-pack: right;
	    justify-content: right;
	    padding-left: 0;
	    margin-right: 0;
	    margin-left: 0;
	    list-style: none;
	}
	.carousel-indicators li {
	    border-radius: 50%;
	    width: 10px;
	    height: 10px;
		margin: 0 5px;
	}
	.carousel-indicators .active {
		width: 21px;
		height: 10px;
		border-radius: 25px;
		border: 1px solid #fff;
		margin-top: 8px;
	}

			.huadong {
			  height: 36px;
			  position: relative;
			  overflow: hidden;
			}
			.huadong .huabox {
			  margin: 0 auto;
			  width: 100%;
			}
			.huadong .notice_active {
			  float: left;
			  width: 100%;
			  height: 36px;
			  padding: 0;
			  overflow: hidden;
			  position: relative;
			}
	        .huadong .notice_active ul{
				padding-left: 0;
				text-align: center;
				line-height: 36px;
				width: 75%;
				margin: auto;
			}
			.huadong .notice_active ul li{
				list-style: none;
			}
			.huadong .notice_active .notice_active_ch {
			  list-style-type: none;
			  height: 36px;
			  overflow: hidden;
			}
			.huadong_bg{
				z-index: -1;
				position: absolute;
				width: 100%;
				height: 100%;
			}
			.notice_active_ch img{
				width: 100%;
			}
			.max-width{
				max-width: 50%;
			}
			.newPart1{
				padding: 10px 0;
			}
			.newPart1 p{
				margin-bottom: 0;
			}
			.newPart1_tit .img{
				width: 22px;
				vertical-align: sub;
			}
			.newPart1_tit .title{
				font-size: 18px;
				font-weight: bold;
				color: #333;
				padding-left: 5px;
			}
			.newmore{
				color: #999;
			}
			.newmore:hover{
				color: #D70D0D;
			}
			.newmoreImg{
				vertical-align: sub;
				width: auto !important;
			}
			.newmoreP a:hover{
				color: #D70D0D;
			}
			.newPart1_tit .newmoreP{
				padding-top: 5px;
			}
			.newmore:hover{
				color: #D70D0D;
			}
			.newmore{
				font-size: 13px !important;
				color: #999
			}
			.newPart1_tit .moreImg{
				width: 15px;
				vertical-align: middle;
			}
			.conent .conentP span{
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
				line-height: 45px;
				width: 95%;
				display: inline-block;
				border-bottom: 1px solid #efefef;
				background: url(../img2/squery.png) no-repeat;
				background-size: 6px;
				background-position: left;
				padding-left: 18px;
				font-size: 15px;
			}
			.conent .conentP a{
				color: #333;
			}
			.conent .conentP a:hover{
				color: #D70D0D;
			}
			.mb{
				margin-bottom: -10px;
				margin-top: 15px;
			}
			.u-news:first-child{
				margin-top: 45px;
			}
			.u-link03{
				display: block;
				float: right;
				width: 150px;
				height: 42px;
				line-height: 42px;
				padding-left: 20px;
				color: #D70D0D;
				font-weight: 700;
				border-radius: 30px;
				font-size: 16px;
				border: 1px solid #e4e4e5;
				margin-top: 24px;
			}
			.u-link03:hover{
				background: #f2f2f2;
				color:#D70D0D;
				text-decoration: none;
				border:1px solid #e40015;
			}
			.u-news img{
				margin-right: 10px;
				width: 24%;
				margin-top: -4px;
			}
			.sszl_shadow{
				
			}
			.spzl1_img {
				width: 100%;
				height: auto;
				overflow: hidden;
			}
			.img_pic, .img_pic_hsg {
				height: auto;
				width: 100%;
				vertical-align: middle;
				border-radius: 4px;
			}
			.banner {
				padding: 0;
				margin-top: 10px;
			}
			.contant_sszl {
				background-color: #fff;
				margin-top: 10px;
				padding-bottom: 0;
			}
			.kt-footer--fixed{
				margin-top: 0;
			}
			.lunbo {
				margin-top: 0;
				padding: 0;
				background: url(../img2/bg_lunbo.png) no-repeat;
				background-size: cover;
				padding: 10px 0;
			}
			.newPart1 .attendPart{
				padding-top: 12px;
				max-width: 340px;
				margin: auto;
				min-width: 340px;
			}
			.subtitle{
				height: 30px;
				line-height: 30px;
				background: #D70D0D;
				color: #fff;
				font-size: 13px;
				padding-left: 20px;
			}
			#top .level_one {
				position: relative;
				width: 100%;
				height: 55px;
				cursor: pointer;
			}
			#top .level_one:hover{
				color: #fabe00;
			}
			#top #textCenter {
				display: inline-block;
				margin: auto;
				width: 100%;
				text-align: center;
				padding: 0 !important;
				height: 24px;
				line-height: 24px;
				border-right: 1px solid #e0e0e0;
			}
			#top .textCenterLast{
				border-right: none !important;
			}
			.tit_oneContent {
				float: left;
				max-width: 320px;
			}
			.footer_box {
				height: 140px;
			}
			.footer_box .row {
				margin: 0px !important;
				font-size: 15px;
			}
			.font_font {
				line-height: 40px;
				margin-top: 2% !important;
			}
			.code {
				line-height: 40px;
				margin-top: 2% !important;
			}
			.wsbs_main .icon_font {
				padding: 0px;
				margin-top: -30px;
				font-size: 14px;
				font-weight: bold;
			}
			.shutter {
				height: 77.5px !important;
			}
			.search {
				margin-top: 0px !important;
				padding: 0 5px;
			}
			#top #kt_header_menu .kt-menu__nav {
				display: flex;
				align-items: center;
				justify-content: center;
				width: 100%;
				margin: 0 -10px;
			}
			
			.xwdtPart{
				margin-top: 10px;
			}
			.attendPart{
				background: url(../img2/bg_attend.png) no-repeat;
				background-position: 0 10px;
				height: 311px;
				background-size: contain;
				position: relative;
			}
			.attendPart img{
				width: 30px;
				padding-top: 10px;
			}
			.attendPart .attend_span{
				color: #fff;
				font-size: 10.89px;
				display: block;
				padding: 7px 0;
			}
			.attendPart .attend_icon1,.attendPart .attend_icon2,.attendPart .attend_icon3,.attendPart .attend_icon4,.attendPart .attend_icon5,.attendPart .attend_icon6,.attendPart .attend_icon7{
				height: 23%;
				width: 21%;
				position: absolute;
				background-color: #D70D0D;
				text-align: center;
				transition: transform .5s linear;
			}
			.attendPart .attend_icon1:hover,.attendPart .attend_icon2:hover,.attendPart .attend_icon3:hover,.attendPart .attend_icon4:hover,.attendPart .attend_icon5:hover,.attendPart .attend_icon6:hover,.attendPart .attend_icon7:hover{
				transform: scale(1.1);
			}
			.attendPart .attend_icon1{
				top: 15.5%;
			}
			.attendPart .attend_icon2{
				top: 28%;
				left: 23%;
			}
			.attendPart .attend_icon3{
				top: 52.5%;
				left: 23%;
			}
			.attendPart .attend_icon4{
				top: 16%;
				right: 22.5%;
			}
			.attendPart .attend_icon5{
				top: 28%;
				right: 0px;
			}
			.attendPart .attend_icon5 img,.attendPart .attend_icon7 img{
				padding-top: 5px;
			}
			.attendPart .attend_icon5 .attend_span,.attendPart .attend_icon7 .attend_span{
				padding-top: 0;
			}
			.attendPart .attend_icon6{
				top: 40%;
				left: 45.2%;
			}
			.attendPart .attend_icon7{
				top: 65%;
				left: 45%;
			}
			
			.ywgzPart{
				margin-top: -32px;
			}
			.ywgzPart .ywgz_icon{
				display: inline-block;
				width: 32%;
				height: 122px;
				background: #FFFFFF;
				box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
				text-align: center;
				float: left;
				transition: transform .5s linear;
			}
			.ywgzPart .ywgz_icon:hover{
				transform: scale(1.1);
			}
			.ywgzPart .ywgz_icon img{
				width: 61px;
				padding-top: 11px;
			}
			.ywgzPart .ywgz_icon span{
				display: block;
				font-size: 12px;
				padding: 11px;
				color: #333;
				font-weight: 600;
			}
			.ywgzPart .bj_red{
				background-color: #D70D0D;
			}
			.ywgzPart .bj_red span{
				color: #fff;
			}
			.ywgzPart .ywgz_icon.specialFont img{
				padding-top: 6px;
			}
			.ywgzPart .ywgz_icon.specialFont span{
				margin-top: -7px;
			}
			.ywgzPart .specailPart{
				box-shadow: none;
			}
			.tableDiv{
				margin-top: 10px;
				height: 370px;
			}

	.main-box .search-box{
		display:none;
	}

	.breadcrumbs img{
		width:20px;
	}

	.breadcrumbs-box{
		height:50px;
		padding-left:10px;
		padding-right:10px;
	}
	.breadcrumbs-box .contant{
		height:50px;
	}

	
	.news-list-box{
		padding-left:10px;
		padding-right:10px;
	}

	.news-list-time{
		min-width:130px;
		text-align: right;
	}

	.news-list-infor{
		max-width:60%;
	}

	.news-list-infor a{
		max-width:98%;
	}

	.pcPage{
		display:none !important;
	}

	.mobliePage{
		display:block !important;
	}

	.page{
		justify-content: center;
	}

	.box-header-title-top-icon{
		width: 20px;
	}

	.box-header{
		width: 100%;
	}

	.box-header-more{
		font-size: 16px;
	}

	.box-header-more img{
		width: 16px;
	}

	.page{
		align-items: center;
    	justify-content: center;
    	position: relative;
    	display: flex;
    	margin: 30px 0px;
    	margin-left: 5px;
	}

	.page p{
			padding: 0 5px;
		    margin: 5px 5px 0px 0px;
		    color: #CCCCCC;
		    border: #CCCCCC 1px solid;
		    font-size: 15px;
		    font-weight: normal;
			display: inline-block;
			border-radius: 4px;
			background-color: #fff;
			border: 1px solid #DDDDDD;
	}
	.page a{
			padding: 0 5px;
		    margin: 5px 5px 0px 0px;
		    background: #fff none repeat scroll 0% 0%;
		    float: left;
		    color: #404040;
		    border: #CCCCCC 1px solid;
		    font-size: 15px;
		    font-weight: normal;
			display: inline-block;
			border-radius: 4px;
			border: 1px solid #DDDDDD;
	}
	.page .pcPage{
		display:none !important;
	}
	.page .mobliePage{
		display:block !important;
	}



	.card-body {
		padding: 0;
	}
	.records-box-right .form-group {
		width: 100%;
		margin-left: 0px !important;
	}
	.records-box-right .form-control {
		width: 100%;
		margin: 0;
	}
	.form-group label {
		width: 100px;
		color: #333;
		font-size: 16px;
	}
	.head-table thead tr td {
		color: #333;
		font-size: 16px;
		font-weight: bold;
		background: #F4F4F4;
		line-height: 30px;
		text-align: center;
		padding: 10px 0;
	}
	.head-table tbody tr td {
		color: #333;
		text-align: center;
		line-height: 45px;
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.06);
		height: 45px;
	}
	.card-body .tab-content{
		box-shadow: none;
		border-radius: 4px;
		padding: 0 20px;
	}
	.head-table-box {
		overflow-x: scroll;
		border: 1px solid #eee;
	}
	.form-group label {
		width: auto;
		display: block;
	}
	
	.box-zyls{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.zyls-main{
		width: 100%;
		height: auto;
		flex-flow: column;
		background: #d25e45;
	}

	.zyls-left{
		width: 100%;
	}

	.zyls-right{
		width: 100%;
		margin-top: 20px;
	}

	.zyls-right-img{
		text-align: center;
	}

	.zyls-right-img img{
		padding: 0;
		width: 100px;
		margin-bottom: 10px;
	}

	.box-llxx{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.box-xxzl{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.xxzl-li img{
		width: 88px;
		height: auto;
	}

	.xxzl-li-listpage img{
		width: 150px;
		height: auto;
	}

	.xxzl-list{
		display: flex;
		width: 100%;
		justify-content: space-around;
	}

	.xxzl-list-listpage{
		display: flex;
		width: 100%;
		justify-content: space-around;
		flex-flow: row wrap;
	}
	
	.xxzl-li-listpage{
		flex:0 0 50%;
		text-align: center;
		margin: 20px 0;
	}

	.box-top-img img{
		width: 180px;
	}
	.news-list-title{
		max-width: 200px;
	}
}
