@charset "UTF-8";
/* CSS Document * wgh/

/*
-----------------------------首页样式start-----------------------------
*/

.c_desigerlist li .item:hover {
	box-shadow: inset 0 0 20px rgba(0, 0, 0, .08)
}

.top {
	height: 90px;
	z-index: 97;
	min-width: 1280px;
}

.topC {
	background: #fff;
	padding: 0 165px;
	position: relative;
	box-shadow: 0px 2px 10px #ccc;
	transition: 0.4s ease;
	height: 90px;
}

.top:hover .topC {
	top: 0 !important;
}



/*头部结束*/

/*menu开始*/

/*
* 主导航
*/

.headBox .wrap {
	position: relative;
	z-index: 2;
}

.menuBox {
	z-index: 9;
	position: relative;
}

.menuDl {
	position: relative;
}

.menuDl dd {
	display: inline;
	float: left;
	padding: 0 15px;
	position: relative;
	z-index: 3;
}

.menuDl dd span a {
	display: block;
	height: 90px;
	overflow: hidden;
	line-height: 85px;
	color: #333;
	font-size: 15px;
	position: relative;
	padding: 0px 18px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.menuDl dd.hover span a {
	color: #fff
}

.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: 82px;
	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: 91px;
	/*opacity: 0;*/
	z-index: 1;
}

.menuDl dd.hover .subMenuDiv {
	z-index: 3;
}

.menuDl dt {
	width: 0px;
	/*height: 2px;*/
	height: 34px;
	overflow: hidden;
	background: #da271f;
	position: absolute;
	left: 15px;
	bottom: 30px;
	z-index: 2;
	border-radius: 18px;
}

.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: #e60012;
}

.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
	}
}

/*menu结束*/

/*indexBanner开始*/

.indexBanner {
	overflow: hidden;
	height: 655px;
	width: 100%;
	position: relative;
}

.indexBanner .myslide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 655px;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
}

.indexBanner .slick-dots li {
	width: 12px;
	height: 12px;
	line-height: 9999px;
	text-align: center;
	border: 1px solid #fff;
	color: #ffffff;
	display: inline-block;
	margin: 0 8px;
	cursor: pointer;
	border-radius: 12px;
}

.indexBanner .slick-dots li.slick-active {
	background: #fff;
}

.indexBanner .con1 {
	position: absolute;
	left: 50%;
	top: 50%;
    width: 685px;
    height: 226px;
	margin-top: -113px;
    margin-left: -342px;
}
.indexBanner .con1 img{ display: block;height: 226px;}

.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结束*/

/*indexBanner结束*/

/*第一通栏start*/

.column1 {
	background: #fff;
}

.wrap1 {
	padding: 0 165px;
}

.maxBox .maxTitle {
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #333;
}
.maxBox .maxTitle1 {
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}
.maxBox .maxBrief {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #999;
	text-align: center;
}

.columnTitle {
	font-size: 0;
	text-align: center;
}

.columnTitle dd {
	display: inline-block;
	font-size: 22px;
	color: #666;
	padding: 0 60px;
	height: 60px;
	line-height: 60px;
	background: #f5f5f5;
	margin: 0 28px;
	border-radius: 3px;
	color: #666;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.columnTitle dd.hover {
	background: #e60012;
	color: #fff;
}

.columnTitle dd:hover {
	background: #e60012;
	color: #fff;
}

.minTitleDl {
	text-align: center;
	font-size: 0;
	width: 1100px;
	margin: 0 auto;
}

.minTitleDl dd {
	display: inline-block;
	font-size: 16px;
	color: #666;
	min-width: 100px;
	padding: 0 10px;
	margin: 3px 30px;
	height: 40px;
	line-height: 40px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border-radius: 20px;
	position: relative;
	z-index: 3;
	cursor:pointer;
}

.minTitleDl dd.hover {
	background: #e60012;
	border-radius: 20px;
	color: #fff;
}

.minTitleDl dd:hover {
	background: #e60012;
	border-radius: 20px;
	color: #fff;
}

.col1ImgDl {
	overflow: hidden;
	margin-right: -50px;
}

.col1ImgDl dd {
	float: left;
	display: inline;
	width: 33.333%;
	margin-bottom: 25px;
}

.col1ImgDl dd .con {
	margin-right: 50px;
}

.col1ImgDl dd .con .pic {
	position: relative;
}

.col1ImgDl dd .con .pic:after {
	display: block;
	content: "";
	padding-top: 67.6768%;
}

.col1ImgDl dd .con .pic img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.col1ImgDl dd .con .text {
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	padding-right: 20px;
	font-size: 22px;
	color: #333;
	font-weight: bold;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.col1ImgDl dd .con:hover .text {
	color: #e60012;
}

.maxMore {
	width:135px;
	height: 45px;
	margin: 0 auto;
	border-radius: 45px;
	border: 1px solid #e6e6e6;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.maxMore a {
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 56px;
	font-size: 16px;
	color: #999;
	text-align: center;
	line-height:45px;
}

.maxMore:hover{
	background: #e60012;
	border-color: #e60012;
}
.maxMore:hover a{
	color: #fff;
}
/*第一通栏end*/

/*第二通栏start*/

.col2Dl {
	overflow: hidden;
	margin-right: -15px;
	padding: 5px 0;
}

.col2Dl dd {
	float: left;
	display: inline;
	width: 16.6667%;
}

.col2Dl dd .con {
	position: relative;
	height:420px;
	margin-right: 15px;
	background: #fff;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
	background: #f7f7f7;
	overflow: hidden;
}
.col2Dl dd .con .conBox1{
	position: absolute;
	height: 100%;
	top: 0px;
	left: 20px;
	right:20px;
	margin: 0 auto;
	border-radius: 100px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
.col2Dl dd .con .icon {
	padding-top: 84px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.col2Dl dd .con .icon .iconB{
	display: block;
	position: relative;
	width: 98px;
	height: 98px;
	margin: 0 auto;
	border-radius: 100px;
	border: 1px dotted #e60012;
}
.col2Dl dd .con .icon .iconB span{
	display: block;
	content: "";
	position: absolute;
	width: 76px;
	height: 76px;
	left: 50%;
	top: 50%;
	margin-top: -38px;
	margin-left: -38px;
	background-color: #e60012;
	border-radius: 76px;
	background-position: center center;
	background-repeat: no-repeat;
}
.col2Dl dd .con:hover .icon {
	transform: rotateY(-180deg);
}
.col2Dl dd .con .conBox1 .conText{
	padding-top: 30px;
	line-height: 32px;
	font-size: 16px;
	color: #666;
	text-align: center;
}
.col2Dl dd .con .conBox2{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	overflow: hidden;
	background: #e60012;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
.col2Dl dd .con .conBox2 .textT{
	padding: 20px 20px 0;
	height:32px;
	line-height: 32px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}
.col2Dl dd .con .conBox2 .contC{
	height: 330px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.col2Dl dd .con:hover {
	box-shadow: 9px 5px 5px 0px rgba(0, 0, 0, 0.08);
	-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);
}
.col2Dl dd .con:hover .conBox1{ 
	top:-100%;
}
.col2Dl dd .con:hover .conBox2{ 
	top:0%;
}
/*第二通栏end*/

/*
*第三通栏start wgh 2019
*/

.column3 {
	position: relative;
	height: 600px;
	width: 100%;
}

.maxTitle.white {
	color: #fff;
}

.col3Left {
	position: relative;
	width: 62%;
}

.col3Left .title {
	height: 75px;
	line-height: 75px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding-right: 65px;
}

.col3Left .textC {
	padding-right: 65px;
	height: 160px;
	line-height: 40px;
	font-size: 14px;
	color: #e5e5e5;
	overflow: hidden;
}

.col3Left .maxMore {
	margin: 0;
}

.column3Con {
	overflow: hidden;
}

.col3Right {
	overflow: hidden;
}

.col3Video {
	position: relative;
}

.col3Video:after {
	display: block;
	content: "";
	padding-top: 60%;
}

.col3Video #a1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
}

/*第三通栏end*/

/*第四通栏start*/

.col4Dl {
	overflow: hidden;
}

.col4Dl dd {
	float: left;
	display: inline;
	width: 16.6667%;
	margin-bottom:20px;
}

.col4Dl dd .pic {
	position: relative;
}
.col4Dl dd .pic.default{
	background: #9a0606;
}
.col4Dl dd .pic:after {
	display: block;
	content: "";
	padding-top: 44%;
}

.col4Dl dd .pic img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: contain;
	/*-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;*/
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.col4Dl dd .pic:hover img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: gray;
}

/*第四通栏end*/

/*第五通栏start*/
.column5{
	position: relative;
	width: 100%;
}
.column5 .wrap1{
	margin: 0 165px;
	padding: 0;
	}
.col5Tab {
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.col5Tab dd {
	display: inline-block;
	padding: 0 30px;
	font-size: 14px;
	color: #666;
}

.col5Tab dd.hover {
	background: #e60012;
	border-radius: 20px;
	color: #fff;
}

.col5Tab dd:hover {
	background: #e60012;
	border-radius: 20px;
	color: #fff;
}

.col5Dl {
	overflow: hidden;
	min-height: 300px;
	margin-right: -30px;
}

.col5Dl dd {
	float: left;
	display: inline;
	width: 33.333%;
	margin-bottom: 30px;
}

.col5Dl dd .con {
	margin-right: 30px;
	position: relative;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.col5Dl dd .con .pic{
	position: relative;
}
.col5Dl dd .con .pic:after{
	display: block;
	content: "";
	padding-top: 66.6667%;
}
.col5Dl dd .con .title{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	background: #fff;
	text-align: center;
}
.col5Dl dd .con .pic img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.col5Dl dd .con:hover{
	box-shadow: 5px 0 7px rgba(0,0,0,0.14);
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
}

.col5Dl dd .con:hover .title a {
	color: #e60012;
}

/*第五通栏end*/

/*底部开始*/

.footer {
	background: #333;
	padding-top: 35px;
}

.footerMenu {
	overflow: hidden;
}

.footerMenu dd {
	float: left;
	display: inline;
	margin-right: 75px;
}

.footerMenu dd em {
	font-style: normal;
	display: block;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
}

.footerMenu dd em a {
	font-size: 14px;
	color: #e5e5e5;
	font-weight: bold;
}

.footerMenu dd em a:hover {
	color: #f00;
}

.footerMenu dd span {
	font-style: normal;
	display: block;
	line-height: 20px;
	padding: 7px 0;
	overflow: hidden;
}

.footerMenu dd span a {
	font-size: 12px;
	color: #999;
}

.footerMenu dd span a:hover {
	color: #f00;
}

.footerEwm {
	overflow: hidden;
}

.footerEwm dd {
	float: left;
	display: inline;
	position: relative;
	width: 105px;
	overflow: hidden;
	margin-right: 25px;
}
.footerEwm dd .con{
	background: #fff;
	padding: 5px;
}

.footerEwm dd img {
	display: block;
	width: 95px;
	height: 95px;
}

.footerEwm dd span {
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #999;
	font-size: 12px;
}
.footerEwmB .title{
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	font-weight: bold;
	color: #e5e5e5;
}
.footerCon{
	width: 330px;
}
.footerCon .title{
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #e5e5e5;
	font-weight: bold;
}
.footerRight{
	overflow: hidden;
}
.link{
	overflow: hidden;
}
.link .title{
	font-size: 16px;
	color: #e5e5e5;
	margin-right: 10px;
	height: 30px;
	line-height: 30px;
	padding: 5px 0;
}
.link .linkDl{
	overflow: hidden;
}
.link .linkDl dd{
	float: left;
	display: inline;
	margin-right: 10px;
	height: 30px;
	line-height: 30px;
	padding: 5px 10px;
}
.link .linkDl dd a{
	display: blockl;
	font-size: 14px;
	color: #e5e5e5;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.link .linkDl dd a:hover{
	color: #fff;
}
.link.hover .demo2 .selTj{
	display: block;
}
/*slelect.demo样式start*/
.demo2 {
	width: 290px;
	padding-right: 40px;
    height: 40px;
    position: relative;
}

.demo2 .seljg {
    padding-left: 10px;
    line-height: 40px;
    color: #666666;
    font-size: 13px;
    cursor: pointer;
}

.demo2 .seljg input {
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    background: none;
}

.demo2 i {
    display: block;
    width: 40px;
    height:40px;
    background: url(../images/sel.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.demo2 .selTj {
    width: 100%;
    overflow: hidden;
    border-top: none;
    max-height: 190px;
    overflow-y: auto;
    position: absolute;
    left: 0px;
    top: 41px;
    background: #FFF;
    display: none;
    z-index: 100000
}

.demo2 .selTj a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    color: #666666;
    margin-bottom: 1px;
    font-size: 12px;
}

.demo2 .selTj a:hover {
    background: #f8f8f8;
    color: #ff7800;
}

.demo2 .selTj a.hover {
    background: #f8f8f8;
    color: #ff7800;
}
.footerCon .companyName{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.footerCon .companyAd{
	line-height: 30px;
	font-size: 12px;
	color: #999;
}
.footerCon .companyLx{
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	color: #999;
}
.footerCon .companyLx span{
	font-size: 16px;
	font-weight: bold;
	color: #e60012;
	padding: 0 5px;
}
.footerBottom{
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	color: #b2b2b2;
	background: #1a1a1a;
}
.jsB a{
	font-size: 12px;
	color: #b2b2b2;
}
.jsB a:hover{
	font-weight: bold;
}
/*底部结束*/

/*
-----------------------------首页样式end-----------------------------
*/

/*
-----------------------------频道页start-----------------------------
*/

/*
-----------------------------频道页end-----------------------------
*/

/*内页框架开始*/
.minH600{
	min-height: 600px;
	height: auto !important;
	height: 600px;
}
.wrap2{
	width: 1460px;
	margin: 0 auto;
}
.subBanner{
	width: 100%;
	height: 360px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.location{
	position: relative;
}
.location .locationCon{
	width: 100%;
	height: 64px;
	left: 0;
	top: -64px;
}
.locationDl{
	overflow: hidden;
}
.locationDl dd{
	float: left;
	display: inline;
	line-height: 64px;
	text-align: center;
	background: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	position: relative;
}
.locationDl dd a{
	display: block;
	height: 100%;
	width: 100%;
	font-size: 16px;
	position: relative;
	z-index: 5;
}
.locationDl dd:after{
	display: block;
	content: "";
	position: absolute;
	width: 100%;;
	height: 100%;
	left: 0;
	top: 0;
	border-left: 1px solid #e6e6e6;
}
.locationDl dd:first-child:after{
	border-left: none;
}
.locationDl dd a{
	display: block;
	font-size: 16px;
	color: #333;
}
.locationDl dd:hover{
	background: #e60012;
} 
.locationDl dd:hover a{
	color: #fff;
}
.locationDl dd.hover{
	background: #e60012;
} 
.locationDl dd.hover a{
	color: #fff;
}
/*内页外结构开始*/

/*内页外结构结束*/

/*当前位置开始*/

/*当前位置结束*/

/*页码开始*/

.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: #e60012;
	color: #fff;
}

.page a.hover {
	background: #e60012;
	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)
}

/*页码结束*/

/*内页框架结束*/

.floatRight{
    position: fixed;
    width: 72px;
    height: 356px;
    right:0px;
    top: 200px;
    background:#ccc;
    z-index: 20;
}
.floatRtitle dd{
    height: 70px;
    width: 70px;
    margin: 1px;
    background: #fff;
    z-index: 30;
    position: relative;
}
.floatRtitle dd:hover{
    background: #e60012ba;
}
.floatRtitle dd.active{
    background: #e60012ba;
}
.floatRtitle dd a.bg{
    display: block;
    padding-top: 50px;
}
.floatRtitle dd:nth-child(1) .bg{
    background: url(../images/QQ1.png) center center no-repeat;
}
.floatRtitle dd:nth-child(2) .bg{
    background: url(../images/zx1.png) center center no-repeat;
}
.floatRtitle dd:nth-child(3) .bg{
    background: url(../images/dh1.png) center center no-repeat;
}
.floatRtitle dd:nth-child(4) .bg{
    background: url(../images/wx1.png) center center no-repeat;
}
.floatRtitle dd:nth-child(5) .bg{
    background: url(../images/icn4.png) center center no-repeat;
}
.floatRtitle dd:nth-child(1):hover .bg{
    background: url(../images/qq2.png) center center no-repeat;
}
.floatRtitle dd:nth-child(2):hover .bg{
    background: url(../images/zx2.png) center center no-repeat;
}
.floatRtitle dd:nth-child(3):hover .bg{
    background: url(../images/dh2.png) center center no-repeat;
}
.floatRtitle dd:nth-child(4):hover .bg{
    background: url(../images/wx2.png) center center no-repeat;
}
.floatRtitle dd:nth-child(5):hover .bg{
    background: url(../images/icn6.png) center center no-repeat;
}
.floatRtitle dd.active:nth-child(1) .bg{
    background: url(../images/qq2.png) center center no-repeat;
}
.floatRtitle dd.active:nth-child(2) .bg{
    background: url(../images/zx2.png) center center no-repeat;
}
.floatRtitle dd.active:nth-child(3) .bg{
    background: url(../images/dh2.png) center center no-repeat;
}
.floatRtitle dd.active:nth-child(4) .bg{
    background: url(../images/wx2.png) center center no-repeat;
}
.floatRtitle dd.active:nth-child(5) .bg{
    background: url(../images/icn6.png) center center no-repeat;
}
.floatRtitle dd a span{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #666;
}
.floatRtitle dd:hover a span{
    color: #fff;
}
.floatRtitle dd.active a span{
    color: #fff;
}
.xcxCode.xcxCode1{
	width: 200px;
	height:50px;
	line-height: 50px;
	background: #fff;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	left: -150px;
	top: 10px;
	text-align: center;
}
.xcxCode {
	width: 120px;
    height: 120px;
	position: absolute;
	left: -70px;
	margin-left: -60px;
	top:-10px;
	padding-bottom: 7px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	visibility: hidden;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	opacity:0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.xcxCode i {
	position: absolute;
	right: -7px;
	top: 50%;
    margin-top: -9px;
	width: 7px;
	height: 18px;
	background: url(../images/xcxIcn.png) no-repeat center center;
}

.xcxCode div {
	overflow: hidden;
	padding: 10px 10px;
	background: #FFF;
	border-radius: 3px;
}

.xcxCode div img {
	overflow: hidden;
	width: 100px;
	height: 100px;
	display: block;
}
.floatRight .foltWX:hover .xcxCode {
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
}
.floatRight .floatWb:hover .xcxCode {
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
}
.floatRight .folatShare:hover .xcxCode {
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
}
.floatRight .floatRtitle{
    height: 0;
    visibility: visible;
    opacity: 1;
    transition:all .5s linear;
    -webkit-transition:all .5s linear;
}
.floatRight.active .floatRtitle{
   display: block;
}

.rightF{
	position: fixed;
	width: 105px;
	height: 150px;
	top: 50%;
	left: 0;
	z-index: 9999;
}

.rightF .con{
	padding: 5px;
	background: #fff;
}
.rightF .con .pic{
	width: 95px;
	height:95px;
}
.rightF .con .pic img{
	display: block;
	width: 95px;
	height: 95px;
}
.rightF .con span{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	display: block;
	color: #666;
}