@charset "UTF-8";
/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/
/* body背景图 start */
body{
	position: relative;
	background: #f2f2f2;
	overflow-x: hidden;
}
.indexBg {
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 620px;
}
.indexBg .bd{
	height: 100%;
}
.indexBg .bd .slick-list{
	height: 100%;
}
.indexBg .slick-track{
	height: 100%;
}
.indexBg .bd .myslide{
	height: 100%;
}
.indexBgCon{
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #f0f5f8;
	height: 100%;
}
/* body背景图 end */

/* 首页内容区 start */
.indexCon{
	background: #fff;
	padding: 20px 20px 30px;
}
/* 首页内容区 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: #c4000c;
}
.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: #e6e6e6;
}
.top1R .topLanguage a.hover{
	color: #fff;
}
.top1R .topLanguage a:hover{
	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;
}
.top1R .topNavCon a:hover{
	color: #c4000c;
}
.top2{
	height: 221px;
}
.top .logo{
	margin-top: 50px;
}
.top .logo img{
	height:120px;
}
/* 搜索 start */
.top2R .searchBtn{
	background: #c4000c;
}
.top2R .searchBtn:hover{
	background-color: #ea000e;
}

.top2R .searchInput input::-webkit-input-placeholder{
	color: #999;
}
/* 搜索 end */
.menuDl{
	display: flex;
	background: url(../images/menuBg.png) center center ;
	position: relative;
	padding: 0 10px;
}
.menuDl::before,
.menuDl::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 23px;
	height: 62px;
}
.menuDl::before{
	left: 0;
	background: url(../images/menuBg3.png) center center no-repeat;
}
.menuDl::after{
	right: 0;
	background: url(../images/menuBg4.png) center center no-repeat;
}
.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: 26px;
	height: 60px;
	background-position: left center;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.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*/
.indexColumn1{
	position: relative;
	height: 135px;
	background: #fff;
	overflow: hidden;
	padding: 0 100px;
}
.indexColumn1:before{
	display: block;
	content: "";
	position: absolute;
	width: 74px;
	height: 71px;
	left: 0;
	top: 0;
	z-index: 5;
	background: url(../images/newsIcon.png) center center no-repeat;
}
.indexColumn1 .myslide{
	padding: 15px 0 10px 0;
	outline: none;
}
.indexColumn1 .title a{
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 30px;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
	color: #000;
}
.indexColumn1 .text{
	max-height:68px;
	line-height: 34px;
	font-size: 16px;
	color: #666;
	text-indent: 2em;
	overflow: hidden;
}
.indexColumn1 .text a{
	color: #d93636;
}
.indexColumn1 .title a:hover{
	color: #d93636;
}
.headlineFocus .prev{
	position: absolute;
	width: 25px;
	height: 25px;
	top: 26px;
	right: 20px;
	z-index: 1;
	background: url(../images/newsTop_H.png) center center no-repeat;
	cursor: pointer;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.headlineFocus .next{
	position: absolute;
	width: 25px;
	height: 25px;
	bottom: 26px;
	right: 20px;
	z-index: 1;
	background: url(../images/newsBottom_H.png) center center no-repeat;
	cursor: pointer;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.headlineFocus .prev:hover{
	background: url(../images/newsTop.png) center center no-repeat;
}
.headlineFocus .next:hover{
	background: url(../images/newsBottom.png) center center no-repeat;
}
/*第一通栏end*/

/*第二通栏start */
.indexColumn2{
	overflow: hidden;
	padding: 20px 20px 14px;
	background: #fff;
}
.indexColumn2L{
	width: 545px;
	margin-right: 30px;
	position: relative;
}

.focusBox{
	position: relative;
}
.focusBox .bd{
	overflow: hidden;
	height: 330px;
}
.focusBox .pic::before{
	padding-top: 60.5505%;
}
.focusBox .slick-dots {
	position: absolute;
	width: 100px;
	height: 4px;
	bottom: 0;
	right: 0px;
	z-index: 6;
	text-align: center;
	padding: 20px 0;
}

.focusBox .slick-dots li {
	display: inline-block;
	width: 14px;
	height: 4px;
	line-height: 9999px;
	text-align: center;
	background: #bfbfbf;
	margin: 0 3px;
	border-radius: 2px;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.focusBox .slick-dots li.slick-active {
	background: #c4000c;
}

.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 14px;
	margin-right: 95px;
	color: #FFFFFF;
	font-size: 14px;
}
.indexColumn2R{
	overflow: hidden;
	height: 330px;
}
.indexColumn2R .indexColumnTabC{
	height: 280px;
	overflow: hidden;
}
.indexColumnT{
	background: #F5F5F5;
	border-bottom: 2px solid #c4000c;
}
.indexColumnT {
	overflow: hidden;
}
.indexColumnT .title{
	float: left;
	display: inline;
}
.indexColumnT .title a{
	display: block;
	padding: 0 35px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #000;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.indexColumnT .title.hover a{
	background: #c4000c;
	color: #fff;
}
.indexColumnT .title:hover a{
	background: #c4000c;
	color: #fff;
}
.indexList{
	height: 270px;
	overflow: hidden;
}
.indexList dd{
	line-height: 45px;
	height: 45px;
	overflow: hidden;
}
.indexList li{
	line-height: 45px;
	height: 45px;
	overflow: hidden;
}
.indexList dd .time{
	color: #000;
	margin-left: 10px;
	font-size: 16px;
}
.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: 75%;
}
.indexList dd a{
	color: #333333;
	display:block;
	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;
	position: relative;
}
.indexList a::before{
	display: block;
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	left: 0;
	top: 50%;
	margin-top: -2px;
	background: #000;
	border-radius: 4px;
}
.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%;
	position: relative;
}
.indexList a:hover{
	color: #c4000c;
}

.indexNewsLeft2{
	width: 550px;
	margin-right: 20px;
	height: 330px;
}
.indexNewsRight2{
	height: 327px;
	overflow: hidden;
}
.indexTitle2{
	padding-left: 45px;
	position: relative;
	line-height: 45px;
	height: 45px;
	border-bottom: 2px solid #c4000c;
}
.indexTitle2 i{
	display: block;
	height: 45px;
	width: 45px;
	position: absolute;
	top: 50%;
	margin-top: -23px;
	left: 0;
	background: center center no-repeat;
}
.indexTab2{
	overflow: hidden;
}
.indexTab2 dd{
	position: relative;
	float: left;
}
.indexTab2 dd+dd::before{
	content: '';
	display: block;
	height: 20px;
	border-left: 1px solid #333;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.indexTab2 a{
	display: block;
	padding-right: 15px;
	font-size: 20px;
	color: #000;
	transition: 0.2s;
	font-weight: bold;
}
.indexTab2 dd+dd a{
	padding-left: 15px;
}
.indexTab2 dd.hover a{
	color: #c4000c;
}

.indexMore2{
	width: 107px;
	background: url(../images/moreBg1.png) center center no-repeat;
	font-size: 14px;
	text-align: center;
}
.indexMore2 a{
	color: #555;
	transition: 0.2s;
	display: block;
}
.indexMore2 a:hover{
	color: #c4000c;
}
/*第二通栏end */

/*第三通栏start */
.indexColumn3{
	padding: 20px;
	background: #fff;
}
.indexQuickEntry{
	overflow: hidden;
	position: relative;
}
.indexQuickEntry .bd{
	height: 120px;
	overflow: hidden;
	border-radius: 3px;
}
.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 .4s ease;
	-webkit-transition: all .4s 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*/
.indexColumn4{
	overflow: hidden;
}
.indexColumn4L{
	width: 565px;
	padding: 10px 20px;
	background: #fff;
	border-radius: 3px;
	margin-right: 20px;
	height: 352px;
}
.indexColumn1T{
	height: 47px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 8px;
}
.indexColumnTab{
	overflow: hidden;
}
.indexColumnTab .title{
	float: left;
	display: inline;
	position: relative;
}

.indexColumnTab .title a{
	font-size: 16px;
	color: #333333;
	border-bottom: 2px solid transparent;
	display: block;
	height: 46px;
	line-height: 46px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	font-weight: bold;
}
.indexColumn1TColor .indexColumnTab{
	margin-right: -36px;
}
.indexColumn1TColor .indexColumnTab .title{
	margin-right: 36px;
}
.indexColumnTab .title.hover a{
	border-color:#c4000c;
}
.indexColumnTab .title a:hover{
	border-color:#c4000c;
}
.indexColumn1TColor .indexColumnTab .title.hover a{
	color:#c4000c;
}
.indexColumn1TColor .indexColumnTab .title a:hover{
	color:#c4000c;
}
.indexMore{
	margin-left: 20px;
	height: 47px;
	line-height: 47px;
}
.indexMore a{
	display: block;
	font-size: 14px;
	color: #666;
	padding-right: 26px;
	background: url(../images/dqmore.png) right center no-repeat;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.indexMore a:hover{
	color: #c4000c;
	padding-right: 32px;
	background: url(../images/dqmore_h.png) right center no-repeat;
}

.column4Dl{
	overflow: hidden;
	margin: 0 -10px;
	padding-top: 10px;
}
.column4Dl dd{
	float: left;
	display: inline;
	width: 33.333%;
	padding: 13px 0;
}
.column4Dl dd .con{
	margin: 0 10px;
	transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
}
.column4Dl dd a{
	display: block;
}
.column4Dl dd .column4Ricon{
	border-radius: 100%;
	background: #f3ac00;
	width: 65px;
	margin: 0 auto;
}
.column4Dl dd.dd2 .column4Ricon{
	background: #517fb7;
}
.column4Dl dd.dd3 .column4Ricon{
	background: #ff807d;
}
.column4Dl dd.dd4 .column4Ricon{
	background: #46ae8a;
}
.column4Dl dd.dd5 .column4Ricon{
	background: #3765ba;
}
.column4Dl dd.dd6 .column4Ricon{
	background: #f76f31;
}
.column4Dl dd .column4Ricon span{
	display: block;
	width: 65px;
	height: 65px;
	background-position: center center;
	background-repeat: no-repeat;
}
.column4RTitle {
	text-align: center;
	padding-top: 12px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	/* transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in; */
}
.column4Dl dd .con:hover{
	position: relative;
	z-index: 10;
	/* box-shadow: 0 2px 8px rgba(0,0,0,0.08); */
}
.column4Dl dd .con:hover .column4RTitle{
	font-weight: bold;
}
.indexColumn4R{
	overflow: hidden;
	padding: 10px 20px 22px;
	background: #fff;
	border-radius: 3px;
	height:340px;
}
.column4Dl2{
	overflow: hidden;
	margin: 0 -11px;
	padding-top: 14px;
	height: 270px;
}
.column4Dl2 dd{
	float: left;
	display: inline;
	width: 50%;
	margin-bottom: 5px;
}
.column4Dl2 dd a{
	display: block;
	height: 85px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	text-align: center;
	background: #f7eee7;
	margin: 0 11px;
	border-radius: 3px;
	overflow: hidden;
}
.column4Dl2 dd.dd2 a{
	background: #e1effa;
}
.column4Dl2 dd.dd3 a{
	background: #eef4e6;
}
.column4Dl2 dd.dd4 a{
	background: #fff2e1;
}
.column4Dl2 dd.dd5 a{
	background: #fbe8ee;
}
.column4Dl2 dd.dd6 a{
	background: #e8f4f4;
}
.column4Dl2 dd .con{
	padding:13px 35px 0;
}
.column4Dl2 dd span.span1{
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 32px auto;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.column4Dl2 dd:hover span.span1{
	background-position:center -32px;
}
.column4Dl2 dd span.span2{
	display: block;
	font-size: 18px;
	padding: 0 5px;
	color: #f76f31;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	height: 32px;
	line-height: 32px;
}
.column4Dl2 dd.dd2 span.span2{
	color: #2984cb;
}
.column4Dl2 dd.dd3 span.span2{
	color: #619b15;
}
.column4Dl2 dd.dd4 span.span2{
	color: #f1ab1f;
}
.column4Dl2 dd.dd5 span.span2{
	color: #d9255e;
}
.column4Dl2 dd.dd6 span.span2{
	color: #3fc5c7;
}
.column4Dl2 dd a:hover{
	background: #f76f31;
}
.column4Dl2 dd.dd2 a:hover{
	background: #2984cb;
}
.column4Dl2 dd.dd3 a:hover{
	background: #619b15;
}
.column4Dl2 dd.dd4 a:hover{
	background: #f1ab1f;
}
.column4Dl2 dd.dd5 a:hover{
	background: #d9255e;
}
.column4Dl2 dd.dd6 a:hover{
	background: #3fc5c7;
}
.column4Dl2 dd a:hover span.span2,
.column4Dl2 dd.dd2 a:hover span.span2,
.column4Dl2 dd.dd3 a:hover span.span2,
.column4Dl2 dd.dd4 a:hover span.span2{
	color: #fff;
}
/*第四通栏end*/

/*第五通栏end*/
.indexColumn5{
	padding:10px 20px 11px;
	background: #fff;
	overflow: hidden;
}
.indexColumn5L{
	width: 385px;
	margin-right: 20px;
}
.indexColumn1TabC{
	height: 273px;
	overflow: hidden;
}
.index5Dl{
	overflow: hidden;
	margin: 0 -5px;
	padding-top: 12px;
	height: 261px;
}
.index5Dl dd{
	float: left;
	display: inline;
	width: 50%;
	margin-bottom: 11px;
}
.index5Dl dd a{
	display: block;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	height: 74px;
	margin: 0 5px;
	overflow: hidden;
	text-align: center;
}
.index5Dl dd a .con{
	padding: 16px 0;
	display: inline-block;
}
.index5Dl dd a .con span{
	float: left;
	display: inline;
	height: 30px;
	line-height: 30px;
}
.index5Dl dd a .con span.span1{
	width: 42px;
	height: 42px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
}
.index5Dl dd a .con span.span1::before{
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 24px;
	right: 0;
	top: 50%;
	margin-top: -12px;
	background: #e5e5e5;
}
.index5Dl dd a .con span.span2{
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #666;
	padding: 0 8px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.index5Dl dd a:hover .con span.span2{
	color: #333;
	font-weight: bold;
	padding: 0 12px;
}
.indexColumn5R{
	overflow: hidden;
}
.column5dl2{
	overflow: hidden;
	padding:10px 0 11px;
	position: relative;
	height: 303px;
}
.column5dl2 a{
	display: block;
	border-radius: 3px;
	overflow: hidden;
}
.column5dl2 dt,
.column5dl2 dd{
	position: absolute;
}
.column5dl2 dt{
	width: 200px;
	height: 90px;
	top:10px;
	left: 0;
} 
.column5dl2 dt .pic::before{
	padding-top: 45%;
}
.column5dl2 dd.dd1,
.column5dl2 dd.dd5{
	width: 305px;
}
.column5dl2 dd.dd1 .pic::before,
.column5dl2 dd.dd5 .pic::before{
	 padding-top: 47.7689%;
 }
.column5dl2 dd.dd2,
.column5dl2 dd.dd4{
	width: 230px;
} 
.column5dl2 dd.dd2 .pic::before,
.column5dl2 dd.dd4 .pic::before{
	 padding-top: 63.4783%;
 }
.column5dl2 dd.dd1{
	left: 210px;
	top: 10px;
	height: 146px;
}
.column5dl2 dd.dd2{
	right: 0;
	top: 10px;
	height: 146px;
}
.column5dl2 dd.dd3{
	width: 200px;
	left: 0;
	bottom: 10px;
	height: 203px;
}
.column5dl2 dd.dd3 .pic::before{
	padding-top: 101.15%;
}
.column5dl2 dd.dd4{
	left: 210px;
	bottom: 11px;
	height: 146px;
}
.column5dl2 dd.dd5{
	right: 0px;
	bottom: 11px;
	height: 146px;
}
.column5dl2 dd .text{
	position: absolute;
	width: 100%;
	height: 35px;
	bottom:0px;
	left: 0;
	background: rgba(0,0,0,0.5);
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
/*第五通栏end*/

/*第6通栏start*/
.indexColumn5Con{
	overflow: hidden;
	position: relative;
	padding: 15px;
	background-color: #fff;
	border-radius: 3px;
}
.indexColumn5ConL{
	width: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #c4000c;
	line-height: 24px;
	margin: 0 17px 0 5px;
}
.indexColumn5Con .bd{
	overflow: hidden;
	position: relative;
	padding-top: 3px;
	height: 90px;
	display: flex;
}
.indexColumn5Con .bd .slick-list {
  margin-right: -10px;
	flex: 1;
}
.indexColumn5Con .bd .slick-track {
	display: flex;
}
.indexColumn5Con .bd .myslide{
	float: left;
	display: inline;
	width: 25%;
}
.indexColumn5Con .bd a{
	display: block;
	margin-right: 10px;
	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: 2;
	cursor: pointer;
	transition: all .5s ease;
	-webkit-transition: all .5s 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: 0px;
}
.indexColumn5Con .bd:hover .next{
	right: 0px;
}
/*第6通栏end*/
/*友情链接 start*/
.firendL{
	background-color: #c50001;
}
.firendL::before{
	border-color: transparent transparent transparent #c50001;
}
/*友情链接 end*/
/*底部开始*/
.footerNav{
	border-bottom: 4px solid #c50001;
}
.footerConL1 a:hover{
	color: #c4000c;
}
.footerConR1 a:hover{
	color: #c4000c;
}
/*底部结束*/
/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/
/*
-----------------------------频道页end-----------------------------
*/
/*内页框架开始*/
/*内页外结构开始*/
.subPageC.pd50{ padding: 0 50px;}
.subPageC.pd20{ padding: 0 20px;}
.subPageRC.pd20{ padding: 0 20px;}
.subPageRC.pd50{ padding: 0 50px;}
.pageMLeft{margin-left: 290px;}
.page a.hover {
    background: #c4000c;
}
.page a:hover {
    background: #c4000c;
}
/*内页外结构结束*/
/*当前位置开始*/
.location{
	height: 60px;
	line-height: 60px;
}
.locationL{
	background: #fff;
	font-size: 14px;
	color: #999999;
	overflow: hidden;
	padding: 0 20px;
}
.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(../images/locahomeh.png) no-repeat center center;
	background-size: contain;
}
.locationL a:hover{
	color: #c4000c;
}
.locationL a.hover{
	color: #c4000c;
}
/*当前位置结束*/

/* 左侧导航栏开始 */
.subPageR{
	overflow: hidden;
}
.leftNav{
	width: 270px;
	margin-right: 20px;
}
.leftNavTitle{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	background: #c4000c;
	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: #b10f19;
	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(../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(../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 transparent;
	border-right: none;
	border-left-color: #c4000c;
	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(../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;
	background: #c4000c;
	border-radius: 100%;
	display: block;
	content: '';
	
}
.leftNavDl1 dd .yj:hover a{
	background: #c4000c;
	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: #c4000c;
	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: #c4000c;
	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{
	color: #c4000c;
}
.leftNavDl1 dd .sj a.hover{
	color: #c4000c;
}
/* 左侧导航栏结束 */

/* 页码开始 */
.page a:hover{background: #c4000c;color: #fff;}
.page a.hover{background: #c4000c;color: #fff;}
/* 页码结束 */

/*内页框架结束*/