.indexBanner {
	width: 100%;
}

.indexBanner img {
	width: 100%;
}
.proIntro {
	width: 100%;
	padding: 0 15px;
}

.comTit {
	text-align: center;
	padding: 30px 0 20px 0;
}

.comTit span {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
	background: url(../img/pagetitbg.png) no-repeat center bottom;
	background-size: 126px 14px;
}
/* 主题内容部分 */

.proContBox {
	width: 100%;
}

.proTit {
	width: 100%;
	margin-bottom: 20px;
}

.titItem{
	width: 100%;
	height: 70px;
	margin-bottom: 2px;
	display: flex;
	align-items: center;
	background: #fdf5e8;
}
.titItem img{
	width: 45px;
	margin: 0 18px 0 27px;
}
.proTit .titItem:first-child{
	border-radius: 4px 4px 0 0;
}
.proTit .titItem:last-child{
	border-radius: 0 0 4px 4px;
}
.xmName{
	font-size: 17px;
	display: block;
	padding-bottom: 8px;
}
.xmText{
	font-size: 12px;
}
.proCont{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	padding: 0 12px;
	border-radius: 4px;
}

.contItem{
	display: none;
	padding-bottom: 20px;
}
#tit div.select,#tit div.active {
	background: #eb9f1e;
	color: #fff;
}

#con div.show {
	display: block;
}
.contText{
	padding: 30px 0;
}
.contText div{
	text-indent: 2em;
	font-size: 14px;
	line-height: 1.5;
}
.contImg img{
	width: 100%;
	margin-bottom: 4px;
}
.jiuguanBanner img{
	width: 100%;
}
.jgTit{
	display: flex;
	padding: 25px 0;
}
.jgTitLeft{
	margin-right: 8px;
}
.jgTitLeft img{
	width: 38px;
}
.jgTitRight span{
	display: block;
}
.jgTitch{
	font-size: 18px;
	padding: 4px 0;
}
.jgTiten{
	font-size: 12px;
	color: #999;
	font-style: oblique;
}
.shiJue{
	width: 100%;
}
.tixiCont{
	width: 100%;
	padding: 10px 18px;
	background: #f1f1f1;
}
.tixiItem{
	display: flex;
	justify-content: space-between;
	margin: 25px 0;
	position: relative;
}
.tixiItem img{
	width: 100%;
}
.tixiImg{
	width: 49%;
}
.tixiItemTit{
	width: 100%;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 16px;
	color: #eed32c;
	position: absolute;
	top: -14px;
	left: 0;
	background: url(../img/jgtitbg1.png) no-repeat center center;
	background-size: 125px 28px;
}
.tixiItemTit2{
	width: 100%;
	position: absolute;
	top: -12px;
	left: 0;
	background: url(../img/jgtitbg2.png) no-repeat center center;
	background-size: 200px 28px;
}
.piyouCont{
	width: 100%;
	padding: 25px 18px;
	background: #f1f1f1;
}
.piyouTit{
	width: 280px;
	margin: 0 auto;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 15px;
	color: #eed32c;
	background: url(../img/jgtitbg3.png) no-repeat center center;
	background-size: 280px 28px;
	margin-bottom: 15px;
}
.piyouImg{
	display: flex;
	flex-wrap: wrap;
}
.piyouImg div{
	width: 32%;
	margin-bottom: 5px;
}
.piyouImg div img{
	width: 100%;
}
.piyouImg div:not(:nth-child(3n)) {
    margin-right: calc(4% / 2);
}
.pyText{
	font-size: 20px;
	text-align: center;
	color: #4b4b4b;
	padding: 15px 0;
}
.pyCont{
	width: 230px;
	margin: 0 auto;
	height: 30px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #4b4b4b;
	font-size: 16px;
	color: #4b4b4b;
}
.youshiCont{
	width: 100%;
	padding: 10px 18px;
}
.youshiItem{
	margin-bottom: 30px;
}
.ysTit{
	padding-bottom: 15px;
	padding-left: 8px;
}
.ysNum{
	font-size: 28px;
	color: #eeb032;
	font-style: italic;
}
.ysText{
	font-size: 20px;
}
.ysCont{
	padding-left: 24px;
}
.ysCont div{
	font-size: 16px;
	padding-left: 20px;
	position: relative;
	line-height: 1.5;
}
.ysCont div:after {
	content: ' ';
	position: absolute;
	left: 0px;
	top: 11px;
	width: 4px;
	height: 4px;
	background-color: #333;
	border-radius: 4px;
}
.youshiImg{
	margin-bottom: 4px;
}
.youshiImg img{
	width: 100%;
}
.jujiCont{
	width: 100%;
	padding: 20px 12px;
	background: #f1f1f1;
}
.jujiTit{
	width: 260px;
	margin: 0 auto;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 16px;
	color: #eed32c;
	background: url(../img/jgtitbg3.png) no-repeat center center;
	background-size: 260px 28px;
	margin-bottom: 15px;
}
.jujiImg div{
	display: flex;
	justify-content: space-between;
	margin-bottom: 4px;
}
.jujiImg img{
	width: 100%;
}
.jujiImgLeft{
	width: 58%;
}
.jujiImgRight{
	width: 40%;
}
.heHuo{
	width: 100%;
	height: 240px;
	background: url(../img/jiuguanImg25.jpg) no-repeat center center;
	background-size: 100% 240px;
	margin-top: 4px;
}
.hhTit{
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 25px 0 20px 0;
}
.yqText{
	font-size: 22px;
	color: #eed32c;
	text-align: center;
}
.rwm{
	text-align: center;
	padding-top: 25px;
}
.rwm img{
	width: 95px;
}
.rwm span{
	display: block;
	color: #fff;
	font-size: 12px;
	padding-top: 10px;
}
/* 主题内容部分 end */
.line-20{
	width: 100%;
	height: 20px;
}