@charset "UTF-8";
/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/
/* body背景图 start */
body{
	position: relative;
	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 center;
	background-repeat: no-repeat;
	background-color: #edf4fa;
	height: 100%;
}
/* body背景图 end */

/*头部开始*/
.top1{
	height: 40px;
	line-height: 40px;
	background: rgba(0,0,0,0.3);
}
.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: #d93636;
}
.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: #d93636;
}
.top2{
	height: 220px;
}
.top2L{
	margin-top: 40px;
}
.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;
	border-radius: 4px;
}
.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:before{
	width: 1px;
	height: 20px;
	background: #e88686;
	display: block;
	content: '';
	position: absolute;
	right: -1px;
	top: 50%;
	margin-top: -10px;
}
.menuDl dd:nth-last-child(2)::before{
	display: none;
}
.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: 18px;
	height: 60px;
	margin-right: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-top: -4px;
}
.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*/
.indexHot{
	position: relative;
	height: 135px;
	background: #fff;
	overflow: hidden;
}
.indexHot .myslide{
	padding: 5px 0 9px;
}
.indexHot .title a{
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 30px;
	overflow: hidden;
	text-align: center;
	color: #333;
	font-weight: bold;
	transition: 0.3s;
}
.indexHot .text{
	max-height:68px;
	line-height: 34px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	text-indent: 2em;
	margin: 0 30px;
}
.indexHot .text a{
	color: #c4000c;
}
.indexHot .title a:hover{
	color: #c4000c;
}
.indexHot .prev{
	position: absolute;
	width: 25px;
	height: 25px;
	top: 26px;
	right: 33px;
	z-index: 1;
	background: url(../images/newsTop_H.png) center center no-repeat;
	cursor: pointer;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.indexHot .next{
	position: absolute;
	width: 25px;
	height: 25px;
	bottom: 26px;
	right: 33px;
	z-index: 1;
	background: url(../images/newsBottom_H.png) center center no-repeat;
	cursor: pointer;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
/* .indexHot .prev:hover,
.indexHot .next:hover{
	box-shadow: 0 3px 7px rgba(0,0,0,0.1);
} */
.indexHot .prev:hover{
	background-image: url(../images/newsTop.png);
}
.indexHot .next:hover{
	background-image: url(../images/newsBottom.png);
}

.indexColumn1{
	overflow: hidden;
	margin-bottom: 20px;
}
.indexCon{
	background: #fff;
	padding: 20px;
	overflow: hidden;
	border-radius: 4px;
}
.indexColumn1L{
	width: 580px;
	float: left;
	display: inline;
	margin-right: 20px;
	position: relative;
}
.focusBox{
	position: relative;
}
.focusBox .bd{
	overflow: hidden;
	height: 330px;
}
.focusBox .slick-dots {
	position: absolute;
	height: 8px;
	bottom: 0;
	right: 5px;
	z-index: 6;
	text-align: center;
	padding: 16px 0;
	font-size: 0;
}

.focusBox .slick-dots li {
	display: inline-block;
	width: 8px;
	height: 8px;
	line-height: 9999px;
	text-align: center;
	background: #ffffff;
	margin: 0 4px;
	cursor: pointer;
	border-radius: 50%;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.focusBox .slick-dots li.slick-active {
	background: #d93636;
}

.focusText{
	position: absolute;
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,0.7);
	bottom: 0;
	left: 0;
}
.focusText a{
	display: block;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding: 0 20px;
	margin-right: 78px;
	color: #ffffff;
	font-size: 14px;
}
.indexColumn1R{
	overflow: hidden;
	height: 330px;
}
.indexColumnT{
	height: 55px;
	line-height: 55px;
	border-bottom: 2px solid #efefef;
	margin-bottom: 7px;
}
.indexColumnTab{
	overflow: hidden;
}
.indexColumnTab .title{
	float: left;
	display: inline;
	margin-right: 30px;
}
.indexColumnTab .title:last-child{
	margin-right: 0;
}
.indexColumnTab .title a{
	font-size: 16px;
	color: #555555;
	border-bottom: 1px solid transparent;
	display: block;
	height: 32px;
	line-height: 32px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.indexColumnTab .title.hover a{
	color: #d93636;
	border-color:#d93636;
	font-weight: bold;
}
.indexColumnTab .title a:hover{
	color: #d93636;
	font-weight: bold;
}
.indexMore{
	margin-left: 20px;
	height: 32px;
	line-height: 32px;
}
.indexMore a{
	font-size: 14px;
	color: #999999;
	display: block;
	padding-right: 15px;
	position: relative;
}
.indexMore a::before{
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4.5px;
	height: 9px;
	width: 5px;
	background: url(../images/moreIcon.png) no-repeat center center;
}
.indexMore a:hover{
	color: #d93636;
}
.indexMore a:hover:before{
	background: url(../images/moreIconH.png) no-repeat center center;
}


.indexColumn1T{
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	background: #f5f5f5;
	border-bottom: 2px solid #c4000c;
}
.indexColumnTab1{
	overflow: hidden;
}
.indexColumnTab1 .title{
	float: left;
	display: inline;
	width: 140px;
}
.indexColumnTab1 .title a{
	font-size: 20px;
	color: #000;
	text-align: center;
	display: block;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	font-weight: bold;
}
.indexColumnTab1 .title.hover a{
	color: #ffffff;
	background: #c4000c;
}
.indexColumnTab1 .title a:hover{
	color: #ffffff;
	background: #c4000c;;
}
.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;
	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: 70%;
}
.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;
}
.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*/
.indexColumn2{
	margin-bottom: 20px;
}
.indexQuickEntry{
	overflow: hidden;
	position: relative;
	border-radius: 4px;
}
.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 .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*/

.indexNewsList{
	width: 50%;
	box-sizing: border-box;
	overflow: hidden;
}
.indexNewsList+.indexNewsList{
	padding-left: 20px;
}
/*
*第三通栏start */
.indexColumn3{
	margin-bottom: 20px;
}
.indexCon3{
	overflow: hidden;
}
.indexColumn3L{
	border-radius: 4px;
	float: left;
	display: inline;
	margin-right: 20px;
	width: 310px;
	height: 400px;
	padding: 10px 20px 0;
	background: #fff;
}
.indexColumn3L .indexColumnTab .title a{
	color: #d93636;
	border-color:#d93636;
	font-weight: bold;
}
.indexColumn3 .indexColumnT {
    margin-bottom: 20px;
}
.indexCon3LDl dd a{
	background: #eff5e7;
	display: block;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #333333;
	margin-bottom: 16px;
	padding-right: 40px;
	padding-left: 22px;
	position: relative;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.indexCon3LDl dd.dd1 a{background: #eff5e7; color: #87b756;} 
.indexCon3LDl dd.dd2 a{background: #e6efff; color: #4878c9;}
.indexCon3LDl dd.dd3 a{background: #e2f0fb; color: #017ddb;}
.indexCon3LDl dd.dd4 a{background: #fff7f6; color: #f87b40;}
.indexCon3LDl dd.dd5 a{background: #fff7f6; color: #fcad1f;}
.indexCon3LDl dd a:before{
	width: 7px;
	height: 13px;
	display: block;
	content: '';
	background: url(../images/moreIcon1.png) no-repeat center center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	position: absolute;
	top: 50%;
	margin-top: -6.5px;
	right: 20px;
}
.indexCon3LDl dd.dd1 a:before{background-image: url(../images/moreIcon1.png);}
.indexCon3LDl dd.dd2 a:before{background-image: url(../images/moreIcon2.png);}
.indexCon3LDl dd.dd3 a:before{background-image: url(../images/moreIcon3.png);}
.indexCon3LDl dd.dd4 a:before{background-image: url(../images/moreIcon4.png);}
.indexCon3LDl dd.dd5 a:before{background-image: url(../images/moreIcon5.png);}
.indexCon3LDl dd .icon{
	margin-right: 10px;
	display: inline-block;
	overflow: hidden;
	width: 28px;
	height: 28px;
	position: relative;
	vertical-align: middle;
}
.indexCon3LDl dd .icon img{
	max-height: 28px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.indexCon3LDl dd .icon1{
	visibility: visible;
	opacity: 1;
}
.indexCon3LDl dd .icon2{
	visibility: hidden;
	opacity: 0;
}
.indexCon3LDl dd a:hover{
	background: #d93636;
	color: #fff;
}
.indexCon3LDl dd a:hover .icon2{
	visibility: visible;
	opacity: 1;
}
.indexCon3LDl dd a:hover .icon1{
	visibility: hidden;
	opacity: 0;
}
.indexCon3LDl dd a:hover:before{
	background: url(../images/moreIcon1H.png) no-repeat center center;
}
.indexColumn3R{
	overflow: hidden;
}
.indexColumn3RUp{
	border-radius: 4px;
	background: #fff;
	padding: 10px 20px 20px;
	margin-bottom: 17px;
}
.indexCon3RDl{
	overflow: hidden;
	margin: 0 -7px;
	height: 152px;
}
.indexCon3RDl dd{
	width: 33.33333%;
	float: left;
	margin-bottom: 15px;
}
.indexCon3Scroll+.indexCon3Scroll .indexCon3RDl dd{
	width: 25%;
}
.indexCon3RDl dd a{
	display: block;
	margin: 0 7px;
	line-height: 56px;
	height: 56px;
	overflow: hidden;
	background: #f7f7f7;
	border-radius: 3px;
	color: #333333;
	font-size: 0;
	text-align: center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.indexCon3RDl dd a:hover{
	box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
}
.indexCon3RDl dd span{
	display: inline-block;
}
.indexCon3RDl dd .icon{
	margin-right: 12px;
	width: 21px;
	height: 21px;
	overflow: hidden;
	vertical-align: middle;
	margin-top: -10px;
}
.indexCon3RDl dd .icon img{
	max-height: 21px;
}
.indexCon3RDl dd .text{
	font-size: 16px;
	color: #333333;
}
.indexColumn3TabC{
	height: 125px;
	position: relative;
}
.indexCon3Scroll{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
.indexCon3Scroll.active{
	z-index: 1;
}
.indexCon3Scroll .bd{
	overflow: hidden;
	position: relative;
	height: 162px;
}
.indexCon3Scroll .slick-dots {
	height: 10px;
	z-index: 6;
	text-align: center;
}

.indexCon3Scroll .slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	line-height: 9999px;
	text-align: center;
	background: #fcd1d1;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 50%;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.indexCon3Scroll .slick-dots li.slick-active {
	background: #d93636;
}
.indexColumn3RDown{
	background: url(../images/c3Bg.png) no-repeat center center;
	background-size: cover;
	padding: 25px 20px;
	border-radius: 4px;
}
.indexColumn3RDownC{height: 110px; position: relative; padding-left: 305px;}
.indexColumn3Btn{
	position: absolute;
	left: 0;
	top:0;
}
.indexColumn3Btn a{
	width: 295px;
	height: 110px;
	text-align: center;
	border-radius: 5px;
	transition: 0.3s;
	display: block;
}
.indexColumn3Btn1 a{
	background-color: #c50001;
}
.indexColumn3Btn2 a{
	background: linear-gradient(to right,#38c6ff,#057ffe);
}
.indexColumn3Btn .text1{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	padding-top: 20px;
	line-height: 40px;
}
.indexColumn3Btn .text1 span{
	vertical-align: top;
}
.indexColumn3Btn .text2{
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}
.indexColumn3Btn a:hover{
	transform: translateY(-3px);
	box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
}
.indexColumn3RCon1 .list{ margin-right: -10px;}
.indexColumn3RCon1 .con{
	float: left;
	display: inline;
	width: 50%;
	margin-bottom: 10px;
}
.indexColumn3RCon1 .con a{
	display: block;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	margin-right: 10px;
}
.indexColumn3RCon1 .con.con1 a{
	background-color: #fb8c50;
}
.indexColumn3RCon1 .con.con2 a{
	background-color: #f29a2d;
}
.indexColumn3RCon1 .con.wljb a{
	background-color: #c50001;
}
.indexColumn3RCon1 .con.zqqd a{
	background-color: #ff5814;
}
.indexColumn3RCon1 .con img{
	max-height: 30px;
	margin-right: 15px;
	vertical-align: middle;
}
.indexColumn3RCon1 .con a:hover{
	transform: translateY(-3px);
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.indexTitle{
	font-size: 20px;
	font-weight: bold;
	color: #d93636;
	position: relative;
}
.indexTitle::before{
	content: '';
	display: block;
	border-bottom: 2px solid #d93636;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -2px;
}

.indexColumnTab2{
	font-size: 16px;
	color: #666;
}
.indexColumnTab2 .title{
	display: inline-block;
}
.indexColumnTab2 .title a{
	transition: 0.2s;
	margin: 0 10px;
	cursor: pointer;
}
.indexColumnTab2 .title.hover a{
	color: #d93636;
	font-weight: bold;
}
/*第三通栏end*/
/*第四通栏start*/
.indexColumn4{
	overflow: hidden;
	margin-bottom: 20px;
}
.indexColumn4L{
	padding: 10px 20px 0;
	width: 560px;
	background: #fff;
	margin-right: 20px;
	float: left;
	height: 395px;
	border-radius: 4px;
}
.indexColumn4L .indexColumnT{
	margin-bottom: 10px;
}
.indexList1 dd{
    font-size: 14px;
    padding-left: 15px;
    line-height: 37px;
    height: 37px;
    overflow: hidden;
    background: url(../images/ddIcon1.png) no-repeat 0 center;
	border-bottom: 1px dashed #efefef;
}
.indexList1 dd:last-child{
	border-bottom: none;
}
.indexList1 dd .time{
	color: #aaaaaa;
}
.indexList1 a {
    color: #555555;
    display: block;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 37px;
    height: 37px;
	font-size: 14px;
}
.indexList1 a:hover{
	color: #d93636;
}
.indexColumn4R{
	padding: 10px 20px 0;
	width: 540px;
	background: #fff;
	float: left;
	height: 395px;
	border-radius: 4px;
}
.indexColumn4R .indexColumnT{
	margin-bottom: 20px;
}
.indexColumn4R .indexColumnTab .title a {
    color: #d93636;
    border-color: #d93636;
    font-weight: bold;
}
.index4RDl{
	overflow: hidden;
	margin-right: -15px;
}
.index4RDl dd{
	float: left;
	display: inline;
	margin-right: 15px;
	margin-bottom: 15px;
}
.index4RDl dd.dd1{
	width: 262px;
}
.index4RDl dd.dd1 .pic:before{
	padding-top: 122.14%;
}
.index4RDl dd a{
	display: block;
	position: relative;
}
.index4RDl dd a .text{
	position: absolute;
	height: 48px;
	line-height: 48px;
	width: 160px;
	background: rgba(217,54,54,0.8);
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	top: 50%;
	left: 50%;
	text-align: center;
	margin-top: -24px;
	margin-left: -90px;
	padding: 0 10px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.index4RDl dd.dd2{
	width: 124px;
}
.index4RDl dd.dd2 .pic:before{
	padding-top: 137.4%;
}
.index4RDl dd.dd3{
	width: 124px;
}
.index4RDl dd.dd3 .pic:before{
	padding-top: 137.4%;
}
.index4RDl dd.dd2 a .text{
	width: 90px;
	height: 30px;
	line-height: 30px;
	margin-left: -55px;
	font-size: 14px;
	margin-top: -15px;
}
.index4RDl dd.dd3 a .text{
	width: 90px;
	height: 30px;
	line-height: 30px;
	margin-left: -55px;
	font-size: 14px;
	margin-top: -15px;
}
.index4RDl dd.dd4{
	width: 263px;
}
.index4RDl dd.dd4 .pic:before{
	padding-top: 50.9506%;
}
.index4RDl dd a:hover .text{
	visibility: visible;
	opacity: 1;
}
/*第四通栏end*/

/*第五通栏start*/
.indexColumn5{
	background-color: #fff;
	padding: 10px 20px 20px 20px;
}
.indexColumn5Con{
	overflow: hidden;
	position: relative;
	padding: 15px;
	background: #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;
}
.indexColumn5Con .bd .slick-list{
	margin-right:-8px;
}
.indexColumn5Con .bd .myslide{
	width: 25%;
	float: left;
	display: inline;
}
.indexColumn5Con .bd a{
	display: block;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
	height: 90px;
	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:hover .prev{
	left: 0px;
}
.indexColumn5Con .bd:hover .next{
	right: 0px;
}
/*第五通栏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;}
/*内页外结构结束*/
/*当前位置开始*/
.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: #d93636;
}
.locationL a.hover{
	color: #d93636;
}
/*当前位置结束*/

/* 左侧导航栏开始 */
.subPageR{
	overflow: hidden;
}
.leftNav{
	width: 270px;
	margin-right: 20px;
}
.leftNavTitle{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	background: #d93636;
	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: #d93636;
	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 #d93636;
	border-right: none;
	border-left-color: #d93636;
	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: #d93636;
	border-radius: 100%;
	display: block;
	content: '';
	
}
.leftNavDl1 dd .yj:hover a{
	background: #d93636;
	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: #d93636;
	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: #d93636;
	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: #d93636;
}
.leftNavDl1 dd .sj a.hover{
	color: #d93636;
}
/* 左侧导航栏结束 */

/* 页码开始 */
.page a:hover{background: #d93636;}
.page a.hover{background: #d93636;}
/* 页码结束 */

/*内页框架结束*/