.banner {
	width: 100%;/* height: 766px;*/ overflow: hidden;  position: relative;
}
.dv_div {
	height: 120px;
}
.banner .container {
	height: 100%;
}
.banner .contents {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
.banner .content {
	background-position: left top; top: 0px; width: 100%; height: 100%; text-align: center; position: absolute; background-repeat: no-repeat; background-size: 100%;
}
.banner .contentInfo {
	left: 100px; top: 50%; width: 675px; height: 200px; text-align: left; overflow: hidden; margin-top: -100px; display: none; position: absolute; z-index: 1;
}
.banner .contentInfo .sub {
	background: rgb(255, 255, 255); left: 8px; top: 17px; width: 2px; height: 120px; position: absolute; text-shadow: 0px 0px 3px #b67ebc;
}
.banner .contentInfo .sub {
	transform-origin: left bottom; -moz-transform-origin: left bottom; -o-transform-origin: left bottom; -webkit-transform-origin: left bottom;
}
.banner .contentInfo .quan {
	border-radius: 16px; border: 2px solid rgb(255, 255, 255); border-image: none; left: 0px; top: 128px; width: 14px; height: 14px; position: absolute; text-shadow: 0px 0px 3px #b67ebc; -moz-border-radius: 16px; -ms-border-radius: 16px; -o-border-radius: 16px; -webkit-border-radius: 16px;
}
.banner .contentInfo .title {
	left: 32px; top: 8px; color: rgb(255, 255, 255); line-height: 50px; font-family: "΢���ź�"; font-size: 40px; position: absolute; text-shadow: 0px 0px 3px #b67ebc;
}
.banner .contentInfo .info {
	left: 32px; top: 70px; color: rgb(255, 255, 255); line-height: 32px; font-size: 20px; position: absolute; text-shadow: 0px 0px 3px #b67ebc;
}
.banner .contentInfo .btn {
	border-radius: 30px; border: 1px solid rgb(255, 255, 255); border-image: none; left: 32px; top: 146px; width: 110px; height: 30px; text-align: center; color: rgb(255, 255, 255); line-height: 32px; position: absolute; text-shadow: 0px 0px 3px #b67ebc; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; -webkit-border-radius: 30px;
}
.banner .bannerNav {
	width: 100%; text-align: center; bottom: 10px; position: absolute; z-index: 2;
}
.banner .bannerNav .bannerNavChild {
	background: rgb(255, 255, 255); margin: 0px 10px; border-radius: 10px; width: 10px; height: 10px; display: inline-block; cursor: pointer; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; -webkit-border-radius: 10px;
}
.banner .bannerNav .on.bannerNavChild {
	background: rgb(0, 0, 0); animation:bannerNavChildOn 0.2s ease-in-out 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;
}
.about {
	background: rgb(247, 247, 247); padding: 80px 0px;
}
.about .left {
	width: 600px; height: 284px; float: left;
}
.about .left img {
	width: 100%; height: 100%; vertical-align: middle;
}
.about .right {
	width: 524px; height: 284px; float: right; position: relative;
}
.about .right .title {
	color: rgb(0, 0, 255); line-height: 20px; padding-bottom: 20px; font-size: 20px;
}
.about .right .info {
	color: rgb(102, 102, 102); line-height: 22px; font-size: 14px;
}
.about .right .btn {
	border: 1px solid rgb(220, 220, 220); border-image: none; left: 0px; width: 122px; height: 38px; text-align: center; bottom: 0px; color: rgb(153, 153, 153); line-height: 38px; font-size: 14px; position: absolute;
}
.about .right .btn {
	transition-duration: 0.5s; -moz-transition-duration: .5s; -webkit-transition-duration: .5s;
}
.about .right .btn:hover {
	background: rgb(0, 0, 255); border: 1px solid rgb(255, 255, 255); border-image: none; color: rgb(255, 255, 255);
}
.news {
	background: rgb(247, 247, 247); padding: 40px 0px;
}
.news .container {
	margin: 56px auto 0px; height: 415px;
}
.news .contents {
	width: 1200px; height: 415px; overflow: hidden; position: relative;
}
.news .content {
	left: 0px; top: 0px; position: absolute;
}
.news .child {
	width: 342px; display: none; position: absolute;
}
.news .child .childImg {
	width: 342px; height: 228px; overflow: hidden;
}
.news .child .childImg {
	transition-duration: 0.5s; -moz-transition-duration: .5s; -webkit-transition-duration: .5s;
}
.news .child .childImg:hover {
	box-shadow: 0px 0px 5px #000; -moz-box-shadow: 0px 0px 5px #000; -ms-box-shadow: 0px 0px 5px #000; -o-box-shadow: 0px 0px 5px #000; -webkit-box-shadow: 0px 0px 5px #000;
}
.news .child .childImg img {
	width: 100%; height: 100%; vertical-align: middle;
}
.news .child .childImg img {
	transition-duration: 1s; -moz-transition-duration: 1s; -webkit-transition-duration: 1s;
}
.news .child .childImg img:hover {
	transform: rotate(20deg) scale(1.4); -moz-transform: rotate(20deg) scale(1.4); -o-transform: rotate(20deg) scale(1.4); -webkit-transform: rotate(20deg) scale(1.4);
}
.news .child .childTitle {
	color: rgb(102, 102, 102); line-height: 30px; overflow: hidden; padding-top: 40px; font-size: 24px; display: block; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.news .child .childTime {
	color: rgb(153, 153, 153); line-height: 40px; font-size: 14px;
}
.news .child .childInfo {
	color: rgb(135, 135, 135); line-height: 22px; font-size: 14px;
}
.news .navBtn {
	top: 80px; height: 70px; position: absolute; cursor: pointer;
}
.news .leftBtn.navBtn {
	left: -88px;
}
.news .rightBtn.navBtn {
	right: -88px;
}
.other {
	background: rgb(255, 255, 255); padding: 80px 0px 60px; text-align: center; position: relative;
}
.other .child {
	width: 280px;/* margin-right: 174px;*/ margin: 0 8px; vertical-align: text-top; display: inline-block;
}
.other .child#vedioChild {
	margin-right: 0px;
}
.other .child#vedioChild .childImg {
	overflow: hidden; position: relative;
}
.other .child .childImg {
	background: rgb(239, 239, 239); border-radius: 280px; width: 280px; height: 280px; -moz-border-radius: 280px; -ms-border-radius: 280px; -o-border-radius: 280px; -webkit-border-radius: 280px;
}
.other .child .childImg .childImgc {
	vertical-align: middle;
}
.other .child .childImg .childImgc {
	transition-duration: 0.5s; -moz-transition-duration: .5s; -webkit-transition-duration: .5s;
}
.other .child .childImg .childImgc:hover {
	transform: rotate(20deg) scale(1.1); -moz-transform: rotate(20deg) scale(1.1); -o-transform: rotate(20deg) scale(1.1); -webkit-transform: rotate(20deg) scale(1.1);
}
.other .child .childTitle {
	color: rgb(102, 102, 102); line-height: 52px; font-size: 24px; margin-top: 46px; border-top-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
.other .child .childInfo {
	color: rgb(153, 153, 153); line-height: 26px; padding-top: 26px; font-size: 14px;
}
.other .child#vedioChild {
	cursor: pointer;
}
/*.other .child#vedioChild .childImg .childImgc:hover {
	transform: none; -moz-transform: none; -o-transform: none; -webkit-transform: none;
}*/
.other .child#vedioChild .childImg .childHide {
	background: url("../img/pruplebg.png"); left: 0px; top: 0px; width: 280px; height: 280px; position: absolute; border-raidus: 280px; -moz-border-raidus: 280px; -ms-border-raidus: 280px; -o-border-raidus: 280px; -webkit-border-raidus: 280px;
}
.other .child#vedioChild .childImg .childVedio {
	margin: -38px 0px 0px -38px; left: 50%; top: 50%; width: 76px; height: 76px; position: absolute;
}
.work {
	position: relative;
	background: rgb(247, 247, 247);
}
.work .workTitle {
	background: rgb(247, 247, 247); padding: 40px 0px;
}
.work .container {
	margin: 50px auto; height: 275px;
}
.work .container .child {
	width: 385px; height: 257px; position: absolute;
}
.work .container .child .childImg {
	width: 100%; height: 100%;
}
.work .container .child .childFoot {
	left: 0px; width: 100%; height: 240px; bottom: 0px; position: absolute;
}
.work .container .child .childRight {
	right: 0px; bottom: 0px; position: absolute;
}
.work .container .child .childTitle {
	left: 0px; width: 80%; bottom: 0px; color: rgb(255, 255, 255); line-height: 36px; overflow: hidden; padding-left: 18px; font-size: 20px; display: block; white-space: nowrap; position: absolute; z-index: 1; -ms-text-overflow: ellipsis;
}
.work .container .child .childHide {
	background: url("../img/pruplebg.png"); left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: absolute; z-index: 2;
}
.work .container .child .childSearchBg {
	background: url("../img/seachbg.png"); margin: -33px 0px 0px -33px; border-radius: 66px; left: 50%; top: 50%; width: 66px; height: 66px; display: none; position: absolute; z-index: 2; -moz-border-radius: 66px; -ms-border-radius: 66px; -o-border-radius: 66px; -webkit-border-radius: 66px;
}
.work .container .child .childSearch {
	margin: -12px 0px 0px -15px; left: 50%; top: 50%; width: 30px; height: 24px; display: none; position: absolute; z-index: 3;
}
.work .container .child:hover .childHide {
	display: block;
}
.work .container .child:hover .childSearchBg {
	animation:quan 0.2s ease-in-out both; display: block; -moz-animation: quan .2s ease-in-out 0s both; -webkit-animation: quan .2s ease-in-out 0s both; -o-animation: quan .2s ease-in-out 0s both;
}
.work .container .child:hover .childSearch {
	display: block;
}
.work .container .child#work1 {
	left: 0px; top: 0px;
}
.work .container .child#work2 {
	left: 406px; top: 0px;
}
.work .container .child#work3 {
	left: 810px; top: 0px;
}
.work .container .child#work4 {
	left: 0px; top: 277px;
}
.work .container .child#work5 {
	left: 406px; top: 277px;
}
.work .container .child#work6 {
	left: 810px; top: 277px;
}
@media all and (max-width:639px)
{

.banner{
	height: auto;
}

.dv_div {
	height: 50px;
}

.banner .content {
	background-position: center 0px; background-attachment: inherit; background-size: auto 160px;
}
.banner .contentInfo {
	left: 0px; top: 50%; width: 100%; height: 200px; margin-top: -100px;
}
.banner .contentInfo .sub {
	left: 8px; top: 47px; width: 2px; height: 120px;
}
.banner .contentInfo .quan {
	border-radius: 16px; border: 2px solid rgb(255, 255, 255); border-image: none; left: 0px; top: 98px; width: 14px; height: 14px; -moz-border-radius: 16px; -ms-border-radius: 16px; -o-border-radius: 16px; -webkit-border-radius: 16px;
}
.banner .contentInfo .title {
	left: 32px; top: 0px; line-height: 30px; padding-top: 40px; font-size: 22px; position: relative;
}
.banner .contentInfo .info {
	left: 32px; top: 0px; line-height: 32px; padding-top: 10px; font-size: 20px; display: none; position: relative;
}
.banner .contentInfo .btn {
	border-radius: 30px; left: 32px; top: 0px; width: 110px; height: 30px; line-height: 32px; margin-top: 6px; position: relative; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; -webkit-border-radius: 30px;
}
.banner .bannerNav {
	bottom: 10px;
}
.banner .bannerNav .bannerNavChild {
	margin: 0px 10px; border-radius: 10px; width: 10px; height: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; -webkit-border-radius: 10px;
}
.banner .bannerBg {
	width: auto; height: 160px;
}
.about {
	padding: 17px 0px 25px;
}
.about .left {
	width: 100%; height: auto; float: none;
}
.about .left img {
	width: 100%; height: auto; vertical-align: middle;
}
.about .right {
	width: 100%; height: auto; float: none;
}
.about .right .title {
	padding: 17px 0px 12px; line-height: 20px; font-size: 16px;
}
.about .right .info {
	line-height: 18px; font-size: 12px;
}
.about .right .btn {
	border-radius: 23px; border: 1px solid rgb(220, 220, 220); border-image: none; width: 86px; height: 23px; line-height: 23px; font-size: 12px; margin-top: 15px; position: relative; -moz-border-radius: 23px; -ms-border-radius: 23px; -o-border-radius: 23px; -webkit-border-radius: 23px;
}
.about .right .btn:hover {
	border: 1px solid rgb(255, 255, 255); border-image: none;
}
.news {
	padding: 22px 0px;
}
.news .container {
	margin: 25px auto 0px; height: 250px;
}
.news .contents {
	margin: 0px auto; width: 209px; height: 250px;
}
.news .child {
	width: 209px;
}
.news .child .childImg {
	width: 209px; height: 125px;
}
.news .child .childTitle {
	line-height: 20px; padding-top: 10px; font-size: 14px;
}
.news .child .childTime {
	line-height: 18px; padding-bottom: 8px; font-size: 12px;
}
.news .child .childInfo {
	line-height: 16px; font-size: 12px;
}
.news .navBtn {
	top: 40px; height: 35px;
}
.news .leftBtn.navBtn {
	left: 0px;
}
.news .rightBtn.navBtn {
	right: 0px;
}
.other {
	padding: 30px 0px 0px;
}
.other .child {
	margin: 0px auto; width: 75%; padding-bottom: 30px; display: block;
}
.other .child#vedioChild {
	margin: 0px auto;
}
.other .child .childImg {
	border-radius: 100%; width: 100%; height: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; -webkit-border-radius: 100%;
}
.other .child .childImg .childImgc {
	max-height: 100%; max-width: 100%;
}
.other .child .childTitle {
	line-height: 30px; font-size: 14px; margin-top: 23px; border-top-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
.other .child .childInfo {
	line-height: 20px; padding-top: 20px; font-size: 12px;
}
.other .child#vedioChild .childImg .childHide {
	width: 280px; height: 280px; border-raidus: 140px; -moz-border-raidus: 140px; -ms-border-raidus: 140px; -o-border-raidus: 140px; -webkit-border-raidus: 140px;
}
.other .child#vedioChild .childImg .childVedio {
	margin: -19px 0px 0px -19px; width: 38px; height: 38px;
}
.work {
	position: relative;
}
.work .workTitle {
	padding: 20px 0px;
}
.work .container {
	margin: 20px auto; height: auto;
}
.work .container .child {
	margin: 0px auto 18px; width: 100%; height: auto; position: relative;
}
.work .container .child .childImg {
	width: 100%; height: auto; vertical-align: middle;
}
.work .container .child .childFoot {
	height: 120px;
}
.work .container .child .childTitle {
	line-height: 18px; padding-left: 5px; font-size: 12px;
}
.work .container .child .childSearchBg {
	margin: -16px 0px 0px -16px; border-radius: 33px; width: 33px; height: 33px; -moz-border-radius: 33px; -ms-border-radius: 33px; -o-border-radius: 33px; -webkit-border-radius: 33px;
}
.work .container .child .childSearch {
	margin: -6px 0px 0px -8px; width: 15px; height: 12px;
}
.work .container .child#work1 {
	left: 0px; top: 0px;
}
.work .container .child#work2 {
	left: 0px; top: 0px;
}
.work .container .child#work3 {
	left: 0px; top: 0px;
}
.work .container .child#work4 {
	left: 0px; top: 0px;
}
.work .container .child#work5 {
	left: 0px; top: 0px;
}
.work .container .child#work6 {
	left: 0px; top: 0px;
}
}
@media all and (max-width:1023px) and (min-width:640px)
{

.banner {
	height: auto;
}

.dv_div {
	height: 73px;
}
.banner .content {
	background-position: center 0px; background-attachment: inherit; background-size: auto 320px;
}
.banner .contents {
	top: 73px;
}
.banner .contentInfo {
	left: 0px; top: 50%; width: 100%; height: 200px; margin-top: -100px;
}
.banner .contentInfo .sub {
	left: 8px; top: 17px; width: 2px; height: 120px;
}
.banner .contentInfo .quan {
	border-radius: 16px; border: 2px solid rgb(255, 255, 255); border-image: none; left: 0px; top: 128px; width: 14px; height: 14px; -moz-border-radius: 16px; -ms-border-radius: 16px; -o-border-radius: 16px; -webkit-border-radius: 16px;
}
.banner .contentInfo .title {
	left: 32px; top: 0px; line-height: 50px; font-size: 40px; position: relative;
}
.banner .contentInfo .info {
	left: 32px; top: 0px; line-height: 32px; padding-top: 10px; font-size: 20px; position: relative;
}
.banner .contentInfo .btn {
	border-radius: 30px; left: 32px; top: 0px; width: 110px; height: 30px; line-height: 32px; margin-top: 6px; position: relative; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; -webkit-border-radius: 30px;
}
.banner .bannerNav {
	bottom: 10px;
}
.banner .bannerNav .bannerNavChild {
	margin: 0px 10px; border-radius: 10px; width: 10px; height: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; -webkit-border-radius: 10px;
}
.banner .bannerBg {
	width: auto; height: 320px; opacity: 0;
}
.about {
	padding: 34px 0px 50px;
}
.about .left {
	width: 100%; height: auto; float: none;
}
.about .left img {
	width: 100%; height: auto; vertical-align: middle;
}
.about .right {
	width: 100%; height: auto; float: none;
}
.about .right .title {
	padding: 18px 0px 12px; line-height: 33px; font-size: 25px;
}
.about .right .info {
	line-height: 28px; font-size: 16px;
}
.about .right .btn {
	border-radius: 46px; border: 2px solid rgb(220, 220, 220); border-image: none; width: 130px; height: 32px; line-height: 30px; font-size: 16px; margin-top: 20px; position: relative; -moz-border-radius: 46px; -ms-border-radius: 46px; -o-border-radius: 46px; -webkit-border-radius: 46px;
}
.about .right .btn:hover {
	border: 2px solid rgb(255, 255, 255); border-image: none;
}
.news {
	padding: 36px 0px;
}
.news .container {
	margin: 50px auto 0px; height: 411px;
}
.news .contents {
	margin: 0px auto; width: 418px; height: 500px;
}
.news .child {
	width: 418px;
}
.news .child .childImg {
	width: 418px; height: 250px;
}
.news .child .childTitle {
	line-height: 28px; padding-top: 11px; font-size: 18px;
}
.news .child .childTime {
	line-height: 26px; padding-bottom: 10px; font-size: 17px;
}
.news .child .childInfo {
	line-height: 26px; font-size: 16px;
}
.news .navBtn {
	top: 80px; height: 70px;
}
.news .leftBtn.navBtn {
	left: 0px;
}
.news .rightBtn.navBtn {
	right: 0px;
}
.other {
	padding: 60px 0px 0px;
}
.other .child {
	margin: 0px auto; width: 280px; padding-bottom: 60px; display: block;
}
.other .child#vedioChild {
	margin: 0px auto;
}
.other .child .childImg {
	border-radius: 280px; width: 280px; height: 280px; -moz-border-radius: 280px; -ms-border-radius: 280px; -o-border-radius: 280px; -webkit-border-radius: 280px;
}
.other .child .childImg .childImgc {
	vertical-align: middle;
}
.other .child .childImg .childImgc {
	transition-duration: 0.5s; -moz-transition-duration: .5s; -webkit-transition-duration: .5s;
}
.other .child .childImg .childImgc:hover {
	transform: rotate(20deg) scale(1.1); -moz-transform: rotate(20deg) scale(1.1); -o-transform: rotate(20deg) scale(1.1); -webkit-transform: rotate(20deg) scale(1.1);
}
.other .child .childTitle {
	color: rgb(102, 102, 102); line-height: 52px; font-size: 25px; margin-top: 46px; border-top-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
.other .child .childInfo {
	color: rgb(153, 153, 153); line-height: 26px; padding-top: 26px; font-size: 14px;
}
.other .child#vedioChild {
	cursor: pointer;
}
.other .child#vedioChild .childImg .childImgc:hover {
	transform: none; -moz-transform: none; -o-transform: none; -webkit-transform: none;
}
.other .child#vedioChild .childImg .childHide {
	background: url("../img/pruplebg.png"); left: 0px; top: 0px; width: 280px; height: 280px; position: absolute; border-raidus: 280px; -moz-border-raidus: 280px; -ms-border-raidus: 280px; -o-border-raidus: 280px; -webkit-border-raidus: 280px;
}
.other .child#vedioChild .childImg .childVedio {
	margin: -38px 0px 0px -38px; left: 50%; top: 50%; width: 76px; height: 76px; position: absolute;
}
.work {
	position: relative;
}
.work .workTitle {
	padding: 40px 0px;
}
.work .container {
	margin: 15px auto; height: auto;
}
.work .container .child {
	margin: 0px auto 35px; width: 385px; height: 257px; position: relative;
}
.work .container .child .childFoot {
	height: 240px;
}
.work .container .child .childTitle {
	line-height: 36px; padding-left: 10px; font-size: 20px;
}
.work .container .child .childSearchBg {
	margin: -33px 0px 0px -33px; border-radius: 66px; width: 66px; height: 66px; -moz-border-radius: 66px; -ms-border-radius: 66px; -o-border-radius: 66px; -webkit-border-radius: 66px;
}
.work .container .child .childSearch {
	margin: -12px 0px 0px -15px; width: 30px; height: 24px;
}
.work .container .child#work1 {
	left: 0px; top: 0px;
}
.work .container .child#work2 {
	left: 0px; top: 0px;
}
.work .container .child#work3 {
	left: 0px; top: 0px;
}
.work .container .child#work4 {
	left: 0px; top: 0px;
}
.work .container .child#work5 {
	left: 0px; top: 0px;
}
.work .container .child#work6 {
	left: 0px; top: 0px;
}
}
@media all and (max-width:1199px) and (min-width:1024px)
{

	.banner {
		height: auto;
	}

.dv_div {
	height: 80px;
}

.banner .content {
	background-position: center 0px; background-attachment: inherit; background-size: auto 500px;
}
.banner .contentInfo {
	margin-top: -100px;
}
.banner .bannerBg {
	width: auto; height: 500px;
}
.about {
	padding: 60px 0px;
}
.about .left {
	width: 490px; height: 230px;
}
.about .right {
	width: 450px; height: 230px;
}
.about .right .title {
	padding-bottom: 8px;
}
.news {
	padding: 40px 0px;
}
.news .container {
	margin: 56px auto 0px; height: 340px;
}
.news .contents {
	width: 980px; height: 340px;
}
.news .child {
	width: 280px;
}
.news .child .childImg {
	width: 280px; height: 186px;
}
.news .child .childTitle {
	line-height: 24px; padding-top: 20px; font-size: 20px;
}
.news .child .childTime {
	line-height: 30px; font-size: 14px;
}
.news .child .childInfo {
	line-height: 20px; font-size: 12px;
}
.news .navBtn {
	top: 80px; height: 70px;
}
.news .leftBtn.navBtn {
	left: 0px;
}
.news .rightBtn.navBtn {
	right: 0px;
}
.other {
	padding: 60px 0px 40px;
}
.other .child {
	width: 280px; margin-right: 65px;
}
.other .child .childImg {
	background: rgb(239, 239, 239); border-radius: 280px; width: 280px; height: 280px; -moz-border-radius: 280px; -ms-border-radius: 280px; -o-border-radius: 280px; -webkit-border-radius: 280px;
}
.other .child .childImg .childImgc {
	vertical-align: middle;
}
.other .child .childImg .childImgc {
	transition-duration: 0.5s; -moz-transition-duration: .5s; -webkit-transition-duration: .5s;
}
.other .child .childImg .childImgc:hover {
	transform: rotate(20deg) scale(1.1); -moz-transform: rotate(20deg) scale(1.1); -o-transform: rotate(20deg) scale(1.1); -webkit-transform: rotate(20deg) scale(1.1);
}
.other .child .childTitle {
	color: rgb(102, 102, 102); line-height: 52px; font-size: 24px; margin-top: 46px; border-top-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
.other .child .childInfo {
	color: rgb(153, 153, 153); line-height: 26px; padding-top: 26px; font-size: 14px;
}
.other .child#vedioChild {
	cursor: pointer;
}
.other .child#vedioChild .childImg .childImgc:hover {
	transform: none; -moz-transform: none; -o-transform: none; -webkit-transform: none;
}
.other .child#vedioChild .childImg .childHide {
	background: url("../img/pruplebg.png"); left: 0px; top: 0px; width: 280px; height: 280px; position: absolute; border-raidus: 280px; -moz-border-raidus: 280px; -ms-border-raidus: 280px; -o-border-raidus: 280px; -webkit-border-raidus: 280px;
}
.other .child#vedioChild .childImg .childVedio {
	margin: -38px 0px 0px -38px; left: 50%; top: 50%; width: 76px; height: 76px; position: absolute;
}
.work .workTitle {
	padding: 40px 0px;
}
.work .container {
	margin: 50px auto; width: 790px; height: 814px;
}
.work .container .child#work1 {
	left: 0px; top: 0px;
}
.work .container .child#work2 {
	left: 406px; top: 0px;
}
.work .container .child#work3 {
	left: 0px; top: 277px;
}
.work .container .child#work4 {
	left: 406px; top: 277px;
}
.work .container .child#work5 {
	left: 0px; top: 555px;
}
.work .container .child#work6 {
	left: 406px; top: 555px;
}
}
