@charset "UTF-8";

/*
********************************外层框架 start********************************
*/
/*头部开始*/
/*头部1开始*/
.top1Box {
	height: 45px;
	background: #18344e;
}

.top1 {
	height: 100%;
	width: 81.25%;
	margin: 0 auto;
}

.top1L {
	height: 100%;
	line-height: 45px;
}

.top1L a {
	display: block;
	color: #fff;
	font-size: 14px;
	height: 100%;
}

.top1L a img {
	height: 30px;
	margin-right: 10px;
	vertical-align: middle;
}

.top1R {
	height: 100%;
	line-height: 45px;
}

.top1Menu {
	height: 100%;
	color: #304960;
	overflow: hidden;
}

.top1Menu a {
	display: inline-block;
	margin: 0 24px;
	font-size: 14px;
	color: rgb(255, 255, 255, .45);
}

.search{height: 100%;margin-left: 35px;line-height: 45px;-webkit-transition: all .4s linear}
/*头部1结束*/
/*导航栏开始*/
.topBox {
	height: 133px;
}

.top {
	height: 133px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	transition: all .3s linear;
	-webkit-transition: all .3s linear
}

.logo {
	margin-top: 12px;
	font-size: 0;
}

.logo img {
	height: 60px;
	display: none;
}

.menu {
	position: relative;
}

.menu dd {
	float: left;
	display: inline;
	position: relative;
	margin-right: 50px;
}

.menu dd.last {
	margin-right: 0;
}

.menu dd .yj {
	overflow: hidden;
}

.menu dd .yj a {
	overflow: hidden;
	display: block;
	height: 88px;
	line-height: 88px;
	text-align: center;
	font-size: 16px;
	position: relative;
	color: #fff;
}
.menu dd .ej{position: absolute;top: 83px;left: 50%;-webkit-transform: translateX(-50%);width: 200%;display: none;padding-top: 20px;background: rgb(255,255,255,0.95);}
.menu dd .ej div{text-align: center;margin-bottom: 20px;position: relative;line-height: 14px;}
.menu dd .ej div::before{position: absolute;width: 100%;height: 250%;top: 50%;left: 0;-webkit-transform: translateY(-50%)scale(0);-webkit-transition: all .3s linear;background: rgb(148,7,10,0.8);display: block;content: "";}
.menu dd .ej div a{font-size: 14px;color: #333;line-height: 20px;z-index: 1;position: relative;}
.menu dd .ej div:hover a{color: #fff;}
.menu dd .ej div:hover::before{-webkit-transform: translateY(-50%)scale(1);}
.huakuai {
	position: absolute;
	height: 2px;
	background: #fff;
	top: -1px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.topBox.show .top {
	top: 0;
	background: #fff;
	box-shadow: 0px 1px 2px #dcdcdc;
}

.logo .logo1 {
	display: inline-block;
}

.topBox.show .logo .logo1 {
	display: inline-block;
}

.topBox.show .logo .logo2 {
	display: none;
}

.topBox.show .menu dd .yj a {
	color: #333;
}

.topBox.show .menu dd.hover .yj a {
	color: #94070a;
}

.topBox.show .huakuai {
	background: #94070a;
}

/*导航栏开始*/
/*头部结束*/
/*底部开始*/
.footer {
	background: url(../test/background/footerbg.png)no-repeat center / cover;
	padding-top: 50px;
}

.footerL,
.footerR {
	width: 29.6428%;
}

.footerL {
	border-right: 1px solid rgb(255, 255, 255, 0.2);
	padding-bottom: 66px;
}

.footerL .title {
	height: 40px;
	line-height: 40px;
	margin-bottom: 28px;
}

.footerL .title img {
	height: 40px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 19px;
}

.footerL .title .tel {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	vertical-align: middle
}

.footerL .title .tel img {
	height: 22px;
	position: relative;
	top: -4px;
}

.footerL .info {
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
}

.footerR {
	border-left: 1px solid rgb(255, 255, 255, 0.2);
	padding-bottom: 55px;
}

.footerR .text {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	text-align: right;
	margin-bottom: 20px;
}

.footerR .text img {
	display: inline-block;
	margin: 0 10px 0 18px;
	vertical-align: middle;
}

.footer-pic {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	top: -4px;
}

.footer-pic .ewm {
	position: absolute;
	top: -115px;
	left: -35px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

.footer-pic .ewm .evm2 {
	height: 100px;
	width: 100px;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.18);
}

.footer-pic .ewm .up2 {
	display: inline-block;
	position: relative;
}

.footer-pic .ewm .up2:after {
	display: inline-block;
	border: 10px solid transparent;
	border-top-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -18px;
	left: -69px;
	content: "";
	z-index: 1;
}

.footer-pic .ewm .up2:before {
	display: inline-block;
	border: 10px solid transparent;
	border-top-color: #fff;
	position: absolute;
	top: -21px;
	left: -70px;
	content: "";
	z-index: 2;
}

.footer-pic:hover .ewm {
	opacity: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.footerC {
	overflow: hidden;
	padding: 24px 0 66px 0;
	;
	text-align: center;
}

.footerC a {
	display: inline-block;
}

.footerC a img {
	height: 57px;
}

/*下拉框*/
.footerZpformSel {
	width: 320px;
	height: 45px;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: pointer;
	margin-left: auto;
}

.footerZpformSel .seljg {
	padding-left: 20px;
	line-height: 42px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.footerZpformSel i {
	transition: all .3s linear;
	display: block;
	width: 42px;
	height: 22px;
	background: url(../images/yqlj.png) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	margin: 10px 0;
}

.footerZpformSel.active i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	border-left: none;
}

.footerZpformSel .selTj {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dedede;
	border-top: none;
	max-height: 75px;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	bottom: 45px;
	background: #FFF;
	display: none;
	z-index: 100000
}

.footerZpformSel ::-webkit-scrollbar-thumb {
	width: 4px;
	background: #94070a;
	border-radius: 8px;
}

.footerZpformSel ::-webkit-scrollbar {
	width: 4px;
	background: #eaeff2;
}

.footerZpformSel .selTj a {
	display: block;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	color: #666666;
	margin-bottom: 1px;
	font-size: 13px;
	overflow: hidden;
}

.footerZpformSel .selTj a.hover,
.footerZpformSel .selTj a:hover {
	color: #98191B;
}

/*最底部*/
.footerm {
	font-size: 14px;
	padding-top: 17px;
	color: #808080;
	height: 55px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #2e2e2e;
}

.footerm a {
	color: #808080;
}

.footerm div.imgo {
	cursor: pointer;
}

.footerm div.imgo img.img2 {
	margin-left: 15px;
	position: relative;
	top: 1px;
}

.footerm div.imgo img.img1 {
	position: relative;
	top: 4px;
}

.footerm .fr a:hover {
	color: #fff;
}

/*底部结束*/
/*
********************************外层框架 end********************************
*/
/*
********************************首页样式 start********************************
*/

/*banner开始*/
.indexBanner {
	position: relative;
}

.indexBanner .bd {
	overflow: hidden;
	height: 460px;
}

.indexBanner .bd .slick-list,
.indexBanner .bd .slick-track {
	height: 100%;
}

.indexBanner.delay .bd .slick-track {
	transition-delay: 1.3s !important;
	-webkit-transition-delay: 1.3s !important;
}

.indexBanner .mySlide {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.indexBanner .mySlide a {
	display: block;
	height: 100%;
	position: relative;
}

.indexBanner .mySlide .text {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1200px;
	transform: translate(-50%, -50%);
	color: #FFF;
	display: none;
}

.indexBanner .mySlide .text .text1 {
	font-size: 25px;
	margin-bottom: 30px;
}

.indexBanner .mySlide .text .text2 {
	font-size: 0px;
}

.indexBanner .mySlide .text .text2 span {
	font-size: 70px;
	font-family: "宋体";
	font-weight: bold;
	letter-spacing: 3px;
	float: left;
}

.indexBanner .mySlide.slick-active .text {
	display: block;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 30px;
	height: 6px;
	border-radius: 6px;
	margin: 0 5px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.indexBanner .slick-dots li.slick-active {
	width: 40px;
	background: #94070a;
}

.indexBanner .img {
	position: absolute;
	left: -54px;
	top: 93px;
	font-size: 0;
}

.indexBanner .img .imgItem img {
	overflow: hidden;
	display: inline-block;
	visibility: hidden;
}

.indexBanner .img .imgItem img.show {
	visibility: visible;
}

/*banner结束*/
/* ==================== 内容 start ==================== */
/* —————————— 公共部分 start —————————— */
.indexTitle{
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
	margin-bottom: 20px;
}
.indexTitle .title{
	overflow: hidden;
}
.indexTitle .title span{
	display: inline-block;
	font-size: 20px;
	color: #333333;
	position: relative;
}
.indexTitle .title span:before{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #94070a;
	bottom: 0;
	left: 0;
}
.indexTitle .more a{
	display: block;
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.indexTitle .more a span{
	vertical-align: middle;
	display: inline-block;
	width: 7px;
	height: 11px;
	background: url(../images/tabMore.png) no-repeat center center;
	margin-left: 32px;
	position: relative;
	top: -2px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.indexTitle .more a:hover{
	color: #94070a;
}
.indexTitle .more a:hover span{
	background: url(../images/tabMoreh.png) no-repeat center center;
	margin-left: 20px;
}
.indexList dd{
	overflow: hidden;
	height: 36px;
	line-height: 36px;
}
.indexList dd a{
	display: block;
	padding-left: 12px;
	background: url(../images/indexDdicn.png) no-repeat left center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.indexList dd .time{
	font-size: 14px;
	color: #666666;
	margin-left: 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.indexList dd .title{
	overflow: hidden;
	height: 36px;
	line-height: 36px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.indexList dd a:hover{
	background: url(../images/indexDdicnh.png) no-repeat left center;
}
.indexList dd a:hover .time{
	color: #94070a;
}
.indexList dd a:hover .title{
	color: #94070a;
}
/* —————————— 公共部分 end —————————— */
/* —————————— 第1通栏 start —————————— */
.column1{
	padding-top: 46px;
	padding-bottom: 50px;
	background-color: #f7f7f7;
	overflow: hidden;
}
.column1Con{
	position: relative;
}
.column1Bg{
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	width: 67.85714%;
	height: 520px;
}
.column1Top{
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding-top: 12px;
	margin-bottom: 10px;
}
.column1Top .more{
	margin-left: 30px;
}
.column1Top .more a{
	display: inline-block;
	height: 45px;
	line-height: 45px;
	padding: 0 40px;
	background-color: #e6e6e6;
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
}
.column1Top .more a span{
	vertical-align: middle;
	display: inline-block;
	width: 7px;
	height: 11px;
	background: url(../images/tabMore.png) no-repeat center center;
	margin-left: 32px;
	position: relative;
	top: -2px;
}
.column1Tab{
	overflow: hidden;
	margin-left: 30px;
}
.column1Tab .title{
	float: left;
	display: inline;
	margin-right: 42px;
}
.column1Tab .title a{
	display: block;
	font-size: 20px;
	color: #333333;
	height: 44px;
	line-height: 44px;
	position: relative;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column1Tab .title a:before{
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #94070a;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column1Tab .title.hover a{
	color: #94070a;
}
.column1Tab .title.hover a:before{
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	opacity: 1;
	visibility: visible;
}
.column1TabC{
	overflow: hidden;
	height: 502px;
	position: relative;
}
.column1TabCon{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
}
.column1TabCon.active{
	z-index: 1;
	opacity: 1;
}
.column1Box{
	overflow: hidden;
}
.column1L{
	overflow: hidden;
}
.textScroll{
	width: 384px;
	position: relative;
	overflow: hidden;
	padding-bottom: 90px;
}
.textScroll .con{
	padding: 90px 40px 0;
}
.textScroll .con .title{
	height: 72px;
	line-height: 36px;
	margin-bottom: 16px;
}
.textScroll .con .title a{
	font-size: 16px;
	color: #333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.textScroll .con .title a:hover{
	color: #94070a;
}
.textScroll .con .info{
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
}
.textScroll .con .more a{
	display: inline-block;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #999999;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.textScroll .con .more a span{
	width: 50px;
	height: 6px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/indexMore.png) no-repeat center center;
	margin-right: 12px;
	position: relative;
	top: -2px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.textScroll .con .more a:hover{
	color: #94070a;
}
.textScroll .con .more a:hover span{
	background: url(../images/indexMoreh.png) no-repeat center center;
}
.textScroll .prev{ 
	display:block; 
	width: 48px;
	height: 23px;
	border: 1px solid #d2d2d2;
	cursor: pointer; 
	background:url(../images/indexPrev.png) no-repeat center center; 
	position: absolute; 
	bottom: 0;
	right: 118px;
	z-index: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}.textScroll .next{
	display:block; 
	width: 48px; 
	height: 23px;
	border: 1px solid #d2d2d2;
	cursor: pointer; 
	background:url(../images/indexNext.png) no-repeat center center; 
	position: absolute; 
	right: 58px;
	bottom: 0;
	z-index: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.textScroll .prev:hover{
	border-color: #94070a;
	background:url(../images/indexPrevh.png) no-repeat center center; 
}
.textScroll .next:hover{
	border-color: #94070a;
	background:url(../images/indexNexth.png) no-repeat center center; 
}
.column1R{
	width: 254px;
	overflow: hidden;
	margin-left: 12px;
}
.column1Dl{
	padding-top: 22px;
}
.column1Dl dd{
	margin-bottom: 38px;
}
.column1Dl .con{
	overflow: hidden;
}
.column1Dl .con .date{
	width: 104px;
	text-align: center;
	position: relative;
	margin-right: 18px;
}
.column1Dl .con .date:before{
	display: block;
	content: '';
	height: 35px;
	width: 1px;
	background-color: #bfbfbf;
	position: absolute;
	right: 0;
	top: 13px;
}
.column1Dl .con .day{
	height: 34px;
	line-height: 34px;
	font-size: 24px;
	color: #666666;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column1Dl .con .year{
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	color: #666666;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column1Dl .con .text{
	overflow: hidden;
	padding-top: 4px;
}
.column1Dl .con .title{
	height: 48px;
	line-height: 24px;
	font-size: 16px;
	color: #333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column1Dl a:hover .title{
	color: #94070a;
}
.column1Dl a:hover .day{
	color: #94070a;
}
.column1Dl a:hover .year{
	color: #94070a;
}
.column1Con .pic:after{
	display: block;
	content: '';
	position: absolute;
	width: 70px;
	height: 1px;
	background: #333333;
	top: 78px;
	right: -35px;
}
.picScroll{
	overflow: hidden;
}
.picScroll .pic:before{
	padding-top: 66.66666%;
}
/* —————————— 第1通栏 end —————————— */
/* —————————— 第2通栏 start —————————— */
.column2{
	overflow: hidden;
	padding: 50px 0;
	background: #ffffff;
}
.column2Dl{
	overflow: hidden;
	margin: 0 -10px;
}
.column2Dl dd{
	float: left;
	display: inline;
	width: 33.3333%;
}
.column2Dl dd a{
	display: block;
	margin: 0 10px;
}
.column2Dl dd .pic:before{
	padding-top: 44.15011%;
}
/* —————————— 第2通栏 end —————————— */
/* —————————— 第3通栏 start —————————— */
.column3{
	overflow: hidden;
	padding: 50px 0;
	background-color: #f7f7f7;
}
.column3Con{
	overflow: hidden;
	margin: 0 -15px;
}
.column3Box{
	width: 50%;
	float: left;
	display: inline;
}
.column3Box .picBox1{
	margin-bottom: 16px;
}
.column3Box .picBox2{
	padding-top: 16px;
}
.column3Box .con{
	margin: 0 15px;
	background: #ffffff;
	padding: 15px 18px;
}
.column3Box .pic:before{
	padding-top: 37.1517%;
}
.column3Text{
	padding-bottom: 6px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 8px;
}
.column3Text .title{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.column3Text .title a{
	font-size: 16px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column3Text .info{
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #666666;
}
.column3Text .title a:hover{
	color: #94070a;
}
/* —————————— 第3通栏 end —————————— */
/* —————————— 第4通栏 start —————————— */
.column4{
	overflow: hidden;
	background: #fff;
	padding-top: 50px;
	padding-bottom: 18px;
}
.column4Con{
	overflow: hidden;
}
.column4Con .con{
	border: 1px solid #e5e5e5;
	padding: 18px;
	height: 355px;
}
.column4L{
	width: 27.57143%;
}
.column4L .con{
	margin-right: 20px;
}
.column4R{
	width: 27.57143%;
}
.column4R .con{
	margin-left: 20px;
}
.column4C{
	overflow: hidden;
}
/* —————————— 第4通栏 end —————————— */
/* —————————— 第5通栏 start —————————— */
.column5{
	overflow: hidden;
	padding-bottom: 50px;
	background: #fff;
}
.column5Scroll{
	position: relative;
	overflow: hidden;
}
.column5Scroll .slick-list{
	margin: 0 -16px;
}
.column5Scroll .myslide{
	width: 25%;
	float: left;
	display: inline;
}
.column5Scroll .con{
	margin: 0 16px;
}
.column5Scroll .pic:before{
	padding-top: 66.76923%;
}
.column5Scroll .prev{ 
	display:block; 
	width: 25px; 
	height: 36px; 
	cursor: pointer; 
	background:rgba(0,0,0,0.65) url(../images/indexPrev2.png) no-repeat center center; 
	position: absolute; 
	left: -40px;
	top: 50%;
	margin-top: -18px;
	z-index: 1; 
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}.column5Scroll .next{
	display:block; 
	width: 25px; 
	height: 36px; 
	cursor: pointer; 
	background: rgba(0,0,0,0.65) url(../images/indexNext2.png) no-repeat center center; 
	position: absolute; 
	right: -40px;
	top: 50%;
	margin-top: -18px;
	z-index: 1; 
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column5Scroll .bd:hover .prev{
	left: 0;
}
.column5Scroll .bd:hover .next{
	right: 0;
}
/* —————————— 第5通栏 end —————————— */
/* ==================== 内容 end ==================== */
/*
********************************首页样式 end********************************
*/
/*内页框架开始*/
/*内页banner*/
.subBanner{height: 400px;clear: both;width: 100%;background-position: center center;background-repeat: no-repeat;background-size:cover}
/*内页banner结束*/
/* 当前位置开始*/
.location{ height: 77px; line-height: 77px;background: #fff; box-shadow: 0px 0px 8.01px 0.99px rgba(0, 0, 0, 0.16);z-index: 5;position: relative;}
.locationL{overflow: hidden;}
.locationL span{display: inline-block;margin-right: 20px;}
.locationL span a{font-size: 14px;color: #333;height: 40px;display: inline-block;-webkit-transition: all .3s linear;vertical-align: middle;line-height: 40px;padding: 0 33px;-webkit-box-sizing: border-box;border-radius: 25px;overflow: hidden;}
.locationL span.hover a{color: #fff;background:  #96070b;}
.locationL span:hover a{color: #fff;background:  #96070b;}
.locationL span.last{margin-right: 0;}
.locationR{ overflow: hidden; }
.locationR a{display: inline-block;font-size: 14px; color: #333;-webkit-transition: all .3s linear;}
.locationR a:hover{color: #96070b;}
.locationR a.home{width: 10px;height: 77px;background: url(../images/loctionhome.png)no-repeat top 32px center;vertical-align: middle;}
.locationR em{width: 25px;height: 25px;display: inline-block;background: url(../images/loctionem.png)no-repeat top 8px center;vertical-align: middle;}
/* 当前位置结束*/
/*页码开始*/
.page{text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:6px 12px;color:#666666;background: #fff; margin: 0 3px;border: 1px solid #f1f1f1;}
.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/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}
.page a.firstPage:hover div{background-image: url(../images/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/page/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/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}
/*页码结束*/
/*内页框架结束*/
