@charset "UTF-8";

/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/
/*头部开始*/
.wrap {
	clear: both;
	width: 1200px;
	margin: 0 auto;
}

.minH600 {
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

.bc_fff {
	background: #fff;
}

/**
 * 顶部
 * author zwp
 * @return
 */
.indTop {
	height: 100px;
	width: 100%;
}

.headBox {
	position: fixed;
	width: 100%;
	background: #fff;
	top: 0px;
	left: 0px;
	z-index: 960;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.logo {
	display: block;
	overflow: hidden;
	margin-left: 1.97916666667%;
	margin-top: 18px;
}

.logo img {
	height: 55px;
	display: block
}

.searchBox {
	height: 100%;
}

.searchBox a {
	display: block;
	width: 100px;
	height: 100px;
	background: #e94b46 url(../images/search.png) no-repeat center center;
	float: right;
	display: inline
}

.searchC {
	width: 0px;
	height: 100px;
	background-color: #fff;
	overflow: hidden;
	z-index: 1;
	float: left;
	background-repeat: repeat-x;
	background-position: left top;
	transition-duration: 0.5s;
}

.searchC.show {
	width: 160px;
}

.searchC input {
	width: 120px;
	height: 100px;
	overflow: hidden;
	line-height: 40px;
	padding-left: 20px;
	border: none;
	background: none;
	color: #333;
	font-size: 16px;
}

.searchC input::-webkit-input-placeholder {
	color: #333;
	font-size: 14px;
}

/*导航*/
.menuBox {
	position: relative;
}

.menu_dl {
	position: relative;
	z-index: 3;
}

.menu_dl dd {
	float: left;
	display: inline;
	position: relative;
	padding: 0 9px;
}

.menu_a {
	display: block;
	overflow: hidden;
	height: 100px;
	line-height: 100px;
	font-size: 14px;
	color: #666;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding: 0px 10px;
}

.menu_dl dd.hover .menu_a {
	color: #e94b46;
}

.menuLine {
	width: 0px;
	height: 2px;
	background: #e94b46;
	position: absolute;
	left: 0px;
	bottom: 30px;
	z-index: 1;
}

.menuDiv {
	display: none;
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 100px;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.menu_ul {
	overflow: hidden;
	background: #fff;
}

.menu_ul li {
	height: 35px;
	overflow: hidden;
	line-height: 35px;
	border-bottom: 1px solid #fafafa;
}

.menu_ul li:last-child {
	border: none;
}

.menu_ul li a {
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.menu_ul li.hover {
	border-color: #901d22;
}

.menu_ul li.hover a,
.menu_ul li a:hover {
	background: #901d22;
	color: #fff;
}

@media screen and (max-width: 1366px) {
	.menu_dl dd {
		padding: 0 7px
	}

	.headBox {
		min-width: 1280px;
	}
}

/*头部结束*/
/*banner图start*/
.fp-tableCell {
	position: relative;
}

.ixBox {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.ixBox .ixBox1Bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.ixBox .ixBox1Bg div {
	width: 105%;
	height: 105%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: -2.5%;
	top: -2.5%;
	z-index: -1;
}

.indexSecCont {
	overflow: hidden;
	position: relative;
	height: 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat\9;
	background-image: none\9;
}

.indWrap {
	height: 100%;
}

.icBoxC {
	position: relative
}

.bannerBox {
	position: relative;
	overflow: hidden;
}

.bannerBox .bd .bannerDeta {
	clear: both;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bannerBox .hd {
	position: absolute;
	left: 50px;
	top: 50%;
	width: 20px;
	margin-top: -80px;
	z-index: 998
}

.bannerBox .hd .prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 13px;
	background: url(../images/bannerUp.png) no-repeat center center;
	cursor: pointer
}

.bannerBox .hd .next {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 13px;
	background: url(../images/bannerDown.png) no-repeat center center;
	cursor: pointer
}

.bannerBox .hd .prev:hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 13px;
	background: url(../images/bannerUp_h.png) no-repeat center center
}

.bannerBox .hd .next:hover {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 13px;
	background: url(../images/bannerDown_h.png) no-repeat center center
}

.bannerBox .hd ul {
	padding: 20px 0
}

.bannerBox .hd ul li {
	text-align: center;
	width: 20px;
	height: 20px;
	;
	color: transparent;
	margin: 11px 0;
	cursor: pointer;
	position: relative;
	display: block;
	border-radius: 100%;
	font-size: 16px;
	font-weight: bold
}

.bannerBox .hd ul li:after {
	content: '';
	position: absolute;
	left: 5px;
	width: 12px;
	height: 12px;
	background: #edd1d6;
	top: 4px;
	border-radius: 100%
}

.bannerBox .hd ul li.on {
	background: transparent;
	color: #fff
}

.bannerBox .hd ul li.on:after {
	background: transparent;
}

.banner_ul li {
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
	position: absolute;
	display: none;
}

.banner_ul li i {
	display: block;
	width: 100%;
	height: 250px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 11;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: -125px;
	display: none;
}

.banner_ul li i.fadeInDown {
	animation-duration: 3s !important
}

.banner_ul li:nth-child(1) i {
	background-image: url(../images/bannerT1.png)
}

.banner_ul li:nth-child(2) i {
	background-image: url(../images/bannerT2.png)
}

.banner_ul li:nth-child(1) {
	z-index: 4;
}

.banner_ul li:nth-child(2) {
	z-index: 3;
}

.banner_ul li:nth-child(3) {
	z-index: 2;
}

.banner_ul li:nth-child(4) {
	z-index: 1;
}

.banner_ul li.show {
	display: block !important;
}

.banner_ul li.left {
	left: -100px;
	transition: all 0.3s linear;
}

.bannerDeta {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute !important;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.bnrTxt {
	position: absolute;
	width: 760px;
	height: 548px;
	bottom: 0;
	left: 1.5625%;
	z-index: 9;
}

.bnrTxtL {
	background: url(../test/banner/bannerStor.png) center center no-repeat;
	width: 761px;
	height: 576px;
	position: absolute;
	/*bottom: -100%;*/
	left: 1.5625%;
	z-index: 2;
	opacity: 0;
}

.bnrTxtR {
	background: url(../test/banner/bannerHor.png) center center no-repeat;
	width: 594px;
	height: 581px;
	position: absolute;
	/*bottom: 0;*/
	/*left: 9.375%;*/
	z-index: 1;
	opacity: 0;
}

.con1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -42px;
	z-index: 9;
	opacity: 0;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.con1 img {
	display: block;
}

.con1.show {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

/*微信公众号、微杂志、短视频*/
.aboutBox {
	position: absolute;
	bottom: 0;
	z-index: 99999;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
}

.aboutGroup {
	overflow: hidden;
	margin: 0 -4px;
	position: relative
}

.aboutGroup dd {
	float: left;
	display: inline;
	width: 20%;
}

.aboutGroup dd:nth-of-type(1) {
	animation-delay: 0s;
}

.aboutGroup dd:nth-of-type(2) {
	animation-delay: 0.3s;
}

.aboutGroup dd:nth-of-type(3) {
	animation-delay: 0.6s;
}

.aboutGroup a {
	display: block;
	padding: 30px 35px 30px 80px;
	margin: 0 4px;
	background: rgba(0, 0, 0, .4);
	position: relative;
	transition: 0.8s ease;
}

.aboutGroup a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	background: #e94b46;
	transition: 0.4s ease;
}

.aboutGroup a:before {
	content: "";
	position: absolute;
	right: 20px;
	top: 0;
	height: 100%;
	width: 10px;
	background: url(../images/arrow.png) no-repeat center center;
	z-index: 10;
	opacity: .6;
	transition: all .3s;
	-webkit-transition: all .3s;
	filter: alpha(opacity=60);
}

.aboutGroup .listTit {
	font-size: 18px;
	line-height: 25px;
	height: 50px;
	color: #fff;
	position: relative;
	z-index: 9;
	transition: 0.4s ease;
}

/*.aboutGroup .listInfo{*/
/*width: 270px;*/
/*white-space: normal;*/
/*overflow: hidden;*/
/*color: #fff;*/
/*font-size: 14px;*/
/*text-overflow: ellipsis;*/
/*padding-top: 5px;*/
/*position: relative;*/
/*z-index: 9;*/
/*transition: 0.4s ease;*/
/*height: 20px;*/
/*}*/
.aboutGroup .listIco {
	position: absolute;
	top: 0;
	left: 10px;
	width: 60px;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 10;
	transition: 0.4s ease;
}

.aboutGroup .listIco.ico1 {
	background-image: url(../images/banW1.png);
}

.aboutGroup .listIco.ico2 {
	background-image: url(../images/banW2.png);
}

.aboutGroup .listIco.ico3 {
	background-image: url(../images/banW3.png);
}

.aboutGroup .listIco.ico4 {
	background-image: url(../images/banW4.png);
}

.aboutGroup dd .listIco.ico1 {
	background-image: url(../images/banW1.png);
}

.aboutGroup dd+dd .listIco.ico1 {
	background-image: url(../images/banW2.png);
}

.aboutGroup dd+dd+dd .listIco.ico1 {
	background-image: url(../images/banW3.png);
}

.aboutGroup a:hover {
	background: rgba(0, 0, 0, 0);
}

.aboutGroup a:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
}

.aboutGroup a:hover:after {
	width: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
}

.aboutGroup a:hover .listTit,
.aboutGroup a:hover .listInfo {
	color: #fff;
}

/*.aboutGroup a:hover .listIco.ico1{background-image: url(../images/banW1.png); left: 35px;}*/
/*.aboutGroup a:hover .listIco.ico2{background-image: url(../images/banW2.png); left: 35px;}*/
/*.aboutGroup a:hover .listIco.ico3{background-image: url(../images/banW3.png); left: 35px;}*/

.aboutGroup dd:hover .listIco.ico1 {
	background-image: url(../images/banW1.png);
	left: 10px;
}

.aboutGroup dd+dd:hover .listIco.ico1 {
	background-image: url(../images/banW2.png);
	left: 10px;
}

.aboutGroup dd+dd+dd:hover .listIco.ico1 {
	background-image: url(../images/banW3.png);
	left: 10px;
}

/*第二屏start*/
.indInro1 {
	clear: both;
	height: 75px;
	overflow: hidden;
	text-align: center;
	color: #000;
	font-size: 24px;
	line-height: 75px;
	position: relative;
}

.indInro {
	clear: both;
	height: 75px;
	overflow: hidden;
	text-align: center;
	color: #000;
	font-size: 24px;
	line-height: 75px;
	position: relative;
}

.indInro.typ2 {
	color: #fff
}

.indInro:after {
	content: "";
	display: block;
	width: 28px;
	height: 3px;
	background: #666;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -14px;
}

.indArticleBox {
	overflow: hidden;
	font-size: 14px;
	color: #666;
	line-height: 28px;
}

.indDataDl {
	overflow: hidden;
	clear: both;
	position: relative;
}

.indDataDl dd {
	display: inline;
	float: left;
	width: 25%;
	overflow: hidden;
	background: url(../images/ind_icon1.png) no-repeat left 60px;
	position: relative;
	left: -1px;
	text-align: center;
}

.indDataDl dd .divT {
	display: inline-block;
	overflow: hidden;
	height: 62px;
	margin-top: 20px;
}

.indDataDl dd h2 {
	float: left;
	height: 62px;
	line-height: 100px;
	text-align: center;
	font-size: 30px;
	color: #e94b46;
}

.indDataDl dd i {
	float: left;
	height: 62px;
	line-height: 110px;
	text-align: center;
	font-size: 14px;
	color: #e94b46;
	font-style: normal;
}

.indDataDl dd span {
	display: block;
	clear: both;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #000;
	margin-bottom: 20px;
}

.moreBox {
	text-align: center;
}

.moreBox a {
	display: block;
	width: 154px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e94b46;
	border-radius: 38px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	background: #e94b46
}

.moreBox:hover a {
	background: #da4742
}




/*第二屏end*/

/*第三屏start*/
.indTline {
	text-align: center;
	width: 100%;
	height: 54px;
	background: url(../images/indTline.png) no-repeat center 17px;
	line-height: 30px;
}

.indTline span {
	display: block;
	font-size: 24px;
	color: #fff
}

.indTline span.font0 {
	color: #000
}

.indTline i {
	display: block;
	font-size: 14px;
	color: #999;
}
.section3Scroll{position: relative;width: 100%;height: 100%;z-index: 10;}
.section3Scroll .bd{ overflow: hidden;height: 100%;}
.section3Scroll .slick-track{height: 100%;}
.section3Scroll .slick-list{ overflow: visible; margin-right: -30px; height: 100%;}
.section3Scroll .con{display: block; margin-right: 30px;height: 100%;}
.section3Scroll .con .pic{overflow: hidden;position: relative;height: 100%;}
.section3Scroll .con .pic::after{display: block;content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;background-color: rgba(0, 0, 0, .3);}
.section3Scroll .con .pic img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover;object-position: center center;z-index: 2;}
.section3Dot .slick-dots{position: absolute;width: 100%;text-align: center;left: 0;height: 20px;line-height: 20px;bottom: 0;}
.section3Dot .slick-dots li{ display: inline-block; width: 10px; height: 10px; background: #fff; border-radius: 15px; margin-left: 15px; cursor: pointer;vertical-align: middle;}
.section3Dot .slick-dots li.slick-active{ background:#e94b46}
.column3List {
	overflow: hidden;
	height: 392px;
	width: 1200px;
	margin: 0 auto;
}

.column3List dd {
	overflow: hidden;
	width: 125px;
	margin-right: 0px;
	float: left;
	display: inline;
	/*-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear*/
}

.column3List dd.hover {
	width: 575px;
}

.column3ListCon {
	width: 575px;
	overflow: hidden;
	margin-left: -225px;
	/*-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;*/
	background: #ffffff;
}

.column3List dd.hover .column3ListCon {
	margin-left: 0px;
}

.column3ListImg {
	width: 575px;
	height: 392px;
	position: relative;
	overflow: hidden;
}

.column3ListImg img {
	width: 575px;
	height: 392px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	/* Firefox 4 */
	-webkit-transition-delay: 0.2s;
	/* Safari 和 Chrome */
	-o-transition-delay: 0.2s;
	/* Opera */
}

.column3ListImg .text1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

.column3ListImg .text1 span {
	display: table;
	height: 100%;
	width: 100%;
}

.column3ListImg .text1 span em {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.column3ListImg .text1 span em i {
	display: block;
	width: 35px;
	padding: 10px 15px;
	/* writing-mode: vertical-rl; */
	/* line-height: 70px; */
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 auto;
	height: 230px;
	text-align: center;
	background: rgba(0, 0, 0, .5);
}

.column3ListImg .text2 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 20px 25px;
	right: 0;
	line-height: 24px;
	color: #ffffff;
	display: none;
	background: rgba(233, 75, 70, .8)
}

.column3ListImg .text2 .listTit1 {
	font-size: 18px;
}

.column3ListImg .text2 .listInfo1 {
	font-size: 14px;
	color: #e2b2b0
}

.column3ListImg .text2 .listIco1 {
	position: absolute;
	right: 50px;
	top: 0;
	height: 100%;
	width: 10px;
	background: url(../images/arrow.png) no-repeat center center;
	z-index: 10;
	opacity: .6;
	transition: all .3s;
	-webkit-transition: all .3s;
	filter: alpha(opacity=60);
}


.column3List dd.hover .text1 {
	opacity: 0;
}

.column3List dd:hover .text2 {
	display: block;
}

.column3List dd:hover .column4ListImg img {
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/*第三屏end*/

/*第四屏start*/
.orderSelTabCBox {
	height: 500px;
	position: relative;
}

/*目的地*/
.mdd dd {}

.mdd dd a {
	display: block;
	text-align: center;
	color: #e94b46;
	font-size: 14px;
	border-radius: 480px;
	position: absolute;
	font-weight: bold;
	z-index: 10;
	background: #fff;
}

.orderSelTabCBox span a {
	z-index: 2
}

.orderSelTabCBox span i {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 1000px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
	display: none;
}

.orderSelTabCBox span a p {
	top: 0;
	left: 0;
	border-radius: 100%;
	position: absolute;
	z-index: 1;
}


/*企业形象策划*/
.mdd dd.ser1 span a {
	width: 123px;
	height: 123px;
	left: 10px;
	top: 260px;
	position: relative
}

.mdd dd.ser1 span a p {
	display: block;
	width: 111px;
	height: 111px;
	border: 6px solid #ebcbca;
	border-radius: 123px;
	overflow: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}

.mdd dd.ser1:hover span a p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	display: block;
	background: #e94b46;
}

.mdd dd.ser1 span a p img {
	width: 40px;
	height: 40px;
	z-index: 6;
	margin: 35px auto;
}

.mdd dd.ser1 span i {
	width: 123px;
	height: 123px;
	left: 10px;
	top: 260px;
}

/*影视策划、制作*/
.mdd dd.ser2 span a {
	width: 123px;
	height: 123px;
	left: 133px;
	top: 75px;
}

.mdd dd.ser2 span a p {
	display: block;
	width: 111px;
	height: 111px;
	border: 6px solid #ebcbca;
	border-radius: 123px;
	overflow: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}

.mdd dd.ser2:hover span a p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	display: block;
	background: #e94b46;
}

.mdd dd.ser2 span a p img {
	width: 40px;
	height: 40px;
	z-index: 6;
	margin: 35px auto;
}

/*开发运营*/
.mdd dd.ser3 span a {
	width: 123px;
	height: 123px;
	left: 195px;
	top: 280px;
}

.mdd dd.ser3 span a p {
	display: block;
	width: 111px;
	height: 111px;
	border: 6px solid #ebcbca;
	border-radius: 123px;
	overflow: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}

.mdd dd.ser3:hover span a p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	display: block;
	background: #e94b46;
}

.mdd dd.ser3 span a p img {
	width: 40px;
	height: 40px;
	z-index: 6;
	margin: 35px auto;
}

/*企业文化培训*/
.mdd dd.ser4 span a {
	width: 123px;
	height: 123px;
	left: 294px;
	top: 380px;
}

.mdd dd.ser4 span a p {
	display: block;
	width: 111px;
	height: 111px;
	border: 6px solid #ebcbca;
	border-radius: 123px;
	overflow: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}

.mdd dd.ser4:hover span a p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	display: block;
	background: #e94b46;
}

.mdd dd.ser4 span a p img {
	width: 40px;
	height: 40px;
	z-index: 6;
	margin: 35px auto;
}

/*发布各类广告*/
.mdd dd.ser5 span a {
	width: 162px;
	height: 162px;
	left: 316px;
	top: 120px;
}

.mdd dd.ser5 span a p {
	display: block;
	width: 150px;
	height: 150px;
	border: 6px solid #ebcbca;
	border-radius: 162px;
	overflow: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}

.mdd dd.ser5:hover span a p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	display: block;
	background: #e94b46;
}

.mdd dd.ser5 span a p img {
	width: 40px;
	height: 40px;
	z-index: 6;
	margin: 55px auto;
}

/*装饰装潢*/
.mdd dd.ser6 span a {
	width: 98px;
	height: 98px;
	left: 416px;
	top: 294px;
}

.mdd dd.ser6 span a p {
	display: block;
	width: 86px;
	height: 86px;
	border: 6px solid #ebcbca;
	border-radius: 98px;
	overflow: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}

.mdd dd.ser6:hover span a p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	display: block;
	background: #e94b46;
}

.mdd dd.ser6 span a p img {
	width: 40px;
	height: 40px;
	z-index: 6;
	margin: 23px auto;
}

/*平面设计*/
.mdd dd.ser7 span a {
	width: 123px;
	height: 123px;
	left: 486px;
	top: 20px;
}

.mdd dd.ser7 span a p {
	display: block;
	width: 111px;
	height: 111px;
	border: 6px solid #ebcbca;
	border-radius: 123px;
	overflow: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}

.mdd dd.ser7:hover span a p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	display: block;
	background: #e94b46;
}

.mdd dd.ser7 span a p img {
	width: 40px;
	height: 40px;
	z-index: 6;
	margin: 35px auto;
}

/*3D*/
.mdd dd.ser8 span a {
	width: 65px;
	height: 65px;
	border: 6px solid #ebcbca;
	left: 530px;
	top: 180px;
	background: #e94b46 url(../images/3D.png) no-repeat center center
}


/*灯光亮化*/
.mdd dd.ser9 span a {
	width: 98px;
	height: 98px;
	left: 530px;
	top: 367px;
}

.mdd dd.ser9 span a p {
	display: block;
	width: 86px;
	height: 86px;
	border: 6px solid #ebcbca;
	border-radius: 98px;
	overflow: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}

.mdd dd.ser9:hover span a p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	display: block;
	background: #e94b46;
}

.mdd dd.ser9 span a p img {
	width: 40px;
	height: 40px;
	z-index: 6;
	margin: 23px auto;
}

/*广告牌*/
.mdd dd.ser10 span a {
	width: 138px;
	height: 138px;
	right: 400px;
	top: 87px;
}

.mdd dd.ser10 span a p {
	display: block;
	width: 126px;
	height: 126px;
	border: 6px solid #ebcbca;
	border-radius: 138px;
	overflow: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}

.mdd dd.ser10:hover span a p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	display: block;
	background: #e94b46;
}

.mdd dd.ser10 span a p img {
	width: 40px;
	height: 40px;
	z-index: 6;
	margin: 43px auto;
}

/*会议会展服务*/
.mdd dd.ser11 span a {
	width: 123px;
	height: 123px;
	right: 390px;
	top: 262px;
}

.mdd dd.ser11 span a p {
	display: block;
	width: 111px;
	height: 111px;
	border: 6px solid #ebcbca;
	border-radius: 123px;
	overflow: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}

.mdd dd.ser11:hover span a p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	display: block;
	background: #e94b46;
}

.mdd dd.ser11 span a p img {
	width: 40px;
	height: 40px;
	z-index: 6;
	margin: 35px auto;
}

/*动画设计*/
.mdd dd.ser12 span a {
	width: 123px;
	height: 123px;
	right: 200px;
	top: 90px;
}

.mdd dd.ser12 span a p {
	display: block;
	width: 111px;
	height: 111px;
	border: 6px solid #ebcbca;
	border-radius: 90px;
	overflow: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}

.mdd dd.ser12:hover span a p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	display: block;
	background: #e94b46;
}

.mdd dd.ser12 span a p img {
	width: 40px;
	height: 40px;
	z-index: 6;
	margin: 35px auto;
}

/*庆典策划*/
.mdd dd.ser13 span a {
	width: 162px;
	height: 162px;
	right: 130px;
	top: 230px;
}

.mdd dd.ser13 span a p {
	display: block;
	width: 150px;
	height: 150px;
	border: 6px solid #ebcbca;
	border-radius: 90px;
	overflow: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}

.mdd dd.ser13:hover span a p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	display: block;
	background: #e94b46;
}

.mdd dd.ser13 span a p img {
	width: 40px;
	height: 40px;
	z-index: 6;
	margin: 55px auto;
}

/*VI设计*/
.mdd dd.ser14 span a {
	width: 123px;
	height: 123px;
	right: 250px;
	top: 392px;
}

.mdd dd.ser14 span a p {
	display: block;
	width: 111px;
	height: 111px;
	border: 6px solid #ebcbca;
	border-radius: 100px;
	overflow: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}

.mdd dd.ser14:hover span a p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	display: block;
	background: #e94b46;
}

.mdd dd.ser14 span a p img {
	width: 40px;
	height: 40px;
	z-index: 6;
	margin: 35px auto;
}

/*餐饮*/
.mdd dd.sercy span a {
	width: 123px;
	height: 123px;
	right: 425px;
	top: 412px;
}

.mdd dd.sercy span a p {
	display: block;
	width: 111px;
	height: 111px;
	border: 6px solid #ebcbca;
	border-radius: 100px;
	overflow: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}

.mdd dd.sercy:hover span a p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	display: block;
	background: #e94b46;
}

.mdd dd.sercy span a p img {
	width: 40px;
	height: 40px;
	z-index: 6;
	margin: 35px auto;
}

/*展览展示*/
.mdd dd.ser15 span a {
	width: 124px;
	height: 124px;
	right: 63px;
	top: 107px;
}

.mdd dd.ser15 span a p {
	display: block;
	width: 112px;
	height: 112px;
	border: 6px solid #ebcbca;
	border-radius: 90px;
	overflow: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}

.mdd dd.ser15:hover span a p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	display: block;
	background: #e94b46;
}

.mdd dd.ser15 span a p img {
	width: 40px;
	height: 40px;
	z-index: 6;
	margin: 36px auto;
}

/*会展器材租赁*/
.mdd dd.ser16 span a {
	width: 123px;
	height: 123px;
	right: 60px;
	top: 410px;
}

.mdd dd.ser16 span a p {
	display: block;
	width: 111px;
	height: 111px;
	border: 6px solid #ebcbca;
	border-radius: 90px;
	overflow: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}

.mdd dd.ser16:hover span a p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	display: block;
	background: #e94b46;
}

.mdd dd.ser16 span a p img {
	width: 40px;
	height: 40px;
	z-index: 6;
	margin: 35px auto;
}

/* 图文印刷 */
.mdd dd.ser17 span a {
	width: 124px;
	height: 124px;
	left: 0px;
	top: 107px;
}

.mdd dd.ser17 span a p {
	display: block;
	width: 112px;
	height: 112px;
	border: 6px solid #ebcbca;
	border-radius: 90px;
	overflow: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}

.mdd dd.ser17:hover span a p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	display: block;
	background: #e94b46;
}

.mdd dd.ser17 span a p img {
	width: 40px;
	height: 40px;
	z-index: 6;
	margin: 36px auto;
}
/* 婚庆 */
.mdd dd.ser18 span a {
	width: 123px;
	height: 123px;
	left: 60px;
	top: 410px;
}

.mdd dd.ser18 span a p {
	display: block;
	width: 111px;
	height: 111px;
	border: 6px solid #ebcbca;
	border-radius: 90px;
	overflow: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}

.mdd dd.ser18:hover span a p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	display: block;
	background: #e94b46;
}

.mdd dd.ser18 span a p img {
	width: 40px;
	height: 40px;
	z-index: 6;
	margin: 35px auto;
}
/*!*企业形象策划*!*/
/*.mdd dd.ser1 span a{width:123px; height:123px; left:10px; top:260px;}*/
/*.mdd dd.ser1 span i{width:123px; height:123px; left:10px; top:260px;}*/
/*!*影视策划、制作*!*/
/*.mdd dd.ser2 span a{width:123px; height:123px; left:133px; top:75px;}*/
/*!*开发运营*!*/
/*.mdd dd.ser3 span a{width:123px; height:123px; left:195px; top:280px;}*/
/*!*企业文化培训*!*/
/*.mdd dd.ser4 span a{width:123px; height:123px; left:294px; top:380px;}*/
/*!*发布各类广告*!*/
/*.mdd dd.ser5 span a{width:162px; height:162px; left:316px; top:120px;}*/
/*!*装饰装潢*!*/
/*.mdd dd.ser6 span a{width:98px; height:98px; left:416px; top:294px;}*/
/*!*平面设计*!*/
/*.mdd dd.ser7 span a{width:123px; height:123px; left:486px; top:20px;}*/
/*!*3D*!*/
/*.mdd dd.ser8 span a{width:87px; height:87px; left:530px; top:180px;background: #e94b46 url(../images/3D.png) no-repeat center center}*/
/*!*灯光亮化*!*/
/*.mdd dd.ser9 span a{width:98px; height:98px; left:530px; top:367px;}*/
/*!*广告牌*!*/
/*.mdd dd.ser10 span a{width:138px; height:138px; right:400px; top:87px;}*/
/*!*会议会展服务*!*/
/*.mdd dd.ser11 span a{width:123px; height:123px; right:390px; top:262px;}*/
/*!*动画设计*!*/
/*.mdd dd.ser12 span a{width: 123px;height: 123px;right: 200px;top: 90px;}*/
/*!*庆典策划*!*/
/*.mdd dd.ser13 span a{width: 162px;height: 162px;right: 130px;top: 230px;}*/
/*!*VI设计*!*/
/*.mdd dd.ser14 span a{width: 123px;height: 123px;right: 250px;top:392px;}*/
/*!*展览展示*!*/
/*.mdd dd.ser15 span a{width:124px; height:124px; right:63px; top:107px;}*/
/*!*会展器材租赁*!*/
/*.mdd dd.ser16 span a{width:123px; height:123px; right:103px; top:276px;}*/


/*第五屏start*/
.groupList {
	position: relative;
	padding-bottom: 35px;
}

.groupList .bd {
	overflow: hidden;
	height: 440px;
}

.groupList .bd ul {
	margin: 0 -15px !important;
	overflow: hidden;
}

.groupList .bd ul li {
	width: 33.33333%;
	float: left;
	display: inline;
}

.groupList .bd ul a {
	display: block;
	margin: 0 15px;
	position: relative;
	height: 410px;
}

.groupList .bd ul .txtDiv {
	position: absolute;
	bottom: 0;
	background: #fff;
	padding: 25px 15px;
	width: 350px;
	height: 143px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.groupList .bd ul a .listTit {
	font-size: 16px;
	color: #333;
}

.groupList .bd ul .listInfr {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	overflow: hidden;
	padding-top: 15px;
}

.groupList .bd ul .listTime {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	overflow: hidden;
	padding-top: 35px;
}

.groupList .bd ul .imgDiv {
	display: block;
	overflow: hidden;
	position: relative;
	padding-top: 60%;
}

.groupList .bd ul .imgDiv img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.txtDiv em {
	position: absolute;
	bottom: 25px;
	right: 25px;
	width: 10px;
	height: 17px;
	background: url(../images/newsArrow.png) no-repeat center center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.groupList .bd ul a:hover .listTit {
	color: #d6000f;
}

.groupList .bd ul a:hover .imgDiv img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.groupList .bd ul li:hover .txtDiv {
	padding-bottom: 65px
}

.groupList .bd ul a:hover .txtDiv em {
	background: url(../images/newsArrow_h.png) no-repeat center center
}

.groupList .hd {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 40px;
	line-height: 40px
}

.groupList .hd ul {
	text-align: center
}

.groupList .hd ul li {
	display: inline-block;
	font-size: 16px;
	color: #999;
	width: 58px;
	font-weight: bold;
	border-bottom: 3px solid transparent;
	cursor: pointer
}

.groupList .hd ul li.on {
	color: #e94b46;
	border-color: #e94b46
}

/*第五屏end*/

/*第六屏start*/
.section6Scroll{position: relative;width: 100%;height: 100%;z-index: 10;}
.section6Scroll .bd{ overflow: hidden;height: 100%;margin-bottom: 40px;}
.section6Scroll .slick-track{height: 100%;}
.section6Scroll .slick-list{ overflow: visible; margin-right: -30px; height: 100%;}
.section6Scroll .con{display: block; margin-right: 30px;height: 100%;}
.section6Dot .slick-dots{width: 100%;text-align: center;height: 20px;line-height: 20px;}
.section6Dot .slick-dots li{ display: inline-block; width: 10px; height: 10px; background: #fff; border-radius: 15px; margin-left: 15px; cursor: pointer;vertical-align: middle;}
.section6Dot .slick-dots li.slick-active{ background:#e94b46}
.section6Dot {
	margin: 0px -6px;
	overflow: hidden;
}

.partner_dl dd {
	width: 16.666666666667%;
	float: left;
	display: inline;
	padding: 6px 0px;
}

.partner_dl dd a {
	display: block;
	position: relative;
	margin: 0px 6px;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.partner_dl dd:hover a {
	/*-webkit-box-shadow: 0px 10px 15px rgba(0,0,0,0.1);*/
	/*box-shadow: 0px 10px 15px rgba(0,0,0,0.1);*/
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.picImg {
	position: relative;
	padding-top: 44.6315%;
	width: 100%;
	height: 100%
}

.picImg img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

/*第六屏end*/

#anchors {
	display: block;
	position: fixed;
	left: -100%;
	top: 50%;
	margin-top: -180px;
	z-index: 9;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

#anchors li {
	position: relative;
	margin-bottom: 1px;
}

#anchors li a {
	display: block;
	height: 62px;
	width: 62px;
	background: #545454;
	position: relative;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

#anchors li a span {
	display: block;
	color: #fff;
	padding: 12px;
	font-size: 14px;
	line-height: 20px;
}

#anchors li:hover a {
	background: #e94b46
}

#anchors li.hover a {
	background: #e94b46
}



/*首页滚屏-------------------------------------start*/

/*底部开始*/
.footer {
	background: url(../test/banner/footerBg.jpg) no-repeat center center;
	padding: 0 2.86458%;
	min-height: 290px;
	overflow: hidden
}

.footT_dl {
	overflow: hidden;
}

.footT_dl dd {
	float: left;
}

.footT_dl dd a {
	height: 30px;
	font-size: 14px;
	color: #dedede;
	line-height: 30px;
	transition: all .3s;
	-webkit-transition: all .3s
}

.footT_dl dd:hover a {
	color: #e94b46
}

.footT_box {
	font-size: 14px;
	color: #9e9ea1;
	line-height: 24px;
}

.footT_box a {
	color: #9e9ea1
}

.footT_box a:hover {
	color: #e94b46
}

.footR_dl {
	padding-top: 76px;
	margin: 0 -18px;
	overflow: hidden
}

.footR_dl dd {
	float: left;
	margin: 0 18px
}

.footR_dl dd span {
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #9e9ea1
}

/*底部结束*/
/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/


/*
-----------------------------频道页end-----------------------------
*/
/*内页框架开始*/
/*内页外结构开始*/

/*内页外结构结束*/
/*当前位置开始*/

/*当前位置结束*/
/*页码开始*/
.page {
	padding: 30px 0;
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	padding: 8px 16px;
	color: #393939;
	border-radius: 3px;
	background: #fff;
	margin: 0 3px;
	border: 1px solid #e6e6e6
}

.page span {
	display: inline-block;
	position: relative;
	top: -12px;
	margin: 0 6px
}

.page a:hover {
	background: #e94b46;
	color: #fff;
}

.page a.hover {
	background: #e94b46;
	color: #fff;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}

.page input.pageDetail {
	width: 50px;
	height: 35px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -3px;
}

.page a div {
	height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}


/*页码结束*/
/*内页框架结束*/


@media screen and (max-width: 1440px) {
	.column3List {
		width: 856px;
		margin: 0 auto;
		height: 330px;
	}

	.column3List dd {
		width: 107px;
	}

	.column3ListCon {
		width: 428px;
		margin-left: -160px;
	}

	.column3ListImg {
		width: 428px;
		height: 330px;
	}

	.column3ListImg img {
		width: 428px;
		height: 330px;
	}

	.column3List dd.hover {
		width: 428px;
	}
}




/* 三级栏目 start */
.threeMenu {
	text-align: center;
}

.threeMenuDl {
	display: inline-block;
	font-size: 0;
}

.threeMenuDl dd {
	float: left;
	display: inline;
	margin: 20px 10px 0;
}

.threeMenuDl dd .con {
	border-radius: 20px;
	height: 32px;
	line-height: 32px;
	background: #f8f8f8;
	position: relative;
	overflow: hidden;
}

.threeMenuDl dd .con::before {
	display: block;
	content: "";
	position: absolute;
	width: 110%;
	height: 100%;
	left: -5%;
	top: 0;
	background:#e94b46 ;
	transform: scaleX(0.4);
	-webkit-transform: scaleX(0.4);
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.threeMenuDl dd .con a {
	display: block;
	padding: 0 20px;
	font-size: 13px;
	color: #666;
	position: relative;
	z-index: 5;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.threeMenuDl dd.hover .con::before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	opacity: 1;
	visibility: visible;
}
.threeMenuDl dd.hover .con a{
	color: #FFFFFF;
}
.threeMenuDl dd:hover .con::before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	opacity: 1;
	visibility: visible;
}
.threeMenuDl dd:hover .con a{
	color: #FFFFFF;
}