body {
	/* background: #10510d url('../img/bg.jpg') center top no-repeat; */
	background:#0345d1 url('../img/bg.jpg') center top no-repeat;
}

.order,
.order .zh,
.order .icon,
.information .more,
.multimedia .box .video a span,
.character .swiper-button-prev,
.character .swiper-button-next,
.down a {
	background-image: url('../img/index.png')
}

.head {
	height: 1018px;
	width: 1200px;
	/* background: url('../img/head.jpg') center top no-repeat; */
	position: relative;
	overflow: hidden;
}

.logo1 {
	width: 74px;
	height: 22px;
	background-image: url('../img/fkty.png');
	background-size: 100% 100%;
	left: 137px;
	top: 10px;
}

.logo2 {
	width: 85px;
	height: 23px;
	background-image: url('../img/migu.png');
	background-size: 100% 100%;
	left: 221px;
	top: 10px;
}

.logo3 {
	width: 47px;
	height: 23px;
	background-image: url('../img/csl.png');
	background-size: 100% 100%;
	left: 318px;
	top: 10px;
}

.wechat {
	width: 45px;
	height: 36px;
	background-image: url('../img/wechat.png');
	right: 67px;
	top: 39px;
	overflow: hidden;
}

.wechat .box {
	width: 120px;
	height: 120px;
	left: 50%;
	margin-left: -60px;
	top: 35px;
}

.wechat .box img {
	display: block;
	width: 110px;
	height: 110px;
	padding: 5px;
	opacity: 0;
	background-color: #fff;
	transition: all .5s;
}

.wechat:hover {
	overflow: visible;
}

.wechat:hover .box img {
	opacity: 1;
	transform: translateY(5px);
}

.sina {
	width: 43px;
	height: 35px;
	background-image: url('../img/sina.png');
	right: 15px;
	top: 39px;
}

.order {
	width: 366px;
	height: 107px;
	background-position: 0 0;
	left: 50%;
	margin-left: -183px;
	bottom: 185px;
}

.order .zh {
	width: 130px;
	height: 34px;
	left: 102px;
	top: 50%;
	margin-top: -17px;
	background-position: -368px 0;
	transition: all .5s;
}

.order .icon {
	width: 28px;
	height: 30px;
	left: 235px;
	top: 50%;
	margin-top: -16px;
	background-position: -368px -36px;
	transition: all .5s;
}

.order:hover .zh {
	transform: translateX(15px);
}

.order:hover .icon {
	transform: translateX(10px);
	opacity: 0;
}

.count {
	width: 100%;
	bottom:300px;
	text-align: center;
	font-size: 26px;
	line-height: 32px;
	color: #fff;
}

.count span {
	padding: 0 2px;
}

.down {
	width: 372px;
	height: 146px;
	left: 50%;
	margin-left: -186px;
	top: 838px;
	background-image: url('../img/down.png');
}

.down img {
	width: 128px;
	height: 128px;
	left: 47px;
	top: 8px;
}

.down a {
	width: 183px;
	height: 63px;
	left: 181px;
}

.down .ios {
	top: 7px;
	background-position: 0 -109px;
}

.down .android {
	top: 76px;
	background-position: 0 -174px;
}

.qq{
  width: 372px;
  height: 146px;
  left: 50%;
  margin-left: -134px;
  top: 764px;
}

.qq p{
  color:red;
  font-size: large;
}

@keyframes video {
	from {
		transform: scale(1);
		opacity: 1
	}

	to {
		transform: scale(1.2);
		opacity: 0
	}

}

@-webkit-keyframes video {
	from {
		-webkit-transform: scale(1);
		opacity: 1
	}

	to {
		-webkit-transform: scale(1.2);
		opacity: 0
	}

}

.multimedia {
	height: 286px;
	/* background: url('../img/multimedia.jpg') center top no-repeat; */
	position: relative;
	overflow: hidden;
}

.multimedia .box {
	width: 1196px;
	height: 245px;
	border: 2px solid #a0cb2e;
	position: relative;
	margin: 0 auto;
}

.multimedia .box .mask {
	width: 1196px;
	height: 245px;
	background-color: #000;
	opacity: .8;
	top: 0;
	left: 0;
	z-index: 1;
}

.multimedia .box .cycle {
	width: 340px;
	height: 209px;
	overflow: hidden;
	top: 20px;
	left: 20px;
	z-index: 5;
}

.multimedia .box .cycle .swiper-container,
.multimedia .box .swiper-slide img {
	width: 340px;
	height: 209px
}

.multimedia .box .cycle .swiper-container .swiper-pagination {
	position: absolute;
	width: 320px;
	height: 2px;
	left: 14px;
	bottom: 14px
}

.multimedia .box .cycle .swiper-container .swiper-pagination span {
	float: left;
	display: block;
	width: 56px;
	height: 2px;
	background-color: #585858;
	margin-right: 2px;
	cursor: pointer;
	opacity: 1;
}

.multimedia .box .cycle .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #529615;
}

.multimedia .box .information {
	width: 472px;
	height: 228px;
	left: 376px;
	top: 13px;
	overflow: hidden;
	z-index: 5;
}

.information .more {
	width: 12px;
	height: 13px;
	top: 11px;
	right: 11px;
	background-position: -500px 0;
	transition: all 1s
}

.information .more:hover {
	transform: rotate(360deg);
}

.information .tab {
	width: 472px;
	height: 32px;
	border-bottom: 1px solid #529615;
}

.information .tab a {
	float: left;
	display: block;
	width: 72px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 18px;
	color: #fff
}

.information .tab a.on {
	color: #66b420
}

.information .tab-cont {
	border-top: 1px solid #2e5d0c;
	padding-top: 3px;
	width: 472px;
	height: 190px;
	overflow: hidden;
	position: relative
}

.information .tab-cont .swiper-container {
	width: 472px;
	height: 190px
}

.information .tab-cont .swiper-container li {
	float: left;
	width: 472px;
	height: 38px;
}

.information .tab-cont .swiper-container li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff
}

.information .tab-cont .swiper-container li a span {
	float: left;
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 14px
}

.information .tab-cont .swiper-container li a span.txt {
	width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.information .tab-cont .swiper-container li a span.time {
	width: 70px;
	text-align: right;
	float: right
}

.multimedia .box .video {
	width: 309px;
	left: 870px;
	top: 13px;
	z-index: 5;
}

.multimedia .box .video p {
	line-height: 33px;
	font-size: 18px;
	color: #66b420
}

.multimedia .box .video a {
	display: block;
	width: 309px;
	height: 182px;
	position: relative;
}

.multimedia .box .video a img {
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.multimedia .box .video a span {
	width: 43px;
	height: 43px;
	top: 50%;
	left: 50%;
	margin: -21.5px 0 0 -21.5px;
	background-position: -514px 0;
	z-index: 5;
}

.character {
	height: 509px;
	/* background: url('../img/character.jpg') center top no-repeat; */
	position: relative;
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.character .current-swiper {
	width: 1000px;
	height: 439px;
	overflow: hidden;
	z-index: 15;
	left: 50%;
	margin-left: -500px;
	top: 60px;
}

.character .current-swiper .swiper-container {
	width: 1000px;
	height: 439px;
	position: relative
}

.character .current-swiper .swiper-slide,
.character .current-swiper .swiper-slide img {
	width: 776px;
	height: 439px
}

.character .left-swiper {
	width: 776px;
	height: 439px;
	overflow: hidden;
	z-index: 10;
	left: 60px;
	top: 104px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(.8, .8) translateZ(-50px) rotateX(0deg) rotateY(54deg);
	transform: scale(.8, .8) translateZ(-50px) rotateX(0deg) rotateY(54deg);
	transform-origin: left top;
}

.character .left-swiper:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
}

.character .left-swiper .swiper-slide,
.character .left-swiper .swiper-slide img {
	width: 776px;
	height: 439px
}

.character .right-swiper {
	width: 776px;
	height: 439px;
	overflow: hidden;
	z-index: 10;
	right: 60px;
	top: 104px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(.8, .8) translateZ(50px) rotateX(0deg) rotateY(-54deg);
	transform: scale(.8, .8) translateZ(50px) rotateX(0deg) rotateY(-54deg);
	transform-origin: right top;
}

.character .right-swiper:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
}

.character .right-swiper .swiper-slide,
.character .right-swiper .swiper-slide img {
	width: 776px;
	height: 439px
}

.character .swiper-button-prev {
	width: 44px;
	height: 78px;
	margin-top: -39px;
	background-position: -444px -36px;
	background-size: 557px 237px;
}

.character .swiper-button-next {
	width: 44px;
	height: 78px;
	margin-top: -39px;
	background-position: -398px -36px;
	background-size: 557px 237px;
}

.club {
	height: 437px;
	/* background: url('../img/club.jpg') center top; */
	position: relative;
	padding-top: 108px;
}

.club ul {
	display: block;
	width: 1140px;
	margin: 0 auto;
	text-align: center
}

.club li {
	margin: 0px 1px 40px;
	width: 120px;
	height: 120px;
	position: relative
}

.club li .shadow {
	width: 170px;
	height: 37px;
	left: 50%;
	margin-left: -85px;
	bottom: -10px;
	background-image: url('../img/shadow.png');
	z-index: 1;
	opacity: .4;
}

.club li a {
	display: block;
	width: 120px;
	height: 120px;
	left: 0;
	top: 0;
	z-index: 10;
}

.club li a img {
	position: absolute;
	display: block;
	margin: 0 auto;
	left: 0;
	top: 0;
	z-index: 10;
}

.club li a .cur {
        display:none;
	width: 120px;
	height: 120px;
	left: 0;
	top: 0;
	background-image: url('../img/mask.png');
	z-index: 5;
	opacity: 0;
	transition: opacity .5s;
}

.club li a:hover .cur {
	opacity: 1;
}

/*视频*/
#player {
	display: none;
	position: relative;
	width: 800px;
	background: #000000;
	height: 457px;
}

#player .close {
	top: 0px;
	right: -36px;
}

#player .player {
	width: 100%;
	height: 100%;
}

.footer {
    background-color: #171c22;
}
.footer .wrap {
    height: 210px;
    padding-left: 290px;
    width: 910px;
    position: relative;
    margin: 0 auto;
}
.footer-con {
    position: relative;
}
.footer-logo {
    padding-top: 54px;
    float: left;
}
.footer-text {
    float: left;
    padding-left: 86px;
    width: 510px;
    height: 75px;
    padding-top: 32px;
    font-size: 14px;
    line-height: 24px;
    color: #727272;
}
.footer-text a {
    color: #727272;
}
