@charset "UTF-8";
/* CSS Document */

/*
-----------------------------首页样式start-----------------------------
*/

/*头部开始*/

.top {
	position: fixed;
	width: 100%;
	height: 80px;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 999;
	min-width: 1280px;
}

.topC {
	padding: 0 60px;
}

.logo {
	height: 58px;
	line-height: 58px;
	padding-top: 14px;
}

.logo img {
	display: block;
	height: 58px;
}

.otherWay div {
	float: left;
	/* display: inline;*/
}

.otherWay span {
	float: left;
	width: 31px;
	height: 31px;
	line-height: 31px;
	font-size: 14px;
	color: #666;
	display: block;
	margin-left: 20px;
	margin-top: 25px;
}

.wx {
	background: url(../images/wx.png) center center no-repeat;
}

.ph {
	background: url(../images/mobile.png) center center no-repeat;
}

.phCord {
	width: 105px;
	z-index: 10;
	position: absolute;
	margin-left: -20px;
	top: 82px;
	overflow: hidden;
	padding-top: 7px;
	visibility: hidden;
	opacity: 0;
	/* box-shadow: 0px 0px 24px rgba(0,0,0,0.1); */
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.phCord i {
	position: absolute;
	left: 50%;
	margin-left: -9px;
	top: 0px;
	width: 18px;
	height: 7px;
	background: url(../images/xcxIcn.png) no-repeat center center;
}

.phCord div {
	overflow: hidden;
	padding: 8px;
	background: #FFF;
}

.phCord div img {
	overflow: hidden;
	width: 85px;
	height: 85px;
	display: block;
}

.oPhone:hover .phCord {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0)
}

.langue {
	height: 80px;
	line-height: 80px;
	font-size: 14px;
	color: #333;
}

.langue a {
	font-size: 14px;
	color: #333;
}

.langue a:hover {
	color: #970611;
}

.langue a.hover {
	color: #970611;
}

/*头部结束*/

/*menu开始*/

.menuDl {
	position: relative;
}

.menuDl:after {
	display: block;
	content: "";
	clear: both;
}

.menuDl dd {
	display: inline;
	float: left;
	margin: 0 28px;
	position: relative;
	z-index: 3;
}

.menuDl dd span a {
	display: block;
	height: 80px;
	overflow: hidden;
	line-height: 80px;
	color: #333;
	font-size: 14px;
	position: relative;
	padding: 0 5px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.menuDl dd.hover span a {
	color: #970611;
}

.menuDl dd span a i {
	display: none;
	width: 100%;
	height: 2px;
	overflow: hidden;
	background: #d6000f;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.menuDl dd.hover span a i {
	display: block;
}

.menuDl dd .div_a {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 102px;
	left: 0;
	z-index: 99;
	background: #fff;
	display: none;
}

.menuDl dd .div_a a {
	display: block;
	height: 35px;
	overflow: hidden;
	text-align: center;
	line-height: 35px;
	text-align: center;
	color: #333333;
	font-size: 14px;
}

.menuDl dd .div_a a.hover {
	background: #fff
}

.menuDl dd .div_a a:hover {
	background: #fff
}

.subMenuDiv {
	display: none;
	width: 100%;
	position: absolute;
	/*left: 0px;*/
	top: 81px;
	/*opacity: 0;*/
	z-index: 1;
}

.menuDl dd.hover .subMenuDiv {
	z-index: 3;
}

.menuDl dt {
	width: 0px;
	height: 3px;
	background: #970611;
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 2;
}

.menuDl dt:after {
	display: block;
	content: "";
	position: absolute;
	width: 7px;
	height: 3px;
	bottom: -3px;
	left: 50%;
	margin-left: -3px;
	background: url(../images/nabla.png) center center no-repeat;
}

.menuDl dd span.yj a:after {
	display: block;
	content: "";
	position: absolute;
	width: 5px;
	height: 14px;
	left: 50%;
	top: -14px;
	margin-left: 3px;
	margin-top: -25px;
	background: url(../images/em1.png) center center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;

}

.menuDl dd span.yj a:before {
	display: block;
	content: "";
	position: absolute;
	width: 5px;
	height: 14px;
	left: 50%;
	bottom: -14px;
	margin-left: -5px;
	margin-bottom: -25px;
	background: url(../images/em1.png) center center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;

}

.menuDl dd:hover span.yj a:after {
	left: 50%;
	top: 50%;
	margin-left: 3px;
	margin-top: -25px;
}

.menuDl dd:hover span.yj a:before {
	left: 50%;
	bottom: 50%;
	margin-left: -2px;
	margin-bottom: -25px;
}

.menuDl dd.hover span.yj a:after {
	left: 50%;
	top: 50%;
	margin-left: 3px;
	margin-top: -25px;
}

.menuDl dd.hover span.yj a:before {
	left: 50%;
	bottom: 50%;
	margin-left: -2px;
	margin-bottom: -25px;
}

.subMenu_ul {
	width: 1000px;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

.subMenuShadow {
	height: 100%;
	overflow: hidden;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	left: 50%;
	top: 0px;
	z-index: 1;
	width: 50000px;
	margin-left: -25000px;
}

.subMenu_ul li {
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	position: relative;
	z-index: 2;
	float: left;
	display: inline;
	margin: 0px 15px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.menuDl dd.hover .subMenu_ul li {
	opacity: 0;
	-webkit-animation: liMove 0.3s linear forwards;
	-o-animation: liMove 0.3s linear forwards;
	animation: liMove 0.3s linear forwards;
}

@keyframes liMove {
	0% {
		transform: translateY(-110%);
		opacity: 0;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.menuDl dd.hide .subMenu_ul li {
	opacity: 1;
	-webkit-animation: liHIde 0.3s linear forwards;
	-o-animation: liHIde 0.3s linear forwards;
	animation: liHIde 0.3s linear forwards;
}

@keyframes liHIde {
	0% {
		transform: translateY(0px);
		opacity: 1;
	}
	100% {
		transform: translateY(110%);
		opacity: 0;
	}
}

.subMenu_ul li a {
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.subMenu_ul li a:hover {
	color: #fff;
}

.half .subMenu_ul li a {
	font-size: 14px;
}

.subMenu_ul li a span {
	position: relative;
}

.subMenu_ul li:hover a span {
	color: #970611;
}

.subMenu_ul li a span em {
	display: block;
	width: 2px;
	height: 10px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -5px;
	background: #d6000f;
}

.subMenuR {
	width: 50%;
	overflow: hidden;
	padding: 20px 0px;
}

.menuTop {
	height: 40px;
	line-height: 40px;
	display: block;
	overflow: hidden;
	font-size: 24px;
	color: #555;
	padding-left: 50px;
}

.subMenuCont {
	overflow: hidden;
	position: relative;
	margin-right: 15px;
}

.listBg {
	width: 0px;
	height: 0px;
	overflow: hidden;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
}

.subMenuTop {
	height: 40px;
	line-height: 40px;
	display: none;
	font-size: 16px;
	color: #888;
	overflow: hidden;
	padding: 15px 0px 10px 50px;
}

.half {
	float: left;
	display: inline;
	width: 50%;
}

.half .subMenuTop {
	display: block;
}

.subMenuL {
	width: 50%;
	padding: 20px 0px;
}

.subMenuTxt {
	height: 250px;
	overflow: hidden;
	padding: 20px;
	margin: 0px 20px;
}

.subMenuLTop {
	display: none;
	text-align: center;
	font-size: 34px;
	color: #333;
	overflow: hidden;
}

.subMenuIntr {
	display: none;
	overflow: hidden;
	font-size: 14px;
	color: #404040;
	line-height: 25px;
}

.menuBg {
	display: none;
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 100px;
	z-index: 1;
	background: rgba(0, 0, 0, 0.6);
}

.subMenuDiv.showMenu {
	-webkit-animation: showMenu 0.5s linear forwards;
	-o-animation: showMenu 0.5s linear forwards;
	animation: showMenu 0.5s linear forwards;
}

@keyframes showMenu {
	0% {
		opacity: 0.5
	}
	100% {
		opacity: 1
	}
}

.subMenuDiv.hideMenu {
	-webkit-animation: hideMenu 0.5s linear forwards;
	-o-animation: hideMenu 0.5s linear forwards;
	animation: hideMenu 0.5s linear forwards;
}

@keyframes hideMenu {
	0% {
		opacity: 0.2
	}
	100% {
		opacity: 0
	}
}

.topHide {
	position: relative;
	width: 100%;
	height: 80px;
}

/*menu结束*/

/*indexBanner开始*/

.indexBanner {
	overflow: hidden;
	height: 920px;
	width: 100%;
	position: relative;
}

.indexBanner .myslide {
	position: relative;
	height: 920px;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
}

.indexBanner .slick-dots li {
	width: 30px;
	height: 5px;
	line-height: 9999px;
	text-align: center;
	background: #FFF;
	color: #ffffff;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 3px;
}

.indexBanner .slick-dots li.slick-active {
	background: #970611;
}

.indexBanner .myslide a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	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);
	opacity: 0;
}

.indexBanner .myslide.slick-active a {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}

.indexBanner .con1 {
	position: absolute;
	left: 19.3%;
	top: 25%;
}

/*indexBanner结束*/

/*第一通栏start*/

/*背景层次*/

.column1 {
	position: relative;
	height: 570px;
	overflow: hidden;
}

.col1BgBox {
	position: absolute !important;
	width: 105%;
	height: 105%;
	left: -2.5% !important;
	top: -2.5% !important;
}

.col1Bg {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.column1 .wrap {
	position: relative;
	z-index: 10;
}

.col1Left {
	position: relative;
	width: 505px;
	margin-right: 40px;
}

.col1Left .videBox {
	position: relative;
}

.col1Left .videBox:after {
	display: block;
	content: "";
	padding-top: 75%;
}

.col1Left .videBox #a1 {
	position: absolute !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
}

.col1R {
	overflow: hidden;
}

.groupDl {
	overflow: hidden;
	font-size: 0;
}

.maxBox .titleC {
	height: 38px;
	line-height: 38px;
	font-size: 24px;
	color: #333;
}

.maxBox .titleE {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #ccc;
}

.col1RText {
	height: 128px;
	line-height: 32px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}

.col1RText a {
	float: right;
	text-align: right;
	color: #666;
}

.col1RText a:hover {
	color: #970611;
}

.groupDl dd {
	display: inline-block;
	margin-right: 36px;
	min-width: 110px;
	text-align: center;
}

.groupDl dd.dd4 {
	margin-right: 0;
}

.groupDl dd .title {
	overflow: hidden;
	min-width: 110px;
	text-align: center;
}

.groupDl dd .title .titleCon {
	display: inline-block;
}

.groupDl dd .title span {
	float: left;
	font-size: 42px;
	color: #970611;
	display: inline;
}

.groupDl dd .title em {
	font-size: 14px;
	color: #666;
	font-style: normal;
	float: left;
	margin-top: 6px;
	display: inline;
}

.groupDl dd .text {
	font-size: 14px;
	color: #666;
}

.groupText {
	line-height: 26px;
	font-size: 14px;
	color: #666;
	text-align: center;
}

/*第一通栏end*/

/*第二通栏start*/

.column2 {
	background: #f7f7f7;
}
.col2Con{
	height: 431px;
	overflow: hidden;
}
.titleDl {
	overflow: hidden;
}

.titleDl dd {
	float: left;
	display: inline;
	padding: 0 15px;
	position: relative;
}

.titleDl dd.dd3 {
	padding-right: 0;
}

.titleDl dd.dd3:after {
	background: none;
}

.titleDl dd:after {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	background: #cccccc;
	right: 0;
	top: 50%;
	margin-top: -7px;
}

.titleDl dd a {
	display: block;
	padding: 8px 14px;
	font-size: 16px;
	color: #666;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.col2Left {
	width: 480px;
	margin-right: 40px;
	position: relative;
}

.clo2Banner .hd {
	width: 60px;
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 10px;
	z-index: 1;
	display: none
}

.clo2Banner .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	margin-bottom: 10px;
}

.clo2Banner .hd ul li {
	float: left;
	margin-right: 10px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	font-size: 0;
	text-align: center;
	background: #fff;
	cursor: pointer;
	display: none;
}

.clo2Banner .hd ul li.on {
	background: #862687;
	color: #fff;
}

.clo2Banner .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.clo2Banner .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.clo2Banner .bd li:after {
	display: block;
	content: "";
	padding-top: 56.25%;
}

.clo2Banner .bd img {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
}

.subText {
	position: relative;
	width: 455px;
	height: 100%;
	background: #970611;
	color: #fff;
	right: 0px;
	top: 0;
	font-size: 14px;
	z-index: 2;
	padding-top: 10px;
	padding-right: 25px;
	overflow: hidden;
}

.subText .text {
	overflow: hidden;
}

.subText .title {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	padding-right: 20px;
	overflow: hidden;
	border-bottom: 1px solid;
	border-bottom-color: rgba(255, 255, 255, 0.15);
}

.subText .timeBox {
	width: 120px;
}

.subText .timeBox .data {
	height: 60px;
	line-height: 60px;
	font-size: 34px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.subText .timeBox .year {
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.subText .time {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	padding-left: 30px;
	overflow: hidden;
}

.subText .textC {
	height: 52px;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	padding-top: 16px;
}

.subText .title a {
	color: #fff;
}

.col2R {
	overflow: hidden;
}

.col2Rtop {
	margin-bottom: 28px;
	padding-top: 7px;
}

.col2rtL {
	overflow: hidden;
	margin-right: 120px;
}

.col2rtL .title {
	height: 66px;
	line-height: 66px;
	font-size: 16px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 17px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.col2rtL .title a {
	color: #666;
}

.col2rtL .text {
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #999;
}

.col2rtR .date {
	height: 56px;
	line-height: 56px;
	font-size: 34px;
	text-align: center;
	font-weight: bold;
	color: #999;
}

.col2rtR .year {
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	text-align: center;
	color: #808080;
}

.col2rtR .more {
	height: 10px;
	margin: 0 auto;
	background: url(../images/more.png) center center no-repeat;
}

.col2rtR .more a {
	display: block;
	height: 10px;
}

.col2rtR .more:hover {
	background: url(../images/more1.png) center center no-repeat;
}

.col2Dl dd {
	overflow: hidden;
	height: 65px;
	line-height: 65px;
	border-bottom: 1px #d9d9d9 solid;
}

.col2Dl dd .time {
	color: #999;
	font-size: 14px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	width: 100px;
	background: url(../images/more1.png) right center no-repeat;
	margin-right: -20px;
}

.col2Dl dd .title {
	overflow: hidden;
	margin-right: 10px;
	font-size: 14px;
	color: #333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.col2Dl dd .title a {
	color: #333;
}

.col2Dl dd:hover {
	padding: 0 10px;
}

.col2Dl dd:hover .title a {
	color: #970611;
}

.col2Dl dd:hover .time {
	color: #970611;
	margin-right: 0;
}

.col2rtL .title:hover a {
	color: #970611;
}

.titleDl dd:hover a {
	background: #970611;
	color: #fff;
}

.titleDl dd.hover a {
	background: #970611;
	color: #fff;
}

/*第二通栏end*/

/*
*第三通栏start wgh 2018
*/

.column3 {
	background: #fff;
	overflow: hidden;
}
.col3Con{
	height: 391px;
	overflow: hidden;
}

.columnScroll {
	position: relative;
	padding-bottom: 70px;
}

.columnScroll .bd {
	overflow: hidden;
	padding: 5px 0;
}

.columnScroll .slick-list {
	overflow: visible;
	margin: 0 -7px;
}

.columnScroll .myslide {
	width: 33.3333%;
	float: left;
	display: inline;
}

.columnScroll .con {
	margin: 0 7px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.columnScroll .con .pic{
	position: relative;
}
.columnScroll .con .pic:after{
	display: block;
	content: "";
	padding-top: 66.6667%;
}
.columnScroll .con .pic img{
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.columnScroll .con .text{
	position: relative;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	text-align: center;
}
.columnScroll .con:hover {
    box-shadow: 0 0px 10px 0 rgba(3, 2, 3, 0.13);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
}
.columnScroll .slick-dots {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

.columnScroll .slick-dots li {
	width: 10px;
	height: 10px;
	line-height: 9999px;
	border: 1px solid #970611;
	border-radius: 10px;
	text-align: center;
	background: #FFF;
	color: #ffffff;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	position: relative;
	vertical-align: middle;
}
.columnScroll .slick-dots li:after{
	display: block;
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	left: 50%;
	margin-top: -3px;
	margin-left: -3px;
	border-radius: 100%;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
}
.columnScroll .slick-dots li.slick-active {
	width: 16px;
	height: 16px;
}
.columnScroll .slick-dots li.slick-active:after {
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -5px;
	background: #970611;
}
/*第三通栏end*/

/*底部开始*/
.footer{
	background: #333;
	padding-top: 10px;
	overflow: hidden;
}
.footerTop{
	border-bottom: 1px solid #555;
}
.footerDl{
	overflow: hidden;
}
.footerDl dd{
	float: left;
	display: inline;
	height: 80px;
	line-height: 80px;
	font-size: 14px;
	margin-right: 50px;
}
.footerDl dd a{
	color: #fff;
}
.footerDl dd a:hover{
	color: #970611;
}
.hotTel{
	height: 58px;
	line-height: 58px;
	font-size: 18px;
	color: #fff;
	padding: 0 10px;
	background: #970611;
	margin-top: 11px;
}
.footerBottom{
	padding: 51px 0 50px;
}
.footerBottom .beian{
	line-height: 26px;
	font-size: 14px;
	color: #ccc;
}
.footerBottom .beian a{
	color: #ccc;
}
.footerBottom .ad{
	line-height: 26px;
	font-size: 14px;
	color: #ccc;
}
.footerBottom .beian a:hover{
	color: #fff;
}
/*底部结束*/

/*
-----------------------------首页样式end-----------------------------
*/

/*
-----------------------------频道页start-----------------------------
*/

/*
-----------------------------频道页end-----------------------------
*/

/*内页框架开始*/
/*subBanner开始*/
.subBanner{
    width:100%;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/*subBanner结束*/

/*内页外结构开始*/
.subPage{ overflow: hidden;}
.subPageC{ overflow:hidden}
.minH600{
    min-height: 600px;
    height: auto !important;
    height: 600px;
}
/*内页外结构结束*/

/*当前位置开始*/
/*当前位置开始*/
.location{
    height: 60px;
    line-height: 60px;
    background: #fff;
	position: relative;
}
.locationDl dd{
    float: left;
    display: inline;
    margin-right: 55px;
    position: relative;
    height: 60px;
}
.locationDl dd a{
    font-size: 14px;
    color: #333;
}
.locationDl dd:after{
    display: block;
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #970611;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;   
}
.locationDl dd:hover a{
    color: #970611;
}
.locationDl dd.hover a{
    color: #970611;
}
.locationDl dd:hover:after{
    width: 100%;
}
.locationDl dd.hover:after{
    width: 100%;
}
.locationR {
    overflow: hidden;
    margin-right: -20px;
}
.locationR span{
    float: left;
    display: inline;
}
.locationR span.locaLog{
    display: block;
    width: 22px;
    height: 60px;
    background: url(../images/home.png) center center no-repeat;
    margin-right: 20px;
}
.locationR span.span1{
    padding-left: 20px;
    background: url(../images/right.png) left center no-repeat;
    font-size: 14px;
    color: #666;
    margin-right: 20px;
}
.locationR span.span1 a{
    color: #666;
}
.locationR span.span1.span2 a{
    color: #970611
}
.location1{
	background: #fafafa;
}
.locationDl1{
    overflow: hidden;
}
.locationDl1 dd{
    float: left;
    display: inline;
    margin-right: 35px;
    position: relative;
    height: 50px;
	line-height: 50px;
}
.locationDl1 dd a{
    font-size: 14px;
    color: #666;
}
.locationDl1 dd:hover a{
    color: #970611;
}
.locationDl1 dd.hover a{
    color: #970611;
}
/*当前位置结束*/

/*页码开始*/

.page {
	padding: 30px 0;
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	padding: 6px 12px;
	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: #cd281e;
	color: #fff;
}

.page a.hover {
	background: #cd281e;
	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)
}

/********************========引导页=======================*/
.guide_logoBox{
	clear:both;
	width:100%;
	height:325px;
	}
.guide_logo{
	width:1250px;
	height:325px;
	background:url(../images/guide_logo.png) no-repeat center center;
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -625px;
	}
.guide_pic{
	clear:both;
	width:100%;
	height:346px;
	border-top:4px solid #b3b2b2;
	border-bottom:4px solid #b3b2b2;
	}
.guide_footer{
	width:100%;
	clear:both;
	overflow:hidden;
	height:280px;
	background:url(../images/guide_footerBg.png) no-repeat center top;
	position:relative;
	}
.guide_btBox{
	clear:both;
	width:1195px;
	height:144px;
	background:url(../images/guide_bg1.png) no-repeat center bottom;
	position:absolute;
	left:50%;
	top:0;
	margin:0 0 0 -598px;
	}
.guide_btBox a{
	display:inline;
	float:left;
	width:189px;
	height:40px;
	}
.guide_btBox a.bt1{background:url(../images/guide_bt.png) no-repeat left center; margin:63px 0 0 316px;}
.guide_btBox a.bt2{background:url(../images/guide_bt.png) no-repeat right center; margin:63px 0 0 181px;}

.guide_footerBox{
	color:#cccccc;
	text-align:center;
	line-height:45px;
	overflow:hidden;
	margin:144px 0 0 0;
	padding:20px 0 0 0;
	}
.guide_footerBox a{color:#cccccc;}
.guide_footerBox a:hover{color:#fff;}

/*页码结束*/

/*内页框架结束*/
