/* body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6 { font-family: Microsoft YaHei,'宋体' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;} */
body{

}
@font-face {
	/* font-properties */
	font-family: HYShangWeiShouShuW-Regular;
	src:url('http://img.heifeng.xin/font/HYShangWeiShouShuW.ttf'),  
	url('http://img.heifeng.xin/font/HYShangWeiShouShuW.ttf'),
	url('http://img.heifeng.xin/font/HYShangWeiShouShuW.ttf'); 

}
@font-face {
	/* font-properties */
	font-family: ARIAL;
	src:url('../fonts/ARIAL.ttf'),  
	url('../fornts/ARIAL.ttf'),
	url('../fornts/ARIAL.ttf'); 

}
@font-face {
	font-family: FONTTITLE;
	src:url('../fonts/FONTTITLE.TTF'),  
	url('../fornts/FONTTITLE.TTF'),
	url('../fornts/FONTTITLE.TTF');

}
@font-face {
	font-family:AvantGardeMdITCTT Bold;
	src:url('../fonts/AvantGardeMdITCTT Bold.ttf'),  
	url('../fornts/AvantGardeMdITCTT Bold.ttf'),
	url('../fornts/AvantGardeMdITCTT Bold.ttf');
	
}
@font-face {
	font-family: A03-;
	src:url('../fonts/A03.ttf'),  
	url('../fornts/A03.ttf'),
	url('../fornts/A03.ttf');

}
@font-face {
	/*字体丢失
	font-family: A05-;
	src:url('../fonts/A05-.ttf'),  
	url('../fornts/A05-.ttf'),
	url('../fornts/A05-.ttf');
	*/

}
@font-face {
	font-family: NotoSansHans-Bold;
	src:url('../fonts/NotoSansHans-Bold.otf'),  
	url('../fornts/NotoSansHans-Bold.otf'),
	url('../fornts/NotoSansHans-Bold.otf'); 

}
@font-face {
	/* font-properties */
	font-family:NotoSansHans-Regular;
	src:url('../fonts/NotoSansHans-Regular.otf'),  
	url('../fornts/NotoSansHans-Regular.otf'),
	url('../fornts/NotoSansHans-Regular.otf');

}
@font-face {
	/* font-properties */
	font-family:AvenirNextLTPro-Bold;
	src:url('../fonts/AvenirNextLTPro-Bold.otf'),  
	url('../fornts/AvenirNextLTPro-Bold.otf'),
	url('../fornts/AvenirNextLTPro-Bold.otf');
}
@font-face {
	/* font-properties */
	font-family:NotoSansHans-Medium;
	src:url('../fonts/NotoSansHans-Medium.otf'),  
	url('../fornts/NotoSansHans-Medium.otf'),
	url('../fornts/NotoSansHans-Medium.otf');
}

@font-face {
	/* font-properties */
	font-family:Roboto-Thin;
	src:url('../fonts/Roboto Thin.ttf'),  
	url('../fornts/Roboto Thin.ttf'),
	url('../fornts/Roboto Thin.ttf');
}


@font-face {
	/* font-properties */
	font-family:Arial-BoldMT;
	src:url('../fonts/ARLRDBD_0.TTF'),  
	url('../fornts/ARLRDBD_0.TTF'),
	url('../fornts/ARLRDBD_0.TTF');


}
@font-face {
	/* font-properties */
	font-family:Avant Garde Book BT;
	src:url('../fonts/Avant Garde Book BT.ttf'),  
	url('../fornts/Avant Garde Book BT.ttf'),
	url('../fornts/Avant Garde Book BT.ttf');


}



body,a{
	font-weight: 0;
	color: #333333;
	list-style: none;
	font-size: 14px;
}
ul{
	list-style: none !important;
}
a{
	text-decoration: none !important;
}
.red{
	background: red;
}
@media only screen and (max-width : 320px) { 
	/* background:green */
} 

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.red{
		background:green;
	}
    
} 

/* Small Devices, Tablets */ 
@media only screen and (max-width : 768px) {
	.red{
		background:green;
	}
    .tablist_content{
        width: 400px;
    }
    /* .warpp .row div{
        margin-right: 60px;
    }
    .warpp .row div:nth-child(3){
        margin-right: 0px ;
    } */
}
@media only screen and (max-width : 414px){
    .syS{
        position: absolute;
        white-space: normal !important;
        right: 0 !important;
        bottom: -60px !important;
    }
}

/* Large Devices, Wide Screens */ 
@media only screen and (max-width : 1200px) { 
    .tablist_content{
        width:520px;
    }
}
/* Medium Devices, Desktops */ 
@media only screen and (min-width : 1200px) { 
    .tablist_content{
        width:700px;
    }
}

input{  
	background:none;  
	outline:none;  
	border:0px;
}
@media (min-width: 768px){
	.mobile{
		display: none;
	}
	.topBar{
		display: block;
	}
}
@media (max-width: 768px){
	.topBar{
		display: none !important;
	}
	.dateDiv{
		font-size: 1rem !important;
	}
	.mobile{
		display: block;
	}
	.change{
		height: 100%;
		float: right;
		background: #fff;
		border: none;
	}
}

/*手机端导航条*/


.broadNav .breadcrumb .active{
	color: #A71C10 !important;

}
.mbDiv .nav-tabs .active{
	color: #A71C10 !important;
}

.activeBtom{
	border-bottom: 1px #A71C10 solid;
}
.topBar{
	height: 124px;
}
.searchBtn{
	position: relative;
	/* margin-left: 10px; */
}
.btnImgDivClick{
	margin-right: 34%;
}
.inputDiv{
	display: none;
	left: 45%;
	top: 0;
	width: 55%;
	position: absolute;
	border-bottom: 1px #6F6F6F solid; 
}
.inputDiv input{
	margin-left: 19.5px;
	width: 80%;
	font-size:16px;
	font-weight:normal;
	color:rgba(102,102,102,1);

}
.btnImgDiv{
	display: flex;
	justify-content: flex-end;
	height: 100%;
	align-items: center;
}
.btnImgDiv img{
	width: 10px;
	height: 11px;
}
.delTextDiv{
	display: none;
	position: absolute;
	width: 15px;
	height: 100%;
	right: 0;
	top: 0;

}
.delTextDiv img{
	width: 100%;
	border-radius: 100%;	
}
.swiper_wrap{
	height: 30px;
	overflow: hidden;
	display: flex;
	color: #A71C10;

}
.searchFd{
	width: 19px;height: 17px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* 新闻轮播文字 */
.swiper_wrap{
	z-index: 1;
}
.swiper_wrap>ul>li{
	list-style:none;
}
.swiper_wrap ul{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	float: right;
	color: #A71C10;
	font-size:14px;
	margin-top: 1px;
}
.swiper_wrap> ul>li a{
	color: #A71C10;
	font-size: 14px !important;

}
.swiper_wrap> ul>li{
	line-height: 30px;
	padding-left: 24px;
}
.swiper_wrap a:hover{
	color:  #A71C10;
	text-decoration: none;
}
/*静态banner*/
.bannerBgg{
	height:240px;
	background: url(images/index/searchBg.png) no-repeat;
	/* background-size: 100% 100% !important; */
    background-size: cover !important;
    background-position: center center !important;
	display: flex;justify-content: center;align-items: center;
}
.searchTitleS{
	font-size:36px;
	font-weight:500;
	color:rgba(164,23,19,1);
	padding-left: 45px;
	font-family:A03-;
	padding: 0 15px;
}
/*原创文章*/
.searchTitleS a{
	font-size:20px;
	font-weight:normal;
}




/*全局搜索列表*/
.xxIan{
	padding: 25px 0;
	border-top: 1px #ccc solid;


}
.resultList{
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.resultList>div:last-child>div{
	border-bottom: 1px #ccc solid;
}
.bigList{
	margin-bottom: 10px;
	   padding-right: 15px;
    padding-left: 15px;
	border-bottom: 1px #ccc solid;
	
}
.elite>div:last-child>div{
	border-bottom: 0 !important;


}
.neiR{
	height: 100%;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	padding-left: 15px;
	padding-right: 15px;
}
.juTiDate{
	line-height: 82px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:50px;
	font-family:AvenirNextLTPro-Bold;
	font-weight:bold;
	color:rgba(153,153,153,1);
}
.jtYue{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:18px;
	font-family:AvenirNextLTPro-Demi;
	font-weight:normal;
	color:rgba(153,153,153,1);
}
.ydBtn,.ydBtnO{
	width:100px;
	height:32px; 
	border:1px solid rgba(164,23,19,1);
	border-radius:1px;
	display: flex;
	justify-content: center;
	align-items: center;

}
.ydBtn{
	color: #A41713;

}
.ydBtnDiv{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ydBtnO{
	background: rgba(164,23,19,1) !important;
	color:#fff !important;
}
/*分页样式*/

.totalDiv{
	font-size:14px;
	font-weight:400;
	color:rgba(51,51,51,1)
}
.goBtn{
	width:34px;
	height:29px;
	background:rgba(164,23,19,1);
	border-radius:2px;
	font-size:12px;
	font-weight:normal;
	color:rgba(255,255,255,1);
	cursor: pointer;
}
.goBtn:hover{
	background: #801715;
}
.shuRu input{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.shuRu{
	position: relative;
	width:44px;
	height:29px;
	border:1px solid rgba(200,200,200,1);
	border-radius:2px;
}
.leftJ{
	width:35px;
	height:29px;
	background:rgba(238,238,238,1);
	border-radius:2px;
}

.tiaoTurnBtn div{
	margin: 0 3px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*全局搜索面包屑*/
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	color: #6c757d;
	content: ">";
}
.broadNav{
	height:41px;
	background:rgba(245,245,245,1);
}
.broadNav>div>div>ol{
	background:rgba(245,245,245,1);
	margin: 0;
	padding: 0;
	height: 100%;
	display: flex;
	align-items: center;
	font-size:14px;

}
.diZhiImg{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dzimgDiv{
	width: 11px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;

}
.dzimgDiv img{
	width: 100%;
}
.diZhi linHeight{
	margin-bottom: 15px;
}
em, i {
    font-style: normal;
}

/* //面包屑 */


.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	color: #6c757d;
	content: ">";
}
.broadNav{
	height:41px;
	background:rgba(245,245,245,1);
}
.broadNav>div>div>ol{
	background:rgba(245,245,245,1);
	margin: 0;
	padding: 0;
	height: 100%;
	display: flex;
	align-items: center;
	font-size:14px;

}
.diZhiImg{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dzimgDiv{
	width: 14px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;

}
.dzimgDiv img{
	width: 100%;
}
/* 分页样式 */
@media (min-width: 768px){
	
	
}
@media (max-width: 768px){

}
.totalDiv{
	font-size:14px;
	font-weight:400;
	color:rgba(51,51,51,1)
}
.goBtn{
	width:34px;
	height:29px;
	background:rgba(164,23,19,1);
	border-radius:2px;
	font-size:12px;
	font-weight:normal;
	color:rgba(255,255,255,1);
}
.shuRu input{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.shuRu{
	position: relative;
	width:44px;
	height:29px;
	border:1px solid rgba(200,200,200,1);
	border-radius:2px;
}
.leftJ{
	width:35px;
	height:29px;
	/*background:rgba(238,238,238,1);*/
	border-radius:2px;
}

.mbZz{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: cenetr;
	width: 100%;
	position: relative;
}
.mbZzDiv{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 104px;
	background: #f7f7f7;
	/*border: 1px solid rgba(255, 255, 255, 1);*/
	height: 111px;
	/*box-shadow: -2px 5px 65px 0px rgba(182,182,182,0.77);*/
	box-shadow: -2px 5px 65px 0px #e9e9e9;
	-webkit-box-shadow: -2px 5px 65px 0px #e9e9e9;
}
.mbZzDiv-b{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 88px;
	background: #fff;
	box-shadow: -2px 5px 65px 0px #e9e9e9;
	-webkit-box-shadow: -2px 5px 65px 0px #e9e9e9;
}
.mbDiv{
	/*padding-top: 22px !important;*/
	padding-top: 40px !important;
}
/* 面包屑加日期搜索的样式 */
.mbDiv .nav-tabs{
	border: none !important;
}
.mbDiv .nav-tabs a{
	font-size:14px;
	font-weight:500;
}
.jsImg img{
	width: 100%;
	float: left;
}
.jsImg{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 4px;
	top: 0px;
	bottom: 0;
	width: 16px;
	height: 100%;
}
.dateKj{
	position: relative;
	display: flex;
	height:28px;
	width: 198px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(235,235,235,1);
	border-radius:2px;
	z-index: 998;
}
.dateKj input{
	width: 80%;
	height: 100%;

	/* opacity: 0; */
}
.zZTxt{
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 89%;
	height: 100%;
}
.zZTxt div{
	display: flex;
	justify-content: center;align-items: center;
}
.jianT{
	width: 7px;
}
.jianT img{
	width: 100%;
}
.zZTxtt{
	font-size:14px;
	font-weight:400;
	color:rgba(85,85,85,1);
}
.ssPwDiv{
	margin:0 15px;

	width:193px;
	height:28px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(235,235,235,1);
	border-radius:2px;
	position: relative;
}
.ssPwDiv input{
	/*width: 86%;
	margin-left: 10%;*/
	width: 164px;
	padding-left: 10px;
	height: 100%;
	font-size:14px;
	font-weight:400;
	color:rgba(136,136,136,1);
}
.jsText{
	font-size:16px;
	font-weight:600;
	color:#666;
	line-height: 26px;
}
.broad{
	background: rgba(249,249,249,1);
	box-shadow: 0px 8px 27px 0px rgba(182,182,182,0.77);
}
.shousuoDiv{

	display: flex;
	justify-content: flex-end;

}
.mbDiv .nav-tabs .nav-link {

	border: 1px solid transparent;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;


}
.mbDiv .nav-tabs .nav-item{
	margin-right: 0.5rem;
}

.mbDiv .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	border: none;
	background:rgba(239,239,239,1);
}
.linkTabClass{
	font-size:17px !important; 
	font-family:A03-;
	font-weight:500 !important; 
	color:rgba(68,68,68,1);
}
/* } */

.container .tab-pane .fade .active div div{
	color: #333 !important;
}
.tipTitle{

	font-size:24px;
	font-family:Arial-BoldMT;
	font-weight:bold;
	color:rgba(102,102,102,1);

	padding: 10px;

}
.lineRow{
	height:1px;
	margin-bottom: 20px;
	background:rgba(200,200,200,1);
}
.addressImg{
	width: 100%;
	margin: 1rem 0;
}
.btnSub{
	width:80px;
	height:27px;
	border-radius: 0 !important;
	color: #fff;
	text-align: center;
	background:rgba(164,23,19,1);
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0 !important;
}
.formBg input{
	background:#F5F5F5;

}
.formBg{
	margin-top: -15px;
}
.formBg textarea{
	background:#F5F5F5;
}

.xxIanT{
	margin-bottom: 15px;
	padding: 25px 0;
	margin-left: 15px;
	margin-right: 15px;
	background:linear-gradient(90deg,rgba(241,241,241,1) 0%,rgba(249,249,249,1) 100%);
	border-radius:2px;

}
.xxIanBg{

	box-shadow: 0px 5px 20px rgba(164, 23, 19, .3);
	transform: scale(1);
	-webkit-transform: scale(1);
	border: none;
	background: #fff;
	background:#A41713 !important;
	color: #fff !important;
}
.xxIanBg div{
	color: #fff !important;
}
.resultList{
	display: flex;
	flex-direction: column;
}

.neiR{
	border-left: 1px #e2e2e2 solid;
	padding-left: 30px;
	padding-right: 15px;
}
.lsJs{
	font-size:16px;
	font-family:A02-;
	font-weight:400;
	color:rgba(102,102,102,1);


}
.mingzi{
	width: 246px;
}
.lsName{
	display: flex;
	justify-content: center;
	align-items: center;

	font-size:30px;
	font-family:A03-;
	font-weight:500;
	color:rgba(51,51,51,1);
}
.lsTip{
	margin: 15px 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;

	font-size:16px;
	font-family:A02-;
	font-weight:400;
	color:rgba(51,51,51,1);
}
.ydBtnT{
	border-radius: 20px !important;
}
.ydBtn{
	width:98px;
	height:30px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(164,23,19,1);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:16px;
	font-weight:400;
	color:rgba(164,23,19,1);

}
.ydBtn:hover{
	color:#fff;
	background: rgba(164,23,19,1);
}
.ydBtnOv{
	border:1px solid #fff !important;
	color: #fff !important;
	background: rgba(164,23,19,1)!important;
}
.ydBtnOvT{
	border:1px solid #fff !important;
	color: #fff !important;
	background: rgba(164,23,19,1)!important;
}

.ydBtnDiv{
	display: flex;
	justify-content: center;
	align-items: center;

}
/* 搜索结果 */
.findFinshDiv{
	margin: 0;
	background:rgba(240,240,240,1);

}
.noFinshDiv{
	margin: 0;
	/*background: -moz-linear-gradient(#F2E8E8, #fff);
	background: -webkit-linear-gradient( #F2E8E8, #fff);
	background: linear-gradient(#F2E8E8, #fff); */
	background: -moz-linear-gradient(#ede3e3, #fdf0f0);
	background: -webkit-linear-gradient( #ede3e3, #fdf0f0);
	background: linear-gradient(#ede3e3, #fdf0f0); 
	height:50px;
	font-size: 16px;
	/* background:#F2E8E8; */
}
.noFindImg{
	margin: 0;
	background: #fff;
	padding: 50px 0;
}
.noFindImg div{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size:16px;
	font-weight:400;
	color:rgba(61,61,61,1);
}
.noFindImgImg{
	width:133px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.noFindImgImg img{
	/*width: 100%;*/
	width: 91px;
}
.seeAll{
	width:133px;
	height:38px;
	margin: 20px 0;
	background:rgba(237,237,237,1);
	border-radius:19px;
}

.findFinshDiv,.noFinshDiv div{
	display: flex;
	justify-content: center;
	align-items: center;
	height:50px;
	color: #666;
}


.ssLs{
	margin-left: 100px;
	/* background: green; */
}
.jgTu{
	position: absolute;
	right: 15px;
	bottom: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 61px;
	height: 60px;
}
.jgTu img{
	width: 100%;
}
.ssLsText{
	margin-right: 5px;

	font-size:16px;
	font-family:A03-;
	font-weight:500;
	color:rgba(102,102,102,1);
}
.ssLsImg{
	position: absolute;
	top: 0;
	right: 5px;
	width: 16px;
	height: 15px;
}
.ssLsImg img{
	width: 100%;
}

.shuRuLs{

	width:286px;
	height:28px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(235,235,235,1);
	border-radius:2px;
	position: relative;
}
.shuRuLs input{
	font-size:14px;
	font-weight:400;
	color:rgba(136,136,136,1);
	position: absolute;
	top: 0;
	left: 0;
	width: 95%;
	margin: 0 2.5%;
	height: 100%;
}
.ssList{
	/*position: relative;*/
	display: flex;
	justify-content: center;
	align-items: center;
}

.jySearch{
	background:rgba(249,249,249,1);
	border:1px solid rgba(255, 255, 255, 0.7);
	padding-top: 20px;
	/*padding-bottom: 10px;*/

}
.jySearchCon{
	position: relative;height: 67px;
	display: flex;justify-content: flex-end;
}
.jySearchConRow{
    margin-right: 29px;
	display: flex;
	justify-content: center;
	align-items: center;
    position: relative;
    z-index: 999;
}
@media (min-width: 768px){
	
	
}
@media (max-width: 768px){

}
.totalDiv{
	font-size:14px;
	font-weight:400;
	color:rgba(51,51,51,1)
}
.goBtn{
	width:34px;
	height:29px;
	background:rgba(164,23,19,1);
	border-radius:2px;
	font-size:12px;
	font-weight:normal;
	color:rgba(255,255,255,1);
}
.shuRu input{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 5px;
}
.shuRu{
	position: relative;
	width:44px;
	height:29px;
	border:1px solid rgba(200,200,200,1);
	border-radius:2px;
}
.leftJ{
	width:35px;
	height:29px;
	background:rgba(238,238,238,1);
	border-radius:2px;
}
.tiaoTurnBtn{
	padding: 50px 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tiaoTurnBtn div{
	margin: 0 3px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* 搜索全部 */
@media only screen and (max-width: 991px){
input[type="date"]:before{
	color:rgba(136,136,136,1);
	content:attr(placeholder);
	display:block!important;
}
}
input[type="date"]:before{
	display:none;
}
input[type="date"].full:before {
	color:black;
	content:""!important;
}
#date{
	height:28px;
	overflow: hidden;"
}

.searchInpuDiv{
	padding-top: 18px;
	padding-bottom: 12px;
	/*height:139px;*/
	background:rgba(249,249,249,1);
	border:1px solid rgba(255, 255, 255, 1);
	box-shadow:-2px 5px 65px 0px rgba(182,182,182,0.5);
	opacity:0.5;
}
.searchInpuDivT{
	background:rgba(249,249,249,1);
}
.inputDivS{
	margin: 15px 15px 0;
	height:34px;
	background:rgba(255,255,255,1);
	margin-top: 15px;
	/* border:1px solid red; */
	border-radius:2px;
	position: relative;


}
.inputTexts{
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 100%;

	/*margin: 0 5%;*/

}
.inputTexts input{
	width: 98%;
	margin: 0 1%;
	height: 100%;
	display: flex;
	justify-content: center;
}
.sImg{
	position: absolute;
	top: 0;
	right: 2px;
	width: 16px;
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.sImg img{
	width: 100%;
}

.tipTextDiv{

	font-size:16px;
	font-family:A02-;
	font-weight:400;
	color:rgba(51,51,51,1);
}
.searchRow{
	display: flex;
	justify-content: center;
	align-items: center; height: 100%
}
.rowInput{
	position: relative; border: 1px solid rgba(235,235,235,1);
	background: rgba(255,255,255,1);
	position: relative;height: 34px
}
.noFoundTip{
	display: flex;
	justify-content: center;
	align-items: center;margin-top: 10px;
}
/* 富文本内容 */
.fuwenText{
	margin-top: 39px;
	/*padding-left: 30px;*/
}
.fuWenRow{
	margin-left: 0;
margin-right: 0;
}
.neiR div:nth-child(3){
/*display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;*/
overflow: hidden;

}
.ssJsDiv{
position: absolute;
top: 19px;
right: 11%;
width: 50%;
}
.breadcrumb{
background-color: transparent !important;
}
.nameInfoList{
margin-left: 17px;
display: flex;
flex-direction: column;
justify-content: space-between;
text-align: left;

}
.rowImg{
width: 304px;height: 359px;justify-content: center;padding:4px;border: 2px #ccc solid;
}
.rowColName{width: 57px;
/* height: 29px; */
font-size: 30px;
font-family: A03-;
font-weight: 500;
color: rgba(164,23,19,1);

}
.rowColZ{
font-size: 16px;
font-family: A02-;
font-weight: 400;
margin-top: 16px;
color: rgba(102,102,102,1);
}
.yYInfo{
margin-left: 0px;
margin-top: 30px;
}
.yYInfoList div{
padding-left: 0;
padding-right: 0;
margin-top: 10px;
margin-bottom: 10px;
}
.yYInfoList {
width: 100%;
padding: 6px 12px;
margin-left: 0px;
background: rgba(245,245,245,1);
border-radius: 2px;
	font-size: 16px;
	color:#333;
}
.yYInfoList span{
	color:#666;
}
.infoInfo{
display: flex;
justify-content: center;
align-items: center;
/* width:815px; */
/*height:72px;*/
font-size:16px;
font-family:A02-;
font-weight:400;
color:rgba(51,51,51,1);
line-height: 28px;
padding: 20px 0 15px 0;
}
.alRowDiv{
margin-left: 11px;
margin-top: 45px;
}
.rowTitle{
margin-bottom: 8px;
font-size:22px;
font-family:A03-;
font-weight:500;
color:rgba(34,34,34,1);
}
.fRow{
display: flex;
border: 1px #ccc dashed;
justify-content: center;
align-items: center;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 2px;
padding-right: 2px;

}
.msXq{
margin-left: 10px;margin-top: 15px;margin-bottom: 45px;
}
.ziXunF{
font-size:14px;
	font-weight:400;
	color:rgba(153,153,153,1);
}
.ziXuTitle{
display: block;
/*
overflow: hidden;
注意不要写在最后了
white-space: nowrap;
text-overflow: ellipsis;
*/
margin:10px 0;color: #222;font-size: 20px;
}
.ziXuContent{
color: #666666;font-size: 16px;height: 40px;overflow: hidden;
}
.xqContent{
margin-top: 40px;
margin-bottom: 114px;
}
.fuText{
margin: 0px;
padding: 0px;
text-align: center;
font-size:22px;
font-family:A03-;
font-weight:500;
color:rgba(51,51,51,1);
margin-bottom:25px;
}


/* 2019-02-11 */
.nav-link{ padding: 0 30px; font-size: 24px!important; line-height: 48px; height: 48px; border: none; }
.mbDiv .nav-tabs .nav-link{ border: none; }
.tab-content > .tab-pane{ padding: 30px 0 12px 0; }
.bigList{ border-bottom: 0; margin-bottom: 0; }
/*.ziXuTitle{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }*/
.breadcrumb{ margin: 0 -15px!important; }
.caseBox{ padding: 0; }
.caseBox .tabBody{ border: none; }
.caseBox .tabConRow{ margin: 0 -10px; }
.caseBox .tabConItem{ padding: 0 10px; }
.dateKj{ width: 174px; }
.dateKj .zZTxt{ width: 144px; display: block; line-height: 20px; border-right: 1px solid #D1D1D1; height: 20px; margin: 3px 0; }
.dateKj .zZTxt .zZTxtt{ float: left; padding-left: 10px; display: block; }
.dateKj .zZTxt .jianT{ float: right; margin-top: 8px; margin-right: 11px; }
.card-body.tabBody:hover{ -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.mbZzDiv-c{ width: 100%; height: 26px; background: #fff; box-shadow: -2px 26px 50px 0px #e9e9e9; -webkit-box-shadow: -2px 26px 50px 0px #e9e9e9; }
.xxIan:last-child{ border-bottom: 1px solid #ccc; }
.fuBottom{ background: #F0F0F0; padding: 0 14px; margin: 40px 0; }
.fuBottom .one{ font-size:16px; color:#666; line-height: 52px; }
.fuBottom .one span{ padding-left: 2px; margin-right: 26px; }
.fuBottom .one em{ font-style: normal; color:#222; }
.fuBottom .two{ font-size:16px; color:#666; line-height: 20px; border-top: 1px solid #E7E6E6; padding: 13px 2px 16px 2px; }
.fuBottom .two em{ font-style: normal; color:#222; display: block; margin-bottom: 10px; }
.fuBottom .two span{ display: block; font-size:14px; text-align: justify; }
.tipTitle{ line-height: 36px; font-weight: normal; display: -webkit-box; display: box; display: -webkit-flex; display: flex; -webkit-box-align: end; box-align: end; -webkit-align-items: flex-end; align-items: flex-end; padding: 14px 12px; }
.tipTitle span{ line-height: 28px; font-size: 18px; margin-left: 10px; }
.contactInput{ padding-top: 30px; margin-bottom: 0; }
.contactInput label{ font-size: 18px; color:#333; }
.contactInput label span{ font-size: 16px; color:#666; padding-left: 8px; }
.contactInput input{ border: 1px solid #efefef; font-size: 16px; line-height: 52px; height: 52px; background: #f5f5f5; outline: none; }
.contactInput input:focus{ box-shadow: none; background: #f5f5f5; }
.contactInput textarea{ border: 1px solid #efefef; font-size: 16px; line-height: 22px; height: 220px; background: #f5f5f5; outline: none; resize: none; }
.contactInput textarea:focus{ box-shadow: none; background: #f5f5f5; }
.contactForm{ margin: 0 -15px; border-top: 1px solid #c8c8c8; padding: 0 12px; }
.contactSubmit{ width:161px; height:54px; font-size: 20px; line-height: 54px; margin-top: 32px; }
.contactLine{ margin: 0 -15px 25px -15px; border-top: 1px solid #c8c8c8; padding: 0 12px; }
.topBar{height: 110px;}
.fontImp *{ /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;*/ }
.disFlex{ display: -webkit-box; display: box; display: -webkit-flex; display: flex; }
.widAuto{ -webkit-box-pack: center; box-pack: center; -webkit-justify-content: center; justify-content: center; }   /*水平居中*/
.widStart{ -webkit-box-pack: start; box-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; }   /*水平左对齐*/
.widEnd{ -webkit-box-pack: end; box-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end; }   /*水平右对齐*/
.heiAuto{ -webkit-box-align: center; box-align: center; -webkit-align-items: center; align-items: center; } /*垂直居中*/
.heiStart{ -webkit-box-align: start; box-align: start; -webkit-align-items: flex-start; align-items: flex-start; } /*垂直左对齐*/
.heiEnd{ -webkit-box-align: end; box-align: end; -webkit-align-items: flex-end; align-items: flex-end; } /*垂直右对齐*/
::-ms-clear,::-ms-reveal{display:none;}
.mbZz{z-index: 980;}