@charset "utf-8";
/* CSS Document */
/* 擁CSS隅砱 */
body
{
	text-align: center;
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 12px;
	color: #545454;
}
div, form, img, ul, ol, li, dl, dt, dd
{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
table, td, tr, th
{
	font-size: 12px;
}
li
{
	list-style-type: none;
}
/* 蟈諉晇伎 */
a:link
{
	text-decoration: none;
	color: #545454;
}
a:visited
{
	text-decoration: none;
	color: #545454;
}
a:hover
{
	text-decoration: underline;
	color: #ff3300;
}
a:active
{
	text-decoration: none;
	color: #000;
}
/* 趼极晇伎 */
.cRed
{
	color: #ee3e02;
}
.cHui
{
	color: #999999;
}
.cHei
{
	color: #336699;
}
.cHuang
{	

	color: #FEFF99;
}
.cWhite
{
	color: #FFFFFF;
}
.cZhong
{
	color: #FA5200;
}
.cBlue
{
	color: #0066FF;
}
/* 趼极扽俶 */
.fB
{
	font-weight: bold;
}
.fI
{
	font-style: italic;
}
/* 趼极湮苤*/
.f12px
{
	font-size: 12px;
}
.f14px
{
	font-size: 14px;
}
.f16px
{
	font-size: 16px;
}
.f18px
{
	font-size: 18px;
}
.f26px
{
	font-size: 26px;
}
/* 坻扽俶 */
.left
{
	float: left;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
	font-size: 0px;
	width: 0px;
	visibility: hidden;
}
.clear2:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.hidden
{
	display: none;
}
.unLine, .unLine a
{
	text-decoration: none;
}
.noBorder
{
	border: none;
}
.bBottom
{
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	height: 30px;
	line-height: 16px;
	vertical-align: middle;
	width: 50px;
}
.blue_c{ display:block;}
 .blue_c a:link
{
	text-decoration:none;
	color:#0041d9
}
.blue_c a:visited
{
	text-decoration: none;
	color:#0041d9
}
.blue_c a:hover
{
	text-decoration: underline;
	color: #ff3300;
}
.footer{ margin:15px auto 0px auto; width:950px; text-align:center; line-height:25px;}


.tongyong {
	width: 100%;
	margin: 0 auto 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 0;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
}

.tongyong .waicengkuang {
	width: 100%;
	height: 26px;
	line-height: 28px;
	border-radius: 5px 5px 0px 0px;
	padding: 10px 10px;
}

.tongyong .chuguo_caidan_kuang {
	border-top: #F3F3F3 1px solid;
	border-bottom: #F3F3F3 1px solid;
}

.tongyong .chuguo_caidan_kuang .yangshi {
	width: 80px;
	height: 24px;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	font-size: 12px;
	font-family: Microsoft YaHei, Microsoft YaHei-Normal;
	font-weight: Normal;
	text-align: CENTER;
	color: #333333;
	line-height: 24px;
	cursor: pointer;
	margin-left: 3px;
	background-image:unset;
}

.tongyong .chuguo_caidan_kuang .swiper-slide-thumb-active {
	background-color: #008cd6;
	color: #fff;
}

.tongyong .title {
	width: 100%;
	color: #4b4643;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	font-size: 22px;
	padding: 10px 0 20px 0;
}

.tongyong .bglist {
	border-bottom: 1px solid #EFEFEF;
	width: 31%;
	margin: 1.1%;
	float: left;
	padding: 0 0 1% 0;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tongyong .chuguo_gonggao_kuang .come {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
}

.gongju_itemList {
	width: 100%;
	margin: 10px auto 0;
}


.gongju_itemList .title {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.gongju_itemList .title span {
	padding-bottom: 9px;
	border-bottom: 2px solid #cf0f19;
	font-size: 24px;
	font-weight: bold;
}

.gongju_itemList .list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 30px;
}
.gongju_itemList .list dd{
	width: 24%;
	padding-right: 1%;
}
.gongju_itemList .list dd a{
	font-size: 14px;
	display: block;
	margin-top: 6px;
}
.gongju_itemList .list dd a p{
	margin-block-start: .3em;
	margin-block-end: .3em;
}

.gongju_itemList .list li {
	width: 23%;
	padding-right: 2%;
	display: flex;
	margin-top: 25px;
}

.gongju_itemList .list li img {
	width: 65px;
	height: 65px;
	display: block;
	margin-right: 20px;
}

.gongju_itemList .list li .menu_items .name {
	font-size: 18px;
}

.gongju_itemList .list li .menu_items .name a:hover {
	color: #cf0f19;
}

.gongju_itemList .list li .menu_items .text {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}