@charset "UTF-8";
/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/
/* indexBanner start */
.indexBanner {
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 340px;
	z-index: -1;
}
/* indexBanner end */

/* body背景图 start */
body{
	position: relative;
	overflow-x: hidden;
}
.indexBg {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #f3f3f3 url(../test/indexBg1.jpg) no-repeat top center;
}
/* body背景图 end */

/*头部开始*/
.top1{
	height: 40px;
	line-height: 40px;
	background: rgba(0,0,0,0.2);
}
.top1L{
	color: #fff;
	font-size: 14px;
}
.top1L span{
	margin-right: 15px;
}
.top1L .top1Link a{
	color: #fff;
	font-size: 14px;
	margin: 0 15px;
	position: relative;
	display: inline-block;
}
.top1L .top1Link a:hover{
	color: #c30009;
}
.top1L .top1Link a:before{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -6px;
	width: 1px;
	height: 12px;
	background: rgba(255,255,255,0.5);
}
.top1L .top1Link a:last-child{
	margin-right: 0;
}
.top1R .topLanguage{
	margin-right: 22px;
	color: #fff;
	position: relative;
	padding-left: 20px;
}
.top1R .topLanguage:before{
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	background: url(../../../common/images/top1icn1.png) no-repeat center center;
	background-size: cover;
}
.top1R .topLanguage a{
	font-size: 14px;
	color: #fff;
}
.top1R .topEwm{
	margin-right: 22px;
}
.top1R .topEwm a{
	font-size: 14px;
	color: #fff;
	padding-left: 25px;
	position: relative;
	margin-right: 8px;
	display: inline-block;
}
.topEwmCon{
    width: 100px;
    height: 100px;
	z-index: 10;
	position: absolute;
	top: 45px;
	right: -30px;
	display: block;
	content: '';
	width: 100px;
	height: 100px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	border-radius: 10px;
	box-shadow: 0 0 4px 2px rgba(0,0,0,0.1);
}
.topEwmCon:before {
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -10px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid #fff;
    border-top: none;
    border-bottom-color: #fff;
    border-left-color: transparent;
    border-right-color: transparent;
}
.top1R .topEwm a:hover .topEwmCon{
	visibility: visible;
	opacity: 1;
}
.topEwmCon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.top1R .topEwm a:last-child{
	margin-right: 0;
}
.top1R .topEwm a:before{
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	content: '';
}
.top1R .topEwm .topSjb{
	padding-left: 18px;
}
.top1R .topEwm .topSjb:before{
	width: 12px;
	height: 16px;
	margin-top: -8px;
	background: url(../../../common/images/top1icn2.png) no-repeat center center;
	background-size: cover;
}
.top1R .topEwm .topWx:before{
	width: 18px;
	height: 14px;
	margin-top: -7px;
	background: url(../../../common/images/top1icn3.png) no-repeat center center;
	background-size: cover;
}
.top1R .topEwm .topWb:before{
	width: 20px;
	height: 16px;
	margin-top: -8px;
	background: url(../../../common/images/top1icn4.png) no-repeat center center;
	background-size: cover;
}
.top1R .topNav{
	position: relative;
}
.top1R .topNavJg{
	background: #fff;
	
}
.top1R .topNavJg a{
	font-size: 14px;
	color: #333333;
	display: block;
	padding: 0 10px;
}
.top1R .topNavJg a span{
	width: 8px;
	height: 8px;
	display: inline-block;
	background: url(../../../common/images/top1icn5.png) no-repeat center center;
	background-size: cover;
	vertical-align: middle;
	margin-left: 12px;
}
.top1R .topNavCon{
	display: none;
	position: absolute;
	background: #fff;
	top: 40px;
	left: 0;
	width: 100%;
	text-align: center;
	box-shadow: 0 0 4px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,0.1);
}
.top1R .topNavCon a{
	display: block;
	height: 30px;
	line-height: 30px;
}
.top2{
	height: 300px;
}
.top2L{
	margin-top: 112px;
}
.top .logo img{
	height: 78px;
}
/* 搜索 start */
.top2R .search{
	margin-top: 128px;
}
.top2R .searchBtn{
	background: #c4000c;
}
.top2R .searchBtn:hover{
	background-color: #ea000e;
}

.top2R .searchInput input::-webkit-input-placeholder{
	color: #999;
}
/* 搜索 end */
.top3{
	background: url(../images/menuBg.png) center center ;
	position: relative;
	padding: 0 10px;
}
.top3::before,
.top3::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 23px;
	height: 62px;
}
.top3::before{
	left: 0;
	background: url(../images/menuBg3.png) center center no-repeat;
}
.top3::after{
	right: 0;
	background: url(../images/menuBg4.png) center center no-repeat;
}
.menuDl{
	display: flex;
}
.menuDl dd{
	float: left;
	display: inline;
	position: relative;
	flex: 1;
}
.menuDl dd .yj a{
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	background: url(../images/menuBg1.png) center center no-repeat;
}
.menuDl dd.hover .yj a{
	background: url(../images/menuBg1_h.png) center center no-repeat;
}
.menuDl dd .yj a span{
	display: inline-block;
}
.menuDl dd .yj a .menuIcon{
	width: 24px;
	height: 60px;
	margin-right: 12px;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-top: -5px;
}
.menuDl dd .ejBox{
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	background: #fff;
	top: 60px;
	z-index: 3;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
}
.menuDl dd .ejBox .ej a{
	display: block;
	text-align: center;
	line-height: 32px;
	height: 32px;
	font-size: 15px;
	color: #666;
}
.menuDl dd .ejBox .ej a:hover{
	color: #b80b0b;
}
.menuDl dd:hover .ejBox{
	visibility: visible;
	opacity: 1;
}
.menuDl dd .ejCon{
	position: relative;
}
.menuDl dd .ejCon .sj{
	width: 70%;
	position: absolute;
	right: -140px;
	top: -70%;
	background: #fff;
	padding: 10px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
}
.menuDl dd .ejCon .sj:before{
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top: -10px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid #fff;
	border-left: none;
	border-right-color: #fff;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
.menuDl dd .ejCon .sj a{
	display: block;
	font-size: 14px;
	color: #666;
	height: 28px;
	line-height: 28px;
	text-align: center;
	overflow: hidden;
}
.menuDl dd .ejCon:hover .sj{
	visibility: visible;
	opacity: 1;
}
.menuDl dd .ejBox .sj a:hover{
	color: #b80b0b;
}
/*头部结束*/

/*第一通栏start*/
.headLine{
	overflow: hidden;
	padding-top: 12px;
	margin-bottom: 30px;
}
.headLine .headIcon{
	float: left;
	margin-right: 50px;
	display: inline;
}
.headLine .headIcon img{
	width: 120px;
	height: 75px;
}
.headLine .text{
	overflow: hidden;
	width: 860px;
}
.headLine .title{
	height: 48px;
	line-height: 48px;
	text-align: center;
	overflow: hidden;
}
.headLine .title a{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.headLine .title a:hover{
	color: #c30009;
}
.headLine .info{
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
}
.headLine .info span{
	overflow: hidden;
	color: #333333;
}
.headLine .info a{
	font-size: 16px;
	color: #c30009;
}

.indexColumn1{
	overflow: hidden;
	margin-bottom: 20px;
	height: 520px;
}
.indexColumn1 .indexCon{
	background: #fff;
	padding: 20px;
	overflow: hidden;
	border-radius: 3px;
}
.indexColumn1L{
	width: 548px;
	float: left;
	display: inline;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}
.focusBox{
	position: relative;
	overflow: hidden;
}
.focusBox .bd{
	overflow: hidden;
	height: 328px;
}
.focusBox .bd .myslide{
	float: left;
	display: inline;
	width: 100%;
} 
.focusBox .pic::before{
	padding-top: 59.854%;
}
.focusBox .slick-dots {
	position: absolute;
	height: 4px;
	bottom: 0;
	right: 12px;
	z-index: 6;
	text-align: center;
	padding: 20px 0;
	font-size: 0;
}

.focusBox .slick-dots li {
	display: inline-block;
	width: 14px;
	height: 4px;
	line-height: 9999px;
	text-align: center;
	background: #bfbfbf;
	margin: 0 4px;
	cursor: pointer;
	border-radius: 4px;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.focusBox .slick-dots li.slick-active {
	background: #c30009;
}

.focusText{
	position: absolute;
	width: 100%;
	height: 45px;
	background: rgba(0,0,0,0.45);
	bottom: 0;
	left: 0;
}
.focusText a{
	display: block;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	padding: 0 12px;
	margin-right: 78px;
	color: #ffffff;
	font-size: 14px;
}
.indexColumn1R{
	overflow: hidden;
	height: 330px;
}
.indexColumn1T{
	height: 45px;
	line-height: 45px;
	margin-bottom: 15px;
	background: #f5f5f5;
}
.indexColumn1Tab{
	overflow: hidden;
}
.indexColumn1Tab .title{
	float: left;
	display: inline;
	width: 20%;
}
.indexColumn1Tab .title a{
	font-weight: bold;
	font-size:20px;
	color: #333333;
	text-align: center;
	display: block;
	height: 45px;
	line-height: 45px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.indexColumn1Tab .title.hover a{
	color: #ffffff;
	background: #c30009;
}
.indexColumn1Tab .title a:hover{
	color: #ffffff;
	background: #c30009;;
}
.indexColumn1Tab .title.hover a .icon1{
	display: none;
}
.indexColumn1Tab .title.hover a .icon2{
	display: block;
}
.indexList{
	height: 270px;
	overflow: hidden;
}
.indexList dd{
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	position: relative;
}
.indexList li{
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	position: relative;
}
.indexList dd::before ,
.indexList li::before {
	display: block;
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	left: 0;
	top: 50%;
	margin-top: -2px;
	background: #000;
	border-radius: 4px;
}
.indexList dd .time{
	color: #999999;
	margin-left: 20px;
	font-size: 14px;
}
.indexList li span{
	color: #999999;
	margin-left: 20px;
	font-size: 14px;
	float:right;
	display:block;
}
.indexList dd .text{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
}
.indexList dd a{
	color: #333333;
	font-size: 16px;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.indexList li a{
	color: #333333;
	display:block;
	font-size: 15px;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	float:left;
	width:72%;
}
.indexList a:hover{
	color: #c30009;
}
/*第一通栏end*/
/*第二通栏start*/
.indexColumn2{
	overflow: hidden;
	margin-bottom: 20px;
}
.indexQuickEntry{
	overflow: hidden;
	position: relative;
}
.indexQuickEntry .bd{
	height: 120px;
	overflow: hidden;
}
.indexQuickEntry .pic::before{
	padding-top: 10%;
}
.indexQuickEntry .prev,
.indexQuickEntry .next{
	position: absolute;
	width: 25px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	background-color: rgba(28,26,21,0.5);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 5;
	cursor: pointer;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.indexQuickEntry .prev{
	left: -30px;
	background-image: url(../images/indexPrev.png);
}
.indexQuickEntry .next{
	right:-30px;
	background-image: url(../images/indexNext.png);
}
.indexQuickEntry .prev:hover,
.indexQuickEntry .next:hover{
	background-color: rgba(0,0,0,0.7);
}
.indexQuickEntry .bd:hover .prev{
	left: 0;
}
.indexQuickEntry .bd:hover .next{
	right: 0;
}
/*第二通栏end*/

/*第三通栏start */
.indexColumn3{
	overflow: hidden;
}
.indexCon1{
	overflow: hidden;
	margin-right: -14px;
}
.indexColumn3L,.indexColumn3R{
	width: 50%;
	float: left;
	display: inline;
}
.indexColumn3 .columnCon{
	margin-right:14px;
	background: #fff;
	padding: 10px 20px 16px;
	height: 330px;
	overflow: hidden;
	border-radius: 3px;
	margin-bottom: 20px;
}
.indexTitle{
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}
.indexTitle .title{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	position: relative;
	padding-left: 20px;
}
.indexTitle .title:before{
	width: 4px;
	height: 18px;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	background: #a30b12;
}
.indexMore a{
	font-size: 14px;
	color: #666666;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.indexMore a span{
	display: inline-block;
	vertical-align: middle;
	background: url(../images/moreIcon.png) no-repeat center center;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	border: 1px solid #e2d7d3;
	margin-left: 8px;
	margin-top: -2px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.indexMore a:hover{
	color: #c30009;
}
.indexMore a:hover span{
	border-color: #c30009;
}
/*第三通栏end*/
/*第四通栏start*/
.indexColumn4{
	overflow: hidden;
	margin-bottom: 20px;
}
.indexColumn4L,.indexColumn4M,.indexColumn4R{
	width: 33.3333%;
	float: left;
	display: inline;
}
.indexColumn4 .columnCon{
	margin-right: 20px;
	background: #FFF;
	padding: 10px 20px 16px;
	height: 330px;
}
.column4DownDl .con{
	padding-left: 20px;
	background: url(../images/rlzyDown.png) left center no-repeat;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.column4DownDl .con a{
	display: block;
	line-height:45px;
	height: 45px;
	font-size:16px;
	color: #333;
	overflow:hidden;
}
.column4DownDl .con:hover{
	background: url(../images/rlzyDown_h.png) left center no-repeat;
}
.column4DownDl .con:hover a{
	color: #c30009;
}
.indexColumn4R .columnCon{
	background: transparent;
	padding: 0;
	height: 338px;
}
.indexColumn4R .column4Down{
	padding: 8px 20px 16px;
	background: #fff;
	height: 330px;
}
.column4UpDl{
	margin: 0 -7px;
	overflow: hidden;
}
.column4Up .con{
	float: left;
	width: 50%;
	display: inline;
}
.column4Up .con a{
	display: block;
	margin: 0 7px;
	overflow: hidden;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	border-radius:3px;
}
.column4Up .con.con1 a{
	background: #f7eee7;
}
.column4Up .con.con2 a{
	background: #e1effa;
}
.column4Up .con .text{
	height: 36px;
	line-height: 36px;
	padding: 0 8px;
	text-align: center;
	font-size: 16px;
}
.column4Up .con.con1 a .text{
	color: #f76f31;
}
.column4Up .con.con2 a .text{
	color: #2984cb;
}
.column4Up .con .icon{
	width: 23px;
	height: 23px;
	margin: 0 auto;
	overflow: hidden;
}
.column4Up .con .icon img{
	max-height: 23px;
}
.column4Up .con a:hover{
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
}
.column4Up .pic::before{
	padding-top: 17.799%;
}
.column4Up .con a:hover{
	box-shadow: 0 0 14px 0 rgba(0,0,0,0.1);
	transform: translateY(-3px);
}
/*第四通栏end*/

/*第五通栏start*/
.indexColumn5Con{
	overflow: hidden;
	position: relative;
	background-color: #fff;
	padding: 15px;
	border-radius: 3px;
}
.indexColumn5ConL {
	width: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #c50001;
	line-height: 24px;
	margin: 0 11px 0 0;
}
.indexColumn5Con .bd{
	overflow: hidden;
	height: 95px;
	position: relative;
}
.indexColumn5Con .bd .myslide{
	float: left;
	display: inline;
	width: 25%;
}
.indexColumn5Con .bd a{
	display: block;
	margin:0 5px;
	position: relative;
	border-radius:3px;
}
.indexColumn5Con .bd .pic::before{
	padding-top: 32.73%;
}
.indexColumn5Con .bd .prev,
.indexColumn5Con .bd .next{
	position: absolute;
	width: 25px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	background-color: rgba(28,26,21,0.5);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 5;
	cursor: pointer;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.indexColumn5Con .bd .prev{
	left: -30px;
	background-image: url(../images/indexPrev.png);
}
.indexColumn5Con .bd .next{
	right: -30px;
	background-image: url(../images/indexNext.png);
}
.indexColumn5Con .bd .prev:hover,
.indexColumn5Con .bd .next:hover{
	background-color: rgba(0,0,0,0.7);
}
.indexColumn5Con .bd a .text{
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: rgba(24,24,24,0.6);
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 14px;
	color: #ffffff;
}
.indexColumn5Con .bd:hover .prev{
	left:5px;
}
.indexColumn5Con .bd:hover .next{
	right:5px;
}
/*第五通栏end*/

/*底部开始*/
.footerNav{
	border-bottom: 4px solid #c50001;
}
.footerConL1 a:hover{
	color: #c4000c;
}
.footerConR1 a:hover{
	color: #c4000c;
}
/*底部结束*/
/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/
/*
-----------------------------频道页end-----------------------------
*/
/*内页框架开始*/
/*内页外结构开始*/
.subBanner{padding-top: 340px;}
.subPageC.pd50{ padding: 0 50px;}
.subPageC.pd20{ padding: 0 20px;}
.subPageRC.pd20{ padding: 0 20px;}
.subPageRC.pd50{ padding: 0 50px;}
.pageMLeft{margin-left: 290px;}
/*内页外结构结束*/
/*当前位置开始*/
.location{
	background: #fff;
	height: 60px;
	line-height: 60px;
}
.locationL{
	font-size: 14px;
	color: #999999;
	overflow: hidden;
}
.locationL span{
	float: left;
	display: inline;
}
.locationL a{
	font-size: 14px;
	color: #999999;
	float: left;
	display: inline;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.locationL a i{
	margin: 0 8px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../../../common/images/locahome.png) no-repeat center center;
	background-size: contain;
	vertical-align: middle;
	margin-top: -2px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.locationL em{
	font-style: unset;
}
.locationL a:hover i{
	background: url(../../../common/images/locahomeh.png) no-repeat center center;
	background-size: contain;
}
.locationL a:hover{
	color: #c30009;
}
.locationL a.hover{
	color: #c30009;
}
/*当前位置结束*/

/* 左侧导航栏开始 */
.subPageR{
	overflow: hidden;
}
.leftNav{
	width: 270px;
	margin-right: 20px;
}
.leftNavTitle{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	background: #c30009;
	color: #fff;
	text-align: center;
	border-radius: 5px 5px 0 0;
}
.leftNavDl1{
	padding: 20px;
	margin-bottom: 20px;
}
.leftNavDl1 dt{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	background: #c30009;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 5px;
}
.leftNavDl1 dd .yj {
	position: relative;
}
.leftNavDl1 dd .yj a{
	line-height: 20px;
	display: block;
	background: #f9f9f9;
	border-radius: 4px;
	font-size: 16px;
	color: #333333;
	padding: 12px 46px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	position: relative;
	margin-bottom: 10px;
}
.leftNavDl1 dd:last-child .yj a{
	margin-bottom: 0;
}
.leftNavDl1 dd .yj a i{
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../../../common/images/leftnavicn1.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -8px;

}
.leftNavDl1 dd .yj span{
	position: absolute;
	cursor: pointer;
	z-index: 2;
	top: 0;
	right: 0px;
	width: 55px;
	height: 44px;
	display: inline-block;
	background: url(../../../common/images/leftnavjia.png) no-repeat center center;
}
.leftNavDl1 dd .ejBox{
	display: none;
}
.leftNavDl1 dd .ejCon{
	margin-bottom: 10px;
}
.leftNavDl1 dd .ej{
	position: relative;
}
.leftNavDl1 dd .ej a{
	line-height: 20px;
	background: #f9f9f9;
	border-radius: 4px;
	display: block;
	font-size: 16px;
	padding: 10px 42px 10px 50px;
	color: #333333;
	position: relative;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.leftNavDl1 dd .ej a:before{
	position: absolute;
	top: 50%;
	margin-top:  -6px;
	left: 34px;
	width: 0px;
	height: 0px;
	border: 6px solid #c30009;
	border-right: none;
	border-left-color: #c30009;
	border-top-color: transparent;
	border-bottom-color: transparent;
	display: block;
	content: '';
}
.leftNavDl1 dd .ej span{
	position: absolute;
	z-index: 2;
	top: 0px;
	width: 55px;
	height: 44px;
	right: 0px;
	background: url(../../../common/images/leftnavicn2.png) no-repeat center center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	cursor: pointer;
}
.leftNavDl1 dd .sj{
	border: 1px solid #f9ebe5;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding-top: 10px;
	padding-bottom: 7px;
	border-top: none;
	display: none;
}
.leftNavDl1 dd .sj a{
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	padding: 10px 36px 10px 65px;
	position: relative;
}
.leftNavDl1 dd .sj a:before{
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 50px;
	width: 4px;
	height: 4px;
	border: 1px solid #717171;
	border-radius: 100%;
	display: block;
	content: '';
	
}
.leftNavDl1 dd .yj:hover a{
	background: #c30009;
	color: #fff;
}
.leftNavDl1 dd .yj:hover a i{
	background: url(../../../common/images/leftnavicn1h.png) no-repeat center center;
}
.leftNavDl1 dd .yj:hover span{
	background: url(../../../common/images/leftnavjian.png) no-repeat center center;
}
.leftNavDl1 dd.hover .yj a{
	background: #c30009;
	color: #fff;
}
.leftNavDl1 dd.hover .yj a i{
	background: url(../../../common/images/leftnavicn1h.png) no-repeat center center;
}
.leftNavDl1 dd.hover .yj span{
	background: url(../../../common/images/leftnavjian.png) no-repeat center center;
}
.leftNavDl1 dd.active .yj a{
	background: #c30009;
	color: #fff;
}
.leftNavDl1 dd.active .yj a i{
	background: url(../../../common/images/leftnavicn1h.png) no-repeat center center;
}
.leftNavDl1 dd.active .yj span{
	background: url(../../../common/images/leftnavjian.png) no-repeat center center;
}
.leftNavDl1 dd .ej:hover a{
	background: #f9ebe5;
}
.leftNavDl1 dd .ej:hover span{
	transform: rotateX(180deg);
}
.leftNavDl1 dd .ejCon.hover .ej a{
	background: #f9ebe5;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.leftNavDl1 dd .ejCon.hover span{
	/* background: url(../../../common/images/leftnavicn2h.png) no-repeat center center; */
	transform: rotateX(180deg);
}
.leftNavDl1 dd .ejCon.active .ej a{
	background: #f9ebe5;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.leftNavDl1 dd .ejCon.active span{
	transform: rotateX(180deg);
}
.leftNavDl1 dd .sj a:hover{
	font-weight: bold;
	color: #d93636;
}
.leftNavDl1 dd .sj a:hover:before{
	border-color: #dc4343;
}
.leftNavDl1 dd .sj a.hover{
	font-weight: bold;
	color: #d93636;
}
.leftNavDl1 dd .sj a.hover:before{
	border-color: #dc4343;
}

.leftNavDl2{
	padding: 20px;
}
.leftNavDl2 dt{
	font-size: 18px;
	color: #333333;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
	padding-left: 28px;
	position: relative;
	margin-bottom: 8px;
	
}
.leftNavDl2 dt:before{
	width: 18px;
	height: 18px;
	display: block;
	content: '';
	background: url(../../../common/images/lefthot.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 4px;
}
.leftNavDl2 dd{
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.leftNavDl2 dd a{
	font-size: 14px;
	color: #333333;
}
.leftNavDl2 dd a:hover{
	color: #b80b0b;
}
.leftNavDl2 dd a span{
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-right: 8px;
	vertical-align: middle;
	background: #a5bdcf;
	margin-top: -2px;
}
.leftNavDl2 dd:nth-child(2) a span{
	background: #f54644;
}
.leftNavDl2 dd:nth-child(3) a span{
	background: #ff8548;
}
.leftNavDl2 dd:nth-child(4) a span{
	background: #ffab3c;
}
.leftNavDl2 dd:last-child{
	height: 28px;
}
/* 左侧导航栏结束 */

/*内页框架结束*/