﻿.banner {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 0px;
}

.banner .container {
	height: 100%;
}

.banner .contents {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.banner .content {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}

.banner .contentInfo {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 100px;
	width: 675px;
	height: 200px;
	margin-top: -100px;
	z-index: 1;
	text-align: left;
}

.banner .contentInfo .sub {
	text-shadow: 0px 0px 3px #b67ebc;
	position: absolute;
	top: 17px;
	left: 8px;
	width: 2px;
	height: 120px;
	background: #fff;
}

.banner .contentInfo .sub {
	transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	-o-transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
}

.banner .contentInfo .quan {
	text-shadow: 0px 0px 3px #b67ebc;
	position: absolute;
	top: 128px;
	left: 0px;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	-webkit-border-radius: 16px;
}

.banner .contentInfo .title {
	text-shadow: 0px 0px 3px #b67ebc;
	position: absolute;
	left: 32px;
	top: 8px;
	line-height: 50px;
	font-size: 40px;
	color: #fff;
	font-family: "微软雅黑";
}

.banner .contentInfo .info {
	text-shadow: 0px 0px 3px #b67ebc;
	position: absolute;
	left: 32px;
	top: 70px;
	line-height: 32px;
	font-size: 20px;
	color: #fff;
}

.banner .contentInfo .btn {
	text-shadow: 0px 0px 3px #b67ebc;
	position: absolute;
	top: 146px;
	left: 32px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	line-height: 32px;
	width: 110px;
	height: 30px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-border-radius: 30px;
}

.banner .bannerNav {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	z-index: 2;
}

.banner .bannerNav .bannerNavChild {
	margin: 0 10px;
	width: 10px;
	height: 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: pointer;
}

.banner .bannerNav .bannerNavChild.on {
	background: #000;
	animation: bannerNavChildOn .2s ease-in-out 0s both;
	-moz-animation: bannerNavChildOn .2s ease-in-out 0s both;
	-webkit-animation: bannerNavChildOn .2s ease-in-out 0s both;
	-o-animation: bannerNavChildOn .2s ease-in-out 0s both;
}

.banner .bannerBg {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

/* --------------------------workTitle-------------------------------------------- */
.workTitle {
	padding: 40px 0;
	background: #f7f7f7;
}

.workTitle .mainTitle {
	width: 295px;
	margin: 0 auto;
	line-height: 70px;
	color: #666;
	font-size: 40px;
	text-align: center;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}

/* ------------------------workTitle over---------------------------------------------- */
.about {
	padding: 30px 0;
	background: #fff;
}

.about .right {
	width: 47%;
	height: auto;
	float: right;
	padding: 1%;
	margin-top: 5%;

}

.about .right img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.about .left {
	position: relative;
	width: 47%;
	height: auto;
	float: left;
	padding: 2%;

}

.about .left .contentTitle {
	font-size: 20px;
	color: #923AA4;
	line-height: 20px;
	padding: 20px 0;
	text-align: center;
}

.about .left .info {
	font-size: 16px;
	color: #666;
	line-height: 25px;
}

.about .left .btn {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 122px;
	height: 38px;
	border: 1px solid #dcdcdc;
	line-height: 38px;
	text-align: center;
	color: #999999;
	font-size: 14px;
	transform: translate(20%, 50%);

}

.about .left .btn {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.about .left .btn:hover {
	background: #7E308E;
	color: #fff;
	border: 1px solid #fff;
}

/* ------------------------about over---------------------------------------------- */

.other {
	position: relative;
	background: #fff;
	padding: 80px 0 60px 0;
	text-align: center;
}

.other .child {
	width: 27%;
	display: inline-block;
	margin: 3%;

}

.other .child#vedioChild .childImg {
	position: relative;
	overflow: hidden;
}

.other .child .childImg {
	width: 330px;
	height: 330px;
	background: #EFEFEF;
	border-radius: 330px;
	-moz-border-radius: 330px;
	-ms-border-radius: 330px;
	-o-border-radius: 330px;
	-webkit-border-radius: 330px;
}

.other .child .childImg .childImgc {
	vertical-align: middle;
}

.other .child .childImg .childImgc {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.other .child .childImg .childImgc:hover {
	transform: rotate(20deg) scale(1.4);
	-moz-transform: rotate(20deg) scale(1.4);
	-ms-transform: rotate(20deg) scale(1.4);
	-o-transform: rotate(20deg) scale(1.4);
	-webkit-transform: rotate(20deg) scale(1.4);
}

.other .child .childInfo {
	padding-top: 26px;
	line-height: 26px;
	color: #923AA4;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

/* ------------------------other over---------------------------------------------- */
.work {
	position: relative;
}

/* ------------------------#div1B---------------------------------------------- */
#div1B {
	position: relative;
	margin: 10px auto;
	border: 1px solid #dddddd;
	width: 100%;
	height: auto;
	overflow: hidden;
}

#div1B ul {
	position: relative;
	left: 0;
}

#div1B ul li {

	float: left;
	padding: 30px;
	list-style: none;
	width: 385px;
	height: auto;
	border: 1PX #2b2b2b;
}

#div1B ul li a img {
	width: 100%;
	height: auto;

}

#div1B ul li a P {
	text-align: center;
}

/* ------------------------#div1B over---------------------------------------------- */
#div1 {
	position: relative;
	margin: 10px auto;
	border: 1px solid #dddddd;
	width: 100%;
	height: auto;
	overflow: hidden;
}

#div1 ul {
	position: relative;
	left: 0;
}

#div1 ul li {
	float: left;
	padding: 10px;
	list-style: none;
	width: 385px;
	height: auto;
}

#div1 ul li a img {
	width: 100%x;
	height: auto;
}

#div1 ul li a P {
	text-align: center;
}

/* ------------------------#div1---------------------------------------------- */

@media (max-width: 1200px) {
	.about .left {
		width: 100%;
		height: auto;
		float: none;
	}
	.about .right {
		width: 100%;
		height: auto;
		float: none;
	}
	.about .left .btn {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100px;
		height: 30px;
		border: 1px solid #e9e9e9;
		line-height: 30px;
		text-align: center;
		color: #999999;
		font-size: 12px;
		transform: translate(10%, 70%);

	}

	/* ----------------------other-------------*/
	.other {
		position: relative;
		background: #fff;
		padding: 40px 0 30px 0;
		text-align: center;
	}

	.other .child {
		width: 26vw;
		float: left;
		margin: 1vw;
		vertical-align: text-top;
		margin-top: 30PX;
	}


	.other .child .childImg {
		width: 26vw;
		height: 26vw;
		background: #EFEFEF;
		border-radius: 26vw;
		-moz-border-radius: 26vw;
		-ms-border-radius: 26vw;
		-o-border-radius: 26vw;
		-webkit-border-radius: 26vw;
	}

	.other .child .childImg .childImgc {
		vertical-align: middle;
		width: 100%;
		height: auto;
	}

	.other .child .childInfo {
		padding-top: 22px;
		line-height: 22px;
		font-size: 16px;
	}

}

