﻿@charset "UTF-8";

/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/
.anHide {
	opacity: 0;
}

.auchor {
	visibility: hidden;
}

.footSearchBox {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	display: none;
}

.footSearchBox .wrap {
	position: relative;
	top: 50%;
	margin-top: -25px;
}

.searchCont {
	overflow: hidden;
	width: 400px;
	margin: 0px auto;
	position: relative;
	border-radius: 4px;
	background: #fefbf6;
}

.searchInpDiv {
	display: block;
	overflow: hidden;
	padding: 0px 20px;
}

.searchInpDiv input {
	display: block;
	height: 50px;
	width: 100%;
	border: none;
	background: none;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	line-height: 50px;
}

a.footSearchBt {
	display: block;
	width: 62px;
	height: 50px;
	overflow: hidden;
	background: #fefbf6;
	font-size: 0;
	text-align: center;
	line-height: 50px;
	border-radius: 0px 3px 3px 0px;
	position: relative;
	background: url(/images/img/se1.png) center center no-repeat;
}

a.footSearchBt::before {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 22px;
	left: 0;
	top: 50%;
	background: #e5e5e5;
	margin-top: -11px;
}

.closeSearchBt {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	right: 60px;
	top: 100px;
	background: url(/images/img/close_h.png) no-repeat center center;
	background-size: 20px auto;
}

/*头部开始*/
.top {
	position: fixed;
	left: 0%;
	top: 0;
	right: 0%;
	z-index: 99;
	transition: all 0.5s ease-out 0s;
	transform: none;
	opacity: 1;
	background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0));
	

}
.top1 .topHead{ background:#94070a;transform:translateY(0px);}
.topHead {
	height: 40px;
	overflow: hidden;
	transform:translateY(10px)
	
}

.topHeadL {
	overflow: hidden;
	line-height: 40px;
	color: #e6e6e6;
	font-size: 14px;
}

.topHeadR {
	overflow: hidden;
}

.topHeadSearch {
	width: 44px;
	height: 40px;
}

.topHeadSearch a {
	display: block;
	height: 40px;
	background: url(/images/img/s_icon1.png) center center no-repeat;
}

.topLanguage {
	height: 40px;
	border-left: 1px solid #94070a;
	padding: 0 11px 0 14px;
	line-height: 40px;
	font-size: 0;
}

.topLanguage a {
	display: inline-block;
	line-height: 40px;
	height: 40px;
	color: #76a29b;
	font-size: 14px;
}

.topLanguage a.hover {
	font-size: 14px;
	color: #fff;
}

.topLanguage span {
	display: inline-block;
	padding: 0 3px;
	font-size: 14px;
	color: #b0c3c0;
}

.topTel {
	padding-left: 24px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding-right: 18px;
}

.topTel span {
	padding-left: 20px;
	background: url(/images/img/s_icon2.png) left center no-repeat;
	font-size: 14px;
	color: #D1D1D1;
}

.topTel em {
	width: 125px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
}

.topOrder {
	width: 126px;
	height: 40px;
	background: #94070a;
}

.topOrder a {
	display: block;
	height: 40px;
	text-align: center;
}

.topOrder a span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-left: 32px;
	background: url(/images/img/s_icon3.png) left center no-repeat;
	font-size: 14px;
	color: #fff;
}

.topBody {
	position: relative;
}

.topBodyC {
	position: relative;
	width: 100%;
	top: 0;
	height: 90px;
}

.topBodyL {
	overflow: hidden;
}

.logo {
	height: 60px;
	padding: 15px 0;
}

.logo img {
	display: block;
	height: 60px;
}

/*头部结束*/
/*menu开始*/
.topBodyCWrap {
	position: relative;
}

.menuDl {
	display: flex;
	float: left;

}

.menuDl dd {
	float: left;
	display: inline;
}

.topMenu {
	position: relative;
	z-index: 9;
	padding: 20px 0;
	margin-left: 18px;
}

.topMenu a {
	display: block;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	transition: 0.4s;
}

.menuDl dd+dd::before {
	content: '';
}

.menuDl dd.hover .topMenu a,

.topMenu a:hover {
	color: #FFFFFF;
}

.twoMenu {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	display: none;
	overflow: hidden;
	z-index: 3;
	background: rgba(0, 0, 0, 0.5);
	padding: 0 28px;

}

.topMenu:before {
	display: block;
	content: '';
	height: 2px;
	width: 100%;
	background: #FFFFFF;
	opacity: 0;
	visibility: hidden;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	position: absolute;
	left: 0;
	top: 60px;
}

.topMenu .verticalBar {
	height: 30px;
	width: 2px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform-origin: center top;
	-webkit-transform-origin: center top;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 60px;
}

.menuDl dd.hover .topMenu::before {
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

.menuDl dd.hovers .topMenu .verticalBar {
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

.twoMenu a {
	text-align: center;
	color: #fff;
	font-size: 14px;
	display: block;
	line-height: 75px;
	margin-right: 32px;

}

.twoMenu a:hover {
	color: #c30000;
}

.menuConDl .dd {
	padding: 30px;
	border-top: 1px solid #c30000;
	position: absolute;
	top: 90px;
	width: 110px;
	background: rgba(255, 255, 255, 0.85);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	z-index: 1;
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.08);
}
.menuConDl .bigbox{width: 900px;}
.menuConDl .dd:before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	background: #fff url(/images/img/topbg.jpg) no-repeat bottom left;
	background-size: cover;
	z-index: -1;
}

.menuConDl .dd .con {
	overflow: hidden;
}

.menuConDl .dd .conL {
	width: 405px;
	margin-right: 30px;
}

.menuConDl .dd .conL .pic {
	width: 195px;
}

.menuConDl .dd .conL .text {
	width: 208px;
	height: 130px;
	overflow: hidden;
	background-position: center 10px;
	background-repeat: no-repeat;
}

.menuConDl .dd .conR {
	overflow: hidden;
}

.menuConDl .dd .conR a {
	width: 100%;
	font-size: 18px;
	color: #555;
	display: block;
	float: left;
	line-height: 36px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	cursor: pointer;
	text-align: center;
}
.menuConDl .bigbox .conR a{width:50%;}
.menuConDl .dd .conR a:hover {
	color: #c30000;
}

.menuConDl .dd .conR a.hover {
	color: #c30000;
}

.menuConDl .dd.show {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.2s ease-out 0s;
}

.menuColor .topMenu a {
	color: #333;
}

.menuDl.menuColor dd.hover .topMenu a,
.topMenu a:hover {
	color: #333;
	font-weight: bold;
}

.menuDl.menuColor .topMenu:before,
.menuDl.menuColor .topMenu .verticalBar {
	background: #c30000;
}

/*menu结束*/
/*indexBanner开始*/
.colBgBoxw {
	position: absolute !important;
	width: 102%;
	height: 102%;
	left: -1% !important;
	top: -1% !important;
}

.colBg {
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.indexBanner {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.indexBanner .bd,
.indexBanner .slick-track,
.indexBanner .slick-list {
	position: relative;
	height: 100%;
}

.indexBanner .myslide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
}

.indexBanner .myslide a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transition: all 2s cubic-bezier(0.14, 0.32, 0.51, 0.65);
	-webkit-transition: all 2s cubic-bezier(0.14, 0.32, 0.51, 0.65);
}

.indexBanner .myslide.slick-active a {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.indexBanner .slick-dots {
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 50px;
	left: 0;
	z-index: 99;
	text-align: center;
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 100%;
	margin: 0 10px;
	margin-top: 4px;
	cursor: pointer;
	position: relative;
	vertical-align: middle;
}

.indexBanner .slick-dots li:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	border: 2px solid #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	transform-origin: center center;
	transition: all 0.3s;
}

.indexBanner .slick-dots li.slick-active {
	width: 8px;
	height: 8px;
}

.indexBanner .slick-dots li.slick-active:after {
	transform: translate(-50%, -50%) scale(1);
}

.indexBanner .text {
	position: absolute;
	width: 100%;
	top: 45px;
	bottom: 0;
	left: 0;
	z-index: 2;
}


.indexBanner .text .con1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.indexBanner .text .con1 img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.conLine {
	position: absolute;
	width: 100px;
	height: 2px;
	left: 550px;
	top: 190px;
	background: #fff;
}

.indexBanner .indexBannerBtn {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
}

.indexBannerBtn .prev {
	display: block;
	position: absolute;
	width: 15%;
	height: 100%;
	left: 0;
	top: 0%;
	background: url(/images/img/indexbannerprev.png) center center no-repeat;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	transform: translateX(-70%);
	-webkit-transform: translateX(-70%);
	cursor: pointer;
}

.indexBannerBtn .next {
	display: block;
	position: absolute;
	width: 15%;
	height: 100%;
	right: 0;
	top: 0%;
	background: url(/images/img/indexbannernext.png) center center no-repeat;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	transform: translateX(70%);
	-webkit-transform: translateX(70%);
	cursor: pointer;
}

.indexBannerBtn .prev:hover {
	transform: translateX(-5%);
	-webkit-transform: translateX(-5%);
}

.indexBannerBtn .next:hover {
	transform: translateX(5%);
	-webkit-transform: translateX(5%);
}

/*indexBanner结束*/

/* 实现覆盖效果 start */
.indexBox1 {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.indexBox2 {
	position: fixed;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: #f9fdfe;
	overflow: hidden;
	overflow-y: auto;
	transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
	outline: none;
}

.indexBox2.show {
	top: 0;
}

.top1 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9;
	opacity: 0;
	transform: translateY(-100%);
	transition: all 0.5s ease-out 0s;
	box-shadow: 0 1px 3px rgb(0, 0, 0, 0.1);
}

.top1.show {
	transition: all 0.7s ease-in-out 0.5s;
	transform: none;
	opacity: 1;
}

.top1.fxd {
	position: fixed;
}

.top.hide {
	opacity: 0;
	transform: translateY(-100%);
	transition-delay: 0.5s;
}

.top1 .topBodyC {
	background: #FFFFFF;
}

/* 实现覆盖效果 end */
/*第一通栏start*/
.column1 {
	position: relative;
	padding-bottom: 50px;
}
.more{float: right; font-size: 16px; padding: 3px 10px; border:1px solid #c30000; font-weight: normal; line-height: 20px; color: #c30000 !important; margin-top:14px; transition: 0.5s;}
.more:hover{ background:#c30000 ; color:#fff !important;}
.column1C {
	overflow: hidden;
}

.column1CL {
	width: 32.5%;
}

.column1CR {
	overflow: hidden;
}
.newlist li a{
	line-height: 46px;
	font-size: 18px;
	float: left;
	width: 80%; 
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newlist li{ width: 100%; overflow: hidden; padding-left:14px; background: url(/images/img/dian_06.jpg) no-repeat left center; box-sizing: border-box; margin: 7px 0;}
.newlist li span{ float: right; font-size: 16px; line-height: 46px; color: #ccc;}
.cbox{width: 32.5%;
    margin-left: 24px;}
	.rbox{width: 31.38%;}
.indexTitleBox {
	height: 50px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 16px !important;
}

.indexTitle {
	height: 50px;
	line-height: 50px;
	background-position: left center;
	background-repeat: no-repeat;
}

.column1Banner {
	position: relative;
	padding-top: 10px;
	border-radius: 2px;
	overflow: hidden;
}

.column1Banner .pic::before {
	padding-top: 65%;
}

.column1Banner .title {
	display: none;
}

.column1Text {
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
}

.column1Text a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	margin-right: 80px;
}

.column1Text a h5 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}
.column1Banner .slick-dots {
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0px;
	right: 30px;
	z-index: 99;
	text-align: center;
	vertical-align: middle;
}

.column1Banner .slick-dots li {
	display: inline-block;
	width:7px;
	height: 7px;
	background: #fff;
	border-radius: 100%;
	margin: 0 4px;
	margin-top: 21px;
	cursor: pointer;
	position: relative;
	vertical-align: middle;
}
.column1Banner .slick-dots li.slick-active {
	background: #c30000;
}

.column1Banner .prev{
	position: absolute;
	width: 20px;
	height: 50px;
	right: 80px;
	bottom: 0;
	z-index: 10;
	cursor: pointer;
}
.column1Banner .prev::after{
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -7px;
	border: 7px solid transparent;
	border-right-color: #fff;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.column1Banner .next{
	position: absolute;
	width: 20px;
	height: 50px;
	right: 10px;
	bottom: 0;
	z-index: 10;
	cursor: pointer;
}
.column1Banner .next::after{
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	right: 50%;
	margin-right: -10px;
	margin-top: -7px;
	border: 7px solid transparent;
	border-left-color: #fff;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.column1Banner .next:hover::after{
	border-left-color: #c30000;
}
.column1Banner .prev:hover::after{
	border-right-color: #c30000;
}
.column1CR .indexTitleBox {
	margin: 0 5px;
}

.indexTMore {
	width: 30px;
	height: 50px;
}

.indexTMore a {
	display: block;
	height: 40px;
	width: 30px;
	background: url(/images/img/s_icon5.png) center center no-repeat;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.indexTMore a:hover{
	background: url(/images/img/s_icon5h.png) center center no-repeat;
} 
.indexTitleDl {
	overflow: hidden;
	width: 300px;
    float: right;
}

.indexTitleDl dd {
	float: left;
	display: inline;
	margin-right:20px;
}

.indexTitleDl dd a {
	display: block;
	position: relative;
	height: 40px;
	font-size: 16px;
	color: #7c7c7c;
	border: 1px solid #dcdcdc;
	padding: 0 30px;
	border-radius: 50px;
	box-sizing: border-box;
}



.indexTitleDl dd.hover a {
	color: #94070a;
	border: 2px solid #94070a;
	box-sizing: border-box;
}

.indexTitleDl dd:hover a {
	color: #94070a;
}



.column1Dl {
	overflow: hidden;
	margin: 0 -5px;
	padding: 5px 0;
}

.column1Dl dd {
	float: left;
	display: inline;
	width: 50%;
	padding: 5px 0;
}

.column1Dl dd .con {
	margin: 0 5px;
	background: #fff;
	padding: 20px;
	border-radius: 3px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.column1Dl dd .title a {
	display: block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-weight: bold;
	color: #555;
	font-size: 18px;
	margin-bottom: 7px;
}

.column1Dl dd .title a:hover {
	color: #c30000;
}

.column1Dl dd .text {
	height: 44px;
	line-height: 22px;
	font-size: 14px;
	overflow: hidden;
	color: #858585;
	margin-bottom: 18px;
}

.column1Dl dd .time {
	height: 41px;
	line-height: 41px;
	font-size: 22px;
	color: #c30000;
}

.column1Dl dd .time span {
	color: #999;
	font-size: 15px;
	padding-left: 3px;
}

.column1Dl dd .con:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

/*第一通栏end*/
/*第二通栏start*/
.column2 {
	position: relative;
	overflow: hidden;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.column2 .indexTitle{
	transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
	opacity: 0;
}
.column2 .indexTMore{
	transform: translateX(200px);
	-webkit-transform: translateX(200px);
	transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
	opacity: 0;
}
.column2.showdiv .indexTitle{
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	opacity: 1;
}
.column2.showdiv .indexTMore{
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	opacity: 1;
}
.column2Banner {
	padding-top: 7px;
}

.column2Pic {
	width: 50%;
}

.cloumn2VideoBox {
	overflow: hidden;
	width: 50%;
	transform: translateY(-200px);
	-webkit-transform: translateY(-200px);
	transition: all 1.5s ease-out 0s;
	-webkit-transition: all 1.5s ease-out 0s;
	opacity: 0;
}

.column2.showdiv .cloumn2VideoBox{
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}

.cloumn2Video {
	padding-left: 10px;
	padding-top: 5px;
}

.column2Dl {
	margin-left: -10px;
overflow: hidden;}

.column2Dl dd {
	float: left;
	display: inline;
	width: 50%;
	margin: 10px 0;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
	opacity: 0;
}


.column2.showdiv .column2Dl dd{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
}

.column2Dl dd .con {
	margin: 0 10px;
	position: relative;
	border-radius: 3px;
	transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
}

.column2Dl dd .con:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 0px 10px 0 rgb(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0px 10px 0 rgb(0, 0, 0, 0.3);
	position: relative;
	z-index: 10;
}

.column2Dl dd .con a {
	display: block;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: 3px;
}

.column2Dl dd .con .pic::before {
	padding-top: ;
}

.column2Dl dd .con .text {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
}

.column2Dl dd .con .text::before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 83px;
	left: 0;
	bottom: 0;
	background: url(/images/img/bgshade.png) center center no-repeat;
	z-index: 1;
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
}

.column2Dl dd .con .text::after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transition: all .5s ease-out 0s;
	-webkit-transition: all .5s ease-out 0s;
}

.column2Dl dd .con .textC {
	position: absolute;
	width: 100%;
	height: 60px;
	left: 0;
	bottom: 0;
	z-index: 3;
	transition: all 0.6s ease-out 0.1s;
	-webkit-transition: all 0.6s ease-out 0.1s;
}

.column2Dl dd .con span {
	position: absolute;
	height: 30px;
	line-height: 30px;
	left: 10px;
	right: 10px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}

.column2Dl dd .con:hover .text::before {
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
}

.column2Dl dd .con:hover .text::after {
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
}

.column2Dl dd .con:hover .textC {
	height: 100%;
}

.cloumn2Video .con {
	padding: 5px 0;
}

.cloumn2Video .con a {
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	display: block;
}

.cloumn2Video .con .pic {
	border-radius: 3px;
	overflow: hidden;
}

.cloumn2Video .con .pic::before {
	padding-top: 67.6058%;
}

.cloumn2Video .con .cloumn2Play {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
}

.cloumn2Video .con span {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	background: url(/images/img/s_icon6.png) center center no-repeat;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}

.cloumn2Video .con:hover span {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

.column2Banner {
	position: relative;
	padding-bottom: 40px;
}

.column2Banner .prev {
	position: absolute;
	width: 36px;
	height: 36px;
	top: -42px;
	right: 50px;
	background: url(/images/img/prev.png) center center no-repeat;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	border-radius: 36px;
	overflow: hidden;
	cursor: pointer;
}

.column2Banner .next {
	position: absolute;
	width: 36px;
	height: 36px;
	top: -42px;
	right: 0px;
	background: url(/images/img/next.png) center center no-repeat;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	border-radius: 36px;
	overflow: hidden;
	cursor: pointer;
}

.column2Banner .prev:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08);
	background: url(/images/img/prev_h.png) center center no-repeat;
}

.column2Banner .next:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08);
	background: url(/images/img/next_h.png) center center no-repeat;
}

/*第二通栏end*/
/**第三通栏start fpx 2018*/
.fbtl {
	position: relative;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
  }
  .fbtl .cn {
	float: left;
	font-size: 30px;
	color: #c30000;
	font-family: 'Source Han Serif CN';
	font-weight: bold;
	-webkit-transition: 0.5s;
	transition: 0.5s;
  }

  
  .fwai .pic {
	width: 100%;
	height: 100%;
	background-color: #000;
	font-size: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
  }
  .fwai .pic img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	opacity: 0.8;
	-webkit-transition: .4s;
	transition: .4s;
  }
  .fwai .info {
	position: absolute;
	top: 180px;
	left: 0;
	z-index: 2;
	width: 100%;
	padding-bottom: 78px;
	background: url('../images/jia2.png') bottom no-repeat;
	-webkit-transition: .4s;
	transition: .4s;
  }
  .fwai .info h3 {
	font-size: 34px;
	color: #fff;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	overflow: hidden;
  }
  .fwai .info h4 {
	font-size: 24px;
	color: #fff;
	line-height: 48px;
	height: 48px;
	padding: 0 20px;
	overflow: hidden;
	text-transform: uppercase;
	opacity: 0.5;
	margin-top: 6px;
	font-weight: normal;
  }
  .fwai .cover1 {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	z-index: 6;
	border: 1px solid rgba(255, 255, 255, 0.5);
  }
  .fwai:hover .info {
	top: 150px;
  }
  .fwai:hover img {
	opacity: 0.5;
  }
  .fdanglist {
	margin-top: 20px;
  }
  .fdanglist li {
	width: 100%;
	margin-top: 4px;
	position: relative;
	background-color: #fff;
  }
  .fdanglist li.i1 {
	margin-top: 0;
  }
  .fdanglist li a {
	display: block;
  }
  .fdanglist li .pic {
	width: 100%;
	height: 250px;
	overflow: hidden;
	font-size: 0;
  }
  .fdanglist li .pic img {
	-o-object-fit: cover;
	   object-fit: cover;
  }
  .fdanglist li .inner {
	display: block;
	position: relative;
	padding: 24px 24px 24px 128px;
	overflow: hidden;
  }
  .fdanglist li .inner:before {
	content: '';
	position: absolute;
	left: 100px;
	top: 50%;
	z-index: 0;
	width: 1px;
	height: 50px;
	background-color: #ddd;
	margin-top: -25px;
  }
  .fdanglist .date {
	width: 54px;
	position: absolute;
	left: 24px;
	top: 24px;
	z-index: 1;
  }
  .fdanglist .date span {
	display: block;
	text-align: center;
	font-family: 'arial';
  }
  .fdanglist .date .day {
	font-size: 36px;
	line-height: 36px;
	height: 36px;
	color: #333;
  }
  .fdanglist .date .year {
	font-size: 14px;
	line-height: 16px;
	height: 16px;
	color: #333;
  }
  .fdanglist li h3 {
	font-size: 18px;
	color: #333;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	font-weight: normal;
  }
  .fdanglist li:hover h3 {
	color: #c30000;
  }
  .fdanglist li:hover .date .day,
  .fdanglist li:hover .date .year {
	color: #c30000;
  }
  .fdanglist li:hover .inner:before {
	background-color: rgba(0, 124, 195, 0.1);
  }
  .fdanglist .inner:before,
  .fdanglist h3 {
	-webkit-transition: 0.5s;
	transition: 0.5s;
  }
  .fdanglist .day,
  .fdanglist .year {
	-webkit-transition: 0.5s;
	transition: 0.5s;
  }
  .fshuang {
	padding: 128px 0 152px;
	background: url('../images/fshuangbg.jpg') center / cover no-repeat;
  }
  .fchuanglist {
	padding: 46px 0 2px;
	margin: 0 -20px;
	overflow: hidden;
  }
  .fchuanglist li {
	float: left;
	width: 460px;
  }
  .fchuanglist li .lin {
	padding: 0 20px;
  }
  .fchuanglist li a {
	display: block;
	position: relative;
  }
  .fchuanglist .pic {
	width: 100%;
	height: 218px;
	overflow: hidden;
	font-size: 0;
  }
  .fchuanglist img {
	-o-object-fit: cover;
	   object-fit: cover;
  }
  .fchuanglist .date {
	width: 70px;
	position: absolute;
	left: 0px;
	top: 184px;
	z-index: 1;
	background-color: #c30000;
	padding: 9px 0 5px;
  }
  .fchuanglist .date span {
	display: block;
	text-align: center;
	font-family: 'arial';
  }
  .fchuanglist .date .day {
	font-size: 30px;
	line-height: 36px;
	height: 36px;
	color: #fff;
  }
  .fchuanglist .date .year {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	color: #fff;
  }
  .fchuanglist li .wz {
	padding: 15px 0 10px;
	border-bottom: 1px solid transparent;
  }
  .fchuanglist li h3 {
	font-size: 18px;
	color: #333;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 82px;
  }
  .fchuanglist li .txt {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin: 10px 0 30px;
  }
  .fchuanglist li label {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	font-style: italic;
	cursor: pointer;
	height: 20px;
  }
  .fchuanglist li:hover .wz {
	border-bottom-color: #c30000;
  }
  .fchuanglist li:hover h3 {
	color: #c30000;
  }
  .fchuanglist li:hover label {
	color: #c30000;
  }
  .fchuanglist h3,
  .fchuanglist label,
  .fchuanglist .wz {
	-webkit-transition: .5s;
	transition: .5s;
  }

.fdangzhao {
	padding: 40px 0 88px;
	background: url('/images/img/fdangbg.jpg') center / cover no-repeat;
  }
  .cer8{overflow: hidden;}
  .fdang {
	float: left;
	width: 32.5%;
  }
  .fzhao {
	float: left;
	width: 32.5%;
	margin-left: 24px;
  }
  .fwai {
	float: right;
	width: 31.38%;
	margin-top: 0px;
  }
.column3 {
	position: relative;
	height: 228px;
	background: rgb(250 244 244);
}
.yqlj .wrap::before{
	content: "友情链接：";
	float: left;
	font-size: 20px;
	margin-right: 20px;
	color: #fff;
	line-height: 50px;
}
.yqlj{ background-color: rgb(61 64 63); overflow: hidden; width: 100%;}
.yqlj a{float: left; font-size: 16px; margin: 0 10px; line-height: 50px; color: #fff;}
.column3Box {
	overflow: hidden;
	width: 100%;
	height: 150px;
}

.column3Box dd {
	float: left;
	display: inline;
	height: 180px;
	width: 14.375%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.column3Box dd.dd1 {
	width: 42.5% !important;
}

.column3Box dd a {
	display: block;
	height: 150px;
	position: relative;
	transition: all .8s ease-out 0s;
	-webkit-transition: all .8s ease-out 0s;
	transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	opacity: 0;
}
.column3Box dd.dd1 a{
	transition-delay: .75s;
}
.column3Box dd.dd2 a{
	transition-delay: .6s;
	z-index: 2;
}
.column3Box dd.dd3 a{
	transition-delay: .45s;
	z-index: 3;
}
.column3Box dd.dd4 a{
	transition-delay: .3s;
	z-index: 4;
}
.column3Box dd.dd5 a{
	z-index: 5;
	transition-delay: .15s;
}
.column3.showdiv .column3Box dd a{
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	opacity: 1;
}

.column3Box dd.dd1 .dtText {
	float: left;
	display: inline;
	width: 115px;
	height: 100%;
	text-align: center;
}

.column3Box dd.dd1 .dtTextC {
	display: inline-block;
	font-size: 0;
	height: 100%;
	overflow: hidden;
}

.column3Box dd.dd1 .dtTextC .title {
	float: left;
	display: inline;
	width: 20px;
	font-size: 18px;
	color: #fff;
	line-height: 20px;
	margin-top: 30px;
}

.column3Box dd.dd1 .dtTextC .dtTextPep {
	float: left;
	display: inline;
	width: 14px;
	height: 100%;
	font-size: 14px;
	font-family: arial;
	background: url(/images/img/bt.png) center center no-repeat;
	padding: 0 5px;
}

.column3Box dd.dd1 .pic {
	overflow: hidden;
	height: 100%;
}

.column3Box dd.dd1 .pic::before {
	display: none;
}

.column3Box dd .picBox {
	position: relative;
	width: 100%;
	z-index: 1;
	height: 100%;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
}

.column3Box dd.dd2 .picBox {
	background-color: #0f6e5f;
}

.column3Box dd.dd3 .picBox {
	background-color: #045ebf;
}

.column3Box dd.dd4 .picBox {
	background-color: #c30000;
}

.column3Box dd.dd5 .picBox {
	background-color: #e37b33;
}

.column3Box dd .text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	box-sizing: border-box;
	padding:20px 30px 0;
}

.column3Box dd .text .title {
	height: 26px;
	line-height: 26px;
	font-size: 20px;
	color: #fff;
	overflow: hidden;
}

.column3Box dd .text .textItro {
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.14);
	overflow: hidden;
	font-family: arial;
	text-transform: uppercase;
}

.column3Box dd .text .textIcon {
	width: 50px;
	height: 50px;
}

.column3Box dd.dd5 .text .textIcon {
	width: 45px;
	height: 45px;
}

.column3Box dd .text .textIcon .textSvg {
	position: relative;
	width: 100%;
	height: 100%;
}

.column3Box dd .text .textIcon .textSvg .cls-1 {
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2px;
}

.column3Box dd .text .textIcon .textSvg .cls-2 {
	fill: none;
	stroke: #fff;
	stroke-linecap: square;
	stroke-miterlimit: 10;
}

.column3Box dd .text .textIcon .textSvg .cls-3 {
	fill: none;
	stroke: #fff;
	stroke-linecap: square;
	stroke-miterlimit: 10;
	stroke-width: 3px;
}

.column3Box dd.dd2 .text .textIcon .textSvg .cls-1 {
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2px;
}

.column3Box dd.dd5 .textItro {
	margin-bottom: 5px;
}

/*第三通栏end*/
/*底部menu start*/
.footerMenu {
	height: 120px;
	background: #94070a;
}

.footerMenu_dl {
	overflow: hidden;
}

.footerMenu_dl dd {
	float: left;
	display: inline;
	width: 25%;
	position: relative;
}

.footerMenu_dl dd::before {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 30px;
	right: -1px;
	background: rgba(255, 255, 255, 0.2);
}

.footerMenu_dl dd .con {
	text-align: center;
	padding: 30px 0;
}

.footerMenu_dl dd .con a {
	display: inline-block;
}

.footerMenu_dl dd .footerMenuIcon {
	float: left;
	display: inline;
	width: 60px;
	height: 60px;
}

.footerMenuText {
	float: left;
	display: inline;
	text-align: left;
	padding-left: 7px;
	margin-top: 6px;
}

.footerMenuText .title {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	font-size: 18px;
	color: #fff;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.footerMenuText .text {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	font-size: 14px;
	color: #d8efeb;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.footerMenu_dl dd .con:hover .title{
	font-weight: bold;
}
.footerMenu_dl dd .con:hover .text{
	padding-top: 5px;
}
.footerMenu_dl .footerMenuSvg {
	position: relative;
	width: 100%;
	height: 100%;
}

.footerMenu_dl .footerMenuSvg svg {
	width: 100%;
	height: 100%;
}

.footerMenu_dl dd.dd1 .cls-1,
.footerMenu_dl dd.dd1 .cls-2,
.footerMenu_dl dd.dd3 .cls-1,
.footerMenu_dl dd.dd3 .cls-2,
.footerMenu_dl dd.dd4 .cls-1 {
	fill: none;
	stroke: #fff;
}

.footerMenu_dl dd.dd1 .cls-1,
.footerMenu_dl dd.dd1 .cls-2,
.footerMenu_dl dd.dd2 .cls-3,
.footerMenu_dl dd.dd3 .cls-1,
.footerMenu_dl dd.dd3 .cls-2,
.footerMenu_dl dd.dd4 .cls-1 {
	stroke-width: 5px;
}

.footerMenu_dl dd.dd1 .cls-2,
.footerMenu_dl dd.dd2 .cls-3,
.footerMenu_dl dd.dd2 .cls-4,
.footerMenu_dl dd.dd3 .cls-2,
.footerMenu_dl dd.dd4 .cls-1 {
	stroke-linecap: round;
	stroke-linejoin: round;
}

.footerMenu_dl dd.dd1 .cls-1,
.footerMenu_dl dd.dd2 .cls-1,
.footerMenu_dl dd.dd2 .cls-2,
.footerMenu_dl dd.dd2 .cls-2,
.footerMenu_dl dd.dd3 .cls-1 {
	stroke-miterlimit: 10;
}

.footerMenu_dl dd.dd2 .cls-1 {
	fill: #fff;
	stroke-width: 0;
}
.footerMenu_dl dd.dd2 .cls-1,
.footerMenu_dl dd.dd2 .cls-2,
.footerMenu_dl dd.dd2 .cls-3,
.footerMenu_dl dd.dd2 .cls-4{
	stroke: #fff;
}

.footerMenu_dl dd.dd2 .cls-2,
.footerMenu_dl dd.dd2 .cls-3,
.footerMenu_dl dd.dd2 .cls-4{
	fill: none;
}

.footerMenu_dl dd.dd2 .cls-2,
.footerMenu_dl dd.dd2 .cls-4{
	stroke-width: 4px;
}
/*底部menu end*/
/*底部开始*/
.footer {
	background: #292f2d;
	padding-top: 34px;
	padding-bottom: 27px;
	overflow: hidden;
}
.flogo{padding: 20px 40px 20px 20px;}
.ewm{ width: 120px;}
.footerLogo {
	width: 500px;
	margin-bottom:24px;
}

.footerLogo img {
	display: block;
	height: 70px;
}

.footerBody {
	text-align: left;
}

.footerBodyC {
	display: inline-block;
}

.copyright {
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	margin-right: 12px;
}

.dicp {
	position: relative;
}

.dicp a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
}

.dicp a:hover {
	color: #fff;
}




.dicp a span {
	display: block;
	padding-left: 23px;
	background: url(/images/img/s_icon4.png) left center no-repeat;
}

.footerWay {
	overflow: hidden;
}

.footerWayspan {
	font-size: 18px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding-right: 20px;
	position: relative;
	padding-left: 17px;
}

.footerWayspan:first-child {
	padding-left: 0px;
}

.footerWayspan::before {
	display: block;
	content: "";
	position: absolute;
	width: 2px;
	height: 15px;
	top: 50%;
	margin-top: -7px;
	right: 0;
	background: #454847;
}

.footerWayspan:last-child::before {
	display: none;
}

.footerMz {
	overflow: hidden;
}

.footerMz a {
	float: left;
	display: inline;
	padding: 0 15px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #999;
	position: relative;
}

.footerMz a::before {
	display: block;
	content: "";
	position: absolute;
	width: 2px;
	height: 15px;
	top: 50%;
	margin-top: -7px;
	right: 0;
	background: #454847;
}

.footerMz a:hover {
	color: #fff;
}

.jszc {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	padding-left: 13px;
}

.jszc a {
	font-size: 14px;
	color: #fff;
}

.jszc a:hover {
	color: #fff;
}

/*底部结束*/
/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/
/*
-----------------------------频道页end-----------------------------
*/
/*subBanner 开始*/
.subBanner {
	clear: both;
	width: 100%;
	height: 450px;
	/* padding-top: 18%; */
	position: relative;
}

.subBannerC {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.subBanner .text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}

.subBannerText {
	text-align: center;
}

.subBannerTextC {
	display: inline-block;
	overflow: hidden;
}

.subBannerLine {
	float: left;
	display: inline;
	height: 60px;
	line-height: 60px;
	width: 30px;
	position: relative;
}

.subBannerLine::before {
	display: block;
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	left: 0;
	top: 50%;
	background: rgba(255, 255, 255, 0.6);
}

.subBannerTitle {
	float: left;
	display: inline;
	margin: 0 20px;
	height: 60px;
	line-height: 60px;
}

.subBannerTitle img {
	display: block;
	object-fit: contain;
	object-position: center center;
}

/*subBanner 结束*/

/*内页外结构开始*/

/*内页外结构结束*/
/*当前位置开始*/
.locationBox {
	position: relative;
	z-index: 1;
}
.leftbox{ width: 20%; float: left; background-color: #fff; margin-top: 20px;}
.rightbox{width: 78%; float: right;}
.btbox{ font-size: 24px; font-weight: bold; line-height:30px; color: #c30000; padding-left: 20px; border-left: 4px solid #c30000; margin:15px 0;}
.locationLeft {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.listbox{ overflow: hidden;}
.chaxunbg .last_ewm{text-align: center; line-height: 30px; padding: 40px 0; border: none;}
.chaxunbg{ width: 80%; margin: 0 10%; border: 1px solid #dcdcdc; background: #fff; padding: 30px 50px;box-sizing: border-box;}
.chaxunbg li{overflow: hidden; font-size: 22px; line-height: 60px; width: 100%; border-bottom: 1px dashed #dcdcdc;}

.chaxunbg li p{float: left; width: 50%;}

.listbox a{font-size: 20px; line-height:72px; padding:0 30px; border-bottom: 1px solid #f9f9f9; float: left; width: 100%; border-left: 3px solid #ffc0c0;box-sizing: border-box;}
.locationLeft .home {
	width: 60px;
	margin-right: 17px;
}
.lmbt{height: 120px;
    background: url(/images/img/sidemenuhdbg.jpg) no-repeat center;
	background-size: 100% 100%;
    text-align: center;
    margin: 0;
    border: 0; font-size:36px; line-height: 120px; color: #fff; font-weight: bold;}

.listbox .hover{ background: #f5f5f5 url(/images/img/rightnavicn1.png) no-repeat 90% center;border-left: 3px solid #c30000; color: #c30000; font-weight: bold;}
.locationLeft .home a {
	display: block;
	height: 60px;
	line-height: 60px;
	background: #f1f1f1 url(/images/img/home.png) center center no-repeat;
}

.locationLBox {
	overflow: hidden;
}

.locationLBox a {
	float: left;
	display: inline;
	line-height: 60px;
	height: 60px;
	padding: 0 10px;
	font-size: 19px;
	color: #888;
}

.locationLBox em {
	float: left;
	display: inline;
	width: 10px;
	line-height: 60px;
	height: 60px;
	background: url(/images/img/locationl.png) center center no-repeat;
}

.locationLBox a.hover {
	color: #c30000;
}

.locationDl {
	height: 60px;
	padding-left: 30px;
}

.locationDl dd {
	float: left;
	display: inline;
}
.locationDl dd .con{
	position: relative;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	position: relative;
	margin: 0 25px;
}
.locationDl dd .con::before{
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden;
	opacity: 0;
	background: #c30000;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.locationDl dd a {
	display: block;
	line-height: 60px;
	height: 60px;
	font-size: 16px;
	color: #333;
}

/* .locationRight .menuIcon {
	box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.095);
}

.locationRight .menuIcon div {
	background: rgb(255, 255, 255) !important;
} */
/* .locationDl dd.hover .con::before{
	position: relative;
	z-index: 10;
	box-shadow: 0px 0px 20px 5px rgb(0, 0, 0, 0.095);
}
.locationDl dd:hover .con{
	position: relative;
	z-index: 10;
	box-shadow: 0px 0px 20px 5px rgb(0, 0, 0, 0.095);
} */
.locationDl dd.hover .con::before{
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	opacity: 1;
	visibility: visible;
}
.locationDl dd:hover .con::before{
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	opacity: 1;
	visibility: visible;
}
.locationDl dd.hover a {
	color: #c30000;
}
.locationDl dd:hover a {
	color: #c30000;
}

/*当前位置结束*/
/*页码开始*/
.page {
	padding: 30px 0;
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	padding: 8px 14px;
	color: #999999;
	border-radius: 3px;
	background: #fff;
	margin: 0 3px;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #94070a;
	color: #fff;
}

.page a.hover {
	background: #94070a;
	color: #fff;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}

.page input.pageDetail {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}

.page label {
	color: #999999;
	position: relative;
	top: -11px;
}

.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}

.page a div {
	width: 11px;
	height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage div {
	background-image: url(/images/img/firstpage.png)
}

.page a.prevPage div {
	background-image: url(/images/img/prevpage.png)
}

.page a.nextPage div {
	background-image: url(/images/img/nextpage.png)
}

.page a.lastPage div {
	background-image: url(/images/img/lastpage.png)
}

.page a.firstPage:hover div {
	background-image: url(/images/img/firstpageh.png)
}

.page a.prevPage:hover div {
	background-image: url(/images/img/prevpageh.png)
}

.page a.nextPage:hover div {
	background-image: url(/images/img/nextpageh.png)
}

.page a.lastPage:hover div {
	background-image: url(/images/img/lastpageh.png)
}

.page a.firstPage.disabled {
	background: #E2E2E2;
}

.page a.prevPage.disabled {
	background: #E2E2E2;
}

.page a.nextPage.disabled {
	background: #E2E2E2;
}

.page a.lastPage.disabled {
	background: #E2E2E2;
}

.page a.firstPage.disabled div {
	background-image: url(/images/img/firstpage.png)
}

.page a.prevPage.disabled div {
	background-image: url(/images/img/prevpage.png)
}

.page a.nextPage.disabled div {
	background-image: url(/images/img/nextpage.png)
}

.page a.lastPage.disabled div {
	background-image: url(/images/img/lastpage.png)
}

/*页码结束*/
/*内页框架结束*/

/* 智慧校园 start */
.wisDomBox {
	position: relative;
	height: 845px;
	overflow: hidden;
}

.wisDomBox .colBg {
	background-position: top center;
}

.wisDomC {
	position: absolute;
	width: 1440px;
	bottom: 0;
	left: 50%;
	height: 100%;
	z-index: 2;
	margin-left: -720px;
}

.wisDomCBox {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.wisDomCBoxR {
	position: absolute;
	width: 66.6667%;
	height: 88.7574%;
	bottom: 0;
	right: 6.6667%;
}

.wisDomCBoxL {
	position: absolute;
	width: 625px;
	height: 277px;
	left: 0;
	bottom: 27.9408%;
	z-index: 20;
}

.wisDomTitle {
	position: absolute;
	right: 0;
	left: 43px;
	bottom: 0;
	top: 0;
	z-index: 2;
}

.wisDomTitle .con1 {
	position: absolute;
	width: 146px;
	height: 200px;
	left: 0;
	top: 33px;
}

.wisDomTitle .con2 {
	position: absolute;
	width: 120px;
	height: 120px;
	top: 88px;
}

.wisDomTitle .con1,
.wisDomTitle .con2 {
	display: block;
	object-fit: cover;
	object-position: center center;
}

.wisDomCBoxR1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.wisDomUl {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.wisDomUl li {
	position: absolute;
	background: url(/images/img/qiubg.png) center center no-repeat;
	background-size: cover;
	transform: translateY(800px);
	-webkit-transform: translateY(800px);
}

.wisDomUl li.li1 {
	width: 40px;
	height: 40px;
	left: 0;
	top: 189px;
	transition-duration: 5s;
}

.wisDomUl li.li2 {
	width: 90px;
	height: 90px;
	left: 111px;
	top: 10px;
}

.wisDomUl li.li3 {
	width: 25px;
	height: 25px;
	left: 384px;
	top: 0px;
}

.wisDomUl li.li4 {
	width: 50px;
	height: 50px;
	left: 596px;
	top: 139px;
}

.wisDomUl li.li5 {
	width: 40px;
	height: 40px;
	right: 104px;
	top: 10px;
}

.wisDomCBoxR2 {
	position: absolute;
	width: 65.625%;
	right: 0;
	height: 460px;
	bottom: 120px;
	z-index: 20;
}

.wisDomDl {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.wisDomDl dd {
	position: absolute;
	width: 130px;
	height: 130px;
	transform: translateY(1000px);
	-webkit-transform: translateY(1000px);
	border-radius: 100%;
}

.wisDomDl dd .con {
	position: relative;
	height: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.wisDomDl dd .con:hover {
	position: relative;
	z-index: 10;
	box-sizing: 0 3px 7px rgba(0, 0, 0, 0.08);
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

.wisDomDl dd a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.wisDomCdlBox {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(/images/img/qiubg.png) center center no-repeat;
	background-size: cover;
}

.wisDomDl dd .wisDomIcon {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.wisDomDl dd .wisSvg {
	position: relative;
	width: 100%;
	height: 100%;
}

.wisDomDl dd .wisSvg svg {
	position: relative;
	width: 100%;
	height: 100%;
}

.wisDomDl dd .title {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 22px;
	color: #fff;
}

.wisDomDl dd.dd2 {
	left: 151px;
	width: 90px;
	height: 90px;
	top: 230px;
}

.wisDomDl dd.dd2 .wisDomIcon {
	width: 40px;
	height: 40px;
}

.wisDomDl dd.dd2 .title {
	height: 22px;
	line-height: 22px;
	font-size: 16px;
}

.wisDomDl dd.dd3 {
	left: 178px;
	width: 88px;
	height: 88px;
	top: 95px;
}

.wisDomDl dd.dd3 .wisDomIcon {
	width: 40px;
	height: 40px;
}

.wisDomDl dd.dd3 .title {
	height: 25px;
	line-height: 25px;
	font-size: 16px;
}

.wisDomDl dd.dd4 {
	left: 279px;
	width: 100px;
	height: 100px;
	top: 187px;
}

.wisDomDl dd.dd4 .wisDomIcon {
	width: 46px;
	height: 46px;
}

.wisDomDl dd.dd4 .title {
	height: 22px;
	line-height: 22px;
	font-size: 16px;
}

.wisDomDl dd.dd5 {
	left: 303px;
	width: 132px;
	height: 132px;
	bottom: 0;
}

.wisDomDl dd.dd5 .wisDomIcon {
	width: 55px;
	height: 55px;
}

.wisDomDl dd.dd5 .title {
	height: 36px;
	line-height: 36px;
	font-size: 22px;
}

.wisDomDl dd.dd6 {
	left: 337px;
	width: 100px;
	height: 100px;
	top: 0;
}

.wisDomDl dd.dd6 .wisDomIcon {
	width: 50px;
	height: 50px;
}

.wisDomDl dd.dd6 .title {
	height: 22px;
	line-height: 22px;
	font-size: 16px;
}

.wisDomDl dd.dd7 {
	right: 86px;
	width: 132px;
	height: 132px;
	top: 162px;
}

.wisDomDl dd.dd7 .wisDomIcon {
	width: 60px;
	height: 60px;
}

.wisDomDl dd.dd7 .title {
	height: 36px;
	line-height: 36px;
	font-size: 22px;
}

.wisDomDl dd.dd8 {
	right: 0px;
	width: 100px;
	height: 100px;
	top: 57px;
}

.wisDomDl dd.dd8 .wisDomIcon {
	width: 45px;
	height: 45px;
}

.wisDomDl dd.dd8 .title {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}

/* 动画开始 start */
.wisDomUl li.flash {
	animation-name: mymove;
	/* 动画时间 */
	-webkit-animation-name: mymove;
	animation-duration: 1s;
	/* 执行时间 */
	-webkit-animation-duration: 1s;
	animation-timing-function: cubic-bezier(.17, .67, .43, 1.01);
	/* 贝塞尔曲线 */
	-webkit-animation-timing-function: cubic-bezier(.17, .67, .43, 1.01);
	/* 贝塞尔曲线 */
	animation-iteration-count: 1;
	/* 执行次数 */
	-webkit-animation-iteration-count: 1;
	/*Safari and Chrome*/
	animation-fill-mode: forwards;

}

.wisDomUl li.li2.flash {
	/* animation-delay: 0.5s; */
	animation-duration: 2s;
	/* 执行时间 */
	-webkit-animation-duration: 2s;
}

.wisDomUl li.li3.flash {
	animation-duration: 1.75s;
	/* 执行时间 */
	-webkit-animation-duration: 1.75s;
	animation-delay: 0.25s;
}

.wisDomUl li.li4.flash {
	animation-delay: 1s;
	animation-duration: 2s;
	/* 执行时间 */
	-webkit-animation-duration: 2s;
}

.wisDomUl li.li4.flash {
	animation-delay: .75s;
}

@keyframes mymove {
	from {
		transform: translateY(800px);
		-webkit-transform: translateY(800px);
	}

	to {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
}

@-webkit-keyframes mymove {
	from {
		transform: translateY(800px);
		-webkit-transform: translateY(800px);
	}

	to {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
}

.wisDomDl dd.flash1 {
	animation-name: mymove1;
	/* 动画时间 */
	-webkit-animation-name: mymove1;
	animation-duration: 1s;
	/* 执行时间 */
	-webkit-animation-duration: 1s;
	animation-timing-function: cubic-bezier(.17, .67, .43, 1.01);
	/* 贝塞尔曲线 */
	-webkit-animation-timing-function: cubic-bezier(.17, .67, .43, 1.01);
	/* 贝塞尔曲线 */
	animation-iteration-count: 1;
	/* 执行次数 */
	-webkit-animation-iteration-count: 1;
	/*Safari and Chrome*/
	animation-fill-mode: forwards;
}

@keyframes mymove1 {
	from {
		transform: translateY(1000px);
		-webkit-transform: translateY(1000px);
	}

	to {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
}

@-webkit-keyframes mymove1 {
	from {
		transform: translateY(1000px);
		-webkit-transform: translateY(1000px);
	}

	to {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
}

.wisDomDl dd.dd1.flash1 {
	/* animation-delay: 0.5s; */
	animation-duration: 2s;
	/* 执行时间 */
	-webkit-animation-duration: 2s;
	animation-delay: 0.25s;
}

.wisDomDl dd.dd3.flash1 {
	animation-duration: 2.5s;
	/* 执行时间 */
	-webkit-animation-duration: 2.5s;
	animation-delay: 0.5s;
}

.wisDomDl dd.dd6.flash1 {
	/* animation-delay: 0.5s; */
	animation-duration: 2.25s;
	/* 执行时间 */
	-webkit-animation-duration: 2.25s;
	animation-delay: 0.35s;
}

.wisDomDl dd.dd2.flash1 {
	/* animation-delay: 0.5s; */
	animation-duration: 2.75s;
	/* 执行时间 */
	-webkit-animation-duration: 2.75s;
	animation-delay: 1.25s;
}

.wisDomDl dd.dd4.flash1 {
	/* animation-delay: 0.5s; */
	animation-duration: 3s;
	/* 执行时间 */
	-webkit-animation-duration: 3s;
	animation-delay: 0.75s;
}

.wisDomDl dd.dd7.flash1 {
	/* animation-delay: 0.5s; */
	animation-duration: 3.25s;
	/* 执行时间 */
	-webkit-animation-duration: 3.25s;
	animation-delay: 0.75s;
}

.wisDomDl dd.dd5.flash1 {
	/* animation-delay: 0.5s; */
	animation-duration: 3.5s;
	/* 执行时间 */
	-webkit-animation-duration: 3.5s;
	animation-delay: 1.25s;
}

.wisDomDl dd .cls-1,
.wisDomDl dd .cls-2,
.wisDomDl dd .cls-4,
.wisDomDl dd .cls-3 {
	fill: none;
	stroke: #fff;
}

.wisDomDl dd.dd1 .cls-1,
.wisDomDl dd.dd1 .cls-2,
.wisDomDl dd.dd1 .cls-3 {
	stroke-linecap: round;
	stroke-linejoin: round;
}

.wisDomDl dd.dd1 .cls-1,
.wisDomDl dd.dd8 .cls-4 {
	stroke-width: 4px;
}

.wisDomDl dd.dd1 .cls-2,
.wisDomDl dd.dd2 .cls-1,
.wisDomDl dd.dd2 .cls-2,
.wisDomDl dd.dd3 .cls-1,
.wisDomDl dd.dd4 .cls-1,
.wisDomDl dd.dd5 .cls-1,
.wisDomDl dd.dd6 .cls-1,
.wisDomDl dd.dd6 .cls-2,
.wisDomDl dd.dd7 .cls-1,
.wisDomDl dd.dd8 .cls-1,
.wisDomDl dd.dd8 .cls-2 {
	stroke-width: 3px;
}

.wisDomDl dd.dd1 .cls-3 {
	stroke-width: 5px;
}

.wisDomDl dd.dd2 .cls-1,
.wisDomDl dd.dd6 .cls-1,
.wisDomDl dd.dd6 .cls-4,
.wisDomDl dd.dd8 .cls-1,
.wisDomDl dd.dd8 .cls-2,
.wisDomDl dd.dd8 .cls-3 {
	stroke-miterlimit: 10;
}

.wisDomDl dd.dd2 .cls-2,
.wisDomDl dd.dd3 .cls-1,
.wisDomDl dd.dd4 .cls-1,
.wisDomDl dd.dd4 .cls-2,
.wisDomDl dd.dd5 .cls-1,
.wisDomDl dd.dd7 .cls-1,
.wisDomDl dd.dd7 .cls-2 {
	stroke-linecap: round;
	stroke-linejoin: round;
}

.wisDomDl dd.dd4 .cls-2,
.wisDomDl dd.dd6 .cls-3,
.wisDomDl dd.dd6 .cls-4,
.wisDomDl dd.dd7 .cls-2 {
	stroke-width: 2px;
}

.wisDomDl dd.dd6 .cls-2,
.wisDomDl dd.dd6 .cls-3,
.wisDomDl dd.dd6 .cls-4 .wisDomDl dd.dd8 .cls-1,
.wisDomDl dd.dd8 .cls-3 {
	stroke-linecap: round;
}

.wisDomDl dd.dd6 .cls-2,
.wisDomDl dd.dd6 .cls-3 {
	stroke-linejoin: round;
}

/* 智慧校园 end */
.pcindex{display: block;}
.sjindex{display: none;}
/* 侧边导航 start */
.floatBox{
	position: fixed;
	right: 40px;
	top: 50%;
	margin-top: -62px;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	visibility: hidden;
	opacity: 0;
	transition-delay: .5s;
	z-index:999999999;
}
.floatBox.show{
	transform: translateY(0);
	-webkit-transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
.floatDl dd{
	padding: 5px 0;
	width: 66px;
}
.floatDl dd .con{
	position: relative;
}
.floatDl dd .floatIcon a{
	display: block;
}
.floatDl dd .floatIcon span{
	display: block;
	width: 66px;
	height: 66px;
}
.floatDl dd.dd1 .floatIcon span{
	background: url(/images/img/720.png) center center no-repeat;
}
.floatDl dd.dd2 .floatIcon span{
	background: url(/images/img/ggh.png) center center no-repeat;
}
.floatDl dd.dd3 .floatIcon span{
	background: url(/images/img/xcx.png) center center no-repeat;
}
.floatDl dd .floatIcon em{
	display: block;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #444;
	font-style: normal;
}
.floatDl dd:hover .floatIcon em{
	/* color: #c30000; */
	font-weight: bold;
}
.floatCode{
	position: absolute;
	width: 160px;
	top:-45px;
	right: 86px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.floatCodeC{
	position: relative;
	width: 140px;
	padding: 5px;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 0px 10px rgba(0,0,0,0.08);
}
.floatCodeImg{
	width: 140px;
	height: 140px;
}
.floatCodeImg img{
	display: block;
	width: 140px;
	height: 140px;
}
.floatCodeC i{
	position: absolute;
	width: 0;
	height:0;
	top: 50%;
	margin-top: -6px;
	border: 6px solid transparent;
	border-left-color: #fff;
	right: -12px;
}
.floatDl dd:hover .floatCode{
	right: 66px;
	visibility: visible;
	opacity: 1;
	z-index: 2;
}
/* 侧边导航 end */

/* 向下的箭头 start */
.arrowDown {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	text-align: center;
	z-index: 3;
	height: 50px;
}

.arrowDown i {
	position: absolute;
	width: 34px;
	margin-left: -17px;
	height: 20px;
	top: 0px;
	background: url(/images/img/arrow-down.png) no-repeat center top;
	cursor: pointer;
}

.arrowDown i.arrowIcon1 {
	-webkit-animation: bb 1s infinite linear;
}

.arrowDown i.arrowIcon2 {
	top: 10px;
	-webkit-animation: bb1 1s infinite linear .2s;
	cursor: pointer;
}

/*向下的箭头跳动*/
@keyframes bb {
	0% {
		transform: translateY(0);
		opacity: 0;
	}

	20% {
		transform: translateY(8px);
		opacity: 1;
	}

	60% {
		transform: translateY(16px);
		opacity: 1;
	}

	90% {
		transform: translateY(24px);
		opacity: 0;
	}

	100% {
		transform: translateY(32px);
		opacity: 0;
	}
}

@keyframes bb1 {
	0% {
		transform: translateY(8px);
		opacity: 0;
	}

	20% {
		transform: translateY(16px);
		opacity: 1;
	}

	40% {
		transform: translateY(24px);
		opacity: 1;
	}

	60% {
		transform: translateY(32px);
		opacity: 1;
	}

	80% {
		transform: translateY(40px);
		opacity: 1;
	}

	100% {
		transform: translateY(40px);
		opacity: 0;
	}
}

/* 向下的箭头 end */

.pcBox{
	z-index:99;
	width: 284px;
    	height: 359px;
}
.pcBox a{
	 display: block;
	width: 284px;
    	height: 359px;
}
.pcBox img{
	 display: block;
}

